Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
5 3 0 10

Rules

Rules Violations Severity
NewlineAtEndOfFile 1 info Info
LeftCurly
  • option: "nl"
1 info Info
RightCurly
  • option: "alone"
0 info Info
AvoidNestedBlocks 0 error Error
JavadocMethod
  • excludeScope: "private"
0 error Error
ConstantName
  • format: "^(([A-Z][A-Z0-9]*(_[A-Z0-9]+)*)|log)$"
0 error Error
LocalFinalVariableName 0 error Error
LocalVariableName 0 error Error
MemberName 0 error Error
MethodName 0 error Error
PackageName 0 error Error
ParameterName 0 error Error
StaticVariableName
  • format: "^([A-Z][A-Z0-9]*(_[A-Z0-9]+)*)$"
0 error Error
TypeName 0 error Error
Header
  • headerFile: "config/equanda-header.txt"
0 error Error
IllegalImport 0 error Error
RedundantImport 0 error Error
UnusedImports 4 error Error
ImportOrder
  • groups: "be,org"
1 info Info
LineLength
  • max: "120"
0 info Info
FileLength 0 info Info
MethodLength 0 info Info
ParameterNumber 0 info Info
EmptyForInitializerPad
  • option: "space"
0 error Error
EmptyForIteratorPad
  • option: "space"
0 error Error
MethodParamPad 0 error Error
NoWhitespaceAfter
  • tokens: "BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS, GENERIC_START"
0 info Info
NoWhitespaceBefore
  • tokens: "POST_DEC, POST_INC, GENERIC_START, GENERIC_END"
0 info Info
ParenPad
  • option: "space"
2 error Error
TypecastParenPad 0 error Error
TabCharacter 4 error Error
WhitespaceAfter
  • tokens: "COMMA, SEMI, TYPECAST, GENERIC_END"
0 info Info
WhitespaceAround
  • allowEmptyMethods: "true"
  • allowEmptyConstructors: "true"
  • tokens: "ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LCURLY, LE, LITERAL_ASSERT, LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_RETURN, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, RCURLY, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN, TYPE_EXTENSION_AND, WILDCARD_TYPE"
0 info Info
TabCharacter 4 info Info
RedundantModifier 0 info Info
ArrayTrailingComma 0 info Info
CovariantEquals 0 error Error
DoubleCheckedLocking 0 error Error
EmptyStatement 0 error Error
EqualsHashCode 0 error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0 info Info
IllegalInstantiation
  • classes: "java.lang.Boolean"
0 error Error
IllegalToken
  • tokens: "LITERAL_NATIVE"
0 error Error
IllegalTokenText 0 error Error
InnerAssignment 0 warning Warning
MissingSwitchDefault 0 error Error
ModifiedControlVariable 0 error Error
SimplifyBooleanExpression 0 error Error
SimplifyBooleanReturn 0 error Error
StringLiteralEquality 0 error Error
SuperClone 0 error Error
SuperFinalize 0 error Error
PackageDeclaration 0 error Error
JUnitTestCase 0 error Error
ParameterAssignment 0 error Error
ExplicitInitialization 0 info Info
DefaultComesLast 0 error Error
FallThrough 0 error Error
VisibilityModifier
  • protectedAllowed: "true"
0 info Info
FinalClass 0 error Error
InterfaceIsType 0 error Error
HideUtilityClassConstructor 0 error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
0 error Error
UpperEll 0 error Error
ArrayTypeStyle 0 error Error

Details

org/equanda/test/gui/components/Layout.java

Violation Message Line
error '(' is not followed by whitespace. 41
error ')' is not preceded with whitespace. 41
info '{' should be on a new line. 64

org/equanda/test/gui/services/AppModule.java

Violation Message Line
info Wrong order for 'org.apache.tapestry5.Translator' import. 28
error Unused import - org.apache.tapestry5.Translator. 28
error Unused import - org.apache.tapestry5.ioc.Configuration. 29
error Unused import - org.apache.tapestry5.ioc.services.Coercion. 34
error Unused import - org.apache.tapestry5.ioc.services.CoercionTuple. 35

org/equanda/test/gui/pages/Start.java

Violation Message Line
info File does not end with a newline. 0
error Line contains a tab character. 34
error Line contains a tab character. 35
error Line contains a tab character. 36
error Line contains a tab character. 37