Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
8 0 0 66

Rules

Rules Violations Severity
JavadocPackage
  • allowLegacy: "true"
1 Errors Error
NewlineAtEndOfFile 7 Errors Error
Translation 0 Errors Error
FileLength 0 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
2 Errors Error
JavadocMethod 20 Errors Error
JavadocType 8 Errors Error
JavadocVariable 7 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
LineLength 2 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
WhitespaceAfter 0 Errors Error
WhitespaceAround 0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 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 3 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 13 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 0 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 3 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

com/nikirocks/customscope/BasketScope.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 9
Errors Line is longer than 80 characters. 10
Errors Missing a Javadoc comment. 10
Errors Method 'getConversationId' is not designed for extension - needs to be abstract, final or empty. 12
Errors Missing a Javadoc comment. 12
Errors Method 'get' is not designed for extension - needs to be abstract, final or empty. 16
Errors Missing a Javadoc comment. 16
Errors Method 'remove' is not designed for extension - needs to be abstract, final or empty. 25
Errors Missing a Javadoc comment. 25
Errors Missing a Javadoc comment. 29

com/nikirocks/customscope/BasketingService.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing package-info.java file. 0
Errors Missing a Javadoc comment. 5
Errors Missing a Javadoc comment. 6
Errors Missing a Javadoc comment. 7
Errors Method 'setBasket' is not designed for extension - needs to be abstract, final or empty. 9
Errors Missing a Javadoc comment. 9
Errors Parameter basket should be final. 9
Errors 'basket' hides a field. 9
Errors Method 'getBasket' is not designed for extension - needs to be abstract, final or empty. 13
Errors Missing a Javadoc comment. 13
Errors Line has trailing spaces. 19
Errors Method 'addToBasket' is not designed for extension - needs to be abstract, final or empty. 24
Errors Missing a Javadoc comment. 24
Errors Line has trailing spaces. 30
Errors Method 'commit' is not designed for extension - needs to be abstract, final or empty. 33
Errors Missing a Javadoc comment. 33

com/nikirocks/customscope/DestroyScope.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 8
Errors Missing a Javadoc comment. 11
Errors Line is longer than 80 characters. 13
Errors Method 'doDestroy' is not designed for extension - needs to be abstract, final or empty. 13
Errors Missing a Javadoc comment. 13

com/nikirocks/customscope/IBasketingService.java

Violation Message Line
Errors Missing a Javadoc comment. 3
Errors Missing a Javadoc comment. 5
Errors Missing a Javadoc comment. 7
Errors Missing a Javadoc comment. 10

com/nikirocks/customscope/ITradeBasket.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 5
Errors Missing a Javadoc comment. 6
Errors Missing a Javadoc comment. 8

com/nikirocks/customscope/ScopeEnd.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 3

com/nikirocks/customscope/Trade.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 3
Errors Missing a Javadoc comment. 4
Errors Missing a Javadoc comment. 6
Errors Parameter id should be final. 6
Errors 'id' hides a field. 6
Errors Method 'getId' is not designed for extension - needs to be abstract, final or empty. 10
Errors Missing a Javadoc comment. 10
Errors Method 'setId' is not designed for extension - needs to be abstract, final or empty. 14
Errors Missing a Javadoc comment. 14
Errors Parameter id should be final. 14
Errors 'id' hides a field. 14
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 18

com/nikirocks/customscope/TradeBasketImpl.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 9
Errors Missing a Javadoc comment. 11
Errors Missing a Javadoc comment. 12
Errors Missing a Javadoc comment. 14
Errors Method 'getTrades' is not designed for extension - needs to be abstract, final or empty. 18
Errors Missing a Javadoc comment. 18
Errors Method 'add' is not designed for extension - needs to be abstract, final or empty. 22
Errors Missing a Javadoc comment. 22