Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
13 18 58 1369

Rules

Rules Violations Severity
LeftCurly
  • option: "nl"
77 Errors Error
RightCurly
  • option: "alone"
4 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
3 Errors Error
MemberName 0 Errors Error
JavadocMethod 56 Warnings Warning
JavadocType 0 Errors Error
JavadocVariable 18 Infos Info
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MethodName 1 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
13 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 15 Errors Error
FileLength 0 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option: "space"
3 Errors Error
OperatorWrap 14 Errors Error
ParenPad
  • option: "space"
511 Errors Error
TabCharacter 708 Errors Error
WhitespaceAfter 2 Errors Error
WhitespaceAround 17 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"
2 Warnings Warning
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber
  • ignoreNumbers: "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 32, 64, 128, 256, 512, 1024"
0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 1 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • protectedAllowed: "true"
0 Errors Error
UpperEll 0 Errors Error

Details

org/codehaus/mojo/freeform/FreeformConstants.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
Errors Line contains a tab character. 27
Errors Line contains a tab character. 28
Errors Line contains a tab character. 29
Errors Line contains a tab character. 30
Errors Line contains a tab character. 31
Errors Line contains a tab character. 32
Errors Line contains a tab character. 33
Errors Line contains a tab character. 34
Errors Line contains a tab character. 35
Errors Line contains a tab character. 36
Infos Missing a Javadoc comment. 36
Errors Line contains a tab character. 37
Infos Missing a Javadoc comment. 37
Errors Line contains a tab character. 38
Infos Missing a Javadoc comment. 38
Errors Line contains a tab character. 39
Infos Missing a Javadoc comment. 39
Errors Line contains a tab character. 40
Infos Missing a Javadoc comment. 40
Errors Line contains a tab character. 41
Infos Missing a Javadoc comment. 41
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46

org/codehaus/mojo/freeform/FreeformPluginException.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4

org/codehaus/mojo/freeform/analyser/Analyser.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
Errors '(' is not followed by whitespace. 92
Errors ')' is not preceded with whitespace. 92
Errors '(' is not followed by whitespace. 107
Errors ')' is not preceded with whitespace. 107
Errors '(' is not followed by whitespace. 118
Errors ')' is not preceded with whitespace. 118
Errors '(' is not followed by whitespace. 129
Errors ')' is not preceded with whitespace. 129
Warnings 'mavenpath' hides a field. 233
Errors '+' should be on a new line. 327
Errors '+' should be on a new line. 366
Errors Name 'Analyser' must match pattern '^[a-z][a-zA-Z0-9]*$'. 434
Errors '(' is not followed by whitespace. 442
Errors ')' is not preceded with whitespace. 442

org/codehaus/mojo/freeform/analyser/BaseAnalyser.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
Errors Unused import - org.apache.maven.artifact.DependencyResolutionRequiredException. 26
Errors Unused import - org.apache.maven.plugin.logging.Log. 28
Errors Unused import - org.apache.maven.project.MavenProject. 29
Errors Unused import - org.codehaus.mojo.freeform.project.NetbeansAction. 41
Errors Unused import - org.codehaus.mojo.freeform.project.Property. 42
Errors Unused import - org.codehaus.mojo.freeform.project.ViewItem. 45
Errors '(' is not followed by whitespace. 65
Errors ')' is not preceded with whitespace. 65
Errors '(' is not followed by whitespace. 68
Errors ')' is not preceded with whitespace. 68
Errors '(' is not followed by whitespace. 111
Errors ')' is not preceded with whitespace. 111
Errors '(' is not followed by whitespace. 497
Errors ')' is not preceded with whitespace. 497
Errors '+' should be on a new line. 705
Errors '+' should be on a new line. 772
Errors '+' should be on a new line. 787
Errors '+' should be on a new line. 858
Errors '+' should be on a new line. 912
Errors '+' should be on a new line. 934
Errors '+' should be on a new line. 1004
Errors '+' should be on a new line. 1019
Errors '+' should be on a new line. 1151

org/codehaus/mojo/freeform/analyser/JarAnalyser.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4

org/codehaus/mojo/freeform/analyser/MavenPluginAnalyser.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4

org/codehaus/mojo/freeform/mojo/GenerateNetbeansProjectMojo.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
Errors Unused import - java.util.Iterator. 21
Errors Unused import - org.apache.maven.model.Plugin. 26
Errors Unused import - org.apache.maven.model.PluginConfiguration. 27
Errors Unused import - org.apache.maven.model.PluginExecution. 28
Errors Unused import - org.apache.maven.model.Resource. 29
Errors Unused import - org.codehaus.mojo.freeform.project.Property. 37
Errors Unused import - org.codehaus.plexus.util.xml.Xpp3Dom. 42
Warnings 'mavenpath' hides a field. 194
Errors '(' is not followed by whitespace. 237
Errors ')' is not preceded with whitespace. 237
Errors '(' is not followed by whitespace. 254
Errors ')' is not preceded with whitespace. 254
Errors '(' is not followed by whitespace. 300
Errors ')' is not preceded with whitespace. 300
Errors '(' is not followed by whitespace. 318
Errors ')' is not preceded with whitespace. 318
Errors '(' is not followed by whitespace. 359
Errors ')' is not preceded with whitespace. 359
Errors '(' is not followed by whitespace. 360
Errors ')' is not preceded with whitespace. 360
Errors '(' is not followed by whitespace. 378
Errors '?' should be on a new line. 378
Errors ':' should be on a new line. 379
Errors '(' is not followed by whitespace. 380
Errors ')' is not preceded with whitespace. 380
Errors ')' is not preceded with whitespace. 380
Errors Line is longer than 120 characters. 531
Errors '(' is not followed by whitespace. 531
Errors ')' is not preceded with whitespace. 531

org/codehaus/mojo/freeform/writer/CustomActionConfig.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 27
Errors Line contains a tab character. 28
Errors Line contains a tab character. 29
Errors Line contains a tab character. 30
Errors Line contains a tab character. 31
Errors Line contains a tab character. 32
Errors Line contains a tab character. 33
Errors Line contains a tab character. 34
Errors Line contains a tab character. 35
Errors Line contains a tab character. 36
Errors Line contains a tab character. 37
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors Line contains a tab character. 79
Errors Line contains a tab character. 80
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors Line contains a tab character. 89
Warnings Missing a Javadoc comment. 89
Errors '{' should be on a new line. 89
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Warnings Missing a Javadoc comment. 97
Errors '{' should be on a new line. 97
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors Line contains a tab character. 102
Warnings Missing a Javadoc comment. 102
Errors '(' is not followed by whitespace. 102
Errors ')' is not preceded with whitespace. 102
Errors '{' should be on a new line. 102
Errors Line contains a tab character. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 107
Warnings Missing a Javadoc comment. 107
Errors '{' should be on a new line. 107
Errors Line contains a tab character. 108
Errors Line contains a tab character. 109
Errors Line contains a tab character. 112
Warnings Missing a Javadoc comment. 112
Errors '(' is not followed by whitespace. 112
Errors ')' is not preceded with whitespace. 112
Errors '{' should be on a new line. 112
Errors Line contains a tab character. 113
Errors Line contains a tab character. 114
Errors Line contains a tab character. 117
Warnings Missing a Javadoc comment. 117
Errors '{' should be on a new line. 117
Errors Line contains a tab character. 118
Errors Line contains a tab character. 119
Errors Line contains a tab character. 122
Warnings Missing a Javadoc comment. 122
Errors '(' is not followed by whitespace. 122
Errors ')' is not preceded with whitespace. 122
Errors '{' should be on a new line. 122
Errors Line contains a tab character. 123
Errors Line contains a tab character. 124
Errors Line contains a tab character. 127
Warnings Missing a Javadoc comment. 127
Errors '{' should be on a new line. 127
Errors Line contains a tab character. 128
Errors Line contains a tab character. 129
Errors Line contains a tab character. 132
Warnings Missing a Javadoc comment. 132
Errors '(' is not followed by whitespace. 132
Errors ')' is not preceded with whitespace. 132
Errors '{' should be on a new line. 132
Errors Line contains a tab character. 133
Errors Line contains a tab character. 134
Errors Line contains a tab character. 137
Warnings Missing a Javadoc comment. 137
Errors '{' should be on a new line. 137
Errors Line contains a tab character. 138
Errors Line contains a tab character. 139
Errors Line contains a tab character. 142
Warnings Missing a Javadoc comment. 142
Errors '(' is not followed by whitespace. 142
Errors ')' is not preceded with whitespace. 142
Errors '{' should be on a new line. 142
Errors Line contains a tab character. 143
Errors Line contains a tab character. 144
Errors Line contains a tab character. 147
Warnings Missing a Javadoc comment. 147
Errors '{' should be on a new line. 147
Errors Line contains a tab character. 148
Errors Line contains a tab character. 149
Errors Line contains a tab character. 152
Warnings Missing a Javadoc comment. 152
Errors '(' is not followed by whitespace. 152
Errors ')' is not preceded with whitespace. 152
Errors '{' should be on a new line. 152
Errors Line contains a tab character. 153
Errors Line contains a tab character. 154
Errors Line contains a tab character. 159
Warnings Missing a Javadoc comment. 159
Errors '{' should be on a new line. 159
Errors Line contains a tab character. 160
Errors Line contains a tab character. 161
Errors Line contains a tab character. 164
Warnings Missing a Javadoc comment. 164
Errors '(' is not followed by whitespace. 164
Errors ')' is not preceded with whitespace. 164
Errors '{' should be on a new line. 164
Errors Line contains a tab character. 165
Errors Line contains a tab character. 166
Errors Line contains a tab character. 169
Warnings Missing a Javadoc comment. 169
Errors '{' should be on a new line. 169
Errors Line contains a tab character. 170
Errors Line contains a tab character. 171
Errors Line contains a tab character. 174
Warnings Missing a Javadoc comment. 174
Errors '(' is not followed by whitespace. 174
Errors ')' is not preceded with whitespace. 174
Errors '{' should be on a new line. 174
Errors Line contains a tab character. 175
Errors Line contains a tab character. 176
Errors Line contains a tab character. 181
Warnings Missing a Javadoc comment. 181
Errors '{' should be on a new line. 181
Errors Line contains a tab character. 182
Errors Line contains a tab character. 183
Errors Line contains a tab character. 188
Warnings Missing a Javadoc comment. 188
Errors '(' is not followed by whitespace. 188
Errors ')' is not preceded with whitespace. 188
Errors '{' should be on a new line. 188
Errors Line contains a tab character. 189
Errors Line contains a tab character. 190
Errors Line contains a tab character. 191

org/codehaus/mojo/freeform/writer/IdeFileTargetsWriter.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 38
Errors Line contains a tab character. 39
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 70
Warnings Missing a Javadoc comment. 70
Errors '(' is not followed by whitespace. 70
Errors Line contains a tab character. 71
Errors ')' is not preceded with whitespace. 71
Errors '{' should be on a new line. 71
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 79
Errors Line contains a tab character. 80
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Warnings Expected @throws tag for 'FreeformPluginException'. 82
Errors '{' should be on a new line. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 85
Errors '{' should be on a new line. 85
Errors Line contains a tab character. 87
Errors '{' should be on a new line. 87
Errors Line contains a tab character. 88
Errors '(' is not followed by whitespace. 88
Errors ')' is not preceded with whitespace. 88
Errors Line contains a tab character. 89
Errors '}' should be alone on a line. 89
Errors '(' is not followed by whitespace. 89
Errors ')' is not preceded with whitespace. 89
Errors '{' should be on a new line. 89
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors ')' is not preceded with whitespace. 91
Errors Line contains a tab character. 92
Errors Line contains a tab character. 94
Errors '(' is not followed by whitespace. 94
Errors ')' is not preceded with whitespace. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors '(' is not followed by whitespace. 96
Errors ')' is not preceded with whitespace. 96
Errors Line contains a tab character. 97
Errors '(' is not followed by whitespace. 97
Errors ')' is not preceded with whitespace. 97
Errors Line contains a tab character. 98
Errors '(' is not followed by whitespace. 98
Errors ')' is not preceded with whitespace. 98
Errors Line contains a tab character. 100
Errors '(' is not followed by whitespace. 100
Errors ')' is not preceded with whitespace. 100
Errors Line contains a tab character. 101
Errors '(' is not followed by whitespace. 101
Errors ')' is not preceded with whitespace. 101
Errors Line contains a tab character. 102
Errors '(' is not followed by whitespace. 102
Errors ')' is not preceded with whitespace. 102
Errors Line contains a tab character. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 105
Errors '(' is not followed by whitespace. 105
Errors ')' is not preceded with whitespace. 105
Errors Line contains a tab character. 106
Errors '(' is not followed by whitespace. 106
Errors ')' is not preceded with whitespace. 106
Errors Line contains a tab character. 107
Errors Line contains a tab character. 108
Errors Line contains a tab character. 109
Errors '(' is not followed by whitespace. 109
Errors ')' is not preceded with whitespace. 109
Errors Line contains a tab character. 110
Errors '(' is not followed by whitespace. 110
Errors ')' is not preceded with whitespace. 110
Errors Line contains a tab character. 111
Errors Line contains a tab character. 112
Errors '(' is not followed by whitespace. 112
Errors ')' is not preceded with whitespace. 112
Errors Line contains a tab character. 113
Errors '(' is not followed by whitespace. 113
Errors ')' is not preceded with whitespace. 113
Errors Line contains a tab character. 114
Errors Line contains a tab character. 115
Errors '(' is not followed by whitespace. 115
Errors ')' is not preceded with whitespace. 115
Errors Line contains a tab character. 116
Errors '(' is not followed by whitespace. 116
Errors ')' is not preceded with whitespace. 116
Errors Line contains a tab character. 117
Errors Line contains a tab character. 118
Errors Line contains a tab character. 119
Errors Line contains a tab character. 120
Errors Line contains a tab character. 121
Errors '}' should be alone on a line. 121
Errors '{' should be on a new line. 121
Errors Line contains a tab character. 122
Errors '(' is not followed by whitespace. 122
Errors ')' is not preceded with whitespace. 122
Errors '{' should be on a new line. 122
Errors Line contains a tab character. 123
Errors '{' should be on a new line. 123
Errors Line contains a tab character. 124
Errors Line contains a tab character. 125
Errors '}' should be alone on a line. 125
Errors '(' is not followed by whitespace. 125
Errors ')' is not preceded with whitespace. 125
Errors '{' should be on a new line. 125
Errors Line contains a tab character. 126
Errors Line contains a tab character. 127
Errors '(' is not followed by whitespace. 127
Errors Line contains a tab character. 128
Errors ')' is not preceded with whitespace. 128
Errors Line contains a tab character. 129
Errors Line contains a tab character. 131
Errors Line contains a tab character. 133
Errors Line contains a tab character. 135
Errors Line contains a tab character. 136
Errors Line contains a tab character. 137
Errors Line contains a tab character. 138
Errors Line contains a tab character. 139
Errors Line contains a tab character. 140
Errors Line contains a tab character. 141
Errors '(' is not followed by whitespace. 141
Warnings Expected @param tag for 'writer'. 141
Errors ')' is not preceded with whitespace. 141
Errors '{' should be on a new line. 141
Errors Line contains a tab character. 142
Errors Line contains a tab character. 143
Errors '(' is not followed by whitespace. 143
Errors ')' is not preceded with whitespace. 143
Errors Line contains a tab character. 144
Errors '(' is not followed by whitespace. 144
Errors ')' is not preceded with whitespace. 144
Errors Line contains a tab character. 145
Errors '(' is not followed by whitespace. 145
Errors ')' is not preceded with whitespace. 145
Errors Line contains a tab character. 146
Errors '(' is not followed by whitespace. 146
Errors ')' is not preceded with whitespace. 146
Errors Line contains a tab character. 147
Errors Line contains a tab character. 148
Errors '(' is not followed by whitespace. 148
Errors ')' is not preceded with whitespace. 148
Errors Line contains a tab character. 149
Errors Line contains a tab character. 151
Errors Line contains a tab character. 152
Errors Line contains a tab character. 153
Errors Line contains a tab character. 154
Errors Line contains a tab character. 155
Errors '(' is not followed by whitespace. 155
Warnings Expected @param tag for 'writer'. 155
Errors ')' is not preceded with whitespace. 155
Errors '{' should be on a new line. 155
Errors Line contains a tab character. 156
Errors Line contains a tab character. 157
Errors '(' is not followed by whitespace. 157
Errors ')' is not preceded with whitespace. 157
Errors Line contains a tab character. 158
Errors '(' is not followed by whitespace. 158
Errors ')' is not preceded with whitespace. 158
Errors Line contains a tab character. 159
Errors '(' is not followed by whitespace. 159
Errors ')' is not preceded with whitespace. 159
Errors Line contains a tab character. 160
Errors '(' is not followed by whitespace. 160
Errors ')' is not preceded with whitespace. 160
Errors Line contains a tab character. 161
Errors Line contains a tab character. 162
Errors '(' is not followed by whitespace. 162
Errors ')' is not preceded with whitespace. 162
Errors Line contains a tab character. 163
Errors Line contains a tab character. 164
Errors Line contains a tab character. 165
Errors Line contains a tab character. 166
Errors Line contains a tab character. 167
Errors Line contains a tab character. 168
Errors Line contains a tab character. 169
Errors Line contains a tab character. 170
Errors '(' is not followed by whitespace. 170
Warnings Expected @param tag for 'writer'. 170
Errors ')' is not preceded with whitespace. 170
Errors '{' should be on a new line. 170
Errors Line contains a tab character. 171
Errors Line contains a tab character. 172
Errors '(' is not followed by whitespace. 172
Errors ')' is not preceded with whitespace. 172
Errors Line contains a tab character. 173
Errors '(' is not followed by whitespace. 173
Errors ')' is not preceded with whitespace. 173
Errors Line contains a tab character. 174
Errors '(' is not followed by whitespace. 174
Errors ')' is not preceded with whitespace. 174
Errors Line contains a tab character. 175
Errors '(' is not followed by whitespace. 175
Errors ')' is not preceded with whitespace. 175
Errors Line contains a tab character. 176
Errors Line contains a tab character. 177
Errors '(' is not followed by whitespace. 177
Errors ')' is not preceded with whitespace. 177
Errors Line contains a tab character. 178
Errors Line contains a tab character. 180
Errors Line contains a tab character. 181
Errors Line contains a tab character. 182
Errors Line contains a tab character. 183
Errors Line contains a tab character. 184
Errors '(' is not followed by whitespace. 184
Warnings Expected @param tag for 'writer'. 184
Errors ')' is not preceded with whitespace. 184
Errors '{' should be on a new line. 184
Errors Line contains a tab character. 185
Errors Line contains a tab character. 186
Errors '(' is not followed by whitespace. 186
Errors ')' is not preceded with whitespace. 186
Errors Line contains a tab character. 187
Errors '(' is not followed by whitespace. 187
Errors ')' is not preceded with whitespace. 187
Errors Line contains a tab character. 188
Errors '(' is not followed by whitespace. 188
Errors ')' is not preceded with whitespace. 188
Errors Line contains a tab character. 189
Errors '(' is not followed by whitespace. 189
Errors ')' is not preceded with whitespace. 189
Errors Line contains a tab character. 190
Errors Line contains a tab character. 191
Errors '(' is not followed by whitespace. 191
Errors ')' is not preceded with whitespace. 191
Errors Line contains a tab character. 192
Errors Line contains a tab character. 193
Errors Line contains a tab character. 194
Errors Line contains a tab character. 195
Errors Line contains a tab character. 196
Errors Line contains a tab character. 197
Errors Line contains a tab character. 198
Errors '(' is not followed by whitespace. 198
Warnings Expected @param tag for 'writer'. 198
Errors ')' is not preceded with whitespace. 198
Errors '{' should be on a new line. 198
Errors Line contains a tab character. 199
Errors Line contains a tab character. 200
Errors '(' is not followed by whitespace. 200
Errors ')' is not preceded with whitespace. 200
Errors Line contains a tab character. 201
Errors '(' is not followed by whitespace. 201
Errors ')' is not preceded with whitespace. 201
Errors Line contains a tab character. 202
Errors '(' is not followed by whitespace. 202
Errors ')' is not preceded with whitespace. 202
Errors Line contains a tab character. 203
Errors '(' is not followed by whitespace. 203
Errors ')' is not preceded with whitespace. 203
Errors Line contains a tab character. 204
Errors Line contains a tab character. 205
Errors '(' is not followed by whitespace. 205
Errors ')' is not preceded with whitespace. 205
Errors Line contains a tab character. 206
Errors Line contains a tab character. 208
Errors Line contains a tab character. 209
Errors Line contains a tab character. 210
Errors Line contains a tab character. 211
Errors Line contains a tab character. 212
Errors '(' is not followed by whitespace. 212
Warnings Expected @param tag for 'writer'. 212
Errors ')' is not preceded with whitespace. 212
Errors '{' should be on a new line. 212
Errors Line contains a tab character. 213
Errors Line contains a tab character. 214
Errors '(' is not followed by whitespace. 214
Errors ')' is not preceded with whitespace. 214
Errors Line contains a tab character. 215
Errors '(' is not followed by whitespace. 215
Errors ')' is not preceded with whitespace. 215
Errors Line contains a tab character. 216
Errors '(' is not followed by whitespace. 216
Errors ')' is not preceded with whitespace. 216
Errors Line contains a tab character. 217
Errors '(' is not followed by whitespace. 217
Errors ')' is not preceded with whitespace. 217
Errors Line contains a tab character. 218
Errors Line contains a tab character. 219
Errors '(' is not followed by whitespace. 219
Errors ')' is not preceded with whitespace. 219
Errors Line contains a tab character. 220
Errors Line contains a tab character. 221
Errors Line contains a tab character. 222
Errors Line contains a tab character. 223
Errors Line contains a tab character. 224
Errors Line contains a tab character. 225
Errors Line contains a tab character. 226
Errors Line contains a tab character. 227
Errors Line contains a tab character. 228
Errors '(' is not followed by whitespace. 228
Warnings Expected @param tag for 'config'. 228
Warnings Expected @param tag for 'writer'. 228
Errors ')' is not preceded with whitespace. 228
Errors '{' should be on a new line. 228
Errors Line contains a tab character. 229
Errors Line contains a tab character. 230
Errors Line contains a tab character. 231
Errors Line contains a tab character. 232
Errors Line contains a tab character. 233
Errors Line contains a tab character. 234
Errors Line contains a tab character. 235
Errors '(' is not followed by whitespace. 235
Errors ')' is not preceded with whitespace. 235
Errors Line contains a tab character. 236
Errors '(' is not followed by whitespace. 236
Errors ')' is not preceded with whitespace. 236
Errors Line contains a tab character. 237
Errors Line contains a tab character. 238
Errors '(' is not followed by whitespace. 238
Errors ')' is not preceded with whitespace. 238
Errors Line contains a tab character. 239
Errors '(' is not followed by whitespace. 239
Errors ')' is not preceded with whitespace. 239
Errors Line contains a tab character. 240
Errors '(' is not followed by whitespace. 240
Errors ')' is not preceded with whitespace. 240
Errors Line contains a tab character. 241
Errors Line contains a tab character. 242
Errors Line contains a tab character. 243
Errors '(' is not followed by whitespace. 243
Errors ')' is not preceded with whitespace. 243
Errors Line contains a tab character. 244
Errors '(' is not followed by whitespace. 244
Errors ')' is not preceded with whitespace. 244
Errors Line contains a tab character. 245
Errors Line contains a tab character. 246
Errors Line contains a tab character. 247
Errors '(' is not followed by whitespace. 247
Errors ')' is not preceded with whitespace. 247
Errors Line contains a tab character. 248
Errors '(' is not followed by whitespace. 248
Errors ')' is not preceded with whitespace. 248
Errors Line contains a tab character. 249
Errors '(' is not followed by whitespace. 249
Errors ')' is not preceded with whitespace. 249
Errors Line contains a tab character. 250
Errors '(' is not followed by whitespace. 250
Errors ')' is not preceded with whitespace. 250
Errors Line contains a tab character. 251
Errors '(' is not followed by whitespace. 251
Errors ')' is not preceded with whitespace. 251
Errors Line contains a tab character. 252
Errors '(' is not followed by whitespace. 252
Errors ')' is not preceded with whitespace. 252
Errors Line contains a tab character. 253
Errors Line contains a tab character. 254
Errors Line contains a tab character. 255
Errors '(' is not followed by whitespace. 255
Errors ')' is not preceded with whitespace. 255
Errors Line contains a tab character. 256
Errors '(' is not followed by whitespace. 256
Errors '(' is not followed by whitespace. 256
Errors ')' is not preceded with whitespace. 256
Errors ')' is not preceded with whitespace. 256
Errors Line contains a tab character. 257
Errors Line contains a tab character. 258
Errors Line contains a tab character. 259
Errors Line contains a tab character. 260
Errors Line contains a tab character. 261
Errors Line contains a tab character. 262
Errors Line contains a tab character. 263
Errors Line contains a tab character. 264
Errors Line contains a tab character. 265
Errors Line contains a tab character. 266
Errors Line contains a tab character. 268
Errors Line contains a tab character. 269
Errors Line contains a tab character. 270
Errors Line contains a tab character. 271
Errors Line contains a tab character. 272
Errors Line contains a tab character. 273
Errors '(' is not followed by whitespace. 273
Warnings Expected @param tag for 'config'. 273
Warnings Expected @param tag for 'writer'. 273
Errors ')' is not preceded with whitespace. 273
Errors '{' should be on a new line. 273
Errors Line contains a tab character. 274
Errors Line contains a tab character. 275
Errors Line contains a tab character. 276
Errors Line contains a tab character. 277
Errors Line contains a tab character. 278
Errors Line contains a tab character. 279
Errors '(' is not followed by whitespace. 279
Errors ')' is not preceded with whitespace. 279
Errors Line contains a tab character. 280
Errors '(' is not followed by whitespace. 280
Errors ')' is not preceded with whitespace. 280
Errors Line contains a tab character. 281
Errors Line contains a tab character. 282
Errors '(' is not followed by whitespace. 282
Errors ')' is not preceded with whitespace. 282
Errors Line contains a tab character. 283
Errors '(' is not followed by whitespace. 283
Errors ')' is not preceded with whitespace. 283
Errors Line contains a tab character. 284
Errors '(' is not followed by whitespace. 284
Errors ')' is not preceded with whitespace. 284
Errors Line contains a tab character. 285
Errors Line contains a tab character. 287
Errors '(' is not followed by whitespace. 287
Errors ')' is not preceded with whitespace. 287
Errors Line contains a tab character. 288
Errors '(' is not followed by whitespace. 288
Errors ')' is not preceded with whitespace. 288
Errors Line contains a tab character. 289
Errors Line contains a tab character. 290
Errors '(' is not followed by whitespace. 290
Errors ')' is not preceded with whitespace. 290
Errors Line contains a tab character. 291
Errors Line contains a tab character. 292
Errors '(' is not followed by whitespace. 292
Errors ')' is not preceded with whitespace. 292
Errors Line contains a tab character. 293
Errors '(' is not followed by whitespace. 293
Errors ')' is not preceded with whitespace. 293
Errors Line contains a tab character. 294
Errors '(' is not followed by whitespace. 294
Errors '(' is not followed by whitespace. 294
Errors ')' is not preceded with whitespace. 294
Errors ')' is not preceded with whitespace. 294
Errors Line contains a tab character. 295
Errors '(' is not followed by whitespace. 295
Errors ')' is not preceded with whitespace. 295
Errors Line contains a tab character. 296
Errors Line contains a tab character. 297
Errors Line contains a tab character. 298
Errors Line contains a tab character. 299
Errors Line contains a tab character. 300
Errors Line contains a tab character. 301
Errors Line contains a tab character. 302
Errors Line contains a tab character. 303
Errors Line contains a tab character. 304
Errors Line contains a tab character. 305
Errors Line contains a tab character. 306
Errors Line contains a tab character. 307
Errors Line contains a tab character. 308
Errors Line contains a tab character. 309
Errors '(' is not followed by whitespace. 309
Warnings Expected @param tag for 'config'. 309
Warnings Expected @param tag for 'writer'. 309
Errors ')' is not preceded with whitespace. 309
Errors '{' should be on a new line. 309
Errors Line contains a tab character. 310
Errors Line contains a tab character. 311
Errors Line contains a tab character. 312
Errors Line contains a tab character. 313
Errors Line contains a tab character. 314
Errors Line contains a tab character. 315
Errors '(' is not followed by whitespace. 315
Errors ')' is not preceded with whitespace. 315
Errors Line contains a tab character. 316
Errors '(' is not followed by whitespace. 316
Errors ')' is not preceded with whitespace. 316
Errors Line contains a tab character. 317
Errors Line contains a tab character. 318
Errors '(' is not followed by whitespace. 318
Errors ')' is not preceded with whitespace. 318
Errors Line contains a tab character. 319
Errors '(' is not followed by whitespace. 319
Errors ')' is not preceded with whitespace. 319
Errors Line contains a tab character. 320
Errors '(' is not followed by whitespace. 320
Errors ')' is not preceded with whitespace. 320
Errors Line contains a tab character. 321
Errors Line contains a tab character. 323
Errors Line contains a tab character. 324
Errors '(' is not followed by whitespace. 324
Errors ')' is not preceded with whitespace. 324
Errors Line contains a tab character. 325
Errors '(' is not followed by whitespace. 325
Errors ')' is not preceded with whitespace. 325
Errors Line contains a tab character. 326
Errors '(' is not followed by whitespace. 326
Errors '(' is not followed by whitespace. 326
Errors ')' is not preceded with whitespace. 326
Errors ')' is not preceded with whitespace. 326
Errors Line contains a tab character. 327
Errors Line contains a tab character. 328
Errors Line contains a tab character. 329
Errors '(' is not followed by whitespace. 329
Errors ')' is not preceded with whitespace. 329
Errors Line contains a tab character. 330
Errors '(' is not followed by whitespace. 330
Errors ')' is not preceded with whitespace. 330
Errors Line contains a tab character. 331
Errors '(' is not followed by whitespace. 331
Errors ')' is not preceded with whitespace. 331
Errors Line contains a tab character. 332
Errors '(' is not followed by whitespace. 332
Errors ')' is not preceded with whitespace. 332
Errors Line contains a tab character. 333
Errors Line contains a tab character. 334
Errors '(' is not followed by whitespace. 334
Errors ')' is not preceded with whitespace. 334
Errors Line contains a tab character. 335
Errors '(' is not followed by whitespace. 335
Errors ')' is not preceded with whitespace. 335
Errors Line contains a tab character. 336
Errors Line contains a tab character. 337
Errors Line contains a tab character. 338
Errors '(' is not followed by whitespace. 338
Errors ')' is not preceded with whitespace. 338
Errors Line contains a tab character. 339
Errors '(' is not followed by whitespace. 339
Errors ')' is not preceded with whitespace. 339
Errors Line contains a tab character. 340
Errors Line contains a tab character. 341
Errors Line contains a tab character. 342
Errors Line contains a tab character. 343
Errors Line contains a tab character. 344
Errors Line contains a tab character. 345
Errors '(' is not followed by whitespace. 345
Errors ')' is not preceded with whitespace. 345
Errors Line contains a tab character. 346
Errors '(' is not followed by whitespace. 346
Errors ')' is not preceded with whitespace. 346
Errors Line contains a tab character. 347
Errors '(' is not followed by whitespace. 347
Errors ')' is not preceded with whitespace. 347
Errors Line contains a tab character. 348
Errors Line contains a tab character. 349
Errors '(' is not followed by whitespace. 349
Errors ')' is not preceded with whitespace. 349
Errors Line contains a tab character. 350
Errors '(' is not followed by whitespace. 350
Errors ')' is not preceded with whitespace. 350
Errors Line contains a tab character. 351
Errors Line contains a tab character. 353
Errors '(' is not followed by whitespace. 353
Errors ')' is not preceded with whitespace. 353
Errors Line contains a tab character. 354
Errors '(' is not followed by whitespace. 354
Errors ')' is not preceded with whitespace. 354
Errors Line contains a tab character. 355
Errors Line contains a tab character. 357
Errors '(' is not followed by whitespace. 357
Errors ')' is not preceded with whitespace. 357
Errors Line contains a tab character. 358
Errors '(' is not followed by whitespace. 358
Errors ')' is not preceded with whitespace. 358
Errors Line contains a tab character. 359
Errors Line contains a tab character. 361
Errors '(' is not followed by whitespace. 361
Errors ')' is not preceded with whitespace. 361
Errors Line contains a tab character. 362
Errors '(' is not followed by whitespace. 362
Errors ')' is not preceded with whitespace. 362
Errors Line contains a tab character. 363
Errors Line contains a tab character. 364
Errors Line contains a tab character. 365
Errors Line contains a tab character. 366
Errors '(' is not followed by whitespace. 366
Errors ')' is not preceded with whitespace. 366
Errors Line contains a tab character. 367
Errors '(' is not followed by whitespace. 367
Errors ')' is not preceded with whitespace. 367
Errors Line contains a tab character. 368
Errors Line contains a tab character. 369
Errors Line contains a tab character. 370
Errors Line contains a tab character. 371
Errors Line contains a tab character. 372
Errors Line contains a tab character. 373
Errors Line contains a tab character. 374
Errors Line contains a tab character. 375
Errors Line contains a tab character. 376
Errors Line contains a tab character. 377
Errors Line contains a tab character. 378
Errors Line contains a tab character. 379
Errors Line contains a tab character. 380
Errors Line contains a tab character. 381
Errors Line contains a tab character. 382
Warnings Expected an @return tag. 383
Errors Line contains a tab character. 383
Errors '(' is not followed by whitespace. 383
Warnings Expected @param tag for 'sourceDir'. 383
Errors ')' is not preceded with whitespace. 383
Errors '{' should be on a new line. 383
Errors Line contains a tab character. 384
Errors Line contains a tab character. 385
Errors 'if' is not followed by whitespace. 385
Errors '(' is not followed by whitespace. 385
Errors ')' is not preceded with whitespace. 385
Errors '{' is not preceded with whitespace. 385
Errors '{' should be on a new line. 385
Errors Line contains a tab character. 386
Errors Line contains a tab character. 387
Errors Line contains a tab character. 388
Errors Line contains a tab character. 389
Errors 'for' is not followed by whitespace. 389
Errors '(' is not followed by whitespace. 389
Errors ';' is not followed by whitespace. 389
Errors '{' should be on a new line. 389
Errors Line contains a tab character. 390
Errors 'cast' is not followed by whitespace. 390
Errors Line contains a tab character. 391
Errors Line contains a tab character. 392
Errors 'for' is not followed by whitespace. 392
Errors '(' is not followed by whitespace. 392
Errors ';' is not followed by whitespace. 392
Errors '{' is not preceded with whitespace. 392
Errors '{' should be on a new line. 392
Errors Line contains a tab character. 393
Errors 'if' is not followed by whitespace. 393
Errors '(' is not followed by whitespace. 393
Errors '(' is not followed by whitespace. 393
Errors 'cast' is not followed by whitespace. 393
Errors ')' is not preceded with whitespace. 393
Errors ')' is not preceded with whitespace. 393
Errors '{' is not preceded with whitespace. 393
Errors '{' should be on a new line. 393
Errors Line contains a tab character. 394
Errors Line is longer than 120 characters. 395
Errors Line contains a tab character. 395
Errors 'for' is not followed by whitespace. 395
Errors '(' is not followed by whitespace. 395
Errors ';' is not followed by whitespace. 395
Errors '{' is not preceded with whitespace. 395
Errors '{' should be on a new line. 395
Errors Line contains a tab character. 396
Errors Line contains a tab character. 397
Errors 'if' is not followed by whitespace. 397
Errors '(' is not followed by whitespace. 397
Errors ')' is not preceded with whitespace. 397
Errors '{' is not preceded with whitespace. 397
Errors '{' should be on a new line. 397
Errors Line contains a tab character. 398
Errors '(' is not followed by whitespace. 398
Errors ')' is not preceded with whitespace. 398
Errors Line contains a tab character. 399
Errors Line contains a tab character. 400
Errors '(' is not followed by whitespace. 400
Errors ')' is not preceded with whitespace. 400
Errors Line contains a tab character. 401
Errors Line contains a tab character. 402
Errors Line contains a tab character. 403
Errors Line contains a tab character. 404
Errors Line contains a tab character. 405
Errors Line contains a tab character. 406
Errors Line contains a tab character. 407
Errors Line contains a tab character. 409
Warnings Missing a Javadoc comment. 409
Errors '{' should be on a new line. 409
Errors Line contains a tab character. 410
Errors Line contains a tab character. 411
Errors Line contains a tab character. 413
Warnings Missing a Javadoc comment. 413
Errors '(' is not followed by whitespace. 413
Errors ')' is not preceded with whitespace. 413
Errors '{' should be on a new line. 413
Errors Line contains a tab character. 414
Errors Line contains a tab character. 415
Errors Line contains a tab character. 417
Warnings Missing a Javadoc comment. 417
Errors '{' should be on a new line. 417
Errors Line contains a tab character. 418
Errors Line contains a tab character. 419
Errors Line contains a tab character. 421
Warnings Missing a Javadoc comment. 421
Errors '(' is not followed by whitespace. 421
Errors ')' is not preceded with whitespace. 421
Errors '{' should be on a new line. 421
Errors Line contains a tab character. 422
Errors Line contains a tab character. 423
Errors Line contains a tab character. 425
Warnings Missing a Javadoc comment. 425
Errors '{' should be on a new line. 425
Errors Line contains a tab character. 426
Errors Line contains a tab character. 427
Errors Line contains a tab character. 429
Warnings Missing a Javadoc comment. 429
Errors '(' is not followed by whitespace. 429
Errors ')' is not preceded with whitespace. 429
Errors '{' should be on a new line. 429
Errors Line contains a tab character. 430
Errors Line contains a tab character. 431
Errors Line contains a tab character. 433
Warnings Missing a Javadoc comment. 433
Errors '{' should be on a new line. 433
Errors Line contains a tab character. 434
Errors Line contains a tab character. 435
Errors Line contains a tab character. 437
Warnings Missing a Javadoc comment. 437
Errors '(' is not followed by whitespace. 437
Errors ')' is not preceded with whitespace. 437
Errors '{' should be on a new line. 437
Errors Line contains a tab character. 438
Errors Line contains a tab character. 439
Errors Line contains a tab character. 441
Warnings Missing a Javadoc comment. 441
Errors '{' should be on a new line. 441
Errors Line contains a tab character. 442
Errors Line contains a tab character. 443
Errors Line contains a tab character. 445
Warnings Missing a Javadoc comment. 445
Errors '(' is not followed by whitespace. 445
Errors ')' is not preceded with whitespace. 445
Errors '{' should be on a new line. 445
Errors Line contains a tab character. 446
Errors Line contains a tab character. 447
Errors Line contains a tab character. 448
Errors Line contains a tab character. 449

org/codehaus/mojo/freeform/writer/MavencallWriter.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
Errors '(' is not followed by whitespace. 120
Errors ')' is not preceded with whitespace. 120
Errors '(' is not followed by whitespace. 226
Errors ')' is not preceded with whitespace. 226

org/codehaus/mojo/freeform/writer/ProjectWriter.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
Errors '(' is not followed by whitespace. 446
Errors ')' is not preceded with whitespace. 446
Errors '(' is not followed by whitespace. 447
Errors ')' is not preceded with whitespace. 447
Errors '(' is not followed by whitespace. 448
Errors ')' is not preceded with whitespace. 448
Errors '(' is not followed by whitespace. 449
Errors ')' is not preceded with whitespace. 449
Errors '(' is not followed by whitespace. 450
Errors ')' is not preceded with whitespace. 450
Errors '(' is not followed by whitespace. 451
Errors ')' is not preceded with whitespace. 451
Infos Missing a Javadoc comment. 920
Infos Missing a Javadoc comment. 921
Infos Missing a Javadoc comment. 922
Infos Missing a Javadoc comment. 923
Infos Missing a Javadoc comment. 924
Infos Missing a Javadoc comment. 925
Infos Missing a Javadoc comment. 926
Infos Missing a Javadoc comment. 927
Infos Missing a Javadoc comment. 928
Infos Missing a Javadoc comment. 929
Infos Missing a Javadoc comment. 930
Infos Missing a Javadoc comment. 932
Errors '(' is not followed by whitespace. 940
Errors ')' is not preceded with whitespace. 940
Errors '{' should be on a new line. 940
Errors Line contains a tab character. 941
Errors Line contains a tab character. 942
Errors Line contains a tab character. 943
Errors Line contains a tab character. 944
Errors Line contains a tab character. 945
Errors Line contains a tab character. 946
Errors Line contains a tab character. 947
Errors Line contains a tab character. 948
Errors Line contains a tab character. 949
Errors Line contains a tab character. 950
Errors Line contains a tab character. 951
Errors Line contains a tab character. 952
Errors '(' is not followed by whitespace. 952
Errors ')' is not preceded with whitespace. 952
Errors Line contains a tab character. 953
Errors '(' is not followed by whitespace. 953
Errors ')' is not preceded with whitespace. 953
Errors Line contains a tab character. 954
Errors Line contains a tab character. 955
Errors '(' is not followed by whitespace. 955
Errors ')' is not preceded with whitespace. 955
Errors Line contains a tab character. 956
Errors '(' is not followed by whitespace. 956
Errors ')' is not preceded with whitespace. 956
Errors Line contains a tab character. 957
Errors Line contains a tab character. 958
Errors Line contains a tab character. 959
Errors '(' is not followed by whitespace. 959
Errors ')' is not preceded with whitespace. 959
Errors Line contains a tab character. 960
Errors '(' is not followed by whitespace. 960
Errors ')' is not preceded with whitespace. 960
Errors Line contains a tab character. 961
Errors Line contains a tab character. 962
Errors Line contains a tab character. 963
Errors '(' is not followed by whitespace. 963
Errors ')' is not preceded with whitespace. 963
Errors Line contains a tab character. 964
Errors Line contains a tab character. 965
Errors '(' is not followed by whitespace. 965
Errors ')' is not preceded with whitespace. 965
Errors Line contains a tab character. 966
Errors '(' is not followed by whitespace. 966
Errors ')' is not preceded with whitespace. 966
Errors Line contains a tab character. 967
Errors Line contains a tab character. 968
Errors Line contains a tab character. 969
Errors '(' is not followed by whitespace. 969
Errors ')' is not preceded with whitespace. 969
Errors Line contains a tab character. 970
Errors '(' is not followed by whitespace. 970
Errors ')' is not preceded with whitespace. 970
Errors Line contains a tab character. 971
Errors Line contains a tab character. 972
Errors Line contains a tab character. 973
Errors '(' is not followed by whitespace. 973
Errors ')' is not preceded with whitespace. 973
Errors Line contains a tab character. 974
Errors '(' is not followed by whitespace. 974
Errors ')' is not preceded with whitespace. 974
Errors Line contains a tab character. 975
Errors Line contains a tab character. 976
Errors Line contains a tab character. 977
Errors '(' is not followed by whitespace. 977
Errors ')' is not preceded with whitespace. 977
Errors Line contains a tab character. 978
Errors '(' is not followed by whitespace. 978
Errors ')' is not preceded with whitespace. 978
Errors Line contains a tab character. 979
Errors Line contains a tab character. 980
Errors Line contains a tab character. 981
Errors '(' is not followed by whitespace. 981
Errors ')' is not preceded with whitespace. 981
Errors Line contains a tab character. 982
Errors Line contains a tab character. 983
Errors 'if' is not followed by whitespace. 983
Errors '(' is not followed by whitespace. 983
Errors Expression can be simplified. 983
Errors ')' is not preceded with whitespace. 983
Errors '{' is not preceded with whitespace. 983
Errors '{' should be on a new line. 983
Errors Line contains a tab character. 984
Errors '(' is not followed by whitespace. 984
Errors ')' is not preceded with whitespace. 984
Errors Line contains a tab character. 985
Errors Line contains a tab character. 986
Errors '}' should be alone on a line. 986
Errors 'else' is not preceded with whitespace. 986
Errors '}' is not followed by whitespace. 986
Errors 'else' is not followed by whitespace. 986
Errors '{' is not preceded with whitespace. 986
Errors '{' should be on a new line. 986
Errors Line contains a tab character. 987
Errors '(' is not followed by whitespace. 987
Errors ')' is not preceded with whitespace. 987
Errors Line contains a tab character. 988
Errors '(' is not followed by whitespace. 988
Errors ')' is not preceded with whitespace. 988
Errors Line contains a tab character. 989
Errors Line contains a tab character. 990
Errors Line contains a tab character. 991
Errors Line contains a tab character. 992
Errors Line contains a tab character. 993
Errors Line contains a tab character. 994
Errors Line contains a tab character. 995
Errors Line contains a tab character. 996
Errors Line contains a tab character. 997
Errors Line contains a tab character. 998
Errors Line is longer than 120 characters. 1005
Errors '(' is not followed by whitespace. 1009
Errors ')' is not preceded with whitespace. 1009
Errors '{' should be on a new line. 1009
Errors Line contains a tab character. 1010
Errors Line contains a tab character. 1011
Errors Line contains a tab character. 1012
Errors '(' is not followed by whitespace. 1012
Errors ')' is not preceded with whitespace. 1012
Errors Line contains a tab character. 1013
Errors '(' is not followed by whitespace. 1013
Errors ')' is not preceded with whitespace. 1013
Errors Line contains a tab character. 1014
Errors '(' is not followed by whitespace. 1014
Errors ')' is not preceded with whitespace. 1014
Errors Line contains a tab character. 1015
Errors '(' is not followed by whitespace. 1015
Errors ')' is not preceded with whitespace. 1015
Errors Line contains a tab character. 1016
Errors '(' is not followed by whitespace. 1016
Errors ')' is not preceded with whitespace. 1016
Errors Line contains a tab character. 1017
Errors '(' is not followed by whitespace. 1017
Errors ')' is not preceded with whitespace. 1017
Errors Line contains a tab character. 1018
Errors '(' is not followed by whitespace. 1018
Errors ')' is not preceded with whitespace. 1018
Errors Line contains a tab character. 1019
Errors Line contains a tab character. 1020
Errors '(' is not followed by whitespace. 1020
Errors ')' is not preceded with whitespace. 1020
Errors '(' is not followed by whitespace. 1028
Errors ')' is not preceded with whitespace. 1028
Errors '{' should be on a new line. 1028
Errors Line contains a tab character. 1029
Errors Line contains a tab character. 1030
Errors Line contains a tab character. 1031
Errors '(' is not followed by whitespace. 1031
Errors ')' is not preceded with whitespace. 1031
Errors Line contains a tab character. 1032
Errors '(' is not followed by whitespace. 1032
Errors ')' is not preceded with whitespace. 1032
Errors Line contains a tab character. 1033
Errors '(' is not followed by whitespace. 1033
Errors ')' is not preceded with whitespace. 1033
Errors Line contains a tab character. 1034
Errors '(' is not followed by whitespace. 1034
Errors ')' is not preceded with whitespace. 1034
Errors Line contains a tab character. 1035
Errors '(' is not followed by whitespace. 1035
Errors ')' is not preceded with whitespace. 1035
Errors Line contains a tab character. 1036
Errors '(' is not followed by whitespace. 1036
Errors ')' is not preceded with whitespace. 1036
Errors Line contains a tab character. 1037
Errors '(' is not followed by whitespace. 1037
Errors ')' is not preceded with whitespace. 1037
Errors Line contains a tab character. 1038
Errors Line contains a tab character. 1039
Errors '(' is not followed by whitespace. 1039
Errors ')' is not preceded with whitespace. 1039
Errors '(' is not followed by whitespace. 1047
Errors ')' is not preceded with whitespace. 1047
Errors '{' should be on a new line. 1047
Errors Line contains a tab character. 1048
Errors Line contains a tab character. 1049
Errors Line contains a tab character. 1050
Errors '(' is not followed by whitespace. 1050
Errors ')' is not preceded with whitespace. 1050
Errors Line contains a tab character. 1051
Errors '(' is not followed by whitespace. 1051
Errors ')' is not preceded with whitespace. 1051
Errors Line contains a tab character. 1052
Errors '(' is not followed by whitespace. 1052
Errors ')' is not preceded with whitespace. 1052
Errors Line contains a tab character. 1053
Errors '(' is not followed by whitespace. 1053
Errors ')' is not preceded with whitespace. 1053
Errors Line contains a tab character. 1054
Errors '(' is not followed by whitespace. 1054
Errors ')' is not preceded with whitespace. 1054
Errors Line contains a tab character. 1055
Errors '(' is not followed by whitespace. 1055
Errors ')' is not preceded with whitespace. 1055
Errors Line contains a tab character. 1056
Errors '(' is not followed by whitespace. 1056
Errors ')' is not preceded with whitespace. 1056
Errors Line contains a tab character. 1057
Errors Line contains a tab character. 1058
Errors '(' is not followed by whitespace. 1058
Errors ')' is not preceded with whitespace. 1058
Errors '(' is not followed by whitespace. 1066
Errors ')' is not preceded with whitespace. 1066
Errors '{' should be on a new line. 1066
Errors Line contains a tab character. 1067
Errors Line contains a tab character. 1068
Errors Line contains a tab character. 1069
Errors '(' is not followed by whitespace. 1069
Errors ')' is not preceded with whitespace. 1069
Errors Line contains a tab character. 1070
Errors '(' is not followed by whitespace. 1070
Errors ')' is not preceded with whitespace. 1070
Errors Line contains a tab character. 1071
Errors '(' is not followed by whitespace. 1071
Errors ')' is not preceded with whitespace. 1071
Errors Line contains a tab character. 1072
Errors '(' is not followed by whitespace. 1072
Errors ')' is not preceded with whitespace. 1072
Errors Line contains a tab character. 1073
Errors '(' is not followed by whitespace. 1073
Errors ')' is not preceded with whitespace. 1073
Errors Line contains a tab character. 1074
Errors '(' is not followed by whitespace. 1074
Errors ')' is not preceded with whitespace. 1074
Errors Line contains a tab character. 1075
Errors '(' is not followed by whitespace. 1075
Errors ')' is not preceded with whitespace. 1075
Errors Line contains a tab character. 1076
Errors Line contains a tab character. 1077
Errors '(' is not followed by whitespace. 1077
Errors ')' is not preceded with whitespace. 1077
Errors '(' is not followed by whitespace. 1085
Errors ')' is not preceded with whitespace. 1085
Errors '{' should be on a new line. 1085
Errors Line contains a tab character. 1086
Errors Line contains a tab character. 1087
Errors Line contains a tab character. 1088
Errors '(' is not followed by whitespace. 1088
Errors ')' is not preceded with whitespace. 1088
Errors Line contains a tab character. 1089
Errors '(' is not followed by whitespace. 1089
Errors ')' is not preceded with whitespace. 1089
Errors Line contains a tab character. 1090
Errors '(' is not followed by whitespace. 1090
Errors ')' is not preceded with whitespace. 1090
Errors Line contains a tab character. 1091
Errors '(' is not followed by whitespace. 1091
Errors ')' is not preceded with whitespace. 1091
Errors Line contains a tab character. 1092
Errors '(' is not followed by whitespace. 1092
Errors ')' is not preceded with whitespace. 1092
Errors Line contains a tab character. 1093
Errors '(' is not followed by whitespace. 1093
Errors ')' is not preceded with whitespace. 1093
Errors Line contains a tab character. 1094
Errors '(' is not followed by whitespace. 1094
Errors ')' is not preceded with whitespace. 1094
Errors Line contains a tab character. 1095
Errors Line contains a tab character. 1096
Errors '(' is not followed by whitespace. 1096
Errors ')' is not preceded with whitespace. 1096
Errors '(' is not followed by whitespace. 1104
Errors ')' is not preceded with whitespace. 1104
Errors '{' should be on a new line. 1104
Errors Line contains a tab character. 1105
Errors Line contains a tab character. 1106
Errors Line contains a tab character. 1107
Errors '(' is not followed by whitespace. 1107
Errors ')' is not preceded with whitespace. 1107
Errors Line contains a tab character. 1108
Errors '(' is not followed by whitespace. 1108
Errors ')' is not preceded with whitespace. 1108
Errors Line contains a tab character. 1109
Errors '(' is not followed by whitespace. 1109
Errors ')' is not preceded with whitespace. 1109
Errors Line contains a tab character. 1110
Errors '(' is not followed by whitespace. 1110
Errors ')' is not preceded with whitespace. 1110
Errors Line contains a tab character. 1111
Errors '(' is not followed by whitespace. 1111
Errors ')' is not preceded with whitespace. 1111
Errors Line contains a tab character. 1112
Errors '(' is not followed by whitespace. 1112
Errors ')' is not preceded with whitespace. 1112
Errors Line contains a tab character. 1113
Errors '(' is not followed by whitespace. 1113
Errors ')' is not preceded with whitespace. 1113
Errors Line contains a tab character. 1114
Errors Line contains a tab character. 1115
Errors '(' is not followed by whitespace. 1115
Errors ')' is not preceded with whitespace. 1115

org/codehaus/mojo/freeform/writer/PropertyWriter.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
Errors Unused import - java.io.BufferedWriter. 19
Errors Unused import - java.io.FileWriter. 22
Errors '(' is not followed by whitespace. 102
Errors ')' is not preceded with whitespace. 102
Errors '+' should be on a new line. 109
Errors ')' is not preceded with whitespace. 110
Errors '(' is not followed by whitespace. 113
Errors ')' is not preceded with whitespace. 113
Errors '(' is not followed by whitespace. 115
Errors '(' is not followed by whitespace. 115
Errors ')' is not preceded with whitespace. 115
Errors '(' is not followed by whitespace. 115
Errors ')' is not preceded with whitespace. 115
Errors ')' is not preceded with whitespace. 115
Errors '(' is not followed by whitespace. 125
Errors ')' is not preceded with whitespace. 125
Errors '(' is not followed by whitespace. 126
Errors ')' is not preceded with whitespace. 126

org/codehaus/mojo/freeform/writer/TargetConfig.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors '{' should be on a new line. 22
Errors Line contains a tab character. 24
Errors Line contains a tab character. 25
Errors Line contains a tab character. 26
Errors Line contains a tab character. 27
Errors Line contains a tab character. 28
Errors Line contains a tab character. 29
Errors Line contains a tab character. 30
Errors Line contains a tab character. 31
Errors Line contains a tab character. 32
Errors Line contains a tab character. 33
Errors Line contains a tab character. 34
Errors Line contains a tab character. 35
Errors Line contains a tab character. 36
Errors Line contains a tab character. 37
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Warnings Missing a Javadoc comment. 46
Errors '{' should be on a new line. 46
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Warnings Missing a Javadoc comment. 51
Errors '{' should be on a new line. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 55
Warnings Missing a Javadoc comment. 55
Errors '(' is not followed by whitespace. 55
Errors ')' is not preceded with whitespace. 55
Errors '{' should be on a new line. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Warnings Missing a Javadoc comment. 59
Errors '{' should be on a new line. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 63
Warnings Missing a Javadoc comment. 63
Errors '(' is not followed by whitespace. 63
Errors ')' is not preceded with whitespace. 63
Errors '{' should be on a new line. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Warnings Missing a Javadoc comment. 67
Errors '{' should be on a new line. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 71
Warnings Missing a Javadoc comment. 71
Errors '(' is not followed by whitespace. 71
Errors ')' is not preceded with whitespace. 71
Errors '{' should be on a new line. 71
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors Line contains a tab character. 75
Warnings Missing a Javadoc comment. 75
Errors '{' should be on a new line. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 79
Warnings Missing a Javadoc comment. 79
Errors '(' is not followed by whitespace. 79
Errors ')' is not preceded with whitespace. 79
Errors '{' should be on a new line. 79
Errors Line contains a tab character. 80
Errors Line contains a tab character. 81
Errors Line contains a tab character. 83
Warnings Missing a Javadoc comment. 83
Errors '{' should be on a new line. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors Line contains a tab character. 87
Warnings Missing a Javadoc comment. 87
Errors '(' is not followed by whitespace. 87
Errors ')' is not preceded with whitespace. 87
Errors '{' should be on a new line. 87
Errors Line contains a tab character. 88
Errors Line contains a tab character. 89
Errors Line contains a tab character. 90