PMD Results
The following document contains the results of PMD 5.0.2.
Files
com/leonarduk/clearcheckbook/ClearCheckBookCLI.java
Violation | Line |
---|
Avoid unused private fields such as '_logger'. | 37 |
Avoid unused private fields such as 'accountsMap'. | 71 |
com/leonarduk/clearcheckbook/ClearCheckBookHelper.java
Violation | Line |
---|
Avoid unused private fields such as '_logger'. | 38 |
com/leonarduk/clearcheckbook/calls/AccountCall.java
Violation | Line |
---|
Avoid unused imports such as 'com.leonarduk.clearcheckbook.dto.AbstractDataType' | 9 |
Overriding method merely calls super | 30 - 33 |
Overriding method merely calls super | 35 - 38 |
Overriding method merely calls super | 72 - 74 |
Overriding method merely calls super | 143 - 145 |
Overriding method merely calls super | 173 - 175 |
Overriding method merely calls super | 199 - 202 |
com/leonarduk/clearcheckbook/calls/BulkProcessable.java
Violation | Line |
---|
Avoid modifiers which are implied by the context | 16 - 17 |
Avoid modifiers which are implied by the context | 26 |
com/leonarduk/clearcheckbook/calls/CategoryCall.java
Violation | Line |
---|
Avoid unused imports such as 'com.leonarduk.clearcheckbook.dto.AbstractDataType' | 9 |
com/leonarduk/clearcheckbook/calls/LimitCall.java
Violation | Line |
---|
Overriding method merely calls super | 79 - 81 |
Useless parentheses. | 206 |
com/leonarduk/clearcheckbook/calls/ReminderCall.java
Violation | Line |
---|
Overriding method merely calls super | 84 - 86 |
Overriding method merely calls super | 206 - 208 |
Overriding method merely calls super | 270 - 273 |
Overriding method merely calls super | 292 - 295 |
com/leonarduk/clearcheckbook/calls/TransactionCall.java
Violation | Line |
---|
Avoid unused imports such as 'com.leonarduk.clearcheckbook.dto.AbstractDataType' | 10 |
Overriding method merely calls super | 28 - 31 |
Overriding method merely calls super | 34 - 37 |
Overriding method merely calls super | 87 - 89 |
Overriding method merely calls super | 208 - 211 |
Overriding method merely calls super | 251 - 254 |
Overriding method merely calls super | 278 - 281 |
Useless parentheses. | 306 |
com/leonarduk/clearcheckbook/calls/UserCall.java
Violation | Line |
---|
Overriding method merely calls super | 46 - 48 |
com/leonarduk/clearcheckbook/dto/AbstractDataType.java
Violation | Line |
---|
Ensure you override both equals() and hashCode() | 68 |
com/leonarduk/clearcheckbook/dto/ParsedNameValuePair.java
Violation | Line |
---|
Useless parentheses. | 31 - 32 |
com/leonarduk/clearcheckbook/file/FilePreProcessor.java
Violation | Line |
---|
Avoid modifiers which are implied by the context | 11 |
Avoid modifiers which are implied by the context | 20 - 21 |
Avoid modifiers which are implied by the context | 23 - 24 |
com/leonarduk/clearcheckbook/processor/parallel/ClearCheckBookDataTypeConsumer.java
Violation | Line |
---|
Avoid unused imports such as 'java.util.ArrayList' | 3 |
com/leonarduk/utils/CheckSites.java
Violation | Line |
---|
Unnecessary final modifier in final class | 30 - 49 |
Avoid unused local variables such as 'url'. | 65 |
Avoid unused local variables such as 'firstLine'. | 137 |
Avoid empty catch blocks | 141 - 143 |