Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 95). |
23 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 86). |
25 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 163). |
26 |
Error |
whitespace |
NoWhitespaceBefore |
',' is preceded with whitespace. |
26 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 136). |
27 |
Error |
whitespace |
NoWhitespaceBefore |
',' is preceded with whitespace. |
27 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
34 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
39 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
41 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
43 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
45 |
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 |
javadoc |
MissingJavadocMethod |
Missing a Javadoc comment. |
61 |
Error |
javadoc |
MissingJavadocMethod |
Missing a Javadoc comment. |
64 |
Error |
misc |
FinalParameters |
Parameter md5 should be final. |
64 |
Error |
design |
DesignForExtension |
Class 'Artifactinfo' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Artifactinfo' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. |
68 |
Error |
design |
DesignForExtension |
Class 'Artifactinfo' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Artifactinfo' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. |
75 |
Error |
misc |
FinalParameters |
Parameter object should be final. |
76 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 88). |
81 |
Error |
design |
DesignForExtension |
Class 'Artifactinfo' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Artifactinfo' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. |
84 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 98). |
86 |
Error |
design |
DesignForExtension |
Class 'Artifactinfo' looks like designed for extension (can be subclassed), but the method 'getUinfoMd5' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Artifactinfo' final or making the method 'getUinfoMd5' static/final/abstract/empty, or adding allowed annotation for the method. |
89 |
Error |
javadoc |
MissingJavadocMethod |
Missing a Javadoc comment. |
89 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
89 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
89 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
89 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
89 |
Error |
design |
DesignForExtension |
Class 'Artifactinfo' looks like designed for extension (can be subclassed), but the method 'setUinfoMd5' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Artifactinfo' final or making the method 'setUinfoMd5' static/final/abstract/empty, or adding allowed annotation for the method. |
94 |
Error |
javadoc |
MissingJavadocMethod |
Missing a Javadoc comment. |
94 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
94 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
94 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
94 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
94 |
Error |
misc |
FinalParameters |
Parameter uinfoMd5 should be final. |
95 |
Error |
coding |
HiddenField |
'uinfoMd5' hides a field. |
95 |
Error |
design |
DesignForExtension |
Class 'Artifactinfo' looks like designed for extension (can be subclassed), but the method 'getMajorVersion' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Artifactinfo' final or making the method 'getMajorVersion' static/final/abstract/empty, or adding allowed annotation for the method. |
99 |
Error |
javadoc |
MissingJavadocMethod |
Missing a Javadoc comment. |
99 |
Error |
design |
DesignForExtension |
Class 'Artifactinfo' looks like designed for extension (can be subclassed), but the method 'setMajorVersion' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Artifactinfo' final or making the method 'setMajorVersion' static/final/abstract/empty, or adding allowed annotation for the method. |
103 |
Error |
javadoc |
MissingJavadocMethod |
Missing a Javadoc comment. |
103 |
Error |
misc |
FinalParameters |
Parameter majorVersion should be final. |
103 |
Error |
coding |
HiddenField |
'majorVersion' hides a field. |
103 |
Error |
design |
DesignForExtension |
Class 'Artifactinfo' looks like designed for extension (can be subclassed), but the method 'getVersionSeq' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Artifactinfo' final or making the method 'getVersionSeq' static/final/abstract/empty, or adding allowed annotation for the method. |
107 |
Error |
javadoc |
MissingJavadocMethod |
Missing a Javadoc comment. |
107 |
Error |
design |
DesignForExtension |
Class 'Artifactinfo' looks like designed for extension (can be subclassed), but the method 'setVersionSeq' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Artifactinfo' final or making the method 'setVersionSeq' static/final/abstract/empty, or adding allowed annotation for the method. |
111 |
Error |
javadoc |
MissingJavadocMethod |
Missing a Javadoc comment. |
111 |
Error |
misc |
FinalParameters |
Parameter versionSeq should be final. |
111 |
Error |
coding |
HiddenField |
'versionSeq' hides a field. |
111 |
Error |
design |
DesignForExtension |
Class 'Artifactinfo' looks like designed for extension (can be subclassed), but the method 'getUinfoLength' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Artifactinfo' final or making the method 'getUinfoLength' static/final/abstract/empty, or adding allowed annotation for the method. |
115 |
Error |
javadoc |
MissingJavadocMethod |
Missing a Javadoc comment. |
115 |
Error |
design |
DesignForExtension |
Class 'Artifactinfo' looks like designed for extension (can be subclassed), but the method 'setUinfoLength' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Artifactinfo' final or making the method 'setUinfoLength' static/final/abstract/empty, or adding allowed annotation for the method. |
119 |
Error |
javadoc |
MissingJavadocMethod |
Missing a Javadoc comment. |
119 |
Error |
misc |
FinalParameters |
Parameter uinfoLength should be final. |
119 |
Error |
coding |
HiddenField |
'uinfoLength' hides a field. |
119 |
Error |
design |
DesignForExtension |
Class 'Artifactinfo' looks like designed for extension (can be subclassed), but the method 'getClassifierLength' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Artifactinfo' final or making the method 'getClassifierLength' static/final/abstract/empty, or adding allowed annotation for the method. |
123 |
Error |
javadoc |
MissingJavadocMethod |
Missing a Javadoc comment. |
123 |
Error |
design |
DesignForExtension |
Class 'Artifactinfo' looks like designed for extension (can be subclassed), but the method 'setClassifierLength' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Artifactinfo' final or making the method 'setClassifierLength' static/final/abstract/empty, or adding allowed annotation for the method. |
127 |
Error |
javadoc |
MissingJavadocMethod |
Missing a Javadoc comment. |
127 |
Error |
misc |
FinalParameters |
Parameter length should be final. |
127 |
Error |
design |
DesignForExtension |
Class 'Artifactinfo' looks like designed for extension (can be subclassed), but the method 'getSignatureExists' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Artifactinfo' final or making the method 'getSignatureExists' static/final/abstract/empty, or adding allowed annotation for the method. |
131 |
Error |
javadoc |
MissingJavadocMethod |
Missing a Javadoc comment. |
131 |
Error |
design |
DesignForExtension |
Class 'Artifactinfo' looks like designed for extension (can be subclassed), but the method 'setSignatureExists' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Artifactinfo' final or making the method 'setSignatureExists' static/final/abstract/empty, or adding allowed annotation for the method. |
135 |
Error |
javadoc |
MissingJavadocMethod |
Missing a Javadoc comment. |
135 |
Error |
misc |
FinalParameters |
Parameter signatureExists should be final. |
135 |
Error |
coding |
HiddenField |
'signatureExists' hides a field. |
135 |
Error |
design |
DesignForExtension |
Class 'Artifactinfo' looks like designed for extension (can be subclassed), but the method 'getSourcesExists' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Artifactinfo' final or making the method 'getSourcesExists' static/final/abstract/empty, or adding allowed annotation for the method. |
139 |
Error |
javadoc |
MissingJavadocMethod |
Missing a Javadoc comment. |
139 |
Error |
design |
DesignForExtension |
Class 'Artifactinfo' looks like designed for extension (can be subclassed), but the method 'setSourcesExists' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Artifactinfo' final or making the method 'setSourcesExists' static/final/abstract/empty, or adding allowed annotation for the method. |
143 |
Error |
javadoc |
MissingJavadocMethod |
Missing a Javadoc comment. |
143 |
Error |
misc |
FinalParameters |
Parameter sourcesExists should be final. |
143 |
Error |
coding |
HiddenField |
'sourcesExists' hides a field. |
143 |
Error |
design |
DesignForExtension |
Class 'Artifactinfo' looks like designed for extension (can be subclassed), but the method 'getJavadocExists' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Artifactinfo' final or making the method 'getJavadocExists' static/final/abstract/empty, or adding allowed annotation for the method. |
147 |
Error |
javadoc |
MissingJavadocMethod |
Missing a Javadoc comment. |
147 |
Error |
design |
DesignForExtension |
Class 'Artifactinfo' looks like designed for extension (can be subclassed), but the method 'setJavadocExists' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Artifactinfo' final or making the method 'setJavadocExists' static/final/abstract/empty, or adding allowed annotation for the method. |
151 |
Error |
javadoc |
MissingJavadocMethod |
Missing a Javadoc comment. |
151 |
Error |
misc |
FinalParameters |
Parameter javadocExists should be final. |
151 |
Error |
coding |
HiddenField |
'javadocExists' hides a field. |
151 |
Error |
design |
DesignForExtension |
Class 'Artifactinfo' looks like designed for extension (can be subclassed), but the method 'getJson' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Artifactinfo' final or making the method 'getJson' static/final/abstract/empty, or adding allowed annotation for the method. |
155 |
Error |
javadoc |
MissingJavadocMethod |
Missing a Javadoc comment. |
155 |
Error |
design |
DesignForExtension |
Class 'Artifactinfo' looks like designed for extension (can be subclassed), but the method 'setJson' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Artifactinfo' final or making the method 'setJson' static/final/abstract/empty, or adding allowed annotation for the method. |
159 |
Error |
javadoc |
MissingJavadocMethod |
Missing a Javadoc comment. |
159 |
Error |
misc |
FinalParameters |
Parameter json should be final. |
159 |
Error |
coding |
HiddenField |
'json' hides a field. |
159 |