Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
90063

Rules

RulesViolationsSeverity
PackageHtml1error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod20error Error
JavadocType0error Error
JavadocVariable3error Error
JavadocStyle0error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
Header
  • headerFile: "/home/anthill/anthill3/agent/var/jobs/projects/Geronimo_Server/modules/geronimo-activation/target/checkstyle-header.txt"
8error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports3error Error
FileLength0error Error
LineLength
  • max: "120"
3error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround0error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly0error Error
NeedBraces0error Error
RightCurly0error Error
AvoidInlineConditionals3error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber2error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
ArrayTypeStyle0error Error
FinalParameters20error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
0error Error
TodoComment0error Error
UpperEll0error Error

Details

org/apache/geronimo/activation/handlers/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/activation/handlers/AbstractImageHandler.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.42
errorParameter flavour should be final.42
errorMissing a Javadoc comment.46
errorLine is longer than 120 characters.50
errorMissing a Javadoc comment.50
errorParameter dataFlavor should be final.50
errorParameter dataSource should be final.50
errorAvoid inline conditionals.51
errorMissing a Javadoc comment.54
errorParameter ds should be final.54
errorMissing a Javadoc comment.63
errorParameter obj should be final.63
errorParameter mimeType should be final.63
errorParameter os should be final.63
errorLine is longer than 120 characters.78

org/apache/geronimo/activation/handlers/TextHtmlHandler.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUnused import - java.awt.datatransfer.DataFlavor.19
errorMissing a Javadoc comment.27

org/apache/geronimo/activation/handlers/MultipartHandler.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.43
errorParameter df should be final.43
errorParameter ds should be final.43
errorAvoid inline conditionals.44
errorMissing a Javadoc comment.47
errorParameter ds should be final.47
errorMissing a Javadoc comment.55
errorParameter obj should be final.55
errorParameter mimeType should be final.55
errorParameter os should be final.55

org/apache/geronimo/activation/handlers/TextXmlHandler.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUnused import - java.awt.datatransfer.DataFlavor.19
errorMissing a Javadoc comment.27

org/apache/geronimo/activation/handlers/ImageGifHandler.java

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

org/apache/geronimo/activation/handlers/ImageJpegHandler.java

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

org/apache/geronimo/activation/handlers/TextPlainHandler.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUnused import - java.awt.datatransfer.DataFlavor.19
errorMissing a Javadoc comment.27

org/apache/geronimo/activation/handlers/AbstractTextHandler.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.35
errorParameter flavour should be final.35
errorMissing a Javadoc comment.39
errorLine is longer than 120 characters.43
errorMissing a Javadoc comment.43
errorParameter dataFlavor should be final.43
errorParameter dataSource should be final.43
errorAvoid inline conditionals.44
errorMissing a Javadoc comment.47
errorParameter ds should be final.47
error'1024' is a magic number.50
error'32768' is a magic number.51
errorMissing a Javadoc comment.59
errorParameter o should be final.59
errorParameter mimeType should be final.59
errorParameter os should be final.59