Checkstyle Results

The following document contains the results of Checkstyle 6.18 with config/maven_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
18 7 51 343

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
55  Error
header RegexpHeader
  • fileExtensions: "java"
  • headerFile: "target/checkstyle-header.txt"
18  Error
imports UnusedImports 3  Error
javadoc JavadocMethod
  • scope: "protected"
51  Warning
JavadocVariable
  • scope: "protected"
7  Info
sizes LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
5  Error
whitespace EmptyForIteratorPad
  • option: "space"
2  Error
OperatorWrap 1  Error
ParenPad
  • option: "space"
240  Error
WhitespaceAfter 1  Error
WhitespaceAround 18  Error

Details

org/codehaus/plexus/maven/plugin/AbstractDescriptorMojo.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^ \* Copyright The Codehaus Foundation\.\s*$'. 4
 Error imports UnusedImports Unused import - org.apache.maven.artifact.handler.ArtifactHandler. 34
 Info javadoc JavadocVariable Missing a Javadoc comment. 54
 Info javadoc JavadocVariable Missing a Javadoc comment. 56
 Info javadoc JavadocVariable Missing a Javadoc comment. 58
 Error whitespace ParenPad '(' is not followed by whitespace. 58
 Error whitespace ParenPad ')' is not preceded with whitespace. 58
 Warning javadoc JavadocMethod Missing a Javadoc comment. 100
 Warning javadoc JavadocMethod Missing a Javadoc comment. 105
 Warning javadoc JavadocMethod Missing a Javadoc comment. 114
 Error whitespace ParenPad '(' is not followed by whitespace. 114
 Error whitespace ParenPad ')' is not preceded with whitespace. 114
 Error blocks LeftCurly '{' at column 112 should be on a new line. 114
 Error whitespace ParenPad '(' is not followed by whitespace. 119
 Error whitespace ParenPad ')' is not preceded with whitespace. 119
 Error blocks LeftCurly '{' at column 59 should be on a new line. 119
 Error whitespace ParenPad '(' is not followed by whitespace. 127
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 127
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 127
 Error whitespace WhitespaceAround '<' is not preceded with whitespace. 127
 Error whitespace WhitespaceAround '<' is not followed by whitespace. 127
 Error whitespace ParenPad ')' is not preceded with whitespace. 127
 Error blocks LeftCurly '{' at column 49 should be on a new line. 127
 Error whitespace ParenPad '(' is not followed by whitespace. 128
 Error whitespace ParenPad ')' is not preceded with whitespace. 128
 Error blocks LeftCurly '{' at column 17 should be on a new line. 130
 Error whitespace ParenPad '(' is not followed by whitespace. 131
 Error whitespace ParenPad ')' is not preceded with whitespace. 131
 Error whitespace ParenPad '(' is not followed by whitespace. 132
 Error whitespace ParenPad ')' is not preceded with whitespace. 132
 Error blocks LeftCurly '{' at column 54 should be on a new line. 132
 Error whitespace ParenPad '(' is not followed by whitespace. 133
 Error whitespace ParenPad ')' is not preceded with whitespace. 133
 Error whitespace ParenPad '(' is not followed by whitespace. 136
 Error whitespace ParenPad ')' is not preceded with whitespace. 136
 Error blocks LeftCurly '{' at column 33 should be on a new line. 136
 Error whitespace ParenPad '(' is not followed by whitespace. 137
 Error whitespace ParenPad ')' is not preceded with whitespace. 137
 Error whitespace ParenPad '(' is not followed by whitespace. 141
 Error whitespace ParenPad ')' is not preceded with whitespace. 141
 Error blocks LeftCurly '{' at column 38 should be on a new line. 141
 Error whitespace ParenPad '(' is not followed by whitespace. 142
 Error whitespace ParenPad ')' is not preceded with whitespace. 142
 Error blocks LeftCurly '{' at column 14 should be on a new line. 144
 Error whitespace ParenPad '(' is not followed by whitespace. 145
 Error whitespace ParenPad ')' is not preceded with whitespace. 145
 Error whitespace ParenPad '(' is not followed by whitespace. 148
 Error whitespace ParenPad ')' is not preceded with whitespace. 148
 Error whitespace ParenPad '(' is not followed by whitespace. 149
 Error whitespace ParenPad ')' is not preceded with whitespace. 149
 Error blocks LeftCurly '{' at column 17 should be on a new line. 151
 Error whitespace ParenPad '(' is not followed by whitespace. 152
 Error whitespace ParenPad ')' is not preceded with whitespace. 152
 Error whitespace ParenPad '(' is not followed by whitespace. 154
 Error whitespace ParenPad ')' is not preceded with whitespace. 154
 Error blocks LeftCurly '{' at column 33 should be on a new line. 154
 Error whitespace ParenPad '(' is not followed by whitespace. 155
 Error whitespace ParenPad ')' is not preceded with whitespace. 155
 Error whitespace ParenPad '(' is not followed by whitespace. 160
 Error whitespace ParenPad ')' is not preceded with whitespace. 160
 Error blocks LeftCurly '{' at column 109 should be on a new line. 160
 Error whitespace ParenPad '(' is not followed by whitespace. 164
 Error whitespace ParenPad ')' is not preceded with whitespace. 164
 Error whitespace ParenPad '(' is not followed by whitespace. 166
 Error whitespace ParenPad '(' is not followed by whitespace. 166
 Error whitespace ParenPad ')' is not preceded with whitespace. 166
 Error whitespace ParenPad ')' is not preceded with whitespace. 166
 Error blocks LeftCurly '{' at column 13 should be on a new line. 168
 Error whitespace ParenPad '(' is not followed by whitespace. 169
 Error whitespace ParenPad ')' is not preceded with whitespace. 169
 Error blocks LeftCurly '{' at column 17 should be on a new line. 172
 Error whitespace ParenPad '(' is not followed by whitespace. 173
 Error whitespace ParenPad ')' is not preceded with whitespace. 173
 Error whitespace ParenPad '(' is not followed by whitespace. 176
 Error whitespace ParenPad ')' is not preceded with whitespace. 176

org/codehaus/plexus/maven/plugin/AbstractMergeMojo.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^ \* Copyright The Codehaus Foundation\.\s*$'. 4
 Warning javadoc JavadocMethod Missing a Javadoc comment. 50
 Warning javadoc JavadocMethod Missing a Javadoc comment. 52
 Warning javadoc JavadocMethod Missing a Javadoc comment. 76
 Error whitespace OperatorWrap '+' should be on a new line. 103

org/codehaus/plexus/maven/plugin/ClassComponentDescriptorExtractor.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^package'. 1
 Warning javadoc JavadocMethod Missing a Javadoc comment. 45
 Error whitespace ParenPad '(' is not followed by whitespace. 45
 Error whitespace ParenPad ')' is not preceded with whitespace. 45
 Error blocks LeftCurly '{' at column 83 should be on a new line. 45
 Warning javadoc JavadocMethod Missing a Javadoc comment. 49
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 49
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 49
 Error sizes LineLength Line is longer than 120 characters (found 132). 51
 Warning javadoc JavadocMethod Missing a Javadoc comment. 51
 Error whitespace ParenPad '(' is not followed by whitespace. 51
 Error whitespace ParenPad ')' is not preceded with whitespace. 51
 Error blocks LeftCurly '{' at column 132 should be on a new line. 51
 Error whitespace ParenPad '(' is not followed by whitespace. 57
 Error whitespace ParenPad ')' is not preceded with whitespace. 57
 Error blocks LeftCurly '{' at column 30 should be on a new line. 57
 Error whitespace ParenPad '(' is not followed by whitespace. 58
 Error whitespace ParenPad ')' is not preceded with whitespace. 58
 Error whitespace ParenPad '(' is not followed by whitespace. 61
 Error whitespace ParenPad ')' is not preceded with whitespace. 61
 Error whitespace ParenPad '(' is not followed by whitespace. 66
 Error whitespace ParenPad '(' is not followed by whitespace. 66
 Error whitespace ParenPad ')' is not preceded with whitespace. 66
 Error whitespace ParenPad ')' is not preceded with whitespace. 66
 Error blocks LeftCurly '{' at column 42 should be on a new line. 66
 Error whitespace ParenPad '(' is not followed by whitespace. 68
 Error whitespace ParenPad ')' is not preceded with whitespace. 68
 Error whitespace ParenPad '(' is not followed by whitespace. 70
 Error whitespace ParenPad '(' is not followed by whitespace. 70
 Error whitespace ParenPad ')' is not preceded with whitespace. 70
 Error whitespace ParenPad ')' is not preceded with whitespace. 70
 Error blocks LeftCurly '{' at column 44 should be on a new line. 70
 Error whitespace ParenPad '(' is not followed by whitespace. 72
 Error whitespace ParenPad ')' is not preceded with whitespace. 72
 Error blocks LeftCurly '{' at column 14 should be on a new line. 74
 Error whitespace ParenPad '(' is not followed by whitespace. 75
 Error whitespace ParenPad ')' is not preceded with whitespace. 75
 Error whitespace ParenPad '(' is not followed by whitespace. 78
 Error whitespace ParenPad ')' is not preceded with whitespace. 78
 Error blocks LeftCurly '{' at column 35 should be on a new line. 78
 Error whitespace ParenPad '(' is not followed by whitespace. 79
 Error whitespace ParenPad ')' is not preceded with whitespace. 79
 Error whitespace ParenPad '(' is not followed by whitespace. 84
 Error whitespace ParenPad ')' is not preceded with whitespace. 84
 Error whitespace ParenPad '(' is not followed by whitespace. 86
 Error whitespace ParenPad ')' is not preceded with whitespace. 86
 Error blocks LeftCurly '{' at column 13 should be on a new line. 88
 Error whitespace ParenPad '(' is not followed by whitespace. 89
 Error whitespace ParenPad '(' is not followed by whitespace. 89
 Error whitespace ParenPad ')' is not preceded with whitespace. 89
 Error whitespace ParenPad ')' is not preceded with whitespace. 89
 Error blocks LeftCurly '{' at column 17 should be on a new line. 91
 Error whitespace ParenPad '(' is not followed by whitespace. 92
 Error whitespace ParenPad ')' is not preceded with whitespace. 92
 Error whitespace ParenPad '(' is not followed by whitespace. 96
 Error whitespace ParenPad ')' is not preceded with whitespace. 96
 Error blocks LeftCurly '{' at column 81 should be on a new line. 96
 Error whitespace ParenPad '(' is not followed by whitespace. 100
 Error whitespace EmptyForIteratorPad ';' is not followed by whitespace. 100
 Error blocks LeftCurly '{' at column 68 should be on a new line. 100
 Error blocks LeftCurly '{' at column 17 should be on a new line. 103
 Error whitespace ParenPad '(' is not followed by whitespace. 104
 Error whitespace ParenPad '(' is not followed by whitespace. 104
 Error whitespace ParenPad ')' is not preceded with whitespace. 104
 Error whitespace ParenPad ')' is not preceded with whitespace. 104
 Error whitespace ParenPad '(' is not followed by whitespace. 106
 Error whitespace ParenPad ')' is not preceded with whitespace. 106
 Error blocks LeftCurly '{' at column 45 should be on a new line. 106
 Error whitespace ParenPad '(' is not followed by whitespace. 107
 Error whitespace ParenPad ')' is not preceded with whitespace. 107
 Error whitespace ParenPad '(' is not followed by whitespace. 111
 Error whitespace ParenPad ')' is not preceded with whitespace. 111
 Error whitespace ParenPad '(' is not followed by whitespace. 113
 Error whitespace ParenPad ')' is not preceded with whitespace. 113
 Error whitespace ParenPad '(' is not followed by whitespace. 114
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 114
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 114
 Error whitespace WhitespaceAround '<' is not preceded with whitespace. 114
 Error whitespace WhitespaceAround '<' is not followed by whitespace. 114
 Error whitespace ParenPad ')' is not preceded with whitespace. 114
 Error blocks LeftCurly '{' at column 43 should be on a new line. 114
 Error whitespace ParenPad '(' is not followed by whitespace. 115
 Error whitespace ParenPad ')' is not preceded with whitespace. 115
 Error whitespace ParenPad '(' is not followed by whitespace. 118
 Error whitespace ParenPad ')' is not preceded with whitespace. 118
 Error whitespace ParenPad '(' is not followed by whitespace. 121
 Error whitespace ParenPad ')' is not preceded with whitespace. 121
 Error blocks LeftCurly '{' at column 114 should be on a new line. 121
 Error whitespace ParenPad '(' is not followed by whitespace. 129
 Error whitespace ParenPad ')' is not preceded with whitespace. 129
 Error whitespace ParenPad '(' is not followed by whitespace. 131
 Error whitespace ParenPad ')' is not preceded with whitespace. 131
 Error whitespace ParenPad '(' is not followed by whitespace. 133
 Error whitespace ParenPad ')' is not preceded with whitespace. 133
 Error whitespace ParenPad '(' is not followed by whitespace. 139
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 139
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 139
 Error whitespace WhitespaceAround '<' is not preceded with whitespace. 139
 Error whitespace WhitespaceAround '<' is not followed by whitespace. 139
 Error whitespace ParenPad ')' is not preceded with whitespace. 139
 Error blocks LeftCurly '{' at column 47 should be on a new line. 139
 Error sizes LineLength Line is longer than 120 characters (found 128). 140
 Error whitespace ParenPad '(' is not followed by whitespace. 140
 Error whitespace ParenPad '(' is not followed by whitespace. 140
 Error whitespace ParenPad ')' is not preceded with whitespace. 140
 Error whitespace ParenPad ')' is not preceded with whitespace. 140
 Error whitespace ParenPad '(' is not followed by whitespace. 140
 Error whitespace ParenPad ')' is not preceded with whitespace. 140
 Error whitespace ParenPad '(' is not followed by whitespace. 140
 Error whitespace ParenPad ')' is not preceded with whitespace. 140
 Error whitespace ParenPad '(' is not followed by whitespace. 142
 Error whitespace ParenPad ')' is not preceded with whitespace. 142
 Error blocks LeftCurly '{' at column 17 should be on a new line. 144
 Error whitespace ParenPad '(' is not followed by whitespace. 145
 Error whitespace ParenPad ')' is not preceded with whitespace. 145
 Error whitespace ParenPad '(' is not followed by whitespace. 147
 Error whitespace ParenPad ')' is not preceded with whitespace. 147
 Error whitespace ParenPad '(' is not followed by whitespace. 149
 Error whitespace ParenPad ')' is not preceded with whitespace. 149
 Error whitespace ParenPad '(' is not followed by whitespace. 151
 Error whitespace ParenPad ')' is not preceded with whitespace. 151
 Error blocks LeftCurly '{' at column 41 should be on a new line. 151
 Error whitespace ParenPad '(' is not followed by whitespace. 152
 Error whitespace ParenPad ')' is not preceded with whitespace. 152
 Error whitespace ParenPad '(' is not followed by whitespace. 154
 Error whitespace ParenPad ')' is not preceded with whitespace. 154
 Error whitespace ParenPad '(' is not followed by whitespace. 157
 Error whitespace ParenPad ')' is not preceded with whitespace. 157
 Error blocks LeftCurly '{' at column 35 should be on a new line. 157
 Error whitespace ParenPad '(' is not followed by whitespace. 158
 Error whitespace ParenPad ')' is not preceded with whitespace. 158
 Error whitespace ParenPad '(' is not followed by whitespace. 162
 Error whitespace ParenPad ')' is not preceded with whitespace. 162

org/codehaus/plexus/maven/plugin/ComponentDescriptorExtractor.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^package'. 1
 Error imports UnusedImports Unused import - org.apache.maven.plugin.logging.Log. 22
 Info javadoc JavadocVariable Missing a Javadoc comment. 32
 Info javadoc JavadocVariable Missing a Javadoc comment. 34
 Info javadoc JavadocVariable Missing a Javadoc comment. 36
 Error sizes LineLength Line is longer than 120 characters (found 131). 38
 Warning javadoc JavadocMethod Missing a Javadoc comment. 38
 Error whitespace ParenPad '(' is not followed by whitespace. 38
 Error whitespace ParenPad ')' is not preceded with whitespace. 38

org/codehaus/plexus/maven/plugin/ComponentDescriptorExtractorSupport.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^package'. 1
 Info javadoc JavadocVariable Missing a Javadoc comment. 34
 Error whitespace ParenPad '(' is not followed by whitespace. 34
 Error whitespace ParenPad ')' is not preceded with whitespace. 34
 Warning javadoc JavadocMethod Missing a Javadoc comment. 36
 Error whitespace ParenPad '(' is not followed by whitespace. 36
 Error whitespace ParenPad ')' is not preceded with whitespace. 36
 Error blocks LeftCurly '{' at column 79 should be on a new line. 36
 Error whitespace ParenPad '(' is not followed by whitespace. 39
 Error whitespace ParenPad ')' is not preceded with whitespace. 39
 Error blocks LeftCurly '{' at column 35 should be on a new line. 39
 Error whitespace ParenPad '(' is not followed by whitespace. 40
 Error whitespace ParenPad ')' is not preceded with whitespace. 40
 Error blocks LeftCurly '{' at column 59 should be on a new line. 40
 Error whitespace ParenPad '(' is not followed by whitespace. 43
 Error whitespace ParenPad ')' is not preceded with whitespace. 43
 Error blocks LeftCurly '{' at column 35 should be on a new line. 43
 Error whitespace ParenPad '(' is not followed by whitespace. 44
 Error whitespace ParenPad ')' is not preceded with whitespace. 44
 Error whitespace ParenPad '(' is not followed by whitespace. 47
 Error whitespace ParenPad ')' is not preceded with whitespace. 47
 Warning javadoc JavadocMethod Missing a Javadoc comment. 54
 Error whitespace ParenPad '(' is not followed by whitespace. 54
 Error whitespace ParenPad ')' is not preceded with whitespace. 54
 Error blocks LeftCurly '{' at column 98 should be on a new line. 54
 Error whitespace ParenPad '(' is not followed by whitespace. 58
 Error whitespace ParenPad '(' is not followed by whitespace. 58
 Error whitespace ParenPad ')' is not preceded with whitespace. 58
 Error whitespace ParenPad ')' is not preceded with whitespace. 58
 Error blocks LeftCurly '{' at column 63 should be on a new line. 58
 Error whitespace ParenPad '(' is not followed by whitespace. 59
 Error whitespace ParenPad ')' is not preceded with whitespace. 59
 Error whitespace ParenPad '(' is not followed by whitespace. 61
 Error whitespace ParenPad ')' is not preceded with whitespace. 61
 Error blocks LeftCurly '{' at column 64 should be on a new line. 61
 Error whitespace ParenPad '(' is not followed by whitespace. 62
 Error whitespace ParenPad ')' is not preceded with whitespace. 62

org/codehaus/plexus/maven/plugin/PlexusCheckRoleHintsMojo.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^ \* Copyright The Codehaus Foundation\.\s*$'. 4
 Warning javadoc JavadocMethod Missing a Javadoc comment. 59

org/codehaus/plexus/maven/plugin/PlexusComponentsReport.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^ \* Copyright The Codehaus Foundation\.\s*$'. 4
 Warning javadoc JavadocMethod Missing a Javadoc comment. 92
 Warning javadoc JavadocMethod Missing a Javadoc comment. 97
 Warning javadoc JavadocMethod Missing a Javadoc comment. 102
 Warning javadoc JavadocMethod Missing a Javadoc comment. 107
 Warning javadoc JavadocMethod Missing a Javadoc comment. 112
 Warning javadoc JavadocMethod Missing a Javadoc comment. 117
 Warning javadoc JavadocMethod Missing a Javadoc comment. 122
 Warning javadoc JavadocMethod Missing a Javadoc comment. 127
 Warning javadoc JavadocMethod Missing a Javadoc comment. 132

org/codehaus/plexus/maven/plugin/PlexusDescriptorMojo.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^ \* Copyright The Codehaus Foundation\.\s*$'. 4
 Error imports UnusedImports Unused import - java.util.Collections. 26
 Warning javadoc JavadocMethod Missing a Javadoc comment. 52
 Error blocks LeftCurly '{' at column 57 should be on a new line. 52
 Error whitespace ParenPad '(' is not followed by whitespace. 56
 Error whitespace ParenPad '(' is not followed by whitespace. 56
 Error whitespace ParenPad ')' is not preceded with whitespace. 56
 Error whitespace ParenPad ')' is not preceded with whitespace. 56
 Error blocks LeftCurly '{' at column 60 should be on a new line. 56
 Error whitespace ParenPad '(' is not followed by whitespace. 57
 Error whitespace ParenPad ')' is not preceded with whitespace. 57
 Error blocks LeftCurly '{' at column 14 should be on a new line. 59
 Error whitespace ParenPad '(' is not followed by whitespace. 60
 Error whitespace ParenPad '(' is not followed by whitespace. 60
 Error whitespace ParenPad ')' is not preceded with whitespace. 60
 Error whitespace ParenPad ')' is not preceded with whitespace. 60

org/codehaus/plexus/maven/plugin/PlexusMergeMojo.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^ \* Copyright The Codehaus Foundation\.\s*$'. 4
 Warning javadoc JavadocMethod Missing a Javadoc comment. 53
 Warning javadoc JavadocMethod Missing a Javadoc comment. 58

org/codehaus/plexus/maven/plugin/PlexusTestDescriptorMojo.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^ \* Copyright The Codehaus Foundation\.\s*$'. 4
 Error sizes LineLength Line is longer than 120 characters (found 125). 32
 Warning javadoc JavadocMethod Missing a Javadoc comment. 60
 Error blocks LeftCurly '{' at column 57 should be on a new line. 60
 Error whitespace ParenPad '(' is not followed by whitespace. 64
 Error whitespace ParenPad '(' is not followed by whitespace. 64
 Error whitespace ParenPad ')' is not preceded with whitespace. 64
 Error whitespace ParenPad ')' is not preceded with whitespace. 64
 Error blocks LeftCurly '{' at column 60 should be on a new line. 64
 Error whitespace ParenPad '(' is not followed by whitespace. 65
 Error whitespace ParenPad ')' is not preceded with whitespace. 65
 Error blocks LeftCurly '{' at column 14 should be on a new line. 67
 Error whitespace ParenPad '(' is not followed by whitespace. 68
 Error whitespace ParenPad '(' is not followed by whitespace. 68
 Error whitespace ParenPad ')' is not preceded with whitespace. 68
 Error whitespace ParenPad ')' is not preceded with whitespace. 68

org/codehaus/plexus/maven/plugin/PlexusTestMergeMojo.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^ \* Copyright The Codehaus Foundation\.\s*$'. 4
 Warning javadoc JavadocMethod Missing a Javadoc comment. 53
 Warning javadoc JavadocMethod Missing a Javadoc comment. 58

org/codehaus/plexus/maven/plugin/SourceComponentDescriptorExtractor.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^package'. 1
 Warning javadoc JavadocMethod Missing a Javadoc comment. 42
 Error whitespace ParenPad '(' is not followed by whitespace. 42
 Error whitespace ParenPad ')' is not preceded with whitespace. 42
 Error blocks LeftCurly '{' at column 85 should be on a new line. 42
 Warning javadoc JavadocMethod Missing a Javadoc comment. 46
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 46
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 46
 Error sizes LineLength Line is longer than 120 characters (found 132). 48
 Warning javadoc JavadocMethod Missing a Javadoc comment. 48
 Error whitespace ParenPad '(' is not followed by whitespace. 48
 Error whitespace ParenPad ')' is not preceded with whitespace. 48
 Error blocks LeftCurly '{' at column 132 should be on a new line. 48
 Error whitespace ParenPad '(' is not followed by whitespace. 56
 Error whitespace ParenPad ')' is not preceded with whitespace. 56
 Error blocks LeftCurly '{' at column 30 should be on a new line. 56
 Error whitespace ParenPad '(' is not followed by whitespace. 60
 Error whitespace ParenPad ')' is not preceded with whitespace. 60
 Error whitespace ParenPad '(' is not followed by whitespace. 64
 Error whitespace ParenPad '(' is not followed by whitespace. 64
 Error whitespace ParenPad ')' is not preceded with whitespace. 64
 Error whitespace ParenPad ')' is not preceded with whitespace. 64
 Error blocks LeftCurly '{' at column 42 should be on a new line. 64
 Error whitespace ParenPad '(' is not followed by whitespace. 67
 Error whitespace ParenPad '(' is not followed by whitespace. 67
 Error whitespace ParenPad ')' is not preceded with whitespace. 67
 Error whitespace ParenPad ')' is not preceded with whitespace. 67
 Error blocks LeftCurly '{' at column 44 should be on a new line. 67
 Error blocks LeftCurly '{' at column 14 should be on a new line. 70
 Error whitespace ParenPad '(' is not followed by whitespace. 71
 Error whitespace ParenPad ')' is not preceded with whitespace. 71
 Error whitespace ParenPad '(' is not followed by whitespace. 74
 Error whitespace ParenPad '(' is not followed by whitespace. 74
 Error whitespace ParenPad ')' is not preceded with whitespace. 74
 Error whitespace ParenPad ')' is not preceded with whitespace. 74
 Error whitespace ParenPad '(' is not followed by whitespace. 77
 Error whitespace ParenPad ')' is not preceded with whitespace. 77
 Error blocks LeftCurly '{' at column 99 should be on a new line. 77
 Error whitespace ParenPad '(' is not followed by whitespace. 86
 Error whitespace EmptyForIteratorPad ';' is not followed by whitespace. 86
 Error blocks LeftCurly '{' at column 77 should be on a new line. 86
 Error whitespace ParenPad '(' is not followed by whitespace. 87
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 87
 Error whitespace ParenPad ')' is not preceded with whitespace. 87
 Error whitespace ParenPad '(' is not followed by whitespace. 89
 Error whitespace ParenPad ')' is not preceded with whitespace. 89
 Error whitespace ParenPad '(' is not followed by whitespace. 91
 Error whitespace ParenPad ')' is not preceded with whitespace. 91
 Error whitespace ParenPad '(' is not followed by whitespace. 97
 Error whitespace ParenPad ')' is not preceded with whitespace. 97
 Error blocks LeftCurly '{' at column 50 should be on a new line. 97
 Error whitespace ParenPad '(' is not followed by whitespace. 98
 Error whitespace ParenPad ')' is not preceded with whitespace. 98
 Error whitespace ParenPad '(' is not followed by whitespace. 100
 Error whitespace ParenPad ')' is not preceded with whitespace. 100
 Error whitespace ParenPad '(' is not followed by whitespace. 102
 Error whitespace ParenPad ')' is not preceded with whitespace. 102
 Error blocks LeftCurly '{' at column 37 should be on a new line. 102
 Error whitespace ParenPad '(' is not followed by whitespace. 103
 Error whitespace ParenPad ')' is not preceded with whitespace. 103
 Error whitespace ParenPad '(' is not followed by whitespace. 105
 Error whitespace ParenPad ')' is not preceded with whitespace. 105
 Error whitespace ParenPad '(' is not followed by whitespace. 109
 Error whitespace ParenPad ')' is not preceded with whitespace. 109

org/codehaus/plexus/maven/plugin/report/Component.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^ \* Copyright The Codehaus Foundation\.\s*$'. 4
 Warning javadoc JavadocMethod Missing a Javadoc comment. 51
 Warning javadoc JavadocMethod Missing a Javadoc comment. 77
 Warning javadoc JavadocMethod Missing a Javadoc comment. 82
 Warning javadoc JavadocMethod Missing a Javadoc comment. 87
 Warning javadoc JavadocMethod Missing a Javadoc comment. 92
 Warning javadoc JavadocMethod Missing a Javadoc comment. 97
 Warning javadoc JavadocMethod Missing a Javadoc comment. 186

org/codehaus/plexus/maven/plugin/report/ComponentSet.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^ \* Copyright The Codehaus Foundation\.\s*$'. 4
 Warning javadoc JavadocMethod Missing a Javadoc comment. 31
 Warning javadoc JavadocMethod Missing a Javadoc comment. 43

org/codehaus/plexus/maven/plugin/report/Components.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^ \* Copyright The Codehaus Foundation\.\s*$'. 4
 Warning javadoc JavadocMethod Missing a Javadoc comment. 39
 Warning javadoc JavadocMethod Missing a Javadoc comment. 49

org/codehaus/plexus/maven/plugin/report/Configuration.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^package'. 1
 Warning javadoc JavadocMethod Missing a Javadoc comment. 36
 Warning javadoc JavadocMethod Missing a Javadoc comment. 40

org/codehaus/plexus/maven/plugin/report/Requirement.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^package'. 1
 Warning javadoc JavadocMethod Missing a Javadoc comment. 41
 Warning javadoc JavadocMethod Missing a Javadoc comment. 48
 Warning javadoc JavadocMethod Missing a Javadoc comment. 53
 Warning javadoc JavadocMethod Missing a Javadoc comment. 58
 Warning javadoc JavadocMethod Missing a Javadoc comment. 63
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 87
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 101

org/codehaus/plexus/maven/plugin/report/Requirements.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^package'. 1
 Warning javadoc JavadocMethod Missing a Javadoc comment. 42
 Warning javadoc JavadocMethod Missing a Javadoc comment. 51