Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
2400184

Rules

RulesViolationsSeverity
PackageHtml4error Error
NewlineAtEndOfFile11error Error
Translation0error Error
JavadocMethod66error Error
JavadocType1error Error
JavadocVariable15error Error
JavadocStyle0error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
Header
  • headerFile: "/Users/jason/ws/geronimo/gshell-tmp/gshell-command-api/target/checkstyle-header.txt"
20error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports2error Error
FileLength0error Error
LineLength
  • max: "120"
0error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround16error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly18error Error
NeedBraces0error Error
RightCurly3error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
1error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier10error Error
ArrayTypeStyle0error Error
FinalParameters0error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
13error Error
TodoComment3error Error
UpperEll0error Error

Details

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

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

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

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.36
errorMissing a Javadoc comment.37
errorVariable 'log' must be private and have accessor methods.37
errorMissing a Javadoc comment.39
errorVariable 'context' must be private and have accessor methods.39
errorMissing a Javadoc comment.41
errorVariable 'io' must be private and have accessor methods.41
errorMissing a Javadoc comment.43
errorVariable 'variables' must be private and have accessor methods.43
errorLine has trailing spaces.44
errorMissing a Javadoc comment.45
error'=' is not preceded with whitespace.45
error'=' is not followed by whitespace.45
error'=' is not preceded with whitespace.45
error'=' is not followed by whitespace.45
error'}' is not preceded with whitespace.45
error'=' is not preceded with whitespace.45
error'=' is not followed by whitespace.45
errorMissing a Javadoc comment.48
error'context' hides a field.48
errorMissing a Javadoc comment.60
errorComment matches to-do format 'TODO:'.71
errorLine has trailing spaces.73
errorLine has trailing spaces.75
errorMissing a Javadoc comment.86
errorMissing a Javadoc comment.88
errorComment matches to-do format 'TODO:'.92

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

ViolationMessageLine
errorMissing package documentation file.0

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/command/annotation/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/shell/package-info.java

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

org/apache/geronimo/gshell/shell/Environment.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorUnused import - org.codehaus.plexus.component.annotations.Component.24
error'{' should be on the previous line.32
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.35

org/apache/geronimo/gshell/shell/InteractiveShell.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
errorMissing a Javadoc comment.30

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

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/command/descriptor/CommandDescriptor.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.32
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.45

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

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorUnused import - org.codehaus.plexus.component.annotations.Component.33
error'{' should be on the previous line.41
errorVariable 'inputStream' must be private and have accessor methods.47
errorVariable 'outputStream' must be private and have accessor methods.54
errorVariable 'errorStream' must be private and have accessor methods.61
errorVariable 'in' must be private and have accessor methods.66
errorVariable 'out' must be private and have accessor methods.71
errorVariable 'err' must be private and have accessor methods.76
errorComment matches to-do format 'TODO:'.104
error'}' should be on the same line.114
errorMissing a Javadoc comment.163
errorLine has trailing spaces.170
errorMissing a Javadoc comment.171
errorExpected @param tag for 'verbosity'.180
errorLine has trailing spaces.182
errorExpected an @return tag.189
errorExpected an @return tag.196
errorExpected an @return tag.203
errorExpected an @return tag.210
errorExpected an @return tag.220
errorExpected @throws tag for 'IOException'.239
error'{' should be on the previous line.257
errorMissing a Javadoc comment.258
errorMissing a Javadoc comment.259
errorMissing a Javadoc comment.260
errorMissing a Javadoc comment.261
errorMissing a Javadoc comment.268
errorMissing a Javadoc comment.274
errorMissing a Javadoc comment.280
errorMissing a Javadoc comment.286
errorLine has trailing spaces.291
errorMissing a Javadoc comment.292
errorMissing a Javadoc comment.298
errorMissing a Javadoc comment.304
errorMissing a Javadoc comment.310
errorMissing a Javadoc comment.316
errorMissing a Javadoc comment.320

org/apache/geronimo/gshell/command/annotation/CommandComponent.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.35
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.38

org/apache/geronimo/gshell/command/descriptor/CommandSetDescriptor.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.34
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.53
errorLine has trailing spaces.56
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.63
error'<' is not preceded with whitespace.63
error'<' is not followed by whitespace.63
error'>' is not preceded with whitespace.63
errorMissing a Javadoc comment.67

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/shell/ShellInfo.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.31
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.36

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

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

org/apache/geronimo/gshell/shell/Shell.java

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

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

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/command/CommandContext.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
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.35

org/apache/geronimo/gshell/command/descriptor/CommandSetDescriptorWriter.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.37
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.40
errorLine has trailing spaces.48
error'}' should be on the same line.54
errorMissing a Javadoc comment.60
error'<' is not preceded with whitespace.60
error'<' is not followed by whitespace.60
error'>' is not preceded with whitespace.60
errorMissing a Javadoc comment.85
error'<' is not preceded with whitespace.85
error'<' is not followed by whitespace.85
error'>' is not preceded with whitespace.85
errorMissing a Javadoc comment.105
errorMissing a Javadoc comment.117
error'}' should be on the same line.136
errorMissing a Javadoc comment.148

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
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.44

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
errorExpected @param tag for 'context'.38
errorExpected an @return tag.43
errorExpected @param tag for 'args'.43
errorExpected @throws tag for 'Exception'.43
errorMissing a Javadoc comment.49
error'{' should be on the previous line.50
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.52

org/apache/geronimo/gshell/command/CommandExecutor.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.28
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.33