Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
5 0 0 35

Rules

Rules Violations Severity
LeftCurly
  • option : "eol"
0 error Error
LineLength
  • max : "180"
  • ignorePattern : "@version|@see"
2 error Error
MemberName 0 error Error
JavadocType
  • scope : "protected"
4 error Error
ConstantName 0 error Error
LocalFinalVariableName 0 error Error
LocalVariableName 0 error Error
MethodName 0 error Error
PackageName 0 error Error
ParameterName 0 error Error
StaticVariableName 0 error Error
TypeName 0 error Error
AvoidStarImport 0 error Error
IllegalImport 0 error Error
RedundantImport 0 error Error
UnusedImports 0 error Error
FileLength 0 error Error
MethodLength 0 error Error
ParameterNumber 0 error Error
EmptyForIteratorPad 0 error Error
OperatorWrap 0 error Error
ParenPad
  • option : "space"
0 error Error
TabCharacter 0 error Error
WhitespaceAfter
  • tokens : "COMMA, SEMI, TYPECAST"
0 error Error
WhitespaceAround
  • 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"
3 error Error
ModifierOrder 0 error Error
RedundantModifier 0 error Error
AvoidNestedBlocks 0 error Error
NeedBraces 0 error Error
AvoidInlineConditionals 0 error Error
DoubleCheckedLocking 0 error Error
EmptyStatement 0 error Error
EqualsHashCode 0 error Error
HiddenField 7 error Error
IllegalInstantiation 0 error Error
InnerAssignment 0 error Error
MagicNumber 0 error Error
MissingSwitchDefault 0 error Error
RedundantThrows 0 error Error
SimplifyBooleanExpression 0 error Error
SimplifyBooleanReturn 0 error Error
FinalClass 1 error Error
HideUtilityClassConstructor 0 error Error
InterfaceIsType 0 error Error
VisibilityModifier 18 error Error
GenericIllegalRegexp
  • message : "Line has trailing spaces."
  • format : "\s+$"
0 error Error
UpperEll 0 error Error
ArrayTypeStyle 0 error Error
TrailingComment 0 error Error
BooleanExpressionComplexity 0 error Error
ClassDataAbstractionCoupling 0 error Error
CyclomaticComplexity 0 error Error
NPathComplexity 0 error Error
JavaNCSS 0 error Error
Indentation
  • caseIndent : "2"
  • basicOffset : "2"
0 error Error

Details

eu/cedarsoft/devtools/guice/GuiceIntegration.java

Violation Message Line
error '}' is not preceded with whitespace. 28
error Variable 'injector' must be private and have accessor methods. 31
error Line is longer than 180 characters. 34
error Missing a Javadoc comment. 75
error 'applicationName' hides a field. 81

eu/cedarsoft/devtools/MessageHandler.java

Violation Message Line
error Class MessageHandler should be declared as final. 13
error '}' is not preceded with whitespace. 27

eu/cedarsoft/devtools/guice/MavenModule.java

Violation Message Line
error Missing a Javadoc comment. 82
error Line is longer than 180 characters. 93
error 'configuration' hides a field. 93
error 'directorySupport' hides a field. 93
error 'injector' hides a field. 93
error 'mavenSettings' hides a field. 93
error Missing a Javadoc comment. 125
error 'defaultValueProvider' hides a field. 130

eu/cedarsoft/devtools/guice/DevToolsModule.java

Violation Message Line
error '}' is not preceded with whitespace. 29
error Variable 'addEmptySiteDescriptorModule' must be private and have accessor methods. 34
error Variable 'mavenProjectCreationModule' must be private and have accessor methods. 36
error Variable 'createIdeaProjectModule' must be private and have accessor methods. 38
error Variable 'installModule' must be private and have accessor methods. 40
error Variable 'fastInstallModule' must be private and have accessor methods. 42
error Variable 'assemblyModule' must be private and have accessor methods. 44
error Variable 'assemblyAttachedModule' must be private and have accessor methods. 46
error Variable 'installFileToRepository' must be private and have accessor methods. 48
error Variable 'installFileToRemoteRepository' must be private and have accessor methods. 50
error Variable 'createMavenDirectoryStructureModule' must be private and have accessor methods. 52
error Variable 'subversionImportModule' must be private and have accessor methods. 54
error Variable 'listRepositoryEntries' must be private and have accessor methods. 56
error Variable 'switchToNewUrlModule' must be private and have accessor methods. 58
error Variable 'addExternalsDefinition' must be private and have accessor methods. 60
error Variable 'editExternalsDefinition' must be private and have accessor methods. 62
error Variable 'ignoreFileModule' must be private and have accessor methods. 64
error Variable 'editIgnoreModule' must be private and have accessor methods. 66

eu/cedarsoft/devtools/guice/SubversionModule.java

Violation Message Line
error Missing a Javadoc comment. 24
error 'defaultValueProvider' hides a field. 29