The following document contains the results of Checkstyle. 
| Rule | Violations | Severity |
|---|---|---|
JavadocPackage
|
6 | |
| NewlineAtEndOfFile | 13 | |
| Translation | 0 | |
| FileLength | 0 | |
FileTabCharacter
|
0 | |
RegexpSingleline
|
0 | |
| JavadocMethod | 94 | |
| JavadocType | 2 | |
| JavadocVariable | 44 | |
| JavadocStyle | 32 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| LineLength | 57 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 2 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 416 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 2 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 143 | |
| NeedBraces | 1 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 36 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 257 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 1 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 86 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 1 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 66 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Severity | Message | Line |
|---|---|---|
| Missing package-info.java file. | ||
| First sentence should end with a period. | 21 | |
| Line is longer than 80 characters (found 103). | 24 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Method 'setQueryKey' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| '(' is followed by whitespace. | 32 | |
| Parameter queryKey should be final. | 32 | |
| 'queryKey' hides a field. | 32 | |
| ')' is preceded with whitespace. | 32 | |
| '{' should be on the previous line. | 33 | |
| Method 'setJdbcDao' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| '(' is followed by whitespace. | 37 | |
| Parameter jdbcDao should be final. | 37 | |
| 'jdbcDao' hides a field. | 37 | |
| ')' is preceded with whitespace. | 37 | |
| '{' should be on the previous line. | 38 | |
| Method 'getAllAuthService' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| '{' should be on the previous line. | 44 | |
| First sentence should end with a period. | 48 | |
| Expected an @return tag. | 51 | |
| Method 'getServiceAuthorities' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| '(' is followed by whitespace. | 52 | |
| Parameter roles should be final. | 52 | |
| Expected @param tag for 'roles'. | 52 | |
| ')' is preceded with whitespace. | 52 | |
| '{' should be on the previous line. | 53 | |
| '(' is followed by whitespace. | 54 | |
| ')' is preceded with whitespace. | 54 | |
| '{' should be on the previous line. | 55 | |
| '(' is followed by whitespace. | 61 | |
| ')' is preceded with whitespace. | 61 | |
| '{' should be on the previous line. | 62 | |
| '(' is followed by whitespace. | 63 | |
| ')' is preceded with whitespace. | 63 | |
| '(' is followed by whitespace. | 64 | |
| ')' is preceded with whitespace. | 64 | |
| '{' should be on the previous line. | 65 | |
| '(' is followed by whitespace. | 66 | |
| ')' is preceded with whitespace. | 66 | |
| Method 'loadResource' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| '{' should be on the previous line. | 75 | |
| '(' is followed by whitespace. | 76 | |
| ')' is preceded with whitespace. | 76 | |
| '(' is followed by whitespace. | 77 | |
| ')' is preceded with whitespace. | 77 | |
| '{' should be on the previous line. | 78 | |
| '(' is followed by whitespace. | 82 | |
| ')' is preceded with whitespace. | 82 | |
| '{' should be on the previous line. | 83 | |
| '(' is followed by whitespace. | 84 | |
| ')' is preceded with whitespace. | 84 | |
| '(' is followed by whitespace. | 85 | |
| ')' is preceded with whitespace. | 85 | |
| '{' should be on the previous line. | 86 | |
| '(' is followed by whitespace. | 89 | |
| ')' is preceded with whitespace. | 89 | |
| '(' is followed by whitespace. | 90 | |
| ')' is preceded with whitespace. | 90 | |
| '(' is followed by whitespace. | 91 | |
| ')' is preceded with whitespace. | 91 | |
| First sentence should end with a period. | 95 | |
| Line is longer than 80 characters (found 85). | 96 | |
| Method 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Expected @throws tag for 'Exception'. | 99 | |
| '{' should be on the previous line. | 100 | |
| '(' is followed by whitespace. | 101 | |
| ')' is preceded with whitespace. | 101 | |
| '{' should be on the previous line. | 102 | |
| '(' is followed by whitespace. | 103 | |
| ')' is preceded with whitespace. | 103 |
| Severity | Message | Line |
|---|---|---|
| File does not end with a newline. | ||
| First sentence should end with a period. | 11 | |
| '{' should be on the previous line. | 15 | |
| Missing a Javadoc comment. | 16 | |
| '(' is followed by whitespace. | 16 | |
| ')' is preceded with whitespace. | 16 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 20 |
| Severity | Message | Line |
|---|---|---|
| First sentence should end with a period. | 19 | |
| Line is longer than 80 characters (found 97). | 22 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Method 'setQueryKey' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| '(' is followed by whitespace. | 29 | |
| Parameter queryKey should be final. | 29 | |
| 'queryKey' hides a field. | 29 | |
| ')' is preceded with whitespace. | 29 | |
| '{' should be on the previous line. | 30 | |
| Method 'setJdbcDao' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| '(' is followed by whitespace. | 34 | |
| Parameter jdbcDao should be final. | 34 | |
| 'jdbcDao' hides a field. | 34 | |
| ')' is preceded with whitespace. | 34 | |
| '{' should be on the previous line. | 35 | |
| First sentence should end with a period. | 39 | |
| Expected an @return tag. | 42 | |
| Method 'getViewAuthorities' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| '(' is followed by whitespace. | 43 | |
| Parameter roles should be final. | 43 | |
| Expected @param tag for 'roles'. | 43 | |
| ')' is preceded with whitespace. | 43 | |
| '{' should be on the previous line. | 44 | |
| '(' is followed by whitespace. | 45 | |
| ')' is preceded with whitespace. | 45 | |
| '{' should be on the previous line. | 46 | |
| Line is longer than 80 characters (found 89). | 50 | |
| '(' is followed by whitespace. | 53 | |
| ')' is preceded with whitespace. | 53 | |
| '{' should be on the previous line. | 54 | |
| Line is longer than 80 characters (found 83). | 55 | |
| '(' is followed by whitespace. | 55 | |
| ')' is preceded with whitespace. | 55 | |
| '(' is followed by whitespace. | 56 | |
| ')' is preceded with whitespace. | 56 | |
| '{' should be on the previous line. | 57 | |
| '(' is followed by whitespace. | 58 | |
| ')' is preceded with whitespace. | 58 | |
| '(' is followed by whitespace. | 62 | |
| ')' is preceded with whitespace. | 62 | |
| '{' should be on the previous line. | 63 | |
| '(' is followed by whitespace. | 65 | |
| ')' is preceded with whitespace. | 65 | |
| '{' should be on the previous line. | 66 | |
| '(' is followed by whitespace. | 68 | |
| ')' is preceded with whitespace. | 68 | |
| '{' should be on the previous line. | 69 | |
| '(' is followed by whitespace. | 70 | |
| '(' is followed by whitespace. | 70 | |
| ')' is preceded with whitespace. | 70 | |
| ')' is preceded with whitespace. | 70 | |
| '{' should be on the previous line. | 71 | |
| '(' is followed by whitespace. | 76 | |
| ')' is preceded with whitespace. | 76 | |
| '{' should be on the previous line. | 77 | |
| '(' is followed by whitespace. | 78 | |
| ')' is preceded with whitespace. | 78 | |
| Method 'loadResource' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| '{' should be on the previous line. | 88 | |
| '(' is followed by whitespace. | 89 | |
| ')' is preceded with whitespace. | 89 | |
| '(' is followed by whitespace. | 90 | |
| ')' is preceded with whitespace. | 90 | |
| '{' should be on the previous line. | 91 | |
| '(' is followed by whitespace. | 94 | |
| ')' is preceded with whitespace. | 94 | |
| '{' should be on the previous line. | 95 | |
| Line is longer than 80 characters (found 91). | 96 | |
| '(' is followed by whitespace. | 96 | |
| ')' is preceded with whitespace. | 96 | |
| '(' is followed by whitespace. | 97 | |
| ')' is preceded with whitespace. | 97 | |
| '{' should be on the previous line. | 98 | |
| '(' is followed by whitespace. | 101 | |
| ')' is preceded with whitespace. | 101 | |
| '(' is followed by whitespace. | 102 | |
| ')' is preceded with whitespace. | 102 | |
| First sentence should end with a period. | 106 | |
| Method 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Expected @throws tag for 'Exception'. | 110 | |
| '{' should be on the previous line. | 111 | |
| '(' is followed by whitespace. | 112 | |
| ')' is preceded with whitespace. | 112 | |
| '{' should be on the previous line. | 113 | |
| '(' is followed by whitespace. | 114 | |
| ')' is preceded with whitespace. | 114 |
| Severity | Message | Line |
|---|---|---|
| File does not end with a newline. | ||
| First sentence should end with a period. | 11 | |
| '{' should be on the previous line. | 15 | |
| Missing a Javadoc comment. | 16 | |
| '(' is followed by whitespace. | 16 | |
| ')' is preceded with whitespace. | 16 | |
| Missing a Javadoc comment. | 18 |
| Severity | Message | Line |
|---|---|---|
| Missing package-info.java file. | ||
| Line is longer than 80 characters (found 96). | 19 | |
| Line is longer than 80 characters (found 111). | 31 | |
| Missing a Javadoc comment. | 31 | |
| Line is longer than 80 characters (found 101). | 33 | |
| Missing a Javadoc comment. | 33 | |
| '(' is followed by whitespace. | 33 | |
| ')' is preceded with whitespace. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Method 'setGlueService' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| '(' is followed by whitespace. | 41 | |
| Parameter glueService should be final. | 41 | |
| 'glueService' hides a field. | 41 | |
| ')' is preceded with whitespace. | 41 | |
| '{' should be on the previous line. | 42 | |
| Method 'setResultKey' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| '(' is followed by whitespace. | 46 | |
| Parameter resultKey should be final. | 46 | |
| 'resultKey' hides a field. | 46 | |
| ')' is preceded with whitespace. | 46 | |
| '{' should be on the previous line. | 47 | |
| First sentence should end with a period. | 51 | |
| Method 'loadResourceMap' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| '{' should be on the previous line. | 55 | |
| Line is longer than 80 characters (found 92). | 56 | |
| '(' is followed by whitespace. | 59 | |
| ')' is preceded with whitespace. | 59 | |
| '{' should be on the previous line. | 60 | |
| Line is longer than 80 characters (found 89). | 61 | |
| '(' is followed by whitespace. | 61 | |
| ')' is preceded with whitespace. | 61 | |
| Line is longer than 80 characters (found 93). | 62 | |
| '(' is followed by whitespace. | 62 | |
| ')' is preceded with whitespace. | 62 | |
| '(' is followed by whitespace. | 64 | |
| '(' is followed by whitespace. | 64 | |
| ')' is preceded with whitespace. | 64 | |
| ')' is preceded with whitespace. | 64 | |
| '{' should be on the previous line. | 65 | |
| Line is longer than 80 characters (found 118). | 66 | |
| '(' is followed by whitespace. | 66 | |
| '{' is followed by whitespace. | 66 | |
| ')' is preceded with whitespace. | 66 | |
| '(' is followed by whitespace. | 67 | |
| ')' is preceded with whitespace. | 67 | |
| '{' should be on the previous line. | 69 | |
| '(' is followed by whitespace. | 70 | |
| ')' is preceded with whitespace. | 70 | |
| '(' is followed by whitespace. | 71 | |
| '(' is followed by whitespace. | 71 | |
| ')' is preceded with whitespace. | 71 | |
| ')' is preceded with whitespace. | 71 | |
| First sentence should end with a period. | 76 | |
| Expected an @return tag. | 79 | |
| '{' should be on the previous line. | 80 | |
| '(' is followed by whitespace. | 82 | |
| ')' is preceded with whitespace. | 82 | |
| '(' is followed by whitespace. | 83 | |
| ')' is preceded with whitespace. | 83 | |
| Line is longer than 80 characters (found 111). | 85 | |
| '(' is followed by whitespace. | 85 | |
| ')' is preceded with whitespace. | 85 | |
| '(' is followed by whitespace. | 85 | |
| ')' is preceded with whitespace. | 85 | |
| Method 'getAllConfigAttributes' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| '{' should be on the previous line. | 92 | |
| Line is longer than 80 characters (found 101). | 95 | |
| '(' is followed by whitespace. | 95 | |
| ')' is preceded with whitespace. | 95 | |
| '(' is followed by whitespace. | 97 | |
| ')' is preceded with whitespace. | 97 | |
| Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| '(' is followed by whitespace. | 104 | |
| Parameter object should be final. | 104 | |
| ')' is preceded with whitespace. | 104 | |
| '{' should be on the previous line. | 105 | |
| Line is longer than 80 characters (found 86). | 106 | |
| '(' is followed by whitespace. | 106 | |
| ')' is preceded with whitespace. | 106 | |
| Line is longer than 80 characters (found 101). | 107 | |
| '(' is followed by whitespace. | 107 | |
| ')' is preceded with whitespace. | 107 | |
| '(' is followed by whitespace. | 109 | |
| '(' is followed by whitespace. | 109 | |
| ')' is preceded with whitespace. | 109 | |
| ')' is preceded with whitespace. | 109 | |
| '{' should be on the previous line. | 110 | |
| Method 'supports' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| '(' is followed by whitespace. | 118 | |
| Parameter clazz should be final. | 118 | |
| ')' is preceded with whitespace. | 118 | |
| '{' should be on the previous line. | 119 | |
| '(' is followed by whitespace. | 120 | |
| ')' is preceded with whitespace. | 120 | |
| First sentence should end with a period. | 123 | |
| Method 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Expected @throws tag for 'Exception'. | 127 | |
| '{' should be on the previous line. | 128 |
| Severity | Message | Line |
|---|---|---|
| File does not end with a newline. | ||
| Line is longer than 80 characters (found 81). | 22 | |
| First sentence should end with a period. | 32 | |
| '{' should be on the previous line. | 36 | |
| First sentence should end with a period. | 37 | |
| Line is longer than 80 characters (found 93). | 38 | |
| '(' is followed by whitespace. | 38 | |
| ')' is preceded with whitespace. | 38 | |
| First sentence should end with a period. | 39 | |
| First sentence should end with a period. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Method 'setCrc' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| '(' is followed by whitespace. | 48 | |
| Parameter crc should be final. | 48 | |
| 'crc' hides a field. | 48 | |
| ')' is preceded with whitespace. | 48 | |
| '{' should be on the previous line. | 49 | |
| Method 'setServiceName' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| '(' is followed by whitespace. | 53 | |
| Parameter glueService should be final. | 53 | |
| ')' is preceded with whitespace. | 53 | |
| '{' should be on the previous line. | 54 | |
| Method 'setServiceAuthorityManagerId' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| '(' is followed by whitespace. | 58 | |
| Parameter serviceAuthorityManagerId should be final. | 58 | |
| 'serviceAuthorityManagerId' hides a field. | 58 | |
| ')' is preceded with whitespace. | 58 | |
| Method 'setViewAuthorityManagerId' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| '(' is followed by whitespace. | 63 | |
| Parameter viewAuthorityManagerId should be final. | 63 | |
| 'viewAuthorityManagerId' hides a field. | 63 | |
| ')' is preceded with whitespace. | 63 | |
| '{' should be on the previous line. | 64 | |
| Method 'setUserName' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| '(' is followed by whitespace. | 68 | |
| Parameter userName should be final. | 68 | |
| 'userName' hides a field. | 68 | |
| ')' is preceded with whitespace. | 68 | |
| '{' should be on the previous line. | 69 | |
| Method 'setCrcName' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| '(' is followed by whitespace. | 73 | |
| Parameter crcName should be final. | 73 | |
| 'crcName' hides a field. | 73 | |
| ')' is preceded with whitespace. | 73 | |
| '{' should be on the previous line. | 74 | |
| Method 'loadUserByUsername' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Line is longer than 80 characters (found 93). | 79 | |
| '(' is followed by whitespace. | 79 | |
| Parameter username should be final. | 79 | |
| ')' is preceded with whitespace. | 79 | |
| Redundant throws: 'UsernameNotFoundException' is unchecked exception. | 79 | |
| '(' is followed by whitespace. | 81 | |
| ')' is preceded with whitespace. | 81 | |
| '(' is followed by whitespace. | 89 | |
| ')' is preceded with whitespace. | 89 | |
| '(' is followed by whitespace. | 90 | |
| ')' is preceded with whitespace. | 90 | |
| '{' should be on the previous line. | 91 | |
| '(' is followed by whitespace. | 92 | |
| ')' is preceded with whitespace. | 92 | |
| '(' is followed by whitespace. | 93 | |
| '(' is followed by whitespace. | 93 | |
| ')' is preceded with whitespace. | 93 | |
| ')' is preceded with whitespace. | 93 | |
| '(' is followed by whitespace. | 95 | |
| ')' is preceded with whitespace. | 95 | |
| '(' is followed by whitespace. | 96 | |
| ')' is preceded with whitespace. | 96 | |
| '(' is followed by whitespace. | 97 | |
| ')' is preceded with whitespace. | 97 | |
| Line is longer than 80 characters (found 100). | 99 | |
| '(' is followed by whitespace. | 99 | |
| ')' is preceded with whitespace. | 99 | |
| '(' is followed by whitespace. | 99 | |
| ')' is preceded with whitespace. | 99 | |
| Line is longer than 80 characters (found 100). | 100 | |
| '(' is followed by whitespace. | 100 | |
| ')' is preceded with whitespace. | 100 | |
| '(' is followed by whitespace. | 100 | |
| ')' is preceded with whitespace. | 100 | |
| '(' is followed by whitespace. | 102 | |
| ')' is preceded with whitespace. | 102 | |
| '{' should be on the previous line. | 103 | |
| Line is longer than 80 characters (found 86). | 104 | |
| '(' is followed by whitespace. | 104 | |
| ')' is preceded with whitespace. | 104 | |
| Line is longer than 80 characters (found 163). | 108 | |
| '(' is followed by whitespace. | 108 | |
| ')' is preceded with whitespace. | 108 | |
| '(' is followed by whitespace. | 109 | |
| ')' is preceded with whitespace. | 109 | |
| '{' should be on the previous line. | 110 | |
| '(' is followed by whitespace. | 111 | |
| ')' is preceded with whitespace. | 111 | |
| Line is longer than 80 characters (found 175). | 114 | |
| '(' is followed by whitespace. | 114 | |
| ')' is preceded with whitespace. | 114 | |
| '(' is followed by whitespace. | 116 | |
| ')' is preceded with whitespace. | 116 | |
| '{' should be on the previous line. | 117 | |
| Line is longer than 80 characters (found 88). | 118 | |
| '(' is followed by whitespace. | 118 | |
| ')' is preceded with whitespace. | 118 | |
| '(' is followed by whitespace. | 121 | |
| ')' is preceded with whitespace. | 121 | |
| '{' should be on the previous line. | 122 | |
| '(' is followed by whitespace. | 123 | |
| '(' is followed by whitespace. | 123 | |
| ')' is preceded with whitespace. | 123 | |
| ')' is preceded with whitespace. | 123 | |
| '(' is followed by whitespace. | 126 | |
| ')' is preceded with whitespace. | 126 | |
| '(' is followed by whitespace. | 129 | |
| '(' is followed by whitespace. | 129 | |
| ')' is preceded with whitespace. | 129 | |
| ')' is preceded with whitespace. | 129 | |
| '{' should be on the previous line. | 130 | |
| Line is longer than 80 characters (found 87). | 132 | |
| '(' is followed by whitespace. | 132 | |
| '(' is followed by whitespace. | 132 | |
| ')' is preceded with whitespace. | 132 | |
| ')' is preceded with whitespace. | 132 | |
| Line is longer than 80 characters (found 187). | 137 | |
| '(' is followed by whitespace. | 137 | |
| ')' is preceded with whitespace. | 137 | |
| '(' is followed by whitespace. | 138 | |
| ')' is preceded with whitespace. | 138 | |
| '(' is followed by whitespace. | 139 | |
| ')' is preceded with whitespace. | 139 | |
| '(' is followed by whitespace. | 140 | |
| ')' is preceded with whitespace. | 140 |
| Severity | Message | Line |
|---|---|---|
| File does not end with a newline. | ||
| Missing package-info.java file. | ||
| Line is longer than 80 characters (found 81). | 15 | |
| First sentence should end with a period. | 21 | |
| '{' should be on the previous line. | 25 | |
| First sentence should end with a period. | 26 | |
| '(' is followed by whitespace. | 27 | |
| ')' is preceded with whitespace. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Method 'setRequestName' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| '(' is followed by whitespace. | 34 | |
| Parameter requestName should be final. | 34 | |
| 'requestName' hides a field. | 34 | |
| ')' is preceded with whitespace. | 34 | |
| '{' should be on the previous line. | 35 | |
| Method 'setUrlManagerId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| '(' is followed by whitespace. | 39 | |
| Parameter urlManagerId should be final. | 39 | |
| 'urlManagerId' hides a field. | 39 | |
| ')' is preceded with whitespace. | 39 | |
| '{' should be on the previous line. | 40 | |
| Method 'setServiceManagerId' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| '(' is followed by whitespace. | 44 | |
| Parameter serviceManagerId should be final. | 44 | |
| 'serviceManagerId' hides a field. | 44 | |
| ')' is preceded with whitespace. | 44 | |
| '{' should be on the previous line. | 45 | |
| Method 'setViewManagerId' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| '(' is followed by whitespace. | 49 | |
| Parameter viewManagerId should be final. | 49 | |
| 'viewManagerId' hides a field. | 49 | |
| ')' is preceded with whitespace. | 49 | |
| '{' should be on the previous line. | 50 | |
| Method 'handleRequest' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Line is longer than 80 characters (found 114). | 55 | |
| '(' is followed by whitespace. | 55 | |
| Parameter request should be final. | 55 | |
| Parameter response should be final. | 55 | |
| ')' is preceded with whitespace. | 55 | |
| '(' is followed by whitespace. | 57 | |
| ')' is preceded with whitespace. | 57 | |
| '(' is followed by whitespace. | 58 | |
| ')' is preceded with whitespace. | 58 | |
| '(' is followed by whitespace. | 60 | |
| ')' is preceded with whitespace. | 60 | |
| '{' should be on the previous line. | 62 | |
| '(' is followed by whitespace. | 63 | |
| '(' is followed by whitespace. | 63 | |
| ')' is preceded with whitespace. | 63 | |
| ')' is preceded with whitespace. | 63 | |
| '{' should be on the previous line. | 64 | |
| '(' is followed by whitespace. | 65 | |
| ')' is preceded with whitespace. | 65 | |
| Line is longer than 80 characters (found 145). | 66 | |
| '(' is followed by whitespace. | 66 | |
| ')' is preceded with whitespace. | 66 | |
| Line is longer than 80 characters (found 135). | 67 | |
| '(' is followed by whitespace. | 67 | |
| ')' is preceded with whitespace. | 67 | |
| '(' is followed by whitespace. | 69 | |
| '(' is followed by whitespace. | 69 | |
| ')' is preceded with whitespace. | 69 | |
| ')' is preceded with whitespace. | 69 | |
| '{' should be on the previous line. | 70 | |
| '(' is followed by whitespace. | 71 | |
| ')' is preceded with whitespace. | 71 | |
| Line is longer than 80 characters (found 165). | 72 | |
| '(' is followed by whitespace. | 72 | |
| ')' is preceded with whitespace. | 72 | |
| '(' is followed by whitespace. | 74 | |
| '(' is followed by whitespace. | 74 | |
| ')' is preceded with whitespace. | 74 | |
| ')' is preceded with whitespace. | 74 | |
| '{' should be on the previous line. | 75 | |
| '(' is followed by whitespace. | 76 | |
| ')' is preceded with whitespace. | 76 | |
| Line is longer than 80 characters (found 153). | 77 | |
| '(' is followed by whitespace. | 77 | |
| ')' is preceded with whitespace. | 77 | |
| '{' should be on the previous line. | 80 | |
| '(' is followed by whitespace. | 83 | |
| ')' is preceded with whitespace. | 83 | |
| '{' should be on the previous line. | 84 | |
| '(' is followed by whitespace. | 85 | |
| ')' is preceded with whitespace. | 85 | |
| '(' is followed by whitespace. | 88 | |
| ')' is preceded with whitespace. | 88 |
| Severity | Message | Line |
|---|---|---|
| File does not end with a newline. | ||
| Missing a Javadoc comment. | 12 | |
| '{' should be on the previous line. | 13 | |
| Method 'renderMergedOutputModel' is not designed for extension - needs to be abstract, final or empty. | 14 | |
| Line is longer than 80 characters (found 146). | 15 | |
| '(' is followed by whitespace. | 15 | |
| Parameter model should be final. | 15 | |
| Parameter request should be final. | 15 | |
| Parameter response should be final. | 15 | |
| ')' is preceded with whitespace. | 15 | |
| '(' is followed by whitespace. | 17 | |
| ')' is preceded with whitespace. | 17 | |
| '(' is followed by whitespace. | 19 | |
| ')' is preceded with whitespace. | 19 | |
| '(' is followed by whitespace. | 21 | |
| ')' is preceded with whitespace. | 21 | |
| '(' is followed by whitespace. | 21 | |
| ')' is preceded with whitespace. | 21 | |
| '(' is followed by whitespace. | 21 | |
| ')' is preceded with whitespace. | 21 | |
| '(' is followed by whitespace. | 21 | |
| ')' is preceded with whitespace. | 21 |
| Severity | Message | Line |
|---|---|---|
| File does not end with a newline. | ||
| Got an exception - java.lang.ClassFormatError: Absent Code attribute in method that is not native or abstract in class file javax/servlet/ServletException | ||
| Missing package-info.java file. | ||
| Line is longer than 80 characters (found 81). | 21 | |
| Line is longer than 80 characters (found 123). | 27 | |
| '{' should be on the previous line. | 30 | |
| First sentence should end with a period. | 31 | |
| Line is longer than 80 characters (found 88). | 32 | |
| '(' is followed by whitespace. | 32 | |
| ')' is preceded with whitespace. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Method 'setServiceAuthorityManagerId' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| '(' is followed by whitespace. | 35 | |
| Parameter serviceAuthorityManagerId should be final. | 35 | |
| 'serviceAuthorityManagerId' hides a field. | 35 | |
| ')' is preceded with whitespace. | 35 | |
| Line is longer than 80 characters (found 132). | 45 | |
| Line is longer than 80 characters (found 90). | 47 | |
| Line is longer than 80 characters (found 108). | 54 | |
| Line is longer than 80 characters (found 175). | 66 | |
| Line is longer than 80 characters (found 81). | 73 | |
| Line is longer than 80 characters (found 90). | 76 | |
| Line is longer than 80 characters (found 81). | 82 | |
| Line is longer than 80 characters (found 125). | 88 |
| Severity | Message | Line |
|---|---|---|
| File does not end with a newline. | ||
| Missing package-info.java file. | ||
| First sentence should end with a period. | 14 | |
| Utility classes should not have a public or default constructor. | 17 | |
| '{' should be on the previous line. | 18 | |
| First sentence should end with a period. | 19 | |
| Expected an @return tag. | 22 | |
| '{' should be on the previous line. | 23 | |
| '{' should be on the previous line. | 26 | |
| Line is longer than 80 characters (found 108). | 27 | |
| '(' is followed by whitespace. | 28 | |
| ')' is preceded with whitespace. | 28 | |
| '{' should be on the previous line. | 29 | |
| Line is longer than 80 characters (found 92). | 30 | |
| '(' is followed by whitespace. | 30 | |
| ')' is preceded with whitespace. | 30 | |
| '(' is followed by whitespace. | 30 | |
| ')' is preceded with whitespace. | 30 | |
| First sentence should end with a period. | 36 | |
| Expected an @return tag. | 39 | |
| '(' is followed by whitespace. | 39 | |
| Parameter checkService should be final. | 39 | |
| Expected @param tag for 'checkService'. | 39 | |
| ')' is preceded with whitespace. | 39 | |
| '{' should be on the previous line. | 40 | |
| '(' is followed by whitespace. | 42 | |
| ')' is preceded with whitespace. | 42 | |
| '{' should be on the previous line. | 43 | |
| '(' is followed by whitespace. | 45 | |
| '(' is followed by whitespace. | 45 | |
| ')' is preceded with whitespace. | 45 | |
| ')' is preceded with whitespace. | 45 | |
| '{' should be on the previous line. | 46 | |
| First sentence should end with a period. | 53 | |
| Expected an @return tag. | 56 | |
| '(' is followed by whitespace. | 56 | |
| Parameter stringVal should be final. | 56 | |
| Expected @param tag for 'stringVal'. | 56 | |
| ')' is preceded with whitespace. | 56 | |
| '{' should be on the previous line. | 57 | |
| Line is longer than 80 characters (found 3,101). | 59 | |
| '{' is followed by whitespace. | 59 | |
| '0x77073096' is a magic number. | 59 | |
| '0xee0e612c' is a magic number. | 59 | |
| '0x990951ba' is a magic number. | 59 | |
| '0x076dc419' is a magic number. | 59 | |
| '0x706af48f' is a magic number. | 59 | |
| '0xe963a535' is a magic number. | 59 | |
| '0x9e6495a3' is a magic number. | 59 | |
| '0x0edb8832' is a magic number. | 59 | |
| '0x79dcb8a4' is a magic number. | 59 | |
| '0xe0d5e91e' is a magic number. | 59 | |
| '0x97d2d988' is a magic number. | 59 | |
| '0x09b64c2b' is a magic number. | 59 | |
| '0x7eb17cbd' is a magic number. | 59 | |
| '0xe7b82d07' is a magic number. | 59 | |
| '0x90bf1d91' is a magic number. | 59 | |
| '0x1db71064' is a magic number. | 59 | |
| '0x6ab020f2' is a magic number. | 59 | |
| '0xf3b97148' is a magic number. | 59 | |
| '0x84be41de' is a magic number. | 59 | |
| '0x1adad47d' is a magic number. | 59 | |
| '0x6ddde4eb' is a magic number. | 59 | |
| '0xf4d4b551' is a magic number. | 59 | |
| '0x83d385c7' is a magic number. | 59 | |
| '0x136c9856' is a magic number. | 59 | |
| '0x646ba8c0' is a magic number. | 59 | |
| '0xfd62f97a' is a magic number. | 59 | |
| '0x8a65c9ec' is a magic number. | 59 | |
| '0x14015c4f' is a magic number. | 59 | |
| '0x63066cd9' is a magic number. | 59 | |
| '0xfa0f3d63' is a magic number. | 59 | |
| '0x8d080df5' is a magic number. | 59 | |
| '0x3b6e20c8' is a magic number. | 59 | |
| '0x4c69105e' is a magic number. | 59 | |
| '0xd56041e4' is a magic number. | 59 | |
| '0xa2677172' is a magic number. | 59 | |
| '0x3c03e4d1' is a magic number. | 59 | |
| '0x4b04d447' is a magic number. | 59 | |
| '0xd20d85fd' is a magic number. | 59 | |
| '0xa50ab56b' is a magic number. | 59 | |
| '0x35b5a8fa' is a magic number. | 59 | |
| '0x42b2986c' is a magic number. | 59 | |
| '0xdbbbc9d6' is a magic number. | 59 | |
| '0xacbcf940' is a magic number. | 59 | |
| '0x32d86ce3' is a magic number. | 59 | |
| '0x45df5c75' is a magic number. | 59 | |
| '0xdcd60dcf' is a magic number. | 59 | |
| '0xabd13d59' is a magic number. | 59 | |
| '0x26d930ac' is a magic number. | 59 | |
| '0x51de003a' is a magic number. | 59 | |
| '0xc8d75180' is a magic number. | 59 | |
| '0xbfd06116' is a magic number. | 59 | |
| '0x21b4f4b5' is a magic number. | 59 | |
| '0x56b3c423' is a magic number. | 59 | |
| '0xcfba9599' is a magic number. | 59 | |
| '0xb8bda50f' is a magic number. | 59 | |
| '0x2802b89e' is a magic number. | 59 | |
| '0x5f058808' is a magic number. | 59 | |
| '0xc60cd9b2' is a magic number. | 59 | |
| '0xb10be924' is a magic number. | 59 | |
| '0x2f6f7c87' is a magic number. | 59 | |
| '0x58684c11' is a magic number. | 59 | |
| '0xc1611dab' is a magic number. | 59 | |
| '0xb6662d3d' is a magic number. | 59 | |
| '0x76dc4190' is a magic number. | 59 | |
| '0x01db7106' is a magic number. | 59 | |
| '0x98d220bc' is a magic number. | 59 | |
| '0xefd5102a' is a magic number. | 59 | |
| '0x71b18589' is a magic number. | 59 | |
| '0x06b6b51f' is a magic number. | 59 | |
| '0x9fbfe4a5' is a magic number. | 59 | |
| '0xe8b8d433' is a magic number. | 59 | |
| '0x7807c9a2' is a magic number. | 59 | |
| '0x0f00f934' is a magic number. | 59 | |
| '0x9609a88e' is a magic number. | 59 | |
| '0xe10e9818' is a magic number. | 59 | |
| '0x7f6a0dbb' is a magic number. | 59 | |
| '0x086d3d2d' is a magic number. | 59 | |
| '0x91646c97' is a magic number. | 59 | |
| '0xe6635c01' is a magic number. | 59 | |
| '0x6b6b51f4' is a magic number. | 59 | |
| '0x1c6c6162' is a magic number. | 59 | |
| '0x856530d8' is a magic number. | 59 | |
| '0xf262004e' is a magic number. | 59 | |
| '0x6c0695ed' is a magic number. | 59 | |
| '0x1b01a57b' is a magic number. | 59 | |
| '0x8208f4c1' is a magic number. | 59 | |
| '0xf50fc457' is a magic number. | 59 | |
| '0x65b0d9c6' is a magic number. | 59 | |
| '0x12b7e950' is a magic number. | 59 | |
| '0x8bbeb8ea' is a magic number. | 59 | |
| '0xfcb9887c' is a magic number. | 59 | |
| '0x62dd1ddf' is a magic number. | 59 | |
| '0x15da2d49' is a magic number. | 59 | |
| '0x8cd37cf3' is a magic number. | 59 | |
| '0xfbd44c65' is a magic number. | 59 | |
| '0x4db26158' is a magic number. | 59 | |
| '0x3ab551ce' is a magic number. | 59 | |
| '0xa3bc0074' is a magic number. | 59 | |
| '0xd4bb30e2' is a magic number. | 59 | |
| '0x4adfa541' is a magic number. | 59 | |
| '0x3dd895d7' is a magic number. | 59 | |
| '0xa4d1c46d' is a magic number. | 59 | |
| '0xd3d6f4fb' is a magic number. | 59 | |
| '0x4369e96a' is a magic number. | 59 | |
| '0x346ed9fc' is a magic number. | 59 | |
| '0xad678846' is a magic number. | 59 | |
| '0xda60b8d0' is a magic number. | 59 | |
| '0x44042d73' is a magic number. | 59 | |
| '0x33031de5' is a magic number. | 59 | |
| '0xaa0a4c5f' is a magic number. | 59 | |
| '0xdd0d7cc9' is a magic number. | 59 | |
| '0x5005713c' is a magic number. | 59 | |
| '0x270241aa' is a magic number. | 59 | |
| '0xbe0b1010' is a magic number. | 59 | |
| '0xc90c2086' is a magic number. | 59 | |
| '0x5768b525' is a magic number. | 59 | |
| '0x206f85b3' is a magic number. | 59 | |
| '0xb966d409' is a magic number. | 59 | |
| '0xce61e49f' is a magic number. | 59 | |
| '0x5edef90e' is a magic number. | 59 | |
| '0x29d9c998' is a magic number. | 59 | |
| '0xb0d09822' is a magic number. | 59 | |
| '0xc7d7a8b4' is a magic number. | 59 | |
| '0x59b33d17' is a magic number. | 59 | |
| '0x2eb40d81' is a magic number. | 59 | |
| '0xb7bd5c3b' is a magic number. | 59 | |
| '0xc0ba6cad' is a magic number. | 59 | |
| '0xedb88320' is a magic number. | 59 | |
| '0x9abfb3b6' is a magic number. | 59 | |
| '0x03b6e20c' is a magic number. | 59 | |
| '0x74b1d29a' is a magic number. | 59 | |
| '0xead54739' is a magic number. | 59 | |
| '0x9dd277af' is a magic number. | 59 | |
| '0x04db2615' is a magic number. | 59 | |
| '0x73dc1683' is a magic number. | 59 | |
| '0xe3630b12' is a magic number. | 59 | |
| '0x94643b84' is a magic number. | 59 | |
| '0x0d6d6a3e' is a magic number. | 59 | |
| '0x7a6a5aa8' is a magic number. | 59 | |
| '0xe40ecf0b' is a magic number. | 59 | |
| '0x9309ff9d' is a magic number. | 59 | |
| '0x0a00ae27' is a magic number. | 59 | |
| '0x7d079eb1' is a magic number. | 59 | |
| '0xf00f9344' is a magic number. | 59 | |
| '0x8708a3d2' is a magic number. | 59 | |
| '0x1e01f268' is a magic number. | 59 | |
| '0x6906c2fe' is a magic number. | 59 | |
| '0xf762575d' is a magic number. | 59 | |
| '0x806567cb' is a magic number. | 59 | |
| '0x196c3671' is a magic number. | 59 | |
| '0x6e6b06e7' is a magic number. | 59 | |
| '0xfed41b76' is a magic number. | 59 | |
| '0x89d32be0' is a magic number. | 59 | |
| '0x10da7a5a' is a magic number. | 59 | |
| '0x67dd4acc' is a magic number. | 59 | |
| '0xf9b9df6f' is a magic number. | 59 | |
| '0x8ebeeff9' is a magic number. | 59 | |
| '0x17b7be43' is a magic number. | 59 | |
| '0x60b08ed5' is a magic number. | 59 | |
| '0xd6d6a3e8' is a magic number. | 59 | |
| '0xa1d1937e' is a magic number. | 59 | |
| '0x38d8c2c4' is a magic number. | 59 | |
| '0x4fdff252' is a magic number. | 59 | |
| '0xd1bb67f1' is a magic number. | 59 | |
| '0xa6bc5767' is a magic number. | 59 | |
| '0x3fb506dd' is a magic number. | 59 | |
| '0x48b2364b' is a magic number. | 59 | |
| '0xd80d2bda' is a magic number. | 59 | |
| '0xaf0a1b4c' is a magic number. | 59 | |
| '0x36034af6' is a magic number. | 59 | |
| '0x41047a60' is a magic number. | 59 | |
| '0xdf60efc3' is a magic number. | 59 | |
| '0xa867df55' is a magic number. | 59 | |
| '0x316e8eef' is a magic number. | 59 | |
| '0x4669be79' is a magic number. | 59 | |
| '0xcb61b38c' is a magic number. | 59 | |
| '0xbc66831a' is a magic number. | 59 | |
| '0x256fd2a0' is a magic number. | 59 | |
| '0x5268e236' is a magic number. | 59 | |
| '0xcc0c7795' is a magic number. | 59 | |
| '0xbb0b4703' is a magic number. | 59 | |
| '0x220216b9' is a magic number. | 59 | |
| '0x5505262f' is a magic number. | 59 | |
| '0xc5ba3bbe' is a magic number. | 59 | |
| '0xb2bd0b28' is a magic number. | 59 | |
| '0x2bb45a92' is a magic number. | 59 | |
| '0x5cb36a04' is a magic number. | 59 | |
| '0xc2d7ffa7' is a magic number. | 59 | |
| '0xb5d0cf31' is a magic number. | 59 | |
| '0x2cd99e8b' is a magic number. | 59 | |
| '0x5bdeae1d' is a magic number. | 59 | |
| '0x9b64c2b0' is a magic number. | 59 | |
| '0xec63f226' is a magic number. | 59 | |
| '0x756aa39c' is a magic number. | 59 | |
| '0x026d930a' is a magic number. | 59 | |
| '0x9c0906a9' is a magic number. | 59 | |
| '0xeb0e363f' is a magic number. | 59 | |
| '0x72076785' is a magic number. | 59 | |
| '0x05005713' is a magic number. | 59 | |
| '0x95bf4a82' is a magic number. | 59 | |
| '0xe2b87a14' is a magic number. | 59 | |
| '0x7bb12bae' is a magic number. | 59 | |
| '0x0cb61b38' is a magic number. | 59 | |
| '0x92d28e9b' is a magic number. | 59 | |
| '0xe5d5be0d' is a magic number. | 59 | |
| '0x7cdcefb7' is a magic number. | 59 | |
| '0x0bdbdf21' is a magic number. | 59 | |
| '0x86d3d2d4' is a magic number. | 59 | |
| '0xf1d4e242' is a magic number. | 59 | |
| '0x68ddb3f8' is a magic number. | 59 | |
| '0x1fda836e' is a magic number. | 59 | |
| '0x81be16cd' is a magic number. | 59 | |
| '0xf6b9265b' is a magic number. | 59 | |
| '0x6fb077e1' is a magic number. | 59 | |
| '0x18b74777' is a magic number. | 59 | |
| '0x88085ae6' is a magic number. | 59 | |
| '0xff0f6a70' is a magic number. | 59 | |
| '0x66063bca' is a magic number. | 59 | |
| '0x11010b5c' is a magic number. | 59 | |
| '0x8f659eff' is a magic number. | 59 | |
| '0xf862ae69' is a magic number. | 59 | |
| '0x616bffd3' is a magic number. | 59 | |
| '0x166ccf45' is a magic number. | 59 | |
| '0xa00ae278' is a magic number. | 59 | |
| '0xd70dd2ee' is a magic number. | 59 | |
| '0x4e048354' is a magic number. | 59 | |
| '0x3903b3c2' is a magic number. | 59 | |
| '0xa7672661' is a magic number. | 59 | |
| '0xd06016f7' is a magic number. | 59 | |
| '0x4969474d' is a magic number. | 59 | |
| '0x3e6e77db' is a magic number. | 59 | |
| '0xaed16a4a' is a magic number. | 59 | |
| '0xd9d65adc' is a magic number. | 59 | |
| '0x40df0b66' is a magic number. | 59 | |
| '0x37d83bf0' is a magic number. | 59 | |
| '0xa9bcae53' is a magic number. | 59 | |
| '0xdebb9ec5' is a magic number. | 59 | |
| '0x47b2cf7f' is a magic number. | 59 | |
| '0x30b5ffe9' is a magic number. | 59 | |
| '0xbdbdf21c' is a magic number. | 59 | |
| '0xcabac28a' is a magic number. | 59 | |
| '0x53b39330' is a magic number. | 59 | |
| '0x24b4a3a6' is a magic number. | 59 | |
| '0xbad03605' is a magic number. | 59 | |
| '0xcdd70693' is a magic number. | 59 | |
| '0x54de5729' is a magic number. | 59 | |
| '0x23d967bf' is a magic number. | 59 | |
| '0xb3667a2e' is a magic number. | 59 | |
| '0xc4614ab8' is a magic number. | 59 | |
| '0x5d681b02' is a magic number. | 59 | |
| '0x2a6f2b94' is a magic number. | 59 | |
| '0xb40bbe37' is a magic number. | 59 | |
| '0xc30c8ea1' is a magic number. | 59 | |
| '0x5a05df1b' is a magic number. | 59 | |
| '0x2d02ef8d' is a magic number. | 59 | |
| 'for' construct must use '{}'s. | 61 | |
| '(' is followed by whitespace. | 61 | |
| ')' is preceded with whitespace. | 61 | |
| '(' is followed by whitespace. | 62 | |
| '8' is a magic number. | 62 | |
| ')' is preceded with whitespace. | 62 | |
| '(' is followed by whitespace. | 62 | |
| ')' is preceded with whitespace. | 62 | |
| '0xff' is a magic number. | 62 | |
| First sentence should end with a period. | 66 | |
| Expected an @return tag. | 69 | |
| '(' is followed by whitespace. | 69 | |
| Parameter roleType should be final. | 69 | |
| Expected @param tag for 'roleType'. | 69 | |
| ')' is preceded with whitespace. | 69 | |
| '{' should be on the previous line. | 70 | |
| '(' is followed by whitespace. | 71 | |
| ')' is preceded with whitespace. | 71 | |
| First sentence should end with a period. | 74 | |
| Expected an @return tag. | 77 | |
| '(' is followed by whitespace. | 77 | |
| Parameter pageId should be final. | 77 | |
| Expected @param tag for 'pageId'. | 77 | |
| Parameter roleType should be final. | 77 | |
| Expected @param tag for 'roleType'. | 77 | |
| ')' is preceded with whitespace. | 77 | |
| '{' should be on the previous line. | 78 | |
| '(' is followed by whitespace. | 79 | |
| ')' is preceded with whitespace. | 79 | |
| First sentence should end with a period. | 82 | |
| Expected an @return tag. | 85 | |
| Line is longer than 80 characters (found 94). | 85 | |
| '(' is followed by whitespace. | 85 | |
| Parameter pageId should be final. | 85 | |
| Expected @param tag for 'pageId'. | 85 | |
| Parameter componentType should be final. | 85 | |
| Expected @param tag for 'componentType'. | 85 | |
| Parameter roleType should be final. | 85 | |
| Expected @param tag for 'roleType'. | 85 | |
| ')' is preceded with whitespace. | 85 | |
| '(' is followed by whitespace. | 87 | |
| ')' is preceded with whitespace. | 87 | |
| '{' should be on the previous line. | 88 | |
| Line is longer than 80 characters (found 94). | 89 | |
| '(' is followed by whitespace. | 89 | |
| ')' is preceded with whitespace. | 89 | |
| '(' is followed by whitespace. | 89 | |
| ')' is preceded with whitespace. | 89 | |
| '(' is followed by whitespace. | 94 | |
| ')' is preceded with whitespace. | 94 | |
| '{' should be on the previous line. | 95 | |
| '(' is followed by whitespace. | 96 | |
| ')' is preceded with whitespace. | 96 | |
| '{' should be on the previous line. | 97 | |
| Line is longer than 80 characters (found 148). | 98 | |
| '(' is followed by whitespace. | 98 | |
| '(' is followed by whitespace. | 98 | |
| ')' is preceded with whitespace. | 98 | |
| '(' is followed by whitespace. | 98 | |
| ')' is preceded with whitespace. | 98 | |
| '(' is followed by whitespace. | 98 | |
| ')' is preceded with whitespace. | 98 | |
| ')' is preceded with whitespace. | 98 |
| Severity | Message | Line |
|---|---|---|
| File does not end with a newline. | ||
| Missing package-info.java file. | ||
| First sentence should end with a period. | 6 | |
| '{' should be on the previous line. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Method 'getResourcePattern' is not designed for extension - needs to be abstract, final or empty. | 14 | |
| Missing a Javadoc comment. | 14 | |
| '{' should be on the previous line. | 15 | |
| Method 'setResourcePattern' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| Missing a Javadoc comment. | 19 | |
| '(' is followed by whitespace. | 19 | |
| Parameter resourcePattern should be final. | 19 | |
| 'resourcePattern' hides a field. | 19 | |
| ')' is preceded with whitespace. | 19 | |
| '{' should be on the previous line. | 20 | |
| Method 'getRoleId' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 25 | |
| Method 'setRoleId' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| '(' is followed by whitespace. | 29 | |
| Parameter roleId should be final. | 29 | |
| 'roleId' hides a field. | 29 | |
| ')' is preceded with whitespace. | 29 | |
| '{' should be on the previous line. | 30 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| '{' should be on the previous line. | 36 | |
| Line is longer than 80 characters (found 83). | 37 | |
| '(' is followed by whitespace. | 37 | |
| ')' is preceded with whitespace. | 37 |
| Severity | Message | Line |
|---|---|---|
| File does not end with a newline. | ||
| First sentence should end with a period. | 6 | |
| '{' should be on the previous line. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Method 'getRoleId' is not designed for extension - needs to be abstract, final or empty. | 13 | |
| Missing a Javadoc comment. | 13 | |
| '{' should be on the previous line. | 14 | |
| Method 'setRoleId' is not designed for extension - needs to be abstract, final or empty. | 18 | |
| Missing a Javadoc comment. | 18 | |
| '(' is followed by whitespace. | 18 | |
| Parameter roleId should be final. | 18 | |
| 'roleId' hides a field. | 18 | |
| ')' is preceded with whitespace. | 18 | |
| '{' should be on the previous line. | 19 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| '{' should be on the previous line. | 25 | |
| '(' is followed by whitespace. | 26 | |
| ')' is preceded with whitespace. | 26 |
| Severity | Message | Line |
|---|---|---|
| File does not end with a newline. | ||
| First sentence should end with a period. | 9 | |
| '{' should be on the previous line. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 16 | |
| '(' is followed by whitespace. | 16 | |
| ')' is preceded with whitespace. | 16 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 20 | |
| '(' is followed by whitespace. | 20 | |
| ')' is preceded with whitespace. | 20 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 24 | |
| '(' is followed by whitespace. | 24 | |
| ')' is preceded with whitespace. | 24 |
| Severity | Message | Line |
|---|---|---|
| File does not end with a newline. | ||
| First sentence should end with a period. | 13 | |
| '{' should be on the previous line. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Line is longer than 80 characters (found 220). | 25 | |
| Missing a Javadoc comment. | 25 | |
| '(' is followed by whitespace. | 25 | |
| Parameter username should be final. | 25 | |
| Parameter password should be final. | 25 | |
| Parameter enabled should be final. | 25 | |
| Parameter accountNonExpired should be final. | 25 | |
| Parameter credentialsNonExpired should be final. | 25 | |
| Parameter accountNonLocked should be final. | 25 | |
| Parameter authorities should be final. | 25 | |
| ')' is preceded with whitespace. | 25 | |
| Line is longer than 80 characters (found 118). | 27 | |
| '(' is followed by whitespace. | 27 | |
| ')' is preceded with whitespace. | 27 | |
| Method 'getGlueUser' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| '{' should be on the previous line. | 32 | |
| Method 'setGlueUser' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| '(' is followed by whitespace. | 37 | |
| Parameter glueUser should be final. | 37 | |
| 'glueUser' hides a field. | 37 | |
| ')' is preceded with whitespace. | 37 | |
| '{' should be on the previous line. | 38 | |
| Method 'getViewAuthorities' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| '{' should be on the previous line. | 44 | |
| Method 'setViewAuthorities' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| '(' is followed by whitespace. | 49 | |
| Parameter viewAuthorities should be final. | 49 | |
| 'viewAuthorities' hides a field. | 49 | |
| ')' is preceded with whitespace. | 49 | |
| '{' should be on the previous line. | 50 | |
| Method 'getGlueService' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| '{' should be on the previous line. | 56 | |
| Method 'setGlueService' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| '(' is followed by whitespace. | 61 | |
| Parameter glueService should be final. | 61 | |
| 'glueService' hides a field. | 61 | |
| ')' is preceded with whitespace. | 61 | |
| '{' should be on the previous line. | 62 |
| Severity | Message | Line |
|---|---|---|
| First sentence should end with a period. | 9 | |
| '{' should be on the previous line. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Method 'getUserId' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| '{' should be on the previous line. | 27 | |
| Method 'setUserId' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| '(' is followed by whitespace. | 31 | |
| Parameter userId should be final. | 31 | |
| 'userId' hides a field. | 31 | |
| ')' is preceded with whitespace. | 31 | |
| '{' should be on the previous line. | 32 | |
| Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| '{' should be on the previous line. | 37 | |
| Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| '(' is followed by whitespace. | 41 | |
| Parameter password should be final. | 41 | |
| 'password' hides a field. | 41 | |
| ')' is preceded with whitespace. | 41 | |
| '{' should be on the previous line. | 42 | |
| Method 'getGroupId' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| '{' should be on the previous line. | 47 | |
| Method 'setGroupId' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| '(' is followed by whitespace. | 51 | |
| Parameter groupId should be final. | 51 | |
| 'groupId' hides a field. | 51 | |
| ')' is preceded with whitespace. | 51 | |
| '{' should be on the previous line. | 52 | |
| Method 'getUserName' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| '{' should be on the previous line. | 57 | |
| Method 'setUserName' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| '(' is followed by whitespace. | 61 | |
| Parameter userName should be final. | 61 | |
| 'userName' hides a field. | 61 | |
| ')' is preceded with whitespace. | 61 | |
| '{' should be on the previous line. | 62 | |
| Method 'getLanguage' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| '{' should be on the previous line. | 67 | |
| Method 'setLanguage' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| '(' is followed by whitespace. | 71 | |
| Parameter language should be final. | 71 | |
| 'language' hides a field. | 71 | |
| ')' is preceded with whitespace. | 71 | |
| '{' should be on the previous line. | 72 | |
| Method 'getWorkLocation' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| '{' should be on the previous line. | 77 | |
| Method 'setWorkLocation' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| '(' is followed by whitespace. | 81 | |
| Parameter workLocation should be final. | 81 | |
| 'workLocation' hides a field. | 81 | |
| ')' is preceded with whitespace. | 81 | |
| '{' should be on the previous line. | 82 | |
| Method 'isEnabled' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Missing a Javadoc comment. | 86 | |
| '{' should be on the previous line. | 87 | |
| Method 'setEnabled' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| '(' is followed by whitespace. | 91 | |
| Parameter enabled should be final. | 91 | |
| 'enabled' hides a field. | 91 | |
| ')' is preceded with whitespace. | 91 | |
| '{' should be on the previous line. | 92 | |
| Method 'getStartActiveDate' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| '{' should be on the previous line. | 97 | |
| Method 'setStartActiveDate' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Missing a Javadoc comment. | 101 | |
| '(' is followed by whitespace. | 101 | |
| Parameter startActiveDate should be final. | 101 | |
| 'startActiveDate' hides a field. | 101 | |
| ')' is preceded with whitespace. | 101 | |
| '{' should be on the previous line. | 102 | |
| Method 'getEndActiveDate' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Missing a Javadoc comment. | 106 | |
| '{' should be on the previous line. | 107 | |
| Method 'setEndActiveDate' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Missing a Javadoc comment. | 111 | |
| '(' is followed by whitespace. | 111 | |
| Parameter endActiveDate should be final. | 111 | |
| 'endActiveDate' hides a field. | 111 | |
| ')' is preceded with whitespace. | 111 | |
| '{' should be on the previous line. | 112 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| '{' should be on the previous line. | 118 | |
| Line is longer than 80 characters (found 218). | 119 | |
| '(' is followed by whitespace. | 119 | |
| ')' is preceded with whitespace. | 119 |
| Severity | Message | Line |
|---|---|---|
| File does not end with a newline. | ||
| First sentence should end with a period. | 8 | |
| '{' should be on the previous line. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Method 'getViewId' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| Missing a Javadoc comment. | 20 | |
| '{' should be on the previous line. | 21 | |
| Method 'setViewId' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| '(' is followed by whitespace. | 25 | |
| Parameter viewId should be final. | 25 | |
| 'viewId' hides a field. | 25 | |
| ')' is preceded with whitespace. | 25 | |
| '{' should be on the previous line. | 26 | |
| Method 'getPageId' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| '{' should be on the previous line. | 31 | |
| Method 'setPageId' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| '(' is followed by whitespace. | 35 | |
| Parameter pageId should be final. | 35 | |
| 'pageId' hides a field. | 35 | |
| ')' is preceded with whitespace. | 35 | |
| '{' should be on the previous line. | 36 | |
| Method 'getComponentType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| '{' should be on the previous line. | 41 | |
| Method 'setComponentType' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| '(' is followed by whitespace. | 45 | |
| Parameter componentType should be final. | 45 | |
| 'componentType' hides a field. | 45 | |
| ')' is preceded with whitespace. | 45 | |
| '{' should be on the previous line. | 46 | |
| Method 'getRoleType' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| '{' should be on the previous line. | 51 | |
| Method 'setRoleType' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| '(' is followed by whitespace. | 55 | |
| Parameter roleType should be final. | 55 | |
| 'roleType' hides a field. | 55 | |
| ')' is preceded with whitespace. | 55 | |
| '{' should be on the previous line. | 56 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| '{' should be on the previous line. | 62 | |
| Line is longer than 80 characters (found 125). | 63 | |
| '(' is followed by whitespace. | 63 | |
| ')' is preceded with whitespace. | 63 |
| Severity | Message | Line |
|---|---|---|
| File does not end with a newline. | ||
| First sentence should end with a period. | 6 | |
| '{' should be on the previous line. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Method 'getRoleId' is not designed for extension - needs to be abstract, final or empty. | 14 | |
| Missing a Javadoc comment. | 14 | |
| '{' should be on the previous line. | 15 | |
| Method 'setRoleId' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| Missing a Javadoc comment. | 19 | |
| '(' is followed by whitespace. | 19 | |
| Parameter roleId should be final. | 19 | |
| 'roleId' hides a field. | 19 | |
| ')' is preceded with whitespace. | 19 | |
| '{' should be on the previous line. | 20 | |
| Method 'getViewAuthority' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 25 | |
| Method 'getViewId' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| '{' should be on the previous line. | 30 | |
| Method 'setViewId' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| '(' is followed by whitespace. | 34 | |
| Parameter viewId should be final. | 34 | |
| ')' is preceded with whitespace. | 34 | |
| '{' should be on the previous line. | 35 | |
| '(' is followed by whitespace. | 36 | |
| ')' is preceded with whitespace. | 36 | |
| Method 'getPageId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| '{' should be on the previous line. | 40 | |
| Method 'setPageId' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| '(' is followed by whitespace. | 44 | |
| Parameter pageId should be final. | 44 | |
| ')' is preceded with whitespace. | 44 | |
| '{' should be on the previous line. | 45 | |
| '(' is followed by whitespace. | 46 | |
| ')' is preceded with whitespace. | 46 | |
| Method 'getComponentType' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| '{' should be on the previous line. | 50 | |
| Method 'setComponentType' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| '(' is followed by whitespace. | 54 | |
| Parameter componentType should be final. | 54 | |
| ')' is preceded with whitespace. | 54 | |
| '{' should be on the previous line. | 55 | |
| '(' is followed by whitespace. | 56 | |
| ')' is preceded with whitespace. | 56 | |
| Method 'getRoleType' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| '{' should be on the previous line. | 60 | |
| Method 'setRoleType' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| '(' is followed by whitespace. | 64 | |
| Parameter roleType should be final. | 64 | |
| ')' is preceded with whitespace. | 64 | |
| '{' should be on the previous line. | 65 | |
| '(' is followed by whitespace. | 66 | |
| ')' is preceded with whitespace. | 66 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| '{' should be on the previous line. | 71 | |
| '(' is followed by whitespace. | 72 | |
| ')' is preceded with whitespace. | 72 |