PMD Results
The following document contains the results of PMD 4.3.
Files
com/meltmedia/cadmium/core/FileSystemManager.java
Violation | Line |
---|
Avoid empty catch blocks | 67 |
An operation on an Immutable object (String, BigDecimal or BigInteger) won't change the object itself | 78 |
Avoid empty catch blocks | 96 |
Avoid empty catch blocks | 290 |
Avoid empty catch blocks | 295 |
Avoid empty catch blocks | 298 |
com/meltmedia/cadmium/core/commands/UpdateDoneCommandAction.java
Violation | Line |
---|
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. | 66 |
com/meltmedia/cadmium/core/config/ConfigManager.java
Violation | Line |
---|
These nested if statements could be combined | 258 - 270 |
These nested if statements could be combined | 259 - 269 |
com/meltmedia/cadmium/core/config/impl/PropertiesWriterImpl.java
Violation | Line |
---|
These nested if statements could be combined | 42 - 61 |
com/meltmedia/cadmium/core/github/ApiClient.java
Violation | Line |
---|
These nested if statements could be combined | 238 - 241 |
These nested if statements could be combined | 283 - 286 |
com/meltmedia/cadmium/core/lifecycle/LifecycleService.java
Violation | Line |
---|
These nested if statements could be combined | 168 - 170 |
These nested if statements could be combined | 203 - 205 |
com/meltmedia/cadmium/core/messaging/MembershipTracker.java
Violation | Line |
---|
Avoid empty catch blocks | 117 |
Avoid empty catch blocks | 124 |
com/meltmedia/cadmium/core/meta/SiteConfigProcessor.java
Violation | Line |
---|
Avoid unused constructor parameters such as 'contentDir'. | 36 - 38 |
com/meltmedia/cadmium/core/util/WarUtils.java
Violation | Line |
---|
Avoid empty catch blocks | 151 - 152 |
Avoid empty catch blocks | 157 - 158 |
com/meltmedia/cadmium/core/worker/CheckConfigInitializedTask.java
Violation | Line |
---|
Avoid empty catch blocks | 81 |
com/meltmedia/cadmium/core/worker/CheckInitializedTask.java
Violation | Line |
---|
Avoid empty catch blocks | 87 |