The following document contains the results of PMD 5.3.5.
Violation | Line |
---|---|
Possible God class (WMC=108, ATFD=105, TCC=0.09057971014492754) | 20–967 |
The class 'DOMConfigurator' has a Standard Cyclomatic Complexity of 4 (Highest = 12). | 65–967 |
The class 'DOMConfigurator' has a Cyclomatic Complexity of 4 (Highest = 13). | 65–967 |
The class 'DOMConfigurator' has a Modified Cyclomatic Complexity of 4 (Highest = 12). | 65–967 |
Consider using varargs for methods or constructors which take an array the last parameter. | 152 |
The method 'parseConnector' has a Modified Cyclomatic Complexity of 12. | 322–398 |
The method 'parseConnector' has a Cyclomatic Complexity of 13. | 322–398 |
The method 'parseConnector' has a Standard Cyclomatic Complexity of 12. | 322–398 |
The method 'parseChildrenOfSettingsElement' has a Cyclomatic Complexity of 11. | 461–516 |
The method 'parseChildrenOfSettingsElement' has a Modified Cyclomatic Complexity of 11. | 461–516 |
The method 'parseChildrenOfSettingsElement' has a Standard Cyclomatic Complexity of 11. | 461–516 |
The method 'parseObjectResolver' has a Cyclomatic Complexity of 12. | 566–641 |
The method 'parseObjectResolver' has a Standard Cyclomatic Complexity of 12. | 566–641 |
The method 'parseObjectResolver' has a Modified Cyclomatic Complexity of 12. | 566–641 |
The method 'parseContentResolver' has a Modified Cyclomatic Complexity of 10. | 710–774 |
The method 'parseContentResolver' has a Cyclomatic Complexity of 10. | 710–774 |
The method 'parseContentResolver' has a Standard Cyclomatic Complexity of 10. | 710–774 |
Avoid instantiating new objects inside loops | 944 |