Violation |
Message |
Line |
|
Line does not match expected header line of '^\s*$'. |
2 |
|
Missing a Javadoc comment. |
62 |
|
Missing a Javadoc comment. |
65 |
|
Missing a Javadoc comment. |
67 |
|
Missing a Javadoc comment. |
69 |
|
Missing a Javadoc comment. |
71 |
|
Missing a Javadoc comment. |
73 |
|
Missing a Javadoc comment. |
86 |
|
Variable 'httpPort' must be private and have accessor methods. |
86 |
|
Missing a Javadoc comment. |
88 |
|
Variable 'httpsPort' must be private and have accessor methods. |
88 |
|
Missing a Javadoc comment. |
90 |
|
Variable 'ajpPort' must be private and have accessor methods. |
90 |
|
Missing a Javadoc comment. |
92 |
|
Variable 'serverXmlPath' must be private and have accessor methods. |
92 |
|
Missing a Javadoc comment. |
94 |
|
Variable 'runtimeProperties' must be private and have accessor methods. |
94 |
|
Missing a Javadoc comment. |
96 |
|
Variable 'resetExtract' must be private and have accessor methods. |
96 |
|
Missing a Javadoc comment. |
98 |
|
Variable 'debug' must be private and have accessor methods. |
98 |
|
Missing a Javadoc comment. |
100 |
|
Variable 'clientAuth' must be private and have accessor methods. |
100 |
|
Missing a Javadoc comment. |
102 |
|
Variable 'keyAlias' must be private and have accessor methods. |
102 |
|
Missing a Javadoc comment. |
104 |
|
Variable 'httpProtocol' must be private and have accessor methods. |
104 |
|
Missing a Javadoc comment. |
106 |
|
Variable 'extractDirectory' must be private and have accessor methods. |
106 |
|
Missing a Javadoc comment. |
108 |
|
Variable 'extractDirectoryFile' must be private and have accessor methods. |
108 |
|
Missing a Javadoc comment. |
110 |
|
Variable 'codeSourceContextPath' must be private and have accessor methods. |
110 |
|
Missing a Javadoc comment. |
112 |
|
Variable 'codeSourceWar' must be private and have accessor methods. |
112 |
|
Missing a Javadoc comment. |
114 |
|
Variable 'loggerName' must be private and have accessor methods. |
114 |
|
Missing a Javadoc comment. |
127 |
|
Method length is 283 lines (max allowed is 150). |
132 |
|
Missing a Javadoc comment. |
132 |
|
Avoid nested blocks. |
201 |
|
Missing a Javadoc comment. |
418 |
|
Missing a Javadoc comment. |
422 |
|
Missing a Javadoc comment. |
512 |
|
Missing a Javadoc comment. |
525 |
|
Line is longer than 120 characters. |
660 |
|
'2048' is a magic number. |
708 |
|
Missing a Javadoc comment. |
735 |
|
Missing a Javadoc comment. |
741 |
|
Missing a Javadoc comment. |
750 |
|
'loggerName' hides a field. |
755 |
|
Redundant throws: 'SecurityException' is unchecked exception. |
756 |
|
Redundant throws: 'IllegalArgumentException' is unchecked exception. |
756 |
|
Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. |
789 |
|
Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. |
810 |