Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
14 0 123 12

Rules

Rules Violations Severity
FileLength 0 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
1 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
LeftCurly
  • option: "nl"
0 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
4 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
103 Warnings Warning
JavadocType
  • scope: "protected"
0 Errors Error
JavadocVariable
  • scope: "protected"
0 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
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
MethodLength 1 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 0 Errors Error
ParenPad
  • option: "space"
2 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"
20 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, 100, 128, 256, 512, 1000, 1024"
0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 1 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0 Errors Error
UpperEll 0 Errors Error

Details

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

Violation Message Line
Warnings Unused @param tag for '{@link'. 33
Warnings Expected @param tag for 'request'. 38
Warnings Expected @throws tag for 'CheckstyleExecutorException'. 39
Warnings Expected @throws tag for 'CheckstyleException'. 39

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

Violation Message Line
Warnings Expected @param tag for 'message'. 42
Warnings Expected @param tag for 'cause'. 50
Warnings Expected @param tag for 'message'. 59
Warnings Expected @param tag for 'cause'. 59

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

Violation Message Line
Warnings Missing a Javadoc comment. 87
Warnings Missing a Javadoc comment. 92
Warnings Missing a Javadoc comment. 97
Warnings 'includes' hides a field. 97
Warnings Missing a Javadoc comment. 103
Warnings Missing a Javadoc comment. 108
Warnings 'excludes' hides a field. 108
Warnings Missing a Javadoc comment. 114
Warnings Missing a Javadoc comment. 119
Warnings 'project' hides a field. 119
Warnings Missing a Javadoc comment. 125
Warnings Missing a Javadoc comment. 130
Warnings 'log' hides a field. 130
Warnings Missing a Javadoc comment. 136
Warnings Missing a Javadoc comment. 141
Warnings 'suppressionsLocation' hides a field. 141
Warnings Missing a Javadoc comment. 147
Warnings Missing a Javadoc comment. 152
Warnings 'includeTestSourceDirectory' hides a field. 152
Warnings Missing a Javadoc comment. 158
Warnings Missing a Javadoc comment. 163
Warnings 'testSourceDirectory' hides a field. 163
Warnings Missing a Javadoc comment. 169
Warnings Missing a Javadoc comment. 174
Warnings 'sourceDirectory' hides a field. 174
Warnings Missing a Javadoc comment. 180
Warnings Missing a Javadoc comment. 185
Warnings 'failsOnError' hides a field. 185
Warnings Missing a Javadoc comment. 191
Warnings Missing a Javadoc comment. 196
Warnings 'listener' hides a field. 196
Warnings Missing a Javadoc comment. 202
Warnings Missing a Javadoc comment. 207
Warnings 'consoleOutput' hides a field. 207
Warnings Missing a Javadoc comment. 213
Errors '(' is not followed by whitespace. 213
Warnings 'defaultLogger' hides a field. 213
Errors ')' is not preceded with whitespace. 213
Warnings Missing a Javadoc comment. 219
Warnings Missing a Javadoc comment. 224
Warnings Missing a Javadoc comment. 229
Warnings 'stringOutputStream' hides a field. 229
Warnings Missing a Javadoc comment. 235
Warnings Missing a Javadoc comment. 240
Warnings 'configLocation' hides a field. 240
Warnings Missing a Javadoc comment. 246
Warnings Missing a Javadoc comment. 251
Warnings 'propertyExpansion' hides a field. 251
Warnings Missing a Javadoc comment. 257
Warnings Missing a Javadoc comment. 262
Warnings 'headerLocation' hides a field. 262
Warnings Missing a Javadoc comment. 268
Warnings Missing a Javadoc comment. 273
Warnings 'cacheFile' hides a field. 273
Warnings Missing a Javadoc comment. 279
Warnings Missing a Javadoc comment. 284
Warnings 'suppressionsFileExpression' hides a field. 284
Warnings Missing a Javadoc comment. 290
Warnings Missing a Javadoc comment. 295
Warnings 'encoding' hides a field. 295
Warnings Missing a Javadoc comment. 301
Warnings Missing a Javadoc comment. 306

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

Violation Message Line
Errors Got an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name 0
Errors Line is longer than 120 characters. 584
Errors Line is longer than 120 characters. 643

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

Violation Message Line
Warnings Missing a Javadoc comment. 72
Warnings Missing a Javadoc comment. 88
Warnings Missing a Javadoc comment. 97
Warnings Missing a Javadoc comment. 118
Warnings Missing a Javadoc comment. 805
Warnings Missing a Javadoc comment. 810
Warnings Missing a Javadoc comment. 815
Warnings Missing a Javadoc comment. 820
Warnings Missing a Javadoc comment. 825
Warnings Missing a Javadoc comment. 830
Warnings Missing a Javadoc comment. 835
Warnings Missing a Javadoc comment. 840
Warnings Missing a Javadoc comment. 845
Warnings Missing a Javadoc comment. 850
Warnings Missing a Javadoc comment. 855
Warnings Missing a Javadoc comment. 860
Warnings Missing a Javadoc comment. 865
Warnings Missing a Javadoc comment. 870

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

Violation Message Line
Warnings 'severityLevel' hides a field. 88
Warnings Expected @param tag for 'severityLevel'. 88
Warnings Expected an @return tag. 96
Warnings Expected an @return tag. 162
Warnings Expected @param tag for 'results'. 171
Warnings Expected an @return tag. 179
Warnings Expected @param tag for 'checkstyleConfiguration'. 187

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

Violation Message Line
Errors Got an exception - java.lang.IllegalArgumentException: the name [todo] is not a valid Javadoc tag name 0

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

Violation Message Line
Errors Got an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name 0

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

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Method length is 154 lines (max allowed is 150). 71
Warnings Missing a Javadoc comment. 71
Errors Line is longer than 120 characters. 190
Warnings Missing a Javadoc comment. 228

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

Violation Message Line
Warnings Missing a Javadoc comment. 40
Warnings Missing a Javadoc comment. 46
Warnings Missing a Javadoc comment. 57
Warnings Missing a Javadoc comment. 62
Warnings Missing a Javadoc comment. 67
Warnings Missing a Javadoc comment. 72

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

Violation Message Line
Warnings Missing a Javadoc comment. 63
Warnings Missing a Javadoc comment. 69
Warnings Missing a Javadoc comment. 74
Errors Redundant throws: 'VelocityException' is unchecked exception. 90
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

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

Violation Message Line
Warnings Missing a Javadoc comment. 34

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

Violation Message Line
Warnings Missing a Javadoc comment. 43
Warnings Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 56
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 66
Warnings Missing a Javadoc comment. 71
Warnings Missing a Javadoc comment. 76
Warnings Missing a Javadoc comment. 81
Warnings Missing a Javadoc comment. 86

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

Violation Message Line
Warnings Expected @param tag for 'results'. 57
Warnings Expected @param tag for 'checkstyleRssGeneratorRequest'. 57
Warnings Expected @throws tag for 'MavenReportException'. 58
Errors Line is longer than 120 characters. 75