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
59 14 2485 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/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 1 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 147 0
org/opentrafficsim/road/network/factory/vissim/Links.java 0 7 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 38 0
org/opentrafficsim/road/network/factory/vissim/PolyLineTag.java 0 14 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 20 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 18 0
org/opentrafficsim/road/network/factory/vissim/SinkTag.java 0 9 0
org/opentrafficsim/road/network/factory/vissim/StraightTag.java 0 7 0
org/opentrafficsim/road/network/factory/vissim/SubstringLine.java 0 12 0
org/opentrafficsim/road/network/factory/vissim/TestVissimParser.java 0 35 0
org/opentrafficsim/road/network/factory/vissim/VissimNetworkLaneParser.java 0 228 0
org/opentrafficsim/road/network/factory/vissim/XMLNetworkWriter.java 0 57 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 9 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 49 0
org/opentrafficsim/road/network/factory/vissim/xsd/LINK.java 10 523 0
org/opentrafficsim/road/network/factory/vissim/xsd/NETWORK.java 0 13 0
org/opentrafficsim/road/network/factory/vissim/xsd/NODE.java 0 37 0
org/opentrafficsim/road/network/factory/vissim/xsd/ObjectFactory.java 0 148 0
org/opentrafficsim/road/network/factory/vissim/xsd/ParseType.java 0 13 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"
1110  Warning
RightCurly
  • tokens: "LITERAL_TRY, LITERAL_CATCH, LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE"
  • option: "alone"
64  Warning
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
1  Warning
design DesignForExtension 449  Warning
HideUtilityClassConstructor 2  Warning
VisibilityModifier 201  Warning
imports UnusedImports 2  Warning
javadoc JavadocMethod 118  Warning
JavadocStyle
  • checkHtml: "false"
51  Warning
JavadocType 1  Warning
JavadocVariable 207  Warning
misc FinalParameters 270  Warning
TodoComment 1  Warning
modifier ModifierOrder 2  Warning
naming ConstantName 2  Warning
LocalVariableName 1  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/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 design VisibilityModifier Variable 'gtuDirection' must be private and have accessor methods. 74
 Info sizes MethodLength Method length is 184 lines (max allowed is 150). 136

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. 51
 Warning blocks LeftCurly '{' should be on a new line. 80
 Warning blocks LeftCurly '{' should be on a new line. 81
 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. 95
 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. 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. 119
 Warning design VisibilityModifier Variable 'connectorTag' must be private and have accessor methods. 119
 Warning javadoc JavadocVariable Missing a Javadoc comment. 129
 Warning design VisibilityModifier Variable 'signalHeads' must be private and have accessor methods. 129
 Warning javadoc JavadocVariable Missing a Javadoc comment. 131
 Warning design VisibilityModifier Variable 'sensors' must be private and have accessor methods. 131
 Warning javadoc JavadocVariable Missing a Javadoc comment. 133
 Warning design VisibilityModifier Variable 'signalHeadsToRemove' must be private and have accessor methods. 133
 Warning javadoc JavadocVariable Missing a Javadoc comment. 135
 Warning design VisibilityModifier Variable 'sensorTagsToRemove' must be private and have accessor methods. 135
 Warning javadoc JavadocVariable Missing a Javadoc comment. 138
 Warning design VisibilityModifier Variable 'connector' must be private and have accessor methods. 138
 Warning javadoc JavadocVariable Missing a Javadoc comment. 140
 Warning design VisibilityModifier Variable 'arcTag' must be private and have accessor methods. 140
 Warning javadoc JavadocVariable Missing a Javadoc comment. 142
 Warning design VisibilityModifier Variable 'bezierTag' must be private and have accessor methods. 142
 Warning javadoc JavadocVariable Missing a Javadoc comment. 144
 Warning design VisibilityModifier Variable 'roadLayoutTag' must be private and have accessor methods. 144
 Warning misc FinalParameters Parameter linkTag should be final. 149
 Warning blocks LeftCurly '{' should be on a new line. 149
 Warning blocks LeftCurly '{' should be on a new line. 156
 Warning blocks LeftCurly '{' should be on a new line. 159
 Warning blocks LeftCurly '{' should be on a new line. 169
 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. 185
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 192
 Warning blocks LeftCurly '{' should be on a new line. 195
 Warning blocks LeftCurly '{' should be on a new line. 200
 Warning blocks LeftCurly '{' should be on a new line. 204
 Warning blocks LeftCurly '{' should be on a new line. 223
 Warning blocks LeftCurly '{' should be on a new line. 229
 Warning javadoc JavadocMethod Missing a Javadoc comment. 242
 Warning misc FinalParameters Parameter linkTag should be final. 242
 Warning misc FinalParameters Parameter connectorToNode should be final. 242
 Warning blocks LeftCurly '{' should be on a new line. 242
 Warning blocks LeftCurly '{' should be on a new line. 244
 Warning blocks LeftCurly '{' should be on a new line. 248
 Warning blocks LeftCurly '{' should be on a new line. 255
 Warning javadoc JavadocMethod Missing a Javadoc comment. 261
 Warning misc FinalParameters Parameter linkTag should be final. 261
 Warning misc FinalParameters Parameter connectorFromNode should be final. 261
 Warning blocks LeftCurly '{' should be on a new line. 261
 Warning blocks LeftCurly '{' should be on a new line. 263
 Warning blocks LeftCurly '{' should be on a new line. 267
 Warning blocks LeftCurly '{' should be on a new line. 275
 Warning javadoc JavadocMethod Missing a Javadoc comment. 281
 Warning misc FinalParameters Parameter linkTag should be final. 281
 Warning misc FinalParameters Parameter laneNodes should be final. 281
 Warning blocks LeftCurly '{' should be on a new line. 281
 Warning blocks LeftCurly '{' should be on a new line. 284
 Warning blocks LeftCurly '{' should be on a new line. 288
 Warning blocks RightCurly '}' should be alone on a line. 290
 Warning blocks LeftCurly '{' should be on a new line. 290
 Warning javadoc JavadocMethod Missing a Javadoc comment. 302
 Warning misc FinalParameters Parameter linkTag should be final. 302
 Warning misc FinalParameters Parameter nodeCoords should be final. 302
 Warning blocks LeftCurly '{' should be on a new line. 303
 Warning javadoc JavadocMethod Missing a Javadoc comment. 317
 Warning misc FinalParameters Parameter node should be final. 317
 Warning misc FinalParameters Parameter linkTag should be final. 317
 Warning blocks LeftCurly '{' should be on a new line. 318
 Warning blocks LeftCurly '{' should be on a new line. 323
 Warning blocks LeftCurly '{' should be on a new line. 331
 Warning blocks RightCurly '}' should be alone on a line. 334
 Warning blocks LeftCurly '{' should be on a new line. 334
 Warning blocks LeftCurly '{' should be on a new line. 368
 Warning blocks LeftCurly '{' should be on a new line. 391
 Warning blocks LeftCurly '{' should be on a new line. 394
 Warning blocks LeftCurly '{' should be on a new line. 408
 Warning blocks LeftCurly '{' should be on a new line. 411
 Warning javadoc JavadocStyle First sentence should end with a period. 434
 Warning misc FinalParameters Parameter linkTag should be final. 440
 Warning javadoc JavadocMethod Expected @param tag for 'linkTag'. 440
 Warning misc FinalParameters Parameter designLine should be final. 440
 Warning javadoc JavadocMethod Expected @param tag for 'designLine'. 440
 Warning misc FinalParameters Parameter nodeTag should be final. 440
 Warning javadoc JavadocMethod Expected @param tag for 'nodeTag'. 440
 Warning blocks LeftCurly '{' should be on a new line. 440
 Warning blocks LeftCurly '{' should be on a new line. 445
 Warning blocks LeftCurly '{' should be on a new line. 447
 Warning blocks LeftCurly '{' should be on a new line. 451
 Warning blocks LeftCurly '{' should be on a new line. 455
 Warning blocks LeftCurly '{' should be on a new line. 460
 Warning blocks LeftCurly '{' should be on a new line. 461
 Warning blocks RightCurly '}' should be alone on a line. 464
 Warning blocks LeftCurly '{' should be on a new line. 464
 Warning javadoc JavadocStyle First sentence should end with a period. 470
 Warning misc FinalParameters Parameter linkTag should be final. 476
 Warning javadoc JavadocMethod Expected @param tag for 'linkTag'. 476
 Warning misc FinalParameters Parameter designLine should be final. 476
 Warning javadoc JavadocMethod Expected @param tag for 'designLine'. 476
 Warning misc FinalParameters Parameter nodeTag should be final. 476
 Warning javadoc JavadocMethod Expected @param tag for 'nodeTag'. 476
 Warning blocks LeftCurly '{' should be on a new line. 476
 Warning blocks LeftCurly '{' should be on a new line. 480
 Warning blocks LeftCurly '{' should be on a new line. 481
 Warning blocks LeftCurly '{' should be on a new line. 485
 Warning blocks LeftCurly '{' should be on a new line. 488
 Warning blocks LeftCurly '{' should be on a new line. 493
 Warning blocks LeftCurly '{' should be on a new line. 494
 Warning blocks RightCurly '}' should be alone on a line. 497
 Warning blocks LeftCurly '{' should be on a new line. 497
 Warning javadoc JavadocMethod Missing a Javadoc comment. 503
 Warning misc FinalParameters Parameter linkTag should be final. 503
 Warning misc FinalParameters Parameter designLine should be final. 503
 Warning blocks LeftCurly '{' should be on a new line. 503
 Warning blocks LeftCurly '{' should be on a new line. 507
 Warning blocks LeftCurly '{' should be on a new line. 508
 Warning blocks LeftCurly '{' should be on a new line. 511
 Warning blocks LeftCurly '{' should be on a new line. 514
 Warning blocks LeftCurly '{' should be on a new line. 519
 Warning blocks LeftCurly '{' should be on a new line. 520
 Warning blocks RightCurly '}' should be alone on a line. 523
 Warning blocks LeftCurly '{' should be on a new line. 523
 Warning javadoc JavadocMethod Missing a Javadoc comment. 529
 Warning misc FinalParameters Parameter linkTag should be final. 529
 Warning blocks LeftCurly '{' should be on a new line. 529
 Warning blocks LeftCurly '{' should be on a new line. 531
 Warning blocks RightCurly '}' should be alone on a line. 535
 Warning blocks LeftCurly '{' should be on a new line. 535
 Warning blocks LeftCurly '{' should be on a new line. 540
 Warning blocks LeftCurly '{' should be on a new line. 556
 Warning blocks LeftCurly '{' should be on a new line. 557
 Warning blocks LeftCurly '{' should be on a new line. 563
 Warning blocks LeftCurly '{' should be on a new line. 567
 Warning blocks LeftCurly '{' should be on a new line. 569
 Warning blocks LeftCurly '{' should be on a new line. 571
 Warning blocks RightCurly '}' should be alone on a line. 576
 Warning blocks LeftCurly '{' should be on a new line. 576
 Warning blocks LeftCurly '{' should be on a new line. 582
 Warning blocks LeftCurly '{' should be on a new line. 585
 Warning blocks LeftCurly '{' should be on a new line. 593
 Warning blocks LeftCurly '{' should be on a new line. 602
 Warning misc FinalParameters Parameter parser should be final. 609
 Warning blocks LeftCurly '{' should be on a new line. 609
 Warning blocks LeftCurly '{' should be on a new line. 610
 Warning misc FinalParameters Parameter parser should be final. 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 @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 misc FinalParameters Parameter realLinkTag should be final. 709
 Warning javadoc JavadocMethod Expected @param tag for 'realLinkTag'. 709
 Warning misc FinalParameters Parameter vissimNetworkLaneParser should be final. 709
 Warning javadoc JavadocMethod Expected @param tag for 'vissimNetworkLaneParser'. 709
 Warning misc FinalParameters Parameter simulator should be final. 710
 Warning javadoc JavadocMethod Expected @param tag for 'simulator'. 710
 Warning javadoc JavadocMethod Expected @throws tag for 'NetworkException'. 710

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 imports UnusedImports Unused import - org.djunits.unit.AngleUnit. 12
 Warning blocks LeftCurly '{' should be on a new line. 35
 Warning misc FinalParameters Parameter fromNode should be final. 68
 Warning misc FinalParameters Parameter toNode should be final. 68
 Warning misc FinalParameters Parameter points should be final. 68
 Warning javadoc JavadocMethod Expected @throws tag for 'SAXException'. 69
 Warning javadoc JavadocMethod Expected @throws tag for 'NetworkException'. 69
 Warning blocks LeftCurly '{' should be on a new line. 69
 Warning javadoc JavadocMethod Expected @throws tag for 'NetworkException'. 90
 Warning blocks LeftCurly '{' should be on a new line. 90
 Warning blocks LeftCurly '{' should be on a new line. 91
 Warning blocks LeftCurly '{' should be on a new line. 93
 Warning blocks RightCurly '}' should be alone on a line. 95
 Warning blocks LeftCurly '{' should be on a new line. 95
 Warning blocks LeftCurly '{' should be on a new line. 110
 Warning blocks LeftCurly '{' should be on a new line. 113
 Warning blocks LeftCurly '{' should be on a new line. 114
 Warning blocks LeftCurly '{' should be on a new line. 131
 Warning blocks LeftCurly '{' should be on a new line. 133
 Warning blocks LeftCurly '{' should be on a new line. 147
 Warning blocks LeftCurly '{' should be on a new line. 153
 Warning blocks LeftCurly '{' should be on a new line. 157
 Warning blocks LeftCurly '{' should be on a new line. 160
 Warning blocks LeftCurly '{' should be on a new line. 162
 Warning blocks LeftCurly '{' should be on a new line. 171
 Warning blocks LeftCurly '{' should be on a new line. 174
 Warning blocks LeftCurly '{' should be on a new line. 179
 Warning blocks LeftCurly '{' should be on a new line. 186
 Warning blocks LeftCurly '{' should be on a new line. 196
 Warning blocks LeftCurly '{' should be on a new line. 203
 Warning blocks LeftCurly '{' should be on a new line. 207
 Warning blocks LeftCurly '{' should be on a new line. 209
 Warning blocks LeftCurly '{' should be on a new line. 220
 Warning blocks LeftCurly '{' should be on a new line. 224
 Warning blocks LeftCurly '{' should be on a new line. 231
 Warning javadoc JavadocMethod Expected @throws tag for 'OTSGeometryException'. 244
 Warning javadoc JavadocMethod Expected @throws tag for 'NetworkException'. 244
 Warning blocks LeftCurly '{' should be on a new line. 244

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 20
 Warning design VisibilityModifier Variable 'vertices' must be private and have accessor methods. 29
 Warning misc FinalParameters Parameter polyLineTag should be final. 34
 Warning blocks LeftCurly '{' should be on a new line. 34
 Warning blocks LeftCurly '{' should be on a new line. 35
 Warning misc FinalParameters Parameter length should be final. 45
 Warning misc FinalParameters Parameter vertices should be final. 45
 Warning blocks LeftCurly '{' should be on a new line. 45
 Warning blocks LeftCurly '{' should be on a new line. 54
 Warning blocks LeftCurly '{' should be on a new line. 68
 Warning blocks LeftCurly '{' should be on a new line. 78
 Warning blocks LeftCurly '{' should be on a new line. 86
 Warning blocks LeftCurly '{' should be on a new line. 87
 Warning blocks LeftCurly '{' should be on a new line. 98

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 design VisibilityModifier Variable 'activeOnThisLink' must be private and have accessor methods. 70
 Warning misc FinalParameters Parameter sensorTag should be final. 75
 Warning javadoc JavadocMethod Expected @param tag for 'sensorTag'. 75
 Warning blocks LeftCurly '{' should be on a new line. 75
 Warning blocks LeftCurly '{' should be on a new line. 92
 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 design VisibilityModifier Variable 'activeOnThisLink' must be private and have accessor methods. 33
 Warning javadoc JavadocVariable Missing a Javadoc comment. 53
 Warning design VisibilityModifier Variable 'linkName' must be private and have accessor methods. 53
 Warning javadoc JavadocVariable Missing a Javadoc comment. 55
 Warning design VisibilityModifier Variable 'laneName' must be private and have accessor methods. 55
 Warning misc FinalParameters Parameter signalHeadTag should be final. 60
 Warning javadoc JavadocMethod Expected @param tag for 'signalHeadTag'. 60
 Warning blocks LeftCurly '{' should be on a new line. 60
 Warning blocks LeftCurly '{' should be on a new line. 74
 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 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 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 blocks LeftCurly '{' should be on a new line. 15
 Warning design DesignForExtension Method 'getSubstring' is not designed for extension - needs to be abstract, final or empty. 56
 Warning misc FinalParameters Parameter startDistance should be final. 56
 Warning blocks LeftCurly '{' should be on a new line. 63
 Warning blocks LeftCurly '{' should be on a new line. 66
 Warning blocks LeftCurly '{' should be on a new line. 70
 Warning blocks LeftCurly '{' should be on a new line. 91
 Warning blocks LeftCurly '{' should be on a new line. 98
 Warning blocks LeftCurly '{' should be on a new line. 101
 Warning blocks LeftCurly '{' should be on a new line. 109
 Warning blocks LeftCurly '{' should be on a new line. 112
 Warning blocks LeftCurly '{' should be on a new line. 122

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

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 35
 Warning blocks LeftCurly '{' should be on a new line. 35
 Warning blocks LeftCurly '{' should be on a new line. 42
 Warning blocks LeftCurly '{' should be on a new line. 45
 Warning blocks LeftCurly '{' should be on a new line. 46
 Warning blocks RightCurly '}' should be alone on a line. 52
 Warning blocks LeftCurly '{' should be on a new line. 52
 Warning blocks LeftCurly '{' should be on a new line. 61
 Warning blocks LeftCurly '{' should be on a new line. 67
 Warning blocks LeftCurly '{' should be on a new line. 73
 Warning blocks LeftCurly '{' should be on a new line. 79
 Warning blocks LeftCurly '{' should be on a new line. 85
 Warning blocks LeftCurly '{' should be on a new line. 91
 Warning blocks LeftCurly '{' should be on a new line. 98
 Warning blocks LeftCurly '{' should be on a new line. 117
 Warning blocks LeftCurly '{' should be on a new line. 130
 Warning naming LocalVariableName Name 'OpenTrafficSim' must match pattern '^[a-z][a-zA-Z0-9]*$'. 133
 Warning blocks LeftCurly '{' should be on a new line. 137
 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. 149
 Warning blocks RightCurly '}' should be alone on a line. 151
 Warning blocks LeftCurly '{' should be on a new line. 151
 Warning blocks LeftCurly '{' should be on a new line. 157
 Warning blocks RightCurly '}' should be alone on a line. 159
 Warning blocks LeftCurly '{' should be on a new line. 159
 Warning blocks LeftCurly '{' should be on a new line. 164
 Warning blocks RightCurly '}' should be alone on a line. 167
 Warning blocks LeftCurly '{' should be on a new line. 168
 Warning misc FinalParameters Parameter property should be final. 178
 Warning javadoc JavadocMethod Expected @param tag for 'property'. 178
 Warning blocks LeftCurly '{' should be on a new line. 178
 Warning blocks LeftCurly '{' should be on a new line. 179
 Warning blocks LeftCurly '{' should be on a new line. 180
 Warning blocks LeftCurly '{' should be on a new line. 203

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 41
 Warning blocks LeftCurly '{' should be on a new line. 119
 Warning design DesignForExtension Method 'build' is not designed for extension - needs to be abstract, final or empty. 140
 Warning coding HiddenField 'network' hides a field. 141
 Warning blocks LeftCurly '{' should be on a new line. 145
 Warning blocks LeftCurly '{' should be on a new line. 161
 Warning blocks LeftCurly '{' should be on a new line. 190
 Warning blocks LeftCurly '{' should be on a new line. 191
 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. 231
 Warning blocks LeftCurly '{' should be on a new line. 236
 Warning blocks LeftCurly '{' should be on a new line. 241
 Warning blocks LeftCurly '{' should be on a new line. 246
 Warning javadoc JavadocMethod Missing a Javadoc comment. 263
 Warning misc FinalParameters Parameter removeConnectorTags should be final. 263
 Warning blocks LeftCurly '{' should be on a new line. 263
 Warning blocks LeftCurly '{' should be on a new line. 264
 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. 272
 Warning javadoc JavadocMethod Expected @throws tag for 'OTSGeometryException'. 282
 Warning blocks LeftCurly '{' should be on a new line. 285
 Warning blocks LeftCurly '{' should be on a new line. 291
 Warning blocks LeftCurly '{' should be on a new line. 295
 Warning blocks LeftCurly '{' should be on a new line. 299
 Warning blocks LeftCurly '{' should be on a new line. 302
 Warning blocks LeftCurly '{' should be on a new line. 308
 Warning blocks LeftCurly '{' should be on a new line. 318
 Warning blocks LeftCurly '{' should be on a new line. 321
 Warning blocks LeftCurly '{' should be on a new line. 335
 Warning blocks LeftCurly '{' should be on a new line. 338
 Warning javadoc JavadocMethod Missing a Javadoc comment. 348
 Warning misc FinalParameters Parameter inputLinkTags should be final. 348
 Warning misc FinalParameters Parameter margin should be final. 348
 Warning misc FinalParameters Parameter splitMetersAfterSignalHead should be final. 349
 Warning blocks LeftCurly '{' should be on a new line. 349
 Warning javadoc JavadocMethod Missing a Javadoc comment. 357
 Warning misc FinalParameters Parameter margin should be final. 357
 Warning misc FinalParameters Parameter splitMetersAfterSignalHead should be final. 357
 Warning misc FinalParameters Parameter inputLinkTags should be final. 357
 Warning misc FinalParameters Parameter newLinkTags should be final. 358
 Warning blocks LeftCurly '{' should be on a new line. 358
 Warning blocks LeftCurly '{' should be on a new line. 359
 Warning blocks LeftCurly '{' should be on a new line. 360
 Warning blocks LeftCurly '{' should be on a new line. 367
 Warning blocks LeftCurly '{' should be on a new line. 375
 Warning blocks LeftCurly '{' should be on a new line. 381
 Warning javadoc JavadocMethod Missing a Javadoc comment. 386
 Warning misc FinalParameters Parameter margin should be final. 386
 Warning blocks LeftCurly '{' should be on a new line. 386
 Warning blocks LeftCurly '{' should be on a new line. 388
 Warning blocks LeftCurly '{' should be on a new line. 407
 Warning blocks LeftCurly '{' should be on a new line. 412
 Warning blocks LeftCurly '{' should be on a new line. 415
 Warning blocks LeftCurly '{' should be on a new line. 418
 Warning blocks LeftCurly '{' should be on a new line. 425
 Warning blocks LeftCurly '{' should be on a new line. 428
 Warning blocks RightCurly '}' should be alone on a line. 438
 Warning blocks LeftCurly '{' should be on a new line. 438
 Warning blocks LeftCurly '{' should be on a new line. 441
 Warning blocks LeftCurly '{' should be on a new line. 446
 Warning blocks LeftCurly '{' should be on a new line. 464
 Warning blocks LeftCurly '{' should be on a new line. 469
 Warning blocks LeftCurly '{' should be on a new line. 471
 Warning blocks LeftCurly '{' should be on a new line. 474
 Warning blocks LeftCurly '{' should be on a new line. 481
 Warning blocks LeftCurly '{' should be on a new line. 484
 Warning blocks RightCurly '}' should be alone on a line. 494
 Warning blocks LeftCurly '{' should be on a new line. 494
 Warning blocks LeftCurly '{' should be on a new line. 496
 Warning blocks LeftCurly '{' should be on a new line. 501
 Warning blocks LeftCurly '{' should be on a new line. 513
 Warning blocks LeftCurly '{' should be on a new line. 524
 Warning design DesignForExtension Method 'getGlobalTag' is not designed for extension - needs to be abstract, final or empty. 528
 Warning javadoc JavadocMethod Missing a Javadoc comment. 528
 Warning blocks LeftCurly '{' should be on a new line. 528
 Warning design DesignForExtension Method 'setGlobalTag' is not designed for extension - needs to be abstract, final or empty. 532
 Warning javadoc JavadocMethod Missing a Javadoc comment. 532
 Warning misc FinalParameters Parameter globalTag should be final. 532
 Warning blocks LeftCurly '{' should be on a new line. 532
 Warning design DesignForExtension Method 'getNodeTags' is not designed for extension - needs to be abstract, final or empty. 536
 Warning javadoc JavadocMethod Missing a Javadoc comment. 536
 Warning blocks LeftCurly '{' should be on a new line. 536
 Warning design DesignForExtension Method 'setNodeTags' is not designed for extension - needs to be abstract, final or empty. 540
 Warning javadoc JavadocMethod Missing a Javadoc comment. 540
 Warning misc FinalParameters Parameter nodeTags should be final. 540
 Warning blocks LeftCurly '{' should be on a new line. 540
 Warning design DesignForExtension Method 'getLinkTags' is not designed for extension - needs to be abstract, final or empty. 544
 Warning javadoc JavadocMethod Missing a Javadoc comment. 544
 Warning blocks LeftCurly '{' should be on a new line. 544
 Warning design DesignForExtension Method 'setLinkTags' is not designed for extension - needs to be abstract, final or empty. 548
 Warning javadoc JavadocMethod Missing a Javadoc comment. 548
 Warning misc FinalParameters Parameter linkTags should be final. 548
 Warning blocks LeftCurly '{' should be on a new line. 548
 Warning design DesignForExtension Method 'getConnectorTags' is not designed for extension - needs to be abstract, final or empty. 552
 Warning javadoc JavadocMethod Missing a Javadoc comment. 552
 Warning blocks LeftCurly '{' should be on a new line. 552
 Warning design DesignForExtension Method 'setConnectorTags' is not designed for extension - needs to be abstract, final or empty. 556
 Warning javadoc JavadocMethod Missing a Javadoc comment. 556
 Warning misc FinalParameters Parameter connectorTags should be final. 556
 Warning blocks LeftCurly '{' should be on a new line. 556
 Warning design DesignForExtension Method 'getRealLinkTags' is not designed for extension - needs to be abstract, final or empty. 560
 Warning javadoc JavadocMethod Missing a Javadoc comment. 560
 Warning blocks LeftCurly '{' should be on a new line. 560
 Warning design DesignForExtension Method 'setRealLinkTags' is not designed for extension - needs to be abstract, final or empty. 564
 Warning javadoc JavadocMethod Missing a Javadoc comment. 564
 Warning misc FinalParameters Parameter realLinkTags should be final. 564
 Warning blocks LeftCurly '{' should be on a new line. 564
 Warning design DesignForExtension Method 'getSignalHeadTags' is not designed for extension - needs to be abstract, final or empty. 568
 Warning javadoc JavadocMethod Missing a Javadoc comment. 568
 Warning blocks LeftCurly '{' should be on a new line. 568
 Warning design DesignForExtension Method 'setSignalHeadTags' is not designed for extension - needs to be abstract, final or empty. 572
 Warning javadoc JavadocMethod Missing a Javadoc comment. 572
 Warning misc FinalParameters Parameter signalHeadTags should be final. 572
 Warning blocks LeftCurly '{' should be on a new line. 572
 Warning design DesignForExtension Method 'getSensorTags' is not designed for extension - needs to be abstract, final or empty. 576
 Warning javadoc JavadocMethod Missing a Javadoc comment. 576
 Warning blocks LeftCurly '{' should be on a new line. 576
 Warning design DesignForExtension Method 'setSensorTags' is not designed for extension - needs to be abstract, final or empty. 580
 Warning javadoc JavadocMethod Missing a Javadoc comment. 580
 Warning misc FinalParameters Parameter sensorTags should be final. 580
 Warning blocks LeftCurly '{' should be on a new line. 580
 Warning design DesignForExtension Method 'getGtuTags' is not designed for extension - needs to be abstract, final or empty. 584
 Warning javadoc JavadocMethod Missing a Javadoc comment. 584
 Warning blocks LeftCurly '{' should be on a new line. 584
 Warning design DesignForExtension Method 'setGtuTags' is not designed for extension - needs to be abstract, final or empty. 588
 Warning javadoc JavadocMethod Missing a Javadoc comment. 588
 Warning misc FinalParameters Parameter gtuTags should be final. 588
 Warning blocks LeftCurly '{' should be on a new line. 588
 Warning design DesignForExtension Method 'getGtuMixTags' is not designed for extension - needs to be abstract, final or empty. 592
 Warning javadoc JavadocMethod Missing a Javadoc comment. 592
 Warning blocks LeftCurly '{' should be on a new line. 592
 Warning design DesignForExtension Method 'setGtuMixTags' is not designed for extension - needs to be abstract, final or empty. 596
 Warning javadoc JavadocMethod Missing a Javadoc comment. 596
 Warning misc FinalParameters Parameter gtuMixTags should be final. 596
 Warning blocks LeftCurly '{' should be on a new line. 596
 Warning design DesignForExtension Method 'getRoadTypeTags' is not designed for extension - needs to be abstract, final or empty. 600
 Warning javadoc JavadocMethod Missing a Javadoc comment. 600
 Warning blocks LeftCurly '{' should be on a new line. 600
 Warning design DesignForExtension Method 'setRoadTypeTags' is not designed for extension - needs to be abstract, final or empty. 604
 Warning javadoc JavadocMethod Missing a Javadoc comment. 604
 Warning misc FinalParameters Parameter roadTypeTags should be final. 604
 Warning blocks LeftCurly '{' should be on a new line. 604
 Warning design DesignForExtension Method 'getGtuTypes' is not designed for extension - needs to be abstract, final or empty. 608
 Warning javadoc JavadocMethod Missing a Javadoc comment. 608
 Warning blocks LeftCurly '{' should be on a new line. 608
 Warning design DesignForExtension Method 'setGtuTypes' is not designed for extension - needs to be abstract, final or empty. 612
 Warning javadoc JavadocMethod Missing a Javadoc comment. 612
 Warning misc FinalParameters Parameter gtuTypes should be final. 612
 Warning blocks LeftCurly '{' should be on a new line. 612
 Warning design DesignForExtension Method 'getLaneTypeTags' is not designed for extension - needs to be abstract, final or empty. 616
 Warning javadoc JavadocMethod Missing a Javadoc comment. 616
 Warning blocks LeftCurly '{' should be on a new line. 616
 Warning design DesignForExtension Method 'setLaneTypeTags' is not designed for extension - needs to be abstract, final or empty. 620
 Warning javadoc JavadocMethod Missing a Javadoc comment. 620
 Warning misc FinalParameters Parameter laneTypeTags should be final. 620
 Warning blocks LeftCurly '{' should be on a new line. 620
 Warning design DesignForExtension Method 'getRoadLayoutTags' is not designed for extension - needs to be abstract, final or empty. 624
 Warning javadoc JavadocMethod Missing a Javadoc comment. 624
 Warning blocks LeftCurly '{' should be on a new line. 624
 Warning design DesignForExtension Method 'setRoadLayoutTags' is not designed for extension - needs to be abstract, final or empty. 628
 Warning javadoc JavadocMethod Missing a Javadoc comment. 628
 Warning misc FinalParameters Parameter roadLayoutTags should be final. 628
 Warning blocks LeftCurly '{' should be on a new line. 628
 Warning design DesignForExtension Method 'getRouteMixTags' is not designed for extension - needs to be abstract, final or empty. 632
 Warning javadoc JavadocMethod Missing a Javadoc comment. 632
 Warning blocks LeftCurly '{' should be on a new line. 632
 Warning design DesignForExtension Method 'setRouteMixTags' is not designed for extension - needs to be abstract, final or empty. 636
 Warning javadoc JavadocMethod Missing a Javadoc comment. 636
 Warning misc FinalParameters Parameter routeMixTags should be final. 636
 Warning blocks LeftCurly '{' should be on a new line. 636
 Warning design DesignForExtension Method 'getShortestRouteMixTags' is not designed for extension - needs to be abstract, final or empty. 640
 Warning javadoc JavadocMethod Missing a Javadoc comment. 640
 Warning blocks LeftCurly '{' should be on a new line. 640
 Warning design DesignForExtension Method 'setShortestRouteMixTags' is not designed for extension - needs to be abstract, final or empty. 644
 Warning javadoc JavadocMethod Missing a Javadoc comment. 644
 Warning misc FinalParameters Parameter shortestRouteMixTags should be final. 644
 Warning blocks LeftCurly '{' should be on a new line. 644
 Warning design DesignForExtension Method 'getShortestRouteTags' is not designed for extension - needs to be abstract, final or empty. 648
 Warning javadoc JavadocMethod Missing a Javadoc comment. 648
 Warning blocks LeftCurly '{' should be on a new line. 648
 Warning design DesignForExtension Method 'setShortestRouteTags' is not designed for extension - needs to be abstract, final or empty. 652
 Warning javadoc JavadocMethod Missing a Javadoc comment. 652
 Warning misc FinalParameters Parameter shortestRouteTags should be final. 652
 Warning blocks LeftCurly '{' should be on a new line. 652
 Warning design DesignForExtension Method 'getRouteTags' is not designed for extension - needs to be abstract, final or empty. 656
 Warning javadoc JavadocMethod Missing a Javadoc comment. 656
 Warning blocks LeftCurly '{' should be on a new line. 656
 Warning design DesignForExtension Method 'setRouteTags' is not designed for extension - needs to be abstract, final or empty. 660
 Warning javadoc JavadocMethod Missing a Javadoc comment. 660
 Warning misc FinalParameters Parameter routeTags should be final. 660
 Warning blocks LeftCurly '{' should be on a new line. 660
 Warning design DesignForExtension Method 'getLaneTypes' is not designed for extension - needs to be abstract, final or empty. 664
 Warning javadoc JavadocMethod Missing a Javadoc comment. 664
 Warning blocks LeftCurly '{' should be on a new line. 664
 Warning design DesignForExtension Method 'setLaneTypes' is not designed for extension - needs to be abstract, final or empty. 668
 Warning javadoc JavadocMethod Missing a Javadoc comment. 668
 Warning misc FinalParameters Parameter laneTypes should be final. 668
 Warning blocks LeftCurly '{' should be on a new line. 668
 Warning design DesignForExtension Method 'getSimulator' is not designed for extension - needs to be abstract, final or empty. 672
 Warning javadoc JavadocMethod Missing a Javadoc comment. 672
 Warning blocks LeftCurly '{' should be on a new line. 672
 Warning design DesignForExtension Method 'setSimulator' is not designed for extension - needs to be abstract, final or empty. 676
 Warning javadoc JavadocMethod Missing a Javadoc comment. 676
 Warning misc FinalParameters Parameter simulator should be final. 676
 Warning blocks LeftCurly '{' should be on a new line. 676
 Warning design DesignForExtension Method 'getNetwork' is not designed for extension - needs to be abstract, final or empty. 680
 Warning javadoc JavadocMethod Missing a Javadoc comment. 680
 Warning blocks LeftCurly '{' should be on a new line. 680
 Warning design DesignForExtension Method 'setNetwork' is not designed for extension - needs to be abstract, final or empty. 684
 Warning javadoc JavadocMethod Missing a Javadoc comment. 684
 Warning misc FinalParameters Parameter network should be final. 684
 Warning blocks LeftCurly '{' should be on a new line. 684
 Warning design DesignForExtension Method 'getUpperNodeNr' is not designed for extension - needs to be abstract, final or empty. 688
 Warning javadoc JavadocMethod Missing a Javadoc comment. 688
 Warning blocks LeftCurly '{' should be on a new line. 688
 Warning design DesignForExtension Method 'setUpperNodeNr' is not designed for extension - needs to be abstract, final or empty. 692
 Warning javadoc JavadocMethod Missing a Javadoc comment. 692
 Warning misc FinalParameters Parameter upperNodeNr should be final. 692
 Warning blocks LeftCurly '{' should be on a new line. 692
 Warning design DesignForExtension Method 'getUpperLinkNr' is not designed for extension - needs to be abstract, final or empty. 696
 Warning javadoc JavadocMethod Missing a Javadoc comment. 696
 Warning blocks LeftCurly '{' should be on a new line. 696
 Warning design DesignForExtension Method 'setUpperLinkNr' is not designed for extension - needs to be abstract, final or empty. 700
 Warning javadoc JavadocMethod Missing a Javadoc comment. 700
 Warning misc FinalParameters Parameter upperLinkNr should be final. 700
 Warning blocks LeftCurly '{' should be on a new line. 700

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. 42
 Warning blocks LeftCurly '{' should be on a new line. 42
 Warning javadoc JavadocMethod Missing a Javadoc comment. 44
 Warning misc FinalParameters Parameter file should be final. 44
 Warning misc FinalParameters Parameter linkTags should be final. 44
 Warning misc FinalParameters Parameter nodeTags should be final. 44
 Warning misc FinalParameters Parameter sinkKillClassName should be final. 44
 Warning misc FinalParameters Parameter sensorClassName should be final. 45
 Warning misc FinalParameters Parameter trafficLightName 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 RightCurly '}' should be alone on a line. 62
 Warning blocks LeftCurly '{' should be on a new line. 62
 Warning javadoc JavadocMethod Missing a Javadoc comment. 67
 Warning blocks LeftCurly '{' should be on a new line. 67
 Warning javadoc JavadocMethod Missing a Javadoc comment. 75
 Warning misc FinalParameters Parameter definitions should be final. 75
 Warning blocks LeftCurly '{' should be on a new line. 75
 Warning javadoc JavadocMethod Missing a Javadoc comment. 83
 Warning misc FinalParameters Parameter definitions should be final. 83
 Warning blocks LeftCurly '{' should be on a new line. 83
 Warning javadoc JavadocMethod Missing a Javadoc comment. 111
 Warning misc FinalParameters Parameter file should be final. 111
 Warning misc FinalParameters Parameter definitions should be final. 111
 Warning misc FinalParameters Parameter nodes should be final. 111
 Warning misc FinalParameters Parameter links should be final. 111
 Warning blocks LeftCurly '{' should be on a new line. 112
 Warning javadoc JavadocMethod Missing a Javadoc comment. 125
 Warning misc FinalParameters Parameter links should be final. 125
 Warning misc FinalParameters Parameter roadLayouts should be final. 125
 Warning misc FinalParameters Parameter linkTags should be final. 125
 Warning misc FinalParameters Parameter sinkKillClassName should be final. 126
 Warning misc FinalParameters Parameter sensorClassName should be final. 126
 Warning misc FinalParameters Parameter trafficLightName should be final. 126
 Warning blocks LeftCurly '{' should be on a new line. 126
 Warning blocks LeftCurly '{' should be on a new line. 129
 Warning blocks LeftCurly '{' should be on a new line. 137
 Warning blocks LeftCurly '{' should be on a new line. 145
 Warning blocks LeftCurly '{' should be on a new line. 155
 Warning blocks LeftCurly '{' should be on a new line. 161
 Warning blocks LeftCurly '{' should be on a new line. 166
 Warning blocks RightCurly '}' should be alone on a line. 168
 Warning blocks LeftCurly '{' should be on a new line. 168
 Warning blocks LeftCurly '{' should be on a new line. 178
 Warning blocks LeftCurly '{' should be on a new line. 185
 Warning blocks RightCurly '}' should be alone on a line. 187
 Warning blocks LeftCurly '{' should be on a new line. 187
 Warning blocks LeftCurly '{' should be on a new line. 193
 Warning blocks LeftCurly '{' should be on a new line. 212
 Warning blocks LeftCurly '{' should be on a new line. 214
 Warning blocks LeftCurly '{' should be on a new line. 220
 Warning blocks LeftCurly '{' should be on a new line. 224
 Warning javadoc JavadocMethod Missing a Javadoc comment. 238
 Warning misc FinalParameters Parameter nodes should be final. 238
 Warning misc FinalParameters Parameter nodeTags should be final. 238
 Warning blocks LeftCurly '{' should be on a new line. 238
 Warning blocks LeftCurly '{' should be on a new line. 240

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 blocks LeftCurly '{' should be on a new line. 48
 Warning javadoc JavadocVariable Missing a Javadoc comment. 50
 Warning design VisibilityModifier Variable 'content' must be private and have accessor methods. 54
 Warning javadoc JavadocVariable Missing a Javadoc comment. 56
 Warning design DesignForExtension Method 'getContent' is not designed for extension - needs to be abstract, final or empty. 78
 Warning blocks LeftCurly '{' should be on a new line. 78
 Warning blocks LeftCurly '{' should be on a new line. 79
 Warning design DesignForExtension Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. 93
 Warning blocks LeftCurly '{' should be on a new line. 93

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 design DesignForExtension Method 'getSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 91
 Warning blocks LeftCurly '{' should be on a new line. 91
 Warning blocks LeftCurly '{' should be on a new line. 92
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 102
 Warning blocks LeftCurly '{' should be on a new line. 102
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 110
 Warning misc FinalParameters Parameter value should be final. 110
 Warning blocks LeftCurly '{' should be on a new line. 110
 Warning design DesignForExtension Method 'getDEFAULTLANEWIDTH' is not designed for extension - needs to be abstract, final or empty. 118
 Warning blocks LeftCurly '{' should be on a new line. 118
 Warning design DesignForExtension Method 'setDEFAULTLANEWIDTH' is not designed for extension - needs to be abstract, final or empty. 126
 Warning misc FinalParameters Parameter value should be final. 126
 Warning blocks LeftCurly '{' should be on a new line. 126
 Warning design DesignForExtension Method 'getDEFAULTLANEKEEPING' is not designed for extension - needs to be abstract, final or empty. 134
 Warning blocks LeftCurly '{' should be on a new line. 134
 Warning design DesignForExtension Method 'setDEFAULTLANEKEEPING' is not designed for extension - needs to be abstract, final or empty. 142
 Warning misc FinalParameters Parameter value should be final. 142
 Warning blocks LeftCurly '{' should be on a new line. 142
 Warning design DesignForExtension Method 'getBase' 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 'setBase' 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 blocks LeftCurly '{' should be on a new line. 181
 Warning javadoc JavadocVariable Missing a Javadoc comment. 183
 Warning design VisibilityModifier Variable 'gtutype' must be private and have accessor methods. 184
 Warning javadoc JavadocVariable Missing a Javadoc comment. 186
 Warning design VisibilityModifier Variable 'legalspeedlimit' must be private and have accessor methods. 187
 Warning design DesignForExtension Method 'getGTUTYPE' is not designed for extension - needs to be abstract, final or empty. 193
 Warning blocks LeftCurly '{' should be on a new line. 193
 Warning design DesignForExtension Method 'setGTUTYPE' is not designed for extension - needs to be abstract, final or empty. 201
 Warning misc FinalParameters Parameter value should be final. 201
 Warning blocks LeftCurly '{' should be on a new line. 201
 Warning design DesignForExtension Method 'getLEGALSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 209
 Warning blocks LeftCurly '{' should be on a new line. 209
 Warning design DesignForExtension Method 'setLEGALSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 217
 Warning misc FinalParameters Parameter value should be final. 217
 Warning blocks LeftCurly '{' should be on a new line. 217

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 design DesignForExtension Method 'getLANEOVERRIDEOrGENERATOROrLISTGENERATOR' is not designed for extension - needs to be abstract, final or empty. 391
 Warning blocks LeftCurly '{' should be on a new line. 391
 Warning blocks LeftCurly '{' should be on a new line. 392
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 402
 Warning blocks LeftCurly '{' should be on a new line. 402
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 410
 Warning misc FinalParameters Parameter value should be final. 410
 Warning blocks LeftCurly '{' should be on a new line. 410
 Warning design DesignForExtension Method 'getNODESTART' is not designed for extension - needs to be abstract, final or empty. 418
 Warning blocks LeftCurly '{' should be on a new line. 418
 Warning design DesignForExtension Method 'setNODESTART' is not designed for extension - needs to be abstract, final or empty. 426
 Warning misc FinalParameters Parameter value should be final. 426
 Warning blocks LeftCurly '{' should be on a new line. 426
 Warning design DesignForExtension Method 'getNODEEND' is not designed for extension - needs to be abstract, final or empty. 434
 Warning blocks LeftCurly '{' should be on a new line. 434
 Warning design DesignForExtension Method 'setNODEEND' is not designed for extension - needs to be abstract, final or empty. 442
 Warning misc FinalParameters Parameter value should be final. 442
 Warning blocks LeftCurly '{' should be on a new line. 442
 Warning design DesignForExtension Method 'getROADLAYOUTAttribute' is not designed for extension - needs to be abstract, final or empty. 450
 Warning blocks LeftCurly '{' should be on a new line. 450
 Warning design DesignForExtension Method 'setROADLAYOUTAttribute' is not designed for extension - needs to be abstract, final or empty. 458
 Warning misc FinalParameters Parameter value should be final. 458
 Warning blocks LeftCurly '{' should be on a new line. 458
 Warning design DesignForExtension Method 'getOFFSETSTART' is not designed for extension - needs to be abstract, final or empty. 466
 Warning blocks LeftCurly '{' should be on a new line. 466
 Warning design DesignForExtension Method 'setOFFSETSTART' is not designed for extension - needs to be abstract, final or empty. 474
 Warning misc FinalParameters Parameter value should be final. 474
 Warning blocks LeftCurly '{' should be on a new line. 474
 Warning design DesignForExtension Method 'getOFFSETEND' is not designed for extension - needs to be abstract, final or empty. 482
 Warning blocks LeftCurly '{' should be on a new line. 482
 Warning design DesignForExtension Method 'setOFFSETEND' is not designed for extension - needs to be abstract, final or empty. 490
 Warning misc FinalParameters Parameter value should be final. 490
 Warning blocks LeftCurly '{' should be on a new line. 490
 Warning design DesignForExtension Method 'getROTATIONSTART' is not designed for extension - needs to be abstract, final or empty. 498
 Warning blocks LeftCurly '{' should be on a new line. 498
 Warning design DesignForExtension Method 'setROTATIONSTART' is not designed for extension - needs to be abstract, final or empty. 506
 Warning misc FinalParameters Parameter value should be final. 506
 Warning blocks LeftCurly '{' should be on a new line. 506
 Warning design DesignForExtension Method 'getROTATIONEND' is not designed for extension - needs to be abstract, final or empty. 514
 Warning blocks LeftCurly '{' should be on a new line. 514
 Warning design DesignForExtension Method 'setROTATIONEND' is not designed for extension - needs to be abstract, final or empty. 522
 Warning misc FinalParameters Parameter value should be final. 522
 Warning blocks LeftCurly '{' should be on a new line. 522
 Warning design DesignForExtension Method 'getLANEKEEPING' is not designed for extension - needs to be abstract, final or empty. 530
 Warning blocks LeftCurly '{' should be on a new line. 530
 Warning design DesignForExtension Method 'setLANEKEEPING' is not designed for extension - needs to be abstract, final or empty. 538
 Warning misc FinalParameters Parameter value should be final. 538
 Warning blocks LeftCurly '{' should be on a new line. 538
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 546
 Warning blocks LeftCurly '{' should be on a new line. 546
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 554
 Warning misc FinalParameters Parameter value should be final. 554
 Warning blocks LeftCurly '{' should be on a new line. 554
 Warning blocks LeftCurly '{' should be on a new line. 578
 Warning javadoc JavadocVariable Missing a Javadoc comment. 580
 Warning design VisibilityModifier Variable 'radius' must be private and have accessor methods. 581
 Warning javadoc JavadocVariable Missing a Javadoc comment. 583
 Warning design VisibilityModifier Variable 'angle' must be private and have accessor methods. 584
 Warning javadoc JavadocVariable Missing a Javadoc comment. 586
 Warning design VisibilityModifier Variable 'direction' must be private and have accessor methods. 587
 Warning design DesignForExtension Method 'getRADIUS' is not designed for extension - needs to be abstract, final or empty. 593
 Warning blocks LeftCurly '{' should be on a new line. 593
 Warning design DesignForExtension Method 'setRADIUS' is not designed for extension - needs to be abstract, final or empty. 601
 Warning misc FinalParameters Parameter value should be final. 601
 Warning blocks LeftCurly '{' should be on a new line. 601
 Warning design DesignForExtension Method 'getANGLE' is not designed for extension - needs to be abstract, final or empty. 609
 Warning blocks LeftCurly '{' should be on a new line. 609
 Warning design DesignForExtension Method 'setANGLE' is not designed for extension - needs to be abstract, final or empty. 617
 Warning misc FinalParameters Parameter value should be final. 617
 Warning blocks LeftCurly '{' should be on a new line. 617
 Warning design DesignForExtension Method 'getDIRECTION' is not designed for extension - needs to be abstract, final or empty. 625
 Warning blocks LeftCurly '{' should be on a new line. 625
 Warning design DesignForExtension Method 'setDIRECTION' is not designed for extension - needs to be abstract, final or empty. 633
 Warning misc FinalParameters Parameter value should be final. 633
 Warning blocks LeftCurly '{' should be on a new line. 633
 Warning blocks LeftCurly '{' should be on a new line. 658
 Warning javadoc JavadocVariable Missing a Javadoc comment. 660
 Warning design VisibilityModifier Variable 'lane' must be private and have accessor methods. 661
 Warning javadoc JavadocVariable Missing a Javadoc comment. 663
 Warning design VisibilityModifier Variable 'position' must be private and have accessor methods. 664
 Warning design DesignForExtension Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. 670
 Warning blocks LeftCurly '{' should be on a new line. 670
 Warning design DesignForExtension Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. 678
 Warning misc FinalParameters Parameter value should be final. 678
 Warning blocks LeftCurly '{' should be on a new line. 678
 Warning design DesignForExtension Method 'getPOSITION' is not designed for extension - needs to be abstract, final or empty. 686
 Warning blocks LeftCurly '{' should be on a new line. 686
 Warning design DesignForExtension Method 'setPOSITION' is not designed for extension - needs to be abstract, final or empty. 694
 Warning misc FinalParameters Parameter value should be final. 694
 Warning blocks LeftCurly '{' should be on a new line. 694
 Warning blocks LeftCurly '{' should be on a new line. 723
 Warning javadoc JavadocVariable Missing a Javadoc comment. 725
 Warning design VisibilityModifier Variable 'startangle' must be private and have accessor methods. 726
 Warning javadoc JavadocVariable Missing a Javadoc comment. 728
 Warning design VisibilityModifier Variable 'startcurvature' must be private and have accessor methods. 729
 Warning javadoc JavadocVariable Missing a Javadoc comment. 731
 Warning design VisibilityModifier Variable 'endcurvature' must be private and have accessor methods. 732
 Warning javadoc JavadocVariable Missing a Javadoc comment. 734
 Warning design VisibilityModifier Variable 'length' must be private and have accessor methods. 735
 Warning javadoc JavadocVariable Missing a Javadoc comment. 737
 Warning design VisibilityModifier Variable 'endelevation' must be private and have accessor methods. 738
 Warning javadoc JavadocVariable Missing a Javadoc comment. 740
 Warning design VisibilityModifier Variable 'numsegments' must be private and have accessor methods. 741
 Warning design DesignForExtension Method 'getSTARTANGLE' is not designed for extension - needs to be abstract, final or empty. 747
 Warning blocks LeftCurly '{' should be on a new line. 747
 Warning design DesignForExtension Method 'setSTARTANGLE' is not designed for extension - needs to be abstract, final or empty. 755
 Warning misc FinalParameters Parameter value should be final. 755
 Warning blocks LeftCurly '{' should be on a new line. 755
 Warning design DesignForExtension Method 'getSTARTCURVATURE' is not designed for extension - needs to be abstract, final or empty. 763
 Warning blocks LeftCurly '{' should be on a new line. 763
 Warning design DesignForExtension Method 'setSTARTCURVATURE' is not designed for extension - needs to be abstract, final or empty. 771
 Warning misc FinalParameters Parameter value should be final. 771
 Warning blocks LeftCurly '{' should be on a new line. 771
 Warning design DesignForExtension Method 'getENDCURVATURE' is not designed for extension - needs to be abstract, final or empty. 779
 Warning blocks LeftCurly '{' should be on a new line. 779
 Warning design DesignForExtension Method 'setENDCURVATURE' is not designed for extension - needs to be abstract, final or empty. 787
 Warning misc FinalParameters Parameter value should be final. 787
 Warning blocks LeftCurly '{' should be on a new line. 787
 Warning design DesignForExtension Method 'getLENGTH' is not designed for extension - needs to be abstract, final or empty. 795
 Warning blocks LeftCurly '{' should be on a new line. 795
 Warning design DesignForExtension Method 'setLENGTH' is not designed for extension - needs to be abstract, final or empty. 803
 Warning misc FinalParameters Parameter value should be final. 803
 Warning blocks LeftCurly '{' should be on a new line. 803
 Warning design DesignForExtension Method 'getENDELEVATION' is not designed for extension - needs to be abstract, final or empty. 811
 Warning blocks LeftCurly '{' should be on a new line. 811
 Warning design DesignForExtension Method 'setENDELEVATION' is not designed for extension - needs to be abstract, final or empty. 819
 Warning misc FinalParameters Parameter value should be final. 819
 Warning blocks LeftCurly '{' should be on a new line. 819
 Warning design DesignForExtension Method 'getNUMSEGMENTS' is not designed for extension - needs to be abstract, final or empty. 827
 Warning blocks LeftCurly '{' should be on a new line. 827
 Warning design DesignForExtension Method 'setNUMSEGMENTS' is not designed for extension - needs to be abstract, final or empty. 835
 Warning misc FinalParameters Parameter value should be final. 835
 Warning blocks LeftCurly '{' should be on a new line. 835
 Warning blocks LeftCurly '{' should be on a new line. 846
 Warning blocks LeftCurly '{' should be on a new line. 874
 Warning javadoc JavadocVariable Missing a Javadoc comment. 876
 Warning design VisibilityModifier Variable 'lane' must be private and have accessor methods. 877
 Warning javadoc JavadocVariable Missing a Javadoc comment. 879
 Warning design VisibilityModifier Variable 'gtu' must be private and have accessor methods. 880
 Warning javadoc JavadocVariable Missing a Javadoc comment. 882
 Warning design VisibilityModifier Variable 'gtumix' must be private and have accessor methods. 883
 Warning javadoc JavadocVariable Missing a Javadoc comment. 885
 Warning design VisibilityModifier Variable 'distance' must be private and have accessor methods. 886
 Warning javadoc JavadocVariable Missing a Javadoc comment. 888
 Warning design VisibilityModifier Variable 'initialspeed' must be private and have accessor methods. 889
 Warning javadoc JavadocVariable Missing a Javadoc comment. 891
 Warning design VisibilityModifier Variable 'maxgtu' must be private and have accessor methods. 892
 Warning javadoc JavadocVariable Missing a Javadoc comment. 894
 Warning design VisibilityModifier Variable 'route' must be private and have accessor methods. 895
 Warning design DesignForExtension Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. 901
 Warning blocks LeftCurly '{' should be on a new line. 901
 Warning design DesignForExtension Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. 909
 Warning misc FinalParameters Parameter value should be final. 909
 Warning blocks LeftCurly '{' should be on a new line. 909
 Warning design DesignForExtension Method 'getGTU' is not designed for extension - needs to be abstract, final or empty. 917
 Warning blocks LeftCurly '{' should be on a new line. 917
 Warning design DesignForExtension Method 'setGTU' is not designed for extension - needs to be abstract, final or empty. 925
 Warning misc FinalParameters Parameter value should be final. 925
 Warning blocks LeftCurly '{' should be on a new line. 925
 Warning design DesignForExtension Method 'getGTUMIX' is not designed for extension - needs to be abstract, final or empty. 933
 Warning blocks LeftCurly '{' should be on a new line. 933
 Warning design DesignForExtension Method 'setGTUMIX' is not designed for extension - needs to be abstract, final or empty. 941
 Warning misc FinalParameters Parameter value should be final. 941
 Warning blocks LeftCurly '{' should be on a new line. 941
 Warning design DesignForExtension Method 'getDISTANCE' is not designed for extension - needs to be abstract, final or empty. 949
 Warning blocks LeftCurly '{' should be on a new line. 949
 Warning design DesignForExtension Method 'setDISTANCE' is not designed for extension - needs to be abstract, final or empty. 957
 Warning misc FinalParameters Parameter value should be final. 957
 Warning blocks LeftCurly '{' should be on a new line. 957
 Warning design DesignForExtension Method 'getINITIALSPEED' is not designed for extension - needs to be abstract, final or empty. 965
 Warning blocks LeftCurly '{' should be on a new line. 965
 Warning design DesignForExtension Method 'setINITIALSPEED' is not designed for extension - needs to be abstract, final or empty. 973
 Warning misc FinalParameters Parameter value should be final. 973
 Warning blocks LeftCurly '{' should be on a new line. 973
 Warning design DesignForExtension Method 'getMAXGTU' is not designed for extension - needs to be abstract, final or empty. 981
 Warning blocks LeftCurly '{' should be on a new line. 981
 Warning design DesignForExtension Method 'setMAXGTU' is not designed for extension - needs to be abstract, final or empty. 989
 Warning misc FinalParameters Parameter value should be final. 989
 Warning blocks LeftCurly '{' should be on a new line. 989
 Warning design DesignForExtension Method 'getROUTE' is not designed for extension - needs to be abstract, final or empty. 997
 Warning blocks LeftCurly '{' should be on a new line. 997
 Warning design DesignForExtension Method 'setROUTE' is not designed for extension - needs to be abstract, final or empty. 1005
 Warning misc FinalParameters Parameter value should be final. 1005
 Warning blocks LeftCurly '{' should be on a new line. 1005
 Warning blocks LeftCurly '{' should be on a new line. 1039
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1041
 Warning design VisibilityModifier Variable 'lane' must be private and have accessor methods. 1042
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1044
 Warning design VisibilityModifier Variable 'position' must be private and have accessor methods. 1045
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1047
 Warning design VisibilityModifier Variable 'gtu' must be private and have accessor methods. 1048
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1050
 Warning design VisibilityModifier Variable 'gtumix' must be private and have accessor methods. 1051
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1053
 Warning design VisibilityModifier Variable 'iat' must be private and have accessor methods. 1054
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1056
 Warning design VisibilityModifier Variable 'initialspeed' must be private and have accessor methods. 1057
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1059
 Warning design VisibilityModifier Variable 'maxgtu' must be private and have accessor methods. 1060
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1062
 Warning design VisibilityModifier Variable 'starttime' must be private and have accessor methods. 1063
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1065
 Warning design VisibilityModifier Variable 'endtime' must be private and have accessor methods. 1066
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1068
 Warning design VisibilityModifier Variable 'route' must be private and have accessor methods. 1069
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1071
 Warning design VisibilityModifier Variable 'gtucolorer' must be private and have accessor methods. 1072
 Warning design DesignForExtension Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. 1078
 Warning blocks LeftCurly '{' should be on a new line. 1078
 Warning design DesignForExtension Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. 1086
 Warning misc FinalParameters Parameter value should be final. 1086
 Warning blocks LeftCurly '{' should be on a new line. 1086
 Warning design DesignForExtension Method 'getPOSITION' is not designed for extension - needs to be abstract, final or empty. 1094
 Warning blocks LeftCurly '{' should be on a new line. 1094
 Warning design DesignForExtension Method 'setPOSITION' is not designed for extension - needs to be abstract, final or empty. 1102
 Warning misc FinalParameters Parameter value should be final. 1102
 Warning blocks LeftCurly '{' should be on a new line. 1102
 Warning design DesignForExtension Method 'getGTU' is not designed for extension - needs to be abstract, final or empty. 1110
 Warning blocks LeftCurly '{' should be on a new line. 1110
 Warning design DesignForExtension Method 'setGTU' is not designed for extension - needs to be abstract, final or empty. 1118
 Warning misc FinalParameters Parameter value should be final. 1118
 Warning blocks LeftCurly '{' should be on a new line. 1118
 Warning design DesignForExtension Method 'getGTUMIX' is not designed for extension - needs to be abstract, final or empty. 1126
 Warning blocks LeftCurly '{' should be on a new line. 1126
 Warning design DesignForExtension Method 'setGTUMIX' is not designed for extension - needs to be abstract, final or empty. 1134
 Warning misc FinalParameters Parameter value should be final. 1134
 Warning blocks LeftCurly '{' should be on a new line. 1134
 Warning design DesignForExtension Method 'getIAT' is not designed for extension - needs to be abstract, final or empty. 1142
 Warning blocks LeftCurly '{' should be on a new line. 1142
 Warning design DesignForExtension Method 'setIAT' is not designed for extension - needs to be abstract, final or empty. 1150
 Warning misc FinalParameters Parameter value should be final. 1150
 Warning blocks LeftCurly '{' should be on a new line. 1150
 Warning design DesignForExtension Method 'getINITIALSPEED' is not designed for extension - needs to be abstract, final or empty. 1158
 Warning blocks LeftCurly '{' should be on a new line. 1158
 Warning design DesignForExtension Method 'setINITIALSPEED' is not designed for extension - needs to be abstract, final or empty. 1166
 Warning misc FinalParameters Parameter value should be final. 1166
 Warning blocks LeftCurly '{' should be on a new line. 1166
 Warning design DesignForExtension Method 'getMAXGTU' is not designed for extension - needs to be abstract, final or empty. 1174
 Warning blocks LeftCurly '{' should be on a new line. 1174
 Warning design DesignForExtension Method 'setMAXGTU' is not designed for extension - needs to be abstract, final or empty. 1182
 Warning misc FinalParameters Parameter value should be final. 1182
 Warning blocks LeftCurly '{' should be on a new line. 1182
 Warning design DesignForExtension Method 'getSTARTTIME' is not designed for extension - needs to be abstract, final or empty. 1190
 Warning blocks LeftCurly '{' should be on a new line. 1190
 Warning design DesignForExtension Method 'setSTARTTIME' is not designed for extension - needs to be abstract, final or empty. 1198
 Warning misc FinalParameters Parameter value should be final. 1198
 Warning blocks LeftCurly '{' should be on a new line. 1198
 Warning design DesignForExtension Method 'getENDTIME' is not designed for extension - needs to be abstract, final or empty. 1206
 Warning blocks LeftCurly '{' should be on a new line. 1206
 Warning design DesignForExtension Method 'setENDTIME' is not designed for extension - needs to be abstract, final or empty. 1214
 Warning misc FinalParameters Parameter value should be final. 1214
 Warning blocks LeftCurly '{' should be on a new line. 1214
 Warning design DesignForExtension Method 'getROUTE' is not designed for extension - needs to be abstract, final or empty. 1222
 Warning blocks LeftCurly '{' should be on a new line. 1222
 Warning design DesignForExtension Method 'setROUTE' is not designed for extension - needs to be abstract, final or empty. 1230
 Warning misc FinalParameters Parameter value should be final. 1230
 Warning blocks LeftCurly '{' should be on a new line. 1230
 Warning design DesignForExtension Method 'getGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. 1238
 Warning blocks LeftCurly '{' should be on a new line. 1238
 Warning design DesignForExtension Method 'setGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. 1246
 Warning misc FinalParameters Parameter value should be final. 1246
 Warning blocks LeftCurly '{' should be on a new line. 1246
 Warning blocks LeftCurly '{' should be on a new line. 1274
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1276
 Warning design VisibilityModifier Variable 'lane' must be private and have accessor methods. 1277
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1279
 Warning design VisibilityModifier Variable 'legalspeedlimit' must be private and have accessor methods. 1280
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1282
 Warning design VisibilityModifier Variable 'direction' must be private and have accessor methods. 1283
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1285
 Warning design VisibilityModifier Variable 'color' must be private and have accessor methods. 1286
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1288
 Warning design VisibilityModifier Variable 'overtaking' must be private and have accessor methods. 1289
 Warning design DesignForExtension Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. 1295
 Warning blocks LeftCurly '{' should be on a new line. 1295
 Warning design DesignForExtension Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. 1303
 Warning misc FinalParameters Parameter value should be final. 1303
 Warning blocks LeftCurly '{' should be on a new line. 1303
 Warning design DesignForExtension Method 'getLEGALSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 1311
 Warning blocks LeftCurly '{' should be on a new line. 1311
 Warning design DesignForExtension Method 'setLEGALSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 1319
 Warning misc FinalParameters Parameter value should be final. 1319
 Warning blocks LeftCurly '{' should be on a new line. 1319
 Warning design DesignForExtension Method 'getDIRECTION' is not designed for extension - needs to be abstract, final or empty. 1327
 Warning blocks LeftCurly '{' should be on a new line. 1327
 Warning design DesignForExtension Method 'setDIRECTION' is not designed for extension - needs to be abstract, final or empty. 1335
 Warning misc FinalParameters Parameter value should be final. 1335
 Warning blocks LeftCurly '{' should be on a new line. 1335
 Warning design DesignForExtension Method 'getCOLOR' is not designed for extension - needs to be abstract, final or empty. 1343
 Warning blocks LeftCurly '{' should be on a new line. 1343
 Warning design DesignForExtension Method 'setCOLOR' is not designed for extension - needs to be abstract, final or empty. 1351
 Warning misc FinalParameters Parameter value should be final. 1351
 Warning blocks LeftCurly '{' should be on a new line. 1351
 Warning design DesignForExtension Method 'getOVERTAKING' is not designed for extension - needs to be abstract, final or empty. 1359
 Warning blocks LeftCurly '{' should be on a new line. 1359
 Warning design DesignForExtension Method 'setOVERTAKING' is not designed for extension - needs to be abstract, final or empty. 1367
 Warning misc FinalParameters Parameter value should be final. 1367
 Warning blocks LeftCurly '{' should be on a new line. 1367
 Warning blocks LeftCurly '{' should be on a new line. 1398
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1400
 Warning design VisibilityModifier Variable 'uri' must be private and have accessor methods. 1402
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1404
 Warning design VisibilityModifier Variable 'lane' must be private and have accessor methods. 1405
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1407
 Warning design VisibilityModifier Variable 'position' must be private and have accessor methods. 1408
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1410
 Warning design VisibilityModifier Variable 'gtu' must be private and have accessor methods. 1411
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1413
 Warning design VisibilityModifier Variable 'gtumix' must be private and have accessor methods. 1414
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1416
 Warning design VisibilityModifier Variable 'initialspeed' must be private and have accessor methods. 1417
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1419
 Warning design VisibilityModifier Variable 'route' must be private and have accessor methods. 1420
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1422
 Warning design VisibilityModifier Variable 'gtucolorer' must be private and have accessor methods. 1423
 Warning design DesignForExtension Method 'getURI' is not designed for extension - needs to be abstract, final or empty. 1429
 Warning blocks LeftCurly '{' should be on a new line. 1429
 Warning design DesignForExtension Method 'setURI' is not designed for extension - needs to be abstract, final or empty. 1437
 Warning misc FinalParameters Parameter value should be final. 1437
 Warning blocks LeftCurly '{' should be on a new line. 1437
 Warning design DesignForExtension Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. 1445
 Warning blocks LeftCurly '{' should be on a new line. 1445
 Warning design DesignForExtension Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. 1453
 Warning misc FinalParameters Parameter value should be final. 1453
 Warning blocks LeftCurly '{' should be on a new line. 1453
 Warning design DesignForExtension Method 'getPOSITION' is not designed for extension - needs to be abstract, final or empty. 1461
 Warning blocks LeftCurly '{' should be on a new line. 1461
 Warning design DesignForExtension Method 'setPOSITION' is not designed for extension - needs to be abstract, final or empty. 1469
 Warning misc FinalParameters Parameter value should be final. 1469
 Warning blocks LeftCurly '{' should be on a new line. 1469
 Warning design DesignForExtension Method 'getGTU' is not designed for extension - needs to be abstract, final or empty. 1477
 Warning blocks LeftCurly '{' should be on a new line. 1477
 Warning design DesignForExtension Method 'setGTU' is not designed for extension - needs to be abstract, final or empty. 1485
 Warning misc FinalParameters Parameter value should be final. 1485
 Warning blocks LeftCurly '{' should be on a new line. 1485
 Warning design DesignForExtension Method 'getGTUMIX' is not designed for extension - needs to be abstract, final or empty. 1493
 Warning blocks LeftCurly '{' should be on a new line. 1493
 Warning design DesignForExtension Method 'setGTUMIX' is not designed for extension - needs to be abstract, final or empty. 1501
 Warning misc FinalParameters Parameter value should be final. 1501
 Warning blocks LeftCurly '{' should be on a new line. 1501
 Warning design DesignForExtension Method 'getINITIALSPEED' is not designed for extension - needs to be abstract, final or empty. 1509
 Warning blocks LeftCurly '{' should be on a new line. 1509
 Warning design DesignForExtension Method 'setINITIALSPEED' is not designed for extension - needs to be abstract, final or empty. 1517
 Warning misc FinalParameters Parameter value should be final. 1517
 Warning blocks LeftCurly '{' should be on a new line. 1517
 Warning design DesignForExtension Method 'getROUTE' is not designed for extension - needs to be abstract, final or empty. 1525
 Warning blocks LeftCurly '{' should be on a new line. 1525
 Warning design DesignForExtension Method 'setROUTE' is not designed for extension - needs to be abstract, final or empty. 1533
 Warning misc FinalParameters Parameter value should be final. 1533
 Warning blocks LeftCurly '{' should be on a new line. 1533
 Warning design DesignForExtension Method 'getGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. 1541
 Warning blocks LeftCurly '{' should be on a new line. 1541
 Warning design DesignForExtension Method 'setGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. 1549
 Warning misc FinalParameters Parameter value should be final. 1549
 Warning blocks LeftCurly '{' should be on a new line. 1549
 Warning blocks LeftCurly '{' should be on a new line. 1574
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1576
 Warning design VisibilityModifier Variable 'length' must be private and have accessor methods. 1577
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1579
 Warning design VisibilityModifier Variable 'intermediatepoints' must be private and have accessor methods. 1580
 Warning design DesignForExtension Method 'getLENGTH' is not designed for extension - needs to be abstract, final or empty. 1586
 Warning blocks LeftCurly '{' should be on a new line. 1586
 Warning design DesignForExtension Method 'setLENGTH' is not designed for extension - needs to be abstract, final or empty. 1594
 Warning misc FinalParameters Parameter value should be final. 1594
 Warning blocks LeftCurly '{' should be on a new line. 1594
 Warning design DesignForExtension Method 'getINTERMEDIATEPOINTS' is not designed for extension - needs to be abstract, final or empty. 1616
 Warning blocks LeftCurly '{' should be on a new line. 1616
 Warning blocks LeftCurly '{' should be on a new line. 1617
 Warning blocks LeftCurly '{' should be on a new line. 1647
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1649
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 1650
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1652
 Warning design VisibilityModifier Variable 'lane' must be private and have accessor methods. 1653
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1655
 Warning design VisibilityModifier Variable 'position' must be private and have accessor methods. 1656
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1658
 Warning naming MemberName Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1659
 Warning design VisibilityModifier Variable '_class' must be private and have accessor methods. 1659
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1661
 Warning design VisibilityModifier Variable 'trigger' must be private and have accessor methods. 1662
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 1668
 Warning blocks LeftCurly '{' should be on a new line. 1668
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 1676
 Warning misc FinalParameters Parameter value should be final. 1676
 Warning blocks LeftCurly '{' should be on a new line. 1676
 Warning design DesignForExtension Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. 1684
 Warning blocks LeftCurly '{' should be on a new line. 1684
 Warning design DesignForExtension Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. 1692
 Warning misc FinalParameters Parameter value should be final. 1692
 Warning blocks LeftCurly '{' should be on a new line. 1692
 Warning design DesignForExtension Method 'getPOSITION' is not designed for extension - needs to be abstract, final or empty. 1700
 Warning blocks LeftCurly '{' should be on a new line. 1700
 Warning design DesignForExtension Method 'setPOSITION' is not designed for extension - needs to be abstract, final or empty. 1708
 Warning misc FinalParameters Parameter value should be final. 1708
 Warning blocks LeftCurly '{' should be on a new line. 1708
 Warning design DesignForExtension Method 'getCLASS' is not designed for extension - needs to be abstract, final or empty. 1716
 Warning blocks LeftCurly '{' should be on a new line. 1716
 Warning design DesignForExtension Method 'setCLASS' is not designed for extension - needs to be abstract, final or empty. 1724
 Warning misc FinalParameters Parameter value should be final. 1724
 Warning blocks LeftCurly '{' should be on a new line. 1724
 Warning design DesignForExtension Method 'getTRIGGER' is not designed for extension - needs to be abstract, final or empty. 1732
 Warning blocks LeftCurly '{' should be on a new line. 1732
 Warning design DesignForExtension Method 'setTRIGGER' is not designed for extension - needs to be abstract, final or empty. 1740
 Warning misc FinalParameters Parameter value should be final. 1740
 Warning blocks LeftCurly '{' should be on a new line. 1740
 Warning blocks LeftCurly '{' should be on a new line. 1765
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1767
 Warning design VisibilityModifier Variable 'lane' must be private and have accessor methods. 1768
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1770
 Warning design VisibilityModifier Variable 'position' must be private and have accessor methods. 1771
 Warning design DesignForExtension Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. 1777
 Warning blocks LeftCurly '{' should be on a new line. 1777
 Warning design DesignForExtension Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. 1785
 Warning misc FinalParameters Parameter value should be final. 1785
 Warning blocks LeftCurly '{' should be on a new line. 1785
 Warning design DesignForExtension Method 'getPOSITION' is not designed for extension - needs to be abstract, final or empty. 1793
 Warning blocks LeftCurly '{' should be on a new line. 1793
 Warning design DesignForExtension Method 'setPOSITION' is not designed for extension - needs to be abstract, final or empty. 1801
 Warning misc FinalParameters Parameter value should be final. 1801
 Warning blocks LeftCurly '{' should be on a new line. 1801
 Warning blocks LeftCurly '{' should be on a new line. 1825
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1827
 Warning design VisibilityModifier Variable 'length' must be private and have accessor methods. 1828
 Warning design DesignForExtension Method 'getLENGTH' is not designed for extension - needs to be abstract, final or empty. 1834
 Warning blocks LeftCurly '{' should be on a new line. 1834
 Warning design DesignForExtension Method 'setLENGTH' is not designed for extension - needs to be abstract, final or empty. 1842
 Warning misc FinalParameters Parameter value should be final. 1842
 Warning blocks LeftCurly '{' should be on a new line. 1842
 Warning blocks LeftCurly '{' should be on a new line. 1869
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1871
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 1872
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1874
 Warning design VisibilityModifier Variable 'lane' must be private and have accessor methods. 1875
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1877
 Warning design VisibilityModifier Variable 'position' must be private and have accessor methods. 1878
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1880
 Warning naming MemberName Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1881
 Warning design VisibilityModifier Variable '_class' must be private and have accessor methods. 1881
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 1887
 Warning blocks LeftCurly '{' should be on a new line. 1887
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 1895
 Warning misc FinalParameters Parameter value should be final. 1895
 Warning blocks LeftCurly '{' should be on a new line. 1895
 Warning design DesignForExtension Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. 1903
 Warning blocks LeftCurly '{' should be on a new line. 1903
 Warning design DesignForExtension Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. 1911
 Warning misc FinalParameters Parameter value should be final. 1911
 Warning blocks LeftCurly '{' should be on a new line. 1911
 Warning design DesignForExtension Method 'getPOSITION' is not designed for extension - needs to be abstract, final or empty. 1919
 Warning blocks LeftCurly '{' should be on a new line. 1919
 Warning design DesignForExtension Method 'setPOSITION' is not designed for extension - needs to be abstract, final or empty. 1927
 Warning misc FinalParameters Parameter value should be final. 1927
 Warning blocks LeftCurly '{' should be on a new line. 1927
 Warning design DesignForExtension Method 'getCLASS' is not designed for extension - needs to be abstract, final or empty. 1935
 Warning blocks LeftCurly '{' should be on a new line. 1935
 Warning design DesignForExtension Method 'setCLASS' is not designed for extension - needs to be abstract, final or empty. 1943
 Warning misc FinalParameters Parameter value should be final. 1943
 Warning blocks LeftCurly '{' should be on a new line. 1943

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 design DesignForExtension Method 'getDEFINITIONSOrIncludeOrNODE' is not designed for extension - needs to be abstract, final or empty. 86
 Warning blocks LeftCurly '{' should be on a new line. 86
 Warning blocks LeftCurly '{' should be on a new line. 87
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 97
 Warning blocks LeftCurly '{' should be on a new line. 97
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 105
 Warning misc FinalParameters Parameter value should be final. 105
 Warning blocks LeftCurly '{' should be on a new line. 105

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 design DesignForExtension Method 'createGLOBAL' is not designed for extension - needs to be abstract, final or empty. 43
 Warning blocks LeftCurly '{' should be on a new line. 43
 Warning javadoc JavadocStyle First sentence should end with a period. 47
 Warning design DesignForExtension Method 'createGTUMIX' is not designed for extension - needs to be abstract, final or empty. 51
 Warning blocks LeftCurly '{' should be on a new line. 51
 Warning javadoc JavadocStyle First sentence should end with a period. 55
 Warning design DesignForExtension Method 'createROADTYPE' is not designed for extension - needs to be abstract, final or empty. 59
 Warning blocks LeftCurly '{' should be on a new line. 59
 Warning javadoc JavadocStyle First sentence should end with a period. 63
 Warning design DesignForExtension Method 'createLANETYPE' is not designed for extension - needs to be abstract, final or empty. 67
 Warning blocks LeftCurly '{' should be on a new line. 67
 Warning javadoc JavadocStyle First sentence should end with a period. 71
 Warning design DesignForExtension Method 'createROADLAYOUT' is not designed for extension - needs to be abstract, final or empty. 75
 Warning blocks LeftCurly '{' should be on a new line. 75
 Warning javadoc JavadocStyle First sentence should end with a period. 79
 Warning design DesignForExtension Method 'createLINK' is not designed for extension - needs to be abstract, final or empty. 83
 Warning blocks LeftCurly '{' should be on a new line. 83
 Warning javadoc JavadocStyle First sentence should end with a period. 87
 Warning design DesignForExtension Method 'createROUTEMIX' 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 design DesignForExtension Method 'createSHORTESTROUTEMIX' is not designed for extension - needs to be abstract, final or empty. 99
 Warning blocks LeftCurly '{' should be on a new line. 99
 Warning javadoc JavadocStyle First sentence should end with a period. 103
 Warning design DesignForExtension Method 'createROADLAYOUTLANE' is not designed for extension - needs to be abstract, final or empty. 107
 Warning blocks LeftCurly '{' should be on a new line. 107
 Warning javadoc JavadocStyle First sentence should end with a period. 111
 Warning design DesignForExtension Method 'createROUTE' is not designed for extension - needs to be abstract, final or empty. 115
 Warning blocks LeftCurly '{' should be on a new line. 115
 Warning javadoc JavadocStyle First sentence should end with a period. 119
 Warning design DesignForExtension Method 'createNETWORK' is not designed for extension - needs to be abstract, final or empty. 123
 Warning blocks LeftCurly '{' should be on a new line. 123
 Warning javadoc JavadocStyle First sentence should end with a period. 127
 Warning design DesignForExtension Method 'createDEFINITIONS' is not designed for extension - needs to be abstract, final or empty. 131
 Warning blocks LeftCurly '{' should be on a new line. 131
 Warning javadoc JavadocStyle First sentence should end with a period. 135
 Warning design DesignForExtension Method 'createGLOBALSPEEDGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. 139
 Warning blocks LeftCurly '{' should be on a new line. 139
 Warning javadoc JavadocStyle First sentence should end with a period. 143
 Warning design DesignForExtension Method 'createGLOBALACCELERATIONGTUCOLORER' 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 design DesignForExtension Method 'createGLOBALLANECHANGEURGEGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. 155
 Warning blocks LeftCurly '{' should be on a new line. 155
 Warning javadoc JavadocStyle First sentence should end with a period. 159
 Warning design DesignForExtension Method 'createIncludeType' is not designed for extension - needs to be abstract, final or empty. 163
 Warning blocks LeftCurly '{' should be on a new line. 163
 Warning javadoc JavadocStyle First sentence should end with a period. 167
 Warning design DesignForExtension Method 'createGTUTYPE' is not designed for extension - needs to be abstract, final or empty. 171
 Warning blocks LeftCurly '{' should be on a new line. 171
 Warning javadoc JavadocStyle First sentence should end with a period. 175
 Warning design DesignForExtension Method 'createGTU' is not designed for extension - needs to be abstract, final or empty. 179
 Warning blocks LeftCurly '{' should be on a new line. 179
 Warning javadoc JavadocStyle First sentence should end with a period. 183
 Warning design DesignForExtension Method 'createGTUMIXGTU' is not designed for extension - needs to be abstract, final or empty. 187
 Warning blocks LeftCurly '{' should be on a new line. 187
 Warning javadoc JavadocStyle First sentence should end with a period. 191
 Warning design DesignForExtension Method 'createROADTYPESPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 195
 Warning blocks LeftCurly '{' should be on a new line. 195
 Warning javadoc JavadocStyle First sentence should end with a period. 199
 Warning design DesignForExtension Method 'createLANETYPESPEEDLIMIT' 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 design DesignForExtension Method 'createROADLAYOUTSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 211
 Warning blocks LeftCurly '{' should be on a new line. 211
 Warning javadoc JavadocStyle First sentence should end with a period. 215
 Warning design DesignForExtension Method 'createROADLAYOUTNOTRAFFICLANE' is not designed for extension - needs to be abstract, final or empty. 219
 Warning blocks LeftCurly '{' should be on a new line. 219
 Warning javadoc JavadocStyle First sentence should end with a period. 223
 Warning design DesignForExtension Method 'createROADLAYOUTSHOULDER' is not designed for extension - needs to be abstract, final or empty. 227
 Warning blocks LeftCurly '{' should be on a new line. 227
 Warning javadoc JavadocStyle First sentence should end with a period. 231
 Warning design DesignForExtension Method 'createROADLAYOUTSTRIPE' is not designed for extension - needs to be abstract, final or empty. 235
 Warning blocks LeftCurly '{' should be on a new line. 235
 Warning javadoc JavadocStyle First sentence should end with a period. 239
 Warning design DesignForExtension Method 'createNODE' is not designed for extension - needs to be abstract, final or empty. 243
 Warning blocks LeftCurly '{' should be on a new line. 243
 Warning javadoc JavadocStyle First sentence should end with a period. 247
 Warning design DesignForExtension Method 'createLINKCLOTHOID' is not designed for extension - needs to be abstract, final or empty. 251
 Warning blocks LeftCurly '{' should be on a new line. 251
 Warning javadoc JavadocStyle First sentence should end with a period. 255
 Warning design DesignForExtension Method 'createLINKSTRAIGHT' 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 design DesignForExtension Method 'createLINKARC' is not designed for extension - needs to be abstract, final or empty. 267
 Warning blocks LeftCurly '{' should be on a new line. 267
 Warning javadoc JavadocStyle First sentence should end with a period. 271
 Warning design DesignForExtension Method 'createLINKPOLYLINE' is not designed for extension - needs to be abstract, final or empty. 275
 Warning blocks LeftCurly '{' should be on a new line. 275
 Warning javadoc JavadocStyle First sentence should end with a period. 279
 Warning design DesignForExtension Method 'createLINKLANEOVERRIDE' is not designed for extension - needs to be abstract, final or empty. 283
 Warning blocks LeftCurly '{' should be on a new line. 283
 Warning javadoc JavadocStyle First sentence should end with a period. 287
 Warning design DesignForExtension Method 'createLINKGENERATOR' is not designed for extension - needs to be abstract, final or empty. 291
 Warning blocks LeftCurly '{' should be on a new line. 291
 Warning javadoc JavadocStyle First sentence should end with a period. 295
 Warning design DesignForExtension Method 'createLINKLISTGENERATOR' is not designed for extension - needs to be abstract, final or empty. 299
 Warning blocks LeftCurly '{' should be on a new line. 299
 Warning javadoc JavadocStyle First sentence should end with a period. 303
 Warning design DesignForExtension Method 'createLINKFILL' is not designed for extension - needs to be abstract, final or empty. 307
 Warning blocks LeftCurly '{' should be on a new line. 307
 Warning javadoc JavadocStyle First sentence should end with a period. 311
 Warning design DesignForExtension Method 'createLINKBLOCK' 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 design DesignForExtension Method 'createLINKSENSOR' is not designed for extension - needs to be abstract, final or empty. 323
 Warning blocks LeftCurly '{' should be on a new line. 323
 Warning javadoc JavadocStyle First sentence should end with a period. 327
 Warning design DesignForExtension Method 'createLINKTRAFFICLIGHT' is not designed for extension - needs to be abstract, final or empty. 331
 Warning blocks LeftCurly '{' should be on a new line. 331
 Warning javadoc JavadocStyle First sentence should end with a period. 335
 Warning design DesignForExtension Method 'createLINKSINK' is not designed for extension - needs to be abstract, final or empty. 339
 Warning blocks LeftCurly '{' should be on a new line. 339
 Warning javadoc JavadocStyle First sentence should end with a period. 343
 Warning design DesignForExtension Method 'createROUTEMIXROUTE' is not designed for extension - needs to be abstract, final or empty. 347
 Warning blocks LeftCurly '{' should be on a new line. 347
 Warning javadoc JavadocStyle First sentence should end with a period. 351
 Warning design DesignForExtension Method 'createSHORTESTROUTE' is not designed for extension - needs to be abstract, final or empty. 355
 Warning blocks LeftCurly '{' should be on a new line. 355
 Warning javadoc JavadocStyle First sentence should end with a period. 359
 Warning design DesignForExtension Method 'createSHORTESTROUTEMIXSHORTESTROUTE' is not designed for extension - needs to be abstract, final or empty. 363
 Warning blocks LeftCurly '{' should be on a new line. 363
 Warning javadoc JavadocStyle First sentence should end with a period. 367
 Warning design DesignForExtension Method 'createFallbackType' is not designed for extension - needs to be abstract, final or empty. 371
 Warning blocks LeftCurly '{' should be on a new line. 371
 Warning javadoc JavadocStyle First sentence should end with a period. 375
 Warning design DesignForExtension Method 'createROADLAYOUTLANESPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 379
 Warning blocks LeftCurly '{' should be on a new line. 379
 Warning javadoc JavadocStyle First sentence should end with a period. 383
 Warning design DesignForExtension Method 'createFallback' is not designed for extension - needs to be abstract, final or empty. 387
 Warning misc FinalParameters Parameter value should be final. 388
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 388
 Warning blocks LeftCurly '{' should be on a new line. 388
 Warning javadoc JavadocStyle First sentence should end with a period. 392
 Warning design DesignForExtension Method 'createInclude' is not designed for extension - needs to be abstract, final or empty. 396
 Warning misc FinalParameters Parameter value should be final. 397
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 397
 Warning blocks LeftCurly '{' should be on a new line. 397

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on a new line. 31
 Warning javadoc JavadocVariable Missing a Javadoc comment. 33
 Warning javadoc JavadocVariable Missing a Javadoc comment. 33
 Warning javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning javadoc JavadocMethod Missing a Javadoc comment. 36
 Warning misc FinalParameters Parameter v should be final. 36
 Warning blocks LeftCurly '{' should be on a new line. 36
 Warning javadoc JavadocMethod Missing a Javadoc comment. 40
 Warning blocks LeftCurly '{' should be on a new line. 40
 Warning misc FinalParameters Parameter v should be final. 48
 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. 50

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