Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files  Info  Warnings  Errors
20 16 385 0

Rules

Rule Violations Severity
JavadocPackage 3  Info
NewlineAtEndOfFile
  • lineSeparator: "crlf"
  • fileExtensions: "java"
2  Warning
Translation 0  Warning
FileLength 0  Warning
FileTabCharacter 0  Warning
RegexpSingleline
  • message: "Line has trailing spaces."
  • minimum: "0"
  • maximum: "0"
  • format: "\s+$"
0  
SuppressWarningsFilter 0  Error
JavadocMethod 77  Warning
JavadocType 1  Warning
JavadocVariable 38  Warning
JavadocStyle 7  Warning
ConstantName 4  Warning
LocalFinalVariableName 0  Warning
LocalVariableName 1  Warning
MemberName 6  Warning
MethodName 7  Warning
PackageName 0  Warning
ParameterName 0  Warning
StaticVariableName 0  Warning
TypeName
  • format: "^[A-Z][a-zA-Z0-9_]*$"
1  Warning
AvoidStarImport 0  Warning
IllegalImport 0  Warning
RedundantImport 0  Warning
UnusedImports 0  Warning
LineLength
  • max: "128"
4  Info
MethodLength 4  Info
ParameterNumber 5  Info
EmptyForIteratorPad 0  Warning
GenericWhitespace 0  Warning
MethodParamPad 0  Warning
NoWhitespaceAfter 1  Warning
NoWhitespaceBefore 0  Warning
OperatorWrap 0  Warning
ParenPad 0  Warning
TypecastParenPad 0  Warning
WhitespaceAfter 3  Warning
WhitespaceAround
  • tokens: "ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LE, LITERAL_ASSERT, LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_RETURN, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN, TYPE_EXTENSION_AND"
0  Warning
ModifierOrder 0  Warning
RedundantModifier 0  Warning
AvoidNestedBlocks 0  Warning
EmptyBlock 5  Warning
LeftCurly
  • maxLineLength: "128"
  • option: "nl"
0  Warning
NeedBraces 11  Warning
RightCurly
  • tokens: "LITERAL_TRY, LITERAL_CATCH, LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE"
  • option: "alone"
1  Warning
AvoidInlineConditionals 0  
EmptyStatement 0  Warning
EqualsHashCode 0  Warning
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
13  Warning
IllegalInstantiation 0  Warning
InnerAssignment 0  Warning
MagicNumber 0  
MissingSwitchDefault 0  Warning
RedundantThrows 0  Warning
SimplifyBooleanExpression 0  Warning
SimplifyBooleanReturn 0  Warning
DesignForExtension 21  Warning
FinalClass 0  Warning
HideUtilityClassConstructor 2  Warning
InterfaceIsType 0  Warning
VisibilityModifier 84  Warning
ArrayTypeStyle 2  Warning
FinalParameters 99  Warning
TodoComment 0  Warning
UpperEll 0  Warning
SuppressWarningsHolder 0  Warning

Details

SparseMatrixProblem.java

Severity Message Line
 Info Missing package-info.java file.
 Warning Utility classes should not have a public or default constructor. 14
 Warning '{' is followed by whitespace. 23

org/opentrafficsim/demo/carFollowing/CircularLane.java

Severity Message Line
 Warning Expected @throws tag for 'RemoteException'. 104
 Warning Expected @throws tag for 'SimRuntimeException'. 104
 Warning 'properties' hides a field. 114
 Warning Method 'buildSimulator' is not designed for extension - needs to be abstract, final or empty. 154
 Warning Parameter userModifiedProperties should be final. 154
 Warning Expected @param tag for 'userModifiedProperties'. 154
 Warning Method 'shortName' is not designed for extension - needs to be abstract, final or empty. 252
 Warning Method 'description' is not designed for extension - needs to be abstract, final or empty. 259
 Warning Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. 270
 Warning Variable 'carFollowingModelCars' must be private and have accessor methods. 299
 Warning Variable 'carFollowingModelTrucks' must be private and have accessor methods. 302
 Warning Variable 'carProbability' must be private and have accessor methods. 305
 Warning Variable 'cars' must be private and have accessor methods. 308
 Warning Variable 'lane1' must be private and have accessor methods. 314
 Warning Variable 'lane2' must be private and have accessor methods. 314
 Warning Variable 'speedLimit' must be private and have accessor methods. 317
 Warning First sentence should end with a period. 325
 Warning Variable 'properties' must be private and have accessor methods. 326
 Warning Variable 'randomGenerator' must be private and have accessor methods. 329
 Warning Parameter properties should be final. 334
 Warning Expected @param tag for 'properties'. 334
 Info Method length is 175 lines (max allowed is 150). 340
 Warning Parameter theSimulator should be final. 341
 Warning Parameter lane should be final. 566
 Warning Expected @param tag for 'lane'. 566
 Warning Parameter initialPosition should be final. 566
 Warning Expected @param tag for 'initialPosition'. 566
 Info More than 7 parameters (found 8). 643
 Warning Parameter gtuType should be final. 643
 Warning Parameter vehicleLength should be final. 644
 Warning Expected @throws tag for 'SimRuntimeException'. 647
 Warning Expected @throws tag for 'NetworkException'. 648

org/opentrafficsim/demo/carFollowing/CircularRoad.java

Severity Message Line
 Warning Expected @throws tag for 'RemoteException'. 120
 Warning Expected @throws tag for 'SimRuntimeException'. 120
 Warning 'properties' hides a field. 130
 Warning Method 'buildSimulator' is not designed for extension - needs to be abstract, final or empty. 170
 Warning Parameter userModifiedProperties should be final. 170
 Warning Expected @param tag for 'userModifiedProperties'. 170
 Warning Method 'shortName' is not designed for extension - needs to be abstract, final or empty. 270
 Warning Method 'description' is not designed for extension - needs to be abstract, final or empty. 277
 Warning Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. 288
 Warning Variable 'simulator' must be private and have accessor methods. 311
 Warning Variable 'carFollowingModelCars' must be private and have accessor methods. 317
 Warning Variable 'carFollowingModelTrucks' must be private and have accessor methods. 320
 Warning Variable 'carProbability' must be private and have accessor methods. 323
 Warning Variable 'laneChangeModel' must be private and have accessor methods. 326
 Warning Variable 'cars' must be private and have accessor methods. 329
 Warning Variable 'lanes' must be private and have accessor methods. 335
 Warning Variable 'speedLimit' must be private and have accessor methods. 338
 Warning First sentence should end with a period. 343
 Warning Variable 'properties' must be private and have accessor methods. 344
 Warning Variable 'randomGenerator' must be private and have accessor methods. 347
 Warning Parameter properties should be final. 352
 Warning Expected @param tag for 'properties'. 352
 Info Method length is 176 lines (max allowed is 150). 358
 Warning Parameter theSimulator should be final. 359
 Warning Parameter lane should be final. 544
 Warning Expected @param tag for 'lane'. 544
 Warning Parameter initialPosition should be final. 583
 Warning Expected @param tag for 'initialPosition'. 583
 Warning Parameter laneIndex should be final. 583
 Warning Expected @param tag for 'laneIndex'. 583
 Warning Parameter gtuType should be final. 583
 Warning Expected @param tag for 'gtuType'. 583
 Warning Expected @throws tag for 'NetworkException'. 584
 Warning Expected @throws tag for 'SimRuntimeException'. 584
 Info More than 7 parameters (found 8). 653
 Warning Parameter gtuType should be final. 653
 Warning Parameter vehicleLength should be final. 654
 Warning Expected @throws tag for 'NetworkException'. 657
 Warning Expected @throws tag for 'SimRuntimeException'. 658
 Warning Parameter relativePosition should be final. 831
 Warning Parameter carsInLane should be final. 831
 Warning Parameter laneIndex should be final. 868
 Warning Parameter list should be final. 927
 Warning Parameter laneIndex should be final. 969
 Warning Parameter theSimulator should be final. 995
 Warning Parameter errorMessage should be final. 995

org/opentrafficsim/demo/carFollowing/FundamentalDiagrams.java

Severity Message Line
 Info Line is longer than 128 characters (found 135). 78
 Warning Expected @throws tag for 'RemoteException'. 97
 Warning Expected @throws tag for 'SimRuntimeException'. 97
 Warning Method 'buildSimulator' is not designed for extension - needs to be abstract, final or empty. 124
 Warning Parameter userModifiedProperties should be final. 124
 Warning Expected @param tag for 'userModifiedProperties'. 124
 Warning Expected @throws tag for 'RemoteException'. 125
 Warning Expected @throws tag for 'SimRuntimeException'. 125
 Warning Method 'shortName' is not designed for extension - needs to be abstract, final or empty. 188
 Warning Method 'description' is not designed for extension - needs to be abstract, final or empty. 195
 Warning Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. 207
 Warning Variable 'carFollowingModelCars' must be private and have accessor methods. 242
 Warning Variable 'carFollowingModelTrucks' must be private and have accessor methods. 245
 Warning Variable 'carProbability' must be private and have accessor methods. 248
 Warning Variable 'cars' must be private and have accessor methods. 251
 Warning Variable 'block' must be private and have accessor methods. 254
 Warning Variable 'lane' must be private and have accessor methods. 263
 Warning Variable 'speedLimit' must be private and have accessor methods. 266
 Warning First sentence should end with a period. 271
 Warning Variable 'properties' must be private and have accessor methods. 272
 Warning Variable 'randomGenerator' must be private and have accessor methods. 275
 Warning Parameter properties should be final. 280
 Warning Expected @param tag for 'properties'. 280
 Warning Unused @throws tag for 'NamingException'. 427
 Info More than 7 parameters (found 8). 519
 Warning Parameter gtuType should be final. 519
 Warning Parameter vehicleLength should be final. 520
 Info Line is longer than 128 characters (found 138). 523
 Warning 'lane' hides a field. 550
 Warning Expected @throws tag for 'RemoteException'. 589

org/opentrafficsim/demo/carFollowing/SuperDemo.java

Severity Message Line
 Warning Variable 'propertyPanel' must be private and have accessor methods. 67
 Warning Variable 'simulationSelection' must be private and have accessor methods. 70
 Warning Variable 'activeProperties' must be private and have accessor methods. 73
 Warning Parameter args should be final. 79
 Warning Method 'buildGUI' is not designed for extension - needs to be abstract, final or empty. 95
 Warning Parameter e should be final. 136
 Warning Parameter e should be final. 161
 Warning Method 'rebuildPropertyPanel' is not designed for extension - needs to be abstract, final or empty. 215
 Warning Method 'makePropertyEditor' is not designed for extension - needs to be abstract, final or empty. 301
 Info Method length is 202 lines (max allowed is 150). 301
 Warning Parameter ap should be final. 301
 Warning Parameter itemEvent should be final. 315
 Warning Parameter actionEvent should be final. 338
 Warning Parameter arg0 should be final. 362
 Warning Parameter changeEvent should be final. 396
 Warning Parameter changeEvent should be final. 436
 Warning Parameter arg0 should be final. 471
 Warning Variable 'simulation' must be private and have accessor methods. 513
 Warning Parameter simulation should be final. 519
 Warning Expected @param tag for 'simulation'. 519

org/opentrafficsim/demo/carFollowing/Trajectories.java

Severity Message Line
 Warning Expected @throws tag for 'RemoteException'. 94
 Warning Expected @throws tag for 'SimRuntimeException'. 94
 Warning Method 'buildSimulator' is not designed for extension - needs to be abstract, final or empty. 122
 Warning Parameter userModifiedProperties should be final. 122
 Warning Expected @param tag for 'userModifiedProperties'. 122
 Warning Expected @throws tag for 'RemoteException'. 122
 Warning Expected @throws tag for 'SimRuntimeException'. 123
 Warning Method 'shortName' is not designed for extension - needs to be abstract, final or empty. 180
 Warning Method 'description' is not designed for extension - needs to be abstract, final or empty. 187
 Warning Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. 199
 Warning Variable 'carFollowingModelCars' must be private and have accessor methods. 237
 Warning Variable 'carFollowingModelTrucks' must be private and have accessor methods. 240
 Warning Variable 'carProbability' must be private and have accessor methods. 243
 Warning Variable 'cars' must be private and have accessor methods. 246
 Warning Variable 'block' must be private and have accessor methods. 249
 Warning Variable 'maximumDistance' must be private and have accessor methods. 255
 Warning Variable 'lane' must be private and have accessor methods. 258
 Warning Variable 'speedLimit' must be private and have accessor methods. 261
 Warning First sentence should end with a period. 266
 Warning Variable 'properties' must be private and have accessor methods. 267
 Warning Variable 'randomGenerator' must be private and have accessor methods. 270
 Warning Parameter properties should be final. 275
 Warning Expected @param tag for 'properties'. 275
 Warning Expected @throws tag for 'SimRuntimeException'. 393
 Warning Expected @throws tag for 'NetworkException'. 393
 Info More than 7 parameters (found 8). 470
 Warning Parameter gtuType should be final. 470
 Warning Parameter vehicleLength should be final. 471
 Warning Expected @throws tag for 'SimRuntimeException'. 474
 Warning Expected @throws tag for 'NetworkException'. 475
 Warning Must have at least one statement. 532

org/opentrafficsim/demo/carFollowing/newGUI.java

Severity Message Line
 Warning Missing a Javadoc comment. 70
 Warning Name 'grid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 70
 Warning Missing a Javadoc comment. 72
 Warning Missing a Javadoc comment. 78
 Warning Name 'newGUI' must match pattern '^[A-Z][a-zA-Z0-9_]*$'. 78
 Warning Missing a Javadoc comment. 81
 Warning Variable 'f' must be private and have accessor methods. 81
 Warning Missing a Javadoc comment. 83
 Warning Variable 'networkPanel' must be private and have accessor methods. 83
 Warning Missing a Javadoc comment. 85
 Warning Variable 'modelPanel' must be private and have accessor methods. 85
 Warning Missing a Javadoc comment. 87
 Warning Variable 'inputPanel' must be private and have accessor methods. 87
 Warning Missing a Javadoc comment. 89
 Warning Variable 'outputPanel' must be private and have accessor methods. 89
 Warning Missing a Javadoc comment. 91
 Warning Variable 'settingPanel' must be private and have accessor methods. 91
 Warning Missing a Javadoc comment. 93
 Warning Variable 'simPanel' must be private and have accessor methods. 93
 Warning Missing a Javadoc comment. 95
 Warning Variable 'statPanel' must be private and have accessor methods. 95
 Warning Missing a Javadoc comment. 97
 Warning Variable 'networkLabel' must be private and have accessor methods. 97
 Warning Missing a Javadoc comment. 99
 Warning Variable 'modelLabel' must be private and have accessor methods. 99
 Warning Missing a Javadoc comment. 101
 Warning Variable 'networkDescriptor' must be private and have accessor methods. 101
 Warning Missing a Javadoc comment. 103
 Warning Variable 'networkButtonGroup' must be private and have accessor methods. 103
 Warning Missing a Javadoc comment. 106
 Warning Variable 'circularLaneBtnGroup' must be private and have accessor methods. 106
 Warning Missing a Javadoc comment. 108
 Warning Variable 'circularRoadBtnGroup' must be private and have accessor methods. 108
 Warning Missing a Javadoc comment. 110
 Warning Variable 'directLaneBtnGroup' must be private and have accessor methods. 110
 Warning Missing a Javadoc comment. 112
 Warning Name 'mb_network' must match pattern '^[a-z][a-zA-Z0-9]*$'. 112
 Warning Missing a Javadoc comment. 114
 Warning Name 'mb_model' must match pattern '^[a-z][a-zA-Z0-9]*$'. 114
 Warning Missing a Javadoc comment. 116
 Warning Variable 'network' must be private and have accessor methods. 116
 Warning Missing a Javadoc comment. 118
 Warning Variable 'model' must be private and have accessor methods. 118
 Warning Missing a Javadoc comment. 120
 Warning Variable 'circularLane' must be private and have accessor methods. 120
 Warning Missing a Javadoc comment. 122
 Warning Variable 'circularRoad' must be private and have accessor methods. 122
 Warning Missing a Javadoc comment. 124
 Warning Variable 'directLane' must be private and have accessor methods. 124
 Warning Missing a Javadoc comment. 126
 Warning Variable 'customorize' must be private and have accessor methods. 126
 Warning Missing a Javadoc comment. 128
 Warning Variable 'micro' must be private and have accessor methods. 128
 Warning Missing a Javadoc comment. 130
 Warning Variable 'macro' must be private and have accessor methods. 130
 Warning Missing a Javadoc comment. 132
 Warning Variable 'meta' must be private and have accessor methods. 132
 Warning Missing a Javadoc comment. 134
 Warning Name 'CF' must match pattern '^[a-z][a-zA-Z0-9]*$'. 134
 Warning Variable 'CF' must be private and have accessor methods. 134
 Warning Missing a Javadoc comment. 136
 Warning Name 'LC' must match pattern '^[a-z][a-zA-Z0-9]*$'. 136
 Warning Variable 'LC' must be private and have accessor methods. 136
 Warning Missing a Javadoc comment. 138
 Warning Name 'IDM' must match pattern '^[a-z][a-zA-Z0-9]*$'. 138
 Warning Variable 'IDM' must be private and have accessor methods. 138
 Warning Missing a Javadoc comment. 140
 Warning Name 'Mobil' must match pattern '^[a-z][a-zA-Z0-9]*$'. 140
 Warning Variable 'Mobil' must be private and have accessor methods. 140
 Warning Missing a Javadoc comment. 142
 Warning Variable 'spinner1' must be private and have accessor methods. 142
 Warning Missing a Javadoc comment. 144
 Warning Variable 'spinner2' must be private and have accessor methods. 144
 Warning Missing a Javadoc comment. 146
 Warning Variable 'spinner3' must be private and have accessor methods. 146
 Warning Missing a Javadoc comment. 148
 Warning Variable 'spinner4' must be private and have accessor methods. 148
 Warning Missing a Javadoc comment. 150
 Warning Variable 'spinner5' must be private and have accessor methods. 150
 Warning Missing a Javadoc comment. 152
 Warning Name 'settingPanel_conf' must match pattern '^[a-z][a-zA-Z0-9]*$'. 152
 Warning Missing a Javadoc comment. 163
 Warning Name 'networkPanel_conf' must match pattern '^[a-z][a-zA-Z0-9]*$'. 163
 Warning Parameter event should be final. 177
 Warning Parameter event should be final. 187
 Warning Parameter event should be final. 197
 Warning Parameter event should be final. 209
 Warning Missing a Javadoc comment. 225
 Warning Name 'modelPanel_conf' must match pattern '^[a-z][a-zA-Z0-9]*$'. 225
 Warning Parameter event should be final. 235
 Warning Parameter event should be final. 244
 Warning Missing a Javadoc comment. 265
 Warning Name 'inputPanel_conf' must match pattern '^[a-z][a-zA-Z0-9]*$'. 265
 Warning Parameter model should be final. 265
 Warning 'model' hides a field. 265
 Warning Missing a Javadoc comment. 288
 Warning Parameter first should be final. 288
 Warning Parameter second should be final. 288
 Warning Parameter third should be final. 288
 Warning Parameter fourth should be final. 288
 Warning Parameter fifth should be final. 288
 Warning Missing a Javadoc comment. 378
 Warning Variable 'showNewFrame' must be private and have accessor methods. 378
 Warning Missing a Javadoc comment. 380
 Warning Name 'outputPanel_conf' must match pattern '^[a-z][a-zA-Z0-9]*$'. 380
 Warning Parameter network should be final. 380
 Warning 'network' hides a field. 380
 Warning Name 'done_Btn' must match pattern '^[a-z][a-zA-Z0-9]*$'. 413
 Warning Parameter event should be final. 417
 Warning Method 'simPanel_conf' is not designed for extension - needs to be abstract, final or empty. 441
 Info Method length is 155 lines (max allowed is 150). 441
 Warning Missing a Javadoc comment. 441
 Warning Name 'simPanel_conf' must match pattern '^[a-z][a-zA-Z0-9]*$'. 441
 Warning Parameter network should be final. 441
 Warning 'network' hides a field. 441
 Warning 'model' hides a field. 449
 Warning 'model' hides a field. 501
 Warning 'model' hides a field. 560
 Warning Missing a Javadoc comment. 600
 Warning Parameter label should be final. 600
 Warning Parameter network should be final. 600
 Warning 'network' hides a field. 600
 Warning 'if' construct must use '{}'s. 610
 Warning 'if' construct must use '{}'s. 615
 Warning 'if' construct must use '{}'s. 620
 Warning Missing a Javadoc comment. 629
 Warning Variable 'separateFrame' must be private and have accessor methods. 629
 Warning Missing a Javadoc comment. 631
 Warning Parameter model should be final. 631
 Warning 'model' hides a field. 631
 Warning Missing a Javadoc comment. 695
 Warning Parameter model should be final. 695
 Warning 'model' hides a field. 695
 Warning Missing a Javadoc comment. 760
 Warning Parameter model should be final. 760
 Warning 'model' hides a field. 760
 Warning Method 'init' is not designed for extension - needs to be abstract, final or empty. 806
 Warning Missing a Javadoc comment. 806
 Warning Missing a Javadoc comment. 823
 Warning Parameter args should be final. 823

org/opentrafficsim/demo/geometry/TestGeometry.java

Severity Message Line
 Info Missing package-info.java file.

org/opentrafficsim/demo/geometry/TestModel.java

Severity Message Line
 Warning Expected @throws tag for 'NetworkException'. 176
 Warning Must have at least one statement. 242

org/opentrafficsim/demo/geometry/shape/ShapeFileReader.java

Severity Message Line
 Info Missing package-info.java file.
 Warning Name 'ReadNodes' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
 Warning Expected @throws tag for 'NetworkException'. 350
 Warning 'if' construct must use '{}'s. 358
 Warning 'if' construct must use '{}'s. 360
 Warning 'if' construct must use '{}'s. 362
 Warning 'if' construct must use '{}'s. 364
 Warning 'if' construct must use '{}'s. 366
 Warning 'if' construct must use '{}'s. 368
 Warning 'if' construct must use '{}'s. 375
 Warning 'if' construct must use '{}'s. 377
 Warning Expected @throws tag for 'NetworkException'. 396
 Warning Must have at least one statement. 452
 Warning Expected @throws tag for 'NetworkException'. 465
 Warning Expected @throws tag for 'NetworkException'. 507
 Warning Must have at least one statement. 521

org/opentrafficsim/demo/lanechange/LaneChangeGraph.java

Severity Message Line
 Warning Variable 'standardSpeeds' must be private and have accessor methods. 75
 Warning Array brackets at illegal position. 75
 Warning Variable 'mainWindow' must be private and have accessor methods. 78
 Warning Variable 'carFollowingModel' must be private and have accessor methods. 81
 Warning Variable 'charts' must be private and have accessor methods. 84
 Warning Name 'lowerBound' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 87
 Warning Name 'midPoint' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 90
 Warning Name 'upperBound' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 93
 Warning First sentence should end with a period. 95
 Warning Parameter mainPanel should be final. 100
 Warning Parameter args should be final. 115
 Warning Expected @throws tag for 'RemoteException'. 115
 Warning Expected @throws tag for 'NamingException'. 115
 Warning Expected @throws tag for 'NetworkException'. 115
 Warning Expected @throws tag for 'SimRuntimeException'. 115
 Warning ';' is not followed by whitespace. 146
 Warning ';' is not followed by whitespace. 147
 Warning Must have at least one statement. 160
 Warning Parameter low should be final. 209
 Warning Parameter high should be final. 210
 Warning Parameter referenceSpeed should be final. 210
 Warning Parameter speedDifference should be final. 211
 Warning Parameter laneChangeModel should be final. 211
 Warning Parameter mergeRight should be final. 211
 Warning Expected @throws tag for 'RemoteException'. 212
 Warning Expected @throws tag for 'NamingException'. 212
 Warning Expected @throws tag for 'SimRuntimeException'. 212
 Warning Array brackets at illegal position. 218
 Warning Expected an @return tag. 305
 Info More than 7 parameters (found 8). 305
 Warning Parameter referenceCar should be final. 305
 Warning Expected @param tag for 'referenceCar'. 305
 Warning Parameter sameLaneGTUs should be final. 306
 Warning Expected @param tag for 'sameLaneGTUs'. 306
 Warning Parameter speedLimit should be final. 306
 Warning Expected @param tag for 'speedLimit'. 306
 Warning Parameter laneChangeModel should be final. 307
 Warning Expected @param tag for 'laneChangeModel'. 307
 Warning Parameter otherCarPosition should be final. 307
 Warning Expected @param tag for 'otherCarPosition'. 307
 Warning Parameter otherCarLane should be final. 307
 Warning Expected @param tag for 'otherCarLane'. 307
 Info Line is longer than 128 characters (found 129). 308
 Warning Parameter deltaV should be final. 308
 Warning Expected @param tag for 'deltaV'. 308
 Warning Parameter mergeRight should be final. 308
 Warning Expected @param tag for 'mergeRight'. 308
 Warning Expected @throws tag for 'RemoteException'. 308
 Warning Expected @throws tag for 'NamingException'. 308
 Warning Expected an @return tag. 347
 Warning Parameter caption should be final. 347
 Warning Parameter speed should be final. 347
 Warning Variable 'xValues' must be private and have accessor methods. 378
 Warning Variable 'yValues' must be private and have accessor methods. 381
 Warning Variable 'seriesKeys' must be private and have accessor methods. 384
 Warning Parameter seriesName should be final. 397
 Warning First sentence should end with a period. 405
 Warning Parameter seriesKey should be final. 411
 Warning Parameter x should be final. 411
 Warning Parameter y should be final. 411
 Warning Parameter series should be final. 426
 Warning Parameter seriesKey should be final. 433
 Warning Parameter listener should be final. 440
 Warning Parameter listener should be final. 447
 Warning Parameter group should be final. 461
 Warning Parameter series should be final. 475
 Warning Parameter series should be final. 482
 Warning Parameter item should be final. 482
 Warning Parameter series should be final. 489
 Warning Parameter item should be final. 489
 Warning Parameter series should be final. 496
 Warning Parameter item should be final. 496
 Warning Parameter series should be final. 503
 Warning Parameter item should be final. 503

org/opentrafficsim/demo/lanechange/package-info.java

Severity Message Line
 Warning File does not end with a newline.

osm/ReadOSM.java

Severity Message Line
 Warning Utility classes should not have a public or default constructor. 21
 Info Line is longer than 128 characters (found 133). 150
 Warning '}' should be on a new line. 156

osm/package-info.java

Severity Message Line
 Warning File does not end with a newline.
 Warning Extra HTML tag found: </a> 8