Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
30034

Rules

RulesViolationsSeverity
PackageHtml1error Error
NewlineAtEndOfFile2error Error
Translation0error Error
JavadocMethod4error Error
JavadocType0error Error
JavadocVariable0error Error
JavadocStyle0error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
LineLength10error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
MethodParamPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter1error Error
WhitespaceAround0error Error
ModifierOrder1error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly10error Error
NeedBraces0error Error
RightCurly0error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
DesignForExtension3error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
ArrayTypeStyle0error Error
FinalParameters2error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
0error Error
TodoComment0error Error
UpperEll0error Error

Details

org/andromda/cartridges/java/metafacades/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/andromda/cartridges/java/metafacades/JavaClassLogicImpl.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine is longer than 80 characters.10
error'{' should be on the previous line.16
errorMissing a Javadoc comment.17
errorParameter metaObject should be final.18
errorParameter context should be final.19
error'{' should be on the previous line.20
errorLine is longer than 80 characters.25
errorExpected an @return tag.27
errorMethod 'handleGetInterfaceImplementationName' is not designed for extension - needs to be abstract, final or empty.27
error'{' should be on the previous line.28
errorLine is longer than 80 characters.35
error'{' should be on the previous line.40
errorLine is longer than 80 characters.41
errorLine is longer than 80 characters.45
errorExpected an @return tag.47
errorMethod 'handleGetFullyQualifiedInterfaceImplementationName' is not designed for extension - needs to be abstract, final or empty.47
error'{' should be on the previous line.48
error'{' should be on the previous line.52
errorLine is longer than 80 characters.55
errorLine is longer than 80 characters.59
errorExpected an @return tag.61
errorMethod 'handleIsAbstractInterfaceImplementation' is not designed for extension - needs to be abstract, final or empty.61
error'{' should be on the previous line.62
error'{' should be on the previous line.65
errorLine is longer than 80 characters.66
errorLine is longer than 80 characters.68
error'cast' is not followed by whitespace.68
error'{' should be on the previous line.71

org/andromda/cartridges/java/metafacades/JavaGlobals.java

ViolationMessageLine
errorFile does not end with a newline.0
error'{' should be on the previous line.9
errorLine is longer than 80 characters.13
error'public' modifier out of order with the JLS suggestions.13