Violation | Message | Line |
---|
| Line does not match expected header line of '^\s*$'. | 2 |
| Missing a Javadoc comment. | 57 |
| Missing a Javadoc comment. | 60 |
| Missing a Javadoc comment. | 62 |
| Missing a Javadoc comment. | 64 |
| Missing a Javadoc comment. | 66 |
| Missing a Javadoc comment. | 74 |
| Variable 'httpPort' must be private and have accessor methods. | 74 |
| Missing a Javadoc comment. | 76 |
| Variable 'httpsPort' must be private and have accessor methods. | 76 |
| Missing a Javadoc comment. | 78 |
| Variable 'ajpPort' must be private and have accessor methods. | 78 |
| Missing a Javadoc comment. | 80 |
| Variable 'serverXmlPath' must be private and have accessor methods. | 80 |
| Missing a Javadoc comment. | 82 |
| Variable 'runtimeProperties' must be private and have accessor methods. | 82 |
| Missing a Javadoc comment. | 84 |
| Variable 'resetExtract' must be private and have accessor methods. | 84 |
| Missing a Javadoc comment. | 86 |
| Variable 'debug' must be private and have accessor methods. | 86 |
| Missing a Javadoc comment. | 88 |
| Variable 'clientAuth' must be private and have accessor methods. | 88 |
| Missing a Javadoc comment. | 90 |
| Variable 'keyAlias' must be private and have accessor methods. | 90 |
| Missing a Javadoc comment. | 92 |
| Variable 'httpProtocol' must be private and have accessor methods. | 92 |
| Missing a Javadoc comment. | 94 |
| Variable 'extractDirectory' must be private and have accessor methods. | 94 |
| Missing a Javadoc comment. | 96 |
| Variable 'extractDirectoryFile' must be private and have accessor methods. | 96 |
| Missing a Javadoc comment. | 98 |
| Variable 'loggerName' must be private and have accessor methods. | 98 |
| Missing a Javadoc comment. | 111 |
| Method length is 239 lines (max allowed is 150). | 116 |
| Missing a Javadoc comment. | 116 |
| Avoid nested blocks. | 155 |
| Missing a Javadoc comment. | 402 |
| Missing a Javadoc comment. | 415 |
| Line is longer than 120 characters. | 523 |
| '2048' is a magic number. | 566 |
| Missing a Javadoc comment. | 593 |
| Missing a Javadoc comment. | 599 |
| Missing a Javadoc comment. | 608 |
| 'loggerName' hides a field. | 613 |
| Redundant throws: 'SecurityException' is unchecked exception. | 614 |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 614 |
| Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 647 |
| Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 668 |