Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
18 25 0 11

Rules

Rules Violations Severity
NewlineAtEndOfFile 1 info Info
LeftCurly
  • option: "nl"
0 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"
1 error Error
IllegalImport 0 error Error
RedundantImport 0 error Error
UnusedImports 4 error Error
ImportOrder
  • groups: "be,org"
4 info Info
LineLength
  • max: "120"
1 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"
5 error Error
TypecastParenPad 0 error Error
TabCharacter 6 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"
2 info Info
TabCharacter 6 info Info
RedundantModifier 11 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 1 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/TestExceptionCodes.java

Violation Message Line
error interfaces should describe a type and hence have methods. 32
info Redundant 'public' modifier. 34
info Redundant 'public' modifier. 35
info Redundant 'public' modifier. 36
info Redundant 'public' modifier. 37
info Redundant 'public' modifier. 38
info Redundant 'public' modifier. 39
info Redundant 'public' modifier. 40
info Redundant 'public' modifier. 42
info Redundant 'public' modifier. 43
info Redundant 'public' modifier. 44
info Redundant 'public' modifier. 46

org/equanda/test/validator/OtherChoices.java

Violation Message Line
info Wrong order for 'java.util.ArrayList' import. 30

org/equanda/test/dm/server/ActionMediator.java

Violation Message Line
info '{' is not followed by whitespace. 75
info '}' is not preceded with whitespace. 75

org/equanda/test/dm/server/VehicleWithWingsMediator.java

Violation Message Line
info Line contains a tab character. 49
info Line contains a tab character. 50
info Line contains a tab character. 51
error '(' is not followed by whitespace. 51
error ')' is not preceded with whitespace. 51
info Line contains a tab character. 52
info Line contains a tab character. 53
error '(' is not followed by whitespace. 53
error ')' is not preceded with whitespace. 53
info Line contains a tab character. 54

org/equanda/test/dm/server/LinkableMediator.java

Violation Message Line
error Line does not match expected header line of '/**'. 1
info Wrong order for 'org.equanda.persistence.EquandaConstraintViolation' import. 4

org/equanda/test/validator/DefaultSample.java

Violation Message Line
info File does not end with a newline. 0

org/equanda/test/dm/server/AutoFieldsMediator.java

Violation Message Line
error ')' is not preceded with whitespace. 63

org/equanda/test/dm/server/EquandaRoleMediator.java

Violation Message Line
info Wrong order for 'org.equanda.test.TestExceptionCodes' import. 29
error Unused import - org.equanda.validation.EditableRights. 30
error Unused import - org.equanda.validation.RunnableRights. 31
error Unused import - java.util.Collection. 33
info Wrong order for 'java.util.ArrayList' import. 34
error Unused import - java.util.ArrayList. 34
info Line is longer than 120 characters. 61