Violation | Line |
The class 'AntTag' has a Cyclomatic Complexity of 3 (Highest = 17). |
53
|
Avoid unused private fields such as 'ANT_MANIFEST_TAG' |
61
|
Avoid really long methods. |
108
|
The method 'doTag' has a Cyclomatic Complexity of 17. |
108
|
Deeply nested if..then statements are hard to read |
132
|
Avoid if (x != y) ..; else ..; |
218
|
Avoid unused local variables such as 'body' |
237
|
When doing a String.toLowerCase()/toUpperCase() call, use a Locale |
253
|
When doing a String.toLowerCase()/toUpperCase() call, use a Locale |
361
|
Avoid empty catch blocks |
364
|
When doing a String.toLowerCase()/toUpperCase() call, use a Locale |
399
|
The String literal "datatype '" appears 4 times in this file; the first occurrence is on line 442 |
442
|
Avoid unused private methods such as 'createDataType' |
468
|