Coding Style Check Results
| Summary |
| Total files checked | 475 |
| Files with errors | 6 |
| Total errors | 8 |
| Errors per file | 0 |
The following are violations of the Sun Coding-Style Standards:
| File: | /space/home/jsword/build/jsword/src/main/java/org/crosswire/common/diff/DiffCleanup.java |
| Line Number | Error Message |
| 291 | Nested if-else depth is 4 (max allowed is 3). |
| File: | /space/home/jsword/build/jsword/src/main/java/org/crosswire/jsword/examples/Bench.java |
| Line Number | Error Message |
| 2 | Line does not match expected header line of '\W* Distribution License:'. |
| 41 | Uncommented main method found. |
| File: | /space/home/jsword/build/jsword/src/main/java/org/crosswire/jsword/passage/TreeKey.java |
| Line Number | Error Message |
| 154 | Definition of 'equals()' without corresponding definition of 'hashCode()'. |
| File: | /space/home/jsword/build/jsword/src/main/java/org/crosswire/jsword/versification/system/SystemCalvin.java |
| Line Number | Error Message |
| 17 | Line does not match expected header line of '\W* (©|Copyright) CrossWire Bible Society, 20\d\d - 2016'. |
| File: | /space/home/jsword/build/jsword/src/main/java/org/crosswire/jsword/versification/system/SystemDarbyFR.java |
| Line Number | Error Message |
| 17 | Line does not match expected header line of '\W* (©|Copyright) CrossWire Bible Society, 20\d\d - 2016'. |
| File: | /space/home/jsword/build/jsword/src/main/java/org/crosswire/jsword/versification/system/SystemSegond.java |
| Line Number | Error Message |
| 17 | Line does not match expected header line of '\W* (©|Copyright) CrossWire Bible Society, 20\d\d - 2016'. |
| 405 | Line has trailing spaces. |