The following document contains the results of Checkstyle .
Files | Infos | Warnings | Errors |
---|---|---|---|
16 | 0 | 0 | 536 |
Rules | Violations | Severity |
---|---|---|
PackageHtml | 4 | Error |
NewlineAtEndOfFile | 0 | Error |
Translation | 0 | Error |
JavadocMethod | 85 | Error |
JavadocType | 9 | Error |
JavadocVariable | 20 | Error |
JavadocStyle | 3 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 3 | Error |
FileLength | 0 | Error |
LineLength | 16 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 0 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 1 | Error |
TypecastParenPad | 0 | Error |
TabCharacter | 122 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 104 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
LeftCurly | 0 | Error |
NeedBraces | 2 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 3 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 34 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 0 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 58 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 0 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 50 | Error |
GenericIllegalRegexp
|
19 | Error |
TodoComment | 3 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 | |
'}' is not preceded with whitespace. | 33 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 50 | |
Parameter id should be final. | 50 | |
'id' hides a field. | 50 | |
Missing a Javadoc comment. | 54 | |
Parameter id should be final. | 54 | |
'id' hides a field. | 54 | |
Parameter name should be final. | 54 | |
'name' hides a field. | 54 | |
Parameter description should be final. | 54 | |
'description' hides a field. | 54 | |
Parameter date should be final. | 54 | |
'date' hides a field. | 54 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Parameter id should be final. | 66 | |
'id' hides a field. | 66 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter name should be final. | 74 | |
'name' hides a field. | 74 | |
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Parameter description should be final. | 82 | |
'description' hides a field. | 82 | |
Method 'getDate' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Method 'setDate' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Missing a Javadoc comment. | 90 | |
Parameter date should be final. | 90 | |
'date' hides a field. | 90 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Missing a Javadoc comment. | 94 | |
Avoid inline conditionals. | 97 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Parameter object should be final. | 102 | |
Comment matches to-do format 'TODO:'. | 103 | |
Line is longer than 80 characters. | 103 | |
Line is longer than 80 characters. | 108 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Missing a Javadoc comment. | 114 |
Violation | Message | Line |
---|---|---|
Unused import - java.math.BigInteger. | 20 | |
Unused import - javax.persistence.JoinColumn. | 27 | |
Unused import - javax.persistence.ManyToOne. | 29 | |
Missing a Javadoc comment. | 35 | |
'}' is not preceded with whitespace. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 46 | |
Line has trailing spaces. | 49 | |
Missing a Javadoc comment. | 50 | |
Line has trailing spaces. | 52 | |
Missing a Javadoc comment. | 53 | |
Line has trailing spaces. | 55 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 62 | |
Parameter id should be final. | 62 | |
'id' hides a field. | 62 | |
Missing a Javadoc comment. | 66 | |
Parameter id should be final. | 66 | |
'id' hides a field. | 66 | |
Parameter text should be final. | 66 | |
'text' hides a field. | 66 | |
Parameter date should be final. | 66 | |
'date' hides a field. | 66 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter id should be final. | 77 | |
'id' hides a field. | 77 | |
Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Method 'setText' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Parameter text should be final. | 85 | |
'text' hides a field. | 85 | |
Method 'getDate' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Method 'setDate' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
Parameter date should be final. | 93 | |
'date' hides a field. | 93 | |
Method 'getIdParentBoard' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Method 'setIdParentBoard' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Parameter idParentBoard should be final. | 101 | |
'idParentBoard' hides a field. | 101 | |
Method 'getIdUser' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Missing a Javadoc comment. | 105 | |
Method 'setIdUser' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Missing a Javadoc comment. | 109 | |
Parameter idUser should be final. | 109 | |
'idUser' hides a field. | 109 | |
Method 'getIdCategory' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Missing a Javadoc comment. | 113 | |
Method 'setIdCategory' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Missing a Javadoc comment. | 117 | |
Parameter idCategory should be final. | 117 | |
'idCategory' hides a field. | 117 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Missing a Javadoc comment. | 121 | |
Avoid inline conditionals. | 124 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Missing a Javadoc comment. | 128 | |
Parameter object should be final. | 129 | |
Comment matches to-do format 'TODO:'. | 130 | |
Line is longer than 80 characters. | 130 | |
Line is longer than 80 characters. | 135 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Missing a Javadoc comment. | 141 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 | |
'<' is not preceded with whitespace. | 23 | |
'<' is not followed by whitespace. | 23 | |
'>' is not preceded with whitespace. | 23 | |
Missing a Javadoc comment. | 24 | |
'<' is not preceded with whitespace. | 24 | |
'<' is not followed by whitespace. | 24 | |
'>' is not preceded with whitespace. | 24 | |
Missing a Javadoc comment. | 25 | |
'<' is not preceded with whitespace. | 25 | |
'<' is not followed by whitespace. | 25 | |
'>' is not preceded with whitespace. | 25 | |
Missing a Javadoc comment. | 26 | |
'<' is not preceded with whitespace. | 26 | |
'<' is not followed by whitespace. | 26 | |
'>' is not preceded with whitespace. | 26 | |
Line has trailing spaces. | 28 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 24 | |
Missing a Javadoc comment. | 24 | |
'<' is not preceded with whitespace. | 24 | |
'<' is not followed by whitespace. | 24 | |
'>' is not preceded with whitespace. | 24 | |
Missing a Javadoc comment. | 26 | |
Method 'findByName' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
'<' is not preceded with whitespace. | 30 | |
'<' is not followed by whitespace. | 30 | |
'>' is not preceded with whitespace. | 30 | |
Parameter name should be final. | 30 | |
Method 'findByDescription' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
'<' is not preceded with whitespace. | 34 | |
'<' is not followed by whitespace. | 34 | |
'>' is not preceded with whitespace. | 34 | |
Parameter description should be final. | 34 | |
Line is longer than 80 characters. | 35 | |
Method 'findAll' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
'<' is not preceded with whitespace. | 44 | |
'<' is not followed by whitespace. | 44 | |
'>' is not preceded with whitespace. | 44 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 27 | |
'<' is not preceded with whitespace. | 27 | |
'<' is not followed by whitespace. | 27 | |
'>' is not preceded with whitespace. | 27 | |
Line has trailing spaces. | 28 | |
Missing a Javadoc comment. | 29 | |
'<' is not preceded with whitespace. | 29 | |
'<' is not followed by whitespace. | 29 | |
'>' is not preceded with whitespace. | 29 | |
Missing a Javadoc comment. | 30 | |
'<' is not preceded with whitespace. | 30 | |
'<' is not followed by whitespace. | 30 | |
'>' is not preceded with whitespace. | 30 | |
Missing a Javadoc comment. | 31 | |
'<' is not preceded with whitespace. | 31 | |
'<' is not followed by whitespace. | 31 | |
'>' is not preceded with whitespace. | 31 | |
Missing a Javadoc comment. | 32 | |
'<' is not preceded with whitespace. | 32 | |
'<' is not followed by whitespace. | 32 | |
'>' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 33 | |
'<' is not preceded with whitespace. | 33 | |
'<' is not followed by whitespace. | 33 | |
'>' is not preceded with whitespace. | 33 | |
Missing a Javadoc comment. | 34 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 35 | |
'<' is not preceded with whitespace. | 35 | |
'<' is not followed by whitespace. | 35 | |
'>' is not preceded with whitespace. | 35 | |
Line has trailing spaces. | 36 | |
Missing a Javadoc comment. | 37 | |
'<' is not preceded with whitespace. | 37 | |
'<' is not followed by whitespace. | 37 | |
'>' is not preceded with whitespace. | 37 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 26 | |
Missing a Javadoc comment. | 26 | |
'<' is not preceded with whitespace. | 26 | |
'<' is not followed by whitespace. | 26 | |
'>' is not preceded with whitespace. | 26 | |
Missing a Javadoc comment. | 28 | |
Method 'findByUserName' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Parameter userName should be final. | 32 | |
Line is longer than 80 characters. | 33 | |
'<' is not preceded with whitespace. | 33 | |
'<' is not followed by whitespace. | 33 | |
'>' is not preceded with whitespace. | 33 | |
Line contains a tab character. | 35 | |
'if' construct must use '{}'s. | 37 | |
'if' is not followed by whitespace. | 37 | |
Line contains a tab character. | 38 | |
'else' construct must use '{}'s. | 39 | |
Line contains a tab character. | 40 | |
Method 'findByName' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
'<' is not preceded with whitespace. | 43 | |
'<' is not followed by whitespace. | 43 | |
'>' is not preceded with whitespace. | 43 | |
Parameter name should be final. | 43 | |
Line has trailing spaces. | 44 | |
Line is longer than 80 characters. | 44 | |
Method 'findBySurname' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
'<' is not preceded with whitespace. | 47 | |
'<' is not followed by whitespace. | 47 | |
'>' is not preceded with whitespace. | 47 | |
Parameter surname should be final. | 47 | |
Line is longer than 80 characters. | 48 | |
Method 'findByEmail' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
'<' is not preceded with whitespace. | 51 | |
'<' is not followed by whitespace. | 51 | |
'>' is not preceded with whitespace. | 51 | |
Parameter email should be final. | 51 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 20 | |
Line has trailing spaces. | 25 | |
Line contains a tab character. | 25 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
'(' is followed by whitespace. | 30 | |
'}' is not preceded with whitespace. | 30 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line has trailing spaces. | 36 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Line contains a tab character. | 38 | |
Line has trailing spaces. | 39 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Line contains a tab character. | 41 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Line contains a tab character. | 44 | |
Line has trailing spaces. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 47 | |
Line has trailing spaces. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
Line contains a tab character. | 50 | |
Line has trailing spaces. | 51 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter id should be final. | 58 | |
'id' hides a field. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 62 | |
Missing a Javadoc comment. | 62 | |
Parameter id should be final. | 62 | |
'id' hides a field. | 62 | |
Parameter userName should be final. | 62 | |
'userName' hides a field. | 62 | |
Parameter password should be final. | 62 | |
'password' hides a field. | 62 | |
Parameter name should be final. | 62 | |
'name' hides a field. | 62 | |
Line contains a tab character. | 63 | |
Parameter surname should be final. | 63 | |
'surname' hides a field. | 63 | |
Parameter email should be final. | 63 | |
'email' hides a field. | 63 | |
Parameter age should be final. | 63 | |
'age' hides a field. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 73 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 79 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter id should be final. | 79 | |
'id' hides a field. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 83 | |
Method 'getUserName' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Missing a Javadoc comment. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 87 | |
Method 'setUserName' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Missing a Javadoc comment. | 87 | |
Parameter userName should be final. | 87 | |
'userName' hides a field. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 91 | |
Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 95 | |
Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 95 | |
Parameter password should be final. | 95 | |
'password' hides a field. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 99 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Missing a Javadoc comment. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 103 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Parameter name should be final. | 103 | |
'name' hides a field. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 107 | |
Method 'getSurname' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Missing a Javadoc comment. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 111 | |
Method 'setSurname' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter surname should be final. | 111 | |
'surname' hides a field. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 115 | |
Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Missing a Javadoc comment. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 119 | |
Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
Parameter email should be final. | 119 | |
'email' hides a field. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 123 | |
Method 'getAge' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Missing a Javadoc comment. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 127 | |
Method 'setAge' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Parameter age should be final. | 127 | |
'age' hides a field. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 131 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Missing a Javadoc comment. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Avoid inline conditionals. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 138 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Missing a Javadoc comment. | 138 | |
Line contains a tab character. | 139 | |
Parameter object should be final. | 139 | |
Comment matches to-do format 'TODO:'. | 140 | |
Line is longer than 80 characters. | 140 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line is longer than 80 characters. | 147 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 153 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Missing a Javadoc comment. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 24 | |
'<' is not preceded with whitespace. | 24 | |
'<' is not followed by whitespace. | 24 | |
'>' is not preceded with whitespace. | 24 | |
First sentence should end with a period. | 25 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line has trailing spaces. | 28 | |
Line contains a tab character. | 28 | |
Line has trailing spaces. | 29 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Expected @throws tag for 'InternalException'. | 31 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
'<' is not preceded with whitespace. | 33 | |
'<' is not followed by whitespace. | 33 | |
'>' is not preceded with whitespace. | 33 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
'<' is not preceded with whitespace. | 35 | |
'<' is not followed by whitespace. | 35 | |
'>' is not preceded with whitespace. | 35 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
'<' is not preceded with whitespace. | 37 | |
'<' is not followed by whitespace. | 37 | |
'>' is not preceded with whitespace. | 37 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 19 | |
Line has trailing spaces. | 25 | |
Line contains a tab character. | 25 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 28 | |
'<' is not preceded with whitespace. | 28 | |
'<' is not followed by whitespace. | 28 | |
'>' is not preceded with whitespace. | 28 | |
Missing a Javadoc comment. | 30 | |
Method 'findByUser' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
'<' is not preceded with whitespace. | 34 | |
'<' is not followed by whitespace. | 34 | |
'>' is not preceded with whitespace. | 34 | |
Parameter user should be final. | 34 | |
Method 'findByUserId' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
'<' is not preceded with whitespace. | 38 | |
'<' is not followed by whitespace. | 38 | |
'>' is not preceded with whitespace. | 38 | |
Parameter userId should be final. | 38 | |
Line is longer than 80 characters. | 39 | |
Method 'findByCategory' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
'<' is not preceded with whitespace. | 42 | |
'<' is not followed by whitespace. | 42 | |
'>' is not preceded with whitespace. | 42 | |
Parameter category should be final. | 42 | |
Line has trailing spaces. | 45 | |
Method 'findAllBoard' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
'<' is not preceded with whitespace. | 46 | |
'<' is not followed by whitespace. | 46 | |
'>' is not preceded with whitespace. | 46 | |
'{' is not preceded with whitespace. | 46 | |
Line has trailing spaces. | 49 | |
Method 'findByCategoryId' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
'<' is not preceded with whitespace. | 50 | |
'<' is not followed by whitespace. | 50 | |
'>' is not preceded with whitespace. | 50 | |
Parameter categoryId should be final. | 50 | |
Line is longer than 80 characters. | 51 | |
Method 'findByBoard' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
'<' is not preceded with whitespace. | 54 | |
'<' is not followed by whitespace. | 54 | |
'>' is not preceded with whitespace. | 54 | |
Parameter board should be final. | 54 | |
Method 'findByBoardId' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter boardId should be final. | 58 | |
Line contains a tab character. | 59 | |
Method 'findByDate' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
'<' is not preceded with whitespace. | 62 | |
'<' is not followed by whitespace. | 62 | |
'>' is not preceded with whitespace. | 62 | |
Parameter date should be final. | 62 | |
Line is longer than 80 characters. | 64 |