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