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
65 11 270 0

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
12  Warning
NeedBraces 11  Warning
design DesignForExtension 52  Warning
VisibilityModifier 14  Warning
javadoc JavadocMethod 8  Warning
JavadocStyle
  • checkHtml: "false"
64  Warning
JavadocType 1  Warning
JavadocVariable 62  Warning
misc FinalParameters 12  Warning
TodoComment 1  Warning
modifier RedundantModifier 8  Warning
sizes LineLength
  • max: "128"
11  Info
whitespace FileTabCharacter 1  Warning
NoWhitespaceBefore 1  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"
23  Warning

Details

org/opentrafficsim/water/AbstractLocated.java

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

org/opentrafficsim/water/demand/Container.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 128 characters (found 131). 87
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 247
 Warning whitespace NoWhitespaceBefore ';' is preceded with whitespace. 436

org/opentrafficsim/water/network/StudyArea.java

Severity Category Rule Message Line
 Warning javadoc JavadocStyle First sentence should end with a period. 29
 Warning javadoc JavadocStyle First sentence should end with a period. 32
 Warning design DesignForExtension Method 'addTerminal' is not designed for extension - needs to be abstract, final or empty. 46
 Warning design DesignForExtension Method 'getCode' is not designed for extension - needs to be abstract, final or empty. 54
 Warning design DesignForExtension Method 'getTerminals' is not designed for extension - needs to be abstract, final or empty. 62
 Warning design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 70

org/opentrafficsim/water/network/infra/Lock.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 128 characters (found 130). 61

org/opentrafficsim/water/network/infra/MovableBridge.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 128 characters (found 139). 57

org/opentrafficsim/water/role/Company.java

Severity Category Rule Message Line
 Warning design VisibilityModifier Variable 'code' must be private and have accessor methods. 22

org/opentrafficsim/water/statistics/ContainerTransportCO2BreakdownEnum.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 48 should be on a new line. 18
 Warning javadoc JavadocVariable Missing a Javadoc comment. 20
 Warning javadoc JavadocVariable Missing a Javadoc comment. 23
 Info sizes LineLength Line is longer than 128 characters (found 171). 25
 Warning javadoc JavadocVariable Missing a Javadoc comment. 27
 Info sizes LineLength Line is longer than 128 characters (found 201). 29
 Warning javadoc JavadocVariable Missing a Javadoc comment. 31
 Info sizes LineLength Line is longer than 128 characters (found 135). 33
 Warning javadoc JavadocVariable Missing a Javadoc comment. 35
 Info sizes LineLength Line is longer than 128 characters (found 161). 37
 Warning javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning javadoc JavadocVariable Missing a Javadoc comment. 42
 Warning javadoc JavadocStyle First sentence should end with a period. 44
 Warning javadoc JavadocStyle First sentence should end with a period. 47
 Warning modifier RedundantModifier Redundant 'private' modifier. 54

org/opentrafficsim/water/statistics/ContainerTransportCostBreakdownEnum.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 49 should be on a new line. 18
 Warning javadoc JavadocVariable Missing a Javadoc comment. 20
 Warning javadoc JavadocVariable Missing a Javadoc comment. 22
 Warning javadoc JavadocVariable Missing a Javadoc comment. 27
 Warning javadoc JavadocVariable Missing a Javadoc comment. 30
 Warning javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning javadoc JavadocVariable Missing a Javadoc comment. 36
 Warning javadoc JavadocVariable Missing a Javadoc comment. 40
 Warning javadoc JavadocVariable Missing a Javadoc comment. 44
 Warning javadoc JavadocVariable Missing a Javadoc comment. 46
 Warning javadoc JavadocVariable Missing a Javadoc comment. 49
 Warning javadoc JavadocStyle First sentence should end with a period. 51
 Warning javadoc JavadocStyle First sentence should end with a period. 54
 Warning modifier RedundantModifier Redundant 'private' modifier. 61

org/opentrafficsim/water/statistics/ContainerTransportFeeBreakdownEnum.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 48 should be on a new line. 18
 Warning javadoc JavadocVariable Missing a Javadoc comment. 20
 Warning javadoc JavadocVariable Missing a Javadoc comment. 22
 Warning javadoc JavadocVariable Missing a Javadoc comment. 25
 Warning javadoc JavadocVariable Missing a Javadoc comment. 29
 Warning javadoc JavadocVariable Missing a Javadoc comment. 32
 Warning javadoc JavadocVariable Missing a Javadoc comment. 36
 Warning javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning javadoc JavadocStyle First sentence should end with a period. 52
 Warning javadoc JavadocStyle First sentence should end with a period. 55
 Warning modifier RedundantModifier Redundant 'private' modifier. 62

org/opentrafficsim/water/statistics/ContainerTransportTimeBreakdownEnum.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 49 should be on a new line. 18
 Warning javadoc JavadocVariable Missing a Javadoc comment. 20
 Warning javadoc JavadocVariable Missing a Javadoc comment. 22
 Info sizes LineLength Line is longer than 128 characters (found 168). 24
 Warning javadoc JavadocVariable Missing a Javadoc comment. 26
 Info sizes LineLength Line is longer than 128 characters (found 160). 28
 Warning javadoc JavadocVariable Missing a Javadoc comment. 30
 Warning javadoc JavadocVariable Missing a Javadoc comment. 32
 Info sizes LineLength Line is longer than 128 characters (found 135). 34
 Warning javadoc JavadocVariable Missing a Javadoc comment. 36
 Info sizes LineLength Line is longer than 128 characters (found 154). 38
 Warning javadoc JavadocVariable Missing a Javadoc comment. 40
 Warning javadoc JavadocStyle First sentence should end with a period. 42
 Warning javadoc JavadocStyle First sentence should end with a period. 45
 Warning modifier RedundantModifier Redundant 'private' modifier. 52

org/opentrafficsim/water/statistics/DirectionEnum.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 17
 Warning javadoc JavadocStyle First sentence should end with a period. 19
 Warning javadoc JavadocStyle First sentence should end with a period. 22
 Warning javadoc JavadocStyle First sentence should end with a period. 25
 Warning javadoc JavadocStyle First sentence should end with a period. 28
 Warning modifier RedundantModifier Redundant 'private' modifier. 34

org/opentrafficsim/water/statistics/FullEmptyEnum.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 17
 Warning javadoc JavadocStyle First sentence should end with a period. 19
 Warning javadoc JavadocStyle First sentence should end with a period. 22
 Warning javadoc JavadocStyle First sentence should end with a period. 25
 Warning javadoc JavadocStyle First sentence should end with a period. 28
 Warning modifier RedundantModifier Redundant 'private' modifier. 34

org/opentrafficsim/water/statistics/LandWaterEnum.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 17
 Warning javadoc JavadocStyle First sentence should end with a period. 19
 Warning javadoc JavadocStyle First sentence should end with a period. 22
 Warning javadoc JavadocStyle First sentence should end with a period. 25
 Warning javadoc JavadocStyle First sentence should end with a period. 28
 Warning modifier RedundantModifier Redundant 'private' modifier. 34

org/opentrafficsim/water/statistics/SailingServiceTimeBreakdownEnum.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 45 should be on a new line. 18
 Warning javadoc JavadocVariable Missing a Javadoc comment. 20
 Warning javadoc JavadocVariable Missing a Javadoc comment. 22
 Warning javadoc JavadocVariable Missing a Javadoc comment. 24
 Warning javadoc JavadocVariable Missing a Javadoc comment. 27
 Warning javadoc JavadocVariable Missing a Javadoc comment. 29
 Warning javadoc JavadocVariable Missing a Javadoc comment. 31
 Warning javadoc JavadocVariable Missing a Javadoc comment. 33
 Warning javadoc JavadocVariable Missing a Javadoc comment. 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 JavadocVariable Missing a Javadoc comment. 43
 Warning javadoc JavadocVariable Missing a Javadoc comment. 45
 Warning javadoc JavadocVariable Missing a Javadoc comment. 47
 Warning javadoc JavadocVariable Missing a Javadoc comment. 49
 Warning javadoc JavadocVariable Missing a Javadoc comment. 51
 Warning javadoc JavadocVariable Missing a Javadoc comment. 53
 Warning javadoc JavadocVariable Missing a Javadoc comment. 56
 Warning javadoc JavadocVariable Missing a Javadoc comment. 58
 Warning javadoc JavadocVariable Missing a Javadoc comment. 60
 Warning javadoc JavadocVariable Missing a Javadoc comment. 62
 Warning javadoc JavadocStyle First sentence should end with a period. 64
 Warning javadoc JavadocStyle First sentence should end with a period. 67
 Warning modifier RedundantModifier Redundant 'private' modifier. 74

org/opentrafficsim/water/statistics/XCounter.java

Severity Category Rule Message Line
 Warning design VisibilityModifier Variable 'count' must be private and have accessor methods. 32
 Warning design VisibilityModifier Variable 'n' must be private and have accessor methods. 35
 Warning design VisibilityModifier Variable 'description' must be private and have accessor methods. 38
 Warning design DesignForExtension Method 'getCount' is not designed for extension - needs to be abstract, final or empty. 58
 Warning design DesignForExtension Method 'getN' is not designed for extension - needs to be abstract, final or empty. 67
 Warning design DesignForExtension Method 'count' is not designed for extension - needs to be abstract, final or empty. 75
 Warning design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 87
 Warning design DesignForExtension Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 96
 Warning design DesignForExtension Method 'isInitialized' is not designed for extension - needs to be abstract, final or empty. 109
 Warning javadoc JavadocStyle First sentence should end with a period. 123
 Warning design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 136
 Warning design DesignForExtension Method 'writeToExcel' is not designed for extension - needs to be abstract, final or empty. 147

org/opentrafficsim/water/statistics/XFrequency.java

Severity Category Rule Message Line
 Warning javadoc JavadocStyle First sentence should end with a period. 34
 Warning design VisibilityModifier Variable 'frequency' must be private and have accessor methods. 35
 Warning javadoc JavadocStyle First sentence should end with a period. 37
 Warning design VisibilityModifier Variable 'n' must be private and have accessor methods. 38
 Warning javadoc JavadocStyle First sentence should end with a period. 40
 Warning design VisibilityModifier Variable 'description' must be private and have accessor methods. 41
 Warning javadoc JavadocStyle First sentence should end with a period. 43
 Warning misc FinalParameters Parameter description should be final. 50
 Warning javadoc JavadocStyle First sentence should end with a period. 56
 Warning design DesignForExtension Method 'getFrequency' is not designed for extension - needs to be abstract, final or empty. 62
 Warning javadoc JavadocStyle First sentence should end with a period. 67
 Warning design DesignForExtension Method 'getFrequencies' is not designed for extension - needs to be abstract, final or empty. 72
 Warning javadoc JavadocStyle First sentence should end with a period. 77
 Warning design DesignForExtension Method 'getN' is not designed for extension - needs to be abstract, final or empty. 82
 Warning javadoc JavadocStyle First sentence should end with a period. 87
 Warning design DesignForExtension Method 'count' is not designed for extension - needs to be abstract, final or empty. 93
 Warning blocks NeedBraces 'if' construct must use '{}'s. 97
 Warning blocks NeedBraces 'else' construct must use '{}'s. 99
 Warning javadoc JavadocStyle First sentence should end with a period. 105
 Warning design DesignForExtension Method 'count' is not designed for extension - needs to be abstract, final or empty. 110
 Warning design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 118
 Warning javadoc JavadocStyle First sentence should end with a period. 124
 Warning design DesignForExtension Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 127
 Warning design DesignForExtension Method 'isInitialized' is not designed for extension - needs to be abstract, final or empty. 141
 Warning javadoc JavadocStyle First sentence should end with a period. 146
 Warning javadoc JavadocStyle First sentence should end with a period. 156
 Warning design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 161
 Warning javadoc JavadocStyle First sentence should end with a period. 166
 Warning design DesignForExtension Method 'writeToExcel' is not designed for extension - needs to be abstract, final or empty. 172

org/opentrafficsim/water/statistics/XPersistent.java

Severity Category Rule Message Line
 Warning javadoc JavadocStyle First sentence should end with a period. 38
 Warning javadoc JavadocStyle First sentence should end with a period. 42
 Warning javadoc JavadocStyle First sentence should end with a period. 45
 Warning misc FinalParameters Parameter description should be final. 53
 Warning misc FinalParameters Parameter simulator should be final. 53
 Warning design DesignForExtension Method 'getSampleMean' is not designed for extension - needs to be abstract, final or empty. 60
 Warning blocks NeedBraces 'if' construct must use '{}'s. 63
 Warning blocks NeedBraces 'else' construct must use '{}'s. 65
 Warning design DesignForExtension Method 'getStdDev' is not designed for extension - needs to be abstract, final or empty. 70
 Warning design DesignForExtension Method 'getSampleVariance' is not designed for extension - needs to be abstract, final or empty. 84
 Warning design DesignForExtension Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 98
 Warning javadoc JavadocStyle First sentence should end with a period. 109
 Warning design DesignForExtension Method 'persist' is not designed for extension - needs to be abstract, final or empty. 114
 Warning blocks NeedBraces 'if' construct must use '{}'s. 122
 Warning blocks NeedBraces 'if' construct must use '{}'s. 124
 Warning blocks NeedBraces 'if' construct must use '{}'s. 127
 Warning design DesignForExtension Method 'writeToExcel' is not designed for extension - needs to be abstract, final or empty. 147

org/opentrafficsim/water/statistics/XTally.java

Severity Category Rule Message Line
 Warning javadoc JavadocStyle First sentence should end with a period. 38
 Warning design VisibilityModifier Variable 'sum' must be private and have accessor methods. 39
 Warning javadoc JavadocStyle First sentence should end with a period. 41
 Warning design VisibilityModifier Variable 'min' must be private and have accessor methods. 42
 Warning javadoc JavadocStyle First sentence should end with a period. 44
 Warning design VisibilityModifier Variable 'max' must be private and have accessor methods. 45
 Warning javadoc JavadocStyle First sentence should end with a period. 47
 Warning design VisibilityModifier Variable 'varianceSum' must be private and have accessor methods. 48
 Warning javadoc JavadocStyle First sentence should end with a period. 50
 Warning design VisibilityModifier Variable 'n' must be private and have accessor methods. 51
 Warning javadoc JavadocStyle First sentence should end with a period. 53
 Warning design VisibilityModifier Variable 'description' must be private and have accessor methods. 54
 Warning javadoc JavadocStyle First sentence should end with a period. 56
 Warning javadoc JavadocStyle First sentence should end with a period. 60
 Warning design VisibilityModifier Variable 'semaphore' must be private and have accessor methods. 62
 Warning javadoc JavadocStyle First sentence should end with a period. 64
 Warning javadoc JavadocStyle First sentence should end with a period. 68
 Warning javadoc JavadocStyle First sentence should end with a period. 72
 Warning misc FinalParameters Parameter description should be final. 79
 Warning javadoc JavadocStyle First sentence should end with a period. 85
 Warning design DesignForExtension Method 'getSampleMean' is not designed for extension - needs to be abstract, final or empty. 90
 Warning blocks NeedBraces 'if' construct must use '{}'s. 92
 Warning blocks NeedBraces 'else' construct must use '{}'s. 94
 Warning javadoc JavadocStyle First sentence should end with a period. 98
 Warning design DesignForExtension Method 'getConfidenceInterval' is not designed for extension - needs to be abstract, final or empty. 105
 Warning javadoc JavadocStyle First sentence should end with a period. 110
 Warning design DesignForExtension Method 'getConfidenceInterval' is not designed for extension - needs to be abstract, final or empty. 118
 Warning javadoc JavadocStyle First sentence should end with a period. 156
 Warning design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 161
 Warning design DesignForExtension Method 'getMax' is not designed for extension - needs to be abstract, final or empty. 171
 Warning design DesignForExtension Method 'getMin' is not designed for extension - needs to be abstract, final or empty. 181
 Warning javadoc JavadocStyle First sentence should end with a period. 186
 Warning design DesignForExtension Method 'getN' is not designed for extension - needs to be abstract, final or empty. 191
 Warning javadoc JavadocStyle First sentence should end with a period. 196
 Warning design DesignForExtension Method 'getStdDev' is not designed for extension - needs to be abstract, final or empty. 201
 Warning javadoc JavadocStyle First sentence should end with a period. 213
 Warning design DesignForExtension Method 'getSum' is not designed for extension - needs to be abstract, final or empty. 218
 Warning javadoc JavadocStyle First sentence should end with a period. 223
 Warning design DesignForExtension Method 'getSampleVariance' is not designed for extension - needs to be abstract, final or empty. 228
 Warning design DesignForExtension Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 243
 Warning design DesignForExtension Method 'isInitialized' is not designed for extension - needs to be abstract, final or empty. 260
 Warning javadoc JavadocStyle First sentence should end with a period. 265
 Warning design DesignForExtension Method 'tally' is not designed for extension - needs to be abstract, final or empty. 270
 Warning blocks NeedBraces 'if' construct must use '{}'s. 279
 Warning blocks NeedBraces 'if' construct must use '{}'s. 281
 Warning javadoc JavadocStyle First sentence should end with a period. 287
 Warning design DesignForExtension Method 'writeToExcel' is not designed for extension - needs to be abstract, final or empty. 294
 Warning design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 327

org/opentrafficsim/water/statistics/XTimeTally.java

Severity Category Rule Message Line
 Warning misc FinalParameters Parameter description should be final. 35
 Warning misc FinalParameters Parameter simulator should be final. 35
 Warning javadoc JavadocStyle First sentence should end with a period. 41
 Warning design DesignForExtension Method 'tally' is not designed for extension - needs to be abstract, final or empty. 46

org/opentrafficsim/water/transfer/Terminal.java

Severity Category Rule Message Line
 Warning misc FinalParameters Parameter name should be final. 25
 Warning misc FinalParameters Parameter location should be final. 25

org/opentrafficsim/water/transfer/TerminalPortTax.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 3
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 3
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 6
 Warning javadoc JavadocVariable Missing a Javadoc comment. 6
 Warning javadoc JavadocVariable Missing a Javadoc comment. 7
 Warning javadoc JavadocVariable Missing a Javadoc comment. 8
 Warning javadoc JavadocVariable Missing a Javadoc comment. 9
 Warning javadoc JavadocVariable Missing a Javadoc comment. 10
 Warning javadoc JavadocVariable Missing a Javadoc comment. 11
 Warning javadoc JavadocVariable Missing a Javadoc comment. 12
 Warning javadoc JavadocMethod Missing a Javadoc comment. 15
 Warning misc FinalParameters Parameter feePortPerFullMove should be final. 15
 Warning misc FinalParameters Parameter feePortPerEmptyMove should be final. 15
 Warning misc FinalParameters Parameter feePortPerDWT should be final. 15
 Warning misc FinalParameters Parameter feeStrategy should be final. 15
 Warning blocks LeftCurly '{' at column 122 should be on a new line. 15
 Warning whitespace WhitespaceAround '=' is not followed by whitespace. 18
 Warning whitespace WhitespaceAround '=' is not preceded with whitespace. 19
 Warning whitespace WhitespaceAround '=' is not followed by whitespace. 19
 Warning whitespace WhitespaceAround '=' is not preceded with whitespace. 20
 Warning whitespace WhitespaceAround '=' is not followed by whitespace. 20
 Warning whitespace WhitespaceAround '=' is not preceded with whitespace. 24
 Warning whitespace WhitespaceAround '=' is not followed by whitespace. 24
 Warning whitespace WhitespaceAround '=' is not preceded with whitespace. 25
 Warning whitespace WhitespaceAround '=' is not followed by whitespace. 25
 Warning whitespace WhitespaceAround '=' is not preceded with whitespace. 26
 Warning whitespace WhitespaceAround '=' is not followed by whitespace. 26
 Warning whitespace WhitespaceAround '=' is not preceded with whitespace. 31
 Warning whitespace WhitespaceAround '=' is not followed by whitespace. 31
 Warning whitespace WhitespaceAround '=' is not preceded with whitespace. 32
 Warning whitespace WhitespaceAround '=' is not followed by whitespace. 32
 Warning whitespace WhitespaceAround '=' is not preceded with whitespace. 33
 Warning whitespace WhitespaceAround '=' is not followed by whitespace. 33
 Warning whitespace WhitespaceAround '=' is not preceded with whitespace. 38
 Warning whitespace WhitespaceAround '=' is not followed by whitespace. 38
 Warning whitespace WhitespaceAround '=' is not preceded with whitespace. 39
 Warning whitespace WhitespaceAround '=' is not followed by whitespace. 39
 Warning whitespace WhitespaceAround '=' is not preceded with whitespace. 40
 Warning whitespace WhitespaceAround '=' is not followed by whitespace. 40
 Warning design DesignForExtension Method 'getFeePortPerShipDWT' is not designed for extension - needs to be abstract, final or empty. 47
 Warning javadoc JavadocMethod Missing a Javadoc comment. 47
 Warning design DesignForExtension Method 'getFeePortPerFullMove' is not designed for extension - needs to be abstract, final or empty. 53
 Warning javadoc JavadocMethod Missing a Javadoc comment. 53
 Warning design DesignForExtension Method 'getFeePortPerEmptyMove' is not designed for extension - needs to be abstract, final or empty. 58
 Warning javadoc JavadocMethod Missing a Javadoc comment. 58
 Warning design DesignForExtension Method 'isUsePortFeePerEmptyMove' is not designed for extension - needs to be abstract, final or empty. 63
 Warning javadoc JavadocMethod Missing a Javadoc comment. 63
 Warning design DesignForExtension Method 'isUsePortFeePerFullMove' is not designed for extension - needs to be abstract, final or empty. 68
 Warning javadoc JavadocMethod Missing a Javadoc comment. 68
 Warning design DesignForExtension Method 'isUsePortFeePerShipDWT' is not designed for extension - needs to be abstract, final or empty. 73
 Warning javadoc JavadocMethod Missing a Javadoc comment. 73
 Warning design DesignForExtension Method 'getFeeStrategy' is not designed for extension - needs to be abstract, final or empty. 78
 Warning javadoc JavadocMethod Missing a Javadoc comment. 78
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 78

org/opentrafficsim/water/transport/SailingServiceType.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 19
 Warning javadoc JavadocVariable Missing a Javadoc comment. 20
 Warning javadoc JavadocVariable Missing a Javadoc comment. 20
 Warning javadoc JavadocVariable Missing a Javadoc comment. 20