diff --git a/pmd-eclipse/.classpath b/pmd-eclipse/.classpath new file mode 100644 index 0000000000..c4cadeab77 --- /dev/null +++ b/pmd-eclipse/.classpath @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/pmd-eclipse/.project b/pmd-eclipse/.project new file mode 100644 index 0000000000..52aa74be89 --- /dev/null +++ b/pmd-eclipse/.project @@ -0,0 +1,17 @@ + + + pmd-eclipse + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/pmd-eclipse/TODO.txt b/pmd-eclipse/TODO.txt new file mode 100644 index 0000000000..8415bf93d6 --- /dev/null +++ b/pmd-eclipse/TODO.txt @@ -0,0 +1,4 @@ +1. DONE. Clear out task list of previously entered PMD tasks when re-running PMD +2. DONE. Modify to allow allow ruleset selection from a drop-down list that is populated from +the ruleset.properties file. The user should still be allowed to type in a rule set as well. +3. DONE. Update to use PMD 0.8 \ No newline at end of file