Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
372 0 0 49

Rules

Rules Violations Severity
Translation 0 error Error
ConstantName 1 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 0 error Error
TypeName 0 error Error
AvoidStarImport
  • excludes : "java.io,java.util,java.net,java.nio,java.nio.channels,java.lang.reflect,org.w3c.dom,org.xml.sax,java.awt,javax.swing,junit.framework"
0 error Error
IllegalImport 0 error Error
RedundantImport 0 error Error
UnusedImports 5 error Error
ImportOrder
  • ordered : "true"
  • groups : "java,javax,org.w3c,org.xml,w3c"
0 error Error
AnonInnerLength
  • max : "40"
0 error Error
ExecutableStatementCount
  • max : "50"
0 error Error
FileLength 0 error Error
LineLength
  • max : "120"
0 error Error
MethodLength
  • max : "150"
  • countEmpty : "false"
0 error Error
ParameterNumber
  • max : "7"
0 error Error
EmptyForIteratorPad 0 error Error
EmptyForInitializerPad 0 error Error
MethodParamPad 0 error Error
NoWhitespaceAfter
  • allowLineBreaks : "true"
  • tokens : "ARRAY_INIT,BNOT,DEC,DOT,INC,LNOT,UNARY_MINUS,UNARY_PLUS"
0 error Error
NoWhitespaceBefore 0 error Error
OperatorWrap 4 error Error
ParenPad 1 error Error
TypecastParenPad 0 error Error
WhitespaceAfter
  • tokens : "SEMI"
2 error Error
ModifierOrder 0 error Error
RedundantModifier 0 error Error
AvoidNestedBlocks
  • allowInSwitchCase : "true"
0 error Error
EmptyBlock
  • option : "text"
2 error Error
LeftCurly
  • option : "eol"
0 error Error
RightCurly
  • option : "same"
0 error Error
CovariantEquals 0 error Error
DoubleCheckedLocking 0 error Error
EmptyStatement 0 error Error
EqualsHashCode 0 error Error
HiddenField
  • ignoreConstructorParameter : "true"
  • ignoreSetter : "true"
6 error Error
IllegalInstantiation 0 error Error
InnerAssignment 0 error Error
MissingSwitchDefault 0 error Error
ModifiedControlVariable 0 error Error
SimplifyBooleanExpression 0 error Error
SimplifyBooleanReturn 0 error Error
StringLiteralEquality 0 error Error
NestedIfDepth
  • max : "3"
0 error Error
NestedTryDepth
  • max : "3"
0 error Error
SuperClone 0 error Error
SuperFinalize 0 error Error
IllegalThrows
  • illegalClassNames : "java.lang.Error,java.lang.RuntimeException"
0 error Error
PackageDeclaration 0 error Error
JUnitTestCase 1 error Error
ReturnCount
  • max : "6"
3 error Error
DeclarationOrder 2 error Error
DefaultComesLast 0 error Error
FallThrough 0 error Error
MultipleVariableDeclarations 0 error Error
UnnecessaryParentheses 0 error Error
FinalClass 0 error Error
HideUtilityClassConstructor 0 error Error
InterfaceIsType 0 error Error
MutableException 0 error Error
ThrowsCount
  • max : "5"
0 error Error
VisibilityModifier
  • publicMemberPattern : "resource[12].*"
  • packageAllowed : "true"
  • protectedAllowed : "true"
20 error Error
BooleanExpressionComplexity
  • max : "6"
1 error Error
JavaNCSS
  • methodMaximum : "75"
0 error Error
TodoComment
  • format : "WARNING"
0 error Error
UpperEll 0 error Error
DescendantToken
  • maximumNumber : "0"
  • limitedTokens : "ASSIGN,DEC,INC,POST_DEC,POST_INC,PLUS_ASSIGN,MINUS_ASSIGN,STAR_ASSIGN,DIV_ASSIGN,MOD_ASSIGN,BSR_ASSIGN,SR_ASSIGN,SL_ASSIGN,BAND_ASSIGN,BXOR_ASSIGN,BOR_ASSIGN"
  • tokens : "LITERAL_ASSERT"
0 error Error
TrailingComment 0 error Error
Indentation
  • caseIndent : "0"
1 error Error

Details

org/sourceforge/jemm/JemmServer.java

Violation Message Line
error object def rcurly at indentation level 8 not at correct indentation, [16, 20] 126

org/sourceforge/jemm/util/managed/EnhancedConcurrentHashMap.java

Violation Message Line
error Unused import - java.util.concurrent.ConcurrentHashMap. 9

org/sourceforge/jemm/database/components/types/util/HashedSetBucket.java

Violation Message Line
error ';' is not followed by whitespace. 81
error ';' is not followed by whitespace. 81

org/sourceforge/jemm/database/FieldInfo.java

Violation Message Line
error Variable 'fieldName' must be private and have accessor methods. 30
error Variable 'fieldType' must be private and have accessor methods. 32
error Variable 'className' must be private and have accessor methods. 34

org/sourceforge/jemm/database/components/DefaultDBMapTypeHandler.java

Violation Message Line
error Return count is 13 (max allowed is 6). 218

org/sourceforge/jemm/database/ObjectAccessor.java

Violation Message Line
error Unused import - org.sourceforge.jemm.database.components.types.StoredAtomicIntObject. 9

org/sourceforge/jemm/weaver/transformation/field/FieldClassifier.java

Violation Message Line
error Return count is 7 (max allowed is 6). 92

org/sourceforge/jemm/client/SynchronousLockDecorator.java

Violation Message Line
error Empty catch block. 65
error 'clientId' hides a field. 72
error 'clientId' hides a field. 78

org/sourceforge/jemm/database/FieldType.java

Violation Message Line
error Boolean expression complexity is 8 (max allowed is 6). 116
error ')' is preceded with whitespace. 116
error '||' should be on a new line. 116
error '||' should be on a new line. 117
error '||' should be on a new line. 118
error '||' should be on a new line. 119

org/sourceforge/jemm/database/ObjectState.java

Violation Message Line
error Variable 'jemmId' must be private and have accessor methods. 12
error Variable 'clientVersion' must be private and have accessor methods. 13
error Variable 'fieldValues' must be private and have accessor methods. 14

org/sourceforge/jemm/database/Database.java

Violation Message Line
error Unused import - org.sourceforge.jemm.JEMMInternalException. 3

org/sourceforge/jemm/database/persistent/berkeley/ClassEntry.java

Violation Message Line
error Variable 'classId' must be private and have accessor methods. 14
error Variable 'className' must be private and have accessor methods. 17
error Variable 'info' must be private and have accessor methods. 19

org/sourceforge/jemm/client/ObjectOperationsFacade.java

Violation Message Line
error Name 'clientId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 20

org/sourceforge/jemm/database/persistent/berkeley/proxy/FieldDataProxy.java

Violation Message Line
error Variable 'version' must be private and have accessor methods. 11
error Variable 'value' must be private and have accessor methods. 12

org/sourceforge/jemm/weaver/analysis/DependencyManager.java

Violation Message Line
error 'transforms' hides a field. 78
error 'transforms' hides a field. 139

org/sourceforge/jemm/database/components/DefaultDBListTypeHandler.java

Violation Message Line
error Return count is 13 (max allowed is 6). 229

org/sourceforge/jemm/util/JEMMType.java

Violation Message Line
error Unused import - org.sourceforge.jemm.collections.JemmList. 6
error Unused import - org.sourceforge.jemm.collections.JemmMap. 7

org/sourceforge/jemm/client/shared/WeakSingletonFactory.java

Violation Message Line
error Empty catch block. 144

org/sourceforge/jemm/client/DatabaseAdapter.java

Violation Message Line
error 'clientId' hides a field. 189
error 'clientId' hides a field. 227
error Instance variable definition in wrong order. 253
error Instance variable definition in wrong order. 263

org/sourceforge/jemm/database/ClassInfo.java

Violation Message Line
error Variable 'className' must be private and have accessor methods. 26
error Variable 'isType' must be private and have accessor methods. 29
error Variable 'fields' must be private and have accessor methods. 32

org/sourceforge/jemm/AbstractStore.java

Violation Message Line
error The method 'setup' should be named 'setUp'. 46

org/sourceforge/jemm/database/persistent/berkeley/EnumEntry.java

Violation Message Line
error Variable 'enumId' must be private and have accessor methods. 14
error Variable 'className' must be private and have accessor methods. 17
error Variable 'info' must be private and have accessor methods. 19

org/sourceforge/jemm/database/persistent/berkeley/proxy/FieldInfoProxy.java

Violation Message Line
error Variable 'fieldName' must be private and have accessor methods. 12
error Variable 'fieldType' must be private and have accessor methods. 13
error Variable 'className' must be private and have accessor methods. 14