Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
900316

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
3Errors Error
NewlineAtEndOfFile0Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
10Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
23Errors Error
JavadocMethod34Errors Error
JavadocType9Errors Error
JavadocVariable11Errors Error
JavadocStyle4Errors Error
ConstantName2Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName11Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport1Errors Error
UnusedImports1Errors Error
LineLength57Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter10Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap0Errors Error
ParenPad17Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter17Errors Error
WhitespaceAround55Errors Error
ModifierOrder0Errors Error
RedundantModifier2Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock1Errors Error
LeftCurly0Errors Error
NeedBraces1Errors Error
RightCurly0Errors Error
AvoidInlineConditionals0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField0Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn2Errors Error
DesignForExtension5Errors Error
FinalClass1Errors Error
HideUtilityClassConstructor3Errors Error
InterfaceIsType0Errors Error
VisibilityModifier0Errors Error
ArrayTypeStyle0Errors Error
FinalParameters46Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

org/agmip/core/ModelEnum.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.3
ErrorsMissing a Javadoc comment.4
Errors',' is not followed by whitespace.4
ErrorsMissing a Javadoc comment.4
Errors',' is not followed by whitespace.4
ErrorsMissing a Javadoc comment.4

org/agmip/core/types/TimeseriesComparator.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.6
ErrorsMissing a Javadoc comment.8
ErrorsMissing a Javadoc comment.10
ErrorsParameter index should be final.10
ErrorsMethod 'compare' is not designed for extension - needs to be abstract, final or empty.14
ErrorsMissing a Javadoc comment.14
ErrorsParameter item should be final.14
ErrorsParameter otherItem should be final.14
ErrorsLine is longer than 80 characters.16
ErrorsMethod 'validateStringStringMap' is not designed for extension - needs to be abstract, final or empty.43
ErrorsMissing a Javadoc comment.43
ErrorsParameter m should be final.43
ErrorsLine is longer than 80 characters.46
ErrorsConditional logic can be removed.46

org/agmip/core/types/TranslatorIO.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.3
Errors'{' is not followed by whitespace.3
Errors'}' is not preceded with whitespace.3

org/agmip/core/types/TranslatorInput.java

ViolationMessageLine
ErrorsUnused import - java.io.IOException.7
ErrorsMissing a Javadoc comment.10
ErrorsMissing a Javadoc comment.11
ErrorsRedundant 'public' modifier.11

org/agmip/core/types/TranslatorOutput.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.10
ErrorsMissing a Javadoc comment.11
ErrorsRedundant 'public' modifier.11

org/agmip/util/AcmoUtil.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsRedundant import from the same package - org.agmip.util.MapUtil.10
ErrorsClass AcmoUtil should be declared as final.17
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.18
ErrorsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.18
ErrorsFirst sentence should end with a period.19
Errors'{' is not preceded with whitespace.22
Errors'{' is not followed by whitespace.22
Errors'}' is not preceded with whitespace.22
ErrorsLine has trailing spaces.26
ErrorsLine is longer than 80 characters.33
ErrorsParameter outputPath should be final.33
ErrorsParameter datapackage should be final.33
ErrorsParameter destModel should be final.33
ErrorsExpected @param tag for 'destModel'.33
Errors'+' is not preceded with whitespace.38
Errors'+' is not followed by whitespace.38
Errors'+' is not preceded with whitespace.38
Errors'+' is not followed by whitespace.38
ErrorsLine has trailing spaces.44
ErrorsLine is longer than 80 characters.46
ErrorsFirst sentence should end with a period.65
ErrorsLine is longer than 80 characters.72
ErrorsParameter dataset should be final.72
ErrorsParameter destModel should be final.72
ErrorsExpected @param tag for 'destModel'.72
ErrorsLine is longer than 80 characters.74
ErrorsFirst sentence should end with a period.141
ErrorsLine is longer than 80 characters.147
ErrorsLine is longer than 80 characters.150
ErrorsMissing a Javadoc comment.150
ErrorsParameter dataset should be final.150
ErrorsParameter destModel should be final.150
ErrorsLine is longer than 80 characters.153
ErrorsLine is longer than 80 characters.154
ErrorsLine has trailing spaces.172
Errors'+' is not preceded with whitespace.185
Errors'+' is not followed by whitespace.185
ErrorsLine is longer than 80 characters.186
Errors'+' is not preceded with whitespace.186
Errors'+' is not followed by whitespace.186
ErrorsLine is longer than 80 characters.191
ErrorsLine is longer than 80 characters.196
ErrorsLine is longer than 80 characters.202
Errors'!' is followed by whitespace.205
ErrorsLine has trailing spaces.208
ErrorsLine is longer than 80 characters.220
ErrorsLine has trailing spaces.224
ErrorsLine is longer than 80 characters.231
ErrorsLine is longer than 80 characters.240
Errors'!' is followed by whitespace.245
ErrorsLine is longer than 80 characters.249
ErrorsLine is longer than 80 characters.255
Errors'!' is followed by whitespace.256
ErrorsName 'om_tot' must match pattern '^[a-z][a-zA-Z0-9]*$'.273
Errors'!' is followed by whitespace.274
ErrorsLine is longer than 80 characters.285
ErrorsMissing a Javadoc comment.285
ErrorsParameter eventMap should be final.285
ErrorsParameter sourceMap should be final.285
ErrorsParameter var should be final.285
ErrorsParameter destModel should be final.285
Errors'+' is not preceded with whitespace.289
Errors'+' is not followed by whitespace.289
ErrorsMissing a Javadoc comment.294
ErrorsParameter list should be final.294
ErrorsParameter joint should be final.294
Errors'if' construct must use '{}'s.300
ErrorsLine has trailing spaces.300
Errors'-' is not preceded with whitespace.301
Errors'-' is not followed by whitespace.301

org/agmip/util/Helpers.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.8
ErrorsUtility classes should not have a public or default constructor.8
ErrorsLine is longer than 80 characters.9
ErrorsLine contains a tab character.9
ErrorsMissing a Javadoc comment.9
ErrorsLine has trailing spaces.10
ErrorsLine contains a tab character.10
ErrorsLine contains a tab character.11
ErrorsLine contains a tab character.12
ErrorsUnused @param tag for 'String'.23
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsParameter source should be final.26
ErrorsExpected @param tag for 'source'.26
ErrorsLine contains a tab character.29
Errors'=' is not preceded with whitespace.38
Errors'=' is not followed by whitespace.38
Errors'<' is not preceded with whitespace.38
Errors'<' is not followed by whitespace.38
Errors'!' is followed by whitespace.39
Errors'!' is followed by whitespace.40
ErrorsLine has trailing spaces.52
Errors'+' is not preceded with whitespace.53
Errors'+' is not followed by whitespace.53
Errors'+' is not preceded with whitespace.54
Errors'+' is not followed by whitespace.54
ErrorsLine is longer than 80 characters.61
ErrorsLine is longer than 80 characters.67
Errors'-' is not preceded with whitespace.67
Errors'-' is not followed by whitespace.67
Errors'+' is not preceded with whitespace.75
Errors'+' is not followed by whitespace.75
ErrorsLine contains a tab character.77

org/agmip/util/JSONAdapter.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.16
ErrorsUtility classes should not have a public or default constructor.16
ErrorsMissing a Javadoc comment.17
ErrorsName 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.17
ErrorsLine is longer than 80 characters.18
ErrorsMissing a Javadoc comment.18
ErrorsLine is longer than 80 characters.20
ErrorsMissing a Javadoc comment.20
ErrorsParameter json should be final.20
ErrorsLine is longer than 80 characters.21
Errors'{' is not followed by whitespace.21
Errors'}' is not preceded with whitespace.21
ErrorsLine has trailing spaces.22
ErrorsMissing a Javadoc comment.24
ErrorsParameter obj should be final.24

org/agmip/util/MapUtil.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.15
ErrorsLine has trailing spaces.19
ErrorsUtility classes should not have a public or default constructor.25
ErrorsLine has trailing spaces.36
ErrorsMissing a Javadoc comment.43
ErrorsMissing a Javadoc comment.44
ErrorsMissing a Javadoc comment.45
ErrorsMissing a Javadoc comment.46
ErrorsMissing a Javadoc comment.48
ErrorsParameter m should be final.48
Errors'for' is not followed by whitespace.49
ErrorsLine is longer than 80 characters.53
Errors'if' is not followed by whitespace.53
Errors'(' is followed by whitespace.53
Errors')' is preceded with whitespace.53
Errors'if' is not followed by whitespace.55
Errors'!' is followed by whitespace.55
Errors')' is preceded with whitespace.55
ErrorsLine is longer than 80 characters.62
Errors'+' is not preceded with whitespace.62
Errors'+' is not followed by whitespace.62
Errors'+' is not preceded with whitespace.62
Errors'+' is not followed by whitespace.62
Errors'+' is not preceded with whitespace.62
Errors'+' is not followed by whitespace.62
ErrorsMissing a Javadoc comment.68
Errors'{' is not followed by whitespace.68
Errors'}' is not preceded with whitespace.68
ErrorsLine is longer than 80 characters.71
ErrorsLine has trailing spaces.72
ErrorsMethod 'getValues' is not designed for extension - needs to be abstract, final or empty.75
ErrorsLine has trailing spaces.81
ErrorsLine has trailing spaces.84
ErrorsMethod 'getDataList' is not designed for extension - needs to be abstract, final or empty.87
ErrorsLine has trailing spaces.94
ErrorsMethod 'parseDataList' is not designed for extension - needs to be abstract, final or empty.96
Errors'for' is not followed by whitespace.99
Errors'if' is not followed by whitespace.100
Errors'(' is followed by whitespace.100
Errors')' is preceded with whitespace.100
Errors'for' is not followed by whitespace.101
Errors'for' is not followed by whitespace.107
Errors'(' is followed by whitespace.109
Errors')' is preceded with whitespace.109
ErrorsLine is longer than 80 characters.110
Errors'(' is followed by whitespace.111
Errors')' is preceded with whitespace.111
Errors'{' is not preceded with whitespace.111
ErrorsMust have at least one statement.111
ErrorsLine is longer than 80 characters.112
ErrorsLine has trailing spaces.122
ErrorsLine has trailing spaces.124
ErrorsParameter m should be final.128
Errors'for' is not followed by whitespace.138
ErrorsLine is longer than 80 characters.140
ErrorsMissing a Javadoc comment.152
Errors',' is not followed by whitespace.152
ErrorsParameter m should be final.152
Errors',' is not followed by whitespace.152
ErrorsParameter key should be final.152
ErrorsParameter orValue should be final.152
Errors')' is preceded with whitespace.152
ErrorsLine has trailing spaces.159
ErrorsExpected an @return tag.160
ErrorsParameter m should be final.160
ErrorsExpected @param tag for 'm'.160
Errors'for' is not followed by whitespace.162
Errors'if' is not followed by whitespace.163
Errors'(' is followed by whitespace.163
Errors')' is preceded with whitespace.163
ErrorsExpected an @return tag.174
ErrorsParameter m should be final.174
ErrorsExpected @param tag for 'm'.174
ErrorsMissing a Javadoc comment.184
ErrorsParameter m should be final.184
ErrorsParameter key should be final.184
ErrorsLine is longer than 80 characters.185
Errors',' is not followed by whitespace.185
ErrorsLine is longer than 80 characters.189
ErrorsMissing a Javadoc comment.189
ErrorsParameter m should be final.189
ErrorsParameter key should be final.189
ErrorsLine is longer than 80 characters.190
ErrorsLine is longer than 80 characters.193
ErrorsMissing a Javadoc comment.193
ErrorsParameter m should be final.193
ErrorsParameter key should be final.193
ErrorsLine is longer than 80 characters.201
ErrorsMissing a Javadoc comment.201
ErrorsParameter m should be final.201
ErrorsParameter key should be final.201
ErrorsLine is longer than 80 characters.202
ErrorsLine is longer than 80 characters.203
ErrorsLine is longer than 80 characters.211
ErrorsMissing a Javadoc comment.211
ErrorsParameter m should be final.211
Errors'for' is not followed by whitespace.213
Errors'if' is not followed by whitespace.214
ErrorsMissing a Javadoc comment.221
ErrorsParameter m should be final.221
ErrorsParameter key should be final.221
ErrorsParameter orValue should be final.221
ErrorsLine is longer than 80 characters.225
ErrorsMissing a Javadoc comment.225
ErrorsParameter m should be final.225
ErrorsLine is longer than 80 characters.226
ErrorsLine has trailing spaces.229
Errors'while' is not followed by whitespace.230
ErrorsLine is longer than 80 characters.238
ErrorsMissing a Javadoc comment.238
ErrorsParameter m should be final.238
Errors',' is not followed by whitespace.238
ErrorsParameter s should be final.238
Errors',' is not followed by whitespace.239
Errors'while' is not followed by whitespace.243
Errors'if' is not followed by whitespace.245
Errors'(' is followed by whitespace.245
Errors')' is preceded with whitespace.245
ErrorsLine is longer than 80 characters.253
ErrorsMissing a Javadoc comment.253
ErrorsParameter bundledData should be final.253
ErrorsLine has trailing spaces.254
ErrorsLine has trailing spaces.255
ErrorsLine contains a tab character.255
ErrorsLine is longer than 80 characters.256
ErrorsLine is longer than 80 characters.257
ErrorsLine is longer than 80 characters.258
ErrorsLine is longer than 80 characters.259
ErrorsLine has trailing spaces.264
ErrorsName 'wst_id' must match pattern '^[a-z][a-zA-Z0-9]*$'.266
ErrorsName 'soil_id' must match pattern '^[a-z][a-zA-Z0-9]*$'.273
ErrorsLine is longer than 80 characters.280
ErrorsName 'wst_id' must match pattern '^[a-z][a-zA-Z0-9]*$'.282
ErrorsName 'soil_id' must match pattern '^[a-z][a-zA-Z0-9]*$'.283
ErrorsName 'w_ref' must match pattern '^[a-z][a-zA-Z0-9]*$'.287
ErrorsName 's_ref' must match pattern '^[a-z][a-zA-Z0-9]*$'.294
ErrorsLine has trailing spaces.299
ErrorsLine contains a tab character.303
ErrorsLine is longer than 80 characters.306
ErrorsMissing a Javadoc comment.306
ErrorsParameter flatData should be final.306
ErrorsLine is longer than 80 characters.307
ErrorsLine is longer than 80 characters.308
ErrorsLine is longer than 80 characters.309
ErrorsLine is longer than 80 characters.310
ErrorsLine is longer than 80 characters.318
ErrorsName 'w_ref' must match pattern '^[a-z][a-zA-Z0-9]*$'.318
ErrorsName 'wst_id' must match pattern '^[a-z][a-zA-Z0-9]*$'.320
Errors'!' is followed by whitespace.321
ErrorsLine is longer than 80 characters.329
ErrorsName 's_ref' must match pattern '^[a-z][a-zA-Z0-9]*$'.329
ErrorsName 'soil_id' must match pattern '^[a-z][a-zA-Z0-9]*$'.331
Errors'!' is followed by whitespace.332
ErrorsFirst sentence should end with a period.349
ErrorsExpected an @return tag.352
ErrorsParameter test should be final.352
ErrorsExpected @param tag for 'test'.352
ErrorsConditional logic can be removed.353
Errors'(' is followed by whitespace.353
Errors')' is preceded with whitespace.353
ErrorsMissing a Javadoc comment.360
ErrorsParameter test should be final.360
Errors')' is preceded with whitespace.361
Errors'!' is followed by whitespace.363