Package org.sonar.java.se.checks.debug
Class DebugMethodYieldsCheck
- java.lang.Object
-
- org.sonar.java.se.checks.SECheck
-
- org.sonar.java.se.checks.debug.DebugMethodYieldsCheck
-
- All Implemented Interfaces:
DebugCheck,JavaCheck,JavaFileScanner
public class DebugMethodYieldsCheck extends SECheck implements DebugCheck
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.sonar.java.se.checks.SECheck
SECheck.SEIssue
-
-
Constructor Summary
Constructors Constructor Description DebugMethodYieldsCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckEndOfExecution(CheckerContext context)voidinit(MethodTree methodTree, CFG cfg)voidinterruptedExecution(CheckerContext context)-
Methods inherited from class org.sonar.java.se.checks.SECheck
checkEndOfExecutionPath, checkPostStatement, checkPreStatement, reportIssue, reportIssue, scanFile
-
-
-
-
Method Detail
-
init
public void init(MethodTree methodTree, CFG cfg)
-
checkEndOfExecution
public void checkEndOfExecution(CheckerContext context)
- Overrides:
checkEndOfExecutionin classSECheck
-
interruptedExecution
public void interruptedExecution(CheckerContext context)
- Overrides:
interruptedExecutionin classSECheck
-
-