Fork me on GitHub

PMD Results

The following document contains the results of PMD 5.3.2.

Files

org/codehaus/mojo/webstart/AbstractBaseJnlpMojo.java

Violation Line
Useless parentheses. 634
Useless parentheses. 637
Useless parentheses. 637

org/codehaus/mojo/webstart/AbstractJnlpMojo.java

Violation Line
Avoid unused private fields such as 'BUILT_IN_JNLP_TEMPLATE_FILENAME'. 65
Avoid unused private fields such as 'keystore'. 173

org/codehaus/mojo/webstart/JarUnsignMojo.java

Violation Line
Avoid unused private fields such as 'tempDirectory'. 63

org/codehaus/mojo/webstart/dependency/task/UpdateManifestTask.java

Violation Line
Avoid unused imports such as 'org.codehaus.mojo.webstart.util.JarUtil' 25

org/codehaus/mojo/webstart/generator/AbstractGenerator.java

Violation Line
Avoid unused private fields such as 'log'. 59

org/codehaus/mojo/webstart/generator/Generator.java

Violation Line
Useless parentheses. 107

org/codehaus/mojo/webstart/generator/GeneratorExtraConfigWithDeps.java

Violation Line
Avoid modifiers which are implied by the context 34
Avoid modifiers which are implied by the context 36
Avoid modifiers which are implied by the context 38
Avoid modifiers which are implied by the context 40

org/codehaus/mojo/webstart/generator/VersionXmlGenerator.java

Violation Line
Avoid empty catch blocks 101104

org/codehaus/mojo/webstart/sign/DefaultSignTool.java

Violation Line
Avoid empty catch blocks 246249

org/codehaus/mojo/webstart/util/ArtifactUtil.java

Violation Line
Avoid modifiers which are implied by the context 5556

org/codehaus/mojo/webstart/util/DefaultIOUtil.java

Violation Line
Useless parentheses. 132
These nested if statements could be combined 182193
Avoid empty catch blocks 360362