With PMD, if you want to ignore a specific warning, you can use // N开发者_Go百科OPMD to have that line be ignored.
I\'ve been trying to get Luntbuild to generate and publish a project site for our project including a Findbugs report. All other reports (Cobertura, Surefire, JavaDoc, Dashboard) work fine, but Findbu
1. Regarding PMD: 1.1 How do I set the PMD checks, to ignore some of them, like \"Variable name is too short, or too long\", \"Remove empty constructor, etc\" - and if I do that, another warning appe
Is it possible to specify the classes location like 开发者_Python百科you can in the findbugs ant task?