The following document contains the results of Checkstyle 8.35 with development/dsol-checks.xml ruleset.
Files | ![]() |
![]() |
![]() |
---|---|---|---|
156 | 93 | 4336 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly
|
1559 | ![]() |
NeedBraces | 35 | ![]() | |
RightCurly
|
48 | ![]() | |
coding | HiddenField
|
30 | ![]() |
design | VisibilityModifier | 609 | ![]() |
javadoc | JavadocMethod | 386 | ![]() |
JavadocStyle | 237 | ![]() | |
JavadocType | 1 | ![]() | |
JavadocVariable | 628 | ![]() | |
misc | FinalParameters | 537 | ![]() |
modifier | ModifierOrder | 235 | ![]() |
naming | ConstantName | 5 | ![]() |
MemberName | 25 | ![]() | |
sizes | FileLength | 1 | ![]() |
LineLength
|
93 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 29 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 42 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 44 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 48 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 50 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 52 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 58 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 60 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 64 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 64 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 57 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 52 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 51 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Type Javadoc comment is missing @param <S> tag. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter obj should be final. | 105 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 107 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 109 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 111 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 114 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 116 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 122 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'accelerationunit' must be private and have accessor methods. | 52 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 63 |
![]() |
misc | FinalParameters | Parameter value should be final. | 76 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 128 characters (found 143). | 34 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 143). | 35 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 147). | 36 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 135). | 37 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 134). | 38 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
design | VisibilityModifier | Variable 'gtucolorers' must be private and have accessor methods. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
design | VisibilityModifier | Variable 'defaults' must be private and have accessor methods. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
design | VisibilityModifier | Variable 'linktype' must be private and have accessor methods. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
design | VisibilityModifier | Variable 'lanetype' must be private and have accessor methods. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
design | VisibilityModifier | Variable 'roadlayout' must be private and have accessor methods. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
design | VisibilityModifier | Variable 'link' must be private and have accessor methods. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
design | VisibilityModifier | Variable 'layer' must be private and have accessor methods. | 85 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 96 |
![]() |
misc | FinalParameters | Parameter value should be final. | 109 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 109 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 122 |
![]() |
misc | FinalParameters | Parameter value should be final. | 135 |
![]() |
blocks | LeftCurly | '{' at column 57 should be on a new line. | 135 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 161 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 162 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 163 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 191 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 192 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 193 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 221 |
![]() |
blocks | LeftCurly | '{' at column 58 should be on a new line. | 222 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 223 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 251 |
![]() |
blocks | LeftCurly | '{' at column 46 should be on a new line. | 252 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 253 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 281 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 282 |
![]() |
blocks | LeftCurly | '{' at column 28 should be on a new line. | 283 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 128 characters (found 129). | 40 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 147). | 41 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 137). | 42 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 133). | 43 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
design | VisibilityModifier | Variable 'laneOrNOTRAFFICLANEOrSHOULDER' must be private and have accessor methods. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
design | VisibilityModifier | Variable 'speedlimit' must be private and have accessor methods. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
design | VisibilityModifier | Variable 'lanekeeping' must be private and have accessor methods. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 91 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 118 |
![]() |
blocks | LeftCurly | '{' at column 66 should be on a new line. | 119 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 120 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 148 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 149 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 150 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 165 |
![]() |
misc | FinalParameters | Parameter value should be final. | 178 |
![]() |
blocks | LeftCurly | '{' at column 55 should be on a new line. | 178 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 191 |
![]() |
misc | FinalParameters | Parameter value should be final. | 204 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 204 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 128 characters (found 130). | 43 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
design | VisibilityModifier | Variable 'desiredheadwaymodel' must be private and have accessor methods. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
design | VisibilityModifier | Variable 'desiredspeedmodel' must be private and have accessor methods. | 69 |
![]() |
blocks | LeftCurly | '{' at column 91 should be on a new line. | 80 |
![]() |
misc | FinalParameters | Parameter value should be final. | 93 |
![]() |
blocks | LeftCurly | '{' at column 101 should be on a new line. | 93 |
![]() |
blocks | LeftCurly | '{' at column 57 should be on a new line. | 106 |
![]() |
misc | FinalParameters | Parameter value should be final. | 119 |
![]() |
blocks | LeftCurly | '{' at column 67 should be on a new line. | 119 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 155 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 156 |
![]() |
design | VisibilityModifier | Variable 'idm' must be private and have accessor methods. | 158 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 159 |
![]() |
naming | MemberName | Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 162 |
![]() |
design | VisibilityModifier | Variable '_class' must be private and have accessor methods. | 162 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 173 |
![]() |
misc | FinalParameters | Parameter value should be final. | 186 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 186 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 199 |
![]() |
misc | FinalParameters | Parameter value should be final. | 212 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 212 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
design | VisibilityModifier | Variable 'idm' must be private and have accessor methods. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'idmplus' must be private and have accessor methods. | 56 |
![]() |
blocks | LeftCurly | '{' at column 55 should be on a new line. | 67 |
![]() |
misc | FinalParameters | Parameter value should be final. | 80 |
![]() |
blocks | LeftCurly | '{' at column 65 should be on a new line. | 80 |
![]() |
blocks | LeftCurly | '{' at column 59 should be on a new line. | 93 |
![]() |
misc | FinalParameters | Parameter value should be final. | 106 |
![]() |
blocks | LeftCurly | '{' at column 69 should be on a new line. | 106 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
design | VisibilityModifier | Variable 'route' must be private and have accessor methods. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
design | VisibilityModifier | Variable 'factor' must be private and have accessor methods. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 74 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 85 |
![]() |
misc | FinalParameters | Parameter value should be final. | 98 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 98 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 111 |
![]() |
misc | FinalParameters | Parameter value should be final. | 124 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 124 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 137 |
![]() |
misc | FinalParameters | Parameter value should be final. | 150 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 150 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 163 |
![]() |
misc | FinalParameters | Parameter value should be final. | 176 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 176 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 189 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 190 |
![]() |
blocks | RightCurly | '}' at column 9 should be alone on a line. | 192 |
![]() |
blocks | LeftCurly | '{' at column 16 should be on a new line. | 192 |
![]() |
misc | FinalParameters | Parameter value should be final. | 206 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 206 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 219 |
![]() |
misc | FinalParameters | Parameter value should be final. | 232 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 232 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
naming | MemberName | Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
design | VisibilityModifier | Variable '_class' must be private and have accessor methods. | 64 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 75 |
![]() |
misc | FinalParameters | Parameter value should be final. | 88 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 88 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 101 |
![]() |
misc | FinalParameters | Parameter value should be final. | 114 |
![]() |
coding | HiddenField | 'value' hides a field. | 114 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 114 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'direction' must be private and have accessor methods. | 57 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 68 |
![]() |
misc | FinalParameters | Parameter value should be final. | 81 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 81 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 94 |
![]() |
misc | FinalParameters | Parameter value should be final. | 107 |
![]() |
blocks | LeftCurly | '{' at column 58 should be on a new line. | 107 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'nodestart' must be private and have accessor methods. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
design | VisibilityModifier | Variable 'nodeend' must be private and have accessor methods. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
design | VisibilityModifier | Variable 'demandweight' must be private and have accessor methods. | 63 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 74 |
![]() |
misc | FinalParameters | Parameter value should be final. | 87 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 87 |
![]() |
blocks | LeftCurly | '{' at column 34 should be on a new line. | 100 |
![]() |
misc | FinalParameters | Parameter value should be final. | 113 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 113 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 126 |
![]() |
misc | FinalParameters | Parameter value should be final. | 139 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 139 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 152 |
![]() |
misc | FinalParameters | Parameter value should be final. | 165 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 165 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 205 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 206 |
![]() |
design | VisibilityModifier | Variable 'constant' must be private and have accessor methods. | 208 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 209 |
![]() |
design | VisibilityModifier | Variable 'exponential' must be private and have accessor methods. | 211 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 212 |
![]() |
design | VisibilityModifier | Variable 'triangular' must be private and have accessor methods. | 214 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 215 |
![]() |
design | VisibilityModifier | Variable 'normal' must be private and have accessor methods. | 217 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 218 |
![]() |
design | VisibilityModifier | Variable 'beta' must be private and have accessor methods. | 220 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 221 |
![]() |
design | VisibilityModifier | Variable 'erlang' must be private and have accessor methods. | 223 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 224 |
![]() |
design | VisibilityModifier | Variable 'gamma' must be private and have accessor methods. | 226 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 227 |
![]() |
design | VisibilityModifier | Variable 'lognormal' must be private and have accessor methods. | 229 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 230 |
![]() |
design | VisibilityModifier | Variable 'pearson5' must be private and have accessor methods. | 232 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 233 |
![]() |
design | VisibilityModifier | Variable 'pearson6' must be private and have accessor methods. | 235 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 236 |
![]() |
design | VisibilityModifier | Variable 'uniform' must be private and have accessor methods. | 238 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 239 |
![]() |
design | VisibilityModifier | Variable 'weibull' must be private and have accessor methods. | 241 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 252 |
![]() |
misc | FinalParameters | Parameter value should be final. | 265 |
![]() |
blocks | LeftCurly | '{' at column 58 should be on a new line. | 265 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 278 |
![]() |
misc | FinalParameters | Parameter value should be final. | 291 |
![]() |
blocks | LeftCurly | '{' at column 64 should be on a new line. | 291 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 304 |
![]() |
misc | FinalParameters | Parameter value should be final. | 317 |
![]() |
blocks | LeftCurly | '{' at column 62 should be on a new line. | 317 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 330 |
![]() |
misc | FinalParameters | Parameter value should be final. | 343 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 343 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 356 |
![]() |
misc | FinalParameters | Parameter value should be final. | 369 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 369 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 382 |
![]() |
misc | FinalParameters | Parameter value should be final. | 395 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 395 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 408 |
![]() |
misc | FinalParameters | Parameter value should be final. | 421 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 421 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 434 |
![]() |
misc | FinalParameters | Parameter value should be final. | 447 |
![]() |
blocks | LeftCurly | '{' at column 60 should be on a new line. | 447 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 460 |
![]() |
misc | FinalParameters | Parameter value should be final. | 473 |
![]() |
blocks | LeftCurly | '{' at column 58 should be on a new line. | 473 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 486 |
![]() |
misc | FinalParameters | Parameter value should be final. | 499 |
![]() |
blocks | LeftCurly | '{' at column 58 should be on a new line. | 499 |
![]() |
blocks | LeftCurly | '{' at column 46 should be on a new line. | 512 |
![]() |
misc | FinalParameters | Parameter value should be final. | 525 |
![]() |
blocks | LeftCurly | '{' at column 56 should be on a new line. | 525 |
![]() |
blocks | LeftCurly | '{' at column 46 should be on a new line. | 538 |
![]() |
misc | FinalParameters | Parameter value should be final. | 551 |
![]() |
blocks | LeftCurly | '{' at column 56 should be on a new line. | 551 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 583 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 584 |
![]() |
design | VisibilityModifier | Variable 'alpha1' must be private and have accessor methods. | 586 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 587 |
![]() |
design | VisibilityModifier | Variable 'alpha2' must be private and have accessor methods. | 589 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 590 |
![]() |
design | VisibilityModifier | Variable 'randomstream' must be private and have accessor methods. | 592 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 598 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 599 |
![]() |
misc | FinalParameters | Parameter value should be final. | 608 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 608 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 608 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 616 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 617 |
![]() |
misc | FinalParameters | Parameter value should be final. | 626 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 626 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 626 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 639 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 640 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 642 |
![]() |
blocks | LeftCurly | '{' at column 20 should be on a new line. | 642 |
![]() |
misc | FinalParameters | Parameter value should be final. | 656 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 656 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 689 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 690 |
![]() |
design | VisibilityModifier | Variable 'c' must be private and have accessor methods. | 692 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 693 |
![]() |
design | VisibilityModifier | Variable 'randomstream' must be private and have accessor methods. | 695 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 701 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 702 |
![]() |
misc | FinalParameters | Parameter value should be final. | 711 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 711 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 711 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 724 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 725 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 727 |
![]() |
blocks | LeftCurly | '{' at column 20 should be on a new line. | 727 |
![]() |
misc | FinalParameters | Parameter value should be final. | 741 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 741 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 775 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 776 |
![]() |
design | VisibilityModifier | Variable 'mean' must be private and have accessor methods. | 778 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 779 |
![]() |
design | VisibilityModifier | Variable 'k' must be private and have accessor methods. | 782 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 783 |
![]() |
design | VisibilityModifier | Variable 'randomstream' must be private and have accessor methods. | 785 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 791 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 792 |
![]() |
misc | FinalParameters | Parameter value should be final. | 801 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 801 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 801 |
![]() |
blocks | LeftCurly | '{' at column 34 should be on a new line. | 814 |
![]() |
misc | FinalParameters | Parameter value should be final. | 827 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 827 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 840 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 841 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 843 |
![]() |
blocks | LeftCurly | '{' at column 20 should be on a new line. | 843 |
![]() |
misc | FinalParameters | Parameter value should be final. | 857 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 857 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 890 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 891 |
![]() |
design | VisibilityModifier | Variable 'lambda' must be private and have accessor methods. | 893 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 894 |
![]() |
design | VisibilityModifier | Variable 'randomstream' must be private and have accessor methods. | 896 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 902 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 903 |
![]() |
misc | FinalParameters | Parameter value should be final. | 912 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 912 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 912 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 925 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 926 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 928 |
![]() |
blocks | LeftCurly | '{' at column 20 should be on a new line. | 928 |
![]() |
misc | FinalParameters | Parameter value should be final. | 942 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 942 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 976 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 977 |
![]() |
design | VisibilityModifier | Variable 'alpha' must be private and have accessor methods. | 979 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 980 |
![]() |
design | VisibilityModifier | Variable 'beta' must be private and have accessor methods. | 982 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 983 |
![]() |
design | VisibilityModifier | Variable 'randomstream' must be private and have accessor methods. | 985 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 991 |
![]() |
blocks | LeftCurly | '{' at column 34 should be on a new line. | 992 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1001 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 1001 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 1001 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1009 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 1010 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1019 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 1019 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 1019 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 1032 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 1033 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 1035 |
![]() |
blocks | LeftCurly | '{' at column 20 should be on a new line. | 1035 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1049 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 1049 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1083 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1084 |
![]() |
design | VisibilityModifier | Variable 'mu' must be private and have accessor methods. | 1086 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1087 |
![]() |
design | VisibilityModifier | Variable 'sigma' must be private and have accessor methods. | 1089 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1090 |
![]() |
design | VisibilityModifier | Variable 'randomstream' must be private and have accessor methods. | 1092 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1098 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 1099 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1108 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 1108 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 1108 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1116 |
![]() |
blocks | LeftCurly | '{' at column 34 should be on a new line. | 1117 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1126 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 1126 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 1126 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 1139 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 1140 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 1142 |
![]() |
blocks | LeftCurly | '{' at column 20 should be on a new line. | 1142 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1156 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 1156 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1190 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1191 |
![]() |
design | VisibilityModifier | Variable 'mu' must be private and have accessor methods. | 1193 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1194 |
![]() |
design | VisibilityModifier | Variable 'sigma' must be private and have accessor methods. | 1196 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1197 |
![]() |
design | VisibilityModifier | Variable 'randomstream' must be private and have accessor methods. | 1199 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1205 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 1206 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1215 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 1215 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 1215 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1223 |
![]() |
blocks | LeftCurly | '{' at column 34 should be on a new line. | 1224 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1233 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 1233 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 1233 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 1246 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 1247 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 1249 |
![]() |
blocks | LeftCurly | '{' at column 20 should be on a new line. | 1249 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1263 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 1263 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1297 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1298 |
![]() |
design | VisibilityModifier | Variable 'alpha' must be private and have accessor methods. | 1300 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1301 |
![]() |
design | VisibilityModifier | Variable 'beta' must be private and have accessor methods. | 1303 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1304 |
![]() |
design | VisibilityModifier | Variable 'randomstream' must be private and have accessor methods. | 1306 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1312 |
![]() |
blocks | LeftCurly | '{' at column 34 should be on a new line. | 1313 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1322 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 1322 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 1322 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1330 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 1331 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1340 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 1340 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 1340 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 1353 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 1354 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 1356 |
![]() |
blocks | LeftCurly | '{' at column 20 should be on a new line. | 1356 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1370 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 1370 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1405 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1406 |
![]() |
design | VisibilityModifier | Variable 'alpha1' must be private and have accessor methods. | 1408 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1409 |
![]() |
design | VisibilityModifier | Variable 'alpha2' must be private and have accessor methods. | 1411 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1412 |
![]() |
design | VisibilityModifier | Variable 'beta' must be private and have accessor methods. | 1414 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1415 |
![]() |
design | VisibilityModifier | Variable 'randomstream' must be private and have accessor methods. | 1417 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1423 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 1424 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1433 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 1433 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 1433 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1441 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 1442 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1451 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 1451 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 1451 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1459 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 1460 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1469 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 1469 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 1469 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 1482 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 1483 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 1485 |
![]() |
blocks | LeftCurly | '{' at column 20 should be on a new line. | 1485 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1499 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 1499 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1534 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1535 |
![]() |
design | VisibilityModifier | Variable 'min' must be private and have accessor methods. | 1537 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1538 |
![]() |
design | VisibilityModifier | Variable 'mode' must be private and have accessor methods. | 1540 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1541 |
![]() |
design | VisibilityModifier | Variable 'max' must be private and have accessor methods. | 1543 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1544 |
![]() |
design | VisibilityModifier | Variable 'randomstream' must be private and have accessor methods. | 1546 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1552 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 1553 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1562 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 1562 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 1562 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1570 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 1571 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1580 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 1580 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 1580 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1588 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 1589 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1598 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 1598 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 1598 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 1611 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 1612 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 1614 |
![]() |
blocks | LeftCurly | '{' at column 20 should be on a new line. | 1614 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1628 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 1628 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1662 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1663 |
![]() |
design | VisibilityModifier | Variable 'min' must be private and have accessor methods. | 1665 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1666 |
![]() |
design | VisibilityModifier | Variable 'max' must be private and have accessor methods. | 1668 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1669 |
![]() |
design | VisibilityModifier | Variable 'randomstream' must be private and have accessor methods. | 1671 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1677 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 1678 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1687 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 1687 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 1687 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1695 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 1696 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1705 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 1705 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 1705 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 1718 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 1719 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 1721 |
![]() |
blocks | LeftCurly | '{' at column 20 should be on a new line. | 1721 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1735 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 1735 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1769 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1770 |
![]() |
design | VisibilityModifier | Variable 'alpha' must be private and have accessor methods. | 1772 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1773 |
![]() |
design | VisibilityModifier | Variable 'beta' must be private and have accessor methods. | 1775 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1776 |
![]() |
design | VisibilityModifier | Variable 'randomstream' must be private and have accessor methods. | 1778 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1784 |
![]() |
blocks | LeftCurly | '{' at column 34 should be on a new line. | 1785 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1794 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 1794 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 1794 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1802 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 1803 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1812 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 1812 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 1812 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 1825 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 1826 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 1828 |
![]() |
blocks | LeftCurly | '{' at column 20 should be on a new line. | 1828 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1842 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 1842 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 128 characters (found 132). | 48 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 132). | 49 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 131). | 51 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 132). | 52 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 131). | 92 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 133). | 101 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 134 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 135 |
![]() |
design | VisibilityModifier | Variable 'fixedtime' must be private and have accessor methods. | 137 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 138 |
![]() |
design | VisibilityModifier | Variable 'trafcod' must be private and have accessor methods. | 140 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 164 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 165 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 166 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 194 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 195 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 196 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 247 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 248 |
![]() |
design | VisibilityModifier | Variable 'cycle' must be private and have accessor methods. | 250 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 251 |
![]() |
design | VisibilityModifier | Variable 'cycletime' must be private and have accessor methods. | 254 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 255 |
![]() |
design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 258 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 282 |
![]() |
blocks | LeftCurly | '{' at column 57 should be on a new line. | 283 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 284 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 299 |
![]() |
misc | FinalParameters | Parameter value should be final. | 312 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 312 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 325 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 326 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 328 |
![]() |
blocks | LeftCurly | '{' at column 20 should be on a new line. | 328 |
![]() |
misc | FinalParameters | Parameter value should be final. | 342 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 342 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 376 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 377 |
![]() |
design | VisibilityModifier | Variable 'signalgroupid' must be private and have accessor methods. | 379 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 380 |
![]() |
design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 383 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 384 |
![]() |
design | VisibilityModifier | Variable 'pregreen' must be private and have accessor methods. | 387 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 388 |
![]() |
design | VisibilityModifier | Variable 'green' must be private and have accessor methods. | 391 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 392 |
![]() |
design | VisibilityModifier | Variable 'yellow' must be private and have accessor methods. | 395 |
![]() |
blocks | LeftCurly | '{' at column 46 should be on a new line. | 406 |
![]() |
misc | FinalParameters | Parameter value should be final. | 419 |
![]() |
blocks | LeftCurly | '{' at column 56 should be on a new line. | 419 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 432 |
![]() |
misc | FinalParameters | Parameter value should be final. | 445 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 445 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 458 |
![]() |
misc | FinalParameters | Parameter value should be final. | 471 |
![]() |
blocks | LeftCurly | '{' at column 53 should be on a new line. | 471 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 484 |
![]() |
misc | FinalParameters | Parameter value should be final. | 497 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 497 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 510 |
![]() |
misc | FinalParameters | Parameter value should be final. | 523 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 523 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 603 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 604 |
![]() |
design | VisibilityModifier | Variable 'program' must be private and have accessor methods. | 606 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 607 |
![]() |
design | VisibilityModifier | Variable 'programfile' must be private and have accessor methods. | 610 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 611 |
![]() |
design | VisibilityModifier | Variable 'console' must be private and have accessor methods. | 613 |
![]() |
blocks | LeftCurly | '{' at column 53 should be on a new line. | 624 |
![]() |
misc | FinalParameters | Parameter value should be final. | 637 |
![]() |
blocks | LeftCurly | '{' at column 63 should be on a new line. | 637 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 650 |
![]() |
misc | FinalParameters | Parameter value should be final. | 663 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 663 |
![]() |
blocks | LeftCurly | '{' at column 53 should be on a new line. | 676 |
![]() |
misc | FinalParameters | Parameter value should be final. | 689 |
![]() |
blocks | LeftCurly | '{' at column 63 should be on a new line. | 689 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 743 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 744 |
![]() |
design | VisibilityModifier | Variable 'map' must be private and have accessor methods. | 746 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 747 |
![]() |
design | VisibilityModifier | Variable 'mapfile' must be private and have accessor methods. | 750 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 751 |
![]() |
design | VisibilityModifier | Variable 'coordinates' must be private and have accessor methods. | 753 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 754 |
![]() |
design | VisibilityModifier | Variable 'coordinatesfile' must be private and have accessor methods. | 757 |
![]() |
blocks | LeftCurly | '{' at column 57 should be on a new line. | 768 |
![]() |
misc | FinalParameters | Parameter value should be final. | 781 |
![]() |
blocks | LeftCurly | '{' at column 67 should be on a new line. | 781 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 794 |
![]() |
misc | FinalParameters | Parameter value should be final. | 807 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 807 |
![]() |
blocks | LeftCurly | '{' at column 60 should be on a new line. | 820 |
![]() |
misc | FinalParameters | Parameter value should be final. | 833 |
![]() |
blocks | LeftCurly | '{' at column 70 should be on a new line. | 833 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 846 |
![]() |
misc | FinalParameters | Parameter value should be final. | 859 |
![]() |
blocks | LeftCurly | '{' at column 58 should be on a new line. | 859 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 893 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 894 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 896 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 897 |
![]() |
design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 899 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 900 |
![]() |
design | VisibilityModifier | Variable 'encoding' must be private and have accessor methods. | 902 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 903 |
![]() |
design | VisibilityModifier | Variable 'space' must be private and have accessor methods. | 906 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 917 |
![]() |
misc | FinalParameters | Parameter value should be final. | 930 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 930 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 943 |
![]() |
misc | FinalParameters | Parameter value should be final. | 956 |
![]() |
coding | HiddenField | 'value' hides a field. | 956 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 956 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 969 |
![]() |
misc | FinalParameters | Parameter value should be final. | 982 |
![]() |
coding | HiddenField | 'value' hides a field. | 982 |
![]() |
blocks | LeftCurly | '{' at column 55 should be on a new line. | 982 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 995 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 996 |
![]() |
blocks | RightCurly | '}' at column 21 should be alone on a line. | 998 |
![]() |
blocks | LeftCurly | '{' at column 28 should be on a new line. | 998 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1012 |
![]() |
coding | HiddenField | 'value' hides a field. | 1012 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 1012 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1048 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1049 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 1051 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1052 |
![]() |
design | VisibilityModifier | Variable 'space' must be private and have accessor methods. | 1055 |
![]() |
blocks | LeftCurly | '{' at column 38 should be on a new line. | 1066 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1079 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 1079 |
![]() |
blocks | LeftCurly | '{' at column 38 should be on a new line. | 1092 |
![]() |
blocks | LeftCurly | '{' at column 36 should be on a new line. | 1093 |
![]() |
blocks | RightCurly | '}' at column 17 should be alone on a line. | 1095 |
![]() |
blocks | LeftCurly | '{' at column 24 should be on a new line. | 1095 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1109 |
![]() |
coding | HiddenField | 'value' hides a field. | 1109 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 1109 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 128 characters (found 133). | 47 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
design | VisibilityModifier | Variable 'signalgroup' must be private and have accessor methods. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
design | VisibilityModifier | Variable 'starttime' must be private and have accessor methods. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
design | VisibilityModifier | Variable 'endtime' must be private and have accessor methods. | 97 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 121 |
![]() |
blocks | LeftCurly | '{' at column 59 should be on a new line. | 122 |
![]() |
blocks | LeftCurly | '{' at column 34 should be on a new line. | 123 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 138 |
![]() |
misc | FinalParameters | Parameter value should be final. | 151 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 151 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 164 |
![]() |
misc | FinalParameters | Parameter value should be final. | 177 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 177 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 190 |
![]() |
misc | FinalParameters | Parameter value should be final. | 203 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 203 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 248 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 249 |
![]() |
design | VisibilityModifier | Variable 'trafficlight' must be private and have accessor methods. | 251 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 252 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 254 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 278 |
![]() |
blocks | LeftCurly | '{' at column 77 should be on a new line. | 279 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 280 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 295 |
![]() |
misc | FinalParameters | Parameter value should be final. | 308 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 308 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 340 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 341 |
![]() |
design | VisibilityModifier | Variable 'link' must be private and have accessor methods. | 343 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 344 |
![]() |
design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 346 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 347 |
![]() |
design | VisibilityModifier | Variable 'trafficlightid' must be private and have accessor methods. | 349 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 360 |
![]() |
misc | FinalParameters | Parameter value should be final. | 373 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 373 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 386 |
![]() |
misc | FinalParameters | Parameter value should be final. | 399 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 399 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 412 |
![]() |
misc | FinalParameters | Parameter value should be final. | 425 |
![]() |
blocks | LeftCurly | '{' at column 57 should be on a new line. | 425 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
design | VisibilityModifier | Variable 'centeroffset' must be private and have accessor methods. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
design | VisibilityModifier | Variable 'leftoffset' must be private and have accessor methods. | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 99 |
![]() |
design | VisibilityModifier | Variable 'rightoffset' must be private and have accessor methods. | 102 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
![]() |
design | VisibilityModifier | Variable 'centeroffsetstart' must be private and have accessor methods. | 106 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 107 |
![]() |
design | VisibilityModifier | Variable 'leftoffsetstart' must be private and have accessor methods. | 110 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 111 |
![]() |
design | VisibilityModifier | Variable 'rightoffsetstart' must be private and have accessor methods. | 114 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 115 |
![]() |
design | VisibilityModifier | Variable 'centeroffsetend' must be private and have accessor methods. | 118 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 119 |
![]() |
design | VisibilityModifier | Variable 'leftoffsetend' must be private and have accessor methods. | 122 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 123 |
![]() |
design | VisibilityModifier | Variable 'rightoffsetend' must be private and have accessor methods. | 126 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 127 |
![]() |
design | VisibilityModifier | Variable 'width' must be private and have accessor methods. | 130 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 131 |
![]() |
design | VisibilityModifier | Variable 'widthstart' must be private and have accessor methods. | 134 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 135 |
![]() |
design | VisibilityModifier | Variable 'widthend' must be private and have accessor methods. | 138 |
![]() |
blocks | LeftCurly | '{' at column 70 should be on a new line. | 149 |
![]() |
misc | FinalParameters | Parameter value should be final. | 162 |
![]() |
blocks | LeftCurly | '{' at column 80 should be on a new line. | 162 |
![]() |
blocks | LeftCurly | '{' at column 68 should be on a new line. | 175 |
![]() |
misc | FinalParameters | Parameter value should be final. | 188 |
![]() |
blocks | LeftCurly | '{' at column 78 should be on a new line. | 188 |
![]() |
blocks | LeftCurly | '{' at column 69 should be on a new line. | 201 |
![]() |
misc | FinalParameters | Parameter value should be final. | 214 |
![]() |
blocks | LeftCurly | '{' at column 79 should be on a new line. | 214 |
![]() |
blocks | LeftCurly | '{' at column 75 should be on a new line. | 227 |
![]() |
misc | FinalParameters | Parameter value should be final. | 240 |
![]() |
blocks | LeftCurly | '{' at column 85 should be on a new line. | 240 |
![]() |
blocks | LeftCurly | '{' at column 73 should be on a new line. | 253 |
![]() |
misc | FinalParameters | Parameter value should be final. | 266 |
![]() |
blocks | LeftCurly | '{' at column 83 should be on a new line. | 266 |
![]() |
blocks | LeftCurly | '{' at column 74 should be on a new line. | 279 |
![]() |
misc | FinalParameters | Parameter value should be final. | 292 |
![]() |
blocks | LeftCurly | '{' at column 84 should be on a new line. | 292 |
![]() |
blocks | LeftCurly | '{' at column 73 should be on a new line. | 305 |
![]() |
misc | FinalParameters | Parameter value should be final. | 318 |
![]() |
blocks | LeftCurly | '{' at column 83 should be on a new line. | 318 |
![]() |
blocks | LeftCurly | '{' at column 71 should be on a new line. | 331 |
![]() |
misc | FinalParameters | Parameter value should be final. | 344 |
![]() |
blocks | LeftCurly | '{' at column 81 should be on a new line. | 344 |
![]() |
blocks | LeftCurly | '{' at column 72 should be on a new line. | 357 |
![]() |
misc | FinalParameters | Parameter value should be final. | 370 |
![]() |
blocks | LeftCurly | '{' at column 82 should be on a new line. | 370 |
![]() |
blocks | LeftCurly | '{' at column 63 should be on a new line. | 383 |
![]() |
misc | FinalParameters | Parameter value should be final. | 396 |
![]() |
blocks | LeftCurly | '{' at column 73 should be on a new line. | 396 |
![]() |
blocks | LeftCurly | '{' at column 68 should be on a new line. | 409 |
![]() |
misc | FinalParameters | Parameter value should be final. | 422 |
![]() |
blocks | LeftCurly | '{' at column 78 should be on a new line. | 422 |
![]() |
blocks | LeftCurly | '{' at column 66 should be on a new line. | 435 |
![]() |
misc | FinalParameters | Parameter value should be final. | 448 |
![]() |
blocks | LeftCurly | '{' at column 76 should be on a new line. | 448 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
design | VisibilityModifier | Variable 'speedlimit' must be private and have accessor methods. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
design | VisibilityModifier | Variable 'lanetype' must be private and have accessor methods. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
design | VisibilityModifier | Variable 'designdirection' must be private and have accessor methods. | 67 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 91 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 92 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 93 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 108 |
![]() |
misc | FinalParameters | Parameter value should be final. | 121 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 121 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 134 |
![]() |
misc | FinalParameters | Parameter value should be final. | 147 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 147 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 155 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 156 |
![]() |
misc | FinalParameters | Parameter value should be final. | 165 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 165 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 165 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 48 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 59 |
![]() |
misc | FinalParameters | Parameter value should be final. | 72 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 48 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 59 |
![]() |
misc | FinalParameters | Parameter value should be final. | 72 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
design | VisibilityModifier | Variable 'centeroffset' must be private and have accessor methods. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
design | VisibilityModifier | Variable 'centeroffsetstart' must be private and have accessor methods. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
design | VisibilityModifier | Variable 'centeroffsetend' must be private and have accessor methods. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
design | VisibilityModifier | Variable 'drawingwidth' must be private and have accessor methods. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 92 |
![]() |
blocks | LeftCurly | '{' at column 70 should be on a new line. | 103 |
![]() |
misc | FinalParameters | Parameter value should be final. | 116 |
![]() |
blocks | LeftCurly | '{' at column 80 should be on a new line. | 116 |
![]() |
blocks | LeftCurly | '{' at column 75 should be on a new line. | 129 |
![]() |
misc | FinalParameters | Parameter value should be final. | 142 |
![]() |
blocks | LeftCurly | '{' at column 85 should be on a new line. | 142 |
![]() |
blocks | LeftCurly | '{' at column 73 should be on a new line. | 155 |
![]() |
misc | FinalParameters | Parameter value should be final. | 168 |
![]() |
blocks | LeftCurly | '{' at column 83 should be on a new line. | 168 |
![]() |
blocks | LeftCurly | '{' at column 70 should be on a new line. | 181 |
![]() |
misc | FinalParameters | Parameter value should be final. | 194 |
![]() |
blocks | LeftCurly | '{' at column 80 should be on a new line. | 194 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 207 |
![]() |
misc | FinalParameters | Parameter value should be final. | 220 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 220 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 233 |
![]() |
misc | FinalParameters | Parameter value should be final. | 246 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 246 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 103 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
![]() |
design | VisibilityModifier | Variable 'link' must be private and have accessor methods. | 106 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 107 |
![]() |
design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 109 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 110 |
![]() |
design | VisibilityModifier | Variable 'stripe' must be private and have accessor methods. | 112 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 113 |
![]() |
design | VisibilityModifier | Variable 'shoulder' must be private and have accessor methods. | 115 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 116 |
![]() |
design | VisibilityModifier | Variable 'notrafficlane' must be private and have accessor methods. | 118 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 129 |
![]() |
misc | FinalParameters | Parameter value should be final. | 142 |
![]() |
blocks | LeftCurly | '{' at column 58 should be on a new line. | 142 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 155 |
![]() |
misc | FinalParameters | Parameter value should be final. | 168 |
![]() |
blocks | LeftCurly | '{' at column 58 should be on a new line. | 168 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 181 |
![]() |
misc | FinalParameters | Parameter value should be final. | 194 |
![]() |
blocks | LeftCurly | '{' at column 62 should be on a new line. | 194 |
![]() |
blocks | LeftCurly | '{' at column 56 should be on a new line. | 207 |
![]() |
misc | FinalParameters | Parameter value should be final. | 220 |
![]() |
blocks | LeftCurly | '{' at column 66 should be on a new line. | 220 |
![]() |
blocks | LeftCurly | '{' at column 66 should be on a new line. | 233 |
![]() |
misc | FinalParameters | Parameter value should be final. | 246 |
![]() |
blocks | LeftCurly | '{' at column 76 should be on a new line. | 246 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 276 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 277 |
![]() |
design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 280 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 291 |
![]() |
misc | FinalParameters | Parameter value should be final. | 304 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 304 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 337 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 338 |
![]() |
design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 341 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 342 |
![]() |
design | VisibilityModifier | Variable 'width' must be private and have accessor methods. | 345 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 356 |
![]() |
misc | FinalParameters | Parameter value should be final. | 369 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 369 |
![]() |
blocks | LeftCurly | '{' at column 34 should be on a new line. | 382 |
![]() |
misc | FinalParameters | Parameter value should be final. | 395 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 395 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 427 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 428 |
![]() |
design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 431 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 442 |
![]() |
misc | FinalParameters | Parameter value should be final. | 455 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 455 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 487 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 488 |
![]() |
design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 491 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 502 |
![]() |
misc | FinalParameters | Parameter value should be final. | 515 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 515 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 547 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 548 |
![]() |
design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 551 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 562 |
![]() |
misc | FinalParameters | Parameter value should be final. | 575 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 575 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
design | VisibilityModifier | Variable 'includeAndGTUTYPESAndGTUTEMPLATES' must be private and have accessor methods. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 77 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 107 |
![]() |
blocks | LeftCurly | '{' at column 70 should be on a new line. | 108 |
![]() |
blocks | LeftCurly | '{' at column 56 should be on a new line. | 109 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 124 |
![]() |
misc | FinalParameters | Parameter value should be final. | 137 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
design | VisibilityModifier | Variable 'idm' must be private and have accessor methods. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
design | VisibilityModifier | Variable 'socio' must be private and have accessor methods. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
naming | MemberName | Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
design | VisibilityModifier | Variable '_class' must be private and have accessor methods. | 64 |
![]() |
blocks | LeftCurly | '{' at column 28 should be on a new line. | 75 |
![]() |
misc | FinalParameters | Parameter value should be final. | 88 |
![]() |
blocks | LeftCurly | '{' at column 38 should be on a new line. | 88 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 101 |
![]() |
misc | FinalParameters | Parameter value should be final. | 114 |
![]() |
blocks | LeftCurly | '{' at column 55 should be on a new line. | 114 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 127 |
![]() |
misc | FinalParameters | Parameter value should be final. | 140 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 140 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 135 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 136 |
![]() |
design | VisibilityModifier | Variable 'constant' must be private and have accessor methods. | 138 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 139 |
![]() |
design | VisibilityModifier | Variable 'bernoulli' must be private and have accessor methods. | 141 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 142 |
![]() |
design | VisibilityModifier | Variable 'binomial' must be private and have accessor methods. | 144 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 145 |
![]() |
design | VisibilityModifier | Variable 'uniform' must be private and have accessor methods. | 147 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 148 |
![]() |
design | VisibilityModifier | Variable 'geometric' must be private and have accessor methods. | 150 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 151 |
![]() |
design | VisibilityModifier | Variable 'negbinomial' must be private and have accessor methods. | 153 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 154 |
![]() |
design | VisibilityModifier | Variable 'poisson' must be private and have accessor methods. | 156 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 167 |
![]() |
misc | FinalParameters | Parameter value should be final. | 180 |
![]() |
blocks | LeftCurly | '{' at column 62 should be on a new line. | 180 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 193 |
![]() |
misc | FinalParameters | Parameter value should be final. | 206 |
![]() |
blocks | LeftCurly | '{' at column 64 should be on a new line. | 206 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 219 |
![]() |
misc | FinalParameters | Parameter value should be final. | 232 |
![]() |
blocks | LeftCurly | '{' at column 62 should be on a new line. | 232 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 245 |
![]() |
misc | FinalParameters | Parameter value should be final. | 258 |
![]() |
blocks | LeftCurly | '{' at column 60 should be on a new line. | 258 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 271 |
![]() |
misc | FinalParameters | Parameter value should be final. | 284 |
![]() |
blocks | LeftCurly | '{' at column 64 should be on a new line. | 284 |
![]() |
blocks | LeftCurly | '{' at column 58 should be on a new line. | 297 |
![]() |
misc | FinalParameters | Parameter value should be final. | 310 |
![]() |
blocks | LeftCurly | '{' at column 68 should be on a new line. | 310 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 323 |
![]() |
misc | FinalParameters | Parameter value should be final. | 336 |
![]() |
blocks | LeftCurly | '{' at column 60 should be on a new line. | 336 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 367 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 368 |
![]() |
design | VisibilityModifier | Variable 'p' must be private and have accessor methods. | 371 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 372 |
![]() |
design | VisibilityModifier | Variable 'randomstream' must be private and have accessor methods. | 374 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 385 |
![]() |
misc | FinalParameters | Parameter value should be final. | 398 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 398 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 411 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 412 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 414 |
![]() |
blocks | LeftCurly | '{' at column 20 should be on a new line. | 414 |
![]() |
misc | FinalParameters | Parameter value should be final. | 428 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 428 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 462 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 463 |
![]() |
design | VisibilityModifier | Variable 'n' must be private and have accessor methods. | 466 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 467 |
![]() |
design | VisibilityModifier | Variable 'p' must be private and have accessor methods. | 470 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 471 |
![]() |
design | VisibilityModifier | Variable 'randomstream' must be private and have accessor methods. | 473 |
![]() |
blocks | LeftCurly | '{' at column 34 should be on a new line. | 484 |
![]() |
misc | FinalParameters | Parameter value should be final. | 497 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 497 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 510 |
![]() |
misc | FinalParameters | Parameter value should be final. | 523 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 523 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 536 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 537 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 539 |
![]() |
blocks | LeftCurly | '{' at column 20 should be on a new line. | 539 |
![]() |
misc | FinalParameters | Parameter value should be final. | 553 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 553 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 586 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 587 |
![]() |
design | VisibilityModifier | Variable 'c' must be private and have accessor methods. | 589 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 590 |
![]() |
design | VisibilityModifier | Variable 'randomstream' must be private and have accessor methods. | 592 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 598 |
![]() |
blocks | LeftCurly | '{' at column 28 should be on a new line. | 599 |
![]() |
misc | FinalParameters | Parameter value should be final. | 608 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 608 |
![]() |
blocks | LeftCurly | '{' at column 38 should be on a new line. | 608 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 621 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 622 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 624 |
![]() |
blocks | LeftCurly | '{' at column 20 should be on a new line. | 624 |
![]() |
misc | FinalParameters | Parameter value should be final. | 638 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 638 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 671 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 672 |
![]() |
design | VisibilityModifier | Variable 'p' must be private and have accessor methods. | 675 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 676 |
![]() |
design | VisibilityModifier | Variable 'randomstream' must be private and have accessor methods. | 678 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 689 |
![]() |
misc | FinalParameters | Parameter value should be final. | 702 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 702 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 715 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 716 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 718 |
![]() |
blocks | LeftCurly | '{' at column 20 should be on a new line. | 718 |
![]() |
misc | FinalParameters | Parameter value should be final. | 732 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 732 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 766 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 767 |
![]() |
design | VisibilityModifier | Variable 'n' must be private and have accessor methods. | 770 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 771 |
![]() |
design | VisibilityModifier | Variable 'p' must be private and have accessor methods. | 774 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 775 |
![]() |
design | VisibilityModifier | Variable 'randomstream' must be private and have accessor methods. | 777 |
![]() |
blocks | LeftCurly | '{' at column 34 should be on a new line. | 788 |
![]() |
misc | FinalParameters | Parameter value should be final. | 801 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 801 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 814 |
![]() |
misc | FinalParameters | Parameter value should be final. | 827 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 827 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 840 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 841 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 843 |
![]() |
blocks | LeftCurly | '{' at column 20 should be on a new line. | 843 |
![]() |
misc | FinalParameters | Parameter value should be final. | 857 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 857 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 890 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 891 |
![]() |
design | VisibilityModifier | Variable 'lambda' must be private and have accessor methods. | 893 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 894 |
![]() |
design | VisibilityModifier | Variable 'randomstream' must be private and have accessor methods. | 896 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 902 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 903 |
![]() |
misc | FinalParameters | Parameter value should be final. | 912 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 912 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 912 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 925 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 926 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 928 |
![]() |
blocks | LeftCurly | '{' at column 20 should be on a new line. | 928 |
![]() |
misc | FinalParameters | Parameter value should be final. | 942 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 942 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 976 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 977 |
![]() |
design | VisibilityModifier | Variable 'min' must be private and have accessor methods. | 979 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 980 |
![]() |
design | VisibilityModifier | Variable 'max' must be private and have accessor methods. | 982 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 983 |
![]() |
design | VisibilityModifier | Variable 'randomstream' must be private and have accessor methods. | 985 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 991 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 992 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1001 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 1001 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 1001 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1009 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 1010 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1019 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 1019 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 1019 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 1032 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 1033 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 1035 |
![]() |
blocks | LeftCurly | '{' at column 20 should be on a new line. | 1035 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1049 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 1049 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'durationunit' must be private and have accessor methods. | 52 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 63 |
![]() |
misc | FinalParameters | Parameter value should be final. | 76 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'frequencyunit' must be private and have accessor methods. | 52 |
![]() |
blocks | LeftCurly | '{' at column 38 should be on a new line. | 63 |
![]() |
misc | FinalParameters | Parameter value should be final. | 76 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
design | VisibilityModifier | Variable 'content' must be private and have accessor methods. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 96 |
![]() |
blocks | LeftCurly | '{' at column 38 should be on a new line. | 97 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 98 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 119 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
design | VisibilityModifier | Variable 'gtutemplate' must be private and have accessor methods. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
design | VisibilityModifier | Variable 'gtutemplatemix' must be private and have accessor methods. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
design | VisibilityModifier | Variable 'route' must be private and have accessor methods. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
design | VisibilityModifier | Variable 'routemix' must be private and have accessor methods. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
design | VisibilityModifier | Variable 'shortestroute' must be private and have accessor methods. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
design | VisibilityModifier | Variable 'shortestroutemix' must be private and have accessor methods. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
![]() |
design | VisibilityModifier | Variable 'frequency' must be private and have accessor methods. | 100 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
![]() |
design | VisibilityModifier | Variable 'roomchecker' must be private and have accessor methods. | 103 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
![]() |
design | VisibilityModifier | Variable 'link' must be private and have accessor methods. | 106 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 107 |
![]() |
design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 109 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 110 |
![]() |
design | VisibilityModifier | Variable 'direction' must be private and have accessor methods. | 112 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 113 |
![]() |
design | VisibilityModifier | Variable 'position' must be private and have accessor methods. | 116 |
![]() |
blocks | LeftCurly | '{' at column 36 should be on a new line. | 127 |
![]() |
misc | FinalParameters | Parameter value should be final. | 140 |
![]() |
blocks | LeftCurly | '{' at column 46 should be on a new line. | 140 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 153 |
![]() |
misc | FinalParameters | Parameter value should be final. | 166 |
![]() |
blocks | LeftCurly | '{' at column 49 should be on a new line. | 166 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 179 |
![]() |
misc | FinalParameters | Parameter value should be final. | 192 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 192 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 205 |
![]() |
misc | FinalParameters | Parameter value should be final. | 218 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 218 |
![]() |
blocks | LeftCurly | '{' at column 38 should be on a new line. | 231 |
![]() |
misc | FinalParameters | Parameter value should be final. | 244 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 244 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 257 |
![]() |
misc | FinalParameters | Parameter value should be final. | 270 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 270 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 283 |
![]() |
misc | FinalParameters | Parameter value should be final. | 296 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 296 |
![]() |
blocks | LeftCurly | '{' at column 36 should be on a new line. | 309 |
![]() |
misc | FinalParameters | Parameter value should be final. | 322 |
![]() |
blocks | LeftCurly | '{' at column 46 should be on a new line. | 322 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 335 |
![]() |
misc | FinalParameters | Parameter value should be final. | 348 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 348 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 361 |
![]() |
misc | FinalParameters | Parameter value should be final. | 374 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 374 |
![]() |
blocks | LeftCurly | '{' at column 34 should be on a new line. | 387 |
![]() |
misc | FinalParameters | Parameter value should be final. | 400 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 400 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 413 |
![]() |
misc | FinalParameters | Parameter value should be final. | 426 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 426 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
design | VisibilityModifier | Variable 'time' must be private and have accessor methods. | 65 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 89 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 90 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 91 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 123 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 124 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 127 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 138 |
![]() |
misc | FinalParameters | Parameter value should be final. | 151 |
![]() |
coding | HiddenField | 'value' hides a field. | 151 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 151 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
design | VisibilityModifier | Variable 'gtucolorer' must be private and have accessor methods. | 55 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 79 |
![]() |
blocks | LeftCurly | '{' at column 49 should be on a new line. | 80 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 128 characters (found 136). | 34 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
design | VisibilityModifier | Variable 'parameter' must be private and have accessor methods. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
naming | MemberName | Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() |
design | VisibilityModifier | Variable '_class' must be private and have accessor methods. | 71 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 95 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 96 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 97 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 112 |
![]() |
blocks | LeftCurly | '{' at column 25 should be on a new line. | 113 |
![]() |
blocks | RightCurly | '}' at column 9 should be alone on a line. | 115 |
![]() |
blocks | LeftCurly | '{' at column 16 should be on a new line. | 115 |
![]() |
misc | FinalParameters | Parameter value should be final. | 129 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 129 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 142 |
![]() |
misc | FinalParameters | Parameter value should be final. | 155 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 155 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 128 characters (found 131). | 35 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 131). | 36 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
design | VisibilityModifier | Variable 'lengthdist' must be private and have accessor methods. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
design | VisibilityModifier | Variable 'widthdist' must be private and have accessor methods. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
design | VisibilityModifier | Variable 'maxspeeddist' must be private and have accessor methods. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
design | VisibilityModifier | Variable 'maxaccelerationdist' must be private and have accessor methods. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
design | VisibilityModifier | Variable 'maxdecelerationdist' must be private and have accessor methods. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
![]() |
design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 92 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 103 |
![]() |
misc | FinalParameters | Parameter value should be final. | 116 |
![]() |
blocks | LeftCurly | '{' at column 53 should be on a new line. | 116 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 129 |
![]() |
misc | FinalParameters | Parameter value should be final. | 142 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 142 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 155 |
![]() |
misc | FinalParameters | Parameter value should be final. | 168 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 168 |
![]() |
blocks | LeftCurly | '{' at column 58 should be on a new line. | 181 |
![]() |
misc | FinalParameters | Parameter value should be final. | 194 |
![]() |
blocks | LeftCurly | '{' at column 68 should be on a new line. | 194 |
![]() |
blocks | LeftCurly | '{' at column 58 should be on a new line. | 207 |
![]() |
misc | FinalParameters | Parameter value should be final. | 220 |
![]() |
blocks | LeftCurly | '{' at column 68 should be on a new line. | 220 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 233 |
![]() |
misc | FinalParameters | Parameter value should be final. | 246 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 246 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 259 |
![]() |
misc | FinalParameters | Parameter value should be final. | 272 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 272 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 285 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 286 |
![]() |
blocks | RightCurly | '}' at column 9 should be alone on a line. | 288 |
![]() |
blocks | LeftCurly | '{' at column 16 should be on a new line. | 288 |
![]() |
misc | FinalParameters | Parameter value should be final. | 302 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 302 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 315 |
![]() |
misc | FinalParameters | Parameter value should be final. | 328 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 328 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
design | VisibilityModifier | Variable 'gtutemplate' must be private and have accessor methods. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
design | VisibilityModifier | Variable 'randomstream' must be private and have accessor methods. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 79 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 103 |
![]() |
blocks | LeftCurly | '{' at column 62 should be on a new line. | 104 |
![]() |
blocks | LeftCurly | '{' at column 34 should be on a new line. | 105 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 120 |
![]() |
misc | FinalParameters | Parameter value should be final. | 133 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 133 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 146 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 147 |
![]() |
blocks | RightCurly | '}' at column 9 should be alone on a line. | 149 |
![]() |
blocks | LeftCurly | '{' at column 16 should be on a new line. | 149 |
![]() |
misc | FinalParameters | Parameter value should be final. | 163 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 163 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 176 |
![]() |
misc | FinalParameters | Parameter value should be final. | 189 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 189 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 220 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 221 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 223 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 224 |
![]() |
design | VisibilityModifier | Variable 'weight' must be private and have accessor methods. | 226 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 237 |
![]() |
misc | FinalParameters | Parameter value should be final. | 250 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 250 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 258 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 259 |
![]() |
misc | FinalParameters | Parameter value should be final. | 268 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 268 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 268 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
design | VisibilityModifier | Variable 'gtutemplate' must be private and have accessor methods. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 61 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 85 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 86 |
![]() |
blocks | LeftCurly | '{' at column 34 should be on a new line. | 87 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 102 |
![]() |
misc | FinalParameters | Parameter value should be final. | 115 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
design | VisibilityModifier | Variable 'parent' must be private and have accessor methods. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 57 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 68 |
![]() |
misc | FinalParameters | Parameter value should be final. | 81 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 81 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 94 |
![]() |
misc | FinalParameters | Parameter value should be final. | 107 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 107 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 120 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 121 |
![]() |
blocks | RightCurly | '}' at column 9 should be alone on a line. | 123 |
![]() |
blocks | LeftCurly | '{' at column 16 should be on a new line. | 123 |
![]() |
misc | FinalParameters | Parameter value should be final. | 137 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 61 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 85 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 86 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 87 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 102 |
![]() |
misc | FinalParameters | Parameter value should be final. | 115 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 128 characters (found 170). | 33 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
naming | MemberName | Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
![]() |
design | VisibilityModifier | Variable '_class' must be private and have accessor methods. | 68 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 79 |
![]() |
misc | FinalParameters | Parameter value should be final. | 92 |
![]() |
coding | HiddenField | 'value' hides a field. | 92 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 92 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 105 |
![]() |
misc | FinalParameters | Parameter value should be final. | 118 |
![]() |
coding | HiddenField | 'value' hides a field. | 118 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 118 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 131 |
![]() |
misc | FinalParameters | Parameter value should be final. | 144 |
![]() |
coding | HiddenField | 'value' hides a field. | 144 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 144 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 157 |
![]() |
misc | FinalParameters | Parameter value should be final. | 170 |
![]() |
coding | HiddenField | 'value' hides a field. | 170 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 170 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
design | VisibilityModifier | Variable 'content' must be private and have accessor methods. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
design | VisibilityModifier | Variable 'href' must be private and have accessor methods. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
design | VisibilityModifier | Variable 'parse' must be private and have accessor methods. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
design | VisibilityModifier | Variable 'xpointer' must be private and have accessor methods. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
design | VisibilityModifier | Variable 'encoding' must be private and have accessor methods. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
design | VisibilityModifier | Variable 'accept' must be private and have accessor methods. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
design | VisibilityModifier | Variable 'acceptLanguage' must be private and have accessor methods. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 122 |
![]() |
blocks | LeftCurly | '{' at column 38 should be on a new line. | 123 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 124 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 139 |
![]() |
misc | FinalParameters | Parameter value should be final. | 152 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 152 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 165 |
![]() |
blocks | LeftCurly | '{' at column 28 should be on a new line. | 166 |
![]() |
blocks | RightCurly | '}' at column 9 should be alone on a line. | 168 |
![]() |
blocks | LeftCurly | '{' at column 16 should be on a new line. | 168 |
![]() |
misc | FinalParameters | Parameter value should be final. | 182 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 182 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 195 |
![]() |
misc | FinalParameters | Parameter value should be final. | 208 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 208 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 221 |
![]() |
misc | FinalParameters | Parameter value should be final. | 234 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 234 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 247 |
![]() |
misc | FinalParameters | Parameter value should be final. | 260 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 260 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 273 |
![]() |
misc | FinalParameters | Parameter value should be final. | 286 |
![]() |
blocks | LeftCurly | '{' at column 49 should be on a new line. | 286 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 305 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
design | VisibilityModifier | Variable 'link' must be private and have accessor methods. | 51 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 62 |
![]() |
misc | FinalParameters | Parameter value should be final. | 75 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 75 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 88 |
![]() |
misc | FinalParameters | Parameter value should be final. | 101 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
design | VisibilityModifier | Variable 'compatibility' must be private and have accessor methods. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
design | VisibilityModifier | Variable 'parent' must be private and have accessor methods. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() |
design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 74 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 98 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 99 |
![]() |
blocks | LeftCurly | '{' at column 36 should be on a new line. | 100 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 115 |
![]() |
misc | FinalParameters | Parameter value should be final. | 128 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 128 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 141 |
![]() |
misc | FinalParameters | Parameter value should be final. | 154 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 154 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 167 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 168 |
![]() |
blocks | RightCurly | '}' at column 9 should be alone on a line. | 170 |
![]() |
blocks | LeftCurly | '{' at column 16 should be on a new line. | 170 |
![]() |
misc | FinalParameters | Parameter value should be final. | 184 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 184 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 197 |
![]() |
misc | FinalParameters | Parameter value should be final. | 210 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 210 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 55 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 66 |
![]() |
misc | FinalParameters | Parameter value should be final. | 79 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 79 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 92 |
![]() |
misc | FinalParameters | Parameter value should be final. | 105 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
design | VisibilityModifier | Variable 'lanetype' must be private and have accessor methods. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 61 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 85 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 86 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 87 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 102 |
![]() |
misc | FinalParameters | Parameter value should be final. | 115 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
design | VisibilityModifier | Variable 'toggle' must be private and have accessor methods. | 57 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 68 |
![]() |
misc | FinalParameters | Parameter value should be final. | 81 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 81 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 94 |
![]() |
misc | FinalParameters | Parameter value should be final. | 107 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 107 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'lengthunit' must be private and have accessor methods. | 52 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 63 |
![]() |
misc | FinalParameters | Parameter value should be final. | 76 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'time' must be private and have accessor methods. | 57 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 68 |
![]() |
misc | FinalParameters | Parameter value should be final. | 81 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 81 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 94 |
![]() |
misc | FinalParameters | Parameter value should be final. | 107 |
![]() |
coding | HiddenField | 'value' hides a field. | 107 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 107 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'lineardensityunit' must be private and have accessor methods. | 52 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 63 |
![]() |
misc | FinalParameters | Parameter value should be final. | 76 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 128 characters (found 133). | 69 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 131). | 71 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 130). | 83 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 129). | 118 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 142). | 127 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 154). | 128 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 167 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 168 |
![]() |
design | VisibilityModifier | Variable 'straight' must be private and have accessor methods. | 170 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 171 |
![]() |
design | VisibilityModifier | Variable 'bezier' must be private and have accessor methods. | 173 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 174 |
![]() |
design | VisibilityModifier | Variable 'clothoid' must be private and have accessor methods. | 176 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 177 |
![]() |
design | VisibilityModifier | Variable 'arc' must be private and have accessor methods. | 179 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 180 |
![]() |
design | VisibilityModifier | Variable 'polyline' must be private and have accessor methods. | 182 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 183 |
![]() |
design | VisibilityModifier | Variable 'roadlayout' must be private and have accessor methods. | 185 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 186 |
![]() |
design | VisibilityModifier | Variable 'definedlayout' must be private and have accessor methods. | 188 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 189 |
![]() |
design | VisibilityModifier | Variable 'laneoverride' must be private and have accessor methods. | 191 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 192 |
![]() |
design | VisibilityModifier | Variable 'trafficlight' must be private and have accessor methods. | 194 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 195 |
![]() |
design | VisibilityModifier | Variable 'trafficlightsensor' must be private and have accessor methods. | 197 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 198 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 200 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 201 |
![]() |
design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 203 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 204 |
![]() |
design | VisibilityModifier | Variable 'nodestart' must be private and have accessor methods. | 206 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 207 |
![]() |
design | VisibilityModifier | Variable 'nodeend' must be private and have accessor methods. | 209 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 210 |
![]() |
design | VisibilityModifier | Variable 'offsetstart' must be private and have accessor methods. | 213 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 214 |
![]() |
design | VisibilityModifier | Variable 'offsetend' must be private and have accessor methods. | 217 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 218 |
![]() |
design | VisibilityModifier | Variable 'lanekeeping' must be private and have accessor methods. | 221 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 222 |
![]() |
design | VisibilityModifier | Variable 'priority' must be private and have accessor methods. | 224 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 225 |
![]() |
design | VisibilityModifier | Variable 'fixgradualoffset' must be private and have accessor methods. | 227 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 228 |
![]() |
design | VisibilityModifier | Variable 'conflictid' must be private and have accessor methods. | 230 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 231 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 234 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 245 |
![]() |
misc | FinalParameters | Parameter value should be final. | 258 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 258 |
![]() |
blocks | LeftCurly | '{' at column 36 should be on a new line. | 271 |
![]() |
misc | FinalParameters | Parameter value should be final. | 284 |
![]() |
blocks | LeftCurly | '{' at column 46 should be on a new line. | 284 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 297 |
![]() |
misc | FinalParameters | Parameter value should be final. | 310 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 310 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 323 |
![]() |
misc | FinalParameters | Parameter value should be final. | 336 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 336 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 349 |
![]() |
misc | FinalParameters | Parameter value should be final. | 362 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 362 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 375 |
![]() |
misc | FinalParameters | Parameter value should be final. | 388 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 388 |
![]() |
blocks | LeftCurly | '{' at column 38 should be on a new line. | 401 |
![]() |
misc | FinalParameters | Parameter value should be final. | 414 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 414 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 440 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 441 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 442 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 470 |
![]() |
blocks | LeftCurly | '{' at column 53 should be on a new line. | 471 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 472 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 500 |
![]() |
blocks | LeftCurly | '{' at column 65 should be on a new line. | 501 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 502 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 517 |
![]() |
misc | FinalParameters | Parameter value should be final. | 530 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 530 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 543 |
![]() |
misc | FinalParameters | Parameter value should be final. | 556 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 556 |
![]() |
blocks | LeftCurly | '{' at column 34 should be on a new line. | 569 |
![]() |
misc | FinalParameters | Parameter value should be final. | 582 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 582 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 595 |
![]() |
misc | FinalParameters | Parameter value should be final. | 608 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 608 |
![]() |
blocks | LeftCurly | '{' at column 69 should be on a new line. | 621 |
![]() |
blocks | LeftCurly | '{' at column 34 should be on a new line. | 622 |
![]() |
blocks | RightCurly | '}' at column 9 should be alone on a line. | 624 |
![]() |
blocks | LeftCurly | '{' at column 16 should be on a new line. | 624 |
![]() |
misc | FinalParameters | Parameter value should be final. | 638 |
![]() |
blocks | LeftCurly | '{' at column 79 should be on a new line. | 638 |
![]() |
blocks | LeftCurly | '{' at column 67 should be on a new line. | 651 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 652 |
![]() |
blocks | RightCurly | '}' at column 9 should be alone on a line. | 654 |
![]() |
blocks | LeftCurly | '{' at column 16 should be on a new line. | 654 |
![]() |
misc | FinalParameters | Parameter value should be final. | 668 |
![]() |
blocks | LeftCurly | '{' at column 77 should be on a new line. | 668 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 681 |
![]() |
blocks | LeftCurly | '{' at column 34 should be on a new line. | 682 |
![]() |
blocks | RightCurly | '}' at column 9 should be alone on a line. | 684 |
![]() |
blocks | LeftCurly | '{' at column 16 should be on a new line. | 684 |
![]() |
misc | FinalParameters | Parameter value should be final. | 698 |
![]() |
blocks | LeftCurly | '{' at column 55 should be on a new line. | 698 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 711 |
![]() |
misc | FinalParameters | Parameter value should be final. | 724 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 724 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 737 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 738 |
![]() |
blocks | RightCurly | '}' at column 9 should be alone on a line. | 740 |
![]() |
blocks | LeftCurly | '{' at column 16 should be on a new line. | 740 |
![]() |
misc | FinalParameters | Parameter value should be final. | 754 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 754 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 767 |
![]() |
misc | FinalParameters | Parameter value should be final. | 780 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 780 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 793 |
![]() |
misc | FinalParameters | Parameter value should be final. | 806 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 806 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 838 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 839 |
![]() |
design | VisibilityModifier | Variable 'radius' must be private and have accessor methods. | 842 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 843 |
![]() |
design | VisibilityModifier | Variable 'direction' must be private and have accessor methods. | 846 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 847 |
![]() |
design | VisibilityModifier | Variable 'numsegments' must be private and have accessor methods. | 849 |
![]() |
blocks | LeftCurly | '{' at column 68 should be on a new line. | 860 |
![]() |
misc | FinalParameters | Parameter value should be final. | 873 |
![]() |
blocks | LeftCurly | '{' at column 78 should be on a new line. | 873 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 886 |
![]() |
misc | FinalParameters | Parameter value should be final. | 899 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 899 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 912 |
![]() |
blocks | LeftCurly | '{' at column 38 should be on a new line. | 913 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 915 |
![]() |
blocks | LeftCurly | '{' at column 20 should be on a new line. | 915 |
![]() |
misc | FinalParameters | Parameter value should be final. | 929 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 929 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 965 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 966 |
![]() |
design | VisibilityModifier | Variable 'startdirection' must be private and have accessor methods. | 969 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 970 |
![]() |
design | VisibilityModifier | Variable 'enddirection' must be private and have accessor methods. | 973 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 974 |
![]() |
design | VisibilityModifier | Variable 'numsegments' must be private and have accessor methods. | 976 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 977 |
![]() |
design | VisibilityModifier | Variable 'shape' must be private and have accessor methods. | 979 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 980 |
![]() |
design | VisibilityModifier | Variable 'weighted' must be private and have accessor methods. | 982 |
![]() |
blocks | LeftCurly | '{' at column 46 should be on a new line. | 993 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1006 |
![]() |
blocks | LeftCurly | '{' at column 56 should be on a new line. | 1006 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 1019 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1032 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 1032 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 1045 |
![]() |
blocks | LeftCurly | '{' at column 38 should be on a new line. | 1046 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 1048 |
![]() |
blocks | LeftCurly | '{' at column 20 should be on a new line. | 1048 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1062 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 1062 |
![]() |
blocks | LeftCurly | '{' at column 38 should be on a new line. | 1075 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 1076 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 1078 |
![]() |
blocks | LeftCurly | '{' at column 20 should be on a new line. | 1078 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1092 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 1092 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 1105 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 1106 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 1108 |
![]() |
blocks | LeftCurly | '{' at column 20 should be on a new line. | 1108 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1122 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 1122 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1160 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1161 |
![]() |
design | VisibilityModifier | Variable 'startdirection' must be private and have accessor methods. | 1164 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1165 |
![]() |
design | VisibilityModifier | Variable 'startcurvature' must be private and have accessor methods. | 1168 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1169 |
![]() |
design | VisibilityModifier | Variable 'enddirection' must be private and have accessor methods. | 1172 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1173 |
![]() |
design | VisibilityModifier | Variable 'endcurvature' must be private and have accessor methods. | 1176 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1177 |
![]() |
design | VisibilityModifier | Variable 'length' must be private and have accessor methods. | 1180 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1181 |
![]() |
design | VisibilityModifier | Variable 'endelevation' must be private and have accessor methods. | 1184 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1185 |
![]() |
design | VisibilityModifier | Variable 'numsegments' must be private and have accessor methods. | 1187 |
![]() |
blocks | LeftCurly | '{' at column 46 should be on a new line. | 1198 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1211 |
![]() |
blocks | LeftCurly | '{' at column 56 should be on a new line. | 1211 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 1224 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1237 |
![]() |
blocks | LeftCurly | '{' at column 60 should be on a new line. | 1237 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 1250 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1263 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 1263 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 1276 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1289 |
![]() |
blocks | LeftCurly | '{' at column 58 should be on a new line. | 1289 |
![]() |
blocks | LeftCurly | '{' at column 68 should be on a new line. | 1302 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1315 |
![]() |
blocks | LeftCurly | '{' at column 78 should be on a new line. | 1315 |
![]() |
blocks | LeftCurly | '{' at column 74 should be on a new line. | 1328 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1341 |
![]() |
blocks | LeftCurly | '{' at column 84 should be on a new line. | 1341 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 1354 |
![]() |
blocks | LeftCurly | '{' at column 38 should be on a new line. | 1355 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 1357 |
![]() |
blocks | LeftCurly | '{' at column 20 should be on a new line. | 1357 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1371 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 1371 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1408 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1409 |
![]() |
design | VisibilityModifier | Variable 'speedlimit' must be private and have accessor methods. | 1411 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1412 |
![]() |
design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 1414 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1438 |
![]() |
blocks | LeftCurly | '{' at column 49 should be on a new line. | 1439 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 1440 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 1455 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1468 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 1468 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1504 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1505 |
![]() |
design | VisibilityModifier | Variable 'coordinate' must be private and have accessor methods. | 1508 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1532 |
![]() |
blocks | LeftCurly | '{' at column 46 should be on a new line. | 1533 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 1534 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1568 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 99 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
![]() |
design | VisibilityModifier | Variable 'shoulderOrLANEOrSTRIPE' must be private and have accessor methods. | 107 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 110 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 111 |
![]() |
design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 114 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 115 |
![]() |
design | VisibilityModifier | Variable 'width' must be private and have accessor methods. | 118 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 145 |
![]() |
blocks | LeftCurly | '{' at column 59 should be on a new line. | 146 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 147 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 162 |
![]() |
misc | FinalParameters | Parameter value should be final. | 175 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 175 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 188 |
![]() |
misc | FinalParameters | Parameter value should be final. | 201 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 201 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 214 |
![]() |
misc | FinalParameters | Parameter value should be final. | 227 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 227 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 257 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 258 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 260 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 261 |
![]() |
design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 264 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 275 |
![]() |
misc | FinalParameters | Parameter value should be final. | 288 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 288 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 301 |
![]() |
misc | FinalParameters | Parameter value should be final. | 314 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 314 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 346 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 347 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 349 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 350 |
![]() |
design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 353 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 364 |
![]() |
misc | FinalParameters | Parameter value should be final. | 377 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 377 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 390 |
![]() |
misc | FinalParameters | Parameter value should be final. | 403 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 403 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 435 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 436 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 438 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 439 |
![]() |
design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 442 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 453 |
![]() |
misc | FinalParameters | Parameter value should be final. | 466 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 466 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 479 |
![]() |
misc | FinalParameters | Parameter value should be final. | 492 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 492 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 524 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 525 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 527 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 528 |
![]() |
design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 531 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 542 |
![]() |
misc | FinalParameters | Parameter value should be final. | 555 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 555 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 568 |
![]() |
misc | FinalParameters | Parameter value should be final. | 581 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 581 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
design | VisibilityModifier | Variable 'compatibility' must be private and have accessor methods. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
design | VisibilityModifier | Variable 'speedlimit' must be private and have accessor methods. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
design | VisibilityModifier | Variable 'parent' must be private and have accessor methods. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 79 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 103 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 104 |
![]() |
blocks | LeftCurly | '{' at column 36 should be on a new line. | 105 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 133 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 134 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 135 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 150 |
![]() |
misc | FinalParameters | Parameter value should be final. | 163 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 163 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 176 |
![]() |
misc | FinalParameters | Parameter value should be final. | 189 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 189 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 202 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 203 |
![]() |
blocks | RightCurly | '}' at column 9 should be alone on a line. | 205 |
![]() |
blocks | LeftCurly | '{' at column 16 should be on a new line. | 205 |
![]() |
misc | FinalParameters | Parameter value should be final. | 219 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 219 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 232 |
![]() |
misc | FinalParameters | Parameter value should be final. | 245 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 245 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 55 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 66 |
![]() |
misc | FinalParameters | Parameter value should be final. | 79 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 79 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 92 |
![]() |
misc | FinalParameters | Parameter value should be final. | 105 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
design | VisibilityModifier | Variable 'linktype' must be private and have accessor methods. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 61 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 85 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 86 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 87 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 102 |
![]() |
misc | FinalParameters | Parameter value should be final. | 115 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
design | VisibilityModifier | Variable 'gtutemplate' must be private and have accessor methods. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
design | VisibilityModifier | Variable 'gtutempplatemix' must be private and have accessor methods. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
design | VisibilityModifier | Variable 'route' must be private and have accessor methods. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
design | VisibilityModifier | Variable 'routemix' must be private and have accessor methods. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
design | VisibilityModifier | Variable 'shortestroute' must be private and have accessor methods. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
design | VisibilityModifier | Variable 'shortestroutemix' must be private and have accessor methods. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
design | VisibilityModifier | Variable 'roomchecker' must be private and have accessor methods. | 97 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
design | VisibilityModifier | Variable 'link' must be private and have accessor methods. | 100 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
![]() |
design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 103 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
![]() |
design | VisibilityModifier | Variable 'direction' must be private and have accessor methods. | 106 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 107 |
![]() |
design | VisibilityModifier | Variable 'position' must be private and have accessor methods. | 110 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 111 |
![]() |
design | VisibilityModifier | Variable 'uri' must be private and have accessor methods. | 114 |
![]() |
blocks | LeftCurly | '{' at column 36 should be on a new line. | 125 |
![]() |
misc | FinalParameters | Parameter value should be final. | 138 |
![]() |
blocks | LeftCurly | '{' at column 46 should be on a new line. | 138 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 151 |
![]() |
misc | FinalParameters | Parameter value should be final. | 164 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 164 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 177 |
![]() |
misc | FinalParameters | Parameter value should be final. | 190 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 190 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 203 |
![]() |
misc | FinalParameters | Parameter value should be final. | 216 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 216 |
![]() |
blocks | LeftCurly | '{' at column 38 should be on a new line. | 229 |
![]() |
misc | FinalParameters | Parameter value should be final. | 242 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 242 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 255 |
![]() |
misc | FinalParameters | Parameter value should be final. | 268 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 268 |
![]() |
blocks | LeftCurly | '{' at column 36 should be on a new line. | 281 |
![]() |
misc | FinalParameters | Parameter value should be final. | 294 |
![]() |
blocks | LeftCurly | '{' at column 46 should be on a new line. | 294 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 307 |
![]() |
misc | FinalParameters | Parameter value should be final. | 320 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 320 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 333 |
![]() |
misc | FinalParameters | Parameter value should be final. | 346 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 346 |
![]() |
blocks | LeftCurly | '{' at column 34 should be on a new line. | 359 |
![]() |
misc | FinalParameters | Parameter value should be final. | 372 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 372 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 385 |
![]() |
misc | FinalParameters | Parameter value should be final. | 398 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 398 |
![]() |
blocks | LeftCurly | '{' at column 28 should be on a new line. | 411 |
![]() |
misc | FinalParameters | Parameter value should be final. | 424 |
![]() |
blocks | LeftCurly | '{' at column 38 should be on a new line. | 424 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
design | VisibilityModifier | Variable 'modelid' must be private and have accessor methods. | 51 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 62 |
![]() |
misc | FinalParameters | Parameter value should be final. | 75 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 75 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 88 |
![]() |
misc | FinalParameters | Parameter value should be final. | 101 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | FileLength | File length is 3,026 lines (max allowed is 2,000). | 1 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 150). | 255 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 133). | 292 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 133). | 310 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 133). | 328 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 136). | 338 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 371 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 372 |
![]() |
design | VisibilityModifier | Variable 'modelparameters' must be private and have accessor methods. | 374 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 375 |
![]() |
design | VisibilityModifier | Variable 'strategicalplanner' must be private and have accessor methods. | 377 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 378 |
![]() |
design | VisibilityModifier | Variable 'tacticalplanner' must be private and have accessor methods. | 380 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 381 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 383 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 384 |
![]() |
design | VisibilityModifier | Variable 'parent' must be private and have accessor methods. | 386 |
![]() |
blocks | LeftCurly | '{' at column 59 should be on a new line. | 397 |
![]() |
misc | FinalParameters | Parameter value should be final. | 410 |
![]() |
blocks | LeftCurly | '{' at column 69 should be on a new line. | 410 |
![]() |
blocks | LeftCurly | '{' at column 65 should be on a new line. | 423 |
![]() |
misc | FinalParameters | Parameter value should be final. | 436 |
![]() |
blocks | LeftCurly | '{' at column 75 should be on a new line. | 436 |
![]() |
blocks | LeftCurly | '{' at column 59 should be on a new line. | 449 |
![]() |
misc | FinalParameters | Parameter value should be final. | 462 |
![]() |
blocks | LeftCurly | '{' at column 69 should be on a new line. | 462 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 475 |
![]() |
misc | FinalParameters | Parameter value should be final. | 488 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 488 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 501 |
![]() |
misc | FinalParameters | Parameter value should be final. | 514 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 514 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 727 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 728 |
![]() |
design | VisibilityModifier | Variable 'stringOrACCELERATIONOrACCELERATIONDIST' must be private and have accessor methods. | 751 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 794 |
![]() |
blocks | LeftCurly | '{' at column 79 should be on a new line. | 795 |
![]() |
blocks | LeftCurly | '{' at column 65 should be on a new line. | 796 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 829 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 830 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 832 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 843 |
![]() |
misc | FinalParameters | Parameter value should be final. | 856 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 856 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 889 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 890 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 892 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 903 |
![]() |
misc | FinalParameters | Parameter value should be final. | 916 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 916 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 949 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 950 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 952 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 963 |
![]() |
misc | FinalParameters | Parameter value should be final. | 976 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 976 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1009 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1010 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 1012 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 1023 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1036 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 1036 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1069 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1070 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 1072 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 1083 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1096 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 1096 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1129 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1130 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 1132 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 1143 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1156 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 1156 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1189 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1190 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 1192 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 1203 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1216 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 1216 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1249 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1250 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 1252 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 1263 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1276 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 1276 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1309 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1310 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 1312 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 1323 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1336 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 1336 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1369 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1370 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 1372 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 1383 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1396 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 1396 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1429 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1430 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 1432 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 1443 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1456 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 1456 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1489 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1490 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 1492 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 1503 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1516 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 1516 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1549 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1550 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 1552 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 1563 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1576 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 1576 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1609 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1610 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 1612 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 1623 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1636 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 1636 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1669 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1670 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 1672 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 1683 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1696 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 1696 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1729 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1730 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 1732 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 1743 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1756 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 1756 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1789 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1790 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 1792 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 1803 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1816 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 1816 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1849 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1850 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 1852 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 1863 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1876 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 1876 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1909 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1910 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 1912 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 1923 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1936 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 1936 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1969 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1970 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 1972 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 1983 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1996 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 1996 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 2045 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2046 |
![]() |
design | VisibilityModifier | Variable 'route' must be private and have accessor methods. | 2048 |
![]() |
blocks | LeftCurly | '{' at column 62 should be on a new line. | 2059 |
![]() |
misc | FinalParameters | Parameter value should be final. | 2072 |
![]() |
blocks | LeftCurly | '{' at column 72 should be on a new line. | 2072 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 2108 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2109 |
![]() |
design | VisibilityModifier | Variable 'none' must be private and have accessor methods. | 2111 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2112 |
![]() |
design | VisibilityModifier | Variable 'shortest' must be private and have accessor methods. | 2114 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 2125 |
![]() |
misc | FinalParameters | Parameter value should be final. | 2138 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 2138 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 2151 |
![]() |
misc | FinalParameters | Parameter value should be final. | 2164 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 2164 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 144). | 2188 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 130). | 2271 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 2295 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2296 |
![]() |
design | VisibilityModifier | Variable 'lmrs' must be private and have accessor methods. | 2298 |
![]() |
blocks | LeftCurly | '{' at column 57 should be on a new line. | 2309 |
![]() |
misc | FinalParameters | Parameter value should be final. | 2322 |
![]() |
blocks | LeftCurly | '{' at column 67 should be on a new line. | 2322 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 138). | 2337 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 2447 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2448 |
![]() |
design | VisibilityModifier | Variable 'carfollowingmodel' must be private and have accessor methods. | 2450 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2451 |
![]() |
design | VisibilityModifier | Variable 'synchronization' must be private and have accessor methods. | 2453 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2454 |
![]() |
design | VisibilityModifier | Variable 'cooperation' must be private and have accessor methods. | 2456 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2457 |
![]() |
design | VisibilityModifier | Variable 'gapacceptance' must be private and have accessor methods. | 2459 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2460 |
![]() |
design | VisibilityModifier | Variable 'tailgating' must be private and have accessor methods. | 2462 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2463 |
![]() |
design | VisibilityModifier | Variable 'mandatoryincentives' must be private and have accessor methods. | 2465 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2466 |
![]() |
design | VisibilityModifier | Variable 'voluntaryincentives' must be private and have accessor methods. | 2468 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2469 |
![]() |
design | VisibilityModifier | Variable 'accelerationincentives' must be private and have accessor methods. | 2471 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2472 |
![]() |
design | VisibilityModifier | Variable 'perception' must be private and have accessor methods. | 2474 |
![]() |
blocks | LeftCurly | '{' at column 65 should be on a new line. | 2485 |
![]() |
misc | FinalParameters | Parameter value should be final. | 2498 |
![]() |
blocks | LeftCurly | '{' at column 75 should be on a new line. | 2498 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 2511 |
![]() |
misc | FinalParameters | Parameter value should be final. | 2524 |
![]() |
blocks | LeftCurly | '{' at column 58 should be on a new line. | 2524 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 2537 |
![]() |
misc | FinalParameters | Parameter value should be final. | 2550 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 2550 |
![]() |
blocks | LeftCurly | '{' at column 46 should be on a new line. | 2563 |
![]() |
misc | FinalParameters | Parameter value should be final. | 2576 |
![]() |
blocks | LeftCurly | '{' at column 56 should be on a new line. | 2576 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 2589 |
![]() |
misc | FinalParameters | Parameter value should be final. | 2602 |
![]() |
blocks | LeftCurly | '{' at column 53 should be on a new line. | 2602 |
![]() |
blocks | LeftCurly | '{' at column 96 should be on a new line. | 2615 |
![]() |
misc | FinalParameters | Parameter value should be final. | 2628 |
![]() |
blocks | LeftCurly | '{' at column 106 should be on a new line. | 2628 |
![]() |
blocks | LeftCurly | '{' at column 96 should be on a new line. | 2641 |
![]() |
misc | FinalParameters | Parameter value should be final. | 2654 |
![]() |
blocks | LeftCurly | '{' at column 106 should be on a new line. | 2654 |
![]() |
blocks | LeftCurly | '{' at column 102 should be on a new line. | 2667 |
![]() |
misc | FinalParameters | Parameter value should be final. | 2680 |
![]() |
blocks | LeftCurly | '{' at column 112 should be on a new line. | 2680 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 2693 |
![]() |
misc | FinalParameters | Parameter value should be final. | 2706 |
![]() |
blocks | LeftCurly | '{' at column 61 should be on a new line. | 2706 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 2747 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2748 |
![]() |
design | VisibilityModifier | Variable 'incentive' must be private and have accessor methods. | 2750 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 2774 |
![]() |
blocks | LeftCurly | '{' at column 109 should be on a new line. | 2775 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 2776 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 131). | 2807 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 2808 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 2851 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2852 |
![]() |
design | VisibilityModifier | Variable 'incentive' must be private and have accessor methods. | 2854 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 2878 |
![]() |
blocks | LeftCurly | '{' at column 106 should be on a new line. | 2879 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 2880 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 131). | 2911 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 2912 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 2955 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2956 |
![]() |
design | VisibilityModifier | Variable 'incentive' must be private and have accessor methods. | 2958 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 2982 |
![]() |
blocks | LeftCurly | '{' at column 106 should be on a new line. | 2983 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 2984 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 131). | 3015 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 3016 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
design | VisibilityModifier | Variable 'includeOrNODEOrCONNECTOR' must be private and have accessor methods. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 71 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 98 |
![]() |
blocks | LeftCurly | '{' at column 61 should be on a new line. | 99 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 100 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 115 |
![]() |
misc | FinalParameters | Parameter value should be final. | 128 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 128 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 128 characters (found 148). | 39 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
design | VisibilityModifier | Variable 'route' must be private and have accessor methods. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
design | VisibilityModifier | Variable 'routemix' must be private and have accessor methods. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
design | VisibilityModifier | Variable 'shortestroute' must be private and have accessor methods. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
design | VisibilityModifier | Variable 'shortestroutemix' must be private and have accessor methods. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
design | VisibilityModifier | Variable 'gtutemplatemix' must be private and have accessor methods. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
design | VisibilityModifier | Variable 'odoptions' must be private and have accessor methods. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
design | VisibilityModifier | Variable 'od' must be private and have accessor methods. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
design | VisibilityModifier | Variable 'modelidreferral' must be private and have accessor methods. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
![]() |
design | VisibilityModifier | Variable 'generator' must be private and have accessor methods. | 99 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
![]() |
design | VisibilityModifier | Variable 'listgenerator' must be private and have accessor methods. | 102 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
![]() |
design | VisibilityModifier | Variable 'sink' must be private and have accessor methods. | 105 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 129 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 130 |
![]() |
blocks | LeftCurly | '{' at column 28 should be on a new line. | 131 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 159 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 160 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 161 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 189 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 190 |
![]() |
blocks | LeftCurly | '{' at column 36 should be on a new line. | 191 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 219 |
![]() |
blocks | LeftCurly | '{' at column 57 should be on a new line. | 220 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 221 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 249 |
![]() |
blocks | LeftCurly | '{' at column 53 should be on a new line. | 250 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 251 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 279 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 280 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 281 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 309 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 310 |
![]() |
blocks | LeftCurly | '{' at column 25 should be on a new line. | 311 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 339 |
![]() |
blocks | LeftCurly | '{' at column 59 should be on a new line. | 340 |
![]() |
blocks | LeftCurly | '{' at column 38 should be on a new line. | 341 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 369 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 370 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 371 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 399 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 400 |
![]() |
blocks | LeftCurly | '{' at column 36 should be on a new line. | 401 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 429 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 430 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 431 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
design | VisibilityModifier | Variable 'coordinate' must be private and have accessor methods. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
design | VisibilityModifier | Variable 'direction' must be private and have accessor methods. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 69 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 80 |
![]() |
misc | FinalParameters | Parameter value should be final. | 93 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 93 |
![]() |
blocks | LeftCurly | '{' at column 36 should be on a new line. | 106 |
![]() |
misc | FinalParameters | Parameter value should be final. | 119 |
![]() |
blocks | LeftCurly | '{' at column 46 should be on a new line. | 119 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 132 |
![]() |
misc | FinalParameters | Parameter value should be final. | 145 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 145 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 158 |
![]() |
misc | FinalParameters | Parameter value should be final. | 171 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 171 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 128 characters (found 134). | 35 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 142). | 41 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 136). | 46 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 132). | 55 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
design | VisibilityModifier | Variable 'globaltime' must be private and have accessor methods. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
design | VisibilityModifier | Variable 'category' must be private and have accessor methods. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
design | VisibilityModifier | Variable 'demand' must be private and have accessor methods. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
design | VisibilityModifier | Variable 'globalinterpolation' must be private and have accessor methods. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
design | VisibilityModifier | Variable 'globalfactor' must be private and have accessor methods. | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 99 |
![]() |
design | VisibilityModifier | Variable 'randomstream' must be private and have accessor methods. | 101 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
![]() |
design | VisibilityModifier | Variable 'options' must be private and have accessor methods. | 104 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 108 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 119 |
![]() |
misc | FinalParameters | Parameter value should be final. | 132 |
![]() |
blocks | LeftCurly | '{' at column 53 should be on a new line. | 132 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 158 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 159 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 160 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 188 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 189 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 190 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 205 |
![]() |
misc | FinalParameters | Parameter value should be final. | 218 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 218 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 231 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 232 |
![]() |
blocks | RightCurly | '}' at column 9 should be alone on a line. | 234 |
![]() |
blocks | LeftCurly | '{' at column 16 should be on a new line. | 234 |
![]() |
misc | FinalParameters | Parameter value should be final. | 248 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 248 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 261 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 262 |
![]() |
blocks | RightCurly | '}' at column 9 should be alone on a line. | 264 |
![]() |
blocks | LeftCurly | '{' at column 16 should be on a new line. | 264 |
![]() |
misc | FinalParameters | Parameter value should be final. | 278 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 278 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 291 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 292 |
![]() |
blocks | RightCurly | '}' at column 9 should be alone on a line. | 294 |
![]() |
blocks | LeftCurly | '{' at column 16 should be on a new line. | 294 |
![]() |
misc | FinalParameters | Parameter value should be final. | 308 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 308 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 321 |
![]() |
misc | FinalParameters | Parameter value should be final. | 334 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 334 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 347 |
![]() |
misc | FinalParameters | Parameter value should be final. | 360 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 360 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 136). | 375 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 130). | 380 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 400 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 401 |
![]() |
design | VisibilityModifier | Variable 'level' must be private and have accessor methods. | 403 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 404 |
![]() |
design | VisibilityModifier | Variable 'origin' must be private and have accessor methods. | 406 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 407 |
![]() |
design | VisibilityModifier | Variable 'destination' must be private and have accessor methods. | 409 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 410 |
![]() |
design | VisibilityModifier | Variable 'category' must be private and have accessor methods. | 412 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 413 |
![]() |
design | VisibilityModifier | Variable 'interpolation' must be private and have accessor methods. | 415 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 416 |
![]() |
design | VisibilityModifier | Variable 'factor' must be private and have accessor methods. | 418 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 419 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 422 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 446 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 447 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 448 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 463 |
![]() |
misc | FinalParameters | Parameter value should be final. | 476 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 476 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 489 |
![]() |
misc | FinalParameters | Parameter value should be final. | 502 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 502 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 515 |
![]() |
misc | FinalParameters | Parameter value should be final. | 528 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 528 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 541 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 542 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 544 |
![]() |
blocks | LeftCurly | '{' at column 20 should be on a new line. | 544 |
![]() |
misc | FinalParameters | Parameter value should be final. | 558 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 558 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 571 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 572 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 574 |
![]() |
blocks | LeftCurly | '{' at column 20 should be on a new line. | 574 |
![]() |
misc | FinalParameters | Parameter value should be final. | 588 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 588 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 601 |
![]() |
misc | FinalParameters | Parameter value should be final. | 614 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 614 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 128 characters (found 132). | 92 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 136). | 110 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 139). | 112 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 129). | 134 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 134). | 136 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 135). | 137 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 136). | 139 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 132). | 140 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 134). | 141 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 176 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 177 |
![]() |
design | VisibilityModifier | Variable 'odoptionsitem' must be private and have accessor methods. | 179 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 180 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 182 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 206 |
![]() |
blocks | LeftCurly | '{' at column 61 should be on a new line. | 207 |
![]() |
blocks | LeftCurly | '{' at column 36 should be on a new line. | 208 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 223 |
![]() |
misc | FinalParameters | Parameter value should be final. | 236 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 236 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 130). | 316 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 133). | 318 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 129). | 343 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 130). | 345 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 385 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 386 |
![]() |
design | VisibilityModifier | Variable 'global' must be private and have accessor methods. | 388 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 389 |
![]() |
design | VisibilityModifier | Variable 'linktype' must be private and have accessor methods. | 391 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 392 |
![]() |
design | VisibilityModifier | Variable 'origin' must be private and have accessor methods. | 394 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 395 |
![]() |
design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 397 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 398 |
![]() |
design | VisibilityModifier | Variable 'defaultmodel' must be private and have accessor methods. | 400 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 401 |
![]() |
design | VisibilityModifier | Variable 'model' must be private and have accessor methods. | 403 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 404 |
![]() |
design | VisibilityModifier | Variable 'nolanechange' must be private and have accessor methods. | 407 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 408 |
![]() |
design | VisibilityModifier | Variable 'roomchecker' must be private and have accessor methods. | 410 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 411 |
![]() |
design | VisibilityModifier | Variable 'headwaydist' must be private and have accessor methods. | 413 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 414 |
![]() |
design | VisibilityModifier | Variable 'markov' must be private and have accessor methods. | 416 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 417 |
![]() |
design | VisibilityModifier | Variable 'lanebiases' must be private and have accessor methods. | 419 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 430 |
![]() |
misc | FinalParameters | Parameter value should be final. | 443 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 443 |
![]() |
blocks | LeftCurly | '{' at column 63 should be on a new line. | 456 |
![]() |
misc | FinalParameters | Parameter value should be final. | 469 |
![]() |
blocks | LeftCurly | '{' at column 73 should be on a new line. | 469 |
![]() |
blocks | LeftCurly | '{' at column 59 should be on a new line. | 482 |
![]() |
misc | FinalParameters | Parameter value should be final. | 495 |
![]() |
blocks | LeftCurly | '{' at column 69 should be on a new line. | 495 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 508 |
![]() |
misc | FinalParameters | Parameter value should be final. | 521 |
![]() |
blocks | LeftCurly | '{' at column 49 should be on a new line. | 521 |
![]() |
blocks | LeftCurly | '{' at column 71 should be on a new line. | 534 |
![]() |
misc | FinalParameters | Parameter value should be final. | 547 |
![]() |
blocks | LeftCurly | '{' at column 81 should be on a new line. | 547 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 573 |
![]() |
blocks | LeftCurly | '{' at column 63 should be on a new line. | 574 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 575 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 590 |
![]() |
misc | FinalParameters | Parameter value should be final. | 603 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 603 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 616 |
![]() |
misc | FinalParameters | Parameter value should be final. | 629 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 629 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 642 |
![]() |
misc | FinalParameters | Parameter value should be final. | 655 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 655 |
![]() |
blocks | LeftCurly | '{' at column 59 should be on a new line. | 668 |
![]() |
misc | FinalParameters | Parameter value should be final. | 681 |
![]() |
blocks | LeftCurly | '{' at column 69 should be on a new line. | 681 |
![]() |
blocks | LeftCurly | '{' at column 67 should be on a new line. | 694 |
![]() |
misc | FinalParameters | Parameter value should be final. | 707 |
![]() |
blocks | LeftCurly | '{' at column 77 should be on a new line. | 707 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 743 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 744 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 746 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 747 |
![]() |
design | VisibilityModifier | Variable 'modelidreferral' must be private and have accessor methods. | 749 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 760 |
![]() |
misc | FinalParameters | Parameter value should be final. | 773 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 773 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 786 |
![]() |
misc | FinalParameters | Parameter value should be final. | 799 |
![]() |
blocks | LeftCurly | '{' at column 58 should be on a new line. | 799 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 853 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 854 |
![]() |
design | VisibilityModifier | Variable 'lanebias' must be private and have accessor methods. | 856 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 880 |
![]() |
blocks | LeftCurly | '{' at column 84 should be on a new line. | 881 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 882 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 929 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 930 |
![]() |
design | VisibilityModifier | Variable 'leftspeed' must be private and have accessor methods. | 933 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 934 |
![]() |
design | VisibilityModifier | Variable 'rightspeed' must be private and have accessor methods. | 937 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 938 |
![]() |
design | VisibilityModifier | Variable 'fromleft' must be private and have accessor methods. | 940 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 941 |
![]() |
design | VisibilityModifier | Variable 'fromright' must be private and have accessor methods. | 943 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 944 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 946 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 947 |
![]() |
design | VisibilityModifier | Variable 'bias' must be private and have accessor methods. | 949 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 950 |
![]() |
design | VisibilityModifier | Variable 'stickylanes' must be private and have accessor methods. | 953 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 964 |
![]() |
misc | FinalParameters | Parameter value should be final. | 977 |
![]() |
blocks | LeftCurly | '{' at column 55 should be on a new line. | 977 |
![]() |
blocks | LeftCurly | '{' at column 46 should be on a new line. | 990 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1003 |
![]() |
blocks | LeftCurly | '{' at column 56 should be on a new line. | 1003 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 1016 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1029 |
![]() |
blocks | LeftCurly | '{' at column 55 should be on a new line. | 1029 |
![]() |
blocks | LeftCurly | '{' at column 46 should be on a new line. | 1042 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1055 |
![]() |
blocks | LeftCurly | '{' at column 56 should be on a new line. | 1055 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 1068 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1081 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 1081 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1089 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 1090 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1099 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 1099 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 1099 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 1112 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1125 |
![]() |
blocks | LeftCurly | '{' at column 62 should be on a new line. | 1125 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1159 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1160 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 1162 |
![]() |
blocks | LeftCurly | '{' at column 38 should be on a new line. | 1173 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1186 |
![]() |
coding | HiddenField | 'value' hides a field. | 1186 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 1186 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1232 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1233 |
![]() |
design | VisibilityModifier | Variable 'state' must be private and have accessor methods. | 1235 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1259 |
![]() |
blocks | LeftCurly | '{' at column 74 should be on a new line. | 1260 |
![]() |
blocks | LeftCurly | '{' at column 36 should be on a new line. | 1261 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1295 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1296 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 1298 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1299 |
![]() |
design | VisibilityModifier | Variable 'parent' must be private and have accessor methods. | 1301 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1302 |
![]() |
design | VisibilityModifier | Variable 'correlation' must be private and have accessor methods. | 1304 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 1315 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1328 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 1328 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 1341 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1354 |
![]() |
blocks | LeftCurly | '{' at column 53 should be on a new line. | 1354 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1362 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 1363 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1372 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 1372 |
![]() |
blocks | LeftCurly | '{' at column 57 should be on a new line. | 1372 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1413 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1414 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 1416 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1417 |
![]() |
design | VisibilityModifier | Variable 'modelidreferral' must be private and have accessor methods. | 1419 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1420 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 1422 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 1433 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1446 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 1446 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 1459 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1472 |
![]() |
blocks | LeftCurly | '{' at column 58 should be on a new line. | 1472 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 1485 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1498 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 1498 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1530 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1531 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 1533 |
![]() |
blocks | LeftCurly | '{' at column 38 should be on a new line. | 1544 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1557 |
![]() |
coding | HiddenField | 'value' hides a field. | 1557 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 1557 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
design | VisibilityModifier | Variable 'definitions' must be private and have accessor methods. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
design | VisibilityModifier | Variable 'network' must be private and have accessor methods. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
design | VisibilityModifier | Variable 'networkdemand' must be private and have accessor methods. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
design | VisibilityModifier | Variable 'control' must be private and have accessor methods. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
design | VisibilityModifier | Variable 'model' must be private and have accessor methods. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
design | VisibilityModifier | Variable 'scenario' must be private and have accessor methods. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
design | VisibilityModifier | Variable 'run' must be private and have accessor methods. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
design | VisibilityModifier | Variable 'animation' must be private and have accessor methods. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 100 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
![]() |
design | VisibilityModifier | Variable 'space' must be private and have accessor methods. | 104 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 115 |
![]() |
misc | FinalParameters | Parameter value should be final. | 128 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 128 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 141 |
![]() |
misc | FinalParameters | Parameter value should be final. | 154 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 154 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 180 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 181 |
![]() |
blocks | LeftCurly | '{' at column 36 should be on a new line. | 182 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 210 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 211 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 212 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 240 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 241 |
![]() |
blocks | LeftCurly | '{' at column 28 should be on a new line. | 242 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 270 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 271 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 272 |
![]() |
blocks | LeftCurly | '{' at column 25 should be on a new line. | 287 |
![]() |
misc | FinalParameters | Parameter value should be final. | 300 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 300 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 313 |
![]() |
misc | FinalParameters | Parameter value should be final. | 326 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 326 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 339 |
![]() |
misc | FinalParameters | Parameter value should be final. | 352 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 352 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 365 |
![]() |
blocks | LeftCurly | '{' at column 28 should be on a new line. | 366 |
![]() |
blocks | RightCurly | '}' at column 9 should be alone on a line. | 368 |
![]() |
blocks | LeftCurly | '{' at column 16 should be on a new line. | 368 |
![]() |
misc | FinalParameters | Parameter value should be final. | 382 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 382 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | LeftCurly | '{' at column 28 should be on a new line. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 34 |
![]() |
naming | ConstantName | Name '_Include_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 35 |
![]() |
naming | ConstantName | Name '_MODEL_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 36 |
![]() |
naming | ConstantName | Name '_Fallback_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 129). | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 37 |
![]() |
naming | ConstantName | Name '_SHORTESTROUTEDISTANCECOST_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 38 |
![]() |
naming | ConstantName | Name '_SHORTESTROUTETIMECOST_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 40 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 146). | 41 |
![]() |
blocks | LeftCurly | '{' at column 28 should be on a new line. | 44 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 51 |
![]() |
blocks | LeftCurly | '{' at column 69 should be on a new line. | 51 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 55 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 59 |
![]() |
blocks | LeftCurly | '{' at column 59 should be on a new line. | 59 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 63 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 67 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 67 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 71 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 75 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 75 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 79 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 83 |
![]() |
blocks | LeftCurly | '{' at column 65 should be on a new line. | 83 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 87 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 91 |
![]() |
blocks | LeftCurly | '{' at column 81 should be on a new line. | 91 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 95 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 99 |
![]() |
blocks | LeftCurly | '{' at column 38 should be on a new line. | 99 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 103 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 107 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 107 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 111 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 115 |
![]() |
blocks | LeftCurly | '{' at column 63 should be on a new line. | 115 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 119 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 123 |
![]() |
blocks | LeftCurly | '{' at column 46 should be on a new line. | 123 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 127 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 131 |
![]() |
blocks | LeftCurly | '{' at column 38 should be on a new line. | 131 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 135 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 139 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 139 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 143 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 147 |
![]() |
blocks | LeftCurly | '{' at column 63 should be on a new line. | 147 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 151 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 155 |
![]() |
blocks | LeftCurly | '{' at column 76 should be on a new line. | 155 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 159 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 163 |
![]() |
blocks | LeftCurly | '{' at column 79 should be on a new line. | 163 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 167 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 171 |
![]() |
blocks | LeftCurly | '{' at column 88 should be on a new line. | 171 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 175 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 179 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 179 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 183 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 187 |
![]() |
blocks | LeftCurly | '{' at column 64 should be on a new line. | 187 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 191 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 195 |
![]() |
blocks | LeftCurly | '{' at column 77 should be on a new line. | 195 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 199 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 203 |
![]() |
blocks | LeftCurly | '{' at column 102 should be on a new line. | 203 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 207 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 211 |
![]() |
blocks | LeftCurly | '{' at column 67 should be on a new line. | 211 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 215 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 219 |
![]() |
blocks | LeftCurly | '{' at column 46 should be on a new line. | 219 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 223 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 227 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 227 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 231 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 235 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 235 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 239 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 243 |
![]() |
blocks | LeftCurly | '{' at column 71 should be on a new line. | 243 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 247 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 251 |
![]() |
blocks | LeftCurly | '{' at column 80 should be on a new line. | 251 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 255 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 259 |
![]() |
blocks | LeftCurly | '{' at column 125 should be on a new line. | 259 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 263 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 267 |
![]() |
blocks | LeftCurly | '{' at column 119 should be on a new line. | 267 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 271 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 275 |
![]() |
blocks | LeftCurly | '{' at column 119 should be on a new line. | 275 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 279 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 283 |
![]() |
blocks | LeftCurly | '{' at column 77 should be on a new line. | 283 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 287 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 291 |
![]() |
blocks | LeftCurly | '{' at column 71 should be on a new line. | 291 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 295 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 299 |
![]() |
blocks | LeftCurly | '{' at column 67 should be on a new line. | 299 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 303 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 307 |
![]() |
blocks | LeftCurly | '{' at column 88 should be on a new line. | 307 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 311 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 315 |
![]() |
blocks | LeftCurly | '{' at column 80 should be on a new line. | 315 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 319 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 323 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 323 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 327 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 331 |
![]() |
blocks | LeftCurly | '{' at column 84 should be on a new line. | 331 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 335 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 339 |
![]() |
blocks | LeftCurly | '{' at column 99 should be on a new line. | 339 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 343 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 347 |
![]() |
blocks | LeftCurly | '{' at column 88 should be on a new line. | 347 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 351 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 355 |
![]() |
blocks | LeftCurly | '{' at column 56 should be on a new line. | 355 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 359 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 363 |
![]() |
blocks | LeftCurly | '{' at column 68 should be on a new line. | 363 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 367 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 371 |
![]() |
blocks | LeftCurly | '{' at column 62 should be on a new line. | 371 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 375 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 379 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 379 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 383 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 387 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 387 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 391 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 395 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 395 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 399 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 403 |
![]() |
blocks | LeftCurly | '{' at column 64 should be on a new line. | 403 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 407 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 411 |
![]() |
blocks | LeftCurly | '{' at column 64 should be on a new line. | 411 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 415 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 419 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 419 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 423 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 427 |
![]() |
blocks | LeftCurly | '{' at column 36 should be on a new line. | 427 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 431 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 435 |
![]() |
blocks | LeftCurly | '{' at column 38 should be on a new line. | 435 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 439 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 443 |
![]() |
blocks | LeftCurly | '{' at column 77 should be on a new line. | 443 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 447 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 451 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 451 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 455 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 459 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 459 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 463 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 467 |
![]() |
blocks | LeftCurly | '{' at column 62 should be on a new line. | 467 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 471 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 475 |
![]() |
blocks | LeftCurly | '{' at column 46 should be on a new line. | 475 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 479 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 483 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 483 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 487 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 491 |
![]() |
blocks | LeftCurly | '{' at column 38 should be on a new line. | 491 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 495 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 499 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 499 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 503 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 507 |
![]() |
blocks | LeftCurly | '{' at column 71 should be on a new line. | 507 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 511 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 515 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 515 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 519 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 523 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 523 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 527 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 531 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 531 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 535 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 539 |
![]() |
blocks | LeftCurly | '{' at column 75 should be on a new line. | 539 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 543 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 547 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 547 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 551 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 555 |
![]() |
blocks | LeftCurly | '{' at column 36 should be on a new line. | 555 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 559 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 563 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 563 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 567 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 571 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 571 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 575 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 579 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 579 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 583 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 587 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 587 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 591 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 595 |
![]() |
blocks | LeftCurly | '{' at column 60 should be on a new line. | 595 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 599 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 603 |
![]() |
blocks | LeftCurly | '{' at column 72 should be on a new line. | 603 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 607 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 611 |
![]() |
blocks | LeftCurly | '{' at column 62 should be on a new line. | 611 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 615 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 619 |
![]() |
blocks | LeftCurly | '{' at column 58 should be on a new line. | 619 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 623 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 627 |
![]() |
blocks | LeftCurly | '{' at column 60 should be on a new line. | 627 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 631 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 635 |
![]() |
blocks | LeftCurly | '{' at column 58 should be on a new line. | 635 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 639 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 643 |
![]() |
blocks | LeftCurly | '{' at column 56 should be on a new line. | 643 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 647 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 651 |
![]() |
blocks | LeftCurly | '{' at column 64 should be on a new line. | 651 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 655 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 659 |
![]() |
blocks | LeftCurly | '{' at column 64 should be on a new line. | 659 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 663 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 667 |
![]() |
blocks | LeftCurly | '{' at column 66 should be on a new line. | 667 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 671 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 675 |
![]() |
blocks | LeftCurly | '{' at column 62 should be on a new line. | 675 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 679 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 683 |
![]() |
blocks | LeftCurly | '{' at column 60 should be on a new line. | 683 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 687 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 691 |
![]() |
blocks | LeftCurly | '{' at column 74 should be on a new line. | 691 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 695 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 699 |
![]() |
blocks | LeftCurly | '{' at column 58 should be on a new line. | 699 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 703 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 707 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 707 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 711 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 715 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 715 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 719 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 723 |
![]() |
blocks | LeftCurly | '{' at column 46 should be on a new line. | 723 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 727 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 731 |
![]() |
blocks | LeftCurly | '{' at column 72 should be on a new line. | 731 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 735 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 739 |
![]() |
blocks | LeftCurly | '{' at column 73 should be on a new line. | 739 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 743 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 747 |
![]() |
blocks | LeftCurly | '{' at column 74 should be on a new line. | 747 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 751 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 755 |
![]() |
blocks | LeftCurly | '{' at column 90 should be on a new line. | 755 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 759 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 763 |
![]() |
blocks | LeftCurly | '{' at column 86 should be on a new line. | 763 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 767 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 771 |
![]() |
blocks | LeftCurly | '{' at column 88 should be on a new line. | 771 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 775 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 779 |
![]() |
blocks | LeftCurly | '{' at column 49 should be on a new line. | 779 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 783 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 787 |
![]() |
blocks | LeftCurly | '{' at column 81 should be on a new line. | 787 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 791 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 795 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 795 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 799 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 803 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 803 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 807 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 811 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 811 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 815 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 819 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 819 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 823 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 827 |
![]() |
blocks | LeftCurly | '{' at column 60 should be on a new line. | 827 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 831 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 835 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 835 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 839 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 843 |
![]() |
blocks | LeftCurly | '{' at column 63 should be on a new line. | 843 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 847 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 851 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 851 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 855 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 859 |
![]() |
blocks | LeftCurly | '{' at column 76 should be on a new line. | 859 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 863 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 867 |
![]() |
blocks | LeftCurly | '{' at column 80 should be on a new line. | 867 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 871 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 875 |
![]() |
blocks | LeftCurly | '{' at column 70 should be on a new line. | 875 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 879 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 883 |
![]() |
blocks | LeftCurly | '{' at column 80 should be on a new line. | 883 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 887 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 891 |
![]() |
blocks | LeftCurly | '{' at column 84 should be on a new line. | 891 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 895 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 899 |
![]() |
blocks | LeftCurly | '{' at column 88 should be on a new line. | 899 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 903 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 907 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 907 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 911 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 915 |
![]() |
blocks | LeftCurly | '{' at column 66 should be on a new line. | 915 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 919 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 923 |
![]() |
blocks | LeftCurly | '{' at column 36 should be on a new line. | 923 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 927 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 931 |
![]() |
blocks | LeftCurly | '{' at column 69 should be on a new line. | 931 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 935 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 939 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 939 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 943 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 947 |
![]() |
blocks | LeftCurly | '{' at column 28 should be on a new line. | 947 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 951 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 955 |
![]() |
blocks | LeftCurly | '{' at column 69 should be on a new line. | 955 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 959 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 963 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 963 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 967 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 971 |
![]() |
blocks | LeftCurly | '{' at column 53 should be on a new line. | 971 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 975 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 979 |
![]() |
blocks | LeftCurly | '{' at column 28 should be on a new line. | 979 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 983 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 987 |
![]() |
blocks | LeftCurly | '{' at column 58 should be on a new line. | 987 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 991 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 995 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 995 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 999 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1003 |
![]() |
blocks | LeftCurly | '{' at column 46 should be on a new line. | 1003 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1007 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1011 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 1011 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1015 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1019 |
![]() |
blocks | LeftCurly | '{' at column 64 should be on a new line. | 1019 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1023 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1027 |
![]() |
blocks | LeftCurly | '{' at column 56 should be on a new line. | 1027 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1031 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1035 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 1035 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1039 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1043 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 1043 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1047 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1051 |
![]() |
blocks | LeftCurly | '{' at column 64 should be on a new line. | 1051 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1055 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1059 |
![]() |
blocks | LeftCurly | '{' at column 72 should be on a new line. | 1059 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1063 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1067 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 1067 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1071 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1075 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 1075 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1079 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1083 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 1083 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1087 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1091 |
![]() |
blocks | LeftCurly | '{' at column 60 should be on a new line. | 1091 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1095 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1099 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 1099 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1103 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1107 |
![]() |
blocks | LeftCurly | '{' at column 58 should be on a new line. | 1107 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1111 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1115 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 1115 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1119 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1123 |
![]() |
blocks | LeftCurly | '{' at column 56 should be on a new line. | 1123 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1127 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1131 |
![]() |
blocks | LeftCurly | '{' at column 56 should be on a new line. | 1131 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1135 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1139 |
![]() |
blocks | LeftCurly | '{' at column 64 should be on a new line. | 1139 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1143 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1147 |
![]() |
blocks | LeftCurly | '{' at column 56 should be on a new line. | 1147 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1151 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1155 |
![]() |
blocks | LeftCurly | '{' at column 58 should be on a new line. | 1155 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1159 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1163 |
![]() |
blocks | LeftCurly | '{' at column 66 should be on a new line. | 1163 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1167 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1171 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 1171 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1175 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1179 |
![]() |
blocks | LeftCurly | '{' at column 62 should be on a new line. | 1179 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1183 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1187 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 1187 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1191 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1195 |
![]() |
blocks | LeftCurly | '{' at column 60 should be on a new line. | 1195 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1199 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1203 |
![]() |
blocks | LeftCurly | '{' at column 66 should be on a new line. | 1203 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1207 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1211 |
![]() |
blocks | LeftCurly | '{' at column 74 should be on a new line. | 1211 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1215 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1219 |
![]() |
blocks | LeftCurly | '{' at column 50 should be on a new line. | 1219 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1223 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1227 |
![]() |
blocks | LeftCurly | '{' at column 58 should be on a new line. | 1227 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1231 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1235 |
![]() |
blocks | LeftCurly | '{' at column 60 should be on a new line. | 1235 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1239 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1243 |
![]() |
blocks | LeftCurly | '{' at column 66 should be on a new line. | 1243 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1247 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1251 |
![]() |
blocks | LeftCurly | '{' at column 63 should be on a new line. | 1251 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1255 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1259 |
![]() |
blocks | LeftCurly | '{' at column 46 should be on a new line. | 1259 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1263 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1267 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 1267 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1271 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1275 |
![]() |
blocks | LeftCurly | '{' at column 64 should be on a new line. | 1275 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1279 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1283 |
![]() |
blocks | LeftCurly | '{' at column 64 should be on a new line. | 1283 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1287 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1291 |
![]() |
blocks | LeftCurly | '{' at column 58 should be on a new line. | 1291 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1295 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1299 |
![]() |
blocks | LeftCurly | '{' at column 46 should be on a new line. | 1299 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1303 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1307 |
![]() |
blocks | LeftCurly | '{' at column 67 should be on a new line. | 1307 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1311 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1315 |
![]() |
blocks | LeftCurly | '{' at column 117 should be on a new line. | 1315 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1319 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1323 |
![]() |
blocks | LeftCurly | '{' at column 98 should be on a new line. | 1323 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1327 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1331 |
![]() |
blocks | LeftCurly | '{' at column 127 should be on a new line. | 1331 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1335 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1339 |
![]() |
blocks | LeftCurly | '{' at column 98 should be on a new line. | 1339 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1343 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1347 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 137). | 1347 |
![]() |
blocks | LeftCurly | '{' at column 137 should be on a new line. | 1347 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1351 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1355 |
![]() |
blocks | LeftCurly | '{' at column 92 should be on a new line. | 1355 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1359 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1363 |
![]() |
blocks | LeftCurly | '{' at column 63 should be on a new line. | 1363 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1367 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1371 |
![]() |
blocks | LeftCurly | '{' at column 69 should be on a new line. | 1371 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1375 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1379 |
![]() |
blocks | LeftCurly | '{' at column 67 should be on a new line. | 1379 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1383 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1387 |
![]() |
blocks | LeftCurly | '{' at column 59 should be on a new line. | 1387 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1391 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1395 |
![]() |
blocks | LeftCurly | '{' at column 55 should be on a new line. | 1395 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1399 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1403 |
![]() |
blocks | LeftCurly | '{' at column 59 should be on a new line. | 1403 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1407 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1411 |
![]() |
blocks | LeftCurly | '{' at column 57 should be on a new line. | 1411 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1415 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1419 |
![]() |
blocks | LeftCurly | '{' at column 65 should be on a new line. | 1419 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1423 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1427 |
![]() |
blocks | LeftCurly | '{' at column 63 should be on a new line. | 1427 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1431 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1435 |
![]() |
blocks | LeftCurly | '{' at column 63 should be on a new line. | 1435 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1439 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1443 |
![]() |
blocks | LeftCurly | '{' at column 61 should be on a new line. | 1443 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1447 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1451 |
![]() |
blocks | LeftCurly | '{' at column 61 should be on a new line. | 1451 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1455 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1459 |
![]() |
blocks | LeftCurly | '{' at column 71 should be on a new line. | 1459 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1463 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1467 |
![]() |
blocks | LeftCurly | '{' at column 73 should be on a new line. | 1467 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1471 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1475 |
![]() |
blocks | LeftCurly | '{' at column 71 should be on a new line. | 1475 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1479 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1483 |
![]() |
blocks | LeftCurly | '{' at column 69 should be on a new line. | 1483 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1487 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1491 |
![]() |
blocks | LeftCurly | '{' at column 73 should be on a new line. | 1491 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1495 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1499 |
![]() |
blocks | LeftCurly | '{' at column 77 should be on a new line. | 1499 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1503 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1507 |
![]() |
blocks | LeftCurly | '{' at column 69 should be on a new line. | 1507 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1511 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1515 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 144). | 1515 |
![]() |
blocks | LeftCurly | '{' at column 144 should be on a new line. | 1515 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1519 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1523 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 138). | 1523 |
![]() |
blocks | LeftCurly | '{' at column 138 should be on a new line. | 1523 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1527 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1531 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 138). | 1531 |
![]() |
blocks | LeftCurly | '{' at column 138 should be on a new line. | 1531 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1535 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1539 |
![]() |
blocks | LeftCurly | '{' at column 88 should be on a new line. | 1539 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1543 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1547 |
![]() |
blocks | LeftCurly | '{' at column 84 should be on a new line. | 1547 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1551 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1555 |
![]() |
blocks | LeftCurly | '{' at column 96 should be on a new line. | 1555 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1559 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1563 |
![]() |
blocks | LeftCurly | '{' at column 104 should be on a new line. | 1563 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1567 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1571 |
![]() |
blocks | LeftCurly | '{' at column 86 should be on a new line. | 1571 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1575 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1579 |
![]() |
blocks | LeftCurly | '{' at column 82 should be on a new line. | 1579 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1583 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1587 |
![]() |
blocks | LeftCurly | '{' at column 84 should be on a new line. | 1587 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1591 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1595 |
![]() |
blocks | LeftCurly | '{' at column 92 should be on a new line. | 1595 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1599 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1603 |
![]() |
blocks | LeftCurly | '{' at column 88 should be on a new line. | 1603 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1607 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1611 |
![]() |
blocks | LeftCurly | '{' at column 96 should be on a new line. | 1611 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1615 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1619 |
![]() |
blocks | LeftCurly | '{' at column 88 should be on a new line. | 1619 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1623 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1627 |
![]() |
blocks | LeftCurly | '{' at column 90 should be on a new line. | 1627 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1631 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1635 |
![]() |
blocks | LeftCurly | '{' at column 98 should be on a new line. | 1635 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1639 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1643 |
![]() |
blocks | LeftCurly | '{' at column 86 should be on a new line. | 1643 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1647 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1651 |
![]() |
blocks | LeftCurly | '{' at column 94 should be on a new line. | 1651 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1655 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1659 |
![]() |
blocks | LeftCurly | '{' at column 84 should be on a new line. | 1659 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1663 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1667 |
![]() |
blocks | LeftCurly | '{' at column 92 should be on a new line. | 1667 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1671 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1675 |
![]() |
blocks | LeftCurly | '{' at column 98 should be on a new line. | 1675 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1679 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1683 |
![]() |
blocks | LeftCurly | '{' at column 106 should be on a new line. | 1683 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1687 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1691 |
![]() |
blocks | LeftCurly | '{' at column 82 should be on a new line. | 1691 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1695 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1699 |
![]() |
blocks | LeftCurly | '{' at column 90 should be on a new line. | 1699 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1703 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1707 |
![]() |
blocks | LeftCurly | '{' at column 84 should be on a new line. | 1707 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1711 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1715 |
![]() |
blocks | LeftCurly | '{' at column 80 should be on a new line. | 1715 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1719 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1723 |
![]() |
blocks | LeftCurly | '{' at column 92 should be on a new line. | 1723 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1727 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1731 |
![]() |
blocks | LeftCurly | '{' at column 78 should be on a new line. | 1731 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1735 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1739 |
![]() |
blocks | LeftCurly | '{' at column 105 should be on a new line. | 1739 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1743 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1747 |
![]() |
blocks | LeftCurly | '{' at column 91 should be on a new line. | 1747 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1751 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1755 |
![]() |
blocks | LeftCurly | '{' at column 59 should be on a new line. | 1755 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1759 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1763 |
![]() |
blocks | LeftCurly | '{' at column 99 should be on a new line. | 1763 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1767 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1771 |
![]() |
blocks | LeftCurly | '{' at column 106 should be on a new line. | 1771 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1775 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1779 |
![]() |
blocks | LeftCurly | '{' at column 99 should be on a new line. | 1779 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1783 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1787 |
![]() |
blocks | LeftCurly | '{' at column 73 should be on a new line. | 1787 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1791 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1795 |
![]() |
blocks | LeftCurly | '{' at column 65 should be on a new line. | 1795 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1799 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1803 |
![]() |
blocks | LeftCurly | '{' at column 69 should be on a new line. | 1803 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1807 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1811 |
![]() |
blocks | LeftCurly | '{' at column 83 should be on a new line. | 1811 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1815 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1819 |
![]() |
blocks | LeftCurly | '{' at column 85 should be on a new line. | 1819 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1823 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1827 |
![]() |
blocks | LeftCurly | '{' at column 77 should be on a new line. | 1827 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1831 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1835 |
![]() |
blocks | LeftCurly | '{' at column 81 should be on a new line. | 1835 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1839 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1843 |
![]() |
blocks | LeftCurly | '{' at column 95 should be on a new line. | 1843 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1847 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1851 |
![]() |
blocks | LeftCurly | '{' at column 71 should be on a new line. | 1851 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1855 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1859 |
![]() |
blocks | LeftCurly | '{' at column 71 should be on a new line. | 1859 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1863 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1867 |
![]() |
blocks | LeftCurly | '{' at column 75 should be on a new line. | 1867 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1871 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1875 |
![]() |
blocks | LeftCurly | '{' at column 79 should be on a new line. | 1875 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1879 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1883 |
![]() |
blocks | LeftCurly | '{' at column 89 should be on a new line. | 1883 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1887 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1896 |
![]() |
blocks | LeftCurly | '{' at column 70 should be on a new line. | 1896 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1900 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1909 |
![]() |
blocks | LeftCurly | '{' at column 64 should be on a new line. | 1909 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1913 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1922 |
![]() |
blocks | LeftCurly | '{' at column 73 should be on a new line. | 1922 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1926 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 153). | 1934 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1935 |
![]() |
blocks | LeftCurly | '{' at column 78 should be on a new line. | 1935 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 148). | 1936 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1939 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 149). | 1947 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1948 |
![]() |
blocks | LeftCurly | '{' at column 74 should be on a new line. | 1948 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 144). | 1949 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 60 |
![]() |
blocks | LeftCurly | '{' at column 36 should be on a new line. | 71 |
![]() |
misc | FinalParameters | Parameter value should be final. | 84 |
![]() |
blocks | LeftCurly | '{' at column 46 should be on a new line. | 84 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 97 |
![]() |
misc | FinalParameters | Parameter value should be final. | 110 |
![]() |
coding | HiddenField | 'value' hides a field. | 110 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 52 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 63 |
![]() |
misc | FinalParameters | Parameter value should be final. | 76 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 56 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 62 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 63 |
![]() |
misc | FinalParameters | Parameter value should be final. | 72 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 72 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 72 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 85 |
![]() |
misc | FinalParameters | Parameter value should be final. | 98 |
![]() |
coding | HiddenField | 'value' hides a field. | 98 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 59 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 70 |
![]() |
misc | FinalParameters | Parameter value should be final. | 83 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 83 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 96 |
![]() |
misc | FinalParameters | Parameter value should be final. | 109 |
![]() |
coding | HiddenField | 'value' hides a field. | 109 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 109 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 56 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 62 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 63 |
![]() |
misc | FinalParameters | Parameter value should be final. | 72 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 72 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 72 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 85 |
![]() |
misc | FinalParameters | Parameter value should be final. | 98 |
![]() |
coding | HiddenField | 'value' hides a field. | 98 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 52 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 63 |
![]() |
misc | FinalParameters | Parameter value should be final. | 76 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 60 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 71 |
![]() |
misc | FinalParameters | Parameter value should be final. | 84 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 84 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 97 |
![]() |
misc | FinalParameters | Parameter value should be final. | 110 |
![]() |
coding | HiddenField | 'value' hides a field. | 110 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 52 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 63 |
![]() |
misc | FinalParameters | Parameter value should be final. | 76 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 52 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 58 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 59 |
![]() |
misc | FinalParameters | Parameter value should be final. | 68 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 68 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 68 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 81 |
![]() |
misc | FinalParameters | Parameter value should be final. | 94 |
![]() |
coding | HiddenField | 'value' hides a field. | 94 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 48 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 59 |
![]() |
misc | FinalParameters | Parameter value should be final. | 72 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 59 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 70 |
![]() |
misc | FinalParameters | Parameter value should be final. | 83 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 83 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 96 |
![]() |
misc | FinalParameters | Parameter value should be final. | 109 |
![]() |
coding | HiddenField | 'value' hides a field. | 109 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 109 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 60 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 71 |
![]() |
misc | FinalParameters | Parameter value should be final. | 84 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 84 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 97 |
![]() |
misc | FinalParameters | Parameter value should be final. | 110 |
![]() |
coding | HiddenField | 'value' hides a field. | 110 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 52 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 63 |
![]() |
misc | FinalParameters | Parameter value should be final. | 76 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 56 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 62 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 63 |
![]() |
misc | FinalParameters | Parameter value should be final. | 72 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 72 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 72 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 85 |
![]() |
misc | FinalParameters | Parameter value should be final. | 98 |
![]() |
coding | HiddenField | 'value' hides a field. | 98 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 52 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 63 |
![]() |
misc | FinalParameters | Parameter value should be final. | 76 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 60 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 71 |
![]() |
misc | FinalParameters | Parameter value should be final. | 84 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 84 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 97 |
![]() |
misc | FinalParameters | Parameter value should be final. | 110 |
![]() |
coding | HiddenField | 'value' hides a field. | 110 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 52 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 63 |
![]() |
misc | FinalParameters | Parameter value should be final. | 76 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 60 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 71 |
![]() |
misc | FinalParameters | Parameter value should be final. | 84 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 84 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 97 |
![]() |
misc | FinalParameters | Parameter value should be final. | 110 |
![]() |
coding | HiddenField | 'value' hides a field. | 110 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 52 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 63 |
![]() |
misc | FinalParameters | Parameter value should be final. | 76 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 52 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 58 |
![]() |
blocks | LeftCurly | '{' at column 28 should be on a new line. | 59 |
![]() |
misc | FinalParameters | Parameter value should be final. | 68 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 68 |
![]() |
blocks | LeftCurly | '{' at column 38 should be on a new line. | 68 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 81 |
![]() |
misc | FinalParameters | Parameter value should be final. | 94 |
![]() |
coding | HiddenField | 'value' hides a field. | 94 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 48 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 59 |
![]() |
misc | FinalParameters | Parameter value should be final. | 72 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
design | VisibilityModifier | Variable 'stringOrACCELERATIONOrBOOLEAN' must be private and have accessor methods. | 82 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 117 |
![]() |
blocks | LeftCurly | '{' at column 67 should be on a new line. | 118 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 119 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 60 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 71 |
![]() |
misc | FinalParameters | Parameter value should be final. | 84 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 84 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 97 |
![]() |
misc | FinalParameters | Parameter value should be final. | 110 |
![]() |
coding | HiddenField | 'value' hides a field. | 110 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 52 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 63 |
![]() |
misc | FinalParameters | Parameter value should be final. | 76 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 56 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 67 |
![]() |
misc | FinalParameters | Parameter value should be final. | 80 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 80 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 93 |
![]() |
misc | FinalParameters | Parameter value should be final. | 106 |
![]() |
coding | HiddenField | 'value' hides a field. | 106 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 106 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
design | VisibilityModifier | Variable 'field' must be private and have accessor methods. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 74 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 85 |
![]() |
misc | FinalParameters | Parameter value should be final. | 98 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 98 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 111 |
![]() |
misc | FinalParameters | Parameter value should be final. | 124 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 124 |
![]() |
blocks | LeftCurly | '{' at column 36 should be on a new line. | 137 |
![]() |
misc | FinalParameters | Parameter value should be final. | 150 |
![]() |
blocks | LeftCurly | '{' at column 46 should be on a new line. | 150 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 52 |
![]() |
blocks | LeftCurly | '{' at column 38 should be on a new line. | 63 |
![]() |
misc | FinalParameters | Parameter value should be final. | 76 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 48 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 59 |
![]() |
misc | FinalParameters | Parameter value should be final. | 72 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
![]() |
design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 51 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 62 |
![]() |
misc | FinalParameters | Parameter value should be final. | 75 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 48 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 59 |
![]() |
misc | FinalParameters | Parameter value should be final. | 72 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 52 |
![]() |
blocks | LeftCurly | '{' at column 34 should be on a new line. | 63 |
![]() |
misc | FinalParameters | Parameter value should be final. | 76 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 48 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 59 |
![]() |
misc | FinalParameters | Parameter value should be final. | 72 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
![]() |
design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 51 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 62 |
![]() |
misc | FinalParameters | Parameter value should be final. | 75 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 52 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 63 |
![]() |
misc | FinalParameters | Parameter value should be final. | 76 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 48 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 59 |
![]() |
misc | FinalParameters | Parameter value should be final. | 72 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 52 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 63 |
![]() |
misc | FinalParameters | Parameter value should be final. | 76 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 52 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 63 |
![]() |
misc | FinalParameters | Parameter value should be final. | 76 |
![]() |
blocks | LeftCurly | '{' at column 49 should be on a new line. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 48 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 59 |
![]() |
misc | FinalParameters | Parameter value should be final. | 72 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 128 characters (found 141). | 34 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 153). | 35 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 143). | 36 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 139). | 37 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 141). | 38 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 139). | 39 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 137). | 40 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 145). | 41 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 145). | 42 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 147). | 43 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 143). | 44 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 141). | 45 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 155). | 46 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 139). | 47 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
design | VisibilityModifier | Variable 'stringOrACCELERATIONOrBOOLEAN' must be private and have accessor methods. | 85 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 122 |
![]() |
blocks | LeftCurly | '{' at column 67 should be on a new line. | 123 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 124 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 52 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 63 |
![]() |
misc | FinalParameters | Parameter value should be final. | 76 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 48 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 59 |
![]() |
misc | FinalParameters | Parameter value should be final. | 72 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 128 characters (found 151). | 86 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 132 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 133 |
![]() |
design | VisibilityModifier | Variable 'category' must be private and have accessor methods. | 135 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 136 |
![]() |
design | VisibilityModifier | Variable 'headwaygtutype' must be private and have accessor methods. | 138 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 139 |
![]() |
design | VisibilityModifier | Variable 'mental' must be private and have accessor methods. | 141 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 165 |
![]() |
blocks | LeftCurly | '{' at column 56 should be on a new line. | 166 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 167 |
![]() |
blocks | LeftCurly | '{' at column 62 should be on a new line. | 182 |
![]() |
misc | FinalParameters | Parameter value should be final. | 195 |
![]() |
blocks | LeftCurly | '{' at column 72 should be on a new line. | 195 |
![]() |
blocks | LeftCurly | '{' at column 46 should be on a new line. | 208 |
![]() |
misc | FinalParameters | Parameter value should be final. | 221 |
![]() |
blocks | LeftCurly | '{' at column 56 should be on a new line. | 221 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 251 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 310 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 311 |
![]() |
design | VisibilityModifier | Variable 'wrap' must be private and have accessor methods. | 313 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 314 |
![]() |
design | VisibilityModifier | Variable 'perceived' must be private and have accessor methods. | 316 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 327 |
![]() |
misc | FinalParameters | Parameter value should be final. | 340 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 340 |
![]() |
blocks | LeftCurly | '{' at column 71 should be on a new line. | 353 |
![]() |
misc | FinalParameters | Parameter value should be final. | 366 |
![]() |
blocks | LeftCurly | '{' at column 81 should be on a new line. | 366 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 414 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 415 |
![]() |
design | VisibilityModifier | Variable 'estimation' must be private and have accessor methods. | 417 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 418 |
![]() |
design | VisibilityModifier | Variable 'anticipation' must be private and have accessor methods. | 420 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 431 |
![]() |
misc | FinalParameters | Parameter value should be final. | 444 |
![]() |
blocks | LeftCurly | '{' at column 53 should be on a new line. | 444 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 457 |
![]() |
misc | FinalParameters | Parameter value should be final. | 470 |
![]() |
blocks | LeftCurly | '{' at column 55 should be on a new line. | 470 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 145). | 494 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 533 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 534 |
![]() |
design | VisibilityModifier | Variable 'fuller' must be private and have accessor methods. | 536 |
![]() |
blocks | LeftCurly | '{' at column 57 should be on a new line. | 547 |
![]() |
misc | FinalParameters | Parameter value should be final. | 560 |
![]() |
blocks | LeftCurly | '{' at column 67 should be on a new line. | 560 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 139). | 575 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 611 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 612 |
![]() |
design | VisibilityModifier | Variable 'task' must be private and have accessor methods. | 615 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 616 |
![]() |
design | VisibilityModifier | Variable 'behavioraladaptation' must be private and have accessor methods. | 618 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 619 |
![]() |
design | VisibilityModifier | Variable 'taskmanager' must be private and have accessor methods. | 621 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 645 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 646 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 647 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 675 |
![]() |
blocks | LeftCurly | '{' at column 102 should be on a new line. | 676 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 677 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 692 |
![]() |
misc | FinalParameters | Parameter value should be final. | 705 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 705 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 735 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'positionunit' must be private and have accessor methods. | 48 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 59 |
![]() |
misc | FinalParameters | Parameter value should be final. | 72 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | LeftCurly | '{' at column 23 should be on a new line. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
misc | FinalParameters | Parameter v should be final. | 43 |
![]() |
blocks | LeftCurly | '{' at column 25 should be on a new line. | 43 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 47 |
![]() |
misc | FinalParameters | Parameter v should be final. | 51 |
![]() |
blocks | LeftCurly | '{' at column 49 should be on a new line. | 51 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 52 |
![]() |
blocks | LeftCurly | '{' at column 36 should be on a new line. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
design | VisibilityModifier | Variable 'replication' must be private and have accessor methods. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 71 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 95 |
![]() |
blocks | LeftCurly | '{' at column 60 should be on a new line. | 96 |
![]() |
blocks | LeftCurly | '{' at column 34 should be on a new line. | 97 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 112 |
![]() |
misc | FinalParameters | Parameter value should be final. | 125 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 125 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 156 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 157 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 160 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 161 |
![]() |
design | VisibilityModifier | Variable 'seed' must be private and have accessor methods. | 163 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 174 |
![]() |
misc | FinalParameters | Parameter value should be final. | 187 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 187 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 200 |
![]() |
misc | FinalParameters | Parameter value should be final. | 213 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 213 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
design | VisibilityModifier | Variable 'randomstream' must be private and have accessor methods. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 62 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 86 |
![]() |
blocks | LeftCurly | '{' at column 49 should be on a new line. | 87 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 88 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 103 |
![]() |
misc | FinalParameters | Parameter value should be final. | 116 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 116 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 128 characters (found 129). | 48 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 129). | 76 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 111 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 112 |
![]() |
design | VisibilityModifier | Variable 'sensor' must be private and have accessor methods. | 114 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 138 |
![]() |
blocks | LeftCurly | '{' at column 59 should be on a new line. | 139 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 140 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 219 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 220 |
![]() |
design | VisibilityModifier | Variable 'multiplelane' must be private and have accessor methods. | 222 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 223 |
![]() |
design | VisibilityModifier | Variable 'singlelane' must be private and have accessor methods. | 225 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 226 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 228 |
![]() |
blocks | LeftCurly | '{' at column 76 should be on a new line. | 239 |
![]() |
misc | FinalParameters | Parameter value should be final. | 252 |
![]() |
blocks | LeftCurly | '{' at column 86 should be on a new line. | 252 |
![]() |
blocks | LeftCurly | '{' at column 72 should be on a new line. | 265 |
![]() |
misc | FinalParameters | Parameter value should be final. | 278 |
![]() |
blocks | LeftCurly | '{' at column 82 should be on a new line. | 278 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 291 |
![]() |
misc | FinalParameters | Parameter value should be final. | 304 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 304 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 361 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 362 |
![]() |
design | VisibilityModifier | Variable 'entrylink' must be private and have accessor methods. | 364 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 365 |
![]() |
design | VisibilityModifier | Variable 'entrylane' must be private and have accessor methods. | 367 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 368 |
![]() |
design | VisibilityModifier | Variable 'entryposition' must be private and have accessor methods. | 371 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 372 |
![]() |
design | VisibilityModifier | Variable 'intermediatelanes' must be private and have accessor methods. | 374 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 375 |
![]() |
design | VisibilityModifier | Variable 'exitlink' must be private and have accessor methods. | 377 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 378 |
![]() |
design | VisibilityModifier | Variable 'exitlane' must be private and have accessor methods. | 380 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 381 |
![]() |
design | VisibilityModifier | Variable 'exitposition' must be private and have accessor methods. | 384 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 395 |
![]() |
misc | FinalParameters | Parameter value should be final. | 408 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 408 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 421 |
![]() |
misc | FinalParameters | Parameter value should be final. | 434 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 434 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 447 |
![]() |
misc | FinalParameters | Parameter value should be final. | 460 |
![]() |
blocks | LeftCurly | '{' at column 64 should be on a new line. | 460 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 486 |
![]() |
blocks | LeftCurly | '{' at column 109 should be on a new line. | 487 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 488 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 503 |
![]() |
misc | FinalParameters | Parameter value should be final. | 516 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 516 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 529 |
![]() |
misc | FinalParameters | Parameter value should be final. | 542 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 542 |
![]() |
blocks | LeftCurly | '{' at column 53 should be on a new line. | 555 |
![]() |
misc | FinalParameters | Parameter value should be final. | 568 |
![]() |
blocks | LeftCurly | '{' at column 63 should be on a new line. | 568 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 604 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 605 |
![]() |
design | VisibilityModifier | Variable 'link' must be private and have accessor methods. | 607 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 608 |
![]() |
design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 610 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 621 |
![]() |
misc | FinalParameters | Parameter value should be final. | 634 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 634 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 647 |
![]() |
misc | FinalParameters | Parameter value should be final. | 660 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 660 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 704 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 705 |
![]() |
design | VisibilityModifier | Variable 'link' must be private and have accessor methods. | 707 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 708 |
![]() |
design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 710 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 711 |
![]() |
design | VisibilityModifier | Variable 'entryposition' must be private and have accessor methods. | 714 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 715 |
![]() |
design | VisibilityModifier | Variable 'exitposition' must be private and have accessor methods. | 718 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 729 |
![]() |
misc | FinalParameters | Parameter value should be final. | 742 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 742 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 755 |
![]() |
misc | FinalParameters | Parameter value should be final. | 768 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 768 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 781 |
![]() |
misc | FinalParameters | Parameter value should be final. | 794 |
![]() |
blocks | LeftCurly | '{' at column 64 should be on a new line. | 794 |
![]() |
blocks | LeftCurly | '{' at column 53 should be on a new line. | 807 |
![]() |
misc | FinalParameters | Parameter value should be final. | 820 |
![]() |
blocks | LeftCurly | '{' at column 63 should be on a new line. | 820 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
design | VisibilityModifier | Variable 'linktype' must be private and have accessor methods. | 54 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 65 |
![]() |
misc | FinalParameters | Parameter value should be final. | 78 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 78 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 91 |
![]() |
misc | FinalParameters | Parameter value should be final. | 104 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
design | VisibilityModifier | Variable 'shoulderOrLANEOrSTRIPE' must be private and have accessor methods. | 103 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 106 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 133 |
![]() |
blocks | LeftCurly | '{' at column 59 should be on a new line. | 134 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 135 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 150 |
![]() |
misc | FinalParameters | Parameter value should be final. | 163 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 163 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 193 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 194 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 196 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 197 |
![]() |
design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 200 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 211 |
![]() |
misc | FinalParameters | Parameter value should be final. | 224 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 224 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 237 |
![]() |
misc | FinalParameters | Parameter value should be final. | 250 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 250 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 282 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 283 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 285 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 286 |
![]() |
design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 289 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 300 |
![]() |
misc | FinalParameters | Parameter value should be final. | 313 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 313 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 326 |
![]() |
misc | FinalParameters | Parameter value should be final. | 339 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 339 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 371 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 372 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 374 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 375 |
![]() |
design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 378 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 389 |
![]() |
misc | FinalParameters | Parameter value should be final. | 402 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 402 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 415 |
![]() |
misc | FinalParameters | Parameter value should be final. | 428 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 428 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 460 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 461 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 463 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 464 |
![]() |
design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 467 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 478 |
![]() |
misc | FinalParameters | Parameter value should be final. | 491 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 491 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 504 |
![]() |
misc | FinalParameters | Parameter value should be final. | 517 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 517 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
design | VisibilityModifier | Variable 'roadlayout' must be private and have accessor methods. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 61 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 85 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 86 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 87 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 102 |
![]() |
misc | FinalParameters | Parameter value should be final. | 115 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
design | VisibilityModifier | Variable 'node' must be private and have accessor methods. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 78 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 102 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 103 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 104 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 119 |
![]() |
misc | FinalParameters | Parameter value should be final. | 132 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 132 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 145 |
![]() |
misc | FinalParameters | Parameter value should be final. | 158 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 158 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 171 |
![]() |
misc | FinalParameters | Parameter value should be final. | 184 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 184 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 214 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 215 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 217 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 228 |
![]() |
misc | FinalParameters | Parameter value should be final. | 241 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 241 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
design | VisibilityModifier | Variable 'route' must be private and have accessor methods. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
design | VisibilityModifier | Variable 'randomstream' must be private and have accessor methods. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 83 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 107 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 108 |
![]() |
blocks | LeftCurly | '{' at column 28 should be on a new line. | 109 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 124 |
![]() |
misc | FinalParameters | Parameter value should be final. | 137 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 137 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 150 |
![]() |
misc | FinalParameters | Parameter value should be final. | 163 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 163 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 176 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 177 |
![]() |
blocks | RightCurly | '}' at column 9 should be alone on a line. | 179 |
![]() |
blocks | LeftCurly | '{' at column 16 should be on a new line. | 179 |
![]() |
misc | FinalParameters | Parameter value should be final. | 193 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 193 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 206 |
![]() |
misc | FinalParameters | Parameter value should be final. | 219 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 219 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 250 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 251 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 253 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 254 |
![]() |
design | VisibilityModifier | Variable 'weight' must be private and have accessor methods. | 256 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 267 |
![]() |
misc | FinalParameters | Parameter value should be final. | 280 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 280 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 288 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 289 |
![]() |
misc | FinalParameters | Parameter value should be final. | 298 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 298 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 298 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
design | VisibilityModifier | Variable 'starttime' must be private and have accessor methods. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
design | VisibilityModifier | Variable 'warmupperiod' must be private and have accessor methods. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
design | VisibilityModifier | Variable 'runlength' must be private and have accessor methods. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
design | VisibilityModifier | Variable 'numberreplications' must be private and have accessor methods. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
design | VisibilityModifier | Variable 'randomstreams' must be private and have accessor methods. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 89 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 100 |
![]() |
misc | FinalParameters | Parameter value should be final. | 113 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 113 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 126 |
![]() |
misc | FinalParameters | Parameter value should be final. | 139 |
![]() |
blocks | LeftCurly | '{' at column 49 should be on a new line. | 139 |
![]() |
blocks | LeftCurly | '{' at column 36 should be on a new line. | 152 |
![]() |
misc | FinalParameters | Parameter value should be final. | 165 |
![]() |
blocks | LeftCurly | '{' at column 46 should be on a new line. | 165 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 178 |
![]() |
misc | FinalParameters | Parameter value should be final. | 191 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 191 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 204 |
![]() |
misc | FinalParameters | Parameter value should be final. | 217 |
![]() |
blocks | LeftCurly | '{' at column 55 should be on a new line. | 217 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 230 |
![]() |
misc | FinalParameters | Parameter value should be final. | 243 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 243 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 128 characters (found 129). | 40 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 131). | 57 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 148). | 86 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 110 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 111 |
![]() |
design | VisibilityModifier | Variable 'inputparameters' must be private and have accessor methods. | 113 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 114 |
![]() |
design | VisibilityModifier | Variable 'od' must be private and have accessor methods. | 116 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 117 |
![]() |
design | VisibilityModifier | Variable 'control' must be private and have accessor methods. | 119 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 120 |
![]() |
design | VisibilityModifier | Variable 'modelidreferral' must be private and have accessor methods. | 122 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 123 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 125 |
![]() |
blocks | LeftCurly | '{' at column 58 should be on a new line. | 136 |
![]() |
misc | FinalParameters | Parameter value should be final. | 149 |
![]() |
blocks | LeftCurly | '{' at column 68 should be on a new line. | 149 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 175 |
![]() |
blocks | LeftCurly | '{' at column 38 should be on a new line. | 176 |
![]() |
blocks | LeftCurly | '{' at column 25 should be on a new line. | 177 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 205 |
![]() |
blocks | LeftCurly | '{' at column 48 should be on a new line. | 206 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 207 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 235 |
![]() |
blocks | LeftCurly | '{' at column 59 should be on a new line. | 236 |
![]() |
blocks | LeftCurly | '{' at column 38 should be on a new line. | 237 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 252 |
![]() |
misc | FinalParameters | Parameter value should be final. | 265 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 265 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 295 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 296 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 298 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 309 |
![]() |
misc | FinalParameters | Parameter value should be final. | 322 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 322 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 381 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 382 |
![]() |
design | VisibilityModifier | Variable 'accelerationOrACCELERATIONDISTOrBOOLEAN' must be private and have accessor methods. | 409 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 456 |
![]() |
blocks | LeftCurly | '{' at column 80 should be on a new line. | 457 |
![]() |
blocks | LeftCurly | '{' at column 66 should be on a new line. | 458 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 492 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 493 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 495 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 506 |
![]() |
misc | FinalParameters | Parameter value should be final. | 519 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 519 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
design | VisibilityModifier | Variable 'from' must be private and have accessor methods. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
![]() |
design | VisibilityModifier | Variable 'to' must be private and have accessor methods. | 99 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
![]() |
design | VisibilityModifier | Variable 'via' must be private and have accessor methods. | 102 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 139). | 104 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 134). | 105 |
![]() |
design | VisibilityModifier | Variable 'distancecostOrTIMECOST' must be private and have accessor methods. | 108 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 109 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 111 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 112 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 114 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 115 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 118 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 129 |
![]() |
misc | FinalParameters | Parameter value should be final. | 142 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 142 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 155 |
![]() |
misc | FinalParameters | Parameter value should be final. | 168 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 168 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 194 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 195 |
![]() |
blocks | LeftCurly | '{' at column 26 should be on a new line. | 196 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 225 |
![]() |
blocks | LeftCurly | '{' at column 66 should be on a new line. | 226 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 227 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 242 |
![]() |
misc | FinalParameters | Parameter value should be final. | 255 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 255 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 268 |
![]() |
misc | FinalParameters | Parameter value should be final. | 281 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 281 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 294 |
![]() |
misc | FinalParameters | Parameter value should be final. | 307 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 307 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 337 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 338 |
![]() |
design | VisibilityModifier | Variable 'node' must be private and have accessor methods. | 340 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 351 |
![]() |
misc | FinalParameters | Parameter value should be final. | 364 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 364 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 396 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 397 |
![]() |
design | VisibilityModifier | Variable 'node' must be private and have accessor methods. | 399 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 410 |
![]() |
misc | FinalParameters | Parameter value should be final. | 423 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 423 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 455 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 456 |
![]() |
design | VisibilityModifier | Variable 'node' must be private and have accessor methods. | 458 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 469 |
![]() |
misc | FinalParameters | Parameter value should be final. | 482 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 482 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
design | VisibilityModifier | Variable 'shortestroute' must be private and have accessor methods. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
design | VisibilityModifier | Variable 'randomstream' must be private and have accessor methods. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 83 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 107 |
![]() |
blocks | LeftCurly | '{' at column 68 should be on a new line. | 108 |
![]() |
blocks | LeftCurly | '{' at column 36 should be on a new line. | 109 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 124 |
![]() |
misc | FinalParameters | Parameter value should be final. | 137 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 137 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 150 |
![]() |
misc | FinalParameters | Parameter value should be final. | 163 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 163 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 176 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 177 |
![]() |
blocks | RightCurly | '}' at column 9 should be alone on a line. | 179 |
![]() |
blocks | LeftCurly | '{' at column 16 should be on a new line. | 179 |
![]() |
misc | FinalParameters | Parameter value should be final. | 193 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 193 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 206 |
![]() |
misc | FinalParameters | Parameter value should be final. | 219 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 219 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 250 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 251 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 253 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 254 |
![]() |
design | VisibilityModifier | Variable 'weight' must be private and have accessor methods. | 256 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 267 |
![]() |
misc | FinalParameters | Parameter value should be final. | 280 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 280 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 288 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 289 |
![]() |
misc | FinalParameters | Parameter value should be final. | 298 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 298 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 298 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
design | VisibilityModifier | Variable 'link' must be private and have accessor methods. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
design | VisibilityModifier | Variable 'direction' must be private and have accessor methods. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
design | VisibilityModifier | Variable 'position' must be private and have accessor methods. | 65 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 76 |
![]() |
misc | FinalParameters | Parameter value should be final. | 89 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 89 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 102 |
![]() |
misc | FinalParameters | Parameter value should be final. | 115 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 115 |
![]() |
blocks | LeftCurly | '{' at column 34 should be on a new line. | 128 |
![]() |
misc | FinalParameters | Parameter value should be final. | 141 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 141 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 154 |
![]() |
misc | FinalParameters | Parameter value should be final. | 167 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 167 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'speedunit' must be private and have accessor methods. | 52 |
![]() |
blocks | LeftCurly | '{' at column 34 should be on a new line. | 63 |
![]() |
misc | FinalParameters | Parameter value should be final. | 76 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
design | VisibilityModifier | Variable 'gtutype' must be private and have accessor methods. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'legalspeedlimit' must be private and have accessor methods. | 57 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 68 |
![]() |
misc | FinalParameters | Parameter value should be final. | 81 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 81 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 94 |
![]() |
misc | FinalParameters | Parameter value should be final. | 107 |
![]() |
blocks | LeftCurly | '{' at column 49 should be on a new line. | 107 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 57 |
![]() |
blocks | LeftCurly | '{' at column 28 should be on a new line. | 68 |
![]() |
misc | FinalParameters | Parameter value should be final. | 81 |
![]() |
coding | HiddenField | 'value' hides a field. | 81 |
![]() |
blocks | LeftCurly | '{' at column 38 should be on a new line. | 81 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 94 |
![]() |
misc | FinalParameters | Parameter value should be final. | 107 |
![]() |
coding | HiddenField | 'value' hides a field. | 107 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 107 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'timeunit' must be private and have accessor methods. | 48 |
![]() |
blocks | LeftCurly | '{' at column 33 should be on a new line. | 59 |
![]() |
misc | FinalParameters | Parameter value should be final. | 72 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
design | VisibilityModifier | Variable 'space' must be private and have accessor methods. | 56 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 67 |
![]() |
misc | FinalParameters | Parameter value should be final. | 80 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 80 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 93 |
![]() |
blocks | LeftCurly | '{' at column 28 should be on a new line. | 94 |
![]() |
blocks | RightCurly | '}' at column 9 should be alone on a line. | 96 |
![]() |
blocks | LeftCurly | '{' at column 16 should be on a new line. | 96 |
![]() |
misc | FinalParameters | Parameter value should be final. | 110 |
![]() |
coding | HiddenField | 'value' hides a field. | 110 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
design | VisibilityModifier | Variable 'position' must be private and have accessor methods. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
design | VisibilityModifier | Variable 'length' must be private and have accessor methods. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
naming | MemberName | Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
design | VisibilityModifier | Variable '_class' must be private and have accessor methods. | 72 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 83 |
![]() |
misc | FinalParameters | Parameter value should be final. | 96 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 96 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 109 |
![]() |
misc | FinalParameters | Parameter value should be final. | 122 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 122 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 135 |
![]() |
misc | FinalParameters | Parameter value should be final. | 148 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 148 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 161 |
![]() |
misc | FinalParameters | Parameter value should be final. | 174 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 174 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 187 |
![]() |
misc | FinalParameters | Parameter value should be final. | 200 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 200 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
design | VisibilityModifier | Variable 'position' must be private and have accessor methods. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
naming | MemberName | Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
design | VisibilityModifier | Variable '_class' must be private and have accessor methods. | 65 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 76 |
![]() |
misc | FinalParameters | Parameter value should be final. | 89 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 89 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 102 |
![]() |
misc | FinalParameters | Parameter value should be final. | 115 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 115 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 128 |
![]() |
misc | FinalParameters | Parameter value should be final. | 141 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 141 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 154 |
![]() |
misc | FinalParameters | Parameter value should be final. | 167 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 167 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 128 characters (found 153). | 8 |
![]() |
javadoc | JavadocStyle | Missing a Javadoc comment. | 9 |