Package org.sonar.java.se
Class ExplodedGraphWalker.ExplodedGraphWalkerFactory
- java.lang.Object
-
- org.sonar.java.se.ExplodedGraphWalker.ExplodedGraphWalkerFactory
-
- Enclosing class:
- ExplodedGraphWalker
public static class ExplodedGraphWalker.ExplodedGraphWalkerFactory extends Object
This class ensures that the SE checks are placed in the correct order for the ExplodedGraphWalker In addition, checks that are needed for a correct ExplodedGraphWalker processing are provided in all cases.
-
-
Constructor Summary
Constructors Constructor Description ExplodedGraphWalkerFactory(List<JavaFileScanner> scanners)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExplodedGraphWalker
createWalker(BehaviorCache behaviorCache, SemanticModel semanticModel)
-
-
-
Constructor Detail
-
ExplodedGraphWalkerFactory
public ExplodedGraphWalkerFactory(List<JavaFileScanner> scanners)
-
-
Method Detail
-
createWalker
public ExplodedGraphWalker createWalker(BehaviorCache behaviorCache, SemanticModel semanticModel)
-
-