Added note about ignore PMD annotations; thank to Jason Bennett for the research

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4893 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2006-12-19 04:04:36 +00:00
parent 9e7deee88f
commit df56bd7746

View File

@ -166,6 +166,8 @@ Help->Help Contents and browse the "How to..." section in the "PMD Plugin Docume
After installing an update, if you get an Exception such as "java.lang.RuntimeException: Couldn't find that class xxxxx",
try deleting the ruleset.xml file in the .metadata/plugins/net.sourceforge.pmd.eclipse directory in your workspace.
</p>
<p>To get Eclipse to not flag the @SuppressWarnings("PMD") annotation, look
under the menu headings Java -> Compiler -> Errors/Warnings -> Annotations -> Unhandled Warning Token.</p>
</subsection>