Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
25 74 253 32

Files

Files Infos Warnings Errors
org/apache/maven/plugin/announcement/AnnouncementMailMojo.java 1 27 1
org/apache/maven/plugin/announcement/AnnouncementMojo.java 2 7 6
org/apache/maven/plugin/announcement/JiraDownloader.java 0 1 0
org/apache/maven/plugin/announcement/MailSender.java 2 7 0
org/apache/maven/plugin/announcement/mailsender/ProjectJavamailMailSender.java 3 2 0
org/apache/maven/plugin/changes/AbstractChangesReport.java 0 5 0
org/apache/maven/plugin/changes/ChangesMojo.java 0 8 0
org/apache/maven/plugin/changes/ChangesReportGenerator.java 5 36 7
org/apache/maven/plugin/changes/ChangesValidatorMojo.java 0 3 0
org/apache/maven/plugin/changes/ChangesXML.java 5 10 7
org/apache/maven/plugin/changes/schema/ChangesSchemaValidator.java 0 3 1
org/apache/maven/plugin/changes/schema/DefaultChangesSchemaValidator.java 2 7 2
org/apache/maven/plugin/changes/schema/SchemaValidatorException.java 0 2 0
org/apache/maven/plugin/changes/schema/XmlValidationHandler.java 5 18 0
org/apache/maven/plugin/jira/AbstractJiraDownloader.java 0 5 3
org/apache/maven/plugin/jira/JiraDownloader.java 0 1 0
org/apache/maven/plugin/jira/JiraHelper.java 1 0 0
org/apache/maven/plugin/jira/JiraIssue.java 14 29 0
org/apache/maven/plugin/jira/JiraMojo.java 0 8 0
org/apache/maven/plugin/jira/JiraReportGenerator.java 17 12 0
org/apache/maven/plugin/jira/JiraXML.java 4 6 0
org/apache/maven/plugin/resource/loader/ProjectResourceLoader.java 0 5 1
org/apache/maven/plugin/trac/TracMojo.java 0 11 1
org/apache/maven/plugin/trac/TracReportGenerator.java 0 11 0
org/apache/maven/plugin/trac/TracTicket.java 13 29 3

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 249 Warnings Warning
JavadocType 0 Errors Error
JavadocVariable 74 Infos Info
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 1 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"
1 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
FileLength 0 Errors Error
MethodLength 1 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option: "space"
2 Errors Error
OperatorWrap 0 Errors Error
ParenPad
  • option: "space"
18 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 1 Errors Error
WhitespaceAround 0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 1 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock
  • option: "text"
1 Errors Error
NeedBraces 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
4 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 3 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • protectedAllowed: "true"
0 Errors Error
UpperEll 1 Errors Error

Details

org/apache/maven/plugin/announcement/AnnouncementMailMojo.java

Violation Message Line
Errors Line is longer than 120 characters. 101
Infos Missing a Javadoc comment. 166
Warnings Missing a Javadoc comment. 168
Warnings Missing a Javadoc comment. 336
Warnings Missing a Javadoc comment. 341
Warnings Missing a Javadoc comment. 346
Warnings Missing a Javadoc comment. 351
Warnings Missing a Javadoc comment. 356
Warnings Missing a Javadoc comment. 361
Warnings Missing a Javadoc comment. 366
Warnings Missing a Javadoc comment. 371
Warnings Missing a Javadoc comment. 376
Warnings Missing a Javadoc comment. 381
Warnings Missing a Javadoc comment. 386
Warnings Missing a Javadoc comment. 391
Warnings Missing a Javadoc comment. 396
Warnings Missing a Javadoc comment. 401
Warnings Missing a Javadoc comment. 407
Warnings Missing a Javadoc comment. 412
Warnings Missing a Javadoc comment. 417
Warnings Missing a Javadoc comment. 422
Warnings Missing a Javadoc comment. 427
Warnings Missing a Javadoc comment. 432
Warnings Missing a Javadoc comment. 437
Warnings Missing a Javadoc comment. 442
Warnings Missing a Javadoc comment. 447
Warnings Missing a Javadoc comment. 452
Warnings Missing a Javadoc comment. 457
Warnings Missing a Javadoc comment. 462

org/apache/maven/plugin/announcement/AnnouncementMojo.java

Violation Message Line
Errors Got an exception - java.lang.RuntimeException: Unable to get class information for @throws tag 'ResourceNotFoundException,'. 0
Infos Missing a Javadoc comment. 60
Infos Missing a Javadoc comment. 182
Warnings Expected @throws tag for 'MojoExecutionException'. 306
Warnings Expected @throws tag for 'MojoExecutionException'. 347
Warnings Missing a Javadoc comment. 352
Warnings Expected @throws tag for 'MojoExecutionException'. 420
Errors '(' is not followed by whitespace. 456
Errors ')' is not preceded with whitespace. 456
Errors Empty else block. 464
Warnings Missing a Javadoc comment. 471
Errors '(' is not followed by whitespace. 471
Warnings 'version' hides a field. 471
Errors ')' is not preceded with whitespace. 471
Warnings Missing a Javadoc comment. 496

org/apache/maven/plugin/announcement/JiraDownloader.java

Violation Message Line
Warnings Missing a Javadoc comment. 33

org/apache/maven/plugin/announcement/MailSender.java

Violation Message Line
Infos Missing a Javadoc comment. 31
Infos Missing a Javadoc comment. 33
Warnings Missing a Javadoc comment. 36
Warnings Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 58
Warnings Missing a Javadoc comment. 63
Warnings Missing a Javadoc comment. 68

org/apache/maven/plugin/announcement/mailsender/ProjectJavamailMailSender.java

Violation Message Line
Infos Missing a Javadoc comment. 48
Infos Missing a Javadoc comment. 54
Infos Missing a Javadoc comment. 56
Warnings Missing a Javadoc comment. 62
Warnings Missing a Javadoc comment. 115

org/apache/maven/plugin/changes/AbstractChangesReport.java

Violation Message Line
Warnings Missing a Javadoc comment. 115
Warnings Missing a Javadoc comment. 150
Warnings Expected an @return tag. 203
Warnings Expected an @return tag. 211
Warnings Expected an @return tag. 219

org/apache/maven/plugin/changes/ChangesMojo.java

Violation Message Line
Warnings Missing a Javadoc comment. 97
Warnings Missing a Javadoc comment. 102
Warnings 'url' hides a field. 118
Warnings Missing a Javadoc comment. 128
Warnings Missing a Javadoc comment. 158
Warnings Missing a Javadoc comment. 163
Warnings Missing a Javadoc comment. 168
Warnings Missing a Javadoc comment. 173

org/apache/maven/plugin/changes/ChangesReportGenerator.java

Violation Message Line
Infos Missing a Javadoc comment. 57
Infos Missing a Javadoc comment. 59
Infos Missing a Javadoc comment. 61
Infos Missing a Javadoc comment. 63
Infos Missing a Javadoc comment. 65
Warnings Missing a Javadoc comment. 67
Warnings Missing a Javadoc comment. 72
Warnings Expected @param tag for 'issueLink'. 81
Warnings Expected an @return tag. 93
Warnings Missing a Javadoc comment. 98
Warnings Missing a Javadoc comment. 103
Warnings Missing a Javadoc comment. 108
Warnings Missing a Javadoc comment. 113
Warnings Missing a Javadoc comment. 122
Warnings Missing a Javadoc comment. 127
Warnings Expected @param tag for 'system'. 137
Warnings Missing a Javadoc comment. 148
Warnings Missing a Javadoc comment. 157
Warnings Missing a Javadoc comment. 166
Warnings Missing a Javadoc comment. 177
Warnings Missing a Javadoc comment. 245
Warnings Missing a Javadoc comment. 295
Warnings Missing a Javadoc comment. 314
Warnings 'url' hides a field. 322
Warnings Missing a Javadoc comment. 329
Warnings Missing a Javadoc comment. 361
Warnings Missing a Javadoc comment. 370
Warnings Missing a Javadoc comment. 379
Warnings Missing a Javadoc comment. 390
Warnings Missing a Javadoc comment. 405
Warnings Missing a Javadoc comment. 414
Warnings Missing a Javadoc comment. 423
Warnings Missing a Javadoc comment. 432
Warnings Missing a Javadoc comment. 441
Warnings Expected @param tag for 'system'. 483
Warnings Expected @param tag for 'sink'. 483
Warnings Expected @param tag for 'sink'. 523
Warnings Expected @param tag for 'sink'. 558
Warnings Expected @param tag for 'action'. 558
Warnings Expected @param tag for 'bundle'. 558
Warnings Expected @param tag for 'dueTos'. 558
Errors '(' is not followed by whitespace. 570
Errors ';' is not followed by whitespace. 570
Errors ';' is not followed by whitespace. 570
Errors '(' is not followed by whitespace. 576
Errors ')' is not preceded with whitespace. 576
Errors '(' is not followed by whitespace. 583
Errors ';' is not followed by whitespace. 583

org/apache/maven/plugin/changes/ChangesValidatorMojo.java

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

org/apache/maven/plugin/changes/ChangesXML.java

Violation Message Line
Infos Missing a Javadoc comment. 41
Infos Missing a Javadoc comment. 43
Infos Missing a Javadoc comment. 45
Infos Missing a Javadoc comment. 47
Infos Missing a Javadoc comment. 49
Warnings Missing a Javadoc comment. 51
Errors '(' is not followed by whitespace. 54
Errors ')' is not preceded with whitespace. 54
Errors ')' is not preceded with whitespace. 65
Errors '(' is not followed by whitespace. 67
Errors ')' is not preceded with whitespace. 67
Errors '(' is not followed by whitespace. 75
Errors ')' is not preceded with whitespace. 75
Warnings Missing a Javadoc comment. 102
Warnings Missing a Javadoc comment. 107
Warnings Missing a Javadoc comment. 112
Warnings Missing a Javadoc comment. 117
Warnings Missing a Javadoc comment. 122
Warnings Missing a Javadoc comment. 127
Warnings Missing a Javadoc comment. 132
Warnings Missing a Javadoc comment. 137
Warnings Missing a Javadoc comment. 142

org/apache/maven/plugin/changes/schema/ChangesSchemaValidator.java

Violation Message Line
Errors Redundant 'public' modifier. 38
Warnings Expected @param tag for 'file'. 38
Warnings Expected @param tag for 'schemaVersion'. 38
Warnings Expected @throws tag for 'SchemaValidatorException'. 39

org/apache/maven/plugin/changes/schema/DefaultChangesSchemaValidator.java

Violation Message Line
Infos Missing a Javadoc comment. 51
Infos Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 55
Warnings Missing a Javadoc comment. 88
Warnings Expected @param tag for 'uriSchema'. 107
Warnings Expected @throws tag for 'SAXException'. 108
Warnings Expected @throws tag for 'NullPointerException'. 108
Errors Redundant throws: 'NullPointerException' is unchecked exception. 108
Errors '(' is not followed by whitespace. 115
Warnings Expected @param tag for 'uriSchema'. 126
Warnings Expected @throws tag for 'SchemaValidatorException'. 127

org/apache/maven/plugin/changes/schema/SchemaValidatorException.java

Violation Message Line
Warnings Expected @param tag for 'message'. 35
Warnings Expected @param tag for 'cause'. 35

org/apache/maven/plugin/changes/schema/XmlValidationHandler.java

Violation Message Line
Infos Missing a Javadoc comment. 39
Infos Missing a Javadoc comment. 41
Infos Missing a Javadoc comment. 43
Infos Missing a Javadoc comment. 45
Infos Missing a Javadoc comment. 47
Warnings Expected @param tag for 'failOnValidationError'. 52
Warnings Expected @param tag for 'excp'. 60
Warnings Expected @throws tag for 'SAXException'. 61
Warnings Expected @param tag for 'excp'. 74
Warnings Expected @throws tag for 'SAXException'. 75
Warnings Expected @param tag for 'excp'. 87
Warnings Expected @throws tag for 'SAXException'. 88
Warnings Expected @param tag for 'uri'. 96
Warnings Expected @param tag for 'localName'. 96
Warnings Expected @param tag for 'qName'. 96
Warnings Expected @param tag for 'attributes'. 96
Warnings Expected @throws tag for 'SAXException'. 97
Warnings Missing a Javadoc comment. 118
Warnings Missing a Javadoc comment. 123
Warnings Missing a Javadoc comment. 128
Warnings Missing a Javadoc comment. 133
Warnings Missing a Javadoc comment. 138
Warnings Missing a Javadoc comment. 143

org/apache/maven/plugin/jira/AbstractJiraDownloader.java

Violation Message Line
Errors Method length is 202 lines (max allowed is 150). 107
Errors '(' is not followed by whitespace. 385
Errors ')' is not preceded with whitespace. 385
Warnings Expected @throws tag for 'IOException'. 551
Warnings Missing a Javadoc comment. 723
Warnings Missing a Javadoc comment. 868
Warnings Missing a Javadoc comment. 873
Warnings Missing a Javadoc comment. 878

org/apache/maven/plugin/jira/JiraDownloader.java

Violation Message Line
Warnings Missing a Javadoc comment. 32

org/apache/maven/plugin/jira/JiraHelper.java

Violation Message Line
Infos Missing a Javadoc comment. 37

org/apache/maven/plugin/jira/JiraIssue.java

Violation Message Line
Infos Missing a Javadoc comment. 32
Infos Missing a Javadoc comment. 34
Infos Missing a Javadoc comment. 36
Infos Missing a Javadoc comment. 38
Infos Missing a Javadoc comment. 40
Infos Missing a Javadoc comment. 42
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
Infos Missing a Javadoc comment. 54
Infos Missing a Javadoc comment. 56
Infos Missing a Javadoc comment. 58
Warnings Missing a Javadoc comment. 60
Warnings Missing a Javadoc comment. 64
Warnings Missing a Javadoc comment. 69
Warnings Missing a Javadoc comment. 74
Warnings Missing a Javadoc comment. 79
Warnings Missing a Javadoc comment. 84
Warnings Missing a Javadoc comment. 89
Warnings Missing a Javadoc comment. 94
Warnings Missing a Javadoc comment. 99
Warnings Missing a Javadoc comment. 104
Warnings Missing a Javadoc comment. 109
Warnings Missing a Javadoc comment. 114
Warnings Missing a Javadoc comment. 119
Warnings Missing a Javadoc comment. 124
Warnings Missing a Javadoc comment. 129
Warnings Missing a Javadoc comment. 134
Warnings Missing a Javadoc comment. 139
Warnings Missing a Javadoc comment. 144
Warnings Missing a Javadoc comment. 149
Warnings Missing a Javadoc comment. 154
Warnings Missing a Javadoc comment. 159
Warnings Missing a Javadoc comment. 164
Warnings Missing a Javadoc comment. 169
Warnings Missing a Javadoc comment. 174
Warnings Missing a Javadoc comment. 179
Warnings Missing a Javadoc comment. 184
Warnings Missing a Javadoc comment. 193
Warnings Missing a Javadoc comment. 198
Warnings Missing a Javadoc comment. 203

org/apache/maven/plugin/jira/JiraMojo.java

Violation Message Line
Warnings Expected an @return tag. 229
Warnings Missing a Javadoc comment. 234
Warnings Missing a Javadoc comment. 273
Warnings Missing a Javadoc comment. 278
Warnings Missing a Javadoc comment. 283
Warnings Missing a Javadoc comment. 288
Warnings Missing a Javadoc comment. 293
Warnings Missing a Javadoc comment. 330

org/apache/maven/plugin/jira/JiraReportGenerator.java

Violation Message Line
Infos Missing a Javadoc comment. 39
Infos Missing a Javadoc comment. 40
Infos Missing a Javadoc comment. 41
Infos Missing a Javadoc comment. 42
Infos Missing a Javadoc comment. 43
Infos Missing a Javadoc comment. 44
Infos Missing a Javadoc comment. 45
Infos Missing a Javadoc comment. 46
Infos Missing a Javadoc comment. 47
Infos Missing a Javadoc comment. 48
Infos Missing a Javadoc comment. 49
Infos Missing a Javadoc comment. 51
Infos Missing a Javadoc comment. 65
Infos Missing a Javadoc comment. 67
Infos Missing a Javadoc comment. 69
Infos Missing a Javadoc comment. 71
Infos Missing a Javadoc comment. 73
Warnings Missing a Javadoc comment. 75
Warnings Expected @throws tag for 'MavenReportException'. 88
Warnings Missing a Javadoc comment. 122
Warnings Missing a Javadoc comment. 131
Warnings Missing a Javadoc comment. 151
Warnings Missing a Javadoc comment. 220
Warnings Missing a Javadoc comment. 297
Warnings Missing a Javadoc comment. 313
Warnings Missing a Javadoc comment. 322
Warnings Missing a Javadoc comment. 331
Warnings Missing a Javadoc comment. 340
Warnings Missing a Javadoc comment. 356

org/apache/maven/plugin/jira/JiraXML.java

Violation Message Line
Infos Missing a Javadoc comment. 48
Infos Missing a Javadoc comment. 50
Infos Missing a Javadoc comment. 52
Infos Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 56
Warnings Missing a Javadoc comment. 74
Warnings Missing a Javadoc comment. 85
Warnings Missing a Javadoc comment. 154
Warnings Missing a Javadoc comment. 160
Warnings Missing a Javadoc comment. 165

org/apache/maven/plugin/resource/loader/ProjectResourceLoader.java

Violation Message Line
Warnings Missing a Javadoc comment. 57
Errors Redundant throws: 'ResourceNotFoundException' is unchecked exception. 91
Warnings Expected @param tag for 'template'. 164
Warnings Expected an @return tag. 196
Warnings Expected @param tag for 'resource'. 196
Warnings Missing a Javadoc comment. 247

org/apache/maven/plugin/trac/TracMojo.java

Violation Message Line
Warnings Expected an @return tag. 76
Warnings Missing a Javadoc comment. 81
Errors Name 'Ticketresult' must match pattern '^[a-z][a-zA-Z0-9]*$'. 148
Warnings Missing a Javadoc comment. 176
Warnings Missing a Javadoc comment. 181
Warnings Missing a Javadoc comment. 186
Warnings Missing a Javadoc comment. 191
Warnings Missing a Javadoc comment. 196
Warnings Missing a Javadoc comment. 201
Warnings Missing a Javadoc comment. 206
Warnings Missing a Javadoc comment. 218
Warnings Missing a Javadoc comment. 252

org/apache/maven/plugin/trac/TracReportGenerator.java

Violation Message Line
Warnings Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 43
Warnings Missing a Javadoc comment. 52
Warnings Missing a Javadoc comment. 64
Warnings Missing a Javadoc comment. 98
Warnings Missing a Javadoc comment. 147
Warnings Missing a Javadoc comment. 161
Warnings Missing a Javadoc comment. 170
Warnings Missing a Javadoc comment. 179
Warnings Missing a Javadoc comment. 188
Warnings Missing a Javadoc comment. 204

org/apache/maven/plugin/trac/TracTicket.java

Violation Message Line
Errors Line does not match expected header line of '^/\*\s*$'. 3
Infos Missing a Javadoc comment. 35
Infos Missing a Javadoc comment. 37
Infos Missing a Javadoc comment. 39
Infos Missing a Javadoc comment. 41
Infos Missing a Javadoc comment. 43
Infos Missing a Javadoc comment. 45
Infos Missing a Javadoc comment. 47
Infos Missing a Javadoc comment. 49
Infos Missing a Javadoc comment. 51
Infos Missing a Javadoc comment. 53
Infos Missing a Javadoc comment. 55
Infos Missing a Javadoc comment. 57
Infos Missing a Javadoc comment. 59
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
Warnings Missing a Javadoc comment. 91
Warnings Missing a Javadoc comment. 95
Warnings Missing a Javadoc comment. 100
Warnings Missing a Javadoc comment. 105
Warnings Missing a Javadoc comment. 110
Warnings Missing a Javadoc comment. 115
Warnings Missing a Javadoc comment. 120
Warnings Missing a Javadoc comment. 125
Warnings Missing a Javadoc comment. 130
Warnings Missing a Javadoc comment. 135
Warnings Missing a Javadoc comment. 140
Warnings Missing a Javadoc comment. 145
Warnings Missing a Javadoc comment. 150
Warnings Missing a Javadoc comment. 155
Warnings Missing a Javadoc comment. 160
Warnings Missing a Javadoc comment. 165
Warnings Missing a Javadoc comment. 170
Warnings Missing a Javadoc comment. 175
Warnings Missing a Javadoc comment. 180
Warnings Missing a Javadoc comment. 185
Warnings 'timeCreated' hides a field. 185
Errors Redundant throws: 'RuntimeException' is unchecked exception. 186
Errors Should use uppercase 'L'. 192
Warnings Missing a Javadoc comment. 209
Warnings Missing a Javadoc comment. 214