Jelly Launcher for Eclipse 3
JellyLauncher
Overview
Getting started
To Do
Project Documentation
About Jelly Launcher for Eclipse 3
Project Info
Project Reports
Changes
JavaDocs
JavaDoc Report
Metrics
Source Xref
Project License
PMD Report
Development Process
PMD Results
The following document contains the results of
PMD
.
Summary
Files
Errors
3
5
Files
Files
Violations
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
Violation
Line
Avoid empty catch blocks
341
Avoid empty catch blocks
372
org/apache/commons/jelly/eclipse/ui/JellyLauncherShortcutImpl.java
Violation
Line
Avoid unused formal parameters such as 'mode'
154
org/apache/commons/jelly/eclipse/ui/LaunchConfigPreferencePage.java
Violation
Line
No need to import a type that's in the same package
6
Avoid duplicate imports such as 'org.eclipse.jface.preference.IPreferenceStore'
7