Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
65 8 275 0

Rules

Category Rule Violations Severity
blocks LeftCurly
  • maxLineLength: "128"
  • option: "nl"
12  Warning
NeedBraces 11  Warning
design DesignForExtension 52  Warning
VisibilityModifier 14  Warning
imports UnusedImports 2  Warning
javadoc JavadocMethod 8  Warning
JavadocStyle
  • checkHtml: "false"
75  Warning
JavadocType 1  Warning
JavadocVariable 62  Warning
misc FinalParameters 12  Warning
TodoComment 1  Warning
sizes LineLength
  • max: "128"
8  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
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 246
 Warning whitespace NoWhitespaceBefore ';' is preceded with whitespace. 435

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/Waterway.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - org.opentrafficsim.core.dsol.OTSDEVSSimulator. 8

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 '{' 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

org/opentrafficsim/water/statistics/ContainerTransportCostBreakdownEnum.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' 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

org/opentrafficsim/water/statistics/ContainerTransportFeeBreakdownEnum.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' 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

org/opentrafficsim/water/statistics/ContainerTransportTimeBreakdownEnum.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' 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

org/opentrafficsim/water/statistics/DirectionEnum.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' 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

org/opentrafficsim/water/statistics/FullEmptyEnum.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' 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

org/opentrafficsim/water/statistics/LandWaterEnum.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' 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

org/opentrafficsim/water/statistics/SailingServiceTimeBreakdownEnum.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' 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

org/opentrafficsim/water/statistics/XCounter.java

Severity Category Rule Message Line
 Warning javadoc JavadocStyle First sentence should end with a period. 32
 Warning design VisibilityModifier Variable 'count' must be private and have accessor methods. 33
 Warning javadoc JavadocStyle First sentence should end with a period. 35
 Warning design VisibilityModifier Variable 'n' must be private and have accessor methods. 36
 Warning javadoc JavadocStyle First sentence should end with a period. 38
 Warning design VisibilityModifier Variable 'description' must be private and have accessor methods. 39
 Warning javadoc JavadocStyle First sentence should end with a period. 41
 Warning javadoc JavadocStyle First sentence should end with a period. 45
 Warning javadoc JavadocStyle First sentence should end with a period. 56
 Warning design DesignForExtension Method 'getCount' is not designed for extension - needs to be abstract, final or empty. 61
 Warning javadoc JavadocStyle First sentence should end with a period. 66
 Warning design DesignForExtension Method 'getN' is not designed for extension - needs to be abstract, final or empty. 71
 Warning design DesignForExtension Method 'count' is not designed for extension - needs to be abstract, final or empty. 79
 Warning design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 91
 Warning javadoc JavadocStyle First sentence should end with a period. 97
 Warning design DesignForExtension Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 100
 Warning design DesignForExtension Method 'isInitialized' is not designed for extension - needs to be abstract, final or empty. 114
 Warning javadoc JavadocStyle First sentence should end with a period. 119
 Warning javadoc JavadocStyle First sentence should end with a period. 129
 Warning javadoc JavadocStyle First sentence should end with a period. 139
 Warning design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 144
 Warning javadoc JavadocStyle First sentence should end with a period. 149
 Warning design DesignForExtension Method 'writeToExcel' is not designed for extension - needs to be abstract, final or empty. 155

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. 37
 Warning javadoc JavadocStyle First sentence should end with a period. 41
 Warning javadoc JavadocStyle First sentence should end with a period. 44
 Warning misc FinalParameters Parameter description should be final. 52
 Warning misc FinalParameters Parameter simulator should be final. 52
 Warning design DesignForExtension Method 'getSampleMean' is not designed for extension - needs to be abstract, final or empty. 59
 Warning blocks NeedBraces 'if' construct must use '{}'s. 62
 Warning blocks NeedBraces 'else' construct must use '{}'s. 64
 Warning design DesignForExtension Method 'getStdDev' is not designed for extension - needs to be abstract, final or empty. 69
 Warning design DesignForExtension Method 'getSampleVariance' is not designed for extension - needs to be abstract, final or empty. 83
 Warning design DesignForExtension Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 97
 Warning javadoc JavadocStyle First sentence should end with a period. 108
 Warning design DesignForExtension Method 'persist' is not designed for extension - needs to be abstract, final or empty. 113
 Warning blocks NeedBraces 'if' construct must use '{}'s. 121
 Warning blocks NeedBraces 'if' construct must use '{}'s. 123
 Warning blocks NeedBraces 'if' construct must use '{}'s. 126
 Warning design DesignForExtension Method 'writeToExcel' is not designed for extension - needs to be abstract, final or empty. 146

org/opentrafficsim/water/statistics/XTally.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.rmi.RemoteException. 7
 Warning javadoc JavadocStyle First sentence should end with a period. 39
 Warning design VisibilityModifier Variable 'sum' must be private and have accessor methods. 40
 Warning javadoc JavadocStyle First sentence should end with a period. 42
 Warning design VisibilityModifier Variable 'min' must be private and have accessor methods. 43
 Warning javadoc JavadocStyle First sentence should end with a period. 45
 Warning design VisibilityModifier Variable 'max' must be private and have accessor methods. 46
 Warning javadoc JavadocStyle First sentence should end with a period. 48
 Warning design VisibilityModifier Variable 'varianceSum' must be private and have accessor methods. 49
 Warning javadoc JavadocStyle First sentence should end with a period. 51
 Warning design VisibilityModifier Variable 'n' must be private and have accessor methods. 52
 Warning javadoc JavadocStyle First sentence should end with a period. 54
 Warning design VisibilityModifier Variable 'description' must be private and have accessor methods. 55
 Warning javadoc JavadocStyle First sentence should end with a period. 57
 Warning javadoc JavadocStyle First sentence should end with a period. 61
 Warning design VisibilityModifier Variable 'semaphore' must be private and have accessor methods. 63
 Warning javadoc JavadocStyle First sentence should end with a period. 65
 Warning javadoc JavadocStyle First sentence should end with a period. 69
 Warning javadoc JavadocStyle First sentence should end with a period. 73
 Warning misc FinalParameters Parameter description should be final. 80
 Warning javadoc JavadocStyle First sentence should end with a period. 86
 Warning design DesignForExtension Method 'getSampleMean' is not designed for extension - needs to be abstract, final or empty. 91
 Warning blocks NeedBraces 'if' construct must use '{}'s. 93
 Warning blocks NeedBraces 'else' construct must use '{}'s. 95
 Warning javadoc JavadocStyle First sentence should end with a period. 99
 Warning design DesignForExtension Method 'getConfidenceInterval' is not designed for extension - needs to be abstract, final or empty. 106
 Warning javadoc JavadocStyle First sentence should end with a period. 111
 Warning design DesignForExtension Method 'getConfidenceInterval' is not designed for extension - needs to be abstract, final or empty. 119
 Warning javadoc JavadocStyle First sentence should end with a period. 157
 Warning design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 162
 Warning design DesignForExtension Method 'getMax' is not designed for extension - needs to be abstract, final or empty. 172
 Warning design DesignForExtension Method 'getMin' is not designed for extension - needs to be abstract, final or empty. 182
 Warning javadoc JavadocStyle First sentence should end with a period. 187
 Warning design DesignForExtension Method 'getN' is not designed for extension - needs to be abstract, final or empty. 192
 Warning javadoc JavadocStyle First sentence should end with a period. 197
 Warning design DesignForExtension Method 'getStdDev' is not designed for extension - needs to be abstract, final or empty. 202
 Warning javadoc JavadocStyle First sentence should end with a period. 214
 Warning design DesignForExtension Method 'getSum' is not designed for extension - needs to be abstract, final or empty. 219
 Warning javadoc JavadocStyle First sentence should end with a period. 224
 Warning design DesignForExtension Method 'getSampleVariance' is not designed for extension - needs to be abstract, final or empty. 229
 Warning design DesignForExtension Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 244
 Warning design DesignForExtension Method 'isInitialized' is not designed for extension - needs to be abstract, final or empty. 261
 Warning javadoc JavadocStyle First sentence should end with a period. 266
 Warning design DesignForExtension Method 'tally' is not designed for extension - needs to be abstract, final or empty. 271
 Warning blocks NeedBraces 'if' construct must use '{}'s. 280
 Warning blocks NeedBraces 'if' construct must use '{}'s. 282
 Warning javadoc JavadocStyle First sentence should end with a period. 288
 Warning design DesignForExtension Method 'writeToExcel' is not designed for extension - needs to be abstract, final or empty. 295
 Warning design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 328

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 '{' 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 '{' 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 '{' should be on a new line. 78

org/opentrafficsim/water/transport/SailingServiceType.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' 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