Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
76 33 2259 0

Files

File  I  W  E
org/opentrafficsim/xml/bindings/AccelerationAdapter.java 0 2 0
org/opentrafficsim/xml/bindings/AngleAdapter.java 0 2 0
org/opentrafficsim/xml/bindings/ClassNameAdapter.java 0 2 0
org/opentrafficsim/xml/bindings/ColorAdapter.java 0 16 0
org/opentrafficsim/xml/bindings/CoordinateAdapter.java 0 3 0
org/opentrafficsim/xml/bindings/CoordinateListAdapter.java 0 5 0
org/opentrafficsim/xml/bindings/DirectionAdapter.java 0 2 0
org/opentrafficsim/xml/bindings/DrivingDirectionAdapter.java 0 5 0
org/opentrafficsim/xml/bindings/DurationAdapter.java 0 2 0
org/opentrafficsim/xml/bindings/FractionAdapter.java 0 2 0
org/opentrafficsim/xml/bindings/FrequencyAdapter.java 0 2 0
org/opentrafficsim/xml/bindings/GTUPositionAdapter.java 0 4 0
org/opentrafficsim/xml/bindings/LaneKeepingAdapter.java 0 5 0
org/opentrafficsim/xml/bindings/LeftRightAdapter.java 0 3 0
org/opentrafficsim/xml/bindings/LengthAdapter.java 0 2 0
org/opentrafficsim/xml/bindings/LengthBeginEndAdapter.java 0 2 0
org/opentrafficsim/xml/bindings/PerLengthAdapter.java 0 2 0
org/opentrafficsim/xml/bindings/SignedLengthAdapter.java 0 2 0
org/opentrafficsim/xml/bindings/SpeedAdapter.java 0 2 0
org/opentrafficsim/xml/bindings/StripeTypeAdapter.java 0 3 0
org/opentrafficsim/xml/bindings/TimeAdapter.java 0 2 0
org/opentrafficsim/xml/bindings/types/LaneKeepingType.java 0 3 0
org/opentrafficsim/xml/bindings/types/LengthBeginEnd.java 0 12 0
org/opentrafficsim/xml/bindings/types/StripeType.java 0 6 0
org/opentrafficsim/xml/generated/ANIMATION.java 1 22 0
org/opentrafficsim/xml/generated/CATEGORY.java 0 43 0
org/opentrafficsim/xml/generated/CONTROL.java 3 85 0
org/opentrafficsim/xml/generated/CROSSSECTIONELEMENT.java 0 22 0
org/opentrafficsim/xml/generated/CSELANE.java 0 42 0
org/opentrafficsim/xml/generated/CSESTRIPE.java 0 7 0
org/opentrafficsim/xml/generated/DEFINITIONS.java 0 14 0
org/opentrafficsim/xml/generated/FallbackType.java 0 10 0
org/opentrafficsim/xml/generated/GLOBALTIME.java 0 16 0
org/opentrafficsim/xml/generated/GTUCOLORERTYPE.java 0 25 0
org/opentrafficsim/xml/generated/GTUMIX.java 0 38 0
org/opentrafficsim/xml/generated/GTUTEMPLATE.java 0 54 0
org/opentrafficsim/xml/generated/GTUTEMPLATES.java 0 7 0
org/opentrafficsim/xml/generated/GTUTYPE.java 0 26 0
org/opentrafficsim/xml/generated/GTUTYPES.java 0 7 0
org/opentrafficsim/xml/generated/IncludeType.java 0 55 0
org/opentrafficsim/xml/generated/LANETYPE.java 0 54 0
org/opentrafficsim/xml/generated/LANETYPES.java 0 7 0
org/opentrafficsim/xml/generated/LEVEL.java 0 16 0
org/opentrafficsim/xml/generated/LINK.java 12 569 0
org/opentrafficsim/xml/generated/LINKTYPE.java 0 54 0
org/opentrafficsim/xml/generated/LINKTYPES.java 0 7 0
org/opentrafficsim/xml/generated/MODEL.java 1 7 0
org/opentrafficsim/xml/generated/MODELPARAMETERTYPE.java 0 7 0
org/opentrafficsim/xml/generated/NETWORK.java 0 62 0
org/opentrafficsim/xml/generated/NETWORKDEMAND.java 7 112 0
org/opentrafficsim/xml/generated/NODE.java 0 29 0
org/opentrafficsim/xml/generated/OTS.java 0 55 0
org/opentrafficsim/xml/generated/ObjectFactory.java 1 289 0
org/opentrafficsim/xml/generated/PARAMETERTYPE.java 1 34 0
org/opentrafficsim/xml/generated/ParseType.java 0 14 0
org/opentrafficsim/xml/generated/ROADLAYOUT.java 3 70 0
org/opentrafficsim/xml/generated/ROUTE.java 0 21 0
org/opentrafficsim/xml/generated/ROUTEMIX.java 0 38 0
org/opentrafficsim/xml/generated/RUN.java 0 66 0
org/opentrafficsim/xml/generated/SCENARIO.java 1 7 0
org/opentrafficsim/xml/generated/SHORTESTROUTE.java 0 49 0
org/opentrafficsim/xml/generated/SHORTESTROUTEMIX.java 0 38 0
org/opentrafficsim/xml/generated/SIGNALGROUP.java 1 14 0
org/opentrafficsim/xml/generated/SIGNALGROUPTRAFFICLIGHTTYPE.java 0 7 0
org/opentrafficsim/xml/generated/SIGNALGROUPTYPE.java 1 14 0
org/opentrafficsim/xml/generated/TIME.java 0 17 0
org/opentrafficsim/xml/generated/TRAFFICLIGHTTYPE.java 0 37 0
org/opentrafficsim/xml/generated/package-info.java 1 1 0

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
680  Warning
NeedBraces 36  Warning
RightCurly
  • tokens: "LITERAL_TRY, LITERAL_CATCH, LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE"
  • option: "alone"
15  Warning
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
8  Warning
design DesignForExtension 575  Warning
VisibilityModifier 254  Warning
javadoc JavadocMethod 127  Warning
JavadocStyle
  • checkHtml: "false"
72  Warning
JavadocVariable 270  Warning
misc FinalParameters 209  Warning
modifier ModifierOrder 2  Warning
naming ConstantName 2  Warning
MemberName 8  Warning
sizes FileLength 1  Warning
LineLength
  • max: "128"
33  Info

Details

org/opentrafficsim/xml/bindings/AccelerationAdapter.java

Severity Category Rule Message Line
 Warning design DesignForExtension Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. 19
 Warning design DesignForExtension Method 'marshal' is not designed for extension - needs to be abstract, final or empty. 26

org/opentrafficsim/xml/bindings/AngleAdapter.java

Severity Category Rule Message Line
 Warning design DesignForExtension Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. 19
 Warning design DesignForExtension Method 'marshal' is not designed for extension - needs to be abstract, final or empty. 26

org/opentrafficsim/xml/bindings/ClassNameAdapter.java

Severity Category Rule Message Line
 Warning design DesignForExtension Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. 16
 Warning design DesignForExtension Method 'marshal' is not designed for extension - needs to be abstract, final or empty. 30

org/opentrafficsim/xml/bindings/ColorAdapter.java

Severity Category Rule Message Line
 Warning design DesignForExtension Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. 20
 Warning blocks NeedBraces 'if' construct must use '{}'s. 27
 Warning blocks NeedBraces 'if' construct must use '{}'s. 40
 Warning blocks NeedBraces 'if' construct must use '{}'s. 42
 Warning blocks NeedBraces 'if' construct must use '{}'s. 44
 Warning blocks NeedBraces 'if' construct must use '{}'s. 46
 Warning blocks NeedBraces 'if' construct must use '{}'s. 48
 Warning blocks NeedBraces 'if' construct must use '{}'s. 50
 Warning blocks NeedBraces 'if' construct must use '{}'s. 52
 Warning blocks NeedBraces 'if' construct must use '{}'s. 54
 Warning blocks NeedBraces 'if' construct must use '{}'s. 56
 Warning blocks NeedBraces 'if' construct must use '{}'s. 58
 Warning blocks NeedBraces 'if' construct must use '{}'s. 60
 Warning blocks NeedBraces 'if' construct must use '{}'s. 62
 Warning blocks NeedBraces 'if' construct must use '{}'s. 64
 Warning design DesignForExtension Method 'marshal' is not designed for extension - needs to be abstract, final or empty. 75

org/opentrafficsim/xml/bindings/CoordinateAdapter.java

Severity Category Rule Message Line
 Warning design DesignForExtension Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. 21
 Warning design DesignForExtension Method 'marshal' is not designed for extension - needs to be abstract, final or empty. 47
 Warning blocks NeedBraces 'if' construct must use '{}'s. 50

org/opentrafficsim/xml/bindings/CoordinateListAdapter.java

Severity Category Rule Message Line
 Warning design DesignForExtension Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. 23
 Warning design DesignForExtension Method 'marshal' is not designed for extension - needs to be abstract, final or empty. 54
 Warning blocks NeedBraces 'if' construct must use '{}'s. 60
 Warning blocks NeedBraces 'if' construct must use '{}'s. 62
 Warning blocks NeedBraces 'else' construct must use '{}'s. 64

org/opentrafficsim/xml/bindings/DirectionAdapter.java

Severity Category Rule Message Line
 Warning design DesignForExtension Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. 21
 Warning design DesignForExtension Method 'marshal' is not designed for extension - needs to be abstract, final or empty. 28

org/opentrafficsim/xml/bindings/DrivingDirectionAdapter.java

Severity Category Rule Message Line
 Warning design DesignForExtension Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. 18
 Warning design DesignForExtension Method 'marshal' is not designed for extension - needs to be abstract, final or empty. 49
 Warning blocks NeedBraces 'if' construct must use '{}'s. 52
 Warning blocks NeedBraces 'if' construct must use '{}'s. 54
 Warning blocks NeedBraces 'if' construct must use '{}'s. 56

org/opentrafficsim/xml/bindings/DurationAdapter.java

Severity Category Rule Message Line
 Warning design DesignForExtension Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. 19
 Warning design DesignForExtension Method 'marshal' is not designed for extension - needs to be abstract, final or empty. 26

org/opentrafficsim/xml/bindings/FractionAdapter.java

Severity Category Rule Message Line
 Warning design DesignForExtension Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. 18
 Warning design DesignForExtension Method 'marshal' is not designed for extension - needs to be abstract, final or empty. 46

org/opentrafficsim/xml/bindings/FrequencyAdapter.java

Severity Category Rule Message Line
 Warning design DesignForExtension Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. 19
 Warning design DesignForExtension Method 'marshal' is not designed for extension - needs to be abstract, final or empty. 26

org/opentrafficsim/xml/bindings/GTUPositionAdapter.java

Severity Category Rule Message Line
 Warning design DesignForExtension Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. 19
 Warning design DesignForExtension Method 'marshal' is not designed for extension - needs to be abstract, final or empty. 46
 Warning blocks NeedBraces 'if' construct must use '{}'s. 49
 Warning blocks NeedBraces 'if' construct must use '{}'s. 51

org/opentrafficsim/xml/bindings/LaneKeepingAdapter.java

Severity Category Rule Message Line
 Warning design DesignForExtension Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. 18
 Warning design DesignForExtension Method 'marshal' is not designed for extension - needs to be abstract, final or empty. 45
 Warning blocks NeedBraces 'if' construct must use '{}'s. 48
 Warning blocks NeedBraces 'if' construct must use '{}'s. 50
 Warning blocks NeedBraces 'if' construct must use '{}'s. 52

org/opentrafficsim/xml/bindings/LeftRightAdapter.java

Severity Category Rule Message Line
 Warning design DesignForExtension Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. 19
 Warning design DesignForExtension Method 'marshal' is not designed for extension - needs to be abstract, final or empty. 42
 Warning blocks NeedBraces 'if' construct must use '{}'s. 45

org/opentrafficsim/xml/bindings/LengthAdapter.java

Severity Category Rule Message Line
 Warning design DesignForExtension Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. 19
 Warning design DesignForExtension Method 'marshal' is not designed for extension - needs to be abstract, final or empty. 30

org/opentrafficsim/xml/bindings/LengthBeginEndAdapter.java

Severity Category Rule Message Line
 Warning design DesignForExtension Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. 21
 Warning design DesignForExtension Method 'marshal' is not designed for extension - needs to be abstract, final or empty. 69

org/opentrafficsim/xml/bindings/PerLengthAdapter.java

Severity Category Rule Message Line
 Warning design DesignForExtension Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. 19
 Warning design DesignForExtension Method 'marshal' is not designed for extension - needs to be abstract, final or empty. 26

org/opentrafficsim/xml/bindings/SignedLengthAdapter.java

Severity Category Rule Message Line
 Warning design DesignForExtension Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. 20
 Warning design DesignForExtension Method 'marshal' is not designed for extension - needs to be abstract, final or empty. 27

org/opentrafficsim/xml/bindings/SpeedAdapter.java

Severity Category Rule Message Line
 Warning design DesignForExtension Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. 19
 Warning design DesignForExtension Method 'marshal' is not designed for extension - needs to be abstract, final or empty. 26

org/opentrafficsim/xml/bindings/StripeTypeAdapter.java

Severity Category Rule Message Line
 Warning design DesignForExtension Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. 18
 Warning blocks NeedBraces 'for' construct must use '{}'s. 24
 Warning design DesignForExtension Method 'marshal' is not designed for extension - needs to be abstract, final or empty. 38

org/opentrafficsim/xml/bindings/TimeAdapter.java

Severity Category Rule Message Line
 Warning design DesignForExtension Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. 19
 Warning design DesignForExtension Method 'marshal' is not designed for extension - needs to be abstract, final or empty. 26

org/opentrafficsim/xml/bindings/types/LaneKeepingType.java

Severity Category Rule Message Line
 Warning javadoc JavadocVariable Missing a Javadoc comment. 14
 Warning javadoc JavadocVariable Missing a Javadoc comment. 15
 Warning javadoc JavadocVariable Missing a Javadoc comment. 16

org/opentrafficsim/xml/bindings/types/LengthBeginEnd.java

Severity Category Rule Message Line
 Warning design DesignForExtension Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 89
 Warning design DesignForExtension Method 'equals' is not designed for extension - needs to be abstract, final or empty. 104
 Warning misc FinalParameters Parameter obj should be final. 105
 Warning blocks NeedBraces 'if' construct must use '{}'s. 107
 Warning blocks NeedBraces 'if' construct must use '{}'s. 109
 Warning blocks NeedBraces 'if' construct must use '{}'s. 111
 Warning blocks NeedBraces 'if' construct must use '{}'s. 114
 Warning blocks NeedBraces 'if' construct must use '{}'s. 116
 Warning blocks NeedBraces 'if' construct must use '{}'s. 118
 Warning blocks NeedBraces 'if' construct must use '{}'s. 122
 Warning blocks NeedBraces 'if' construct must use '{}'s. 125
 Warning design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 131

org/opentrafficsim/xml/bindings/types/StripeType.java

Severity Category Rule Message Line
 Warning javadoc JavadocVariable Missing a Javadoc comment. 13
 Warning javadoc JavadocVariable Missing a Javadoc comment. 14
 Warning javadoc JavadocVariable Missing a Javadoc comment. 15
 Warning javadoc JavadocVariable Missing a Javadoc comment. 16
 Warning javadoc JavadocVariable Missing a Javadoc comment. 17
 Warning javadoc JavadocVariable Missing a Javadoc comment. 18

org/opentrafficsim/xml/generated/ANIMATION.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 128 characters (found 134). 36
 Warning blocks LeftCurly '{' at column 24 should be on a new line. 58
 Warning javadoc JavadocVariable Missing a Javadoc comment. 60
 Warning design VisibilityModifier Variable 'gtucolorers' must be private and have accessor methods. 62
 Warning javadoc JavadocVariable Missing a Javadoc comment. 63
 Warning design VisibilityModifier Variable 'gtucolorer' must be private and have accessor methods. 65
 Warning design DesignForExtension Method 'getGTUCOLORERS' is not designed for extension - needs to be abstract, final or empty. 75
 Warning blocks LeftCurly '{' at column 51 should be on a new line. 76
 Warning design DesignForExtension Method 'setGTUCOLORERS' is not designed for extension - needs to be abstract, final or empty. 88
 Warning misc FinalParameters Parameter value should be final. 89
 Warning blocks LeftCurly '{' at column 61 should be on a new line. 89
 Warning design DesignForExtension Method 'getGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. 101
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 102
 Warning design DesignForExtension Method 'setGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. 114
 Warning misc FinalParameters Parameter value should be final. 115
 Warning blocks LeftCurly '{' at column 53 should be on a new line. 115
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 144
 Warning javadoc JavadocVariable Missing a Javadoc comment. 146
 Warning design VisibilityModifier Variable 'gtucolorer' must be private and have accessor methods. 148
 Warning javadoc JavadocMethod Expected an @return tag. 172
 Warning design DesignForExtension Method 'getGTUCOLORER' is not designed for extension - needs to be abstract, final or empty. 172
 Warning blocks LeftCurly '{' at column 53 should be on a new line. 173
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 174

org/opentrafficsim/xml/generated/CATEGORY.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 23 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. 50
 Warning javadoc JavadocVariable Missing a Javadoc comment. 51
 Warning design VisibilityModifier Variable 'gtutype' must be private and have accessor methods. 53
 Warning javadoc JavadocVariable Missing a Javadoc comment. 54
 Warning design VisibilityModifier Variable 'route' must be private and have accessor methods. 56
 Warning javadoc JavadocVariable Missing a Javadoc comment. 57
 Warning design VisibilityModifier Variable 'lane' must be private and have accessor methods. 59
 Warning javadoc JavadocVariable Missing a Javadoc comment. 60
 Warning design VisibilityModifier Variable 'factor' must be private and have accessor methods. 62
 Warning javadoc JavadocVariable Missing a Javadoc comment. 63
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 66
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 76
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 77
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 89
 Warning misc FinalParameters Parameter value should be final. 90
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 90
 Warning design DesignForExtension Method 'getGTUTYPE' is not designed for extension - needs to be abstract, final or empty. 102
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 103
 Warning design DesignForExtension Method 'setGTUTYPE' is not designed for extension - needs to be abstract, final or empty. 115
 Warning misc FinalParameters Parameter value should be final. 116
 Warning blocks LeftCurly '{' at column 42 should be on a new line. 116
 Warning design DesignForExtension Method 'getROUTE' is not designed for extension - needs to be abstract, final or empty. 128
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 129
 Warning design DesignForExtension Method 'setROUTE' is not designed for extension - needs to be abstract, final or empty. 141
 Warning misc FinalParameters Parameter value should be final. 142
 Warning blocks LeftCurly '{' at column 40 should be on a new line. 142
 Warning design DesignForExtension Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. 154
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 155
 Warning design DesignForExtension Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. 167
 Warning misc FinalParameters Parameter value should be final. 168
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 168
 Warning design DesignForExtension Method 'getFACTOR' is not designed for extension - needs to be abstract, final or empty. 180
 Warning blocks LeftCurly '{' at column 31 should be on a new line. 181
 Warning design DesignForExtension Method 'setFACTOR' is not designed for extension - needs to be abstract, final or empty. 193
 Warning misc FinalParameters Parameter value should be final. 194
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 194
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 206
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 207
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 219
 Warning misc FinalParameters Parameter value should be final. 220
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 220

org/opentrafficsim/xml/generated/CONTROL.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 128 characters (found 132). 47
 Info sizes LineLength Line is longer than 128 characters (found 131). 49
 Info sizes LineLength Line is longer than 128 characters (found 132). 50
 Warning blocks LeftCurly '{' at column 22 should be on a new line. 79
 Warning javadoc JavadocVariable Missing a Javadoc comment. 81
 Warning design VisibilityModifier Variable 'fixedtime' must be private and have accessor methods. 83
 Warning javadoc JavadocMethod Expected an @return tag. 107
 Warning design DesignForExtension Method 'getFIXEDTIME' is not designed for extension - needs to be abstract, final or empty. 107
 Warning blocks LeftCurly '{' at column 51 should be on a new line. 108
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 109
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 157
 Warning javadoc JavadocVariable Missing a Javadoc comment. 159
 Warning design VisibilityModifier Variable 'signalgroup' must be private and have accessor methods. 161
 Warning javadoc JavadocVariable Missing a Javadoc comment. 162
 Warning design VisibilityModifier Variable 'id' must be private and have accessor methods. 164
 Warning javadoc JavadocVariable Missing a Javadoc comment. 165
 Warning design VisibilityModifier Variable 'cycletime' must be private and have accessor methods. 168
 Warning javadoc JavadocVariable Missing a Javadoc comment. 169
 Warning design VisibilityModifier Variable 'offset' must be private and have accessor methods. 172
 Warning javadoc JavadocVariable Missing a Javadoc comment. 173
 Warning design VisibilityModifier Variable 'starttime' must be private and have accessor methods. 176
 Warning javadoc JavadocVariable Missing a Javadoc comment. 177
 Warning design VisibilityModifier Variable 'endtime' must be private and have accessor methods. 180
 Warning javadoc JavadocMethod Expected an @return tag. 204
 Warning design DesignForExtension Method 'getSIGNALGROUP' is not designed for extension - needs to be abstract, final or empty. 204
 Warning blocks LeftCurly '{' at column 69 should be on a new line. 205
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 206
 Warning design DesignForExtension Method 'getID' is not designed for extension - needs to be abstract, final or empty. 220
 Warning blocks LeftCurly '{' at column 31 should be on a new line. 221
 Warning design DesignForExtension Method 'setID' is not designed for extension - needs to be abstract, final or empty. 233
 Warning misc FinalParameters Parameter value should be final. 234
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 234
 Warning design DesignForExtension Method 'getCYCLETIME' is not designed for extension - needs to be abstract, final or empty. 246
 Warning blocks LeftCurly '{' at column 40 should be on a new line. 247
 Warning design DesignForExtension Method 'setCYCLETIME' is not designed for extension - needs to be abstract, final or empty. 259
 Warning misc FinalParameters Parameter value should be final. 260
 Warning blocks LeftCurly '{' at column 50 should be on a new line. 260
 Warning design DesignForExtension Method 'getOFFSET' is not designed for extension - needs to be abstract, final or empty. 272
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 273
 Warning design DesignForExtension Method 'setOFFSET' is not designed for extension - needs to be abstract, final or empty. 285
 Warning misc FinalParameters Parameter value should be final. 286
 Warning blocks LeftCurly '{' at column 47 should be on a new line. 286
 Warning design DesignForExtension Method 'getSTARTTIME' is not designed for extension - needs to be abstract, final or empty. 298
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 299
 Warning design DesignForExtension Method 'setSTARTTIME' is not designed for extension - needs to be abstract, final or empty. 311
 Warning misc FinalParameters Parameter value should be final. 312
 Warning blocks LeftCurly '{' at column 46 should be on a new line. 312
 Warning design DesignForExtension Method 'getENDTIME' is not designed for extension - needs to be abstract, final or empty. 324
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 325
 Warning design DesignForExtension Method 'setENDTIME' is not designed for extension - needs to be abstract, final or empty. 337
 Warning misc FinalParameters Parameter value should be final. 338
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 338
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 367
 Warning javadoc JavadocVariable Missing a Javadoc comment. 369
 Warning design VisibilityModifier Variable 'id' must be private and have accessor methods. 371
 Warning javadoc JavadocVariable Missing a Javadoc comment. 372
 Warning design VisibilityModifier Variable 'offset' must be private and have accessor methods. 375
 Warning javadoc JavadocVariable Missing a Javadoc comment. 376
 Warning design VisibilityModifier Variable 'pregreen' must be private and have accessor methods. 379
 Warning javadoc JavadocVariable Missing a Javadoc comment. 380
 Warning design VisibilityModifier Variable 'green' must be private and have accessor methods. 383
 Warning javadoc JavadocVariable Missing a Javadoc comment. 384
 Warning design VisibilityModifier Variable 'yellow' must be private and have accessor methods. 387
 Warning design DesignForExtension Method 'getID' is not designed for extension - needs to be abstract, final or empty. 397
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 398
 Warning design DesignForExtension Method 'setID' is not designed for extension - needs to be abstract, final or empty. 410
 Warning misc FinalParameters Parameter value should be final. 411
 Warning blocks LeftCurly '{' at column 45 should be on a new line. 411
 Warning design DesignForExtension Method 'getOFFSET' is not designed for extension - needs to be abstract, final or empty. 423
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 424
 Warning design DesignForExtension Method 'setOFFSET' is not designed for extension - needs to be abstract, final or empty. 436
 Warning misc FinalParameters Parameter value should be final. 437
 Warning blocks LeftCurly '{' at column 51 should be on a new line. 437
 Warning design DesignForExtension Method 'getPREGREEN' is not designed for extension - needs to be abstract, final or empty. 449
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 450
 Warning design DesignForExtension Method 'setPREGREEN' is not designed for extension - needs to be abstract, final or empty. 462
 Warning misc FinalParameters Parameter value should be final. 463
 Warning blocks LeftCurly '{' at column 53 should be on a new line. 463
 Warning design DesignForExtension Method 'getGREEN' is not designed for extension - needs to be abstract, final or empty. 475
 Warning blocks LeftCurly '{' at column 40 should be on a new line. 476
 Warning design DesignForExtension Method 'setGREEN' is not designed for extension - needs to be abstract, final or empty. 488
 Warning misc FinalParameters Parameter value should be final. 489
 Warning blocks LeftCurly '{' at column 50 should be on a new line. 489
 Warning design DesignForExtension Method 'getYELLOW' is not designed for extension - needs to be abstract, final or empty. 501
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 502
 Warning design DesignForExtension Method 'setYELLOW' is not designed for extension - needs to be abstract, final or empty. 514
 Warning misc FinalParameters Parameter value should be final. 515
 Warning blocks LeftCurly '{' at column 51 should be on a new line. 515

org/opentrafficsim/xml/generated/CROSSSECTIONELEMENT.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 50
 Warning javadoc JavadocVariable Missing a Javadoc comment. 52
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 54
 Warning javadoc JavadocVariable Missing a Javadoc comment. 55
 Warning design VisibilityModifier Variable 'offset' must be private and have accessor methods. 58
 Warning javadoc JavadocVariable Missing a Javadoc comment. 59
 Warning design VisibilityModifier Variable 'width' 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. 72
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 73
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 85
 Warning misc FinalParameters Parameter value should be final. 86
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 86
 Warning design DesignForExtension Method 'getOFFSET' is not designed for extension - needs to be abstract, final or empty. 98
 Warning blocks LeftCurly '{' at column 64 should be on a new line. 99
 Warning design DesignForExtension Method 'setOFFSET' is not designed for extension - needs to be abstract, final or empty. 111
 Warning misc FinalParameters Parameter value should be final. 112
 Warning blocks LeftCurly '{' at column 74 should be on a new line. 112
 Warning design DesignForExtension Method 'getWIDTH' is not designed for extension - needs to be abstract, final or empty. 124
 Warning blocks LeftCurly '{' at column 63 should be on a new line. 125
 Warning design DesignForExtension Method 'setWIDTH' is not designed for extension - needs to be abstract, final or empty. 137
 Warning misc FinalParameters Parameter value should be final. 138
 Warning blocks LeftCurly '{' at column 73 should be on a new line. 138

org/opentrafficsim/xml/generated/CSELANE.java

Severity Category Rule Message Line
 Warning javadoc JavadocVariable Missing a Javadoc comment. 66
 Warning design VisibilityModifier Variable 'speedlimit' must be private and have accessor methods. 68
 Warning javadoc JavadocVariable Missing a Javadoc comment. 69
 Warning design VisibilityModifier Variable 'lanetype' must be private and have accessor methods. 71
 Warning javadoc JavadocVariable Missing a Javadoc comment. 72
 Warning design VisibilityModifier Variable 'direction' must be private and have accessor methods. 75
 Warning javadoc JavadocVariable Missing a Javadoc comment. 76
 Warning design VisibilityModifier Variable 'overtaking' must be private and have accessor methods. 78
 Warning javadoc JavadocMethod Expected an @return tag. 102
 Warning design DesignForExtension Method 'getSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 102
 Warning blocks LeftCurly '{' at column 53 should be on a new line. 103
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 104
 Warning design DesignForExtension Method 'getLANETYPE' is not designed for extension - needs to be abstract, final or empty. 118
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 119
 Warning design DesignForExtension Method 'setLANETYPE' is not designed for extension - needs to be abstract, final or empty. 131
 Warning misc FinalParameters Parameter value should be final. 132
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 132
 Warning design DesignForExtension Method 'getDIRECTION' is not designed for extension - needs to be abstract, final or empty. 144
 Warning blocks LeftCurly '{' at column 48 should be on a new line. 145
 Warning design DesignForExtension Method 'setDIRECTION' is not designed for extension - needs to be abstract, final or empty. 157
 Warning misc FinalParameters Parameter value should be final. 158
 Warning blocks LeftCurly '{' at column 58 should be on a new line. 158
 Warning design DesignForExtension Method 'getOVERTAKING' is not designed for extension - needs to be abstract, final or empty. 170
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 171
 Warning design DesignForExtension Method 'setOVERTAKING' is not designed for extension - needs to be abstract, final or empty. 183
 Warning misc FinalParameters Parameter value should be final. 184
 Warning blocks LeftCurly '{' at column 45 should be on a new line. 184
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 210
 Warning javadoc JavadocVariable Missing a Javadoc comment. 212
 Warning design VisibilityModifier Variable 'gtutype' must be private and have accessor methods. 214
 Warning javadoc JavadocVariable Missing a Javadoc comment. 215
 Warning design VisibilityModifier Variable 'legalspeedlimit' must be private and have accessor methods. 218
 Warning design DesignForExtension Method 'getGTUTYPE' is not designed for extension - needs to be abstract, final or empty. 228
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 229
 Warning design DesignForExtension Method 'setGTUTYPE' is not designed for extension - needs to be abstract, final or empty. 241
 Warning misc FinalParameters Parameter value should be final. 242
 Warning blocks LeftCurly '{' at column 46 should be on a new line. 242
 Warning design DesignForExtension Method 'getLEGALSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 254
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 255
 Warning design DesignForExtension Method 'setLEGALSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 267
 Warning misc FinalParameters Parameter value should be final. 268
 Warning blocks LeftCurly '{' at column 53 should be on a new line. 268

org/opentrafficsim/xml/generated/CSESTRIPE.java

Severity Category Rule Message Line
 Warning javadoc JavadocVariable Missing a Javadoc comment. 45
 Warning design VisibilityModifier Variable 'type' must be private and have accessor methods. 48
 Warning design DesignForExtension Method 'getTYPE' is not designed for extension - needs to be abstract, final or empty. 58
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 59
 Warning design DesignForExtension Method 'setTYPE' is not designed for extension - needs to be abstract, final or empty. 71
 Warning misc FinalParameters Parameter value should be final. 72
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 72

org/opentrafficsim/xml/generated/DEFINITIONS.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 26 should be on a new line. 57
 Warning javadoc JavadocVariable Missing a Javadoc comment. 59
 Warning design VisibilityModifier Variable 'includeOrGTUTYPESOrGTUTEMPLATES' must be private and have accessor methods. 68
 Warning javadoc JavadocVariable Missing a Javadoc comment. 69
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 72
 Warning javadoc JavadocMethod Expected an @return tag. 101
 Warning design DesignForExtension Method 'getIncludeOrGTUTYPESOrGTUTEMPLATES' is not designed for extension - needs to be abstract, final or empty. 101
 Warning blocks LeftCurly '{' at column 62 should be on a new line. 102
 Warning blocks LeftCurly '{' at column 54 should be on a new line. 103
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 117
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 118
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 130
 Warning misc FinalParameters Parameter value should be final. 131
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 131

org/opentrafficsim/xml/generated/FallbackType.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 55
 Warning javadoc JavadocVariable Missing a Javadoc comment. 57
 Warning design VisibilityModifier Variable 'content' must be private and have accessor methods. 61
 Warning javadoc JavadocVariable Missing a Javadoc comment. 62
 Warning javadoc JavadocMethod Expected an @return tag. 91
 Warning design DesignForExtension Method 'getContent' is not designed for extension - needs to be abstract, final or empty. 91
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 92
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 93
 Warning design DesignForExtension Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. 113
 Warning blocks LeftCurly '{' at column 52 should be on a new line. 114

org/opentrafficsim/xml/generated/GLOBALTIME.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 58
 Warning javadoc JavadocVariable Missing a Javadoc comment. 60
 Warning design VisibilityModifier Variable 'time' must be private and have accessor methods. 62
 Warning javadoc JavadocMethod Expected an @return tag. 86
 Warning design DesignForExtension Method 'getTIME' is not designed for extension - needs to be abstract, final or empty. 86
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 87
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 88
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 115
 Warning javadoc JavadocVariable Missing a Javadoc comment. 117
 Warning design VisibilityModifier Variable 'value' must be private and have accessor methods. 120
 Warning design DesignForExtension Method 'getVALUE' is not designed for extension - needs to be abstract, final or empty. 130
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 131
 Warning design DesignForExtension Method 'setVALUE' is not designed for extension - needs to be abstract, final or empty. 143
 Warning misc FinalParameters Parameter value should be final. 144
 Warning coding HiddenField 'value' hides a field. 144
 Warning blocks LeftCurly '{' at column 42 should be on a new line. 144

org/opentrafficsim/xml/generated/GTUCOLORERTYPE.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 55
 Warning javadoc JavadocVariable Missing a Javadoc comment. 57
 Warning design VisibilityModifier Variable 'parameter' must be private and have accessor methods. 59
 Warning javadoc JavadocVariable Missing a Javadoc comment. 60
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 62
 Warning javadoc JavadocVariable Missing a Javadoc comment. 63
 Warning naming MemberName Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. 66
 Warning design VisibilityModifier Variable '_class' must be private and have accessor methods. 66
 Warning javadoc JavadocMethod Expected an @return tag. 90
 Warning design DesignForExtension Method 'getPARAMETER' is not designed for extension - needs to be abstract, final or empty. 90
 Warning blocks LeftCurly '{' at column 47 should be on a new line. 91
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 92
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 106
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 107
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 108
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 110
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 110
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 123
 Warning misc FinalParameters Parameter value should be final. 124
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 124
 Warning design DesignForExtension Method 'getCLASS' is not designed for extension - needs to be abstract, final or empty. 136
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 137
 Warning design DesignForExtension Method 'setCLASS' is not designed for extension - needs to be abstract, final or empty. 149
 Warning misc FinalParameters Parameter value should be final. 150
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 150

org/opentrafficsim/xml/generated/GTUMIX.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 21 should be on a new line. 59
 Warning javadoc JavadocVariable Missing a Javadoc comment. 61
 Warning design VisibilityModifier Variable 'gtu' must be private and have accessor methods. 63
 Warning javadoc JavadocVariable Missing a Javadoc comment. 64
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 66
 Warning javadoc JavadocVariable Missing a Javadoc comment. 67
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 70
 Warning javadoc JavadocMethod Expected an @return tag. 94
 Warning design DesignForExtension Method 'getGTU' is not designed for extension - needs to be abstract, final or empty. 94
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 95
 Warning blocks LeftCurly '{' at column 26 should be on a new line. 96
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 110
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 111
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 123
 Warning misc FinalParameters Parameter value should be final. 124
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 124
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 136
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 137
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 149
 Warning misc FinalParameters Parameter value should be final. 150
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 150
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 176
 Warning javadoc JavadocVariable Missing a Javadoc comment. 178
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 180
 Warning javadoc JavadocVariable Missing a Javadoc comment. 181
 Warning design VisibilityModifier Variable 'weight' must be private and have accessor methods. 183
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 193
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 194
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 206
 Warning misc FinalParameters Parameter value should be final. 207
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 207
 Warning javadoc JavadocMethod Expected an @return tag. 215
 Warning design DesignForExtension Method 'getWEIGHT' is not designed for extension - needs to be abstract, final or empty. 215
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 216
 Warning design DesignForExtension Method 'setWEIGHT' is not designed for extension - needs to be abstract, final or empty. 224
 Warning misc FinalParameters Parameter value should be final. 225
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 225
 Warning blocks LeftCurly '{' at column 45 should be on a new line. 225

org/opentrafficsim/xml/generated/GTUTEMPLATE.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 26 should be on a new line. 47
 Warning javadoc JavadocVariable Missing a Javadoc comment. 49
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 51
 Warning javadoc JavadocVariable Missing a Javadoc comment. 52
 Warning design VisibilityModifier Variable 'gtutype' must be private and have accessor methods. 54
 Warning javadoc JavadocVariable Missing a Javadoc comment. 55
 Warning design VisibilityModifier Variable 'length' must be private and have accessor methods. 57
 Warning javadoc JavadocVariable Missing a Javadoc comment. 58
 Warning design VisibilityModifier Variable 'width' must be private and have accessor methods. 60
 Warning javadoc JavadocVariable Missing a Javadoc comment. 61
 Warning design VisibilityModifier Variable 'maxspeed' must be private and have accessor methods. 63
 Warning javadoc JavadocVariable Missing a Javadoc comment. 64
 Warning naming MemberName Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. 66
 Warning design VisibilityModifier Variable '_default' must be private and have accessor methods. 66
 Warning javadoc JavadocVariable Missing a Javadoc comment. 67
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 70
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 80
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 81
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 93
 Warning misc FinalParameters Parameter value should be final. 94
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 94
 Warning design DesignForExtension Method 'getGTUTYPE' is not designed for extension - needs to be abstract, final or empty. 106
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 107
 Warning design DesignForExtension Method 'setGTUTYPE' is not designed for extension - needs to be abstract, final or empty. 119
 Warning misc FinalParameters Parameter value should be final. 120
 Warning blocks LeftCurly '{' at column 42 should be on a new line. 120
 Warning design DesignForExtension Method 'getLENGTH' is not designed for extension - needs to be abstract, final or empty. 132
 Warning blocks LeftCurly '{' at column 31 should be on a new line. 133
 Warning design DesignForExtension Method 'setLENGTH' is not designed for extension - needs to be abstract, final or empty. 145
 Warning misc FinalParameters Parameter value should be final. 146
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 146
 Warning design DesignForExtension Method 'getWIDTH' is not designed for extension - needs to be abstract, final or empty. 158
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 159
 Warning design DesignForExtension Method 'setWIDTH' is not designed for extension - needs to be abstract, final or empty. 171
 Warning misc FinalParameters Parameter value should be final. 172
 Warning blocks LeftCurly '{' at column 40 should be on a new line. 172
 Warning design DesignForExtension Method 'getMAXSPEED' is not designed for extension - needs to be abstract, final or empty. 184
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 185
 Warning design DesignForExtension Method 'setMAXSPEED' is not designed for extension - needs to be abstract, final or empty. 197
 Warning misc FinalParameters Parameter value should be final. 198
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 198
 Warning design DesignForExtension Method 'isDEFAULT' is not designed for extension - needs to be abstract, final or empty. 210
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 211
 Warning blocks LeftCurly '{' at column 31 should be on a new line. 212
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 214
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 214
 Warning design DesignForExtension Method 'setDEFAULT' is not designed for extension - needs to be abstract, final or empty. 227
 Warning misc FinalParameters Parameter value should be final. 228
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 228
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 240
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 241
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 253
 Warning misc FinalParameters Parameter value should be final. 254
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 254

org/opentrafficsim/xml/generated/GTUTEMPLATES.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 46
 Warning javadoc JavadocVariable Missing a Javadoc comment. 48
 Warning design VisibilityModifier Variable 'gtutemplate' must be private and have accessor methods. 50
 Warning javadoc JavadocMethod Expected an @return tag. 74
 Warning design DesignForExtension Method 'getGTUTEMPLATE' is not designed for extension - needs to be abstract, final or empty. 74
 Warning blocks LeftCurly '{' at column 47 should be on a new line. 75
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 76

org/opentrafficsim/xml/generated/GTUTYPE.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 22 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. 46
 Warning javadoc JavadocVariable Missing a Javadoc comment. 47
 Warning design VisibilityModifier Variable 'parent' must be private and have accessor methods. 49
 Warning javadoc JavadocVariable Missing a Javadoc comment. 50
 Warning naming MemberName Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
 Warning design VisibilityModifier Variable '_default' must be private and have accessor methods. 52
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 62
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 63
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 75
 Warning misc FinalParameters Parameter value should be final. 76
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 76
 Warning design DesignForExtension Method 'getPARENT' is not designed for extension - needs to be abstract, final or empty. 88
 Warning blocks LeftCurly '{' at column 31 should be on a new line. 89
 Warning design DesignForExtension Method 'setPARENT' is not designed for extension - needs to be abstract, final or empty. 101
 Warning misc FinalParameters Parameter value should be final. 102
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 102
 Warning design DesignForExtension Method 'isDEFAULT' is not designed for extension - needs to be abstract, final or empty. 114
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 115
 Warning blocks LeftCurly '{' at column 31 should be on a new line. 116
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 118
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 118
 Warning design DesignForExtension Method 'setDEFAULT' is not designed for extension - needs to be abstract, final or empty. 131
 Warning misc FinalParameters Parameter value should be final. 132
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 132

org/opentrafficsim/xml/generated/GTUTYPES.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 23 should be on a new line. 46
 Warning javadoc JavadocVariable Missing a Javadoc comment. 48
 Warning design VisibilityModifier Variable 'gtutype' must be private and have accessor methods. 50
 Warning javadoc JavadocMethod Expected an @return tag. 74
 Warning design DesignForExtension Method 'getGTUTYPE' is not designed for extension - needs to be abstract, final or empty. 74
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 75
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 76

org/opentrafficsim/xml/generated/IncludeType.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 26 should be on a new line. 63
 Warning javadoc JavadocVariable Missing a Javadoc comment. 65
 Warning design VisibilityModifier Variable 'content' must be private and have accessor methods. 69
 Warning javadoc JavadocVariable Missing a Javadoc comment. 70
 Warning design VisibilityModifier Variable 'href' must be private and have accessor methods. 73
 Warning javadoc JavadocVariable Missing a Javadoc comment. 74
 Warning design VisibilityModifier Variable 'parse' must be private and have accessor methods. 76
 Warning javadoc JavadocVariable Missing a Javadoc comment. 77
 Warning design VisibilityModifier Variable 'xpointer' must be private and have accessor methods. 79
 Warning javadoc JavadocVariable Missing a Javadoc comment. 80
 Warning design VisibilityModifier Variable 'encoding' must be private and have accessor methods. 82
 Warning javadoc JavadocVariable Missing a Javadoc comment. 83
 Warning design VisibilityModifier Variable 'accept' must be private and have accessor methods. 85
 Warning javadoc JavadocVariable Missing a Javadoc comment. 86
 Warning design VisibilityModifier Variable 'acceptLanguage' must be private and have accessor methods. 88
 Warning javadoc JavadocVariable Missing a Javadoc comment. 89
 Warning javadoc JavadocMethod Expected an @return tag. 118
 Warning design DesignForExtension Method 'getContent' is not designed for extension - needs to be abstract, final or empty. 118
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 119
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 120
 Warning design DesignForExtension Method 'getHref' is not designed for extension - needs to be abstract, final or empty. 134
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 135
 Warning design DesignForExtension Method 'setHref' is not designed for extension - needs to be abstract, final or empty. 147
 Warning misc FinalParameters Parameter value should be final. 148
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 148
 Warning design DesignForExtension Method 'getParse' is not designed for extension - needs to be abstract, final or empty. 160
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 161
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 162
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 164
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 164
 Warning design DesignForExtension Method 'setParse' is not designed for extension - needs to be abstract, final or empty. 177
 Warning misc FinalParameters Parameter value should be final. 178
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 178
 Warning design DesignForExtension Method 'getXpointer' is not designed for extension - needs to be abstract, final or empty. 190
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 191
 Warning design DesignForExtension Method 'setXpointer' is not designed for extension - needs to be abstract, final or empty. 203
 Warning misc FinalParameters Parameter value should be final. 204
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 204
 Warning design DesignForExtension Method 'getEncoding' is not designed for extension - needs to be abstract, final or empty. 216
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 217
 Warning design DesignForExtension Method 'setEncoding' is not designed for extension - needs to be abstract, final or empty. 229
 Warning misc FinalParameters Parameter value should be final. 230
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 230
 Warning design DesignForExtension Method 'getAccept' is not designed for extension - needs to be abstract, final or empty. 242
 Warning blocks LeftCurly '{' at column 31 should be on a new line. 243
 Warning design DesignForExtension Method 'setAccept' is not designed for extension - needs to be abstract, final or empty. 255
 Warning misc FinalParameters Parameter value should be final. 256
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 256
 Warning design DesignForExtension Method 'getAcceptLanguage' is not designed for extension - needs to be abstract, final or empty. 268
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 269
 Warning design DesignForExtension Method 'setAcceptLanguage' is not designed for extension - needs to be abstract, final or empty. 281
 Warning misc FinalParameters Parameter value should be final. 282
 Warning blocks LeftCurly '{' at column 49 should be on a new line. 282
 Warning design DesignForExtension Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. 300
 Warning blocks LeftCurly '{' at column 52 should be on a new line. 301

org/opentrafficsim/xml/generated/LANETYPE.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 23 should be on a new line. 64
 Warning javadoc JavadocVariable Missing a Javadoc comment. 66
 Warning design VisibilityModifier Variable 'compatibility' must be private and have accessor methods. 68
 Warning javadoc JavadocVariable Missing a Javadoc comment. 69
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 71
 Warning javadoc JavadocVariable Missing a Javadoc comment. 72
 Warning design VisibilityModifier Variable 'parent' must be private and have accessor methods. 74
 Warning javadoc JavadocVariable Missing a Javadoc comment. 75
 Warning naming MemberName Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. 77
 Warning design VisibilityModifier Variable '_default' must be private and have accessor methods. 77
 Warning javadoc JavadocVariable Missing a Javadoc comment. 78
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 81
 Warning javadoc JavadocMethod Expected an @return tag. 105
 Warning design DesignForExtension Method 'getCOMPATIBILITY' is not designed for extension - needs to be abstract, final or empty. 105
 Warning blocks LeftCurly '{' at column 60 should be on a new line. 106
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 107
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 121
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 122
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 134
 Warning misc FinalParameters Parameter value should be final. 135
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 135
 Warning design DesignForExtension Method 'getPARENT' is not designed for extension - needs to be abstract, final or empty. 147
 Warning blocks LeftCurly '{' at column 31 should be on a new line. 148
 Warning design DesignForExtension Method 'setPARENT' is not designed for extension - needs to be abstract, final or empty. 160
 Warning misc FinalParameters Parameter value should be final. 161
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 161
 Warning design DesignForExtension Method 'isDEFAULT' is not designed for extension - needs to be abstract, final or empty. 173
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 174
 Warning blocks LeftCurly '{' at column 31 should be on a new line. 175
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 177
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 177
 Warning design DesignForExtension Method 'setDEFAULT' is not designed for extension - needs to be abstract, final or empty. 190
 Warning misc FinalParameters Parameter value should be final. 191
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 191
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 203
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 204
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 216
 Warning misc FinalParameters Parameter value should be final. 217
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 217
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 243
 Warning javadoc JavadocVariable Missing a Javadoc comment. 245
 Warning design VisibilityModifier Variable 'gtutype' must be private and have accessor methods. 247
 Warning javadoc JavadocVariable Missing a Javadoc comment. 248
 Warning design VisibilityModifier Variable 'direction' must be private and have accessor methods. 251
 Warning design DesignForExtension Method 'getGTUTYPE' is not designed for extension - needs to be abstract, final or empty. 261
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 262
 Warning design DesignForExtension Method 'setGTUTYPE' is not designed for extension - needs to be abstract, final or empty. 274
 Warning misc FinalParameters Parameter value should be final. 275
 Warning blocks LeftCurly '{' at column 46 should be on a new line. 275
 Warning design DesignForExtension Method 'getDIRECTION' is not designed for extension - needs to be abstract, final or empty. 287
 Warning blocks LeftCurly '{' at column 52 should be on a new line. 288
 Warning design DesignForExtension Method 'setDIRECTION' is not designed for extension - needs to be abstract, final or empty. 300
 Warning misc FinalParameters Parameter value should be final. 301
 Warning blocks LeftCurly '{' at column 62 should be on a new line. 301

org/opentrafficsim/xml/generated/LANETYPES.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 24 should be on a new line. 46
 Warning javadoc JavadocVariable Missing a Javadoc comment. 48
 Warning design VisibilityModifier Variable 'lanetype' must be private and have accessor methods. 50
 Warning javadoc JavadocMethod Expected an @return tag. 74
 Warning design DesignForExtension Method 'getLANETYPE' is not designed for extension - needs to be abstract, final or empty. 74
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 75
 Warning blocks LeftCurly '{' at column 31 should be on a new line. 76

org/opentrafficsim/xml/generated/LEVEL.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 20 should be on a new line. 46
 Warning javadoc JavadocVariable Missing a Javadoc comment. 48
 Warning design VisibilityModifier Variable 'value' must be private and have accessor methods. 50
 Warning javadoc JavadocVariable Missing a Javadoc comment. 51
 Warning design VisibilityModifier Variable 'time' must be private and have accessor methods. 54
 Warning design DesignForExtension Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 64
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 65
 Warning design DesignForExtension Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 77
 Warning misc FinalParameters Parameter value should be final. 78
 Warning blocks LeftCurly '{' at column 40 should be on a new line. 78
 Warning design DesignForExtension Method 'getTIME' is not designed for extension - needs to be abstract, final or empty. 90
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 91
 Warning design DesignForExtension Method 'setTIME' is not designed for extension - needs to be abstract, final or empty. 103
 Warning misc FinalParameters Parameter value should be final. 104
 Warning coding HiddenField 'value' hides a field. 104
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 104

org/opentrafficsim/xml/generated/LINK.java

Severity Category Rule Message Line
 Warning sizes FileLength File length is 2,932 lines (max allowed is 2,000). 1
 Info sizes LineLength Line is longer than 128 characters (found 133). 79
 Info sizes LineLength Line is longer than 128 characters (found 131). 81
 Info sizes LineLength Line is longer than 128 characters (found 142). 104
 Info sizes LineLength Line is longer than 128 characters (found 129). 132
 Info sizes LineLength Line is longer than 128 characters (found 129). 151
 Info sizes LineLength Line is longer than 128 characters (found 129). 165
 Info sizes LineLength Line is longer than 128 characters (found 130). 177
 Info sizes LineLength Line is longer than 128 characters (found 130). 188
 Info sizes LineLength Line is longer than 128 characters (found 142). 195
 Info sizes LineLength Line is longer than 128 characters (found 140). 196
 Info sizes LineLength Line is longer than 128 characters (found 130). 202
 Warning blocks LeftCurly '{' at column 19 should be on a new line. 245
 Warning javadoc JavadocVariable Missing a Javadoc comment. 247
 Warning design VisibilityModifier Variable 'straight' must be private and have accessor methods. 249
 Warning javadoc JavadocVariable Missing a Javadoc comment. 250
 Warning design VisibilityModifier Variable 'bezier' must be private and have accessor methods. 252
 Warning javadoc JavadocVariable Missing a Javadoc comment. 253
 Warning design VisibilityModifier Variable 'clothoid' must be private and have accessor methods. 255
 Warning javadoc JavadocVariable Missing a Javadoc comment. 256
 Warning design VisibilityModifier Variable 'arc' must be private and have accessor methods. 258
 Warning javadoc JavadocVariable Missing a Javadoc comment. 259
 Warning design VisibilityModifier Variable 'polyline' must be private and have accessor methods. 261
 Warning javadoc JavadocVariable Missing a Javadoc comment. 262
 Warning design VisibilityModifier Variable 'laneoverride' must be private and have accessor methods. 264
 Warning javadoc JavadocVariable Missing a Javadoc comment. 265
 Warning design VisibilityModifier Variable 'generator' must be private and have accessor methods. 267
 Warning javadoc JavadocVariable Missing a Javadoc comment. 268
 Warning design VisibilityModifier Variable 'listgenerator' must be private and have accessor methods. 270
 Warning javadoc JavadocVariable Missing a Javadoc comment. 271
 Warning design VisibilityModifier Variable 'fill' must be private and have accessor methods. 273
 Warning javadoc JavadocVariable Missing a Javadoc comment. 274
 Warning design VisibilityModifier Variable 'block' must be private and have accessor methods. 276
 Warning javadoc JavadocVariable Missing a Javadoc comment. 277
 Warning design VisibilityModifier Variable 'sensor' must be private and have accessor methods. 279
 Warning javadoc JavadocVariable Missing a Javadoc comment. 280
 Warning design VisibilityModifier Variable 'trafficlight' must be private and have accessor methods. 282
 Warning javadoc JavadocVariable Missing a Javadoc comment. 283
 Warning design VisibilityModifier Variable 'signalgroup' must be private and have accessor methods. 285
 Warning javadoc JavadocVariable Missing a Javadoc comment. 286
 Warning design VisibilityModifier Variable 'sink' must be private and have accessor methods. 288
 Warning javadoc JavadocVariable Missing a Javadoc comment. 289
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 291
 Warning javadoc JavadocVariable Missing a Javadoc comment. 292
 Warning design VisibilityModifier Variable 'nodestart' must be private and have accessor methods. 296
 Warning javadoc JavadocVariable Missing a Javadoc comment. 297
 Warning design VisibilityModifier Variable 'nodeend' must be private and have accessor methods. 301
 Warning javadoc JavadocVariable Missing a Javadoc comment. 302
 Warning design VisibilityModifier Variable 'roadlayout' must be private and have accessor methods. 304
 Warning javadoc JavadocVariable Missing a Javadoc comment. 305
 Warning design VisibilityModifier Variable 'offsetstart' must be private and have accessor methods. 308
 Warning javadoc JavadocVariable Missing a Javadoc comment. 309
 Warning design VisibilityModifier Variable 'offsetend' must be private and have accessor methods. 312
 Warning javadoc JavadocVariable Missing a Javadoc comment. 313
 Warning design VisibilityModifier Variable 'rotationstart' must be private and have accessor methods. 316
 Warning javadoc JavadocVariable Missing a Javadoc comment. 317
 Warning design VisibilityModifier Variable 'rotationend' must be private and have accessor methods. 320
 Warning javadoc JavadocVariable Missing a Javadoc comment. 321
 Warning design VisibilityModifier Variable 'lanekeeping' must be private and have accessor methods. 324
 Warning javadoc JavadocVariable Missing a Javadoc comment. 325
 Warning design VisibilityModifier Variable 'priority' must be private and have accessor methods. 327
 Warning javadoc JavadocVariable Missing a Javadoc comment. 328
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 331
 Warning design DesignForExtension Method 'getSTRAIGHT' is not designed for extension - needs to be abstract, final or empty. 341
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 342
 Warning design DesignForExtension Method 'setSTRAIGHT' is not designed for extension - needs to be abstract, final or empty. 354
 Warning misc FinalParameters Parameter value should be final. 355
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 355
 Warning design DesignForExtension Method 'getBEZIER' is not designed for extension - needs to be abstract, final or empty. 367
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 368
 Warning design DesignForExtension Method 'setBEZIER' is not designed for extension - needs to be abstract, final or empty. 380
 Warning misc FinalParameters Parameter value should be final. 381
 Warning blocks LeftCurly '{' at column 46 should be on a new line. 381
 Warning design DesignForExtension Method 'getCLOTHOID' is not designed for extension - needs to be abstract, final or empty. 393
 Warning blocks LeftCurly '{' at column 40 should be on a new line. 394
 Warning design DesignForExtension Method 'setCLOTHOID' is not designed for extension - needs to be abstract, final or empty. 406
 Warning misc FinalParameters Parameter value should be final. 407
 Warning blocks LeftCurly '{' at column 50 should be on a new line. 407
 Warning design DesignForExtension Method 'getARC' is not designed for extension - needs to be abstract, final or empty. 419
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 420
 Warning design DesignForExtension Method 'setARC' is not designed for extension - needs to be abstract, final or empty. 432
 Warning misc FinalParameters Parameter value should be final. 433
 Warning blocks LeftCurly '{' at column 40 should be on a new line. 433
 Warning design DesignForExtension Method 'getPOLYLINE' is not designed for extension - needs to be abstract, final or empty. 445
 Warning blocks LeftCurly '{' at column 40 should be on a new line. 446
 Warning design DesignForExtension Method 'setPOLYLINE' is not designed for extension - needs to be abstract, final or empty. 458
 Warning misc FinalParameters Parameter value should be final. 459
 Warning blocks LeftCurly '{' at column 50 should be on a new line. 459
 Warning javadoc JavadocMethod Expected an @return tag. 485
 Warning design DesignForExtension Method 'getLANEOVERRIDE' is not designed for extension - needs to be abstract, final or empty. 485
 Warning blocks LeftCurly '{' at column 54 should be on a new line. 486
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 487
 Warning javadoc JavadocMethod Expected an @return tag. 515
 Warning design DesignForExtension Method 'getGENERATOR' is not designed for extension - needs to be abstract, final or empty. 515
 Warning blocks LeftCurly '{' at column 48 should be on a new line. 516
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 517
 Warning javadoc JavadocMethod Expected an @return tag. 545
 Warning design DesignForExtension Method 'getLISTGENERATOR' is not designed for extension - needs to be abstract, final or empty. 545
 Warning blocks LeftCurly '{' at column 56 should be on a new line. 546
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 547
 Warning javadoc JavadocMethod Expected an @return tag. 575
 Warning design DesignForExtension Method 'getFILL' is not designed for extension - needs to be abstract, final or empty. 575
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 576
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 577
 Warning javadoc JavadocMethod Expected an @return tag. 605
 Warning design DesignForExtension Method 'getBLOCK' is not designed for extension - needs to be abstract, final or empty. 605
 Warning blocks LeftCurly '{' at column 40 should be on a new line. 606
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 607
 Warning javadoc JavadocMethod Expected an @return tag. 635
 Warning design DesignForExtension Method 'getSENSOR' is not designed for extension - needs to be abstract, final or empty. 635
 Warning blocks LeftCurly '{' at column 42 should be on a new line. 636
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 637
 Warning javadoc JavadocMethod Expected an @return tag. 665
 Warning design DesignForExtension Method 'getTRAFFICLIGHT' is not designed for extension - needs to be abstract, final or empty. 665
 Warning blocks LeftCurly '{' at column 53 should be on a new line. 666
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 667
 Warning javadoc JavadocMethod Expected an @return tag. 695
 Warning design DesignForExtension Method 'getSIGNALGROUP' is not designed for extension - needs to be abstract, final or empty. 695
 Warning blocks LeftCurly '{' at column 51 should be on a new line. 696
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 697
 Warning javadoc JavadocMethod Expected an @return tag. 725
 Warning design DesignForExtension Method 'getSINK' is not designed for extension - needs to be abstract, final or empty. 725
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 726
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 727
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 741
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 742
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 754
 Warning misc FinalParameters Parameter value should be final. 755
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 755
 Warning design DesignForExtension Method 'getNODESTART' is not designed for extension - needs to be abstract, final or empty. 767
 Warning blocks LeftCurly '{' at column 65 should be on a new line. 768
 Warning design DesignForExtension Method 'setNODESTART' is not designed for extension - needs to be abstract, final or empty. 780
 Warning misc FinalParameters Parameter value should be final. 781
 Warning blocks LeftCurly '{' at column 75 should be on a new line. 781
 Warning design DesignForExtension Method 'getNODEEND' is not designed for extension - needs to be abstract, final or empty. 793
 Warning blocks LeftCurly '{' at column 63 should be on a new line. 794
 Warning design DesignForExtension Method 'setNODEEND' is not designed for extension - needs to be abstract, final or empty. 806
 Warning misc FinalParameters Parameter value should be final. 807
 Warning blocks LeftCurly '{' at column 73 should be on a new line. 807
 Warning design DesignForExtension Method 'getROADLAYOUT' is not designed for extension - needs to be abstract, final or empty. 819
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 820
 Warning design DesignForExtension Method 'setROADLAYOUT' is not designed for extension - needs to be abstract, final or empty. 832
 Warning misc FinalParameters Parameter value should be final. 833
 Warning blocks LeftCurly '{' at column 45 should be on a new line. 833
 Warning design DesignForExtension Method 'getOFFSETSTART' is not designed for extension - needs to be abstract, final or empty. 845
 Warning blocks LeftCurly '{' at column 69 should be on a new line. 846
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 847
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 849
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 849
 Warning design DesignForExtension Method 'setOFFSETSTART' is not designed for extension - needs to be abstract, final or empty. 862
 Warning misc FinalParameters Parameter value should be final. 863
 Warning blocks LeftCurly '{' at column 79 should be on a new line. 863
 Warning design DesignForExtension Method 'getOFFSETEND' is not designed for extension - needs to be abstract, final or empty. 875
 Warning blocks LeftCurly '{' at column 67 should be on a new line. 876
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 877
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 879
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 879
 Warning design DesignForExtension Method 'setOFFSETEND' is not designed for extension - needs to be abstract, final or empty. 892
 Warning misc FinalParameters Parameter value should be final. 893
 Warning blocks LeftCurly '{' at column 77 should be on a new line. 893
 Warning design DesignForExtension Method 'getROTATIONSTART' is not designed for extension - needs to be abstract, final or empty. 905
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 906
 Warning design DesignForExtension Method 'setROTATIONSTART' is not designed for extension - needs to be abstract, final or empty. 918
 Warning misc FinalParameters Parameter value should be final. 919
 Warning blocks LeftCurly '{' at column 51 should be on a new line. 919
 Warning design DesignForExtension Method 'getROTATIONEND' is not designed for extension - needs to be abstract, final or empty. 931
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 932
 Warning design DesignForExtension Method 'setROTATIONEND' is not designed for extension - needs to be abstract, final or empty. 944
 Warning misc FinalParameters Parameter value should be final. 945
 Warning blocks LeftCurly '{' at column 49 should be on a new line. 945
 Warning design DesignForExtension Method 'getLANEKEEPING' is not designed for extension - needs to be abstract, final or empty. 957
 Warning blocks LeftCurly '{' at column 45 should be on a new line. 958
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 959
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 961
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 961
 Warning design DesignForExtension Method 'setLANEKEEPING' is not designed for extension - needs to be abstract, final or empty. 974
 Warning misc FinalParameters Parameter value should be final. 975
 Warning blocks LeftCurly '{' at column 55 should be on a new line. 975
 Warning design DesignForExtension Method 'getPRIORITY' is not designed for extension - needs to be abstract, final or empty. 987
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 988
 Warning design DesignForExtension Method 'setPRIORITY' is not designed for extension - needs to be abstract, final or empty. 1000
 Warning misc FinalParameters Parameter value should be final. 1001
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 1001
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 1013
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 1014
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 1026
 Warning misc FinalParameters Parameter value should be final. 1027
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 1027
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 1054
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1056
 Warning design VisibilityModifier Variable 'radius' must be private and have accessor methods. 1059
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1060
 Warning design VisibilityModifier Variable 'direction' must be private and have accessor methods. 1063
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1064
 Warning design VisibilityModifier Variable 'numsegments' must be private and have accessor methods. 1066
 Warning design DesignForExtension Method 'getRADIUS' is not designed for extension - needs to be abstract, final or empty. 1076
 Warning blocks LeftCurly '{' at column 68 should be on a new line. 1077
 Warning design DesignForExtension Method 'setRADIUS' is not designed for extension - needs to be abstract, final or empty. 1089
 Warning misc FinalParameters Parameter value should be final. 1090
 Warning blocks LeftCurly '{' at column 78 should be on a new line. 1090
 Warning design DesignForExtension Method 'getDIRECTION' is not designed for extension - needs to be abstract, final or empty. 1102
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 1103
 Warning design DesignForExtension Method 'setDIRECTION' is not designed for extension - needs to be abstract, final or empty. 1115
 Warning misc FinalParameters Parameter value should be final. 1116
 Warning blocks LeftCurly '{' at column 54 should be on a new line. 1116
 Warning design DesignForExtension Method 'getNUMSEGMENTS' is not designed for extension - needs to be abstract, final or empty. 1128
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 1129
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 1130
 Warning blocks RightCurly '}' at column 13 should be alone on a line. 1132
 Warning blocks LeftCurly '{' at column 20 should be on a new line. 1132
 Warning design DesignForExtension Method 'setNUMSEGMENTS' is not designed for extension - needs to be abstract, final or empty. 1145
 Warning misc FinalParameters Parameter value should be final. 1146
 Warning blocks LeftCurly '{' at column 54 should be on a new line. 1146
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 1175
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1177
 Warning design VisibilityModifier Variable 'startdirection' must be private and have accessor methods. 1180
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1181
 Warning design VisibilityModifier Variable 'enddirection' must be private and have accessor methods. 1184
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1185
 Warning design VisibilityModifier Variable 'numsegments' must be private and have accessor methods. 1187
 Warning design DesignForExtension Method 'getSTARTDIRECTION' is not designed for extension - needs to be abstract, final or empty. 1197
 Warning blocks LeftCurly '{' at column 46 should be on a new line. 1198
 Warning design DesignForExtension Method 'setSTARTDIRECTION' is not designed for extension - needs to be abstract, final or empty. 1210
 Warning misc FinalParameters Parameter value should be final. 1211
 Warning blocks LeftCurly '{' at column 56 should be on a new line. 1211
 Warning design DesignForExtension Method 'getENDDIRECTION' is not designed for extension - needs to be abstract, final or empty. 1223
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 1224
 Warning design DesignForExtension Method 'setENDDIRECTION' is not designed for extension - needs to be abstract, final or empty. 1236
 Warning misc FinalParameters Parameter value should be final. 1237
 Warning blocks LeftCurly '{' at column 54 should be on a new line. 1237
 Warning design DesignForExtension Method 'getNUMSEGMENTS' is not designed for extension - needs to be abstract, final or empty. 1249
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 1250
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 1251
 Warning blocks RightCurly '}' at column 13 should be alone on a line. 1253
 Warning blocks LeftCurly '{' at column 20 should be on a new line. 1253
 Warning design DesignForExtension Method 'setNUMSEGMENTS' is not designed for extension - needs to be abstract, final or empty. 1266
 Warning misc FinalParameters Parameter value should be final. 1267
 Warning blocks LeftCurly '{' at column 54 should be on a new line. 1267
 Warning blocks LeftCurly '{' at column 31 should be on a new line. 1295
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1297
 Warning design VisibilityModifier Variable 'lane' must be private and have accessor methods. 1299
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1300
 Warning design VisibilityModifier Variable 'position' must be private and have accessor methods. 1303
 Warning design DesignForExtension Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. 1313
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 1314
 Warning design DesignForExtension Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. 1326
 Warning misc FinalParameters Parameter value should be final. 1327
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 1327
 Warning design DesignForExtension Method 'getPOSITION' is not designed for extension - needs to be abstract, final or empty. 1339
 Warning blocks LeftCurly '{' at column 45 should be on a new line. 1340
 Warning design DesignForExtension Method 'setPOSITION' is not designed for extension - needs to be abstract, final or empty. 1352
 Warning misc FinalParameters Parameter value should be final. 1353
 Warning blocks LeftCurly '{' at column 55 should be on a new line. 1353
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 1386
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1388
 Warning design VisibilityModifier Variable 'startdirection' must be private and have accessor methods. 1391
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1392
 Warning design VisibilityModifier Variable 'startcurvature' must be private and have accessor methods. 1395
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1396
 Warning design VisibilityModifier Variable 'enddirection' must be private and have accessor methods. 1399
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1400
 Warning design VisibilityModifier Variable 'endcurvature' must be private and have accessor methods. 1403
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1404
 Warning design VisibilityModifier Variable 'length' must be private and have accessor methods. 1407
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1408
 Warning design VisibilityModifier Variable 'endelevation' must be private and have accessor methods. 1411
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1412
 Warning design VisibilityModifier Variable 'numsegments' must be private and have accessor methods. 1414
 Warning design DesignForExtension Method 'getSTARTDIRECTION' is not designed for extension - needs to be abstract, final or empty. 1424
 Warning blocks LeftCurly '{' at column 46 should be on a new line. 1425
 Warning design DesignForExtension Method 'setSTARTDIRECTION' is not designed for extension - needs to be abstract, final or empty. 1437
 Warning misc FinalParameters Parameter value should be final. 1438
 Warning blocks LeftCurly '{' at column 56 should be on a new line. 1438
 Warning design DesignForExtension Method 'getSTARTCURVATURE' is not designed for extension - needs to be abstract, final or empty. 1450
 Warning blocks LeftCurly '{' at column 50 should be on a new line. 1451
 Warning design DesignForExtension Method 'setSTARTCURVATURE' is not designed for extension - needs to be abstract, final or empty. 1463
 Warning misc FinalParameters Parameter value should be final. 1464
 Warning blocks LeftCurly '{' at column 60 should be on a new line. 1464
 Warning design DesignForExtension Method 'getENDDIRECTION' is not designed for extension - needs to be abstract, final or empty. 1476
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 1477
 Warning design DesignForExtension Method 'setENDDIRECTION' is not designed for extension - needs to be abstract, final or empty. 1489
 Warning misc FinalParameters Parameter value should be final. 1490
 Warning blocks LeftCurly '{' at column 54 should be on a new line. 1490
 Warning design DesignForExtension Method 'getENDCURVATURE' is not designed for extension - needs to be abstract, final or empty. 1502
 Warning blocks LeftCurly '{' at column 48 should be on a new line. 1503
 Warning design DesignForExtension Method 'setENDCURVATURE' is not designed for extension - needs to be abstract, final or empty. 1515
 Warning misc FinalParameters Parameter value should be final. 1516
 Warning blocks LeftCurly '{' at column 58 should be on a new line. 1516
 Warning design DesignForExtension Method 'getLENGTH' is not designed for extension - needs to be abstract, final or empty. 1528
 Warning blocks LeftCurly '{' at column 68 should be on a new line. 1529
 Warning design DesignForExtension Method 'setLENGTH' is not designed for extension - needs to be abstract, final or empty. 1541
 Warning misc FinalParameters Parameter value should be final. 1542
 Warning blocks LeftCurly '{' at column 78 should be on a new line. 1542
 Warning design DesignForExtension Method 'getENDELEVATION' is not designed for extension - needs to be abstract, final or empty. 1554
 Warning blocks LeftCurly '{' at column 74 should be on a new line. 1555
 Warning design DesignForExtension Method 'setENDELEVATION' is not designed for extension - needs to be abstract, final or empty. 1567
 Warning misc FinalParameters Parameter value should be final. 1568
 Warning blocks LeftCurly '{' at column 84 should be on a new line. 1568
 Warning design DesignForExtension Method 'getNUMSEGMENTS' is not designed for extension - needs to be abstract, final or empty. 1580
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 1581
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 1582
 Warning blocks RightCurly '}' at column 13 should be alone on a line. 1584
 Warning blocks LeftCurly '{' at column 20 should be on a new line. 1584
 Warning design DesignForExtension Method 'setNUMSEGMENTS' is not designed for extension - needs to be abstract, final or empty. 1597
 Warning misc FinalParameters Parameter value should be final. 1598
 Warning blocks LeftCurly '{' at column 54 should be on a new line. 1598
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 1631
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1633
 Warning design VisibilityModifier Variable 'lane' must be private and have accessor methods. 1635
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1636
 Warning design VisibilityModifier Variable 'gtu' must be private and have accessor methods. 1638
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1639
 Warning design VisibilityModifier Variable 'gtumix' must be private and have accessor methods. 1641
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1642
 Warning design VisibilityModifier Variable 'distance' must be private and have accessor methods. 1644
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1645
 Warning design VisibilityModifier Variable 'initialspeed' must be private and have accessor methods. 1647
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1648
 Warning design VisibilityModifier Variable 'maxgtu' must be private and have accessor methods. 1650
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1651
 Warning design VisibilityModifier Variable 'route' must be private and have accessor methods. 1653
 Warning design DesignForExtension Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. 1663
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 1664
 Warning design DesignForExtension Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. 1676
 Warning misc FinalParameters Parameter value should be final. 1677
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 1677
 Warning design DesignForExtension Method 'getGTU' is not designed for extension - needs to be abstract, final or empty. 1689
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 1690
 Warning design DesignForExtension Method 'setGTU' is not designed for extension - needs to be abstract, final or empty. 1702
 Warning misc FinalParameters Parameter value should be final. 1703
 Warning blocks LeftCurly '{' at column 42 should be on a new line. 1703
 Warning design DesignForExtension Method 'getGTUMIX' is not designed for extension - needs to be abstract, final or empty. 1715
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 1716
 Warning design DesignForExtension Method 'setGTUMIX' is not designed for extension - needs to be abstract, final or empty. 1728
 Warning misc FinalParameters Parameter value should be final. 1729
 Warning blocks LeftCurly '{' at column 45 should be on a new line. 1729
 Warning design DesignForExtension Method 'getDISTANCE' is not designed for extension - needs to be abstract, final or empty. 1741
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 1742
 Warning design DesignForExtension Method 'setDISTANCE' is not designed for extension - needs to be abstract, final or empty. 1754
 Warning misc FinalParameters Parameter value should be final. 1755
 Warning blocks LeftCurly '{' at column 47 should be on a new line. 1755
 Warning design DesignForExtension Method 'getINITIALSPEED' is not designed for extension - needs to be abstract, final or empty. 1767
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 1768
 Warning design DesignForExtension Method 'setINITIALSPEED' is not designed for extension - needs to be abstract, final or empty. 1780
 Warning misc FinalParameters Parameter value should be final. 1781
 Warning blocks LeftCurly '{' at column 51 should be on a new line. 1781
 Warning design DesignForExtension Method 'getMAXGTU' is not designed for extension - needs to be abstract, final or empty. 1793
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 1794
 Warning design DesignForExtension Method 'setMAXGTU' is not designed for extension - needs to be abstract, final or empty. 1806
 Warning misc FinalParameters Parameter value should be final. 1807
 Warning blocks LeftCurly '{' at column 45 should be on a new line. 1807
 Warning design DesignForExtension Method 'getROUTE' is not designed for extension - needs to be abstract, final or empty. 1819
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 1820
 Warning design DesignForExtension Method 'setROUTE' is not designed for extension - needs to be abstract, final or empty. 1832
 Warning misc FinalParameters Parameter value should be final. 1833
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 1833
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 1870
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1872
 Warning design VisibilityModifier Variable 'lane' must be private and have accessor methods. 1874
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1875
 Warning design VisibilityModifier Variable 'position' must be private and have accessor methods. 1878
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1879
 Warning design VisibilityModifier Variable 'gtu' must be private and have accessor methods. 1881
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1882
 Warning design VisibilityModifier Variable 'gtumix' must be private and have accessor methods. 1884
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1885
 Warning design VisibilityModifier Variable 'iat' must be private and have accessor methods. 1887
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1888
 Warning design VisibilityModifier Variable 'initialspeed' must be private and have accessor methods. 1890
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1891
 Warning design VisibilityModifier Variable 'maxgtu' must be private and have accessor methods. 1893
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1894
 Warning design VisibilityModifier Variable 'starttime' must be private and have accessor methods. 1897
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1898
 Warning design VisibilityModifier Variable 'endtime' must be private and have accessor methods. 1901
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1902
 Warning design VisibilityModifier Variable 'route' must be private and have accessor methods. 1904
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1905
 Warning design VisibilityModifier Variable 'routemix' must be private and have accessor methods. 1907
 Warning design DesignForExtension Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. 1917
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 1918
 Warning design DesignForExtension Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. 1930
 Warning misc FinalParameters Parameter value should be final. 1931
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 1931
 Warning design DesignForExtension Method 'getPOSITION' is not designed for extension - needs to be abstract, final or empty. 1943
 Warning blocks LeftCurly '{' at column 45 should be on a new line. 1944
 Warning design DesignForExtension Method 'setPOSITION' is not designed for extension - needs to be abstract, final or empty. 1956
 Warning misc FinalParameters Parameter value should be final. 1957
 Warning blocks LeftCurly '{' at column 55 should be on a new line. 1957
 Warning design DesignForExtension Method 'getGTU' is not designed for extension - needs to be abstract, final or empty. 1969
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 1970
 Warning design DesignForExtension Method 'setGTU' is not designed for extension - needs to be abstract, final or empty. 1982
 Warning misc FinalParameters Parameter value should be final. 1983
 Warning blocks LeftCurly '{' at column 42 should be on a new line. 1983
 Warning design DesignForExtension Method 'getGTUMIX' is not designed for extension - needs to be abstract, final or empty. 1995
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 1996
 Warning design DesignForExtension Method 'setGTUMIX' is not designed for extension - needs to be abstract, final or empty. 2008
 Warning misc FinalParameters Parameter value should be final. 2009
 Warning blocks LeftCurly '{' at column 45 should be on a new line. 2009
 Warning design DesignForExtension Method 'getIAT' is not designed for extension - needs to be abstract, final or empty. 2021
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 2022
 Warning design DesignForExtension Method 'setIAT' is not designed for extension - needs to be abstract, final or empty. 2034
 Warning misc FinalParameters Parameter value should be final. 2035
 Warning blocks LeftCurly '{' at column 42 should be on a new line. 2035
 Warning design DesignForExtension Method 'getINITIALSPEED' is not designed for extension - needs to be abstract, final or empty. 2047
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 2048
 Warning design DesignForExtension Method 'setINITIALSPEED' is not designed for extension - needs to be abstract, final or empty. 2060
 Warning misc FinalParameters Parameter value should be final. 2061
 Warning blocks LeftCurly '{' at column 51 should be on a new line. 2061
 Warning design DesignForExtension Method 'getMAXGTU' is not designed for extension - needs to be abstract, final or empty. 2073
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 2074
 Warning design DesignForExtension Method 'setMAXGTU' is not designed for extension - needs to be abstract, final or empty. 2086
 Warning misc FinalParameters Parameter value should be final. 2087
 Warning blocks LeftCurly '{' at column 45 should be on a new line. 2087
 Warning design DesignForExtension Method 'getSTARTTIME' is not designed for extension - needs to be abstract, final or empty. 2099
 Warning blocks LeftCurly '{' at column 40 should be on a new line. 2100
 Warning design DesignForExtension Method 'setSTARTTIME' is not designed for extension - needs to be abstract, final or empty. 2112
 Warning misc FinalParameters Parameter value should be final. 2113
 Warning blocks LeftCurly '{' at column 50 should be on a new line. 2113
 Warning design DesignForExtension Method 'getENDTIME' is not designed for extension - needs to be abstract, final or empty. 2125
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 2126
 Warning design DesignForExtension Method 'setENDTIME' is not designed for extension - needs to be abstract, final or empty. 2138
 Warning misc FinalParameters Parameter value should be final. 2139
 Warning blocks LeftCurly '{' at column 48 should be on a new line. 2139
 Warning design DesignForExtension Method 'getROUTE' is not designed for extension - needs to be abstract, final or empty. 2151
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 2152
 Warning design DesignForExtension Method 'setROUTE' is not designed for extension - needs to be abstract, final or empty. 2164
 Warning misc FinalParameters Parameter value should be final. 2165
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 2165
 Warning design DesignForExtension Method 'getROUTEMIX' is not designed for extension - needs to be abstract, final or empty. 2177
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 2178
 Warning design DesignForExtension Method 'setROUTEMIX' is not designed for extension - needs to be abstract, final or empty. 2190
 Warning misc FinalParameters Parameter value should be final. 2191
 Warning blocks LeftCurly '{' at column 47 should be on a new line. 2191
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 2222
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2224
 Warning design VisibilityModifier Variable 'lane' must be private and have accessor methods. 2226
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2227
 Warning design VisibilityModifier Variable 'legalspeedlimit' must be private and have accessor methods. 2230
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2231
 Warning design VisibilityModifier Variable 'direction' must be private and have accessor methods. 2234
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2235
 Warning design VisibilityModifier Variable 'color' must be private and have accessor methods. 2238
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2239
 Warning design VisibilityModifier Variable 'overtaking' must be private and have accessor methods. 2241
 Warning design DesignForExtension Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. 2251
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 2252
 Warning design DesignForExtension Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. 2264
 Warning misc FinalParameters Parameter value should be final. 2265
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 2265
 Warning design DesignForExtension Method 'getLEGALSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 2277
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 2278
 Warning design DesignForExtension Method 'setLEGALSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 2290
 Warning misc FinalParameters Parameter value should be final. 2291
 Warning blocks LeftCurly '{' at column 53 should be on a new line. 2291
 Warning design DesignForExtension Method 'getDIRECTION' is not designed for extension - needs to be abstract, final or empty. 2303
 Warning blocks LeftCurly '{' at column 52 should be on a new line. 2304
 Warning design DesignForExtension Method 'setDIRECTION' is not designed for extension - needs to be abstract, final or empty. 2316
 Warning misc FinalParameters Parameter value should be final. 2317
 Warning blocks LeftCurly '{' at column 62 should be on a new line. 2317
 Warning design DesignForExtension Method 'getCOLOR' is not designed for extension - needs to be abstract, final or empty. 2329
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 2330
 Warning design DesignForExtension Method 'setCOLOR' is not designed for extension - needs to be abstract, final or empty. 2342
 Warning misc FinalParameters Parameter value should be final. 2343
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 2343
 Warning design DesignForExtension Method 'getOVERTAKING' is not designed for extension - needs to be abstract, final or empty. 2355
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 2356
 Warning design DesignForExtension Method 'setOVERTAKING' is not designed for extension - needs to be abstract, final or empty. 2368
 Warning misc FinalParameters Parameter value should be final. 2369
 Warning blocks LeftCurly '{' at column 49 should be on a new line. 2369
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 2402
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2404
 Warning design VisibilityModifier Variable 'uri' must be private and have accessor methods. 2407
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2408
 Warning design VisibilityModifier Variable 'lane' must be private and have accessor methods. 2410
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2411
 Warning design VisibilityModifier Variable 'position' must be private and have accessor methods. 2414
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2415
 Warning design VisibilityModifier Variable 'gtu' must be private and have accessor methods. 2417
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2418
 Warning design VisibilityModifier Variable 'gtumix' must be private and have accessor methods. 2420
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2421
 Warning design VisibilityModifier Variable 'initialspeed' must be private and have accessor methods. 2423
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2424
 Warning design VisibilityModifier Variable 'route' must be private and have accessor methods. 2426
 Warning design DesignForExtension Method 'getURI' is not designed for extension - needs to be abstract, final or empty. 2436
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 2437
 Warning design DesignForExtension Method 'setURI' is not designed for extension - needs to be abstract, final or empty. 2449
 Warning misc FinalParameters Parameter value should be final. 2450
 Warning blocks LeftCurly '{' at column 42 should be on a new line. 2450
 Warning design DesignForExtension Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. 2462
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 2463
 Warning design DesignForExtension Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. 2475
 Warning misc FinalParameters Parameter value should be final. 2476
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 2476
 Warning design DesignForExtension Method 'getPOSITION' is not designed for extension - needs to be abstract, final or empty. 2488
 Warning blocks LeftCurly '{' at column 45 should be on a new line. 2489
 Warning design DesignForExtension Method 'setPOSITION' is not designed for extension - needs to be abstract, final or empty. 2501
 Warning misc FinalParameters Parameter value should be final. 2502
 Warning blocks LeftCurly '{' at column 55 should be on a new line. 2502
 Warning design DesignForExtension Method 'getGTU' is not designed for extension - needs to be abstract, final or empty. 2514
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 2515
 Warning design DesignForExtension Method 'setGTU' is not designed for extension - needs to be abstract, final or empty. 2527
 Warning misc FinalParameters Parameter value should be final. 2528
 Warning blocks LeftCurly '{' at column 42 should be on a new line. 2528
 Warning design DesignForExtension Method 'getGTUMIX' is not designed for extension - needs to be abstract, final or empty. 2540
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 2541
 Warning design DesignForExtension Method 'setGTUMIX' is not designed for extension - needs to be abstract, final or empty. 2553
 Warning misc FinalParameters Parameter value should be final. 2554
 Warning blocks LeftCurly '{' at column 45 should be on a new line. 2554
 Warning design DesignForExtension Method 'getINITIALSPEED' is not designed for extension - needs to be abstract, final or empty. 2566
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 2567
 Warning design DesignForExtension Method 'setINITIALSPEED' is not designed for extension - needs to be abstract, final or empty. 2579
 Warning misc FinalParameters Parameter value should be final. 2580
 Warning blocks LeftCurly '{' at column 51 should be on a new line. 2580
 Warning design DesignForExtension Method 'getROUTE' is not designed for extension - needs to be abstract, final or empty. 2592
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 2593
 Warning design DesignForExtension Method 'setROUTE' is not designed for extension - needs to be abstract, final or empty. 2605
 Warning misc FinalParameters Parameter value should be final. 2606
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 2606
 Info sizes LineLength Line is longer than 128 characters (found 134). 2622
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 2633
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2635
 Warning design VisibilityModifier Variable 'intermediatepoints' must be private and have accessor methods. 2638
 Warning design DesignForExtension Method 'getINTERMEDIATEPOINTS' is not designed for extension - needs to be abstract, final or empty. 2648
 Warning blocks LeftCurly '{' at column 52 should be on a new line. 2649
 Warning design DesignForExtension Method 'setINTERMEDIATEPOINTS' is not designed for extension - needs to be abstract, final or empty. 2661
 Warning misc FinalParameters Parameter value should be final. 2662
 Warning blocks LeftCurly '{' at column 62 should be on a new line. 2662
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 2693
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2695
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 2697
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2698
 Warning design VisibilityModifier Variable 'lane' must be private and have accessor methods. 2700
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2701
 Warning design VisibilityModifier Variable 'position' must be private and have accessor methods. 2704
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2705
 Warning naming MemberName Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2708
 Warning design VisibilityModifier Variable '_class' must be private and have accessor methods. 2708
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2709
 Warning design VisibilityModifier Variable 'trigger' must be private and have accessor methods. 2712
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 2722
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 2723
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 2735
 Warning misc FinalParameters Parameter value should be final. 2736
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 2736
 Warning design DesignForExtension Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. 2748
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 2749
 Warning design DesignForExtension Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. 2761
 Warning misc FinalParameters Parameter value should be final. 2762
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 2762
 Warning design DesignForExtension Method 'getPOSITION' is not designed for extension - needs to be abstract, final or empty. 2774
 Warning blocks LeftCurly '{' at column 45 should be on a new line. 2775
 Warning design DesignForExtension Method 'setPOSITION' is not designed for extension - needs to be abstract, final or empty. 2787
 Warning misc FinalParameters Parameter value should be final. 2788
 Warning blocks LeftCurly '{' at column 55 should be on a new line. 2788
 Warning design DesignForExtension Method 'getCLASS' is not designed for extension - needs to be abstract, final or empty. 2800
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 2801
 Warning design DesignForExtension Method 'setCLASS' is not designed for extension - needs to be abstract, final or empty. 2813
 Warning misc FinalParameters Parameter value should be final. 2814
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 2814
 Warning design DesignForExtension Method 'getTRIGGER' is not designed for extension - needs to be abstract, final or empty. 2826
 Warning blocks LeftCurly '{' at column 45 should be on a new line. 2827
 Warning design DesignForExtension Method 'setTRIGGER' is not designed for extension - needs to be abstract, final or empty. 2839
 Warning misc FinalParameters Parameter value should be final. 2840
 Warning blocks LeftCurly '{' at column 55 should be on a new line. 2840
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 2868
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2870
 Warning design VisibilityModifier Variable 'lane' must be private and have accessor methods. 2872
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2873
 Warning design VisibilityModifier Variable 'position' must be private and have accessor methods. 2876
 Warning design DesignForExtension Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. 2886
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 2887
 Warning design DesignForExtension Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. 2899
 Warning misc FinalParameters Parameter value should be final. 2900
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 2900
 Warning design DesignForExtension Method 'getPOSITION' is not designed for extension - needs to be abstract, final or empty. 2912
 Warning blocks LeftCurly '{' at column 45 should be on a new line. 2913
 Warning design DesignForExtension Method 'setPOSITION' is not designed for extension - needs to be abstract, final or empty. 2925
 Warning misc FinalParameters Parameter value should be final. 2926
 Warning blocks LeftCurly '{' at column 55 should be on a new line. 2926

org/opentrafficsim/xml/generated/LINKTYPE.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 23 should be on a new line. 64
 Warning javadoc JavadocVariable Missing a Javadoc comment. 66
 Warning design VisibilityModifier Variable 'compatibility' must be private and have accessor methods. 68
 Warning javadoc JavadocVariable Missing a Javadoc comment. 69
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 71
 Warning javadoc JavadocVariable Missing a Javadoc comment. 72
 Warning design VisibilityModifier Variable 'parent' must be private and have accessor methods. 74
 Warning javadoc JavadocVariable Missing a Javadoc comment. 75
 Warning naming MemberName Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. 77
 Warning design VisibilityModifier Variable '_default' must be private and have accessor methods. 77
 Warning javadoc JavadocVariable Missing a Javadoc comment. 78
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 81
 Warning javadoc JavadocMethod Expected an @return tag. 105
 Warning design DesignForExtension Method 'getCOMPATIBILITY' is not designed for extension - needs to be abstract, final or empty. 105
 Warning blocks LeftCurly '{' at column 60 should be on a new line. 106
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 107
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 121
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 122
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 134
 Warning misc FinalParameters Parameter value should be final. 135
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 135
 Warning design DesignForExtension Method 'getPARENT' is not designed for extension - needs to be abstract, final or empty. 147
 Warning blocks LeftCurly '{' at column 31 should be on a new line. 148
 Warning design DesignForExtension Method 'setPARENT' is not designed for extension - needs to be abstract, final or empty. 160
 Warning misc FinalParameters Parameter value should be final. 161
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 161
 Warning design DesignForExtension Method 'isDEFAULT' is not designed for extension - needs to be abstract, final or empty. 173
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 174
 Warning blocks LeftCurly '{' at column 31 should be on a new line. 175
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 177
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 177
 Warning design DesignForExtension Method 'setDEFAULT' is not designed for extension - needs to be abstract, final or empty. 190
 Warning misc FinalParameters Parameter value should be final. 191
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 191
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 203
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 204
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 216
 Warning misc FinalParameters Parameter value should be final. 217
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 217
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 243
 Warning javadoc JavadocVariable Missing a Javadoc comment. 245
 Warning design VisibilityModifier Variable 'gtutype' must be private and have accessor methods. 247
 Warning javadoc JavadocVariable Missing a Javadoc comment. 248
 Warning design VisibilityModifier Variable 'direction' must be private and have accessor methods. 251
 Warning design DesignForExtension Method 'getGTUTYPE' is not designed for extension - needs to be abstract, final or empty. 261
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 262
 Warning design DesignForExtension Method 'setGTUTYPE' is not designed for extension - needs to be abstract, final or empty. 274
 Warning misc FinalParameters Parameter value should be final. 275
 Warning blocks LeftCurly '{' at column 46 should be on a new line. 275
 Warning design DesignForExtension Method 'getDIRECTION' is not designed for extension - needs to be abstract, final or empty. 287
 Warning blocks LeftCurly '{' at column 52 should be on a new line. 288
 Warning design DesignForExtension Method 'setDIRECTION' is not designed for extension - needs to be abstract, final or empty. 300
 Warning misc FinalParameters Parameter value should be final. 301
 Warning blocks LeftCurly '{' at column 62 should be on a new line. 301

org/opentrafficsim/xml/generated/LINKTYPES.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 24 should be on a new line. 46
 Warning javadoc JavadocVariable Missing a Javadoc comment. 48
 Warning design VisibilityModifier Variable 'linktype' must be private and have accessor methods. 50
 Warning javadoc JavadocMethod Expected an @return tag. 74
 Warning design DesignForExtension Method 'getLINKTYPE' is not designed for extension - needs to be abstract, final or empty. 74
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 75
 Warning blocks LeftCurly '{' at column 31 should be on a new line. 76

org/opentrafficsim/xml/generated/MODEL.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 128 characters (found 146). 31
 Warning blocks LeftCurly '{' at column 20 should be on a new line. 46
 Warning javadoc JavadocVariable Missing a Javadoc comment. 48
 Warning design VisibilityModifier Variable 'modelparameter' must be private and have accessor methods. 50
 Warning javadoc JavadocMethod Expected an @return tag. 74
 Warning design DesignForExtension Method 'getMODELPARAMETER' is not designed for extension - needs to be abstract, final or empty. 74
 Warning blocks LeftCurly '{' at column 57 should be on a new line. 75
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 76

org/opentrafficsim/xml/generated/MODELPARAMETERTYPE.java

Severity Category Rule Message Line
 Warning javadoc JavadocVariable Missing a Javadoc comment. 42
 Warning design VisibilityModifier Variable 'gtutype' must be private and have accessor methods. 44
 Warning design DesignForExtension Method 'getGTUTYPE' is not designed for extension - needs to be abstract, final or empty. 54
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 55
 Warning design DesignForExtension Method 'setGTUTYPE' is not designed for extension - needs to be abstract, final or empty. 67
 Warning misc FinalParameters Parameter value should be final. 68
 Warning blocks LeftCurly '{' at column 42 should be on a new line. 68

org/opentrafficsim/xml/generated/NETWORK.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 22 should be on a new line. 65
 Warning javadoc JavadocVariable Missing a Javadoc comment. 67
 Warning design VisibilityModifier Variable 'definitions' must be private and have accessor methods. 69
 Warning javadoc JavadocVariable Missing a Javadoc comment. 70
 Warning design VisibilityModifier Variable 'include' must be private and have accessor methods. 72
 Warning javadoc JavadocVariable Missing a Javadoc comment. 73
 Warning design VisibilityModifier Variable 'node' must be private and have accessor methods. 75
 Warning javadoc JavadocVariable Missing a Javadoc comment. 76
 Warning design VisibilityModifier Variable 'link' must be private and have accessor methods. 78
 Warning javadoc JavadocVariable Missing a Javadoc comment. 79
 Warning design VisibilityModifier Variable 'route' must be private and have accessor methods. 81
 Warning javadoc JavadocVariable Missing a Javadoc comment. 82
 Warning design VisibilityModifier Variable 'routemix' must be private and have accessor methods. 84
 Warning javadoc JavadocVariable Missing a Javadoc comment. 85
 Warning design VisibilityModifier Variable 'shortestroute' must be private and have accessor methods. 87
 Warning javadoc JavadocVariable Missing a Javadoc comment. 88
 Warning design VisibilityModifier Variable 'shortestroutemix' must be private and have accessor methods. 90
 Warning javadoc JavadocVariable Missing a Javadoc comment. 91
 Warning design VisibilityModifier Variable 'signalgroup' must be private and have accessor methods. 93
 Warning javadoc JavadocVariable Missing a Javadoc comment. 94
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 97
 Warning javadoc JavadocMethod Expected an @return tag. 121
 Warning design DesignForExtension Method 'getDEFINITIONS' is not designed for extension - needs to be abstract, final or empty. 121
 Warning blocks LeftCurly '{' at column 47 should be on a new line. 122
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 123
 Warning javadoc JavadocMethod Expected an @return tag. 151
 Warning design DesignForExtension Method 'getInclude' is not designed for extension - needs to be abstract, final or empty. 151
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 152
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 153
 Warning javadoc JavadocMethod Expected an @return tag. 181
 Warning design DesignForExtension Method 'getNODE' is not designed for extension - needs to be abstract, final or empty. 181
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 182
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 183
 Warning javadoc JavadocMethod Expected an @return tag. 211
 Warning design DesignForExtension Method 'getLINK' is not designed for extension - needs to be abstract, final or empty. 211
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 212
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 213
 Warning javadoc JavadocMethod Expected an @return tag. 241
 Warning design DesignForExtension Method 'getROUTE' is not designed for extension - needs to be abstract, final or empty. 241
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 242
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 243
 Warning javadoc JavadocMethod Expected an @return tag. 271
 Warning design DesignForExtension Method 'getROUTEMIX' is not designed for extension - needs to be abstract, final or empty. 271
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 272
 Warning blocks LeftCurly '{' at column 31 should be on a new line. 273
 Warning javadoc JavadocMethod Expected an @return tag. 301
 Warning design DesignForExtension Method 'getSHORTESTROUTE' is not designed for extension - needs to be abstract, final or empty. 301
 Warning blocks LeftCurly '{' at column 51 should be on a new line. 302
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 303
 Warning javadoc JavadocMethod Expected an @return tag. 331
 Warning design DesignForExtension Method 'getSHORTESTROUTEMIX' is not designed for extension - needs to be abstract, final or empty. 331
 Warning blocks LeftCurly '{' at column 57 should be on a new line. 332
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 333
 Warning javadoc JavadocMethod Expected an @return tag. 361
 Warning design DesignForExtension Method 'getSIGNALGROUP' is not designed for extension - needs to be abstract, final or empty. 361
 Warning blocks LeftCurly '{' at column 47 should be on a new line. 362
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 363
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 377
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 378
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 390
 Warning misc FinalParameters Parameter value should be final. 391
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 391

org/opentrafficsim/xml/generated/NETWORKDEMAND.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 128 characters (found 138). 40
 Info sizes LineLength Line is longer than 128 characters (found 145). 46
 Info sizes LineLength Line is longer than 128 characters (found 130). 49
 Info sizes LineLength Line is longer than 128 characters (found 129). 51
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 82
 Warning javadoc JavadocVariable Missing a Javadoc comment. 84
 Warning design VisibilityModifier Variable 'od' must be private and have accessor methods. 86
 Warning design DesignForExtension Method 'getOD' is not designed for extension - needs to be abstract, final or empty. 96
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 97
 Warning design DesignForExtension Method 'setOD' is not designed for extension - needs to be abstract, final or empty. 109
 Warning misc FinalParameters Parameter value should be final. 110
 Warning blocks LeftCurly '{' at column 47 should be on a new line. 110
 Info sizes LineLength Line is longer than 128 characters (found 132). 126
 Info sizes LineLength Line is longer than 128 characters (found 139). 132
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 164
 Warning javadoc JavadocVariable Missing a Javadoc comment. 166
 Warning design VisibilityModifier Variable 'globaltime' must be private and have accessor methods. 168
 Warning javadoc JavadocVariable Missing a Javadoc comment. 169
 Warning design VisibilityModifier Variable 'category' must be private and have accessor methods. 171
 Warning javadoc JavadocVariable Missing a Javadoc comment. 172
 Warning design VisibilityModifier Variable 'demand' must be private and have accessor methods. 174
 Warning javadoc JavadocVariable Missing a Javadoc comment. 175
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 177
 Warning javadoc JavadocVariable Missing a Javadoc comment. 178
 Warning design VisibilityModifier Variable 'globalinterpolation' must be private and have accessor methods. 180
 Warning javadoc JavadocVariable Missing a Javadoc comment. 181
 Warning design VisibilityModifier Variable 'start' must be private and have accessor methods. 184
 Warning javadoc JavadocVariable Missing a Javadoc comment. 185
 Warning design VisibilityModifier Variable 'globalfactor' must be private and have accessor methods. 187
 Warning javadoc JavadocVariable Missing a Javadoc comment. 188
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 191
 Warning design DesignForExtension Method 'getGLOBALTIME' is not designed for extension - needs to be abstract, final or empty. 201
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 202
 Warning design DesignForExtension Method 'setGLOBALTIME' is not designed for extension - needs to be abstract, final or empty. 214
 Warning misc FinalParameters Parameter value should be final. 215
 Warning blocks LeftCurly '{' at column 49 should be on a new line. 215
 Warning javadoc JavadocMethod Expected an @return tag. 241
 Warning design DesignForExtension Method 'getCATEGORY' is not designed for extension - needs to be abstract, final or empty. 241
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 242
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 243
 Warning javadoc JavadocMethod Expected an @return tag. 271
 Warning design DesignForExtension Method 'getDEMAND' is not designed for extension - needs to be abstract, final or empty. 271
 Warning blocks LeftCurly '{' at column 58 should be on a new line. 272
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 273
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 287
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 288
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 300
 Warning misc FinalParameters Parameter value should be final. 301
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 301
 Warning design DesignForExtension Method 'getGLOBALINTERPOLATION' is not designed for extension - needs to be abstract, final or empty. 313
 Warning blocks LeftCurly '{' at column 48 should be on a new line. 314
 Warning design DesignForExtension Method 'setGLOBALINTERPOLATION' is not designed for extension - needs to be abstract, final or empty. 326
 Warning misc FinalParameters Parameter value should be final. 327
 Warning blocks LeftCurly '{' at column 58 should be on a new line. 327
 Warning design DesignForExtension Method 'getSTART' is not designed for extension - needs to be abstract, final or empty. 339
 Warning blocks LeftCurly '{' at column 48 should be on a new line. 340
 Warning design DesignForExtension Method 'setSTART' is not designed for extension - needs to be abstract, final or empty. 352
 Warning misc FinalParameters Parameter value should be final. 353
 Warning blocks LeftCurly '{' at column 58 should be on a new line. 353
 Warning design DesignForExtension Method 'getGLOBALFACTOR' is not designed for extension - needs to be abstract, final or empty. 365
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 366
 Warning design DesignForExtension Method 'setGLOBALFACTOR' is not designed for extension - needs to be abstract, final or empty. 378
 Warning misc FinalParameters Parameter value should be final. 379
 Warning blocks LeftCurly '{' at column 51 should be on a new line. 379
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 391
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 392
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 404
 Warning misc FinalParameters Parameter value should be final. 405
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 405
 Info sizes LineLength Line is longer than 128 characters (found 133). 420
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 440
 Warning javadoc JavadocVariable Missing a Javadoc comment. 442
 Warning design VisibilityModifier Variable 'level' must be private and have accessor methods. 444
 Warning javadoc JavadocVariable Missing a Javadoc comment. 445
 Warning design VisibilityModifier Variable 'origin' must be private and have accessor methods. 447
 Warning javadoc JavadocVariable Missing a Javadoc comment. 448
 Warning design VisibilityModifier Variable 'destination' must be private and have accessor methods. 450
 Warning javadoc JavadocVariable Missing a Javadoc comment. 451
 Warning design VisibilityModifier Variable 'category' must be private and have accessor methods. 453
 Warning javadoc JavadocVariable Missing a Javadoc comment. 454
 Warning design VisibilityModifier Variable 'interpolation' must be private and have accessor methods. 456
 Warning javadoc JavadocVariable Missing a Javadoc comment. 457
 Warning design VisibilityModifier Variable 'factor' must be private and have accessor methods. 459
 Warning javadoc JavadocVariable Missing a Javadoc comment. 460
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 463
 Warning javadoc JavadocMethod Expected an @return tag. 487
 Warning design DesignForExtension Method 'getLEVEL' is not designed for extension - needs to be abstract, final or empty. 487
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 488
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 489
 Warning design DesignForExtension Method 'getORIGIN' is not designed for extension - needs to be abstract, final or empty. 503
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 504
 Warning design DesignForExtension Method 'setORIGIN' is not designed for extension - needs to be abstract, final or empty. 516
 Warning misc FinalParameters Parameter value should be final. 517
 Warning blocks LeftCurly '{' at column 49 should be on a new line. 517
 Warning design DesignForExtension Method 'getDESTINATION' is not designed for extension - needs to be abstract, final or empty. 529
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 530
 Warning design DesignForExtension Method 'setDESTINATION' is not designed for extension - needs to be abstract, final or empty. 542
 Warning misc FinalParameters Parameter value should be final. 543
 Warning blocks LeftCurly '{' at column 54 should be on a new line. 543
 Warning design DesignForExtension Method 'getCATEGORY' is not designed for extension - needs to be abstract, final or empty. 555
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 556
 Warning design DesignForExtension Method 'setCATEGORY' is not designed for extension - needs to be abstract, final or empty. 568
 Warning misc FinalParameters Parameter value should be final. 569
 Warning blocks LeftCurly '{' at column 51 should be on a new line. 569
 Warning design DesignForExtension Method 'getINTERPOLATION' is not designed for extension - needs to be abstract, final or empty. 581
 Warning blocks LeftCurly '{' at column 46 should be on a new line. 582
 Warning design DesignForExtension Method 'setINTERPOLATION' is not designed for extension - needs to be abstract, final or empty. 594
 Warning misc FinalParameters Parameter value should be final. 595
 Warning blocks LeftCurly '{' at column 56 should be on a new line. 595
 Warning design DesignForExtension Method 'getFACTOR' is not designed for extension - needs to be abstract, final or empty. 607
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 608
 Warning design DesignForExtension Method 'setFACTOR' is not designed for extension - needs to be abstract, final or empty. 620
 Warning misc FinalParameters Parameter value should be final. 621
 Warning blocks LeftCurly '{' at column 49 should be on a new line. 621
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 633
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 634
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 646
 Warning misc FinalParameters Parameter value should be final. 647
 Warning blocks LeftCurly '{' at column 47 should be on a new line. 647

org/opentrafficsim/xml/generated/NODE.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 19 should be on a new line. 51
 Warning javadoc JavadocVariable Missing a Javadoc comment. 53
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 58
 Warning javadoc JavadocVariable Missing a Javadoc comment. 59
 Warning design VisibilityModifier Variable 'coordinate' must be private and have accessor methods. 62
 Warning javadoc JavadocVariable Missing a Javadoc comment. 63
 Warning design VisibilityModifier Variable 'direction' must be private and have accessor methods. 66
 Warning javadoc JavadocVariable Missing a Javadoc comment. 67
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 70
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 80
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 81
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 93
 Warning misc FinalParameters Parameter value should be final. 94
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 94
 Warning design DesignForExtension Method 'getCOORDINATE' is not designed for extension - needs to be abstract, final or empty. 106
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 107
 Warning design DesignForExtension Method 'setCOORDINATE' is not designed for extension - needs to be abstract, final or empty. 119
 Warning misc FinalParameters Parameter value should be final. 120
 Warning blocks LeftCurly '{' at column 46 should be on a new line. 120
 Warning design DesignForExtension Method 'getDIRECTION' is not designed for extension - needs to be abstract, final or empty. 132
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 133
 Warning design DesignForExtension Method 'setDIRECTION' is not designed for extension - needs to be abstract, final or empty. 145
 Warning misc FinalParameters Parameter value should be final. 146
 Warning blocks LeftCurly '{' at column 47 should be on a new line. 146
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 158
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 159
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 171
 Warning misc FinalParameters Parameter value should be final. 172
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 172

org/opentrafficsim/xml/generated/OTS.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 18 should be on a new line. 60
 Warning javadoc JavadocVariable Missing a Javadoc comment. 62
 Warning design VisibilityModifier Variable 'definitions' must be private and have accessor methods. 64
 Warning javadoc JavadocVariable Missing a Javadoc comment. 65
 Warning design VisibilityModifier Variable 'network' must be private and have accessor methods. 67
 Warning javadoc JavadocVariable Missing a Javadoc comment. 68
 Warning design VisibilityModifier Variable 'networkdemand' must be private and have accessor methods. 70
 Warning javadoc JavadocVariable Missing a Javadoc comment. 71
 Warning design VisibilityModifier Variable 'control' must be private and have accessor methods. 73
 Warning javadoc JavadocVariable Missing a Javadoc comment. 74
 Warning design VisibilityModifier Variable 'model' must be private and have accessor methods. 76
 Warning javadoc JavadocVariable Missing a Javadoc comment. 77
 Warning design VisibilityModifier Variable 'scenario' must be private and have accessor methods. 79
 Warning javadoc JavadocVariable Missing a Javadoc comment. 80
 Warning design VisibilityModifier Variable 'run' must be private and have accessor methods. 82
 Warning javadoc JavadocVariable Missing a Javadoc comment. 83
 Warning design VisibilityModifier Variable 'animation' must be private and have accessor methods. 85
 Warning design DesignForExtension Method 'getDEFINITIONS' is not designed for extension - needs to be abstract, final or empty. 95
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 96
 Warning design DesignForExtension Method 'setDEFINITIONS' is not designed for extension - needs to be abstract, final or empty. 108
 Warning misc FinalParameters Parameter value should be final. 109
 Warning blocks LeftCurly '{' at column 51 should be on a new line. 109
 Warning design DesignForExtension Method 'getNETWORK' is not designed for extension - needs to be abstract, final or empty. 121
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 122
 Warning design DesignForExtension Method 'setNETWORK' is not designed for extension - needs to be abstract, final or empty. 134
 Warning misc FinalParameters Parameter value should be final. 135
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 135
 Warning javadoc JavadocMethod Expected an @return tag. 161
 Warning design DesignForExtension Method 'getNETWORKDEMAND' is not designed for extension - needs to be abstract, final or empty. 161
 Warning blocks LeftCurly '{' at column 51 should be on a new line. 162
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 163
 Warning javadoc JavadocMethod Expected an @return tag. 191
 Warning design DesignForExtension Method 'getCONTROL' is not designed for extension - needs to be abstract, final or empty. 191
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 192
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 193
 Warning design DesignForExtension Method 'getMODEL' is not designed for extension - needs to be abstract, final or empty. 207
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 208
 Warning design DesignForExtension Method 'setMODEL' is not designed for extension - needs to be abstract, final or empty. 220
 Warning misc FinalParameters Parameter value should be final. 221
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 221
 Warning design DesignForExtension Method 'getSCENARIO' is not designed for extension - needs to be abstract, final or empty. 233
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 234
 Warning design DesignForExtension Method 'setSCENARIO' is not designed for extension - needs to be abstract, final or empty. 246
 Warning misc FinalParameters Parameter value should be final. 247
 Warning blocks LeftCurly '{' at column 45 should be on a new line. 247
 Warning design DesignForExtension Method 'getRUN' is not designed for extension - needs to be abstract, final or empty. 259
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 260
 Warning design DesignForExtension Method 'setRUN' is not designed for extension - needs to be abstract, final or empty. 272
 Warning misc FinalParameters Parameter value should be final. 273
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 273
 Warning design DesignForExtension Method 'getANIMATION' is not designed for extension - needs to be abstract, final or empty. 285
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 286
 Warning design DesignForExtension Method 'setANIMATION' is not designed for extension - needs to be abstract, final or empty. 298
 Warning misc FinalParameters Parameter value should be final. 299
 Warning blocks LeftCurly '{' at column 47 should be on a new line. 299

org/opentrafficsim/xml/generated/ObjectFactory.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 32
 Warning javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 34
 Warning naming ConstantName Name '_Include_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 34
 Warning javadoc JavadocVariable Missing a Javadoc comment. 35
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 35
 Warning naming ConstantName Name '_Fallback_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35
 Warning javadoc JavadocStyle First sentence should end with a period. 37
 Info sizes LineLength Line is longer than 128 characters (found 146). 38
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 41
 Warning javadoc JavadocStyle First sentence should end with a period. 44
 Warning javadoc JavadocMethod Expected an @return tag. 48
 Warning design DesignForExtension Method 'createLANETYPE' is not designed for extension - needs to be abstract, final or empty. 48
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 48
 Warning javadoc JavadocStyle First sentence should end with a period. 52
 Warning javadoc JavadocMethod Expected an @return tag. 56
 Warning design DesignForExtension Method 'createLINKTYPE' is not designed for extension - needs to be abstract, final or empty. 56
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 56
 Warning javadoc JavadocStyle First sentence should end with a period. 60
 Warning javadoc JavadocMethod Expected an @return tag. 64
 Warning design DesignForExtension Method 'createROADLAYOUT' is not designed for extension - needs to be abstract, final or empty. 64
 Warning blocks LeftCurly '{' at column 42 should be on a new line. 64
 Warning javadoc JavadocStyle First sentence should end with a period. 68
 Warning javadoc JavadocMethod Expected an @return tag. 72
 Warning design DesignForExtension Method 'createCONTROL' is not designed for extension - needs to be abstract, final or empty. 72
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 72
 Warning javadoc JavadocStyle First sentence should end with a period. 76
 Warning javadoc JavadocMethod Expected an @return tag. 80
 Warning design DesignForExtension Method 'createLINK' is not designed for extension - needs to be abstract, final or empty. 80
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 80
 Warning javadoc JavadocStyle First sentence should end with a period. 84
 Warning javadoc JavadocMethod Expected an @return tag. 88
 Warning design DesignForExtension Method 'createROUTEMIX' is not designed for extension - needs to be abstract, final or empty. 88
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 88
 Warning javadoc JavadocStyle First sentence should end with a period. 92
 Warning javadoc JavadocMethod Expected an @return tag. 96
 Warning design DesignForExtension Method 'createSHORTESTROUTEMIX' is not designed for extension - needs to be abstract, final or empty. 96
 Warning blocks LeftCurly '{' at column 54 should be on a new line. 96
 Warning javadoc JavadocStyle First sentence should end with a period. 100
 Warning javadoc JavadocMethod Expected an @return tag. 104
 Warning design DesignForExtension Method 'createNETWORKDEMAND' is not designed for extension - needs to be abstract, final or empty. 104
 Warning blocks LeftCurly '{' at column 48 should be on a new line. 104
 Warning javadoc JavadocStyle First sentence should end with a period. 108
 Warning javadoc JavadocMethod Expected an @return tag. 112
 Warning design DesignForExtension Method 'createGTUMIX' is not designed for extension - needs to be abstract, final or empty. 112
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 112
 Warning javadoc JavadocStyle First sentence should end with a period. 116
 Warning javadoc JavadocMethod Expected an @return tag. 120
 Warning design DesignForExtension Method 'createGLOBALTIME' is not designed for extension - needs to be abstract, final or empty. 120
 Warning blocks LeftCurly '{' at column 42 should be on a new line. 120
 Warning javadoc JavadocStyle First sentence should end with a period. 124
 Warning javadoc JavadocMethod Expected an @return tag. 128
 Warning design DesignForExtension Method 'createRUN' is not designed for extension - needs to be abstract, final or empty. 128
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 128
 Warning javadoc JavadocStyle First sentence should end with a period. 132
 Warning javadoc JavadocMethod Expected an @return tag. 136
 Warning design DesignForExtension Method 'createANIMATION' is not designed for extension - needs to be abstract, final or empty. 136
 Warning blocks LeftCurly '{' at column 40 should be on a new line. 136
 Warning javadoc JavadocStyle First sentence should end with a period. 140
 Warning javadoc JavadocMethod Expected an @return tag. 144
 Warning design DesignForExtension Method 'createNETWORKDEMANDOD' is not designed for extension - needs to be abstract, final or empty. 144
 Warning blocks LeftCurly '{' at column 53 should be on a new line. 144
 Warning javadoc JavadocStyle First sentence should end with a period. 148
 Warning javadoc JavadocMethod Expected an @return tag. 152
 Warning design DesignForExtension Method 'createCONTROLFIXEDTIME' is not designed for extension - needs to be abstract, final or empty. 152
 Warning blocks LeftCurly '{' at column 55 should be on a new line. 152
 Warning javadoc JavadocStyle First sentence should end with a period. 156
 Warning javadoc JavadocMethod Expected an @return tag. 160
 Warning design DesignForExtension Method 'createCSELANE' is not designed for extension - needs to be abstract, final or empty. 160
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 160
 Warning javadoc JavadocStyle First sentence should end with a period. 164
 Warning javadoc JavadocMethod Expected an @return tag. 168
 Warning design DesignForExtension Method 'createGTUTYPE' is not designed for extension - needs to be abstract, final or empty. 168
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 168
 Warning javadoc JavadocStyle First sentence should end with a period. 172
 Warning javadoc JavadocMethod Expected an @return tag. 176
 Warning design DesignForExtension Method 'createGTUTYPES' is not designed for extension - needs to be abstract, final or empty. 176
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 176
 Warning javadoc JavadocStyle First sentence should end with a period. 180
 Warning javadoc JavadocMethod Expected an @return tag. 184
 Warning design DesignForExtension Method 'createGTUTEMPLATE' is not designed for extension - needs to be abstract, final or empty. 184
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 184
 Warning javadoc JavadocStyle First sentence should end with a period. 188
 Warning javadoc JavadocMethod Expected an @return tag. 192
 Warning design DesignForExtension Method 'createGTUTEMPLATES' is not designed for extension - needs to be abstract, final or empty. 192
 Warning blocks LeftCurly '{' at column 46 should be on a new line. 192
 Warning javadoc JavadocStyle First sentence should end with a period. 196
 Warning javadoc JavadocMethod Expected an @return tag. 200
 Warning design DesignForExtension Method 'createLANETYPECOMPATIBILITY' is not designed for extension - needs to be abstract, final or empty. 200
 Warning blocks LeftCurly '{' at column 65 should be on a new line. 200
 Warning javadoc JavadocStyle First sentence should end with a period. 204
 Warning javadoc JavadocMethod Expected an @return tag. 208
 Warning design DesignForExtension Method 'createLANETYPES' is not designed for extension - needs to be abstract, final or empty. 208
 Warning blocks LeftCurly '{' at column 40 should be on a new line. 208
 Warning javadoc JavadocStyle First sentence should end with a period. 212
 Warning javadoc JavadocMethod Expected an @return tag. 216
 Warning design DesignForExtension Method 'createLINKTYPECOMPATIBILITY' is not designed for extension - needs to be abstract, final or empty. 216
 Warning blocks LeftCurly '{' at column 65 should be on a new line. 216
 Warning javadoc JavadocStyle First sentence should end with a period. 220
 Warning javadoc JavadocMethod Expected an @return tag. 224
 Warning design DesignForExtension Method 'createLINKTYPES' is not designed for extension - needs to be abstract, final or empty. 224
 Warning blocks LeftCurly '{' at column 40 should be on a new line. 224
 Warning javadoc JavadocStyle First sentence should end with a period. 228
 Warning javadoc JavadocMethod Expected an @return tag. 232
 Warning design DesignForExtension Method 'createROADLAYOUTSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 232
 Warning blocks LeftCurly '{' at column 63 should be on a new line. 232
 Warning javadoc JavadocStyle First sentence should end with a period. 236
 Warning javadoc JavadocMethod Expected an @return tag. 240
 Warning design DesignForExtension Method 'createCSENOTRAFFICLANE' is not designed for extension - needs to be abstract, final or empty. 240
 Warning blocks LeftCurly '{' at column 54 should be on a new line. 240
 Warning javadoc JavadocStyle First sentence should end with a period. 244
 Warning javadoc JavadocMethod Expected an @return tag. 248
 Warning design DesignForExtension Method 'createCSESHOULDER' is not designed for extension - needs to be abstract, final or empty. 248
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 248
 Warning javadoc JavadocStyle First sentence should end with a period. 252
 Warning javadoc JavadocMethod Expected an @return tag. 256
 Warning design DesignForExtension Method 'createCSESTRIPE' is not designed for extension - needs to be abstract, final or empty. 256
 Warning blocks LeftCurly '{' at column 40 should be on a new line. 256
 Warning javadoc JavadocStyle First sentence should end with a period. 260
 Warning javadoc JavadocMethod Expected an @return tag. 264
 Warning design DesignForExtension Method 'createDEFINITIONS' is not designed for extension - needs to be abstract, final or empty. 264
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 264
 Warning javadoc JavadocStyle First sentence should end with a period. 268
 Warning javadoc JavadocMethod Expected an @return tag. 272
 Warning design DesignForExtension Method 'createIncludeType' is not designed for extension - needs to be abstract, final or empty. 272
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 272
 Warning javadoc JavadocStyle First sentence should end with a period. 276
 Warning javadoc JavadocMethod Expected an @return tag. 280
 Warning design DesignForExtension Method 'createNODE' is not designed for extension - needs to be abstract, final or empty. 280
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 280
 Warning javadoc JavadocStyle First sentence should end with a period. 284
 Warning javadoc JavadocMethod Expected an @return tag. 288
 Warning design DesignForExtension Method 'createLINKBEZIER' is not designed for extension - needs to be abstract, final or empty. 288
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 288
 Warning javadoc JavadocStyle First sentence should end with a period. 292
 Warning javadoc JavadocMethod Expected an @return tag. 296
 Warning design DesignForExtension Method 'createLINKCLOTHOID' is not designed for extension - needs to be abstract, final or empty. 296
 Warning blocks LeftCurly '{' at column 47 should be on a new line. 296
 Warning javadoc JavadocStyle First sentence should end with a period. 300
 Warning javadoc JavadocMethod Expected an @return tag. 304
 Warning design DesignForExtension Method 'createLINKARC' is not designed for extension - needs to be abstract, final or empty. 304
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 304
 Warning javadoc JavadocStyle First sentence should end with a period. 308
 Warning javadoc JavadocMethod Expected an @return tag. 312
 Warning design DesignForExtension Method 'createLINKPOLYLINE' is not designed for extension - needs to be abstract, final or empty. 312
 Warning blocks LeftCurly '{' at column 47 should be on a new line. 312
 Warning javadoc JavadocStyle First sentence should end with a period. 316
 Warning javadoc JavadocMethod Expected an @return tag. 320
 Warning design DesignForExtension Method 'createLINKLANEOVERRIDE' is not designed for extension - needs to be abstract, final or empty. 320
 Warning blocks LeftCurly '{' at column 55 should be on a new line. 320
 Warning javadoc JavadocStyle First sentence should end with a period. 324
 Warning javadoc JavadocMethod Expected an @return tag. 328
 Warning design DesignForExtension Method 'createLINKGENERATOR' is not designed for extension - needs to be abstract, final or empty. 328
 Warning blocks LeftCurly '{' at column 49 should be on a new line. 328
 Warning javadoc JavadocStyle First sentence should end with a period. 332
 Warning javadoc JavadocMethod Expected an @return tag. 336
 Warning design DesignForExtension Method 'createLINKLISTGENERATOR' is not designed for extension - needs to be abstract, final or empty. 336
 Warning blocks LeftCurly '{' at column 57 should be on a new line. 336
 Warning javadoc JavadocStyle First sentence should end with a period. 340
 Warning javadoc JavadocMethod Expected an @return tag. 344
 Warning design DesignForExtension Method 'createLINKFILL' is not designed for extension - needs to be abstract, final or empty. 344
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 344
 Warning javadoc JavadocStyle First sentence should end with a period. 348
 Warning javadoc JavadocMethod Expected an @return tag. 352
 Warning design DesignForExtension Method 'createLINKBLOCK' is not designed for extension - needs to be abstract, final or empty. 352
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 352
 Warning javadoc JavadocStyle First sentence should end with a period. 356
 Warning javadoc JavadocMethod Expected an @return tag. 360
 Warning design DesignForExtension Method 'createLINKSENSOR' is not designed for extension - needs to be abstract, final or empty. 360
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 360
 Warning javadoc JavadocStyle First sentence should end with a period. 364
 Warning javadoc JavadocMethod Expected an @return tag. 368
 Warning design DesignForExtension Method 'createTRAFFICLIGHTTYPE' is not designed for extension - needs to be abstract, final or empty. 368
 Warning blocks LeftCurly '{' at column 54 should be on a new line. 368
 Warning javadoc JavadocStyle First sentence should end with a period. 372
 Warning javadoc JavadocMethod Expected an @return tag. 376
 Warning design DesignForExtension Method 'createSIGNALGROUPTYPE' is not designed for extension - needs to be abstract, final or empty. 376
 Warning blocks LeftCurly '{' at column 52 should be on a new line. 376
 Warning javadoc JavadocStyle First sentence should end with a period. 380
 Warning javadoc JavadocMethod Expected an @return tag. 384
 Warning design DesignForExtension Method 'createLINKSINK' is not designed for extension - needs to be abstract, final or empty. 384
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 384
 Warning javadoc JavadocStyle First sentence should end with a period. 388
 Warning javadoc JavadocMethod Expected an @return tag. 392
 Warning design DesignForExtension Method 'createROUTE' is not designed for extension - needs to be abstract, final or empty. 392
 Warning blocks LeftCurly '{' at column 65 should be on a new line. 392
 Warning javadoc JavadocStyle First sentence should end with a period. 396
 Warning javadoc JavadocMethod Expected an @return tag. 400
 Warning design DesignForExtension Method 'createSHORTESTROUTE' is not designed for extension - needs to be abstract, final or empty. 400
 Warning blocks LeftCurly '{' at column 81 should be on a new line. 400
 Warning javadoc JavadocStyle First sentence should end with a period. 404
 Warning javadoc JavadocMethod Expected an @return tag. 408
 Warning design DesignForExtension Method 'createROUTEMIXROUTE' is not designed for extension - needs to be abstract, final or empty. 408
 Warning blocks LeftCurly '{' at column 49 should be on a new line. 408
 Warning javadoc JavadocStyle First sentence should end with a period. 412
 Warning javadoc JavadocMethod Expected an @return tag. 416
 Warning design DesignForExtension Method 'createSHORTESTROUTEMIXSHORTESTROUTE' is not designed for extension - needs to be abstract, final or empty. 416
 Warning blocks LeftCurly '{' at column 81 should be on a new line. 416
 Warning javadoc JavadocStyle First sentence should end with a period. 420
 Warning javadoc JavadocMethod Expected an @return tag. 424
 Warning design DesignForExtension Method 'createSIGNALGROUP' is not designed for extension - needs to be abstract, final or empty. 424
 Warning blocks LeftCurly '{' at column 77 should be on a new line. 424
 Warning javadoc JavadocStyle First sentence should end with a period. 428
 Warning javadoc JavadocMethod Expected an @return tag. 432
 Warning design DesignForExtension Method 'createSIGNALGROUPTRAFFICLIGHTTYPE' is not designed for extension - needs to be abstract, final or empty. 432
 Warning blocks LeftCurly '{' at column 76 should be on a new line. 432
 Warning javadoc JavadocStyle First sentence should end with a period. 436
 Warning javadoc JavadocMethod Expected an @return tag. 440
 Warning design DesignForExtension Method 'createNETWORK' is not designed for extension - needs to be abstract, final or empty. 440
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 440
 Warning javadoc JavadocStyle First sentence should end with a period. 444
 Warning javadoc JavadocMethod Expected an @return tag. 448
 Warning design DesignForExtension Method 'createGTUMIXGTU' is not designed for extension - needs to be abstract, final or empty. 448
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 448
 Warning javadoc JavadocStyle First sentence should end with a period. 452
 Warning javadoc JavadocMethod Expected an @return tag. 456
 Warning design DesignForExtension Method 'createGLOBALTIMETIME' is not designed for extension - needs to be abstract, final or empty. 456
 Warning blocks LeftCurly '{' at column 51 should be on a new line. 456
 Warning javadoc JavadocStyle First sentence should end with a period. 460
 Warning javadoc JavadocMethod Expected an @return tag. 464
 Warning design DesignForExtension Method 'createTIME' is not designed for extension - needs to be abstract, final or empty. 464
 Warning blocks LeftCurly '{' at column 63 should be on a new line. 464
 Warning javadoc JavadocStyle First sentence should end with a period. 468
 Warning javadoc JavadocMethod Expected an @return tag. 472
 Warning design DesignForExtension Method 'createCATEGORY' is not designed for extension - needs to be abstract, final or empty. 472
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 472
 Warning javadoc JavadocStyle First sentence should end with a period. 476
 Warning javadoc JavadocMethod Expected an @return tag. 480
 Warning design DesignForExtension Method 'createLEVEL' is not designed for extension - needs to be abstract, final or empty. 480
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 480
 Warning javadoc JavadocStyle First sentence should end with a period. 484
 Warning javadoc JavadocMethod Expected an @return tag. 488
 Warning design DesignForExtension Method 'createMODEL' is not designed for extension - needs to be abstract, final or empty. 488
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 488
 Warning javadoc JavadocStyle First sentence should end with a period. 492
 Warning javadoc JavadocMethod Expected an @return tag. 496
 Warning design DesignForExtension Method 'createMODELPARAMETERTYPE' is not designed for extension - needs to be abstract, final or empty. 496
 Warning blocks LeftCurly '{' at column 58 should be on a new line. 496
 Warning javadoc JavadocStyle First sentence should end with a period. 500
 Warning javadoc JavadocMethod Expected an @return tag. 504
 Warning design DesignForExtension Method 'createSCENARIO' is not designed for extension - needs to be abstract, final or empty. 504
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 504
 Warning javadoc JavadocStyle First sentence should end with a period. 508
 Warning javadoc JavadocMethod Expected an @return tag. 512
 Warning design DesignForExtension Method 'createPARAMETERTYPE' is not designed for extension - needs to be abstract, final or empty. 512
 Warning blocks LeftCurly '{' at column 48 should be on a new line. 512
 Warning javadoc JavadocStyle First sentence should end with a period. 516
 Warning javadoc JavadocMethod Expected an @return tag. 520
 Warning design DesignForExtension Method 'createRUNSEED' is not designed for extension - needs to be abstract, final or empty. 520
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 520
 Warning javadoc JavadocStyle First sentence should end with a period. 524
 Warning javadoc JavadocMethod Expected an @return tag. 528
 Warning design DesignForExtension Method 'createANIMATIONGTUCOLORERS' is not designed for extension - needs to be abstract, final or empty. 528
 Warning blocks LeftCurly '{' at column 63 should be on a new line. 528
 Warning javadoc JavadocStyle First sentence should end with a period. 532
 Warning javadoc JavadocMethod Expected an @return tag. 536
 Warning design DesignForExtension Method 'createGTUCOLORERTYPE' is not designed for extension - needs to be abstract, final or empty. 536
 Warning blocks LeftCurly '{' at column 50 should be on a new line. 536
 Warning javadoc JavadocStyle First sentence should end with a period. 540
 Warning javadoc JavadocMethod Expected an @return tag. 544
 Warning design DesignForExtension Method 'createOTS' is not designed for extension - needs to be abstract, final or empty. 544
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 544
 Warning javadoc JavadocStyle First sentence should end with a period. 548
 Warning javadoc JavadocMethod Expected an @return tag. 552
 Warning design DesignForExtension Method 'createCROSSSECTIONELEMENT' is not designed for extension - needs to be abstract, final or empty. 552
 Warning blocks LeftCurly '{' at column 60 should be on a new line. 552
 Warning javadoc JavadocStyle First sentence should end with a period. 556
 Warning javadoc JavadocMethod Expected an @return tag. 560
 Warning design DesignForExtension Method 'createFallbackType' is not designed for extension - needs to be abstract, final or empty. 560
 Warning blocks LeftCurly '{' at column 46 should be on a new line. 560
 Warning javadoc JavadocStyle First sentence should end with a period. 564
 Warning javadoc JavadocMethod Expected an @return tag. 568
 Warning design DesignForExtension Method 'createNETWORKDEMANDODDEMAND' is not designed for extension - needs to be abstract, final or empty. 568
 Warning blocks LeftCurly '{' at column 66 should be on a new line. 568
 Warning javadoc JavadocStyle First sentence should end with a period. 572
 Warning javadoc JavadocMethod Expected an @return tag. 576
 Warning design DesignForExtension Method 'createCONTROLFIXEDTIMESIGNALGROUP' is not designed for extension - needs to be abstract, final or empty. 576
 Warning blocks LeftCurly '{' at column 78 should be on a new line. 576
 Warning javadoc JavadocStyle First sentence should end with a period. 580
 Warning javadoc JavadocMethod Expected an @return tag. 584
 Warning design DesignForExtension Method 'createCSELANESPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 584
 Warning blocks LeftCurly '{' at column 57 should be on a new line. 584
 Warning javadoc JavadocStyle First sentence should end with a period. 588
 Warning design DesignForExtension Method 'createInclude' is not designed for extension - needs to be abstract, final or empty. 596
 Warning misc FinalParameters Parameter value should be final. 597
 Warning blocks LeftCurly '{' at column 70 should be on a new line. 597
 Warning javadoc JavadocStyle First sentence should end with a period. 601
 Warning design DesignForExtension Method 'createFallback' is not designed for extension - needs to be abstract, final or empty. 609
 Warning misc FinalParameters Parameter value should be final. 610
 Warning blocks LeftCurly '{' at column 73 should be on a new line. 610

org/opentrafficsim/xml/generated/PARAMETERTYPE.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 128 characters (found 170). 33
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 53
 Warning javadoc JavadocVariable Missing a Javadoc comment. 55
 Warning design VisibilityModifier Variable 'type' must be private and have accessor methods. 57
 Warning javadoc JavadocVariable Missing a Javadoc comment. 58
 Warning design VisibilityModifier Variable 'value' must be private and have accessor methods. 60
 Warning javadoc JavadocVariable Missing a Javadoc comment. 61
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 63
 Warning javadoc JavadocVariable Missing a Javadoc comment. 64
 Warning naming MemberName Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
 Warning design VisibilityModifier Variable '_class' must be private and have accessor methods. 67
 Warning design DesignForExtension Method 'getTYPE' is not designed for extension - needs to be abstract, final or empty. 77
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 78
 Warning design DesignForExtension Method 'setTYPE' is not designed for extension - needs to be abstract, final or empty. 90
 Warning misc FinalParameters Parameter value should be final. 91
 Warning coding HiddenField 'value' hides a field. 91
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 91
 Warning design DesignForExtension Method 'getVALUE' is not designed for extension - needs to be abstract, final or empty. 103
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 104
 Warning design DesignForExtension Method 'setVALUE' is not designed for extension - needs to be abstract, final or empty. 116
 Warning misc FinalParameters Parameter value should be final. 117
 Warning coding HiddenField 'value' hides a field. 117
 Warning blocks LeftCurly '{' at column 40 should be on a new line. 117
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 129
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 130
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 142
 Warning misc FinalParameters Parameter value should be final. 143
 Warning coding HiddenField 'value' hides a field. 143
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 143
 Warning design DesignForExtension Method 'getCLASS' is not designed for extension - needs to be abstract, final or empty. 155
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 156
 Warning design DesignForExtension Method 'setCLASS' is not designed for extension - needs to be abstract, final or empty. 168
 Warning misc FinalParameters Parameter value should be final. 169
 Warning coding HiddenField 'value' hides a field. 169
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 169

org/opentrafficsim/xml/generated/ParseType.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 23 should be on a new line. 35
 Warning javadoc JavadocVariable Missing a Javadoc comment. 37
 Warning javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning javadoc JavadocVariable Missing a Javadoc comment. 41
 Warning javadoc JavadocMethod Missing a Javadoc comment. 43
 Warning misc FinalParameters Parameter v should be final. 43
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 43
 Warning javadoc JavadocMethod Missing a Javadoc comment. 47
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 47
 Warning javadoc JavadocMethod Missing a Javadoc comment. 51
 Warning misc FinalParameters Parameter v should be final. 51
 Warning blocks LeftCurly '{' at column 49 should be on a new line. 51
 Warning blocks LeftCurly '{' at column 47 should be on a new line. 52
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 53

org/opentrafficsim/xml/generated/ROADLAYOUT.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 128 characters (found 145). 53
 Info sizes LineLength Line is longer than 128 characters (found 135). 54
 Info sizes LineLength Line is longer than 128 characters (found 131). 55
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 78
 Warning javadoc JavadocVariable Missing a Javadoc comment. 80
 Warning design VisibilityModifier Variable 'speedlimit' must be private and have accessor methods. 82
 Warning javadoc JavadocVariable Missing a Javadoc comment. 83
 Warning design VisibilityModifier Variable 'laneOrNOTRAFFICLANEOrSHOULDER' must be private and have accessor methods. 90
 Warning javadoc JavadocVariable Missing a Javadoc comment. 91
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 93
 Warning javadoc JavadocVariable Missing a Javadoc comment. 94
 Warning design VisibilityModifier Variable 'roadtype' must be private and have accessor methods. 96
 Warning javadoc JavadocVariable Missing a Javadoc comment. 97
 Warning design VisibilityModifier Variable 'width' must be private and have accessor methods. 100
 Warning javadoc JavadocVariable Missing a Javadoc comment. 101
 Warning design VisibilityModifier Variable 'lanekeeping' must be private and have accessor methods. 104
 Warning javadoc JavadocVariable Missing a Javadoc comment. 105
 Warning design VisibilityModifier Variable 'overtaking' must be private and have accessor methods. 107
 Warning javadoc JavadocVariable Missing a Javadoc comment. 108
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 111
 Warning javadoc JavadocMethod Expected an @return tag. 135
 Warning design DesignForExtension Method 'getSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 135
 Warning blocks LeftCurly '{' at column 56 should be on a new line. 136
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 137
 Warning javadoc JavadocMethod Expected an @return tag. 168
 Warning design DesignForExtension Method 'getLANEOrNOTRAFFICLANEOrSHOULDER' is not designed for extension - needs to be abstract, final or empty. 168
 Warning blocks LeftCurly '{' at column 73 should be on a new line. 169
 Warning blocks LeftCurly '{' at column 52 should be on a new line. 170
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 184
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 185
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 197
 Warning misc FinalParameters Parameter value should be final. 198
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 198
 Warning design DesignForExtension Method 'getROADTYPE' is not designed for extension - needs to be abstract, final or empty. 210
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 211
 Warning design DesignForExtension Method 'setROADTYPE' is not designed for extension - needs to be abstract, final or empty. 223
 Warning misc FinalParameters Parameter value should be final. 224
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 224
 Warning design DesignForExtension Method 'getWIDTH' is not designed for extension - needs to be abstract, final or empty. 236
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 237
 Warning design DesignForExtension Method 'setWIDTH' is not designed for extension - needs to be abstract, final or empty. 249
 Warning misc FinalParameters Parameter value should be final. 250
 Warning blocks LeftCurly '{' at column 40 should be on a new line. 250
 Warning design DesignForExtension Method 'getLANEKEEPING' is not designed for extension - needs to be abstract, final or empty. 262
 Warning blocks LeftCurly '{' at column 45 should be on a new line. 263
 Warning design DesignForExtension Method 'setLANEKEEPING' is not designed for extension - needs to be abstract, final or empty. 275
 Warning misc FinalParameters Parameter value should be final. 276
 Warning blocks LeftCurly '{' at column 55 should be on a new line. 276
 Warning design DesignForExtension Method 'getOVERTAKING' is not designed for extension - needs to be abstract, final or empty. 288
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 289
 Warning design DesignForExtension Method 'setOVERTAKING' is not designed for extension - needs to be abstract, final or empty. 301
 Warning misc FinalParameters Parameter value should be final. 302
 Warning blocks LeftCurly '{' at column 45 should be on a new line. 302
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 314
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 315
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 327
 Warning misc FinalParameters Parameter value should be final. 328
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 328
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 354
 Warning javadoc JavadocVariable Missing a Javadoc comment. 356
 Warning design VisibilityModifier Variable 'gtutype' must be private and have accessor methods. 358
 Warning javadoc JavadocVariable Missing a Javadoc comment. 359
 Warning design VisibilityModifier Variable 'legalspeedlimit' must be private and have accessor methods. 362
 Warning design DesignForExtension Method 'getGTUTYPE' is not designed for extension - needs to be abstract, final or empty. 372
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 373
 Warning design DesignForExtension Method 'setGTUTYPE' is not designed for extension - needs to be abstract, final or empty. 385
 Warning misc FinalParameters Parameter value should be final. 386
 Warning blocks LeftCurly '{' at column 46 should be on a new line. 386
 Warning design DesignForExtension Method 'getLEGALSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 398
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 399
 Warning design DesignForExtension Method 'setLEGALSPEEDLIMIT' is not designed for extension - needs to be abstract, final or empty. 411
 Warning misc FinalParameters Parameter value should be final. 412
 Warning blocks LeftCurly '{' at column 53 should be on a new line. 412

org/opentrafficsim/xml/generated/ROUTE.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 20 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. 50
 Warning javadoc JavadocVariable Missing a Javadoc comment. 51
 Warning design VisibilityModifier Variable 'nodelist' must be private and have accessor methods. 55
 Warning javadoc JavadocVariable Missing a Javadoc comment. 56
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 59
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 69
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 70
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 82
 Warning misc FinalParameters Parameter value should be final. 83
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 83
 Warning javadoc JavadocMethod Expected an @return tag. 109
 Warning design DesignForExtension Method 'getNODELIST' is not designed for extension - needs to be abstract, final or empty. 109
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 110
 Warning blocks LeftCurly '{' at column 31 should be on a new line. 111
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 125
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 126
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 138
 Warning misc FinalParameters Parameter value should be final. 139
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 139

org/opentrafficsim/xml/generated/ROUTEMIX.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 23 should be on a new line. 59
 Warning javadoc JavadocVariable Missing a Javadoc comment. 61
 Warning design VisibilityModifier Variable 'route' must be private and have accessor methods. 63
 Warning javadoc JavadocVariable Missing a Javadoc comment. 64
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 66
 Warning javadoc JavadocVariable Missing a Javadoc comment. 67
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 70
 Warning javadoc JavadocMethod Expected an @return tag. 94
 Warning design DesignForExtension Method 'getROUTE' is not designed for extension - needs to be abstract, final or empty. 94
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 95
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 96
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 110
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 111
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 123
 Warning misc FinalParameters Parameter value should be final. 124
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 124
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 136
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 137
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 149
 Warning misc FinalParameters Parameter value should be final. 150
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 150
 Warning blocks LeftCurly '{' at column 31 should be on a new line. 176
 Warning javadoc JavadocVariable Missing a Javadoc comment. 178
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 180
 Warning javadoc JavadocVariable Missing a Javadoc comment. 181
 Warning design VisibilityModifier Variable 'weight' must be private and have accessor methods. 183
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 193
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 194
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 206
 Warning misc FinalParameters Parameter value should be final. 207
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 207
 Warning javadoc JavadocMethod Expected an @return tag. 215
 Warning design DesignForExtension Method 'getWEIGHT' is not designed for extension - needs to be abstract, final or empty. 215
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 216
 Warning design DesignForExtension Method 'setWEIGHT' is not designed for extension - needs to be abstract, final or empty. 224
 Warning misc FinalParameters Parameter value should be final. 225
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 225
 Warning blocks LeftCurly '{' at column 45 should be on a new line. 225

org/opentrafficsim/xml/generated/RUN.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 18 should be on a new line. 68
 Warning javadoc JavadocVariable Missing a Javadoc comment. 70
 Warning design VisibilityModifier Variable 'seed' must be private and have accessor methods. 72
 Warning javadoc JavadocVariable Missing a Javadoc comment. 73
 Warning design VisibilityModifier Variable 'starttime' must be private and have accessor methods. 76
 Warning javadoc JavadocVariable Missing a Javadoc comment. 77
 Warning design VisibilityModifier Variable 'warmupperiod' must be private and have accessor methods. 80
 Warning javadoc JavadocVariable Missing a Javadoc comment. 81
 Warning design VisibilityModifier Variable 'runlength' must be private and have accessor methods. 84
 Warning javadoc JavadocVariable Missing a Javadoc comment. 85
 Warning design VisibilityModifier Variable 'numberreplications' must be private and have accessor methods. 88
 Warning javadoc JavadocVariable Missing a Javadoc comment. 89
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 92
 Warning javadoc JavadocMethod Expected an @return tag. 116
 Warning design DesignForExtension Method 'getSEED' is not designed for extension - needs to be abstract, final or empty. 116
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 117
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 118
 Warning design DesignForExtension Method 'getSTARTTIME' is not designed for extension - needs to be abstract, final or empty. 132
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 133
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 134
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 136
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 136
 Warning design DesignForExtension Method 'setSTARTTIME' is not designed for extension - needs to be abstract, final or empty. 149
 Warning misc FinalParameters Parameter value should be final. 150
 Warning blocks LeftCurly '{' at column 42 should be on a new line. 150
 Warning design DesignForExtension Method 'getWARMUPPERIOD' is not designed for extension - needs to be abstract, final or empty. 162
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 163
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 164
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 166
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 166
 Warning design DesignForExtension Method 'setWARMUPPERIOD' is not designed for extension - needs to be abstract, final or empty. 179
 Warning misc FinalParameters Parameter value should be final. 180
 Warning blocks LeftCurly '{' at column 49 should be on a new line. 180
 Warning design DesignForExtension Method 'getRUNLENGTH' is not designed for extension - needs to be abstract, final or empty. 192
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 193
 Warning design DesignForExtension Method 'setRUNLENGTH' is not designed for extension - needs to be abstract, final or empty. 205
 Warning misc FinalParameters Parameter value should be final. 206
 Warning blocks LeftCurly '{' at column 46 should be on a new line. 206
 Warning design DesignForExtension Method 'getNUMBERREPLICATIONS' is not designed for extension - needs to be abstract, final or empty. 218
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 219
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 220
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 222
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 222
 Warning design DesignForExtension Method 'setNUMBERREPLICATIONS' is not designed for extension - needs to be abstract, final or empty. 235
 Warning misc FinalParameters Parameter value should be final. 236
 Warning blocks LeftCurly '{' at column 51 should be on a new line. 236
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 248
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 249
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 261
 Warning misc FinalParameters Parameter value should be final. 262
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 262
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 288
 Warning javadoc JavadocVariable Missing a Javadoc comment. 290
 Warning design VisibilityModifier Variable 'streamname' must be private and have accessor methods. 292
 Warning javadoc JavadocVariable Missing a Javadoc comment. 293
 Warning design VisibilityModifier Variable 'seeedvalue' must be private and have accessor methods. 295
 Warning design DesignForExtension Method 'getSTREAMNAME' is not designed for extension - needs to be abstract, final or empty. 305
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 306
 Warning design DesignForExtension Method 'setSTREAMNAME' is not designed for extension - needs to be abstract, final or empty. 318
 Warning misc FinalParameters Parameter value should be final. 319
 Warning blocks LeftCurly '{' at column 49 should be on a new line. 319
 Warning design DesignForExtension Method 'getSEEEDVALUE' is not designed for extension - needs to be abstract, final or empty. 331
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 332
 Warning design DesignForExtension Method 'setSEEEDVALUE' is not designed for extension - needs to be abstract, final or empty. 344
 Warning misc FinalParameters Parameter value should be final. 345
 Warning blocks LeftCurly '{' at column 53 should be on a new line. 345

org/opentrafficsim/xml/generated/SCENARIO.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 128 characters (found 136). 31
 Warning blocks LeftCurly '{' at column 23 should be on a new line. 46
 Warning javadoc JavadocVariable Missing a Javadoc comment. 48
 Warning design VisibilityModifier Variable 'parameter' must be private and have accessor methods. 50
 Warning javadoc JavadocMethod Expected an @return tag. 74
 Warning design DesignForExtension Method 'getPARAMETER' is not designed for extension - needs to be abstract, final or empty. 74
 Warning blocks LeftCurly '{' at column 47 should be on a new line. 75
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 76

org/opentrafficsim/xml/generated/SHORTESTROUTE.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 50
 Warning javadoc JavadocVariable Missing a Javadoc comment. 52
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 54
 Warning javadoc JavadocVariable Missing a Javadoc comment. 55
 Warning design VisibilityModifier Variable 'from' must be private and have accessor methods. 59
 Warning javadoc JavadocVariable Missing a Javadoc comment. 60
 Warning design VisibilityModifier Variable 'to' must be private and have accessor methods. 64
 Warning javadoc JavadocVariable Missing a Javadoc comment. 65
 Warning design VisibilityModifier Variable 'via' must be private and have accessor methods. 69
 Warning javadoc JavadocVariable Missing a Javadoc comment. 70
 Warning design VisibilityModifier Variable 'distancecost' must be private and have accessor methods. 72
 Warning javadoc JavadocVariable Missing a Javadoc comment. 73
 Warning design VisibilityModifier Variable 'timecost' must be private and have accessor methods. 75
 Warning javadoc JavadocVariable Missing a Javadoc comment. 76
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 79
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 89
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 90
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 102
 Warning misc FinalParameters Parameter value should be final. 103
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 103
 Warning design DesignForExtension Method 'getFROM' is not designed for extension - needs to be abstract, final or empty. 115
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 116
 Warning design DesignForExtension Method 'setFROM' is not designed for extension - needs to be abstract, final or empty. 128
 Warning misc FinalParameters Parameter value should be final. 129
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 129
 Warning design DesignForExtension Method 'getTO' is not designed for extension - needs to be abstract, final or empty. 141
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 142
 Warning design DesignForExtension Method 'setTO' is not designed for extension - needs to be abstract, final or empty. 154
 Warning misc FinalParameters Parameter value should be final. 155
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 155
 Warning javadoc JavadocMethod Expected an @return tag. 181
 Warning design DesignForExtension Method 'getVIA' is not designed for extension - needs to be abstract, final or empty. 181
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 182
 Warning blocks LeftCurly '{' at column 26 should be on a new line. 183
 Warning design DesignForExtension Method 'getDISTANCECOST' is not designed for extension - needs to be abstract, final or empty. 197
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 198
 Warning design DesignForExtension Method 'setDISTANCECOST' is not designed for extension - needs to be abstract, final or empty. 210
 Warning misc FinalParameters Parameter value should be final. 211
 Warning blocks LeftCurly '{' at column 47 should be on a new line. 211
 Warning design DesignForExtension Method 'getTIMECOST' is not designed for extension - needs to be abstract, final or empty. 223
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 224
 Warning design DesignForExtension Method 'setTIMECOST' is not designed for extension - needs to be abstract, final or empty. 236
 Warning misc FinalParameters Parameter value should be final. 237
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 237
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 249
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 250
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 262
 Warning misc FinalParameters Parameter value should be final. 263
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 263

org/opentrafficsim/xml/generated/SHORTESTROUTEMIX.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 31 should be on a new line. 59
 Warning javadoc JavadocVariable Missing a Javadoc comment. 61
 Warning design VisibilityModifier Variable 'shortestroute' must be private and have accessor methods. 63
 Warning javadoc JavadocVariable Missing a Javadoc comment. 64
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 66
 Warning javadoc JavadocVariable Missing a Javadoc comment. 67
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 70
 Warning javadoc JavadocMethod Expected an @return tag. 94
 Warning design DesignForExtension Method 'getSHORTESTROUTE' is not designed for extension - needs to be abstract, final or empty. 94
 Warning blocks LeftCurly '{' at column 68 should be on a new line. 95
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 96
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 110
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 111
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 123
 Warning misc FinalParameters Parameter value should be final. 124
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 124
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 136
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 137
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 149
 Warning misc FinalParameters Parameter value should be final. 150
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 150
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 176
 Warning javadoc JavadocVariable Missing a Javadoc comment. 178
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 180
 Warning javadoc JavadocVariable Missing a Javadoc comment. 181
 Warning design VisibilityModifier Variable 'weight' must be private and have accessor methods. 183
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 193
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 194
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 206
 Warning misc FinalParameters Parameter value should be final. 207
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 207
 Warning javadoc JavadocMethod Expected an @return tag. 215
 Warning design DesignForExtension Method 'getWEIGHT' is not designed for extension - needs to be abstract, final or empty. 215
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 216
 Warning design DesignForExtension Method 'setWEIGHT' is not designed for extension - needs to be abstract, final or empty. 224
 Warning misc FinalParameters Parameter value should be final. 225
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 225
 Warning blocks LeftCurly '{' at column 45 should be on a new line. 225

org/opentrafficsim/xml/generated/SIGNALGROUP.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 128 characters (found 139). 32
 Warning blocks LeftCurly '{' at column 26 should be on a new line. 48
 Warning javadoc JavadocVariable Missing a Javadoc comment. 50
 Warning design VisibilityModifier Variable 'trafficlight' must be private and have accessor methods. 52
 Warning javadoc JavadocVariable Missing a Javadoc comment. 53
 Warning design VisibilityModifier Variable 'id' must be private and have accessor methods. 55
 Warning javadoc JavadocMethod Expected an @return tag. 79
 Warning design DesignForExtension Method 'getTRAFFICLIGHT' is not designed for extension - needs to be abstract, final or empty. 79
 Warning blocks LeftCurly '{' at column 64 should be on a new line. 80
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 81
 Warning design DesignForExtension Method 'getID' is not designed for extension - needs to be abstract, final or empty. 95
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 96
 Warning design DesignForExtension Method 'setID' is not designed for extension - needs to be abstract, final or empty. 108
 Warning misc FinalParameters Parameter value should be final. 109
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 109

org/opentrafficsim/xml/generated/SIGNALGROUPTRAFFICLIGHTTYPE.java

Severity Category Rule Message Line
 Warning javadoc JavadocVariable Missing a Javadoc comment. 42
 Warning design VisibilityModifier Variable 'link' must be private and have accessor methods. 44
 Warning design DesignForExtension Method 'getLINK' is not designed for extension - needs to be abstract, final or empty. 54
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 55
 Warning design DesignForExtension Method 'setLINK' is not designed for extension - needs to be abstract, final or empty. 67
 Warning misc FinalParameters Parameter value should be final. 68
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 68

org/opentrafficsim/xml/generated/SIGNALGROUPTYPE.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 128 characters (found 139). 31
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 46
 Warning javadoc JavadocVariable Missing a Javadoc comment. 48
 Warning design VisibilityModifier Variable 'trafficlight' must be private and have accessor methods. 50
 Warning javadoc JavadocVariable Missing a Javadoc comment. 51
 Warning design VisibilityModifier Variable 'id' must be private and have accessor methods. 53
 Warning javadoc JavadocMethod Expected an @return tag. 77
 Warning design DesignForExtension Method 'getTRAFFICLIGHT' is not designed for extension - needs to be abstract, final or empty. 77
 Warning blocks LeftCurly '{' at column 64 should be on a new line. 78
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 79
 Warning design DesignForExtension Method 'getID' is not designed for extension - needs to be abstract, final or empty. 93
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 94
 Warning design DesignForExtension Method 'setID' is not designed for extension - needs to be abstract, final or empty. 106
 Warning misc FinalParameters Parameter value should be final. 107
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 107

org/opentrafficsim/xml/generated/TIME.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 19 should be on a new line. 45
 Warning javadoc JavadocVariable Missing a Javadoc comment. 47
 Warning design VisibilityModifier Variable 'value' must be private and have accessor methods. 50
 Warning javadoc JavadocVariable Missing a Javadoc comment. 51
 Warning design VisibilityModifier Variable 'base' must be private and have accessor methods. 54
 Warning design DesignForExtension Method 'getVALUE' is not designed for extension - needs to be abstract, final or empty. 64
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 65
 Warning design DesignForExtension Method 'setVALUE' is not designed for extension - needs to be abstract, final or empty. 77
 Warning misc FinalParameters Parameter value should be final. 78
 Warning coding HiddenField 'value' hides a field. 78
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 78
 Warning design DesignForExtension Method 'getBase' is not designed for extension - needs to be abstract, final or empty. 90
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 91
 Warning design DesignForExtension Method 'setBase' is not designed for extension - needs to be abstract, final or empty. 103
 Warning misc FinalParameters Parameter value should be final. 104
 Warning coding HiddenField 'value' hides a field. 104
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 104

org/opentrafficsim/xml/generated/TRAFFICLIGHTTYPE.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 31 should be on a new line. 50
 Warning javadoc JavadocVariable Missing a Javadoc comment. 52
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 54
 Warning javadoc JavadocVariable Missing a Javadoc comment. 55
 Warning design VisibilityModifier Variable 'lane' must be private and have accessor methods. 57
 Warning javadoc JavadocVariable Missing a Javadoc comment. 58
 Warning design VisibilityModifier Variable 'position' must be private and have accessor methods. 61
 Warning javadoc JavadocVariable Missing a Javadoc comment. 62
 Warning naming MemberName Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. 65
 Warning design VisibilityModifier Variable '_class' must be private and have accessor methods. 65
 Warning javadoc JavadocVariable Missing a Javadoc comment. 66
 Warning design VisibilityModifier Variable 'controller' must be private and have accessor methods. 68
 Warning design DesignForExtension Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. 78
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 79
 Warning design DesignForExtension Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. 91
 Warning misc FinalParameters Parameter value should be final. 92
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 92
 Warning design DesignForExtension Method 'getLANE' is not designed for extension - needs to be abstract, final or empty. 104
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 105
 Warning design DesignForExtension Method 'setLANE' is not designed for extension - needs to be abstract, final or empty. 117
 Warning misc FinalParameters Parameter value should be final. 118
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 118
 Warning design DesignForExtension Method 'getPOSITION' is not designed for extension - needs to be abstract, final or empty. 130
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 131
 Warning design DesignForExtension Method 'setPOSITION' is not designed for extension - needs to be abstract, final or empty. 143
 Warning misc FinalParameters Parameter value should be final. 144
 Warning blocks LeftCurly '{' at column 51 should be on a new line. 144
 Warning design DesignForExtension Method 'getCLASS' is not designed for extension - needs to be abstract, final or empty. 156
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 157
 Warning design DesignForExtension Method 'setCLASS' is not designed for extension - needs to be abstract, final or empty. 169
 Warning misc FinalParameters Parameter value should be final. 170
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 170
 Warning design DesignForExtension Method 'getCONTROLLER' is not designed for extension - needs to be abstract, final or empty. 182
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 183
 Warning design DesignForExtension Method 'setCONTROLLER' is not designed for extension - needs to be abstract, final or empty. 195
 Warning misc FinalParameters Parameter value should be final. 196
 Warning blocks LeftCurly '{' at column 45 should be on a new line. 196

org/opentrafficsim/xml/generated/package-info.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 128 characters (found 153). 8
 Warning javadoc JavadocStyle Missing a Javadoc comment. 9