Uses of Class
org.sonar.java.se.checks.SECheck
Packages that use SECheck
-
Uses of SECheck in org.sonar.java.se
Methods in org.sonar.java.se with parameters of type SECheckModifier and TypeMethodDescriptionvoidCheckerContext.addExceptionalYield(SymbolicValue target, ProgramState exceptionalState, String exceptionFullyQualifiedName, SECheck check) voidCheckerDispatcher.addExceptionalYield(SymbolicValue target, ProgramState exceptionalState, String exceptionFullyQualifiedName, SECheck check) voidExplodedGraphWalker.addExceptionalYield(SymbolicValue target, ProgramState exceptionalState, String exceptionFullyQualifiedName, SECheck check) voidCheckerContext.reportIssue(Tree tree, SECheck check, String message) voidvoidCheckerDispatcher.reportIssue(Tree tree, SECheck check, String message) voidConstructor parameters in org.sonar.java.se with type arguments of type SECheckModifierConstructorDescriptionCheckerDispatcher(ExplodedGraphWalker explodedGraphWalker, List<SECheck> checks, JavaFileScannerContext scannerContext) protectedExplodedGraphWalker(List<SECheck> seChecks, BehaviorCache behaviorCache, JavaFileScannerContext context) ExplodedGraphWalkerFactory(List<SECheck> activeSEChecks) SymbolicExecutionVisitor(List<SECheck> seChecks) -
Uses of SECheck in org.sonar.java.se.checks
Subclasses of SECheck in org.sonar.java.se.checksModifier and TypeClassDescriptionclassclassThis check uses the symbolic value and constraints set by XxeProcessingCheck.classclassclassclassThis check uses the symbolic value and constraints set by XxeProcessingCheck.classclassclassclassclassclassclassclassclassclassclassclassclassNote thatStreamNotConsumedCheckis implemented by using constraints set by this checkclassThis check is used just to report issues.classclassclassclass -
Uses of SECheck in org.sonar.java.se.xproc
Methods in org.sonar.java.se.xproc that return types with arguments of type SECheckMethods in org.sonar.java.se.xproc with parameters of type SECheckModifier and TypeMethodDescriptionMethodBehavior.createExceptionalCheckBasedYield(SymbolicValue target, ExplodedGraph.Node node, String exceptionType, SECheck check) booleanExceptionalCheckBasedYield.generatedByCheck(SECheck check) booleanMethodYield.generatedByCheck(SECheck check) Constructor parameters in org.sonar.java.se.xproc with type arguments of type SECheckModifierConstructorDescriptionExceptionalCheckBasedYield(SymbolicValue svCausingException, String exceptionType, Class<? extends SECheck> check, ExplodedGraph.Node node, MethodBehavior behavior)