Checkstyle Results
The following document contains the results of Checkstyle 10.15.0 with /config/dsol-checks.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 225 | 156 | 4325 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly
|
1515 | |
| NeedBraces | 11 | ||
RightCurly
|
19 | ||
| coding | HiddenField
|
34 | |
| design | FinalClass | 2 | |
| HideUtilityClassConstructor | 2 | ||
| VisibilityModifier | 616 | ||
| javadoc | JavadocMethod | 313 | |
| JavadocStyle | 237 | ||
| JavadocVariable | 632 | ||
| misc | FinalParameters | 545 | |
NewlineAtEndOfFile
|
110 | ||
| TodoComment | 14 | ||
| modifier | ModifierOrder | 236 | |
| RedundantModifier | 7 | ||
| naming | ConstantName | 11 | |
| MemberName | 18 | ||
| sizes | FileLength | 3 | |
LineLength
|
145 | ||
| MethodLength | 4 | ||
| ParameterNumber | 7 |
Details
org/opentrafficsim/road/network/factory/xml/parser/ControlParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method parseControl length is 158 lines (max allowed is 150). | 80 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 131 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 143 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 162 |
org/opentrafficsim/road/network/factory/xml/parser/DemandParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method parseGenerators length is 174 lines (max allowed is 150). | 381 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 381 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 602 | |
| javadoc | JavadocMethod | Expected @param tag for '<U>'. | 602 |
org/opentrafficsim/road/network/factory/xml/parser/ModelParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class ModelParser should be declared as final. | 135 | |
| sizes | MethodLength | Method parseParameters length is 156 lines (max allowed is 150). | 156 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 532 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 533 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 856 | |
| sizes | MethodLength | Method parsePerception length is 191 lines (max allowed is 150). | 872 | |
| javadoc | JavadocMethod | Expected @param tag for '<G>'. | 873 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 999 |
org/opentrafficsim/road/network/factory/xml/parser/NetworkParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 8). | 187 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 319 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 348 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 501 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 565 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 567 |
org/opentrafficsim/road/network/factory/xml/parser/OdParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 9). | 106 | |
| sizes | ParameterNumber | More than 7 parameters (found 11). | 420 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 538 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 550 |
org/opentrafficsim/road/network/factory/xml/parser/RunParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 104 |
org/opentrafficsim/road/network/factory/xml/parser/ScenarioParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 229 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 255 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 281 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 323 | |
| coding | HiddenField | 'scenario' hides a field. | 332 |
org/opentrafficsim/road/network/factory/xml/parser/XmlParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'stream' hides a field. | 136 | |
| coding | HiddenField | 'scenario' hides a field. | 148 | |
| coding | HiddenField | 'parseConflicts' hides a field. | 159 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 289 | |
| design | FinalClass | Class DefaultsResolver should be declared as final. | 329 |
org/opentrafficsim/road/network/factory/xml/utils/ParseDistribution.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for '<U>'. | 63 |
org/opentrafficsim/road/network/factory/xml/utils/ParseUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 102 |
org/opentrafficsim/road/network/factory/xml/utils/RoadLayoutOffsets.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 264 |
org/opentrafficsim/xml/bindings/ColorAdapter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 38 |
org/opentrafficsim/xml/bindings/PositiveDurationAdapter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 129). | 31 |
org/opentrafficsim/xml/bindings/StripeTypeAdapter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 22 |
org/opentrafficsim/xml/bindings/types/ArcDirectionType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 131). | 37 |
org/opentrafficsim/xml/bindings/types/EncodingType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 131). | 37 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 42 |
org/opentrafficsim/xml/bindings/types/GraphicsTypeType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'static' modifier. | 43 |
org/opentrafficsim/xml/bindings/types/GtuPositionType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 13 |
org/opentrafficsim/xml/bindings/types/LengthBeginEndType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 146 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 153 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 155 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 159 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 162 |
org/opentrafficsim/xml/generated/AccelerationDistType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| sizes | LineLength | Line is longer than 128 characters (found 130). | 32 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'accelerationUnit' 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 |
org/opentrafficsim/xml/generated/Animation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| 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 145). | 37 | |
| sizes | LineLength | Line is longer than 128 characters (found 135). | 38 | |
| sizes | LineLength | Line is longer than 128 characters (found 134). | 39 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| design | VisibilityModifier | Variable 'gtuColorers' must be private and have accessor methods. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | VisibilityModifier | Variable 'defaults' must be private and have accessor methods. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| design | VisibilityModifier | Variable 'linkType' must be private and have accessor methods. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| design | VisibilityModifier | Variable 'laneType' must be private and have accessor methods. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | VisibilityModifier | Variable 'roadLayout' must be private and have accessor methods. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| design | VisibilityModifier | Variable 'connector' must be private and have accessor methods. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| design | VisibilityModifier | Variable 'link' must be private and have accessor methods. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| design | VisibilityModifier | Variable 'layer' must be private and have accessor methods. | 90 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 101 | |
| misc | FinalParameters | Parameter value should be final. | 114 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 114 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 127 | |
| misc | FinalParameters | Parameter value should be final. | 140 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 140 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 166 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 167 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 168 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 196 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 197 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 198 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 226 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 227 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 228 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 256 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 257 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 258 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 286 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 287 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 288 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 316 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 317 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 318 |
org/opentrafficsim/xml/generated/BasicRoadLayout.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| sizes | LineLength | Line is longer than 128 characters (found 131). | 38 | |
| sizes | LineLength | Line is longer than 128 characters (found 135). | 40 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| design | VisibilityModifier | Variable 'stripeOrLaneOrShoulder' must be private and have accessor methods. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| design | VisibilityModifier | Variable 'speedLimit' must be private and have accessor methods. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| design | VisibilityModifier | Variable 'laneKeeping' must be private and have accessor methods. | 81 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 107 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 108 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 109 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 137 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 138 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 139 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 154 | |
| misc | FinalParameters | Parameter value should be final. | 167 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 167 |
org/opentrafficsim/xml/generated/CarFollowingModelHeadwaySpeedType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| sizes | LineLength | Line is longer than 128 characters (found 134). | 29 | |
| sizes | LineLength | Line is longer than 128 characters (found 130). | 30 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| design | VisibilityModifier | Variable 'desiredHeadwayModel' must be private and have accessor methods. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| design | VisibilityModifier | Variable 'desiredSpeedModel' must be private and have accessor methods. | 56 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 67 | |
| misc | FinalParameters | Parameter value should be final. | 80 | |
| blocks | LeftCurly | '{' at column 71 should be on a new line. | 80 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 93 | |
| misc | FinalParameters | Parameter value should be final. | 106 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 106 |
org/opentrafficsim/xml/generated/CarFollowingModelType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| 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 |
org/opentrafficsim/xml/generated/CategoryType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'lane' 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 'gtuType' must be private and have accessor methods. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | VisibilityModifier | Variable 'route' must be private and have accessor methods. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| design | VisibilityModifier | Variable 'factor' must be private and have accessor methods. | 76 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 87 | |
| misc | FinalParameters | Parameter value should be final. | 100 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 100 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 113 | |
| misc | FinalParameters | Parameter value should be final. | 126 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 126 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 139 | |
| misc | FinalParameters | Parameter value should be final. | 152 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 152 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 165 | |
| misc | FinalParameters | Parameter value should be final. | 178 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 178 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 191 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 192 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 194 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 194 | |
| misc | FinalParameters | Parameter value should be final. | 208 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 208 |
org/opentrafficsim/xml/generated/Centroid.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| 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 'coordinate' 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 40 should be on a new line. | 94 | |
| misc | FinalParameters | Parameter value should be final. | 107 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 107 |
org/opentrafficsim/xml/generated/Compatibility.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'gtuType' must be private and have accessor methods. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| design | VisibilityModifier | Variable 'compatible' 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 40 should be on a new line. | 97 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 98 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 100 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 100 | |
| misc | FinalParameters | Parameter value should be final. | 114 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 114 |
org/opentrafficsim/xml/generated/Connector.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 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 'type' must be private and have accessor methods. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'centroid' must be private and have accessor methods. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | VisibilityModifier | Variable 'node' must be private and have accessor methods. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| design | VisibilityModifier | Variable 'outbound' must be private and have accessor methods. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| design | VisibilityModifier | Variable 'demandWeight' must be private and have accessor methods. | 81 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 92 | |
| misc | FinalParameters | Parameter value should be final. | 105 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 105 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 118 | |
| misc | FinalParameters | Parameter value should be final. | 131 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 131 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 144 | |
| misc | FinalParameters | Parameter value should be final. | 157 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 157 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 170 | |
| misc | FinalParameters | Parameter value should be final. | 183 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 183 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 196 | |
| misc | FinalParameters | Parameter value should be final. | 209 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 209 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 222 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 223 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 225 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 225 | |
| misc | FinalParameters | Parameter value should be final. | 239 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 239 |
org/opentrafficsim/xml/generated/ConnectorAnimationType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'width' must be private and have accessor methods. | 69 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 80 | |
| misc | FinalParameters | Parameter value should be final. | 93 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 93 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 106 | |
| misc | FinalParameters | Parameter value should be final. | 119 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 119 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 132 | |
| misc | FinalParameters | Parameter value should be final. | 145 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 145 |
org/opentrafficsim/xml/generated/ConstantDistType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| sizes | FileLength | File length is 2,061 lines (max allowed is 2,000). | 1 | |
| sizes | LineLength | Line is longer than 128 characters (found 134). | 72 | |
| sizes | LineLength | Line is longer than 128 characters (found 134). | 82 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 226 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 227 | |
| design | VisibilityModifier | Variable 'constant' must be private and have accessor methods. | 229 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 230 | |
| design | VisibilityModifier | Variable 'exponential' must be private and have accessor methods. | 232 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 233 | |
| design | VisibilityModifier | Variable 'triangular' must be private and have accessor methods. | 235 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 236 | |
| design | VisibilityModifier | Variable 'normal' must be private and have accessor methods. | 238 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 239 | |
| design | VisibilityModifier | Variable 'normalTrunc' must be private and have accessor methods. | 241 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 242 | |
| design | VisibilityModifier | Variable 'beta' must be private and have accessor methods. | 244 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 245 | |
| design | VisibilityModifier | Variable 'erlang' must be private and have accessor methods. | 247 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 248 | |
| design | VisibilityModifier | Variable 'gamma' must be private and have accessor methods. | 250 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 251 | |
| design | VisibilityModifier | Variable 'logNormal' must be private and have accessor methods. | 253 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 254 | |
| design | VisibilityModifier | Variable 'logNormalTrunc' must be private and have accessor methods. | 256 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 257 | |
| design | VisibilityModifier | Variable 'pearson5' must be private and have accessor methods. | 259 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 260 | |
| design | VisibilityModifier | Variable 'pearson6' must be private and have accessor methods. | 262 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 263 | |
| design | VisibilityModifier | Variable 'uniform' must be private and have accessor methods. | 265 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 266 | |
| design | VisibilityModifier | Variable 'weibull' must be private and have accessor methods. | 268 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 269 | |
| design | VisibilityModifier | Variable 'randomStream' must be private and have accessor methods. | 271 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 282 | |
| misc | FinalParameters | Parameter value should be final. | 295 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 295 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 308 | |
| misc | FinalParameters | Parameter value should be final. | 321 | |
| blocks | LeftCurly | '{' at column 68 should be on a new line. | 321 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 334 | |
| misc | FinalParameters | Parameter value should be final. | 347 | |
| blocks | LeftCurly | '{' at column 66 should be on a new line. | 347 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 360 | |
| misc | FinalParameters | Parameter value should be final. | 373 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 373 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 386 | |
| misc | FinalParameters | Parameter value should be final. | 399 | |
| blocks | LeftCurly | '{' at column 68 should be on a new line. | 399 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 412 | |
| misc | FinalParameters | Parameter value should be final. | 425 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 425 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 438 | |
| misc | FinalParameters | Parameter value should be final. | 451 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 451 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 464 | |
| misc | FinalParameters | Parameter value should be final. | 477 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 477 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 490 | |
| misc | FinalParameters | Parameter value should be final. | 503 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 503 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 516 | |
| misc | FinalParameters | Parameter value should be final. | 529 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 529 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 542 | |
| misc | FinalParameters | Parameter value should be final. | 555 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 555 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 568 | |
| misc | FinalParameters | Parameter value should be final. | 581 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 581 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 594 | |
| misc | FinalParameters | Parameter value should be final. | 607 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 607 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 620 | |
| misc | FinalParameters | Parameter value should be final. | 633 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 633 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 646 | |
| misc | FinalParameters | Parameter value should be final. | 659 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 659 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 690 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 691 | |
| design | VisibilityModifier | Variable 'alpha1' must be private and have accessor methods. | 694 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 695 | |
| design | VisibilityModifier | Variable 'alpha2' must be private and have accessor methods. | 698 | |
| blocks | LeftCurly | '{' at column 77 should be on a new line. | 709 | |
| misc | FinalParameters | Parameter value should be final. | 722 | |
| blocks | LeftCurly | '{' at column 87 should be on a new line. | 722 | |
| blocks | LeftCurly | '{' at column 77 should be on a new line. | 735 | |
| misc | FinalParameters | Parameter value should be final. | 748 | |
| blocks | LeftCurly | '{' at column 87 should be on a new line. | 748 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 780 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 781 | |
| design | VisibilityModifier | Variable 'c' must be private and have accessor methods. | 784 | |
| blocks | LeftCurly | '{' at column 72 should be on a new line. | 795 | |
| misc | FinalParameters | Parameter value should be final. | 808 | |
| blocks | LeftCurly | '{' at column 82 should be on a new line. | 808 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 841 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 842 | |
| design | VisibilityModifier | Variable 'mean' must be private and have accessor methods. | 845 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 846 | |
| design | VisibilityModifier | Variable 'k' must be private and have accessor methods. | 849 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 860 | |
| misc | FinalParameters | Parameter value should be final. | 873 | |
| blocks | LeftCurly | '{' at column 85 should be on a new line. | 873 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 886 | |
| misc | FinalParameters | Parameter value should be final. | 899 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 899 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 931 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 932 | |
| design | VisibilityModifier | Variable 'lambda' must be private and have accessor methods. | 935 | |
| blocks | LeftCurly | '{' at column 77 should be on a new line. | 946 | |
| misc | FinalParameters | Parameter value should be final. | 959 | |
| blocks | LeftCurly | '{' at column 87 should be on a new line. | 959 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 992 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 993 | |
| design | VisibilityModifier | Variable 'alpha' must be private and have accessor methods. | 996 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 997 | |
| design | VisibilityModifier | Variable 'beta' must be private and have accessor methods. | 1000 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 1011 | |
| misc | FinalParameters | Parameter value should be final. | 1024 | |
| blocks | LeftCurly | '{' at column 86 should be on a new line. | 1024 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 1037 | |
| misc | FinalParameters | Parameter value should be final. | 1050 | |
| blocks | LeftCurly | '{' at column 85 should be on a new line. | 1050 | |
| 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. | 1087 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1088 | |
| design | VisibilityModifier | Variable 'sigma' must be private and have accessor methods. | 1091 | |
| blocks | LeftCurly | '{' at column 73 should be on a new line. | 1102 | |
| misc | FinalParameters | Parameter value should be final. | 1115 | |
| blocks | LeftCurly | '{' at column 83 should be on a new line. | 1115 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 1128 | |
| misc | FinalParameters | Parameter value should be final. | 1141 | |
| blocks | LeftCurly | '{' at column 86 should be on a new line. | 1141 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1176 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1177 | |
| design | VisibilityModifier | Variable 'mu' must be private and have accessor methods. | 1180 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1181 | |
| design | VisibilityModifier | Variable 'sigma' must be private and have accessor methods. | 1184 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1185 | |
| design | VisibilityModifier | Variable 'min' must be private and have accessor methods. | 1188 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1189 | |
| design | VisibilityModifier | Variable 'max' must be private and have accessor methods. | 1192 | |
| blocks | LeftCurly | '{' at column 73 should be on a new line. | 1203 | |
| misc | FinalParameters | Parameter value should be final. | 1216 | |
| blocks | LeftCurly | '{' at column 83 should be on a new line. | 1216 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 1229 | |
| misc | FinalParameters | Parameter value should be final. | 1242 | |
| blocks | LeftCurly | '{' at column 86 should be on a new line. | 1242 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 1255 | |
| misc | FinalParameters | Parameter value should be final. | 1268 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 1268 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 1281 | |
| misc | FinalParameters | Parameter value should be final. | 1294 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 1294 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1327 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1328 | |
| design | VisibilityModifier | Variable 'mu' must be private and have accessor methods. | 1331 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1332 | |
| design | VisibilityModifier | Variable 'sigma' must be private and have accessor methods. | 1335 | |
| blocks | LeftCurly | '{' at column 73 should be on a new line. | 1346 | |
| misc | FinalParameters | Parameter value should be final. | 1359 | |
| blocks | LeftCurly | '{' at column 83 should be on a new line. | 1359 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 1372 | |
| misc | FinalParameters | Parameter value should be final. | 1385 | |
| blocks | LeftCurly | '{' at column 86 should be on a new line. | 1385 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1420 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1421 | |
| design | VisibilityModifier | Variable 'mu' must be private and have accessor methods. | 1424 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1425 | |
| design | VisibilityModifier | Variable 'sigma' must be private and have accessor methods. | 1428 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1429 | |
| design | VisibilityModifier | Variable 'min' must be private and have accessor methods. | 1432 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1433 | |
| design | VisibilityModifier | Variable 'max' must be private and have accessor methods. | 1436 | |
| blocks | LeftCurly | '{' at column 73 should be on a new line. | 1447 | |
| misc | FinalParameters | Parameter value should be final. | 1460 | |
| blocks | LeftCurly | '{' at column 83 should be on a new line. | 1460 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 1473 | |
| misc | FinalParameters | Parameter value should be final. | 1486 | |
| blocks | LeftCurly | '{' at column 86 should be on a new line. | 1486 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 1499 | |
| misc | FinalParameters | Parameter value should be final. | 1512 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 1512 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 1525 | |
| misc | FinalParameters | Parameter value should be final. | 1538 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 1538 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1571 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1572 | |
| design | VisibilityModifier | Variable 'alpha' must be private and have accessor methods. | 1575 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1576 | |
| design | VisibilityModifier | Variable 'beta' must be private and have accessor methods. | 1579 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 1590 | |
| misc | FinalParameters | Parameter value should be final. | 1603 | |
| blocks | LeftCurly | '{' at column 86 should be on a new line. | 1603 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 1616 | |
| misc | FinalParameters | Parameter value should be final. | 1629 | |
| blocks | LeftCurly | '{' at column 85 should be on a new line. | 1629 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1663 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1664 | |
| design | VisibilityModifier | Variable 'alpha1' must be private and have accessor methods. | 1667 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1668 | |
| design | VisibilityModifier | Variable 'alpha2' must be private and have accessor methods. | 1671 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1672 | |
| design | VisibilityModifier | Variable 'beta' must be private and have accessor methods. | 1675 | |
| blocks | LeftCurly | '{' at column 77 should be on a new line. | 1686 | |
| misc | FinalParameters | Parameter value should be final. | 1699 | |
| blocks | LeftCurly | '{' at column 87 should be on a new line. | 1699 | |
| blocks | LeftCurly | '{' at column 77 should be on a new line. | 1712 | |
| misc | FinalParameters | Parameter value should be final. | 1725 | |
| blocks | LeftCurly | '{' at column 87 should be on a new line. | 1725 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 1738 | |
| misc | FinalParameters | Parameter value should be final. | 1751 | |
| blocks | LeftCurly | '{' at column 85 should be on a new line. | 1751 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1785 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1786 | |
| design | VisibilityModifier | Variable 'min' must be private and have accessor methods. | 1789 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1790 | |
| design | VisibilityModifier | Variable 'mode' must be private and have accessor methods. | 1793 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1794 | |
| design | VisibilityModifier | Variable 'max' must be private and have accessor methods. | 1797 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 1808 | |
| misc | FinalParameters | Parameter value should be final. | 1821 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 1821 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 1834 | |
| misc | FinalParameters | Parameter value should be final. | 1847 | |
| blocks | LeftCurly | '{' at column 85 should be on a new line. | 1847 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 1860 | |
| misc | FinalParameters | Parameter value should be final. | 1873 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 1873 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1906 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1907 | |
| design | VisibilityModifier | Variable 'min' must be private and have accessor methods. | 1910 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1911 | |
| design | VisibilityModifier | Variable 'max' must be private and have accessor methods. | 1914 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 1925 | |
| misc | FinalParameters | Parameter value should be final. | 1938 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 1938 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 1951 | |
| misc | FinalParameters | Parameter value should be final. | 1964 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 1964 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1997 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1998 | |
| design | VisibilityModifier | Variable 'alpha' must be private and have accessor methods. | 2001 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2002 | |
| design | VisibilityModifier | Variable 'beta' must be private and have accessor methods. | 2005 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 2016 | |
| misc | FinalParameters | Parameter value should be final. | 2029 | |
| blocks | LeftCurly | '{' at column 86 should be on a new line. | 2029 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 2042 | |
| misc | FinalParameters | Parameter value should be final. | 2055 | |
| blocks | LeftCurly | '{' at column 85 should be on a new line. | 2055 |
org/opentrafficsim/xml/generated/Control.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| sizes | LineLength | Line is longer than 128 characters (found 133). | 52 | |
| sizes | LineLength | Line is longer than 128 characters (found 132). | 53 | |
| sizes | LineLength | Line is longer than 128 characters (found 131). | 55 | |
| sizes | LineLength | Line is longer than 128 characters (found 132). | 56 | |
| sizes | LineLength | Line is longer than 128 characters (found 130). | 78 | |
| sizes | LineLength | Line is longer than 128 characters (found 131). | 96 | |
| sizes | LineLength | Line is longer than 128 characters (found 140). | 97 | |
| sizes | LineLength | Line is longer than 128 characters (found 133). | 105 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 138 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 139 | |
| design | VisibilityModifier | Variable 'fixedTime' must be private and have accessor methods. | 141 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 142 | |
| design | VisibilityModifier | Variable 'trafCod' must be private and have accessor methods. | 144 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 168 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 169 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 170 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 198 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 199 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 200 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 251 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 252 | |
| design | VisibilityModifier | Variable 'cycle' must be private and have accessor methods. | 254 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 255 | |
| design | VisibilityModifier | Variable 'cycleTime' must be private and have accessor methods. | 258 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 259 | |
| design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 262 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 286 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 287 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 288 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 303 | |
| misc | FinalParameters | Parameter value should be final. | 316 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 316 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 329 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 330 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 332 | |
| blocks | LeftCurly | '{' at column 20 should be on a new line. | 332 | |
| misc | FinalParameters | Parameter value should be final. | 346 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 346 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 380 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 381 | |
| design | VisibilityModifier | Variable 'signalGroupId' must be private and have accessor methods. | 384 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 385 | |
| design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 388 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 389 | |
| design | VisibilityModifier | Variable 'preGreen' must be private and have accessor methods. | 392 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 393 | |
| design | VisibilityModifier | Variable 'green' must be private and have accessor methods. | 396 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 397 | |
| design | VisibilityModifier | Variable 'yellow' must be private and have accessor methods. | 400 | |
| blocks | LeftCurly | '{' at column 88 should be on a new line. | 411 | |
| misc | FinalParameters | Parameter value should be final. | 424 | |
| blocks | LeftCurly | '{' at column 98 should be on a new line. | 424 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 437 | |
| misc | FinalParameters | Parameter value should be final. | 450 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 450 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 463 | |
| misc | FinalParameters | Parameter value should be final. | 476 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 476 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 489 | |
| misc | FinalParameters | Parameter value should be final. | 502 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 502 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 515 | |
| misc | FinalParameters | Parameter value should be final. | 528 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 528 | |
| sizes | LineLength | Line is longer than 128 characters (found 134). | 571 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 608 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 609 | |
| design | VisibilityModifier | Variable 'program' must be private and have accessor methods. | 611 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 612 | |
| design | VisibilityModifier | Variable 'programFile' must be private and have accessor methods. | 614 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 615 | |
| design | VisibilityModifier | Variable 'console' must be private and have accessor methods. | 617 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 628 | |
| misc | FinalParameters | Parameter value should be final. | 641 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 641 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 654 | |
| misc | FinalParameters | Parameter value should be final. | 667 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 667 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 680 | |
| misc | FinalParameters | Parameter value should be final. | 693 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 693 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 747 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 748 | |
| design | VisibilityModifier | Variable 'map' must be private and have accessor methods. | 750 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 751 | |
| design | VisibilityModifier | Variable 'mapFile' must be private and have accessor methods. | 753 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 754 | |
| design | VisibilityModifier | Variable 'coordinates' must be private and have accessor methods. | 756 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 757 | |
| design | VisibilityModifier | Variable 'coordinatesFile' must be private and have accessor methods. | 759 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 770 | |
| misc | FinalParameters | Parameter value should be final. | 783 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 783 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 796 | |
| misc | FinalParameters | Parameter value should be final. | 809 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 809 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 822 | |
| misc | FinalParameters | Parameter value should be final. | 835 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 835 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 848 | |
| misc | FinalParameters | Parameter value should be final. | 861 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 861 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 895 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 896 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 899 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 900 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 903 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 904 | |
| design | VisibilityModifier | Variable 'encoding' must be private and have accessor methods. | 907 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 908 | |
| design | VisibilityModifier | Variable 'space' must be private and have accessor methods. | 911 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 922 | |
| misc | FinalParameters | Parameter value should be final. | 935 | |
| blocks | LeftCurly | '{' at column 94 should be on a new line. | 935 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 948 | |
| misc | FinalParameters | Parameter value should be final. | 961 | |
| coding | HiddenField | 'value' hides a field. | 961 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 961 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 974 | |
| misc | FinalParameters | Parameter value should be final. | 987 | |
| coding | HiddenField | 'value' hides a field. | 987 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 987 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 1000 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 1001 | |
| blocks | RightCurly | '}' at column 21 should be alone on a line. | 1003 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 1003 | |
| misc | FinalParameters | Parameter value should be final. | 1017 | |
| coding | HiddenField | 'value' hides a field. | 1017 | |
| blocks | LeftCurly | '{' at column 94 should be on a new line. | 1017 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1053 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1054 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 1057 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1058 | |
| design | VisibilityModifier | Variable 'space' must be private and have accessor methods. | 1061 | |
| blocks | LeftCurly | '{' at column 80 should be on a new line. | 1072 | |
| misc | FinalParameters | Parameter value should be final. | 1085 | |
| blocks | LeftCurly | '{' at column 90 should be on a new line. | 1085 | |
| blocks | LeftCurly | '{' at column 80 should be on a new line. | 1098 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 1099 | |
| blocks | RightCurly | '}' at column 17 should be alone on a line. | 1101 | |
| blocks | LeftCurly | '{' at column 24 should be on a new line. | 1101 | |
| misc | FinalParameters | Parameter value should be final. | 1115 | |
| coding | HiddenField | 'value' hides a field. | 1115 | |
| blocks | LeftCurly | '{' at column 90 should be on a new line. | 1115 |
org/opentrafficsim/xml/generated/ControlType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| sizes | LineLength | Line is longer than 128 characters (found 134). | 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 | @return tag should be present and have description. | 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 38 should be on a new line. | 164 | |
| misc | FinalParameters | Parameter value should be final. | 177 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 177 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 190 | |
| misc | FinalParameters | Parameter value should be final. | 203 | |
| blocks | LeftCurly | '{' at column 46 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 | @return tag should be present and have description. | 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. | 344 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 345 | |
| design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 348 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 349 | |
| design | VisibilityModifier | Variable 'trafficLightId' must be private and have accessor methods. | 352 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 363 | |
| misc | FinalParameters | Parameter value should be final. | 376 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 376 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 389 | |
| misc | FinalParameters | Parameter value should be final. | 402 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 402 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 415 | |
| misc | FinalParameters | Parameter value should be final. | 428 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 428 |
org/opentrafficsim/xml/generated/CorrelationParameterType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| design | VisibilityModifier | Variable 'duration' must be private and have accessor methods. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | VisibilityModifier | Variable 'length' must be private and have accessor methods. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| design | VisibilityModifier | Variable 'speed' must be private and have accessor methods. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | VisibilityModifier | Variable 'acceleration' must be private and have accessor methods. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| design | VisibilityModifier | Variable 'linearDensity' must be private and have accessor methods. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| design | VisibilityModifier | Variable 'frequency' must be private and have accessor methods. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| design | VisibilityModifier | Variable '_double' must be private and have accessor methods. | 95 | |
| naming | MemberName | Name '_double' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| design | VisibilityModifier | Variable 'fraction' must be private and have accessor methods. | 99 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| design | VisibilityModifier | Variable 'integer' must be private and have accessor methods. | 103 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 114 | |
| misc | FinalParameters | Parameter value should be final. | 127 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 127 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 140 | |
| misc | FinalParameters | Parameter value should be final. | 153 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 153 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 166 | |
| misc | FinalParameters | Parameter value should be final. | 179 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 179 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 192 | |
| misc | FinalParameters | Parameter value should be final. | 205 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 205 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 218 | |
| misc | FinalParameters | Parameter value should be final. | 231 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 231 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 244 | |
| misc | FinalParameters | Parameter value should be final. | 257 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 257 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 270 | |
| misc | FinalParameters | Parameter value should be final. | 283 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 283 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 296 | |
| misc | FinalParameters | Parameter value should be final. | 309 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 309 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 322 | |
| misc | FinalParameters | Parameter value should be final. | 335 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 335 |
org/opentrafficsim/xml/generated/CrossSectionElement.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| design | VisibilityModifier | Variable 'centerOffset' must be private and have accessor methods. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| design | VisibilityModifier | Variable 'leftOffset' must be private and have accessor methods. | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| design | VisibilityModifier | Variable 'rightOffset' must be private and have accessor methods. | 101 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| design | VisibilityModifier | Variable 'centerOffsetStart' must be private and have accessor methods. | 105 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| design | VisibilityModifier | Variable 'leftOffsetStart' must be private and have accessor methods. | 109 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| design | VisibilityModifier | Variable 'rightOffsetStart' must be private and have accessor methods. | 113 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| design | VisibilityModifier | Variable 'centerOffsetEnd' must be private and have accessor methods. | 117 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 118 | |
| design | VisibilityModifier | Variable 'leftOffsetEnd' must be private and have accessor methods. | 121 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 122 | |
| design | VisibilityModifier | Variable 'rightOffsetEnd' must be private and have accessor methods. | 125 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 126 | |
| design | VisibilityModifier | Variable 'width' must be private and have accessor methods. | 129 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 130 | |
| design | VisibilityModifier | Variable 'widthStart' must be private and have accessor methods. | 133 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 134 | |
| design | VisibilityModifier | Variable 'widthEnd' must be private and have accessor methods. | 137 | |
| blocks | LeftCurly | '{' at column 79 should be on a new line. | 148 | |
| misc | FinalParameters | Parameter value should be final. | 161 | |
| blocks | LeftCurly | '{' at column 89 should be on a new line. | 161 | |
| blocks | LeftCurly | '{' at column 77 should be on a new line. | 174 | |
| misc | FinalParameters | Parameter value should be final. | 187 | |
| blocks | LeftCurly | '{' at column 87 should be on a new line. | 187 | |
| blocks | LeftCurly | '{' at column 78 should be on a new line. | 200 | |
| misc | FinalParameters | Parameter value should be final. | 213 | |
| blocks | LeftCurly | '{' at column 88 should be on a new line. | 213 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 226 | |
| misc | FinalParameters | Parameter value should be final. | 239 | |
| blocks | LeftCurly | '{' at column 94 should be on a new line. | 239 | |
| blocks | LeftCurly | '{' at column 82 should be on a new line. | 252 | |
| misc | FinalParameters | Parameter value should be final. | 265 | |
| blocks | LeftCurly | '{' at column 92 should be on a new line. | 265 | |
| blocks | LeftCurly | '{' at column 83 should be on a new line. | 278 | |
| misc | FinalParameters | Parameter value should be final. | 291 | |
| blocks | LeftCurly | '{' at column 93 should be on a new line. | 291 | |
| blocks | LeftCurly | '{' at column 82 should be on a new line. | 304 | |
| misc | FinalParameters | Parameter value should be final. | 317 | |
| blocks | LeftCurly | '{' at column 92 should be on a new line. | 317 | |
| blocks | LeftCurly | '{' at column 80 should be on a new line. | 330 | |
| misc | FinalParameters | Parameter value should be final. | 343 | |
| blocks | LeftCurly | '{' at column 90 should be on a new line. | 343 | |
| blocks | LeftCurly | '{' at column 81 should be on a new line. | 356 | |
| misc | FinalParameters | Parameter value should be final. | 369 | |
| blocks | LeftCurly | '{' at column 91 should be on a new line. | 369 | |
| blocks | LeftCurly | '{' at column 72 should be on a new line. | 382 | |
| misc | FinalParameters | Parameter value should be final. | 395 | |
| blocks | LeftCurly | '{' at column 82 should be on a new line. | 395 | |
| blocks | LeftCurly | '{' at column 77 should be on a new line. | 408 | |
| misc | FinalParameters | Parameter value should be final. | 421 | |
| blocks | LeftCurly | '{' at column 87 should be on a new line. | 421 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 434 | |
| misc | FinalParameters | Parameter value should be final. | 447 | |
| blocks | LeftCurly | '{' at column 85 should be on a new line. | 447 |
org/opentrafficsim/xml/generated/CseLane.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| design | VisibilityModifier | Variable 'speedLimit' must be private and have accessor methods. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| design | VisibilityModifier | Variable 'laneType' must be private and have accessor methods. | 67 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 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 37 should be on a new line. | 134 | |
| misc | FinalParameters | Parameter value should be final. | 147 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 147 |
org/opentrafficsim/xml/generated/CseShoulder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| 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 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'laneType' must be private and have accessor methods. | 56 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 67 | |
| misc | FinalParameters | Parameter value should be final. | 80 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 80 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 93 | |
| misc | FinalParameters | Parameter value should be final. | 106 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 106 |
org/opentrafficsim/xml/generated/CseStripe.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'centerOffset' must be private and have accessor methods. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | VisibilityModifier | Variable 'centerOffsetStart' must be private and have accessor methods. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| design | VisibilityModifier | Variable 'centerOffsetEnd' must be private and have accessor methods. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| design | VisibilityModifier | Variable 'drawingWidth' must be private and have accessor methods. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 88 | |
| blocks | LeftCurly | '{' at column 79 should be on a new line. | 99 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| blocks | LeftCurly | '{' at column 89 should be on a new line. | 112 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 125 | |
| misc | FinalParameters | Parameter value should be final. | 138 | |
| blocks | LeftCurly | '{' at column 94 should be on a new line. | 138 | |
| blocks | LeftCurly | '{' at column 82 should be on a new line. | 151 | |
| misc | FinalParameters | Parameter value should be final. | 164 | |
| blocks | LeftCurly | '{' at column 92 should be on a new line. | 164 | |
| blocks | LeftCurly | '{' at column 79 should be on a new line. | 177 | |
| misc | FinalParameters | Parameter value should be final. | 190 | |
| blocks | LeftCurly | '{' at column 89 should be on a new line. | 190 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 203 | |
| misc | FinalParameters | Parameter value should be final. | 216 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 216 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 229 | |
| misc | FinalParameters | Parameter value should be final. | 242 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 242 |
org/opentrafficsim/xml/generated/DefaultAnimationType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| 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 37 should be on a new line. | 291 | |
| misc | FinalParameters | Parameter value should be final. | 304 | |
| blocks | LeftCurly | '{' at column 47 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 37 should be on a new line. | 356 | |
| misc | FinalParameters | Parameter value should be final. | 369 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 369 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 382 | |
| misc | FinalParameters | Parameter value should be final. | 395 | |
| blocks | LeftCurly | '{' at column 48 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 37 should be on a new line. | 442 | |
| misc | FinalParameters | Parameter value should be final. | 455 | |
| blocks | LeftCurly | '{' at column 47 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 37 should be on a new line. | 502 | |
| misc | FinalParameters | Parameter value should be final. | 515 | |
| blocks | LeftCurly | '{' at column 47 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 37 should be on a new line. | 562 | |
| misc | FinalParameters | Parameter value should be final. | 575 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 575 |
org/opentrafficsim/xml/generated/Definitions.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | VisibilityModifier | Variable 'includeAndGtuTypesAndGtuTemplates' must be private and have accessor methods. | 74 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 106 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 107 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 108 |
org/opentrafficsim/xml/generated/Demand.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| 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 'od' must be private and have accessor methods. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| design | VisibilityModifier | Variable 'odOptions' must be private and have accessor methods. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | VisibilityModifier | Variable 'route' must be private and have accessor methods. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| design | VisibilityModifier | Variable 'routeMix' must be private and have accessor methods. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| design | VisibilityModifier | Variable 'shortestRoute' must be private and have accessor methods. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| design | VisibilityModifier | Variable 'shortestRouteMix' must be private and have accessor methods. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| design | VisibilityModifier | Variable 'gtuTemplateMix' 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 | @return tag should be present and have description. | 129 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 130 | |
| blocks | LeftCurly | '{' at column 25 should be on a new line. | 131 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 159 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 160 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 161 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 189 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 190 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 191 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 219 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 220 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 221 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 249 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 250 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 251 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 279 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 280 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 281 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 309 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 310 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 311 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 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 | @return tag should be present and have description. | 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 | @return tag should be present and have description. | 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 | @return tag should be present and have description. | 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 |
org/opentrafficsim/xml/generated/DesiredHeadwayModelType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| design | VisibilityModifier | Variable 'idm' must be private and have accessor methods. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| design | VisibilityModifier | Variable 'clazz' must be private and have accessor methods. | 60 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 71 | |
| misc | FinalParameters | Parameter value should be final. | 84 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 84 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 97 | |
| misc | FinalParameters | Parameter value should be final. | 110 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 110 |
org/opentrafficsim/xml/generated/DesiredSpeedModelType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| design | VisibilityModifier | Variable 'idm' must be private and have accessor methods. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'socio' must be private and have accessor methods. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | VisibilityModifier | Variable 'clazz' must be private and have accessor methods. | 65 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 76 | |
| misc | FinalParameters | Parameter value should be final. | 89 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 89 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 102 | |
| misc | FinalParameters | Parameter value should be final. | 115 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 115 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 128 | |
| misc | FinalParameters | Parameter value should be final. | 141 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 141 |
org/opentrafficsim/xml/generated/DetectorType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 45 |
org/opentrafficsim/xml/generated/DetectorTypes.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| design | VisibilityModifier | Variable 'detectorType' must be private and have accessor methods. | 54 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 78 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 79 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 80 |
org/opentrafficsim/xml/generated/DiscreteDistType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 135 | |
| design | VisibilityModifier | Variable 'constant' must be private and have accessor methods. | 137 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 138 | |
| design | VisibilityModifier | Variable 'bernoulliI' must be private and have accessor methods. | 140 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 141 | |
| design | VisibilityModifier | Variable 'binomial' must be private and have accessor methods. | 143 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 144 | |
| design | VisibilityModifier | Variable 'uniform' must be private and have accessor methods. | 146 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 147 | |
| design | VisibilityModifier | Variable 'geometric' must be private and have accessor methods. | 149 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 150 | |
| design | VisibilityModifier | Variable 'negBinomial' must be private and have accessor methods. | 152 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 153 | |
| design | VisibilityModifier | Variable 'poisson' must be private and have accessor methods. | 155 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 156 | |
| design | VisibilityModifier | Variable 'randomStream' must be private and have accessor methods. | 158 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 169 | |
| misc | FinalParameters | Parameter value should be final. | 182 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 182 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 195 | |
| misc | FinalParameters | Parameter value should be final. | 208 | |
| blocks | LeftCurly | '{' at column 66 should be on a new line. | 208 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 221 | |
| misc | FinalParameters | Parameter value should be final. | 234 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 234 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 247 | |
| misc | FinalParameters | Parameter value should be final. | 260 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 260 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 273 | |
| misc | FinalParameters | Parameter value should be final. | 286 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 286 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 299 | |
| misc | FinalParameters | Parameter value should be final. | 312 | |
| blocks | LeftCurly | '{' at column 68 should be on a new line. | 312 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 325 | |
| misc | FinalParameters | Parameter value should be final. | 338 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 338 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 351 | |
| misc | FinalParameters | Parameter value should be final. | 364 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 364 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 394 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 395 | |
| design | VisibilityModifier | Variable 'p' must be private and have accessor methods. | 398 | |
| blocks | LeftCurly | '{' at column 72 should be on a new line. | 409 | |
| misc | FinalParameters | Parameter value should be final. | 422 | |
| blocks | LeftCurly | '{' at column 82 should be on a new line. | 422 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 455 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 456 | |
| design | VisibilityModifier | Variable 'n' must be private and have accessor methods. | 459 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 460 | |
| design | VisibilityModifier | Variable 'p' must be private and have accessor methods. | 463 | |
| blocks | LeftCurly | '{' at column 73 should be on a new line. | 474 | |
| misc | FinalParameters | Parameter value should be final. | 487 | |
| blocks | LeftCurly | '{' at column 83 should be on a new line. | 487 | |
| blocks | LeftCurly | '{' at column 72 should be on a new line. | 500 | |
| misc | FinalParameters | Parameter value should be final. | 513 | |
| blocks | LeftCurly | '{' at column 82 should be on a new line. | 513 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 545 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 546 | |
| design | VisibilityModifier | Variable 'c' must be private and have accessor methods. | 549 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 560 | |
| misc | FinalParameters | Parameter value should be final. | 573 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 573 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 605 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 606 | |
| design | VisibilityModifier | Variable 'p' must be private and have accessor methods. | 609 | |
| blocks | LeftCurly | '{' at column 72 should be on a new line. | 620 | |
| misc | FinalParameters | Parameter value should be final. | 633 | |
| blocks | LeftCurly | '{' at column 82 should be on a new line. | 633 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 666 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 667 | |
| design | VisibilityModifier | Variable 'n' must be private and have accessor methods. | 670 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 671 | |
| design | VisibilityModifier | Variable 'p' must be private and have accessor methods. | 674 | |
| blocks | LeftCurly | '{' at column 73 should be on a new line. | 685 | |
| misc | FinalParameters | Parameter value should be final. | 698 | |
| blocks | LeftCurly | '{' at column 83 should be on a new line. | 698 | |
| blocks | LeftCurly | '{' at column 72 should be on a new line. | 711 | |
| misc | FinalParameters | Parameter value should be final. | 724 | |
| blocks | LeftCurly | '{' at column 82 should be on a new line. | 724 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 756 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 757 | |
| design | VisibilityModifier | Variable 'lambda' must be private and have accessor methods. | 760 | |
| blocks | LeftCurly | '{' at column 77 should be on a new line. | 771 | |
| misc | FinalParameters | Parameter value should be final. | 784 | |
| blocks | LeftCurly | '{' at column 87 should be on a new line. | 784 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 817 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 818 | |
| design | VisibilityModifier | Variable 'min' must be private and have accessor methods. | 821 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 822 | |
| design | VisibilityModifier | Variable 'max' must be private and have accessor methods. | 825 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 836 | |
| misc | FinalParameters | Parameter value should be final. | 849 | |
| blocks | LeftCurly | '{' at column 85 should be on a new line. | 849 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 862 | |
| misc | FinalParameters | Parameter value should be final. | 875 | |
| blocks | LeftCurly | '{' at column 85 should be on a new line. | 875 |
org/opentrafficsim/xml/generated/DurationDistType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'durationUnit' must be private and have accessor methods. | 56 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 67 | |
| misc | FinalParameters | Parameter value should be final. | 80 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 80 |
org/opentrafficsim/xml/generated/EmptyType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 42 |
org/opentrafficsim/xml/generated/FallbackType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| 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 | @return tag should be present and have description. | 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 |
org/opentrafficsim/xml/generated/FlattenerType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | VisibilityModifier | Variable 'numSegments' must be private and have accessor methods. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| design | VisibilityModifier | Variable 'deviationAndAngle' must be private and have accessor methods. | 75 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 86 | |
| misc | FinalParameters | Parameter value should be final. | 99 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 99 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 125 | |
| blocks | LeftCurly | '{' at column 77 should be on a new line. | 125 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 161 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 162 | |
| design | VisibilityModifier | Variable 'maxDeviation' must be private and have accessor methods. | 165 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 166 | |
| design | VisibilityModifier | Variable 'maxAngle' must be private and have accessor methods. | 169 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 180 | |
| misc | FinalParameters | Parameter value should be final. | 193 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 193 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 206 | |
| misc | FinalParameters | Parameter value should be final. | 219 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 219 |
org/opentrafficsim/xml/generated/FrequencyDistType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'frequencyUnit' must be private and have accessor methods. | 56 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 67 | |
| misc | FinalParameters | Parameter value should be final. | 80 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 80 |
org/opentrafficsim/xml/generated/Generator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| design | VisibilityModifier | Variable 'gtuTemplate' must be private and have accessor methods. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| design | VisibilityModifier | Variable 'gtuTemplateMix' must be private and have accessor methods. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| design | VisibilityModifier | Variable 'route' must be private and have accessor methods. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| design | VisibilityModifier | Variable 'routeMix' must be private and have accessor methods. | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| design | VisibilityModifier | Variable 'shortestRoute' must be private and have accessor methods. | 101 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| design | VisibilityModifier | Variable 'shortestRouteMix' must be private and have accessor methods. | 105 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| design | VisibilityModifier | Variable 'frequency' must be private and have accessor methods. | 109 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| design | VisibilityModifier | Variable 'roomChecker' must be private and have accessor methods. | 112 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 113 | |
| design | VisibilityModifier | Variable 'randomStream' must be private and have accessor methods. | 115 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 116 | |
| design | VisibilityModifier | Variable 'link' must be private and have accessor methods. | 119 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 120 | |
| design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 123 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 124 | |
| design | VisibilityModifier | Variable 'position' must be private and have accessor methods. | 127 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 138 | |
| misc | FinalParameters | Parameter value should be final. | 151 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 151 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 164 | |
| misc | FinalParameters | Parameter value should be final. | 177 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 177 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 190 | |
| misc | FinalParameters | Parameter value should be final. | 203 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 203 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 216 | |
| misc | FinalParameters | Parameter value should be final. | 229 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 229 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 242 | |
| misc | FinalParameters | Parameter value should be final. | 255 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 255 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 268 | |
| misc | FinalParameters | Parameter value should be final. | 281 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 281 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 294 | |
| misc | FinalParameters | Parameter value should be final. | 307 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 307 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 320 | |
| misc | FinalParameters | Parameter value should be final. | 333 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 333 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 346 | |
| misc | FinalParameters | Parameter value should be final. | 359 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 359 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 372 | |
| misc | FinalParameters | Parameter value should be final. | 385 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 385 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 398 | |
| misc | FinalParameters | Parameter value should be final. | 411 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 411 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 424 | |
| misc | FinalParameters | Parameter value should be final. | 437 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 437 |
org/opentrafficsim/xml/generated/GlobalTimeType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| 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 | @return tag should be present and have description. | 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 36 should be on a new line. | 138 | |
| misc | FinalParameters | Parameter value should be final. | 151 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 151 |
org/opentrafficsim/xml/generated/GtuColorers.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| sizes | LineLength | Line is longer than 128 characters (found 134). | 94 | |
| sizes | LineLength | Line is longer than 128 characters (found 136). | 95 | |
| sizes | LineLength | Line is longer than 128 characters (found 131). | 96 | |
| design | VisibilityModifier | Variable 'defaultOrIncentiveOrClazz' must be private and have accessor methods. | 99 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 125 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 126 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 127 |
org/opentrafficsim/xml/generated/GtuCompatibleInfraType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| design | VisibilityModifier | Variable 'compatibility' must be private and have accessor methods. | 60 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 84 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 85 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 86 |
org/opentrafficsim/xml/generated/GtuTemplate.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| sizes | LineLength | Line is longer than 128 characters (found 131). | 37 | |
| sizes | LineLength | Line is longer than 128 characters (found 131). | 38 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'lengthDist' must be private and have accessor methods. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | VisibilityModifier | Variable 'widthDist' must be private and have accessor methods. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | VisibilityModifier | Variable 'maxSpeedDist' must be private and have accessor methods. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| design | VisibilityModifier | Variable 'maxAccelerationDist' must be private and have accessor methods. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| design | VisibilityModifier | Variable 'maxDecelerationDist' must be private and have accessor methods. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| design | VisibilityModifier | Variable 'gtuType' must be private and have accessor methods. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 90 | |
| naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 101 | |
| misc | FinalParameters | Parameter value should be final. | 114 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 114 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 127 | |
| misc | FinalParameters | Parameter value should be final. | 140 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 140 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 153 | |
| misc | FinalParameters | Parameter value should be final. | 166 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 166 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 179 | |
| misc | FinalParameters | Parameter value should be final. | 192 | |
| blocks | LeftCurly | '{' at column 68 should be on a new line. | 192 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 205 | |
| misc | FinalParameters | Parameter value should be final. | 218 | |
| blocks | LeftCurly | '{' at column 68 should be on a new line. | 218 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 231 | |
| misc | FinalParameters | Parameter value should be final. | 244 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 244 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 257 | |
| misc | FinalParameters | Parameter value should be final. | 270 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 270 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 283 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 284 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 286 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 286 | |
| misc | FinalParameters | Parameter value should be final. | 300 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 300 |
org/opentrafficsim/xml/generated/GtuTemplateMix.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| sizes | LineLength | Line is longer than 128 characters (found 133). | 41 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | VisibilityModifier | Variable 'gtuTemplate' must be private and have accessor methods. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | VisibilityModifier | Variable 'randomStream' must be private and have accessor methods. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 77 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 101 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 102 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 103 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 118 | |
| misc | FinalParameters | Parameter value should be final. | 131 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 131 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 144 | |
| misc | FinalParameters | Parameter value should be final. | 157 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 157 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 188 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 189 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 191 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 192 | |
| design | VisibilityModifier | Variable 'weight' must be private and have accessor methods. | 195 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 206 | |
| misc | FinalParameters | Parameter value should be final. | 219 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 219 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 232 | |
| misc | FinalParameters | Parameter value should be final. | 245 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 245 |
org/opentrafficsim/xml/generated/GtuTemplates.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| design | VisibilityModifier | Variable 'gtuTemplate' must be private and have accessor methods. | 54 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 78 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 79 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 80 |
org/opentrafficsim/xml/generated/GtuType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 45 |
org/opentrafficsim/xml/generated/GtuTypes.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| design | VisibilityModifier | Variable 'gtuType' must be private and have accessor methods. | 54 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 78 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 79 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 80 |
org/opentrafficsim/xml/generated/HierarchicalType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| 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 'parent' must be private and have accessor methods. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 64 | |
| naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 75 | |
| misc | FinalParameters | Parameter value should be final. | 88 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 88 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 101 | |
| misc | FinalParameters | Parameter value should be final. | 114 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 114 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 127 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 128 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 130 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 130 | |
| misc | FinalParameters | Parameter value should be final. | 144 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 144 |
org/opentrafficsim/xml/generated/IncludeType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| 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 | @return tag should be present and have description. | 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 |
org/opentrafficsim/xml/generated/InputParameters.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 183 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 184 | |
| design | VisibilityModifier | Variable 'durationOrLengthOrSpeed' must be private and have accessor methods. | 199 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 234 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 235 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 236 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 269 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 270 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 273 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 274 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 276 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 287 | |
| misc | FinalParameters | Parameter value should be final. | 300 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 300 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 313 | |
| misc | FinalParameters | Parameter value should be final. | 326 | |
| coding | HiddenField | 'value' hides a field. | 326 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 326 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 359 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 360 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 363 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 364 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 366 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 377 | |
| misc | FinalParameters | Parameter value should be final. | 390 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 390 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 403 | |
| misc | FinalParameters | Parameter value should be final. | 416 | |
| coding | HiddenField | 'value' hides a field. | 416 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 416 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 449 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 450 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 453 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 454 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 456 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 467 | |
| misc | FinalParameters | Parameter value should be final. | 480 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 480 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 493 | |
| misc | FinalParameters | Parameter value should be final. | 506 | |
| coding | HiddenField | 'value' hides a field. | 506 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 506 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 539 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 540 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 543 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 544 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 546 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 557 | |
| misc | FinalParameters | Parameter value should be final. | 570 | |
| blocks | LeftCurly | '{' at column 86 should be on a new line. | 570 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 583 | |
| misc | FinalParameters | Parameter value should be final. | 596 | |
| coding | HiddenField | 'value' hides a field. | 596 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 596 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 629 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 630 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 633 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 634 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 636 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 647 | |
| misc | FinalParameters | Parameter value should be final. | 660 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 660 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 673 | |
| misc | FinalParameters | Parameter value should be final. | 686 | |
| coding | HiddenField | 'value' hides a field. | 686 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 686 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 719 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 720 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 723 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 724 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 726 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 737 | |
| misc | FinalParameters | Parameter value should be final. | 750 | |
| blocks | LeftCurly | '{' at column 86 should be on a new line. | 750 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 763 | |
| misc | FinalParameters | Parameter value should be final. | 776 | |
| coding | HiddenField | 'value' hides a field. | 776 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 776 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 809 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 810 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 813 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 814 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 816 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 827 | |
| misc | FinalParameters | Parameter value should be final. | 840 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 840 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 853 | |
| misc | FinalParameters | Parameter value should be final. | 866 | |
| coding | HiddenField | 'value' hides a field. | 866 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 866 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 899 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 900 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 903 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 904 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 906 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 917 | |
| misc | FinalParameters | Parameter value should be final. | 930 | |
| blocks | LeftCurly | '{' at column 46 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 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 989 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 990 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 993 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 994 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 996 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 1007 | |
| misc | FinalParameters | Parameter value should be final. | 1020 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 1020 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 1033 | |
| misc | FinalParameters | Parameter value should be final. | 1046 | |
| coding | HiddenField | 'value' hides a field. | 1046 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 1046 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1079 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1080 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 1083 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1084 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 1086 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 1097 | |
| misc | FinalParameters | Parameter value should be final. | 1110 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 1110 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 1123 | |
| misc | FinalParameters | Parameter value should be final. | 1136 | |
| coding | HiddenField | 'value' hides a field. | 1136 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 1136 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1169 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1170 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 1173 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1174 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 1176 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 1187 | |
| misc | FinalParameters | Parameter value should be final. | 1200 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 1200 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 1213 | |
| misc | FinalParameters | Parameter value should be final. | 1226 | |
| coding | HiddenField | 'value' hides a field. | 1226 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 1226 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1259 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1260 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 1263 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1264 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 1266 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 1277 | |
| misc | FinalParameters | Parameter value should be final. | 1290 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 1290 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 1303 | |
| misc | FinalParameters | Parameter value should be final. | 1316 | |
| coding | HiddenField | 'value' hides a field. | 1316 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 1316 |
org/opentrafficsim/xml/generated/LaneBias.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | VisibilityModifier | Variable 'leftSpeed' must be private and have accessor methods. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| design | VisibilityModifier | Variable 'rightSpeed' must be private and have accessor methods. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | VisibilityModifier | Variable 'fromLeft' must be private and have accessor methods. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| design | VisibilityModifier | Variable 'fromRight' must be private and have accessor methods. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| design | VisibilityModifier | Variable 'gtuType' must be private and have accessor methods. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| design | VisibilityModifier | Variable 'bias' must be private and have accessor methods. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| design | VisibilityModifier | Variable 'stickyLanes' must be private and have accessor methods. | 99 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 110 | |
| misc | FinalParameters | Parameter value should be final. | 123 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 123 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 136 | |
| misc | FinalParameters | Parameter value should be final. | 149 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 149 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 162 | |
| misc | FinalParameters | Parameter value should be final. | 175 | |
| blocks | LeftCurly | '{' at column 85 should be on a new line. | 175 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 188 | |
| misc | FinalParameters | Parameter value should be final. | 201 | |
| blocks | LeftCurly | '{' at column 86 should be on a new line. | 201 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 214 | |
| misc | FinalParameters | Parameter value should be final. | 227 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 227 | |
| blocks | LeftCurly | '{' at column 71 should be on a new line. | 240 | |
| misc | FinalParameters | Parameter value should be final. | 253 | |
| blocks | LeftCurly | '{' at column 81 should be on a new line. | 253 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 266 | |
| misc | FinalParameters | Parameter value should be final. | 279 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 279 |
org/opentrafficsim/xml/generated/LaneBiases.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| design | VisibilityModifier | Variable 'laneBias' must be private and have accessor methods. | 54 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 78 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 79 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 80 |
org/opentrafficsim/xml/generated/LaneLinkType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'link' must be private and have accessor methods. | 56 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 67 | |
| misc | FinalParameters | Parameter value should be final. | 80 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 80 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 93 | |
| misc | FinalParameters | Parameter value should be final. | 106 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 106 |
org/opentrafficsim/xml/generated/LaneType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 45 |
org/opentrafficsim/xml/generated/LaneTypeAnimationType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| 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. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 58 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 82 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 82 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 95 | |
| misc | FinalParameters | Parameter value should be final. | 108 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 108 |
org/opentrafficsim/xml/generated/LaneTypes.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| design | VisibilityModifier | Variable 'laneType' must be private and have accessor methods. | 54 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 78 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 79 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 80 |
org/opentrafficsim/xml/generated/LayerToggleType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| design | VisibilityModifier | Variable 'toggle' 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 35 should be on a new line. | 100 | |
| misc | FinalParameters | Parameter value should be final. | 113 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 113 |
org/opentrafficsim/xml/generated/LengthDistType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'lengthUnit' must be private and have accessor methods. | 56 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 67 | |
| misc | FinalParameters | Parameter value should be final. | 80 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 80 |
org/opentrafficsim/xml/generated/LevelTimeType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| 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 31 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 41 should be on a new line. | 107 |
org/opentrafficsim/xml/generated/LinearDensityDistType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| sizes | LineLength | Line is longer than 128 characters (found 132). | 32 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'linearDensityUnit' must be private and have accessor methods. | 56 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 67 | |
| misc | FinalParameters | Parameter value should be final. | 80 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 80 |
org/opentrafficsim/xml/generated/Link.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| sizes | LineLength | Line is longer than 128 characters (found 130). | 99 | |
| sizes | LineLength | Line is longer than 128 characters (found 131). | 100 | |
| sizes | LineLength | Line is longer than 128 characters (found 129). | 133 | |
| sizes | LineLength | Line is longer than 128 characters (found 142). | 142 | |
| sizes | LineLength | Line is longer than 128 characters (found 156). | 143 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 181 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 182 | |
| design | VisibilityModifier | Variable 'straight' must be private and have accessor methods. | 184 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 185 | |
| design | VisibilityModifier | Variable 'bezier' must be private and have accessor methods. | 187 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 188 | |
| design | VisibilityModifier | Variable 'clothoid' must be private and have accessor methods. | 190 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 191 | |
| design | VisibilityModifier | Variable 'arc' must be private and have accessor methods. | 193 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 194 | |
| design | VisibilityModifier | Variable 'polyline' must be private and have accessor methods. | 196 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 197 | |
| design | VisibilityModifier | Variable 'roadLayout' must be private and have accessor methods. | 199 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 200 | |
| design | VisibilityModifier | Variable 'definedLayout' must be private and have accessor methods. | 203 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 204 | |
| design | VisibilityModifier | Variable 'laneOverride' must be private and have accessor methods. | 206 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 207 | |
| design | VisibilityModifier | Variable 'trafficLight' must be private and have accessor methods. | 209 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 210 | |
| design | VisibilityModifier | Variable 'trafficLightSensor' must be private and have accessor methods. | 212 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 213 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 215 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 216 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 219 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 220 | |
| design | VisibilityModifier | Variable 'nodeStart' must be private and have accessor methods. | 223 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 224 | |
| design | VisibilityModifier | Variable 'nodeEnd' must be private and have accessor methods. | 227 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 228 | |
| design | VisibilityModifier | Variable 'offsetStart' must be private and have accessor methods. | 231 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 232 | |
| design | VisibilityModifier | Variable 'offsetEnd' must be private and have accessor methods. | 235 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 236 | |
| design | VisibilityModifier | Variable 'laneKeeping' must be private and have accessor methods. | 239 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 240 | |
| design | VisibilityModifier | Variable 'priority' must be private and have accessor methods. | 243 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 244 | |
| design | VisibilityModifier | Variable 'conflictId' must be private and have accessor methods. | 247 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 258 | |
| misc | FinalParameters | Parameter value should be final. | 271 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 271 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 284 | |
| misc | FinalParameters | Parameter value should be final. | 297 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 297 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 310 | |
| misc | FinalParameters | Parameter value should be final. | 323 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 323 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 336 | |
| misc | FinalParameters | Parameter value should be final. | 349 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 349 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 362 | |
| misc | FinalParameters | Parameter value should be final. | 375 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 375 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 388 | |
| misc | FinalParameters | Parameter value should be final. | 401 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 401 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 414 | |
| misc | FinalParameters | Parameter value should be final. | 427 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 427 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 453 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 454 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 455 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 483 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 484 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 485 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 513 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 514 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 515 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 530 | |
| misc | FinalParameters | Parameter value should be final. | 543 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 543 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 556 | |
| misc | FinalParameters | Parameter value should be final. | 569 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 569 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 582 | |
| misc | FinalParameters | Parameter value should be final. | 595 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 595 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 608 | |
| misc | FinalParameters | Parameter value should be final. | 621 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 621 | |
| blocks | LeftCurly | '{' at column 78 should be on a new line. | 634 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 635 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 637 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 637 | |
| misc | FinalParameters | Parameter value should be final. | 651 | |
| blocks | LeftCurly | '{' at column 88 should be on a new line. | 651 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 664 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 665 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 667 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 667 | |
| misc | FinalParameters | Parameter value should be final. | 681 | |
| blocks | LeftCurly | '{' at column 86 should be on a new line. | 681 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 694 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 695 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 697 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 697 | |
| misc | FinalParameters | Parameter value should be final. | 711 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 711 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 724 | |
| misc | FinalParameters | Parameter value should be final. | 737 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 737 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 750 | |
| misc | FinalParameters | Parameter value should be final. | 763 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 763 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 799 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 800 | |
| design | VisibilityModifier | Variable 'flattener' must be private and have accessor methods. | 802 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 803 | |
| design | VisibilityModifier | Variable 'radius' must be private and have accessor methods. | 806 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 807 | |
| design | VisibilityModifier | Variable 'direction' must be private and have accessor methods. | 810 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 821 | |
| misc | FinalParameters | Parameter value should be final. | 834 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 834 | |
| blocks | LeftCurly | '{' at column 77 should be on a new line. | 847 | |
| misc | FinalParameters | Parameter value should be final. | 860 | |
| blocks | LeftCurly | '{' at column 87 should be on a new line. | 860 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 873 | |
| misc | FinalParameters | Parameter value should be final. | 886 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 886 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 924 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 925 | |
| design | VisibilityModifier | Variable 'flattener' must be private and have accessor methods. | 927 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 928 | |
| design | VisibilityModifier | Variable 'shape' must be private and have accessor methods. | 931 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 932 | |
| design | VisibilityModifier | Variable 'weighted' must be private and have accessor methods. | 934 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 945 | |
| misc | FinalParameters | Parameter value should be final. | 958 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 958 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 971 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 972 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 974 | |
| blocks | LeftCurly | '{' at column 20 should be on a new line. | 974 | |
| misc | FinalParameters | Parameter value should be final. | 988 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 988 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 1001 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 1002 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 1004 | |
| blocks | LeftCurly | '{' at column 20 should be on a new line. | 1004 | |
| misc | FinalParameters | Parameter value should be final. | 1018 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 1018 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1075 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1076 | |
| design | VisibilityModifier | Variable 'interpolated' must be private and have accessor methods. | 1078 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1079 | |
| design | VisibilityModifier | Variable 'length' must be private and have accessor methods. | 1082 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1083 | |
| design | VisibilityModifier | Variable 'startCurvature' must be private and have accessor methods. | 1086 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1087 | |
| design | VisibilityModifier | Variable 'endCurvature' must be private and have accessor methods. | 1090 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1091 | |
| design | VisibilityModifier | Variable 'a' must be private and have accessor methods. | 1094 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1095 | |
| design | VisibilityModifier | Variable 'flattener' must be private and have accessor methods. | 1097 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1098 | |
| design | VisibilityModifier | Variable 'endElevation' must be private and have accessor methods. | 1101 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1125 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 1126 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 1127 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1155 | |
| blocks | LeftCurly | '{' at column 83 should be on a new line. | 1156 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 1157 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1185 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 1186 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 1187 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1215 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 1216 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 1217 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1245 | |
| blocks | LeftCurly | '{' at column 78 should be on a new line. | 1246 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 1247 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1275 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 1276 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 1277 | |
| blocks | LeftCurly | '{' at column 83 should be on a new line. | 1292 | |
| misc | FinalParameters | Parameter value should be final. | 1305 | |
| blocks | LeftCurly | '{' at column 93 should be on a new line. | 1305 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1342 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1343 | |
| design | VisibilityModifier | Variable 'speedLimit' must be private and have accessor methods. | 1345 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1346 | |
| design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 1349 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1373 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 1374 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 1375 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 1390 | |
| misc | FinalParameters | Parameter value should be final. | 1403 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 1403 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1439 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1440 | |
| design | VisibilityModifier | Variable 'coordinate' must be private and have accessor methods. | 1443 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1467 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 1468 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 1469 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1503 |
org/opentrafficsim/xml/generated/LinkAnimationType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| design | VisibilityModifier | Variable 'stripeOrLaneOrShoulder' must be private and have accessor methods. | 105 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 132 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 133 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 134 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 166 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 167 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 170 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 171 | |
| design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 174 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 185 | |
| misc | FinalParameters | Parameter value should be final. | 198 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 198 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 211 | |
| misc | FinalParameters | Parameter value should be final. | 224 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 224 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 256 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 257 | |
| 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 35 should be on a new line. | 275 | |
| misc | FinalParameters | Parameter value should be final. | 288 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 288 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 301 | |
| misc | FinalParameters | Parameter value should be final. | 314 | |
| blocks | LeftCurly | '{' at column 47 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. | 350 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 351 | |
| design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 354 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 365 | |
| misc | FinalParameters | Parameter value should be final. | 378 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 378 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 391 | |
| misc | FinalParameters | Parameter value should be final. | 404 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 404 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 436 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 437 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 440 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 441 | |
| design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 444 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 455 | |
| misc | FinalParameters | Parameter value should be final. | 468 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 468 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 481 | |
| misc | FinalParameters | Parameter value should be final. | 494 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 494 |
org/opentrafficsim/xml/generated/LinkType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| design | VisibilityModifier | Variable 'speedLimit' must be private and have accessor methods. | 56 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 80 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 81 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 82 |
org/opentrafficsim/xml/generated/LinkTypeAnimationType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| 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. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 58 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 82 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 82 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 95 | |
| misc | FinalParameters | Parameter value should be final. | 108 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 108 |
org/opentrafficsim/xml/generated/LinkTypes.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| design | VisibilityModifier | Variable 'linkType' must be private and have accessor methods. | 54 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 78 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 79 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 80 |
org/opentrafficsim/xml/generated/ListGenerator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| 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. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| 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. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| design | VisibilityModifier | Variable 'routeMix' must be private and have accessor methods. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| design | VisibilityModifier | Variable 'shortestRoute' must be private and have accessor methods. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| design | VisibilityModifier | Variable 'shortestRouteMix' 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. | 107 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 108 | |
| design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 111 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 112 | |
| design | VisibilityModifier | Variable 'position' must be private and have accessor methods. | 115 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 116 | |
| design | VisibilityModifier | Variable 'uri' must be private and have accessor methods. | 118 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 129 | |
| misc | FinalParameters | Parameter value should be final. | 142 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 142 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 155 | |
| misc | FinalParameters | Parameter value should be final. | 168 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 168 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 181 | |
| misc | FinalParameters | Parameter value should be final. | 194 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 194 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 207 | |
| misc | FinalParameters | Parameter value should be final. | 220 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 220 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 233 | |
| misc | FinalParameters | Parameter value should be final. | 246 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 246 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 259 | |
| misc | FinalParameters | Parameter value should be final. | 272 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 272 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 285 | |
| misc | FinalParameters | Parameter value should be final. | 298 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 298 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 311 | |
| misc | FinalParameters | Parameter value should be final. | 324 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 324 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 337 | |
| misc | FinalParameters | Parameter value should be final. | 350 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 350 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 363 | |
| misc | FinalParameters | Parameter value should be final. | 376 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 376 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 389 | |
| misc | FinalParameters | Parameter value should be final. | 402 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 402 |
org/opentrafficsim/xml/generated/ModelIdReferralType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| 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 'modelId' 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 36 should be on a new line. | 92 | |
| misc | FinalParameters | Parameter value should be final. | 105 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 105 |
org/opentrafficsim/xml/generated/ModelType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| sizes | FileLength | File length is 3,884 lines (max allowed is 2,000). | 1 | |
| sizes | LineLength | Line is longer than 128 characters (found 141). | 257 | |
| sizes | LineLength | Line is longer than 128 characters (found 150). | 308 | |
| sizes | LineLength | Line is longer than 128 characters (found 136). | 367 | |
| sizes | LineLength | Line is longer than 128 characters (found 140). | 368 | |
| sizes | LineLength | Line is longer than 128 characters (found 138). | 369 | |
| sizes | LineLength | Line is longer than 128 characters (found 135). | 380 | |
| sizes | LineLength | Line is longer than 128 characters (found 148). | 381 | |
| sizes | LineLength | Line is longer than 128 characters (found 139). | 382 | |
| sizes | LineLength | Line is longer than 128 characters (found 141). | 383 | |
| sizes | LineLength | Line is longer than 128 characters (found 140). | 384 | |
| sizes | LineLength | Line is longer than 128 characters (found 144). | 395 | |
| sizes | LineLength | Line is longer than 128 characters (found 140). | 396 | |
| sizes | LineLength | Line is longer than 128 characters (found 152). | 397 | |
| sizes | LineLength | Line is longer than 128 characters (found 146). | 398 | |
| sizes | LineLength | Line is longer than 128 characters (found 138). | 399 | |
| sizes | LineLength | Line is longer than 128 characters (found 136). | 405 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 439 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 440 | |
| design | VisibilityModifier | Variable 'modelParameters' must be private and have accessor methods. | 442 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 443 | |
| design | VisibilityModifier | Variable 'strategicalPlanner' must be private and have accessor methods. | 445 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 446 | |
| design | VisibilityModifier | Variable 'tacticalPlanner' must be private and have accessor methods. | 448 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 449 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 451 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 452 | |
| design | VisibilityModifier | Variable 'parent' must be private and have accessor methods. | 455 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 456 | |
| design | VisibilityModifier | Variable 'gtuType' must be private and have accessor methods. | 459 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 470 | |
| misc | FinalParameters | Parameter value should be final. | 483 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 483 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 496 | |
| misc | FinalParameters | Parameter value should be final. | 509 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 509 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 522 | |
| misc | FinalParameters | Parameter value should be final. | 535 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 535 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 548 | |
| misc | FinalParameters | Parameter value should be final. | 561 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 561 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 574 | |
| misc | FinalParameters | Parameter value should be final. | 587 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 587 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 600 | |
| misc | FinalParameters | Parameter value should be final. | 613 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 613 | |
| sizes | LineLength | Line is longer than 128 characters (found 135). | 815 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 847 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 848 | |
| design | VisibilityModifier | Variable 'durationOrDurationDistOrLength' must be private and have accessor methods. | 872 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 916 | |
| blocks | LeftCurly | '{' at column 71 should be on a new line. | 917 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 918 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 951 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 952 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 955 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 956 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 959 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 970 | |
| misc | FinalParameters | Parameter value should be final. | 983 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 983 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 996 | |
| misc | FinalParameters | Parameter value should be final. | 1009 | |
| coding | HiddenField | 'value' hides a field. | 1009 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 1009 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1042 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1043 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 1046 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 1057 | |
| misc | FinalParameters | Parameter value should be final. | 1070 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 1070 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1103 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1104 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 1107 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1108 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 1111 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 1122 | |
| misc | FinalParameters | Parameter value should be final. | 1135 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 1135 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 1148 | |
| misc | FinalParameters | Parameter value should be final. | 1161 | |
| coding | HiddenField | 'value' hides a field. | 1161 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 1161 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1194 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1195 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 1198 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1199 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 1202 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 1213 | |
| misc | FinalParameters | Parameter value should be final. | 1226 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 1226 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 1239 | |
| misc | FinalParameters | Parameter value should be final. | 1252 | |
| coding | HiddenField | 'value' hides a field. | 1252 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 1252 | |
| sizes | LineLength | Line is longer than 128 characters (found 129). | 1269 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1296 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1297 | |
| design | VisibilityModifier | Variable 'first' must be private and have accessor methods. | 1299 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1300 | |
| design | VisibilityModifier | Variable 'then' must be private and have accessor methods. | 1302 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1303 | |
| design | VisibilityModifier | Variable 'expression' must be private and have accessor methods. | 1305 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 1316 | |
| misc | FinalParameters | Parameter value should be final. | 1329 | |
| blocks | LeftCurly | '{' at column 66 should be on a new line. | 1329 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 1342 | |
| misc | FinalParameters | Parameter value should be final. | 1355 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 1355 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 1368 | |
| misc | FinalParameters | Parameter value should be final. | 1381 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 1381 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1414 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1415 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 1418 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1419 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 1422 | |
| blocks | LeftCurly | '{' at column 80 should be on a new line. | 1433 | |
| misc | FinalParameters | Parameter value should be final. | 1446 | |
| blocks | LeftCurly | '{' at column 90 should be on a new line. | 1446 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 1459 | |
| misc | FinalParameters | Parameter value should be final. | 1472 | |
| coding | HiddenField | 'value' hides a field. | 1472 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 1472 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1505 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1506 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 1509 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 1520 | |
| misc | FinalParameters | Parameter value should be final. | 1533 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 1533 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1566 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1567 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 1570 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1571 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 1574 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 1585 | |
| misc | FinalParameters | Parameter value should be final. | 1598 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 1598 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 1611 | |
| misc | FinalParameters | Parameter value should be final. | 1624 | |
| coding | HiddenField | 'value' hides a field. | 1624 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 1624 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1657 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1658 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 1661 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 1672 | |
| misc | FinalParameters | Parameter value should be final. | 1685 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 1685 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1718 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1719 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 1722 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1723 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 1726 | |
| blocks | LeftCurly | '{' at column 80 should be on a new line. | 1737 | |
| misc | FinalParameters | Parameter value should be final. | 1750 | |
| blocks | LeftCurly | '{' at column 90 should be on a new line. | 1750 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 1763 | |
| misc | FinalParameters | Parameter value should be final. | 1776 | |
| coding | HiddenField | 'value' hides a field. | 1776 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 1776 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1809 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1810 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 1813 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1814 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 1817 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 1828 | |
| misc | FinalParameters | Parameter value should be final. | 1841 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 1841 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 1854 | |
| misc | FinalParameters | Parameter value should be final. | 1867 | |
| coding | HiddenField | 'value' hides a field. | 1867 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 1867 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1900 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1901 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 1904 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 1915 | |
| misc | FinalParameters | Parameter value should be final. | 1928 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 1928 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1961 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1962 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 1965 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1966 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 1969 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 1980 | |
| misc | FinalParameters | Parameter value should be final. | 1993 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 1993 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 2006 | |
| misc | FinalParameters | Parameter value should be final. | 2019 | |
| coding | HiddenField | 'value' hides a field. | 2019 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 2019 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 2052 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2053 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 2056 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 2067 | |
| misc | FinalParameters | Parameter value should be final. | 2080 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 2080 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 2113 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2114 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 2117 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2118 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 2121 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 2132 | |
| misc | FinalParameters | Parameter value should be final. | 2145 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 2145 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 2158 | |
| misc | FinalParameters | Parameter value should be final. | 2171 | |
| coding | HiddenField | 'value' hides a field. | 2171 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 2171 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 2204 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2205 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 2208 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 2219 | |
| misc | FinalParameters | Parameter value should be final. | 2232 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 2232 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 2265 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2266 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 2269 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2270 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 2273 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 2284 | |
| misc | FinalParameters | Parameter value should be final. | 2297 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 2297 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 2310 | |
| misc | FinalParameters | Parameter value should be final. | 2323 | |
| coding | HiddenField | 'value' hides a field. | 2323 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 2323 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 2356 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2357 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 2360 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 2371 | |
| misc | FinalParameters | Parameter value should be final. | 2384 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 2384 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 2417 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2418 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 2421 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2422 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 2425 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 2436 | |
| misc | FinalParameters | Parameter value should be final. | 2449 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 2449 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 2462 | |
| misc | FinalParameters | Parameter value should be final. | 2475 | |
| coding | HiddenField | 'value' hides a field. | 2475 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 2475 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 2508 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2509 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 2512 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 2523 | |
| misc | FinalParameters | Parameter value should be final. | 2536 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 2536 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 2569 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2570 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 2573 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2574 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 2577 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 2588 | |
| misc | FinalParameters | Parameter value should be final. | 2601 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 2601 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 2614 | |
| misc | FinalParameters | Parameter value should be final. | 2627 | |
| coding | HiddenField | 'value' hides a field. | 2627 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 2627 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 2676 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2677 | |
| design | VisibilityModifier | Variable 'route' must be private and have accessor methods. | 2679 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 2690 | |
| misc | FinalParameters | Parameter value should be final. | 2703 | |
| blocks | LeftCurly | '{' at column 72 should be on a new line. | 2703 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 2739 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2740 | |
| design | VisibilityModifier | Variable 'none' must be private and have accessor methods. | 2742 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2743 | |
| design | VisibilityModifier | Variable 'shortest' must be private and have accessor methods. | 2745 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 2756 | |
| misc | FinalParameters | Parameter value should be final. | 2769 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 2769 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 2782 | |
| misc | FinalParameters | Parameter value should be final. | 2795 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 2795 | |
| sizes | LineLength | Line is longer than 128 characters (found 144). | 2819 | |
| sizes | LineLength | Line is longer than 128 characters (found 130). | 2878 | |
| sizes | LineLength | Line is longer than 128 characters (found 134). | 2879 | |
| sizes | LineLength | Line is longer than 128 characters (found 132). | 2880 | |
| sizes | LineLength | Line is longer than 128 characters (found 129). | 2891 | |
| sizes | LineLength | Line is longer than 128 characters (found 142). | 2892 | |
| sizes | LineLength | Line is longer than 128 characters (found 133). | 2893 | |
| sizes | LineLength | Line is longer than 128 characters (found 135). | 2894 | |
| sizes | LineLength | Line is longer than 128 characters (found 134). | 2895 | |
| sizes | LineLength | Line is longer than 128 characters (found 138). | 2906 | |
| sizes | LineLength | Line is longer than 128 characters (found 134). | 2907 | |
| sizes | LineLength | Line is longer than 128 characters (found 146). | 2908 | |
| sizes | LineLength | Line is longer than 128 characters (found 140). | 2909 | |
| sizes | LineLength | Line is longer than 128 characters (found 132). | 2910 | |
| sizes | LineLength | Line is longer than 128 characters (found 130). | 2916 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 2940 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2941 | |
| design | VisibilityModifier | Variable 'lmrs' must be private and have accessor methods. | 2943 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 2954 | |
| misc | FinalParameters | Parameter value should be final. | 2967 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 2967 | |
| sizes | LineLength | Line is longer than 128 characters (found 138). | 2982 | |
| sizes | LineLength | Line is longer than 128 characters (found 136). | 3055 | |
| sizes | LineLength | Line is longer than 128 characters (found 129). | 3057 | |
| sizes | LineLength | Line is longer than 128 characters (found 132). | 3069 | |
| sizes | LineLength | Line is longer than 128 characters (found 140). | 3071 | |
| sizes | LineLength | Line is longer than 128 characters (found 134). | 3072 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 3106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 3107 | |
| design | VisibilityModifier | Variable 'carFollowingModel' must be private and have accessor methods. | 3109 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 3110 | |
| design | VisibilityModifier | Variable 'synchronization' must be private and have accessor methods. | 3113 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 3114 | |
| design | VisibilityModifier | Variable 'cooperation' must be private and have accessor methods. | 3117 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 3118 | |
| design | VisibilityModifier | Variable 'gapAcceptance' must be private and have accessor methods. | 3121 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 3122 | |
| design | VisibilityModifier | Variable 'tailgating' must be private and have accessor methods. | 3125 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 3126 | |
| design | VisibilityModifier | Variable 'mandatoryIncentives' must be private and have accessor methods. | 3128 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 3129 | |
| design | VisibilityModifier | Variable 'voluntaryIncentives' must be private and have accessor methods. | 3131 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 3132 | |
| design | VisibilityModifier | Variable 'accelerationIncentives' must be private and have accessor methods. | 3134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 3135 | |
| design | VisibilityModifier | Variable 'perception' must be private and have accessor methods. | 3137 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 3148 | |
| misc | FinalParameters | Parameter value should be final. | 3161 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 3161 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 3174 | |
| misc | FinalParameters | Parameter value should be final. | 3187 | |
| blocks | LeftCurly | '{' at column 71 should be on a new line. | 3187 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 3200 | |
| misc | FinalParameters | Parameter value should be final. | 3213 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 3213 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 3226 | |
| misc | FinalParameters | Parameter value should be final. | 3239 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 3239 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 3252 | |
| misc | FinalParameters | Parameter value should be final. | 3265 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 3265 | |
| blocks | LeftCurly | '{' at column 96 should be on a new line. | 3278 | |
| misc | FinalParameters | Parameter value should be final. | 3291 | |
| blocks | LeftCurly | '{' at column 106 should be on a new line. | 3291 | |
| blocks | LeftCurly | '{' at column 96 should be on a new line. | 3304 | |
| misc | FinalParameters | Parameter value should be final. | 3317 | |
| blocks | LeftCurly | '{' at column 106 should be on a new line. | 3317 | |
| blocks | LeftCurly | '{' at column 102 should be on a new line. | 3330 | |
| misc | FinalParameters | Parameter value should be final. | 3343 | |
| blocks | LeftCurly | '{' at column 112 should be on a new line. | 3343 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 3356 | |
| misc | FinalParameters | Parameter value should be final. | 3369 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 3369 | |
| sizes | LineLength | Line is longer than 128 characters (found 139). | 3377 | |
| sizes | LineLength | Line is longer than 128 characters (found 134). | 3392 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 3413 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 3414 | |
| design | VisibilityModifier | Variable 'trafficLights' must be private and have accessor methods. | 3416 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 3417 | |
| design | VisibilityModifier | Variable 'conflicts' must be private and have accessor methods. | 3419 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 3420 | |
| design | VisibilityModifier | Variable 'speedLimitTransitions' must be private and have accessor methods. | 3422 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 3423 | |
| design | VisibilityModifier | Variable 'noRightOvertake' must be private and have accessor methods. | 3425 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 3426 | |
| design | VisibilityModifier | Variable 'busStop' must be private and have accessor methods. | 3428 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 3439 | |
| misc | FinalParameters | Parameter value should be final. | 3452 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 3452 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 3465 | |
| misc | FinalParameters | Parameter value should be final. | 3478 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 3478 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 3491 | |
| misc | FinalParameters | Parameter value should be final. | 3504 | |
| blocks | LeftCurly | '{' at column 71 should be on a new line. | 3504 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 3517 | |
| misc | FinalParameters | Parameter value should be final. | 3530 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 3530 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 3543 | |
| misc | FinalParameters | Parameter value should be final. | 3556 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 3556 | |
| sizes | LineLength | Line is longer than 128 characters (found 140). | 3565 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 3599 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 3600 | |
| design | VisibilityModifier | Variable 'route' must be private and have accessor methods. | 3602 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 3603 | |
| design | VisibilityModifier | Variable 'getInLane' must be private and have accessor methods. | 3605 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 3606 | |
| design | VisibilityModifier | Variable 'busStop' must be private and have accessor methods. | 3608 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 3619 | |
| misc | FinalParameters | Parameter value should be final. | 3632 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 3632 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 3645 | |
| misc | FinalParameters | Parameter value should be final. | 3658 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 3658 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 3671 | |
| misc | FinalParameters | Parameter value should be final. | 3684 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 3684 | |
| sizes | LineLength | Line is longer than 128 characters (found 139). | 3693 | |
| sizes | LineLength | Line is longer than 128 characters (found 141). | 3694 | |
| sizes | LineLength | Line is longer than 128 characters (found 140). | 3695 | |
| sizes | LineLength | Line is longer than 128 characters (found 130). | 3709 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 3731 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 3732 | |
| design | VisibilityModifier | Variable 'keep' must be private and have accessor methods. | 3734 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 3735 | |
| design | VisibilityModifier | Variable 'speedWithCourtesy' must be private and have accessor methods. | 3737 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 3738 | |
| design | VisibilityModifier | Variable 'courtesy' must be private and have accessor methods. | 3740 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 3741 | |
| design | VisibilityModifier | Variable 'socioSpeed' must be private and have accessor methods. | 3743 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 3744 | |
| design | VisibilityModifier | Variable 'stayRight' must be private and have accessor methods. | 3746 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 3757 | |
| misc | FinalParameters | Parameter value should be final. | 3770 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 3770 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 3783 | |
| misc | FinalParameters | Parameter value should be final. | 3796 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 3796 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 3809 | |
| misc | FinalParameters | Parameter value should be final. | 3822 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 3822 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 3835 | |
| misc | FinalParameters | Parameter value should be final. | 3848 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 3848 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 3861 | |
| misc | FinalParameters | Parameter value should be final. | 3874 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 3874 |
org/opentrafficsim/xml/generated/Models.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'model' must be private and have accessor methods. | 55 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 79 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 80 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 81 |
org/opentrafficsim/xml/generated/Network.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| design | VisibilityModifier | Variable 'conflicts' must be private and have accessor methods. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| design | VisibilityModifier | Variable 'flattener' must be private and have accessor methods. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| design | VisibilityModifier | Variable 'node' must be private and have accessor methods. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| design | VisibilityModifier | Variable 'link' must be private and have accessor methods. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| design | VisibilityModifier | Variable 'centroid' must be private and have accessor methods. | 99 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| design | VisibilityModifier | Variable 'connector' must be private and have accessor methods. | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| design | VisibilityModifier | Variable 'include' must be private and have accessor methods. | 105 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 129 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 129 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 142 | |
| misc | FinalParameters | Parameter value should be final. | 155 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 155 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 181 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 182 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 183 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 211 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 212 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 213 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 241 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 242 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 243 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 271 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 272 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 273 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 301 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 302 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 303 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 345 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 346 | |
| design | VisibilityModifier | Variable 'none' must be private and have accessor methods. | 348 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 349 | |
| design | VisibilityModifier | Variable 'defaultWidth' must be private and have accessor methods. | 351 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 352 | |
| design | VisibilityModifier | Variable 'fixedWidth' must be private and have accessor methods. | 355 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 356 | |
| design | VisibilityModifier | Variable 'relativeWidth' must be private and have accessor methods. | 359 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 370 | |
| misc | FinalParameters | Parameter value should be final. | 383 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 383 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 396 | |
| misc | FinalParameters | Parameter value should be final. | 409 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 409 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 422 | |
| misc | FinalParameters | Parameter value should be final. | 435 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 435 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 448 | |
| misc | FinalParameters | Parameter value should be final. | 461 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 461 |
org/opentrafficsim/xml/generated/Node.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| design | VisibilityModifier | Variable 'coordinate' must be private and have accessor methods. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | VisibilityModifier | Variable 'direction' must be private and have accessor methods. | 64 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 75 | |
| misc | FinalParameters | Parameter value should be final. | 88 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 88 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 101 | |
| misc | FinalParameters | Parameter value should be final. | 114 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 114 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 127 | |
| misc | FinalParameters | Parameter value should be final. | 140 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 140 |
org/opentrafficsim/xml/generated/ObjectFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| sizes | FileLength | File length is 2,002 lines (max allowed is 2,000). | 1 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 43 | |
| naming | ConstantName | Name '_Include_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 44 | |
| naming | ConstantName | Name '_Fallback_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 45 | |
| naming | ConstantName | Name '_GtuColorersDefault_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 46 | |
| naming | ConstantName | Name '_GtuColorersIncentive_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 47 | |
| naming | ConstantName | Name '_GtuColorersClass_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 | |
| naming | ConstantName | Name '_LinkClothoidInterpolated_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 49 | |
| naming | ConstantName | Name '_LinkClothoidLength_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
| sizes | LineLength | Line is longer than 128 characters (found 132). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 50 | |
| naming | ConstantName | Name '_LinkClothoidStartCurvature_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 51 | |
| naming | ConstantName | Name '_LinkClothoidEndCurvature_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 52 | |
| naming | ConstantName | Name '_LinkClothoidA_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 53 | |
| naming | ConstantName | Name '_LinkClothoidFlattener_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| sizes | LineLength | Line is longer than 128 characters (found 146). | 56 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 66 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 74 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 82 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 90 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 94 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 98 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 98 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 102 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 106 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 106 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 110 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 114 | |
| blocks | LeftCurly | '{' at column 81 should be on a new line. | 114 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 118 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 122 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 122 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 126 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 130 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 130 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 134 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 138 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 138 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 142 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 146 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 146 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 150 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 154 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 154 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 158 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 162 | |
| blocks | LeftCurly | '{' at column 81 should be on a new line. | 162 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 166 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 170 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 170 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 174 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 178 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 178 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 182 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 186 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 186 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 190 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 194 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 194 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 198 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 202 | |
| blocks | LeftCurly | '{' at column 79 should be on a new line. | 202 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 206 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 210 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 210 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 214 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 218 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 218 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 222 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 226 | |
| blocks | LeftCurly | '{' at column 90 should be on a new line. | 226 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 230 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 234 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 234 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 238 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 242 | |
| blocks | LeftCurly | '{' at column 88 should be on a new line. | 242 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 246 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 250 | |
| blocks | LeftCurly | '{' at column 80 should be on a new line. | 250 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 254 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 258 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 258 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 262 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 266 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 266 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 270 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 274 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 274 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 278 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 282 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 282 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 286 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 290 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 290 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 294 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 298 | |
| blocks | LeftCurly | '{' at column 68 should be on a new line. | 298 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 302 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 306 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 306 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 310 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 314 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 314 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 318 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 322 | |
| blocks | LeftCurly | '{' at column 99 should be on a new line. | 322 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 326 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 330 | |
| blocks | LeftCurly | '{' at column 88 should be on a new line. | 330 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 334 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 338 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 338 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 342 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 346 | |
| blocks | LeftCurly | '{' at column 71 should be on a new line. | 346 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 350 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 354 | |
| blocks | LeftCurly | '{' at column 80 should be on a new line. | 354 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 358 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 362 | |
| blocks | LeftCurly | '{' at column 77 should be on a new line. | 362 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 366 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 370 | |
| blocks | LeftCurly | '{' at column 71 should be on a new line. | 370 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 374 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 378 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 378 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 382 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 386 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 386 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 390 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 394 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 394 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 398 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 402 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 402 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 406 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 410 | |
| blocks | LeftCurly | '{' at column 77 should be on a new line. | 410 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 414 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 418 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 418 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 422 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 426 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 426 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 430 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 434 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 434 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 438 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 442 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 442 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 446 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 450 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 450 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 454 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 458 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 458 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 462 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 466 | |
| blocks | LeftCurly | '{' at column 66 should be on a new line. | 466 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 470 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 474 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 474 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 478 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 482 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 482 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 486 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 490 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 490 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 494 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 498 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 498 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 502 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 506 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 506 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 510 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 514 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 514 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 518 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 522 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 522 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 526 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 530 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 530 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 534 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 538 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 538 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 542 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 546 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 546 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 550 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 554 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 554 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 558 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 562 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 562 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 566 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 570 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 570 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 574 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 578 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 578 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 582 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 586 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 586 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 590 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 594 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 594 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 598 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 602 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 602 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 606 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 610 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 610 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 614 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 618 | |
| blocks | LeftCurly | '{' at column 72 should be on a new line. | 618 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 622 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 626 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 626 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 630 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 634 | |
| blocks | LeftCurly | '{' at column 66 should be on a new line. | 634 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 638 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 642 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 642 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 646 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 650 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 650 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 654 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 658 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 658 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 662 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 666 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 666 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 670 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 674 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 674 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 678 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 682 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 682 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 686 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 690 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 690 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 694 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 698 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 698 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 702 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 706 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 706 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 710 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 714 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 714 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 718 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 722 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 722 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 726 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 730 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 730 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 734 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 738 | |
| blocks | LeftCurly | '{' at column 66 should be on a new line. | 738 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 742 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 746 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 746 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 750 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 754 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 754 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 758 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 762 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 762 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 766 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 770 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 770 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 774 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 778 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 778 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 782 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 786 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 786 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 790 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 794 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 794 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 798 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 802 | |
| blocks | LeftCurly | '{' at column 80 should be on a new line. | 802 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 806 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 810 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 810 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 814 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 818 | |
| blocks | LeftCurly | '{' at column 80 should be on a new line. | 818 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 822 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 826 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 826 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 830 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 834 | |
| blocks | LeftCurly | '{' at column 88 should be on a new line. | 834 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 838 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 842 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 842 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 846 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 850 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 850 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 854 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 858 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 858 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 862 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 866 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 866 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 870 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 874 | |
| blocks | LeftCurly | '{' at column 68 should be on a new line. | 874 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 878 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 882 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 882 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 886 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 890 | |
| blocks | LeftCurly | '{' at column 73 should be on a new line. | 890 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 894 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 898 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 898 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 902 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 906 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 906 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 910 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 914 | |
| blocks | LeftCurly | '{' at column 81 should be on a new line. | 914 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 918 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 922 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 922 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 926 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 930 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 930 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 934 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 938 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 938 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 942 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 946 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 946 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 950 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 954 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 954 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 958 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 962 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 962 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 966 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 970 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 970 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 974 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 978 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 978 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 982 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 986 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 986 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 990 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 994 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 994 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 998 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1002 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 1002 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1006 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1010 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 1010 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1014 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1018 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 1018 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1022 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1026 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 1026 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1030 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1034 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 1034 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1038 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1042 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 1042 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1046 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1050 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 1050 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1054 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1058 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 1058 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1062 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1066 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 1066 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1070 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1074 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 1074 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1078 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1082 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 1082 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1086 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1090 | |
| blocks | LeftCurly | '{' at column 88 should be on a new line. | 1090 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1094 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1098 | |
| blocks | LeftCurly | '{' at column 68 should be on a new line. | 1098 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1102 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1106 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 1106 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1110 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1114 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 1114 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1118 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1122 | |
| blocks | LeftCurly | '{' at column 66 should be on a new line. | 1122 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1126 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1130 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 1130 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1134 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1138 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 1138 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1142 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1146 | |
| blocks | LeftCurly | '{' at column 106 should be on a new line. | 1146 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1150 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1154 | |
| blocks | LeftCurly | '{' at column 102 should be on a new line. | 1154 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1158 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1162 | |
| blocks | LeftCurly | '{' at column 92 should be on a new line. | 1162 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1166 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1170 | |
| blocks | LeftCurly | '{' at column 71 should be on a new line. | 1170 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1174 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1178 | |
| blocks | LeftCurly | '{' at column 119 should be on a new line. | 1178 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1182 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1186 | |
| blocks | LeftCurly | '{' at column 98 should be on a new line. | 1186 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1190 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1194 | |
| blocks | LeftCurly | '{' at column 71 should be on a new line. | 1194 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1198 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1202 | |
| blocks | LeftCurly | '{' at column 77 should be on a new line. | 1202 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1206 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1210 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 1210 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1214 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1218 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 1218 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1222 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1226 | |
| blocks | LeftCurly | '{' at column 77 should be on a new line. | 1226 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1230 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1234 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 1234 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1238 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1242 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 1242 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1246 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1250 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 1250 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1254 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1258 | |
| blocks | LeftCurly | '{' at column 73 should be on a new line. | 1258 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1262 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1266 | |
| blocks | LeftCurly | '{' at column 83 should be on a new line. | 1266 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1270 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1274 | |
| blocks | LeftCurly | '{' at column 71 should be on a new line. | 1274 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1278 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1282 | |
| blocks | LeftCurly | '{' at column 71 should be on a new line. | 1282 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1286 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1290 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 1290 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1294 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1298 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 1298 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1302 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1306 | |
| blocks | LeftCurly | '{' at column 71 should be on a new line. | 1306 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1310 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1314 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 1314 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1318 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1322 | |
| blocks | LeftCurly | '{' at column 71 should be on a new line. | 1322 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1326 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1330 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 1330 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1334 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1338 | |
| blocks | LeftCurly | '{' at column 73 should be on a new line. | 1338 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1342 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1346 | |
| blocks | LeftCurly | '{' at column 77 should be on a new line. | 1346 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1350 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1354 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 1354 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1358 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1362 | |
| sizes | LineLength | Line is longer than 128 characters (found 137). | 1362 | |
| blocks | LeftCurly | '{' at column 137 should be on a new line. | 1362 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1366 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1370 | |
| blocks | LeftCurly | '{' at column 92 should be on a new line. | 1370 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1374 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1378 | |
| blocks | LeftCurly | '{' at column 78 should be on a new line. | 1378 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1382 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1386 | |
| blocks | LeftCurly | '{' at column 119 should be on a new line. | 1386 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1390 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1394 | |
| blocks | LeftCurly | '{' at column 91 should be on a new line. | 1394 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1398 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1402 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 1402 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1406 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1410 | |
| blocks | LeftCurly | '{' at column 83 should be on a new line. | 1410 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1414 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1418 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 1418 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1422 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1426 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 1426 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1430 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1434 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 1434 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1438 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1442 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 1442 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1446 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1450 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 1450 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1454 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1458 | |
| blocks | LeftCurly | '{' at column 77 should be on a new line. | 1458 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1462 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1466 | |
| blocks | LeftCurly | '{' at column 79 should be on a new line. | 1466 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1470 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1474 | |
| blocks | LeftCurly | '{' at column 71 should be on a new line. | 1474 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1478 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1482 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 1482 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1486 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1490 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 1490 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1494 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1498 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 1498 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1502 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1506 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 1506 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1510 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1514 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 1514 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1518 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1522 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 1522 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1526 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1530 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 1530 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1534 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1538 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 1538 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1542 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1546 | |
| blocks | LeftCurly | '{' at column 73 should be on a new line. | 1546 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1550 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1554 | |
| blocks | LeftCurly | '{' at column 83 should be on a new line. | 1554 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1558 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1562 | |
| blocks | LeftCurly | '{' at column 81 should be on a new line. | 1562 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1566 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1570 | |
| blocks | LeftCurly | '{' at column 77 should be on a new line. | 1570 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1574 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1578 | |
| blocks | LeftCurly | '{' at column 85 should be on a new line. | 1578 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1582 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1586 | |
| blocks | LeftCurly | '{' at column 95 should be on a new line. | 1586 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1590 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1594 | |
| blocks | LeftCurly | '{' at column 71 should be on a new line. | 1594 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1598 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1602 | |
| blocks | LeftCurly | '{' at column 71 should be on a new line. | 1602 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1606 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1610 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 1610 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1614 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1618 | |
| blocks | LeftCurly | '{' at column 79 should be on a new line. | 1618 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1622 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1626 | |
| blocks | LeftCurly | '{' at column 89 should be on a new line. | 1626 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1630 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1634 | |
| blocks | LeftCurly | '{' at column 99 should be on a new line. | 1634 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1638 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1642 | |
| blocks | LeftCurly | '{' at column 106 should be on a new line. | 1642 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1646 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1650 | |
| blocks | LeftCurly | '{' at column 99 should be on a new line. | 1650 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1654 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1658 | |
| blocks | LeftCurly | '{' at column 119 should be on a new line. | 1658 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1662 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1666 | |
| blocks | LeftCurly | '{' at column 119 should be on a new line. | 1666 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1670 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1674 | |
| blocks | LeftCurly | '{' at column 125 should be on a new line. | 1674 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1678 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1682 | |
| blocks | LeftCurly | '{' at column 88 should be on a new line. | 1682 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1686 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1690 | |
| blocks | LeftCurly | '{' at column 88 should be on a new line. | 1690 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1694 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1698 | |
| blocks | LeftCurly | '{' at column 96 should be on a new line. | 1698 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1702 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1706 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 1706 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1710 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1714 | |
| blocks | LeftCurly | '{' at column 92 should be on a new line. | 1714 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1718 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1722 | |
| blocks | LeftCurly | '{' at column 82 should be on a new line. | 1722 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1726 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1730 | |
| blocks | LeftCurly | '{' at column 90 should be on a new line. | 1730 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1734 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1738 | |
| blocks | LeftCurly | '{' at column 96 should be on a new line. | 1738 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1742 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1746 | |
| blocks | LeftCurly | '{' at column 104 should be on a new line. | 1746 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1750 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1754 | |
| blocks | LeftCurly | '{' at column 98 should be on a new line. | 1754 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1758 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1762 | |
| blocks | LeftCurly | '{' at column 106 should be on a new line. | 1762 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1766 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1770 | |
| blocks | LeftCurly | '{' at column 90 should be on a new line. | 1770 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1774 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1778 | |
| blocks | LeftCurly | '{' at column 98 should be on a new line. | 1778 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1782 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1786 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 1786 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1790 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1794 | |
| blocks | LeftCurly | '{' at column 92 should be on a new line. | 1794 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1798 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1802 | |
| blocks | LeftCurly | '{' at column 88 should be on a new line. | 1802 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1806 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1810 | |
| blocks | LeftCurly | '{' at column 86 should be on a new line. | 1810 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1814 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1818 | |
| blocks | LeftCurly | '{' at column 94 should be on a new line. | 1818 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1822 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1826 | |
| blocks | LeftCurly | '{' at column 86 should be on a new line. | 1826 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1830 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1834 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 1834 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1838 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1842 | |
| blocks | LeftCurly | '{' at column 82 should be on a new line. | 1842 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1846 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1850 | |
| blocks | LeftCurly | '{' at column 94 should be on a new line. | 1850 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1854 | |
| misc | FinalParameters | Parameter value should be final. | 1863 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 1863 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1867 | |
| misc | FinalParameters | Parameter value should be final. | 1876 | |
| blocks | LeftCurly | '{' at column 73 should be on a new line. | 1876 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1880 | |
| sizes | LineLength | Line is longer than 128 characters (found 139). | 1888 | |
| misc | FinalParameters | Parameter value should be final. | 1889 | |
| blocks | LeftCurly | '{' at column 91 should be on a new line. | 1889 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1893 | |
| misc | FinalParameters | Parameter value should be final. | 1902 | |
| blocks | LeftCurly | '{' at column 93 should be on a new line. | 1902 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1906 | |
| misc | FinalParameters | Parameter value should be final. | 1916 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 1916 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1920 | |
| sizes | LineLength | Line is longer than 128 characters (found 153). | 1928 | |
| misc | FinalParameters | Parameter value should be final. | 1929 | |
| blocks | LeftCurly | '{' at column 83 should be on a new line. | 1929 | |
| sizes | LineLength | Line is longer than 128 characters (found 153). | 1930 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1933 | |
| sizes | LineLength | Line is longer than 128 characters (found 147). | 1941 | |
| misc | FinalParameters | Parameter value should be final. | 1943 | |
| blocks | LeftCurly | '{' at column 79 should be on a new line. | 1943 | |
| sizes | LineLength | Line is longer than 128 characters (found 149). | 1944 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1947 | |
| sizes | LineLength | Line is longer than 128 characters (found 155). | 1955 | |
| misc | FinalParameters | Parameter value should be final. | 1957 | |
| blocks | LeftCurly | '{' at column 101 should be on a new line. | 1957 | |
| sizes | LineLength | Line is longer than 128 characters (found 171). | 1958 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1961 | |
| sizes | LineLength | Line is longer than 128 characters (found 153). | 1969 | |
| misc | FinalParameters | Parameter value should be final. | 1971 | |
| blocks | LeftCurly | '{' at column 99 should be on a new line. | 1971 | |
| sizes | LineLength | Line is longer than 128 characters (found 169). | 1972 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1975 | |
| sizes | LineLength | Line is longer than 128 characters (found 142). | 1983 | |
| misc | FinalParameters | Parameter value should be final. | 1985 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 1985 | |
| sizes | LineLength | Line is longer than 128 characters (found 144). | 1986 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1989 | |
| sizes | LineLength | Line is longer than 128 characters (found 150). | 1997 | |
| misc | FinalParameters | Parameter value should be final. | 1998 | |
| blocks | LeftCurly | '{' at column 88 should be on a new line. | 1998 | |
| sizes | LineLength | Line is longer than 128 characters (found 158). | 1999 |
org/opentrafficsim/xml/generated/Od.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| sizes | LineLength | Line is longer than 128 characters (found 134). | 41 | |
| sizes | LineLength | Line is longer than 128 characters (found 142). | 47 | |
| sizes | LineLength | Line is longer than 128 characters (found 132). | 62 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| design | VisibilityModifier | Variable 'globalTime' must be private and have accessor methods. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| design | VisibilityModifier | Variable 'category' must be private and have accessor methods. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| design | VisibilityModifier | Variable 'cell' must be private and have accessor methods. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| design | VisibilityModifier | Variable 'randomStream' must be private and have accessor methods. | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 99 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 101 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| design | VisibilityModifier | Variable 'sinkType' must be private and have accessor methods. | 105 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| design | VisibilityModifier | Variable 'globalInterpolation' must be private and have accessor methods. | 109 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| design | VisibilityModifier | Variable 'globalFactor' must be private and have accessor methods. | 113 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| design | VisibilityModifier | Variable 'options' must be private and have accessor methods. | 117 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 128 | |
| misc | FinalParameters | Parameter value should be final. | 141 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 141 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 167 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 168 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 169 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 197 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 198 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 199 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 214 | |
| misc | FinalParameters | Parameter value should be final. | 227 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 227 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 240 | |
| misc | FinalParameters | Parameter value should be final. | 253 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 253 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 266 | |
| misc | FinalParameters | Parameter value should be final. | 279 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 279 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 292 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 293 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 295 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 295 | |
| misc | FinalParameters | Parameter value should be final. | 309 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 309 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 322 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 323 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 325 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 325 | |
| misc | FinalParameters | Parameter value should be final. | 339 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 339 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 352 | |
| misc | FinalParameters | Parameter value should be final. | 365 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 365 | |
| sizes | LineLength | Line is longer than 128 characters (found 136). | 380 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 404 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 405 | |
| design | VisibilityModifier | Variable 'level' must be private and have accessor methods. | 407 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 408 | |
| design | VisibilityModifier | Variable 'origin' must be private and have accessor methods. | 411 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 412 | |
| design | VisibilityModifier | Variable 'destination' must be private and have accessor methods. | 415 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 416 | |
| design | VisibilityModifier | Variable 'category' must be private and have accessor methods. | 419 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 420 | |
| design | VisibilityModifier | Variable 'interpolation' must be private and have accessor methods. | 423 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 424 | |
| design | VisibilityModifier | Variable 'factor' must be private and have accessor methods. | 427 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 451 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 452 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 453 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 468 | |
| misc | FinalParameters | Parameter value should be final. | 481 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 481 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 494 | |
| misc | FinalParameters | Parameter value should be final. | 507 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 507 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 520 | |
| misc | FinalParameters | Parameter value should be final. | 533 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 533 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 546 | |
| misc | FinalParameters | Parameter value should be final. | 559 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 559 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 572 | |
| misc | FinalParameters | Parameter value should be final. | 585 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 585 |
org/opentrafficsim/xml/generated/OdOptions.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| sizes | LineLength | Line is longer than 128 characters (found 132). | 78 | |
| sizes | LineLength | Line is longer than 128 characters (found 137). | 105 | |
| sizes | LineLength | Line is longer than 128 characters (found 141). | 107 | |
| sizes | LineLength | Line is longer than 128 characters (found 137). | 127 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 162 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 163 | |
| design | VisibilityModifier | Variable 'odOptionsItem' must be private and have accessor methods. | 165 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 166 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 168 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 192 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 193 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 194 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 209 | |
| misc | FinalParameters | Parameter value should be final. | 222 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 222 | |
| sizes | LineLength | Line is longer than 128 characters (found 131). | 295 | |
| sizes | LineLength | Line is longer than 128 characters (found 135). | 297 | |
| sizes | LineLength | Line is longer than 128 characters (found 131). | 317 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 355 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 356 | |
| design | VisibilityModifier | Variable 'global' must be private and have accessor methods. | 358 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 359 | |
| design | VisibilityModifier | Variable 'linkType' must be private and have accessor methods. | 362 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 363 | |
| design | VisibilityModifier | Variable 'origin' must be private and have accessor methods. | 366 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 367 | |
| design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 369 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 370 | |
| design | VisibilityModifier | Variable 'defaultModel' must be private and have accessor methods. | 372 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 373 | |
| design | VisibilityModifier | Variable 'model' must be private and have accessor methods. | 375 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 376 | |
| design | VisibilityModifier | Variable 'noLaneChange' must be private and have accessor methods. | 379 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 380 | |
| design | VisibilityModifier | Variable 'roomChecker' must be private and have accessor methods. | 382 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 383 | |
| design | VisibilityModifier | Variable 'headwayDist' must be private and have accessor methods. | 386 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 387 | |
| design | VisibilityModifier | Variable 'markov' must be private and have accessor methods. | 389 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 390 | |
| design | VisibilityModifier | Variable 'laneBiases' must be private and have accessor methods. | 392 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 403 | |
| misc | FinalParameters | Parameter value should be final. | 416 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 416 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 429 | |
| misc | FinalParameters | Parameter value should be final. | 442 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 442 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 455 | |
| misc | FinalParameters | Parameter value should be final. | 468 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 468 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 481 | |
| misc | FinalParameters | Parameter value should be final. | 494 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 494 | |
| blocks | LeftCurly | '{' at column 71 should be on a new line. | 507 | |
| misc | FinalParameters | Parameter value should be final. | 520 | |
| blocks | LeftCurly | '{' at column 81 should be on a new line. | 520 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 546 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 547 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 548 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 563 | |
| misc | FinalParameters | Parameter value should be final. | 576 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 576 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 589 | |
| misc | FinalParameters | Parameter value should be final. | 602 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 602 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 615 | |
| misc | FinalParameters | Parameter value should be final. | 628 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 628 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 641 | |
| misc | FinalParameters | Parameter value should be final. | 654 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 654 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 667 | |
| misc | FinalParameters | Parameter value should be final. | 680 | |
| blocks | LeftCurly | '{' at column 77 should be on a new line. | 680 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 716 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 717 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 720 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 721 | |
| design | VisibilityModifier | Variable 'modelIdReferral' must be private and have accessor methods. | 724 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 735 | |
| misc | FinalParameters | Parameter value should be final. | 748 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 748 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 761 | |
| misc | FinalParameters | Parameter value should be final. | 774 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 774 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 820 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 821 | |
| design | VisibilityModifier | Variable 'laneBias' must be private and have accessor methods. | 823 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 824 | |
| design | VisibilityModifier | Variable 'definedLaneBias' must be private and have accessor methods. | 826 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 850 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 851 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 852 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 880 | |
| blocks | LeftCurly | '{' at column 98 should be on a new line. | 881 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 882 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 914 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 915 | |
| design | VisibilityModifier | Variable 'gtuType' must be private and have accessor methods. | 918 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 929 | |
| misc | FinalParameters | Parameter value should be final. | 942 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 942 | |
| sizes | LineLength | Line is longer than 128 characters (found 129). | 967 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 990 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 991 | |
| design | VisibilityModifier | Variable 'state' must be private and have accessor methods. | 993 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1017 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 1018 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 1019 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1053 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1054 | |
| design | VisibilityModifier | Variable 'gtuType' must be private and have accessor methods. | 1057 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1058 | |
| design | VisibilityModifier | Variable 'parent' must be private and have accessor methods. | 1061 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1062 | |
| design | VisibilityModifier | Variable 'correlation' must be private and have accessor methods. | 1065 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 1076 | |
| misc | FinalParameters | Parameter value should be final. | 1089 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 1089 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 1102 | |
| misc | FinalParameters | Parameter value should be final. | 1115 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 1115 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 1128 | |
| misc | FinalParameters | Parameter value should be final. | 1141 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 1141 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1182 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1183 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 1186 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1187 | |
| design | VisibilityModifier | Variable 'modelIdReferral' must be private and have accessor methods. | 1190 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1191 | |
| design | VisibilityModifier | Variable 'gtuType' must be private and have accessor methods. | 1194 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 1205 | |
| misc | FinalParameters | Parameter value should be final. | 1218 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 1218 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 1231 | |
| misc | FinalParameters | Parameter value should be final. | 1244 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 1244 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 1257 | |
| misc | FinalParameters | Parameter value should be final. | 1270 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 1270 |
org/opentrafficsim/xml/generated/Ots.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | VisibilityModifier | Variable 'definitions' must be private and have accessor methods. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| design | VisibilityModifier | Variable 'network' must be private and have accessor methods. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| design | VisibilityModifier | Variable 'demand' must be private and have accessor methods. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | VisibilityModifier | Variable 'control' must be private and have accessor methods. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| design | VisibilityModifier | Variable 'models' must be private and have accessor methods. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| design | VisibilityModifier | Variable 'scenarios' must be private and have accessor methods. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| design | VisibilityModifier | Variable 'run' must be private and have accessor methods. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| design | VisibilityModifier | Variable 'animation' must be private and have accessor methods. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| design | VisibilityModifier | Variable 'space' must be private and have accessor methods. | 97 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 108 | |
| misc | FinalParameters | Parameter value should be final. | 121 | |
| blocks | LeftCurly | '{' at column 51 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 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 160 | |
| misc | FinalParameters | Parameter value should be final. | 173 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 173 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 186 | |
| misc | FinalParameters | Parameter value should be final. | 199 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 199 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 212 | |
| misc | FinalParameters | Parameter value should be final. | 225 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 225 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 238 | |
| misc | FinalParameters | Parameter value should be final. | 251 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 251 | |
| blocks | LeftCurly | '{' at column 25 should be on a new line. | 264 | |
| misc | FinalParameters | Parameter value should be final. | 277 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 277 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 290 | |
| misc | FinalParameters | Parameter value should be final. | 303 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 303 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 316 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 317 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 319 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 319 | |
| misc | FinalParameters | Parameter value should be final. | 333 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 333 |
org/opentrafficsim/xml/generated/ParameterType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| design | VisibilityModifier | Variable 'field' must be private and have accessor methods. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 78 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 89 | |
| misc | FinalParameters | Parameter value should be final. | 102 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 102 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 115 | |
| misc | FinalParameters | Parameter value should be final. | 128 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 128 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 141 | |
| misc | FinalParameters | Parameter value should be final. | 154 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 154 |
org/opentrafficsim/xml/generated/ParameterTypeAcceleration.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 52 | |
| naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 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 |
org/opentrafficsim/xml/generated/ParameterTypeBoolean.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 52 | |
| naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 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 |
org/opentrafficsim/xml/generated/ParameterTypeClass.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 52 | |
| naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 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 |
org/opentrafficsim/xml/generated/ParameterTypeDouble.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 52 | |
| naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 63 | |
| misc | FinalParameters | Parameter value should be final. | 76 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 76 |
org/opentrafficsim/xml/generated/ParameterTypeDuration.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 52 | |
| naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 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 |
org/opentrafficsim/xml/generated/ParameterTypeFloat.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 52 | |
| naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 63 | |
| misc | FinalParameters | Parameter value should be final. | 76 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 76 |
org/opentrafficsim/xml/generated/ParameterTypeFraction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 52 | |
| naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 63 | |
| misc | FinalParameters | Parameter value should be final. | 76 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 76 |
org/opentrafficsim/xml/generated/ParameterTypeFrequency.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 52 | |
| naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 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 |
org/opentrafficsim/xml/generated/ParameterTypeInteger.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 52 | |
| naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 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 |
org/opentrafficsim/xml/generated/ParameterTypeLength.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 52 | |
| naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 63 | |
| misc | FinalParameters | Parameter value should be final. | 76 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 76 |
org/opentrafficsim/xml/generated/ParameterTypeLinearDensity.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 52 | |
| naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 63 | |
| misc | FinalParameters | Parameter value should be final. | 76 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 76 |
org/opentrafficsim/xml/generated/ParameterTypeLong.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 52 | |
| naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 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 |
org/opentrafficsim/xml/generated/ParameterTypeSpeed.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 52 | |
| naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 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 |
org/opentrafficsim/xml/generated/ParameterTypeString.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 52 | |
| naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 63 | |
| misc | FinalParameters | Parameter value should be final. | 76 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 76 |
org/opentrafficsim/xml/generated/ParameterTypes.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| sizes | LineLength | Line is longer than 128 characters (found 145). | 34 | |
| sizes | LineLength | Line is longer than 128 characters (found 141). | 35 | |
| sizes | LineLength | Line is longer than 128 characters (found 139). | 36 | |
| sizes | LineLength | Line is longer than 128 characters (found 153). | 37 | |
| sizes | LineLength | Line is longer than 128 characters (found 155). | 38 | |
| sizes | LineLength | Line is longer than 128 characters (found 147). | 39 | |
| sizes | LineLength | Line is longer than 128 characters (found 141). | 40 | |
| sizes | LineLength | Line is longer than 128 characters (found 145). | 41 | |
| sizes | LineLength | Line is longer than 128 characters (found 143). | 42 | |
| sizes | LineLength | Line is longer than 128 characters (found 143). | 43 | |
| sizes | LineLength | Line is longer than 128 characters (found 141). | 44 | |
| sizes | LineLength | Line is longer than 128 characters (found 139). | 45 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'durationOrLengthOrSpeed' must be private and have accessor methods. | 81 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 116 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 117 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 118 |
org/opentrafficsim/xml/generated/ParseType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| blocks | LeftCurly | '{' at column 23 should be on a new line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter v should be final. | 42 | |
| blocks | LeftCurly | '{' at column 25 should be on a new line. | 42 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 46 | |
| misc | FinalParameters | Parameter v should be final. | 50 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 50 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 51 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 52 |
org/opentrafficsim/xml/generated/PerceptionType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| sizes | LineLength | Line is longer than 128 characters (found 151). | 113 | |
| sizes | LineLength | Line is longer than 128 characters (found 151). | 119 | |
| sizes | LineLength | Line is longer than 128 characters (found 138). | 120 | |
| sizes | LineLength | Line is longer than 128 characters (found 136). | 121 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 169 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 170 | |
| design | VisibilityModifier | Variable 'categories' must be private and have accessor methods. | 172 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 173 | |
| design | VisibilityModifier | Variable 'headwayGtuType' must be private and have accessor methods. | 175 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 176 | |
| design | VisibilityModifier | Variable 'mental' must be private and have accessor methods. | 178 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 189 | |
| misc | FinalParameters | Parameter value should be final. | 202 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 202 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 215 | |
| misc | FinalParameters | Parameter value should be final. | 228 | |
| blocks | LeftCurly | '{' at column 72 should be on a new line. | 228 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 241 | |
| misc | FinalParameters | Parameter value should be final. | 254 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 254 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 293 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 294 | |
| design | VisibilityModifier | Variable 'ego' must be private and have accessor methods. | 296 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 297 | |
| design | VisibilityModifier | Variable 'infrastructure' must be private and have accessor methods. | 299 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 300 | |
| design | VisibilityModifier | Variable 'neighbors' must be private and have accessor methods. | 302 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 303 | |
| design | VisibilityModifier | Variable 'intersection' must be private and have accessor methods. | 305 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 306 | |
| design | VisibilityModifier | Variable 'busStop' must be private and have accessor methods. | 308 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 309 | |
| design | VisibilityModifier | Variable 'traffic' must be private and have accessor methods. | 311 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 322 | |
| misc | FinalParameters | Parameter value should be final. | 335 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 335 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 348 | |
| misc | FinalParameters | Parameter value should be final. | 361 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 361 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 374 | |
| misc | FinalParameters | Parameter value should be final. | 387 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 387 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 400 | |
| misc | FinalParameters | Parameter value should be final. | 413 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 413 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 426 | |
| misc | FinalParameters | Parameter value should be final. | 439 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 439 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 452 | |
| misc | FinalParameters | Parameter value should be final. | 465 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 465 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 538 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 539 | |
| design | VisibilityModifier | Variable 'wrap' must be private and have accessor methods. | 541 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 542 | |
| design | VisibilityModifier | Variable 'perceived' must be private and have accessor methods. | 544 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 555 | |
| misc | FinalParameters | Parameter value should be final. | 568 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 568 | |
| blocks | LeftCurly | '{' at column 71 should be on a new line. | 581 | |
| misc | FinalParameters | Parameter value should be final. | 594 | |
| blocks | LeftCurly | '{' at column 81 should be on a new line. | 594 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 654 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 655 | |
| design | VisibilityModifier | Variable 'estimation' must be private and have accessor methods. | 658 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 659 | |
| design | VisibilityModifier | Variable 'anticipation' must be private and have accessor methods. | 662 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 673 | |
| misc | FinalParameters | Parameter value should be final. | 686 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 686 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 699 | |
| misc | FinalParameters | Parameter value should be final. | 712 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 712 | |
| sizes | LineLength | Line is longer than 128 characters (found 145). | 736 | |
| sizes | LineLength | Line is longer than 128 characters (found 145). | 742 | |
| sizes | LineLength | Line is longer than 128 characters (found 132). | 743 | |
| sizes | LineLength | Line is longer than 128 characters (found 130). | 744 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 785 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 786 | |
| design | VisibilityModifier | Variable 'fuller' must be private and have accessor methods. | 788 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 799 | |
| misc | FinalParameters | Parameter value should be final. | 812 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 812 | |
| sizes | LineLength | Line is longer than 128 characters (found 139). | 827 | |
| sizes | LineLength | Line is longer than 128 characters (found 139). | 833 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 873 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 874 | |
| design | VisibilityModifier | Variable 'task' must be private and have accessor methods. | 877 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 878 | |
| design | VisibilityModifier | Variable 'behavioralAdaptations' must be private and have accessor methods. | 880 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 881 | |
| design | VisibilityModifier | Variable 'taskManager' must be private and have accessor methods. | 884 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 908 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 909 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 910 | |
| blocks | LeftCurly | '{' at column 98 should be on a new line. | 925 | |
| misc | FinalParameters | Parameter value should be final. | 938 | |
| blocks | LeftCurly | '{' at column 108 should be on a new line. | 938 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 951 | |
| misc | FinalParameters | Parameter value should be final. | 964 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 964 | |
| sizes | LineLength | Line is longer than 128 characters (found 133). | 979 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1000 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1001 | |
| design | VisibilityModifier | Variable 'situationalAwareness' must be private and have accessor methods. | 1003 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1004 | |
| design | VisibilityModifier | Variable 'headway' must be private and have accessor methods. | 1006 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1007 | |
| design | VisibilityModifier | Variable 'speed' must be private and have accessor methods. | 1009 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 1020 | |
| misc | FinalParameters | Parameter value should be final. | 1033 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 1033 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 1046 | |
| misc | FinalParameters | Parameter value should be final. | 1059 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 1059 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 1072 | |
| misc | FinalParameters | Parameter value should be final. | 1085 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 1085 |
org/opentrafficsim/xml/generated/PositionDistType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| 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 |
org/opentrafficsim/xml/generated/RandomStream.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| 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 | @return tag should be present and have description. | 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 |
org/opentrafficsim/xml/generated/RandomStreamSource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| design | VisibilityModifier | Variable '_default' must be private and have accessor methods. | 58 | |
| naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'generation' must be private and have accessor methods. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | VisibilityModifier | Variable 'defined' must be private and have accessor methods. | 65 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 76 | |
| misc | FinalParameters | Parameter value should be final. | 89 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 89 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 102 | |
| misc | FinalParameters | Parameter value should be final. | 115 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 115 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 128 | |
| misc | FinalParameters | Parameter value should be final. | 141 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 141 |
org/opentrafficsim/xml/generated/RandomStreams.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'randomStream' must be private and have accessor methods. | 55 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 79 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 80 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 81 |
org/opentrafficsim/xml/generated/ResponsiveControlType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| sizes | LineLength | Line is longer than 128 characters (found 129). | 50 | |
| sizes | LineLength | Line is longer than 128 characters (found 163). | 51 | |
| sizes | LineLength | Line is longer than 128 characters (found 129). | 67 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 103 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 104 | |
| design | VisibilityModifier | Variable 'detector' must be private and have accessor methods. | 106 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 130 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 131 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 132 | |
| sizes | LineLength | Line is longer than 128 characters (found 157). | 157 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 201 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 202 | |
| design | VisibilityModifier | Variable 'multipleLane' must be private and have accessor methods. | 204 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 205 | |
| design | VisibilityModifier | Variable 'singleLane' must be private and have accessor methods. | 207 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 208 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 210 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 211 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 214 | |
| blocks | LeftCurly | '{' at column 78 should be on a new line. | 225 | |
| misc | FinalParameters | Parameter value should be final. | 238 | |
| blocks | LeftCurly | '{' at column 88 should be on a new line. | 238 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 251 | |
| misc | FinalParameters | Parameter value should be final. | 264 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 264 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 277 | |
| misc | FinalParameters | Parameter value should be final. | 290 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 290 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 303 | |
| misc | FinalParameters | Parameter value should be final. | 316 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 316 | |
| sizes | LineLength | Line is longer than 128 characters (found 151). | 334 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 362 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 363 | |
| design | VisibilityModifier | Variable 'entryLink' must be private and have accessor methods. | 366 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 367 | |
| design | VisibilityModifier | Variable 'entryLane' must be private and have accessor methods. | 370 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 371 | |
| design | VisibilityModifier | Variable 'entryPosition' must be private and have accessor methods. | 374 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 375 | |
| design | VisibilityModifier | Variable 'intermediateLanes' must be private and have accessor methods. | 377 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 378 | |
| design | VisibilityModifier | Variable 'exitLink' must be private and have accessor methods. | 381 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 382 | |
| design | VisibilityModifier | Variable 'exitLane' must be private and have accessor methods. | 385 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 386 | |
| design | VisibilityModifier | Variable 'exitPosition' must be private and have accessor methods. | 389 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 400 | |
| misc | FinalParameters | Parameter value should be final. | 413 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 413 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 426 | |
| misc | FinalParameters | Parameter value should be final. | 439 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 439 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 452 | |
| misc | FinalParameters | Parameter value should be final. | 465 | |
| blocks | LeftCurly | '{' at column 68 should be on a new line. | 465 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 491 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 492 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 493 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 508 | |
| misc | FinalParameters | Parameter value should be final. | 521 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 521 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 534 | |
| misc | FinalParameters | Parameter value should be final. | 547 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 547 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 560 | |
| misc | FinalParameters | Parameter value should be final. | 573 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 573 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 615 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 616 | |
| design | VisibilityModifier | Variable 'link' must be private and have accessor methods. | 619 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 620 | |
| design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 623 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 624 | |
| design | VisibilityModifier | Variable 'entryPosition' must be private and have accessor methods. | 627 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 628 | |
| design | VisibilityModifier | Variable 'exitPosition' must be private and have accessor methods. | 631 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 642 | |
| misc | FinalParameters | Parameter value should be final. | 655 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 655 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 668 | |
| misc | FinalParameters | Parameter value should be final. | 681 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 681 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 694 | |
| misc | FinalParameters | Parameter value should be final. | 707 | |
| blocks | LeftCurly | '{' at column 68 should be on a new line. | 707 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 720 | |
| misc | FinalParameters | Parameter value should be final. | 733 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 733 |
org/opentrafficsim/xml/generated/RoadLayout.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| 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 'linkType' must be private and have accessor methods. | 58 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 82 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 82 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 95 | |
| misc | FinalParameters | Parameter value should be final. | 108 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 108 |
org/opentrafficsim/xml/generated/RoadLayoutAnimationType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| design | VisibilityModifier | Variable 'stripeOrLaneOrShoulder' must be private and have accessor methods. | 105 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 109 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 136 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 137 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 138 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 153 | |
| misc | FinalParameters | Parameter value should be final. | 166 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 166 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 196 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 197 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 200 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 201 | |
| design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 204 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 215 | |
| misc | FinalParameters | Parameter value should be final. | 228 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 228 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 241 | |
| misc | FinalParameters | Parameter value should be final. | 254 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 254 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 286 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 287 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 290 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 291 | |
| design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 294 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 305 | |
| misc | FinalParameters | Parameter value should be final. | 318 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 318 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 331 | |
| misc | FinalParameters | Parameter value should be final. | 344 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 344 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 376 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 377 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 380 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 381 | |
| design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 384 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 395 | |
| misc | FinalParameters | Parameter value should be final. | 408 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 408 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 421 | |
| misc | FinalParameters | Parameter value should be final. | 434 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 434 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 466 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 467 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 470 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 471 | |
| design | VisibilityModifier | Variable 'color' must be private and have accessor methods. | 474 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 485 | |
| misc | FinalParameters | Parameter value should be final. | 498 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 498 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 511 | |
| misc | FinalParameters | Parameter value should be final. | 524 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 524 |
org/opentrafficsim/xml/generated/RoadLayouts.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| design | VisibilityModifier | Variable 'roadLayout' must be private and have accessor methods. | 54 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 78 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 79 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 80 |
org/opentrafficsim/xml/generated/RoomCheckerType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | VisibilityModifier | Variable 'cf' must be private and have accessor methods. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| design | VisibilityModifier | Variable 'cfBa' must be private and have accessor methods. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| design | VisibilityModifier | Variable 'ttc' must be private and have accessor methods. | 71 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 82 | |
| misc | FinalParameters | Parameter value should be final. | 95 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 95 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 108 | |
| misc | FinalParameters | Parameter value should be final. | 121 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 121 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 134 | |
| misc | FinalParameters | Parameter value should be final. | 147 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 147 |
org/opentrafficsim/xml/generated/Route.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'node' must be private and have accessor methods. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'gtuType' must be private and have accessor methods. | 69 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 93 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 94 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 95 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 110 | |
| misc | FinalParameters | Parameter value should be final. | 123 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 123 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 136 | |
| misc | FinalParameters | Parameter value should be final. | 149 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 149 |
org/opentrafficsim/xml/generated/RouteMix.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | VisibilityModifier | Variable 'route' must be private and have accessor methods. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| design | VisibilityModifier | Variable 'randomStream' must be private and have accessor methods. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | VisibilityModifier | Variable 'gtuType' must be private and have accessor methods. | 84 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 108 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 109 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 110 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 125 | |
| misc | FinalParameters | Parameter value should be final. | 138 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 138 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 151 | |
| misc | FinalParameters | Parameter value should be final. | 164 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 164 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 177 | |
| misc | FinalParameters | Parameter value should be final. | 190 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 190 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 221 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 222 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 225 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 226 | |
| design | VisibilityModifier | Variable 'weight' must be private and have accessor methods. | 229 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 240 | |
| misc | FinalParameters | Parameter value should be final. | 253 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 253 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 266 | |
| misc | FinalParameters | Parameter value should be final. | 279 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 279 |
org/opentrafficsim/xml/generated/Run.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'startTime' must be private and have accessor methods. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | VisibilityModifier | Variable 'warmupPeriod' must be private and have accessor methods. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| design | VisibilityModifier | Variable 'runLength' must be private and have accessor methods. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| design | VisibilityModifier | Variable 'numberReplications' must be private and have accessor methods. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| design | VisibilityModifier | Variable 'randomStreams' must be private and have accessor methods. | 84 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 95 | |
| misc | FinalParameters | Parameter value should be final. | 108 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 108 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 121 | |
| misc | FinalParameters | Parameter value should be final. | 134 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 134 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 147 | |
| misc | FinalParameters | Parameter value should be final. | 160 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 160 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 173 | |
| misc | FinalParameters | Parameter value should be final. | 186 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 186 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 199 | |
| misc | FinalParameters | Parameter value should be final. | 212 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 212 |
org/opentrafficsim/xml/generated/ScenarioType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| sizes | LineLength | Line is longer than 128 characters (found 148). | 54 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| design | VisibilityModifier | Variable 'inputParameters' must be private and have accessor methods. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | VisibilityModifier | Variable 'od' must be private and have accessor methods. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| design | VisibilityModifier | Variable 'control' must be private and have accessor methods. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| design | VisibilityModifier | Variable 'modelIdReferral' 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 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 103 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 116 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 142 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 143 | |
| blocks | LeftCurly | '{' at column 25 should be on a new line. | 144 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 172 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 173 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 174 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 202 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 203 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 204 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 219 | |
| misc | FinalParameters | Parameter value should be final. | 232 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 232 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 262 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 263 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 266 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 277 | |
| misc | FinalParameters | Parameter value should be final. | 290 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 290 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 322 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 323 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 326 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 337 | |
| misc | FinalParameters | Parameter value should be final. | 350 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 350 |
org/opentrafficsim/xml/generated/Scenarios.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| sizes | LineLength | Line is longer than 128 characters (found 129). | 32 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| design | VisibilityModifier | Variable 'defaultInputParameters' must be private and have accessor methods. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| design | VisibilityModifier | Variable 'scenario' must be private and have accessor methods. | 60 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 71 | |
| misc | FinalParameters | Parameter value should be final. | 84 | |
| blocks | LeftCurly | '{' at column 66 should be on a new line. | 84 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 110 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 111 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 112 |
org/opentrafficsim/xml/generated/ShortestRoute.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| design | VisibilityModifier | Variable 'from' must be private and have accessor methods. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| design | VisibilityModifier | Variable 'via' must be private and have accessor methods. | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| design | VisibilityModifier | Variable 'to' must be private and have accessor methods. | 101 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| design | VisibilityModifier | Variable 'cost' must be private and have accessor methods. | 104 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 107 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 108 | |
| design | VisibilityModifier | Variable 'gtuType' must be private and have accessor methods. | 111 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 122 | |
| misc | FinalParameters | Parameter value should be final. | 135 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 135 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 161 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 162 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 163 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 178 | |
| misc | FinalParameters | Parameter value should be final. | 191 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 191 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 204 | |
| misc | FinalParameters | Parameter value should be final. | 217 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 217 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 230 | |
| misc | FinalParameters | Parameter value should be final. | 243 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 243 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 256 | |
| misc | FinalParameters | Parameter value should be final. | 269 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 269 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 316 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 317 | |
| design | VisibilityModifier | Variable 'distance' must be private and have accessor methods. | 319 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 320 | |
| design | VisibilityModifier | Variable 'freeFlowTime' must be private and have accessor methods. | 322 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 323 | |
| design | VisibilityModifier | Variable 'distanceAndFreeFlowTime' must be private and have accessor methods. | 325 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 336 | |
| misc | FinalParameters | Parameter value should be final. | 349 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 349 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 362 | |
| misc | FinalParameters | Parameter value should be final. | 375 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 375 | |
| blocks | LeftCurly | '{' at column 88 should be on a new line. | 388 | |
| misc | FinalParameters | Parameter value should be final. | 401 | |
| blocks | LeftCurly | '{' at column 98 should be on a new line. | 401 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 432 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 433 | |
| design | VisibilityModifier | Variable 'distanceCost' must be private and have accessor methods. | 436 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 437 | |
| design | VisibilityModifier | Variable 'timeCost' must be private and have accessor methods. | 440 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 451 | |
| misc | FinalParameters | Parameter value should be final. | 464 | |
| blocks | LeftCurly | '{' at column 66 should be on a new line. | 464 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 477 | |
| misc | FinalParameters | Parameter value should be final. | 490 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 490 |
org/opentrafficsim/xml/generated/ShortestRouteMix.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | VisibilityModifier | Variable 'shortestRoute' must be private and have accessor methods. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| design | VisibilityModifier | Variable 'randomStream' must be private and have accessor methods. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | VisibilityModifier | Variable 'gtuType' must be private and have accessor methods. | 84 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 108 | |
| blocks | LeftCurly | '{' at column 68 should be on a new line. | 109 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 110 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 125 | |
| misc | FinalParameters | Parameter value should be final. | 138 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 138 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 151 | |
| misc | FinalParameters | Parameter value should be final. | 164 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 164 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 177 | |
| misc | FinalParameters | Parameter value should be final. | 190 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 190 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 221 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 222 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 225 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 226 | |
| design | VisibilityModifier | Variable 'weight' must be private and have accessor methods. | 229 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 240 | |
| misc | FinalParameters | Parameter value should be final. | 253 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 253 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 266 | |
| misc | FinalParameters | Parameter value should be final. | 279 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 279 |
org/opentrafficsim/xml/generated/Sink.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | VisibilityModifier | Variable 'link' must be private and have accessor methods. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | VisibilityModifier | Variable 'position' must be private and have accessor methods. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| design | VisibilityModifier | Variable 'destination' must be private and have accessor methods. | 77 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 88 | |
| misc | FinalParameters | Parameter value should be final. | 101 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 101 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 114 | |
| misc | FinalParameters | Parameter value should be final. | 127 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 127 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 140 | |
| misc | FinalParameters | Parameter value should be final. | 153 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 153 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 166 | |
| misc | FinalParameters | Parameter value should be final. | 179 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 179 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 192 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 193 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 195 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 195 | |
| misc | FinalParameters | Parameter value should be final. | 209 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 209 |
org/opentrafficsim/xml/generated/SpeedDistType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'speedUnit' must be private and have accessor methods. | 56 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 67 | |
| misc | FinalParameters | Parameter value should be final. | 80 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 80 |
org/opentrafficsim/xml/generated/SpeedLimit.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'gtuType' must be private and have accessor methods. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| design | VisibilityModifier | Variable 'legalSpeedLimit' 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 43 should be on a new line. | 97 | |
| misc | FinalParameters | Parameter value should be final. | 110 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 110 |
org/opentrafficsim/xml/generated/TimeDistType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| 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 |
org/opentrafficsim/xml/generated/TrafCodCoordinatesType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| 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. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| design | VisibilityModifier | Variable 'space' must be private and have accessor methods. | 58 | |
| blocks | LeftCurly | '{' at column 72 should be on a new line. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 82 | |
| blocks | LeftCurly | '{' at column 82 should be on a new line. | 82 | |
| blocks | LeftCurly | '{' at column 72 should be on a new line. | 95 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 96 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 98 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 98 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| coding | HiddenField | 'value' hides a field. | 112 | |
| blocks | LeftCurly | '{' at column 82 should be on a new line. | 112 |
org/opentrafficsim/xml/generated/TrafficLightDetectorType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| design | VisibilityModifier | Variable 'position' must be private and have accessor methods. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | VisibilityModifier | Variable 'length' must be private and have accessor methods. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| design | VisibilityModifier | Variable 'clazz' must be private and have accessor methods. | 76 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 87 | |
| misc | FinalParameters | Parameter value should be final. | 100 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 100 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 113 | |
| misc | FinalParameters | Parameter value should be final. | 126 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 126 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 139 | |
| misc | FinalParameters | Parameter value should be final. | 152 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 152 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 165 | |
| misc | FinalParameters | Parameter value should be final. | 178 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 178 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 191 | |
| misc | FinalParameters | Parameter value should be final. | 204 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 204 |
org/opentrafficsim/xml/generated/TrafficLightType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| sizes | LineLength | Line is longer than 128 characters (found 129). | 37 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| design | VisibilityModifier | Variable 'turnOnRed' must be private and have accessor methods. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| design | VisibilityModifier | Variable 'lane' must be private and have accessor methods. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| design | VisibilityModifier | Variable 'position' must be private and have accessor methods. | 74 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 98 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 99 | |
| blocks | LeftCurly | '{' at column 32 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 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 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 167 | |
| misc | FinalParameters | Parameter value should be final. | 180 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 180 |
org/opentrafficsim/xml/generated/package-info.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| sizes | LineLength | Line is longer than 128 characters (found 153). | 8 |
