Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
6 0 0 29

Rules

Rules Violations Severity
PackageHtml 2 Errors Error
NewlineAtEndOfFile 0 Errors Error
Translation 0 Errors Error
JavadocMethod 3 Errors Error
JavadocType 3 Errors Error
JavadocVariable 0 Errors Error
JavadocStyle 0 Errors Error
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MemberName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
FileLength 0 Errors Error
LineLength 1 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 0 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 0 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
TabCharacter 9 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 2 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly 0 Errors Error
NeedBraces 0 Errors Error
RightCurly 0 Errors Error
AvoidInlineConditionals 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 0 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 2 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 0 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 4 Errors Error
GenericIllegalRegexp
  • message : "Line has trailing spaces."
  • format : "\s+$"
3 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

org/aupa/client/App.java

Violation Message Line
Errors Method 'onModuleLoad' is not designed for extension - needs to be abstract, final or empty. 24
Errors Line has trailing spaces. 30
Errors Line contains a tab character. 36
Errors Parameter result should be final. 36
Errors Line is longer than 80 characters. 37
Errors Line contains a tab character. 37
Errors Parameter caught should be final. 39
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors Parameter sender should be final. 45
Errors Line contains a tab character. 46
Errors Line has trailing spaces. 54

org/aupa/client/Service.java

Violation Message Line
Errors Missing a Javadoc comment. 5
Errors Line contains a tab character. 6
Errors Missing a Javadoc comment. 6
Errors Redundant 'public' modifier. 6

org/aupa/client/ServiceAsync.java

Violation Message Line
Errors Missing a Javadoc comment. 5
Errors Missing a Javadoc comment. 7
Errors Redundant 'public' modifier. 7

org/aupa/client/package.html

Violation Message Line
Errors Missing package documentation file. 0

org/aupa/server/ServiceImpl.java

Violation Message Line
Errors Line has trailing spaces. 4
Errors Missing a Javadoc comment. 6
Errors Line contains a tab character. 7
Errors Method 'myMethode' is not designed for extension - needs to be abstract, final or empty. 7
Errors Missing a Javadoc comment. 7
Errors Parameter msg should be final. 7
Errors Line contains a tab character. 8
Errors Line contains a tab character. 9

org/aupa/server/package.html

Violation Message Line
Errors Missing package documentation file. 0