The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly | 2 | Error |
coding | EmptyStatement | 2 | Error |
HiddenField | 26 | Error | |
MagicNumber | 3 | Error | |
SimplifyBooleanExpression | 6 | Error | |
design | DesignForExtension | 101 | Error |
FinalClass | 2 | Error | |
HideUtilityClassConstructor | 1 | Error | |
VisibilityModifier | 9 | Error | |
imports | UnusedImports | 5 | Error |
javadoc | JavadocMethod | 58 | Error |
JavadocPackage | 4 | Error | |
JavadocStyle | 5 | Error | |
JavadocType | 9 | Error | |
JavadocVariable | 68 | Error | |
misc | FinalParameters | 97 | Error |
NewlineAtEndOfFile | 1 | Error | |
modifier | ModifierOrder | 3 | Error |
naming | ConstantName | 10 | Error |
StaticVariableName | 2 | Error | |
regexp | RegexpSingleline
|
26 | Error |
sizes | LineLength | 118 | Error |
whitespace | OperatorWrap | 12 | Error |
ParenPad | 69 | Error | |
WhitespaceAfter | 5 | Error | |
WhitespaceAround | 47 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - javax.annotation.Nullable. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | naming | ConstantName | Name 'getVertexLongIdStatementTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | naming | ConstantName | Name 'getVertexStringIdStatementTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | naming | ConstantName | Name 'getVerticesLabelIdStatementTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 61 |
Error | naming | ConstantName | Name 'createVertexStatementTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 61 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 61 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 62 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 62 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 63 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 66 |
Error | naming | ConstantName | Name 'mergeVertexStatementTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 66 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 66 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 66 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 67 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 67 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 68 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 71 |
Error | naming | ConstantName | Name 'createEdgeStatementTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 71 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 71 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 71 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 72 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 72 |
Error | design | DesignForExtension | Method 'getVertexRequest' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | misc | FinalParameters | Parameter streamsId should be final. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 80 |
Error | design | DesignForExtension | Method 'getVertexRequest' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | misc | FinalParameters | Parameter vertexId should be final. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 110 |
Error | design | DesignForExtension | Method 'createVertexRequest' is not designed for extension - needs to be abstract, final or empty. | 110 |
Error | misc | FinalParameters | Parameter activityObject should be final. | 110 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 120 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 130 |
Error | design | DesignForExtension | Method 'getVerticesRequest' is not designed for extension - needs to be abstract, final or empty. | 142 |
Error | misc | FinalParameters | Parameter labelId should be final. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 158 |
Error | design | DesignForExtension | Method 'mergeVertexRequest' is not designed for extension - needs to be abstract, final or empty. | 158 |
Error | misc | FinalParameters | Parameter activityObject should be final. | 158 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 169 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 191 |
Error | design | DesignForExtension | Method 'createActorObjectEdge' is not designed for extension - needs to be abstract, final or empty. | 191 |
Error | misc | FinalParameters | Parameter activity should be final. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 222 |
Error | design | DesignForExtension | Method 'createActorTargetEdge' is not designed for extension - needs to be abstract, final or empty. | 222 |
Error | misc | FinalParameters | Parameter activity should be final. | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 253 |
Error | misc | FinalParameters | Parameter map should be final. | 253 |
Error | misc | FinalParameters | Parameter symbol should be final. | 253 |
Error | javadoc | JavadocMethod | Expected @param tag for 'symbol'. | 253 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 255 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 255 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 256 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 256 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 256 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 258 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 269 |
Error | misc | FinalParameters | Parameter map should be final. | 269 |
Error | misc | FinalParameters | Parameter symbol should be final. | 269 |
Error | javadoc | JavadocMethod | Expected @param tag for 'symbol'. | 269 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 271 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 271 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 272 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 272 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 272 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 273 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 274 |
Error | misc | FinalParameters | Parameter map should be final. | 285 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 289 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 289 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 290 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 290 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 290 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 292 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 292 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 292 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 300 |
Error | misc | FinalParameters | Parameter map should be final. | 300 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 304 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 304 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 305 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 305 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 305 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 307 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 308 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 308 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 308 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 317 |
Error | misc | FinalParameters | Parameter map should be final. | 317 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 321 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 321 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 322 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 322 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 322 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 324 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 324 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 325 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 325 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 325 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 326 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 326 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 326 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 327 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 327 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 327 |
Error | misc | FinalParameters | Parameter activityObject should be final. | 341 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 343 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 343 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 344 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 344 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 345 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 345 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | DesignForExtension | Method 'getColumns' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | design | DesignForExtension | Method 'setColumns' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | misc | FinalParameters | Parameter columns should be final. | 64 |
Error | coding | HiddenField | 'columns' hides a field. | 64 |
Error | design | DesignForExtension | Method 'withColumns' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | misc | FinalParameters | Parameter columns should be final. | 68 |
Error | coding | HiddenField | 'columns' hides a field. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | design | DesignForExtension | Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | design | DesignForExtension | Method 'setData' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | misc | FinalParameters | Parameter data should be final. | 91 |
Error | coding | HiddenField | 'data' hides a field. | 91 |
Error | design | DesignForExtension | Method 'withData' is not designed for extension - needs to be abstract, final or empty. | 95 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Error | misc | FinalParameters | Parameter data should be final. | 95 |
Error | coding | HiddenField | 'data' hides a field. | 95 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 105 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
Error | misc | FinalParameters | Parameter name should be final. | 113 |
Error | misc | FinalParameters | Parameter value should be final. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 117 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 117 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
Error | misc | FinalParameters | Parameter name should be final. | 117 |
Error | misc | FinalParameters | Parameter value should be final. | 117 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 124 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 127 |
Error | misc | FinalParameters | Parameter other should be final. | 128 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 136 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 21 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter name should be final. | 36 |
Error | misc | FinalParameters | Parameter value should be final. | 36 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter name should be final. | 40 |
Error | misc | FinalParameters | Parameter value should be final. | 40 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | misc | FinalParameters | Parameter other should be final. | 51 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | design | DesignForExtension | Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | design | DesignForExtension | Method 'setData' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | misc | FinalParameters | Parameter data should be final. | 51 |
Error | coding | HiddenField | 'data' hides a field. | 51 |
Error | design | DesignForExtension | Method 'withData' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | misc | FinalParameters | Parameter data should be final. | 55 |
Error | coding | HiddenField | 'data' hides a field. | 55 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Error | misc | FinalParameters | Parameter name should be final. | 73 |
Error | misc | FinalParameters | Parameter value should be final. | 73 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Error | misc | FinalParameters | Parameter name should be final. | 77 |
Error | misc | FinalParameters | Parameter value should be final. | 77 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 84 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | misc | FinalParameters | Parameter other should be final. | 88 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 96 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 22 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | design | DesignForExtension | Method 'getScheme' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | design | DesignForExtension | Method 'setScheme' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | misc | FinalParameters | Parameter scheme should be final. | 71 |
Error | coding | HiddenField | 'scheme' hides a field. | 71 |
Error | design | DesignForExtension | Method 'withScheme' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | misc | FinalParameters | Parameter scheme should be final. | 75 |
Error | coding | HiddenField | 'scheme' hides a field. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | design | DesignForExtension | Method 'getHosts' is not designed for extension - needs to be abstract, final or empty. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | design | DesignForExtension | Method 'setHosts' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | misc | FinalParameters | Parameter hosts should be final. | 98 |
Error | coding | HiddenField | 'hosts' hides a field. | 98 |
Error | design | DesignForExtension | Method 'withHosts' is not designed for extension - needs to be abstract, final or empty. | 102 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Error | misc | FinalParameters | Parameter hosts should be final. | 102 |
Error | coding | HiddenField | 'hosts' hides a field. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | design | DesignForExtension | Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | design | DesignForExtension | Method 'setPort' is not designed for extension - needs to be abstract, final or empty. | 123 |
Error | misc | FinalParameters | Parameter port should be final. | 125 |
Error | coding | HiddenField | 'port' hides a field. | 125 |
Error | design | DesignForExtension | Method 'withPort' is not designed for extension - needs to be abstract, final or empty. | 129 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
Error | misc | FinalParameters | Parameter port should be final. | 129 |
Error | coding | HiddenField | 'port' hides a field. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | design | DesignForExtension | Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 139 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | design | DesignForExtension | Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. | 150 |
Error | misc | FinalParameters | Parameter username should be final. | 152 |
Error | coding | HiddenField | 'username' hides a field. | 152 |
Error | design | DesignForExtension | Method 'withUsername' is not designed for extension - needs to be abstract, final or empty. | 156 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
Error | misc | FinalParameters | Parameter username should be final. | 156 |
Error | coding | HiddenField | 'username' hides a field. | 156 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 162 |
Error | design | DesignForExtension | Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 166 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | design | DesignForExtension | Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 177 |
Error | misc | FinalParameters | Parameter password should be final. | 179 |
Error | coding | HiddenField | 'password' hides a field. | 179 |
Error | design | DesignForExtension | Method 'withPassword' is not designed for extension - needs to be abstract, final or empty. | 183 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
Error | misc | FinalParameters | Parameter password should be final. | 183 |
Error | coding | HiddenField | 'password' hides a field. | 183 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 188 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 193 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 199 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
Error | misc | FinalParameters | Parameter name should be final. | 201 |
Error | misc | FinalParameters | Parameter value should be final. | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 205 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 205 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 205 |
Error | misc | FinalParameters | Parameter name should be final. | 205 |
Error | misc | FinalParameters | Parameter value should be final. | 205 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 212 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 215 |
Error | misc | FinalParameters | Parameter other should be final. | 216 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 238). | 224 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter entry should be final. | 54 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 71 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 83 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 98 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 98 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 113 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
Error | misc | FinalParameters | Parameter activity should be final. | 113 |
Error | coding | EmptyStatement | Empty statement. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 137 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
Error | misc | FinalParameters | Parameter activity should be final. | 137 |
Error | coding | EmptyStatement | Empty statement. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 162 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
Error | misc | FinalParameters | Parameter activityObject should be final. | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 163 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 21 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | design | DesignForExtension | Method 'getQuery' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | design | DesignForExtension | Method 'setQuery' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | misc | FinalParameters | Parameter query should be final. | 70 |
Error | coding | HiddenField | 'query' hides a field. | 70 |
Error | design | DesignForExtension | Method 'withQuery' is not designed for extension - needs to be abstract, final or empty. | 74 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Error | misc | FinalParameters | Parameter query should be final. | 74 |
Error | coding | HiddenField | 'query' hides a field. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | design | DesignForExtension | Method 'getParams' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | design | DesignForExtension | Method 'setParams' is not designed for extension - needs to be abstract, final or empty. | 95 |
Error | misc | FinalParameters | Parameter params should be final. | 97 |
Error | coding | HiddenField | 'params' hides a field. | 97 |
Error | design | DesignForExtension | Method 'withParams' is not designed for extension - needs to be abstract, final or empty. | 101 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Error | misc | FinalParameters | Parameter params should be final. | 101 |
Error | coding | HiddenField | 'params' hides a field. | 101 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 117 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
Error | misc | FinalParameters | Parameter name should be final. | 119 |
Error | misc | FinalParameters | Parameter value should be final. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 123 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 123 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
Error | misc | FinalParameters | Parameter name should be final. | 123 |
Error | misc | FinalParameters | Parameter value should be final. | 123 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 130 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 133 |
Error | misc | FinalParameters | Parameter other should be final. | 134 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 142 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 21 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 23 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter name should be final. | 36 |
Error | misc | FinalParameters | Parameter value should be final. | 36 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter name should be final. | 40 |
Error | misc | FinalParameters | Parameter value should be final. | 40 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | misc | FinalParameters | Parameter other should be final. | 51 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - com.google.common.base.Preconditions. | 23 |
Error | design | FinalClass | Class Neo4jBoltClient should be declared as final. | 39 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter neo4jConfiguration should be final. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | naming | StaticVariableName | Name 'INSTANCE_MAP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | misc | FinalParameters | Parameter neo4jConfiguration should be final. | 60 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 61 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 61 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 62 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 67 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 67 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 84 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 84 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 85 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 85 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 85 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 88 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 88 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 91 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 75 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 84 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
Error | design | VisibilityModifier | Variable 'statementResult' must be private and have accessor methods. | 91 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 103 |
Error | misc | FinalParameters | Parameter config should be final. | 106 |
Error | coding | HiddenField | 'config' hides a field. | 106 |
Error | misc | FinalParameters | Parameter persistQueue should be final. | 114 |
Error | coding | HiddenField | 'persistQueue' hides a field. | 114 |
Error | design | DesignForExtension | Method 'setPersistQueue' is not designed for extension - needs to be abstract, final or empty. | 119 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
Error | misc | FinalParameters | Parameter persistQueue should be final. | 119 |
Error | coding | HiddenField | 'persistQueue' hides a field. | 119 |
Error | design | DesignForExtension | Method 'getPersistQueue' is not designed for extension - needs to be abstract, final or empty. | 123 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 130 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 135 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 136 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 137 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 137 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 137 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 147 |
Error | design | DesignForExtension | Method 'buildDatum' is not designed for extension - needs to be abstract, final or empty. | 152 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
Error | misc | FinalParameters | Parameter record should be final. | 152 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 155 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 155 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 157 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 158 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 161 |
Error | design | DesignForExtension | Method 'readAll' is not designed for extension - needs to be abstract, final or empty. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 180 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 182 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 182 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 185 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 185 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 190 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 193 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 193 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 193 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 204 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 219 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 236 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 236 |
Error | misc | FinalParameters | Parameter entry should be final. | 236 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 250 |
Error | misc | FinalParameters | Parameter sequence should be final. | 251 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 255 |
Error | misc | FinalParameters | Parameter start should be final. | 256 |
Error | misc | FinalParameters | Parameter end should be final. | 256 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 260 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 266 |
Error | coding | MagicNumber | '10000' is a magic number. | 266 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 269 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 273 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 275 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 277 |
Error | misc | FinalParameters | Parameter reader should be final. | 277 |
Error | coding | HiddenField | 'reader' hides a field. | 277 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 281 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 287 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 287 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 287 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 297 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 297 |
Error | design | VisibilityModifier | Variable 'neo4jObjectNodeFunction' must be private and have accessor methods. | 297 |
Error | misc | FinalParameters | Parameter value should be final. | 301 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 311 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 320 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter config should be final. | 51 |
Error | coding | HiddenField | 'config' hides a field. | 51 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 62 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | misc | FinalParameters | Parameter entry should be final. | 72 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 80 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 80 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 81 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 81 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 81 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 85 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 85 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 85 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 88 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 88 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 88 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | design | FinalClass | Class Neo4jHttpClient should be declared as final. | 33 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter neo4jConfiguration should be final. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | naming | StaticVariableName | Name 'INSTANCE_MAP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter neo4jConfiguration should be final. | 54 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 55 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 55 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 56 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 61 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 61 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 61 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | naming | ConstantName | Name 'statementKey' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | naming | ConstantName | Name 'queryKey' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | naming | ConstantName | Name 'paramsKey' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | naming | ConstantName | Name 'propsKey' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 53 |
Error | design | DesignForExtension | Method 'readData' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | misc | FinalParameters | Parameter queryPlusParameters should be final. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 64 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 64 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 80 |
Error | design | DesignForExtension | Method 'writeData' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | misc | FinalParameters | Parameter queryPlusParameters should be final. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 91 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 91 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 79 |
Error | misc | FinalParameters | Parameter configuration should be final. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 180). | 87 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 87 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 95 |
Error | design | DesignForExtension | Method 'prepareHttpRequest' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | misc | FinalParameters | Parameter uri should be final. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 120 |
Error | design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 125 |
Error | misc | FinalParameters | Parameter jsonNode should be final. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 132 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 142 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 151 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 156 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 157 |
Error | design | DesignForExtension | Method 'readAll' is not designed for extension - needs to be abstract, final or empty. | 169 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 76 |
Error | misc | FinalParameters | Parameter configuration should be final. | 83 |
Error | coding | HiddenField | 'configuration' hides a field. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 190). | 84 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 |
Error | design | DesignForExtension | Method 'preparePayload' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | misc | FinalParameters | Parameter entry should be final. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 92 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 97 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 97 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 97 |
Error | design | DesignForExtension | Method 'executePost' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | misc | FinalParameters | Parameter httpPost should be final. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 119 |
Error | coding | MagicNumber | '200' is a magic number. | 119 |
Error | coding | MagicNumber | '201' is a magic number. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 123 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 138 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 141 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 151 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 152 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 164 |