Fork me on GitHub

PMD Results

The following document contains the results of PMD 4.3.

Files

com/meltmedia/cadmium/core/FileSystemManager.java

ViolationLine
Avoid empty catch blocks67
An operation on an Immutable object (String, BigDecimal or BigInteger) won't change the object itself78
Avoid empty catch blocks96
Avoid empty catch blocks290
Avoid empty catch blocks295
Avoid empty catch blocks298

com/meltmedia/cadmium/core/commands/UpdateDoneCommandAction.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.66

com/meltmedia/cadmium/core/config/ConfigManager.java

ViolationLine
These nested if statements could be combined258 - 270
These nested if statements could be combined259 - 269

com/meltmedia/cadmium/core/config/impl/PropertiesWriterImpl.java

ViolationLine
These nested if statements could be combined42 - 61

com/meltmedia/cadmium/core/github/ApiClient.java

ViolationLine
These nested if statements could be combined238 - 241
These nested if statements could be combined283 - 286

com/meltmedia/cadmium/core/lifecycle/LifecycleService.java

ViolationLine
These nested if statements could be combined168 - 170
These nested if statements could be combined203 - 205

com/meltmedia/cadmium/core/messaging/MembershipTracker.java

ViolationLine
Avoid empty catch blocks117
Avoid empty catch blocks124

com/meltmedia/cadmium/core/meta/SiteConfigProcessor.java

ViolationLine
Avoid unused constructor parameters such as 'contentDir'.36 - 38

com/meltmedia/cadmium/core/util/WarUtils.java

ViolationLine
Avoid empty catch blocks151 - 152
Avoid empty catch blocks157 - 158

com/meltmedia/cadmium/core/worker/CheckConfigInitializedTask.java

ViolationLine
Avoid empty catch blocks81

com/meltmedia/cadmium/core/worker/CheckInitializedTask.java

ViolationLine
Avoid empty catch blocks87