Coding Style Check Results

Summary
Total files checked582
Files with errors4
Total errors6
Errors per file0

The following are violations of the Sun Coding-Style Standards:

File: /space/home/jsword/build/common-swing/src/main/java/org/crosswire/common/swing/CWOptionPane.java
Line Number Error Message
590More than 7 parameters.
804Variable 'actions' must be private and have accessor methods.

File: /space/home/jsword/build/common-swing/src/main/java/org/crosswire/common/swing/CompositeIcon.java
Line Number Error Message
184More than 7 parameters.

File: /space/home/jsword/build/common/src/main/java/org/crosswire/common/diff/DiffCleanup.java
Line Number Error Message
317Nested if-else depth is 4 (max allowed is 3).

File: /space/home/jsword/build/common/src/main/java/org/crosswire/common/options/GetOptions.java
Line Number Error Message
166Control variable 'i' is modified.
206Control variable 'i' is modified.