PMD Results

The following document contains the results of PMD 4.2.5.

Files

net/sourceforge/jeuclid/swt/MathRenderer.java

ViolationLine
Avoid instantiation through private constructors from outside of the constructor's class.51

net/sourceforge/jeuclid/swt/MathView.java

ViolationLine
Private field 'layoutContext' could be made final; it is only initialized in the declaration or constructor.58
Avoid unused method parameters such as 'e'.98 - 101
Use equals() to compare object references.115