PMD Results
The following document contains the results of PMD 4.3.
Files
org/treetank/access/FilelistenerWriteTrx.java
Violation | Line |
---|
Avoid unnecessary return statements | 102 |
Avoid empty catch blocks | 124 - 126 |
org/treetank/api/IFilelistenerWriteTrx.java
Violation | Line |
---|
Avoid unused imports such as 'org.treetank.exception.TTIOException' | 7 |
org/treetank/filelistener/file/Filelistener.java
Violation | Line |
---|
Avoid unused private fields such as 'mLockedFiles'. | 80 |
Avoid unused private fields such as 'mFsnOnHold'. | 82 |
Avoid empty catch blocks | 146 - 147 |
org/treetank/filelistener/ui/dialogs/RestoreDialog.java
Violation | Line |
---|
Avoid empty if statements | 163 - 165 |
Avoid empty if statements | 188 - 190 |