PMD Results

The following document contains the results of PMD 6.4.0.

Files

info/magnolia/about/app/AboutPresenter.java

Violation Priority Line
Unnecessary use of fully qualified name 'AboutView.Listener' due to existing static import 'info.magnolia.about.app.AboutView.*' 4 57
Avoid unused private fields such as 'log'. 3 59
Useless qualified this usage in the same class. 3 101

info/magnolia/about/app/InstanceConfigurationProvider.java

Violation Priority Line
These nested if statements could be combined 3 160162
Avoid empty catch blocks 3 219221
Avoid empty catch blocks 3 260262
Avoid empty catch blocks 3 287289

info/magnolia/about/app/config/ConfigInfoSubApp.java

Violation Priority Line
Overriding method merely calls super 3 5355