The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 143 | 0 | 0 | 3710 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 17 | |
| NewlineAtEndOfFile | 15 | |
| Translation | 0 | |
| JavadocMethod | 99 | |
| JavadocType | 4 | |
| JavadocVariable | 0 | |
| JavadocStyle | 2 | |
| ConstantName | 10 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 2 | |
| MemberName | 4 | |
| MethodName | 4 | |
| PackageName | 0 | |
| ParameterName | 2 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
| LineLength | 553 | |
| MethodLength | 0 | |
| ParameterNumber | 1 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 92 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 1 | |
| TypecastParenPad | 0 | |
| TabCharacter | 1 | |
| WhitespaceAfter | 56 | |
| WhitespaceAround | 785 | |
| ModifierOrder | 37 | |
| RedundantModifier | 17 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 2 | |
| LeftCurly | 125 | |
| NeedBraces | 34 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 25 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 147 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 122 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 34 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 302 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 9 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 9 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 392 | |
GenericIllegalRegexp
|
685 | |
| TodoComment | 122 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 20 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 31 | |
| Line has trailing spaces. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 36 | |
| '{' should be on the previous line. | 44 | |
| '<' is not preceded with whitespace. | 50 | |
| '<' is not followed by whitespace. | 50 | |
| '>' is not preceded with whitespace. | 50 | |
| '<' is not preceded with whitespace. | 50 | |
| '<' is not followed by whitespace. | 50 | |
| '>' is not preceded with whitespace. | 50 | |
| '>' is not followed by whitespace. | 50 | |
| Line has trailing spaces. | 54 | |
| Method 'getEvents' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| '<' is not preceded with whitespace. | 58 | |
| '<' is not followed by whitespace. | 58 | |
| '>' is not preceded with whitespace. | 58 | |
| Line has trailing spaces. | 64 | |
| Method 'setEvents' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Parameter events should be final. | 67 | |
| '<' is not preceded with whitespace. | 67 | |
| '<' is not followed by whitespace. | 67 | |
| '>' is not preceded with whitespace. | 67 | |
| 'events' hides a field. | 67 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 29 | |
| Line has trailing spaces. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 34 | |
| '{' should be on the previous line. | 42 | |
| Line has trailing spaces. | 61 | |
| Parameter userRole should be final. | 64 | |
| 'userRole' hides a field. | 64 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Line has trailing spaces. | 82 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Parameter id should be final. | 85 | |
| 'id' hides a field. | 85 | |
| Line has trailing spaces. | 91 | |
| Method 'getUserRole' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Line has trailing spaces. | 100 | |
| Method 'setUserRole' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Parameter userRole should be final. | 103 | |
| 'userRole' hides a field. | 103 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 39 | |
| Line has trailing spaces. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Line is longer than 80 characters. | 51 | |
| '{' should be on the previous line. | 54 | |
| Line has trailing spaces. | 79 | |
| Parameter user should be final. | 84 | |
| 'user' hides a field. | 84 | |
| Parameter action should be final. | 84 | |
| 'action' hides a field. | 84 | |
| Parameter time should be final. | 84 | |
| 'time' hides a field. | 84 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Line has trailing spaces. | 104 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Parameter id should be final. | 107 | |
| 'id' hides a field. | 107 | |
| Line has trailing spaces. | 113 | |
| Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Line has trailing spaces. | 124 | |
| Method 'setUser' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| Parameter user should be final. | 127 | |
| 'user' hides a field. | 127 | |
| Line has trailing spaces. | 133 | |
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Line has trailing spaces. | 142 | |
| Method 'setAction' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Parameter action should be final. | 145 | |
| 'action' hides a field. | 145 | |
| Line has trailing spaces. | 151 | |
| Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| Line has trailing spaces. | 161 | |
| Method 'setTime' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| Parameter time should be final. | 164 | |
| 'time' hides a field. | 164 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 28 | |
| Line has trailing spaces. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 33 | |
| '{' should be on the previous line. | 41 | |
| Line has trailing spaces. | 57 | |
| Method 'getGovernment' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Line has trailing spaces. | 68 | |
| Method 'setGovernment' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Parameter government should be final. | 71 | |
| 'government' hides a field. | 71 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 27 | |
| Line has trailing spaces. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 32 | |
| '{' should be on the previous line. | 40 | |
| Line is longer than 80 characters. | 54 | |
| Method 'isOffline' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 26 | |
| Line has trailing spaces. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 31 | |
| '{' should be on the previous line. | 39 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 29 | |
| Line has trailing spaces. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 34 | |
| '{' should be on the previous line. | 42 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Line has trailing spaces. | 73 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Parameter id should be final. | 76 | |
| 'id' hides a field. | 76 | |
| Line has trailing spaces. | 82 | |
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Line has trailing spaces. | 91 | |
| Method 'setAction' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Parameter action should be final. | 94 | |
| 'action' hides a field. | 94 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 20 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 45 | |
| Line has trailing spaces. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Line is longer than 80 characters. | 50 | |
| '{' should be on the previous line. | 58 | |
| '<' is not preceded with whitespace. | 91 | |
| '<' is not followed by whitespace. | 91 | |
| '>' is not preceded with whitespace. | 91 | |
| '<' is not preceded with whitespace. | 91 | |
| '<' is not followed by whitespace. | 91 | |
| '>' is not preceded with whitespace. | 91 | |
| '>' is not followed by whitespace. | 91 | |
| '<' is not preceded with whitespace. | 94 | |
| '<' is not followed by whitespace. | 94 | |
| '>' is not preceded with whitespace. | 94 | |
| '<' is not preceded with whitespace. | 94 | |
| '<' is not followed by whitespace. | 94 | |
| '>' is not preceded with whitespace. | 94 | |
| '>' is not followed by whitespace. | 94 | |
| Line has trailing spaces. | 104 | |
| Parameter createdDate should be final. | 111 | |
| 'createdDate' hides a field. | 111 | |
| Parameter username should be final. | 111 | |
| 'username' hides a field. | 111 | |
| Parameter password should be final. | 111 | |
| 'password' hides a field. | 111 | |
| ',' is not followed by whitespace. | 111 | |
| Parameter email should be final. | 111 | |
| 'email' hides a field. | 111 | |
| Parameter person should be final. | 112 | |
| 'person' hides a field. | 112 | |
| Line has trailing spaces. | 122 | |
| Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Line has trailing spaces. | 131 | |
| Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| Parameter password should be final. | 134 | |
| 'password' hides a field. | 134 | |
| Line has trailing spaces. | 140 | |
| Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Line has trailing spaces. | 150 | |
| Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| Parameter username should be final. | 153 | |
| 'username' hides a field. | 153 | |
| Line has trailing spaces. | 159 | |
| Method 'setCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| Parameter createdDate should be final. | 163 | |
| 'createdDate' hides a field. | 163 | |
| Line has trailing spaces. | 169 | |
| Method 'getCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| Line has trailing spaces. | 178 | |
| Line is longer than 80 characters. | 181 | |
| Method 'getEvents' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| '<' is not preceded with whitespace. | 182 | |
| '<' is not followed by whitespace. | 182 | |
| '>' is not preceded with whitespace. | 182 | |
| Line has trailing spaces. | 188 | |
| Method 'setEvents' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| Parameter events should be final. | 191 | |
| '<' is not preceded with whitespace. | 191 | |
| '<' is not followed by whitespace. | 191 | |
| '>' is not preceded with whitespace. | 191 | |
| 'events' hides a field. | 191 | |
| Line has trailing spaces. | 197 | |
| Method 'getPerson' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| Line has trailing spaces. | 208 | |
| Method 'setPerson' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| Parameter person should be final. | 211 | |
| 'person' hides a field. | 211 | |
| Line has trailing spaces. | 217 | |
| Method 'getGrantedAuthorities' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| '<' is not preceded with whitespace. | 221 | |
| '<' is not followed by whitespace. | 221 | |
| '>' is not preceded with whitespace. | 221 | |
| Line has trailing spaces. | 227 | |
| Method 'setGrantedAuthorities' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| Parameter grantedAuthorities should be final. | 230 | |
| '<' is not preceded with whitespace. | 230 | |
| '<' is not followed by whitespace. | 230 | |
| '>' is not preceded with whitespace. | 230 | |
| 'grantedAuthorities' hides a field. | 230 | |
| Line has trailing spaces. | 236 | |
| Method 'setAccountNonExpired' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| Parameter accountNonExpired should be final. | 239 | |
| 'accountNonExpired' hides a field. | 239 | |
| Line has trailing spaces. | 245 | |
| Method 'setAccountNonLocked' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| Parameter accountNonLocked should be final. | 248 | |
| 'accountNonLocked' hides a field. | 248 | |
| Line has trailing spaces. | 254 | |
| Method 'setCredentialsNonExpired' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| Parameter credentialsNonExpired should be final. | 257 | |
| 'credentialsNonExpired' hides a field. | 257 | |
| Line has trailing spaces. | 263 | |
| Method 'setEnabled' is not designed for extension - needs to be abstract, final or empty. | 266 | |
| Parameter enabled should be final. | 266 | |
| 'enabled' hides a field. | 266 | |
| Line has trailing spaces. | 272 | |
| Method 'isAccountNonExpired' is not designed for extension - needs to be abstract, final or empty. | 275 | |
| Line has trailing spaces. | 281 | |
| Method 'isAccountNonLocked' is not designed for extension - needs to be abstract, final or empty. | 284 | |
| Line has trailing spaces. | 290 | |
| Method 'isCredentialsNonExpired' is not designed for extension - needs to be abstract, final or empty. | 293 | |
| Line has trailing spaces. | 299 | |
| Method 'isEnabled' is not designed for extension - needs to be abstract, final or empty. | 302 | |
| Line has trailing spaces. | 308 | |
| Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| Line has trailing spaces. | 317 | |
| Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. | 320 | |
| Parameter email should be final. | 320 | |
| 'email' hides a field. | 320 | |
| Line has trailing spaces. | 326 | |
| Method 'getLocalGovernmentPortal' is not designed for extension - needs to be abstract, final or empty. | 329 | |
| Line has trailing spaces. | 336 | |
| Method 'getRegionalGovernmentPortal' is not designed for extension - needs to be abstract, final or empty. | 339 | |
| Line has trailing spaces. | 346 | |
| Method 'getNationalGovernmentPortal' is not designed for extension - needs to be abstract, final or empty. | 349 | |
| Line has trailing spaces. | 356 | |
| Line has trailing spaces. | 358 | |
| Parameter organisationType should be final. | 363 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 31 | |
| Line has trailing spaces. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 36 | |
| '{' should be on the previous line. | 44 | |
| '<' is not preceded with whitespace. | 50 | |
| '<' is not followed by whitespace. | 50 | |
| '>' is not preceded with whitespace. | 50 | |
| '<' is not preceded with whitespace. | 50 | |
| '<' is not followed by whitespace. | 50 | |
| '>' is not preceded with whitespace. | 50 | |
| '>' is not followed by whitespace. | 50 | |
| Line has trailing spaces. | 60 | |
| Method 'getRoleActions' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| '<' is not preceded with whitespace. | 64 | |
| '<' is not followed by whitespace. | 64 | |
| '>' is not preceded with whitespace. | 64 | |
| Line has trailing spaces. | 70 | |
| Method 'setRoleActions' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Parameter roleActions should be final. | 73 | |
| '<' is not preceded with whitespace. | 73 | |
| '<' is not followed by whitespace. | 73 | |
| '>' is not preceded with whitespace. | 73 | |
| 'roleActions' hides a field. | 73 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 36 | |
| Line has trailing spaces. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Line is longer than 80 characters. | 41 | |
| '{' should be on the previous line. | 49 | |
| Line has trailing spaces. | 80 | |
| Parameter user should be final. | 85 | |
| 'user' hides a field. | 85 | |
| Parameter sessionId should be final. | 85 | |
| 'sessionId' hides a field. | 85 | |
| Parameter createdAt should be final. | 85 | |
| 'createdAt' hides a field. | 85 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Missing a Javadoc comment. | 98 | |
| Line has trailing spaces. | 107 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Parameter id should be final. | 110 | |
| 'id' hides a field. | 110 | |
| Line has trailing spaces. | 116 | |
| Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Line has trailing spaces. | 125 | |
| Method 'setActive' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Parameter active should be final. | 128 | |
| 'active' hides a field. | 128 | |
| Line has trailing spaces. | 134 | |
| Method 'getCreatedAt' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Line has trailing spaces. | 144 | |
| Method 'setCreatedAt' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| Parameter createdAt should be final. | 147 | |
| 'createdAt' hides a field. | 147 | |
| Line has trailing spaces. | 153 | |
| Method 'getEndedAt' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| Line has trailing spaces. | 163 | |
| Method 'setEndedAt' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| Parameter endedAt should be final. | 166 | |
| 'endedAt' hides a field. | 166 | |
| Line has trailing spaces. | 172 | |
| Method 'getSessionId' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| Line has trailing spaces. | 181 | |
| Method 'setSessionId' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| Parameter sessionId should be final. | 184 | |
| 'sessionId' hides a field. | 184 | |
| Line has trailing spaces. | 190 | |
| Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| Line has trailing spaces. | 201 | |
| Method 'setUser' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| Parameter user should be final. | 204 | |
| 'user' hides a field. | 204 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 37 | |
| Line has trailing spaces. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Line is longer than 80 characters. | 45 | |
| '{' should be on the previous line. | 54 | |
| '<' is not preceded with whitespace. | 63 | |
| '<' is not followed by whitespace. | 63 | |
| '>' is not preceded with whitespace. | 63 | |
| '<' is not preceded with whitespace. | 63 | |
| '<' is not followed by whitespace. | 63 | |
| '>' is not preceded with whitespace. | 63 | |
| '>' is not followed by whitespace. | 63 | |
| '<' is not preceded with whitespace. | 66 | |
| '<' is not followed by whitespace. | 66 | |
| '>' is not preceded with whitespace. | 66 | |
| '<' is not preceded with whitespace. | 66 | |
| '<' is not followed by whitespace. | 66 | |
| '>' is not preceded with whitespace. | 66 | |
| '>' is not followed by whitespace. | 66 | |
| Line has trailing spaces. | 76 | |
| Parameter name should be final. | 79 | |
| 'name' hides a field. | 79 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Line has trailing spaces. | 97 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Parameter id should be final. | 100 | |
| 'id' hides a field. | 100 | |
| Line has trailing spaces. | 106 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Line has trailing spaces. | 115 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Parameter name should be final. | 118 | |
| 'name' hides a field. | 118 | |
| Line has trailing spaces. | 124 | |
| Method 'getRoles' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| '<' is not preceded with whitespace. | 128 | |
| '<' is not followed by whitespace. | 128 | |
| '>' is not preceded with whitespace. | 128 | |
| Line has trailing spaces. | 134 | |
| Method 'setRoles' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Parameter roles should be final. | 137 | |
| '<' is not preceded with whitespace. | 137 | |
| '<' is not followed by whitespace. | 137 | |
| '>' is not preceded with whitespace. | 137 | |
| 'roles' hides a field. | 137 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| Missing a Javadoc comment. | 146 | |
| Avoid inline conditionals. | 150 | |
| Avoid inline conditionals. | 151 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| Missing a Javadoc comment. | 160 | |
| Parameter obj should be final. | 161 | |
| 'if' construct must use '{}'s. | 162 | |
| 'if' construct must use '{}'s. | 164 | |
| 'if' construct must use '{}'s. | 166 | |
| 'if' construct must use '{}'s. | 170 | |
| 'if' construct must use '{}'s. | 172 | |
| 'if' construct must use '{}'s. | 175 | |
| 'if' construct must use '{}'s. | 177 | |
| Line has trailing spaces. | 184 | |
| Line is longer than 80 characters. | 187 | |
| Method 'getResources' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| '<' is not preceded with whitespace. | 188 | |
| '<' is not followed by whitespace. | 188 | |
| '>' is not preceded with whitespace. | 188 | |
| Line has trailing spaces. | 194 | |
| Method 'setResources' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| Parameter resources should be final. | 197 | |
| '<' is not preceded with whitespace. | 197 | |
| '<' is not followed by whitespace. | 197 | |
| '>' is not preceded with whitespace. | 197 | |
| 'resources' hides a field. | 197 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 25 | |
| Line has trailing spaces. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 30 | |
| '{' should be on the previous line. | 37 | |
| Line has trailing spaces. | 41 | |
| Line has trailing spaces. | 49 | |
| Method 'isNew' is not designed for extension - needs to be abstract, final or empty. | 52 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 35 | |
| Line has trailing spaces. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Line is longer than 80 characters. | 40 | |
| '{' should be on the previous line. | 49 | |
| '<' is not preceded with whitespace. | 58 | |
| '<' is not followed by whitespace. | 58 | |
| '>' is not preceded with whitespace. | 58 | |
| '<' is not preceded with whitespace. | 58 | |
| '<' is not followed by whitespace. | 58 | |
| '>' is not preceded with whitespace. | 58 | |
| '>' is not followed by whitespace. | 58 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Line has trailing spaces. | 80 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Parameter id should be final. | 83 | |
| 'id' hides a field. | 83 | |
| Line has trailing spaces. | 89 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Line has trailing spaces. | 98 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Parameter name should be final. | 101 | |
| 'name' hides a field. | 101 | |
| Line has trailing spaces. | 107 | |
| Method 'getAgents' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| '<' is not preceded with whitespace. | 111 | |
| '<' is not followed by whitespace. | 111 | |
| '>' is not preceded with whitespace. | 111 | |
| Line has trailing spaces. | 117 | |
| Method 'setAgents' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Parameter agents should be final. | 120 | |
| '<' is not preceded with whitespace. | 120 | |
| '<' is not followed by whitespace. | 120 | |
| '>' is not preceded with whitespace. | 120 | |
| 'agents' hides a field. | 120 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Missing a Javadoc comment. | 129 | |
| Avoid inline conditionals. | 133 | |
| Avoid inline conditionals. | 134 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Missing a Javadoc comment. | 143 | |
| Parameter obj should be final. | 144 | |
| 'if' construct must use '{}'s. | 145 | |
| 'if' construct must use '{}'s. | 147 | |
| 'if' construct must use '{}'s. | 149 | |
| 'if' construct must use '{}'s. | 153 | |
| 'if' construct must use '{}'s. | 155 | |
| 'if' construct must use '{}'s. | 158 | |
| 'if' construct must use '{}'s. | 160 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 34 | |
| Line has trailing spaces. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 39 | |
| '{' should be on the previous line. | 47 | |
| '<' is not preceded with whitespace. | 53 | |
| '<' is not followed by whitespace. | 53 | |
| '>' is not preceded with whitespace. | 53 | |
| '<' is not preceded with whitespace. | 53 | |
| '<' is not followed by whitespace. | 53 | |
| '>' is not preceded with whitespace. | 53 | |
| '>' is not followed by whitespace. | 53 | |
| '<' is not preceded with whitespace. | 56 | |
| '<' is not followed by whitespace. | 56 | |
| '>' is not preceded with whitespace. | 56 | |
| '<' is not preceded with whitespace. | 56 | |
| '<' is not followed by whitespace. | 56 | |
| '>' is not preceded with whitespace. | 56 | |
| '>' is not followed by whitespace. | 56 | |
| Line has trailing spaces. | 66 | |
| Parameter name should be final. | 69 | |
| Line has trailing spaces. | 75 | |
| Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Line has trailing spaces. | 86 | |
| Method 'setParent' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Parameter parent should be final. | 89 | |
| 'parent' hides a field. | 89 | |
| Line has trailing spaces. | 95 | |
| Line is longer than 80 characters. | 98 | |
| Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| '<' is not preceded with whitespace. | 99 | |
| '<' is not followed by whitespace. | 99 | |
| '>' is not preceded with whitespace. | 99 | |
| Line has trailing spaces. | 105 | |
| Method 'setChildren' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Parameter children should be final. | 108 | |
| '<' is not preceded with whitespace. | 108 | |
| '<' is not followed by whitespace. | 108 | |
| '>' is not preceded with whitespace. | 108 | |
| 'children' hides a field. | 108 | |
| Line has trailing spaces. | 114 | |
| Line is longer than 80 characters. | 117 | |
| Method 'getDefinedRoles' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| '<' is not preceded with whitespace. | 118 | |
| '<' is not followed by whitespace. | 118 | |
| '>' is not preceded with whitespace. | 118 | |
| Line has trailing spaces. | 124 | |
| Method 'setDefinedRoles' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| Parameter definedRoles should be final. | 127 | |
| '<' is not preceded with whitespace. | 127 | |
| '<' is not followed by whitespace. | 127 | |
| '>' is not preceded with whitespace. | 127 | |
| 'definedRoles' hides a field. | 127 | |
| Line has trailing spaces. | 133 | |
| Line has trailing spaces. | 135 | |
| Method 'findOrgByName' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| Parameter name should be final. | 139 | |
| Line has trailing spaces. | 150 | |
| Line has trailing spaces. | 152 | |
| Method 'findDefinedRoleByName' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| Parameter name should be final. | 156 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Comment matches to-do format 'TODO:'. | 32 | |
| Line has trailing spaces. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Line is longer than 80 characters. | 37 | |
| '{' should be on the previous line. | 46 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Line has trailing spaces. | 80 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Parameter id should be final. | 83 | |
| 'id' hides a field. | 83 | |
| Line has trailing spaces. | 89 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Line has trailing spaces. | 98 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Parameter name should be final. | 101 | |
| 'name' hides a field. | 101 | |
| Line has trailing spaces. | 107 | |
| Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Line has trailing spaces. | 118 | |
| Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Parameter owner should be final. | 121 | |
| 'owner' hides a field. | 121 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 37 | |
| Line has trailing spaces. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line is longer than 80 characters. | 42 | |
| '{' should be on the previous line. | 51 | |
| '<' is not preceded with whitespace. | 72 | |
| '<' is not followed by whitespace. | 72 | |
| '>' is not preceded with whitespace. | 72 | |
| '<' is not preceded with whitespace. | 72 | |
| '<' is not followed by whitespace. | 72 | |
| '>' is not preceded with whitespace. | 72 | |
| '>' is not followed by whitespace. | 72 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Line has trailing spaces. | 94 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Parameter id should be final. | 97 | |
| 'id' hides a field. | 97 | |
| Line has trailing spaces. | 103 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Line has trailing spaces. | 112 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Parameter name should be final. | 115 | |
| 'name' hides a field. | 115 | |
| Line has trailing spaces. | 121 | |
| Method 'getGroupAgent' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Line has trailing spaces. | 132 | |
| Method 'setGroupAgent' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Parameter organisation should be final. | 135 | |
| Line has trailing spaces. | 141 | |
| Method 'getPlayers' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| '<' is not preceded with whitespace. | 145 | |
| '<' is not followed by whitespace. | 145 | |
| '>' is not preceded with whitespace. | 145 | |
| Line has trailing spaces. | 151 | |
| Method 'setPlayers' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| Parameter players should be final. | 154 | |
| '<' is not preceded with whitespace. | 154 | |
| '<' is not followed by whitespace. | 154 | |
| '>' is not preceded with whitespace. | 154 | |
| 'players' hides a field. | 154 | |
| Line has trailing spaces. | 160 | |
| Method 'getShortDescription' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Line has trailing spaces. | 169 | |
| Method 'setShortDescription' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| Parameter shortDescription should be final. | 172 | |
| 'shortDescription' hides a field. | 172 | |
| Line has trailing spaces. | 178 | |
| Method 'getLongDescription' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| Line has trailing spaces. | 187 | |
| Method 'setLongDescription' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| Parameter longDescription should be final. | 190 | |
| 'longDescription' hides a field. | 190 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| Missing a Javadoc comment. | 199 | |
| Avoid inline conditionals. | 203 | |
| Avoid inline conditionals. | 205 | |
| Avoid inline conditionals. | 206 | |
| Line is longer than 80 characters. | 209 | |
| Avoid inline conditionals. | 209 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| Missing a Javadoc comment. | 218 | |
| Parameter obj should be final. | 219 | |
| 'if' construct must use '{}'s. | 220 | |
| 'if' construct must use '{}'s. | 222 | |
| 'if' construct must use '{}'s. | 224 | |
| 'if' construct must use '{}'s. | 228 | |
| 'if' construct must use '{}'s. | 230 | |
| 'if' construct must use '{}'s. | 233 | |
| 'if' construct must use '{}'s. | 235 | |
| 'if' construct must use '{}'s. | 238 | |
| 'if' construct must use '{}'s. | 240 | |
| 'if' construct must use '{}'s. | 243 | |
| 'if' construct must use '{}'s. | 245 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 25 | |
| Line has trailing spaces. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 30 | |
| '{' should be on the previous line. | 38 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Comment matches to-do format 'TODO:'. | 26 | |
| Line has trailing spaces. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 31 | |
| '{' should be on the previous line. | 39 | |
| Line has trailing spaces. | 40 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 31 | |
| Line has trailing spaces. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 36 | |
| '{' should be on the previous line. | 44 | |
| Line has trailing spaces. | 69 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Line has trailing spaces. | 78 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Parameter name should be final. | 81 | |
| 'name' hides a field. | 81 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Missing a Javadoc comment. | 90 | |
| Line has trailing spaces. | 99 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Parameter id should be final. | 102 | |
| 'id' hides a field. | 102 | |
| Line has trailing spaces. | 108 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Line has trailing spaces. | 117 | |
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Parameter type should be final. | 120 | |
| 'type' hides a field. | 120 | |
| Line has trailing spaces. | 126 | |
| Method 'getGovernment' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Line has trailing spaces. | 137 | |
| Method 'setGovernment' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Parameter government should be final. | 140 | |
| 'government' hides a field. | 140 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 20 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 33 | |
| Line has trailing spaces. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 38 | |
| '{' should be on the previous line. | 46 | |
| Line has trailing spaces. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Name 'GovernmentType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| '<' is not preceded with whitespace. | 70 | |
| '<' is not followed by whitespace. | 70 | |
| '>' is not preceded with whitespace. | 70 | |
| '<' is not preceded with whitespace. | 70 | |
| '<' is not followed by whitespace. | 70 | |
| '>' is not preceded with whitespace. | 70 | |
| '>' is not followed by whitespace. | 70 | |
| Line has trailing spaces. | 80 | |
| Method 'getGovernmentType' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Line has trailing spaces. | 89 | |
| Method 'setGovernmentType' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Parameter GovernmentType should be final. | 92 | |
| 'GovernmentType' hides a field. | 92 | |
| Name 'GovernmentType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| Line has trailing spaces. | 98 | |
| Line is longer than 80 characters. | 101 | |
| Method 'getElections' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| '<' is not preceded with whitespace. | 102 | |
| '<' is not followed by whitespace. | 102 | |
| '>' is not preceded with whitespace. | 102 | |
| Line has trailing spaces. | 108 | |
| Method 'setElections' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Parameter elections should be final. | 111 | |
| '<' is not preceded with whitespace. | 111 | |
| '<' is not followed by whitespace. | 111 | |
| '>' is not preceded with whitespace. | 111 | |
| 'elections' hides a field. | 111 | |
| Line has trailing spaces. | 117 | |
| Method 'getHeadofState' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Line is longer than 80 characters. | 123 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 20 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Comment matches to-do format 'TODO:'. | 29 | |
| Line has trailing spaces. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 34 | |
| '{' should be on the previous line. | 42 | |
| Line has trailing spaces. | 58 | |
| Method 'getHref' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Line has trailing spaces. | 67 | |
| Method 'setHref' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Parameter href should be final. | 70 | |
| 'href' hides a field. | 70 | |
| Line has trailing spaces. | 76 | |
| Method 'getResolution' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Line has trailing spaces. | 86 | |
| Method 'setResolution' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Parameter resolution should be final. | 89 | |
| 'resolution' hides a field. | 89 | |
| Line has trailing spaces. | 95 | |
| Method 'getVoteResult' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Line has trailing spaces. | 106 | |
| Method 'setVoteResult' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Parameter voteResult should be final. | 109 | |
| 'voteResult' hides a field. | 109 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 38 | |
| Line has trailing spaces. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line is longer than 80 characters. | 43 | |
| '{' should be on the previous line. | 51 | |
| Line has trailing spaces. | 79 | |
| Method 'getAbbreviation' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Line has trailing spaces. | 88 | |
| Method 'setAbbreviation' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Parameter abbreviation should be final. | 91 | |
| 'abbreviation' hides a field. | 91 | |
| Line has trailing spaces. | 97 | |
| Method 'getCountry' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Line has trailing spaces. | 108 | |
| Method 'setCountry' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Parameter country should be final. | 111 | |
| 'country' hides a field. | 111 | |
| Line has trailing spaces. | 117 | |
| Method 'getRegion' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Line has trailing spaces. | 128 | |
| Method 'setRegion' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Parameter region should be final. | 131 | |
| 'region' hides a field. | 131 | |
| Line has trailing spaces. | 137 | |
| Method 'getOrganisationType' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Line has trailing spaces. | 146 | |
| Method 'setOrganisationType' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| Parameter organisationType should be final. | 149 | |
| 'organisationType' hides a field. | 149 | |
| Line has trailing spaces. | 155 | |
| Method 'getNumberOfMembers' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Line has trailing spaces. | 165 | |
| Method 'setNumberOfMembers' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| Parameter numberOfMembers should be final. | 168 | |
| 'numberOfMembers' hides a field. | 168 | |
| Line has trailing spaces. | 174 | |
| Line has trailing spaces. | 176 | |
| Method 'playsRoleInOrganisation' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| Parameter player should be final. | 180 | |
| Line has trailing spaces. | 193 | |
| Method 'personsActive' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| '<' is not preceded with whitespace. | 197 | |
| '<' is not followed by whitespace. | 197 | |
| '>' is not preceded with whitespace. | 197 | |
| '<' is not preceded with whitespace. | 198 | |
| '<' is not followed by whitespace. | 198 | |
| '>' is not preceded with whitespace. | 198 | |
| '<' is not preceded with whitespace. | 198 | |
| '<' is not followed by whitespace. | 198 | |
| '>' is not preceded with whitespace. | 198 | |
| '>' is not followed by whitespace. | 198 | |
| Line has trailing spaces. | 213 | |
| Line has trailing spaces. | 215 | |
| Method 'findMemberByName' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| Parameter name should be final. | 219 | |
| Line has trailing spaces. | 232 | |
| Line has trailing spaces. | 236 | |
| Method 'findMemberByFullNameAndParty' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| Parameter fname should be final. | 240 | |
| Parameter lname should be final. | 240 | |
| Parameter party should be final. | 241 | |
| Line has trailing spaces. | 258 | |
| Line has trailing spaces. | 260 | |
| Method 'findOrgByAbbr' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| Parameter abbr should be final. | 264 | |
| Line is longer than 80 characters. | 269 | |
| Line has trailing spaces. | 279 | |
| Line has trailing spaces. | 281 | |
| Method 'findResourceByName' is not designed for extension - needs to be abstract, final or empty. | 284 | |
| Parameter name should be final. | 285 | |
| Line has trailing spaces. | 297 | |
| Method 'getActivePoliticalParties' is not designed for extension - needs to be abstract, final or empty. | 300 | |
| '<' is not preceded with whitespace. | 301 | |
| '<' is not followed by whitespace. | 301 | |
| '>' is not preceded with whitespace. | 301 | |
| Line is longer than 80 characters. | 302 | |
| '<' is not preceded with whitespace. | 302 | |
| '<' is not followed by whitespace. | 302 | |
| '>' is not preceded with whitespace. | 302 | |
| '<' is not preceded with whitespace. | 302 | |
| '<' is not followed by whitespace. | 302 | |
| '>' is not preceded with whitespace. | 302 | |
| '>' is not followed by whitespace. | 302 | |
| Line has trailing spaces. | 347 | |
| Method 'addMember' is not designed for extension - needs to be abstract, final or empty. | 350 | |
| Parameter person should be final. | 351 | |
| Line has trailing spaces. | 363 | |
| Method 'removeMember' is not designed for extension - needs to be abstract, final or empty. | 366 | |
| Parameter person should be final. | 367 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 20 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 32 | |
| Line has trailing spaces. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Line is longer than 80 characters. | 37 | |
| '{' should be on the previous line. | 45 | |
| Line has trailing spaces. | 58 | |
| Parameter name should be final. | 61 | |
| Line has trailing spaces. | 67 | |
| Method 'getPoliticalParty' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Line has trailing spaces. | 82 | |
| Line has trailing spaces. | 84 | |
| Method 'getRoleInOrg' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Parameter organisation should be final. | 88 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 26 | |
| Line has trailing spaces. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 31 | |
| '{' should be on the previous line. | 39 | |
| Line has trailing spaces. | 49 | |
| Method 'getShortCode' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Line has trailing spaces. | 58 | |
| Method 'setShortCode' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Parameter shortCode should be final. | 61 | |
| 'shortCode' hides a field. | 61 | |
| Line has trailing spaces. | 73 | |
| Method 'isOffline' is not designed for extension - needs to be abstract, final or empty. | 76 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 34 | |
| Line has trailing spaces. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 39 | |
| '{' should be on the previous line. | 47 | |
| '<' is not preceded with whitespace. | 59 | |
| '<' is not followed by whitespace. | 59 | |
| '>' is not preceded with whitespace. | 59 | |
| '<' is not preceded with whitespace. | 59 | |
| '<' is not followed by whitespace. | 59 | |
| '>' is not preceded with whitespace. | 59 | |
| '>' is not followed by whitespace. | 59 | |
| Line has trailing spaces. | 69 | |
| Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Line has trailing spaces. | 80 | |
| Method 'setParent' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Parameter parent should be final. | 83 | |
| 'parent' hides a field. | 83 | |
| Line has trailing spaces. | 89 | |
| Line is longer than 80 characters. | 92 | |
| Method 'getParts' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| '<' is not preceded with whitespace. | 93 | |
| '<' is not followed by whitespace. | 93 | |
| '>' is not preceded with whitespace. | 93 | |
| Line has trailing spaces. | 99 | |
| Method 'setParts' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Parameter parts should be final. | 102 | |
| '<' is not preceded with whitespace. | 102 | |
| '<' is not followed by whitespace. | 102 | |
| '>' is not preceded with whitespace. | 102 | |
| 'parts' hides a field. | 102 | |
| Line has trailing spaces. | 108 | |
| Method 'getRegionType' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Line has trailing spaces. | 117 | |
| Method 'setRegionType' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Parameter regionType should be final. | 120 | |
| 'regionType' hides a field. | 120 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 20 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Comment matches to-do format 'TODO:'. | 37 | |
| Line has trailing spaces. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line is longer than 80 characters. | 42 | |
| '{' should be on the previous line. | 50 | |
| '<' is not preceded with whitespace. | 65 | |
| '<' is not followed by whitespace. | 65 | |
| '>' is not preceded with whitespace. | 65 | |
| '<' is not preceded with whitespace. | 65 | |
| '<' is not followed by whitespace. | 65 | |
| '>' is not preceded with whitespace. | 65 | |
| '>' is not followed by whitespace. | 65 | |
| Line has trailing spaces. | 69 | |
| Method 'getHref' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Line has trailing spaces. | 78 | |
| Method 'setHref' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Parameter href should be final. | 81 | |
| 'href' hides a field. | 81 | |
| Line has trailing spaces. | 87 | |
| Method 'getResolutionState' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Line has trailing spaces. | 97 | |
| Method 'setResolutionState' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Parameter resolutionState should be final. | 100 | |
| 'resolutionState' hides a field. | 100 | |
| Line has trailing spaces. | 106 | |
| Method 'getDecidedDate' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Line has trailing spaces. | 116 | |
| Method 'setDecidedDate' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Parameter decidedDate should be final. | 119 | |
| 'decidedDate' hides a field. | 119 | |
| Line has trailing spaces. | 126 | |
| Line is longer than 80 characters. | 129 | |
| Method 'getIssues' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| '<' is not preceded with whitespace. | 130 | |
| '<' is not followed by whitespace. | 130 | |
| '>' is not preceded with whitespace. | 130 | |
| Line has trailing spaces. | 136 | |
| Method 'setIssues' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| Parameter issues should be final. | 139 | |
| '<' is not preceded with whitespace. | 139 | |
| '<' is not followed by whitespace. | 139 | |
| '>' is not preceded with whitespace. | 139 | |
| 'issues' hides a field. | 139 | |
| Line has trailing spaces. | 171 | |
| Line has trailing spaces. | 173 | |
| Method 'containsIssue' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| Parameter name should be final. | 177 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Comment matches to-do format 'TODO:'. | 32 | |
| Line has trailing spaces. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Line is longer than 80 characters. | 37 | |
| '{' should be on the previous line. | 45 | |
| Line has trailing spaces. | 61 | |
| Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Line has trailing spaces. | 71 | |
| Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Parameter position should be final. | 74 | |
| 'position' hides a field. | 74 | |
| Line has trailing spaces. | 80 | |
| Method 'getVoteDate' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Line has trailing spaces. | 90 | |
| Method 'setVoteDate' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Parameter voteDate should be final. | 93 | |
| 'voteDate' hides a field. | 93 | |
| Line has trailing spaces. | 99 | |
| Method 'getVoteResult' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Line has trailing spaces. | 109 | |
| Method 'setVoteResult' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Parameter voteResult should be final. | 112 | |
| 'voteResult' hides a field. | 112 | |
| Line has trailing spaces. | 118 | |
| Line is longer than 80 characters. | 119 | |
| Line is longer than 80 characters. | 120 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Comment matches to-do format 'TODO:'. | 34 | |
| Line has trailing spaces. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 39 | |
| '{' should be on the previous line. | 47 | |
| '<' is not preceded with whitespace. | 62 | |
| '<' is not followed by whitespace. | 62 | |
| '>' is not preceded with whitespace. | 62 | |
| '=' is not preceded with whitespace. | 62 | |
| '<' is not preceded with whitespace. | 62 | |
| '<' is not followed by whitespace. | 62 | |
| '>' is not preceded with whitespace. | 62 | |
| '>' is not followed by whitespace. | 62 | |
| Line has trailing spaces. | 66 | |
| Method 'getFinalPosition' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Line has trailing spaces. | 75 | |
| Method 'setFinalPosition' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Parameter finalPosition should be final. | 78 | |
| 'finalPosition' hides a field. | 78 | |
| Line has trailing spaces. | 84 | |
| Method 'getHref' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Line has trailing spaces. | 93 | |
| Method 'setHref' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Parameter href should be final. | 96 | |
| 'href' hides a field. | 96 | |
| Line has trailing spaces. | 102 | |
| Method 'getIssue' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Line has trailing spaces. | 112 | |
| Method 'setIssue' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Parameter issue should be final. | 115 | |
| 'issue' hides a field. | 115 | |
| Line has trailing spaces. | 121 | |
| Line is longer than 80 characters. | 124 | |
| Method 'getVotes' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| '<' is not preceded with whitespace. | 125 | |
| '<' is not followed by whitespace. | 125 | |
| '>' is not preceded with whitespace. | 125 | |
| Line has trailing spaces. | 131 | |
| Method 'setVotes' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| Parameter votes should be final. | 134 | |
| '<' is not preceded with whitespace. | 134 | |
| '<' is not followed by whitespace. | 134 | |
| '>' is not preceded with whitespace. | 134 | |
| 'votes' hides a field. | 134 | |
| Line has trailing spaces. | 140 | |
| Line has trailing spaces. | 142 | |
| Method 'containsVote' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Parameter name should be final. | 146 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 20 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| '{' should be on the previous line. | 31 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 20 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| '{' should be on the previous line. | 31 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 24 | |
| Comment matches to-do format 'TODO:'. | 46 | |
| Line has trailing spaces. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Line is longer than 80 characters. | 51 | |
| '{' should be on the previous line. | 57 | |
| Line has trailing spaces. | 61 | |
| '<' is not preceded with whitespace. | 64 | |
| '<' is not followed by whitespace. | 64 | |
| '>' is not preceded with whitespace. | 64 | |
| Line has trailing spaces. | 68 | |
| '<' is not preceded with whitespace. | 71 | |
| '<' is not followed by whitespace. | 71 | |
| '>' is not preceded with whitespace. | 71 | |
| Line has trailing spaces. | 75 | |
| '<' is not preceded with whitespace. | 78 | |
| '<' is not followed by whitespace. | 78 | |
| '>' is not preceded with whitespace. | 78 | |
| Line has trailing spaces. | 82 | |
| '<' is not preceded with whitespace. | 85 | |
| '<' is not followed by whitespace. | 85 | |
| '>' is not preceded with whitespace. | 85 | |
| Line has trailing spaces. | 89 | |
| '<' is not preceded with whitespace. | 92 | |
| '<' is not followed by whitespace. | 92 | |
| '>' is not preceded with whitespace. | 92 | |
| Line has trailing spaces. | 96 | |
| '<' is not preceded with whitespace. | 99 | |
| '<' is not followed by whitespace. | 99 | |
| '>' is not preceded with whitespace. | 99 | |
| Line has trailing spaces. | 103 | |
| '<' is not preceded with whitespace. | 106 | |
| '<' is not followed by whitespace. | 106 | |
| '>' is not preceded with whitespace. | 106 | |
| Line has trailing spaces. | 110 | |
| Line has trailing spaces. | 113 | |
| Line has trailing spaces. | 115 | |
| Line has trailing spaces. | 123 | |
| '<' is not preceded with whitespace. | 126 | |
| '<' is not followed by whitespace. | 126 | |
| '>' is not preceded with whitespace. | 126 | |
| Line has trailing spaces. | 130 | |
| '<' is not preceded with whitespace. | 133 | |
| '<' is not followed by whitespace. | 133 | |
| '>' is not preceded with whitespace. | 133 | |
| Line has trailing spaces. | 137 | |
| Line has trailing spaces. | 139 | |
| Line has trailing spaces. | 146 | |
| Line has trailing spaces. | 149 | |
| Line has trailing spaces. | 156 | |
| Line has trailing spaces. | 158 | |
| Line has trailing spaces. | 165 | |
| Line has trailing spaces. | 167 | |
| Line has trailing spaces. | 174 | |
| Line has trailing spaces. | 179 | |
| Line has trailing spaces. | 187 | |
| Line has trailing spaces. | 193 | |
| Line has trailing spaces. | 202 | |
| Line has trailing spaces. | 207 | |
| Line has trailing spaces. | 215 | |
| Line has trailing spaces. | 222 | |
| Line has trailing spaces. | 224 | |
| Line is longer than 80 characters. | 225 | |
| Line is longer than 80 characters. | 229 | |
| Line has trailing spaces. | 233 | |
| Line has trailing spaces. | 241 | |
| Line has trailing spaces. | 249 | |
| Line has trailing spaces. | 252 | |
| Line has trailing spaces. | 259 | |
| Redundant 'public' modifier. | 262 | |
| Line has trailing spaces. | 266 | |
| Line has trailing spaces. | 273 | |
| Line has trailing spaces. | 281 | |
| Redundant 'public' modifier. | 284 | |
| '<' is not preceded with whitespace. | 284 | |
| '<' is not followed by whitespace. | 284 | |
| '>' is not preceded with whitespace. | 284 | |
| Line has trailing spaces. | 288 | |
| Line has trailing spaces. | 298 | |
| Line has trailing spaces. | 305 | |
| Line has trailing spaces. | 307 | |
| Line has trailing spaces. | 314 | |
| Line has trailing spaces. | 319 | |
| Line has trailing spaces. | 321 | |
| Line is longer than 80 characters. | 322 | |
| Line is longer than 80 characters. | 325 | |
| Line has trailing spaces. | 329 | |
| Line has trailing spaces. | 332 | |
| Line has trailing spaces. | 339 | |
| Line has trailing spaces. | 347 | |
| Line has trailing spaces. | 355 | |
| Line has trailing spaces. | 357 | |
| Line has trailing spaces. | 364 | |
| Line has trailing spaces. | 366 | |
| Line has trailing spaces. | 373 | |
| ',' is not followed by whitespace. | 378 | |
| Line has trailing spaces. | 382 | |
| Line has trailing spaces. | 386 | |
| Line has trailing spaces. | 394 | |
| Line has trailing spaces. | 401 | |
| Line is longer than 80 characters. | 403 | |
| Line is longer than 80 characters. | 405 | |
| ',' is not followed by whitespace. | 405 | |
| ',' is not followed by whitespace. | 405 | |
| Line is longer than 80 characters. | 406 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 406 | |
| Line has trailing spaces. | 410 | |
| Line has trailing spaces. | 412 | |
| Line has trailing spaces. | 419 | |
| Line has trailing spaces. | 421 | |
| Line has trailing spaces. | 428 | |
| Line has trailing spaces. | 430 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Comment matches to-do format 'TODO:'. | 66 | |
| Line has trailing spaces. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Line is longer than 80 characters. | 71 | |
| '{' should be on the previous line. | 78 | |
| 'private' modifier out of order with the JLS suggestions. | 81 | |
| 'private' modifier out of order with the JLS suggestions. | 84 | |
| 'private' modifier out of order with the JLS suggestions. | 87 | |
| 'private' modifier out of order with the JLS suggestions. | 90 | |
| 'private' modifier out of order with the JLS suggestions. | 93 | |
| 'private' modifier out of order with the JLS suggestions. | 96 | |
| Line has trailing spaces. | 115 | |
| More than 7 parameters. | 128 | |
| Parameter userDAO should be final. | 128 | |
| 'userDAO' hides a field. | 128 | |
| Parameter eventDAO should be final. | 128 | |
| 'eventDAO' hides a field. | 128 | |
| Parameter portalDAO should be final. | 129 | |
| 'portalDAO' hides a field. | 129 | |
| Parameter countryDAO should be final. | 129 | |
| 'countryDAO' hides a field. | 129 | |
| Parameter userSessionDAO should be final. | 130 | |
| 'userSessionDAO' hides a field. | 130 | |
| Parameter politicalPartyDAO should be final. | 130 | |
| 'politicalPartyDAO' hides a field. | 130 | |
| Line is longer than 80 characters. | 131 | |
| Parameter governmentDAO should be final. | 131 | |
| 'governmentDAO' hides a field. | 131 | |
| Parameter agentDAO should be final. | 131 | |
| 'agentDAO' hides a field. | 131 | |
| ',' is not followed by whitespace. | 131 | |
| Parameter documentDAO should be final. | 131 | |
| 'documentDAO' hides a field. | 131 | |
| ',' is not followed by whitespace. | 131 | |
| Parameter roleDAO should be final. | 131 | |
| 'roleDAO' hides a field. | 131 | |
| ',' is not followed by whitespace. | 131 | |
| Parameter regionDAO should be final. | 131 | |
| 'regionDAO' hides a field. | 131 | |
| Line is longer than 80 characters. | 148 | |
| Method 'getEvents' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Missing a Javadoc comment. | 150 | |
| '<' is not preceded with whitespace. | 150 | |
| '<' is not followed by whitespace. | 150 | |
| '>' is not preceded with whitespace. | 150 | |
| Line is longer than 80 characters. | 157 | |
| Method 'getElections' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| Missing a Javadoc comment. | 159 | |
| '<' is not preceded with whitespace. | 159 | |
| '<' is not followed by whitespace. | 159 | |
| '>' is not preceded with whitespace. | 159 | |
| '<' is not preceded with whitespace. | 160 | |
| '<' is not followed by whitespace. | 160 | |
| '>' is not preceded with whitespace. | 160 | |
| '<' is not preceded with whitespace. | 160 | |
| '<' is not followed by whitespace. | 160 | |
| '>' is not preceded with whitespace. | 160 | |
| '>' is not followed by whitespace. | 160 | |
| Line is longer than 80 characters. | 171 | |
| Method 'getGovernments' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| Missing a Javadoc comment. | 173 | |
| '<' is not preceded with whitespace. | 173 | |
| '<' is not followed by whitespace. | 173 | |
| '>' is not preceded with whitespace. | 173 | |
| Line is longer than 80 characters. | 180 | |
| Method 'getPortals' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| Missing a Javadoc comment. | 182 | |
| '<' is not preceded with whitespace. | 182 | |
| '<' is not followed by whitespace. | 182 | |
| '>' is not preceded with whitespace. | 182 | |
| Line is longer than 80 characters. | 189 | |
| Method 'getCountries' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| Missing a Javadoc comment. | 191 | |
| '<' is not preceded with whitespace. | 191 | |
| '<' is not followed by whitespace. | 191 | |
| '>' is not preceded with whitespace. | 191 | |
| Line is longer than 80 characters. | 198 | |
| Method 'createParty' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| Missing a Javadoc comment. | 201 | |
| Parameter command should be final. | 201 | |
| Parameter userId should be final. | 201 | |
| 'if' construct must use '{}'s. | 203 | |
| Line is longer than 80 characters. | 235 | |
| Method 'getPoliticalParties' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| Missing a Javadoc comment. | 237 | |
| '<' is not preceded with whitespace. | 237 | |
| '<' is not followed by whitespace. | 237 | |
| '>' is not preceded with whitespace. | 237 | |
| Line is longer than 80 characters. | 244 | |
| Method 'getPoliticalParty' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| Missing a Javadoc comment. | 246 | |
| Parameter partyId should be final. | 246 | |
| Line is longer than 80 characters. | 253 | |
| Method 'joinParty' is not designed for extension - needs to be abstract, final or empty. | 256 | |
| Missing a Javadoc comment. | 256 | |
| Parameter partyId should be final. | 256 | |
| Parameter userId should be final. | 256 | |
| Line is longer than 80 characters. | 261 | |
| Line is longer than 80 characters. | 283 | |
| Method 'getGovernment' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| Missing a Javadoc comment. | 285 | |
| Parameter governmentId should be final. | 285 | |
| Line is longer than 80 characters. | 292 | |
| Method 'getActiveUserSessions' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| Missing a Javadoc comment. | 294 | |
| '<' is not preceded with whitespace. | 294 | |
| '<' is not followed by whitespace. | 294 | |
| '>' is not preceded with whitespace. | 294 | |
| Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| Missing a Javadoc comment. | 303 | |
| '<' is not preceded with whitespace. | 303 | |
| '<' is not followed by whitespace. | 303 | |
| '>' is not preceded with whitespace. | 303 | |
| Line is longer than 80 characters. | 310 | |
| Method 'getOrganisation' is not designed for extension - needs to be abstract, final or empty. | 312 | |
| Missing a Javadoc comment. | 312 | |
| Parameter organisationId should be final. | 313 | |
| Line is longer than 80 characters. | 320 | |
| Method 'getOnlinePoliticalParties' is not designed for extension - needs to be abstract, final or empty. | 322 | |
| Missing a Javadoc comment. | 322 | |
| '<' is not preceded with whitespace. | 323 | |
| '<' is not followed by whitespace. | 323 | |
| '>' is not preceded with whitespace. | 323 | |
| Line is longer than 80 characters. | 330 | |
| Method 'createPoliticalParty' is not designed for extension - needs to be abstract, final or empty. | 335 | |
| Missing a Javadoc comment. | 335 | |
| Parameter name should be final. | 336 | |
| Parameter shortCode should be final. | 336 | |
| Parameter country should be final. | 337 | |
| Parameter region should be final. | 337 | |
| Line is longer than 80 characters. | 358 | |
| Method 'addMember' is not designed for extension - needs to be abstract, final or empty. | 361 | |
| Missing a Javadoc comment. | 361 | |
| Parameter organisation should be final. | 362 | |
| Parameter person should be final. | 362 | |
| Line is longer than 80 characters. | 371 | |
| Method 'addRolePlayed' is not designed for extension - needs to be abstract, final or empty. | 374 | |
| Missing a Javadoc comment. | 374 | |
| Parameter role should be final. | 375 | |
| Parameter person should be final. | 375 | |
| Line is longer than 80 characters. | 385 | |
| Method 'createRoleInOrg' is not designed for extension - needs to be abstract, final or empty. | 388 | |
| Missing a Javadoc comment. | 388 | |
| Parameter roleName should be final. | 389 | |
| Parameter organisation should be final. | 389 | |
| Line is longer than 80 characters. | 401 | |
| Method 'createOrganisation' is not designed for extension - needs to be abstract, final or empty. | 407 | |
| Missing a Javadoc comment. | 407 | |
| Parameter name should be final. | 408 | |
| Parameter abbr should be final. | 408 | |
| Parameter country should be final. | 409 | |
| Parameter region should be final. | 409 | |
| Line is longer than 80 characters. | 410 | |
| Parameter organisationType should be final. | 410 | |
| Parameter parent should be final. | 410 | |
| Line is longer than 80 characters. | 453 | |
| Method 'createGovernment' is not designed for extension - needs to be abstract, final or empty. | 457 | |
| Missing a Javadoc comment. | 457 | |
| Parameter name should be final. | 458 | |
| ',' is not followed by whitespace. | 458 | |
| Parameter countryId should be final. | 458 | |
| Parameter governmentType should be final. | 459 | |
| ',' is not followed by whitespace. | 459 | |
| Parameter headOfstate should be final. | 459 | |
| Line is longer than 80 characters. | 512 | |
| Method 'getGlobalPortal' is not designed for extension - needs to be abstract, final or empty. | 514 | |
| Missing a Javadoc comment. | 514 | |
| Line is longer than 80 characters. | 524 | |
| Method 'createRegionalGovernment' is not designed for extension - needs to be abstract, final or empty. | 530 | |
| Missing a Javadoc comment. | 530 | |
| Parameter name should be final. | 531 | |
| Parameter country should be final. | 531 | |
| Parameter region should be final. | 532 | |
| Parameter organisationType should be final. | 532 | |
| Parameter parentGovernment should be final. | 533 | |
| Line is longer than 80 characters. | 578 | |
| Method 'createResolution' is not designed for extension - needs to be abstract, final or empty. | 580 | |
| Missing a Javadoc comment. | 580 | |
| Parameter resolution should be final. | 581 | |
| Line is longer than 80 characters. | 586 | |
| Method 'setResolutionDecidedDate' is not designed for extension - needs to be abstract, final or empty. | 588 | |
| Missing a Javadoc comment. | 588 | |
| Line is longer than 80 characters. | 589 | |
| Parameter resolution should be final. | 589 | |
| Parameter parseDate should be final. | 589 | |
| 'if' is not followed by whitespace. | 591 | |
| Line is longer than 80 characters. | 599 | |
| Method 'getDecidedResolutions' is not designed for extension - needs to be abstract, final or empty. | 601 | |
| Missing a Javadoc comment. | 601 | |
| '<' is not preceded with whitespace. | 601 | |
| '<' is not followed by whitespace. | 601 | |
| '>' is not preceded with whitespace. | 601 | |
| Line is longer than 80 characters. | 606 | |
| Method 'addResolutionIssue' is not designed for extension - needs to be abstract, final or empty. | 608 | |
| Missing a Javadoc comment. | 608 | |
| Parameter resolution should be final. | 609 | |
| Parameter issue should be final. | 609 | |
| Parameter voteResult should be final. | 610 | |
| Line is longer than 80 characters. | 627 | |
| Method 'updateVoteResult' is not designed for extension - needs to be abstract, final or empty. | 629 | |
| Missing a Javadoc comment. | 629 | |
| Parameter voteResult should be final. | 630 | |
| Line is longer than 80 characters. | 635 | |
| Method 'createOrgUnit' is not designed for extension - needs to be abstract, final or empty. | 637 | |
| Missing a Javadoc comment. | 637 | |
| Parameter orgName should be final. | 638 | |
| Parameter shortName should be final. | 638 | |
| Line is longer than 80 characters. | 639 | |
| Parameter organisationType should be final. | 639 | |
| Parameter orgId should be final. | 639 | |
| Line is longer than 80 characters. | 642 | |
| Line is longer than 80 characters. | 646 | |
| Method 'findOrgByName' is not designed for extension - needs to be abstract, final or empty. | 648 | |
| Missing a Javadoc comment. | 648 | |
| Parameter name should be final. | 649 | |
| Line is longer than 80 characters. | 654 | |
| Method 'findMemberByNameInOrg' is not designed for extension - needs to be abstract, final or empty. | 656 | |
| Missing a Javadoc comment. | 656 | |
| Parameter orgId should be final. | 657 | |
| Parameter name should be final. | 657 | |
| Line is longer than 80 characters. | 663 | |
| Method 'addMemberById' is not designed for extension - needs to be abstract, final or empty. | 665 | |
| Missing a Javadoc comment. | 665 | |
| Parameter orgId should be final. | 666 | |
| Parameter personId should be final. | 666 | |
| Line is longer than 80 characters. | 673 | |
| Method 'addRolePlayedById' is not designed for extension - needs to be abstract, final or empty. | 675 | |
| Missing a Javadoc comment. | 675 | |
| Parameter roleId should be final. | 676 | |
| Parameter agentId should be final. | 676 | |
| Line is longer than 80 characters. | 683 | |
| Method 'createCountry' is not designed for extension - needs to be abstract, final or empty. | 685 | |
| Missing a Javadoc comment. | 685 | |
| Parameter name should be final. | 686 | |
| Line is longer than 80 characters. | 701 | |
| Method 'findCountryByName' is not designed for extension - needs to be abstract, final or empty. | 703 | |
| Missing a Javadoc comment. | 703 | |
| Parameter name should be final. | 704 | |
| Line is longer than 80 characters. | 709 | |
| Line is longer than 80 characters. | 711 | |
| Method 'createElection' is not designed for extension - needs to be abstract, final or empty. | 711 | |
| Missing a Javadoc comment. | 711 | |
| Parameter name should be final. | 711 | |
| Parameter electionType should be final. | 711 | |
| ',' is not followed by whitespace. | 711 | |
| Parameter governmentid should be final. | 711 | |
| Line is longer than 80 characters. | 722 | |
| Method 'createPoliticalPartyById' is not designed for extension - needs to be abstract, final or empty. | 724 | |
| Missing a Javadoc comment. | 724 | |
| Parameter name should be final. | 725 | |
| Parameter shortCode should be final. | 726 | |
| Parameter countryId should be final. | 726 | |
| Line is longer than 80 characters. | 733 | |
| Method 'createOrganisationById' is not designed for extension - needs to be abstract, final or empty. | 735 | |
| Missing a Javadoc comment. | 735 | |
| Parameter name should be final. | 736 | |
| Parameter abbr should be final. | 736 | |
| Line is longer than 80 characters. | 737 | |
| Parameter countryId should be final. | 737 | |
| ',' is not followed by whitespace. | 737 | |
| Parameter regionId should be final. | 737 | |
| Parameter organisationType should be final. | 737 | |
| Parameter orgId should be final. | 737 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 737 | |
| Line is longer than 80 characters. | 742 | |
| ',' is not followed by whitespace. | 742 | |
| Line is longer than 80 characters. | 746 | |
| Method 'findPartyByShortCode' is not designed for extension - needs to be abstract, final or empty. | 748 | |
| Missing a Javadoc comment. | 748 | |
| Parameter shortCode should be final. | 749 | |
| Line is longer than 80 characters. | 754 | |
| Method 'createPerson' is not designed for extension - needs to be abstract, final or empty. | 756 | |
| Missing a Javadoc comment. | 756 | |
| Parameter name should be final. | 757 | |
| '=' is not preceded with whitespace. | 758 | |
| Line is longer than 80 characters. | 765 | |
| Method 'findRegionByName' is not designed for extension - needs to be abstract, final or empty. | 767 | |
| Missing a Javadoc comment. | 767 | |
| Parameter name should be final. | 768 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 20 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| '{' should be on the previous line. | 31 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 26 | |
| Line has trailing spaces. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 31 | |
| '{' should be on the previous line. | 37 | |
| Line has trailing spaces. | 41 | |
| Line has trailing spaces. | 44 | |
| Line has trailing spaces. | 46 | |
| Line has trailing spaces. | 54 | |
| Line has trailing spaces. | 61 | |
| Line has trailing spaces. | 65 | |
| Line has trailing spaces. | 72 | |
| '<' is not preceded with whitespace. | 75 | |
| '<' is not followed by whitespace. | 75 | |
| '>' is not preceded with whitespace. | 75 | |
| Line has trailing spaces. | 79 | |
| Line has trailing spaces. | 81 | |
| Line has trailing spaces. | 88 | |
| '<' is not preceded with whitespace. | 91 | |
| '<' is not followed by whitespace. | 91 | |
| '>' is not preceded with whitespace. | 91 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 46 | |
| Line has trailing spaces. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Line is longer than 80 characters. | 51 | |
| '{' should be on the previous line. | 58 | |
| 'private' modifier out of order with the JLS suggestions. | 61 | |
| 'private' modifier out of order with the JLS suggestions. | 64 | |
| 'private' modifier out of order with the JLS suggestions. | 67 | |
| 'private' modifier out of order with the JLS suggestions. | 70 | |
| 'private' modifier out of order with the JLS suggestions. | 73 | |
| 'private' modifier out of order with the JLS suggestions. | 76 | |
| Line has trailing spaces. | 83 | |
| Parameter userDAO should be final. | 91 | |
| 'userDAO' hides a field. | 91 | |
| Parameter portalDAO should be final. | 91 | |
| 'portalDAO' hides a field. | 91 | |
| Parameter personDAO should be final. | 92 | |
| 'personDAO' hides a field. | 92 | |
| Parameter userSessionDAO should be final. | 92 | |
| 'userSessionDAO' hides a field. | 92 | |
| Parameter javaMailSenderImpl should be final. | 93 | |
| 'javaMailSenderImpl' hides a field. | 93 | |
| Parameter simpleMailMessage should be final. | 94 | |
| 'simpleMailMessage' hides a field. | 94 | |
| Line has trailing spaces. | 106 | |
| Parameter portal should be final. | 110 | |
| Parameter person should be final. | 110 | |
| Line is longer than 80 characters. | 119 | |
| Method 'register' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| Missing a Javadoc comment. | 122 | |
| Parameter command should be final. | 122 | |
| Parameter sessionId should be final. | 122 | |
| ',' is not followed by whitespace. | 158 | |
| Line has trailing spaces. | 182 | |
| Method 'sendEmailConfirmationRequest' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| Parameter command should be final. | 185 | |
| Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| Missing a Javadoc comment. | 203 | |
| '<' is not preceded with whitespace. | 203 | |
| '<' is not followed by whitespace. | 203 | |
| '>' is not preceded with whitespace. | 203 | |
| Line is longer than 80 characters. | 210 | |
| Method 'login' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| Missing a Javadoc comment. | 213 | |
| Parameter username should be final. | 213 | |
| Parameter password should be final. | 213 | |
| Parameter sessionId should be final. | 213 | |
| Line is longer than 80 characters. | 231 | |
| Method 'logout' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| Missing a Javadoc comment. | 233 | |
| Parameter user should be final. | 233 | |
| Method 'getPortals' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| Missing a Javadoc comment. | 253 | |
| '<' is not preceded with whitespace. | 253 | |
| '<' is not followed by whitespace. | 253 | |
| '>' is not preceded with whitespace. | 253 | |
| Line is longer than 80 characters. | 260 | |
| Method 'endActiveUserSessions' is not designed for extension - needs to be abstract, final or empty. | 262 | |
| Missing a Javadoc comment. | 262 | |
| Line is longer than 80 characters. | 269 | |
| Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 271 | |
| Missing a Javadoc comment. | 271 | |
| Parameter userId should be final. | 271 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 20 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| '{' should be on the previous line. | 31 | |
| Line has trailing spaces. | 41 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Line has trailing spaces. | 50 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Parameter name should be final. | 53 | |
| 'name' hides a field. | 53 | |
| Line has trailing spaces. | 59 | |
| Method 'getCountryId' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Line has trailing spaces. | 68 | |
| Method 'setCountryId' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Parameter countryId should be final. | 71 | |
| 'countryId' hides a field. | 71 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 20 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| '{' should be on the previous line. | 31 | |
| Line has trailing spaces. | 50 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Line has trailing spaces. | 59 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Parameter name should be final. | 62 | |
| 'name' hides a field. | 62 | |
| Line has trailing spaces. | 68 | |
| Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Line has trailing spaces. | 77 | |
| Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Parameter username should be final. | 80 | |
| 'username' hides a field. | 80 | |
| Line has trailing spaces. | 86 | |
| Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Line has trailing spaces. | 95 | |
| Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Parameter password should be final. | 98 | |
| 'password' hides a field. | 98 | |
| Line has trailing spaces. | 104 | |
| Method 'getPortalId' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Line has trailing spaces. | 113 | |
| Method 'setPortalId' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Parameter portalId should be final. | 116 | |
| 'portalId' hides a field. | 116 | |
| Line has trailing spaces. | 122 | |
| Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Line has trailing spaces. | 131 | |
| Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| Parameter email should be final. | 134 | |
| 'email' hides a field. | 134 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 23 | |
| Line has trailing spaces. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 28 | |
| '<' is not preceded with whitespace. | 33 | |
| '<' is not followed by whitespace. | 33 | |
| '>' is not preceded with whitespace. | 33 | |
| '{' should be on the previous line. | 34 | |
| Line has trailing spaces. | 38 | |
| Line has trailing spaces. | 40 | |
| Line has trailing spaces. | 42 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 45 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 25 | |
| Line has trailing spaces. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 30 | |
| '<' is not preceded with whitespace. | 35 | |
| '<' is not followed by whitespace. | 35 | |
| '>' is not preceded with whitespace. | 35 | |
| '{' should be on the previous line. | 36 | |
| Line has trailing spaces. | 40 | |
| Line has trailing spaces. | 42 | |
| Line has trailing spaces. | 44 | |
| Redundant 'public' modifier. | 47 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 47 | |
| Line has trailing spaces. | 51 | |
| Line has trailing spaces. | 53 | |
| Line has trailing spaces. | 55 | |
| Redundant 'public' modifier. | 58 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 58 | |
| Line has trailing spaces. | 62 | |
| Line has trailing spaces. | 64 | |
| Redundant 'public' modifier. | 67 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 28 | |
| Line has trailing spaces. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 33 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| '{' should be on the previous line. | 39 | |
| Line has trailing spaces. | 43 | |
| Line has trailing spaces. | 45 | |
| Line is longer than 80 characters. | 48 | |
| Redundant 'public' modifier. | 48 | |
| '<' is not preceded with whitespace. | 48 | |
| '<' is not followed by whitespace. | 48 | |
| '>' is not preceded with whitespace. | 48 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 48 | |
| Line has trailing spaces. | 52 | |
| Line has trailing spaces. | 54 | |
| Redundant 'public' modifier. | 57 | |
| '<' is not preceded with whitespace. | 57 | |
| '<' is not followed by whitespace. | 57 | |
| '>' is not preceded with whitespace. | 57 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 27 | |
| '<' is not preceded with whitespace. | 32 | |
| '<' is not followed by whitespace. | 32 | |
| '>' is not preceded with whitespace. | 32 | |
| '{' should be on the previous line. | 33 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 30 | |
| Line has trailing spaces. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 40 | |
| Type Javadoc comment is missing an @param <ID> tag. | 40 | |
| Type Javadoc comment is missing an @param <T> tag. | 40 | |
| '<' is not preceded with whitespace. | 40 | |
| '<' is not followed by whitespace. | 40 | |
| '>' is not preceded with whitespace. | 40 | |
| Line has trailing spaces. | 45 | |
| Line has trailing spaces. | 47 | |
| Line has trailing spaces. | 49 | |
| Redundant 'public' modifier. | 52 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 52 | |
| Line has trailing spaces. | 56 | |
| Line has trailing spaces. | 58 | |
| Line has trailing spaces. | 60 | |
| Redundant 'public' modifier. | 63 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 63 | |
| Line has trailing spaces. | 67 | |
| Line has trailing spaces. | 69 | |
| Redundant 'public' modifier. | 72 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 72 | |
| Line has trailing spaces. | 76 | |
| Line has trailing spaces. | 78 | |
| Redundant 'public' modifier. | 81 | |
| '<' is not preceded with whitespace. | 81 | |
| '<' is not followed by whitespace. | 81 | |
| '>' is not preceded with whitespace. | 81 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 81 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 24 | |
| Line has trailing spaces. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 29 | |
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| '{' should be on the previous line. | 35 | |
| Line has trailing spaces. | 39 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 27 | |
| '<' is not preceded with whitespace. | 32 | |
| '<' is not followed by whitespace. | 32 | |
| '>' is not preceded with whitespace. | 32 | |
| '{' should be on the previous line. | 33 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 23 | |
| Comment matches to-do format 'TODO:'. | 27 | |
| Line has trailing spaces. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 32 | |
| '<' is not preceded with whitespace. | 37 | |
| '<' is not followed by whitespace. | 37 | |
| '>' is not preceded with whitespace. | 37 | |
| '{' should be on the previous line. | 38 | |
| Line has trailing spaces. | 42 | |
| Line has trailing spaces. | 44 | |
| Line has trailing spaces. | 46 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 49 | |
| Line has trailing spaces. | 53 | |
| Line has trailing spaces. | 55 | |
| Line has trailing spaces. | 57 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 60 | |
| Line has trailing spaces. | 64 | |
| Line has trailing spaces. | 66 | |
| Redundant 'public' modifier. | 69 | |
| '<' is not preceded with whitespace. | 69 | |
| '<' is not followed by whitespace. | 69 | |
| '>' is not preceded with whitespace. | 69 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 69 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 28 | |
| Line has trailing spaces. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 33 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| '{' should be on the previous line. | 39 | |
| Line has trailing spaces. | 43 | |
| Line has trailing spaces. | 45 | |
| Line has trailing spaces. | 47 | |
| Redundant 'public' modifier. | 50 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 50 | |
| Line has trailing spaces. | 54 | |
| Line has trailing spaces. | 56 | |
| Redundant 'public' modifier. | 59 | |
| Line has trailing spaces. | 63 | |
| Line has trailing spaces. | 65 | |
| Redundant 'public' modifier. | 68 | |
| Line has trailing spaces. | 72 | |
| Line has trailing spaces. | 74 | |
| Redundant 'public' modifier. | 77 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 24 | |
| Line has trailing spaces. | 27 | |
| Line is longer than 80 characters. | 28 | |
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| '{' should be on the previous line. | 35 | |
| Line has trailing spaces. | 39 | |
| Line has trailing spaces. | 41 | |
| Line has trailing spaces. | 43 | |
| Redundant 'public' modifier. | 46 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 46 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 25 | |
| Line is longer than 80 characters. | 26 | |
| '<' is not preceded with whitespace. | 32 | |
| '<' is not followed by whitespace. | 32 | |
| '>' is not preceded with whitespace. | 32 | |
| '{' should be on the previous line. | 33 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 24 | |
| Line has trailing spaces. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 29 | |
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| '{' should be on the previous line. | 35 | |
| Line has trailing spaces. | 39 | |
| Line has trailing spaces. | 41 | |
| Line has trailing spaces. | 43 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 46 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 26 | |
| Line has trailing spaces. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 31 | |
| '<' is not preceded with whitespace. | 36 | |
| '<' is not followed by whitespace. | 36 | |
| '>' is not preceded with whitespace. | 36 | |
| '{' should be on the previous line. | 37 | |
| Line has trailing spaces. | 41 | |
| Line has trailing spaces. | 43 | |
| Line has trailing spaces. | 45 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 48 | |
| Line has trailing spaces. | 52 | |
| Line has trailing spaces. | 54 | |
| Line has trailing spaces. | 56 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 59 | |
| Line has trailing spaces. | 63 | |
| '<' is not preceded with whitespace. | 66 | |
| '<' is not followed by whitespace. | 66 | |
| '>' is not preceded with whitespace. | 66 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 33 | |
| Line has trailing spaces. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Type Javadoc comment is missing an @param <ID> tag. | 43 | |
| Type Javadoc comment is missing an @param <T> tag. | 43 | |
| Line is longer than 80 characters. | 44 | |
| '<' is not preceded with whitespace. | 44 | |
| '<' is not followed by whitespace. | 44 | |
| '>' is not preceded with whitespace. | 44 | |
| '<' is not preceded with whitespace. | 45 | |
| '<' is not followed by whitespace. | 45 | |
| '>' is not preceded with whitespace. | 45 | |
| '{' should be on the previous line. | 46 | |
| '<' is not preceded with whitespace. | 49 | |
| '<' is not followed by whitespace. | 49 | |
| '>' is not preceded with whitespace. | 49 | |
| Line has trailing spaces. | 53 | |
| Parameter persistentClass should be final. | 56 | |
| '<' is not preceded with whitespace. | 56 | |
| '<' is not followed by whitespace. | 56 | |
| '>' is not preceded with whitespace. | 56 | |
| 'persistentClass' hides a field. | 56 | |
| Line is longer than 80 characters. | 63 | |
| Method 'load' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Parameter id should be final. | 66 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 66 | |
| Line is longer than 80 characters. | 73 | |
| Method 'save' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter entity should be final. | 75 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 75 | |
| Line is longer than 80 characters. | 87 | |
| Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Parameter entity should be final. | 89 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 89 | |
| Method 'getAll' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Missing a Javadoc comment. | 98 | |
| '<' is not preceded with whitespace. | 100 | |
| '<' is not followed by whitespace. | 100 | |
| '>' is not preceded with whitespace. | 100 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 100 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Comment matches to-do format 'TODO:'. | 30 | |
| Line has trailing spaces. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 35 | |
| '<' is not preceded with whitespace. | 41 | |
| '<' is not followed by whitespace. | 41 | |
| '>' is not preceded with whitespace. | 41 | |
| '{' should be on the previous line. | 43 | |
| Line is longer than 80 characters. | 53 | |
| Method 'findByName' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Parameter name should be final. | 56 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 56 | |
| '<' is not preceded with whitespace. | 61 | |
| '<' is not followed by whitespace. | 61 | |
| '>' is not preceded with whitespace. | 61 | |
| Avoid inline conditionals. | 64 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 31 | |
| Line has trailing spaces. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 36 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| '{' should be on the previous line. | 44 | |
| Line is longer than 80 characters. | 56 | |
| Method 'findByName' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter name should be final. | 59 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 59 | |
| '<' is not preceded with whitespace. | 64 | |
| '<' is not followed by whitespace. | 64 | |
| '>' is not preceded with whitespace. | 64 | |
| Avoid inline conditionals. | 67 | |
| Line is longer than 80 characters. | 73 | |
| Method 'findRegionByName' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter name should be final. | 76 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 76 | |
| '<' is not preceded with whitespace. | 81 | |
| '<' is not followed by whitespace. | 81 | |
| '>' is not preceded with whitespace. | 81 | |
| Avoid inline conditionals. | 84 | |
| Line is longer than 80 characters. | 90 | |
| Method 'saveRegion' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Parameter region should be final. | 93 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 26 | |
| Comment matches to-do format 'TODO:'. | 35 | |
| Line has trailing spaces. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Line is longer than 80 characters. | 40 | |
| '<' is not preceded with whitespace. | 46 | |
| '<' is not followed by whitespace. | 46 | |
| '>' is not preceded with whitespace. | 46 | |
| '{' should be on the previous line. | 48 | |
| Line is longer than 80 characters. | 58 | |
| Line is longer than 80 characters. | 60 | |
| Method 'getDecidedResolutionsInDateOrder' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| '<' is not preceded with whitespace. | 60 | |
| '<' is not followed by whitespace. | 60 | |
| '>' is not preceded with whitespace. | 60 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 60 | |
| Line is longer than 80 characters. | 63 | |
| '<' is not preceded with whitespace. | 67 | |
| '<' is not followed by whitespace. | 67 | |
| '>' is not preceded with whitespace. | 67 | |
| Line is longer than 80 characters. | 74 | |
| Method 'getVotesForPerson' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| '<' is not preceded with whitespace. | 77 | |
| '<' is not followed by whitespace. | 77 | |
| '>' is not preceded with whitespace. | 77 | |
| Parameter person should be final. | 77 | |
| '<' is not preceded with whitespace. | 84 | |
| '<' is not followed by whitespace. | 84 | |
| '>' is not preceded with whitespace. | 84 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 25 | |
| Line has trailing spaces. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 30 | |
| '<' is not preceded with whitespace. | 36 | |
| '<' is not followed by whitespace. | 36 | |
| '>' is not preceded with whitespace. | 36 | |
| '{' should be on the previous line. | 38 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 30 | |
| Line has trailing spaces. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 35 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| '{' should be on the previous line. | 43 | |
| Line is longer than 80 characters. | 55 | |
| Method 'getAllNationalGovernments' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| '<' is not preceded with whitespace. | 58 | |
| '<' is not followed by whitespace. | 58 | |
| '>' is not preceded with whitespace. | 58 | |
| '<' is not preceded with whitespace. | 65 | |
| '<' is not followed by whitespace. | 65 | |
| '>' is not preceded with whitespace. | 65 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 25 | |
| Line has trailing spaces. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 30 | |
| '<' is not preceded with whitespace. | 36 | |
| '<' is not followed by whitespace. | 36 | |
| '>' is not preceded with whitespace. | 36 | |
| '{' should be on the previous line. | 38 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 22 | |
| Comment matches to-do format 'TODO:'. | 31 | |
| Line has trailing spaces. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 36 | |
| '<' is not preceded with whitespace. | 43 | |
| '<' is not followed by whitespace. | 43 | |
| '>' is not preceded with whitespace. | 43 | |
| '{' should be on the previous line. | 44 | |
| Line is longer than 80 characters. | 56 | |
| Method 'findByName' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter name should be final. | 59 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 59 | |
| '<' is not preceded with whitespace. | 65 | |
| '<' is not followed by whitespace. | 65 | |
| '>' is not preceded with whitespace. | 65 | |
| Avoid inline conditionals. | 68 | |
| Line is longer than 80 characters. | 74 | |
| Method 'findByShortCode' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Parameter shortCode should be final. | 77 | |
| '<' is not preceded with whitespace. | 83 | |
| '<' is not followed by whitespace. | 83 | |
| '>' is not preceded with whitespace. | 83 | |
| Avoid inline conditionals. | 86 | |
| Line is longer than 80 characters. | 92 | |
| Method 'getAllOnline' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Missing a Javadoc comment. | 94 | |
| Line is longer than 80 characters. | 95 | |
| '<' is not preceded with whitespace. | 95 | |
| '<' is not followed by whitespace. | 95 | |
| '>' is not preceded with whitespace. | 95 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 95 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 35 | |
| Line has trailing spaces. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Line is longer than 80 characters. | 40 | |
| '<' is not preceded with whitespace. | 46 | |
| '<' is not followed by whitespace. | 46 | |
| '>' is not preceded with whitespace. | 46 | |
| '{' should be on the previous line. | 48 | |
| Line is longer than 80 characters. | 60 | |
| Method 'findByName' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Parameter name should be final. | 63 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 63 | |
| '<' is not preceded with whitespace. | 68 | |
| '<' is not followed by whitespace. | 68 | |
| '>' is not preceded with whitespace. | 68 | |
| Avoid inline conditionals. | 71 | |
| Line is longer than 80 characters. | 77 | |
| Method 'findGovernmentPortal' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Parameter government should be final. | 80 | |
| '<' is not preceded with whitespace. | 87 | |
| '<' is not followed by whitespace. | 87 | |
| '>' is not preceded with whitespace. | 87 | |
| Avoid inline conditionals. | 90 | |
| Line is longer than 80 characters. | 96 | |
| Method 'findNationalByCountry' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Missing a Javadoc comment. | 98 | |
| Parameter country should be final. | 99 | |
| '<' is not preceded with whitespace. | 107 | |
| '<' is not followed by whitespace. | 107 | |
| '>' is not preceded with whitespace. | 107 | |
| Avoid inline conditionals. | 110 | |
| Line is longer than 80 characters. | 116 | |
| Method 'findRegionalByRegion' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Missing a Javadoc comment. | 118 | |
| Parameter region should be final. | 119 | |
| '<' is not preceded with whitespace. | 127 | |
| '<' is not followed by whitespace. | 127 | |
| '>' is not preceded with whitespace. | 127 | |
| Avoid inline conditionals. | 130 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 30 | |
| Line has trailing spaces. | 33 | |
| Line is longer than 80 characters. | 34 | |
| '<' is not preceded with whitespace. | 41 | |
| '<' is not followed by whitespace. | 41 | |
| '>' is not preceded with whitespace. | 41 | |
| '{' should be on the previous line. | 43 | |
| Line is longer than 80 characters. | 55 | |
| Method 'findByName' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Parameter name should be final. | 58 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 58 | |
| '<' is not preceded with whitespace. | 63 | |
| '<' is not followed by whitespace. | 63 | |
| '>' is not preceded with whitespace. | 63 | |
| Avoid inline conditionals. | 66 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 25 | |
| Line has trailing spaces. | 28 | |
| Line is longer than 80 characters. | 29 | |
| '<' is not preceded with whitespace. | 36 | |
| '<' is not followed by whitespace. | 36 | |
| '>' is not preceded with whitespace. | 36 | |
| '{' should be on the previous line. | 38 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 30 | |
| Line has trailing spaces. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 35 | |
| '<' is not preceded with whitespace. | 41 | |
| '<' is not followed by whitespace. | 41 | |
| '>' is not preceded with whitespace. | 41 | |
| '{' should be on the previous line. | 43 | |
| Line is longer than 80 characters. | 55 | |
| Method 'findByUsername' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Parameter username should be final. | 58 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 58 | |
| '<' is not preceded with whitespace. | 63 | |
| '<' is not followed by whitespace. | 63 | |
| '>' is not preceded with whitespace. | 63 | |
| Avoid inline conditionals. | 66 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 31 | |
| Line has trailing spaces. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 36 | |
| '<' is not preceded with whitespace. | 43 | |
| '<' is not followed by whitespace. | 43 | |
| '>' is not preceded with whitespace. | 43 | |
| '{' should be on the previous line. | 44 | |
| Line is longer than 80 characters. | 56 | |
| Method 'findBySessionId' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter sessionId should be final. | 59 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 60 | |
| '<' is not preceded with whitespace. | 67 | |
| '<' is not followed by whitespace. | 67 | |
| '>' is not preceded with whitespace. | 67 | |
| Avoid inline conditionals. | 70 | |
| Line is longer than 80 characters. | 76 | |
| Method 'findByUserId' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| Parameter userId should be final. | 79 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 79 | |
| '<' is not preceded with whitespace. | 86 | |
| '<' is not followed by whitespace. | 86 | |
| '>' is not preceded with whitespace. | 86 | |
| Avoid inline conditionals. | 89 | |
| Line is longer than 80 characters. | 95 | |
| Method 'getActiveSessions' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Missing a Javadoc comment. | 97 | |
| '<' is not preceded with whitespace. | 99 | |
| '<' is not followed by whitespace. | 99 | |
| '>' is not preceded with whitespace. | 99 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 99 | |
| Line is longer than 80 characters. | 107 | |
| Method 'endActiveSessions' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Missing a Javadoc comment. | 109 | |
| '<' is not preceded with whitespace. | 110 | |
| '<' is not followed by whitespace. | 110 | |
| '>' is not preceded with whitespace. | 110 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 20 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| '{' should be on the previous line. | 31 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 26 | |
| Line has trailing spaces. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 31 | |
| '{' should be on the previous line. | 37 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Parameter jobContext should be final. | 44 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 51 | |
| Line has trailing spaces. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 56 | |
| '{' should be on the previous line. | 64 | |
| Line is longer than 80 characters. | 83 | |
| Line is longer than 80 characters. | 86 | |
| Name 'STATEMENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| Name 'GOVERNMENT_BILL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| Name 'PRIVATE_MEMBER_BILL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| Line has trailing spaces. | 99 | |
| Line has trailing spaces. | 104 | |
| Parameter webClient should be final. | 107 | |
| 'webClient' hides a field. | 107 | |
| Parameter countryDAO should be final. | 108 | |
| 'countryDAO' hides a field. | 108 | |
| Parameter agentDAO should be final. | 108 | |
| 'agentDAO' hides a field. | 108 | |
| Parameter portalService should be final. | 109 | |
| 'portalService' hides a field. | 109 | |
| Line is longer than 80 characters. | 119 | |
| Missing a Javadoc comment. | 121 | |
| Line has trailing spaces. | 144 | |
| Parameter issue should be final. | 148 | |
| Parameter resolution should be final. | 148 | |
| '<' is not preceded with whitespace. | 160 | |
| '<' is not followed by whitespace. | 160 | |
| '>' is not preceded with whitespace. | 160 | |
| '3' is a magic number. | 172 | |
| Name 'ImportIssuesAndVotes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 219 | |
| '<' is not preceded with whitespace. | 220 | |
| '<' is not followed by whitespace. | 220 | |
| '>' is not preceded with whitespace. | 220 | |
| '<' is not preceded with whitespace. | 230 | |
| '<' is not followed by whitespace. | 230 | |
| '>' is not preceded with whitespace. | 230 | |
| Name 'ImportAllResulotions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 250 | |
| '<' is not preceded with whitespace. | 261 | |
| '<' is not followed by whitespace. | 261 | |
| '>' is not preceded with whitespace. | 261 | |
| '<' is not preceded with whitespace. | 295 | |
| '<' is not followed by whitespace. | 295 | |
| '>' is not preceded with whitespace. | 295 | |
| Must have at least one statement. | 324 | |
| Comment matches to-do format 'TODO:'. | 325 | |
| Line has trailing spaces. | 331 | |
| Parameter anchor should be final. | 335 | |
| Parameter riksdag should be final. | 335 | |
| Line is longer than 80 characters. | 345 | |
| Line is longer than 80 characters. | 358 | |
| Line has trailing spaces. | 374 | |
| Parameter page should be final. | 378 | |
| Parameter resolution should be final. | 378 | |
| '<' is not preceded with whitespace. | 384 | |
| '<' is not followed by whitespace. | 384 | |
| '>' is not preceded with whitespace. | 384 | |
| '8' is a magic number. | 393 | |
| '18' is a magic number. | 394 | |
| Variable 'format' must be private and have accessor methods. | 402 | |
| Line has trailing spaces. | 406 | |
| Line has trailing spaces. | 408 | |
| Method 'parseDate' is not designed for extension - needs to be abstract, final or empty. | 411 | |
| Parameter dateStr should be final. | 411 | |
| Must have at least one statement. | 414 | |
| Line has trailing spaces. | 421 | |
| Line has trailing spaces. | 423 | |
| Parameter hrefAttribute should be final. | 426 | |
| '13' is a magic number. | 429 | |
| Line has trailing spaces. | 438 | |
| Line has trailing spaces. | 440 | |
| Method 'stripDigits' is not designed for extension - needs to be abstract, final or empty. | 443 | |
| Parameter s should be final. | 443 | |
| 'if' construct must use '{}'s. | 447 | |
| Line has trailing spaces. | 455 | |
| Line has trailing spaces. | 457 | |
| Parameter anchors should be final. | 460 | |
| '<' is not preceded with whitespace. | 460 | |
| '<' is not followed by whitespace. | 460 | |
| '>' is not preceded with whitespace. | 460 | |
| Line has trailing spaces. | 472 | |
| Line has trailing spaces. | 475 | |
| '<' is not preceded with whitespace. | 478 | |
| '<' is not followed by whitespace. | 478 | |
| '>' is not preceded with whitespace. | 478 | |
| Parameter votePage should be final. | 478 | |
| Parameter resolution should be final. | 479 | |
| '<' is not preceded with whitespace. | 483 | |
| '<' is not followed by whitespace. | 483 | |
| '>' is not preceded with whitespace. | 483 | |
| '<' is not preceded with whitespace. | 485 | |
| '<' is not followed by whitespace. | 485 | |
| '>' is not preceded with whitespace. | 485 | |
| Line has trailing spaces. | 518 | |
| Line is longer than 80 characters. | 519 | |
| Line is longer than 80 characters. | 520 | |
| Utility classes should not have a public or default constructor. | 525 | |
| '{' should be on the previous line. | 526 | |
| '<' is not preceded with whitespace. | 532 | |
| '<' is not followed by whitespace. | 532 | |
| '>' is not preceded with whitespace. | 532 | |
| Line has trailing spaces. | 538 | |
| Line is longer than 80 characters. | 539 | |
| Line is longer than 80 characters. | 540 | |
| '{' should be on the previous line. | 546 | |
| '<' is not preceded with whitespace. | 552 | |
| '<' is not followed by whitespace. | 552 | |
| '>' is not preceded with whitespace. | 552 | |
| Line has trailing spaces. | 556 | |
| Parameter page should be final. | 559 | |
| '<' is not preceded with whitespace. | 564 | |
| '<' is not followed by whitespace. | 564 | |
| '>' is not preceded with whitespace. | 564 | |
| '>' is not followed by whitespace. | 564 | |
| Line has trailing spaces. | 572 | |
| Line has trailing spaces. | 574 | |
| '<' is not preceded with whitespace. | 578 | |
| '<' is not followed by whitespace. | 578 | |
| '>' is not preceded with whitespace. | 578 | |
| Line has trailing spaces. | 591 | |
| '<' is not preceded with whitespace. | 594 | |
| '<' is not followed by whitespace. | 594 | |
| '>' is not preceded with whitespace. | 594 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 41 | |
| Comment matches to-do format 'TODO:'. | 53 | |
| Line has trailing spaces. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 58 | |
| '{' should be on the previous line. | 64 | |
| Line has trailing spaces. | 87 | |
| Line has trailing spaces. | 91 | |
| Line is longer than 80 characters. | 94 | |
| Parameter webClient should be final. | 94 | |
| 'webClient' hides a field. | 94 | |
| Parameter url should be final. | 94 | |
| 'url' hides a field. | 94 | |
| ',' is not followed by whitespace. | 94 | |
| Parameter portalService should be final. | 94 | |
| 'portalService' hides a field. | 94 | |
| Line is longer than 80 characters. | 103 | |
| Method 'doImport' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Missing a Javadoc comment. | 105 | |
| Line is longer than 80 characters. | 117 | |
| ',' is not followed by whitespace. | 117 | |
| Line is longer than 80 characters. | 119 | |
| ',' is not followed by whitespace. | 119 | |
| ',' is not followed by whitespace. | 119 | |
| Line is longer than 80 characters. | 129 | |
| ',' is not followed by whitespace. | 129 | |
| '=' is not preceded with whitespace. | 135 | |
| '=' is not followed by whitespace. | 135 | |
| '<' is not preceded with whitespace. | 146 | |
| '<' is not followed by whitespace. | 146 | |
| '>' is not preceded with whitespace. | 146 | |
| Line is longer than 80 characters. | 157 | |
| '=' is not preceded with whitespace. | 159 | |
| Line is longer than 80 characters. | 160 | |
| Line is longer than 80 characters. | 162 | |
| Line has trailing spaces. | 193 | |
| Line has trailing spaces. | 195 | |
| '<' is not preceded with whitespace. | 198 | |
| '<' is not followed by whitespace. | 198 | |
| '>' is not preceded with whitespace. | 198 | |
| '<' is not preceded with whitespace. | 199 | |
| '<' is not followed by whitespace. | 199 | |
| '>' is not preceded with whitespace. | 199 | |
| '<' is not preceded with whitespace. | 199 | |
| '<' is not followed by whitespace. | 199 | |
| '>' is not preceded with whitespace. | 199 | |
| '>' is not followed by whitespace. | 199 | |
| '<' is not preceded with whitespace. | 205 | |
| '<' is not followed by whitespace. | 205 | |
| '>' is not preceded with whitespace. | 205 | |
| Line has trailing spaces. | 225 | |
| Line is longer than 80 characters. | 226 | |
| Line is longer than 80 characters. | 227 | |
| '{' should be on the previous line. | 233 | |
| Variable 'role' must be private and have accessor methods. | 248 | |
| Line has trailing spaces. | 252 | |
| Parameter name should be final. | 259 | |
| 'name' hides a field. | 259 | |
| Parameter href should be final. | 259 | |
| 'href' hides a field. | 259 | |
| Parameter party should be final. | 259 | |
| 'party' hides a field. | 259 | |
| Parameter region should be final. | 260 | |
| 'region' hides a field. | 260 | |
| Parameter role should be final. | 260 | |
| 'role' hides a field. | 260 | |
| Line has trailing spaces. | 271 | |
| Line has trailing spaces. | 280 | |
| Line has trailing spaces. | 289 | |
| Line has trailing spaces. | 298 | |
| Line has trailing spaces. | 307 | |
| Line has trailing spaces. | 317 | |
| Line is longer than 80 characters. | 318 | |
| Line is longer than 80 characters. | 319 | |
| '{' should be on the previous line. | 325 | |
| Line has trailing spaces. | 335 | |
| Parameter name should be final. | 339 | |
| 'name' hides a field. | 339 | |
| Parameter shortCode should be final. | 339 | |
| 'shortCode' hides a field. | 339 | |
| Line has trailing spaces. | 346 | |
| Missing a Javadoc comment. | 358 | |
| Avoid inline conditionals. | 362 | |
| Avoid inline conditionals. | 364 | |
| Missing a Javadoc comment. | 373 | |
| Parameter obj should be final. | 374 | |
| 'if' construct must use '{}'s. | 375 | |
| 'if' construct must use '{}'s. | 377 | |
| 'if' construct must use '{}'s. | 379 | |
| 'if' construct must use '{}'s. | 383 | |
| 'if' construct must use '{}'s. | 385 | |
| 'if' construct must use '{}'s. | 388 | |
| 'if' construct must use '{}'s. | 390 | |
| Line has trailing spaces. | 398 | |
| '<' is not preceded with whitespace. | 401 | |
| '<' is not followed by whitespace. | 401 | |
| '>' is not preceded with whitespace. | 401 | |
| '<' is not preceded with whitespace. | 402 | |
| '<' is not followed by whitespace. | 402 | |
| '>' is not preceded with whitespace. | 402 | |
| '<' is not preceded with whitespace. | 402 | |
| '<' is not followed by whitespace. | 402 | |
| '>' is not preceded with whitespace. | 402 | |
| '>' is not followed by whitespace. | 402 | |
| Line is longer than 80 characters. | 406 | |
| Line is longer than 80 characters. | 410 | |
| Line is longer than 80 characters. | 414 | |
| Line has trailing spaces. | 428 | |
| Line has trailing spaces. | 430 | |
| Line has trailing spaces. | 432 | |
| '<' is not preceded with whitespace. | 436 | |
| '<' is not followed by whitespace. | 436 | |
| '>' is not preceded with whitespace. | 436 | |
| Parameter page should be final. | 437 | |
| '<' is not preceded with whitespace. | 438 | |
| '<' is not followed by whitespace. | 438 | |
| '>' is not preceded with whitespace. | 438 | |
| '<' is not preceded with whitespace. | 438 | |
| '<' is not followed by whitespace. | 438 | |
| '>' is not preceded with whitespace. | 438 | |
| '>' is not followed by whitespace. | 438 | |
| '<' is not preceded with whitespace. | 443 | |
| '<' is not followed by whitespace. | 443 | |
| '>' is not preceded with whitespace. | 443 | |
| '4' is a magic number. | 450 | |
| Line is longer than 80 characters. | 454 | |
| Line has trailing spaces. | 466 | |
| Line has trailing spaces. | 468 | |
| Line has trailing spaces. | 470 | |
| '<' is not preceded with whitespace. | 474 | |
| '<' is not followed by whitespace. | 474 | |
| '>' is not preceded with whitespace. | 474 | |
| Parameter page should be final. | 475 | |
| '<' is not preceded with whitespace. | 476 | |
| '<' is not followed by whitespace. | 476 | |
| '>' is not preceded with whitespace. | 476 | |
| '<' is not preceded with whitespace. | 476 | |
| '<' is not followed by whitespace. | 476 | |
| '>' is not preceded with whitespace. | 476 | |
| '>' is not followed by whitespace. | 476 | |
| '<' is not preceded with whitespace. | 479 | |
| '<' is not followed by whitespace. | 479 | |
| '>' is not preceded with whitespace. | 479 | |
| Line has trailing spaces. | 491 | |
| Line has trailing spaces. | 494 | |
| Method 'importRegionsAndMunicipals' is not designed for extension - needs to be abstract, final or empty. | 497 | |
| Parameter government should be final. | 498 | |
| Parameter country should be final. | 499 | |
| Line is longer than 80 characters. | 501 | |
| '<' is not preceded with whitespace. | 505 | |
| '<' is not followed by whitespace. | 505 | |
| '>' is not preceded with whitespace. | 505 | |
| Line has trailing spaces. | 516 | |
| Line has trailing spaces. | 519 | |
| Method 'importRegiononalGovernments' is not designed for extension - needs to be abstract, final or empty. | 522 | |
| Parameter government should be final. | 523 | |
| Parameter country should be final. | 524 | |
| Line is longer than 80 characters. | 526 | |
| '<' is not preceded with whitespace. | 530 | |
| '<' is not followed by whitespace. | 530 | |
| '>' is not preceded with whitespace. | 530 | |
| Line has trailing spaces. | 542 | |
| Line has trailing spaces. | 546 | |
| Parameter anchor should be final. | 549 | |
| Parameter government should be final. | 550 | |
| Parameter country should be final. | 550 | |
| Line is longer than 80 characters. | 581 | |
| Name 'landstingFullmäktige' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 583 | |
| '<' is not preceded with whitespace. | 588 | |
| '<' is not followed by whitespace. | 588 | |
| '>' is not preceded with whitespace. | 588 | |
| Line is longer than 80 characters. | 590 | |
| Line is longer than 80 characters. | 594 | |
| Line is longer than 80 characters. | 595 | |
| Line has trailing spaces. | 601 | |
| Line has trailing spaces. | 605 | |
| Name 'ImportAllMunicipalsInRegion' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 609 | |
| Parameter anchor should be final. | 609 | |
| Parameter government should be final. | 610 | |
| Parameter country should be final. | 610 | |
| '<' is not preceded with whitespace. | 618 | |
| '<' is not followed by whitespace. | 618 | |
| '>' is not preceded with whitespace. | 618 | |
| Line has trailing spaces. | 632 | |
| Line has trailing spaces. | 637 | |
| Name 'ImportMunicipal' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 640 | |
| Parameter anchor should be final. | 640 | |
| Parameter government should be final. | 640 | |
| Parameter country should be final. | 641 | |
| Parameter region should be final. | 641 | |
| Name 'fullmäktigeLedamot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 669 | |
| '<' is not preceded with whitespace. | 674 | |
| '<' is not followed by whitespace. | 674 | |
| '>' is not preceded with whitespace. | 674 | |
| Line is longer than 80 characters. | 676 | |
| Line has trailing spaces. | 690 | |
| Line has trailing spaces. | 692 | |
| '<' is not preceded with whitespace. | 696 | |
| '<' is not followed by whitespace. | 696 | |
| '>' is not preceded with whitespace. | 696 | |
| Parameter pageContent should be final. | 696 | |
| '<' is not preceded with whitespace. | 700 | |
| '<' is not followed by whitespace. | 700 | |
| '>' is not preceded with whitespace. | 700 | |
| '<' is not preceded with whitespace. | 702 | |
| '<' is not followed by whitespace. | 702 | |
| '>' is not preceded with whitespace. | 702 | |
| '<' is not preceded with whitespace. | 702 | |
| '<' is not followed by whitespace. | 702 | |
| '>' is not preceded with whitespace. | 702 | |
| '>' is not followed by whitespace. | 702 | |
| '<' is not preceded with whitespace. | 704 | |
| '<' is not followed by whitespace. | 704 | |
| '>' is not preceded with whitespace. | 704 | |
| '3' is a magic number. | 706 | |
| Line has trailing spaces. | 722 | |
| Line has trailing spaces. | 724 | |
| '(' is followed by whitespace. | 727 | |
| '<' is not preceded with whitespace. | 728 | |
| '<' is not followed by whitespace. | 728 | |
| '>' is not preceded with whitespace. | 728 | |
| Parameter pageContent should be final. | 729 | |
| '<' is not preceded with whitespace. | 733 | |
| '<' is not followed by whitespace. | 733 | |
| '>' is not preceded with whitespace. | 733 | |
| '<' is not preceded with whitespace. | 735 | |
| '<' is not followed by whitespace. | 735 | |
| '>' is not preceded with whitespace. | 735 | |
| '<' is not preceded with whitespace. | 735 | |
| '<' is not followed by whitespace. | 735 | |
| '>' is not preceded with whitespace. | 735 | |
| '>' is not followed by whitespace. | 735 | |
| '<' is not preceded with whitespace. | 737 | |
| '<' is not followed by whitespace. | 737 | |
| '>' is not preceded with whitespace. | 737 | |
| '3' is a magic number. | 739 | |
| Line has trailing spaces. | 754 | |
| Line has trailing spaces. | 757 | |
| Method 'importInternationalGovernments' is not designed for extension - needs to be abstract, final or empty. | 760 | |
| Parameter government should be final. | 760 | |
| Parameter country should be final. | 761 | |
| Line is longer than 80 characters. | 780 | |
| '<' is not preceded with whitespace. | 780 | |
| '<' is not followed by whitespace. | 780 | |
| '>' is not preceded with whitespace. | 780 | |
| Line is longer than 80 characters. | 782 | |
| Line is longer than 80 characters. | 787 | |
| Line is longer than 80 characters. | 788 | |
| Line has trailing spaces. | 794 | |
| Line has trailing spaces. | 796 | |
| '<' is not preceded with whitespace. | 800 | |
| '<' is not followed by whitespace. | 800 | |
| '>' is not preceded with whitespace. | 800 | |
| Parameter pageContent should be final. | 801 | |
| '<' is not preceded with whitespace. | 805 | |
| '<' is not followed by whitespace. | 805 | |
| '>' is not preceded with whitespace. | 805 | |
| '<' is not preceded with whitespace. | 807 | |
| '<' is not followed by whitespace. | 807 | |
| '>' is not preceded with whitespace. | 807 | |
| '<' is not preceded with whitespace. | 807 | |
| '<' is not followed by whitespace. | 807 | |
| '>' is not preceded with whitespace. | 807 | |
| '>' is not followed by whitespace. | 807 | |
| '<' is not preceded with whitespace. | 809 | |
| '<' is not followed by whitespace. | 809 | |
| '>' is not preceded with whitespace. | 809 | |
| '3' is a magic number. | 811 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Comment matches to-do format 'TODO:'. | 40 | |
| Line has trailing spaces. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Line is longer than 80 characters. | 45 | |
| '{' should be on the previous line. | 52 | |
| Line is longer than 80 characters. | 65 | |
| Line has trailing spaces. | 66 | |
| Line has trailing spaces. | 69 | |
| Line is longer than 80 characters. | 73 | |
| Parameter webClient should be final. | 73 | |
| 'webClient' hides a field. | 73 | |
| ',' is not followed by whitespace. | 73 | |
| Parameter portalService should be final. | 73 | |
| 'portalService' hides a field. | 73 | |
| Line is longer than 80 characters. | 81 | |
| Method 'doImport' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Line is longer than 80 characters. | 86 | |
| Line is longer than 80 characters. | 89 | |
| Line is longer than 80 characters. | 91 | |
| Line is longer than 80 characters. | 93 | |
| Line is longer than 80 characters. | 95 | |
| Line is longer than 80 characters. | 97 | |
| Line is longer than 80 characters. | 99 | |
| Line is longer than 80 characters. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Line is longer than 80 characters. | 103 | |
| Line is longer than 80 characters. | 105 | |
| Line is longer than 80 characters. | 107 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 111 | |
| Line is longer than 80 characters. | 113 | |
| Line is longer than 80 characters. | 115 | |
| Line is longer than 80 characters. | 117 | |
| Line is longer than 80 characters. | 118 | |
| Line is longer than 80 characters. | 120 | |
| Line is longer than 80 characters. | 121 | |
| Line is longer than 80 characters. | 122 | |
| Line is longer than 80 characters. | 124 | |
| Line has trailing spaces. | 132 | |
| Line has trailing spaces. | 137 | |
| Parameter orgName should be final. | 140 | |
| Parameter shortName should be final. | 141 | |
| Parameter url should be final. | 141 | |
| Parameter orgId should be final. | 141 | |
| Line is longer than 80 characters. | 149 | |
| Line is longer than 80 characters. | 151 | |
| ',' is not followed by whitespace. | 151 | |
| Line is longer than 80 characters. | 154 | |
| Line is longer than 80 characters. | 155 | |
| Line is longer than 80 characters. | 160 | |
| ',' is not followed by whitespace. | 160 | |
| Line is longer than 80 characters. | 162 | |
| Line is longer than 80 characters. | 163 | |
| Line is longer than 80 characters. | 164 | |
| ',' is not followed by whitespace. | 170 | |
| Line is longer than 80 characters. | 173 | |
| Line is longer than 80 characters. | 179 | |
| Line is longer than 80 characters. | 182 | |
| ',' is not followed by whitespace. | 182 | |
| Line is longer than 80 characters. | 184 | |
| Line has trailing spaces. | 199 | |
| Line is longer than 80 characters. | 200 | |
| Line is longer than 80 characters. | 201 | |
| '{' should be on the previous line. | 207 | |
| '<' is not preceded with whitespace. | 222 | |
| '<' is not followed by whitespace. | 222 | |
| '>' is not preceded with whitespace. | 222 | |
| '<' is not preceded with whitespace. | 222 | |
| '<' is not followed by whitespace. | 222 | |
| '>' is not preceded with whitespace. | 222 | |
| '>' is not followed by whitespace. | 222 | |
| '<' is not preceded with whitespace. | 225 | |
| '<' is not followed by whitespace. | 225 | |
| '>' is not preceded with whitespace. | 225 | |
| '<' is not preceded with whitespace. | 225 | |
| '<' is not followed by whitespace. | 225 | |
| '>' is not preceded with whitespace. | 225 | |
| '>' is not followed by whitespace. | 225 | |
| Line has trailing spaces. | 229 | |
| Parameter table should be final. | 234 | |
| Parameter OrgName should be final. | 234 | |
| Name 'OrgName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 234 | |
| Parameter shortName should be final. | 235 | |
| 'shortName' hides a field. | 235 | |
| '<' is not preceded with whitespace. | 238 | |
| '<' is not followed by whitespace. | 238 | |
| '>' is not preceded with whitespace. | 238 | |
| '<' is not preceded with whitespace. | 238 | |
| '<' is not followed by whitespace. | 238 | |
| '>' is not preceded with whitespace. | 238 | |
| '>' is not followed by whitespace. | 238 | |
| Line has trailing spaces. | 280 | |
| Line has trailing spaces. | 282 | |
| Parameter str should be final. | 285 | |
| Line has trailing spaces. | 291 | |
| Line has trailing spaces. | 300 | |
| Line has trailing spaces. | 309 | |
| Line has trailing spaces. | 318 | |
| Line has trailing spaces. | 327 | |
| '<' is not preceded with whitespace. | 330 | |
| '<' is not followed by whitespace. | 330 | |
| '>' is not preceded with whitespace. | 330 | |
| Line has trailing spaces. | 336 | |
| '<' is not preceded with whitespace. | 339 | |
| '<' is not followed by whitespace. | 339 | |
| '>' is not preceded with whitespace. | 339 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 7 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Comment matches to-do format 'TODO:'. | 22 | |
| Line has trailing spaces. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Utility classes should not have a public or default constructor. | 32 | |
| '{' should be on the previous line. | 33 | |
| Line has trailing spaces. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Utility classes should not have a public or default constructor. | 44 | |
| '{' should be on the previous line. | 45 | |
| Line is longer than 80 characters. | 81 | |
| Line is longer than 80 characters. | 99 | |
| Name 'AccountNonExpired' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 183 | |
| Name 'AccountNonLocked' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 186 | |
| Name 'Enabled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 189 | |
| Line is longer than 80 characters. | 192 | |
| Name 'CredentialsNonExpired' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 192 | |
| Line has trailing spaces. | 223 | |
| Line has trailing spaces. | 225 | |
| Parameter code should be final. | 228 | |
| Line is longer than 80 characters. | 233 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Comment matches to-do format 'TODO:'. | 26 | |
| Line has trailing spaces. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Utility classes should not have a public or default constructor. | 36 | |
| '{' should be on the previous line. | 37 | |
| Line has trailing spaces. | 41 | |
| Line has trailing spaces. | 50 | |
| Line has trailing spaces. | 60 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 20 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Utility classes should not have a public or default constructor. | 30 | |
| '{' should be on the previous line. | 31 | |
| 'static' modifier out of order with the JLS suggestions. | 34 | |
| 'static' modifier out of order with the JLS suggestions. | 37 | |
| 'static' modifier out of order with the JLS suggestions. | 40 | |
| Line is longer than 80 characters. | 44 | |
| 'static' modifier out of order with the JLS suggestions. | 44 | |
| Line is longer than 80 characters. | 47 | |
| 'static' modifier out of order with the JLS suggestions. | 47 | |
| Line is longer than 80 characters. | 50 | |
| 'static' modifier out of order with the JLS suggestions. | 50 | |
| Line is longer than 80 characters. | 53 | |
| 'static' modifier out of order with the JLS suggestions. | 53 | |
| Line is longer than 80 characters. | 56 | |
| 'static' modifier out of order with the JLS suggestions. | 56 | |
| Line is longer than 80 characters. | 59 | |
| 'static' modifier out of order with the JLS suggestions. | 59 | |
| Line is longer than 80 characters. | 62 | |
| 'static' modifier out of order with the JLS suggestions. | 62 | |
| Line is longer than 80 characters. | 65 | |
| 'static' modifier out of order with the JLS suggestions. | 65 | |
| Line is longer than 80 characters. | 68 | |
| 'static' modifier out of order with the JLS suggestions. | 68 | |
| Line is longer than 80 characters. | 71 | |
| 'static' modifier out of order with the JLS suggestions. | 71 | |
| Line is longer than 80 characters. | 74 | |
| 'static' modifier out of order with the JLS suggestions. | 74 | |
| Line is longer than 80 characters. | 77 | |
| 'static' modifier out of order with the JLS suggestions. | 77 | |
| Line is longer than 80 characters. | 80 | |
| 'static' modifier out of order with the JLS suggestions. | 80 | |
| Line is longer than 80 characters. | 83 | |
| 'static' modifier out of order with the JLS suggestions. | 83 | |
| Line is longer than 80 characters. | 86 | |
| 'static' modifier out of order with the JLS suggestions. | 86 | |
| Line is longer than 80 characters. | 89 | |
| 'static' modifier out of order with the JLS suggestions. | 89 | |
| Line is longer than 80 characters. | 92 | |
| Line is longer than 80 characters. | 95 | |
| Line is longer than 80 characters. | 98 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 26 | |
| Unclosed HTML tag found: <code>addStaticContextLoaderListener<code> method. When | 32 | |
| Line has trailing spaces. | 35 | |
| '{' should be on the previous line. | 39 | |
| Line is longer than 80 characters. | 47 | |
| Method 'contextInitialized' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter event should be final. | 50 | |
| Line is longer than 80 characters. | 59 | |
| Method 'contextDestroyed' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Parameter event should be final. | 62 | |
| Line has trailing spaces. | 69 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 27 | |
| Line has trailing spaces. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Utility classes should not have a public or default constructor. | 37 | |
| '{' should be on the previous line. | 38 | |
| Line is longer than 80 characters. | 41 | |
| 'static' modifier out of order with the JLS suggestions. | 41 | |
| '<' is not preceded with whitespace. | 41 | |
| '<' is not followed by whitespace. | 41 | |
| '>' is not preceded with whitespace. | 41 | |
| Name 'user' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
| '<' is not preceded with whitespace. | 41 | |
| '<' is not followed by whitespace. | 41 | |
| '>' is not preceded with whitespace. | 41 | |
| '>' is not followed by whitespace. | 41 | |
| Line is longer than 80 characters. | 44 | |
| 'static' modifier out of order with the JLS suggestions. | 44 | |
| '<' is not preceded with whitespace. | 44 | |
| '<' is not followed by whitespace. | 44 | |
| '>' is not preceded with whitespace. | 44 | |
| Name 'locale' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| '<' is not preceded with whitespace. | 44 | |
| '<' is not followed by whitespace. | 44 | |
| '>' is not preceded with whitespace. | 44 | |
| '>' is not followed by whitespace. | 44 | |
| Line is longer than 80 characters. | 47 | |
| 'static' modifier out of order with the JLS suggestions. | 47 | |
| '<' is not preceded with whitespace. | 47 | |
| '<' is not followed by whitespace. | 47 | |
| '<' is not preceded with whitespace. | 47 | |
| '<' is not followed by whitespace. | 47 | |
| '>' is not preceded with whitespace. | 47 | |
| '>' is not followed by whitespace. | 47 | |
| '>' is not preceded with whitespace. | 47 | |
| Name 'userSettings' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
| '<' is not preceded with whitespace. | 47 | |
| '<' is not followed by whitespace. | 47 | |
| '<' is not preceded with whitespace. | 47 | |
| '<' is not followed by whitespace. | 47 | |
| '>' is not preceded with whitespace. | 47 | |
| '>' is not followed by whitespace. | 47 | |
| '>' is not preceded with whitespace. | 47 | |
| '>' is not followed by whitespace. | 47 | |
| Line has trailing spaces. | 51 | |
| Line has trailing spaces. | 60 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 22 | |
| Line has trailing spaces. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Utility classes should not have a public or default constructor. | 32 | |
| ',' is not followed by whitespace. | 32 | |
| '{' should be on the previous line. | 33 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 24 | |
| '{' should be on the previous line. | 30 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 20 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| '{' should be on the previous line. | 31 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 20 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| '{' should be on the previous line. | 31 | |
| Line has trailing spaces. | 35 | |
| Line has trailing spaces. | 41 | |
| Parameter partyId should be final. | 44 | |
| 'partyId' hides a field. | 44 | |
| Line has trailing spaces. | 51 | |
| Method 'getPartyId' is not designed for extension - needs to be abstract, final or empty. | 54 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 20 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| '{' should be on the previous line. | 31 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 20 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| '{' should be on the previous line. | 31 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 22 | |
| Line has trailing spaces. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 27 | |
| '{' should be on the previous line. | 33 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 43 | |
| Parameter frame should be final. | 47 | |
| 'frame' hides a field. | 47 | |
| Parameter args should be final. | 47 | |
| 'args' hides a field. | 47 | |
| Line has trailing spaces. | 54 | |
| Method 'getArgs' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Line has trailing spaces. | 63 | |
| Method 'getFrame' is not designed for extension - needs to be abstract, final or empty. | 66 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 20 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| '{' should be on the previous line. | 31 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 20 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| '{' should be on the previous line. | 31 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 20 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| '{' should be on the previous line. | 31 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 20 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| '{' should be on the previous line. | 31 | |
| Line has trailing spaces. | 35 | |
| Line has trailing spaces. | 41 | |
| Parameter governmentId should be final. | 44 | |
| 'governmentId' hides a field. | 44 | |
| Line has trailing spaces. | 51 | |
| Method 'getGovernmentId' is not designed for extension - needs to be abstract, final or empty. | 54 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 20 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| '{' should be on the previous line. | 31 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 20 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| '{' should be on the previous line. | 31 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 20 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| '{' should be on the previous line. | 31 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 20 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| '{' should be on the previous line. | 31 | |
| Line has trailing spaces. | 35 | |
| Line has trailing spaces. | 41 | |
| Parameter partyId should be final. | 44 | |
| 'partyId' hides a field. | 44 | |
| Line has trailing spaces. | 51 | |
| Method 'getPartyId' is not designed for extension - needs to be abstract, final or empty. | 54 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 20 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| '{' should be on the previous line. | 31 | |
| Line has trailing spaces. | 35 | |
| Line has trailing spaces. | 41 | |
| Parameter organisationId should be final. | 44 | |
| 'organisationId' hides a field. | 44 | |
| Line has trailing spaces. | 51 | |
| Method 'getOrganisationId' is not designed for extension - needs to be abstract, final or empty. | 54 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 20 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| '{' should be on the previous line. | 31 | |
| Line has trailing spaces. | 35 | |
| Line has trailing spaces. | 41 | |
| Parameter personId should be final. | 44 | |
| 'personId' hides a field. | 44 | |
| Line has trailing spaces. | 51 | |
| Method 'getPersonId' is not designed for extension - needs to be abstract, final or empty. | 54 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 20 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| '{' should be on the previous line. | 31 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 20 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| '{' should be on the previous line. | 31 | |
| Line has trailing spaces. | 35 | |
| Line has trailing spaces. | 41 | |
| Parameter userId should be final. | 44 | |
| 'userId' hides a field. | 44 | |
| Line has trailing spaces. | 51 | |
| Method 'getUserId' is not designed for extension - needs to be abstract, final or empty. | 54 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 24 | |
| Comment matches to-do format 'TODO:'. | 37 | |
| Unclosed HTML tag found: <code>addApplicationActionListener<code> method. When | 43 | |
| Line has trailing spaces. | 46 | |
| '{' should be on the previous line. | 50 | |
| Line has trailing spaces. | 60 | |
| Parameter controller should be final. | 63 | |
| 'controller' hides a field. | 63 | |
| Line is longer than 80 characters. | 71 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Parameter ev should be final. | 73 | |
| 'cast' is not followed by whitespace. | 82 | |
| 'cast' is not followed by whitespace. | 88 | |
| Line is longer than 80 characters. | 96 | |
| Line is longer than 80 characters. | 99 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 26 | |
| Line has trailing spaces. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 31 | |
| '{' should be on the previous line. | 37 | |
| Line is longer than 80 characters. | 51 | |
| Method 'onApplicationEvent' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Parameter event should be final. | 53 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 22 | |
| Line has trailing spaces. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 27 | |
| '{' should be on the previous line. | 33 | |
| Line has trailing spaces. | 34 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 39 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 48 | |
| Line is longer than 80 characters. | 50 | |
| Line is longer than 80 characters. | 54 | |
| Line is longer than 80 characters. | 62 | |
| Line is longer than 80 characters. | 65 | |
| Line is longer than 80 characters. | 75 | |
| Line is longer than 80 characters. | 84 | |
| Comment matches to-do format 'TODO:'. | 98 | |
| Line has trailing spaces. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Line is longer than 80 characters. | 103 | |
| '{' should be on the previous line. | 110 | |
| Line has trailing spaces. | 130 | |
| Parameter userService should be final. | 136 | |
| 'userService' hides a field. | 136 | |
| Parameter portalService should be final. | 137 | |
| 'portalService' hides a field. | 137 | |
| Parameter agentDAO should be final. | 137 | |
| 'agentDAO' hides a field. | 137 | |
| Parameter documentDAO should be final. | 138 | |
| 'documentDAO' hides a field. | 138 | |
| Line is longer than 80 characters. | 147 | |
| Method 'handleAction' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| Missing a Javadoc comment. | 149 | |
| Parameter action should be final. | 149 | |
| Line is longer than 80 characters. | 151 | |
| Line is longer than 80 characters. | 166 | |
| Line is longer than 80 characters. | 174 | |
| Line is longer than 80 characters. | 176 | |
| Line is longer than 80 characters. | 182 | |
| Line has trailing spaces. | 190 | |
| Parameter action should be final. | 194 | |
| '{' is followed by whitespace. | 200 | |
| '{' is followed by whitespace. | 200 | |
| '150' is a magic number. | 200 | |
| '{' is followed by whitespace. | 202 | |
| '0.1' is a magic number. | 202 | |
| '0.8' is a magic number. | 202 | |
| '0.1' is a magic number. | 202 | |
| Line is longer than 80 characters. | 217 | |
| 'portalService' hides a field. | 217 | |
| Line is longer than 80 characters. | 218 | |
| Line has trailing spaces. | 231 | |
| Parameter args should be final. | 234 | |
| Line has trailing spaces. | 246 | |
| Line has trailing spaces. | 248 | |
| '<' is not preceded with whitespace. | 251 | |
| '<' is not followed by whitespace. | 251 | |
| '>' is not preceded with whitespace. | 251 | |
| Parameter args should be final. | 251 | |
| '<' is not preceded with whitespace. | 252 | |
| '<' is not followed by whitespace. | 252 | |
| '>' is not preceded with whitespace. | 252 | |
| '<' is not preceded with whitespace. | 252 | |
| '<' is not followed by whitespace. | 252 | |
| '>' is not preceded with whitespace. | 252 | |
| '>' is not followed by whitespace. | 252 | |
| Line has trailing spaces. | 266 | |
| Line is longer than 80 characters. | 272 | |
| Line has trailing spaces. | 319 | |
| Parameter action should be final. | 322 | |
| '<' is not preceded with whitespace. | 325 | |
| '<' is not followed by whitespace. | 325 | |
| '>' is not preceded with whitespace. | 325 | |
| ',' is not followed by whitespace. | 327 | |
| Line has trailing spaces. | 332 | |
| Parameter action should be final. | 336 | |
| Line has trailing spaces. | 346 | |
| Parameter action should be final. | 349 | |
| Line is longer than 80 characters. | 351 | |
| ',' is not followed by whitespace. | 351 | |
| Line has trailing spaces. | 356 | |
| Parameter action should be final. | 359 | |
| Line has trailing spaces. | 369 | |
| Line is longer than 80 characters. | 372 | |
| Parameter action should be final. | 372 | |
| Line has trailing spaces. | 380 | |
| Parameter action should be final. | 384 | |
| Line is longer than 80 characters. | 385 | |
| Line is longer than 80 characters. | 399 | |
| Line has trailing spaces. | 410 | |
| Parameter action should be final. | 413 | |
| '<' is not preceded with whitespace. | 414 | |
| '<' is not followed by whitespace. | 414 | |
| '>' is not preceded with whitespace. | 414 | |
| Line has trailing spaces. | 420 | |
| Parameter action should be final. | 423 | |
| Line is longer than 80 characters. | 424 | |
| Line has trailing spaces. | 429 | |
| Parameter action should be final. | 432 | |
| Line is longer than 80 characters. | 433 | |
| Line has trailing spaces. | 438 | |
| Line is longer than 80 characters. | 441 | |
| Parameter action should be final. | 441 | |
| Line is longer than 80 characters. | 442 | |
| Line has trailing spaces. | 447 | |
| Parameter action should be final. | 450 | |
| Line is longer than 80 characters. | 451 | |
| Line has trailing spaces. | 456 | |
| Parameter action should be final. | 459 | |
| Line is longer than 80 characters. | 460 | |
| Line is longer than 80 characters. | 461 | |
| ',' is not followed by whitespace. | 461 | |
| Line has trailing spaces. | 466 | |
| Parameter action should be final. | 469 | |
| ',' is not followed by whitespace. | 471 | |
| Line has trailing spaces. | 476 | |
| Parameter action should be final. | 479 | |
| Line is longer than 80 characters. | 483 | |
| Line has trailing spaces. | 489 | |
| Parameter action should be final. | 492 | |
| Line is longer than 80 characters. | 493 | |
| Line is longer than 80 characters. | 506 | |
| Line is longer than 80 characters. | 508 | |
| ',' is not followed by whitespace. | 508 | |
| Line is longer than 80 characters. | 513 | |
| Line has trailing spaces. | 521 | |
| Line has trailing spaces. | 523 | |
| Method 'handleLoginAction' is not designed for extension - needs to be abstract, final or empty. | 526 | |
| Parameter loginAction should be final. | 526 | |
| Line is longer than 80 characters. | 534 | |
| ',' is not followed by whitespace. | 534 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 21 | |
| Comment matches to-do format 'TODO:'. | 28 | |
| Line has trailing spaces. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Utility classes should not have a public or default constructor. | 38 | |
| '{' should be on the previous line. | 39 | |
| Line has trailing spaces. | 43 | |
| Parameter args should be final. | 46 | |
| ',' is not followed by whitespace. | 51 | |
| ',' is not followed by whitespace. | 52 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 24 | |
| Line has trailing spaces. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Utility classes should not have a public or default constructor. | 34 | |
| '{' should be on the previous line. | 35 | |
| Line is longer than 80 characters. | 38 | |
| 'static' modifier out of order with the JLS suggestions. | 38 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| Name 'activeContentView' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| '>' is not followed by whitespace. | 38 | |
| Line is longer than 80 characters. | 41 | |
| 'static' modifier out of order with the JLS suggestions. | 41 | |
| '<' is not preceded with whitespace. | 41 | |
| '<' is not followed by whitespace. | 41 | |
| '>' is not preceded with whitespace. | 41 | |
| Name 'activeHeaderPanel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
| '<' is not preceded with whitespace. | 41 | |
| '<' is not followed by whitespace. | 41 | |
| '>' is not preceded with whitespace. | 41 | |
| '>' is not followed by whitespace. | 41 | |
| Line is longer than 80 characters. | 44 | |
| 'static' modifier out of order with the JLS suggestions. | 44 | |
| '<' is not preceded with whitespace. | 44 | |
| '<' is not followed by whitespace. | 44 | |
| '>' is not preceded with whitespace. | 44 | |
| Name 'activeRightHeaderPanel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| '<' is not preceded with whitespace. | 44 | |
| '<' is not followed by whitespace. | 44 | |
| '>' is not preceded with whitespace. | 44 | |
| '>' is not followed by whitespace. | 44 | |
| Line has trailing spaces. | 48 | |
| Parameter view should be final. | 51 | |
| Line has trailing spaces. | 61 | |
| Parameter view should be final. | 64 | |
| Line has trailing spaces. | 74 | |
| Parameter menu should be final. | 77 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 24 | |
| Comment matches to-do format 'TODO:'. | 30 | |
| Line has trailing spaces. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 35 | |
| '{' should be on the previous line. | 41 | |
| Line has trailing spaces. | 45 | |
| Parameter events should be final. | 48 | |
| '<' is not preceded with whitespace. | 48 | |
| '<' is not followed by whitespace. | 48 | |
| '>' is not preceded with whitespace. | 48 | |
| '{' is followed by whitespace. | 50 | |
| '{' is followed by whitespace. | 50 | |
| '{' is followed by whitespace. | 51 | |
| '5' is a magic number. | 53 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 26 | |
| Comment matches to-do format 'TODO:'. | 36 | |
| Line has trailing spaces. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Line is longer than 80 characters. | 41 | |
| '{' should be on the previous line. | 47 | |
| '{' is followed by whitespace. | 53 | |
| '{' is followed by whitespace. | 53 | |
| '{' is followed by whitespace. | 54 | |
| '10' is a magic number. | 54 | |
| '130' is a magic number. | 54 | |
| '10' is a magic number. | 54 | |
| '130' is a magic number. | 54 | |
| '10' is a magic number. | 54 | |
| '130' is a magic number. | 54 | |
| '5' is a magic number. | 56 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 21 | |
| Comment matches to-do format 'TODO:'. | 29 | |
| Line has trailing spaces. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 34 | |
| '{' should be on the previous line. | 40 | |
| '{' is followed by whitespace. | 46 | |
| '{' is followed by whitespace. | 46 | |
| '{' is followed by whitespace. | 47 | |
| '5' is a magic number. | 48 | |
| '5' is a magic number. | 49 | |
| '150' is a magic number. | 57 | |
| '20' is a magic number. | 57 | |
| '280' is a magic number. | 66 | |
| '20' is a magic number. | 66 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 31 | |
| Comment matches to-do format 'TODO:'. | 43 | |
| Line has trailing spaces. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Line is longer than 80 characters. | 48 | |
| '{' should be on the previous line. | 54 | |
| Line has trailing spaces. | 58 | |
| Line is longer than 80 characters. | 62 | |
| Parameter government should be final. | 62 | |
| Parameter parties should be final. | 62 | |
| '<' is not preceded with whitespace. | 62 | |
| '<' is not followed by whitespace. | 62 | |
| '>' is not preceded with whitespace. | 62 | |
| '{' is followed by whitespace. | 63 | |
| '{' is followed by whitespace. | 63 | |
| '{' is followed by whitespace. | 64 | |
| '5' is a magic number. | 66 | |
| ',' is not followed by whitespace. | 73 | |
| Line has trailing spaces. | 80 | |
| Line has trailing spaces. | 83 | |
| Line is longer than 80 characters. | 86 | |
| Parameter government should be final. | 86 | |
| Parameter parties should be final. | 86 | |
| '<' is not preceded with whitespace. | 86 | |
| '<' is not followed by whitespace. | 86 | |
| '>' is not preceded with whitespace. | 86 | |
| Line is longer than 80 characters. | 88 | |
| ',' is not followed by whitespace. | 88 | |
| Line has trailing spaces. | 102 | |
| Line has trailing spaces. | 105 | |
| Line is longer than 80 characters. | 108 | |
| Parameter government should be final. | 108 | |
| Parameter parties should be final. | 108 | |
| '<' is not preceded with whitespace. | 108 | |
| '<' is not followed by whitespace. | 108 | |
| '>' is not preceded with whitespace. | 108 | |
| '{' is followed by whitespace. | 115 | |
| '{' is followed by whitespace. | 115 | |
| '{' is followed by whitespace. | 117 | |
| '20' is a magic number. | 117 | |
| '5' is a magic number. | 119 | |
| ',' is not followed by whitespace. | 127 | |
| Line has trailing spaces. | 136 | |
| Line has trailing spaces. | 138 | |
| Parameter government should be final. | 141 | |
| '{' is followed by whitespace. | 146 | |
| '{' is followed by whitespace. | 146 | |
| '{' is followed by whitespace. | 148 | |
| '20' is a magic number. | 148 | |
| '5' is a magic number. | 150 | |
| Line has trailing spaces. | 166 | |
| Line has trailing spaces. | 168 | |
| Parameter government should be final. | 171 | |
| Line has trailing spaces. | 194 | |
| Line has trailing spaces. | 196 | |
| Parameter government should be final. | 199 | |
| '{' is followed by whitespace. | 205 | |
| '{' is followed by whitespace. | 205 | |
| '{' is followed by whitespace. | 207 | |
| '20' is a magic number. | 207 | |
| '5' is a magic number. | 209 | |
| Line has trailing spaces. | 225 | |
| Line has trailing spaces. | 227 | |
| Parameter government should be final. | 230 | |
| Line has trailing spaces. | 261 | |
| Line has trailing spaces. | 264 | |
| Line is longer than 80 characters. | 268 | |
| Line contains a tab character. | 268 | |
| Parameter government should be final. | 268 | |
| Parameter parties should be final. | 268 | |
| '<' is not preceded with whitespace. | 268 | |
| '<' is not followed by whitespace. | 268 | |
| '>' is not preceded with whitespace. | 268 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 26 | |
| Comment matches to-do format 'TODO:'. | 34 | |
| Line has trailing spaces. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 39 | |
| '{' should be on the previous line. | 45 | |
| Line has trailing spaces. | 49 | |
| Parameter governments should be final. | 52 | |
| '<' is not preceded with whitespace. | 52 | |
| '<' is not followed by whitespace. | 52 | |
| '>' is not preceded with whitespace. | 52 | |
| '{' is followed by whitespace. | 53 | |
| '{' is followed by whitespace. | 53 | |
| '{' is followed by whitespace. | 54 | |
| '5' is a magic number. | 56 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 22 | |
| Comment matches to-do format 'TODO:'. | 31 | |
| Line has trailing spaces. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 36 | |
| '{' should be on the previous line. | 42 | |
| '{' is followed by whitespace. | 50 | |
| '{' is followed by whitespace. | 50 | |
| '0.3' is a magic number. | 50 | |
| '0.4' is a magic number. | 50 | |
| '0.3' is a magic number. | 50 | |
| '{' is followed by whitespace. | 52 | |
| '5' is a magic number. | 54 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 26 | |
| Comment matches to-do format 'TODO:'. | 34 | |
| Line has trailing spaces. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 39 | |
| '{' should be on the previous line. | 45 | |
| Line has trailing spaces. | 49 | |
| Parameter users should be final. | 52 | |
| '<' is not preceded with whitespace. | 52 | |
| '<' is not followed by whitespace. | 52 | |
| '>' is not preceded with whitespace. | 52 | |
| '{' is followed by whitespace. | 53 | |
| '{' is followed by whitespace. | 53 | |
| '{' is followed by whitespace. | 54 | |
| '32' is a magic number. | 54 | |
| '5' is a magic number. | 56 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 20 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 30 | |
| Comment matches to-do format 'TODO:'. | 41 | |
| Line has trailing spaces. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Line is longer than 80 characters. | 46 | |
| '{' should be on the previous line. | 52 | |
| Line has trailing spaces. | 59 | |
| Parameter party should be final. | 62 | |
| 'party' hides a field. | 62 | |
| '{' is followed by whitespace. | 64 | |
| '{' is followed by whitespace. | 64 | |
| '{' is followed by whitespace. | 65 | |
| '20' is a magic number. | 65 | |
| '5' is a magic number. | 67 | |
| Line has trailing spaces. | 80 | |
| Line has trailing spaces. | 82 | |
| Parameter organisation should be final. | 85 | |
| Line has trailing spaces. | 99 | |
| Line has trailing spaces. | 101 | |
| Parameter organisation should be final. | 104 | |
| '{' is followed by whitespace. | 110 | |
| '{' is followed by whitespace. | 110 | |
| '{' is followed by whitespace. | 112 | |
| '20' is a magic number. | 112 | |
| '5' is a magic number. | 114 | |
| Line has trailing spaces. | 130 | |
| Line has trailing spaces. | 132 | |
| Parameter organisation should be final. | 135 | |
| Line has trailing spaces. | 165 | |
| Line has trailing spaces. | 167 | |
| Parameter organisation should be final. | 170 | |
| '{' is followed by whitespace. | 176 | |
| '{' is followed by whitespace. | 176 | |
| '{' is followed by whitespace. | 178 | |
| '20' is a magic number. | 178 | |
| '5' is a magic number. | 180 | |
| Line has trailing spaces. | 196 | |
| Line has trailing spaces. | 198 | |
| Parameter organisation should be final. | 201 | |
| Line is longer than 80 characters. | 227 | |
| Line has trailing spaces. | 237 | |
| Method 'createMenu' is not designed for extension - needs to be abstract, final or empty. | 240 | |
| Line is longer than 80 characters. | 244 | |
| Line is longer than 80 characters. | 247 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 31 | |
| Comment matches to-do format 'TODO:'. | 42 | |
| Line has trailing spaces. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line is longer than 80 characters. | 47 | |
| '{' should be on the previous line. | 53 | |
| Line has trailing spaces. | 57 | |
| Parameter organisation should be final. | 60 | |
| '{' is followed by whitespace. | 61 | |
| '{' is followed by whitespace. | 61 | |
| '{' is followed by whitespace. | 62 | |
| '5' is a magic number. | 64 | |
| Line has trailing spaces. | 73 | |
| Line has trailing spaces. | 75 | |
| Parameter organisation should be final. | 78 | |
| Line has trailing spaces. | 96 | |
| Line has trailing spaces. | 98 | |
| Parameter organisation should be final. | 101 | |
| '{' is followed by whitespace. | 107 | |
| '{' is followed by whitespace. | 107 | |
| '{' is followed by whitespace. | 109 | |
| '20' is a magic number. | 109 | |
| '5' is a magic number. | 111 | |
| Line has trailing spaces. | 127 | |
| Line has trailing spaces. | 129 | |
| Parameter organisation should be final. | 132 | |
| ',' is not followed by whitespace. | 149 | |
| Line has trailing spaces. | 156 | |
| Line has trailing spaces. | 158 | |
| Parameter organisation should be final. | 161 | |
| '{' is followed by whitespace. | 167 | |
| '{' is followed by whitespace. | 167 | |
| '{' is followed by whitespace. | 169 | |
| '20' is a magic number. | 169 | |
| '5' is a magic number. | 171 | |
| Line has trailing spaces. | 187 | |
| Line has trailing spaces. | 189 | |
| Parameter organisation should be final. | 192 | |
| Line is longer than 80 characters. | 223 | |
| Avoid inline conditionals. | 223 | |
| Avoid inline conditionals. | 224 | |
| ',' is not followed by whitespace. | 225 | |
| Line has trailing spaces. | 235 | |
| Line has trailing spaces. | 237 | |
| Parameter organisation should be final. | 240 | |
| '{' is followed by whitespace. | 246 | |
| '{' is followed by whitespace. | 246 | |
| '{' is followed by whitespace. | 248 | |
| '20' is a magic number. | 248 | |
| '5' is a magic number. | 250 | |
| Line has trailing spaces. | 266 | |
| Line has trailing spaces. | 268 | |
| Parameter organisation should be final. | 271 | |
| Line has trailing spaces. | 306 | |
| Line has trailing spaces. | 308 | |
| Parameter organisation should be final. | 311 | |
| '{' is followed by whitespace. | 317 | |
| '{' is followed by whitespace. | 317 | |
| '{' is followed by whitespace. | 319 | |
| '20' is a magic number. | 319 | |
| '5' is a magic number. | 321 | |
| Line has trailing spaces. | 338 | |
| Line has trailing spaces. | 340 | |
| Parameter organisation should be final. | 343 | |
| '<' is not preceded with whitespace. | 357 | |
| '<' is not followed by whitespace. | 357 | |
| '>' is not preceded with whitespace. | 357 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 25 | |
| Comment matches to-do format 'TODO:'. | 32 | |
| Line has trailing spaces. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Line is longer than 80 characters. | 37 | |
| '{' should be on the previous line. | 43 | |
| Line has trailing spaces. | 47 | |
| Parameter person should be final. | 51 | |
| Parameter votes should be final. | 51 | |
| '<' is not preceded with whitespace. | 51 | |
| '<' is not followed by whitespace. | 51 | |
| '>' is not preceded with whitespace. | 51 | |
| '{' is followed by whitespace. | 53 | |
| '{' is followed by whitespace. | 53 | |
| '{' is followed by whitespace. | 55 | |
| '20' is a magic number. | 55 | |
| ',' is not followed by whitespace. | 55 | |
| '5' is a magic number. | 57 | |
| Line is longer than 80 characters. | 61 | |
| Line has trailing spaces. | 72 | |
| Line has trailing spaces. | 74 | |
| Parameter votes should be final. | 77 | |
| '<' is not preceded with whitespace. | 77 | |
| '<' is not followed by whitespace. | 77 | |
| '>' is not preceded with whitespace. | 77 | |
| ':' is not preceded with whitespace. | 91 | |
| Line is longer than 80 characters. | 92 | |
| ',' is not followed by whitespace. | 92 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 26 | |
| Comment matches to-do format 'TODO:'. | 33 | |
| Line has trailing spaces. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 38 | |
| '{' should be on the previous line. | 44 | |
| Line has trailing spaces. | 48 | |
| Parameter parties should be final. | 51 | |
| '<' is not preceded with whitespace. | 51 | |
| '<' is not followed by whitespace. | 51 | |
| '>' is not preceded with whitespace. | 51 | |
| '{' is followed by whitespace. | 52 | |
| '{' is followed by whitespace. | 52 | |
| '{' is followed by whitespace. | 53 | |
| '32' is a magic number. | 53 | |
| '5' is a magic number. | 55 | |
| Line is longer than 80 characters. | 72 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 27 | |
| Comment matches to-do format 'TODO:'. | 33 | |
| Line has trailing spaces. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 38 | |
| '{' should be on the previous line. | 44 | |
| Line has trailing spaces. | 48 | |
| Parameter portal should be final. | 51 | |
| '{' is followed by whitespace. | 52 | |
| '{' is followed by whitespace. | 52 | |
| '{' is followed by whitespace. | 53 | |
| '5' is a magic number. | 55 | |
| Line has trailing spaces. | 64 | |
| Line has trailing spaces. | 66 | |
| Parameter portal should be final. | 69 | |
| Line is longer than 80 characters. | 74 | |
| Line is longer than 80 characters. | 77 | |
| '<' is not preceded with whitespace. | 80 | |
| '<' is not followed by whitespace. | 80 | |
| '>' is not preceded with whitespace. | 80 | |
| 'for' is not followed by whitespace. | 82 | |
| Line is longer than 80 characters. | 87 | |
| '<' is not preceded with whitespace. | 90 | |
| '<' is not followed by whitespace. | 90 | |
| '>' is not preceded with whitespace. | 90 | |
| 'for' is not followed by whitespace. | 92 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 31 | |
| Comment matches to-do format 'TODO:'. | 41 | |
| Line has trailing spaces. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Line is longer than 80 characters. | 46 | |
| '{' should be on the previous line. | 52 | |
| Line has trailing spaces. | 56 | |
| Parameter user should be final. | 60 | |
| ',' is not followed by whitespace. | 60 | |
| Parameter parties should be final. | 60 | |
| '<' is not preceded with whitespace. | 60 | |
| '<' is not followed by whitespace. | 60 | |
| '>' is not preceded with whitespace. | 60 | |
| '{' is followed by whitespace. | 62 | |
| '{' is followed by whitespace. | 62 | |
| '{' is followed by whitespace. | 63 | |
| '32' is a magic number. | 63 | |
| '5' is a magic number. | 65 | |
| ',' is not followed by whitespace. | 72 | |
| Line has trailing spaces. | 79 | |
| Line has trailing spaces. | 82 | |
| Parameter user should be final. | 85 | |
| ',' is not followed by whitespace. | 85 | |
| Parameter parties should be final. | 85 | |
| '<' is not preceded with whitespace. | 85 | |
| '<' is not followed by whitespace. | 85 | |
| '>' is not preceded with whitespace. | 85 | |
| Line is longer than 80 characters. | 95 | |
| ',' is not followed by whitespace. | 95 | |
| Line is longer than 80 characters. | 101 | |
| ',' is not followed by whitespace. | 101 | |
| Line is longer than 80 characters. | 107 | |
| ',' is not followed by whitespace. | 107 | |
| Line has trailing spaces. | 116 | |
| Line has trailing spaces. | 118 | |
| Parameter user should be final. | 121 | |
| '{' is followed by whitespace. | 126 | |
| '{' is followed by whitespace. | 126 | |
| '{' is followed by whitespace. | 128 | |
| '20' is a magic number. | 128 | |
| ',' is not followed by whitespace. | 128 | |
| ',' is not followed by whitespace. | 128 | |
| '20' is a magic number. | 128 | |
| '20' is a magic number. | 128 | |
| '5' is a magic number. | 130 | |
| Line has trailing spaces. | 165 | |
| Line has trailing spaces. | 167 | |
| Parameter user should be final. | 170 | |
| Line is longer than 80 characters. | 209 | |
| ',' is not followed by whitespace. | 209 | |
| ',' is not followed by whitespace. | 209 | |
| ',' is not followed by whitespace. | 209 | |
| ',' is not followed by whitespace. | 209 | |
| ',' is not followed by whitespace. | 209 | |
| Line has trailing spaces. | 216 | |
| Line has trailing spaces. | 219 | |
| Parameter governmentPortal should be final. | 223 | |
| Parameter parties should be final. | 223 | |
| '<' is not preceded with whitespace. | 223 | |
| '<' is not followed by whitespace. | 223 | |
| '>' is not preceded with whitespace. | 223 | |
| '{' is followed by whitespace. | 228 | |
| '{' is followed by whitespace. | 228 | |
| '{' is followed by whitespace. | 230 | |
| '5' is a magic number. | 232 | |
| Line is longer than 80 characters. | 234 | |
| ',' is not followed by whitespace. | 235 | |
| Line has trailing spaces. | 243 | |
| Line has trailing spaces. | 245 | |
| Parameter user should be final. | 248 | |
| Line has trailing spaces. | 291 | |
| Line has trailing spaces. | 293 | |
| Parameter user should be final. | 296 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 23 | |
| Line has trailing spaces. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 28 | |
| '<' is not preceded with whitespace. | 33 | |
| '<' is not followed by whitespace. | 33 | |
| '>' is not preceded with whitespace. | 33 | |
| '>' is not followed by whitespace. | 33 | |
| ',' is not followed by whitespace. | 33 | |
| '{' should be on the previous line. | 34 | |
| Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Parameter o1 should be final. | 44 | |
| Parameter o2 should be final. | 44 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 22 | |
| Line has trailing spaces. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 27 | |
| '{' should be on the previous line. | 33 | |
| Line has trailing spaces. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Variable 'dialogResult' must be private and have accessor methods. | 57 | |
| Line has trailing spaces. | 61 | |
| Parameter name should be final. | 64 | |
| Line has trailing spaces. | 72 | |
| Method 'getDialogResult' is not designed for extension - needs to be abstract, final or empty. | 75 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 24 | |
| Comment matches to-do format 'TODO:'. | 37 | |
| Line has trailing spaces. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line is longer than 80 characters. | 42 | |
| '{' should be on the previous line. | 48 | |
| Variable 'createPartyActionListener' must be private and have accessor methods. | 60 | |
| Parameter ev should be final. | 61 | |
| Variable 'cancelActionListener' must be private and have accessor methods. | 68 | |
| Parameter ev should be final. | 69 | |
| '<' is not preceded with whitespace. | 76 | |
| '<' is not followed by whitespace. | 76 | |
| '>' is not preceded with whitespace. | 76 | |
| Line has trailing spaces. | 80 | |
| Parameter countries should be final. | 83 | |
| '<' is not preceded with whitespace. | 83 | |
| '<' is not followed by whitespace. | 83 | |
| '>' is not preceded with whitespace. | 83 | |
| 'countries' hides a field. | 83 | |
| '200' is a magic number. | 88 | |
| '200' is a magic number. | 88 | |
| '350' is a magic number. | 89 | |
| '160' is a magic number. | 89 | |
| '{' is followed by whitespace. | 90 | |
| '{' is followed by whitespace. | 90 | |
| '120' is a magic number. | 90 | |
| '200' is a magic number. | 90 | |
| '{' is followed by whitespace. | 92 | |
| '30' is a magic number. | 92 | |
| '30' is a magic number. | 92 | |
| '30' is a magic number. | 92 | |
| '30' is a magic number. | 92 | |
| '10' is a magic number. | 93 | |
| '5' is a magic number. | 94 | |
| Line has trailing spaces. | 131 | |
| Line has trailing spaces. | 156 | |
| Method 'getCountryId' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| Line has trailing spaces. | 166 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 169 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 22 | |
| Comment matches to-do format 'TODO:'. | 30 | |
| Line has trailing spaces. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 35 | |
| '{' should be on the previous line. | 41 | |
| Line has trailing spaces. | 42 | |
| '{' is followed by whitespace. | 52 | |
| '16' is a magic number. | 52 | |
| '200' is a magic number. | 52 | |
| '{' is followed by whitespace. | 53 | |
| '16' is a magic number. | 53 | |
| '4' is a magic number. | 55 | |
| '200' is a magic number. | 63 | |
| '16' is a magic number. | 63 | |
| Line has trailing spaces. | 69 | |
| Method 'displayErrorMessage' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Parameter message should be final. | 72 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 21 | |
| Comment matches to-do format 'TODO:'. | 31 | |
| Line has trailing spaces. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 36 | |
| '{' should be on the previous line. | 42 | |
| Variable 'loginActionListener' must be private and have accessor methods. | 54 | |
| Parameter ev should be final. | 55 | |
| Variable 'cancelActionListener' must be private and have accessor methods. | 62 | |
| Parameter ev should be final. | 63 | |
| '200' is a magic number. | 75 | |
| '200' is a magic number. | 75 | |
| '350' is a magic number. | 76 | |
| '160' is a magic number. | 76 | |
| '{' is followed by whitespace. | 77 | |
| '{' is followed by whitespace. | 77 | |
| '120' is a magic number. | 77 | |
| '200' is a magic number. | 77 | |
| '{' is followed by whitespace. | 79 | |
| '30' is a magic number. | 79 | |
| '30' is a magic number. | 79 | |
| '30' is a magic number. | 79 | |
| '30' is a magic number. | 79 | |
| '10' is a magic number. | 80 | |
| '5' is a magic number. | 81 | |
| Line has trailing spaces. | 119 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| Line has trailing spaces. | 128 | |
| Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 131 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 26 | |
| Comment matches to-do format 'TODO:'. | 39 | |
| Line has trailing spaces. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Line is longer than 80 characters. | 44 | |
| '{' should be on the previous line. | 50 | |
| Variable 'registerUserActionListener' must be private and have accessor methods. | 71 | |
| Parameter ev should be final. | 72 | |
| Variable 'cancelActionListener' must be private and have accessor methods. | 79 | |
| Parameter ev should be final. | 80 | |
| '<' is not preceded with whitespace. | 87 | |
| '<' is not followed by whitespace. | 87 | |
| '>' is not preceded with whitespace. | 87 | |
| Line has trailing spaces. | 91 | |
| Parameter portals should be final. | 94 | |
| '<' is not preceded with whitespace. | 94 | |
| '<' is not followed by whitespace. | 94 | |
| '>' is not preceded with whitespace. | 94 | |
| 'portals' hides a field. | 94 | |
| Line is longer than 80 characters. | 95 | |
| '200' is a magic number. | 98 | |
| '200' is a magic number. | 98 | |
| '350' is a magic number. | 99 | |
| '280' is a magic number. | 99 | |
| '{' is followed by whitespace. | 100 | |
| '{' is followed by whitespace. | 100 | |
| '120' is a magic number. | 100 | |
| '200' is a magic number. | 100 | |
| '{' is followed by whitespace. | 102 | |
| '30' is a magic number. | 102 | |
| '30' is a magic number. | 102 | |
| '30' is a magic number. | 102 | |
| '30' is a magic number. | 102 | |
| '30' is a magic number. | 102 | |
| '30' is a magic number. | 102 | |
| '30' is a magic number. | 102 | |
| '10' is a magic number. | 103 | |
| '5' is a magic number. | 104 | |
| Line has trailing spaces. | 171 | |
| Line has trailing spaces. | 193 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| Line has trailing spaces. | 202 | |
| Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| Line has trailing spaces. | 211 | |
| Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| Line has trailing spaces. | 220 | |
| Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| Line has trailing spaces. | 229 | |
| Method 'getPortalId' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| Line has trailing spaces. | 239 | |
| Method 'setErrorMessage' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| Parameter message should be final. | 242 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 24 | |
| Comment matches to-do format 'TODO:'. | 34 | |
| Line has trailing spaces. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 39 | |
| '{' should be on the previous line. | 45 | |
| Line has trailing spaces. | 49 | |
| Parameter user should be final. | 52 | |
| '{' is followed by whitespace. | 55 | |
| '{' is followed by whitespace. | 55 | |
| '{' is followed by whitespace. | 56 | |
| '5' is a magic number. | 58 | |
| '90' is a magic number. | 69 | |
| '30' is a magic number. | 69 | |
| '90' is a magic number. | 82 | |
| '30' is a magic number. | 82 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 22 | |
| Comment matches to-do format 'TODO:'. | 31 | |
| Line has trailing spaces. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 36 | |
| '{' should be on the previous line. | 42 | |
| '{' is followed by whitespace. | 50 | |
| '{' is followed by whitespace. | 50 | |
| '{' is followed by whitespace. | 51 | |
| '5' is a magic number. | 53 | |
| '90' is a magic number. | 61 | |
| '30' is a magic number. | 61 | |
| '90' is a magic number. | 71 | |
| '30' is a magic number. | 71 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |