Coding Style Check Results
| Summary |
| Total files checked | 582 |
| Files with errors | 4 |
| Total errors | 6 |
| Errors per file | 0 |
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 |
| 590 | More than 7 parameters. |
| 804 | Variable '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 |
| 184 | More than 7 parameters. |
| File: | /space/home/jsword/build/common/src/main/java/org/crosswire/common/diff/DiffCleanup.java |
| Line Number | Error Message |
| 317 | Nested 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 |
| 166 | Control variable 'i' is modified. |
| 206 | Control variable 'i' is modified. |