Class InvalidDateValuesCheck
java.lang.Object
org.sonar.java.ast.visitors.SubscriptionVisitor
org.sonar.plugins.java.api.IssuableSubscriptionVisitor
org.sonar.java.checks.methods.AbstractMethodDetection
org.sonar.java.checks.InvalidDateValuesCheck
- All Implemented Interfaces:
JavaCheck, JavaFileScanner
-
Field Summary
FieldsFields inherited from class SubscriptionVisitor
context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MethodMatchersprotected voidonConstructorFound(NewClassTree newClassTree) protected voidvoidMethods inherited from class AbstractMethodDetection
onMethodReferenceFoundMethods inherited from class IssuableSubscriptionVisitor
addIssue, addIssueOnFile, leaveFile, reportIssue, reportIssue, reportIssue, reportIssue, scanFile, scanTree, setContextMethods inherited from class SubscriptionVisitor
leaveNode, visitToken, visitTriviaMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface JavaFileScanner
scanWithoutParsing
-
Field Details
-
JAVA_UTIL_CALENDAR
- See Also:
-
JAVA_UTIL_DATE
- See Also:
-
JAVA_SQL_DATE
- See Also:
-
-
Constructor Details
-
InvalidDateValuesCheck
public InvalidDateValuesCheck()
-
-
Method Details
-
nodesToVisit
- Overrides:
nodesToVisitin classAbstractMethodDetection
-
visitNode
- Overrides:
visitNodein classAbstractMethodDetection
-
getMethodInvocationMatchers
- Specified by:
getMethodInvocationMatchersin classAbstractMethodDetection
-
onMethodInvocationFound
- Overrides:
onMethodInvocationFoundin classAbstractMethodDetection
-
onConstructorFound
- Overrides:
onConstructorFoundin classAbstractMethodDetection
-