Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

Checkstyle Errors

The following document contains the results of Checkstyle for severity error.

Summary

Files Errors
117 782

Files

Files Errors
org/apache/maven/changelog/AbstractChangeLogGenerator.java 35
org/apache/maven/changelog/ChangeLog.java 29
org/apache/maven/changelog/ChangeLogEntry.java 20
org/apache/maven/changelog/ChangeLogFactory.java 1
org/apache/maven/changelog/ChangeLogFile.java 5
org/apache/maven/changelog/ChangeLogGenerator.java 1
org/apache/maven/changelog/ChangeLogParser.java 2
org/apache/maven/changelog/ChangeLogSet.java 9
org/apache/maven/changelog/package.html 1
org/apache/maven/clearcaselib/ClearcaseChangeLogFactory.java 3
org/apache/maven/clearcaselib/ClearcaseChangeLogGenerator.java 5
org/apache/maven/clearcaselib/ClearcaseChangeLogParser.java 13
org/apache/maven/clearcaselib/package.html 1
org/apache/maven/cvslib/CvsChangeLogFactory.java 1
org/apache/maven/cvslib/CvsChangeLogGenerator.java 15
org/apache/maven/cvslib/CvsChangeLogParser.java 10
org/apache/maven/cvslib/CvsConnection.java 27
org/apache/maven/cvslib/CvsLogListener.java 5
org/apache/maven/cvslib/package.html 1
org/apache/maven/mkslib/MksChangeLogFactory.java 1
org/apache/maven/mkslib/MksChangeLogGenerator.java 5
org/apache/maven/mkslib/MksChangeLogParser.java 25
org/apache/maven/mkslib/package.html 1
org/apache/maven/perforcelib/PerforceChangeLogFactory.java 1
org/apache/maven/perforcelib/PerforceChangeLogGenerator.java 6
org/apache/maven/perforcelib/PerforceChangeLogParser.java 13
org/apache/maven/perforcelib/package.html 1
org/apache/maven/starteamlib/StarteamChangeLogFactory.java 1
org/apache/maven/starteamlib/StarteamChangeLogGenerator.java 9
org/apache/maven/starteamlib/StarteamChangeLogParser.java 22
org/apache/maven/starteamlib/package.html 1
org/apache/maven/svnlib/SvnChangeLogFactory.java 1
org/apache/maven/svnlib/SvnChangeLogGenerator.java 5
org/apache/maven/svnlib/SvnChangeLogParser.java 8
org/apache/maven/svnlib/package.html 1
org/apache/maven/util/AsyncStreamReader.java 1
org/apache/maven/util/RepositoryUtils.java 35
org/apache/maven/util/package.html 1
org/apache/maven/vsslib/VssChangeLogFactory.java 1
org/apache/maven/vsslib/VssChangeLogGenerator.java 12
org/apache/maven/vsslib/VssChangeLogParser.java 10
org/apache/maven/vsslib/VssConnection.java 5
org/apache/maven/vsslib/package.html 1
org/apache/maven/changelog/ChangeLogEntryTest.java 42
org/apache/maven/changelog/ChangeLogFileTest.java 19
org/apache/maven/changelog/package.html 1
org/apache/maven/clearcaselib/ClearcaseChangeLogParserTest.java 1
org/apache/maven/clearcaselib/ClearcaseChangeLogParserTest.java 12
org/apache/maven/clearcaselib/package.html 1
org/apache/maven/cvslib/CvsChangeLogFactoryTest.java 6
org/apache/maven/cvslib/CvsChangeLogGeneratorTest.java 53
org/apache/maven/cvslib/CvsChangeLogParserTest.java 6
org/apache/maven/cvslib/CvsConnectionTest.java 64
org/apache/maven/cvslib/CvsLogListenerTest.java 27
org/apache/maven/cvslib/package.html 1
org/apache/maven/mkslib/MksChangeLogParserTest.java 7
org/apache/maven/mkslib/package.html 1
org/apache/maven/perforcelib/PerforceChangeLogGeneratorTest.java 19
org/apache/maven/perforcelib/PerforceChangeLogParserTest.java 51
org/apache/maven/perforcelib/package.html 1
org/apache/maven/starteamlib/StarteamChangeLogFactoryTest.java 6
org/apache/maven/starteamlib/StarteamChangeLogParser2Test.java 3
org/apache/maven/starteamlib/StarteamChangeLogParserTest.java 3
org/apache/maven/starteamlib/package.html 1
org/apache/maven/svnlib/SvnChangeLogParserTest.java 85
org/apache/maven/svnlib/package.html 1
org/apache/maven/util/RepositoryTest.java 19
org/apache/maven/util/package.html 1

org/apache/maven/changelog/AbstractChangeLogGenerator.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Variable 'base' must be private and have accessor methods. 69
Error Variable 'changeLogExecutor' must be private and have accessor methods. 75
Error Variable 'clParser' must be private and have accessor methods. 81
Error Variable 'type' must be private and have accessor methods. 87
Error Variable 'dateRange' must be private and have accessor methods. 92
Error Variable 'tag' must be private and have accessor methods. 95
Error Variable 'logStart' must be private and have accessor methods. 98
Error Variable 'logEnd' must be private and have accessor methods. 101
Error Variable 'entries' must be private and have accessor methods. 106
Error Variable 'errorReader' must be private and have accessor methods. 111
Error Variable 'in' must be private and have accessor methods. 116
Error Variable 'commentFormat' must be private and have accessor methods. 121
Error Avoid inline conditionals. 143
Error '24' is a magic number. 184
Error '60' is a magic number. 184
Error '60' is a magic number. 184
Error '1000' is a magic number. 184
Error '24' is a magic number. 187
Error '60' is a magic number. 187
Error '60' is a magic number. 187
Error '1000' is a magic number. 187
Error Avoid inline conditionals. 204
Error Avoid inline conditionals. 223
Error '24' is a magic number. 225
Error '60' is a magic number. 225
Error '60' is a magic number. 225
Error '1000' is a magic number. 225
Error Avoid inline conditionals. 248
Error Avoid inline conditionals. 264
Error Expected an @return tag. 344
Error Expected an @return tag. 352
Error Comment matches to-do format 'TODO:'. 354
Error 'connection' hides a field. 458
Error 'commentFormat' hides a field. 476

org/apache/maven/changelog/ChangeLog.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Missing a Javadoc comment. 61
Error 'type' hides a field. 161
Error 'range' hides a field. 188
Error 'date' hides a field. 211
Error 'tag' hides a field. 232
Error 'dateFormat' hides a field. 298
Error 'base' hides a field. 337
Error 'output' hides a field. 356
Error Avoid inline conditionals. 438
Error Must have at least one statement. 492
Error '5' is a magic number. 509
Error '4' is a magic number. 516
Error '4' is a magic number. 523
Error ';' is followed by whitespace. 569
Error '{' should be on a new line. 572
Error Line contains a tab character. 573
Error Line contains a tab character. 574
Error Avoid inline conditionals. 574
Error Line contains a tab character. 575
Error Line contains a tab character. 576
Error ';' is followed by whitespace. 596
Error ';' is followed by whitespace. 601
Error Line has trailing spaces. 631
Error ';' is followed by whitespace. 649
Error 'sets' hides a field. 678
Error 'developers' hides a field. 696
Error 'outputEncoding' hides a field. 714
Error 'commentFormat' hides a field. 732

org/apache/maven/changelog/ChangeLogEntry.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error ';' is followed by whitespace. 136
Error 'author' hides a field. 167
Error 'comment' hides a field. 185
Error 'date' hides a field. 203
Error Expected an @return tag. 229
Error Expected @param tag for 'message'. 229
Error Inner assignments should be avoided. 235
Error '3' is a magic number. 239
Error switch without "default" clause. 260
Error '3' is a magic number. 264
Error '3' is a magic number. 265
Error '3' is a magic number. 271
Error '3' is a magic number. 272
Error '4' is a magic number. 278
Error '4' is a magic number. 279
Error '4' is a magic number. 285
Error '4' is a magic number. 286
Error '5' is a magic number. 292
Error '5' is a magic number. 293

org/apache/maven/changelog/ChangeLogFactory.java

Error Line
Error Line does not match expected header line of ' *'. 5

org/apache/maven/changelog/ChangeLogFile.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error 'name' hides a field. 40
Error 'name' hides a field. 51
Error 'name' hides a field. 79
Error 'revision' hides a field. 88

org/apache/maven/changelog/ChangeLogGenerator.java

Error Line
Error Line does not match expected header line of ' *'. 5

org/apache/maven/changelog/ChangeLogParser.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Redundant 'public' modifier. 71

org/apache/maven/changelog/ChangeLogSet.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 34
Error 'entries' hides a field. 43
Error 'start' hides a field. 43
Error 'end' hides a field. 43
Error Expected an @return tag. 83
Error ';' is followed by whitespace. 91

org/apache/maven/changelog/package.html

Error Line
Error Missing package documentation file. 0

org/apache/maven/clearcaselib/ClearcaseChangeLogFactory.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 45

org/apache/maven/clearcaselib/ClearcaseChangeLogGenerator.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Expected an @return tag. 121
Error Expected @param tag for 'tagStart'. 121
Error Expected @param tag for 'tagEnd'. 121
Error Line has trailing spaces. 123

org/apache/maven/clearcaselib/ClearcaseChangeLogParser.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Missing a Javadoc comment. 59
Error Missing a Javadoc comment. 60
Error Missing a Javadoc comment. 61
Error Missing a Javadoc comment. 62
Error Line has trailing spaces. 141
Error Line has trailing spaces. 143
Error Line has trailing spaces. 223
Error Line has trailing spaces. 268
Error 'currentFile' hides a field. 297
Error 'currentLogEntry' hides a field. 315
Error 'status' hides a field. 333
Error Missing a Javadoc comment. 338

org/apache/maven/clearcaselib/package.html

Error Line
Error Missing package documentation file. 0

org/apache/maven/cvslib/CvsChangeLogFactory.java

Error Line
Error Line does not match expected header line of ' *'. 5

org/apache/maven/cvslib/CvsChangeLogGenerator.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Missing a Javadoc comment. 60
Error Missing a Javadoc comment. 61
Error Missing a Javadoc comment. 62
Error Missing a Javadoc comment. 63
Error Missing a Javadoc comment. 64
Error Missing a Javadoc comment. 65
Error Missing a Javadoc comment. 66
Error Line has trailing spaces. 140
Error Expected an @return tag. 245
Error Expected @param tag for 'tagStart'. 245
Error Expected @param tag for 'tagEnd'. 245
Error Avoid inline conditionals. 247
Error Line has trailing spaces. 265
Error Line is longer than 132 characters. 266

org/apache/maven/cvslib/CvsChangeLogParser.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Line has trailing spaces. 231
Error Line has trailing spaces. 245
Error Line has trailing spaces. 251
Error Unused @throws tag for 'IllegalArgumentException'. 290
Error Line has trailing spaces. 309
Error 'currentFile' hides a field. 362
Error 'currentLogEntry' hides a field. 380
Error 'status' hides a field. 398
Error Missing a Javadoc comment. 403

org/apache/maven/cvslib/CvsConnection.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Expected @throws tag for 'AuthenticationException'. 91
Error Missing a Javadoc comment. 96
Error 'repository' hides a field. 96
Error Missing a Javadoc comment. 101
Error 'localPath' hides a field. 101
Error Missing a Javadoc comment. 106
Error 'globalOptions' hides a field. 106
Error Expected @param tag for 'root'. 114
Error Expected @param tag for 'password'. 114
Error Line has trailing spaces. 115
Error Expected @throws tag for 'IllegalArgumentException'. 115
Error Expected @throws tag for 'AuthenticationException'. 115
Error Expected @throws tag for 'CommandAbortedException'. 116
Error Missing a Javadoc comment. 131
Error Expected @param tag for 'workingDir'. 146
Error Must have at least one statement. 168
Error Expected an @return tag. 201
Error Line has trailing spaces. 217
Error Expected @throws tag for 'IOException'. 286
Error Missing a Javadoc comment. 320
Error Missing a Javadoc comment. 333
Error Expected an @return tag. 363
Error Expected @param tag for 'localPath'. 363
Error Expected @param tag for 'listener'. 364
Error Expected @throws tag for 'Exception'. 365
Error Line has trailing spaces. 392

org/apache/maven/cvslib/CvsLogListener.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 35
Error Avoid inline conditionals. 47

org/apache/maven/cvslib/package.html

Error Line
Error Missing package documentation file. 0

org/apache/maven/mkslib/MksChangeLogFactory.java

Error Line
Error Line does not match expected header line of ' *'. 5

org/apache/maven/mkslib/MksChangeLogGenerator.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error '3' is a magic number. 51
Error Expected an @return tag. 76
Error Expected @param tag for 'tagStart'. 76
Error Expected @param tag for 'tagEnd'. 76

org/apache/maven/mkslib/MksChangeLogParser.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Missing a Javadoc comment. 95
Error '24' is a magic number. 106
Error '60' is a magic number. 106
Error '60' is a magic number. 106
Error '1000' is a magic number. 106
Error Line has trailing spaces. 137
Error Must have at least one statement. 154
Error Missing a Javadoc comment. 159
Error Missing a Javadoc comment. 163
Error Missing a Javadoc comment. 167
Error Missing a Javadoc comment. 236
Error '13' is a magic number. 244
Error '13' is a magic number. 248
Error Missing a Javadoc comment. 256
Error '8' is a magic number. 260
Error Missing a Javadoc comment. 265
Error Missing a Javadoc comment. 273
Error '6' is a magic number. 296
Error '10' is a magic number. 297
Error Line has trailing spaces. 305
Error '6' is a magic number. 307
Error Missing a Javadoc comment. 312
Error Missing a Javadoc comment. 325
Error '||' should be on a new line. 340

org/apache/maven/mkslib/package.html

Error Line
Error Missing package documentation file. 0

org/apache/maven/perforcelib/PerforceChangeLogFactory.java

Error Line
Error Line does not match expected header line of ' *'. 5

org/apache/maven/perforcelib/PerforceChangeLogGenerator.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Avoid inline conditionals. 69
Error Expected an @return tag. 127
Error Expected @param tag for 'tagStart'. 127
Error Expected @param tag for 'tagEnd'. 127
Error Line has trailing spaces. 129

org/apache/maven/perforcelib/PerforceChangeLogParser.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Missing a Javadoc comment. 76
Error Line has trailing spaces. 79
Error 'changeLog' hides a field. 130
Error '3' is a magic number. 245
Error '4' is a magic number. 246
Error Expected @param tag for 'date'. 278
Error Unused @param tag for 'numDaysString'. 296
Error '24' is a magic number. 312
Error '60' is a magic number. 312
Error '60' is a magic number. 312
Error '1000' is a magic number. 312
Error Missing a Javadoc comment. 315

org/apache/maven/perforcelib/package.html

Error Line
Error Missing package documentation file. 0

org/apache/maven/starteamlib/StarteamChangeLogFactory.java

Error Line
Error Line does not match expected header line of ' *'. 5

org/apache/maven/starteamlib/StarteamChangeLogGenerator.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error '4' is a magic number. 68
Error '12' is a magic number. 68
Error '13' is a magic number. 70
Error Expected an @return tag. 94
Error Expected @param tag for 'tagStart'. 94
Error Expected @param tag for 'tagEnd'. 94
Error Line has trailing spaces. 96
Error Line has trailing spaces. 114

org/apache/maven/starteamlib/StarteamChangeLogParser.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Missing a Javadoc comment. 96
Error 'changeLog' hides a field. 136
Error 'testMode' hides a field. 163
Error Expected @param tag for 'testMode'. 163
Error Unused @param tag for 'aSimpleDateFormat'. 170
Error Expected @param tag for 'dateFormat'. 172
Error Line has trailing spaces. 283
Error Inner assignments should be avoided. 297
Error Line has trailing spaces. 305
Error 'currentFile' hides a field. 378
Error 'currentLogEntry' hides a field. 396
Error 'status' hides a field. 414
Error Expected @param tag for 'date'. 425
Error '24' is a magic number. 452
Error '60' is a magic number. 452
Error '60' is a magic number. 452
Error '1000' is a magic number. 452
Error '24' is a magic number. 455
Error '60' is a magic number. 455
Error '60' is a magic number. 455
Error '1000' is a magic number. 455

org/apache/maven/starteamlib/package.html

Error Line
Error Missing package documentation file. 0

org/apache/maven/svnlib/SvnChangeLogFactory.java

Error Line
Error Line does not match expected header line of ' *'. 5

org/apache/maven/svnlib/SvnChangeLogGenerator.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Expected an @return tag. 111
Error Expected @param tag for 'tagStart'. 111
Error Expected @param tag for 'tagEnd'. 111
Error Line has trailing spaces. 113

org/apache/maven/svnlib/SvnChangeLogParser.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Line has trailing spaces. 95
Error 'changeLog' hides a field. 139
Error '3' is a magic number. 286
Error '4' is a magic number. 288
Error '5' is a magic number. 289
Error '6' is a magic number. 291
Error Missing a Javadoc comment. 303

org/apache/maven/svnlib/package.html

Error Line
Error Missing package documentation file. 0

org/apache/maven/util/AsyncStreamReader.java

Error Line
Error Line does not match expected header line of ' *'. 5

org/apache/maven/util/RepositoryUtils.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Utility classes should not have a public or default constructor. 33
Error Expected @param tag for 'connection'. 40
Error 'if' is not followed by whitespace. 47
Error '{' should be on a new line. 47
Error Expected @param tag for 'connection'. 61
Error '5' is a magic number. 68
Error Line has trailing spaces. 70
Error Line has trailing spaces. 76
Error '4' is a magic number. 85
Error '6' is a magic number. 97
Error '3' is a magic number. 99
Error '3' is a magic number. 100
Error Line has trailing spaces. 102
Error '5' is a magic number. 106
Error '6' is a magic number. 108
Error '3' is a magic number. 113
Error '4' is a magic number. 114
Error '3' is a magic number. 114
Error '5' is a magic number. 115
Error '4' is a magic number. 115
Error Line has trailing spaces. 120
Error '7' is a magic number. 124
Error '4' is a magic number. 124
Error '6' is a magic number. 126
Error '3' is a magic number. 131
Error '3' is a magic number. 131
Error '4' is a magic number. 131
Error '4' is a magic number. 132
Error '5' is a magic number. 132
Error '5' is a magic number. 133
Error '6' is a magic number. 133
Error '6' is a magic number. 136
Error Line has trailing spaces. 138
Error Expected @param tag for 'tok'. 152

org/apache/maven/util/package.html

Error Line
Error Missing package documentation file. 0

org/apache/maven/vsslib/VssChangeLogFactory.java

Error Line
Error Line does not match expected header line of '/* ===================================================================='. 3

org/apache/maven/vsslib/VssChangeLogGenerator.java

Error Line
Error Line does not match expected header line of '/* ===================================================================='. 3
Error Line has trailing spaces. 80
Error Missing a Javadoc comment. 124
Error Line has trailing spaces. 126
Error '24' is a magic number. 142
Error '60' is a magic number. 142
Error '60' is a magic number. 142
Error '1000' is a magic number. 142
Error '24' is a magic number. 145
Error '60' is a magic number. 145
Error '60' is a magic number. 145
Error '1000' is a magic number. 145

org/apache/maven/vsslib/VssChangeLogParser.java

Error Line
Error Line does not match expected header line of '/* ===================================================================='. 3
Error Name 'START_FILE_PATH' must match pattern '^[a-z][a-zA-Z0-9]*$'. 86
Error '3' is a magic number. 246
Error '5' is a magic number. 247
Error Unused @param tag for 'the'. 304
Error Expected @param tag for 'line'. 308
Error Expected @param tag for 'dateString'. 384
Error 'currentFile' hides a field. 417
Error 'currentLogEntry' hides a field. 438
Error Expected @param tag for 's'. 478

org/apache/maven/vsslib/VssConnection.java

Error Line
Error Line does not match expected header line of '/* ===================================================================='. 3
Error Line has trailing spaces. 64
Error '3' is a magic number. 74
Error '3' is a magic number. 76
Error '4' is a magic number. 79

org/apache/maven/vsslib/package.html

Error Line
Error Missing package documentation file. 0

org/apache/maven/changelog/ChangeLogEntryTest.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Line has trailing spaces. 36
Error Line has trailing spaces. 39
Error Line has trailing spaces. 42
Error Line has trailing spaces. 51
Error Line has trailing spaces. 56
Error Line has trailing spaces. 60
Error Line has trailing spaces. 69
Error '2002' is a magic number. 76
Error '3' is a magic number. 76
Error Line has trailing spaces. 79
Error Line has trailing spaces. 85
Error Line has trailing spaces. 86
Error Line has trailing spaces. 97
Error Line has trailing spaces. 103
Error Line has trailing spaces. 105
Error Line has trailing spaces. 109
Error Line has trailing spaces. 117
Error Line has trailing spaces. 119
Error Line has trailing spaces. 121
Error Line has trailing spaces. 124
Error Line has trailing spaces. 134
Error Line has trailing spaces. 136
Error Line has trailing spaces. 141
Error Line has trailing spaces. 147
Error Line has trailing spaces. 150
Error Line has trailing spaces. 151
Error Line has trailing spaces. 157
Error Line has trailing spaces. 160
Error Line has trailing spaces. 161
Error Line has trailing spaces. 166
Error Line has trailing spaces. 169
Error Line has trailing spaces. 176
Error Line has trailing spaces. 179
Error '2002' is a magic number. 186
Error '3' is a magic number. 186
Error Line has trailing spaces. 188
Error Line has trailing spaces. 191
Error 'date' hides a field. 198
Error Line has trailing spaces. 202
Error Line has trailing spaces. 203
Error Line has trailing spaces. 212

org/apache/maven/changelog/ChangeLogFileTest.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Line has trailing spaces. 36
Error Line has trailing spaces. 45
Error Line has trailing spaces. 54
Error Line has trailing spaces. 77
Error Line has trailing spaces. 78
Error Line has trailing spaces. 80
Error Line has trailing spaces. 86
Error Line has trailing spaces. 87
Error Line has trailing spaces. 89
Error Line has trailing spaces. 90
Error Line has trailing spaces. 96
Error Line has trailing spaces. 99
Error Line has trailing spaces. 106
Error Line has trailing spaces. 109
Error Line has trailing spaces. 110
Error Line has trailing spaces. 116
Error Line has trailing spaces. 121
Error Line has trailing spaces. 124

org/apache/maven/changelog/package.html

Error Line
Error Missing package documentation file. 0

org/apache/maven/clearcaselib/ClearcaseChangeLogParserTest.java

Error Line
Error File does not end with a newline. 0

org/apache/maven/clearcaselib/ClearcaseChangeLogParserTest.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error '{' should be on a new line. 30
Error Line has trailing spaces. 40
Error '{' should be on a new line. 44
Error Line has trailing spaces. 50
Error '{' should be on a new line. 54
Error Line has trailing spaces. 64
Error '{' should be on a new line. 68
Error '3' is a magic number. 71
Error '{' should be on a new line. 73
Error Missing a Javadoc comment. 81
Error '{' should be on a new line. 81

org/apache/maven/clearcaselib/package.html

Error Line
Error Missing package documentation file. 0

org/apache/maven/cvslib/CvsChangeLogFactoryTest.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Line has trailing spaces. 32
Error Line has trailing spaces. 41
Error Line has trailing spaces. 50
Error Line has trailing spaces. 56
Error Line has trailing spaces. 63

org/apache/maven/cvslib/CvsChangeLogGeneratorTest.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 53
Error Missing a Javadoc comment. 55
Error Variable 'conn' must be private and have accessor methods. 55
Error Missing a Javadoc comment. 56
Error Variable 'args' must be private and have accessor methods. 56
Error Missing a Javadoc comment. 57
Error Variable 'throwable' must be private and have accessor methods. 57
Error Missing a Javadoc comment. 58
Error Variable 'map' must be private and have accessor methods. 58
Error Line has trailing spaces. 59
Error Missing a Javadoc comment. 60
Error 'conn' hides a field. 60
Error 'args' hides a field. 60
Error 'throwable' hides a field. 60
Error Missing a Javadoc comment. 82
Error Variable 'standardFormat' must be private and have accessor methods. 82
Error Missing a Javadoc comment. 83
Error Variable 'now' must be private and have accessor methods. 83
Error '24' is a magic number. 83
Error '60' is a magic number. 83
Error '60' is a magic number. 83
Error '1000' is a magic number. 83
Error Missing a Javadoc comment. 84
Error Variable 'range30' must be private and have accessor methods. 84
Error '30' is a magic number. 84
Error '24' is a magic number. 84
Error '60' is a magic number. 84
Error '60' is a magic number. 84
Error '1000' is a magic number. 84
Error Missing a Javadoc comment. 85
Error Variable 'range10' must be private and have accessor methods. 85
Error '10' is a magic number. 85
Error '24' is a magic number. 85
Error '60' is a magic number. 85
Error '60' is a magic number. 85
Error '1000' is a magic number. 85
Error Line has trailing spaces. 86
Error Missing a Javadoc comment. 87
Error Variable 'tests' must be private and have accessor methods. 87
Error Missing a Javadoc comment. 170
Error Missing a Javadoc comment. 180
Error 'cast' is not followed by whitespace. 190
Error 'cast' is not followed by whitespace. 191
Error 'cast' is not followed by whitespace. 192
Error 'cast' is not followed by whitespace. 193
Error 'cast' is not followed by whitespace. 194
Error '4' is a magic number. 211
Error Must have at least one statement. 225
Error Line is longer than 132 characters. 230
Error Line has trailing spaces. 236
Error Line has trailing spaces. 238

org/apache/maven/cvslib/CvsChangeLogParserTest.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Line has trailing spaces. 74
Error Line has trailing spaces. 83
Error Expected @param tag for 'file'. 88
Error '3' is a magic number. 92
Error ';' is followed by whitespace. 94

org/apache/maven/cvslib/CvsConnectionTest.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Line has trailing spaces. 29
Error Missing a Javadoc comment. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Missing a Javadoc comment. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Line has trailing spaces. 49
Error Line contains a tab character. 49
Error Line contains a tab character. 67
Error '=' is not preceded with whitespace. 67
Error '=' is not followed by whitespace. 67
Error '{' should be on a new line. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 79
Error '=' is not preceded with whitespace. 79
Error '=' is not followed by whitespace. 79
Error '{' should be on a new line. 79
Error Line contains a tab character. 80
Error Line contains a tab character. 81
Error Line has trailing spaces. 89
Error Line contains a tab character. 90
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error Line has trailing spaces. 99
Error Line contains a tab character. 99
Error Line contains a tab character. 102
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error Line contains a tab character. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error Line has trailing spaces. 109
Error Line contains a tab character. 109
Error Line has trailing spaces. 111
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error '4' is a magic number. 112
Error ';' is not followed by whitespace. 112
Error '<' is not preceded with whitespace. 112
Error '<' is not followed by whitespace. 112
Error ';' is not followed by whitespace. 112
Error '{' is not preceded with whitespace. 112
Error '{' should be on a new line. 112
Error Line contains a tab character. 113
Error Line contains a tab character. 115
Error ',' is not followed by whitespace. 115
Error Line contains a tab character. 116
Error ',' is not followed by whitespace. 116
Error Line contains a tab character. 117
Error Line contains a tab character. 118

org/apache/maven/cvslib/CvsLogListenerTest.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Name 'MESSAGE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 50
Error Line contains a tab character. 52
Error ',' is not followed by whitespace. 52
Error ',' is not followed by whitespace. 52
Error '>' is not preceded with whitespace. 54
Error '>' is not followed by whitespace. 54
Error Line has trailing spaces. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Name 'MESSAGE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error ',' is not followed by whitespace. 66
Error ',' is not followed by whitespace. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error '==' is not preceded with whitespace. 68
Error '==' is not followed by whitespace. 68
Error Line has trailing spaces. 70
Error Line contains a tab character. 70
Error Line has trailing spaces. 72

org/apache/maven/cvslib/package.html

Error Line
Error Missing package documentation file. 0

org/apache/maven/mkslib/MksChangeLogParserTest.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error 'if' construct must use '{}'s. 72
Error Line has trailing spaces. 77
Error Line has trailing spaces. 79
Error Line has trailing spaces. 84
Error '3' is a magic number. 99
Error ';' is followed by whitespace. 103

org/apache/maven/mkslib/package.html

Error Line
Error Missing package documentation file. 0

org/apache/maven/perforcelib/PerforceChangeLogGeneratorTest.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Line has trailing spaces. 30
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 36
Error Variable 'conn' must be private and have accessor methods. 36
Error Missing a Javadoc comment. 37
Error Variable 'args' must be private and have accessor methods. 37
Error Missing a Javadoc comment. 38
Error Variable 'throwable' must be private and have accessor methods. 38
Error Missing a Javadoc comment. 40
Error 'conn' hides a field. 40
Error 'args' hides a field. 40
Error 'throwable' hides a field. 40
Error Missing a Javadoc comment. 49
Error Variable 'tests' must be private and have accessor methods. 49
Error Missing a Javadoc comment. 67
Error Missing a Javadoc comment. 76
Error '{' should be on a new line. 81
Error Must have at least one statement. 102

org/apache/maven/perforcelib/PerforceChangeLogParserTest.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Line has trailing spaces. 32
Error '7' is a magic number. 78
Error Line has trailing spaces. 81
Error '+' should be on a new line. 82
Error '+' should be on a new line. 83
Error '+' should be on a new line. 84
Error '+' should be on a new line. 85
Error '+' should be on a new line. 86
Error '+' should be on a new line. 87
Error '+' should be on a new line. 88
Error '+' should be on a new line. 89
Error Line contains a tab character. 90
Error '+' should be on a new line. 90
Error '+' should be on a new line. 91
Error '3' is a magic number. 95
Error Line has trailing spaces. 96
Error '+' should be on a new line. 97
Error '+' should be on a new line. 98
Error '+' should be on a new line. 99
Error '+' should be on a new line. 100
Error '+' should be on a new line. 101
Error '+' should be on a new line. 102
Error '+' should be on a new line. 103
Error '+' should be on a new line. 104
Error Line contains a tab character. 105
Error '+' should be on a new line. 105
Error '+' should be on a new line. 106
Error '+' should be on a new line. 107
Error '+' should be on a new line. 108
Error '6' is a magic number. 112
Error Line has trailing spaces. 113
Error '+' should be on a new line. 114
Error '+' should be on a new line. 115
Error '+' should be on a new line. 116
Error '+' should be on a new line. 117
Error '+' should be on a new line. 118
Error '+' should be on a new line. 119
Error '+' should be on a new line. 120
Error '+' should be on a new line. 121
Error '+' should be on a new line. 122
Error '+' should be on a new line. 123
Error '+' should be on a new line. 124
Error '+' should be on a new line. 125
Error '+' should be on a new line. 126
Error '+' should be on a new line. 127
Error '+' should be on a new line. 128
Error '+' should be on a new line. 129
Error Line contains a tab character. 130
Error '+' should be on a new line. 130
Error '+' should be on a new line. 131

org/apache/maven/perforcelib/package.html

Error Line
Error Missing package documentation file. 0

org/apache/maven/starteamlib/StarteamChangeLogFactoryTest.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Line has trailing spaces. 32
Error Line has trailing spaces. 41
Error Line has trailing spaces. 50
Error Line has trailing spaces. 56
Error Line has trailing spaces. 63

org/apache/maven/starteamlib/StarteamChangeLogParser2Test.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error '3' is a magic number. 72
Error ';' is followed by whitespace. 74

org/apache/maven/starteamlib/StarteamChangeLogParserTest.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error '3' is a magic number. 72
Error ';' is followed by whitespace. 74

org/apache/maven/starteamlib/package.html

Error Line
Error Missing package documentation file. 0

org/apache/maven/svnlib/SvnChangeLogParserTest.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Unused import - java.util.TimeZone. 26
Error Line has trailing spaces. 36
Error '{' should be on a new line. 41
Error Line contains a tab character. 43
Error Missing a Javadoc comment. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line has trailing spaces. 58
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error '{' should be on a new line. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line has trailing spaces. 68
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error '{' should be on a new line. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line has trailing spaces. 81
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error '{' should be on a new line. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 89
Error '14' is a magic number. 89
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error Line contains a tab character. 99
Error Line contains a tab character. 100
Error Line contains a tab character. 102
Error '7' is a magic number. 102
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error Line contains a tab character. 106
Error Line contains a tab character. 108
Error '9' is a magic number. 108
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Line contains a tab character. 114
Error Line contains a tab character. 115
Error Line contains a tab character. 116
Error Line contains a tab character. 118
Error '13' is a magic number. 118
Error Line contains a tab character. 119
Error Line contains a tab character. 120
Error Line contains a tab character. 121
Error Line contains a tab character. 122
Error Line contains a tab character. 123

org/apache/maven/svnlib/package.html

Error Line
Error Missing package documentation file. 0

org/apache/maven/util/RepositoryTest.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 26
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 40
Error '6' is a magic number. 44
Error Missing a Javadoc comment. 47
Error '3' is a magic number. 51
Error Missing a Javadoc comment. 54
Error '6' is a magic number. 58
Error Missing a Javadoc comment. 61
Error '6' is a magic number. 65
Error Missing a Javadoc comment. 68
Error '6' is a magic number. 72
Error Missing a Javadoc comment. 75
Error Missing a Javadoc comment. 89
Error Missing a Javadoc comment. 103
Error Missing a Javadoc comment. 117
Error '3' is a magic number. 121

org/apache/maven/util/package.html

Error Line
Error Missing package documentation file. 0