Coding Style Check Results

Summary
Total files checked475
Files with errors6
Total errors8
Errors per file0

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
291Nested 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
2Line does not match expected header line of '\W* Distribution License:'.
41Uncommented main method found.

File: /space/home/jsword/build/jsword/src/main/java/org/crosswire/jsword/passage/TreeKey.java
Line Number Error Message
154Definition 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
17Line 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
17Line 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
17Line does not match expected header line of '\W* (©|Copyright) CrossWire Bible Society, 20\d\d - 2016'.
405Line has trailing spaces.