Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocPackage |
Missing package-info.java file. |
|
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 103). |
39 |
Error |
design |
DesignForExtension |
Class 'StreamsHbaseGenerationConfig' looks like designed for extension (can be subclassed), but the method 'getSourceDirectory' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsHbaseGenerationConfig' final or making the method 'getSourceDirectory' static/final/abstract/empty, or adding allowed annotation for the method. |
41 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
41 |
Error |
design |
DesignForExtension |
Class 'StreamsHbaseGenerationConfig' looks like designed for extension (can be subclassed), but the method 'getSourcePaths' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsHbaseGenerationConfig' final or making the method 'getSourcePaths' static/final/abstract/empty, or adding allowed annotation for the method. |
45 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
45 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
49 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
50 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
51 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
52 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
53 |
Error |
design |
DesignForExtension |
Class 'StreamsHbaseGenerationConfig' looks like designed for extension (can be subclassed), but the method 'getExclusions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsHbaseGenerationConfig' final or making the method 'getExclusions' static/final/abstract/empty, or adding allowed annotation for the method. |
55 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
55 |
Error |
design |
DesignForExtension |
Class 'StreamsHbaseGenerationConfig' looks like designed for extension (can be subclassed), but the method 'setExclusions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsHbaseGenerationConfig' final or making the method 'setExclusions' static/final/abstract/empty, or adding allowed annotation for the method. |
59 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
59 |
Error |
misc |
FinalParameters |
Parameter exclusions should be final. |
59 |
Error |
coding |
HiddenField |
'exclusions' hides a field. |
59 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
63 |
Error |
design |
DesignForExtension |
Class 'StreamsHbaseGenerationConfig' looks like designed for extension (can be subclassed), but the method 'getMaxDepth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsHbaseGenerationConfig' final or making the method 'getMaxDepth' static/final/abstract/empty, or adding allowed annotation for the method. |
65 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
65 |
Error |
design |
DesignForExtension |
Class 'StreamsHbaseGenerationConfig' looks like designed for extension (can be subclassed), but the method 'setSourceDirectory' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsHbaseGenerationConfig' final or making the method 'setSourceDirectory' static/final/abstract/empty, or adding allowed annotation for the method. |
69 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
69 |
Error |
misc |
FinalParameters |
Parameter sourceDirectory should be final. |
69 |
Error |
coding |
HiddenField |
'sourceDirectory' hides a field. |
69 |
Error |
design |
DesignForExtension |
Class 'StreamsHbaseGenerationConfig' looks like designed for extension (can be subclassed), but the method 'setSourcePaths' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsHbaseGenerationConfig' final or making the method 'setSourcePaths' static/final/abstract/empty, or adding allowed annotation for the method. |
73 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
73 |
Error |
misc |
FinalParameters |
Parameter sourcePaths should be final. |
73 |
Error |
coding |
HiddenField |
'sourcePaths' hides a field. |
73 |
Error |
design |
DesignForExtension |
Class 'StreamsHbaseGenerationConfig' looks like designed for extension (can be subclassed), but the method 'setTargetDirectory' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsHbaseGenerationConfig' final or making the method 'setTargetDirectory' static/final/abstract/empty, or adding allowed annotation for the method. |
77 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
77 |
Error |
misc |
FinalParameters |
Parameter targetDirectory should be final. |
77 |
Error |
coding |
HiddenField |
'targetDirectory' hides a field. |
77 |
Error |
design |
DesignForExtension |
Class 'StreamsHbaseGenerationConfig' looks like designed for extension (can be subclassed), but the method 'getTargetDirectory' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsHbaseGenerationConfig' final or making the method 'getTargetDirectory' static/final/abstract/empty, or adding allowed annotation for the method. |
81 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
81 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 81). |
91 |
Error |
whitespace |
ParenPad |
'(' is followed by whitespace. |
94 |
Error |
design |
DesignForExtension |
Class 'StreamsHbaseGenerationConfig' looks like designed for extension (can be subclassed), but the method 'setMaxDepth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsHbaseGenerationConfig' final or making the method 'setMaxDepth' static/final/abstract/empty, or adding allowed annotation for the method. |
102 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
102 |
Error |
misc |
FinalParameters |
Parameter maxDepth should be final. |
102 |
Error |
coding |
HiddenField |
'maxDepth' hides a field. |
102 |
Error |
design |
DesignForExtension |
Class 'StreamsHbaseGenerationConfig' looks like designed for extension (can be subclassed), but the method 'getColumnFamily' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsHbaseGenerationConfig' final or making the method 'getColumnFamily' static/final/abstract/empty, or adding allowed annotation for the method. |
106 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
106 |
Error |
design |
DesignForExtension |
Class 'StreamsHbaseGenerationConfig' looks like designed for extension (can be subclassed), but the method 'setColumnFamily' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsHbaseGenerationConfig' final or making the method 'setColumnFamily' static/final/abstract/empty, or adding allowed annotation for the method. |
110 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
110 |
Error |
misc |
FinalParameters |
Parameter columnFamily should be final. |
110 |
Error |
coding |
HiddenField |
'columnFamily' hides a field. |
110 |