Checkstyle Results
The following document contains the results of Checkstyle 6.1.1 with src/main/config/checkstyle.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
5 |
0 |
10 |
0 |
Details
de/kappich/puk/param/main/ParamApp.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
metrics |
ClassDataAbstractionCoupling |
Class Data Abstraction Coupling is 12 (max allowed is 7) classes [ArgumentList, ClientDavConnection, ClientDavParameters, DataDescription, DataIdentification, EndOfSettingsListener, Hashtable, ParameterObserver, PersistanceHandlerManager, ResultData, SettingsManager, UncaughtExceptionHandler]. |
98 |
Warning |
metrics |
ClassFanOutComplexity |
Class Fan-Out Complexity is 23 (max allowed is 20). |
98 |
Warning |
metrics |
JavaNCSS |
NCSS for this method is 53 (max allowed is 50). |
175 |
de/kappich/puk/param/main/ParameterObserver.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
metrics |
CyclomaticComplexity |
Cyclomatic Complexity is 25 (max allowed is 10). |
109 |
Warning |
metrics |
JavaNCSS |
NCSS for this method is 55 (max allowed is 50). |
109 |
Warning |
metrics |
BooleanExpressionComplexity |
Boolean expression complexity is 4 (max allowed is 3). |
158 |
Warning |
metrics |
BooleanExpressionComplexity |
Boolean expression complexity is 4 (max allowed is 3). |
194 |
de/kappich/puk/param/main/PersistanceHandlerManager.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
metrics |
CyclomaticComplexity |
Cyclomatic Complexity is 11 (max allowed is 10). |
68 |
Warning |
metrics |
CyclomaticComplexity |
Cyclomatic Complexity is 13 (max allowed is 10). |
148 |
Warning |
metrics |
JavaNCSS |
NCSS for this method is 53 (max allowed is 50). |
148 |