-
Classes Class Description net.sourceforge.pmd.lang.java.ast.ASTRSIGNEDSHIFT Will be removed in 7.0.0. UseASTShiftExpression.getOperator()net.sourceforge.pmd.lang.java.ast.ASTRUNSIGNEDSHIFT Will be removed in 7.0.0. UseASTShiftExpression.getOperator()net.sourceforge.pmd.lang.java.ast.CommentUtil This utility class is deprecated and will be removed with PMD 7.0.0. Its methods have been intended to parse javadoc tags. A more useful solution will be added around the AST nodeFormalComment, which contains as childrenJavadocElementnodes, which in turn provide access to theJavadocTag.net.sourceforge.pmd.lang.java.rule.codestyle.VariableNamingConventionsRule net.sourceforge.pmd.lang.java.xpath.TypeOfFunction