Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
7 27 106 1

Rules

Rules Violations Severity
LeftCurly
  • option : "nl"
0 Errors Error
RightCurly
  • option : "alone"
0 Errors Error
LineLength
  • ignorePattern : "@version|@see|@todo|TODO"
  • max : "120"
1 Errors Error
MemberName 0 Errors Error
JavadocMethod 98 Warnings Warning
JavadocType 0 Errors Error
JavadocVariable 27 Infos Info
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
RegexpHeader
  • headerFile : "target/checkstyle-header.txt"
0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
FileLength 0 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option : "space"
0 Errors Error
OperatorWrap 0 Errors Error
ParenPad
  • option : "space"
0 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock
  • option : "text"
0 Errors Error
NeedBraces 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter : "true"
  • ignoreSetter : "true"
8 Warnings Warning
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors 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, 128, 256, 512, 1024"
0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • protectedAllowed : "true"
0 Errors Error
UpperEll 0 Errors Error

Details

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

Violation Message Line
Infos Missing a Javadoc comment. 90
Infos Missing a Javadoc comment. 509
Infos Missing a Javadoc comment. 511
Warnings Expected an @return tag. 523
Warnings Expected @param tag for 'locale'. 523
Warnings Expected an @return tag. 531
Warnings Expected @param tag for 'locale'. 531
Warnings Expected an @return tag. 539
Warnings Expected an @return tag. 547
Warnings Expected an @return tag. 555
Warnings Expected @param tag for 'locale'. 563
Warnings Expected @throws tag for 'MavenReportException'. 564
Warnings Missing a Javadoc comment. 658
Warnings Missing a Javadoc comment. 672
Warnings Missing a Javadoc comment. 709
Warnings Missing a Javadoc comment. 730
Errors Line is longer than 120 characters. 733
Warnings Missing a Javadoc comment. 824
Warnings Expected an @return tag. 968
Warnings Missing a Javadoc comment. 973
Warnings Missing a Javadoc comment. 1003
Warnings Missing a Javadoc comment. 1025
Warnings 'includes' hides a field. 1025
Warnings 'excludes' hides a field. 1025
Warnings Missing a Javadoc comment. 1056
Warnings 'propertiesFile' hides a field. 1063
Warnings 'headerFile' hides a field. 1091
Warnings Missing a Javadoc comment. 1127
Warnings Missing a Javadoc comment. 1153
Warnings 'packageNamesFile' hides a field. 1163
Warnings Missing a Javadoc comment. 1178
Warnings 'suppressionsFile' hides a field. 1183
Warnings Missing a Javadoc comment. 1198
Warnings 'suppressionsFile' hides a field. 1203
Warnings Missing a Javadoc comment. 1222
Warnings Missing a Javadoc comment. 1242
Warnings Expected an @return tag. 1250
Warnings Expected @param tag for 'reportOutputDirectory'. 1259

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

Violation Message Line
Infos Missing a Javadoc comment. 46
Infos Missing a Javadoc comment. 48
Infos Missing a Javadoc comment. 50
Infos Missing a Javadoc comment. 52
Infos Missing a Javadoc comment. 54
Infos Missing a Javadoc comment. 56
Infos Missing a Javadoc comment. 58
Infos Missing a Javadoc comment. 60
Infos Missing a Javadoc comment. 62
Infos Missing a Javadoc comment. 64
Infos Missing a Javadoc comment. 66
Infos Missing a Javadoc comment. 68
Infos Missing a Javadoc comment. 70
Warnings Missing a Javadoc comment. 72
Warnings Missing a Javadoc comment. 88
Warnings Missing a Javadoc comment. 97
Warnings Missing a Javadoc comment. 102
Warnings Missing a Javadoc comment. 118
Warnings Missing a Javadoc comment. 145
Warnings Missing a Javadoc comment. 184
Warnings Missing a Javadoc comment. 200
Warnings Missing a Javadoc comment. 210
Warnings Missing a Javadoc comment. 220
Warnings Expected an @return tag. 488
Warnings Expected @param tag for 'input'. 488
Warnings Expected @param tag for 'delim'. 488
Warnings Missing a Javadoc comment. 581
Warnings Missing a Javadoc comment. 634
Warnings Missing a Javadoc comment. 705
Warnings Missing a Javadoc comment. 758
Warnings Missing a Javadoc comment. 812
Warnings Missing a Javadoc comment. 817
Warnings Missing a Javadoc comment. 822
Warnings Missing a Javadoc comment. 827
Warnings Missing a Javadoc comment. 832
Warnings Missing a Javadoc comment. 837
Warnings Missing a Javadoc comment. 842
Warnings Missing a Javadoc comment. 847
Warnings Missing a Javadoc comment. 852
Warnings Missing a Javadoc comment. 857
Warnings Missing a Javadoc comment. 862
Warnings Missing a Javadoc comment. 867
Warnings Missing a Javadoc comment. 872
Warnings Missing a Javadoc comment. 877
Warnings Missing a Javadoc comment. 882
Warnings Missing a Javadoc comment. 887

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

Violation Message Line
Infos Missing a Javadoc comment. 44
Infos Missing a Javadoc comment. 46
Infos Missing a Javadoc comment. 48
Infos Missing a Javadoc comment. 50
Infos Missing a Javadoc comment. 52
Warnings 'severityLevel' hides a field. 74
Warnings Expected @param tag for 'severityLevel'. 74
Warnings Expected an @return tag. 82
Warnings Expected @param tag for 'event'. 90
Warnings Expected @param tag for 'event'. 98
Warnings Expected @param tag for 'event'. 106
Warnings Expected @param tag for 'event'. 127
Warnings Expected @param tag for 'event'. 136
Warnings Expected @param tag for 'event'. 152
Warnings Expected @param tag for 'throwable'. 152
Warnings Expected an @return tag. 160
Warnings Expected @param tag for 'results'. 168

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

Violation Message Line
Infos Missing a Javadoc comment. 39
Warnings Missing a Javadoc comment. 41
Warnings Missing a Javadoc comment. 46
Warnings Missing a Javadoc comment. 63
Warnings Missing a Javadoc comment. 68
Warnings Missing a Javadoc comment. 73
Warnings Missing a Javadoc comment. 78
Warnings Missing a Javadoc comment. 83
Warnings Missing a Javadoc comment. 99
Warnings Missing a Javadoc comment. 115

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

Violation Message Line
Warnings Expected @throws tag for 'MojoExecutionException'. 97
Warnings Expected @throws tag for 'MojoFailureException'. 97
Warnings Missing a Javadoc comment. 148

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

Violation Message Line
Infos Missing a Javadoc comment. 35
Infos Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 39
Warnings Missing a Javadoc comment. 45
Warnings Missing a Javadoc comment. 56
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 66
Warnings Missing a Javadoc comment. 71

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

Violation Message Line
Infos Missing a Javadoc comment. 57
Infos Missing a Javadoc comment. 59
Infos Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 63
Warnings Missing a Javadoc comment. 69
Warnings Missing a Javadoc comment. 74
Warnings Expected @throws tag for 'MojoExecutionException'. 90
Warnings Expected @throws tag for 'IOException'. 90
Warnings Missing a Javadoc comment. 131
Warnings Missing a Javadoc comment. 136
Warnings Missing a Javadoc comment. 141
Warnings Missing a Javadoc comment. 150