The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 7 | ![]() |
NewlineAtEndOfFile | 4 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 20 | ![]() |
RegexpSingleline
| 38 | ![]() |
JavadocMethod | 73 | ![]() |
JavadocType | 1 | ![]() |
JavadocVariable | 74 | ![]() |
JavadocStyle | 74 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 1 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
LineLength | 172 | ![]() |
MethodLength | 1 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 1 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 5 | ![]() |
WhitespaceAround | 93 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 1 | ![]() |
NeedBraces | 6 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 17 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 26 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 0 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 73 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 2 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 2 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 113 | ![]() |
TodoComment | 1 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line contains a tab character. | 8 |
![]() | Line contains a tab character. | 9 |
![]() | First sentence should end with a period. | 13 |
![]() | First sentence should end with a period. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | First sentence should end with a period. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | '{' is not followed by whitespace. | 19 |
![]() | '}' is not preceded with whitespace. | 19 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Utility classes should not have a public or default constructor. | 58 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Name 'OPTIONS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() | First sentence should end with a period. | 95 |
![]() | First sentence should end with a period. | 101 |
![]() | Parameter args should be final. | 109 |
![]() | 'if' construct must use '{}'s. | 121 |
![]() | Line is longer than 80 characters. | 122 |
![]() | 'else' construct must use '{}'s. | 124 |
![]() | Line is longer than 80 characters. | 138 |
![]() | Line is longer than 80 characters. | 177 |
![]() | Parameter service should be final. | 187 |
![]() | Parameter toolVersion should be final. | 187 |
![]() | Expected @throws tag for 'GeneratorException'. | 188 |
![]() | Expected @throws tag for 'IOException'. | 188 |
![]() | Avoid inline conditionals. | 201 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | First sentence should end with a period. | 23 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | First sentence should end with a period. | 35 |
![]() | Line has trailing spaces. | 39 |
![]() | Method 'getProjectConfigurationFile' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Expected @throws tag for 'GeneratorException'. | 46 |
![]() | 'if' is not followed by whitespace. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Method 'getProjConf' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Method 'setProjConf' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Parameter confFile should be final. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | 'if' construct must use '{}'s. | 66 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Method 'setXmlConf' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Parameter toolspecFile should be final. | 79 |
![]() | Expected @param tag for 'toolspecFile'. | 79 |
![]() | Expected @throws tag for 'GeneratorException'. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | 'if' construct must use '{}'s. | 81 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Method 'hasXmlConf' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Method 'hasConfig' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Method 'getXmlConf' is not designed for extension - needs to be abstract, final or empty. | 107 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Missing a Javadoc comment. | 66 |
![]() | First sentence should end with a period. | 68 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Parameter pomAbsPath should be final. | 74 |
![]() | 'pomAbsPath' hides a field. | 74 |
![]() | Expected @param tag for 'pomAbsPath'. | 74 |
![]() | Parameter service should be final. | 74 |
![]() | 'service' hides a field. | 74 |
![]() | Expected @param tag for 'service'. | 74 |
![]() | Parameter st should be final. | 74 |
![]() | 'st' hides a field. | 74 |
![]() | Expected @param tag for 'st'. | 74 |
![]() | First sentence should end with a period. | 80 |
![]() | Line has trailing spaces. | 82 |
![]() | Method 'createPom' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Method length is 256 lines (max allowed is 150). | 84 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Line has trailing spaces. | 154 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Line is longer than 80 characters. | 157 |
![]() | '!=' is not preceded with whitespace. | 157 |
![]() | '!=' is not followed by whitespace. | 157 |
![]() | '&&' is not preceded with whitespace. | 157 |
![]() | '&&' is not followed by whitespace. | 157 |
![]() | '?' is not preceded with whitespace. | 157 |
![]() | Avoid inline conditionals. | 157 |
![]() | '?' is not followed by whitespace. | 157 |
![]() | ':' is not preceded with whitespace. | 157 |
![]() | ':' is not followed by whitespace. | 157 |
![]() | Line is longer than 80 characters. | 158 |
![]() | '+' is not preceded with whitespace. | 158 |
![]() | '+' is not followed by whitespace. | 158 |
![]() | Line is longer than 80 characters. | 166 |
![]() | Line is longer than 80 characters. | 178 |
![]() | Line is longer than 80 characters. | 202 |
![]() | Line is longer than 80 characters. | 203 |
![]() | 'if' is not followed by whitespace. | 219 |
![]() | Line is longer than 80 characters. | 220 |
![]() | Line is longer than 80 characters. | 227 |
![]() | Line is longer than 80 characters. | 241 |
![]() | Line is longer than 80 characters. | 247 |
![]() | Line is longer than 80 characters. | 248 |
![]() | Line is longer than 80 characters. | 249 |
![]() | Line is longer than 80 characters. | 250 |
![]() | Line is longer than 80 characters. | 251 |
![]() | 'if' is not followed by whitespace. | 255 |
![]() | '{' should be on the previous line. | 256 |
![]() | Line is longer than 80 characters. | 259 |
![]() | Line has trailing spaces. | 261 |
![]() | Line is longer than 80 characters. | 262 |
![]() | Line has trailing spaces. | 268 |
![]() | Line is longer than 80 characters. | 269 |
![]() | Line is longer than 80 characters. | 270 |
![]() | Comment matches to-do format 'TODO:'. | 271 |
![]() | Line is longer than 80 characters. | 283 |
![]() | Line is longer than 80 characters. | 286 |
![]() | Line is longer than 80 characters. | 287 |
![]() | Line is longer than 80 characters. | 291 |
![]() | ',' is not followed by whitespace. | 291 |
![]() | Line is longer than 80 characters. | 293 |
![]() | '+' is not preceded with whitespace. | 303 |
![]() | '+' is not followed by whitespace. | 303 |
![]() | Line is longer than 80 characters. | 309 |
![]() | ',' is not followed by whitespace. | 309 |
![]() | '+' is not preceded with whitespace. | 312 |
![]() | '+' is not followed by whitespace. | 312 |
![]() | Line is longer than 80 characters. | 319 |
![]() | 'if' is not followed by whitespace. | 319 |
![]() | Line is longer than 80 characters. | 320 |
![]() | Line is longer than 80 characters. | 321 |
![]() | Line is longer than 80 characters. | 322 |
![]() | Line is longer than 80 characters. | 325 |
![]() | Line is longer than 80 characters. | 327 |
![]() | Line is longer than 80 characters. | 329 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 18 |
![]() | Line has trailing spaces. | 25 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | First sentence should end with a period. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 33 |
![]() | First sentence should end with a period. | 36 |
![]() | Parameter message should be final. | 40 |
![]() | Line has trailing spaces. | 43 |
![]() | First sentence should end with a period. | 44 |
![]() | Parameter message should be final. | 49 |
![]() | Parameter thrw should be final. | 49 |
![]() | Line contains a tab character. | 50 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | First sentence should end with a period. | 29 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | First sentence should end with a period. | 42 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Parameter propertiesAbsPath should be final. | 54 |
![]() | Expected @throws tag for 'GeneratorException'. | 54 |
![]() | First sentence should end with a period. | 75 |
![]() | Method 'addVariable' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Parameter key should be final. | 80 |
![]() | Parameter val should be final. | 80 |
![]() | First sentence should end with a period. | 84 |
![]() | Method 'deriveVariables' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Expected @throws tag for 'GeneratorException'. | 88 |
![]() | 'if' is not followed by whitespace. | 89 |
![]() | 'cast' is not followed by whitespace. | 96 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Method 'processFile' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Parameter path should be final. | 120 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Line is longer than 80 characters. | 124 |
![]() | First sentence should end with a period. | 130 |
![]() | Method 'getGlobalProjectPrefix' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() | First sentence should end with a period. | 137 |
![]() | Method 'getProjectResourcesDir' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() | First sentence should end with a period. | 151 |
![]() | Method 'getTemplateDir' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | First sentence should end with a period. | 158 |
![]() | Method 'getGenerateDir' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() | Method 'getProjectMidfix' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() | Method 'getProjectDirectory' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() | First sentence should end with a period. | 186 |
![]() | Method 'getPropertyUtils' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() | Method 'getProjectPackagePath' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() | Method 'getProp' is not designed for extension - needs to be abstract, final or empty. | 227 |
![]() | Parameter string should be final. | 227 |
![]() | Method 'getContextProp' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() | Parameter string should be final. | 239 |
![]() | Method 'getServiceDef' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() | Method 'setServiceDef' is not designed for extension - needs to be abstract, final or empty. | 257 |
![]() | Parameter serviceDef should be final. | 257 |
![]() | 'serviceDef' hides a field. | 257 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Variable 'st' must be private and have accessor methods. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | First sentence should end with a period. | 53 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Parameter st should be final. | 60 |
![]() | 'st' hides a field. | 60 |
![]() | Parameter sc should be final. | 60 |
![]() | 'sc' hides a field. | 60 |
![]() | Parameter sxml should be final. | 60 |
![]() | 'sxml' hides a field. | 60 |
![]() | Parameter operations should be final. | 60 |
![]() | 'operations' hides a field. | 60 |
![]() | First sentence should end with a period. | 67 |
![]() | Line contains a tab character. | 69 |
![]() | First sentence should end with a period. | 72 |
![]() | Method 'createOperations' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Expected @throws tag for 'IOException'. | 77 |
![]() | Expected @throws tag for 'GeneratorException'. | 77 |
![]() | First sentence should end with a period. | 83 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Parameter operation should be final. | 89 |
![]() | Expected @param tag for 'operation'. | 89 |
![]() | Expected @throws tag for 'IOException'. | 89 |
![]() | Expected @throws tag for 'GeneratorException'. | 89 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line is longer than 80 characters. | 106 |
![]() | First sentence should end with a period. | 146 |
![]() | Method 'addDataSection' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() | Parameter operation should be final. | 153 |
![]() | Expected @param tag for 'operation'. | 153 |
![]() | Parameter oc should be final. | 153 |
![]() | Expected @param tag for 'oc'. | 153 |
![]() | Parameter inout should be final. | 154 |
![]() | Expected @param tag for 'inout'. | 154 |
![]() | Expected @throws tag for 'GeneratorException'. | 154 |
![]() | Avoid inline conditionals. | 157 |
![]() | Line is longer than 80 characters. | 170 |
![]() | Avoid inline conditionals. | 170 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Avoid inline conditionals. | 171 |
![]() | Line is longer than 80 characters. | 179 |
![]() | Avoid inline conditionals. | 179 |
![]() | Line is longer than 80 characters. | 180 |
![]() | Avoid inline conditionals. | 180 |
![]() | Avoid inline conditionals. | 181 |
![]() | Line is longer than 80 characters. | 183 |
![]() | Avoid inline conditionals. | 189 |
![]() | Avoid inline conditionals. | 191 |
![]() | Line is longer than 80 characters. | 193 |
![]() | Line is longer than 80 characters. | 210 |
![]() | Line is longer than 80 characters. | 231 |
![]() | Line is longer than 80 characters. | 241 |
![]() | Line is longer than 80 characters. | 243 |
![]() | Line is longer than 80 characters. | 250 |
![]() | Line is longer than 80 characters. | 253 |
![]() | Line is longer than 80 characters. | 267 |
![]() | Line is longer than 80 characters. | 280 |
![]() | First sentence should end with a period. | 284 |
![]() | Unused @param tag for 'dataType'. | 286 |
![]() | Unused @param tag for 'nodeName'. | 287 |
![]() | Parameter input should be final. | 290 |
![]() | Expected @param tag for 'input'. | 290 |
![]() | Unused @param tag for 'currJsn'. | 321 |
![]() | Unused @param tag for 'dataType'. | 322 |
![]() | Unused @param tag for 'nodeName'. | 323 |
![]() | Parameter inout should be final. | 326 |
![]() | Expected @param tag for 'inout'. | 326 |
![]() | Line is longer than 80 characters. | 362 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 19 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | First sentence should end with a period. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Parameter name should be final. | 42 |
![]() | 'name' hides a field. | 42 |
![]() | Expected @param tag for 'name'. | 42 |
![]() | Parameter version should be final. | 42 |
![]() | 'version' hides a field. | 42 |
![]() | Expected @param tag for 'version'. | 42 |
![]() | First sentence should end with a period. | 49 |
![]() | Parameter name should be final. | 54 |
![]() | 'name' hides a field. | 54 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Parameter v should be final. | 59 |
![]() | Missing a Javadoc comment. | 65 |
![]() | '+' is not preceded with whitespace. | 66 |
![]() | '+' is not followed by whitespace. | 66 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Method 'getDirectory' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Method 'getMidfix' is not designed for extension - needs to be abstract, final or empty. | 98 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | First sentence should end with a period. | 27 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 've' must be private and have accessor methods. | 36 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Method 'putKeyValuePair' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Parameter key should be final. | 59 |
![]() | Parameter val should be final. | 59 |
![]() | Line is longer than 80 characters. | 62 |
![]() | '+' is not preceded with whitespace. | 62 |
![]() | '+' is not followed by whitespace. | 62 |
![]() | '+' is not preceded with whitespace. | 62 |
![]() | '+' is not followed by whitespace. | 62 |
![]() | '+' is not preceded with whitespace. | 62 |
![]() | '+' is not followed by whitespace. | 62 |
![]() | '+' is not preceded with whitespace. | 62 |
![]() | '+' is not followed by whitespace. | 62 |
![]() | First sentence should end with a period. | 65 |
![]() | Line has trailing spaces. | 69 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Method 'applySubstitution' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Parameter srcFileAbsPath should be final. | 71 |
![]() | Parameter trgtFileAbsPath should be final. | 71 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Line is longer than 80 characters. | 94 |
![]() | First sentence should end with a period. | 98 |
![]() | Method 'applySubstitution' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Parameter content should be final. | 103 |
![]() | Line has trailing spaces. | 113 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Method 'processDirectory' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Parameter path should be final. | 115 |
![]() | Expected @throws tag for 'IOException'. | 115 |
![]() | First sentence should end with a period. | 128 |
![]() | Method 'replaceVars' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | Parameter inputText should be final. | 133 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Method 'getContext' is not designed for extension - needs to be abstract, final or empty. | 145 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | First sentence should end with a period. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Parameter toolspec should be final. | 65 |
![]() | 'toolspec' hides a field. | 65 |
![]() | Parameter ioc should be final. | 65 |
![]() | 'ioc' hides a field. | 65 |
![]() | Method 'validateWithXMLSchema' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Expected @throws tag for 'GeneratorException'. | 75 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Expected @throws tag for 'GeneratorException'. | 110 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Missing a Javadoc comment. | 125 |
![]() | Parameter service should be final. | 125 |
![]() | Parameter toolVersion should be final. | 125 |
![]() | '+' is not preceded with whitespace. | 135 |
![]() | '+' is not followed by whitespace. | 135 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() | Missing a Javadoc comment. | 152 |
![]() | Parameter condition should be final. | 152 |
![]() | Parameter errType should be final. | 152 |
![]() | Parameter errMsg should be final. | 152 |
![]() | Method 'checkpoint' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() | Expected @throws tag for 'GeneratorException'. | 164 |
![]() | Missing a Javadoc comment. | 181 |
![]() | Parameter operation should be final. | 181 |
![]() | Missing a Javadoc comment. | 184 |
![]() | Missing a Javadoc comment. | 186 |
![]() | Missing a Javadoc comment. | 187 |
![]() | Missing a Javadoc comment. | 189 |
![]() | Parameter errType should be final. | 189 |
![]() | 'errType' hides a field. | 189 |
![]() | Parameter errMsg should be final. | 189 |
![]() | 'errMsg' hides a field. | 189 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | First sentence should end with a period. | 56 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Parameter st should be final. | 63 |
![]() | 'st' hides a field. | 63 |
![]() | Expected @param tag for 'st'. | 63 |
![]() | Parameter wsdlSourcePath should be final. | 63 |
![]() | 'wsdlSourcePath' hides a field. | 63 |
![]() | Expected @param tag for 'wsdlSourcePath'. | 63 |
![]() | Parameter wsdlTargetAbsPath should be final. | 63 |
![]() | Expected @param tag for 'wsdlTargetAbsPath'. | 63 |
![]() | Parameter operations should be final. | 63 |
![]() | 'operations' hides a field. | 63 |
![]() | Expected @param tag for 'operations'. | 63 |
![]() | First sentence should end with a period. | 70 |
![]() | Line has trailing spaces. | 72 |
![]() | Method 'insertDataTypes' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line is longer than 80 characters. | 101 |
![]() | 'if' is not followed by whitespace. | 108 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Parameter operation should be final. | 116 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Parameter definitionsNode should be final. | 127 |
![]() | Parameter portTypeNode should be final. | 127 |
![]() | Parameter type should be final. | 127 |
![]() | Parameter operation should be final. | 127 |
![]() | '+' is not preceded with whitespace. | 130 |
![]() | '+' is not followed by whitespace. | 130 |
![]() | '+' is not preceded with whitespace. | 136 |
![]() | '+' is not followed by whitespace. | 136 |
![]() | First sentence should end with a period. | 142 |
![]() | Unused @param tag for 'doc'. | 144 |
![]() | Unused @param tag for 'rootJsn'. | 145 |
![]() | Parameter operation should be final. | 147 |
![]() | Expected @param tag for 'operation'. | 147 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Missing a Javadoc comment. | 157 |
![]() | Parameter operation should be final. | 157 |
![]() | Parameter type should be final. | 157 |
![]() | Parameter schemaNode should be final. | 157 |
![]() | Parameter oid should be final. | 157 |
![]() | Line is longer than 80 characters. | 164 |
![]() | Line is longer than 80 characters. | 166 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Line is longer than 80 characters. | 177 |
![]() | Line is longer than 80 characters. | 183 |
![]() | Line is longer than 80 characters. | 194 |
![]() | '+' is not preceded with whitespace. | 194 |
![]() | Line is longer than 80 characters. | 199 |
![]() | Line is longer than 80 characters. | 210 |
![]() | '+' is not preceded with whitespace. | 210 |
![]() | Line is longer than 80 characters. | 215 |
![]() | Line is longer than 80 characters. | 217 |
![]() | Line is longer than 80 characters. | 222 |
![]() | Line is longer than 80 characters. | 227 |
![]() | '+' is not preceded with whitespace. | 227 |
![]() | '+' is not followed by whitespace. | 227 |
![]() | '+' is not preceded with whitespace. | 228 |
![]() | '+' is not followed by whitespace. | 228 |
![]() | Line is longer than 80 characters. | 240 |
![]() | Parameter reqTypeSeqElm should be final. | 276 |
![]() | Expected @param tag for 'reqTypeSeqElm'. | 276 |
![]() | Parameter inout should be final. | 276 |
![]() | Expected @param tag for 'inout'. | 276 |
![]() | Line is longer than 80 characters. | 283 |
![]() | '?' is not preceded with whitespace. | 283 |
![]() | Avoid inline conditionals. | 283 |
![]() | '?' is not followed by whitespace. | 283 |
![]() | 'cast' is not followed by whitespace. | 283 |
![]() | ':' is not preceded with whitespace. | 283 |
![]() | ':' is not followed by whitespace. | 283 |
![]() | Line is longer than 80 characters. | 284 |
![]() | '?' is not preceded with whitespace. | 284 |
![]() | Avoid inline conditionals. | 284 |
![]() | '?' is not followed by whitespace. | 284 |
![]() | 'cast' is not followed by whitespace. | 284 |
![]() | ':' is not preceded with whitespace. | 284 |
![]() | ':' is not followed by whitespace. | 284 |
![]() | Line is longer than 80 characters. | 294 |
![]() | Line is longer than 80 characters. | 295 |
![]() | ')' is preceded with whitespace. | 295 |
![]() | Avoid inline conditionals. | 300 |
![]() | 'if' construct must use '{}'s. | 302 |
![]() | 'if' is not followed by whitespace. | 302 |
![]() | 'if' is not followed by whitespace. | 304 |
![]() | '+' is not preceded with whitespace. | 305 |
![]() | '+' is not followed by whitespace. | 305 |
![]() | '+' is not preceded with whitespace. | 305 |
![]() | '+' is not followed by whitespace. | 305 |
![]() | 'if' is not followed by whitespace. | 306 |
![]() | '+' is not preceded with whitespace. | 307 |
![]() | '+' is not followed by whitespace. | 307 |
![]() | '+' is not preceded with whitespace. | 307 |
![]() | '+' is not followed by whitespace. | 307 |
![]() | Line is longer than 80 characters. | 312 |
![]() | Missing a Javadoc comment. | 312 |
![]() | Parameter doc should be final. | 312 |
![]() | 'doc' hides a field. | 312 |
![]() | Parameter operation should be final. | 312 |
![]() | Line is longer than 80 characters. | 315 |
![]() | Line is longer than 80 characters. | 316 |
![]() | Line is longer than 80 characters. | 319 |
![]() | Line is longer than 80 characters. | 335 |
![]() | '+' is not preceded with whitespace. | 340 |
![]() | '+' is not followed by whitespace. | 340 |
![]() | '+' is not preceded with whitespace. | 340 |
![]() | '+' is not followed by whitespace. | 340 |
![]() | Line is longer than 80 characters. | 346 |
![]() | '+' is not preceded with whitespace. | 346 |
![]() | '+' is not followed by whitespace. | 346 |
![]() | '+' is not preceded with whitespace. | 346 |
![]() | '+' is not followed by whitespace. | 346 |
![]() | Line is longer than 80 characters. | 347 |
![]() | '+' is not preceded with whitespace. | 347 |
![]() | '+' is not followed by whitespace. | 347 |
![]() | '+' is not preceded with whitespace. | 347 |
![]() | '+' is not followed by whitespace. | 347 |
![]() | Line is longer than 80 characters. | 361 |
![]() | Missing a Javadoc comment. | 361 |
![]() | Parameter doc should be final. | 361 |
![]() | 'doc' hides a field. | 361 |
![]() | Parameter operation should be final. | 361 |
![]() | Line is longer than 80 characters. | 366 |
![]() | Line is longer than 80 characters. | 370 |
![]() | Line is longer than 80 characters. | 398 |
![]() | Line is longer than 80 characters. | 438 |
![]() | Missing a Javadoc comment. | 456 |
![]() | Parameter input should be final. | 456 |
![]() | Parameter schemaNode should be final. | 456 |
![]() | 'if' is not followed by whitespace. | 469 |
![]() | 'if' is not followed by whitespace. | 470 |
![]() | Line is longer than 80 characters. | 473 |
![]() | Line is longer than 80 characters. | 474 |
![]() | '+' is not preceded with whitespace. | 478 |
![]() | '+' is not followed by whitespace. | 478 |
![]() | '+' is not preceded with whitespace. | 484 |
![]() | '+' is not followed by whitespace. | 484 |
![]() | '+' is not preceded with whitespace. | 485 |
![]() | '+' is not followed by whitespace. | 485 |
![]() | '+' is not preceded with whitespace. | 485 |
![]() | '+' is not followed by whitespace. | 485 |
![]() | '+' is not preceded with whitespace. | 491 |
![]() | '+' is not followed by whitespace. | 491 |
![]() | 'for' is not followed by whitespace. | 495 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | First sentence should end with a period. | 18 |
![]() | First sentence should end with a period. | 25 |
![]() | First sentence should end with a period. | 33 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | First sentence should end with a period. | 26 |
![]() | Line contains a tab character. | 26 |
![]() | First sentence should end with a period. | 34 |
![]() | Line contains a tab character. | 34 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 18 |
![]() | First sentence should end with a period. | 24 |
![]() | Line contains a tab character. | 24 |
![]() | First sentence should end with a period. | 32 |
![]() | Line contains a tab character. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line has trailing spaces. | 32 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | First sentence should end with a period. | 41 |
![]() | Parameter templateFilePath should be final. | 46 |
![]() | Expected @throws tag for 'IOException'. | 46 |
![]() | First sentence should end with a period. | 51 |
![]() | Method 'getCode' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | First sentence should end with a period. | 59 |
![]() | Method 'put' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Parameter key should be final. | 64 |
![]() | Parameter val should be final. | 64 |
![]() | Method 'put' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Parameter context should be final. | 72 |
![]() | Expected @param tag for 'context'. | 72 |
![]() | Line is longer than 80 characters. | 76 |
![]() | First sentence should end with a period. | 80 |
![]() | Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Method 'getCtx' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Method 'setCode' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Parameter code should be final. | 102 |
![]() | 'code' hides a field. | 102 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | First sentence should end with a period. | 32 |
![]() | Parameter filePath should be final. | 37 |
![]() | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Parameter targetFilePath should be final. | 45 |
![]() | Expected @param tag for 'targetFilePath'. | 45 |
![]() | Expected @throws tag for 'IOException'. | 45 |
![]() | Line is longer than 80 characters. | 49 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | First sentence should end with a period. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter filePath should be final. | 52 |
![]() | Expected @param tag for 'filePath'. | 52 |
![]() | Parameter opid should be final. | 52 |
![]() | 'opid' hides a field. | 52 |
![]() | Expected @param tag for 'opid'. | 52 |
![]() | Expected @throws tag for 'IOException'. | 52 |
![]() | Method 'addResultElement' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Parameter resultElement should be final. | 66 |
![]() | Method 'getResultElements' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Method 'addOutFileItem' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Parameter outFileItem should be final. | 80 |
![]() | Method 'getOutFileItems' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | First sentence should end with a period. | 91 |
![]() | Method 'put' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Parameter string should be final. | 96 |
![]() | Parameter listitem should be final. | 96 |
![]() | Method 'addParameter' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Parameter parameter should be final. | 103 |
![]() | Method 'getOperationName' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Method 'setOperationName' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Parameter operationName should be final. | 117 |
![]() | 'operationName' hides a field. | 117 |
![]() | Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Method 'getParametersCsList' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | '+' is not preceded with whitespace. | 133 |
![]() | '+' is not followed by whitespace. | 133 |
![]() | Method 'getOpid' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | Method 'setOpid' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() | Parameter opid should be final. | 157 |
![]() | 'opid' hides a field. | 157 |
![]() | First sentence should end with a period. | 161 |
![]() | Method 'appendInputSection' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() | Parameter code should be final. | 165 |
![]() | Expected @param tag for 'code'. | 165 |
![]() | First sentence should end with a period. | 169 |
![]() | Method 'appendOutputSection' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() | Parameter code should be final. | 173 |
![]() | Expected @param tag for 'code'. | 173 |
![]() | Method 'getInputSection' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() | Method 'getOutputSection' is not designed for extension - needs to be abstract, final or empty. | 187 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 31 |
![]() | Parameter filePath should be final. | 36 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 31 |
![]() | Parameter filePath should be final. | 36 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 31 |
![]() | Parameter filePath should be final. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | First sentence should end with a period. | 36 |
![]() | Parameter filePath should be final. | 41 |
![]() | Method 'getOperations' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Method 'addOperation' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Parameter operationSnippet should be final. | 56 |
![]() | First sentence should end with a period. | 60 |
![]() | Line has trailing spaces. | 63 |
![]() | Method 'put' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Parameter string should be final. | 65 |
![]() | Parameter operations should be final. | 65 |
![]() | 'operations' hides a field. | 65 |
![]() | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Parameter targetFilePath should be final. | 73 |
![]() | Expected @param tag for 'targetFilePath'. | 73 |
![]() | Expected @throws tag for 'IOException'. | 73 |
![]() | Line is longer than 80 characters. | 76 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 33 |
![]() | First sentence should end with a period. | 35 |
![]() | Line contains a tab character. | 41 |
![]() | Parameter filePath should be final. | 41 |
![]() | '{' is not followed by whitespace. | 43 |
![]() | '}' is not preceded with whitespace. | 43 |
![]() | Method 'getOperations' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Method 'addOperation' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Parameter servxmlop should be final. | 56 |
![]() | First sentence should end with a period. | 62 |
![]() | Method 'put' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Parameter string should be final. | 67 |
![]() | Parameter operations should be final. | 67 |
![]() | 'operations' hides a field. | 67 |
![]() | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Parameter targetFilePath should be final. | 75 |
![]() | Expected @param tag for 'targetFilePath'. | 75 |
![]() | Expected @throws tag for 'IOException'. | 75 |
![]() | Line is longer than 80 characters. | 78 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 31 |
![]() | Parameter filePath should be final. | 36 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | First sentence should end with a period. | 56 |
![]() | Avoid inline conditionals. | 63 |
![]() | Avoid inline conditionals. | 67 |
![]() | First sentence should end with a period. | 83 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Line is longer than 80 characters. | 263 |
![]() | Avoid inline conditionals. | 337 |
![]() | Avoid inline conditionals. | 339 |
![]() | Line is longer than 80 characters. | 346 |
![]() | Line is longer than 80 characters. | 386 |
![]() | Line is longer than 80 characters. | 426 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 489 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 501 |
![]() | Missing a Javadoc comment. | 510 |
![]() | Parameter mkdir should be final. | 510 |
![]() | Parameter file should be final. | 510 |
![]() | Parameter parts should be final. | 520 |
![]() | Line is longer than 80 characters. | 556 |
![]() | Line is longer than 80 characters. | 560 |
![]() | Line is longer than 80 characters. | 564 |
![]() | Line is longer than 80 characters. | 565 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 29 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | First sentence should end with a period. | 40 |
![]() | Parameter propertiesFile should be final. | 45 |
![]() | Expected @throws tag for 'GeneratorException'. | 45 |
![]() | Method 'getKeyValuePairs' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | First sentence should end with a period. | 64 |
![]() | Method 'getProp' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Parameter key should be final. | 69 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | First sentence should end with a period. | 20 |
![]() | Utility classes should not have a public or default constructor. | 25 |
![]() | First sentence should end with a period. | 27 |
![]() | Parameter pn should be final. | 33 |
![]() | 'if' construct must use '{}'s. | 56 |
![]() | 'if' is not followed by whitespace. | 56 |
![]() | First sentence should end with a period. | 63 |
![]() | Parameter pn should be final. | 68 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Parameter var should be final. | 77 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Parameter var should be final. | 86 |
![]() | First sentence should end with a period. | 90 |
![]() | Parameter var should be final. | 95 |