The following document contains the results of Checkstyle 6.2 with development/dsol-checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
2 | Warning |
design | DesignForExtension | 1 | Warning |
HideUtilityClassConstructor | 1 | Warning | |
VisibilityModifier | 2 | Warning | |
javadoc | JavadocVariable | 1 | Warning |
sizes | LineLength
|
2 | Info |
whitespace | WhitespaceAround
|
1 | Warning |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | design | VisibilityModifier | Variable 'gtuDirection' must be private and have accessor methods. | 63 |
Info | sizes | LineLength | Line is longer than 128 characters (found 139). | 305 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Warning | design | VisibilityModifier | Variable 'coordinates' must be private and have accessor methods. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | sizes | LineLength | Line is longer than 128 characters (found 143). | 142 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 143 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'network' hides a field. | 171 |
Warning | coding | HiddenField | 'network' hides a field. | 192 |
Warning | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 285 |