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 310

Files

File  I  W  E
com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.java 0 0 239
com/cardatechnologies/utils/validators/abaroutevalidator/ErrorCodes.java 0 0 30
com/cardatechnologies/utils/validators/abaroutevalidator/exceptions/AbaRouteValidationException.java 0 0 41

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"
65  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 83). 8
 Error sizes LineLength Line is longer than 80 characters (found 89). 15
 Error sizes LineLength Line is longer than 80 characters (found 84). 16
 Error sizes LineLength Line is longer than 80 characters (found 94). 39
 Error sizes LineLength Line is longer than 80 characters (found 83). 41
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 47
 Error javadoc JavadocStyle First sentence should end with a period. 49
 Error sizes LineLength Line is longer than 80 characters (found 84). 60
 Error sizes LineLength Line is longer than 80 characters (found 81). 62
 Error whitespace ParenPad '(' is followed by whitespace. 62
 Error whitespace ParenPad ')' is preceded with whitespace. 62
 Error whitespace ParenPad '(' is followed by whitespace. 66
 Error whitespace ParenPad ')' is preceded with whitespace. 66
 Error whitespace ParenPad '(' is followed by whitespace. 71
 Error whitespace ParenPad ')' is preceded with whitespace. 71
 Error whitespace WhitespaceAfter 'return' is not followed by whitespace. 74
 Error whitespace WhitespaceAround 'return' is not followed by whitespace. 74
 Error whitespace ParenPad '(' is followed by whitespace. 74
 Error whitespace ParenPad ')' is preceded with whitespace. 74
 Error sizes LineLength Line is longer than 80 characters (found 81). 78
 Error modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 91
 Error whitespace ParenPad '(' is followed by whitespace. 91
 Error whitespace ParenPad ')' is preceded with whitespace. 91
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 100
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 100
 Error whitespace ParenPad '(' is followed by whitespace. 100
 Error whitespace ParenPad ')' is preceded with whitespace. 100
 Error sizes LineLength Line is longer than 80 characters (found 86). 101
 Error whitespace ParenPad '(' is followed by whitespace. 101
 Error sizes LineLength Line is longer than 80 characters (found 92). 102
 Error whitespace ParenPad ')' is preceded with whitespace. 102
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 107
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 107
 Error whitespace ParenPad '(' is followed by whitespace. 107
 Error whitespace ParenPad '(' is followed by whitespace. 107
 Error whitespace ParenPad ')' is preceded with whitespace. 107
 Error whitespace ParenPad ')' is preceded with whitespace. 107
 Error sizes LineLength Line is longer than 80 characters (found 86). 108
 Error whitespace ParenPad '(' is followed by whitespace. 108
 Error sizes LineLength Line is longer than 80 characters (found 92). 109
 Error whitespace ParenPad ')' is preceded with whitespace. 109
 Error naming LocalVariableName Name '_strLen' must match pattern '^[a-z][a-zA-Z0-9]*$'. 114
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 119
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 119
 Error whitespace ParenPad '(' is followed by whitespace. 119
 Error coding MagicNumber '9' is a magic number. 119
 Error whitespace ParenPad ')' is preceded with whitespace. 119
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 122
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 122
 Error whitespace ParenPad '(' is followed by whitespace. 122
 Error coding MagicNumber '9' is a magic number. 122
 Error whitespace ParenPad ')' is preceded with whitespace. 122
 Error sizes LineLength Line is longer than 80 characters (found 90). 123
 Error whitespace ParenPad '(' is followed by whitespace. 123
 Error sizes LineLength Line is longer than 80 characters (found 96). 124
 Error whitespace ParenPad ')' is preceded with whitespace. 124
 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). 125
 Error sizes LineLength Line is longer than 80 characters (found 90). 129
 Error whitespace ParenPad '(' is followed by whitespace. 129
 Error sizes LineLength Line is longer than 80 characters (found 96). 130
 Error whitespace ParenPad ')' is preceded with whitespace. 130
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 136
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 136
 Error whitespace ParenPad '(' is followed by whitespace. 136
 Error whitespace ParenPad '(' is followed by whitespace. 136
 Error whitespace ParenPad ')' is preceded with whitespace. 136
 Error whitespace ParenPad ')' is preceded with whitespace. 136
 Error sizes LineLength Line is longer than 80 characters (found 86). 137
 Error whitespace ParenPad '(' is followed by whitespace. 137
 Error sizes LineLength Line is longer than 80 characters (found 92). 138
 Error whitespace ParenPad ')' is preceded with whitespace. 138
 Error sizes LineLength Line is longer than 80 characters (found 88). 141
 Error sizes LineLength Line is longer than 80 characters (found 88). 142
 Error whitespace ParenPad '(' is followed by whitespace. 146
 Error whitespace ParenPad ')' is preceded with whitespace. 146
 Error whitespace WhitespaceAfter 'return' is not followed by whitespace. 149
 Error whitespace WhitespaceAround 'return' is not followed by whitespace. 149
 Error whitespace ParenPad '(' is followed by whitespace. 149
 Error whitespace ParenPad ')' is preceded with whitespace. 149
 Error javadoc JavadocStyle First sentence should end with a period. 152
 Error sizes LineLength Line is longer than 80 characters (found 90). 162
 Error modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 162
 Error whitespace ParenPad '(' is followed by whitespace. 162
 Error whitespace ParenPad ')' is preceded with whitespace. 162
 Error sizes LineLength Line is longer than 80 characters (found 81). 164
 Error coding MultipleVariableDeclarations Each variable declaration must be in its own statement. 169
 Error whitespace ParenPad '(' is followed by whitespace. 174
 Error whitespace ParenPad '(' is followed by whitespace. 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 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 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 '3' 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 '4' is a magic number. 178
 Error whitespace ParenPad ')' is preceded with whitespace. 178
 Error whitespace ParenPad ')' is preceded with whitespace. 178
 Error whitespace ParenPad '(' is followed by whitespace. 179
 Error whitespace ParenPad '(' is followed by whitespace. 179
 Error coding MagicNumber '5' is a magic number. 179
 Error whitespace ParenPad ')' is preceded with whitespace. 179
 Error whitespace ParenPad ')' is preceded with whitespace. 179
 Error whitespace ParenPad '(' is followed by whitespace. 180
 Error whitespace ParenPad '(' is followed by whitespace. 180
 Error coding MagicNumber '6' is a magic number. 180
 Error whitespace ParenPad ')' is preceded with whitespace. 180
 Error whitespace ParenPad ')' is preceded with whitespace. 180
 Error whitespace ParenPad '(' is followed by whitespace. 181
 Error whitespace ParenPad '(' is followed by whitespace. 181
 Error coding MagicNumber '7' is a magic number. 181
 Error whitespace ParenPad ')' is preceded with whitespace. 181
 Error whitespace ParenPad ')' is preceded with whitespace. 181
 Error whitespace ParenPad '(' is followed by whitespace. 182
 Error whitespace ParenPad '(' is followed by whitespace. 182
 Error coding MagicNumber '8' is a magic number. 182
 Error whitespace ParenPad ')' is preceded with whitespace. 182
 Error whitespace ParenPad ')' is preceded with whitespace. 182
 Error sizes LineLength Line is longer than 80 characters (found 99). 185
 Error whitespace ParenPad '(' is followed by whitespace. 185
 Error whitespace ParenPad '(' is followed by whitespace. 185
 Error whitespace ParenPad ')' is preceded with whitespace. 185
 Error whitespace ParenPad '(' is followed by whitespace. 185
 Error coding MagicNumber '3' is a magic number. 185
 Error whitespace ParenPad '(' is followed by whitespace. 185
 Error whitespace ParenPad ')' is preceded with whitespace. 185
 Error whitespace ParenPad ')' is preceded with whitespace. 185
 Error whitespace ParenPad '(' is followed by whitespace. 185
 Error coding MagicNumber '7' is a magic number. 185
 Error whitespace ParenPad '(' is followed by whitespace. 185
 Error whitespace ParenPad ')' is preceded with whitespace. 185
 Error whitespace ParenPad ')' is preceded with whitespace. 185
 Error whitespace ParenPad ')' is preceded with whitespace. 185
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 188
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 188
 Error whitespace ParenPad '(' is followed by whitespace. 188
 Error whitespace ParenPad '(' is followed by whitespace. 188
 Error coding MagicNumber '10' is a magic number. 188
 Error whitespace ParenPad ')' is preceded with whitespace. 188
 Error whitespace ParenPad ')' is preceded with whitespace. 188
 Error whitespace WhitespaceAfter 'return' is not followed by whitespace. 191
 Error whitespace WhitespaceAround 'return' is not followed by whitespace. 191
 Error whitespace ParenPad '(' is followed by whitespace. 191
 Error whitespace ParenPad ')' is preceded with whitespace. 191
 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). 192
 Error whitespace WhitespaceAfter 'return' is not followed by whitespace. 196
 Error whitespace WhitespaceAround 'return' is not followed by whitespace. 196
 Error whitespace ParenPad '(' is followed by whitespace. 196
 Error whitespace ParenPad ')' is preceded with whitespace. 196
 Error sizes LineLength Line is longer than 80 characters (found 90). 201
 Error modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 209
 Error whitespace ParenPad '(' is followed by whitespace. 209
 Error whitespace ParenPad ')' is preceded with whitespace. 209
 Error naming LocalVariableName Name '_tempStr' must match pattern '^[a-z][a-zA-Z0-9]*$'. 213
 Error whitespace ParenPad '(' is followed by whitespace. 215
 Error whitespace ParenPad ')' is preceded with whitespace. 215
 Error naming LocalVariableName Name '_fedNumb' must match pattern '^[a-z][a-zA-Z0-9]*$'. 218
 Error whitespace ParenPad '(' is followed by whitespace. 220
 Error whitespace ParenPad ')' is preceded with whitespace. 220
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 223
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 223
 Error whitespace ParenPad '(' is followed by whitespace. 223
 Error whitespace ParenPad '(' is followed by whitespace. 223
 Error whitespace ParenPad '(' is followed by whitespace. 223
 Error whitespace ParenPad '(' is followed by whitespace. 223
 Error whitespace ParenPad ')' is preceded with whitespace. 223
 Error whitespace ParenPad '(' is followed by whitespace. 223
 Error coding MagicNumber '12' is a magic number. 223
 Error whitespace ParenPad ')' is preceded with whitespace. 223
 Error whitespace ParenPad ')' is preceded with whitespace. 223
 Error whitespace ParenPad '(' is followed by whitespace. 224
 Error whitespace ParenPad '(' is followed by whitespace. 224
 Error coding MagicNumber '21' is a magic number. 224
 Error whitespace ParenPad ')' is preceded with whitespace. 224
 Error whitespace ParenPad '(' is followed by whitespace. 224
 Error coding MagicNumber '32' is a magic number. 224
 Error whitespace ParenPad ')' is preceded with whitespace. 224
 Error whitespace ParenPad ')' is preceded with whitespace. 224
 Error whitespace ParenPad '(' is followed by whitespace. 225
 Error whitespace ParenPad '(' is followed by whitespace. 225
 Error coding MagicNumber '61' is a magic number. 225
 Error whitespace ParenPad ')' is preceded with whitespace. 225
 Error whitespace ParenPad '(' is followed by whitespace. 225
 Error coding MagicNumber '72' is a magic number. 225
 Error whitespace ParenPad ')' is preceded with whitespace. 225
 Error whitespace ParenPad ')' is preceded with whitespace. 225
 Error whitespace ParenPad '(' is followed by whitespace. 226
 Error whitespace ParenPad '(' is followed by whitespace. 226
 Error coding MagicNumber '80' is a magic number. 226
 Error whitespace ParenPad ')' is preceded with whitespace. 226
 Error whitespace ParenPad ')' is preceded with whitespace. 226
 Error whitespace ParenPad ')' is preceded with whitespace. 226
 Error whitespace ParenPad ')' is preceded with whitespace. 226
 Error sizes LineLength Line is longer than 80 characters (found 86). 227
 Error whitespace ParenPad '(' is followed by whitespace. 227
 Error sizes LineLength Line is longer than 80 characters (found 92). 228
 Error whitespace ParenPad ')' is preceded with whitespace. 228
 Error modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 246
 Error whitespace ParenPad '(' is followed by whitespace. 246
 Error whitespace ParenPad ')' is preceded with whitespace. 246
 Error whitespace WhitespaceAfter 'for' is not followed by whitespace. 250
 Error whitespace WhitespaceAround 'for' 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 'if' is not followed by whitespace. 251
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 251
 Error whitespace ParenPad '(' is followed by whitespace. 251
 Error whitespace ParenPad '(' is followed by whitespace. 251
 Error whitespace ParenPad ')' is preceded with whitespace. 251
 Error whitespace ParenPad ')' is preceded with whitespace. 251
 Error whitespace WhitespaceAfter 'return' is not followed by whitespace. 254
 Error whitespace WhitespaceAround 'return' is not followed by whitespace. 254
 Error whitespace ParenPad '(' is followed by whitespace. 254
 Error whitespace ParenPad ')' is preceded with whitespace. 254
 Error whitespace WhitespaceAfter 'return' is not followed by whitespace. 259
 Error whitespace WhitespaceAround 'return' is not followed by whitespace. 259
 Error whitespace ParenPad '(' is followed by whitespace. 259
 Error whitespace ParenPad ')' is preceded with whitespace. 259
 Error sizes LineLength Line is longer than 80 characters (found 90). 263
 Error sizes LineLength Line is longer than 80 characters (found 83). 267
 Error sizes LineLength Line is longer than 80 characters (found 89). 274
 Error sizes LineLength Line is longer than 80 characters (found 84). 275
 Error sizes LineLength Line is longer than 80 characters (found 90). 282
 Error sizes LineLength Line is longer than 80 characters (found 90). 283
 Error sizes LineLength Line is longer than 80 characters (found 93). 285

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 83). 8
 Error sizes LineLength Line is longer than 80 characters (found 89). 15
 Error sizes LineLength Line is longer than 80 characters (found 84). 16
 Error sizes LineLength Line is longer than 80 characters (found 94). 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error whitespace ParenPad '(' is followed by whitespace. 59
 Error misc FinalParameters Parameter errorCode should be final. 59
 Error coding HiddenField 'errorCode' hides a field. 59
 Error misc FinalParameters Parameter errorMnemonic should be final. 60
 Error coding HiddenField 'errorMnemonic' hides a field. 60
 Error whitespace ParenPad ')' is preceded with whitespace. 60
 Error javadoc JavadocStyle First sentence should end with a period. 65
 Error javadoc JavadocStyle First sentence should end with a period. 74
 Error sizes LineLength Line is longer than 80 characters (found 90). 84
 Error sizes LineLength Line is longer than 80 characters (found 83). 87
 Error sizes LineLength Line is longer than 80 characters (found 89). 94
 Error sizes LineLength Line is longer than 80 characters (found 84). 95
 Error sizes LineLength Line is longer than 80 characters (found 90). 102
 Error sizes LineLength Line is longer than 80 characters (found 83). 103
 Error sizes LineLength Line is longer than 80 characters (found 93). 105

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 83). 8
 Error sizes LineLength Line is longer than 80 characters (found 89). 15
 Error sizes LineLength Line is longer than 80 characters (found 84). 16
 Error sizes LineLength Line is longer than 80 characters (found 83). 28
 Error sizes LineLength Line is longer than 80 characters (found 90). 36
 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 cause should be final. 55
 Error whitespace ParenPad ')' is preceded with whitespace. 55
 Error whitespace ParenPad '(' is followed by whitespace. 56
 Error whitespace ParenPad ')' is preceded with whitespace. 56
 Error whitespace ParenPad '(' is followed by whitespace. 67
 Error coding HiddenField 'errorCode' hides a field. 67
 Error coding HiddenField 'errorMessage' hides a field. 68
 Error whitespace ParenPad ')' is preceded with whitespace. 68
 Error whitespace ParenPad '(' is followed by whitespace. 69
 Error whitespace ParenPad ')' is preceded with whitespace. 69
 Error javadoc JavadocStyle First sentence should end with a period. 76
 Error javadoc JavadocStyle First sentence should end with a period. 86
 Error whitespace ParenPad '(' is followed by whitespace. 92
 Error misc FinalParameters Parameter errorCode should be final. 92
 Error coding HiddenField 'errorCode' hides a field. 92
 Error whitespace ParenPad ')' is preceded with whitespace. 92
 Error javadoc JavadocStyle First sentence should end with a period. 96
 Error javadoc JavadocStyle First sentence should end with a period. 106
 Error whitespace ParenPad '(' is followed by whitespace. 112
 Error misc FinalParameters Parameter errorMessage should be final. 112
 Error coding HiddenField 'errorMessage' hides a field. 112
 Error whitespace ParenPad ')' is preceded with whitespace. 112
 Error sizes LineLength Line is longer than 80 characters (found 90). 117
 Error sizes LineLength Line is longer than 80 characters (found 83). 120
 Error sizes LineLength Line is longer than 80 characters (found 89). 127
 Error sizes LineLength Line is longer than 80 characters (found 84). 128
 Error sizes LineLength Line is longer than 80 characters (found 90). 135
 Error sizes LineLength Line is longer than 80 characters (found 111). 136
 Error sizes LineLength Line is longer than 80 characters (found 93). 138

Version: 1.0.1-SNAPSHOT. Last Published: 2024-04-21 .

Reflow Maven skin by devacfr.