data-bs-theme="dark"

The following document contains the results of Checkstyle 10.9.3 with sun_checks.xml ruleset.

Summary

Files  Info  Warnings  Errors
3 0 0 307

Files

File  I  W  E
com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.java 0 0 238
com/cardatechnologies/utils/validators/abaroutevalidator/ErrorCodes.java 0 0 29
com/cardatechnologies/utils/validators/abaroutevalidator/exceptions/AbaRouteValidationException.java 0 0 40

Rules

Category Rule Violations Severity
blocks RightCurly 2  Error
coding HiddenField 6  Error
MagicNumber 17  Error
MultipleVariableDeclarations 1  Error
design HideUtilityClassConstructor 1  Error
javadoc JavadocPackage 2  Error
JavadocStyle 8  Error
JavadocVariable 10  Error
misc FinalParameters 5  Error
modifier ModifierOrder 4  Error
naming LocalVariableName 3  Error
sizes LineLength
  • fileExtensions: "java"
62  Error
whitespace ParenPad 156  Error
WhitespaceAfter 15  Error
WhitespaceAround 15  Error

Details

com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file. 1
 Error sizes LineLength Line is longer than 80 characters (found 90). 1
 Error sizes LineLength Line is longer than 80 characters (found 90). 2
 Error sizes LineLength Line is longer than 80 characters (found 90). 4
 Error sizes LineLength Line is longer than 80 characters (found 90). 7
 Error sizes LineLength Line is longer than 80 characters (found 86). 11
 Error sizes LineLength Line is longer than 80 characters (found 81). 12
 Error sizes LineLength Line is longer than 80 characters (found 86). 13
 Error sizes LineLength Line is longer than 80 characters (found 84). 14
 Error sizes LineLength Line is longer than 80 characters (found 81). 15
 Error sizes LineLength Line is longer than 80 characters (found 94). 35
 Error sizes LineLength Line is longer than 80 characters (found 83). 37
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 43
 Error javadoc JavadocStyle First sentence should end with a period. 45
 Error sizes LineLength Line is longer than 80 characters (found 84). 56
 Error sizes LineLength Line is longer than 80 characters (found 81). 58
 Error whitespace ParenPad '(' is followed by whitespace. 58
 Error whitespace ParenPad ')' is preceded with whitespace. 58
 Error whitespace ParenPad '(' is followed by whitespace. 62
 Error whitespace ParenPad ')' is preceded with whitespace. 62
 Error whitespace ParenPad '(' is followed by whitespace. 67
 Error whitespace ParenPad ')' is preceded with whitespace. 67
 Error whitespace WhitespaceAfter 'return' is not followed by whitespace. 70
 Error whitespace WhitespaceAround 'return' is not followed by whitespace. 70
 Error whitespace ParenPad '(' is followed by whitespace. 70
 Error whitespace ParenPad ')' is preceded with whitespace. 70
 Error sizes LineLength Line is longer than 80 characters (found 81). 74
 Error modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 87
 Error whitespace ParenPad '(' is followed by whitespace. 87
 Error whitespace ParenPad ')' is preceded with whitespace. 87
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 96
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 96
 Error whitespace ParenPad '(' is followed by whitespace. 96
 Error whitespace ParenPad ')' is preceded with whitespace. 96
 Error sizes LineLength Line is longer than 80 characters (found 86). 97
 Error whitespace ParenPad '(' is followed by whitespace. 97
 Error sizes LineLength Line is longer than 80 characters (found 92). 98
 Error whitespace ParenPad ')' is preceded with whitespace. 98
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 103
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 103
 Error whitespace ParenPad '(' is followed by whitespace. 103
 Error whitespace ParenPad '(' is followed by whitespace. 103
 Error whitespace ParenPad ')' is preceded with whitespace. 103
 Error whitespace ParenPad ')' is preceded with whitespace. 103
 Error sizes LineLength Line is longer than 80 characters (found 86). 104
 Error whitespace ParenPad '(' is followed by whitespace. 104
 Error sizes LineLength Line is longer than 80 characters (found 92). 105
 Error whitespace ParenPad ')' is preceded with whitespace. 105
 Error naming LocalVariableName Name '_strLen' must match pattern '^[a-z][a-zA-Z0-9]*$'. 110
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 115
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 115
 Error whitespace ParenPad '(' is followed by whitespace. 115
 Error coding MagicNumber '9' is a magic number. 115
 Error whitespace ParenPad ')' is preceded with whitespace. 115
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 118
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 118
 Error whitespace ParenPad '(' is followed by whitespace. 118
 Error coding MagicNumber '9' is a magic number. 118
 Error whitespace ParenPad ')' is preceded with whitespace. 118
 Error sizes LineLength Line is longer than 80 characters (found 90). 119
 Error whitespace ParenPad '(' is followed by whitespace. 119
 Error sizes LineLength Line is longer than 80 characters (found 96). 120
 Error whitespace ParenPad ')' is preceded with whitespace. 120
 Error blocks RightCurly '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 121
 Error sizes LineLength Line is longer than 80 characters (found 90). 125
 Error whitespace ParenPad '(' is followed by whitespace. 125
 Error sizes LineLength Line is longer than 80 characters (found 96). 126
 Error whitespace ParenPad ')' is preceded with whitespace. 126
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 132
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 132
 Error whitespace ParenPad '(' is followed by whitespace. 132
 Error whitespace ParenPad '(' is followed by whitespace. 132
 Error whitespace ParenPad ')' is preceded with whitespace. 132
 Error whitespace ParenPad ')' is preceded with whitespace. 132
 Error sizes LineLength Line is longer than 80 characters (found 86). 133
 Error whitespace ParenPad '(' is followed by whitespace. 133
 Error sizes LineLength Line is longer than 80 characters (found 92). 134
 Error whitespace ParenPad ')' is preceded with whitespace. 134
 Error sizes LineLength Line is longer than 80 characters (found 88). 137
 Error sizes LineLength Line is longer than 80 characters (found 88). 138
 Error whitespace ParenPad '(' is followed by whitespace. 142
 Error whitespace ParenPad ')' is preceded with whitespace. 142
 Error whitespace WhitespaceAfter 'return' is not followed by whitespace. 145
 Error whitespace WhitespaceAround 'return' is not followed by whitespace. 145
 Error whitespace ParenPad '(' is followed by whitespace. 145
 Error whitespace ParenPad ')' is preceded with whitespace. 145
 Error javadoc JavadocStyle First sentence should end with a period. 148
 Error sizes LineLength Line is longer than 80 characters (found 90). 158
 Error modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 158
 Error whitespace ParenPad '(' is followed by whitespace. 158
 Error whitespace ParenPad ')' is preceded with whitespace. 158
 Error sizes LineLength Line is longer than 80 characters (found 81). 160
 Error coding MultipleVariableDeclarations Each variable declaration must be in its own statement. 165
 Error whitespace ParenPad '(' is followed by whitespace. 170
 Error whitespace ParenPad '(' is followed by whitespace. 170
 Error whitespace ParenPad ')' is preceded with whitespace. 170
 Error whitespace ParenPad ')' is preceded with whitespace. 170
 Error whitespace ParenPad '(' is followed by whitespace. 171
 Error whitespace ParenPad '(' is followed by whitespace. 171
 Error whitespace ParenPad ')' is preceded with whitespace. 171
 Error whitespace ParenPad ')' is preceded with whitespace. 171
 Error whitespace ParenPad '(' is followed by whitespace. 172
 Error whitespace ParenPad '(' is followed by whitespace. 172
 Error whitespace ParenPad ')' is preceded with whitespace. 172
 Error whitespace ParenPad ')' is preceded with whitespace. 172
 Error whitespace ParenPad '(' is followed by whitespace. 173
 Error whitespace ParenPad '(' is followed by whitespace. 173
 Error coding MagicNumber '3' is a magic number. 173
 Error whitespace ParenPad ')' is preceded with whitespace. 173
 Error whitespace ParenPad ')' is preceded with whitespace. 173
 Error whitespace ParenPad '(' is followed by whitespace. 174
 Error whitespace ParenPad '(' is followed by whitespace. 174
 Error coding MagicNumber '4' is a magic number. 174
 Error whitespace ParenPad ')' is preceded with whitespace. 174
 Error whitespace ParenPad ')' is preceded with whitespace. 174
 Error whitespace ParenPad '(' is followed by whitespace. 175
 Error whitespace ParenPad '(' is followed by whitespace. 175
 Error coding MagicNumber '5' is a magic number. 175
 Error whitespace ParenPad ')' is preceded with whitespace. 175
 Error whitespace ParenPad ')' is preceded with whitespace. 175
 Error whitespace ParenPad '(' is followed by whitespace. 176
 Error whitespace ParenPad '(' is followed by whitespace. 176
 Error coding MagicNumber '6' is a magic number. 176
 Error whitespace ParenPad ')' is preceded with whitespace. 176
 Error whitespace ParenPad ')' is preceded with whitespace. 176
 Error whitespace ParenPad '(' is followed by whitespace. 177
 Error whitespace ParenPad '(' is followed by whitespace. 177
 Error coding MagicNumber '7' is a magic number. 177
 Error whitespace ParenPad ')' is preceded with whitespace. 177
 Error whitespace ParenPad ')' is preceded with whitespace. 177
 Error whitespace ParenPad '(' is followed by whitespace. 178
 Error whitespace ParenPad '(' is followed by whitespace. 178
 Error coding MagicNumber '8' is a magic number. 178
 Error whitespace ParenPad ')' is preceded with whitespace. 178
 Error whitespace ParenPad ')' is preceded with whitespace. 178
 Error sizes LineLength Line is longer than 80 characters (found 99). 181
 Error whitespace ParenPad '(' is followed by whitespace. 181
 Error whitespace ParenPad '(' is followed by whitespace. 181
 Error whitespace ParenPad ')' is preceded with whitespace. 181
 Error whitespace ParenPad '(' is followed by whitespace. 181
 Error coding MagicNumber '3' is a magic number. 181
 Error whitespace ParenPad '(' is followed by whitespace. 181
 Error whitespace ParenPad ')' is preceded with whitespace. 181
 Error whitespace ParenPad ')' is preceded with whitespace. 181
 Error whitespace ParenPad '(' is followed by whitespace. 181
 Error coding MagicNumber '7' is a magic number. 181
 Error whitespace ParenPad '(' is followed by whitespace. 181
 Error whitespace ParenPad ')' is preceded with whitespace. 181
 Error whitespace ParenPad ')' is preceded with whitespace. 181
 Error whitespace ParenPad ')' is preceded with whitespace. 181
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 184
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 184
 Error whitespace ParenPad '(' is followed by whitespace. 184
 Error whitespace ParenPad '(' is followed by whitespace. 184
 Error coding MagicNumber '10' is a magic number. 184
 Error whitespace ParenPad ')' is preceded with whitespace. 184
 Error whitespace ParenPad ')' is preceded with whitespace. 184
 Error whitespace WhitespaceAfter 'return' is not followed by whitespace. 187
 Error whitespace WhitespaceAround 'return' is not followed by whitespace. 187
 Error whitespace ParenPad '(' is followed by whitespace. 187
 Error whitespace ParenPad ')' is preceded with whitespace. 187
 Error blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 188
 Error whitespace WhitespaceAfter 'return' is not followed by whitespace. 192
 Error whitespace WhitespaceAround 'return' is not followed by whitespace. 192
 Error whitespace ParenPad '(' is followed by whitespace. 192
 Error whitespace ParenPad ')' is preceded with whitespace. 192
 Error sizes LineLength Line is longer than 80 characters (found 90). 197
 Error modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 205
 Error whitespace ParenPad '(' is followed by whitespace. 205
 Error whitespace ParenPad ')' is preceded with whitespace. 205
 Error naming LocalVariableName Name '_tempStr' must match pattern '^[a-z][a-zA-Z0-9]*$'. 209
 Error whitespace ParenPad '(' is followed by whitespace. 211
 Error whitespace ParenPad ')' is preceded with whitespace. 211
 Error naming LocalVariableName Name '_fedNumb' must match pattern '^[a-z][a-zA-Z0-9]*$'. 214
 Error whitespace ParenPad '(' is followed by whitespace. 216
 Error whitespace ParenPad ')' is preceded with whitespace. 216
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 219
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 219
 Error whitespace ParenPad '(' is followed by whitespace. 219
 Error whitespace ParenPad '(' is followed by whitespace. 219
 Error whitespace ParenPad '(' is followed by whitespace. 219
 Error whitespace ParenPad '(' is followed by whitespace. 219
 Error whitespace ParenPad ')' is preceded with whitespace. 219
 Error whitespace ParenPad '(' is followed by whitespace. 219
 Error coding MagicNumber '12' is a magic number. 219
 Error whitespace ParenPad ')' is preceded with whitespace. 219
 Error whitespace ParenPad ')' is preceded with whitespace. 219
 Error whitespace ParenPad '(' is followed by whitespace. 220
 Error whitespace ParenPad '(' is followed by whitespace. 220
 Error coding MagicNumber '21' is a magic number. 220
 Error whitespace ParenPad ')' is preceded with whitespace. 220
 Error whitespace ParenPad '(' is followed by whitespace. 220
 Error coding MagicNumber '32' is a magic number. 220
 Error whitespace ParenPad ')' is preceded with whitespace. 220
 Error whitespace ParenPad ')' is preceded with whitespace. 220
 Error whitespace ParenPad '(' is followed by whitespace. 221
 Error whitespace ParenPad '(' is followed by whitespace. 221
 Error coding MagicNumber '61' is a magic number. 221
 Error whitespace ParenPad ')' is preceded with whitespace. 221
 Error whitespace ParenPad '(' is followed by whitespace. 221
 Error coding MagicNumber '72' is a magic number. 221
 Error whitespace ParenPad ')' is preceded with whitespace. 221
 Error whitespace ParenPad ')' is preceded with whitespace. 221
 Error whitespace ParenPad '(' is followed by whitespace. 222
 Error whitespace ParenPad '(' is followed by whitespace. 222
 Error coding MagicNumber '80' is a magic number. 222
 Error whitespace ParenPad ')' is preceded with whitespace. 222
 Error whitespace ParenPad ')' is preceded with whitespace. 222
 Error whitespace ParenPad ')' is preceded with whitespace. 222
 Error whitespace ParenPad ')' is preceded with whitespace. 222
 Error sizes LineLength Line is longer than 80 characters (found 86). 223
 Error whitespace ParenPad '(' is followed by whitespace. 223
 Error sizes LineLength Line is longer than 80 characters (found 92). 224
 Error whitespace ParenPad ')' is preceded with whitespace. 224
 Error modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 242
 Error whitespace ParenPad '(' is followed by whitespace. 242
 Error whitespace ParenPad ')' is preceded with whitespace. 242
 Error whitespace WhitespaceAfter 'for' is not followed by whitespace. 246
 Error whitespace WhitespaceAround 'for' is not followed by whitespace. 246
 Error whitespace ParenPad '(' is followed by whitespace. 246
 Error whitespace ParenPad ')' is preceded with whitespace. 246
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 247
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 247
 Error whitespace ParenPad '(' is followed by whitespace. 247
 Error whitespace ParenPad '(' is followed by whitespace. 247
 Error whitespace ParenPad ')' is preceded with whitespace. 247
 Error whitespace ParenPad ')' is preceded with whitespace. 247
 Error whitespace WhitespaceAfter 'return' is not followed by whitespace. 250
 Error whitespace WhitespaceAround 'return' is not followed by whitespace. 250
 Error whitespace ParenPad '(' is followed by whitespace. 250
 Error whitespace ParenPad ')' is preceded with whitespace. 250
 Error whitespace WhitespaceAfter 'return' is not followed by whitespace. 255
 Error whitespace WhitespaceAround 'return' is not followed by whitespace. 255
 Error whitespace ParenPad '(' is followed by whitespace. 255
 Error whitespace ParenPad ')' is preceded with whitespace. 255
 Error sizes LineLength Line is longer than 80 characters (found 90). 259
 Error sizes LineLength Line is longer than 80 characters (found 90). 260
 Error sizes LineLength Line is longer than 80 characters (found 93). 262

com/cardatechnologies/utils/validators/abaroutevalidator/ErrorCodes.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 89). 1
 Error sizes LineLength Line is longer than 80 characters (found 83). 2
 Error sizes LineLength Line is longer than 80 characters (found 90). 4
 Error sizes LineLength Line is longer than 80 characters (found 90). 7
 Error sizes LineLength Line is longer than 80 characters (found 86). 11
 Error sizes LineLength Line is longer than 80 characters (found 81). 12
 Error sizes LineLength Line is longer than 80 characters (found 86). 13
 Error sizes LineLength Line is longer than 80 characters (found 84). 14
 Error sizes LineLength Line is longer than 80 characters (found 81). 15
 Error sizes LineLength Line is longer than 80 characters (found 94). 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error whitespace ParenPad '(' is followed by whitespace. 55
 Error misc FinalParameters Parameter errorCode should be final. 55
 Error coding HiddenField 'errorCode' hides a field. 55
 Error misc FinalParameters Parameter errorMnemonic should be final. 56
 Error coding HiddenField 'errorMnemonic' hides a field. 56
 Error whitespace ParenPad ')' is preceded with whitespace. 56
 Error javadoc JavadocStyle First sentence should end with a period. 61
 Error javadoc JavadocStyle First sentence should end with a period. 70
 Error sizes LineLength Line is longer than 80 characters (found 90). 80
 Error sizes LineLength Line is longer than 80 characters (found 83). 81
 Error sizes LineLength Line is longer than 80 characters (found 93). 83

com/cardatechnologies/utils/validators/abaroutevalidator/exceptions/AbaRouteValidationException.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file. 1
 Error sizes LineLength Line is longer than 80 characters (found 90). 1
 Error sizes LineLength Line is longer than 80 characters (found 111). 2
 Error sizes LineLength Line is longer than 80 characters (found 90). 4
 Error sizes LineLength Line is longer than 80 characters (found 90). 7
 Error sizes LineLength Line is longer than 80 characters (found 86). 11
 Error sizes LineLength Line is longer than 80 characters (found 81). 12
 Error sizes LineLength Line is longer than 80 characters (found 86). 13
 Error sizes LineLength Line is longer than 80 characters (found 84). 14
 Error sizes LineLength Line is longer than 80 characters (found 81). 15
 Error sizes LineLength Line is longer than 80 characters (found 83). 23
 Error sizes LineLength Line is longer than 80 characters (found 94). 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error whitespace ParenPad '(' is followed by whitespace. 50
 Error misc FinalParameters Parameter cause should be final. 50
 Error whitespace ParenPad ')' is preceded with whitespace. 50
 Error whitespace ParenPad '(' is followed by whitespace. 51
 Error whitespace ParenPad ')' is preceded with whitespace. 51
 Error whitespace ParenPad '(' is followed by whitespace. 62
 Error coding HiddenField 'errorCode' hides a field. 62
 Error coding HiddenField 'errorMessage' hides a field. 63
 Error whitespace ParenPad ')' is preceded with whitespace. 63
 Error whitespace ParenPad '(' is followed by whitespace. 64
 Error whitespace ParenPad ')' is preceded with whitespace. 64
 Error javadoc JavadocStyle First sentence should end with a period. 71
 Error javadoc JavadocStyle First sentence should end with a period. 81
 Error whitespace ParenPad '(' is followed by whitespace. 87
 Error misc FinalParameters Parameter errorCode should be final. 87
 Error coding HiddenField 'errorCode' hides a field. 87
 Error whitespace ParenPad ')' is preceded with whitespace. 87
 Error javadoc JavadocStyle First sentence should end with a period. 91
 Error javadoc JavadocStyle First sentence should end with a period. 101
 Error whitespace ParenPad '(' is followed by whitespace. 107
 Error misc FinalParameters Parameter errorMessage should be final. 107
 Error coding HiddenField 'errorMessage' hides a field. 107
 Error whitespace ParenPad ')' is preceded with whitespace. 107
 Error sizes LineLength Line is longer than 80 characters (found 90). 112
 Error sizes LineLength Line is longer than 80 characters (found 111). 113
 Error sizes LineLength Line is longer than 80 characters (found 93). 115

Version: 1.0.1-SNAPSHOT. Last Published: 2024-05-13 .

Reflow Maven skin by devacfr.