Package org.sonar.java.se.checks
Class ObjectOutputStreamCheck
java.lang.Object
org.sonar.java.se.checks.SECheck
org.sonar.java.se.checks.ObjectOutputStreamCheck
- All Implemented Interfaces:
JavaCheck,JavaFileScanner
-
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 TypeMethodDescriptioncheckPostStatement(CheckerContext context, Tree syntaxNode) checkPreStatement(CheckerContext context, Tree syntaxNode) Methods inherited from class org.sonar.java.se.checks.SECheck
checkEndOfExecution, checkEndOfExecutionPath, 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
-
ObjectOutputStreamCheck
public ObjectOutputStreamCheck()
-
-
Method Details
-
checkPostStatement
- Overrides:
checkPostStatementin classSECheck
-
checkPreStatement
- Overrides:
checkPreStatementin classSECheck
-