Package org.sonar.java.se.checks
Class RedundantAssignmentsCheck
java.lang.Object
org.sonar.java.se.checks.SECheck
org.sonar.java.se.checks.RedundantAssignmentsCheck
- 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 TypeMethodDescriptionvoidcheckEndOfExecution(CheckerContext context) checkPostStatement(CheckerContext context, Tree syntaxNode) voidinit(MethodTree methodTree, CFG cfg) voidinterruptedExecution(CheckerContext context) voidscanFile(JavaFileScannerContext context) Methods inherited from class org.sonar.java.se.checks.SECheck
checkEndOfExecutionPath, checkPreStatement, reportIssue, reportIssueMethods 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
-
RedundantAssignmentsCheck
public RedundantAssignmentsCheck()
-
-
Method Details
-
scanFile
- Specified by:
scanFilein interfaceJavaFileScanner- Overrides:
scanFilein classSECheck
-
init
-
checkPostStatement
- Overrides:
checkPostStatementin classSECheck
-
interruptedExecution
- Overrides:
interruptedExecutionin classSECheck
-
checkEndOfExecution
- Overrides:
checkEndOfExecutionin classSECheck
-