Package org.sonar.java.se.checks
Class StreamNotConsumedCheck
java.lang.Object
org.sonar.java.se.checks.SECheck
org.sonar.java.se.checks.StreamNotConsumedCheck
- All Implemented Interfaces:
JavaCheck,JavaFileScanner
This check is used just to report issues. Most of the check logic is implemented in
StreamConsumedCheck-
Nested Class Summary
Nested classes/interfaces inherited from class org.sonar.java.se.checks.SECheck
SECheck.SEIssue -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckEndOfExecutionPath(CheckerContext context, ConstraintManager constraintManager) Methods inherited from class org.sonar.java.se.checks.SECheck
checkEndOfExecution, 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
-
Constructor Details
-
StreamNotConsumedCheck
public StreamNotConsumedCheck()
-
-
Method Details
-
checkEndOfExecutionPath
- Overrides:
checkEndOfExecutionPathin classSECheck
-