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