PMD Results

The following document contains the results of PMD 4.1.

Files

net/sf/latextaglet/LaTeXBlockEquationTaglet.java

Violation Line
The field name indicates a constant but its modifiers do not 45
Use explicit scoping instead of the default package private level 45
Avoid variables with short names like t 69
Found 'DD'-anomaly for variable 'name' (lines '77'-'79'). 77 - 79
A method should have only one exit point, and that should be the last statement in the method 86

net/sf/latextaglet/LaTeXEquationTaglet.java

Violation Line
The field name indicates a constant but its modifiers do not 44
Use explicit scoping instead of the default package private level 44
Avoid variables with short names like t 68
Found 'DD'-anomaly for variable 'name' (lines '76'-'78'). 76 - 78
A method should have only one exit point, and that should be the last statement in the method 85

net/sf/latextaglet/LaTeXInlineTaglet.java

Violation Line
The field name indicates a constant but its modifiers do not 44
Use explicit scoping instead of the default package private level 44
Avoid variables with short names like t 68
Found 'DD'-anomaly for variable 'name' (lines '81'-'83'). 81 - 83
A method should have only one exit point, and that should be the last statement in the method 95

net/sf/latextaglet/internal/LaTeXTaglet.java

Violation Line
Abstract classes should be named AbstractXXX 42 - 251
Avoid variables with short names like st 140
This for loop could be simplified to a while loop 141 - 151
Found 'DD'-anomaly for variable 'path' (lines '167'-'189'). 167 - 189
Found 'DD'-anomaly for variable 'name' (lines '168'-'175'). 168 - 175
Avoid variables with short names like fw 196
Avoid variables with short names like rt 227
Avoid variables with short names like p 228
Found 'DD'-anomaly for variable 'p' (lines '228'-'232'). 228 - 232
Found 'DD'-anomaly for variable 'errorHandler' (lines '229'-'233'). 229 - 233
Found 'DD'-anomaly for variable 'outputHandler' (lines '230'-'234'). 230 - 234
Avoid using if statements without curly braces 243

net/sf/latextaglet/internal/StreamHandler.java

Violation Line
Avoid variables with short names like is 30
Use explicit scoping instead of the default package private level 30
Avoid variables with short names like os 31
Use explicit scoping instead of the default package private level 31
Avoid variables with short names like is 33
Avoid variables with short names like os 33
It is a good practice to call super() in a constructor 33 - 36
Avoid variables with short names like c 40
Avoid assignments in operands 42
Found 'DU'-anomaly for variable 'c' (lines '42'-'48'). 42 - 48
Avoid empty catch blocks 46 - 47