Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
2200216

Rules

RulesViolationsSeverity
PackageHtml3error Error
NewlineAtEndOfFile2error Error
Translation0error Error
JavadocMethod67error Error
JavadocType2error Error
JavadocVariable11error Error
JavadocStyle0error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName1error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
Header
  • headerFile: "/Users/jason/ws/geronimo/gshell/gshell-api/target/checkstyle-header.txt"
19error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
LineLength
  • max: "120"
0error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap4error Error
ParenPad3error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround30error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly18error Error
NeedBraces0error Error
RightCurly9error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
2error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor2error Error
InterfaceIsType0error Error
VisibilityModifier7error Error
ArrayTypeStyle0error Error
FinalParameters12error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
17error Error
TodoComment6error Error
UpperEll0error Error

Details

org/apache/geronimo/gshell/util/Arguments.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUtility classes should not have a public or default constructor.29
error'{' should be on the previous line.30
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.35
errorParameter pos should be final.35
errorName '_args' must match pattern '^[a-z][a-zA-Z0-9]*$'.39
errorMissing a Javadoc comment.44
error'=' is not preceded with whitespace.49
error'=' is not followed by whitespace.49
error'<' is not preceded with whitespace.49
error'<' is not followed by whitespace.49
error')' is preceded with whitespace.49
errorMissing a Javadoc comment.59
error'=' is not preceded with whitespace.64
error'=' is not followed by whitespace.64
error'<' is not preceded with whitespace.64
error'<' is not followed by whitespace.64
error')' is preceded with whitespace.64
errorMissing a Javadoc comment.74
error'=' is not preceded with whitespace.79
error'=' is not followed by whitespace.79
error'<' is not preceded with whitespace.79
error'<' is not followed by whitespace.79
error')' is preceded with whitespace.79

org/apache/geronimo/gshell/command/CommandSupport.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
error'{' should be on the previous line.39
errorMissing a Javadoc comment.40
errorVariable 'log' must be private and have accessor methods.40
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.46
error'=' is not preceded with whitespace.46
error'=' is not followed by whitespace.46
error'=' is not preceded with whitespace.46
error'=' is not followed by whitespace.46
error'}' is not preceded with whitespace.46
error'=' is not preceded with whitespace.46
error'=' is not followed by whitespace.46
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.60
errorLine has trailing spaces.62
errorMissing a Javadoc comment.70
errorMissing a Javadoc comment.82
error'<' is not preceded with whitespace.83
error'<' is not followed by whitespace.83
error'>' is not preceded with whitespace.83
error'name' hides a field.90
errorMissing a Javadoc comment.96
error'context' hides a field.96
errorComment matches to-do format 'TODO:'.109
errorLine has trailing spaces.111
error'}' should be on the same line.118
errorMissing a Javadoc comment.132
errorMissing a Javadoc comment.136
errorMissing a Javadoc comment.142
error'}' should be on the same line.155
errorMissing a Javadoc comment.171
errorMissing a Javadoc comment.175
errorMissing a Javadoc comment.183
errorMissing a Javadoc comment.191
errorMissing a Javadoc comment.195
errorLine has trailing spaces.198
errorMissing a Javadoc comment.203
errorComment matches to-do format 'TODO:'.222
errorLine has trailing spaces.224
error'}' should be on the same line.228
error'}' should be on the same line.233
error'}' should be on the same line.241
error'}' should be on the same line.245
error'}' should be on the same line.254
errorExpected an @return tag.270
errorExpected @throws tag for 'Exception'.270
errorMissing a Javadoc comment.285

org/apache/geronimo/gshell/command/Notification.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorComment matches to-do format 'TODO:'.23
error'{' should be on the previous line.33
errorMissing a Javadoc comment.36
errorParameter msg should be final.36
errorMissing a Javadoc comment.40
errorParameter msg should be final.40
errorParameter cause should be final.40
errorMissing a Javadoc comment.44
errorParameter cause should be final.44
errorMissing a Javadoc comment.48

org/apache/geronimo/gshell/command/Variables.java

ViolationMessageLine
errorGot an exception - java.lang.RuntimeException: Unable to get class information for ImmutableVariableException.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.30
errorMissing a Javadoc comment.31
errorLine has trailing spaces.44
errorLine has trailing spaces.46
errorLine has trailing spaces.59

org/apache/geronimo/gshell/console/package-info.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1

org/apache/geronimo/gshell/command/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/util/Version.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.34
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.47
error'}' should be on the same line.54
errorMissing a Javadoc comment.60

org/apache/geronimo/gshell/console/IO.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.35
errorVariable 'inputStream' must be private and have accessor methods.41
errorVariable 'outputStream' must be private and have accessor methods.48
errorVariable 'errorStream' must be private and have accessor methods.55
errorVariable 'in' must be private and have accessor methods.60
errorVariable 'out' must be private and have accessor methods.65
errorVariable 'err' must be private and have accessor methods.70
errorMissing a Javadoc comment.118

org/apache/geronimo/gshell/command/CommandInstantiationException.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.29
errorLine has trailing spaces.31
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.44

org/apache/geronimo/gshell/command/CommandManager.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.31
errorComment matches to-do format 'TODO:'.33
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.40
error'<' is not preceded with whitespace.40
error'<' is not followed by whitespace.40
error'>' is not preceded with whitespace.40
errorMissing a Javadoc comment.42
error'<' is not preceded with whitespace.42
error'<' is not followed by whitespace.42
error'>' is not preceded with whitespace.42

org/apache/geronimo/gshell/util/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/command/CommandDefinition.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.32
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.43
errorLine has trailing spaces.45
errorMissing a Javadoc comment.66
error'+' should be on a new line.67
error'+' should be on a new line.68
error'+' should be on a new line.69
error'+' should be on a new line.70
errorComment matches to-do format 'TODO:'.75
errorMissing a Javadoc comment.78
error'=' is not preceded with whitespace.83
error'=' is not followed by whitespace.83
error'}' should be on the same line.88
errorMissing a Javadoc comment.94
errorMissing a Javadoc comment.98
errorMissing a Javadoc comment.102
errorMissing a Javadoc comment.106
errorMissing a Javadoc comment.110
errorMissing a Javadoc comment.114
errorMissing a Javadoc comment.123
error'{' should be on the previous line.125
errorMissing a Javadoc comment.128
errorParameter msg should be final.128
errorMissing a Javadoc comment.133
error'{' should be on the previous line.135
errorMissing a Javadoc comment.138
errorParameter name should be final.138
errorParameter props should be final.138

org/apache/geronimo/gshell/command/CommandNotFoundException.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.30
errorLine has trailing spaces.32
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.37

org/apache/geronimo/gshell/util/Banner.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUtility classes should not have a public or default constructor.30
error'{' should be on the previous line.31
errorLine has trailing spaces.33
errorMissing a Javadoc comment.34
errorLine has trailing spaces.37
errorLine has trailing spaces.46

org/apache/geronimo/gshell/util/package-info.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1

org/apache/geronimo/gshell/command/package-info.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1

org/apache/geronimo/gshell/command/CommandContext.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.30
errorMissing a Javadoc comment.31
errorLine has trailing spaces.32
errorMissing a Javadoc comment.33

org/apache/geronimo/gshell/console/ConsoleFactory.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.31
errorComment matches to-do format 'TODO:'.33
errorMissing a Javadoc comment.37

org/apache/geronimo/gshell/console/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/command/CommandException.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.29
errorLine has trailing spaces.31
errorMissing a Javadoc comment.32
errorParameter msg should be final.32
errorMissing a Javadoc comment.36
errorParameter msg should be final.36
errorParameter cause should be final.36
errorMissing a Javadoc comment.40
errorParameter cause should be final.40
errorMissing a Javadoc comment.44

org/apache/geronimo/gshell/console/Console.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.32
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.35

org/apache/geronimo/gshell/command/Command.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.28
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.39
errorLine has trailing spaces.40
errorMissing a Javadoc comment.41
errorLine has trailing spaces.42
errorMissing a Javadoc comment.43