Class DeprecatedArgumentsCheck
java.lang.Object
org.sonar.java.ast.visitors.SubscriptionVisitor
org.sonar.plugins.java.api.IssuableSubscriptionVisitor
org.sonar.java.checks.AbstractMissingDeprecatedChecker
org.sonar.java.checks.DeprecatedArgumentsCheck
- All Implemented Interfaces:
JavaCheck, JavaFileScanner
-
Field Summary
Fields inherited from class SubscriptionVisitor
context -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractMissingDeprecatedChecker
leaveNode, nodesToVisit, visitNodeMethods inherited from class IssuableSubscriptionVisitor
addIssue, addIssueOnFile, leaveFile, reportIssue, reportIssue, reportIssue, reportIssue, scanFile, scanTreeMethods inherited from class SubscriptionVisitor
visitToken, visitTriviaMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface JavaFileScanner
scanWithoutParsing
-
Constructor Details
-
DeprecatedArgumentsCheck
public DeprecatedArgumentsCheck()
-
-
Method Details
-
setContext
- Overrides:
setContextin classIssuableSubscriptionVisitor
-