Checkstyle Results

The following document contains the results of Checkstyle 6.2 with development/dsol-checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
60 14 2575 0

Files

File  I  W  E
org/opentrafficsim/road/network/factory/vissim/ArcTag.java 0 7 0
org/opentrafficsim/road/network/factory/vissim/BezierTag.java 0 3 0
org/opentrafficsim/road/network/factory/vissim/BlockTag.java 0 9 0
org/opentrafficsim/road/network/factory/vissim/ConnectorTag.java 0 6 0
org/opentrafficsim/road/network/factory/vissim/CrossSectionElementTag.java 0 106 0
org/opentrafficsim/road/network/factory/vissim/Customer.java 0 28 0
org/opentrafficsim/road/network/factory/vissim/FillTag.java 0 27 0
org/opentrafficsim/road/network/factory/vissim/GTUMixTag.java 0 12 0
org/opentrafficsim/road/network/factory/vissim/GTUTYPE.java 0 15 0
org/opentrafficsim/road/network/factory/vissim/GTUTag.java 0 11 0
org/opentrafficsim/road/network/factory/vissim/GeneratorTag.java 1 35 0
org/opentrafficsim/road/network/factory/vissim/GlobalTag.java 0 16 0
org/opentrafficsim/road/network/factory/vissim/LaneOverrideTag.java 0 8 0
org/opentrafficsim/road/network/factory/vissim/LaneTag.java 0 2 0
org/opentrafficsim/road/network/factory/vissim/LaneTypeTag.java 0 12 0
org/opentrafficsim/road/network/factory/vissim/LinkTag.java 0 167 0
org/opentrafficsim/road/network/factory/vissim/Links.java 0 93 0
org/opentrafficsim/road/network/factory/vissim/ListGeneratorTag.java 0 20 0
org/opentrafficsim/road/network/factory/vissim/LocatePoint.java 0 31 0
org/opentrafficsim/road/network/factory/vissim/NodeTag.java 0 51 0
org/opentrafficsim/road/network/factory/vissim/PolyLineTag.java 0 18 0
org/opentrafficsim/road/network/factory/vissim/RoadLayoutTag.java 0 22 0
org/opentrafficsim/road/network/factory/vissim/RoadTypeTag.java 0 14 0
org/opentrafficsim/road/network/factory/vissim/RouteMixTag.java 0 12 0
org/opentrafficsim/road/network/factory/vissim/RouteTag.java 0 9 0
org/opentrafficsim/road/network/factory/vissim/SensorTag.java 0 24 0
org/opentrafficsim/road/network/factory/vissim/ShortestRouteMixTag.java 0 12 0
org/opentrafficsim/road/network/factory/vissim/ShortestRouteTag.java 0 13 0
org/opentrafficsim/road/network/factory/vissim/SignalHeadTag.java 0 22 0
org/opentrafficsim/road/network/factory/vissim/SinkTag.java 0 9 0
org/opentrafficsim/road/network/factory/vissim/StraightTag.java 0 10 0
org/opentrafficsim/road/network/factory/vissim/SubstringLine.java 0 17 0
org/opentrafficsim/road/network/factory/vissim/TestVissimParser.java 0 28 0
org/opentrafficsim/road/network/factory/vissim/VissimNetworkLaneParser.java 0 140 0
org/opentrafficsim/road/network/factory/vissim/XMLNetworkWriter.java 0 8 0
org/opentrafficsim/road/network/factory/vissim/units/LaneAttributes.java 0 42 0
org/opentrafficsim/road/network/factory/vissim/xsd/DEFINITIONS.java 0 14 0
org/opentrafficsim/road/network/factory/vissim/xsd/FallbackType.java 0 11 0
org/opentrafficsim/road/network/factory/vissim/xsd/GLOBAL.java 3 67 0
org/opentrafficsim/road/network/factory/vissim/xsd/GTU.java 0 43 0
org/opentrafficsim/road/network/factory/vissim/xsd/GTUMIX.java 0 38 0
org/opentrafficsim/road/network/factory/vissim/xsd/GTUTYPE.java 0 15 0
org/opentrafficsim/road/network/factory/vissim/xsd/IncludeType.java 0 56 0
org/opentrafficsim/road/network/factory/vissim/xsd/LANETYPE.java 0 50 0
org/opentrafficsim/road/network/factory/vissim/xsd/LINK.java 10 525 0
org/opentrafficsim/road/network/factory/vissim/xsd/NETWORK.java 0 14 0
org/opentrafficsim/road/network/factory/vissim/xsd/NODE.java 0 37 0
org/opentrafficsim/road/network/factory/vissim/xsd/ObjectFactory.java 0 193 0
org/opentrafficsim/road/network/factory/vissim/xsd/ParseType.java 0 14 0
org/opentrafficsim/road/network/factory/vissim/xsd/ROADLAYOUT.java 0 235 0
org/opentrafficsim/road/network/factory/vissim/xsd/ROADTYPE.java 0 57 0
org/opentrafficsim/road/network/factory/vissim/xsd/ROUTE.java 0 21 0
org/opentrafficsim/road/network/factory/vissim/xsd/ROUTEMIX.java 0 38 0
org/opentrafficsim/road/network/factory/vissim/xsd/SHORTESTROUTE.java 0 49 0
org/opentrafficsim/road/network/factory/vissim/xsd/SHORTESTROUTEMIX.java 0 38 0
org/opentrafficsim/road/network/factory/vissim/xsd/package-info.java 0 1 0

Rules

Category Rule Violations Severity
blocks EmptyBlock 1  Warning
LeftCurly
  • maxLineLength: "128"
  • option: "nl"
1173  Warning
RightCurly
  • tokens: "LITERAL_TRY, LITERAL_CATCH, LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE"
  • option: "alone"
75  Warning
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
2  Warning
design DesignForExtension 405  Warning
HideUtilityClassConstructor 2  Warning
VisibilityModifier 223  Warning
imports UnusedImports 2  Warning
javadoc JavadocMethod 165  Warning
JavadocStyle
  • checkHtml: "false"
53  Warning
JavadocType 1  Warning
JavadocVariable 212  Warning
misc FinalParameters 254  Warning
TodoComment 1  Warning
modifier ModifierOrder 2  Warning
naming ConstantName 2  Warning
MemberName 2  Warning
sizes LineLength
  • max: "128"
13  Info
MethodLength 1  Info

Details

org/opentrafficsim/road/network/factory/vissim/ArcTag.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 24
 Warning blocks LeftCurly '{' should be on a new line. 49
 Warning blocks LeftCurly '{' should be on a new line. 65
 Warning blocks LeftCurly '{' should be on a new line. 70
 Warning blocks LeftCurly '{' should be on a new line. 76
 Warning blocks LeftCurly '{' should be on a new line. 82
 Warning blocks LeftCurly '{' should be on a new line. 93

org/opentrafficsim/road/network/factory/vissim/BezierTag.java

Severity Category Rule Message Line
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 16
 Warning blocks LeftCurly '{' should be on a new line. 16
 Warning blocks LeftCurly '{' should be on a new line. 27

org/opentrafficsim/road/network/factory/vissim/BlockTag.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 20
 Warning blocks LeftCurly '{' should be on a new line. 38
 Warning blocks LeftCurly '{' should be on a new line. 42
 Warning blocks LeftCurly '{' should be on a new line. 46
 Warning blocks LeftCurly '{' should be on a new line. 50
 Warning blocks LeftCurly '{' should be on a new line. 54
 Warning blocks LeftCurly '{' should be on a new line. 58
 Warning blocks LeftCurly '{' should be on a new line. 63
 Warning blocks LeftCurly '{' should be on a new line. 74

org/opentrafficsim/road/network/factory/vissim/ConnectorTag.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 14
 Warning javadoc JavadocVariable Missing a Javadoc comment. 42
 Warning design VisibilityModifier Variable 'toNodeName' must be private and have accessor methods. 42
 Warning javadoc JavadocVariable Missing a Javadoc comment. 44
 Warning design VisibilityModifier Variable 'fromNodeName' must be private and have accessor methods. 44
 Warning blocks LeftCurly '{' should be on a new line. 59

org/opentrafficsim/road/network/factory/vissim/CrossSectionElementTag.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 99
 Warning blocks LeftCurly '{' should be on a new line. 105
 Warning blocks LeftCurly '{' should be on a new line. 111
 Warning blocks LeftCurly '{' should be on a new line. 166
 Warning blocks LeftCurly '{' should be on a new line. 170
 Warning blocks LeftCurly '{' should be on a new line. 174
 Warning blocks LeftCurly '{' should be on a new line. 181
 Warning blocks LeftCurly '{' should be on a new line. 183
 Warning blocks LeftCurly '{' should be on a new line. 190
 Warning blocks RightCurly '}' should be alone on a line. 192
 Warning blocks LeftCurly '{' should be on a new line. 192
 Warning blocks LeftCurly '{' should be on a new line. 196
 Warning blocks RightCurly '}' should be alone on a line. 198
 Warning blocks LeftCurly '{' should be on a new line. 198
 Warning blocks RightCurly '}' should be alone on a line. 200
 Warning blocks LeftCurly '{' should be on a new line. 200
 Warning blocks RightCurly '}' should be alone on a line. 202
 Warning blocks LeftCurly '{' should be on a new line. 202
 Warning blocks LeftCurly '{' should be on a new line. 207
 Warning blocks LeftCurly '{' should be on a new line. 210
 Warning blocks LeftCurly '{' should be on a new line. 214
 Warning blocks LeftCurly '{' should be on a new line. 217
 Warning blocks LeftCurly '{' should be on a new line. 224
 Warning blocks LeftCurly '{' should be on a new line. 233
 Warning blocks LeftCurly '{' should be on a new line. 234
 Warning blocks RightCurly '}' should be alone on a line. 236
 Warning blocks LeftCurly '{' should be on a new line. 236
 Warning blocks RightCurly '}' should be alone on a line. 238
 Warning blocks LeftCurly '{' should be on a new line. 238
 Warning blocks RightCurly '}' should be alone on a line. 240
 Warning blocks LeftCurly '{' should be on a new line. 240
 Warning blocks LeftCurly '{' should be on a new line. 246
 Warning blocks LeftCurly '{' should be on a new line. 252
 Warning blocks RightCurly '}' should be alone on a line. 254
 Warning blocks LeftCurly '{' should be on a new line. 254
 Warning blocks LeftCurly '{' should be on a new line. 259
 Warning blocks EmptyBlock Must have at least one statement. 259
 Warning blocks LeftCurly '{' should be on a new line. 261
 Warning blocks RightCurly '}' should be alone on a line. 263
 Warning blocks LeftCurly '{' should be on a new line. 263
 Warning blocks RightCurly '}' should be alone on a line. 265
 Warning blocks LeftCurly '{' should be on a new line. 265
 Warning blocks LeftCurly '{' should be on a new line. 285
 Warning blocks LeftCurly '{' should be on a new line. 290
 Warning blocks RightCurly '}' should be alone on a line. 292
 Warning blocks LeftCurly '{' should be on a new line. 292
 Warning blocks LeftCurly '{' should be on a new line. 295
 Warning blocks LeftCurly '{' should be on a new line. 302
 Warning blocks RightCurly '}' should be alone on a line. 304
 Warning blocks LeftCurly '{' should be on a new line. 304
 Warning blocks LeftCurly '{' should be on a new line. 308
 Warning blocks RightCurly '}' should be alone on a line. 310
 Warning blocks LeftCurly '{' should be on a new line. 310
 Warning blocks RightCurly '}' should be alone on a line. 312
 Warning blocks LeftCurly '{' should be on a new line. 312
 Warning blocks RightCurly '}' should be alone on a line. 314
 Warning blocks LeftCurly '{' should be on a new line. 314
 Warning blocks LeftCurly '{' should be on a new line. 319
 Warning blocks RightCurly '}' should be alone on a line. 321
 Warning blocks LeftCurly '{' should be on a new line. 321
 Warning blocks LeftCurly '{' should be on a new line. 340
 Warning blocks LeftCurly '{' should be on a new line. 345
 Warning blocks RightCurly '}' should be alone on a line. 347
 Warning blocks LeftCurly '{' should be on a new line. 347
 Warning blocks LeftCurly '{' should be on a new line. 350
 Warning blocks LeftCurly '{' should be on a new line. 357
 Warning blocks RightCurly '}' should be alone on a line. 359
 Warning blocks LeftCurly '{' should be on a new line. 359
 Warning blocks LeftCurly '{' should be on a new line. 363
 Warning blocks RightCurly '}' should be alone on a line. 365
 Warning blocks LeftCurly '{' should be on a new line. 365
 Warning blocks RightCurly '}' should be alone on a line. 367
 Warning blocks LeftCurly '{' should be on a new line. 367
 Warning blocks RightCurly '}' should be alone on a line. 369
 Warning blocks LeftCurly '{' should be on a new line. 369
 Warning blocks LeftCurly '{' should be on a new line. 374
 Warning blocks RightCurly '}' should be alone on a line. 376
 Warning blocks LeftCurly '{' should be on a new line. 376
 Warning blocks LeftCurly '{' should be on a new line. 395
 Warning blocks LeftCurly '{' should be on a new line. 400
 Warning blocks RightCurly '}' should be alone on a line. 402
 Warning blocks LeftCurly '{' should be on a new line. 402
 Warning blocks LeftCurly '{' should be on a new line. 405
 Warning blocks LeftCurly '{' should be on a new line. 412
 Warning blocks LeftCurly '{' should be on a new line. 416
 Warning blocks RightCurly '}' should be alone on a line. 418
 Warning blocks LeftCurly '{' should be on a new line. 418
 Warning blocks LeftCurly '{' should be on a new line. 422
 Warning blocks RightCurly '}' should be alone on a line. 424
 Warning blocks LeftCurly '{' should be on a new line. 424
 Warning blocks LeftCurly '{' should be on a new line. 428
 Warning blocks RightCurly '}' should be alone on a line. 430
 Warning blocks LeftCurly '{' should be on a new line. 430
 Warning blocks LeftCurly '{' should be on a new line. 443
 Warning blocks LeftCurly '{' should be on a new line. 444
 Warning blocks RightCurly '}' should be alone on a line. 446
 Warning blocks LeftCurly '{' should be on a new line. 446
 Warning blocks RightCurly '}' should be alone on a line. 448
 Warning blocks LeftCurly '{' should be on a new line. 448
 Warning blocks RightCurly '}' should be alone on a line. 450
 Warning blocks LeftCurly '{' should be on a new line. 450
 Warning blocks RightCurly '}' should be alone on a line. 452
 Warning blocks LeftCurly '{' should be on a new line. 452
 Warning blocks RightCurly '}' should be alone on a line. 454
 Warning blocks LeftCurly '{' should be on a new line. 454
 Warning blocks LeftCurly '{' should be on a new line. 462

org/opentrafficsim/road/network/factory/vissim/Customer.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 14
 Warning javadoc JavadocVariable Missing a Javadoc comment. 16
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 16
 Warning javadoc JavadocVariable Missing a Javadoc comment. 18
 Warning design VisibilityModifier Variable 'age' must be private and have accessor methods. 18
 Warning javadoc JavadocVariable Missing a Javadoc comment. 20
 Warning design VisibilityModifier Variable 'id' must be private and have accessor methods. 20
 Warning design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 22
 Warning javadoc JavadocMethod Missing a Javadoc comment. 22
 Warning blocks LeftCurly '{' should be on a new line. 22
 Warning design DesignForExtension Method 'setName' is not designed for extension - needs to be abstract, final or empty. 26
 Warning javadoc JavadocMethod Missing a Javadoc comment. 26
 Warning misc FinalParameters Parameter name should be final. 27
 Warning blocks LeftCurly '{' should be on a new line. 27
 Warning design DesignForExtension Method 'getAge' is not designed for extension - needs to be abstract, final or empty. 31
 Warning javadoc JavadocMethod Missing a Javadoc comment. 31
 Warning blocks LeftCurly '{' should be on a new line. 31
 Warning design DesignForExtension Method 'setAge' is not designed for extension - needs to be abstract, final or empty. 35
 Warning javadoc JavadocMethod Missing a Javadoc comment. 35
 Warning misc FinalParameters Parameter age should be final. 36
 Warning blocks LeftCurly '{' should be on a new line. 36
 Warning design DesignForExtension Method 'getId' is not designed for extension - needs to be abstract, final or empty. 40
 Warning javadoc JavadocMethod Missing a Javadoc comment. 40
 Warning blocks LeftCurly '{' should be on a new line. 40
 Warning design DesignForExtension Method 'setId' is not designed for extension - needs to be abstract, final or empty. 44
 Warning javadoc JavadocMethod Missing a Javadoc comment. 44
 Warning misc FinalParameters Parameter id should be final. 45
 Warning blocks LeftCurly '{' should be on a new line. 45

org/opentrafficsim/road/network/factory/vissim/FillTag.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 37
 Warning blocks LeftCurly '{' should be on a new line. 91
 Warning blocks LeftCurly '{' should be on a new line. 95
 Warning blocks LeftCurly '{' should be on a new line. 99
 Warning blocks LeftCurly '{' should be on a new line. 103
 Warning blocks LeftCurly '{' should be on a new line. 107
 Warning blocks LeftCurly '{' should be on a new line. 111
 Warning blocks LeftCurly '{' should be on a new line. 116
 Warning blocks LeftCurly '{' should be on a new line. 118
 Warning blocks LeftCurly '{' should be on a new line. 125
 Warning blocks LeftCurly '{' should be on a new line. 127
 Warning blocks LeftCurly '{' should be on a new line. 134
 Warning blocks LeftCurly '{' should be on a new line. 139
 Warning blocks LeftCurly '{' should be on a new line. 145
 Warning blocks LeftCurly '{' should be on a new line. 151
 Warning blocks LeftCurly '{' should be on a new line. 161
 Warning blocks LeftCurly '{' should be on a new line. 163
 Warning blocks LeftCurly '{' should be on a new line. 171
 Warning blocks LeftCurly '{' should be on a new line. 173
 Warning blocks LeftCurly '{' should be on a new line. 181
 Warning blocks LeftCurly '{' should be on a new line. 183
 Warning blocks LeftCurly '{' should be on a new line. 191
 Warning blocks LeftCurly '{' should be on a new line. 193
 Warning blocks LeftCurly '{' should be on a new line. 201
 Warning blocks LeftCurly '{' should be on a new line. 221
 Warning blocks LeftCurly '{' should be on a new line. 225
 Warning blocks LeftCurly '{' should be on a new line. 240

org/opentrafficsim/road/network/factory/vissim/GTUMixTag.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 42
 Warning blocks LeftCurly '{' should be on a new line. 67
 Warning blocks LeftCurly '{' should be on a new line. 68
 Warning blocks LeftCurly '{' should be on a new line. 73
 Warning blocks LeftCurly '{' should be on a new line. 77
 Warning blocks LeftCurly '{' should be on a new line. 82
 Warning blocks LeftCurly '{' should be on a new line. 85
 Warning blocks LeftCurly '{' should be on a new line. 103
 Warning blocks LeftCurly '{' should be on a new line. 107
 Warning blocks LeftCurly '{' should be on a new line. 110
 Warning blocks LeftCurly '{' should be on a new line. 117
 Warning blocks LeftCurly '{' should be on a new line. 126

org/opentrafficsim/road/network/factory/vissim/GTUTYPE.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 37
 Warning javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 40
 Warning javadoc JavadocVariable Missing a Javadoc comment. 42
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 44
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 50
 Warning blocks LeftCurly '{' should be on a new line. 50
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 58
 Warning misc FinalParameters Parameter value should be final. 58
 Warning blocks LeftCurly '{' should be on a new line. 58
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 66
 Warning blocks LeftCurly '{' should be on a new line. 66
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 74
 Warning misc FinalParameters Parameter value should be final. 74
 Warning blocks LeftCurly '{' should be on a new line. 74

org/opentrafficsim/road/network/factory/vissim/GTUTag.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 44
 Warning blocks LeftCurly '{' should be on a new line. 77
 Warning blocks LeftCurly '{' should be on a new line. 78
 Warning blocks LeftCurly '{' should be on a new line. 83
 Warning blocks LeftCurly '{' should be on a new line. 87
 Warning blocks LeftCurly '{' should be on a new line. 92
 Warning blocks LeftCurly '{' should be on a new line. 95
 Warning blocks LeftCurly '{' should be on a new line. 101
 Warning blocks LeftCurly '{' should be on a new line. 107
 Warning blocks LeftCurly '{' should be on a new line. 113
 Warning blocks LeftCurly '{' should be on a new line. 124

org/opentrafficsim/road/network/factory/vissim/GeneratorTag.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 48
 Warning design VisibilityModifier Variable 'gtuDirection' must be private and have accessor methods. 62
 Info sizes MethodLength Method length is 152 lines (max allowed is 150). 120
 Warning blocks LeftCurly '{' should be on a new line. 122
 Warning blocks LeftCurly '{' should be on a new line. 126
 Warning blocks LeftCurly '{' should be on a new line. 130
 Warning blocks LeftCurly '{' should be on a new line. 134
 Warning blocks LeftCurly '{' should be on a new line. 138
 Warning blocks LeftCurly '{' should be on a new line. 142
 Warning blocks LeftCurly '{' should be on a new line. 148
 Warning blocks LeftCurly '{' should be on a new line. 163
 Warning blocks LeftCurly '{' should be on a new line. 165
 Warning blocks LeftCurly '{' should be on a new line. 172
 Warning blocks LeftCurly '{' should be on a new line. 174
 Warning blocks LeftCurly '{' should be on a new line. 181
 Warning blocks LeftCurly '{' should be on a new line. 186
 Warning blocks LeftCurly '{' should be on a new line. 192
 Warning blocks LeftCurly '{' should be on a new line. 198
 Warning blocks LeftCurly '{' should be on a new line. 206
 Warning blocks LeftCurly '{' should be on a new line. 210
 Warning blocks LeftCurly '{' should be on a new line. 216
 Warning blocks LeftCurly '{' should be on a new line. 218
 Warning blocks LeftCurly '{' should be on a new line. 226
 Warning blocks LeftCurly '{' should be on a new line. 228
 Warning blocks LeftCurly '{' should be on a new line. 236
 Warning blocks LeftCurly '{' should be on a new line. 238
 Warning blocks LeftCurly '{' should be on a new line. 246
 Warning blocks LeftCurly '{' should be on a new line. 248
 Warning blocks LeftCurly '{' should be on a new line. 256
 Warning blocks LeftCurly '{' should be on a new line. 261
 Warning blocks LeftCurly '{' should be on a new line. 267
 Warning blocks LeftCurly '{' should be on a new line. 285
 Warning blocks LeftCurly '{' should be on a new line. 286
 Warning blocks LeftCurly '{' should be on a new line. 302
 Warning blocks LeftCurly '{' should be on a new line. 306
 Warning blocks LeftCurly '{' should be on a new line. 330

org/opentrafficsim/road/network/factory/vissim/GlobalTag.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 57
 Warning blocks LeftCurly '{' should be on a new line. 89
 Warning blocks LeftCurly '{' should be on a new line. 91
 Warning blocks LeftCurly '{' should be on a new line. 94
 Warning blocks LeftCurly '{' should be on a new line. 101
 Warning blocks LeftCurly '{' should be on a new line. 104
 Warning blocks LeftCurly '{' should be on a new line. 107
 Warning blocks LeftCurly '{' should be on a new line. 116
 Warning blocks LeftCurly '{' should be on a new line. 119
 Warning blocks LeftCurly '{' should be on a new line. 122
 Warning blocks LeftCurly '{' should be on a new line. 127
 Warning blocks LeftCurly '{' should be on a new line. 136
 Warning blocks LeftCurly '{' should be on a new line. 139
 Warning blocks LeftCurly '{' should be on a new line. 142
 Warning blocks LeftCurly '{' should be on a new line. 148
 Warning blocks LeftCurly '{' should be on a new line. 159

org/opentrafficsim/road/network/factory/vissim/LaneOverrideTag.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 26
 Warning blocks LeftCurly '{' should be on a new line. 56
 Warning blocks LeftCurly '{' should be on a new line. 60
 Warning blocks LeftCurly '{' should be on a new line. 64
 Warning blocks LeftCurly '{' should be on a new line. 68
 Warning blocks LeftCurly '{' should be on a new line. 72
 Warning blocks LeftCurly '{' should be on a new line. 77
 Warning blocks LeftCurly '{' should be on a new line. 93

org/opentrafficsim/road/network/factory/vissim/LaneTag.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 14
 Warning blocks LeftCurly '{' should be on a new line. 36

org/opentrafficsim/road/network/factory/vissim/LaneTypeTag.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 52
 Warning blocks LeftCurly '{' should be on a new line. 81
 Warning blocks LeftCurly '{' should be on a new line. 82
 Warning blocks LeftCurly '{' should be on a new line. 87
 Warning blocks LeftCurly '{' should be on a new line. 91
 Warning blocks LeftCurly '{' should be on a new line. 96
 Warning blocks LeftCurly '{' should be on a new line. 101
 Warning blocks LeftCurly '{' should be on a new line. 106
 Warning blocks LeftCurly '{' should be on a new line. 109
 Warning blocks LeftCurly '{' should be on a new line. 113
 Warning blocks LeftCurly '{' should be on a new line. 116
 Warning blocks LeftCurly '{' should be on a new line. 123

org/opentrafficsim/road/network/factory/vissim/LinkTag.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 42
 Warning javadoc JavadocVariable Missing a Javadoc comment. 123
 Warning design VisibilityModifier Variable 'connectorTag' must be private and have accessor methods. 123
 Warning javadoc JavadocVariable Missing a Javadoc comment. 133
 Warning design VisibilityModifier Variable 'signalHeads' must be private and have accessor methods. 133
 Warning javadoc JavadocVariable Missing a Javadoc comment. 135
 Warning design VisibilityModifier Variable 'sensors' must be private and have accessor methods. 135
 Warning javadoc JavadocVariable Missing a Javadoc comment. 137
 Warning design VisibilityModifier Variable 'signalHeadsToRemove' must be private and have accessor methods. 137
 Warning javadoc JavadocVariable Missing a Javadoc comment. 139
 Warning design VisibilityModifier Variable 'sensorTagsToRemove' must be private and have accessor methods. 139
 Warning javadoc JavadocVariable Missing a Javadoc comment. 142
 Warning design VisibilityModifier Variable 'connector' must be private and have accessor methods. 142
 Warning javadoc JavadocVariable Missing a Javadoc comment. 144
 Warning design VisibilityModifier Variable 'arcTag' must be private and have accessor methods. 144
 Warning javadoc JavadocVariable Missing a Javadoc comment. 146
 Warning design VisibilityModifier Variable 'bezierTag' must be private and have accessor methods. 146
 Warning javadoc JavadocVariable Missing a Javadoc comment. 148
 Warning design VisibilityModifier Variable 'roadLayoutTag' must be private and have accessor methods. 148
 Warning misc FinalParameters Parameter linkTag should be final. 153
 Warning javadoc JavadocMethod Expected @param tag for 'linkTag'. 153
 Warning blocks LeftCurly '{' should be on a new line. 153
 Warning blocks LeftCurly '{' should be on a new line. 160
 Warning blocks LeftCurly '{' should be on a new line. 163
 Warning blocks LeftCurly '{' should be on a new line. 173
 Warning blocks LeftCurly '{' should be on a new line. 185
 Warning blocks LeftCurly '{' should be on a new line. 187
 Warning blocks LeftCurly '{' should be on a new line. 189
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 196
 Warning blocks LeftCurly '{' should be on a new line. 199
 Warning blocks LeftCurly '{' should be on a new line. 204
 Warning blocks LeftCurly '{' should be on a new line. 208
 Warning blocks LeftCurly '{' should be on a new line. 227
 Warning blocks LeftCurly '{' should be on a new line. 233
 Warning javadoc JavadocMethod Missing a Javadoc comment. 246
 Warning misc FinalParameters Parameter linkTag should be final. 246
 Warning misc FinalParameters Parameter connectorToNode should be final. 246
 Warning blocks LeftCurly '{' should be on a new line. 246
 Warning blocks LeftCurly '{' should be on a new line. 248
 Warning blocks LeftCurly '{' should be on a new line. 252
 Warning blocks LeftCurly '{' should be on a new line. 259
 Warning javadoc JavadocMethod Missing a Javadoc comment. 265
 Warning misc FinalParameters Parameter linkTag should be final. 265
 Warning misc FinalParameters Parameter connectorFromNode should be final. 265
 Warning blocks LeftCurly '{' should be on a new line. 265
 Warning blocks LeftCurly '{' should be on a new line. 267
 Warning blocks LeftCurly '{' should be on a new line. 271
 Warning blocks LeftCurly '{' should be on a new line. 279
 Warning javadoc JavadocMethod Missing a Javadoc comment. 285
 Warning misc FinalParameters Parameter linkTag should be final. 285
 Warning misc FinalParameters Parameter laneNodes should be final. 285
 Warning blocks LeftCurly '{' should be on a new line. 285
 Warning blocks LeftCurly '{' should be on a new line. 288
 Warning blocks LeftCurly '{' should be on a new line. 292
 Warning blocks RightCurly '}' should be alone on a line. 294
 Warning blocks LeftCurly '{' should be on a new line. 294
 Warning javadoc JavadocMethod Missing a Javadoc comment. 306
 Warning misc FinalParameters Parameter linkTag should be final. 306
 Warning misc FinalParameters Parameter nodeCoords should be final. 306
 Warning blocks LeftCurly '{' should be on a new line. 307
 Warning javadoc JavadocMethod Missing a Javadoc comment. 321
 Warning misc FinalParameters Parameter node should be final. 321
 Warning misc FinalParameters Parameter linkTag should be final. 321
 Warning blocks LeftCurly '{' should be on a new line. 322
 Warning blocks LeftCurly '{' should be on a new line. 327
 Warning blocks LeftCurly '{' should be on a new line. 335
 Warning blocks RightCurly '}' should be alone on a line. 338
 Warning blocks LeftCurly '{' should be on a new line. 338
 Warning javadoc JavadocStyle First sentence should end with a period. 348
 Warning javadoc JavadocMethod Expected an @return tag. 357
 Warning misc FinalParameters Parameter splitNodeTag should be final. 357
 Warning javadoc JavadocMethod Expected @param tag for 'splitNodeTag'. 357
 Warning misc FinalParameters Parameter linkTag should be final. 357
 Warning javadoc JavadocMethod Expected @param tag for 'linkTag'. 357
 Warning misc FinalParameters Parameter parser should be final. 357
 Warning javadoc JavadocMethod Expected @param tag for 'parser'. 357
 Warning misc FinalParameters Parameter splitPosition should be final. 358
 Warning javadoc JavadocMethod Expected @param tag for 'splitPosition'. 358
 Warning misc FinalParameters Parameter margin should be final. 358
 Warning javadoc JavadocMethod Expected @param tag for 'margin'. 358
 Warning misc FinalParameters Parameter isConnectorToLink should be final. 358
 Warning javadoc JavadocMethod Expected @param tag for 'isConnectorToLink'. 358
 Warning javadoc JavadocMethod Expected @throws tag for 'OTSGeometryException'. 358
 Warning blocks LeftCurly '{' should be on a new line. 358
 Warning blocks LeftCurly '{' should be on a new line. 367
 Warning blocks LeftCurly '{' should be on a new line. 390
 Warning blocks LeftCurly '{' should be on a new line. 393
 Warning blocks LeftCurly '{' should be on a new line. 407
 Warning blocks LeftCurly '{' should be on a new line. 410
 Warning javadoc JavadocStyle First sentence should end with a period. 433
 Warning misc FinalParameters Parameter linkTag should be final. 439
 Warning javadoc JavadocMethod Expected @param tag for 'linkTag'. 439
 Warning misc FinalParameters Parameter designLine should be final. 439
 Warning javadoc JavadocMethod Expected @param tag for 'designLine'. 439
 Warning misc FinalParameters Parameter nodeTag should be final. 439
 Warning javadoc JavadocMethod Expected @param tag for 'nodeTag'. 439
 Warning blocks LeftCurly '{' should be on a new line. 439
 Warning blocks LeftCurly '{' should be on a new line. 444
 Warning blocks LeftCurly '{' should be on a new line. 446
 Warning blocks LeftCurly '{' should be on a new line. 450
 Warning blocks LeftCurly '{' should be on a new line. 454
 Warning blocks LeftCurly '{' should be on a new line. 459
 Warning blocks LeftCurly '{' should be on a new line. 460
 Warning blocks RightCurly '}' should be alone on a line. 463
 Warning blocks LeftCurly '{' should be on a new line. 463
 Warning javadoc JavadocStyle First sentence should end with a period. 469
 Warning misc FinalParameters Parameter linkTag should be final. 475
 Warning javadoc JavadocMethod Expected @param tag for 'linkTag'. 475
 Warning misc FinalParameters Parameter designLine should be final. 475
 Warning javadoc JavadocMethod Expected @param tag for 'designLine'. 475
 Warning misc FinalParameters Parameter nodeTag should be final. 475
 Warning javadoc JavadocMethod Expected @param tag for 'nodeTag'. 475
 Warning blocks LeftCurly '{' should be on a new line. 475
 Warning blocks LeftCurly '{' should be on a new line. 479
 Warning blocks LeftCurly '{' should be on a new line. 480
 Warning blocks LeftCurly '{' should be on a new line. 484
 Warning blocks LeftCurly '{' should be on a new line. 487
 Warning blocks LeftCurly '{' should be on a new line. 492
 Warning blocks LeftCurly '{' should be on a new line. 493
 Warning blocks RightCurly '}' should be alone on a line. 496
 Warning blocks LeftCurly '{' should be on a new line. 496
 Warning javadoc JavadocMethod Missing a Javadoc comment. 502
 Warning misc FinalParameters Parameter linkTag should be final. 502
 Warning misc FinalParameters Parameter designLine should be final. 502
 Warning blocks LeftCurly '{' should be on a new line. 502
 Warning blocks LeftCurly '{' should be on a new line. 506
 Warning blocks LeftCurly '{' should be on a new line. 507
 Warning blocks LeftCurly '{' should be on a new line. 510
 Warning blocks LeftCurly '{' should be on a new line. 513
 Warning blocks LeftCurly '{' should be on a new line. 518
 Warning blocks LeftCurly '{' should be on a new line. 519
 Warning blocks RightCurly '}' should be alone on a line. 522
 Warning blocks LeftCurly '{' should be on a new line. 522
 Warning javadoc JavadocMethod Missing a Javadoc comment. 528
 Warning misc FinalParameters Parameter linkTag should be final. 528
 Warning blocks LeftCurly '{' should be on a new line. 528
 Warning blocks LeftCurly '{' should be on a new line. 530
 Warning blocks RightCurly '}' should be alone on a line. 534
 Warning blocks LeftCurly '{' should be on a new line. 534
 Warning blocks LeftCurly '{' should be on a new line. 539
 Warning blocks LeftCurly '{' should be on a new line. 555
 Warning blocks LeftCurly '{' should be on a new line. 556
 Warning blocks LeftCurly '{' should be on a new line. 562
 Warning blocks LeftCurly '{' should be on a new line. 566
 Warning blocks LeftCurly '{' should be on a new line. 568
 Warning blocks LeftCurly '{' should be on a new line. 570
 Warning blocks RightCurly '}' should be alone on a line. 575
 Warning blocks LeftCurly '{' should be on a new line. 575
 Warning blocks LeftCurly '{' should be on a new line. 581
 Warning blocks LeftCurly '{' should be on a new line. 584
 Warning blocks LeftCurly '{' should be on a new line. 592
 Warning blocks LeftCurly '{' should be on a new line. 601
 Warning misc FinalParameters Parameter parser should be final. 608
 Warning javadoc JavadocMethod Expected @param tag for 'parser'. 608
 Warning blocks LeftCurly '{' should be on a new line. 608
 Warning blocks LeftCurly '{' should be on a new line. 610
 Warning misc FinalParameters Parameter parser should be final. 618
 Warning javadoc JavadocMethod Expected @param tag for 'parser'. 618
 Warning blocks LeftCurly '{' should be on a new line. 618
 Warning blocks LeftCurly '{' should be on a new line. 619
 Warning misc FinalParameters Parameter parser should be final. 630
 Warning javadoc JavadocMethod Expected @param tag for 'parser'. 630
 Warning javadoc JavadocMethod Expected @throws tag for 'OTSGeometryException'. 630
 Warning javadoc JavadocMethod Expected @throws tag for 'NetworkException'. 630
 Warning javadoc JavadocMethod Expected @throws tag for 'NamingException'. 631
 Warning blocks LeftCurly '{' should be on a new line. 631
 Warning blocks LeftCurly '{' should be on a new line. 632

org/opentrafficsim/road/network/factory/vissim/Links.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 56
 Warning blocks LeftCurly '{' should be on a new line. 58
 Warning blocks LeftCurly '{' should be on a new line. 69
 Warning blocks LeftCurly '{' should be on a new line. 71
 Warning blocks LeftCurly '{' should be on a new line. 73
 Warning blocks LeftCurly '{' should be on a new line. 74
 Warning blocks LeftCurly '{' should be on a new line. 79
 Warning blocks LeftCurly '{' should be on a new line. 89
 Warning blocks LeftCurly '{' should be on a new line. 91
 Warning blocks LeftCurly '{' should be on a new line. 94
 Warning blocks LeftCurly '{' should be on a new line. 99
 Warning blocks LeftCurly '{' should be on a new line. 101
 Warning blocks LeftCurly '{' should be on a new line. 102
 Warning blocks LeftCurly '{' should be on a new line. 103
 Warning blocks LeftCurly '{' should be on a new line. 107
 Warning blocks LeftCurly '{' should be on a new line. 109
 Warning blocks RightCurly '}' should be alone on a line. 124
 Warning blocks LeftCurly '{' should be on a new line. 124
 Warning blocks RightCurly '}' should be alone on a line. 139
 Warning blocks LeftCurly '{' should be on a new line. 139
 Warning blocks RightCurly '}' should be alone on a line. 172
 Warning blocks LeftCurly '{' should be on a new line. 172
 Warning blocks LeftCurly '{' should be on a new line. 177
 Warning blocks LeftCurly '{' should be on a new line. 183
 Warning blocks RightCurly '}' should be alone on a line. 193
 Warning blocks LeftCurly '{' should be on a new line. 193
 Warning blocks LeftCurly '{' should be on a new line. 211
 Warning blocks LeftCurly '{' should be on a new line. 218
 Warning blocks RightCurly '}' should be alone on a line. 226
 Warning blocks LeftCurly '{' should be on a new line. 226
 Warning blocks LeftCurly '{' should be on a new line. 244
 Warning blocks LeftCurly '{' should be on a new line. 250
 Warning blocks LeftCurly '{' should be on a new line. 252
 Warning blocks LeftCurly '{' should be on a new line. 264
 Warning blocks LeftCurly '{' should be on a new line. 266
 Warning blocks LeftCurly '{' should be on a new line. 278
 Warning blocks LeftCurly '{' should be on a new line. 279
 Warning blocks LeftCurly '{' should be on a new line. 280
 Warning blocks LeftCurly '{' should be on a new line. 283
 Warning blocks LeftCurly '{' should be on a new line. 302
 Warning blocks LeftCurly '{' should be on a new line. 306
 Warning blocks LeftCurly '{' should be on a new line. 309
 Warning blocks LeftCurly '{' should be on a new line. 321
 Warning blocks LeftCurly '{' should be on a new line. 331
 Warning blocks LeftCurly '{' should be on a new line. 337
 Warning blocks LeftCurly '{' should be on a new line. 342
 Warning blocks RightCurly '}' should be alone on a line. 346
 Warning blocks LeftCurly '{' should be on a new line. 346
 Warning blocks LeftCurly '{' should be on a new line. 355
 Warning blocks LeftCurly '{' should be on a new line. 356
 Warning blocks RightCurly '}' should be alone on a line. 361
 Warning blocks LeftCurly '{' should be on a new line. 361
 Warning blocks LeftCurly '{' should be on a new line. 362
 Warning blocks LeftCurly '{' should be on a new line. 363
 Warning blocks RightCurly '}' should be alone on a line. 369
 Warning blocks LeftCurly '{' should be on a new line. 369
 Warning blocks LeftCurly '{' should be on a new line. 377
 Warning blocks LeftCurly '{' should be on a new line. 379
 Warning blocks LeftCurly '{' should be on a new line. 387
 Warning blocks LeftCurly '{' should be on a new line. 391
 Warning blocks LeftCurly '{' should be on a new line. 418
 Warning blocks LeftCurly '{' should be on a new line. 430
 Warning blocks LeftCurly '{' should be on a new line. 435
 Warning blocks RightCurly '}' should be alone on a line. 437
 Warning blocks LeftCurly '{' should be on a new line. 437
 Warning blocks LeftCurly '{' should be on a new line. 445
 Warning blocks LeftCurly '{' should be on a new line. 446
 Warning blocks LeftCurly '{' should be on a new line. 463
 Warning blocks LeftCurly '{' should be on a new line. 464
 Warning blocks LeftCurly '{' should be on a new line. 465
 Warning blocks LeftCurly '{' should be on a new line. 467
 Warning blocks LeftCurly '{' should be on a new line. 475
 Warning blocks LeftCurly '{' should be on a new line. 476
 Warning blocks LeftCurly '{' should be on a new line. 477
 Warning blocks LeftCurly '{' should be on a new line. 479
 Warning blocks LeftCurly '{' should be on a new line. 494
 Warning blocks LeftCurly '{' should be on a new line. 495
 Warning blocks RightCurly '}' should be alone on a line. 497
 Warning blocks LeftCurly '{' should be on a new line. 497
 Warning blocks LeftCurly '{' should be on a new line. 521
 Warning blocks LeftCurly '{' should be on a new line. 533
 Warning blocks LeftCurly '{' should be on a new line. 538
 Warning blocks RightCurly '}' should be alone on a line. 540
 Warning blocks LeftCurly '{' should be on a new line. 540
 Warning blocks LeftCurly '{' should be on a new line. 553
 Warning blocks LeftCurly '{' should be on a new line. 565
 Warning blocks LeftCurly '{' should be on a new line. 578
 Warning blocks RightCurly '}' should be alone on a line. 581
 Warning blocks LeftCurly '{' should be on a new line. 581
 Warning blocks LeftCurly '{' should be on a new line. 596
 Warning blocks LeftCurly '{' should be on a new line. 597
 Warning blocks RightCurly '}' should be alone on a line. 599
 Warning blocks LeftCurly '{' should be on a new line. 599

org/opentrafficsim/road/network/factory/vissim/ListGeneratorTag.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 26
 Warning blocks LeftCurly '{' should be on a new line. 64
 Warning blocks LeftCurly '{' should be on a new line. 68
 Warning blocks LeftCurly '{' should be on a new line. 72
 Warning blocks RightCurly '}' should be alone on a line. 74
 Warning blocks LeftCurly '{' should be on a new line. 74
 Warning blocks LeftCurly '{' should be on a new line. 78
 Warning blocks LeftCurly '{' should be on a new line. 82
 Warning blocks LeftCurly '{' should be on a new line. 86
 Warning blocks LeftCurly '{' should be on a new line. 90
 Warning blocks LeftCurly '{' should be on a new line. 94
 Warning blocks LeftCurly '{' should be on a new line. 99
 Warning blocks LeftCurly '{' should be on a new line. 105
 Warning blocks LeftCurly '{' should be on a new line. 107
 Warning blocks LeftCurly '{' should be on a new line. 114
 Warning blocks LeftCurly '{' should be on a new line. 116
 Warning blocks LeftCurly '{' should be on a new line. 123
 Warning blocks LeftCurly '{' should be on a new line. 128
 Warning blocks LeftCurly '{' should be on a new line. 134
 Warning blocks LeftCurly '{' should be on a new line. 146

org/opentrafficsim/road/network/factory/vissim/LocatePoint.java

Severity Category Rule Message Line
 Warning javadoc JavadocStyle First sentence should end with a period. 40
 Warning blocks LeftCurly '{' should be on a new line. 43
 Warning javadoc JavadocMethod Missing a Javadoc comment. 45
 Warning misc FinalParameters Parameter p0 should be final. 45
 Warning misc FinalParameters Parameter p1 should be final. 45
 Warning misc FinalParameters Parameter distance should be final. 45
 Warning blocks LeftCurly '{' should be on a new line. 45
 Warning blocks LeftCurly '{' should be on a new line. 48
 Warning blocks LeftCurly '{' should be on a new line. 51
 Warning javadoc JavadocMethod Missing a Javadoc comment. 60
 Warning misc FinalParameters Parameter line should be final. 60
 Warning misc FinalParameters Parameter distance should be final. 60
 Warning blocks LeftCurly '{' should be on a new line. 60
 Warning javadoc JavadocVariable Missing a Javadoc comment. 65
 Warning javadoc JavadocVariable Missing a Javadoc comment. 67
 Warning javadoc JavadocMethod Missing a Javadoc comment. 69
 Warning misc FinalParameters Parameter line should be final. 69
 Warning misc FinalParameters Parameter distance should be final. 69
 Warning blocks LeftCurly '{' should be on a new line. 69
 Warning javadoc JavadocMethod Missing a Javadoc comment. 73
 Warning misc FinalParameters Parameter line should be final. 73
 Warning misc FinalParameters Parameter distance should be final. 73
 Warning blocks LeftCurly '{' should be on a new line. 73
 Warning blocks LeftCurly '{' should be on a new line. 77
 Warning blocks LeftCurly '{' should be on a new line. 81
 Warning design DesignForExtension Method 'getPoint' is not designed for extension - needs to be abstract, final or empty. 93
 Warning javadoc JavadocMethod Missing a Javadoc comment. 93
 Warning blocks LeftCurly '{' should be on a new line. 93
 Warning javadoc JavadocStyle First sentence should end with a period. 97
 Warning design DesignForExtension Method 'getIndex' is not designed for extension - needs to be abstract, final or empty. 101
 Warning blocks LeftCurly '{' should be on a new line. 101

org/opentrafficsim/road/network/factory/vissim/NodeTag.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 35
 Warning javadoc JavadocMethod Unused @param tag for 'nodeList'. 60
 Warning misc FinalParameters Parameter fromNode should be final. 66
 Warning javadoc JavadocMethod Expected @param tag for 'fromNode'. 66
 Warning misc FinalParameters Parameter toNode should be final. 66
 Warning javadoc JavadocMethod Expected @param tag for 'toNode'. 66
 Warning misc FinalParameters Parameter points should be final. 66
 Warning javadoc JavadocMethod Expected @param tag for 'points'. 66
 Warning blocks LeftCurly '{' should be on a new line. 67
 Warning javadoc JavadocMethod Expected @param tag for 'parser'. 88
 Warning misc FinalParameters Parameter nodeTag should be final. 88
 Warning javadoc JavadocMethod Expected @param tag for 'nodeTag'. 88
 Warning javadoc JavadocMethod Expected @throws tag for 'NetworkException'. 88
 Warning blocks LeftCurly '{' should be on a new line. 88
 Warning blocks LeftCurly '{' should be on a new line. 89
 Warning blocks LeftCurly '{' should be on a new line. 91
 Warning blocks RightCurly '}' should be alone on a line. 93
 Warning blocks LeftCurly '{' should be on a new line. 93
 Warning blocks LeftCurly '{' should be on a new line. 108
 Warning blocks LeftCurly '{' should be on a new line. 111
 Warning blocks LeftCurly '{' should be on a new line. 112
 Warning blocks LeftCurly '{' should be on a new line. 129
 Warning blocks LeftCurly '{' should be on a new line. 131
 Warning javadoc JavadocMethod Missing a Javadoc comment. 142
 Warning blocks LeftCurly '{' should be on a new line. 142
 Warning blocks LeftCurly '{' should be on a new line. 148
 Warning blocks LeftCurly '{' should be on a new line. 152
 Warning blocks LeftCurly '{' should be on a new line. 155
 Warning blocks LeftCurly '{' should be on a new line. 157
 Warning blocks LeftCurly '{' should be on a new line. 166
 Warning blocks LeftCurly '{' should be on a new line. 169
 Warning blocks LeftCurly '{' should be on a new line. 174
 Warning blocks LeftCurly '{' should be on a new line. 181
 Warning javadoc JavadocMethod Missing a Javadoc comment. 188
 Warning blocks LeftCurly '{' should be on a new line. 188
 Warning blocks LeftCurly '{' should be on a new line. 195
 Warning blocks LeftCurly '{' should be on a new line. 199
 Warning blocks LeftCurly '{' should be on a new line. 201
 Warning blocks LeftCurly '{' should be on a new line. 212
 Warning blocks LeftCurly '{' should be on a new line. 216
 Warning blocks LeftCurly '{' should be on a new line. 223
 Warning javadoc JavadocMethod Expected an @return tag. 235
 Warning misc FinalParameters Parameter linkTag should be final. 235
 Warning javadoc JavadocMethod Expected @param tag for 'linkTag'. 235
 Warning misc FinalParameters Parameter parser should be final. 235
 Warning javadoc JavadocMethod Expected @param tag for 'parser'. 235
 Warning misc FinalParameters Parameter position should be final. 235
 Warning javadoc JavadocMethod Expected @param tag for 'position'. 235
 Warning javadoc JavadocMethod Expected @throws tag for 'OTSGeometryException'. 236
 Warning javadoc JavadocMethod Expected @throws tag for 'NetworkException'. 236
 Warning blocks LeftCurly '{' should be on a new line. 236

org/opentrafficsim/road/network/factory/vissim/PolyLineTag.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 20
 Warning javadoc JavadocVariable Missing a Javadoc comment. 28
 Warning design VisibilityModifier Variable 'vertices' must be private and have accessor methods. 28
 Warning misc FinalParameters Parameter polyLineTag should be final. 33
 Warning javadoc JavadocMethod Expected @param tag for 'polyLineTag'. 33
 Warning blocks LeftCurly '{' should be on a new line. 33
 Warning blocks LeftCurly '{' should be on a new line. 34
 Warning misc FinalParameters Parameter length should be final. 44
 Warning javadoc JavadocMethod Expected @param tag for 'length'. 44
 Warning misc FinalParameters Parameter vertices should be final. 44
 Warning javadoc JavadocMethod Expected @param tag for 'vertices'. 44
 Warning blocks LeftCurly '{' should be on a new line. 44
 Warning blocks LeftCurly '{' should be on a new line. 53
 Warning blocks LeftCurly '{' should be on a new line. 67
 Warning blocks LeftCurly '{' should be on a new line. 77
 Warning blocks LeftCurly '{' should be on a new line. 85
 Warning blocks LeftCurly '{' should be on a new line. 86
 Warning blocks LeftCurly '{' should be on a new line. 97

org/opentrafficsim/road/network/factory/vissim/RoadLayoutTag.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 108
 Warning blocks LeftCurly '{' should be on a new line. 151
 Warning blocks LeftCurly '{' should be on a new line. 152
 Warning blocks LeftCurly '{' should be on a new line. 168
 Warning blocks LeftCurly '{' should be on a new line. 173
 Warning blocks LeftCurly '{' should be on a new line. 177
 Warning blocks LeftCurly '{' should be on a new line. 182
 Warning blocks LeftCurly '{' should be on a new line. 185
 Warning blocks LeftCurly '{' should be on a new line. 191
 Warning blocks LeftCurly '{' should be on a new line. 196
 Warning blocks LeftCurly '{' should be on a new line. 201
 Warning blocks LeftCurly '{' should be on a new line. 206
 Warning blocks LeftCurly '{' should be on a new line. 209
 Warning blocks LeftCurly '{' should be on a new line. 213
 Warning blocks LeftCurly '{' should be on a new line. 216
 Warning blocks LeftCurly '{' should be on a new line. 223
 Warning blocks LeftCurly '{' should be on a new line. 234
 Warning blocks LeftCurly '{' should be on a new line. 239
 Warning blocks LeftCurly '{' should be on a new line. 244
 Warning blocks LeftCurly '{' should be on a new line. 249
 Warning blocks LeftCurly '{' should be on a new line. 254
 Warning blocks LeftCurly '{' should be on a new line. 263

org/opentrafficsim/road/network/factory/vissim/RoadTypeTag.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 53
 Warning blocks LeftCurly '{' should be on a new line. 88
 Warning blocks LeftCurly '{' should be on a new line. 89
 Warning blocks LeftCurly '{' should be on a new line. 105
 Warning blocks LeftCurly '{' should be on a new line. 110
 Warning blocks LeftCurly '{' should be on a new line. 114
 Warning blocks LeftCurly '{' should be on a new line. 119
 Warning blocks LeftCurly '{' should be on a new line. 124
 Warning blocks LeftCurly '{' should be on a new line. 135
 Warning blocks LeftCurly '{' should be on a new line. 138
 Warning blocks LeftCurly '{' should be on a new line. 142
 Warning blocks LeftCurly '{' should be on a new line. 145
 Warning blocks LeftCurly '{' should be on a new line. 152
 Warning blocks LeftCurly '{' should be on a new line. 166

org/opentrafficsim/road/network/factory/vissim/RouteMixTag.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 22
 Warning blocks LeftCurly '{' should be on a new line. 47
 Warning blocks LeftCurly '{' should be on a new line. 48
 Warning blocks LeftCurly '{' should be on a new line. 52
 Warning blocks LeftCurly '{' should be on a new line. 56
 Warning blocks LeftCurly '{' should be on a new line. 61
 Warning blocks LeftCurly '{' should be on a new line. 64
 Warning blocks LeftCurly '{' should be on a new line. 82
 Warning blocks LeftCurly '{' should be on a new line. 86
 Warning blocks LeftCurly '{' should be on a new line. 89
 Warning blocks LeftCurly '{' should be on a new line. 96
 Warning blocks LeftCurly '{' should be on a new line. 105

org/opentrafficsim/road/network/factory/vissim/RouteTag.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 23
 Warning blocks LeftCurly '{' should be on a new line. 48
 Warning blocks LeftCurly '{' should be on a new line. 49
 Warning blocks LeftCurly '{' should be on a new line. 53
 Warning blocks LeftCurly '{' should be on a new line. 57
 Warning blocks LeftCurly '{' should be on a new line. 61
 Warning blocks LeftCurly '{' should be on a new line. 75
 Warning blocks LeftCurly '{' should be on a new line. 77
 Warning blocks LeftCurly '{' should be on a new line. 84

org/opentrafficsim/road/network/factory/vissim/SensorTag.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 21
 Warning javadoc JavadocVariable Missing a Javadoc comment. 69
 Warning design VisibilityModifier Variable 'activeOnThisLink' must be private and have accessor methods. 69
 Warning misc FinalParameters Parameter sensorTag should be final. 74
 Warning javadoc JavadocMethod Expected @param tag for 'sensorTag'. 74
 Warning blocks LeftCurly '{' should be on a new line. 74
 Warning blocks LeftCurly '{' should be on a new line. 91
 Warning javadoc JavadocMethod Unused @param tag for 'node'. 97
 Warning javadoc JavadocMethod Unused @param tag for 'linkTag'. 99
 Warning javadoc JavadocMethod Expected @param tag for 'nodeList'. 104
 Warning blocks LeftCurly '{' should be on a new line. 105
 Warning blocks LeftCurly '{' should be on a new line. 107
 Warning blocks LeftCurly '{' should be on a new line. 109
 Warning blocks LeftCurly '{' should be on a new line. 114
 Warning blocks LeftCurly '{' should be on a new line. 119
 Warning blocks LeftCurly '{' should be on a new line. 127
 Warning blocks LeftCurly '{' should be on a new line. 132
 Warning blocks LeftCurly '{' should be on a new line. 137
 Warning blocks LeftCurly '{' should be on a new line. 142
 Warning blocks LeftCurly '{' should be on a new line. 147
 Warning blocks LeftCurly '{' should be on a new line. 152
 Warning blocks LeftCurly '{' should be on a new line. 172
 Warning blocks LeftCurly '{' should be on a new line. 173
 Warning blocks LeftCurly '{' should be on a new line. 197

org/opentrafficsim/road/network/factory/vissim/ShortestRouteMixTag.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 22
 Warning blocks LeftCurly '{' should be on a new line. 47
 Warning blocks LeftCurly '{' should be on a new line. 48
 Warning blocks LeftCurly '{' should be on a new line. 52
 Warning blocks LeftCurly '{' should be on a new line. 56
 Warning blocks LeftCurly '{' should be on a new line. 61
 Warning blocks LeftCurly '{' should be on a new line. 64
 Warning blocks LeftCurly '{' should be on a new line. 82
 Warning blocks LeftCurly '{' should be on a new line. 86
 Warning blocks LeftCurly '{' should be on a new line. 89
 Warning blocks LeftCurly '{' should be on a new line. 96
 Warning blocks LeftCurly '{' should be on a new line. 105

org/opentrafficsim/road/network/factory/vissim/ShortestRouteTag.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 26
 Warning blocks LeftCurly '{' should be on a new line. 63
 Warning blocks LeftCurly '{' should be on a new line. 64
 Warning blocks LeftCurly '{' should be on a new line. 68
 Warning blocks LeftCurly '{' should be on a new line. 72
 Warning blocks LeftCurly '{' should be on a new line. 76
 Warning blocks LeftCurly '{' should be on a new line. 80
 Warning blocks LeftCurly '{' should be on a new line. 85
 Warning blocks LeftCurly '{' should be on a new line. 90
 Warning blocks LeftCurly '{' should be on a new line. 94
 Warning blocks LeftCurly '{' should be on a new line. 100
 Warning blocks LeftCurly '{' should be on a new line. 106
 Warning blocks LeftCurly '{' should be on a new line. 117

org/opentrafficsim/road/network/factory/vissim/SignalHeadTag.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 20
 Warning javadoc JavadocVariable Missing a Javadoc comment. 32
 Warning design VisibilityModifier Variable 'activeOnThisLink' must be private and have accessor methods. 32
 Warning javadoc JavadocVariable Missing a Javadoc comment. 52
 Warning design VisibilityModifier Variable 'linkName' must be private and have accessor methods. 52
 Warning javadoc JavadocVariable Missing a Javadoc comment. 54
 Warning design VisibilityModifier Variable 'laneName' must be private and have accessor methods. 54
 Warning misc FinalParameters Parameter signalHeadTag should be final. 59
 Warning javadoc JavadocMethod Expected @param tag for 'signalHeadTag'. 59
 Warning blocks LeftCurly '{' should be on a new line. 59
 Warning blocks LeftCurly '{' should be on a new line. 73
 Warning javadoc JavadocMethod Unused @param tag for 'node'. 79
 Warning javadoc JavadocMethod Unused @param tag for 'signalHeadTag'. 81
 Warning javadoc JavadocMethod Expected @param tag for 'nodeList'. 86
 Warning blocks LeftCurly '{' should be on a new line. 87
 Warning blocks LeftCurly '{' should be on a new line. 88
 Warning blocks LeftCurly '{' should be on a new line. 90
 Warning blocks LeftCurly '{' should be on a new line. 95
 Warning blocks LeftCurly '{' should be on a new line. 103
 Warning blocks LeftCurly '{' should be on a new line. 108
 Warning blocks LeftCurly '{' should be on a new line. 113
 Warning blocks LeftCurly '{' should be on a new line. 127

org/opentrafficsim/road/network/factory/vissim/SinkTag.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 19
 Warning blocks LeftCurly '{' should be on a new line. 37
 Warning blocks LeftCurly '{' should be on a new line. 41
 Warning blocks LeftCurly '{' should be on a new line. 45
 Warning blocks LeftCurly '{' should be on a new line. 49
 Warning blocks LeftCurly '{' should be on a new line. 53
 Warning blocks LeftCurly '{' should be on a new line. 57
 Warning blocks LeftCurly '{' should be on a new line. 62
 Warning blocks LeftCurly '{' should be on a new line. 73

org/opentrafficsim/road/network/factory/vissim/StraightTag.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 18
 Warning javadoc JavadocMethod Unused @param tag for 'straightNode'. 28
 Warning javadoc JavadocMethod Expected @param tag for 'coords'. 35
 Warning blocks LeftCurly '{' should be on a new line. 36
 Warning blocks LeftCurly '{' should be on a new line. 44
 Warning misc FinalParameters Parameter straightTag should be final. 51
 Warning javadoc JavadocMethod Expected @param tag for 'straightTag'. 51
 Warning blocks LeftCurly '{' should be on a new line. 51
 Warning blocks LeftCurly '{' should be on a new line. 52
 Warning blocks LeftCurly '{' should be on a new line. 59

org/opentrafficsim/road/network/factory/vissim/SubstringLine.java

Severity Category Rule Message Line
 Warning misc FinalParameters Parameter line should be final. 35
 Warning javadoc JavadocMethod Expected @param tag for 'line'. 35
 Warning misc FinalParameters Parameter startLength should be final. 35
 Warning javadoc JavadocMethod Expected @param tag for 'startLength'. 35
 Warning misc FinalParameters Parameter endLength should be final. 35
 Warning javadoc JavadocMethod Expected @param tag for 'endLength'. 35
 Warning javadoc JavadocVariable Missing a Javadoc comment. 41
 Warning javadoc JavadocMethod Missing a Javadoc comment. 43
 Warning misc FinalParameters Parameter line should be final. 43
 Warning design DesignForExtension Method 'getSubstring' is not designed for extension - needs to be abstract, final or empty. 48
 Warning javadoc JavadocMethod Missing a Javadoc comment. 48
 Warning misc FinalParameters Parameter startDistance should be final. 48
 Warning misc FinalParameters Parameter endDistance should be final. 48
 Warning misc FinalParameters Parameter startDistance should be final. 77
 Warning javadoc JavadocMethod Expected @param tag for 'startDistance'. 77
 Warning misc FinalParameters Parameter endDistance should be final. 77
 Warning javadoc JavadocMethod Expected @param tag for 'endDistance'. 77

org/opentrafficsim/road/network/factory/vissim/TestVissimParser.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 36
 Warning blocks LeftCurly '{' should be on a new line. 36
 Warning blocks LeftCurly '{' should be on a new line. 43
 Warning blocks LeftCurly '{' should be on a new line. 46
 Warning blocks LeftCurly '{' should be on a new line. 47
 Warning blocks RightCurly '}' should be alone on a line. 53
 Warning blocks LeftCurly '{' should be on a new line. 53
 Warning blocks LeftCurly '{' should be on a new line. 62
 Warning blocks LeftCurly '{' should be on a new line. 68
 Warning blocks LeftCurly '{' should be on a new line. 74
 Warning blocks LeftCurly '{' should be on a new line. 80
 Warning blocks LeftCurly '{' should be on a new line. 86
 Warning blocks LeftCurly '{' should be on a new line. 92
 Warning blocks LeftCurly '{' should be on a new line. 99
 Warning blocks LeftCurly '{' should be on a new line. 118
 Warning blocks LeftCurly '{' should be on a new line. 131
 Warning blocks LeftCurly '{' should be on a new line. 139
 Warning blocks RightCurly '}' should be alone on a line. 141
 Warning blocks LeftCurly '{' should be on a new line. 141
 Warning blocks LeftCurly '{' should be on a new line. 155
 Warning blocks RightCurly '}' should be alone on a line. 157
 Warning blocks LeftCurly '{' should be on a new line. 158
 Warning misc FinalParameters Parameter property should be final. 168
 Warning javadoc JavadocMethod Expected @param tag for 'property'. 168
 Warning blocks LeftCurly '{' should be on a new line. 168
 Warning blocks LeftCurly '{' should be on a new line. 169
 Warning blocks LeftCurly '{' should be on a new line. 170
 Warning blocks LeftCurly '{' should be on a new line. 187

org/opentrafficsim/road/network/factory/vissim/VissimNetworkLaneParser.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 66
 Warning design VisibilityModifier Variable 'globalTag' must be private and have accessor methods. 71
 Warning design VisibilityModifier Variable 'nodeTags' must be private and have accessor methods. 74
 Warning design VisibilityModifier Variable 'linkTags' must be private and have accessor methods. 77
 Warning design VisibilityModifier Variable 'connectorTags' must be private and have accessor methods. 80
 Warning design VisibilityModifier Variable 'realLinkTags' must be private and have accessor methods. 83
 Warning design VisibilityModifier Variable 'signalHeadTags' must be private and have accessor methods. 86
 Warning design VisibilityModifier Variable 'sensorTags' must be private and have accessor methods. 89
 Warning design VisibilityModifier Variable 'gtuTags' must be private and have accessor methods. 92
 Warning design VisibilityModifier Variable 'gtuMixTags' must be private and have accessor methods. 95
 Warning design VisibilityModifier Variable 'roadTypeTags' must be private and have accessor methods. 98
 Warning design VisibilityModifier Variable 'gtuTypes' must be private and have accessor methods. 101
 Warning design VisibilityModifier Variable 'laneTypeTags' must be private and have accessor methods. 104
 Warning design VisibilityModifier Variable 'roadLayoutTags' must be private and have accessor methods. 107
 Warning design VisibilityModifier Variable 'routeMixTags' must be private and have accessor methods. 110
 Warning design VisibilityModifier Variable 'shortestRouteMixTags' must be private and have accessor methods. 113
 Warning design VisibilityModifier Variable 'shortestRouteTags' must be private and have accessor methods. 116
 Warning design VisibilityModifier Variable 'routeTags' must be private and have accessor methods. 119
 Warning design VisibilityModifier Variable 'laneTypes' must be private and have accessor methods. 122
 Warning design VisibilityModifier Variable 'simulator' must be private and have accessor methods. 125
 Warning design VisibilityModifier Variable 'network' must be private and have accessor methods. 128
 Warning javadoc JavadocStyle First sentence should end with a period. 130
 Warning design VisibilityModifier Variable 'upperNodeNr' must be private and have accessor methods. 134
 Warning javadoc JavadocVariable Missing a Javadoc comment. 137
 Warning design VisibilityModifier Variable 'upperLinkNr' must be private and have accessor methods. 137
 Warning blocks LeftCurly '{' should be on a new line. 142
 Warning design DesignForExtension Method 'build' is not designed for extension - needs to be abstract, final or empty. 158
 Warning misc FinalParameters Parameter outputFile should be final. 159
 Warning javadoc JavadocMethod Expected @param tag for 'outputFile'. 159
 Warning coding HiddenField 'network' hides a field. 159
 Warning javadoc JavadocMethod Expected @param tag for 'network'. 159
 Warning blocks LeftCurly '{' should be on a new line. 161
 Warning blocks LeftCurly '{' should be on a new line. 162
 Warning blocks LeftCurly '{' should be on a new line. 178
 Warning blocks LeftCurly '{' should be on a new line. 207
 Warning blocks LeftCurly '{' should be on a new line. 208
 Warning blocks RightCurly '}' should be alone on a line. 210
 Warning blocks LeftCurly '{' should be on a new line. 210
 Warning blocks LeftCurly '{' should be on a new line. 244
 Warning blocks LeftCurly '{' should be on a new line. 249
 Warning blocks LeftCurly '{' should be on a new line. 254
 Warning javadoc JavadocMethod Missing a Javadoc comment. 270
 Warning misc FinalParameters Parameter file should be final. 270
 Warning blocks LeftCurly '{' should be on a new line. 270
 Warning blocks LeftCurly '{' should be on a new line. 271
 Warning blocks RightCurly '}' should be alone on a line. 287
 Warning blocks LeftCurly '{' should be on a new line. 287
 Warning javadoc JavadocMethod Missing a Javadoc comment. 292
 Warning blocks LeftCurly '{' should be on a new line. 292
 Warning javadoc JavadocMethod Missing a Javadoc comment. 300
 Warning misc FinalParameters Parameter definitions should be final. 300
 Warning blocks LeftCurly '{' should be on a new line. 300
 Warning coding HiddenField 'gtuTypes' hides a field. 301
 Warning javadoc JavadocMethod Missing a Javadoc comment. 308
 Warning misc FinalParameters Parameter definitions should be final. 308
 Warning blocks LeftCurly '{' should be on a new line. 308
 Warning javadoc JavadocMethod Missing a Javadoc comment. 336
 Warning misc FinalParameters Parameter file should be final. 336
 Warning misc FinalParameters Parameter definitions should be final. 336
 Warning misc FinalParameters Parameter nodes should be final. 336
 Warning misc FinalParameters Parameter links should be final. 336
 Warning blocks LeftCurly '{' should be on a new line. 337
 Warning javadoc JavadocMethod Missing a Javadoc comment. 350
 Warning misc FinalParameters Parameter links should be final. 350
 Warning misc FinalParameters Parameter roadLayouts should be final. 350
 Warning blocks LeftCurly '{' should be on a new line. 350
 Warning blocks LeftCurly '{' should be on a new line. 353
 Warning blocks LeftCurly '{' should be on a new line. 361
 Warning blocks LeftCurly '{' should be on a new line. 369
 Warning blocks LeftCurly '{' should be on a new line. 379
 Warning blocks LeftCurly '{' should be on a new line. 385
 Warning blocks LeftCurly '{' should be on a new line. 390
 Warning blocks RightCurly '}' should be alone on a line. 392
 Warning blocks LeftCurly '{' should be on a new line. 392
 Warning blocks LeftCurly '{' should be on a new line. 402
 Warning blocks LeftCurly '{' should be on a new line. 413
 Warning blocks LeftCurly '{' should be on a new line. 433
 Warning blocks LeftCurly '{' should be on a new line. 435
 Warning blocks LeftCurly '{' should be on a new line. 441
 Warning blocks LeftCurly '{' should be on a new line. 445
 Warning javadoc JavadocMethod Missing a Javadoc comment. 459
 Warning misc FinalParameters Parameter nodes should be final. 459
 Warning blocks LeftCurly '{' should be on a new line. 459
 Warning blocks LeftCurly '{' should be on a new line. 461
 Warning misc FinalParameters Parameter parser should be final. 475
 Warning javadoc JavadocMethod Expected @param tag for 'parser'. 475
 Warning javadoc JavadocMethod Expected @throws tag for 'OTSGeometryException'. 475
 Warning blocks LeftCurly '{' should be on a new line. 475
 Warning blocks LeftCurly '{' should be on a new line. 477
 Warning blocks LeftCurly '{' should be on a new line. 483
 Warning blocks LeftCurly '{' should be on a new line. 487
 Warning blocks LeftCurly '{' should be on a new line. 491
 Warning blocks LeftCurly '{' should be on a new line. 494
 Warning blocks LeftCurly '{' should be on a new line. 499
 Warning blocks LeftCurly '{' should be on a new line. 509
 Warning blocks LeftCurly '{' should be on a new line. 512
 Warning blocks LeftCurly '{' should be on a new line. 526
 Warning blocks LeftCurly '{' should be on a new line. 529
 Warning javadoc JavadocMethod Missing a Javadoc comment. 539
 Warning misc FinalParameters Parameter inputLinkTags should be final. 539
 Warning misc FinalParameters Parameter margin should be final. 539
 Warning misc FinalParameters Parameter splitMetersAfterSignalHead should be final. 540
 Warning blocks LeftCurly '{' should be on a new line. 540
 Warning javadoc JavadocMethod Missing a Javadoc comment. 548
 Warning misc FinalParameters Parameter margin should be final. 548
 Warning misc FinalParameters Parameter splitMetersAfterSignalHead should be final. 548
 Warning misc FinalParameters Parameter inputLinkTags should be final. 548
 Warning misc FinalParameters Parameter newLinkTags should be final. 549
 Warning blocks LeftCurly '{' should be on a new line. 549
 Warning blocks LeftCurly '{' should be on a new line. 550
 Warning blocks LeftCurly '{' should be on a new line. 551
 Warning blocks LeftCurly '{' should be on a new line. 558
 Warning blocks LeftCurly '{' should be on a new line. 566
 Warning blocks LeftCurly '{' should be on a new line. 572
 Warning javadoc JavadocMethod Missing a Javadoc comment. 577
 Warning misc FinalParameters Parameter margin should be final. 577
 Warning blocks LeftCurly '{' should be on a new line. 577
 Warning blocks LeftCurly '{' should be on a new line. 579
 Warning blocks LeftCurly '{' should be on a new line. 598
 Warning blocks LeftCurly '{' should be on a new line. 603
 Warning blocks LeftCurly '{' should be on a new line. 606
 Warning blocks LeftCurly '{' should be on a new line. 609
 Warning blocks LeftCurly '{' should be on a new line. 616
 Warning blocks LeftCurly '{' should be on a new line. 619
 Warning blocks RightCurly '}' should be alone on a line. 629
 Warning blocks LeftCurly '{' should be on a new line. 629
 Warning blocks LeftCurly '{' should be on a new line. 632
 Warning blocks LeftCurly '{' should be on a new line. 637
 Warning blocks LeftCurly '{' should be on a new line. 655
 Warning blocks LeftCurly '{' should be on a new line. 660
 Warning blocks LeftCurly '{' should be on a new line. 662
 Warning blocks LeftCurly '{' should be on a new line. 665
 Warning blocks LeftCurly '{' should be on a new line. 672
 Warning blocks LeftCurly '{' should be on a new line. 675
 Warning blocks RightCurly '}' should be alone on a line. 685
 Warning blocks LeftCurly '{' should be on a new line. 685
 Warning blocks LeftCurly '{' should be on a new line. 687
 Warning blocks LeftCurly '{' should be on a new line. 692
 Warning blocks LeftCurly '{' should be on a new line. 704
 Warning blocks LeftCurly '{' should be on a new line. 715

org/opentrafficsim/road/network/factory/vissim/XMLNetworkWriter.java

Severity Category Rule Message Line
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 15
 Warning blocks LeftCurly '{' should be on a new line. 15
 Warning javadoc JavadocMethod Missing a Javadoc comment. 17
 Warning misc FinalParameters Parameter args should be final. 17
 Warning blocks LeftCurly '{' should be on a new line. 17
 Warning blocks LeftCurly '{' should be on a new line. 24
 Warning blocks RightCurly '}' should be alone on a line. 36
 Warning blocks LeftCurly '{' should be on a new line. 36

org/opentrafficsim/road/network/factory/vissim/units/LaneAttributes.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 23
 Warning blocks LeftCurly '{' should be on a new line. 25
 Warning blocks LeftCurly '{' should be on a new line. 34
 Warning blocks LeftCurly '{' should be on a new line. 35
 Warning blocks RightCurly '}' should be alone on a line. 37
 Warning blocks LeftCurly '{' should be on a new line. 37
 Warning blocks RightCurly '}' should be alone on a line. 39
 Warning blocks LeftCurly '{' should be on a new line. 39
 Warning blocks LeftCurly '{' should be on a new line. 52
 Warning blocks LeftCurly '{' should be on a new line. 53
 Warning blocks RightCurly '}' should be alone on a line. 55
 Warning blocks LeftCurly '{' should be on a new line. 55
 Warning blocks RightCurly '}' should be alone on a line. 57
 Warning blocks LeftCurly '{' should be on a new line. 57
 Warning blocks RightCurly '}' should be alone on a line. 59
 Warning blocks LeftCurly '{' should be on a new line. 59
 Warning blocks RightCurly '}' should be alone on a line. 61
 Warning blocks LeftCurly '{' should be on a new line. 61
 Warning blocks RightCurly '}' should be alone on a line. 63
 Warning blocks LeftCurly '{' should be on a new line. 63
 Warning blocks RightCurly '}' should be alone on a line. 65
 Warning blocks LeftCurly '{' should be on a new line. 65
 Warning blocks RightCurly '}' should be alone on a line. 67
 Warning blocks LeftCurly '{' should be on a new line. 67
 Warning blocks LeftCurly '{' should be on a new line. 70
 Warning blocks RightCurly '}' should be alone on a line. 75
 Warning blocks LeftCurly '{' should be on a new line. 75
 Warning blocks LeftCurly '{' should be on a new line. 78
 Warning blocks RightCurly '}' should be alone on a line. 83
 Warning blocks LeftCurly '{' should be on a new line. 83
 Warning blocks LeftCurly '{' should be on a new line. 88
 Warning blocks LeftCurly '{' should be on a new line. 93
 Warning blocks LeftCurly '{' should be on a new line. 97
 Warning blocks RightCurly '}' should be alone on a line. 104
 Warning blocks LeftCurly '{' should be on a new line. 104
 Warning blocks LeftCurly '{' should be on a new line. 109
 Warning blocks LeftCurly '{' should be on a new line. 114
 Warning blocks LeftCurly '{' should be on a new line. 118
 Warning blocks LeftCurly '{' should be on a new line. 134
 Warning blocks LeftCurly '{' should be on a new line. 137
 Warning blocks LeftCurly '{' should be on a new line. 149
 Warning blocks LeftCurly '{' should be on a new line. 150

org/opentrafficsim/road/network/factory/vissim/xsd/DEFINITIONS.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 57
 Warning javadoc JavadocVariable Missing a Javadoc comment. 59
 Warning design VisibilityModifier Variable 'content' must be private and have accessor methods. 71
 Warning javadoc JavadocVariable Missing a Javadoc comment. 73
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 75
 Warning javadoc JavadocMethod Expected an @return tag. 94
 Warning design DesignForExtension Method 'getContent' is not designed for extension - needs to be abstract, final or empty. 94
 Warning blocks LeftCurly '{' should be on a new line. 94
 Warning blocks LeftCurly '{' should be on a new line. 95
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 105
 Warning blocks LeftCurly '{' should be on a new line. 105
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 113
 Warning misc FinalParameters Parameter value should be final. 113
 Warning blocks LeftCurly '{' should be on a new line. 113

org/opentrafficsim/road/network/factory/vissim/xsd/FallbackType.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - org.w3c.dom.Element. 25
 Warning blocks LeftCurly '{' should be on a new line. 50
 Warning javadoc JavadocVariable Missing a Javadoc comment. 52
 Warning design VisibilityModifier Variable 'content' must be private and have accessor methods. 56
 Warning javadoc JavadocVariable Missing a Javadoc comment. 58
 Warning javadoc JavadocMethod Expected an @return tag. 77
 Warning design DesignForExtension Method 'getContent' is not designed for extension - needs to be abstract, final or empty. 77
 Warning blocks LeftCurly '{' should be on a new line. 77
 Warning blocks LeftCurly '{' should be on a new line. 78
 Warning design DesignForExtension Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. 92
 Warning blocks LeftCurly '{' should be on a new line. 92

org/opentrafficsim/road/network/factory/vissim/xsd/GLOBAL.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 128 characters (found 132). 42
 Info sizes LineLength Line is longer than 128 characters (found 132). 43
 Info sizes LineLength Line is longer than 128 characters (found 132). 52
 Warning blocks LeftCurly '{' should be on a new line. 68
 Warning javadoc JavadocVariable Missing a Javadoc comment. 70
 Warning design VisibilityModifier Variable 'speedgtucolorer' must be private and have accessor methods. 71
 Warning javadoc JavadocVariable Missing a Javadoc comment. 73
 Warning design VisibilityModifier Variable 'accelerationgtucolorer' must be private and have accessor methods. 74
 Warning javadoc JavadocVariable Missing a Javadoc comment. 76
 Warning design VisibilityModifier Variable 'lanechangeurgegtucolorer' must be private and have accessor methods. 77
 Warning javadoc JavadocVariable Missing a Javadoc comment. 79
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 81
 Warning design DesignForExtension Method 'getSPEEDGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. 87
 Warning blocks LeftCurly '{' should be on a new line. 87
 Warning design DesignForExtension Method 'setSPEEDGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. 95
 Warning misc FinalParameters Parameter value should be final. 95
 Warning blocks LeftCurly '{' should be on a new line. 95
 Warning design DesignForExtension Method 'getACCELERATIONGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. 103
 Warning blocks LeftCurly '{' should be on a new line. 103
 Warning design DesignForExtension Method 'setACCELERATIONGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. 111
 Warning misc FinalParameters Parameter value should be final. 111
 Warning blocks LeftCurly '{' should be on a new line. 111
 Warning design DesignForExtension Method 'getLANECHANGEURGEGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. 119
 Warning blocks LeftCurly '{' should be on a new line. 119
 Warning design DesignForExtension Method 'setLANECHANGEURGEGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. 127
 Warning misc FinalParameters Parameter value should be final. 127
 Warning blocks LeftCurly '{' should be on a new line. 127
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 135
 Warning blocks LeftCurly '{' should be on a new line. 135
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 143
 Warning misc FinalParameters Parameter value should be final. 143
 Warning blocks LeftCurly '{' should be on a new line. 143
 Warning blocks LeftCurly '{' should be on a new line. 166
 Warning javadoc JavadocVariable Missing a Javadoc comment. 168
 Warning design VisibilityModifier Variable 'maxdeceleration' must be private and have accessor methods. 169
 Warning javadoc JavadocVariable Missing a Javadoc comment. 171
 Warning design VisibilityModifier Variable 'maxacceleration' must be private and have accessor methods. 172
 Warning design DesignForExtension Method 'getMAXDECELERATION' is not designed for extension - needs to be abstract, final or empty. 178
 Warning blocks LeftCurly '{' should be on a new line. 178
 Warning design DesignForExtension Method 'setMAXDECELERATION' is not designed for extension - needs to be abstract, final or empty. 186
 Warning misc FinalParameters Parameter value should be final. 186
 Warning blocks LeftCurly '{' should be on a new line. 186
 Warning design DesignForExtension Method 'getMAXACCELERATION' is not designed for extension - needs to be abstract, final or empty. 194
 Warning blocks LeftCurly '{' should be on a new line. 194
 Warning design DesignForExtension Method 'setMAXACCELERATION' is not designed for extension - needs to be abstract, final or empty. 202
 Warning misc FinalParameters Parameter value should be final. 202
 Warning blocks LeftCurly '{' should be on a new line. 202
 Warning blocks LeftCurly '{' should be on a new line. 227
 Warning javadoc JavadocVariable Missing a Javadoc comment. 229
 Warning design VisibilityModifier Variable 'minlanechangedistance' must be private and have accessor methods. 230
 Warning javadoc JavadocVariable Missing a Javadoc comment. 232
 Warning design VisibilityModifier Variable 'horizon' must be private and have accessor methods. 233
 Warning design DesignForExtension Method 'getMINLANECHANGEDISTANCE' is not designed for extension - needs to be abstract, final or empty. 239
 Warning blocks LeftCurly '{' should be on a new line. 239
 Warning design DesignForExtension Method 'setMINLANECHANGEDISTANCE' is not designed for extension - needs to be abstract, final or empty. 247
 Warning misc FinalParameters Parameter value should be final. 247
 Warning blocks LeftCurly '{' should be on a new line. 247
 Warning design DesignForExtension Method 'getHORIZON' is not designed for extension - needs to be abstract, final or empty. 255
 Warning blocks LeftCurly '{' should be on a new line. 255
 Warning design DesignForExtension Method 'setHORIZON' is not designed for extension - needs to be abstract, final or empty. 263
 Warning misc FinalParameters Parameter value should be final. 263
 Warning blocks LeftCurly '{' should be on a new line. 263
 Warning blocks LeftCurly '{' should be on a new line. 287
 Warning javadoc JavadocVariable Missing a Javadoc comment. 289
 Warning design VisibilityModifier Variable 'maxspeed' must be private and have accessor methods. 290
 Warning design DesignForExtension Method 'getMAXSPEED' is not designed for extension - needs to be abstract, final or empty. 296
 Warning blocks LeftCurly '{' should be on a new line. 296
 Warning design DesignForExtension Method 'setMAXSPEED' is not designed for extension - needs to be abstract, final or empty. 304
 Warning misc FinalParameters Parameter value should be final. 304
 Warning blocks LeftCurly '{' should be on a new line. 304

org/opentrafficsim/road/network/factory/vissim/xsd/GTU.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 41
 Warning javadoc JavadocVariable Missing a Javadoc comment. 43
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 44
 Warning javadoc JavadocVariable Missing a Javadoc comment. 46
 Warning design VisibilityModifier Variable 'gtutype' must be private and have accessor methods. 47
 Warning javadoc JavadocVariable Missing a Javadoc comment. 49
 Warning design VisibilityModifier Variable 'length' must be private and have accessor methods. 50
 Warning javadoc JavadocVariable Missing a Javadoc comment. 52
 Warning design VisibilityModifier Variable 'width' must be private and have accessor methods. 53
 Warning javadoc JavadocVariable Missing a Javadoc comment. 55
 Warning design VisibilityModifier Variable 'maxspeed' must be private and have accessor methods. 56
 Warning javadoc JavadocVariable Missing a Javadoc comment. 58
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 60
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 66
 Warning blocks LeftCurly '{' should be on a new line. 66
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 74
 Warning misc FinalParameters Parameter value should be final. 74
 Warning blocks LeftCurly '{' should be on a new line. 74
 Warning design DesignForExtension Method 'getGTUTYPE' is not designed for extension - needs to be abstract, final or empty. 82
 Warning blocks LeftCurly '{' should be on a new line. 82
 Warning design DesignForExtension Method 'setGTUTYPE' is not designed for extension - needs to be abstract, final or empty. 90
 Warning misc FinalParameters Parameter value should be final. 90
 Warning blocks LeftCurly '{' should be on a new line. 90
 Warning design DesignForExtension Method 'getLENGTH' is not designed for extension - needs to be abstract, final or empty. 98
 Warning blocks LeftCurly '{' should be on a new line. 98
 Warning design DesignForExtension Method 'setLENGTH' is not designed for extension - needs to be abstract, final or empty. 106
 Warning misc FinalParameters Parameter value should be final. 106
 Warning blocks LeftCurly '{' should be on a new line. 106
 Warning design DesignForExtension Method 'getWIDTH' is not designed for extension - needs to be abstract, final or empty. 114
 Warning blocks LeftCurly '{' should be on a new line. 114
 Warning design DesignForExtension Method 'setWIDTH' is not designed for extension - needs to be abstract, final or empty. 122
 Warning misc FinalParameters Parameter value should be final. 122
 Warning blocks LeftCurly '{' should be on a new line. 122
 Warning design DesignForExtension Method 'getMAXSPEED' is not designed for extension - needs to be abstract, final or empty. 130
 Warning blocks LeftCurly '{' should be on a new line. 130
 Warning design DesignForExtension Method 'setMAXSPEED' is not designed for extension - needs to be abstract, final or empty. 138
 Warning misc FinalParameters Parameter value should be final. 138
 Warning blocks LeftCurly '{' should be on a new line. 138
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 146
 Warning blocks LeftCurly '{' should be on a new line. 146
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 154
 Warning misc FinalParameters Parameter value should be final. 154
 Warning blocks LeftCurly '{' should be on a new line. 154

org/opentrafficsim/road/network/factory/vissim/xsd/GTUMIX.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 53
 Warning javadoc JavadocVariable Missing a Javadoc comment. 55
 Warning design VisibilityModifier Variable 'gtu' must be private and have accessor methods. 56
 Warning javadoc JavadocVariable Missing a Javadoc comment. 58
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 59
 Warning javadoc JavadocVariable Missing a Javadoc comment. 61
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 63
 Warning javadoc JavadocMethod Expected an @return tag. 80
 Warning design DesignForExtension Method 'getGTU' is not designed for extension - needs to be abstract, final or empty. 80
 Warning blocks LeftCurly '{' should be on a new line. 80
 Warning blocks LeftCurly '{' should be on a new line. 81
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 91
 Warning blocks LeftCurly '{' should be on a new line. 91
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 99
 Warning misc FinalParameters Parameter value should be final. 99
 Warning blocks LeftCurly '{' should be on a new line. 99
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 107
 Warning blocks LeftCurly '{' should be on a new line. 107
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 115
 Warning misc FinalParameters Parameter value should be final. 115
 Warning blocks LeftCurly '{' should be on a new line. 115
 Warning blocks LeftCurly '{' should be on a new line. 138
 Warning javadoc JavadocVariable Missing a Javadoc comment. 140
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 141
 Warning javadoc JavadocVariable Missing a Javadoc comment. 143
 Warning design VisibilityModifier Variable 'weight' must be private and have accessor methods. 144
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 150
 Warning blocks LeftCurly '{' should be on a new line. 150
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 158
 Warning misc FinalParameters Parameter value should be final. 158
 Warning blocks LeftCurly '{' should be on a new line. 158
 Warning javadoc JavadocMethod Expected an @return tag. 165
 Warning design DesignForExtension Method 'getWEIGHT' is not designed for extension - needs to be abstract, final or empty. 165
 Warning blocks LeftCurly '{' should be on a new line. 165
 Warning design DesignForExtension Method 'setWEIGHT' is not designed for extension - needs to be abstract, final or empty. 172
 Warning misc FinalParameters Parameter value should be final. 172
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 172
 Warning blocks LeftCurly '{' should be on a new line. 172

org/opentrafficsim/road/network/factory/vissim/xsd/GTUTYPE.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 41
 Warning javadoc JavadocVariable Missing a Javadoc comment. 43
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 44
 Warning javadoc JavadocVariable Missing a Javadoc comment. 46
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 48
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 54
 Warning blocks LeftCurly '{' should be on a new line. 54
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 62
 Warning misc FinalParameters Parameter value should be final. 62
 Warning blocks LeftCurly '{' should be on a new line. 62
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 70
 Warning blocks LeftCurly '{' should be on a new line. 70
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 78
 Warning misc FinalParameters Parameter value should be final. 78
 Warning blocks LeftCurly '{' should be on a new line. 78

org/opentrafficsim/road/network/factory/vissim/xsd/IncludeType.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - org.w3c.dom.Element. 27
 Warning blocks LeftCurly '{' should be on a new line. 58
 Warning javadoc JavadocVariable Missing a Javadoc comment. 60
 Warning design VisibilityModifier Variable 'content' must be private and have accessor methods. 64
 Warning javadoc JavadocVariable Missing a Javadoc comment. 66
 Warning design VisibilityModifier Variable 'href' must be private and have accessor methods. 68
 Warning javadoc JavadocVariable Missing a Javadoc comment. 70
 Warning design VisibilityModifier Variable 'parse' must be private and have accessor methods. 71
 Warning javadoc JavadocVariable Missing a Javadoc comment. 73
 Warning design VisibilityModifier Variable 'xpointer' must be private and have accessor methods. 74
 Warning javadoc JavadocVariable Missing a Javadoc comment. 76
 Warning design VisibilityModifier Variable 'encoding' must be private and have accessor methods. 77
 Warning javadoc JavadocVariable Missing a Javadoc comment. 79
 Warning design VisibilityModifier Variable 'accept' must be private and have accessor methods. 80
 Warning javadoc JavadocVariable Missing a Javadoc comment. 82
 Warning design VisibilityModifier Variable 'acceptLanguage' must be private and have accessor methods. 83
 Warning javadoc JavadocVariable Missing a Javadoc comment. 85
 Warning javadoc JavadocMethod Expected an @return tag. 104
 Warning design DesignForExtension Method 'getContent' is not designed for extension - needs to be abstract, final or empty. 104
 Warning blocks LeftCurly '{' should be on a new line. 104
 Warning blocks LeftCurly '{' should be on a new line. 105
 Warning design DesignForExtension Method 'getHref' is not designed for extension - needs to be abstract, final or empty. 115
 Warning blocks LeftCurly '{' should be on a new line. 115
 Warning design DesignForExtension Method 'setHref' is not designed for extension - needs to be abstract, final or empty. 123
 Warning misc FinalParameters Parameter value should be final. 123
 Warning blocks LeftCurly '{' should be on a new line. 123
 Warning design DesignForExtension Method 'getParse' is not designed for extension - needs to be abstract, final or empty. 131
 Warning blocks LeftCurly '{' should be on a new line. 131
 Warning blocks LeftCurly '{' should be on a new line. 132
 Warning blocks RightCurly '}' should be alone on a line. 134
 Warning blocks LeftCurly '{' should be on a new line. 134
 Warning design DesignForExtension Method 'setParse' is not designed for extension - needs to be abstract, final or empty. 143
 Warning misc FinalParameters Parameter value should be final. 143
 Warning blocks LeftCurly '{' should be on a new line. 143
 Warning design DesignForExtension Method 'getXpointer' is not designed for extension - needs to be abstract, final or empty. 151
 Warning blocks LeftCurly '{' should be on a new line. 151
 Warning design DesignForExtension Method 'setXpointer' is not designed for extension - needs to be abstract, final or empty. 159
 Warning misc FinalParameters Parameter value should be final. 159
 Warning blocks LeftCurly '{' should be on a new line. 159
 Warning design DesignForExtension Method 'getEncoding' is not designed for extension - needs to be abstract, final or empty. 167
 Warning blocks LeftCurly '{' should be on a new line. 167
 Warning design DesignForExtension Method 'setEncoding' is not designed for extension - needs to be abstract, final or empty. 175
 Warning misc FinalParameters Parameter value should be final. 175
 Warning blocks LeftCurly '{' should be on a new line. 175
 Warning design DesignForExtension Method 'getAccept' is not designed for extension - needs to be abstract, final or empty. 183
 Warning blocks LeftCurly '{' should be on a new line. 183
 Warning design DesignForExtension Method 'setAccept' is not designed for extension - needs to be abstract, final or empty. 191
 Warning misc FinalParameters Parameter value should be final. 191
 Warning blocks LeftCurly '{' should be on a new line. 191
 Warning design DesignForExtension Method 'getAcceptLanguage' is not designed for extension - needs to be abstract, final or empty. 199
 Warning blocks LeftCurly '{' should be on a new line. 199
 Warning design DesignForExtension Method 'setAcceptLanguage' is not designed for extension - needs to be abstract, final or empty. 207
 Warning misc FinalParameters Parameter value should be final. 207
 Warning blocks LeftCurly '{' should be on a new line. 207
 Warning design DesignForExtension Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. 219
 Warning blocks LeftCurly '{' should be on a new line. 219

org/opentrafficsim/road/network/factory/vissim/xsd/LANETYPE.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 55
 Warning javadoc JavadocVariable Missing a Javadoc comment. 57
 Warning design VisibilityModifier Variable 'speedlimit' must be private and have accessor methods. 58
 Warning javadoc JavadocVariable Missing a Javadoc comment. 60
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 61
 Warning javadoc JavadocVariable Missing a Javadoc comment. 63
 Warning design VisibilityModifier Variable 'defaultlanewidth' must be private and have accessor methods. 64
 Warning javadoc JavadocVariable Missing a Javadoc comment. 66
 Warning design VisibilityModifier Variable 'defaultlanekeeping' must be private and have accessor methods. 67
 Warning javadoc JavadocVariable Missing a Javadoc comment. 69
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 71
 Warning javadoc JavadocMethod Expected an @return tag. 88
 Warning design DesignForExtension Method 'getSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 88
 Warning blocks LeftCurly '{' should be on a new line. 88
 Warning blocks LeftCurly '{' should be on a new line. 89
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 99
 Warning blocks LeftCurly '{' should be on a new line. 99
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 107
 Warning misc FinalParameters Parameter value should be final. 107
 Warning blocks LeftCurly '{' should be on a new line. 107
 Warning design DesignForExtension Method 'getDEFAULTLANEWIDTH' is not designed for extension - needs to be abstract, final or empty. 115
 Warning blocks LeftCurly '{' should be on a new line. 115
 Warning design DesignForExtension Method 'setDEFAULTLANEWIDTH' is not designed for extension - needs to be abstract, final or empty. 123
 Warning misc FinalParameters Parameter value should be final. 123
 Warning blocks LeftCurly '{' should be on a new line. 123
 Warning design DesignForExtension Method 'getDEFAULTLANEKEEPING' is not designed for extension - needs to be abstract, final or empty. 131
 Warning blocks LeftCurly '{' should be on a new line. 131
 Warning design DesignForExtension Method 'setDEFAULTLANEKEEPING' is not designed for extension - needs to be abstract, final or empty. 139
 Warning misc FinalParameters Parameter value should be final. 139
 Warning blocks LeftCurly '{' should be on a new line. 139
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 147
 Warning blocks LeftCurly '{' should be on a new line. 147
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 155
 Warning misc FinalParameters Parameter value should be final. 155
 Warning blocks LeftCurly '{' should be on a new line. 155
 Warning blocks LeftCurly '{' should be on a new line. 178
 Warning javadoc JavadocVariable Missing a Javadoc comment. 180
 Warning design VisibilityModifier Variable 'gtutype' must be private and have accessor methods. 181
 Warning javadoc JavadocVariable Missing a Javadoc comment. 183
 Warning design VisibilityModifier Variable 'legalspeedlimit' must be private and have accessor methods. 184
 Warning design DesignForExtension Method 'getGTUTYPE' is not designed for extension - needs to be abstract, final or empty. 190
 Warning blocks LeftCurly '{' should be on a new line. 190
 Warning design DesignForExtension Method 'setGTUTYPE' is not designed for extension - needs to be abstract, final or empty. 198
 Warning misc FinalParameters Parameter value should be final. 198
 Warning blocks LeftCurly '{' should be on a new line. 198
 Warning design DesignForExtension Method 'getLEGALSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 206
 Warning blocks LeftCurly '{' should be on a new line. 206
 Warning design DesignForExtension Method 'setLEGALSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 214
 Warning misc FinalParameters Parameter value should be final. 214
 Warning blocks LeftCurly '{' should be on a new line. 214

org/opentrafficsim/road/network/factory/vissim/xsd/LINK.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 128 characters (found 130). 41
 Info sizes LineLength Line is longer than 128 characters (found 130). 106
 Info sizes LineLength Line is longer than 128 characters (found 129). 111
 Info sizes LineLength Line is longer than 128 characters (found 130). 125
 Info sizes LineLength Line is longer than 128 characters (found 129). 127
 Info sizes LineLength Line is longer than 128 characters (found 130). 140
 Info sizes LineLength Line is longer than 128 characters (found 131). 152
 Info sizes LineLength Line is longer than 128 characters (found 131). 163
 Info sizes LineLength Line is longer than 128 characters (found 131). 176
 Info sizes LineLength Line is longer than 128 characters (found 131). 187
 Warning blocks LeftCurly '{' should be on a new line. 214
 Warning javadoc JavadocVariable Missing a Javadoc comment. 216
 Warning design VisibilityModifier Variable 'bezier' must be private and have accessor methods. 217
 Warning javadoc JavadocVariable Missing a Javadoc comment. 219
 Warning design VisibilityModifier Variable 'clothoid' must be private and have accessor methods. 220
 Warning javadoc JavadocVariable Missing a Javadoc comment. 222
 Warning design VisibilityModifier Variable 'straight' must be private and have accessor methods. 223
 Warning javadoc JavadocVariable Missing a Javadoc comment. 225
 Warning design VisibilityModifier Variable 'arc' must be private and have accessor methods. 226
 Warning javadoc JavadocVariable Missing a Javadoc comment. 228
 Warning design VisibilityModifier Variable 'polyline' must be private and have accessor methods. 229
 Warning javadoc JavadocVariable Missing a Javadoc comment. 231
 Warning design VisibilityModifier Variable 'roadlayout' must be private and have accessor methods. 232
 Warning javadoc JavadocVariable Missing a Javadoc comment. 234
 Warning design VisibilityModifier Variable 'laneoverrideOrGENERATOROrLISTGENERATOR' must be private and have accessor methods. 239
 Warning javadoc JavadocVariable Missing a Javadoc comment. 241
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 242
 Warning javadoc JavadocVariable Missing a Javadoc comment. 244
 Warning design VisibilityModifier Variable 'nodestart' must be private and have accessor methods. 245
 Warning javadoc JavadocVariable Missing a Javadoc comment. 247
 Warning design VisibilityModifier Variable 'nodeEnd' must be private and have accessor methods. 251
 Warning javadoc JavadocVariable Missing a Javadoc comment. 253
 Warning design VisibilityModifier Variable 'roadlayoutAttribute' must be private and have accessor methods. 254
 Warning javadoc JavadocVariable Missing a Javadoc comment. 256
 Warning design VisibilityModifier Variable 'offsetstart' must be private and have accessor methods. 257
 Warning javadoc JavadocVariable Missing a Javadoc comment. 259
 Warning design VisibilityModifier Variable 'offsetend' must be private and have accessor methods. 260
 Warning javadoc JavadocVariable Missing a Javadoc comment. 262
 Warning design VisibilityModifier Variable 'rotationstart' must be private and have accessor methods. 263
 Warning javadoc JavadocVariable Missing a Javadoc comment. 265
 Warning design VisibilityModifier Variable 'rotationend' must be private and have accessor methods. 266
 Warning javadoc JavadocVariable Missing a Javadoc comment. 268
 Warning design VisibilityModifier Variable 'lanekeeping' must be private and have accessor methods. 269
 Warning javadoc JavadocVariable Missing a Javadoc comment. 271
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 273
 Warning design DesignForExtension Method 'getBEZIER' is not designed for extension - needs to be abstract, final or empty. 279
 Warning blocks LeftCurly '{' should be on a new line. 279
 Warning design DesignForExtension Method 'setBEZIER' is not designed for extension - needs to be abstract, final or empty. 287
 Warning misc FinalParameters Parameter value should be final. 287
 Warning blocks LeftCurly '{' should be on a new line. 287
 Warning design DesignForExtension Method 'getCLOTHOID' is not designed for extension - needs to be abstract, final or empty. 295
 Warning blocks LeftCurly '{' should be on a new line. 295
 Warning design DesignForExtension Method 'setCLOTHOID' is not designed for extension - needs to be abstract, final or empty. 303
 Warning misc FinalParameters Parameter value should be final. 303
 Warning blocks LeftCurly '{' should be on a new line. 303
 Warning design DesignForExtension Method 'getSTRAIGHT' is not designed for extension - needs to be abstract, final or empty. 311
 Warning blocks LeftCurly '{' should be on a new line. 311
 Warning design DesignForExtension Method 'setSTRAIGHT' is not designed for extension - needs to be abstract, final or empty. 319
 Warning misc FinalParameters Parameter value should be final. 319
 Warning blocks LeftCurly '{' should be on a new line. 319
 Warning design DesignForExtension Method 'getARC' is not designed for extension - needs to be abstract, final or empty. 327
 Warning blocks LeftCurly '{' should be on a new line. 327
 Warning design DesignForExtension Method 'setARC' is not designed for extension - needs to be abstract, final or empty. 335
 Warning misc FinalParameters Parameter value should be final. 335
 Warning blocks LeftCurly '{' should be on a new line. 335
 Warning design DesignForExtension Method 'getPOLYLINE' is not designed for extension - needs to be abstract, final or empty. 343
 Warning blocks LeftCurly '{' should be on a new line. 343
 Warning design DesignForExtension Method 'setPOLYLINE' is not designed for extension - needs to be abstract, final or empty. 351
 Warning misc FinalParameters Parameter value should be final. 351
 Warning blocks LeftCurly '{' should be on a new line. 351
 Warning design DesignForExtension Method 'getROADLAYOUT' is not designed for extension - needs to be abstract, final or empty. 359
 Warning blocks LeftCurly '{' should be on a new line. 359
 Warning design DesignForExtension Method 'setROADLAYOUT' is not designed for extension - needs to be abstract, final or empty. 367
 Warning misc FinalParameters Parameter value should be final. 367
 Warning blocks LeftCurly '{' should be on a new line. 367
 Warning javadoc JavadocMethod Expected an @return tag. 388
 Warning design DesignForExtension Method 'getLANEOVERRIDEOrGENERATOROrLISTGENERATOR' is not designed for extension - needs to be abstract, final or empty. 388
 Warning blocks LeftCurly '{' should be on a new line. 388
 Warning blocks LeftCurly '{' should be on a new line. 389
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 399
 Warning blocks LeftCurly '{' should be on a new line. 399
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 407
 Warning misc FinalParameters Parameter value should be final. 407
 Warning blocks LeftCurly '{' should be on a new line. 407
 Warning design DesignForExtension Method 'getNODESTART' is not designed for extension - needs to be abstract, final or empty. 415
 Warning blocks LeftCurly '{' should be on a new line. 415
 Warning design DesignForExtension Method 'setNODESTART' is not designed for extension - needs to be abstract, final or empty. 423
 Warning misc FinalParameters Parameter value should be final. 423
 Warning blocks LeftCurly '{' should be on a new line. 423
 Warning design DesignForExtension Method 'getNODEEND' is not designed for extension - needs to be abstract, final or empty. 431
 Warning blocks LeftCurly '{' should be on a new line. 431
 Warning design DesignForExtension Method 'setNODEEND' is not designed for extension - needs to be abstract, final or empty. 439
 Warning misc FinalParameters Parameter value should be final. 439
 Warning blocks LeftCurly '{' should be on a new line. 439
 Warning design DesignForExtension Method 'getROADLAYOUTAttribute' is not designed for extension - needs to be abstract, final or empty. 447
 Warning blocks LeftCurly '{' should be on a new line. 447
 Warning design DesignForExtension Method 'setROADLAYOUTAttribute' is not designed for extension - needs to be abstract, final or empty. 455
 Warning misc FinalParameters Parameter value should be final. 455
 Warning blocks LeftCurly '{' should be on a new line. 455
 Warning design DesignForExtension Method 'getOFFSETSTART' is not designed for extension - needs to be abstract, final or empty. 463
 Warning blocks LeftCurly '{' should be on a new line. 463
 Warning design DesignForExtension Method 'setOFFSETSTART' is not designed for extension - needs to be abstract, final or empty. 471
 Warning misc FinalParameters Parameter value should be final. 471
 Warning blocks LeftCurly '{' should be on a new line. 471
 Warning design DesignForExtension Method 'getOFFSETEND' is not designed for extension - needs to be abstract, final or empty. 479
 Warning blocks LeftCurly '{' should be on a new line. 479
 Warning design DesignForExtension Method 'setOFFSETEND' is not designed for extension - needs to be abstract, final or empty. 487
 Warning misc FinalParameters Parameter value should be final. 487
 Warning blocks LeftCurly '{' should be on a new line. 487
 Warning design DesignForExtension Method 'getROTATIONSTART' is not designed for extension - needs to be abstract, final or empty. 495
 Warning blocks LeftCurly '{' should be on a new line. 495
 Warning design DesignForExtension Method 'setROTATIONSTART' is not designed for extension - needs to be abstract, final or empty. 503
 Warning misc FinalParameters Parameter value should be final. 503
 Warning blocks LeftCurly '{' should be on a new line. 503
 Warning design DesignForExtension Method 'getROTATIONEND' is not designed for extension - needs to be abstract, final or empty. 511
 Warning blocks LeftCurly '{' should be on a new line. 511
 Warning design DesignForExtension Method 'setROTATIONEND' is not designed for extension - needs to be abstract, final or empty. 519
 Warning misc FinalParameters Parameter value should be final. 519
 Warning blocks LeftCurly '{' should be on a new line. 519
 Warning design DesignForExtension Method 'getLANEKEEPING' is not designed for extension - needs to be abstract, final or empty. 527
 Warning blocks LeftCurly '{' should be on a new line. 527
 Warning design DesignForExtension Method 'setLANEKEEPING' is not designed for extension - needs to be abstract, final or empty. 535
 Warning misc FinalParameters Parameter value should be final. 535
 Warning blocks LeftCurly '{' should be on a new line. 535
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 543
 Warning blocks LeftCurly '{' should be on a new line. 543
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 551
 Warning misc FinalParameters Parameter value should be final. 551
 Warning blocks LeftCurly '{' should be on a new line. 551
 Warning blocks LeftCurly '{' should be on a new line. 575
 Warning javadoc JavadocVariable Missing a Javadoc comment. 577
 Warning design VisibilityModifier Variable 'radius' must be private and have accessor methods. 578
 Warning javadoc JavadocVariable Missing a Javadoc comment. 580
 Warning design VisibilityModifier Variable 'angle' must be private and have accessor methods. 581
 Warning javadoc JavadocVariable Missing a Javadoc comment. 583
 Warning design VisibilityModifier Variable 'direction' must be private and have accessor methods. 584
 Warning design DesignForExtension Method 'getRADIUS' is not designed for extension - needs to be abstract, final or empty. 590
 Warning blocks LeftCurly '{' should be on a new line. 590
 Warning design DesignForExtension Method 'setRADIUS' is not designed for extension - needs to be abstract, final or empty. 598
 Warning misc FinalParameters Parameter value should be final. 598
 Warning blocks LeftCurly '{' should be on a new line. 598
 Warning design DesignForExtension Method 'getANGLE' is not designed for extension - needs to be abstract, final or empty. 606
 Warning blocks LeftCurly '{' should be on a new line. 606
 Warning design DesignForExtension Method 'setANGLE' is not designed for extension - needs to be abstract, final or empty. 614
 Warning misc FinalParameters Parameter value should be final. 614
 Warning blocks LeftCurly '{' should be on a new line. 614
 Warning design DesignForExtension Method 'getDIRECTION' is not designed for extension - needs to be abstract, final or empty. 622
 Warning blocks LeftCurly '{' should be on a new line. 622
 Warning design DesignForExtension Method 'setDIRECTION' is not designed for extension - needs to be abstract, final or empty. 630
 Warning misc FinalParameters Parameter value should be final. 630
 Warning blocks LeftCurly '{' should be on a new line. 630
 Warning blocks LeftCurly '{' should be on a new line. 655
 Warning javadoc JavadocVariable Missing a Javadoc comment. 657
 Warning design VisibilityModifier Variable 'lane' must be private and have accessor methods. 658
 Warning javadoc JavadocVariable Missing a Javadoc comment. 660
 Warning design VisibilityModifier Variable 'position' must be private and have accessor methods. 661
 Warning design DesignForExtension Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. 667
 Warning blocks LeftCurly '{' should be on a new line. 667
 Warning design DesignForExtension Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. 675
 Warning misc FinalParameters Parameter value should be final. 675
 Warning blocks LeftCurly '{' should be on a new line. 675
 Warning design DesignForExtension Method 'getPOSITION' is not designed for extension - needs to be abstract, final or empty. 683
 Warning blocks LeftCurly '{' should be on a new line. 683
 Warning design DesignForExtension Method 'setPOSITION' is not designed for extension - needs to be abstract, final or empty. 691
 Warning misc FinalParameters Parameter value should be final. 691
 Warning blocks LeftCurly '{' should be on a new line. 691
 Warning blocks LeftCurly '{' should be on a new line. 720
 Warning javadoc JavadocVariable Missing a Javadoc comment. 722
 Warning design VisibilityModifier Variable 'startangle' must be private and have accessor methods. 723
 Warning javadoc JavadocVariable Missing a Javadoc comment. 725
 Warning design VisibilityModifier Variable 'startcurvature' must be private and have accessor methods. 726
 Warning javadoc JavadocVariable Missing a Javadoc comment. 728
 Warning design VisibilityModifier Variable 'endcurvature' must be private and have accessor methods. 729
 Warning javadoc JavadocVariable Missing a Javadoc comment. 731
 Warning design VisibilityModifier Variable 'length' must be private and have accessor methods. 732
 Warning javadoc JavadocVariable Missing a Javadoc comment. 734
 Warning design VisibilityModifier Variable 'endelevation' must be private and have accessor methods. 735
 Warning javadoc JavadocVariable Missing a Javadoc comment. 737
 Warning design VisibilityModifier Variable 'numsegments' must be private and have accessor methods. 738
 Warning design DesignForExtension Method 'getSTARTANGLE' is not designed for extension - needs to be abstract, final or empty. 744
 Warning blocks LeftCurly '{' should be on a new line. 744
 Warning design DesignForExtension Method 'setSTARTANGLE' is not designed for extension - needs to be abstract, final or empty. 752
 Warning misc FinalParameters Parameter value should be final. 752
 Warning blocks LeftCurly '{' should be on a new line. 752
 Warning design DesignForExtension Method 'getSTARTCURVATURE' is not designed for extension - needs to be abstract, final or empty. 760
 Warning blocks LeftCurly '{' should be on a new line. 760
 Warning design DesignForExtension Method 'setSTARTCURVATURE' is not designed for extension - needs to be abstract, final or empty. 768
 Warning misc FinalParameters Parameter value should be final. 768
 Warning blocks LeftCurly '{' should be on a new line. 768
 Warning design DesignForExtension Method 'getENDCURVATURE' is not designed for extension - needs to be abstract, final or empty. 776
 Warning blocks LeftCurly '{' should be on a new line. 776
 Warning design DesignForExtension Method 'setENDCURVATURE' is not designed for extension - needs to be abstract, final or empty. 784
 Warning misc FinalParameters Parameter value should be final. 784
 Warning blocks LeftCurly '{' should be on a new line. 784
 Warning design DesignForExtension Method 'getLENGTH' is not designed for extension - needs to be abstract, final or empty. 792
 Warning blocks LeftCurly '{' should be on a new line. 792
 Warning design DesignForExtension Method 'setLENGTH' is not designed for extension - needs to be abstract, final or empty. 800
 Warning misc FinalParameters Parameter value should be final. 800
 Warning blocks LeftCurly '{' should be on a new line. 800
 Warning design DesignForExtension Method 'getENDELEVATION' is not designed for extension - needs to be abstract, final or empty. 808
 Warning blocks LeftCurly '{' should be on a new line. 808
 Warning design DesignForExtension Method 'setENDELEVATION' is not designed for extension - needs to be abstract, final or empty. 816
 Warning misc FinalParameters Parameter value should be final. 816
 Warning blocks LeftCurly '{' should be on a new line. 816
 Warning design DesignForExtension Method 'getNUMSEGMENTS' is not designed for extension - needs to be abstract, final or empty. 824
 Warning blocks LeftCurly '{' should be on a new line. 824
 Warning design DesignForExtension Method 'setNUMSEGMENTS' is not designed for extension - needs to be abstract, final or empty. 832
 Warning misc FinalParameters Parameter value should be final. 832
 Warning blocks LeftCurly '{' should be on a new line. 832
 Warning blocks LeftCurly '{' should be on a new line. 843
 Warning blocks LeftCurly '{' should be on a new line. 871
 Warning javadoc JavadocVariable Missing a Javadoc comment. 873
 Warning design VisibilityModifier Variable 'lane' must be private and have accessor methods. 874
 Warning javadoc JavadocVariable Missing a Javadoc comment. 876
 Warning design VisibilityModifier Variable 'gtu' must be private and have accessor methods. 877
 Warning javadoc JavadocVariable Missing a Javadoc comment. 879
 Warning design VisibilityModifier Variable 'gtumix' must be private and have accessor methods. 880
 Warning javadoc JavadocVariable Missing a Javadoc comment. 882
 Warning design VisibilityModifier Variable 'distance' must be private and have accessor methods. 883
 Warning javadoc JavadocVariable Missing a Javadoc comment. 885
 Warning design VisibilityModifier Variable 'initialspeed' must be private and have accessor methods. 886
 Warning javadoc JavadocVariable Missing a Javadoc comment. 888
 Warning design VisibilityModifier Variable 'maxgtu' must be private and have accessor methods. 889
 Warning javadoc JavadocVariable Missing a Javadoc comment. 891
 Warning design VisibilityModifier Variable 'route' must be private and have accessor methods. 892
 Warning design DesignForExtension Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. 898
 Warning blocks LeftCurly '{' should be on a new line. 898
 Warning design DesignForExtension Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. 906
 Warning misc FinalParameters Parameter value should be final. 906
 Warning blocks LeftCurly '{' should be on a new line. 906
 Warning design DesignForExtension Method 'getGTU' is not designed for extension - needs to be abstract, final or empty. 914
 Warning blocks LeftCurly '{' should be on a new line. 914
 Warning design DesignForExtension Method 'setGTU' is not designed for extension - needs to be abstract, final or empty. 922
 Warning misc FinalParameters Parameter value should be final. 922
 Warning blocks LeftCurly '{' should be on a new line. 922
 Warning design DesignForExtension Method 'getGTUMIX' is not designed for extension - needs to be abstract, final or empty. 930
 Warning blocks LeftCurly '{' should be on a new line. 930
 Warning design DesignForExtension Method 'setGTUMIX' is not designed for extension - needs to be abstract, final or empty. 938
 Warning misc FinalParameters Parameter value should be final. 938
 Warning blocks LeftCurly '{' should be on a new line. 938
 Warning design DesignForExtension Method 'getDISTANCE' is not designed for extension - needs to be abstract, final or empty. 946
 Warning blocks LeftCurly '{' should be on a new line. 946
 Warning design DesignForExtension Method 'setDISTANCE' is not designed for extension - needs to be abstract, final or empty. 954
 Warning misc FinalParameters Parameter value should be final. 954
 Warning blocks LeftCurly '{' should be on a new line. 954
 Warning design DesignForExtension Method 'getINITIALSPEED' is not designed for extension - needs to be abstract, final or empty. 962
 Warning blocks LeftCurly '{' should be on a new line. 962
 Warning design DesignForExtension Method 'setINITIALSPEED' is not designed for extension - needs to be abstract, final or empty. 970
 Warning misc FinalParameters Parameter value should be final. 970
 Warning blocks LeftCurly '{' should be on a new line. 970
 Warning design DesignForExtension Method 'getMAXGTU' is not designed for extension - needs to be abstract, final or empty. 978
 Warning blocks LeftCurly '{' should be on a new line. 978
 Warning design DesignForExtension Method 'setMAXGTU' is not designed for extension - needs to be abstract, final or empty. 986
 Warning misc FinalParameters Parameter value should be final. 986
 Warning blocks LeftCurly '{' should be on a new line. 986
 Warning design DesignForExtension Method 'getROUTE' is not designed for extension - needs to be abstract, final or empty. 994
 Warning blocks LeftCurly '{' should be on a new line. 994
 Warning design DesignForExtension Method 'setROUTE' is not designed for extension - needs to be abstract, final or empty. 1002
 Warning misc FinalParameters Parameter value should be final. 1002
 Warning blocks LeftCurly '{' should be on a new line. 1002
 Warning blocks LeftCurly '{' should be on a new line. 1036
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1038
 Warning design VisibilityModifier Variable 'lane' must be private and have accessor methods. 1039
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1041
 Warning design VisibilityModifier Variable 'position' must be private and have accessor methods. 1042
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1044
 Warning design VisibilityModifier Variable 'gtu' must be private and have accessor methods. 1045
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1047
 Warning design VisibilityModifier Variable 'gtumix' must be private and have accessor methods. 1048
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1050
 Warning design VisibilityModifier Variable 'iat' must be private and have accessor methods. 1051
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1053
 Warning design VisibilityModifier Variable 'initialspeed' must be private and have accessor methods. 1054
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1056
 Warning design VisibilityModifier Variable 'maxgtu' must be private and have accessor methods. 1057
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1059
 Warning design VisibilityModifier Variable 'starttime' must be private and have accessor methods. 1060
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1062
 Warning design VisibilityModifier Variable 'endtime' must be private and have accessor methods. 1063
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1065
 Warning design VisibilityModifier Variable 'route' must be private and have accessor methods. 1066
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1068
 Warning design VisibilityModifier Variable 'gtucolorer' must be private and have accessor methods. 1069
 Warning design DesignForExtension Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. 1075
 Warning blocks LeftCurly '{' should be on a new line. 1075
 Warning design DesignForExtension Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. 1083
 Warning misc FinalParameters Parameter value should be final. 1083
 Warning blocks LeftCurly '{' should be on a new line. 1083
 Warning design DesignForExtension Method 'getPOSITION' is not designed for extension - needs to be abstract, final or empty. 1091
 Warning blocks LeftCurly '{' should be on a new line. 1091
 Warning design DesignForExtension Method 'setPOSITION' is not designed for extension - needs to be abstract, final or empty. 1099
 Warning misc FinalParameters Parameter value should be final. 1099
 Warning blocks LeftCurly '{' should be on a new line. 1099
 Warning design DesignForExtension Method 'getGTU' is not designed for extension - needs to be abstract, final or empty. 1107
 Warning blocks LeftCurly '{' should be on a new line. 1107
 Warning design DesignForExtension Method 'setGTU' is not designed for extension - needs to be abstract, final or empty. 1115
 Warning misc FinalParameters Parameter value should be final. 1115
 Warning blocks LeftCurly '{' should be on a new line. 1115
 Warning design DesignForExtension Method 'getGTUMIX' is not designed for extension - needs to be abstract, final or empty. 1123
 Warning blocks LeftCurly '{' should be on a new line. 1123
 Warning design DesignForExtension Method 'setGTUMIX' is not designed for extension - needs to be abstract, final or empty. 1131
 Warning misc FinalParameters Parameter value should be final. 1131
 Warning blocks LeftCurly '{' should be on a new line. 1131
 Warning design DesignForExtension Method 'getIAT' is not designed for extension - needs to be abstract, final or empty. 1139
 Warning blocks LeftCurly '{' should be on a new line. 1139
 Warning design DesignForExtension Method 'setIAT' is not designed for extension - needs to be abstract, final or empty. 1147
 Warning misc FinalParameters Parameter value should be final. 1147
 Warning blocks LeftCurly '{' should be on a new line. 1147
 Warning design DesignForExtension Method 'getINITIALSPEED' is not designed for extension - needs to be abstract, final or empty. 1155
 Warning blocks LeftCurly '{' should be on a new line. 1155
 Warning design DesignForExtension Method 'setINITIALSPEED' is not designed for extension - needs to be abstract, final or empty. 1163
 Warning misc FinalParameters Parameter value should be final. 1163
 Warning blocks LeftCurly '{' should be on a new line. 1163
 Warning design DesignForExtension Method 'getMAXGTU' is not designed for extension - needs to be abstract, final or empty. 1171
 Warning blocks LeftCurly '{' should be on a new line. 1171
 Warning design DesignForExtension Method 'setMAXGTU' is not designed for extension - needs to be abstract, final or empty. 1179
 Warning misc FinalParameters Parameter value should be final. 1179
 Warning blocks LeftCurly '{' should be on a new line. 1179
 Warning design DesignForExtension Method 'getSTARTTIME' is not designed for extension - needs to be abstract, final or empty. 1187
 Warning blocks LeftCurly '{' should be on a new line. 1187
 Warning design DesignForExtension Method 'setSTARTTIME' is not designed for extension - needs to be abstract, final or empty. 1195
 Warning misc FinalParameters Parameter value should be final. 1195
 Warning blocks LeftCurly '{' should be on a new line. 1195
 Warning design DesignForExtension Method 'getENDTIME' is not designed for extension - needs to be abstract, final or empty. 1203
 Warning blocks LeftCurly '{' should be on a new line. 1203
 Warning design DesignForExtension Method 'setENDTIME' is not designed for extension - needs to be abstract, final or empty. 1211
 Warning misc FinalParameters Parameter value should be final. 1211
 Warning blocks LeftCurly '{' should be on a new line. 1211
 Warning design DesignForExtension Method 'getROUTE' is not designed for extension - needs to be abstract, final or empty. 1219
 Warning blocks LeftCurly '{' should be on a new line. 1219
 Warning design DesignForExtension Method 'setROUTE' is not designed for extension - needs to be abstract, final or empty. 1227
 Warning misc FinalParameters Parameter value should be final. 1227
 Warning blocks LeftCurly '{' should be on a new line. 1227
 Warning design DesignForExtension Method 'getGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. 1235
 Warning blocks LeftCurly '{' should be on a new line. 1235
 Warning design DesignForExtension Method 'setGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. 1243
 Warning misc FinalParameters Parameter value should be final. 1243
 Warning blocks LeftCurly '{' should be on a new line. 1243
 Warning blocks LeftCurly '{' should be on a new line. 1271
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1273
 Warning design VisibilityModifier Variable 'lane' must be private and have accessor methods. 1274
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1276
 Warning design VisibilityModifier Variable 'legalspeedlimit' must be private and have accessor methods. 1277
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1279
 Warning design VisibilityModifier Variable 'direction' must be private and have accessor methods. 1280
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1282
 Warning design VisibilityModifier Variable 'color' must be private and have accessor methods. 1283
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1285
 Warning design VisibilityModifier Variable 'overtaking' must be private and have accessor methods. 1286
 Warning design DesignForExtension Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. 1292
 Warning blocks LeftCurly '{' should be on a new line. 1292
 Warning design DesignForExtension Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. 1300
 Warning misc FinalParameters Parameter value should be final. 1300
 Warning blocks LeftCurly '{' should be on a new line. 1300
 Warning design DesignForExtension Method 'getLEGALSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 1308
 Warning blocks LeftCurly '{' should be on a new line. 1308
 Warning design DesignForExtension Method 'setLEGALSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 1316
 Warning misc FinalParameters Parameter value should be final. 1316
 Warning blocks LeftCurly '{' should be on a new line. 1316
 Warning design DesignForExtension Method 'getDIRECTION' is not designed for extension - needs to be abstract, final or empty. 1324
 Warning blocks LeftCurly '{' should be on a new line. 1324
 Warning design DesignForExtension Method 'setDIRECTION' is not designed for extension - needs to be abstract, final or empty. 1332
 Warning misc FinalParameters Parameter value should be final. 1332
 Warning blocks LeftCurly '{' should be on a new line. 1332
 Warning design DesignForExtension Method 'getCOLOR' is not designed for extension - needs to be abstract, final or empty. 1340
 Warning blocks LeftCurly '{' should be on a new line. 1340
 Warning design DesignForExtension Method 'setCOLOR' is not designed for extension - needs to be abstract, final or empty. 1348
 Warning misc FinalParameters Parameter value should be final. 1348
 Warning blocks LeftCurly '{' should be on a new line. 1348
 Warning design DesignForExtension Method 'getOVERTAKING' is not designed for extension - needs to be abstract, final or empty. 1356
 Warning blocks LeftCurly '{' should be on a new line. 1356
 Warning design DesignForExtension Method 'setOVERTAKING' is not designed for extension - needs to be abstract, final or empty. 1364
 Warning misc FinalParameters Parameter value should be final. 1364
 Warning blocks LeftCurly '{' should be on a new line. 1364
 Warning blocks LeftCurly '{' should be on a new line. 1395
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1397
 Warning design VisibilityModifier Variable 'uri' must be private and have accessor methods. 1399
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1401
 Warning design VisibilityModifier Variable 'lane' must be private and have accessor methods. 1402
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1404
 Warning design VisibilityModifier Variable 'position' must be private and have accessor methods. 1405
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1407
 Warning design VisibilityModifier Variable 'gtu' must be private and have accessor methods. 1408
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1410
 Warning design VisibilityModifier Variable 'gtumix' must be private and have accessor methods. 1411
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1413
 Warning design VisibilityModifier Variable 'initialspeed' must be private and have accessor methods. 1414
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1416
 Warning design VisibilityModifier Variable 'route' must be private and have accessor methods. 1417
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1419
 Warning design VisibilityModifier Variable 'gtucolorer' must be private and have accessor methods. 1420
 Warning design DesignForExtension Method 'getURI' is not designed for extension - needs to be abstract, final or empty. 1426
 Warning blocks LeftCurly '{' should be on a new line. 1426
 Warning design DesignForExtension Method 'setURI' is not designed for extension - needs to be abstract, final or empty. 1434
 Warning misc FinalParameters Parameter value should be final. 1434
 Warning blocks LeftCurly '{' should be on a new line. 1434
 Warning design DesignForExtension Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. 1442
 Warning blocks LeftCurly '{' should be on a new line. 1442
 Warning design DesignForExtension Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. 1450
 Warning misc FinalParameters Parameter value should be final. 1450
 Warning blocks LeftCurly '{' should be on a new line. 1450
 Warning design DesignForExtension Method 'getPOSITION' is not designed for extension - needs to be abstract, final or empty. 1458
 Warning blocks LeftCurly '{' should be on a new line. 1458
 Warning design DesignForExtension Method 'setPOSITION' is not designed for extension - needs to be abstract, final or empty. 1466
 Warning misc FinalParameters Parameter value should be final. 1466
 Warning blocks LeftCurly '{' should be on a new line. 1466
 Warning design DesignForExtension Method 'getGTU' is not designed for extension - needs to be abstract, final or empty. 1474
 Warning blocks LeftCurly '{' should be on a new line. 1474
 Warning design DesignForExtension Method 'setGTU' is not designed for extension - needs to be abstract, final or empty. 1482
 Warning misc FinalParameters Parameter value should be final. 1482
 Warning blocks LeftCurly '{' should be on a new line. 1482
 Warning design DesignForExtension Method 'getGTUMIX' is not designed for extension - needs to be abstract, final or empty. 1490
 Warning blocks LeftCurly '{' should be on a new line. 1490
 Warning design DesignForExtension Method 'setGTUMIX' is not designed for extension - needs to be abstract, final or empty. 1498
 Warning misc FinalParameters Parameter value should be final. 1498
 Warning blocks LeftCurly '{' should be on a new line. 1498
 Warning design DesignForExtension Method 'getINITIALSPEED' is not designed for extension - needs to be abstract, final or empty. 1506
 Warning blocks LeftCurly '{' should be on a new line. 1506
 Warning design DesignForExtension Method 'setINITIALSPEED' is not designed for extension - needs to be abstract, final or empty. 1514
 Warning misc FinalParameters Parameter value should be final. 1514
 Warning blocks LeftCurly '{' should be on a new line. 1514
 Warning design DesignForExtension Method 'getROUTE' is not designed for extension - needs to be abstract, final or empty. 1522
 Warning blocks LeftCurly '{' should be on a new line. 1522
 Warning design DesignForExtension Method 'setROUTE' is not designed for extension - needs to be abstract, final or empty. 1530
 Warning misc FinalParameters Parameter value should be final. 1530
 Warning blocks LeftCurly '{' should be on a new line. 1530
 Warning design DesignForExtension Method 'getGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. 1538
 Warning blocks LeftCurly '{' should be on a new line. 1538
 Warning design DesignForExtension Method 'setGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. 1546
 Warning misc FinalParameters Parameter value should be final. 1546
 Warning blocks LeftCurly '{' should be on a new line. 1546
 Warning blocks LeftCurly '{' should be on a new line. 1571
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1573
 Warning design VisibilityModifier Variable 'length' must be private and have accessor methods. 1574
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1576
 Warning design VisibilityModifier Variable 'intermediatepoints' must be private and have accessor methods. 1577
 Warning design DesignForExtension Method 'getLENGTH' is not designed for extension - needs to be abstract, final or empty. 1583
 Warning blocks LeftCurly '{' should be on a new line. 1583
 Warning design DesignForExtension Method 'setLENGTH' is not designed for extension - needs to be abstract, final or empty. 1591
 Warning misc FinalParameters Parameter value should be final. 1591
 Warning blocks LeftCurly '{' should be on a new line. 1591
 Warning javadoc JavadocMethod Expected an @return tag. 1610
 Warning design DesignForExtension Method 'getINTERMEDIATEPOINTS' is not designed for extension - needs to be abstract, final or empty. 1610
 Warning blocks LeftCurly '{' should be on a new line. 1610
 Warning blocks LeftCurly '{' should be on a new line. 1611
 Warning blocks LeftCurly '{' should be on a new line. 1641
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1643
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 1644
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1646
 Warning design VisibilityModifier Variable 'lane' must be private and have accessor methods. 1647
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1649
 Warning design VisibilityModifier Variable 'position' must be private and have accessor methods. 1650
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1652
 Warning naming MemberName Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1653
 Warning design VisibilityModifier Variable '_class' must be private and have accessor methods. 1653
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1655
 Warning design VisibilityModifier Variable 'trigger' must be private and have accessor methods. 1656
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 1662
 Warning blocks LeftCurly '{' should be on a new line. 1662
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 1670
 Warning misc FinalParameters Parameter value should be final. 1670
 Warning blocks LeftCurly '{' should be on a new line. 1670
 Warning design DesignForExtension Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. 1678
 Warning blocks LeftCurly '{' should be on a new line. 1678
 Warning design DesignForExtension Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. 1686
 Warning misc FinalParameters Parameter value should be final. 1686
 Warning blocks LeftCurly '{' should be on a new line. 1686
 Warning design DesignForExtension Method 'getPOSITION' is not designed for extension - needs to be abstract, final or empty. 1694
 Warning blocks LeftCurly '{' should be on a new line. 1694
 Warning design DesignForExtension Method 'setPOSITION' is not designed for extension - needs to be abstract, final or empty. 1702
 Warning misc FinalParameters Parameter value should be final. 1702
 Warning blocks LeftCurly '{' should be on a new line. 1702
 Warning design DesignForExtension Method 'getCLASS' is not designed for extension - needs to be abstract, final or empty. 1710
 Warning blocks LeftCurly '{' should be on a new line. 1710
 Warning design DesignForExtension Method 'setCLASS' is not designed for extension - needs to be abstract, final or empty. 1718
 Warning misc FinalParameters Parameter value should be final. 1718
 Warning blocks LeftCurly '{' should be on a new line. 1718
 Warning design DesignForExtension Method 'getTRIGGER' is not designed for extension - needs to be abstract, final or empty. 1726
 Warning blocks LeftCurly '{' should be on a new line. 1726
 Warning design DesignForExtension Method 'setTRIGGER' is not designed for extension - needs to be abstract, final or empty. 1734
 Warning misc FinalParameters Parameter value should be final. 1734
 Warning blocks LeftCurly '{' should be on a new line. 1734
 Warning blocks LeftCurly '{' should be on a new line. 1759
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1761
 Warning design VisibilityModifier Variable 'lane' must be private and have accessor methods. 1762
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1764
 Warning design VisibilityModifier Variable 'position' must be private and have accessor methods. 1765
 Warning design DesignForExtension Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. 1771
 Warning blocks LeftCurly '{' should be on a new line. 1771
 Warning design DesignForExtension Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. 1779
 Warning misc FinalParameters Parameter value should be final. 1779
 Warning blocks LeftCurly '{' should be on a new line. 1779
 Warning design DesignForExtension Method 'getPOSITION' is not designed for extension - needs to be abstract, final or empty. 1787
 Warning blocks LeftCurly '{' should be on a new line. 1787
 Warning design DesignForExtension Method 'setPOSITION' is not designed for extension - needs to be abstract, final or empty. 1795
 Warning misc FinalParameters Parameter value should be final. 1795
 Warning blocks LeftCurly '{' should be on a new line. 1795
 Warning blocks LeftCurly '{' should be on a new line. 1819
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1821
 Warning design VisibilityModifier Variable 'length' must be private and have accessor methods. 1822
 Warning design DesignForExtension Method 'getLENGTH' is not designed for extension - needs to be abstract, final or empty. 1828
 Warning blocks LeftCurly '{' should be on a new line. 1828
 Warning design DesignForExtension Method 'setLENGTH' is not designed for extension - needs to be abstract, final or empty. 1836
 Warning misc FinalParameters Parameter value should be final. 1836
 Warning blocks LeftCurly '{' should be on a new line. 1836
 Warning blocks LeftCurly '{' should be on a new line. 1863
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1865
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 1866
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1868
 Warning design VisibilityModifier Variable 'lane' must be private and have accessor methods. 1869
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1871
 Warning design VisibilityModifier Variable 'position' must be private and have accessor methods. 1872
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1874
 Warning naming MemberName Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1875
 Warning design VisibilityModifier Variable '_class' must be private and have accessor methods. 1875
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 1881
 Warning blocks LeftCurly '{' should be on a new line. 1881
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 1889
 Warning misc FinalParameters Parameter value should be final. 1889
 Warning blocks LeftCurly '{' should be on a new line. 1889
 Warning design DesignForExtension Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. 1897
 Warning blocks LeftCurly '{' should be on a new line. 1897
 Warning design DesignForExtension Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. 1905
 Warning misc FinalParameters Parameter value should be final. 1905
 Warning blocks LeftCurly '{' should be on a new line. 1905
 Warning design DesignForExtension Method 'getPOSITION' is not designed for extension - needs to be abstract, final or empty. 1913
 Warning blocks LeftCurly '{' should be on a new line. 1913
 Warning design DesignForExtension Method 'setPOSITION' is not designed for extension - needs to be abstract, final or empty. 1921
 Warning misc FinalParameters Parameter value should be final. 1921
 Warning blocks LeftCurly '{' should be on a new line. 1921
 Warning design DesignForExtension Method 'getCLASS' is not designed for extension - needs to be abstract, final or empty. 1929
 Warning blocks LeftCurly '{' should be on a new line. 1929
 Warning design DesignForExtension Method 'setCLASS' is not designed for extension - needs to be abstract, final or empty. 1937
 Warning misc FinalParameters Parameter value should be final. 1937
 Warning blocks LeftCurly '{' should be on a new line. 1937

org/opentrafficsim/road/network/factory/vissim/xsd/NETWORK.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 53
 Warning javadoc JavadocVariable Missing a Javadoc comment. 55
 Warning design VisibilityModifier Variable 'definitionsOrIncludeOrNODE' must be private and have accessor methods. 61
 Warning javadoc JavadocVariable Missing a Javadoc comment. 63
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 65
 Warning javadoc JavadocMethod Expected an @return tag. 83
 Warning design DesignForExtension Method 'getDEFINITIONSOrIncludeOrNODE' is not designed for extension - needs to be abstract, final or empty. 83
 Warning blocks LeftCurly '{' should be on a new line. 83
 Warning blocks LeftCurly '{' should be on a new line. 84
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 94
 Warning blocks LeftCurly '{' should be on a new line. 94
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 102
 Warning misc FinalParameters Parameter value should be final. 102
 Warning blocks LeftCurly '{' should be on a new line. 102

org/opentrafficsim/road/network/factory/vissim/xsd/NODE.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 43
 Warning javadoc JavadocVariable Missing a Javadoc comment. 45
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 49
 Warning javadoc JavadocVariable Missing a Javadoc comment. 51
 Warning design VisibilityModifier Variable 'coordinate' must be private and have accessor methods. 52
 Warning javadoc JavadocVariable Missing a Javadoc comment. 54
 Warning design VisibilityModifier Variable 'angle' must be private and have accessor methods. 55
 Warning javadoc JavadocVariable Missing a Javadoc comment. 57
 Warning javadoc JavadocVariable Missing a Javadoc comment. 60
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 62
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 68
 Warning blocks LeftCurly '{' should be on a new line. 68
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 76
 Warning misc FinalParameters Parameter value should be final. 76
 Warning blocks LeftCurly '{' should be on a new line. 76
 Warning design DesignForExtension Method 'getCOORDINATE' is not designed for extension - needs to be abstract, final or empty. 84
 Warning blocks LeftCurly '{' should be on a new line. 84
 Warning design DesignForExtension Method 'setCOORDINATE' is not designed for extension - needs to be abstract, final or empty. 92
 Warning misc FinalParameters Parameter value should be final. 92
 Warning blocks LeftCurly '{' should be on a new line. 92
 Warning design DesignForExtension Method 'getANGLE' is not designed for extension - needs to be abstract, final or empty. 100
 Warning blocks LeftCurly '{' should be on a new line. 100
 Warning design DesignForExtension Method 'setANGLE' is not designed for extension - needs to be abstract, final or empty. 108
 Warning misc FinalParameters Parameter value should be final. 108
 Warning blocks LeftCurly '{' should be on a new line. 108
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 116
 Warning blocks LeftCurly '{' should be on a new line. 116
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 124
 Warning misc FinalParameters Parameter value should be final. 124
 Warning blocks LeftCurly '{' should be on a new line. 124
 Warning design DesignForExtension Method 'getRefId' is not designed for extension - needs to be abstract, final or empty. 128
 Warning javadoc JavadocMethod Missing a Javadoc comment. 128
 Warning blocks LeftCurly '{' should be on a new line. 128
 Warning design DesignForExtension Method 'setRefId' is not designed for extension - needs to be abstract, final or empty. 132
 Warning javadoc JavadocMethod Missing a Javadoc comment. 132
 Warning misc FinalParameters Parameter refId should be final. 132
 Warning blocks LeftCurly '{' should be on a new line. 132

org/opentrafficsim/road/network/factory/vissim/xsd/ObjectFactory.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 26
 Warning javadoc JavadocVariable Missing a Javadoc comment. 28
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 28
 Warning naming ConstantName Name '_Fallback_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 28
 Warning javadoc JavadocVariable Missing a Javadoc comment. 30
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 30
 Warning naming ConstantName Name '_Include_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 30
 Warning javadoc JavadocStyle First sentence should end with a period. 32
 Warning blocks LeftCurly '{' should be on a new line. 36
 Warning javadoc JavadocStyle First sentence should end with a period. 39
 Warning javadoc JavadocMethod Expected an @return tag. 42
 Warning design DesignForExtension Method 'createGLOBAL' is not designed for extension - needs to be abstract, final or empty. 42
 Warning blocks LeftCurly '{' should be on a new line. 42
 Warning javadoc JavadocStyle First sentence should end with a period. 46
 Warning javadoc JavadocMethod Expected an @return tag. 49
 Warning design DesignForExtension Method 'createGTUMIX' is not designed for extension - needs to be abstract, final or empty. 49
 Warning blocks LeftCurly '{' should be on a new line. 49
 Warning javadoc JavadocStyle First sentence should end with a period. 53
 Warning javadoc JavadocMethod Expected an @return tag. 56
 Warning design DesignForExtension Method 'createROADTYPE' is not designed for extension - needs to be abstract, final or empty. 56
 Warning blocks LeftCurly '{' should be on a new line. 56
 Warning javadoc JavadocStyle First sentence should end with a period. 60
 Warning javadoc JavadocMethod Expected an @return tag. 63
 Warning design DesignForExtension Method 'createLANETYPE' is not designed for extension - needs to be abstract, final or empty. 63
 Warning blocks LeftCurly '{' should be on a new line. 63
 Warning javadoc JavadocStyle First sentence should end with a period. 67
 Warning javadoc JavadocMethod Expected an @return tag. 70
 Warning design DesignForExtension Method 'createROADLAYOUT' is not designed for extension - needs to be abstract, final or empty. 70
 Warning blocks LeftCurly '{' should be on a new line. 70
 Warning javadoc JavadocStyle First sentence should end with a period. 74
 Warning javadoc JavadocMethod Expected an @return tag. 77
 Warning design DesignForExtension Method 'createLINK' is not designed for extension - needs to be abstract, final or empty. 77
 Warning blocks LeftCurly '{' should be on a new line. 77
 Warning javadoc JavadocStyle First sentence should end with a period. 81
 Warning javadoc JavadocMethod Expected an @return tag. 84
 Warning design DesignForExtension Method 'createROUTEMIX' is not designed for extension - needs to be abstract, final or empty. 84
 Warning blocks LeftCurly '{' should be on a new line. 84
 Warning javadoc JavadocStyle First sentence should end with a period. 88
 Warning javadoc JavadocMethod Expected an @return tag. 91
 Warning design DesignForExtension Method 'createSHORTESTROUTEMIX' is not designed for extension - needs to be abstract, final or empty. 91
 Warning blocks LeftCurly '{' should be on a new line. 91
 Warning javadoc JavadocStyle First sentence should end with a period. 95
 Warning javadoc JavadocMethod Expected an @return tag. 98
 Warning design DesignForExtension Method 'createROADLAYOUTLANE' is not designed for extension - needs to be abstract, final or empty. 98
 Warning blocks LeftCurly '{' should be on a new line. 98
 Warning javadoc JavadocStyle First sentence should end with a period. 102
 Warning javadoc JavadocMethod Expected an @return tag. 105
 Warning design DesignForExtension Method 'createROUTE' is not designed for extension - needs to be abstract, final or empty. 105
 Warning blocks LeftCurly '{' should be on a new line. 105
 Warning javadoc JavadocStyle First sentence should end with a period. 109
 Warning javadoc JavadocMethod Expected an @return tag. 112
 Warning design DesignForExtension Method 'createNETWORK' is not designed for extension - needs to be abstract, final or empty. 112
 Warning blocks LeftCurly '{' should be on a new line. 112
 Warning javadoc JavadocStyle First sentence should end with a period. 116
 Warning javadoc JavadocMethod Expected an @return tag. 119
 Warning design DesignForExtension Method 'createDEFINITIONS' is not designed for extension - needs to be abstract, final or empty. 119
 Warning blocks LeftCurly '{' should be on a new line. 119
 Warning javadoc JavadocStyle First sentence should end with a period. 123
 Warning javadoc JavadocMethod Expected an @return tag. 126
 Warning design DesignForExtension Method 'createGLOBALSPEEDGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. 126
 Warning blocks LeftCurly '{' should be on a new line. 126
 Warning javadoc JavadocStyle First sentence should end with a period. 130
 Warning javadoc JavadocMethod Expected an @return tag. 133
 Warning design DesignForExtension Method 'createGLOBALACCELERATIONGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. 133
 Warning blocks LeftCurly '{' should be on a new line. 133
 Warning javadoc JavadocStyle First sentence should end with a period. 137
 Warning javadoc JavadocMethod Expected an @return tag. 140
 Warning design DesignForExtension Method 'createGLOBALLANECHANGEURGEGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. 140
 Warning blocks LeftCurly '{' should be on a new line. 140
 Warning javadoc JavadocStyle First sentence should end with a period. 144
 Warning javadoc JavadocMethod Expected an @return tag. 147
 Warning design DesignForExtension Method 'createIncludeType' is not designed for extension - needs to be abstract, final or empty. 147
 Warning blocks LeftCurly '{' should be on a new line. 147
 Warning javadoc JavadocStyle First sentence should end with a period. 151
 Warning javadoc JavadocMethod Expected an @return tag. 154
 Warning design DesignForExtension Method 'createGTUTYPE' is not designed for extension - needs to be abstract, final or empty. 154
 Warning blocks LeftCurly '{' should be on a new line. 154
 Warning javadoc JavadocStyle First sentence should end with a period. 158
 Warning javadoc JavadocMethod Expected an @return tag. 161
 Warning design DesignForExtension Method 'createGTU' is not designed for extension - needs to be abstract, final or empty. 161
 Warning blocks LeftCurly '{' should be on a new line. 161
 Warning javadoc JavadocStyle First sentence should end with a period. 165
 Warning javadoc JavadocMethod Expected an @return tag. 168
 Warning design DesignForExtension Method 'createGTUMIXGTU' is not designed for extension - needs to be abstract, final or empty. 168
 Warning blocks LeftCurly '{' should be on a new line. 168
 Warning javadoc JavadocStyle First sentence should end with a period. 172
 Warning javadoc JavadocMethod Expected an @return tag. 175
 Warning design DesignForExtension Method 'createROADTYPESPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 175
 Warning blocks LeftCurly '{' should be on a new line. 175
 Warning javadoc JavadocStyle First sentence should end with a period. 179
 Warning javadoc JavadocMethod Expected an @return tag. 182
 Warning design DesignForExtension Method 'createLANETYPESPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 182
 Warning blocks LeftCurly '{' should be on a new line. 182
 Warning javadoc JavadocStyle First sentence should end with a period. 186
 Warning javadoc JavadocMethod Expected an @return tag. 189
 Warning design DesignForExtension Method 'createROADLAYOUTSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 189
 Warning blocks LeftCurly '{' should be on a new line. 189
 Warning javadoc JavadocStyle First sentence should end with a period. 193
 Warning javadoc JavadocMethod Expected an @return tag. 196
 Warning design DesignForExtension Method 'createROADLAYOUTNOTRAFFICLANE' is not designed for extension - needs to be abstract, final or empty. 196
 Warning blocks LeftCurly '{' should be on a new line. 196
 Warning javadoc JavadocStyle First sentence should end with a period. 200
 Warning javadoc JavadocMethod Expected an @return tag. 203
 Warning design DesignForExtension Method 'createROADLAYOUTSHOULDER' is not designed for extension - needs to be abstract, final or empty. 203
 Warning blocks LeftCurly '{' should be on a new line. 203
 Warning javadoc JavadocStyle First sentence should end with a period. 207
 Warning javadoc JavadocMethod Expected an @return tag. 210
 Warning design DesignForExtension Method 'createROADLAYOUTSTRIPE' is not designed for extension - needs to be abstract, final or empty. 210
 Warning blocks LeftCurly '{' should be on a new line. 210
 Warning javadoc JavadocStyle First sentence should end with a period. 214
 Warning javadoc JavadocMethod Expected an @return tag. 217
 Warning design DesignForExtension Method 'createNODE' is not designed for extension - needs to be abstract, final or empty. 217
 Warning blocks LeftCurly '{' should be on a new line. 217
 Warning javadoc JavadocStyle First sentence should end with a period. 221
 Warning javadoc JavadocMethod Expected an @return tag. 224
 Warning design DesignForExtension Method 'createLINKCLOTHOID' is not designed for extension - needs to be abstract, final or empty. 224
 Warning blocks LeftCurly '{' should be on a new line. 224
 Warning javadoc JavadocStyle First sentence should end with a period. 228
 Warning javadoc JavadocMethod Expected an @return tag. 231
 Warning design DesignForExtension Method 'createLINKSTRAIGHT' is not designed for extension - needs to be abstract, final or empty. 231
 Warning blocks LeftCurly '{' should be on a new line. 231
 Warning javadoc JavadocStyle First sentence should end with a period. 235
 Warning javadoc JavadocMethod Expected an @return tag. 238
 Warning design DesignForExtension Method 'createLINKARC' is not designed for extension - needs to be abstract, final or empty. 238
 Warning blocks LeftCurly '{' should be on a new line. 238
 Warning javadoc JavadocStyle First sentence should end with a period. 242
 Warning javadoc JavadocMethod Expected an @return tag. 245
 Warning design DesignForExtension Method 'createLINKPOLYLINE' is not designed for extension - needs to be abstract, final or empty. 245
 Warning blocks LeftCurly '{' should be on a new line. 245
 Warning javadoc JavadocStyle First sentence should end with a period. 249
 Warning javadoc JavadocMethod Expected an @return tag. 252
 Warning design DesignForExtension Method 'createLINKLANEOVERRIDE' is not designed for extension - needs to be abstract, final or empty. 252
 Warning blocks LeftCurly '{' should be on a new line. 252
 Warning javadoc JavadocStyle First sentence should end with a period. 256
 Warning javadoc JavadocMethod Expected an @return tag. 259
 Warning design DesignForExtension Method 'createLINKGENERATOR' is not designed for extension - needs to be abstract, final or empty. 259
 Warning blocks LeftCurly '{' should be on a new line. 259
 Warning javadoc JavadocStyle First sentence should end with a period. 263
 Warning javadoc JavadocMethod Expected an @return tag. 266
 Warning design DesignForExtension Method 'createLINKLISTGENERATOR' is not designed for extension - needs to be abstract, final or empty. 266
 Warning blocks LeftCurly '{' should be on a new line. 266
 Warning javadoc JavadocStyle First sentence should end with a period. 270
 Warning javadoc JavadocMethod Expected an @return tag. 273
 Warning design DesignForExtension Method 'createLINKFILL' is not designed for extension - needs to be abstract, final or empty. 273
 Warning blocks LeftCurly '{' should be on a new line. 273
 Warning javadoc JavadocStyle First sentence should end with a period. 277
 Warning javadoc JavadocMethod Expected an @return tag. 280
 Warning design DesignForExtension Method 'createLINKBLOCK' is not designed for extension - needs to be abstract, final or empty. 280
 Warning blocks LeftCurly '{' should be on a new line. 280
 Warning javadoc JavadocStyle First sentence should end with a period. 284
 Warning javadoc JavadocMethod Expected an @return tag. 287
 Warning design DesignForExtension Method 'createLINKSENSOR' is not designed for extension - needs to be abstract, final or empty. 287
 Warning blocks LeftCurly '{' should be on a new line. 287
 Warning javadoc JavadocStyle First sentence should end with a period. 291
 Warning javadoc JavadocMethod Expected an @return tag. 294
 Warning design DesignForExtension Method 'createLINKTRAFFICLIGHT' is not designed for extension - needs to be abstract, final or empty. 294
 Warning blocks LeftCurly '{' should be on a new line. 294
 Warning javadoc JavadocStyle First sentence should end with a period. 298
 Warning javadoc JavadocMethod Expected an @return tag. 301
 Warning design DesignForExtension Method 'createLINKSINK' is not designed for extension - needs to be abstract, final or empty. 301
 Warning blocks LeftCurly '{' should be on a new line. 301
 Warning javadoc JavadocStyle First sentence should end with a period. 305
 Warning javadoc JavadocMethod Expected an @return tag. 308
 Warning design DesignForExtension Method 'createROUTEMIXROUTE' is not designed for extension - needs to be abstract, final or empty. 308
 Warning blocks LeftCurly '{' should be on a new line. 308
 Warning javadoc JavadocStyle First sentence should end with a period. 312
 Warning javadoc JavadocMethod Expected an @return tag. 315
 Warning design DesignForExtension Method 'createSHORTESTROUTE' is not designed for extension - needs to be abstract, final or empty. 315
 Warning blocks LeftCurly '{' should be on a new line. 315
 Warning javadoc JavadocStyle First sentence should end with a period. 319
 Warning javadoc JavadocMethod Expected an @return tag. 322
 Warning design DesignForExtension Method 'createSHORTESTROUTEMIXSHORTESTROUTE' is not designed for extension - needs to be abstract, final or empty. 322
 Warning blocks LeftCurly '{' should be on a new line. 322
 Warning javadoc JavadocStyle First sentence should end with a period. 326
 Warning javadoc JavadocMethod Expected an @return tag. 329
 Warning design DesignForExtension Method 'createFallbackType' is not designed for extension - needs to be abstract, final or empty. 329
 Warning blocks LeftCurly '{' should be on a new line. 329
 Warning javadoc JavadocStyle First sentence should end with a period. 333
 Warning javadoc JavadocMethod Expected an @return tag. 336
 Warning design DesignForExtension Method 'createROADLAYOUTLANESPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 336
 Warning blocks LeftCurly '{' should be on a new line. 336
 Warning javadoc JavadocStyle First sentence should end with a period. 340
 Warning javadoc JavadocMethod Expected an @return tag. 343
 Warning design DesignForExtension Method 'createFallback' is not designed for extension - needs to be abstract, final or empty. 343
 Warning misc FinalParameters Parameter value should be final. 344
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 344
 Warning blocks LeftCurly '{' should be on a new line. 344
 Warning javadoc JavadocStyle First sentence should end with a period. 348
 Warning javadoc JavadocMethod Expected an @return tag. 351
 Warning design DesignForExtension Method 'createInclude' is not designed for extension - needs to be abstract, final or empty. 351
 Warning misc FinalParameters Parameter value should be final. 352
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 352
 Warning blocks LeftCurly '{' should be on a new line. 352

org/opentrafficsim/road/network/factory/vissim/xsd/ParseType.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 32
 Warning javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning javadoc JavadocVariable Missing a Javadoc comment. 35
 Warning javadoc JavadocMethod Missing a Javadoc comment. 37
 Warning misc FinalParameters Parameter v should be final. 37
 Warning blocks LeftCurly '{' should be on a new line. 37
 Warning javadoc JavadocMethod Missing a Javadoc comment. 41
 Warning blocks LeftCurly '{' should be on a new line. 41
 Warning javadoc JavadocMethod Missing a Javadoc comment. 45
 Warning misc FinalParameters Parameter v should be final. 45
 Warning blocks LeftCurly '{' should be on a new line. 45
 Warning blocks LeftCurly '{' should be on a new line. 46
 Warning blocks LeftCurly '{' should be on a new line. 47

org/opentrafficsim/road/network/factory/vissim/xsd/ROADLAYOUT.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 124
 Warning javadoc JavadocVariable Missing a Javadoc comment. 126
 Warning design VisibilityModifier Variable 'speedlimit' must be private and have accessor methods. 127
 Warning javadoc JavadocVariable Missing a Javadoc comment. 129
 Warning design VisibilityModifier Variable 'laneOrNOTRAFFICLANEOrSHOULDER' must be private and have accessor methods. 132
 Warning javadoc JavadocVariable Missing a Javadoc comment. 134
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 135
 Warning javadoc JavadocVariable Missing a Javadoc comment. 137
 Warning design VisibilityModifier Variable 'roadtype' must be private and have accessor methods. 138
 Warning javadoc JavadocVariable Missing a Javadoc comment. 140
 Warning design VisibilityModifier Variable 'width' must be private and have accessor methods. 141
 Warning javadoc JavadocVariable Missing a Javadoc comment. 143
 Warning design VisibilityModifier Variable 'lanekeeping' must be private and have accessor methods. 144
 Warning javadoc JavadocVariable Missing a Javadoc comment. 146
 Warning design VisibilityModifier Variable 'overtaking' must be private and have accessor methods. 147
 Warning javadoc JavadocVariable Missing a Javadoc comment. 149
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 151
 Warning javadoc JavadocMethod Expected an @return tag. 168
 Warning design DesignForExtension Method 'getSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 168
 Warning blocks LeftCurly '{' should be on a new line. 168
 Warning blocks LeftCurly '{' should be on a new line. 169
 Warning javadoc JavadocMethod Expected an @return tag. 191
 Warning design DesignForExtension Method 'getLANEOrNOTRAFFICLANEOrSHOULDER' is not designed for extension - needs to be abstract, final or empty. 191
 Warning blocks LeftCurly '{' should be on a new line. 191
 Warning blocks LeftCurly '{' should be on a new line. 192
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 202
 Warning blocks LeftCurly '{' should be on a new line. 202
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 210
 Warning misc FinalParameters Parameter value should be final. 210
 Warning blocks LeftCurly '{' should be on a new line. 210
 Warning design DesignForExtension Method 'getROADTYPE' is not designed for extension - needs to be abstract, final or empty. 218
 Warning blocks LeftCurly '{' should be on a new line. 218
 Warning design DesignForExtension Method 'setROADTYPE' is not designed for extension - needs to be abstract, final or empty. 226
 Warning misc FinalParameters Parameter value should be final. 226
 Warning blocks LeftCurly '{' should be on a new line. 226
 Warning design DesignForExtension Method 'getWIDTH' is not designed for extension - needs to be abstract, final or empty. 234
 Warning blocks LeftCurly '{' should be on a new line. 234
 Warning design DesignForExtension Method 'setWIDTH' is not designed for extension - needs to be abstract, final or empty. 242
 Warning misc FinalParameters Parameter value should be final. 242
 Warning blocks LeftCurly '{' should be on a new line. 242
 Warning design DesignForExtension Method 'getLANEKEEPING' is not designed for extension - needs to be abstract, final or empty. 250
 Warning blocks LeftCurly '{' should be on a new line. 250
 Warning design DesignForExtension Method 'setLANEKEEPING' is not designed for extension - needs to be abstract, final or empty. 258
 Warning misc FinalParameters Parameter value should be final. 258
 Warning blocks LeftCurly '{' should be on a new line. 258
 Warning design DesignForExtension Method 'getOVERTAKING' is not designed for extension - needs to be abstract, final or empty. 266
 Warning blocks LeftCurly '{' should be on a new line. 266
 Warning design DesignForExtension Method 'setOVERTAKING' is not designed for extension - needs to be abstract, final or empty. 274
 Warning misc FinalParameters Parameter value should be final. 274
 Warning blocks LeftCurly '{' should be on a new line. 274
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 282
 Warning blocks LeftCurly '{' should be on a new line. 282
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 290
 Warning misc FinalParameters Parameter value should be final. 290
 Warning blocks LeftCurly '{' should be on a new line. 290
 Warning blocks LeftCurly '{' should be on a new line. 330
 Warning javadoc JavadocVariable Missing a Javadoc comment. 332
 Warning design VisibilityModifier Variable 'speedlimit' must be private and have accessor methods. 333
 Warning javadoc JavadocVariable Missing a Javadoc comment. 335
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 336
 Warning javadoc JavadocVariable Missing a Javadoc comment. 338
 Warning design VisibilityModifier Variable 'lanetype' must be private and have accessor methods. 339
 Warning javadoc JavadocVariable Missing a Javadoc comment. 341
 Warning design VisibilityModifier Variable 'offset' must be private and have accessor methods. 342
 Warning javadoc JavadocVariable Missing a Javadoc comment. 344
 Warning design VisibilityModifier Variable 'width' must be private and have accessor methods. 345
 Warning javadoc JavadocVariable Missing a Javadoc comment. 347
 Warning design VisibilityModifier Variable 'direction' must be private and have accessor methods. 348
 Warning javadoc JavadocVariable Missing a Javadoc comment. 350
 Warning design VisibilityModifier Variable 'color' must be private and have accessor methods. 351
 Warning javadoc JavadocVariable Missing a Javadoc comment. 353
 Warning design VisibilityModifier Variable 'overtaking' must be private and have accessor methods. 354
 Warning javadoc JavadocMethod Expected an @return tag. 371
 Warning design DesignForExtension Method 'getSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 371
 Warning blocks LeftCurly '{' should be on a new line. 371
 Warning blocks LeftCurly '{' should be on a new line. 372
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 382
 Warning blocks LeftCurly '{' should be on a new line. 382
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 390
 Warning misc FinalParameters Parameter value should be final. 390
 Warning blocks LeftCurly '{' should be on a new line. 390
 Warning design DesignForExtension Method 'getLANETYPE' is not designed for extension - needs to be abstract, final or empty. 398
 Warning blocks LeftCurly '{' should be on a new line. 398
 Warning design DesignForExtension Method 'setLANETYPE' is not designed for extension - needs to be abstract, final or empty. 406
 Warning misc FinalParameters Parameter value should be final. 406
 Warning blocks LeftCurly '{' should be on a new line. 406
 Warning design DesignForExtension Method 'getOFFSET' is not designed for extension - needs to be abstract, final or empty. 414
 Warning blocks LeftCurly '{' should be on a new line. 414
 Warning design DesignForExtension Method 'setOFFSET' is not designed for extension - needs to be abstract, final or empty. 422
 Warning misc FinalParameters Parameter value should be final. 422
 Warning blocks LeftCurly '{' should be on a new line. 422
 Warning design DesignForExtension Method 'getWIDTH' is not designed for extension - needs to be abstract, final or empty. 430
 Warning blocks LeftCurly '{' should be on a new line. 430
 Warning design DesignForExtension Method 'setWIDTH' is not designed for extension - needs to be abstract, final or empty. 438
 Warning misc FinalParameters Parameter value should be final. 438
 Warning blocks LeftCurly '{' should be on a new line. 438
 Warning design DesignForExtension Method 'getDIRECTION' is not designed for extension - needs to be abstract, final or empty. 446
 Warning blocks LeftCurly '{' should be on a new line. 446
 Warning design DesignForExtension Method 'setDIRECTION' is not designed for extension - needs to be abstract, final or empty. 454
 Warning misc FinalParameters Parameter value should be final. 454
 Warning blocks LeftCurly '{' should be on a new line. 454
 Warning design DesignForExtension Method 'getCOLOR' is not designed for extension - needs to be abstract, final or empty. 462
 Warning blocks LeftCurly '{' should be on a new line. 462
 Warning design DesignForExtension Method 'setCOLOR' is not designed for extension - needs to be abstract, final or empty. 470
 Warning misc FinalParameters Parameter value should be final. 470
 Warning blocks LeftCurly '{' should be on a new line. 470
 Warning design DesignForExtension Method 'getOVERTAKING' is not designed for extension - needs to be abstract, final or empty. 478
 Warning blocks LeftCurly '{' should be on a new line. 478
 Warning design DesignForExtension Method 'setOVERTAKING' is not designed for extension - needs to be abstract, final or empty. 486
 Warning misc FinalParameters Parameter value should be final. 486
 Warning blocks LeftCurly '{' should be on a new line. 486
 Warning blocks LeftCurly '{' should be on a new line. 509
 Warning javadoc JavadocVariable Missing a Javadoc comment. 511
 Warning design VisibilityModifier Variable 'gtutype' must be private and have accessor methods. 512
 Warning javadoc JavadocVariable Missing a Javadoc comment. 514
 Warning design VisibilityModifier Variable 'legalspeedlimit' must be private and have accessor methods. 515
 Warning design DesignForExtension Method 'getGTUTYPE' is not designed for extension - needs to be abstract, final or empty. 521
 Warning blocks LeftCurly '{' should be on a new line. 521
 Warning design DesignForExtension Method 'setGTUTYPE' is not designed for extension - needs to be abstract, final or empty. 529
 Warning misc FinalParameters Parameter value should be final. 529
 Warning blocks LeftCurly '{' should be on a new line. 529
 Warning design DesignForExtension Method 'getLEGALSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 537
 Warning blocks LeftCurly '{' should be on a new line. 537
 Warning design DesignForExtension Method 'setLEGALSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 545
 Warning misc FinalParameters Parameter value should be final. 545
 Warning blocks LeftCurly '{' should be on a new line. 545
 Warning blocks LeftCurly '{' should be on a new line. 574
 Warning javadoc JavadocVariable Missing a Javadoc comment. 576
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 577
 Warning javadoc JavadocVariable Missing a Javadoc comment. 579
 Warning design VisibilityModifier Variable 'offset' must be private and have accessor methods. 580
 Warning javadoc JavadocVariable Missing a Javadoc comment. 582
 Warning design VisibilityModifier Variable 'width' must be private and have accessor methods. 583
 Warning javadoc JavadocVariable Missing a Javadoc comment. 585
 Warning design VisibilityModifier Variable 'color' must be private and have accessor methods. 586
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 592
 Warning blocks LeftCurly '{' should be on a new line. 592
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 600
 Warning misc FinalParameters Parameter value should be final. 600
 Warning blocks LeftCurly '{' should be on a new line. 600
 Warning design DesignForExtension Method 'getOFFSET' is not designed for extension - needs to be abstract, final or empty. 608
 Warning blocks LeftCurly '{' should be on a new line. 608
 Warning design DesignForExtension Method 'setOFFSET' is not designed for extension - needs to be abstract, final or empty. 616
 Warning misc FinalParameters Parameter value should be final. 616
 Warning blocks LeftCurly '{' should be on a new line. 616
 Warning design DesignForExtension Method 'getWIDTH' is not designed for extension - needs to be abstract, final or empty. 624
 Warning blocks LeftCurly '{' should be on a new line. 624
 Warning design DesignForExtension Method 'setWIDTH' is not designed for extension - needs to be abstract, final or empty. 632
 Warning misc FinalParameters Parameter value should be final. 632
 Warning blocks LeftCurly '{' should be on a new line. 632
 Warning design DesignForExtension Method 'getCOLOR' is not designed for extension - needs to be abstract, final or empty. 640
 Warning blocks LeftCurly '{' should be on a new line. 640
 Warning design DesignForExtension Method 'setCOLOR' is not designed for extension - needs to be abstract, final or empty. 648
 Warning misc FinalParameters Parameter value should be final. 648
 Warning blocks LeftCurly '{' should be on a new line. 648
 Warning blocks LeftCurly '{' should be on a new line. 675
 Warning javadoc JavadocVariable Missing a Javadoc comment. 677
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 678
 Warning javadoc JavadocVariable Missing a Javadoc comment. 680
 Warning design VisibilityModifier Variable 'offset' must be private and have accessor methods. 681
 Warning javadoc JavadocVariable Missing a Javadoc comment. 683
 Warning design VisibilityModifier Variable 'width' must be private and have accessor methods. 684
 Warning javadoc JavadocVariable Missing a Javadoc comment. 686
 Warning design VisibilityModifier Variable 'color' must be private and have accessor methods. 687
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 693
 Warning blocks LeftCurly '{' should be on a new line. 693
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 701
 Warning misc FinalParameters Parameter value should be final. 701
 Warning blocks LeftCurly '{' should be on a new line. 701
 Warning design DesignForExtension Method 'getOFFSET' is not designed for extension - needs to be abstract, final or empty. 709
 Warning blocks LeftCurly '{' should be on a new line. 709
 Warning design DesignForExtension Method 'setOFFSET' is not designed for extension - needs to be abstract, final or empty. 717
 Warning misc FinalParameters Parameter value should be final. 717
 Warning blocks LeftCurly '{' should be on a new line. 717
 Warning design DesignForExtension Method 'getWIDTH' is not designed for extension - needs to be abstract, final or empty. 725
 Warning blocks LeftCurly '{' should be on a new line. 725
 Warning design DesignForExtension Method 'setWIDTH' is not designed for extension - needs to be abstract, final or empty. 733
 Warning misc FinalParameters Parameter value should be final. 733
 Warning blocks LeftCurly '{' should be on a new line. 733
 Warning design DesignForExtension Method 'getCOLOR' is not designed for extension - needs to be abstract, final or empty. 741
 Warning blocks LeftCurly '{' should be on a new line. 741
 Warning design DesignForExtension Method 'setCOLOR' is not designed for extension - needs to be abstract, final or empty. 749
 Warning misc FinalParameters Parameter value should be final. 749
 Warning blocks LeftCurly '{' should be on a new line. 749
 Warning blocks LeftCurly '{' should be on a new line. 774
 Warning javadoc JavadocVariable Missing a Javadoc comment. 776
 Warning design VisibilityModifier Variable 'gtutype' must be private and have accessor methods. 777
 Warning javadoc JavadocVariable Missing a Javadoc comment. 779
 Warning design VisibilityModifier Variable 'legalspeedlimit' must be private and have accessor methods. 780
 Warning design DesignForExtension Method 'getGTUTYPE' is not designed for extension - needs to be abstract, final or empty. 786
 Warning blocks LeftCurly '{' should be on a new line. 786
 Warning design DesignForExtension Method 'setGTUTYPE' is not designed for extension - needs to be abstract, final or empty. 794
 Warning misc FinalParameters Parameter value should be final. 794
 Warning blocks LeftCurly '{' should be on a new line. 794
 Warning design DesignForExtension Method 'getLEGALSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 802
 Warning blocks LeftCurly '{' should be on a new line. 802
 Warning design DesignForExtension Method 'setLEGALSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 810
 Warning misc FinalParameters Parameter value should be final. 810
 Warning blocks LeftCurly '{' should be on a new line. 810
 Warning blocks LeftCurly '{' should be on a new line. 838
 Warning javadoc JavadocVariable Missing a Javadoc comment. 840
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 841
 Warning javadoc JavadocVariable Missing a Javadoc comment. 843
 Warning design VisibilityModifier Variable 'type' must be private and have accessor methods. 844
 Warning javadoc JavadocVariable Missing a Javadoc comment. 846
 Warning design VisibilityModifier Variable 'offset' must be private and have accessor methods. 847
 Warning javadoc JavadocVariable Missing a Javadoc comment. 849
 Warning design VisibilityModifier Variable 'width' must be private and have accessor methods. 850
 Warning javadoc JavadocVariable Missing a Javadoc comment. 852
 Warning design VisibilityModifier Variable 'color' must be private and have accessor methods. 853
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 859
 Warning blocks LeftCurly '{' should be on a new line. 859
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 867
 Warning misc FinalParameters Parameter value should be final. 867
 Warning blocks LeftCurly '{' should be on a new line. 867
 Warning design DesignForExtension Method 'getTYPE' is not designed for extension - needs to be abstract, final or empty. 875
 Warning blocks LeftCurly '{' should be on a new line. 875
 Warning design DesignForExtension Method 'setTYPE' is not designed for extension - needs to be abstract, final or empty. 883
 Warning misc FinalParameters Parameter value should be final. 883
 Warning blocks LeftCurly '{' should be on a new line. 883
 Warning design DesignForExtension Method 'getOFFSET' is not designed for extension - needs to be abstract, final or empty. 891
 Warning blocks LeftCurly '{' should be on a new line. 891
 Warning design DesignForExtension Method 'setOFFSET' is not designed for extension - needs to be abstract, final or empty. 899
 Warning misc FinalParameters Parameter value should be final. 899
 Warning blocks LeftCurly '{' should be on a new line. 899
 Warning design DesignForExtension Method 'getWIDTH' is not designed for extension - needs to be abstract, final or empty. 907
 Warning blocks LeftCurly '{' should be on a new line. 907
 Warning design DesignForExtension Method 'setWIDTH' is not designed for extension - needs to be abstract, final or empty. 915
 Warning misc FinalParameters Parameter value should be final. 915
 Warning blocks LeftCurly '{' should be on a new line. 915
 Warning design DesignForExtension Method 'getCOLOR' is not designed for extension - needs to be abstract, final or empty. 923
 Warning blocks LeftCurly '{' should be on a new line. 923
 Warning design DesignForExtension Method 'setCOLOR' is not designed for extension - needs to be abstract, final or empty. 931
 Warning misc FinalParameters Parameter value should be final. 931
 Warning blocks LeftCurly '{' should be on a new line. 931

org/opentrafficsim/road/network/factory/vissim/xsd/ROADTYPE.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 56
 Warning javadoc JavadocVariable Missing a Javadoc comment. 58
 Warning design VisibilityModifier Variable 'speedlimit' must be private and have accessor methods. 59
 Warning javadoc JavadocVariable Missing a Javadoc comment. 61
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 62
 Warning javadoc JavadocVariable Missing a Javadoc comment. 64
 Warning design VisibilityModifier Variable 'defaultlanewidth' must be private and have accessor methods. 65
 Warning javadoc JavadocVariable Missing a Javadoc comment. 67
 Warning design VisibilityModifier Variable 'defaultlanekeeping' must be private and have accessor methods. 68
 Warning javadoc JavadocVariable Missing a Javadoc comment. 70
 Warning design VisibilityModifier Variable 'defaultovertaking' must be private and have accessor methods. 71
 Warning javadoc JavadocVariable Missing a Javadoc comment. 73
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 75
 Warning javadoc JavadocMethod Expected an @return tag. 92
 Warning design DesignForExtension Method 'getSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 92
 Warning blocks LeftCurly '{' should be on a new line. 92
 Warning blocks LeftCurly '{' should be on a new line. 93
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 103
 Warning blocks LeftCurly '{' should be on a new line. 103
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 111
 Warning misc FinalParameters Parameter value should be final. 111
 Warning blocks LeftCurly '{' should be on a new line. 111
 Warning design DesignForExtension Method 'getDEFAULTLANEWIDTH' is not designed for extension - needs to be abstract, final or empty. 119
 Warning blocks LeftCurly '{' should be on a new line. 119
 Warning design DesignForExtension Method 'setDEFAULTLANEWIDTH' is not designed for extension - needs to be abstract, final or empty. 127
 Warning misc FinalParameters Parameter value should be final. 127
 Warning blocks LeftCurly '{' should be on a new line. 127
 Warning design DesignForExtension Method 'getDEFAULTLANEKEEPING' is not designed for extension - needs to be abstract, final or empty. 135
 Warning blocks LeftCurly '{' should be on a new line. 135
 Warning design DesignForExtension Method 'setDEFAULTLANEKEEPING' is not designed for extension - needs to be abstract, final or empty. 143
 Warning misc FinalParameters Parameter value should be final. 143
 Warning blocks LeftCurly '{' should be on a new line. 143
 Warning design DesignForExtension Method 'getDEFAULTOVERTAKING' is not designed for extension - needs to be abstract, final or empty. 151
 Warning blocks LeftCurly '{' should be on a new line. 151
 Warning design DesignForExtension Method 'setDEFAULTOVERTAKING' is not designed for extension - needs to be abstract, final or empty. 159
 Warning misc FinalParameters Parameter value should be final. 159
 Warning blocks LeftCurly '{' should be on a new line. 159
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 167
 Warning blocks LeftCurly '{' should be on a new line. 167
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 175
 Warning misc FinalParameters Parameter value should be final. 175
 Warning blocks LeftCurly '{' should be on a new line. 175
 Warning blocks LeftCurly '{' should be on a new line. 198
 Warning javadoc JavadocVariable Missing a Javadoc comment. 200
 Warning design VisibilityModifier Variable 'gtutype' must be private and have accessor methods. 201
 Warning javadoc JavadocVariable Missing a Javadoc comment. 203
 Warning design VisibilityModifier Variable 'legalspeedlimit' must be private and have accessor methods. 204
 Warning design DesignForExtension Method 'getGTUTYPE' is not designed for extension - needs to be abstract, final or empty. 210
 Warning blocks LeftCurly '{' should be on a new line. 210
 Warning design DesignForExtension Method 'setGTUTYPE' is not designed for extension - needs to be abstract, final or empty. 218
 Warning misc FinalParameters Parameter value should be final. 218
 Warning blocks LeftCurly '{' should be on a new line. 218
 Warning design DesignForExtension Method 'getLEGALSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 226
 Warning blocks LeftCurly '{' should be on a new line. 226
 Warning design DesignForExtension Method 'setLEGALSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 234
 Warning misc FinalParameters Parameter value should be final. 234
 Warning blocks LeftCurly '{' should be on a new line. 234

org/opentrafficsim/road/network/factory/vissim/xsd/ROUTE.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 42
 Warning javadoc JavadocVariable Missing a Javadoc comment. 44
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 45
 Warning javadoc JavadocVariable Missing a Javadoc comment. 47
 Warning design VisibilityModifier Variable 'nodelist' must be private and have accessor methods. 50
 Warning javadoc JavadocVariable Missing a Javadoc comment. 52
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 54
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 60
 Warning blocks LeftCurly '{' should be on a new line. 60
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 68
 Warning misc FinalParameters Parameter value should be final. 68
 Warning blocks LeftCurly '{' should be on a new line. 68
 Warning javadoc JavadocMethod Expected an @return tag. 87
 Warning design DesignForExtension Method 'getNODELIST' is not designed for extension - needs to be abstract, final or empty. 87
 Warning blocks LeftCurly '{' should be on a new line. 87
 Warning blocks LeftCurly '{' should be on a new line. 88
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 98
 Warning blocks LeftCurly '{' should be on a new line. 98
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 106
 Warning misc FinalParameters Parameter value should be final. 106
 Warning blocks LeftCurly '{' should be on a new line. 106

org/opentrafficsim/road/network/factory/vissim/xsd/ROUTEMIX.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 53
 Warning javadoc JavadocVariable Missing a Javadoc comment. 55
 Warning design VisibilityModifier Variable 'route' must be private and have accessor methods. 56
 Warning javadoc JavadocVariable Missing a Javadoc comment. 58
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 59
 Warning javadoc JavadocVariable Missing a Javadoc comment. 61
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 63
 Warning javadoc JavadocMethod Expected an @return tag. 80
 Warning design DesignForExtension Method 'getROUTE' is not designed for extension - needs to be abstract, final or empty. 80
 Warning blocks LeftCurly '{' should be on a new line. 80
 Warning blocks LeftCurly '{' should be on a new line. 81
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 91
 Warning blocks LeftCurly '{' should be on a new line. 91
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 99
 Warning misc FinalParameters Parameter value should be final. 99
 Warning blocks LeftCurly '{' should be on a new line. 99
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 107
 Warning blocks LeftCurly '{' should be on a new line. 107
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 115
 Warning misc FinalParameters Parameter value should be final. 115
 Warning blocks LeftCurly '{' should be on a new line. 115
 Warning blocks LeftCurly '{' should be on a new line. 138
 Warning javadoc JavadocVariable Missing a Javadoc comment. 140
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 141
 Warning javadoc JavadocVariable Missing a Javadoc comment. 143
 Warning design VisibilityModifier Variable 'weight' must be private and have accessor methods. 144
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 150
 Warning blocks LeftCurly '{' should be on a new line. 150
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 158
 Warning misc FinalParameters Parameter value should be final. 158
 Warning blocks LeftCurly '{' should be on a new line. 158
 Warning javadoc JavadocMethod Expected an @return tag. 165
 Warning design DesignForExtension Method 'getWEIGHT' is not designed for extension - needs to be abstract, final or empty. 165
 Warning blocks LeftCurly '{' should be on a new line. 165
 Warning design DesignForExtension Method 'setWEIGHT' is not designed for extension - needs to be abstract, final or empty. 172
 Warning misc FinalParameters Parameter value should be final. 172
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 172
 Warning blocks LeftCurly '{' should be on a new line. 172

org/opentrafficsim/road/network/factory/vissim/xsd/SHORTESTROUTE.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 46
 Warning javadoc JavadocVariable Missing a Javadoc comment. 48
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 49
 Warning javadoc JavadocVariable Missing a Javadoc comment. 51
 Warning design VisibilityModifier Variable 'from' must be private and have accessor methods. 54
 Warning javadoc JavadocVariable Missing a Javadoc comment. 56
 Warning design VisibilityModifier Variable 'to' must be private and have accessor methods. 59
 Warning javadoc JavadocVariable Missing a Javadoc comment. 61
 Warning design VisibilityModifier Variable 'via' must be private and have accessor methods. 64
 Warning javadoc JavadocVariable Missing a Javadoc comment. 66
 Warning design VisibilityModifier Variable 'distancecost' must be private and have accessor methods. 67
 Warning javadoc JavadocVariable Missing a Javadoc comment. 69
 Warning design VisibilityModifier Variable 'timecost' must be private and have accessor methods. 70
 Warning javadoc JavadocVariable Missing a Javadoc comment. 72
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 74
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 80
 Warning blocks LeftCurly '{' should be on a new line. 80
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 88
 Warning misc FinalParameters Parameter value should be final. 88
 Warning blocks LeftCurly '{' should be on a new line. 88
 Warning design DesignForExtension Method 'getFROM' is not designed for extension - needs to be abstract, final or empty. 96
 Warning blocks LeftCurly '{' should be on a new line. 96
 Warning design DesignForExtension Method 'setFROM' is not designed for extension - needs to be abstract, final or empty. 104
 Warning misc FinalParameters Parameter value should be final. 104
 Warning blocks LeftCurly '{' should be on a new line. 104
 Warning design DesignForExtension Method 'getTO' is not designed for extension - needs to be abstract, final or empty. 112
 Warning blocks LeftCurly '{' should be on a new line. 112
 Warning design DesignForExtension Method 'setTO' is not designed for extension - needs to be abstract, final or empty. 120
 Warning misc FinalParameters Parameter value should be final. 120
 Warning blocks LeftCurly '{' should be on a new line. 120
 Warning javadoc JavadocMethod Expected an @return tag. 139
 Warning design DesignForExtension Method 'getVIA' is not designed for extension - needs to be abstract, final or empty. 139
 Warning blocks LeftCurly '{' should be on a new line. 139
 Warning blocks LeftCurly '{' should be on a new line. 140
 Warning design DesignForExtension Method 'getDISTANCECOST' is not designed for extension - needs to be abstract, final or empty. 150
 Warning blocks LeftCurly '{' should be on a new line. 150
 Warning design DesignForExtension Method 'setDISTANCECOST' is not designed for extension - needs to be abstract, final or empty. 158
 Warning misc FinalParameters Parameter value should be final. 158
 Warning blocks LeftCurly '{' should be on a new line. 158
 Warning design DesignForExtension Method 'getTIMECOST' is not designed for extension - needs to be abstract, final or empty. 166
 Warning blocks LeftCurly '{' should be on a new line. 166
 Warning design DesignForExtension Method 'setTIMECOST' is not designed for extension - needs to be abstract, final or empty. 174
 Warning misc FinalParameters Parameter value should be final. 174
 Warning blocks LeftCurly '{' should be on a new line. 174
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 182
 Warning blocks LeftCurly '{' should be on a new line. 182
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 190
 Warning misc FinalParameters Parameter value should be final. 190
 Warning blocks LeftCurly '{' should be on a new line. 190

org/opentrafficsim/road/network/factory/vissim/xsd/SHORTESTROUTEMIX.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 53
 Warning javadoc JavadocVariable Missing a Javadoc comment. 55
 Warning design VisibilityModifier Variable 'shortestroute' must be private and have accessor methods. 56
 Warning javadoc JavadocVariable Missing a Javadoc comment. 58
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 59
 Warning javadoc JavadocVariable Missing a Javadoc comment. 61
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 63
 Warning javadoc JavadocMethod Expected an @return tag. 80
 Warning design DesignForExtension Method 'getSHORTESTROUTE' is not designed for extension - needs to be abstract, final or empty. 80
 Warning blocks LeftCurly '{' should be on a new line. 80
 Warning blocks LeftCurly '{' should be on a new line. 81
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 91
 Warning blocks LeftCurly '{' should be on a new line. 91
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 99
 Warning misc FinalParameters Parameter value should be final. 99
 Warning blocks LeftCurly '{' should be on a new line. 99
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 107
 Warning blocks LeftCurly '{' should be on a new line. 107
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 115
 Warning misc FinalParameters Parameter value should be final. 115
 Warning blocks LeftCurly '{' should be on a new line. 115
 Warning blocks LeftCurly '{' should be on a new line. 138
 Warning javadoc JavadocVariable Missing a Javadoc comment. 140
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 141
 Warning javadoc JavadocVariable Missing a Javadoc comment. 143
 Warning design VisibilityModifier Variable 'weight' must be private and have accessor methods. 144
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 150
 Warning blocks LeftCurly '{' should be on a new line. 150
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 158
 Warning misc FinalParameters Parameter value should be final. 158
 Warning blocks LeftCurly '{' should be on a new line. 158
 Warning javadoc JavadocMethod Expected an @return tag. 165
 Warning design DesignForExtension Method 'getWEIGHT' is not designed for extension - needs to be abstract, final or empty. 165
 Warning blocks LeftCurly '{' should be on a new line. 165
 Warning design DesignForExtension Method 'setWEIGHT' is not designed for extension - needs to be abstract, final or empty. 172
 Warning misc FinalParameters Parameter value should be final. 172
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 172
 Warning blocks LeftCurly '{' should be on a new line. 172

org/opentrafficsim/road/network/factory/vissim/xsd/package-info.java

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Missing a Javadoc comment. 13