PMD Results

The following document contains the results of PMD.

Summary

FilesErrors
35

Files

FilesViolations
org/apache/commons/jelly/eclipse/ui/JellyLaunchUtils.java 2
org/apache/commons/jelly/eclipse/ui/JellyLauncherShortcutImpl.java 1
org/apache/commons/jelly/eclipse/ui/LaunchConfigPreferencePage.java 2

org/apache/commons/jelly/eclipse/ui/JellyLaunchUtils.java

ViolationLine
Avoid empty catch blocks 341
Avoid empty catch blocks 372

org/apache/commons/jelly/eclipse/ui/JellyLauncherShortcutImpl.java

ViolationLine
Avoid unused formal parameters such as 'mode' 154

org/apache/commons/jelly/eclipse/ui/LaunchConfigPreferencePage.java

ViolationLine
No need to import a type that's in the same package 6
Avoid duplicate imports such as 'org.eclipse.jface.preference.IPreferenceStore' 7