public class AbstractDeprecatedChecker extends IssuableSubscriptionVisitor
context| Constructor and Description |
|---|
AbstractDeprecatedChecker() |
| Modifier and Type | Method and Description |
|---|---|
protected static Tree |
getReportTree(Tree tree) |
static boolean |
hasDeprecatedAnnotation(Tree tree) |
static boolean |
hasJavadocDeprecatedTag(String comment) |
static boolean |
hasJavadocDeprecatedTag(Tree tree) |
static boolean |
isDeprecated(AnnotationTree tree) |
List<Tree.Kind> |
nodesToVisit() |
addIssue, addIssueOnFile, reportIssue, reportIssue, reportIssuehasSemantic, leaveNode, scanFile, scanTree, visitNode, visitToken, visitTriviapublic List<Tree.Kind> nodesToVisit()
nodesToVisit in class SubscriptionVisitorpublic static boolean hasJavadocDeprecatedTag(Tree tree)
public static boolean hasDeprecatedAnnotation(Tree tree)
public static boolean isDeprecated(AnnotationTree tree)
Copyright © 2012–2016 SonarSource. All rights reserved.