Package org.sonar.java.se.checks
Class ConditionalUnreachableCodeCheck
java.lang.Object
org.sonar.java.se.checks.SECheck
org.sonar.java.se.checks.ConditionalUnreachableCodeCheck
- All Implemented Interfaces:
JavaCheck,JavaFileScanner
-
Nested Class Summary
Nested classes/interfaces inherited from class org.sonar.java.se.checks.SECheck
SECheck.SEIssue -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.sonar.java.se.checks.SECheck
checkEndOfExecutionPath, checkPostStatement, checkPreStatement, init, interruptedExecution, reportIssue, reportIssue, scanFileMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sonar.plugins.java.api.JavaFileScanner
scanWithoutParsing
-
Field Details
-
MESSAGE
- See Also:
-
-
Constructor Details
-
ConditionalUnreachableCodeCheck
public ConditionalUnreachableCodeCheck()
-
-
Method Details
-
checkEndOfExecution
- Overrides:
checkEndOfExecutionin classSECheck
-