Uses of Class
org.sonar.java.cfg.CFG
-
Packages that use CFG Package Description org.sonar.java.cfg org.sonar.java.model.declaration org.sonar.java.se org.sonar.java.se.checks org.sonar.java.se.checks.debug -
-
Uses of CFG in org.sonar.java.cfg
Methods in org.sonar.java.cfg that return CFG Modifier and Type Method Description static CFGCFG. build(MethodTree tree)static CFGCFG. buildCFG(List<? extends Tree> trees)static CFGCFG. buildCFG(List<? extends Tree> trees, boolean ignoreBreak)Methods in org.sonar.java.cfg with parameters of type CFG Modifier and Type Method Description static LiveVariablesLiveVariables. analyze(CFG cfg)Returns LiveVariables object with information concerning local variables and parametersstatic LiveVariablesLiveVariables. analyzeWithFields(CFG cfg)Returns LiveVariables object with information concerning local variables, parameters and fieldsstatic Map<Tree,CFGLoop>CFGLoop. getCFGLoops(CFG cfg) -
Uses of CFG in org.sonar.java.model.declaration
Methods in org.sonar.java.model.declaration that return CFG Modifier and Type Method Description CFGMethodTreeImpl. cfg() -
Uses of CFG in org.sonar.java.se
Methods in org.sonar.java.se with parameters of type CFG Modifier and Type Method Description voidCheckerDispatcher. init(MethodTree methodTree, CFG cfg) -
Uses of CFG in org.sonar.java.se.checks
Methods in org.sonar.java.se.checks with parameters of type CFG Modifier and Type Method Description voidInvariantReturnCheck. init(MethodTree methodTree, CFG cfg)voidMapComputeIfAbsentOrPresentCheck. init(MethodTree methodTree, CFG cfg)voidNonNullSetToNullCheck. init(MethodTree tree, CFG cfg)voidNoWayOutLoopCheck. init(MethodTree tree, CFG cfg)voidNullDereferenceCheck. init(MethodTree methodTree, CFG cfg)voidRedundantAssignmentsCheck. init(MethodTree methodTree, CFG cfg)voidSECheck. init(MethodTree methodTree, CFG cfg)voidUnclosedResourcesCheck. init(MethodTree methodTree, CFG cfg) -
Uses of CFG in org.sonar.java.se.checks.debug
Methods in org.sonar.java.se.checks.debug with parameters of type CFG Modifier and Type Method Description voidDebugInterruptedExecutionCheck. init(MethodTree methodTree, CFG cfg)voidDebugMethodYieldsCheck. init(MethodTree methodTree, CFG cfg)voidDebugMethodYieldsOnInvocationsCheck. init(MethodTree methodTree, CFG cfg)
-