The following document contains the results of Checkstyle
.
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 107 | 0 | 0 | 5995 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 11 | |
| NewlineAtEndOfFile | 7 | |
| Translation | 0 | |
| JavadocMethod | 585 | |
| JavadocType | 9 | |
| JavadocVariable | 163 | |
| JavadocStyle | 64 | |
| ConstantName | 1 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 4 | |
| MemberName | 3 | |
| MethodName | 4 | |
| PackageName | 0 | |
| ParameterName | 2 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 37 | |
| FileLength | 0 | |
| LineLength | 671 | |
| MethodLength | 0 | |
| ParameterNumber | 2 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 6 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 6 | |
| OperatorWrap | 14 | |
| ParenPad | 58 | |
| TypecastParenPad | 0 | |
| TabCharacter | 1340 | |
| WhitespaceAfter | 35 | |
| WhitespaceAround | 1570 | |
| ModifierOrder | 48 | |
| RedundantModifier | 2 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 4 | |
| LeftCurly | 13 | |
| NeedBraces | 20 | |
| RightCurly | 3 | |
| AvoidInlineConditionals | 8 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 237 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 102 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 4 | |
| SimplifyBooleanExpression | 1 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 415 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 2 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 22 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 357 | |
GenericIllegalRegexp
|
165 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 2 | |
| Line contains a tab character. | 4 | |
| Line is longer than 80 characters. | 6 | |
| Line contains a tab character. | 6 | |
| Line is longer than 80 characters. | 7 | |
| Line contains a tab character. | 7 | |
| Line contains a tab character. | 8 | |
| Line contains a tab character. | 9 | |
| Line is longer than 80 characters. | 10 | |
| Line contains a tab character. | 10 | |
| Line contains a tab character. | 11 | |
| Line is longer than 80 characters. | 12 | |
| Line contains a tab character. | 12 | |
| Line contains a tab character. | 13 | |
| '=' is not preceded with whitespace. | 33 | |
| '=' is not followed by whitespace. | 33 | |
| '=' is not preceded with whitespace. | 33 | |
| '=' is not followed by whitespace. | 33 | |
| '=' is not preceded with whitespace. | 33 | |
| '=' is not followed by whitespace. | 33 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| '@Autowired' annotation modifier does not preceed non-annotation modifiers. | 39 | |
| Line has trailing spaces. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Line is longer than 80 characters. | 45 | |
| Missing a Javadoc comment. | 45 | |
| 'static' modifier out of order with the JLS suggestions. | 45 | |
| Expected an @return tag. | 51 | |
| Method 'save' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Line is longer than 80 characters. | 64 | |
| Line is longer than 80 characters. | 66 | |
| '+' is not preceded with whitespace. | 67 | |
| '+' is not followed by whitespace. | 67 | |
| Line is longer than 80 characters. | 74 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 76 | |
| Line has trailing spaces. | 78 | |
| Line is longer than 80 characters. | 92 | |
| 'cast' is not followed by whitespace. | 92 | |
| Expected an @return tag. | 110 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Missing a Javadoc comment. | 120 | |
| Method 'setUser' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Missing a Javadoc comment. | 124 | |
| Parameter user should be final. | 124 | |
| 'user' hides a field. | 124 | |
| Method 'getUserId' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Missing a Javadoc comment. | 128 | |
| Method 'setUserId' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| Missing a Javadoc comment. | 132 | |
| Parameter userId should be final. | 132 | |
| 'userId' hides a field. | 132 | |
| Line contains a tab character. | 136 | |
| Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Missing a Javadoc comment. | 136 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 140 | |
| Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Missing a Javadoc comment. | 140 | |
| Parameter password should be final. | 140 | |
| 'password' hides a field. | 140 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 144 | |
| Method 'getPassword2' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| Missing a Javadoc comment. | 144 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Line contains a tab character. | 148 | |
| Method 'setPassword2' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Missing a Javadoc comment. | 148 | |
| Parameter password2 should be final. | 148 | |
| 'password2' hides a field. | 148 | |
| Line contains a tab character. | 149 | |
| Line contains a tab character. | 150 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 2 | |
| Line contains a tab character. | 4 | |
| Line is longer than 80 characters. | 6 | |
| Line contains a tab character. | 6 | |
| Line is longer than 80 characters. | 7 | |
| Line contains a tab character. | 7 | |
| Line contains a tab character. | 8 | |
| Line contains a tab character. | 9 | |
| Line is longer than 80 characters. | 10 | |
| Line contains a tab character. | 10 | |
| Line contains a tab character. | 11 | |
| Line is longer than 80 characters. | 12 | |
| Line contains a tab character. | 12 | |
| Line contains a tab character. | 13 | |
| Line is longer than 80 characters. | 69 | |
| 'static' modifier out of order with the JLS suggestions. | 69 | |
| '@Autowired' annotation modifier does not preceed non-annotation modifiers. | 74 | |
| '@Autowired' annotation modifier does not preceed non-annotation modifiers. | 79 | |
| '@Autowired' annotation modifier does not preceed non-annotation modifiers. | 84 | |
| '@Autowired' annotation modifier does not preceed non-annotation modifiers. | 89 | |
| '@Autowired' annotation modifier does not preceed non-annotation modifiers. | 94 | |
| '@Autowired' annotation modifier does not preceed non-annotation modifiers. | 99 | |
| Missing a Javadoc comment. | 101 | |
| '@Autowired' annotation modifier does not preceed non-annotation modifiers. | 101 | |
| Method 'addUser' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Parameter user should be final. | 106 | |
| '{' is not preceded with whitespace. | 106 | |
| '!=' is not preceded with whitespace. | 114 | |
| Line is longer than 80 characters. | 115 | |
| Line is longer than 80 characters. | 123 | |
| '<' is not preceded with whitespace. | 126 | |
| '<' is not followed by whitespace. | 126 | |
| '>' is not preceded with whitespace. | 126 | |
| Method 'saveUser' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Parameter user should be final. | 140 | |
| Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Missing a Javadoc comment. | 145 | |
| Parameter username should be final. | 145 | |
| Method 'updateUser' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Missing a Javadoc comment. | 150 | |
| Parameter user should be final. | 150 | |
| Method 'getAllUsers' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| Missing a Javadoc comment. | 156 | |
| '<' is not preceded with whitespace. | 156 | |
| '<' is not followed by whitespace. | 156 | |
| '>' is not preceded with whitespace. | 156 | |
| Method 'deleteUser' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| Missing a Javadoc comment. | 161 | |
| Parameter user should be final. | 161 | |
| '{' is not preceded with whitespace. | 161 | |
| Method 'resetPassword' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| Parameter user should be final. | 168 | |
| '<' is not followed by whitespace. | 174 | |
| '>' is not preceded with whitespace. | 174 | |
| Line is longer than 80 characters. | 178 | |
| '<' is not preceded with whitespace. | 178 | |
| '<' is not followed by whitespace. | 178 | |
| '>' is not preceded with whitespace. | 178 | |
| Line is longer than 80 characters. | 187 | |
| '(' is preceded with whitespace. | 192 | |
| Line is longer than 80 characters. | 220 | |
| Method 'loadUserByUsername' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| Parameter username should be final. | 220 | |
| Redundant throws: 'UsernameNotFoundException' is unchecked exception. | 220 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 220 | |
| '==' is not preceded with whitespace. | 224 | |
| '==' is not followed by whitespace. | 224 | |
| '{' is not preceded with whitespace. | 224 | |
| Line is longer than 80 characters. | 226 | |
| Line is longer than 80 characters. | 227 | |
| Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| Parameter userId should be final. | 238 | |
| Line is longer than 80 characters. | 243 | |
| Line is longer than 80 characters. | 245 | |
| Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| Missing a Javadoc comment. | 245 | |
| '<' is not preceded with whitespace. | 245 | |
| '<' is not followed by whitespace. | 245 | |
| '>' is not preceded with whitespace. | 245 | |
| Parameter pageSize should be final. | 245 | |
| Parameter pageNumber should be final. | 245 | |
| Parameter sortOrders should be final. | 245 | |
| '<' is not preceded with whitespace. | 245 | |
| '<' is not followed by whitespace. | 245 | |
| '>' is not preceded with whitespace. | 245 | |
| Parameter userFilters should be final. | 245 | |
| '<' is not preceded with whitespace. | 245 | |
| '<' is not followed by whitespace. | 245 | |
| '>' is not preceded with whitespace. | 245 | |
| Method 'getUsersCount' is not designed for extension - needs to be abstract, final or empty. | 252 | |
| Missing a Javadoc comment. | 252 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 2 | |
| Line contains a tab character. | 4 | |
| Line is longer than 80 characters. | 6 | |
| Line contains a tab character. | 6 | |
| Line is longer than 80 characters. | 7 | |
| Line contains a tab character. | 7 | |
| Line contains a tab character. | 8 | |
| Line contains a tab character. | 9 | |
| Line is longer than 80 characters. | 10 | |
| Line contains a tab character. | 10 | |
| Line contains a tab character. | 11 | |
| Line is longer than 80 characters. | 12 | |
| Line contains a tab character. | 12 | |
| Line contains a tab character. | 13 | |
| Unused import - java.util.Map. | 20 | |
| Unused import - java.util.Map.Entry. | 21 | |
| Unused import - javax.persistence.FlushModeType. | 23 | |
| Unused import - org.apache.lucene.analysis.standard.StandardAnalyzer. | 25 | |
| Unused import - org.apache.lucene.queryParser.MultiFieldQueryParser. | 26 | |
| Unused import - org.hibernate.Criteria. | 27 | |
| Unused import - org.hibernate.FetchMode. | 28 | |
| Unused import - org.hibernate.criterion.Order. | 31 | |
| Unused import - org.hibernate.criterion.Restrictions. | 32 | |
| Unused import - org.hibernate.search.jpa.FullTextEntityManager. | 33 | |
| Unused import - org.hibernate.search.jpa.Search. | 34 | |
| Unused import - org.jrecruiter.common.CollectionUtils. | 35 | |
| Unused import - org.jrecruiter.common.Constants.StatsMode. | 36 | |
| Unused import - org.jrecruiter.model.Industry. | 38 | |
| Unused import - org.jrecruiter.model.Job. | 39 | |
| Unused import - org.jrecruiter.model.Region. | 40 | |
| Line contains a tab character. | 47 | |
| Line is longer than 80 characters. | 51 | |
| '<' is not preceded with whitespace. | 51 | |
| '>' is not preceded with whitespace. | 51 | |
| Line contains a tab character. | 63 | |
| Parameter day should be final. | 63 | |
| 'cast' is not followed by whitespace. | 64 | |
| Line is longer than 80 characters. | 65 | |
| 'cast' is not followed by whitespace. | 69 | |
| Line contains a tab character. | 70 | |
| Line is longer than 80 characters. | 74 | |
| '<' is not preceded with whitespace. | 74 | |
| '<' is not followed by whitespace. | 74 | |
| '>' is not preceded with whitespace. | 74 | |
| Parameter fromDate should be final. | 74 | |
| Parameter toDate should be final. | 74 | |
| 'cast' is not followed by whitespace. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Line is longer than 80 characters. | 78 | |
| '<' is not preceded with whitespace. | 83 | |
| '<' is not followed by whitespace. | 83 | |
| '>' is not preceded with whitespace. | 83 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 17 | |
| Expected an @return tag. | 23 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| '(' is preceded with whitespace. | 24 | |
| Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Parameter status should be final. | 32 | |
| 'status' hides a field. | 32 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line contains a tab character. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Line has trailing spaces. | 14 | |
| Line contains a tab character. | 14 | |
| Line contains a tab character. | 15 | |
| Line has trailing spaces. | 16 | |
| Line contains a tab character. | 16 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 19 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 25 | |
| Method 'getKeyword' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Method 'setKeyword' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Parameter keyword should be final. | 32 | |
| 'keyword' hides a field. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line has trailing spaces. | 36 | |
| Line contains a tab character. | 36 | |
| Line has trailing spaces. | 37 | |
| Line contains a tab character. | 37 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 25 | |
| 'static' modifier out of order with the JLS suggestions. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| '<' is not preceded with whitespace. | 28 | |
| '<' is not followed by whitespace. | 28 | |
| '>' is not preceded with whitespace. | 28 | |
| '>' is not followed by whitespace. | 28 | |
| '<' is not preceded with whitespace. | 28 | |
| '<' is not followed by whitespace. | 28 | |
| '>' is not preceded with whitespace. | 28 | |
| '>' is not followed by whitespace. | 28 | |
| Method 'setKeyword' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Parameter keyword should be final. | 30 | |
| 'keyword' hides a field. | 30 | |
| Method 'getJobs' 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 | |
| Method 'setJobs' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Parameter jobs should be final. | 38 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| 'jobs' hides a field. | 38 | |
| Expected an @return tag. | 45 | |
| Method 'search' is not designed for extension - needs to be abstract, final or empty. | 45 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| First sentence should end with a period. | 9 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 2 | |
| Line contains a tab character. | 4 | |
| Line is longer than 80 characters. | 6 | |
| Line contains a tab character. | 6 | |
| Line is longer than 80 characters. | 7 | |
| Line contains a tab character. | 7 | |
| Line contains a tab character. | 8 | |
| Line contains a tab character. | 9 | |
| Line is longer than 80 characters. | 10 | |
| Line contains a tab character. | 10 | |
| Line contains a tab character. | 11 | |
| Line is longer than 80 characters. | 12 | |
| Line contains a tab character. | 12 | |
| Line contains a tab character. | 13 | |
| Missing a Javadoc comment. | 47 | |
| '@Autowired' annotation modifier does not preceed non-annotation modifiers. | 47 | |
| Missing a Javadoc comment. | 48 | |
| '@Autowired' annotation modifier does not preceed non-annotation modifiers. | 48 | |
| Line is longer than 80 characters. | 50 | |
| Method 'createDemoJobs' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Line has trailing spaces. | 54 | |
| '3' is a magic number. | 59 | |
| Line is longer than 80 characters. | 61 | |
| '30' is a magic number. | 68 | |
| '-2L' is a magic number. | 75 | |
| '200' is a magic number. | 81 | |
| '100000.50' is a magic number. | 85 | |
| Line has trailing spaces. | 96 | |
| Method 'createDemoUser' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Missing a Javadoc comment. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line has trailing spaces. | 100 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| Line has trailing spaces. | 102 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Line has trailing spaces. | 106 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Line has trailing spaces. | 112 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 113 | |
| Line has trailing spaces. | 114 | |
| Line contains a tab character. | 114 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 120 | |
| Missing a Javadoc comment. | 120 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 2 | |
| Line contains a tab character. | 4 | |
| Line is longer than 80 characters. | 6 | |
| Line contains a tab character. | 6 | |
| Line is longer than 80 characters. | 7 | |
| Line contains a tab character. | 7 | |
| Line contains a tab character. | 8 | |
| Line contains a tab character. | 9 | |
| Line is longer than 80 characters. | 10 | |
| Line contains a tab character. | 10 | |
| Line contains a tab character. | 11 | |
| Line is longer than 80 characters. | 12 | |
| Line contains a tab character. | 12 | |
| Line contains a tab character. | 13 | |
| First sentence should end with a period. | 55 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 58 | |
| '<' is not preceded with whitespace. | 58 | |
| '<' is not followed by whitespace. | 58 | |
| '>' is not preceded with whitespace. | 58 | |
| '<' is not preceded with whitespace. | 58 | |
| '<' is not followed by whitespace. | 58 | |
| '>' is not preceded with whitespace. | 58 | |
| '>' is not followed by whitespace. | 58 | |
| First sentence should end with a period. | 62 | |
| '{' is not followed by whitespace. | 63 | |
| '}' is not preceded with whitespace. | 63 | |
| First sentence should end with a period. | 65 | |
| Parameter id should be final. | 66 | |
| 'id' hides a field. | 66 | |
| Expected @param tag for 'id'. | 66 | |
| Parameter name should be final. | 66 | |
| 'name' hides a field. | 66 | |
| Expected @param tag for 'name'. | 66 | |
| First sentence should end with a period. | 70 | |
| Parameter id should be final. | 71 | |
| 'id' hides a field. | 71 | |
| Expected @param tag for 'id'. | 71 | |
| Parameter name should be final. | 71 | |
| 'name' hides a field. | 71 | |
| Expected @param tag for 'name'. | 71 | |
| Parameter jobs should be final. | 71 | |
| '<' is not preceded with whitespace. | 71 | |
| '<' is not followed by whitespace. | 71 | |
| '>' is not preceded with whitespace. | 71 | |
| 'jobs' hides a field. | 71 | |
| Expected @param tag for 'jobs'. | 71 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| '=' is not preceded with whitespace. | 78 | |
| '=' is not followed by whitespace. | 78 | |
| '=' is not preceded with whitespace. | 79 | |
| '=' is not followed by whitespace. | 79 | |
| '=' is not preceded with whitespace. | 79 | |
| '=' is not followed by whitespace. | 79 | |
| '=' is not preceded with whitespace. | 79 | |
| '=' is not followed by whitespace. | 79 | |
| '=' is not preceded with whitespace. | 79 | |
| '=' is not followed by whitespace. | 79 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Parameter id should be final. | 85 | |
| 'id' hides a field. | 85 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| '=' is not preceded with whitespace. | 89 | |
| '=' is not followed by whitespace. | 89 | |
| '=' is not preceded with whitespace. | 89 | |
| '=' is not followed by whitespace. | 89 | |
| '=' is not preceded with whitespace. | 89 | |
| '=' is not followed by whitespace. | 89 | |
| '=' is not preceded with whitespace. | 89 | |
| '=' is not followed by whitespace. | 89 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Parameter name should be final. | 95 | |
| 'name' hides a field. | 95 | |
| Line is longer than 80 characters. | 99 | |
| Method 'getJobs' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| '<' is not preceded with whitespace. | 102 | |
| '<' is not followed by whitespace. | 102 | |
| '>' is not preceded with whitespace. | 102 | |
| Method 'setJobs' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Missing a Javadoc comment. | 106 | |
| Parameter jobs should be final. | 106 | |
| '<' is not preceded with whitespace. | 106 | |
| '<' is not followed by whitespace. | 106 | |
| '>' is not preceded with whitespace. | 106 | |
| 'jobs' hides a field. | 106 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.hibernate.cfg.DefaultNamingStrategy. | 8 | |
| First sentence should end with a period. | 13 | |
| Line is longer than 80 characters. | 21 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 24 | |
| First sentence should end with a period. | 26 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Line contains a tab character. | 29 | |
| First sentence should end with a period. | 31 | |
| Line contains a tab character. |