PMD Results

The following document contains the results of PMD 6.4.0.

Files

cn/home1/cloud/config/server/monitor/AbstraceNotificationExtractor.java

Violation Priority Line
Avoid unused private fields such as 'commonConfigSuffix'. 3 27
The method 'addAllPaths(Set, Map, String)' has a NCSS line count of 27. 3 2965
A method should have only one exit point, and that should be the last statement in the method 3 31
A method should have only one exit point, and that should be the last statement in the method 3 38
Prefer StringBuffer over += for concatenating strings 3 59

cn/home1/cloud/config/server/monitor/GitlabRepositoryPathNotificationExtractor.java

Violation Priority Line
The method 'extract(MultiValueMap, Map)' has a NCSS line count of 17. 3 2449