• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Configuring my own filter XML for PMD

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have made certain changes in XML file and have filtered few of the BUG by commenting them in the XML.
I am using PMD plug-in for Eclipse. In that we get a option for “Use the resultset configured in a project file”; I browsed to my XML file and pointed the XML file.

It filters the undesired bugs and gives only bugs which are there in the XML file and gives a proper output in “Violation Overview” in Eclipse.
When I try to generate the reports it gives me “An internal error occurred during: "RenderReport". java.lang.NullPointerException”.
Please give me your suggestions to solve this issue.

Thanking you in anticipation.

Thanks & Regards,
Saurabh Joshi.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic