The following document contains the results of Checkstylerss feed

Summary

Files Infos  Warnings  Errors 
4 0 0 59

Rules

Rules Violations Severity
JavadocPackage
  • allowLegacy: "true"
1  Error
NewlineAtEndOfFile 2  Error
Translation 0  Error
FileLength 0  Error
FileTabCharacter
  • eachLine: "true"
0  Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
3  Error
JavadocMethod 3  Error
JavadocType 0  Error
JavadocVariable 9  Error
JavadocStyle 0  Error
ConstantName 0  Error
LocalFinalVariableName 0  Error
LocalVariableName 0  Error
MemberName 0  Error
MethodName 0  Error
PackageName 0  Error
ParameterName 0  Error
StaticVariableName 0  Error
TypeName 0  Error
AvoidStarImport 0  Error
IllegalImport 0  Error
RedundantImport 0  Error
UnusedImports 0  Error
LineLength 15  Error
MethodLength 0  Error
ParameterNumber 0  Error
EmptyForIteratorPad 0  Error
MethodParamPad 0  Error
NoWhitespaceAfter 0  Error
NoWhitespaceBefore 0  Error
OperatorWrap 0  Error
ParenPad 0  Error
TypecastParenPad 0  Error
WhitespaceAfter 0  Error
WhitespaceAround 1  Error
ModifierOrder 0  Error
RedundantModifier 0  Error
AvoidNestedBlocks 0  Error
EmptyBlock 1  Error
LeftCurly 6  Error
NeedBraces 0  Error
RightCurly 0  Error
AvoidInlineConditionals 0  Error
EmptyStatement 0  Error
EqualsHashCode 0  Error
HiddenField 3  Error
IllegalInstantiation 0  Error
InnerAssignment 0  Error
MagicNumber 0  Error
MissingSwitchDefault 0  Error
RedundantThrows 0  Error
SimplifyBooleanExpression 0  Error
SimplifyBooleanReturn 0  Error
DesignForExtension 12  Error
FinalClass 0  Error
HideUtilityClassConstructor 0  Error
InterfaceIsType 0  Error
VisibilityModifier 0  Error
ArrayTypeStyle 0  Error
FinalParameters 3  Error
TodoComment 0  Error
UpperEll 0  Error

Details

nc/adriens/schemacrawler/plugin/neo4j/AdditionalCommandProvider.java

Violation Message Line
Missing package-info.java file. 0
'{' should be on the previous line. 15
Method 'configureNewExecutable' is not designed for extension - needs to be abstract, final or empty. 17
Line is longer than 80 characters (found 91). 18
'{' should be on the previous line. 20
'{' should be on the previous line. 23
'{' should be on the previous line. 27
Method 'getCommand' is not designed for extension - needs to be abstract, final or empty. 33
'{' should be on the previous line. 35
Method 'getHelpResource' is not designed for extension - needs to be abstract, final or empty. 39
'{' should be on the previous line. 41

nc/adriens/schemacrawler/plugin/neo4j/AdditionalExecutable.java

Violation Message Line
Line is longer than 80 characters (found 83). 8
Line is longer than 80 characters (found 181). 10
Line is longer than 80 characters (found 195). 12
Missing a Javadoc comment. 46
Missing a Javadoc comment. 48
Missing a Javadoc comment. 49
Missing a Javadoc comment. 50
Missing a Javadoc comment. 52
Method 'init' is not designed for extension - needs to be abstract, final or empty. 56
Missing a Javadoc comment. 56
Method 'feedTables' is not designed for extension - needs to be abstract, final or empty. 67
Missing a Javadoc comment. 67
Line has trailing spaces. 75
Line is longer than 80 characters (found 82). 80
Line is longer than 80 characters (found 82). 81
Line is longer than 80 characters (found 85). 86
Line is longer than 80 characters (found 93). 87
Line is longer than 80 characters (found 88). 88
Line has trailing spaces. 89
Line is longer than 80 characters (found 136). 91
Line has trailing spaces. 92
Line is longer than 80 characters (found 94). 95
Line is longer than 80 characters (found 95). 96
Line is longer than 80 characters (found 135). 99
Method 'executeOn' is not designed for extension - needs to be abstract, final or empty. 108
Line is longer than 80 characters (found 96). 111
Line is longer than 80 characters (found 87). 112
Must have at least one statement. 116
Method 'getOutputDir' is not designed for extension - needs to be abstract, final or empty. 133
Method 'setOutputDir' is not designed for extension - needs to be abstract, final or empty. 140
Parameter outputDir should be final. 140
'outputDir' hides a field. 140
Method 'getDbFactory' is not designed for extension - needs to be abstract, final or empty. 147
Method 'setDbFactory' is not designed for extension - needs to be abstract, final or empty. 154
Parameter dbFactory should be final. 154
'dbFactory' hides a field. 154
Method 'getDbService' is not designed for extension - needs to be abstract, final or empty. 161
Method 'setDbService' is not designed for extension - needs to be abstract, final or empty. 168
Parameter dbService should be final. 168
'dbService' hides a field. 168

nc/adriens/schemacrawler/plugin/neo4j/DatabaseNodeType.java

Violation Message Line
File does not end with a newline. 0
'{' is not preceded with whitespace. 14
Missing a Javadoc comment. 15
Missing a Javadoc comment. 15
Missing a Javadoc comment. 15

nc/adriens/schemacrawler/plugin/neo4j/SchemaRelationShips.java

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

Back to top

Reflow Maven skin by Andrius Velykis.