The following document contains the results of Checkstyle. 
| Rule | Violations | Severity |
|---|---|---|
| JavadocPackage | 3 | |
NewlineAtEndOfFile
|
2 | |
| Translation | 0 | |
| FileLength | 0 | |
| FileTabCharacter | 0 | |
RegexpSingleline
|
0 | |
| SuppressWarningsFilter | 0 | |
| JavadocMethod | 77 | |
| JavadocType | 1 | |
| JavadocVariable | 38 | |
| JavadocStyle | 7 | |
| ConstantName | 4 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 1 | |
| MemberName | 6 | |
| MethodName | 7 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
TypeName
|
1 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
LineLength
|
4 | |
| MethodLength | 4 | |
| ParameterNumber | 5 | |
| EmptyForIteratorPad | 0 | |
| GenericWhitespace | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 1 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 3 | |
WhitespaceAround
|
0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 5 | |
LeftCurly
|
0 | |
| NeedBraces | 11 | |
RightCurly
|
1 | |
| AvoidInlineConditionals | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
|
13 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 21 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 2 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 84 | |
| ArrayTypeStyle | 2 | |
| FinalParameters | 99 | |
| TodoComment | 0 | |
| UpperEll | 0 | |
| SuppressWarningsHolder | 0 |
| Severity | Message | Line |
|---|---|---|
| Missing package-info.java file. | ||
| Utility classes should not have a public or default constructor. | 14 | |
| '{' is followed by whitespace. | 23 |
| Severity | Message | Line |
|---|---|---|
| Expected @throws tag for 'RemoteException'. | 104 | |
| Expected @throws tag for 'SimRuntimeException'. | 104 | |
| 'properties' hides a field. | 114 | |
| Method 'buildSimulator' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| Parameter userModifiedProperties should be final. | 154 | |
| Expected @param tag for 'userModifiedProperties'. | 154 | |
| Method 'shortName' is not designed for extension - needs to be abstract, final or empty. | 252 | |
| Method 'description' is not designed for extension - needs to be abstract, final or empty. | 259 | |
| Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 270 | |
| Variable 'carFollowingModelCars' must be private and have accessor methods. | 299 | |
| Variable 'carFollowingModelTrucks' must be private and have accessor methods. | 302 | |
| Variable 'carProbability' must be private and have accessor methods. | 305 | |
| Variable 'cars' must be private and have accessor methods. | 308 | |
| Variable 'lane1' must be private and have accessor methods. | 314 | |
| Variable 'lane2' must be private and have accessor methods. | 314 | |
| Variable 'speedLimit' must be private and have accessor methods. | 317 | |
| First sentence should end with a period. | 325 | |
| Variable 'properties' must be private and have accessor methods. | 326 | |
| Variable 'randomGenerator' must be private and have accessor methods. | 329 | |
| Parameter properties should be final. | 334 | |
| Expected @param tag for 'properties'. | 334 | |
| Method length is 175 lines (max allowed is 150). | 340 | |
| Parameter theSimulator should be final. | 341 | |
| Parameter lane should be final. | 566 | |
| Expected @param tag for 'lane'. | 566 | |
| Parameter initialPosition should be final. | 566 | |
| Expected @param tag for 'initialPosition'. | 566 | |
| More than 7 parameters (found 8). | 643 | |
| Parameter gtuType should be final. | 643 | |
| Parameter vehicleLength should be final. | 644 | |
| Expected @throws tag for 'SimRuntimeException'. | 647 | |
| Expected @throws tag for 'NetworkException'. | 648 |
| Severity | Message | Line |
|---|---|---|
| Expected @throws tag for 'RemoteException'. | 120 | |
| Expected @throws tag for 'SimRuntimeException'. | 120 | |
| 'properties' hides a field. | 130 | |
| Method 'buildSimulator' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| Parameter userModifiedProperties should be final. | 170 | |
| Expected @param tag for 'userModifiedProperties'. | 170 | |
| Method 'shortName' is not designed for extension - needs to be abstract, final or empty. | 270 | |
| Method 'description' is not designed for extension - needs to be abstract, final or empty. | 277 | |
| Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 288 | |
| Variable 'simulator' must be private and have accessor methods. | 311 | |
| Variable 'carFollowingModelCars' must be private and have accessor methods. | 317 | |
| Variable 'carFollowingModelTrucks' must be private and have accessor methods. | 320 | |
| Variable 'carProbability' must be private and have accessor methods. | 323 | |
| Variable 'laneChangeModel' must be private and have accessor methods. | 326 | |
| Variable 'cars' must be private and have accessor methods. | 329 | |
| Variable 'lanes' must be private and have accessor methods. | 335 | |
| Variable 'speedLimit' must be private and have accessor methods. | 338 | |
| First sentence should end with a period. | 343 | |
| Variable 'properties' must be private and have accessor methods. | 344 | |
| Variable 'randomGenerator' must be private and have accessor methods. | 347 | |
| Parameter properties should be final. | 352 | |
| Expected @param tag for 'properties'. | 352 | |
| Method length is 176 lines (max allowed is 150). | 358 | |
| Parameter theSimulator should be final. | 359 | |
| Parameter lane should be final. | 544 | |
| Expected @param tag for 'lane'. | 544 | |
| Parameter initialPosition should be final. | 583 | |
| Expected @param tag for 'initialPosition'. | 583 | |
| Parameter laneIndex should be final. | 583 | |
| Expected @param tag for 'laneIndex'. | 583 | |
| Parameter gtuType should be final. | 583 | |
| Expected @param tag for 'gtuType'. | 583 | |
| Expected @throws tag for 'NetworkException'. | 584 | |
| Expected @throws tag for 'SimRuntimeException'. | 584 | |
| More than 7 parameters (found 8). | 653 | |
| Parameter gtuType should be final. | 653 | |
| Parameter vehicleLength should be final. | 654 | |
| Expected @throws tag for 'NetworkException'. | 657 | |
| Expected @throws tag for 'SimRuntimeException'. | 658 | |
| Parameter relativePosition should be final. | 831 | |
| Parameter carsInLane should be final. | 831 | |
| Parameter laneIndex should be final. | 868 | |
| Parameter list should be final. | 927 | |
| Parameter laneIndex should be final. | 969 | |
| Parameter theSimulator should be final. | 995 | |
| Parameter errorMessage should be final. | 995 |
| Severity | Message | Line |
|---|---|---|
| Line is longer than 128 characters (found 135). | 78 | |
| Expected @throws tag for 'RemoteException'. | 97 | |
| Expected @throws tag for 'SimRuntimeException'. | 97 | |
| Method 'buildSimulator' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Parameter userModifiedProperties should be final. | 124 | |
| Expected @param tag for 'userModifiedProperties'. | 124 | |
| Expected @throws tag for 'RemoteException'. | 125 | |
| Expected @throws tag for 'SimRuntimeException'. | 125 | |
| Method 'shortName' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| Method 'description' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| Variable 'carFollowingModelCars' must be private and have accessor methods. | 242 | |
| Variable 'carFollowingModelTrucks' must be private and have accessor methods. | 245 | |
| Variable 'carProbability' must be private and have accessor methods. | 248 | |
| Variable 'cars' must be private and have accessor methods. | 251 | |
| Variable 'block' must be private and have accessor methods. | 254 | |
| Variable 'lane' must be private and have accessor methods. | 263 | |
| Variable 'speedLimit' must be private and have accessor methods. | 266 | |
| First sentence should end with a period. | 271 | |
| Variable 'properties' must be private and have accessor methods. | 272 | |
| Variable 'randomGenerator' must be private and have accessor methods. | 275 | |
| Parameter properties should be final. | 280 | |
| Expected @param tag for 'properties'. | 280 | |
| Unused @throws tag for 'NamingException'. | 427 | |
| More than 7 parameters (found 8). | 519 | |
| Parameter gtuType should be final. | 519 | |
| Parameter vehicleLength should be final. | 520 | |
| Line is longer than 128 characters (found 138). | 523 | |
| 'lane' hides a field. | 550 | |
| Expected @throws tag for 'RemoteException'. | 589 |
| Severity | Message | Line |
|---|---|---|
| Variable 'propertyPanel' must be private and have accessor methods. | 67 | |
| Variable 'simulationSelection' must be private and have accessor methods. | 70 | |
| Variable 'activeProperties' must be private and have accessor methods. | 73 | |
| Parameter args should be final. | 79 | |
| Method 'buildGUI' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Parameter e should be final. | 136 | |
| Parameter e should be final. | 161 | |
| Method 'rebuildPropertyPanel' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| Method 'makePropertyEditor' is not designed for extension - needs to be abstract, final or empty. | 301 | |
| Method length is 202 lines (max allowed is 150). | 301 | |
| Parameter ap should be final. | 301 | |
| Parameter itemEvent should be final. | 315 | |
| Parameter actionEvent should be final. | 338 | |
| Parameter arg0 should be final. | 362 | |
| Parameter changeEvent should be final. | 396 | |
| Parameter changeEvent should be final. | 436 | |
| Parameter arg0 should be final. | 471 | |
| Variable 'simulation' must be private and have accessor methods. | 513 | |
| Parameter simulation should be final. | 519 | |
| Expected @param tag for 'simulation'. | 519 |
| Severity | Message | Line |
|---|---|---|
| Expected @throws tag for 'RemoteException'. | 94 | |
| Expected @throws tag for 'SimRuntimeException'. | 94 | |
| Method 'buildSimulator' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| Parameter userModifiedProperties should be final. | 122 | |
| Expected @param tag for 'userModifiedProperties'. | 122 | |
| Expected @throws tag for 'RemoteException'. | 122 | |
| Expected @throws tag for 'SimRuntimeException'. | 123 | |
| Method 'shortName' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| Method 'description' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| Variable 'carFollowingModelCars' must be private and have accessor methods. | 237 | |
| Variable 'carFollowingModelTrucks' must be private and have accessor methods. | 240 | |
| Variable 'carProbability' must be private and have accessor methods. | 243 | |
| Variable 'cars' must be private and have accessor methods. | 246 | |
| Variable 'block' must be private and have accessor methods. | 249 | |
| Variable 'maximumDistance' must be private and have accessor methods. | 255 | |
| Variable 'lane' must be private and have accessor methods. | 258 | |
| Variable 'speedLimit' must be private and have accessor methods. | 261 | |
| First sentence should end with a period. | 266 | |
| Variable 'properties' must be private and have accessor methods. | 267 | |
| Variable 'randomGenerator' must be private and have accessor methods. | 270 | |
| Parameter properties should be final. | 275 | |
| Expected @param tag for 'properties'. | 275 | |
| Expected @throws tag for 'SimRuntimeException'. | 393 | |
| Expected @throws tag for 'NetworkException'. | 393 | |
| More than 7 parameters (found 8). | 470 | |
| Parameter gtuType should be final. | 470 | |
| Parameter vehicleLength should be final. | 471 | |
| Expected @throws tag for 'SimRuntimeException'. | 474 | |
| Expected @throws tag for 'NetworkException'. | 475 | |
| Must have at least one statement. | 532 |
| Severity | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 70 | |
| Name 'grid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 78 | |
| Name 'newGUI' must match pattern '^[A-Z][a-zA-Z0-9_]*$'. | 78 | |
| Missing a Javadoc comment. | 81 | |
| Variable 'f' must be private and have accessor methods. | 81 | |
| Missing a Javadoc comment. | 83 | |
| Variable 'networkPanel' must be private and have accessor methods. | 83 | |
| Missing a Javadoc comment. | 85 | |
| Variable 'modelPanel' must be private and have accessor methods. | 85 | |
| Missing a Javadoc comment. | 87 | |
| Variable 'inputPanel' must be private and have accessor methods. | 87 | |
| Missing a Javadoc comment. | 89 | |
| Variable 'outputPanel' must be private and have accessor methods. | 89 | |
| Missing a Javadoc comment. | 91 | |
| Variable 'settingPanel' must be private and have accessor methods. | 91 | |
| Missing a Javadoc comment. | 93 | |
| Variable 'simPanel' must be private and have accessor methods. | 93 | |
| Missing a Javadoc comment. | 95 | |
| Variable 'statPanel' must be private and have accessor methods. | 95 | |
| Missing a Javadoc comment. | 97 | |
| Variable 'networkLabel' must be private and have accessor methods. | 97 | |
| Missing a Javadoc comment. | 99 | |
| Variable 'modelLabel' must be private and have accessor methods. | 99 | |
| Missing a Javadoc comment. | 101 | |
| Variable 'networkDescriptor' must be private and have accessor methods. | 101 | |
| Missing a Javadoc comment. | 103 | |
| Variable 'networkButtonGroup' must be private and have accessor methods. | 103 | |
| Missing a Javadoc comment. | 106 | |
| Variable 'circularLaneBtnGroup' must be private and have accessor methods. | 106 | |
| Missing a Javadoc comment. | 108 | |
| Variable 'circularRoadBtnGroup' must be private and have accessor methods. | 108 | |
| Missing a Javadoc comment. | 110 | |
| Variable 'directLaneBtnGroup' must be private and have accessor methods. | 110 | |
| Missing a Javadoc comment. | 112 | |
| Name 'mb_network' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 | |
| Missing a Javadoc comment. | 114 | |
| Name 'mb_model' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
| Missing a Javadoc comment. | 116 | |
| Variable 'network' must be private and have accessor methods. | 116 | |
| Missing a Javadoc comment. | 118 | |
| Variable 'model' must be private and have accessor methods. | 118 | |
| Missing a Javadoc comment. | 120 | |
| Variable 'circularLane' must be private and have accessor methods. | 120 | |
| Missing a Javadoc comment. | 122 | |
| Variable 'circularRoad' must be private and have accessor methods. | 122 | |
| Missing a Javadoc comment. | 124 | |
| Variable 'directLane' must be private and have accessor methods. | 124 | |
| Missing a Javadoc comment. | 126 | |
| Variable 'customorize' must be private and have accessor methods. | 126 | |
| Missing a Javadoc comment. | 128 | |
| Variable 'micro' must be private and have accessor methods. | 128 | |
| Missing a Javadoc comment. | 130 | |
| Variable 'macro' must be private and have accessor methods. | 130 | |
| Missing a Javadoc comment. | 132 | |
| Variable 'meta' must be private and have accessor methods. | 132 | |
| Missing a Javadoc comment. | 134 | |
| Name 'CF' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 | |
| Variable 'CF' must be private and have accessor methods. | 134 | |
| Missing a Javadoc comment. | 136 | |
| Name 'LC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 | |
| Variable 'LC' must be private and have accessor methods. | 136 | |
| Missing a Javadoc comment. | 138 | |
| Name 'IDM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 | |
| Variable 'IDM' must be private and have accessor methods. | 138 | |
| Missing a Javadoc comment. | 140 | |
| Name 'Mobil' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 | |
| Variable 'Mobil' must be private and have accessor methods. | 140 | |
| Missing a Javadoc comment. | 142 | |
| Variable 'spinner1' must be private and have accessor methods. | 142 | |
| Missing a Javadoc comment. | 144 | |
| Variable 'spinner2' must be private and have accessor methods. | 144 | |
| Missing a Javadoc comment. | 146 | |
| Variable 'spinner3' must be private and have accessor methods. | 146 | |
| Missing a Javadoc comment. | 148 | |
| Variable 'spinner4' must be private and have accessor methods. | 148 | |
| Missing a Javadoc comment. | 150 | |
| Variable 'spinner5' must be private and have accessor methods. | 150 | |
| Missing a Javadoc comment. | 152 | |
| Name 'settingPanel_conf' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 152 | |
| Missing a Javadoc comment. | 163 | |
| Name 'networkPanel_conf' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 163 | |
| Parameter event should be final. | 177 | |
| Parameter event should be final. | 187 | |
| Parameter event should be final. | 197 | |
| Parameter event should be final. | 209 | |
| Missing a Javadoc comment. | 225 | |
| Name 'modelPanel_conf' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 225 | |
| Parameter event should be final. | 235 | |
| Parameter event should be final. | 244 | |
| Missing a Javadoc comment. | 265 | |
| Name 'inputPanel_conf' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 265 | |
| Parameter model should be final. | 265 | |
| 'model' hides a field. | 265 | |
| Missing a Javadoc comment. | 288 | |
| Parameter first should be final. | 288 | |
| Parameter second should be final. | 288 | |
| Parameter third should be final. | 288 | |
| Parameter fourth should be final. | 288 | |
| Parameter fifth should be final. | 288 | |
| Missing a Javadoc comment. | 378 | |
| Variable 'showNewFrame' must be private and have accessor methods. | 378 | |
| Missing a Javadoc comment. | 380 | |
| Name 'outputPanel_conf' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 380 | |
| Parameter network should be final. | 380 | |
| 'network' hides a field. | 380 | |
| Name 'done_Btn' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 413 | |
| Parameter event should be final. | 417 | |
| Method 'simPanel_conf' is not designed for extension - needs to be abstract, final or empty. | 441 | |
| Method length is 155 lines (max allowed is 150). | 441 | |
| Missing a Javadoc comment. | 441 | |
| Name 'simPanel_conf' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 441 | |
| Parameter network should be final. | 441 | |
| 'network' hides a field. | 441 | |
| 'model' hides a field. | 449 | |
| 'model' hides a field. | 501 | |
| 'model' hides a field. | 560 | |
| Missing a Javadoc comment. | 600 | |
| Parameter label should be final. | 600 | |
| Parameter network should be final. | 600 | |
| 'network' hides a field. | 600 | |
| 'if' construct must use '{}'s. | 610 | |
| 'if' construct must use '{}'s. | 615 | |
| 'if' construct must use '{}'s. | 620 | |
| Missing a Javadoc comment. | 629 | |
| Variable 'separateFrame' must be private and have accessor methods. | 629 | |
| Missing a Javadoc comment. | 631 | |
| Parameter model should be final. | 631 | |
| 'model' hides a field. | 631 | |
| Missing a Javadoc comment. | 695 | |
| Parameter model should be final. | 695 | |
| 'model' hides a field. | 695 | |
| Missing a Javadoc comment. | 760 | |
| Parameter model should be final. | 760 | |
| 'model' hides a field. | 760 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 806 | |
| Missing a Javadoc comment. | 806 | |
| Missing a Javadoc comment. | 823 | |
| Parameter args should be final. | 823 |
| Severity | Message | Line |
|---|---|---|
| Missing package-info.java file. |
| Severity | Message | Line |
|---|---|---|
| Expected @throws tag for 'NetworkException'. | 176 | |
| Must have at least one statement. | 242 |
| Severity | Message | Line |
|---|---|---|
| Missing package-info.java file. | ||
| Name 'ReadNodes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| Expected @throws tag for 'NetworkException'. | 350 | |
| 'if' construct must use '{}'s. | 358 | |
| 'if' construct must use '{}'s. | 360 | |
| 'if' construct must use '{}'s. | 362 | |
| 'if' construct must use '{}'s. | 364 | |
| 'if' construct must use '{}'s. | 366 | |
| 'if' construct must use '{}'s. | 368 | |
| 'if' construct must use '{}'s. | 375 | |
| 'if' construct must use '{}'s. | 377 | |
| Expected @throws tag for 'NetworkException'. | 396 | |
| Must have at least one statement. | 452 | |
| Expected @throws tag for 'NetworkException'. | 465 | |
| Expected @throws tag for 'NetworkException'. | 507 | |
| Must have at least one statement. | 521 |
| Severity | Message | Line |
|---|---|---|
| Variable 'standardSpeeds' must be private and have accessor methods. | 75 | |
| Array brackets at illegal position. | 75 | |
| Variable 'mainWindow' must be private and have accessor methods. | 78 | |
| Variable 'carFollowingModel' must be private and have accessor methods. | 81 | |
| Variable 'charts' must be private and have accessor methods. | 84 | |
| Name 'lowerBound' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 87 | |
| Name 'midPoint' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 90 | |
| Name 'upperBound' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 93 | |
| First sentence should end with a period. | 95 | |
| Parameter mainPanel should be final. | 100 | |
| Parameter args should be final. | 115 | |
| Expected @throws tag for 'RemoteException'. | 115 | |
| Expected @throws tag for 'NamingException'. | 115 | |
| Expected @throws tag for 'NetworkException'. | 115 | |
| Expected @throws tag for 'SimRuntimeException'. | 115 | |
| ';' is not followed by whitespace. | 146 | |
| ';' is not followed by whitespace. | 147 | |
| Must have at least one statement. | 160 | |
| Parameter low should be final. | 209 | |
| Parameter high should be final. | 210 | |
| Parameter referenceSpeed should be final. | 210 | |
| Parameter speedDifference should be final. | 211 | |
| Parameter laneChangeModel should be final. | 211 | |
| Parameter mergeRight should be final. | 211 | |
| Expected @throws tag for 'RemoteException'. | 212 | |
| Expected @throws tag for 'NamingException'. | 212 | |
| Expected @throws tag for 'SimRuntimeException'. | 212 | |
| Array brackets at illegal position. | 218 | |
| Expected an @return tag. | 305 | |
| More than 7 parameters (found 8). | 305 | |
| Parameter referenceCar should be final. | 305 | |
| Expected @param tag for 'referenceCar'. | 305 | |
| Parameter sameLaneGTUs should be final. | 306 | |
| Expected @param tag for 'sameLaneGTUs'. | 306 | |
| Parameter speedLimit should be final. | 306 | |
| Expected @param tag for 'speedLimit'. | 306 | |
| Parameter laneChangeModel should be final. | 307 | |
| Expected @param tag for 'laneChangeModel'. | 307 | |
| Parameter otherCarPosition should be final. | 307 | |
| Expected @param tag for 'otherCarPosition'. | 307 | |
| Parameter otherCarLane should be final. | 307 | |
| Expected @param tag for 'otherCarLane'. | 307 | |
| Line is longer than 128 characters (found 129). | 308 | |
| Parameter deltaV should be final. | 308 | |
| Expected @param tag for 'deltaV'. | 308 | |
| Parameter mergeRight should be final. | 308 | |
| Expected @param tag for 'mergeRight'. | 308 | |
| Expected @throws tag for 'RemoteException'. | 308 | |
| Expected @throws tag for 'NamingException'. | 308 | |
| Expected an @return tag. | 347 | |
| Parameter caption should be final. | 347 | |
| Parameter speed should be final. | 347 | |
| Variable 'xValues' must be private and have accessor methods. | 378 | |
| Variable 'yValues' must be private and have accessor methods. | 381 | |
| Variable 'seriesKeys' must be private and have accessor methods. | 384 | |
| Parameter seriesName should be final. | 397 | |
| First sentence should end with a period. | 405 | |
| Parameter seriesKey should be final. | 411 | |
| Parameter x should be final. | 411 | |
| Parameter y should be final. | 411 | |
| Parameter series should be final. | 426 | |
| Parameter seriesKey should be final. | 433 | |
| Parameter listener should be final. | 440 | |
| Parameter listener should be final. | 447 | |
| Parameter group should be final. | 461 | |
| Parameter series should be final. | 475 | |
| Parameter series should be final. | 482 | |
| Parameter item should be final. | 482 | |
| Parameter series should be final. | 489 | |
| Parameter item should be final. | 489 | |
| Parameter series should be final. | 496 | |
| Parameter item should be final. | 496 | |
| Parameter series should be final. | 503 | |
| Parameter item should be final. | 503 |
| Severity | Message | Line |
|---|---|---|
| File does not end with a newline. |
| Severity | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 21 | |
| Line is longer than 128 characters (found 133). | 150 | |
| '}' should be on a new line. | 156 |
| Severity | Message | Line |
|---|---|---|
| File does not end with a newline. | ||
| Extra HTML tag found: </a> | 8 |