Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
2 6 21 155

Rules

Rules Violations Severity
LeftCurly
  • option: "nl"
46 Errors Error
RightCurly
  • option: "alone"
5 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
2 Errors Error
MemberName 1 Errors Error
JavadocMethod 21 Warnings Warning
JavadocType 4 Errors Error
JavadocVariable 6 Infos Info
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
2 Errors Error
AvoidStarImport 1 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
FileLength 0 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option: "space"
2 Errors Error
OperatorWrap 0 Errors Error
ParenPad
  • option: "space"
87 Errors Error
TabCharacter 5 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock
  • option: "text"
0 Errors Error
NeedBraces 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0 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 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • protectedAllowed: "true"
0 Errors Error
UpperEll 0 Errors Error

Details

org/codehaus/mojo/xfire/WsdlgenMojo.java

Violation Message Line
Errors Line does not match expected header line of '^/\*\s*$'. 3
Errors Line is longer than 120 characters. 55
Warnings Missing a Javadoc comment. 123
Errors '{' should be on a new line. 123
Errors '{' should be on a new line. 135
Errors '(' is not followed by whitespace. 142
Errors ')' is not preceded with whitespace. 142
Errors '(' is not followed by whitespace. 150
Errors ';' is not followed by whitespace. 150
Errors '{' should be on a new line. 150
Errors '{' should be on a new line. 154
Errors ')' is not preceded with whitespace. 171
Errors ')' is not preceded with whitespace. 174
Errors '(' is not followed by whitespace. 176
Errors ')' is not preceded with whitespace. 176
Errors '(' is not followed by whitespace. 177
Errors ')' is not preceded with whitespace. 177
Errors Line contains a tab character. 182
Errors Line contains a tab character. 183
Errors Line contains a tab character. 184
Errors Line contains a tab character. 185
Errors Line contains a tab character. 186
Warnings Missing a Javadoc comment. 189
Errors '(' is not followed by whitespace. 189
Errors ')' is not preceded with whitespace. 189
Errors '(' is not followed by whitespace. 191
Errors ')' is not preceded with whitespace. 191
Errors '(' is not followed by whitespace. 192
Errors ')' is not preceded with whitespace. 192
Errors '(' is not followed by whitespace. 200
Errors ')' is not preceded with whitespace. 200
Errors '{' should be on a new line. 200
Errors '(' is not followed by whitespace. 202
Errors ')' is not preceded with whitespace. 202
Errors ')' is not preceded with whitespace. 205
Errors '(' is not followed by whitespace. 208
Errors ')' is not preceded with whitespace. 208
Errors '(' is not followed by whitespace. 209
Errors ')' is not preceded with whitespace. 209
Errors '(' is not followed by whitespace. 212
Errors ')' is not preceded with whitespace. 212
Errors '}' should be alone on a line. 214
Errors '(' is not followed by whitespace. 218
Errors ')' is not preceded with whitespace. 218
Warnings Missing a Javadoc comment. 221
Errors '(' is not followed by whitespace. 221
Errors ')' is not preceded with whitespace. 221
Errors '{' should be on a new line. 221
Errors '{' should be on a new line. 222
Errors '(' is not followed by whitespace. 223
Errors ')' is not preceded with whitespace. 223
Errors '(' is not followed by whitespace. 224
Errors ')' is not preceded with whitespace. 224
Errors '}' should be alone on a line. 225
Errors '(' is not followed by whitespace. 225
Errors ')' is not preceded with whitespace. 225
Errors '{' should be on a new line. 225
Errors '(' is not followed by whitespace. 226
Errors ')' is not preceded with whitespace. 226
Errors '(' is not followed by whitespace. 227
Errors ')' is not preceded with whitespace. 227
Errors Missing a Javadoc comment. 231
Errors '{' should be on a new line. 231
Warnings Missing a Javadoc comment. 232
Errors '{' should be on a new line. 232
Errors '(' is not followed by whitespace. 233
Errors ')' is not preceded with whitespace. 233
Warnings Missing a Javadoc comment. 236
Errors '{' should be on a new line. 236
Errors '(' is not followed by whitespace. 237
Errors ')' is not preceded with whitespace. 237
Warnings Missing a Javadoc comment. 240
Errors '{' should be on a new line. 240
Errors '(' is not followed by whitespace. 241
Errors ')' is not preceded with whitespace. 241
Warnings Missing a Javadoc comment. 244
Errors '{' should be on a new line. 244
Errors '(' is not followed by whitespace. 245
Errors ')' is not preceded with whitespace. 245
Warnings Missing a Javadoc comment. 248
Errors '{' should be on a new line. 248
Errors '(' is not followed by whitespace. 249
Errors ')' is not preceded with whitespace. 249
Warnings Missing a Javadoc comment. 252
Errors '{' should be on a new line. 252
Errors '(' is not followed by whitespace. 253
Errors ')' is not preceded with whitespace. 253
Warnings Missing a Javadoc comment. 256
Errors '{' should be on a new line. 256
Errors '(' is not followed by whitespace. 257
Errors ')' is not preceded with whitespace. 257

org/codehaus/mojo/xfire/WsgenMojo.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 Using the '.*' form of import should be avoided - java.io.*. 29
Errors Name '_package' must match pattern '^[a-z][a-zA-Z0-9]*$'. 68
Errors Line is longer than 120 characters. 82
Infos Missing a Javadoc comment. 127
Infos Missing a Javadoc comment. 128
Infos Missing a Javadoc comment. 129
Errors '(' is not followed by whitespace. 129
Errors ')' is not preceded with whitespace. 129
Infos Missing a Javadoc comment. 130
Errors '(' is not followed by whitespace. 130
Errors ')' is not preceded with whitespace. 130
Warnings Missing a Javadoc comment. 132
Errors '(' is not followed by whitespace. 138
Errors ')' is not preceded with whitespace. 138
Errors '{' should be on a new line. 141
Errors '}' should be alone on a line. 143
Errors '{' should be on a new line. 143
Errors Missing a Javadoc comment. 149
Errors '{' should be on a new line. 149
Infos Missing a Javadoc comment. 150
Warnings Missing a Javadoc comment. 152
Errors '{' should be on a new line. 152
Errors '(' is not followed by whitespace. 155
Errors ')' is not preceded with whitespace. 155
Errors '{' should be on a new line. 155
Errors '}' should be alone on a line. 158
Errors '{' should be on a new line. 158
Errors Missing a Javadoc comment. 164
Errors '{' should be on a new line. 164
Infos Missing a Javadoc comment. 165
Warnings Missing a Javadoc comment. 167
Errors '{' should be on a new line. 167
Errors '(' is not followed by whitespace. 170
Errors ')' is not preceded with whitespace. 170
Errors '{' should be on a new line. 170
Errors '}' should be alone on a line. 173
Errors '{' should be on a new line. 173
Warnings Missing a Javadoc comment. 179
Errors '{' should be on a new line. 179
Errors '{' should be on a new line. 181
Errors '{' should be on a new line. 185
Errors '(' is not followed by whitespace. 192
Errors ')' is not preceded with whitespace. 192
Errors ')' is not preceded with whitespace. 198
Errors '{' should be on a new line. 198
Errors ')' is not preceded with whitespace. 202
Errors '{' should be on a new line. 202
Errors '(' is not followed by whitespace. 206
Errors ')' is not preceded with whitespace. 206
Errors '{' should be on a new line. 206
Errors '{' should be on a new line. 212
Errors '{' should be on a new line. 218
Errors '{' should be on a new line. 222
Errors '{' should be on a new line. 226
Errors '(' is not followed by whitespace. 236
Errors ';' is not followed by whitespace. 236
Errors '{' should be on a new line. 236
Errors '(' is not followed by whitespace. 239
Errors ')' is not preceded with whitespace. 239
Errors '{' should be on a new line. 239
Errors Missing a Javadoc comment. 262
Errors '{' should be on a new line. 262
Warnings Missing a Javadoc comment. 263
Errors '{' should be on a new line. 263
Errors '(' is not followed by whitespace. 264
Errors ')' is not preceded with whitespace. 264
Warnings Missing a Javadoc comment. 267
Errors '{' should be on a new line. 267
Errors '(' is not followed by whitespace. 268
Errors ')' is not preceded with whitespace. 268
Warnings Missing a Javadoc comment. 271
Errors '{' should be on a new line. 271
Errors '(' is not followed by whitespace. 272
Errors ')' is not preceded with whitespace. 272
Warnings Missing a Javadoc comment. 275
Errors '{' should be on a new line. 275
Errors '(' is not followed by whitespace. 276
Errors ')' is not preceded with whitespace. 276
Warnings Missing a Javadoc comment. 279
Errors '{' should be on a new line. 279
Errors '(' is not followed by whitespace. 280
Errors ')' is not preceded with whitespace. 280
Warnings Missing a Javadoc comment. 283
Errors '{' should be on a new line. 283
Errors '(' is not followed by whitespace. 284
Errors ')' is not preceded with whitespace. 284
Warnings Missing a Javadoc comment. 287
Errors '{' should be on a new line. 287
Errors '(' is not followed by whitespace. 288
Errors ')' is not preceded with whitespace. 288