Checkstyle Results
The following document contains the results of Checkstyle 10.18.2 with config/checkstyle/checkstyle.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
6 | 0 | 0 | 37 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | MissingCtor | 2 | ![]() |
RequireThis
|
1 | ![]() | |
design | FinalClass | 1 | ![]() |
HideUtilityClassConstructor | 1 | ![]() | |
VisibilityModifier | 2 | ![]() | |
indentation | CommentsIndentation | 1 | ![]() |
javadoc | AtclauseOrder | 1 | ![]() |
JavadocBlockTagLocation | 2 | ![]() | |
JavadocStyle
|
1 | ![]() | |
JavadocVariable
|
5 | ![]() | |
MissingJavadocMethod | 2 | ![]() | |
MissingJavadocType | 2 | ![]() | |
NonEmptyAtclauseDescription | 3 | ![]() | |
RequireEmptyLineBeforeBlockTagGroup | 2 | ![]() | |
WriteTag | 3 | ![]() | |
misc | OrderedProperties | 1 | ![]() |
UncommentedMain | 1 | ![]() | |
regexp | Regexp
|
1 | ![]() |
Regexp
|
1 | ![]() | |
Regexp
|
1 | ![]() | |
sizes | LineLength
|
2 | ![]() |
whitespace | WhitespaceAround | 2 | ![]() |
Details
io/github/olyutorskii/ghmvnlibtmpl/Entry.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | WriteTag | Type Javadoc comment is missing null tag. | 8 |
![]() |
coding | MissingCtor | Class should define a constructor. | 8 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 8 |
![]() |
javadoc | MissingJavadocType | Missing a Javadoc comment. | 8 |
![]() |
misc | UncommentedMain | Uncommented main method found. | 10 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 10 |
io/github/olyutorskii/ghmvnlibtmpl/JavaDoc.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 100 characters (found 110). | 9 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 119). | 10 |
![]() |
javadoc | AtclauseOrder | Block tags have to appear in the order '[@author, @version, @param, @return, @throws, @exception, @see, @since, @serial, @serialField, @serialData, @deprecated]'. | 20 |
![]() |
regexp | Regexp | Line matches the illegal pattern '@author'. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
design | VisibilityModifier | Variable 'field' must be private and have accessor methods. | 24 |
![]() |
javadoc | JavadocBlockTagLocation | The Javadoc block tag '@param' should be placed at the beginning of the line. | 90 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
![]() |
javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 91 |
![]() |
javadoc | JavadocBlockTagLocation | The Javadoc block tag '@param' should be placed at the beginning of the line. | 100 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 |
![]() |
javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 101 |
io/github/olyutorskii/ghmvnlibtmpl/Lib.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | WriteTag | Type Javadoc comment is missing null tag. | 8 |
![]() |
coding | MissingCtor | Class should define a constructor. | 8 |
![]() |
javadoc | MissingJavadocType | Missing a Javadoc comment. | 8 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 10 |
io/github/olyutorskii/ghmvnlibtmpl/Resource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | WriteTag | Type Javadoc comment is missing null tag. | 12 |
![]() |
design | FinalClass | Class Resource should be declared as final. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
indentation | CommentsIndentation | Comment has incorrect indentation level 12, expected is 4, indentation should be the same level as line 18. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'props' must be private and have accessor methods. | 21 |
![]() |
javadoc | JavadocStyle | Javadoc has empty description section. | 36 |
![]() |
javadoc | JavadocContentLocation | Javadoc content should start from the next line after /**. | 36 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
![]() |
coding | RequireThis | Reference to instance variable 'props' needs "this.". | 48 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 53 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 66 |
io/github/olyutorskii/ghmvnlibtmpl/resources/test.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | OrderedProperties | Property key 'han' is not in the right order with previous property 'key'. | 8 |