RE: [m2] NPE with maven-pmd-plugin

2006-06-01 Thread Mike Perham
This is a PMD bug and has nothing to do with Maven. You can turn off the "UselessOverridingMethod" rule (see PMD docs) or turn off the entire PMD report for your particular module like this: maven-pmd-plugin

Re: [m2] NPE with maven-pmd-plugin

2006-06-01 Thread Doug Douglass
Mike, Well, at first I thought this was a PMD-only issue also, but that doesn't jibe with the fact that every other way of running the same version of PMD on the same code does not throw an exception. The exception _only_ occurs when PMD is run via the maven-pmd-plugin. Where would you start loo

Re: [m2] NPE with maven-pmd-plugin

2006-06-01 Thread Doug Douglass
You're right Mike, PMD problem that appearantly is happily hidden by the Eclipse PMD plugin :| Doug On 6/1/06, Doug Douglass <[EMAIL PROTECTED]> wrote: Mike, Well, at first I thought this was a PMD-only issue also, but that doesn't jibe with the fact that every other way of running the same v