The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
|
14 | |
| NewlineAtEndOfFile | 40 | |
| Translation | 0 | |
| FileLength | 0 | |
FileTabCharacter
|
10 | |
RegexpSingleline
|
70 | |
| JavadocMethod | 104 | |
| JavadocType | 10 | |
| JavadocVariable | 76 | |
| JavadocStyle | 0 | |
| ConstantName | 1 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 4 | |
| IllegalImport | 0 | |
| RedundantImport | 1 | |
| UnusedImports | 4 | |
| LineLength | 126 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 2 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 3 | |
| WhitespaceAround | 30 | |
| ModifierOrder | 2 | |
| RedundantModifier | 11 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 1 | |
| LeftCurly | 1 | |
| NeedBraces | 0 | |
| RightCurly | 1 | |
| AvoidInlineConditionals | 1 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 13 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 3 | |
| MagicNumber | 1 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 15 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 74 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 3 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 1 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 47 | |
| TodoComment | 1 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 24 | |
| 'code' hides a field. | 24 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 37 | |
| Line is longer than 80 characters (found 81). | 51 | |
| Expected @param tag for 'code'. | 51 | |
| Expected @throws tag for 'IOException'. | 51 | |
| Line is longer than 80 characters (found 103). | 61 | |
| Expected @throws tag for 'IOException'. | 61 | |
| Line is longer than 80 characters (found 100). | 63 | |
| Line is longer than 80 characters (found 109). | 75 | |
| Expected @param tag for 'page'. | 80 | |
| Line is longer than 80 characters (found 82). | 82 | |
| Line is longer than 80 characters (found 94). | 83 | |
| Missing a Javadoc comment. | 86 | |
| Line has trailing spaces. | 88 | |
| Line has trailing spaces. | 89 | |
| Line is longer than 80 characters (found 93). | 90 | |
| Line is longer than 80 characters (found 87). | 92 | |
| Line is longer than 80 characters (found 111). | 93 | |
| Line is longer than 80 characters (found 89). | 99 | |
| Line has trailing spaces. | 110 | |
| Line is longer than 80 characters (found 126). | 111 | |
| Line has trailing spaces. | 118 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing package-info.java file. | 0 | |
| Method 'getLogger' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Parameter injectionPoint should be final. | 37 | |
| Line is longer than 80 characters (found 87). | 38 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing package-info.java file. | 0 | |
| Unused import - javax.inject.Qualifier. | 7 | |
| Missing a Javadoc comment. | 9 | |
| '}' is not preceded with whitespace. | 10 | |
| '{' should be on the previous line. | 12 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Line has trailing spaces. | 16 | |
| Method 'collect' is not designed for extension - needs to be abstract, final or empty. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Parameter event should be final. | 17 | |
| Line is longer than 80 characters (found 83). | 19 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters (found 90). | 24 | |
| Method 'load' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Parameter event should be final. | 24 | |
| Parameter beanManager should be final. | 24 | |
| Line is longer than 80 characters (found 118). | 27 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 4 | |
| Missing a Javadoc comment. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 8 | |
| Line contains a tab character. | 9 | |
| Missing a Javadoc comment. | 9 | |
| Line contains a tab character. | 10 | |
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Line contains a tab character. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Line contains a tab character. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Parameter code should be final. | 15 | |
| 'code' hides a field. | 15 | |
| Line contains a tab character. | 16 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters (found 86). | 18 | |
| Missing a Javadoc comment. | 18 | |
| Line is longer than 80 characters (found 91). | 19 | |
| Missing a Javadoc comment. | 19 | |
| Line has trailing spaces. | 20 | |
| Method 'fromMail' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Line is longer than 80 characters (found 103). | 29 | |
| Method 'fromMail' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Line is longer than 80 characters (found 104). | 41 | |
| Method 'fromParameter' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Line is longer than 80 characters (found 81). | 49 | |
| Avoid inline conditionals. | 49 | |
| Line is longer than 80 characters (found 108). | 50 | |
| Line has trailing spaces. | 52 | |
| 'if' is not followed by whitespace. | 64 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 12 | |
| Variable 'email' must be private and have accessor methods. | 12 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 21 | |
| 'email' hides a field. | 21 | |
| 'if' is not followed by whitespace. | 22 | |
| Method 'size' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| 'size' hides a field. | 28 | |
| '512' is a magic number. | 29 | |
| Line is longer than 80 characters (found 92). | 30 | |
| Method 'rating' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| 'rating' hides a field. | 36 | |
| Method 'defaultImage' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| 'defaultImage' hides a field. | 44 | |
| 'if' is not followed by whitespace. | 45 | |
| Method 'secure' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| 'secure' hides a field. | 52 | |
| Method 'forceDefault' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| 'forceDefault' hides a field. | 57 | |
| Line has trailing spaces. | 61 | |
| Method 'getDefaultImage' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Method 'getRating' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Method 'isSecure' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| Method 'isForceDefault' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 6 | |
| Line is longer than 80 characters (found 114). | 10 | |
| Line is longer than 80 characters (found 98). | 12 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 18 | |
| Parameter code should be final. | 18 | |
| 'code' hides a field. | 18 | |
| Missing a Javadoc comment. | 22 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 13 | |
| Method 'getFacesContext' is not designed for extension - needs to be abstract, final or empty. | 13 | |
| Missing a Javadoc comment. | 13 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line has trailing spaces. | 17 | |
| Comment matches to-do format 'TODO:'. | 59 | |
| Line is longer than 80 characters (found 107). | 67 | |
| Missing a Javadoc comment. | 67 | |
| 'static' modifier out of order with the JLS suggestions. | 67 | |
| Line is longer than 80 characters (found 109). | 68 | |
| Missing a Javadoc comment. | 68 | |
| 'static' modifier out of order with the JLS suggestions. | 68 | |
| Missing a Javadoc comment. | 70 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Line is longer than 80 characters (found 116). | 78 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Line is longer than 80 characters (found 99). | 89 | |
| Line is longer than 80 characters (found 92). | 94 | |
| Line is longer than 80 characters (found 107). | 95 | |
| Line is longer than 80 characters (found 83). | 103 | |
| Missing a Javadoc comment. | 124 | |
| Line has trailing spaces. | 135 | |
| Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| Line is longer than 80 characters (found 109). | 146 | |
| Line is longer than 80 characters (found 149). | 147 | |
| Line has trailing spaces. | 148 | |
| Unused @throws tag for 'ContextNotActiveException'. | 149 | |
| Line is longer than 80 characters (found 86). | 153 | |
| Missing a Javadoc comment. | 157 | |
| Line is longer than 80 characters (found 116). | 159 | |
| Line is longer than 80 characters (found 81). | 169 | |
| Missing a Javadoc comment. | 169 | |
| Line is longer than 80 characters (found 131). | 171 | |
| Method 'getScope' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| Method 'isListenerForSource' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| Line is longer than 80 characters (found 93). | 204 | |
| Method 'processEvent' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| Expected @param tag for 'event'. | 208 | |
| Line is longer than 80 characters (found 88). | 210 | |
| Line is longer than 80 characters (found 103). | 211 | |
| Line is longer than 80 characters (found 101). | 214 | |
| Line is longer than 80 characters (found 83). | 216 | |
| Line is longer than 80 characters (found 88). | 221 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Method 'addScope' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Method 'registerContext' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - java.lang.annotation.ElementType.*. | 30 | |
| Using the '.*' form of import should be avoided - java.lang.annotation.RetentionPolicy.*. | 31 | |
| '=' is not preceded with whitespace. | 37 | |
| '=' is not followed by whitespace. | 37 | |
| ',' is not followed by whitespace. | 37 | |
| ',' is not followed by whitespace. | 37 | |
| '}' is not preceded with whitespace. | 37 | |
| '=' is not preceded with whitespace. | 38 | |
| '=' is not followed by whitespace. | 38 | |
| '{' is not preceded with whitespace. | 41 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters (found 91). | 4 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing package-info.java file. | 0 | |
| Redundant import from the java.lang package - java.lang.StringBuilder. | 3 | |
| Utility classes should not have a public or default constructor. | 13 | |
| Line is longer than 80 characters (found 261). | 15 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| '=' is not followed by whitespace. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Parameter classes should be final. | 24 | |
| Line is longer than 80 characters (found 113). | 25 | |
| '+' is not preceded with whitespace. | 26 | |
| '+' is not followed by whitespace. | 26 | |
| Line is longer than 80 characters (found 93). | 30 | |
| Missing a Javadoc comment. | 30 | |
| Parameter classes should be final. | 30 | |
| Parameter interceptors should be final. | 30 | |
| 'for' is not followed by whitespace. | 35 | |
| '{' is not preceded with whitespace. | 35 | |
| Line has trailing spaces. | 43 | |
| Line is longer than 80 characters (found 113). | 44 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 14 | |
| Line has trailing spaces. | 15 | |
| Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Method 'getTeaser' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Line has trailing spaces. | 28 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters (found 103). | 7 | |
| Line has trailing spaces. | 8 | |
| Missing a Javadoc comment. | 13 | |
| '=' is not preceded with whitespace. | 13 | |
| Missing a Javadoc comment. | 15 | |
| '=' is not preceded with whitespace. | 15 | |
| Line has trailing spaces. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Method 'getTeaser' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Line has trailing spaces. | 33 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Method 'getPath' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Method 'isPage' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Method 'isPost' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Line has trailing spaces. | 51 | |
| Missing a Javadoc comment. | 52 | |
| '+' is not preceded with whitespace. | 55 | |
| '+' is not followed by whitespace. | 55 | |
| Line has trailing spaces. | 57 | |
| Line has trailing spaces. | 58 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 9 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Method 'getCreated' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Method 'getTags' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Method 'getAuthor' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing package-info.java file. | 0 | |
| '}' is not preceded with whitespace. | 13 | |
| Line has trailing spaces. | 18 | |
| Redundant 'public' modifier. | 20 | |
| Line is longer than 80 characters (found 82). | 22 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 25 | |
| Redundant 'public' modifier. | 25 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 11 | |
| Line has trailing spaces. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Parameter msg should be final. | 14 | |
| Missing a Javadoc comment. | 18 | |
| Parameter thrwbl should be final. | 18 | |
| Line has trailing spaces. | 21 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Unused import - com.google.common.collect.Sets. | 4 | |
| Unused import - java.util.ArrayList. | 8 | |
| Unused import - java.util.Set. | 11 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 43 | |
| Line is longer than 80 characters (found 85). | 47 | |
| Method 'nodeToEntity' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Parameter n should be final. | 47 | |
| Parameter clazz should be final. | 47 | |
| Line is longer than 80 characters (found 109). | 54 | |
| Inner assignments should be avoided. | 54 | |
| Line is longer than 80 characters (found 104). | 58 | |
| Line is longer than 80 characters (found 132). | 60 | |
| Line is longer than 80 characters (found 104). | 64 | |
| Line is longer than 80 characters (found 132). | 66 | |
| Line is longer than 80 characters (found 105). | 76 | |
| Line is longer than 80 characters (found 91). | 87 | |
| Line is longer than 80 characters (found 82). | 88 | |
| Line is longer than 80 characters (found 126). | 91 | |
| Line is longer than 80 characters (found 81). | 93 | |
| Line has trailing spaces. | 97 | |
| Line is longer than 80 characters (found 88). | 98 | |
| Line is longer than 80 characters (found 93). | 99 | |
| Line is longer than 80 characters (found 122). | 100 | |
| Line is longer than 80 characters (found 128). | 102 | |
| Parameter value should be final. | 102 | |
| Unable to get class information for RepositoryException. | 102 | |
| Line is longer than 80 characters (found 86). | 103 | |
| 'if' is not followed by whitespace. | 110 | |
| Line is longer than 80 characters (found 179). | 111 | |
| Line is longer than 80 characters (found 126). | 117 | |
| Expected an @return tag. | 144 | |
| Line is longer than 80 characters (found 112). | 144 | |
| Expected @param tag for '<E>'. | 144 | |
| Parameter clazz should be final. | 144 | |
| Expected @param tag for 'clazz'. | 144 | |
| Parameter value should be final. | 144 | |
| Expected @param tag for 'value'. | 144 | |
| Expected @throws tag for 'RepositoryException'. | 144 | |
| Unable to get class information for RepositoryException. | 144 | |
| Expected @throws tag for 'NodeConverterException'. | 144 | |
| Line is longer than 80 characters (found 150). | 152 | |
| Expected an @return tag. | 164 | |
| Line is longer than 80 characters (found 123). | 164 | |
| Method 'createValue' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| Parameter object should be final. | 164 | |
| Expected @param tag for 'object'. | 164 | |
| Parameter valueFactory should be final. | 164 | |
| Expected @param tag for 'valueFactory'. | 164 | |
| Expected @throws tag for 'RepositoryException'. | 164 | |
| Unable to get class information for RepositoryException. | 164 | |
| Expected @throws tag for 'NodeConverterException'. | 164 | |
| Line is longer than 80 characters (found 163). | 175 | |
| Line is longer than 80 characters (found 111). | 178 | |
| Method 'getOrCreateNode' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| Missing a Javadoc comment. | 178 | |
| Line is longer than 80 characters (found 109). | 184 | |
| Inner assignments should be avoided. | 184 | |
| Line is longer than 80 characters (found 104). | 188 | |
| 'if' is not followed by whitespace. | 191 | |
| Line is longer than 80 characters (found 143). | 192 | |
| Line is longer than 80 characters (found 112). | 194 | |
| Line is longer than 80 characters (found 111). | 208 | |
| Line is longer than 80 characters (found 115). | 211 | |
| Method 'entityToNode' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| Missing a Javadoc comment. | 211 | |
| Line is longer than 80 characters (found 109). | 219 | |
| Inner assignments should be avoided. | 219 | |
| Line has trailing spaces. | 223 | |
| Line is longer than 80 characters (found 111). | 244 | |
| Line is longer than 80 characters (found 122). | 245 | |
| Line is longer than 80 characters (found 96). | 248 | |
| Line is longer than 80 characters (found 95). | 249 | |
| Line is longer than 80 characters (found 93). | 252 | |
| Line has trailing spaces. | 253 | |
| Line is longer than 80 characters (found 91). | 253 | |
| Line is longer than 80 characters (found 98). | 254 | |
| Line is longer than 80 characters (found 97). | 255 | |
| Line is longer than 80 characters (found 91). | 256 | |
| Line is longer than 80 characters (found 87). | 257 | |
| Line is longer than 80 characters (found 93). | 259 | |
| Line is longer than 80 characters (found 86). | 261 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line has trailing spaces. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Line has trailing spaces. | 22 | |
| Redundant 'public' modifier. | 24 | |
| Line is longer than 80 characters (found 82). | 26 | |
| Line has trailing spaces. | 27 | |
| Line has trailing spaces. | 29 | |
| Redundant 'public' modifier. | 29 | |
| Line is longer than 80 characters (found 101). | 31 | |
| Redundant 'public' modifier. | 34 | |
| Line has trailing spaces. | 35 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 12 | |
| Line is longer than 80 characters (found 89). | 13 | |
| Missing a Javadoc comment. | 13 | |
| Unable to get class information for RepositoryException. | 13 | |
| Line is longer than 80 characters (found 120). | 16 | |
| Line has trailing spaces. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Redundant 'public' modifier. | 18 | |
| Line has trailing spaces. | 19 | |
| Expected an @return tag. | 21 | |
| Line is longer than 80 characters (found 126). | 21 | |
| Redundant 'public' modifier. | 21 | |
| Expected @param tag for 'values'. | 21 | |
| Expected @param tag for 'callback'. | 21 | |
| Expected @throws tag for 'NodeConverterException'. | 21 | |
| Expected @throws tag for 'RepositoryException'. | 21 | |
| Unable to get class information for RepositoryException. | 21 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Redundant 'public' modifier. | 14 | |
| Line is longer than 80 characters (found 118). | 15 | |
| Missing a Javadoc comment. | 15 | |
| Redundant 'public' modifier. | 15 | |
| Unable to get class information for RepositoryException. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Redundant 'public' modifier. | 16 | |
| Line is longer than 80 characters (found 91). | 17 | |
| Missing a Javadoc comment. | 17 | |
| Redundant 'public' modifier. | 17 | |
| Unable to get class information for RepositoryException. | 17 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters (found 85). | 15 | |
| Type Javadoc comment is missing an @param <E> tag. | 15 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Line has trailing spaces. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Parameter enumClazz should be final. | 23 | |
| 'enumClazz' hides a field. | 23 | |
| Missing a Javadoc comment. | 28 | |
| 'mapping' hides a field. | 28 | |
| Line has trailing spaces. | 29 | |
| Method 'isApplicableObjectToValue' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Parameter object should be final. | 31 | |
| Method 'toValue' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Line is longer than 80 characters (found 98). | 36 | |
| Parameter object should be final. | 36 | |
| Parameter valueFactory should be final. | 36 | |
| Method 'isApplicableValueToObject' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Parameter clazz should be final. | 41 | |
| Method 'toObject' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Line is longer than 80 characters (found 92). | 46 | |
| Parameter value should be final. | 46 | |
| Unable to get class information for RepositoryException. | 46 | |
| Line has trailing spaces. | 47 | |
| Line has trailing spaces. | 49 | |
| Line has trailing spaces. | 50 | |
| Line has trailing spaces. | 51 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Method 'isApplicableObjectToValue' is not designed for extension - needs to be abstract, final or empty. | 18 | |
| Parameter object should be final. | 19 | |
| Method 'toValue' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Parameter object should be final. | 24 | |
| Parameter valueFactory should be final. | 24 | |
| 'cast' is not followed by whitespace. | 25 | |
| Method 'isApplicableValueToObject' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Parameter clazz should be final. | 29 | |
| Method 'toObject' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Parameter value should be final. | 34 | |
| Unable to get class information for RepositoryException. | 34 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Method 'isApplicableObjectToValue' is not designed for extension - needs to be abstract, final or empty. | 18 | |
| Parameter object should be final. | 19 | |
| Method 'toValue' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Parameter object should be final. | 24 | |
| Parameter valueFactory should be final. | 24 | |
| Method 'isApplicableValueToObject' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Parameter clazz should be final. | 31 | |
| Method 'toObject' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Parameter value should be final. | 36 | |
| Unable to get class information for RepositoryException. | 36 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 21 | |
| Method 'isApplicableValuesToObjects' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Method 'toObjects' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Line is longer than 80 characters (found 134). | 28 | |
| Parameter callback should be final. | 28 | |
| Unable to get class information for RepositoryException. | 28 | |
| Line is longer than 80 characters (found 86). | 29 |
| Violation | Message | Line |
|---|---|---|
| Method 'isApplicableValuesToObjects' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| Method 'toObjects' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Line is longer than 80 characters (found 133). | 25 | |
| Parameter callback should be final. | 25 | |
| Unable to get class information for RepositoryException. | 25 | |
| Line is longer than 80 characters (found 86). | 26 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Method 'isApplicableObjectToValue' is not designed for extension - needs to be abstract, final or empty. | 17 | |
| Parameter object should be final. | 18 | |
| Method 'toValue' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Parameter object should be final. | 23 | |
| Parameter valueFactory should be final. | 23 | |
| Method 'isApplicableValueToObject' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Parameter clazz should be final. | 28 | |
| Method 'toObject' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Parameter value should be final. | 33 | |
| Unable to get class information for RepositoryException. | 33 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| File does not end with a newline. | 0 | |
| Line has trailing spaces. | 9 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing package-info.java file. | 0 | |
| Utility classes should not have a public or default constructor. | 7 | |
| Line is longer than 80 characters (found 85). | 8 | |
| Missing a Javadoc comment. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Line has trailing spaces. | 10 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters (found 89). | 38 | |
| '}' is not preceded with whitespace. | 38 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line has trailing spaces. | 34 | |
| Line has trailing spaces. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Method 'getRepository' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 37 | |
| Method 'getRepository' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Line is longer than 80 characters (found 97). | 42 | |
| Line has trailing spaces. | 45 | |
| Method 'cleanup' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - java.io.*. | 24 | |
| Using the '.*' form of import should be avoided - org.jcr_blog.persistence.JcrBlogNamespace.*. | 41 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Line has trailing spaces. | 55 | |
| Missing a Javadoc comment. | 56 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Line is longer than 80 characters (found 100). | 62 | |
| Line is longer than 80 characters (found 84). | 64 | |
| Line is longer than 80 characters (found 95). | 73 | |
| Line is longer than 80 characters (found 90). | 79 | |
| Missing a Javadoc comment. | 79 | |
| Unable to get class information for RepositoryException. | 79 | |
| Line is longer than 80 characters (found 102). | 81 | |
| Line is longer than 80 characters (found 94). | 82 | |
| Line is longer than 80 characters (found 100). | 83 | |
| Line is longer than 80 characters (found 101). | 84 | |
| Line is longer than 80 characters (found 110). | 85 | |
| Line is longer than 80 characters (found 219). | 86 | |
| Expected an @return tag. | 99 | |
| Method 'getSession' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Line is longer than 80 characters (found 112). | 101 | |
| Expected @throws tag for 'RepositoryException'. | 103 | |
| Unable to get class information for RepositoryException. | 103 | |
| Method 'closeSession' is not designed for extension - needs to be abstract, final or empty. | 115 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 14 | |
| Parameter string should be final. | 14 | |
| Missing a Javadoc comment. | 18 | |
| Parameter thrwbl should be final. | 18 | |
| Line has trailing spaces. | 21 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Utility classes should not have a public or default constructor. | 17 | |
| Line is longer than 80 characters (found 91). | 19 | |
| Missing a Javadoc comment. | 19 | |
| Name 'format' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Line has trailing spaces. | 37 | |
| Expected an @return tag. | 45 | |
| Parameter d should be final. | 45 | |
| Expected @param tag for 'd'. | 45 | |
| Parameter name should be final. | 45 | |
| Line is longer than 80 characters (found 95). | 50 | |
| Missing a Javadoc comment. | 53 | |
| Parameter parameter should be final. | 53 | |
| Line is longer than 80 characters (found 88). | 55 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 14 | |
| 'field' hides a field. | 14 | |
| 'value' hides a field. | 14 | |
| Method 'getField' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Line has trailing spaces. | 27 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Line has trailing spaces. | 24 | |
| Method 'registerInJMX' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Line is longer than 80 characters (found 98). | 28 | |
| 'catch' is not preceded with whitespace. | 31 | |
| '}' is not followed by whitespace. | 31 | |
| 'catch' is not followed by whitespace. | 31 | |
| Must have at least one statement. | 31 | |
| Line has trailing spaces. | 33 | |
| '}' should be on the same line. | 33 | |
| Line has trailing spaces. | 34 | |
| Line is longer than 80 characters (found 103). | 36 | |
| Method 'unregisterFromJMX' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Line is longer than 80 characters (found 105). | 45 | |
| Method 'initBlog' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Parameter blog should be final. | 50 | |
| Line has trailing spaces. | 52 | |
| Method 'resetDataStore' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Line has trailing spaces. | 59 | |
| Line has trailing spaces. | 60 | |
| Line has trailing spaces. | 61 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 6 | |
| Missing a Javadoc comment. | 7 | |
| ';' is preceded with whitespace. | 7 | |
| Line has trailing spaces. | 10 | |
| Expected @throws tag for 'IOException'. | 12 | |
| ';' is preceded with whitespace. | 12 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '}' is not preceded with whitespace. | 18 | |
| '}' is not preceded with whitespace. | 19 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 27 | |
| '}' is not preceded with whitespace. | 27 | |
| Missing a Javadoc comment. | 29 | |
| '}' is not preceded with whitespace. | 29 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 |