The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 3 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 10 | ![]() |
RegexpSingleline
| 23 | ![]() |
JavadocMethod | 34 | ![]() |
JavadocType | 9 | ![]() |
JavadocVariable | 11 | ![]() |
JavadocStyle | 4 | ![]() |
ConstantName | 2 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 11 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 1 | ![]() |
UnusedImports | 1 | ![]() |
LineLength | 57 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 10 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 17 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 17 | ![]() |
WhitespaceAround | 55 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 2 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 1 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 1 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 0 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 2 | ![]() |
DesignForExtension | 5 | ![]() |
FinalClass | 1 | ![]() |
HideUtilityClassConstructor | 3 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 0 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 46 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 3 |
![]() | Missing a Javadoc comment. | 4 |
![]() | ',' is not followed by whitespace. | 4 |
![]() | Missing a Javadoc comment. | 4 |
![]() | ',' is not followed by whitespace. | 4 |
![]() | Missing a Javadoc comment. | 4 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 6 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Parameter index should be final. | 10 |
![]() | Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Parameter item should be final. | 14 |
![]() | Parameter otherItem should be final. | 14 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Method 'validateStringStringMap' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter m should be final. | 43 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Conditional logic can be removed. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 3 |
![]() | '{' is not followed by whitespace. | 3 |
![]() | '}' is not preceded with whitespace. | 3 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.io.IOException. | 7 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Redundant 'public' modifier. | 11 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Redundant 'public' modifier. | 11 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Redundant import from the same package - org.agmip.util.MapUtil. | 10 |
![]() | Class AcmoUtil should be declared as final. | 17 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 |
![]() | First sentence should end with a period. | 19 |
![]() | '{' is not preceded with whitespace. | 22 |
![]() | '{' is not followed by whitespace. | 22 |
![]() | '}' is not preceded with whitespace. | 22 |
![]() | Line has trailing spaces. | 26 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Parameter outputPath should be final. | 33 |
![]() | Parameter datapackage should be final. | 33 |
![]() | Parameter destModel should be final. | 33 |
![]() | Expected @param tag for 'destModel'. | 33 |
![]() | '+' is not preceded with whitespace. | 38 |
![]() | '+' is not followed by whitespace. | 38 |
![]() | '+' is not preceded with whitespace. | 38 |
![]() | '+' is not followed by whitespace. | 38 |
![]() | Line has trailing spaces. | 44 |
![]() | Line is longer than 80 characters. | 46 |
![]() | First sentence should end with a period. | 65 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Parameter dataset should be final. | 72 |
![]() | Parameter destModel should be final. | 72 |
![]() | Expected @param tag for 'destModel'. | 72 |
![]() | Line is longer than 80 characters. | 74 |
![]() | First sentence should end with a period. | 141 |
![]() | Line is longer than 80 characters. | 147 |
![]() | Line is longer than 80 characters. | 150 |
![]() | Missing a Javadoc comment. | 150 |
![]() | Parameter dataset should be final. | 150 |
![]() | Parameter destModel should be final. | 150 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Line has trailing spaces. | 172 |
![]() | '+' is not preceded with whitespace. | 185 |
![]() | '+' is not followed by whitespace. | 185 |
![]() | Line is longer than 80 characters. | 186 |
![]() | '+' is not preceded with whitespace. | 186 |
![]() | '+' is not followed by whitespace. | 186 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Line is longer than 80 characters. | 196 |
![]() | Line is longer than 80 characters. | 202 |
![]() | '!' is followed by whitespace. | 205 |
![]() | Line has trailing spaces. | 208 |
![]() | Line is longer than 80 characters. | 220 |
![]() | Line has trailing spaces. | 224 |
![]() | Line is longer than 80 characters. | 231 |
![]() | Line is longer than 80 characters. | 240 |
![]() | '!' is followed by whitespace. | 245 |
![]() | Line is longer than 80 characters. | 249 |
![]() | Line is longer than 80 characters. | 255 |
![]() | '!' is followed by whitespace. | 256 |
![]() | Name 'om_tot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 273 |
![]() | '!' is followed by whitespace. | 274 |
![]() | Line is longer than 80 characters. | 285 |
![]() | Missing a Javadoc comment. | 285 |
![]() | Parameter eventMap should be final. | 285 |
![]() | Parameter sourceMap should be final. | 285 |
![]() | Parameter var should be final. | 285 |
![]() | Parameter destModel should be final. | 285 |
![]() | '+' is not preceded with whitespace. | 289 |
![]() | '+' is not followed by whitespace. | 289 |
![]() | Missing a Javadoc comment. | 294 |
![]() | Parameter list should be final. | 294 |
![]() | Parameter joint should be final. | 294 |
![]() | 'if' construct must use '{}'s. | 300 |
![]() | Line has trailing spaces. | 300 |
![]() | '-' is not preceded with whitespace. | 301 |
![]() | '-' is not followed by whitespace. | 301 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 8 |
![]() | Utility classes should not have a public or default constructor. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line contains a tab character. | 9 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Line has trailing spaces. | 10 |
![]() | Line contains a tab character. | 10 |
![]() | Line contains a tab character. | 11 |
![]() | Line contains a tab character. | 12 |
![]() | Unused @param tag for 'String'. | 23 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Parameter source should be final. | 26 |
![]() | Expected @param tag for 'source'. | 26 |
![]() | Line contains a tab character. | 29 |
![]() | '=' is not preceded with whitespace. | 38 |
![]() | '=' is not followed by whitespace. | 38 |
![]() | '<' is not preceded with whitespace. | 38 |
![]() | '<' is not followed by whitespace. | 38 |
![]() | '!' is followed by whitespace. | 39 |
![]() | '!' is followed by whitespace. | 40 |
![]() | Line has trailing spaces. | 52 |
![]() | '+' is not preceded with whitespace. | 53 |
![]() | '+' is not followed by whitespace. | 53 |
![]() | '+' is not preceded with whitespace. | 54 |
![]() | '+' is not followed by whitespace. | 54 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line is longer than 80 characters. | 67 |
![]() | '-' is not preceded with whitespace. | 67 |
![]() | '-' is not followed by whitespace. | 67 |
![]() | '+' is not preceded with whitespace. | 75 |
![]() | '+' is not followed by whitespace. | 75 |
![]() | Line contains a tab character. | 77 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 16 |
![]() | Utility classes should not have a public or default constructor. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Parameter json should be final. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | '{' is not followed by whitespace. | 21 |
![]() | '}' is not preceded with whitespace. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Parameter obj should be final. | 24 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 15 |
![]() | Line has trailing spaces. | 19 |
![]() | Utility classes should not have a public or default constructor. | 25 |
![]() | Line has trailing spaces. | 36 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Parameter m should be final. | 48 |
![]() | 'for' is not followed by whitespace. | 49 |
![]() | Line is longer than 80 characters. | 53 |
![]() | 'if' is not followed by whitespace. | 53 |
![]() | '(' is followed by whitespace. | 53 |
![]() | ')' is preceded with whitespace. | 53 |
![]() | 'if' is not followed by whitespace. | 55 |
![]() | '!' is followed by whitespace. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | 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 |
![]() | Missing a Javadoc comment. | 68 |
![]() | '{' is not followed by whitespace. | 68 |
![]() | '}' is not preceded with whitespace. | 68 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line has trailing spaces. | 72 |
![]() | Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Line has trailing spaces. | 81 |
![]() | Line has trailing spaces. | 84 |
![]() | Method 'getDataList' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Line has trailing spaces. | 94 |
![]() | Method 'parseDataList' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | 'for' is not followed by whitespace. | 99 |
![]() | 'if' is not followed by whitespace. | 100 |
![]() | '(' is followed by whitespace. | 100 |
![]() | ')' is preceded with whitespace. | 100 |
![]() | 'for' is not followed by whitespace. | 101 |
![]() | 'for' is not followed by whitespace. | 107 |
![]() | '(' is followed by whitespace. | 109 |
![]() | ')' is preceded with whitespace. | 109 |
![]() | Line is longer than 80 characters. | 110 |
![]() | '(' is followed by whitespace. | 111 |
![]() | ')' is preceded with whitespace. | 111 |
![]() | '{' is not preceded with whitespace. | 111 |
![]() | Must have at least one statement. | 111 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line has trailing spaces. | 122 |
![]() | Line has trailing spaces. | 124 |
![]() | Parameter m should be final. | 128 |
![]() | 'for' is not followed by whitespace. | 138 |
![]() | Line is longer than 80 characters. | 140 |
![]() | Missing a Javadoc comment. | 152 |
![]() | ',' is not followed by whitespace. | 152 |
![]() | Parameter m should be final. | 152 |
![]() | ',' is not followed by whitespace. | 152 |
![]() | Parameter key should be final. | 152 |
![]() | Parameter orValue should be final. | 152 |
![]() | ')' is preceded with whitespace. | 152 |
![]() | Line has trailing spaces. | 159 |
![]() | Expected an @return tag. | 160 |
![]() | Parameter m should be final. | 160 |
![]() | Expected @param tag for 'm'. | 160 |
![]() | 'for' is not followed by whitespace. | 162 |
![]() | 'if' is not followed by whitespace. | 163 |
![]() | '(' is followed by whitespace. | 163 |
![]() | ')' is preceded with whitespace. | 163 |
![]() | Expected an @return tag. | 174 |
![]() | Parameter m should be final. | 174 |
![]() | Expected @param tag for 'm'. | 174 |
![]() | Missing a Javadoc comment. | 184 |
![]() | Parameter m should be final. | 184 |
![]() | Parameter key should be final. | 184 |
![]() | Line is longer than 80 characters. | 185 |
![]() | ',' is not followed by whitespace. | 185 |
![]() | Line is longer than 80 characters. | 189 |
![]() | Missing a Javadoc comment. | 189 |
![]() | Parameter m should be final. | 189 |
![]() | Parameter key should be final. | 189 |
![]() | Line is longer than 80 characters. | 190 |
![]() | Line is longer than 80 characters. | 193 |
![]() | Missing a Javadoc comment. | 193 |
![]() | Parameter m should be final. | 193 |
![]() | Parameter key should be final. | 193 |
![]() | Line is longer than 80 characters. | 201 |
![]() | Missing a Javadoc comment. | 201 |
![]() | Parameter m should be final. | 201 |
![]() | Parameter key should be final. | 201 |
![]() | Line is longer than 80 characters. | 202 |
![]() | Line is longer than 80 characters. | 203 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Missing a Javadoc comment. | 211 |
![]() | Parameter m should be final. | 211 |
![]() | 'for' is not followed by whitespace. | 213 |
![]() | 'if' is not followed by whitespace. | 214 |
![]() | Missing a Javadoc comment. | 221 |
![]() | Parameter m should be final. | 221 |
![]() | Parameter key should be final. | 221 |
![]() | Parameter orValue should be final. | 221 |
![]() | Line is longer than 80 characters. | 225 |
![]() | Missing a Javadoc comment. | 225 |
![]() | Parameter m should be final. | 225 |
![]() | Line is longer than 80 characters. | 226 |
![]() | Line has trailing spaces. | 229 |
![]() | 'while' is not followed by whitespace. | 230 |
![]() | Line is longer than 80 characters. | 238 |
![]() | Missing a Javadoc comment. | 238 |
![]() | Parameter m should be final. | 238 |
![]() | ',' is not followed by whitespace. | 238 |
![]() | Parameter s should be final. | 238 |
![]() | ',' is not followed by whitespace. | 239 |
![]() | 'while' is not followed by whitespace. | 243 |
![]() | 'if' is not followed by whitespace. | 245 |
![]() | '(' is followed by whitespace. | 245 |
![]() | ')' is preceded with whitespace. | 245 |
![]() | Line is longer than 80 characters. | 253 |
![]() | Missing a Javadoc comment. | 253 |
![]() | Parameter bundledData should be final. | 253 |
![]() | Line has trailing spaces. | 254 |
![]() | Line has trailing spaces. | 255 |
![]() | Line contains a tab character. | 255 |
![]() | Line is longer than 80 characters. | 256 |
![]() | Line is longer than 80 characters. | 257 |
![]() | Line is longer than 80 characters. | 258 |
![]() | Line is longer than 80 characters. | 259 |
![]() | Line has trailing spaces. | 264 |
![]() | Name 'wst_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 266 |
![]() | Name 'soil_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 273 |
![]() | Line is longer than 80 characters. | 280 |
![]() | Name 'wst_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 282 |
![]() | Name 'soil_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 283 |
![]() | Name 'w_ref' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 |
![]() | Name 's_ref' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 294 |
![]() | Line has trailing spaces. | 299 |
![]() | Line contains a tab character. | 303 |
![]() | Line is longer than 80 characters. | 306 |
![]() | Missing a Javadoc comment. | 306 |
![]() | Parameter flatData should be final. | 306 |
![]() | Line is longer than 80 characters. | 307 |
![]() | Line is longer than 80 characters. | 308 |
![]() | Line is longer than 80 characters. | 309 |
![]() | Line is longer than 80 characters. | 310 |
![]() | Line is longer than 80 characters. | 318 |
![]() | Name 'w_ref' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 318 |
![]() | Name 'wst_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 320 |
![]() | '!' is followed by whitespace. | 321 |
![]() | Line is longer than 80 characters. | 329 |
![]() | Name 's_ref' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 329 |
![]() | Name 'soil_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 331 |
![]() | '!' is followed by whitespace. | 332 |
![]() | First sentence should end with a period. | 349 |
![]() | Expected an @return tag. | 352 |
![]() | Parameter test should be final. | 352 |
![]() | Expected @param tag for 'test'. | 352 |
![]() | Conditional logic can be removed. | 353 |
![]() | '(' is followed by whitespace. | 353 |
![]() | ')' is preceded with whitespace. | 353 |
![]() | Missing a Javadoc comment. | 360 |
![]() | Parameter test should be final. | 360 |
![]() | ')' is preceded with whitespace. | 361 |
![]() | '!' is followed by whitespace. | 363 |