Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
16 0 0 536

Rules

Rules Violations Severity
PackageHtml 4 error Error
NewlineAtEndOfFile 0 error Error
Translation 0 error Error
JavadocMethod 85 error Error
JavadocType 9 error Error
JavadocVariable 20 error Error
JavadocStyle 3 error Error
ConstantName 0 error Error
LocalFinalVariableName 0 error Error
LocalVariableName 0 error Error
MemberName 0 error Error
MethodName 0 error Error
PackageName 0 error Error
ParameterName 0 error Error
StaticVariableName 0 error Error
TypeName 0 error Error
AvoidStarImport 0 error Error
IllegalImport 0 error Error
RedundantImport 0 error Error
UnusedImports 3 error Error
FileLength 0 error Error
LineLength 16 error Error
MethodLength 0 error Error
ParameterNumber 0 error Error
EmptyForIteratorPad 0 error Error
MethodParamPad 0 error Error
NoWhitespaceAfter 0 error Error
NoWhitespaceBefore 0 error Error
OperatorWrap 0 error Error
ParenPad 1 error Error
TypecastParenPad 0 error Error
TabCharacter 122 error Error
WhitespaceAfter 0 error Error
WhitespaceAround 104 error Error
ModifierOrder 0 error Error
RedundantModifier 0 error Error
AvoidNestedBlocks 0 error Error
EmptyBlock 0 error Error
LeftCurly 0 error Error
NeedBraces 2 error Error
RightCurly 0 error Error
AvoidInlineConditionals 3 error Error
DoubleCheckedLocking 0 error Error
EmptyStatement 0 error Error
EqualsHashCode 0 error Error
HiddenField 34 error Error
IllegalInstantiation 0 error Error
InnerAssignment 0 error Error
MagicNumber 0 error Error
MissingSwitchDefault 0 error Error
RedundantThrows 0 error Error
SimplifyBooleanExpression 0 error Error
SimplifyBooleanReturn 0 error Error
DesignForExtension 58 error Error
FinalClass 0 error Error
HideUtilityClassConstructor 0 error Error
InterfaceIsType 0 error Error
VisibilityModifier 0 error Error
ArrayTypeStyle 0 error Error
FinalParameters 50 error Error
GenericIllegalRegexp
  • message : "Line has trailing spaces."
  • format : "\s+$"
19 error Error
TodoComment 3 error Error
UpperEll 0 error Error

Details

org/in2/simpleBoard/model/Category.java

Violation Message Line
error Missing a Javadoc comment. 31
error '}' is not preceded with whitespace. 33
error Missing a Javadoc comment. 35
error Missing a Javadoc comment. 36
error Missing a Javadoc comment. 39
error Missing a Javadoc comment. 41
error Missing a Javadoc comment. 43
error Missing a Javadoc comment. 47
error Missing a Javadoc comment. 50
error Parameter id should be final. 50
error 'id' hides a field. 50
error Missing a Javadoc comment. 54
error Parameter id should be final. 54
error 'id' hides a field. 54
error Parameter name should be final. 54
error 'name' hides a field. 54
error Parameter description should be final. 54
error 'description' hides a field. 54
error Parameter date should be final. 54
error 'date' hides a field. 54
error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 61
error Missing a Javadoc comment. 61
error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 66
error Missing a Javadoc comment. 66
error Parameter id should be final. 66
error 'id' hides a field. 66
error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 70
error Missing a Javadoc comment. 70
error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 74
error Missing a Javadoc comment. 74
error Parameter name should be final. 74
error 'name' hides a field. 74
error Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 78
error Missing a Javadoc comment. 78
error Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. 82
error Missing a Javadoc comment. 82
error Parameter description should be final. 82
error 'description' hides a field. 82
error Method 'getDate' is not designed for extension - needs to be abstract, final or empty. 86
error Missing a Javadoc comment. 86
error Method 'setDate' is not designed for extension - needs to be abstract, final or empty. 90
error Missing a Javadoc comment. 90
error Parameter date should be final. 90
error 'date' hides a field. 90
error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 94
error Missing a Javadoc comment. 94
error Avoid inline conditionals. 97
error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 101
error Missing a Javadoc comment. 101
error Parameter object should be final. 102
error Comment matches to-do format 'TODO:'. 103
error Line is longer than 80 characters. 103
error Line is longer than 80 characters. 108
error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 114
error Missing a Javadoc comment. 114

org/in2/simpleBoard/model/Board.java

Violation Message Line
error Unused import - java.math.BigInteger. 20
error Unused import - javax.persistence.JoinColumn. 27
error Unused import - javax.persistence.ManyToOne. 29
error Missing a Javadoc comment. 35
error '}' is not preceded with whitespace. 37
error Missing a Javadoc comment. 39
error Missing a Javadoc comment. 40
error Missing a Javadoc comment. 43
error Missing a Javadoc comment. 46
error Line has trailing spaces. 49
error Missing a Javadoc comment. 50
error Line has trailing spaces. 52
error Missing a Javadoc comment. 53
error Line has trailing spaces. 55
error Missing a Javadoc comment. 56
error Missing a Javadoc comment. 59
error Missing a Javadoc comment. 62
error Parameter id should be final. 62
error 'id' hides a field. 62
error Missing a Javadoc comment. 66
error Parameter id should be final. 66
error 'id' hides a field. 66
error Parameter text should be final. 66
error 'text' hides a field. 66
error Parameter date should be final. 66
error 'date' hides a field. 66
error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 72
error Missing a Javadoc comment. 72
error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 77
error Missing a Javadoc comment. 77
error Parameter id should be final. 77
error 'id' hides a field. 77
error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 81
error Missing a Javadoc comment. 81
error Method 'setText' is not designed for extension - needs to be abstract, final or empty. 85
error Missing a Javadoc comment. 85
error Parameter text should be final. 85
error 'text' hides a field. 85
error Method 'getDate' is not designed for extension - needs to be abstract, final or empty. 89
error Missing a Javadoc comment. 89
error Method 'setDate' is not designed for extension - needs to be abstract, final or empty. 93
error Missing a Javadoc comment. 93
error Parameter date should be final. 93
error 'date' hides a field. 93
error Method 'getIdParentBoard' is not designed for extension - needs to be abstract, final or empty. 97
error Missing a Javadoc comment. 97
error Method 'setIdParentBoard' is not designed for extension - needs to be abstract, final or empty. 101
error Missing a Javadoc comment. 101
error Parameter idParentBoard should be final. 101
error 'idParentBoard' hides a field. 101
error Method 'getIdUser' is not designed for extension - needs to be abstract, final or empty. 105
error Missing a Javadoc comment. 105
error Method 'setIdUser' is not designed for extension - needs to be abstract, final or empty. 109
error Missing a Javadoc comment. 109
error Parameter idUser should be final. 109
error 'idUser' hides a field. 109
error Method 'getIdCategory' is not designed for extension - needs to be abstract, final or empty. 113
error Missing a Javadoc comment. 113
error Method 'setIdCategory' is not designed for extension - needs to be abstract, final or empty. 117
error Missing a Javadoc comment. 117
error Parameter idCategory should be final. 117
error 'idCategory' hides a field. 117
error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 121
error Missing a Javadoc comment. 121
error Avoid inline conditionals. 124
error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 128
error Missing a Javadoc comment. 128
error Parameter object should be final. 129
error Comment matches to-do format 'TODO:'. 130
error Line is longer than 80 characters. 130
error Line is longer than 80 characters. 135
error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 141
error Missing a Javadoc comment. 141

org/in2/simpleBoard/dao/CategoryDao.java

Violation Message Line
error Missing a Javadoc comment. 23
error '<' is not preceded with whitespace. 23
error '<' is not followed by whitespace. 23
error '>' is not preceded with whitespace. 23
error Missing a Javadoc comment. 24
error '<' is not preceded with whitespace. 24
error '<' is not followed by whitespace. 24
error '>' is not preceded with whitespace. 24
error Missing a Javadoc comment. 25
error '<' is not preceded with whitespace. 25
error '<' is not followed by whitespace. 25
error '>' is not preceded with whitespace. 25
error Missing a Javadoc comment. 26
error '<' is not preceded with whitespace. 26
error '<' is not followed by whitespace. 26
error '>' is not preceded with whitespace. 26
error Line has trailing spaces. 28

org/in2/simpleBoard/dao/hibernate/package.html

Violation Message Line
error Missing package documentation file. 0

org/in2/simpleBoard/dao/hibernate/CategoryDaoHibernate.java

Violation Message Line
error Line is longer than 80 characters. 24
error Missing a Javadoc comment. 24
error '<' is not preceded with whitespace. 24
error '<' is not followed by whitespace. 24
error '>' is not preceded with whitespace. 24
error Missing a Javadoc comment. 26
error Method 'findByName' is not designed for extension - needs to be abstract, final or empty. 30
error Missing a Javadoc comment. 30
error '<' is not preceded with whitespace. 30
error '<' is not followed by whitespace. 30
error '>' is not preceded with whitespace. 30
error Parameter name should be final. 30
error Method 'findByDescription' is not designed for extension - needs to be abstract, final or empty. 34
error Missing a Javadoc comment. 34
error '<' is not preceded with whitespace. 34
error '<' is not followed by whitespace. 34
error '>' is not preceded with whitespace. 34
error Parameter description should be final. 34
error Line is longer than 80 characters. 35
error Method 'findAll' is not designed for extension - needs to be abstract, final or empty. 44
error Missing a Javadoc comment. 44
error '<' is not preceded with whitespace. 44
error '<' is not followed by whitespace. 44
error '>' is not preceded with whitespace. 44

org/in2/simpleBoard/package.html

Violation Message Line
error Missing package documentation file. 0

org/in2/simpleBoard/dao/BoardDao.java

Violation Message Line
error Missing a Javadoc comment. 27
error '<' is not preceded with whitespace. 27
error '<' is not followed by whitespace. 27
error '>' is not preceded with whitespace. 27
error Line has trailing spaces. 28
error Missing a Javadoc comment. 29
error '<' is not preceded with whitespace. 29
error '<' is not followed by whitespace. 29
error '>' is not preceded with whitespace. 29
error Missing a Javadoc comment. 30
error '<' is not preceded with whitespace. 30
error '<' is not followed by whitespace. 30
error '>' is not preceded with whitespace. 30
error Missing a Javadoc comment. 31
error '<' is not preceded with whitespace. 31
error '<' is not followed by whitespace. 31
error '>' is not preceded with whitespace. 31
error Missing a Javadoc comment. 32
error '<' is not preceded with whitespace. 32
error '<' is not followed by whitespace. 32
error '>' is not preceded with whitespace. 32
error Missing a Javadoc comment. 33
error '<' is not preceded with whitespace. 33
error '<' is not followed by whitespace. 33
error '>' is not preceded with whitespace. 33
error Missing a Javadoc comment. 34
error Line contains a tab character. 34
error Missing a Javadoc comment. 35
error '<' is not preceded with whitespace. 35
error '<' is not followed by whitespace. 35
error '>' is not preceded with whitespace. 35
error Line has trailing spaces. 36
error Missing a Javadoc comment. 37
error '<' is not preceded with whitespace. 37
error '<' is not followed by whitespace. 37
error '>' is not preceded with whitespace. 37

org/in2/simpleBoard/dao/hibernate/PersonDaoHibernate.java

Violation Message Line
error Line is longer than 80 characters. 26
error Missing a Javadoc comment. 26
error '<' is not preceded with whitespace. 26
error '<' is not followed by whitespace. 26
error '>' is not preceded with whitespace. 26
error Missing a Javadoc comment. 28
error Method 'findByUserName' is not designed for extension - needs to be abstract, final or empty. 32
error Missing a Javadoc comment. 32
error Parameter userName should be final. 32
error Line is longer than 80 characters. 33
error '<' is not preceded with whitespace. 33
error '<' is not followed by whitespace. 33
error '>' is not preceded with whitespace. 33
error Line contains a tab character. 35
error 'if' construct must use '{}'s. 37
error 'if' is not followed by whitespace. 37
error Line contains a tab character. 38
error 'else' construct must use '{}'s. 39
error Line contains a tab character. 40
error Method 'findByName' is not designed for extension - needs to be abstract, final or empty. 43
error Missing a Javadoc comment. 43
error '<' is not preceded with whitespace. 43
error '<' is not followed by whitespace. 43
error '>' is not preceded with whitespace. 43
error Parameter name should be final. 43
error Line has trailing spaces. 44
error Line is longer than 80 characters. 44
error Method 'findBySurname' is not designed for extension - needs to be abstract, final or empty. 47
error Missing a Javadoc comment. 47
error '<' is not preceded with whitespace. 47
error '<' is not followed by whitespace. 47
error '>' is not preceded with whitespace. 47
error Parameter surname should be final. 47
error Line is longer than 80 characters. 48
error Method 'findByEmail' is not designed for extension - needs to be abstract, final or empty. 51
error Missing a Javadoc comment. 51
error '<' is not preceded with whitespace. 51
error '<' is not followed by whitespace. 51
error '>' is not preceded with whitespace. 51
error Parameter email should be final. 51

org/in2/simpleBoard/NoSuchMailException.java

Violation Message Line
error First sentence should end with a period. 20
error Line has trailing spaces. 25
error Line contains a tab character. 25

org/in2/simpleBoard/model/package.html

Violation Message Line
error Missing package documentation file. 0

org/in2/simpleBoard/dao/package.html

Violation Message Line
error Missing package documentation file. 0

org/in2/simpleBoard/model/Person.java

Violation Message Line
error Missing a Javadoc comment. 28
error '(' is followed by whitespace. 30
error '}' is not preceded with whitespace. 30
error Line contains a tab character. 32
error Missing a Javadoc comment. 32
error Line contains a tab character. 33
error Missing a Javadoc comment. 33
error Line contains a tab character. 34
error Line contains a tab character. 35
error Line has trailing spaces. 36
error Line contains a tab character. 36
error Line contains a tab character. 37
error Missing a Javadoc comment. 37
error Line contains a tab character. 38
error Line has trailing spaces. 39
error Line contains a tab character. 39
error Line contains a tab character. 40
error Missing a Javadoc comment. 40
error Line contains a tab character. 41
error Line has trailing spaces. 42
error Line contains a tab character. 42
error Line contains a tab character. 43
error Missing a Javadoc comment. 43
error Line contains a tab character. 44
error Line has trailing spaces. 45
error Line contains a tab character. 45
error Line contains a tab character. 46
error Missing a Javadoc comment. 46
error Line contains a tab character. 47
error Line has trailing spaces. 48
error Line contains a tab character. 48
error Line contains a tab character. 49
error Missing a Javadoc comment. 49
error Line contains a tab character. 50
error Line has trailing spaces. 51
error Line contains a tab character. 51
error Line contains a tab character. 52
error Missing a Javadoc comment. 52
error Line contains a tab character. 53
error Line contains a tab character. 55
error Missing a Javadoc comment. 55
error Line contains a tab character. 56
error Line contains a tab character. 58
error Missing a Javadoc comment. 58
error Parameter id should be final. 58
error 'id' hides a field. 58
error Line contains a tab character. 59
error Line contains a tab character. 60
error Line contains a tab character. 62
error Missing a Javadoc comment. 62
error Parameter id should be final. 62
error 'id' hides a field. 62
error Parameter userName should be final. 62
error 'userName' hides a field. 62
error Parameter password should be final. 62
error 'password' hides a field. 62
error Parameter name should be final. 62
error 'name' hides a field. 62
error Line contains a tab character. 63
error Parameter surname should be final. 63
error 'surname' hides a field. 63
error Parameter email should be final. 63
error 'email' hides a field. 63
error Parameter age should be final. 63
error 'age' hides a field. 63
error Line contains a tab character. 64
error Line contains a tab character. 65
error Line contains a tab character. 66
error Line contains a tab character. 67
error Line contains a tab character. 68
error Line contains a tab character. 69
error Line contains a tab character. 70
error Line contains a tab character. 71
error Line contains a tab character. 73
error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 73
error Missing a Javadoc comment. 73
error Line contains a tab character. 74
error Line contains a tab character. 75
error Line contains a tab character. 76
error Line contains a tab character. 77
error Line contains a tab character. 79
error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 79
error Missing a Javadoc comment. 79
error Parameter id should be final. 79
error 'id' hides a field. 79
error Line contains a tab character. 80
error Line contains a tab character. 81
error Line contains a tab character. 83
error Method 'getUserName' is not designed for extension - needs to be abstract, final or empty. 83
error Missing a Javadoc comment. 83
error Line contains a tab character. 84
error Line contains a tab character. 85
error Line contains a tab character. 87
error Method 'setUserName' is not designed for extension - needs to be abstract, final or empty. 87
error Missing a Javadoc comment. 87
error Parameter userName should be final. 87
error 'userName' hides a field. 87
error Line contains a tab character. 88
error Line contains a tab character. 89
error Line contains a tab character. 91
error Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. 91
error Missing a Javadoc comment. 91
error Line contains a tab character. 92
error Line contains a tab character. 93
error Line contains a tab character. 95
error Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. 95
error Missing a Javadoc comment. 95
error Parameter password should be final. 95
error 'password' hides a field. 95
error Line contains a tab character. 96
error Line contains a tab character. 97
error Line contains a tab character. 99
error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 99
error Missing a Javadoc comment. 99
error Line contains a tab character. 100
error Line contains a tab character. 101
error Line contains a tab character. 103
error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 103
error Missing a Javadoc comment. 103
error Parameter name should be final. 103
error 'name' hides a field. 103
error Line contains a tab character. 104
error Line contains a tab character. 105
error Line contains a tab character. 107
error Method 'getSurname' is not designed for extension - needs to be abstract, final or empty. 107
error Missing a Javadoc comment. 107
error Line contains a tab character. 108
error Line contains a tab character. 109
error Line contains a tab character. 111
error Method 'setSurname' is not designed for extension - needs to be abstract, final or empty. 111
error Missing a Javadoc comment. 111
error Parameter surname should be final. 111
error 'surname' hides a field. 111
error Line contains a tab character. 112
error Line contains a tab character. 113
error Line contains a tab character. 115
error Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. 115
error Missing a Javadoc comment. 115
error Line contains a tab character. 116
error Line contains a tab character. 117
error Line contains a tab character. 119
error Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. 119
error Missing a Javadoc comment. 119
error Parameter email should be final. 119
error 'email' hides a field. 119
error Line contains a tab character. 120
error Line contains a tab character. 121
error Line contains a tab character. 123
error Method 'getAge' is not designed for extension - needs to be abstract, final or empty. 123
error Missing a Javadoc comment. 123
error Line contains a tab character. 124
error Line contains a tab character. 125
error Line contains a tab character. 127
error Method 'setAge' is not designed for extension - needs to be abstract, final or empty. 127
error Missing a Javadoc comment. 127
error Parameter age should be final. 127
error 'age' hides a field. 127
error Line contains a tab character. 128
error Line contains a tab character. 129
error Line contains a tab character. 131
error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 131
error Missing a Javadoc comment. 131
error Line contains a tab character. 132
error Line contains a tab character. 133
error Line contains a tab character. 134
error Avoid inline conditionals. 134
error Line contains a tab character. 135
error Line contains a tab character. 136
error Line contains a tab character. 138
error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 138
error Missing a Javadoc comment. 138
error Line contains a tab character. 139
error Parameter object should be final. 139
error Comment matches to-do format 'TODO:'. 140
error Line is longer than 80 characters. 140
error Line contains a tab character. 140
error Line contains a tab character. 141
error Line contains a tab character. 142
error Line contains a tab character. 143
error Line contains a tab character. 144
error Line contains a tab character. 145
error Line contains a tab character. 146
error Line is longer than 80 characters. 147
error Line contains a tab character. 147
error Line contains a tab character. 148
error Line contains a tab character. 149
error Line contains a tab character. 150
error Line contains a tab character. 151
error Line contains a tab character. 153
error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 153
error Missing a Javadoc comment. 153
error Line contains a tab character. 154
error Line contains a tab character. 155
error Line contains a tab character. 156

org/in2/simpleBoard/dao/PersonDao.java

Violation Message Line
error Missing a Javadoc comment. 24
error '<' is not preceded with whitespace. 24
error '<' is not followed by whitespace. 24
error '>' is not preceded with whitespace. 24
error First sentence should end with a period. 25
error Line contains a tab character. 25
error Line contains a tab character. 26
error Line contains a tab character. 27
error Line has trailing spaces. 28
error Line contains a tab character. 28
error Line has trailing spaces. 29
error Line contains a tab character. 29
error Line contains a tab character. 30
error Line contains a tab character. 31
error Expected @throws tag for 'InternalException'. 31
error Line contains a tab character. 33
error Missing a Javadoc comment. 33
error '<' is not preceded with whitespace. 33
error '<' is not followed by whitespace. 33
error '>' is not preceded with whitespace. 33
error Line contains a tab character. 35
error Missing a Javadoc comment. 35
error '<' is not preceded with whitespace. 35
error '<' is not followed by whitespace. 35
error '>' is not preceded with whitespace. 35
error Line contains a tab character. 37
error Missing a Javadoc comment. 37
error '<' is not preceded with whitespace. 37
error '<' is not followed by whitespace. 37
error '>' is not preceded with whitespace. 37

org/in2/simpleBoard/InternalException.java

Violation Message Line
error First sentence should end with a period. 19
error Line has trailing spaces. 25
error Line contains a tab character. 25

org/in2/simpleBoard/dao/hibernate/BoardDaoHibernate.java

Violation Message Line
error Line is longer than 80 characters. 28
error Missing a Javadoc comment. 28
error '<' is not preceded with whitespace. 28
error '<' is not followed by whitespace. 28
error '>' is not preceded with whitespace. 28
error Missing a Javadoc comment. 30
error Method 'findByUser' is not designed for extension - needs to be abstract, final or empty. 34
error Missing a Javadoc comment. 34
error '<' is not preceded with whitespace. 34
error '<' is not followed by whitespace. 34
error '>' is not preceded with whitespace. 34
error Parameter user should be final. 34
error Method 'findByUserId' is not designed for extension - needs to be abstract, final or empty. 38
error Missing a Javadoc comment. 38
error '<' is not preceded with whitespace. 38
error '<' is not followed by whitespace. 38
error '>' is not preceded with whitespace. 38
error Parameter userId should be final. 38
error Line is longer than 80 characters. 39
error Method 'findByCategory' is not designed for extension - needs to be abstract, final or empty. 42
error Missing a Javadoc comment. 42
error '<' is not preceded with whitespace. 42
error '<' is not followed by whitespace. 42
error '>' is not preceded with whitespace. 42
error Parameter category should be final. 42
error Line has trailing spaces. 45
error Method 'findAllBoard' is not designed for extension - needs to be abstract, final or empty. 46
error Missing a Javadoc comment. 46
error '<' is not preceded with whitespace. 46
error '<' is not followed by whitespace. 46
error '>' is not preceded with whitespace. 46
error '{' is not preceded with whitespace. 46
error Line has trailing spaces. 49
error Method 'findByCategoryId' is not designed for extension - needs to be abstract, final or empty. 50
error Missing a Javadoc comment. 50
error '<' is not preceded with whitespace. 50
error '<' is not followed by whitespace. 50
error '>' is not preceded with whitespace. 50
error Parameter categoryId should be final. 50
error Line is longer than 80 characters. 51
error Method 'findByBoard' is not designed for extension - needs to be abstract, final or empty. 54
error Missing a Javadoc comment. 54
error '<' is not preceded with whitespace. 54
error '<' is not followed by whitespace. 54
error '>' is not preceded with whitespace. 54
error Parameter board should be final. 54
error Method 'findByBoardId' is not designed for extension - needs to be abstract, final or empty. 58
error Missing a Javadoc comment. 58
error Parameter boardId should be final. 58
error Line contains a tab character. 59
error Method 'findByDate' is not designed for extension - needs to be abstract, final or empty. 62
error Missing a Javadoc comment. 62
error '<' is not preceded with whitespace. 62
error '<' is not followed by whitespace. 62
error '>' is not preceded with whitespace. 62
error Parameter date should be final. 62
error Line is longer than 80 characters. 64