The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
10 | 0 | 0 | 93 |
Rules | Violations | Severity |
---|---|---|
PackageHtml | 1 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
JavadocMethod
| 38 | ![]() |
JavadocType | 0 | ![]() |
JavadocVariable | 2 | ![]() |
JavadocStyle | 5 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
RegexpHeader
| 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 9 | ![]() |
FileLength | 0 | ![]() |
LineLength
| 0 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
NoWhitespaceAfter
| 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 0 | ![]() |
TypecastParenPad | 0 | ![]() |
TabCharacter | 0 | ![]() |
WhitespaceAfter | 0 | ![]() |
WhitespaceAround | 25 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 2 | ![]() |
EqualsHashCode | 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 0 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 2 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier
| 1 | ![]() |
ArrayTypeStyle | 0 | ![]() |
GenericIllegalRegexp
| 8 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 45 |
![]() | '=' is not preceded with whitespace. | 75 |
![]() | '=' is not followed by whitespace. | 75 |
![]() | Variable 'emf' must be private and have accessor methods. | 76 |
![]() | Expected an @return tag. | 111 |
![]() | '<' is not preceded with whitespace. | 111 |
![]() | '<' is not followed by whitespace. | 111 |
![]() | '>' is not preceded with whitespace. | 111 |
![]() | '<' is not preceded with whitespace. | 115 |
![]() | '<' is not followed by whitespace. | 115 |
![]() | '>' is not preceded with whitespace. | 115 |
![]() | '<' is not preceded with whitespace. | 118 |
![]() | '<' is not followed by whitespace. | 118 |
![]() | '>' is not preceded with whitespace. | 118 |
![]() | '>' is not followed by whitespace. | 118 |
![]() | Expected an @return tag. | 138 |
![]() | Line has trailing spaces. | 163 |
![]() | '<' is not preceded with whitespace. | 165 |
![]() | '<' is not followed by whitespace. | 165 |
![]() | '>' is not preceded with whitespace. | 165 |
![]() | '<' is not preceded with whitespace. | 189 |
![]() | '<' is not followed by whitespace. | 189 |
![]() | '>' is not preceded with whitespace. | 189 |
![]() | '<' is not preceded with whitespace. | 189 |
![]() | '<' is not followed by whitespace. | 189 |
![]() | '>' is not preceded with whitespace. | 189 |
![]() | '>' is not followed by whitespace. | 189 |
![]() | Expected an @return tag. | 349 |
![]() | Expected an @return tag. | 367 |
![]() | Expected an @return tag. | 385 |
![]() | Expected an @return tag. | 403 |
![]() | Expected an @return tag. | 491 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 24 |
![]() | First sentence should end with a period. | 29 |
![]() | Line has trailing spaces. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 31 |
![]() | Expected an @return tag. | 46 |
![]() | Redundant throws: 'ConverterException' is unchecked exception. | 47 |
![]() | Expected an @return tag. | 65 |
![]() | Redundant throws: 'ConverterException' is unchecked exception. | 66 |
![]() | Line has trailing spaces. | 68 |
Violation | Message | Line |
---|---|---|
![]() | Expected an @return tag. | 44 |
![]() | Expected an @return tag. | 69 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Expected an @return tag. | 126 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.List. | 20 |
![]() | Unused import - java.util.Map. | 21 |
![]() | Unused import - org.apache.mailreaderjpa.User. | 24 |
![]() | Line has trailing spaces. | 31 |
![]() | Expected an @return tag. | 68 |
![]() | Expected an @return tag. | 92 |
![]() | Expected an @return tag. | 117 |
![]() | Expected an @return tag. | 142 |
![]() | Expected an @return tag. | 161 |
![]() | Expected an @return tag. | 177 |
![]() | Expected an @return tag. | 201 |
![]() | First sentence should end with a period. | 257 |
![]() | Empty statement. | 285 |
![]() | Expected an @return tag. | 296 |
![]() | Expected an @return tag. | 306 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.ArrayList. | 20 |
![]() | Unused import - org.apache.mailreaderjpa.Subscription. | 24 |
![]() | Unused import - org.apache.mailreaderjpa.User. | 25 |
![]() | Expected an @return tag. | 50 |
![]() | Expected an @return tag. | 75 |
![]() | Unclosed HTML tag found: <code>profiles</codes> list from the database. If | 86 |
![]() | Extra HTML tag found: </codes> list from the database. If | 86 |
![]() | '<' is not preceded with whitespace. | 98 |
![]() | '<' is not followed by whitespace. | 98 |
![]() | '>' is not preceded with whitespace. | 98 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.List. | 20 |
![]() | Unused import - java.util.Map. | 21 |
![]() | Unused import - org.apache.mailreaderjpa.Subscription. | 22 |
![]() | Line has trailing spaces. | 30 |
![]() | Expected an @return tag. | 61 |
![]() | Expected an @return tag. | 86 |
![]() | Expected an @return tag. | 111 |
![]() | Expected an @return tag. | 135 |
![]() | Expected an @return tag. | 152 |
![]() | Expected an @return tag. | 176 |
![]() | First sentence should end with a period. | 232 |
![]() | Empty statement. | 260 |
![]() | Expected an @return tag. | 271 |
![]() | Expected an @return tag. | 285 |