Class AbstractDeprecatedChecker

    • Constructor Detail

      • AbstractDeprecatedChecker

        public AbstractDeprecatedChecker()
    • Method Detail

      • hasJavadocDeprecatedTag

        public static boolean hasJavadocDeprecatedTag​(Tree tree)
      • hasJavadocDeprecatedTag

        public static boolean hasJavadocDeprecatedTag​(@Nullable
                                                      String comment)
      • hasDeprecatedAnnotation

        public static boolean hasDeprecatedAnnotation​(Tree tree)
      • getReportTree

        protected static Tree getReportTree​(Tree tree)
      • isDeprecated

        public static boolean isDeprecated​(AnnotationTree tree)