Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
253151159

Rules

RulesViolationsSeverity
Translation22Errors Error
FileLength0Errors Error
RegexpHeader
  • fileExtensions: "java"
  • headerFile: "target/checkstyle-header.txt"
0Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
14Errors Error
RightCurly
  • option: "alone"
3Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
8Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
125Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
0Errors Error
JavadocVariable
  • scope: "protected"
3Infos Info
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
MethodLength1Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap0Errors Error
ParenPad
  • option: "space"
110Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround0Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock
  • option: "text"
0Errors Error
NeedBraces0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
26Warnings Warning
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber
  • ignoreNumbers: "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 32, 64, 100, 128, 256, 512, 1000, 1024"
0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows1Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0Errors Error
UpperEll0Errors Error

Details

checkstyle-report_en.properties

ViolationMessageLine
ErrorsKey 'report.checkstyle.checkstylelink' missing.0
ErrorsKey 'report.checkstyle.column.line' missing.0
ErrorsKey 'report.checkstyle.column.message' missing.0
ErrorsKey 'report.checkstyle.column.severity' missing.0
ErrorsKey 'report.checkstyle.column.violation' missing.0
ErrorsKey 'report.checkstyle.description' missing.0
ErrorsKey 'report.checkstyle.details' missing.0
ErrorsKey 'report.checkstyle.error' missing.0
ErrorsKey 'report.checkstyle.errors' missing.0
ErrorsKey 'report.checkstyle.errors.abbrev' missing.0
ErrorsKey 'report.checkstyle.files' missing.0
ErrorsKey 'report.checkstyle.infos' missing.0
ErrorsKey 'report.checkstyle.infos.abbrev' missing.0
ErrorsKey 'report.checkstyle.name' missing.0
ErrorsKey 'report.checkstyle.norule' missing.0
ErrorsKey 'report.checkstyle.rules' missing.0
ErrorsKey 'report.checkstyle.severity_title' missing.0
ErrorsKey 'report.checkstyle.summary' missing.0
ErrorsKey 'report.checkstyle.title' missing.0
ErrorsKey 'report.checkstyle.violations' missing.0
ErrorsKey 'report.checkstyle.warnings' missing.0
ErrorsKey 'report.checkstyle.warnings.abbrev' missing.0

org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.java

ViolationMessageLine
InfosMissing a Javadoc comment.62
InfosMissing a Javadoc comment.64
ErrorsLine is longer than 120 characters (found 126).175
InfosMissing a Javadoc comment.206
Errors'(' is not followed by whitespace.445
Errors')' is not preceded with whitespace.445
Errors'{' should be on a new line.445
Errors'(' is not followed by whitespace.447
Errors'(' is not followed by whitespace.447
Errors')' is not preceded with whitespace.447
Errors'(' is not followed by whitespace.447
Errors')' is not preceded with whitespace.447
Errors')' is not preceded with whitespace.447
Errors'{' should be on a new line.447
Errors'(' is not followed by whitespace.448
Errors')' is not preceded with whitespace.448

org/apache/maven/plugin/checkstyle/CheckstyleAggregateReport.java

ViolationMessageLine
ErrorsLine is longer than 120 characters (found 165).32
Errors'(' is not followed by whitespace.282
Errors')' is not preceded with whitespace.282
Errors'(' is not followed by whitespace.283
Errors')' is not preceded with whitespace.283
Errors'(' is not followed by whitespace.284
Errors')' is not preceded with whitespace.284
Errors'(' is not followed by whitespace.284
Errors')' is not preceded with whitespace.284
Errors'(' is not followed by whitespace.285
Errors')' is not preceded with whitespace.285
Errors'(' is not followed by whitespace.285
Errors')' is not preceded with whitespace.285
Errors'(' is not followed by whitespace.285
Errors')' is not preceded with whitespace.285
Errors'(' is not followed by whitespace.290
Errors')' is not preceded with whitespace.290
Errors'(' is not followed by whitespace.293
Errors')' is not preceded with whitespace.293

org/apache/maven/plugin/checkstyle/CheckstyleExecutor.java

ViolationMessageLine
WarningsUnused @param tag for '{@link'.33
WarningsExpected @param tag for 'request'.38
WarningsExpected @throws tag for 'CheckstyleExecutorException'.39
WarningsExpected @throws tag for 'CheckstyleException'.39

org/apache/maven/plugin/checkstyle/CheckstyleExecutorException.java

ViolationMessageLine
WarningsExpected @param tag for 'message'.42
WarningsExpected @param tag for 'cause'.50
WarningsExpected @param tag for 'message'.59
WarningsExpected @param tag for 'cause'.59

org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.java

ViolationMessageLine
WarningsMissing a Javadoc comment.135
Warnings'includes' hides a field.135
WarningsMissing a Javadoc comment.141
WarningsMissing a Javadoc comment.146
Warnings'excludes' hides a field.146
WarningsMissing a Javadoc comment.152
WarningsMissing a Javadoc comment.157
Warnings'resourceIncludes' hides a field.157
WarningsMissing a Javadoc comment.163
WarningsMissing a Javadoc comment.168
Warnings'resourceExcludes' hides a field.168
WarningsMissing a Javadoc comment.174
WarningsMissing a Javadoc comment.179
Warnings'project' hides a field.179
WarningsMissing a Javadoc comment.185
WarningsMissing a Javadoc comment.190
Warnings'log' hides a field.190
WarningsMissing a Javadoc comment.196
WarningsMissing a Javadoc comment.201
Warnings'suppressionsLocation' hides a field.201
WarningsMissing a Javadoc comment.207
WarningsMissing a Javadoc comment.212
Warnings'includeTestSourceDirectory' hides a field.212
WarningsMissing a Javadoc comment.218
WarningsMissing a Javadoc comment.223
Warnings'testSourceDirectory' hides a field.223
WarningsMissing a Javadoc comment.229
WarningsMissing a Javadoc comment.234
Warnings'sourceDirectory' hides a field.234
WarningsMissing a Javadoc comment.240
WarningsMissing a Javadoc comment.245
Warnings'resources' hides a field.245
WarningsMissing a Javadoc comment.251
WarningsMissing a Javadoc comment.256
Warnings'testResources' hides a field.256
WarningsMissing a Javadoc comment.262
WarningsMissing a Javadoc comment.267
Warnings'failsOnError' hides a field.267
WarningsMissing a Javadoc comment.273
WarningsMissing a Javadoc comment.278
Warnings'listener' hides a field.278
WarningsMissing a Javadoc comment.284
WarningsMissing a Javadoc comment.289
Warnings'consoleOutput' hides a field.289
WarningsMissing a Javadoc comment.295
Warnings'defaultLogger' hides a field.295
WarningsMissing a Javadoc comment.301
WarningsMissing a Javadoc comment.306
WarningsMissing a Javadoc comment.311
Warnings'stringOutputStream' hides a field.311
WarningsMissing a Javadoc comment.317
WarningsMissing a Javadoc comment.322
Warnings'configLocation' hides a field.322
WarningsMissing a Javadoc comment.328
WarningsMissing a Javadoc comment.333
Warnings'propertyExpansion' hides a field.333
WarningsMissing a Javadoc comment.339
WarningsMissing a Javadoc comment.344
Warnings'headerLocation' hides a field.344
WarningsMissing a Javadoc comment.350
WarningsMissing a Javadoc comment.355
Warnings'cacheFile' hides a field.355
WarningsMissing a Javadoc comment.361
WarningsMissing a Javadoc comment.366
Warnings'suppressionsFileExpression' hides a field.366
WarningsMissing a Javadoc comment.372
WarningsMissing a Javadoc comment.377
Warnings'encoding' hides a field.377
WarningsMissing a Javadoc comment.383
WarningsMissing a Javadoc comment.388
WarningsMissing a Javadoc comment.437
Warnings'includeResources' hides a field.446
WarningsMissing a Javadoc comment.452
Warnings'includeTestResources' hides a field.461

org/apache/maven/plugin/checkstyle/CheckstyleReport.java

ViolationMessageLine
ErrorsLine is longer than 120 characters (found 123).37

org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.java

ViolationMessageLine
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.91
WarningsMissing a Javadoc comment.100
WarningsMissing a Javadoc comment.121
Errors'(' is not followed by whitespace.364
Errors')' is not preceded with whitespace.364
Errors'{' should be on a new line.364
Errors'(' is not followed by whitespace.367
Errors'(' is not followed by whitespace.367
Errors')' is not preceded with whitespace.367
Errors')' is not preceded with whitespace.367
Errors'{' should be on a new line.367
Errors'(' is not followed by whitespace.369
Errors')' is not preceded with whitespace.369
Errors'}' should be alone on a line.370
Errors'{' should be on a new line.370
Errors'(' is not followed by whitespace.371
Errors')' is not preceded with whitespace.371
WarningsMissing a Javadoc comment.792
WarningsMissing a Javadoc comment.797
WarningsMissing a Javadoc comment.802
WarningsMissing a Javadoc comment.807
WarningsMissing a Javadoc comment.812
WarningsMissing a Javadoc comment.817
WarningsMissing a Javadoc comment.822
WarningsMissing a Javadoc comment.827
WarningsMissing a Javadoc comment.832
WarningsMissing a Javadoc comment.837
WarningsMissing a Javadoc comment.842
WarningsMissing a Javadoc comment.847
WarningsMissing a Javadoc comment.852
WarningsMissing a Javadoc comment.857
WarningsMissing a Javadoc comment.863
WarningsMissing a Javadoc comment.868

org/apache/maven/plugin/checkstyle/CheckstyleReportListener.java

ViolationMessageLine
Warnings'severityLevel' hides a field.98
WarningsExpected @param tag for 'severityLevel'.98
WarningsExpected an @return tag.106
WarningsExpected an @return tag.176
WarningsExpected @param tag for 'results'.185
WarningsExpected an @return tag.193
WarningsExpected @param tag for 'checkstyleConfiguration'.201

org/apache/maven/plugin/checkstyle/CheckstyleResults.java

ViolationMessageLine
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.71
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.86
WarningsMissing a Javadoc comment.98
WarningsMissing a Javadoc comment.114
WarningsMissing a Javadoc comment.129
WarningsMissing a Javadoc comment.134

org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.java

ViolationMessageLine
ErrorsLine is longer than 120 characters (found 126).53
Errors'(' is not followed by whitespace.406
Errors')' is not preceded with whitespace.406
Errors'(' is not followed by whitespace.406
Errors')' is not preceded with whitespace.406
ErrorsLine is longer than 120 characters (found 121).407
Errors'(' is not followed by whitespace.407
Errors')' is not preceded with whitespace.407
Errors'(' is not followed by whitespace.407
Errors')' is not preceded with whitespace.407
Errors'(' is not followed by whitespace.407
Errors')' is not preceded with whitespace.407
Errors'(' is not followed by whitespace.407
Errors')' is not preceded with whitespace.407
Errors'(' is not followed by whitespace.408
Errors')' is not preceded with whitespace.408
Errors'(' is not followed by whitespace.408
Errors')' is not preceded with whitespace.408
Errors'(' is not followed by whitespace.409
Errors')' is not preceded with whitespace.409
Errors'(' is not followed by whitespace.409
Errors')' is not preceded with whitespace.409
Errors'(' is not followed by whitespace.410
Errors')' is not preceded with whitespace.410
Errors'(' is not followed by whitespace.410
Errors')' is not preceded with whitespace.410
Errors'(' is not followed by whitespace.411
Errors')' is not preceded with whitespace.411
Errors'(' is not followed by whitespace.411
Errors')' is not preceded with whitespace.411
Errors'(' is not followed by whitespace.412
Errors')' is not preceded with whitespace.412
Errors'(' is not followed by whitespace.412
Errors')' is not preceded with whitespace.412
Errors'(' is not followed by whitespace.413
Errors')' is not preceded with whitespace.413
Errors')' is not preceded with whitespace.503

org/apache/maven/plugin/checkstyle/DefaultCheckstyleExecutor.java

ViolationMessageLine
ErrorsMethod length is 151 lines (max allowed is 150).74
WarningsMissing a Javadoc comment.74
Errors'(' is not followed by whitespace.162
WarningsMissing a Javadoc comment.228
WarningsMissing a Javadoc comment.261
Errors'(' is not followed by whitespace.292
Errors')' is not preceded with whitespace.292
Errors'(' is not followed by whitespace.309
Errors')' is not preceded with whitespace.309
Errors'{' should be on a new line.309
Errors'(' is not followed by whitespace.310
Errors'(' is not followed by whitespace.310
Errors')' is not preceded with whitespace.310
Errors'(' is not followed by whitespace.311
Errors')' is not preceded with whitespace.311
Errors')' is not preceded with whitespace.311
Errors'{' should be on a new line.311
Errors'(' is not followed by whitespace.312
Errors')' is not preceded with whitespace.312
Errors'{' should be on a new line.312
Errors'{' should be on a new line.314
Errors'(' is not followed by whitespace.315
Errors'(' is not followed by whitespace.315
Errors')' is not preceded with whitespace.315
Errors')' is not preceded with whitespace.315
Errors'{' should be on a new line.315
Errors'(' is not followed by whitespace.316
Errors')' is not preceded with whitespace.316
Errors'(' is not followed by whitespace.316
Errors')' is not preceded with whitespace.316
Errors'}' should be alone on a line.318
Errors'(' is not followed by whitespace.318
Errors')' is not preceded with whitespace.318
Errors'{' should be on a new line.318
Errors'(' is not followed by whitespace.321
Errors')' is not preceded with whitespace.321
Errors'(' is not followed by whitespace.321
Errors')' is not preceded with whitespace.321
Errors'}' should be alone on a line.323
Errors'{' should be on a new line.323
Errors'(' is not followed by whitespace.324
Errors')' is not preceded with whitespace.324
Errors'(' is not followed by whitespace.480
Errors')' is not preceded with whitespace.480
Errors'{' should be on a new line.480
Errors'(' is not followed by whitespace.481
Errors')' is not preceded with whitespace.481
Errors'{' should be on a new line.481
Errors'(' is not followed by whitespace.482
Errors')' is not preceded with whitespace.482
Errors'(' is not followed by whitespace.485
Errors')' is not preceded with whitespace.485
ErrorsLine is longer than 120 characters (found 135).513
ErrorsLine is longer than 120 characters (found 142).555
ErrorsLine is longer than 120 characters (found 144).564

org/apache/maven/plugin/checkstyle/ReportResource.java

ViolationMessageLine
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.72

org/apache/maven/plugin/checkstyle/VelocityTemplate.java

ViolationMessageLine
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.69
WarningsMissing a Javadoc comment.74
ErrorsRedundant throws: 'VelocityException' is unchecked exception.90
WarningsExpected @throws tag for 'MojoExecutionException'.90
WarningsExpected @throws tag for 'IOException'.90
WarningsMissing a Javadoc comment.131
WarningsMissing a Javadoc comment.136
WarningsMissing a Javadoc comment.141
WarningsMissing a Javadoc comment.150

org/apache/maven/plugin/checkstyle/rss/CheckstyleRssGenerator.java

ViolationMessageLine
WarningsMissing a Javadoc comment.31

org/apache/maven/plugin/checkstyle/rss/CheckstyleRssGeneratorRequest.java

ViolationMessageLine
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.69
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.79
WarningsMissing a Javadoc comment.84

org/apache/maven/plugin/checkstyle/rss/DefaultCheckstyleRssGenerator.java

ViolationMessageLine
WarningsExpected @param tag for 'results'.54
WarningsExpected @param tag for 'checkstyleRssGeneratorRequest'.54
WarningsExpected @throws tag for 'MavenReportException'.55