Uses of Class
org.sonar.java.annotations.VisibleForTesting
-
Packages that use VisibleForTesting Package Description org.sonar.java.ast org.sonar.java.model org.sonar.java.se org.sonar.java.se.symbolicvalues org.sonar.java.se.xproc org.sonar.java.testing -
-
Uses of VisibleForTesting in org.sonar.java.ast
Methods in org.sonar.java.ast with annotations of type VisibleForTesting Modifier and Type Method Description static void
JavaAstScanner. scanSingleFileForTests(org.sonar.api.batch.fs.InputFile file, VisitorsBridge visitorsBridge)
static void
JavaAstScanner. scanSingleFileForTests(org.sonar.api.batch.fs.InputFile inputFile, VisitorsBridge visitorsBridge, JavaVersion javaVersion, SonarComponents sonarComponents)
-
Uses of VisibleForTesting in org.sonar.java.model
Constructors in org.sonar.java.model with annotations of type VisibleForTesting Constructor Description VisitorsBridge(Iterable<? extends JavaCheck> visitors, List<File> projectClasspath, SonarComponents sonarComponents)
VisitorsBridge(JavaFileScanner visitor)
VisitorsBridgeForTests(JavaFileScanner visitor, SonarComponents sonarComponents)
-
Uses of VisibleForTesting in org.sonar.java.se
Fields in org.sonar.java.se with annotations of type VisibleForTesting Modifier and Type Field Description BehaviorCache
SymbolicExecutionVisitor. behaviorCache
Methods in org.sonar.java.se with annotations of type VisibleForTesting Modifier and Type Method Description protected ExplodedGraphWalker
SymbolicExecutionVisitor. getWalker()
protected int
ExplodedGraphWalker. maxSteps()
ProgramState
ProgramState. put(Symbol symbol, SymbolicValue value)
To be used only by the ExplodedGraphWalker only, when manipulating program states.Constructors in org.sonar.java.se with annotations of type VisibleForTesting Constructor Description ExplodedGraphWalker(List<SECheck> seChecks, BehaviorCache behaviorCache, Sema semanticModel)
ExplodedGraphWalker(BehaviorCache behaviorCache, Sema semanticModel)
-
Uses of VisibleForTesting in org.sonar.java.se.symbolicvalues
Methods in org.sonar.java.se.symbolicvalues with annotations of type VisibleForTesting Modifier and Type Method Description RelationalSymbolicValue.Kind
RelationalSymbolicValue. kind()
-
Uses of VisibleForTesting in org.sonar.java.se.xproc
Fields in org.sonar.java.se.xproc with annotations of type VisibleForTesting Modifier and Type Field Description Map<String,MethodBehavior>
BehaviorCache. behaviors
-
Uses of VisibleForTesting in org.sonar.java.testing
Methods in org.sonar.java.testing with annotations of type VisibleForTesting Modifier and Type Method Description static List<File>
FilesUtils. getFilesRecursively(Path root, String... extensions)
-