Uses of Class
org.sonar.java.se.checks.SECheck
-
Packages that use SECheck Package Description org.sonar.java.bytecode.se org.sonar.java.se org.sonar.java.se.checks org.sonar.java.se.checks.debug org.sonar.java.se.xproc -
-
Uses of SECheck in org.sonar.java.bytecode.se
Methods in org.sonar.java.bytecode.se with parameters of type SECheck Modifier and Type Method Description voidCheckerDispatcher. addExceptionalYield(SymbolicValue target, ProgramState exceptionalState, String exceptionFullyQualifiedName, SECheck check) -
Uses of SECheck in org.sonar.java.se
Methods in org.sonar.java.se with parameters of type SECheck Modifier and Type Method Description voidCheckerContext. 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)voidCheckerContext. reportIssue(Tree tree, SECheck check, String message, Set<Flow> flows)voidCheckerDispatcher. reportIssue(Tree tree, SECheck check, String message)voidCheckerDispatcher. reportIssue(Tree tree, SECheck check, String message, Set<Flow> flows)Constructor parameters in org.sonar.java.se with type arguments of type SECheck Constructor Description CheckerDispatcher(ExplodedGraphWalker explodedGraphWalker, List<SECheck> checks)ExplodedGraphWalker(List<SECheck> seChecks, BehaviorCache behaviorCache, SemanticModel semanticModel) -
Uses of SECheck in org.sonar.java.se.checks
Subclasses of SECheck in org.sonar.java.se.checks Modifier and Type Class Description classBooleanGratuitousExpressionsCheckclassConditionalUnreachableCodeCheckclassCustomUnclosedResourcesCheckclassDivisionByZeroCheckclassInvariantReturnCheckclassLocksNotUnlockedCheckclassMapComputeIfAbsentOrPresentCheckclassMinMaxRangeCheckclassNonNullSetToNullCheckclassNoWayOutLoopCheckclassNullDereferenceCheckclassObjectOutputStreamCheckclassOptionalGetBeforeIsPresentCheckclassParameterNullnessCheckclassRedundantAssignmentsCheckclassStreamConsumedCheckNote thatStreamNotConsumedCheckis implemented by using constraints set by this checkclassStreamNotConsumedCheckThis check is used just to report issues.classUnclosedResourcesCheck -
Uses of SECheck in org.sonar.java.se.checks.debug
Subclasses of SECheck in org.sonar.java.se.checks.debug Modifier and Type Class Description classDebugInterruptedExecutionCheckclassDebugMethodYieldsCheckclassDebugMethodYieldsOnInvocationsCheck -
Uses of SECheck in org.sonar.java.se.xproc
Methods in org.sonar.java.se.xproc that return types with arguments of type SECheck Modifier and Type Method Description Class<? extends SECheck>ExceptionalCheckBasedYield. check()Methods in org.sonar.java.se.xproc with parameters of type SECheck Modifier and Type Method Description ExceptionalYieldMethodBehavior. 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 SECheck Constructor Description ExceptionalCheckBasedYield(SymbolicValue svCausingException, String exceptionType, Class<? extends SECheck> check, ExplodedGraph.Node node, MethodBehavior behavior)
-