"Generate Abstract Syntax Tree" always run in JDK 1.4 mode
A source code analyzer
Brought to you by:
adangel,
juansotuyo
Originally reported as https://issues.jboss.org/browse/JBIDE-14971
After installing PMD eclipse plugin (4.0.0, 4.0.1 or 4.0.2), in a project using Java 5+, select a Java class using static imports or generics and executed Generate Abstract Syntax Tree
You'll get either one of these errors :
https://issues.jboss.org/secure/attachment/12363385/Screenshot.png
Will be fixed with the next release.
Thanks Andreas. 2 questions :
Hi, you should be able to install the snapshot version from here: http://jenkins.adangel.org/job/pmd-eclipse/lastSuccessfulBuild/artifact/net.sourceforge.pmd.eclipse.p2updatesite/target/repository/
I plan to do the next release within the next 2 weeks.