[java] Deprecate JavaParserVisitorReducedAdapter
This commit is contained in:
@@ -94,7 +94,7 @@ See also [[all] Ensure PMD/CPD uses tab width of 1 for tabs consistently #2656](
|
||||
|
||||
* {% jdoc !!core::Rule#getParserOptions() %}
|
||||
* {% jdoc !!core::lang.Parser#getParserOptions() %}
|
||||
* {% jdoc !!core::lang.AbstractParser %}
|
||||
* {% jdoc core::lang.AbstractParser %}
|
||||
* {% jdoc !!core::RuleContext#removeAttribute(java.lang.String) %}
|
||||
* {% jdoc !!core::RuleContext#getAttribute(java.lang.String) %}
|
||||
* {% jdoc !!core::RuleContext#setAttribute(java.lang.String, java.lang.Object) %}
|
||||
@@ -119,13 +119,14 @@ See also [[all] Ensure PMD/CPD uses tab width of 1 for tabs consistently #2656](
|
||||
* {% jdoc_package core::lang.dfa %}
|
||||
* and the class {% jdoc plsql::lang.plsql.PLSQLDataFlowHandler %}
|
||||
|
||||
* {% jdoc !!visualforce::lang.vf.VfSimpleCharStream %}
|
||||
* {% jdoc visualforce::lang.vf.VfSimpleCharStream %}
|
||||
|
||||
* {% jdoc !!jsp::lang.jsp.ast.ASTJspDeclarations %}
|
||||
* {% jdoc !!jsp::lang.jsp.ast.ASTJspDocument %}
|
||||
* {% jdoc jsp::lang.jsp.ast.ASTJspDeclarations %}
|
||||
* {% jdoc jsp::lang.jsp.ast.ASTJspDocument %}
|
||||
* {% jdoc !!scala::lang.scala.ast.ScalaParserVisitorAdapter#zero() %}
|
||||
* {% jdoc !!scala::lang.scala.ast.ScalaParserVisitorAdapter#combine(Object, Object) %}
|
||||
* {% jdoc !!apex::lang.apex.ast.ApexParserVisitorReducedAdapter %}
|
||||
* {% jdoc apex::lang.apex.ast.ApexParserVisitorReducedAdapter %}
|
||||
* {% jdoc java::lang.java.ast.JavaParserVisitorReducedAdapter %}
|
||||
|
||||
### External Contributions
|
||||
|
||||
|
@@ -8,7 +8,10 @@ package net.sourceforge.pmd.lang.java.ast;
|
||||
* Visitor adapter with convenient visit methods to e.g. treat contructors and methods the same.
|
||||
*
|
||||
* @author Clément Fournier
|
||||
* @deprecated The functionality of this adapter will be moved into the base java visitor, so this class will
|
||||
* go away with PMD 7.
|
||||
*/
|
||||
@Deprecated
|
||||
public class JavaParserVisitorReducedAdapter extends JavaParserVisitorAdapter {
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user