Package org.sonar.javascript.checks
Class StringsComparisonCheck
- java.lang.Object
-
- org.sonar.javascript.se.SeCheck
-
- org.sonar.javascript.checks.StringsComparisonCheck
-
- All Implemented Interfaces:
JavaScriptCheck
public class StringsComparisonCheck extends SeCheck
-
-
Constructor Summary
Constructors Constructor Description StringsComparisonCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeforeBlockElement(ProgramState currentState, Tree element, ProgramPoint programPoint)voidendOfExecution(Scope functionScope)voidstartOfExecution(Scope functionScope)-
Methods inherited from class org.sonar.javascript.se.SeCheck
addIssue, addIssue, addLineIssue, afterBlockElement, checkConditions, cleanupAndStartFileAnalysis, endOfFile, getContext, scanFile, setContext, startOfFile, toString
-
-
-
-
Method Detail
-
beforeBlockElement
public void beforeBlockElement(ProgramState currentState, Tree element, ProgramPoint programPoint)
- Overrides:
beforeBlockElementin classSeCheck
-
startOfExecution
public void startOfExecution(Scope functionScope)
- Overrides:
startOfExecutionin classSeCheck
-
endOfExecution
public void endOfExecution(Scope functionScope)
- Overrides:
endOfExecutionin classSeCheck
-
-