Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » suppress warnings about @SuppressWarnings("PMD")
suppress warnings about @SuppressWarnings("PMD") [message #333596] Thu, 18 December 2008 08:29
Simon is currently offline SimonFriend
Messages: 1
Registered: July 2009
Junior Member
I am using the eclipse PMD plugin (a static source code analyser with
sophisticated rule sets) with Eclipse Java edition. It has a feature where
I can use the standard Java compiler annotation of @SuppressWarnings
passing in the rules to ignore as @SuppressWarnings("PMD.ruleX").

My problem is that eclipse then puts a warning that it does not understand
this annotation. If you are seeking to tune your rule set and have a zero
tolerance to any warnings these spurious warnings are a wart on the nose.

Is there any way to configure eclipse to ignore these static analysis
annotations?

Thanks.
Previous Topic:How to install plugins in a specialized location for Eclipse 3.4
Next Topic:Project Explorer Drop problem
Goto Forum:
  


Current Time: Thu Apr 25 05:26:35 GMT 2024

Powered by FUDForum. Page generated in 0.02385 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top