Package org.sonar.java.se
Class ExplodedGraphWalker.ExplodedGraphWalkerFactory
java.lang.Object
org.sonar.java.se.ExplodedGraphWalker.ExplodedGraphWalkerFactory
- Enclosing class:
ExplodedGraphWalker
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 -
Method Summary
Modifier and TypeMethodDescriptioncreateWalker(BehaviorCache behaviorCache, JavaFileScannerContext context)
-
Constructor Details
-
ExplodedGraphWalkerFactory
-
-
Method Details
-
createWalker
public ExplodedGraphWalker createWalker(BehaviorCache behaviorCache, JavaFileScannerContext context)
-