PMD Results
The following document contains the results of PMD 4.2.2.
Files
net/sourceforge/jeuclid/fop/JEuclidElementMapping.java
Violation | Line |
---|
Avoid instantiation through private constructors from outside of the constructor's class. | 62 |
Avoid instantiation through private constructors from outside of the constructor's class. | 63 |
net/sourceforge/jeuclid/fop/JEuclidXMLHandler.java
Violation | Line |
---|
Document empty constructor | 43 - 44 |
net/sourceforge/jeuclid/xmlgraphics/PreloaderMathML.java
Violation | Line |
---|
The class 'PreloaderMathML' has a Cyclomatic Complexity of 4 (Highest = 11). | 55 - 159 |
The method 'parseSource' has a Cyclomatic Complexity of 11. | 114 - 158 |