The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 17 | ![]() |
NewlineAtEndOfFile | 15 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 127 | ![]() |
RegexpSingleline
| 136 | ![]() |
JavadocMethod | 47 | ![]() |
JavadocType | 0 | ![]() |
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 | ![]() |
LineLength | 419 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 1 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 92 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 1 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 148 | ![]() |
WhitespaceAround | 9 | ![]() |
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 | ![]() |
TodoComment | 4 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 24 |
![]() | Method 'getEvents' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Method 'setEvents' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Parameter events should be final. | 47 |
![]() | 'events' hides a field. | 47 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 22 |
![]() | Parameter userRole should be final. | 44 |
![]() | 'userRole' hides a field. | 44 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Parameter id should be final. | 65 |
![]() | 'id' hides a field. | 65 |
![]() | Method 'getUserRole' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Method 'setUserRole' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Parameter userRole should be final. | 83 |
![]() | 'userRole' hides a field. | 83 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Line is longer than 80 characters. | 31 |
![]() | '{' should be on the previous line. | 34 |
![]() | Parameter user should be final. | 64 |
![]() | 'user' hides a field. | 64 |
![]() | Parameter action should be final. | 64 |
![]() | 'action' hides a field. | 64 |
![]() | Parameter time should be final. | 64 |
![]() | 'time' hides a field. | 64 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Parameter id should be final. | 87 |
![]() | 'id' hides a field. | 87 |
![]() | Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Method 'setUser' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Parameter user should be final. | 107 |
![]() | 'user' hides a field. | 107 |
![]() | Method 'getAction' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Method 'setAction' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() | Parameter action should be final. | 125 |
![]() | 'action' hides a field. | 125 |
![]() | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() | Method 'setTime' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() | Parameter time should be final. | 144 |
![]() | 'time' hides a field. | 144 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 21 |
![]() | Method 'getGovernment' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Method 'setGovernment' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Parameter government should be final. | 51 |
![]() | 'government' hides a field. | 51 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 20 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Method 'isOffline' is not designed for extension - needs to be abstract, final or empty. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 19 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 22 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Parameter id should be final. | 56 |
![]() | 'id' hides a field. | 56 |
![]() | Method 'getAction' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Method 'setAction' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Parameter action should be final. | 74 |
![]() | 'action' hides a field. | 74 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 38 |
![]() | Parameter createdDate should be final. | 91 |
![]() | 'createdDate' hides a field. | 91 |
![]() | Parameter username should be final. | 91 |
![]() | 'username' hides a field. | 91 |
![]() | Parameter password should be final. | 91 |
![]() | 'password' hides a field. | 91 |
![]() | ',' is not followed by whitespace. | 91 |
![]() | Parameter email should be final. | 91 |
![]() | 'email' hides a field. | 91 |
![]() | Parameter person should be final. | 92 |
![]() | 'person' hides a field. | 92 |
![]() | Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Parameter password should be final. | 114 |
![]() | 'password' hides a field. | 114 |
![]() | Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | Parameter username should be final. | 133 |
![]() | 'username' hides a field. | 133 |
![]() | Method 'setCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Parameter createdDate should be final. | 143 |
![]() | 'createdDate' hides a field. | 143 |
![]() | Method 'getCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | Line is longer than 80 characters. | 161 |
![]() | Method 'getEvents' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Method 'setEvents' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() | Parameter events should be final. | 171 |
![]() | 'events' hides a field. | 171 |
![]() | Method 'getPerson' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() | Method 'setPerson' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() | Parameter person should be final. | 191 |
![]() | 'person' hides a field. | 191 |
![]() | Method 'getGrantedAuthorities' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() | Method 'setGrantedAuthorities' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() | Parameter grantedAuthorities should be final. | 210 |
![]() | 'grantedAuthorities' hides a field. | 210 |
![]() | Method 'setAccountNonExpired' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() | Parameter accountNonExpired should be final. | 219 |
![]() | 'accountNonExpired' hides a field. | 219 |
![]() | Method 'setAccountNonLocked' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() | Parameter accountNonLocked should be final. | 228 |
![]() | 'accountNonLocked' hides a field. | 228 |
![]() | Method 'setCredentialsNonExpired' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() | Parameter credentialsNonExpired should be final. | 237 |
![]() | 'credentialsNonExpired' hides a field. | 237 |
![]() | Method 'setEnabled' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() | Parameter enabled should be final. | 246 |
![]() | 'enabled' hides a field. | 246 |
![]() | Method 'isAccountNonExpired' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() | Method 'isAccountNonLocked' is not designed for extension - needs to be abstract, final or empty. | 264 |
![]() | Method 'isCredentialsNonExpired' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() | Method 'isEnabled' is not designed for extension - needs to be abstract, final or empty. | 282 |
![]() | Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. | 291 |
![]() | Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. | 300 |
![]() | Parameter email should be final. | 300 |
![]() | 'email' hides a field. | 300 |
![]() | Method 'getLocalGovernmentPortal' is not designed for extension - needs to be abstract, final or empty. | 309 |
![]() | Method 'getRegionalGovernmentPortal' is not designed for extension - needs to be abstract, final or empty. | 319 |
![]() | Method 'getNationalGovernmentPortal' is not designed for extension - needs to be abstract, final or empty. | 329 |
![]() | Parameter organisationType should be final. | 342 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 24 |
![]() | Method 'getRoleActions' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Method 'setRoleActions' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Parameter roleActions should be final. | 53 |
![]() | 'roleActions' hides a field. | 53 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 29 |
![]() | Parameter user should be final. | 65 |
![]() | 'user' hides a field. | 65 |
![]() | Parameter sessionId should be final. | 65 |
![]() | 'sessionId' hides a field. | 65 |
![]() | Parameter createdAt should be final. | 65 |
![]() | 'createdAt' hides a field. | 65 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Parameter id should be final. | 90 |
![]() | 'id' hides a field. | 90 |
![]() | Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Method 'setActive' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Parameter active should be final. | 108 |
![]() | 'active' hides a field. | 108 |
![]() | Method 'getCreatedAt' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Method 'setCreatedAt' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | Parameter createdAt should be final. | 127 |
![]() | 'createdAt' hides a field. | 127 |
![]() | Method 'getEndedAt' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | Method 'setEndedAt' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Parameter endedAt should be final. | 146 |
![]() | 'endedAt' hides a field. | 146 |
![]() | Method 'getSessionId' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | Method 'setSessionId' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() | Parameter sessionId should be final. | 164 |
![]() | 'sessionId' hides a field. | 164 |
![]() | Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() | Method 'setUser' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() | Parameter user should be final. | 184 |
![]() | 'user' hides a field. | 184 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 34 |
![]() | Parameter name should be final. | 59 |
![]() | 'name' hides a field. | 59 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Parameter id should be final. | 80 |
![]() | 'id' hides a field. | 80 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Parameter name should be final. | 98 |
![]() | 'name' hides a field. | 98 |
![]() | Method 'getRoles' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Method 'setRoles' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Parameter roles should be final. | 117 |
![]() | 'roles' hides a field. | 117 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Avoid inline conditionals. | 130 |
![]() | Avoid inline conditionals. | 131 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Parameter obj should be final. | 141 |
![]() | 'if' construct must use '{}'s. | 142 |
![]() | 'if' construct must use '{}'s. | 144 |
![]() | 'if' construct must use '{}'s. | 146 |
![]() | 'if' construct must use '{}'s. | 150 |
![]() | 'if' construct must use '{}'s. | 152 |
![]() | 'if' construct must use '{}'s. | 155 |
![]() | 'if' construct must use '{}'s. | 157 |
![]() | Line is longer than 80 characters. | 167 |
![]() | Method 'getResources' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() | Method 'setResources' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() | Parameter resources should be final. | 177 |
![]() | 'resources' hides a field. | 177 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 17 |
![]() | Method 'isNew' is not designed for extension - needs to be abstract, final or empty. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 29 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Parameter id should be final. | 63 |
![]() | 'id' hides a field. | 63 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | 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 'getAgents' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Method 'setAgents' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Parameter agents should be final. | 100 |
![]() | 'agents' hides a field. | 100 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Avoid inline conditionals. | 113 |
![]() | Avoid inline conditionals. | 114 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Parameter obj should be final. | 124 |
![]() | 'if' construct must use '{}'s. | 125 |
![]() | 'if' construct must use '{}'s. | 127 |
![]() | 'if' construct must use '{}'s. | 129 |
![]() | 'if' construct must use '{}'s. | 133 |
![]() | 'if' construct must use '{}'s. | 135 |
![]() | 'if' construct must use '{}'s. | 138 |
![]() | 'if' construct must use '{}'s. | 140 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 27 |
![]() | Parameter name should be final. | 49 |
![]() | Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Method 'setParent' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Parameter parent should be final. | 69 |
![]() | 'parent' hides a field. | 69 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Method 'setChildren' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Parameter children should be final. | 88 |
![]() | 'children' hides a field. | 88 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Method 'getDefinedRoles' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Method 'setDefinedRoles' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Parameter definedRoles should be final. | 107 |
![]() | 'definedRoles' hides a field. | 107 |
![]() | Method 'findOrgByName' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Parameter name should be final. | 118 |
![]() | Method 'findDefinedRoleByName' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | Parameter name should be final. | 134 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 26 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Parameter id should be final. | 63 |
![]() | 'id' hides a field. | 63 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | 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 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Parameter owner should be final. | 101 |
![]() | 'owner' hides a field. | 101 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 31 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Parameter id should be final. | 77 |
![]() | 'id' hides a field. | 77 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Parameter name should be final. | 95 |
![]() | 'name' hides a field. | 95 |
![]() | Method 'getGroupAgent' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Method 'setGroupAgent' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Parameter organisation should be final. | 115 |
![]() | Method 'getPlayers' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Method 'setPlayers' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() | Parameter players should be final. | 134 |
![]() | 'players' hides a field. | 134 |
![]() | Method 'getShortDescription' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | Method 'setShortDescription' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | Parameter shortDescription should be final. | 152 |
![]() | 'shortDescription' hides a field. | 152 |
![]() | Method 'getLongDescription' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Method 'setLongDescription' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() | Parameter longDescription should be final. | 170 |
![]() | 'longDescription' hides a field. | 170 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() | Avoid inline conditionals. | 183 |
![]() | Avoid inline conditionals. | 185 |
![]() | Avoid inline conditionals. | 186 |
![]() | Line is longer than 80 characters. | 189 |
![]() | Avoid inline conditionals. | 189 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() | Parameter obj should be final. | 199 |
![]() | 'if' construct must use '{}'s. | 200 |
![]() | 'if' construct must use '{}'s. | 202 |
![]() | 'if' construct must use '{}'s. | 204 |
![]() | 'if' construct must use '{}'s. | 208 |
![]() | 'if' construct must use '{}'s. | 210 |
![]() | 'if' construct must use '{}'s. | 213 |
![]() | 'if' construct must use '{}'s. | 215 |
![]() | 'if' construct must use '{}'s. | 218 |
![]() | 'if' construct must use '{}'s. | 220 |
![]() | 'if' construct must use '{}'s. | 223 |
![]() | 'if' construct must use '{}'s. | 225 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 18 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 19 |
![]() | Line has trailing spaces. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 24 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Parameter name should be final. | 61 |
![]() | 'name' hides a field. | 61 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Parameter id should be final. | 82 |
![]() | 'id' hides a field. | 82 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Parameter type should be final. | 100 |
![]() | 'type' hides a field. | 100 |
![]() | Method 'getGovernment' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Method 'setGovernment' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | Parameter government should be final. | 120 |
![]() | 'government' hides a field. | 120 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 26 |
![]() | Name 'GovernmentType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
![]() | Method 'getGovernmentType' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Method 'setGovernmentType' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Parameter GovernmentType should be final. | 66 |
![]() | 'GovernmentType' hides a field. | 66 |
![]() | Name 'GovernmentType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Method 'getElections' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Method 'setElections' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Parameter elections should be final. | 85 |
![]() | 'elections' hides a field. | 85 |
![]() | Method 'getHeadofState' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Line is longer than 80 characters. | 97 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 22 |
![]() | Method 'getHref' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Method 'setHref' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Parameter href should be final. | 50 |
![]() | 'href' hides a field. | 50 |
![]() | Method 'getResolution' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Method 'setResolution' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Parameter resolution should be final. | 69 |
![]() | 'resolution' hides a field. | 69 |
![]() | Method 'getVoteResult' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Method 'setVoteResult' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Parameter voteResult should be final. | 89 |
![]() | 'voteResult' hides a field. | 89 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 31 |
![]() | Method 'getAbbreviation' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Method 'setAbbreviation' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Parameter abbreviation should be final. | 71 |
![]() | 'abbreviation' hides a field. | 71 |
![]() | Method 'getCountry' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Method 'setCountry' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Parameter country should be final. | 91 |
![]() | 'country' hides a field. | 91 |
![]() | Method 'getRegion' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Method 'setRegion' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Parameter region should be final. | 111 |
![]() | 'region' hides a field. | 111 |
![]() | Method 'getOrganisationType' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | Method 'setOrganisationType' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | Parameter organisationType should be final. | 129 |
![]() | 'organisationType' hides a field. | 129 |
![]() | Method 'getNumberOfMembers' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() | Method 'setNumberOfMembers' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() | Parameter numberOfMembers should be final. | 148 |
![]() | 'numberOfMembers' hides a field. | 148 |
![]() | Method 'playsRoleInOrganisation' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() | Parameter player should be final. | 159 |
![]() | Method 'personsActive' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() | Method 'findMemberByName' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() | Parameter name should be final. | 197 |
![]() | Method 'findMemberByFullNameAndParty' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() | Parameter fname should be final. | 217 |
![]() | Parameter lname should be final. | 217 |
![]() | Parameter party should be final. | 218 |
![]() | Method 'findOrgByAbbr' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() | Parameter abbr should be final. | 240 |
![]() | Line is longer than 80 characters. | 245 |
![]() | Method 'findResourceByName' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() | Parameter name should be final. | 260 |
![]() | Method 'getActivePoliticalParties' is not designed for extension - needs to be abstract, final or empty. | 275 |
![]() | Line is longer than 80 characters. | 277 |
![]() | Method 'addMember' is not designed for extension - needs to be abstract, final or empty. | 325 |
![]() | Parameter person should be final. | 326 |
![]() | Method 'removeMember' is not designed for extension - needs to be abstract, final or empty. | 341 |
![]() | Parameter person should be final. | 342 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 21 |
![]() | Parameter name should be final. | 37 |
![]() | Method 'getPoliticalParty' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Method 'getRoleInOrg' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Parameter organisation should be final. | 63 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 19 |
![]() | Method 'getShortCode' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Method 'setShortCode' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Parameter shortCode should be final. | 41 |
![]() | 'shortCode' hides a field. | 41 |
![]() | Method 'isOffline' is not designed for extension - needs to be abstract, final or empty. | 56 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 27 |
![]() | Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Method 'setParent' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Parameter parent should be final. | 63 |
![]() | 'parent' hides a field. | 63 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Method 'getParts' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Method 'setParts' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Parameter parts should be final. | 82 |
![]() | 'parts' hides a field. | 82 |
![]() | Method 'getRegionType' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Method 'setRegionType' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Parameter regionType should be final. | 100 |
![]() | 'regionType' hides a field. | 100 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 30 |
![]() | Method 'getHref' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Method 'setHref' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Parameter href should be final. | 61 |
![]() | 'href' hides a field. | 61 |
![]() | Method 'getResolutionState' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Method 'setResolutionState' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Parameter resolutionState should be final. | 80 |
![]() | 'resolutionState' hides a field. | 80 |
![]() | Method 'getDecidedDate' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Method 'setDecidedDate' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Parameter decidedDate should be final. | 99 |
![]() | 'decidedDate' hides a field. | 99 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Method 'getIssues' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Method 'setIssues' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Parameter issues should be final. | 119 |
![]() | 'issues' hides a field. | 119 |
![]() | Method 'containsIssue' 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 |
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 25 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Parameter position should be final. | 54 |
![]() | 'position' hides a field. | 54 |
![]() | Method 'getVoteDate' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Method 'setVoteDate' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Parameter voteDate should be final. | 73 |
![]() | 'voteDate' hides a field. | 73 |
![]() | Method 'getVoteResult' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Method 'setVoteResult' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Parameter voteResult should be final. | 92 |
![]() | 'voteResult' hides a field. | 92 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 27 |
![]() | '=' is not preceded with whitespace. | 42 |
![]() | Method 'getFinalPosition' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Method 'setFinalPosition' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Parameter finalPosition should be final. | 58 |
![]() | 'finalPosition' hides a field. | 58 |
![]() | Method 'getHref' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Method 'setHref' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Parameter href should be final. | 76 |
![]() | 'href' hides a field. | 76 |
![]() | Method 'getIssue' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Method 'setIssue' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Parameter issue should be final. | 95 |
![]() | 'issue' hides a field. | 95 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Method 'getVotes' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Method 'setVotes' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Parameter votes should be final. | 114 |
![]() | 'votes' hides a field. | 114 |
![]() | Method 'containsVote' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Parameter name should be final. | 125 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 11 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 11 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Line is longer than 80 characters. | 11 |
![]() | '{' should be on the previous line. | 37 |
![]() | Line is longer than 80 characters. | 194 |
![]() | Line is longer than 80 characters. | 198 |
![]() | Redundant 'public' modifier. | 230 |
![]() | Redundant 'public' modifier. | 252 |
![]() | Line is longer than 80 characters. | 287 |
![]() | Line is longer than 80 characters. | 290 |
![]() | ',' is not followed by whitespace. | 340 |
![]() | Line is longer than 80 characters. | 363 |
![]() | Line is longer than 80 characters. | 365 |
![]() | ',' is not followed by whitespace. | 365 |
![]() | ',' is not followed by whitespace. | 365 |
![]() | Line is longer than 80 characters. | 366 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 366 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | '{' 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 |
![]() | More than 7 parameters. | 108 |
![]() | Parameter userDAO should be final. | 108 |
![]() | 'userDAO' hides a field. | 108 |
![]() | Parameter eventDAO should be final. | 108 |
![]() | 'eventDAO' hides a field. | 108 |
![]() | Parameter portalDAO should be final. | 109 |
![]() | 'portalDAO' hides a field. | 109 |
![]() | Parameter countryDAO should be final. | 109 |
![]() | 'countryDAO' hides a field. | 109 |
![]() | Parameter userSessionDAO should be final. | 110 |
![]() | 'userSessionDAO' hides a field. | 110 |
![]() | Parameter politicalPartyDAO should be final. | 110 |
![]() | 'politicalPartyDAO' hides a field. | 110 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Parameter governmentDAO should be final. | 111 |
![]() | 'governmentDAO' hides a field. | 111 |
![]() | Parameter agentDAO should be final. | 111 |
![]() | 'agentDAO' hides a field. | 111 |
![]() | ',' is not followed by whitespace. | 111 |
![]() | Parameter documentDAO should be final. | 111 |
![]() | 'documentDAO' hides a field. | 111 |
![]() | ',' is not followed by whitespace. | 111 |
![]() | Parameter roleDAO should be final. | 111 |
![]() | 'roleDAO' hides a field. | 111 |
![]() | ',' is not followed by whitespace. | 111 |
![]() | Parameter regionDAO should be final. | 111 |
![]() | 'regionDAO' hides a field. | 111 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Method 'getEvents' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Method 'getElections' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Method 'getGovernments' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() | Missing a Javadoc comment. | 153 |
![]() | Line is longer than 80 characters. | 160 |
![]() | Method 'getPortals' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() | Missing a Javadoc comment. | 162 |
![]() | Line is longer than 80 characters. | 169 |
![]() | Method 'getCountries' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() | Missing a Javadoc comment. | 171 |
![]() | Line is longer than 80 characters. | 178 |
![]() | Method 'createParty' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() | Missing a Javadoc comment. | 181 |
![]() | Parameter command should be final. | 181 |
![]() | Parameter userId should be final. | 181 |
![]() | 'if' construct must use '{}'s. | 183 |
![]() | Line is longer than 80 characters. | 215 |
![]() | Method 'getPoliticalParties' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() | Missing a Javadoc comment. | 217 |
![]() | Line is longer than 80 characters. | 224 |
![]() | Method 'getPoliticalParty' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() | Missing a Javadoc comment. | 226 |
![]() | Parameter partyId should be final. | 226 |
![]() | Line is longer than 80 characters. | 233 |
![]() | Method 'joinParty' is not designed for extension - needs to be abstract, final or empty. | 236 |
![]() | Missing a Javadoc comment. | 236 |
![]() | Parameter partyId should be final. | 236 |
![]() | Parameter userId should be final. | 236 |
![]() | Line is longer than 80 characters. | 241 |
![]() | Line is longer than 80 characters. | 263 |
![]() | Method 'getGovernment' is not designed for extension - needs to be abstract, final or empty. | 265 |
![]() | Missing a Javadoc comment. | 265 |
![]() | Parameter governmentId should be final. | 265 |
![]() | Line is longer than 80 characters. | 272 |
![]() | Method 'getActiveUserSessions' is not designed for extension - needs to be abstract, final or empty. | 274 |
![]() | Missing a Javadoc comment. | 274 |
![]() | Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. | 283 |
![]() | Missing a Javadoc comment. | 283 |
![]() | Line is longer than 80 characters. | 290 |
![]() | Method 'getOrganisation' is not designed for extension - needs to be abstract, final or empty. | 292 |
![]() | Parameter organisationId should be final. | 293 |
![]() | Line is longer than 80 characters. | 300 |
![]() | Method 'getOnlinePoliticalParties' is not designed for extension - needs to be abstract, final or empty. | 302 |
![]() | Line is longer than 80 characters. | 310 |
![]() | Method 'createPoliticalParty' is not designed for extension - needs to be abstract, final or empty. | 315 |
![]() | Parameter name should be final. | 316 |
![]() | Parameter shortCode should be final. | 316 |
![]() | Parameter country should be final. | 317 |
![]() | Parameter region should be final. | 317 |
![]() | Line is longer than 80 characters. | 338 |
![]() | Method 'addMember' is not designed for extension - needs to be abstract, final or empty. | 341 |
![]() | Parameter organisation should be final. | 342 |
![]() | Parameter person should be final. | 342 |
![]() | Line is longer than 80 characters. | 351 |
![]() | Method 'addRolePlayed' is not designed for extension - needs to be abstract, final or empty. | 354 |
![]() | Parameter role should be final. | 355 |
![]() | Parameter person should be final. | 355 |
![]() | Line is longer than 80 characters. | 365 |
![]() | Method 'createRoleInOrg' is not designed for extension - needs to be abstract, final or empty. | 368 |
![]() | Parameter roleName should be final. | 369 |
![]() | Parameter organisation should be final. | 369 |
![]() | Line is longer than 80 characters. | 381 |
![]() | Method 'createOrganisation' is not designed for extension - needs to be abstract, final or empty. | 387 |
![]() | Parameter name should be final. | 388 |
![]() | Parameter abbr should be final. | 388 |
![]() | Parameter country should be final. | 389 |
![]() | Parameter region should be final. | 389 |
![]() | Line is longer than 80 characters. | 390 |
![]() | Parameter organisationType should be final. | 390 |
![]() | Parameter parent should be final. | 390 |
![]() | Line is longer than 80 characters. | 433 |
![]() | Method 'createGovernment' is not designed for extension - needs to be abstract, final or empty. | 437 |
![]() | Parameter name should be final. | 438 |
![]() | ',' is not followed by whitespace. | 438 |
![]() | Parameter countryId should be final. | 438 |
![]() | Parameter governmentType should be final. | 439 |
![]() | ',' is not followed by whitespace. | 439 |
![]() | Parameter headOfstate should be final. | 439 |
![]() | Line is longer than 80 characters. | 492 |
![]() | Method 'getGlobalPortal' is not designed for extension - needs to be abstract, final or empty. | 494 |
![]() | Missing a Javadoc comment. | 494 |
![]() | Line is longer than 80 characters. | 504 |
![]() | Method 'createRegionalGovernment' is not designed for extension - needs to be abstract, final or empty. | 510 |
![]() | Parameter name should be final. | 511 |
![]() | Parameter country should be final. | 511 |
![]() | Parameter region should be final. | 512 |
![]() | Parameter organisationType should be final. | 512 |
![]() | Parameter parentGovernment should be final. | 513 |
![]() | Line is longer than 80 characters. | 558 |
![]() | Method 'createResolution' is not designed for extension - needs to be abstract, final or empty. | 560 |
![]() | Parameter resolution should be final. | 561 |
![]() | Line is longer than 80 characters. | 566 |
![]() | Method 'setResolutionDecidedDate' is not designed for extension - needs to be abstract, final or empty. | 568 |
![]() | Line is longer than 80 characters. | 569 |
![]() | Parameter resolution should be final. | 569 |
![]() | Parameter parseDate should be final. | 569 |
![]() | 'if' is not followed by whitespace. | 571 |
![]() | Line is longer than 80 characters. | 579 |
![]() | Method 'getDecidedResolutions' is not designed for extension - needs to be abstract, final or empty. | 581 |
![]() | Missing a Javadoc comment. | 581 |
![]() | Line is longer than 80 characters. | 586 |
![]() | Method 'addResolutionIssue' is not designed for extension - needs to be abstract, final or empty. | 588 |
![]() | Parameter resolution should be final. | 589 |
![]() | Parameter issue should be final. | 589 |
![]() | Parameter voteResult should be final. | 590 |
![]() | Line is longer than 80 characters. | 607 |
![]() | Method 'updateVoteResult' is not designed for extension - needs to be abstract, final or empty. | 609 |
![]() | Parameter voteResult should be final. | 610 |
![]() | Line is longer than 80 characters. | 615 |
![]() | Method 'createOrgUnit' is not designed for extension - needs to be abstract, final or empty. | 617 |
![]() | Parameter orgName should be final. | 618 |
![]() | Parameter shortName should be final. | 618 |
![]() | Line is longer than 80 characters. | 619 |
![]() | Parameter organisationType should be final. | 619 |
![]() | Parameter orgId should be final. | 619 |
![]() | Line is longer than 80 characters. | 622 |
![]() | Line is longer than 80 characters. | 626 |
![]() | Method 'findOrgByName' is not designed for extension - needs to be abstract, final or empty. | 628 |
![]() | Parameter name should be final. | 629 |
![]() | Line is longer than 80 characters. | 634 |
![]() | Method 'findMemberByNameInOrg' is not designed for extension - needs to be abstract, final or empty. | 636 |
![]() | Parameter orgId should be final. | 637 |
![]() | Parameter name should be final. | 637 |
![]() | Line is longer than 80 characters. | 643 |
![]() | Method 'addMemberById' is not designed for extension - needs to be abstract, final or empty. | 645 |
![]() | Parameter orgId should be final. | 646 |
![]() | Parameter personId should be final. | 646 |
![]() | Line is longer than 80 characters. | 653 |
![]() | Method 'addRolePlayedById' is not designed for extension - needs to be abstract, final or empty. | 655 |
![]() | Parameter roleId should be final. | 656 |
![]() | Parameter agentId should be final. | 656 |
![]() | Line is longer than 80 characters. | 663 |
![]() | Method 'createCountry' is not designed for extension - needs to be abstract, final or empty. | 665 |
![]() | Parameter name should be final. | 666 |
![]() | Line is longer than 80 characters. | 681 |
![]() | Method 'findCountryByName' is not designed for extension - needs to be abstract, final or empty. | 683 |
![]() | Parameter name should be final. | 684 |
![]() | Line is longer than 80 characters. | 689 |
![]() | Line is longer than 80 characters. | 691 |
![]() | Method 'createElection' is not designed for extension - needs to be abstract, final or empty. | 691 |
![]() | Missing a Javadoc comment. | 691 |
![]() | Parameter name should be final. | 691 |
![]() | Parameter electionType should be final. | 691 |
![]() | ',' is not followed by whitespace. | 691 |
![]() | Parameter governmentid should be final. | 691 |
![]() | Line is longer than 80 characters. | 702 |
![]() | Method 'createPoliticalPartyById' is not designed for extension - needs to be abstract, final or empty. | 704 |
![]() | Parameter name should be final. | 705 |
![]() | Parameter shortCode should be final. | 706 |
![]() | Parameter countryId should be final. | 706 |
![]() | Line is longer than 80 characters. | 713 |
![]() | Method 'createOrganisationById' is not designed for extension - needs to be abstract, final or empty. | 715 |
![]() | Parameter name should be final. | 716 |
![]() | Parameter abbr should be final. | 716 |
![]() | Line is longer than 80 characters. | 717 |
![]() | Parameter countryId should be final. | 717 |
![]() | ',' is not followed by whitespace. | 717 |
![]() | Parameter regionId should be final. | 717 |
![]() | Parameter organisationType should be final. | 717 |
![]() | Parameter orgId should be final. | 717 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 717 |
![]() | Line is longer than 80 characters. | 722 |
![]() | ',' is not followed by whitespace. | 722 |
![]() | Line is longer than 80 characters. | 726 |
![]() | Method 'findPartyByShortCode' is not designed for extension - needs to be abstract, final or empty. | 728 |
![]() | Parameter shortCode should be final. | 729 |
![]() | Line is longer than 80 characters. | 734 |
![]() | Method 'createPerson' is not designed for extension - needs to be abstract, final or empty. | 736 |
![]() | Parameter name should be final. | 737 |
![]() | '=' is not preceded with whitespace. | 738 |
![]() | Line is longer than 80 characters. | 745 |
![]() | Method 'findRegionByName' is not designed for extension - needs to be abstract, final or empty. | 747 |
![]() | Parameter name should be final. | 748 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 11 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 17 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 38 |
![]() | 'private' modifier out of order with the JLS suggestions. | 41 |
![]() | 'private' modifier out of order with the JLS suggestions. | 44 |
![]() | 'private' modifier out of order with the JLS suggestions. | 47 |
![]() | 'private' modifier out of order with the JLS suggestions. | 50 |
![]() | 'private' modifier out of order with the JLS suggestions. | 53 |
![]() | 'private' modifier out of order with the JLS suggestions. | 56 |
![]() | Parameter userDAO should be final. | 71 |
![]() | 'userDAO' hides a field. | 71 |
![]() | Parameter portalDAO should be final. | 71 |
![]() | 'portalDAO' hides a field. | 71 |
![]() | Parameter personDAO should be final. | 72 |
![]() | 'personDAO' hides a field. | 72 |
![]() | Parameter userSessionDAO should be final. | 72 |
![]() | 'userSessionDAO' hides a field. | 72 |
![]() | Parameter javaMailSenderImpl should be final. | 73 |
![]() | 'javaMailSenderImpl' hides a field. | 73 |
![]() | Parameter simpleMailMessage should be final. | 74 |
![]() | 'simpleMailMessage' hides a field. | 74 |
![]() | Parameter portal should be final. | 90 |
![]() | Parameter person should be final. | 90 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Method 'register' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Parameter command should be final. | 102 |
![]() | Parameter sessionId should be final. | 102 |
![]() | ',' is not followed by whitespace. | 138 |
![]() | Method 'sendEmailConfirmationRequest' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() | Parameter command should be final. | 165 |
![]() | Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() | Missing a Javadoc comment. | 183 |
![]() | Line is longer than 80 characters. | 190 |
![]() | Method 'login' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() | Missing a Javadoc comment. | 193 |
![]() | Parameter username should be final. | 193 |
![]() | Parameter password should be final. | 193 |
![]() | Parameter sessionId should be final. | 193 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Method 'logout' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() | Missing a Javadoc comment. | 213 |
![]() | Parameter user should be final. | 213 |
![]() | Method 'getPortals' is not designed for extension - needs to be abstract, final or empty. | 233 |
![]() | Missing a Javadoc comment. | 233 |
![]() | Line is longer than 80 characters. | 240 |
![]() | Method 'endActiveUserSessions' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() | Missing a Javadoc comment. | 242 |
![]() | Line is longer than 80 characters. | 249 |
![]() | Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() | Missing a Javadoc comment. | 251 |
![]() | Parameter userId should be final. | 251 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 11 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Parameter name should be final. | 33 |
![]() | 'name' hides a field. | 33 |
![]() | Method 'getCountryId' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Method 'setCountryId' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Parameter countryId should be final. | 51 |
![]() | 'countryId' hides a field. | 51 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 11 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Parameter name should be final. | 42 |
![]() | 'name' hides a field. | 42 |
![]() | Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Parameter username should be final. | 60 |
![]() | 'username' hides a field. | 60 |
![]() | Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Parameter password should be final. | 78 |
![]() | 'password' hides a field. | 78 |
![]() | Method 'getPortalId' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Method 'setPortalId' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Parameter portalId should be final. | 96 |
![]() | 'portalId' hides a field. | 96 |
![]() | Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Parameter email should be final. | 114 |
![]() | 'email' hides a field. | 114 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 14 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 16 |
![]() | Redundant 'public' modifier. | 25 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 25 |
![]() | Redundant 'public' modifier. | 34 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 34 |
![]() | Redundant 'public' modifier. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 19 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Redundant 'public' modifier. | 27 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 27 |
![]() | Redundant 'public' modifier. | 35 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 14 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Comment matches to-do format 'TODO:'. | 17 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Redundant 'public' modifier. | 34 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 34 |
![]() | Redundant 'public' modifier. | 43 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 43 |
![]() | Redundant 'public' modifier. | 51 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 51 |
![]() | Redundant 'public' modifier. | 59 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 59 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 15 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 14 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Line is longer than 80 characters. | 10 |
![]() | '{' should be on the previous line. | 18 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 27 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 36 |
![]() | Redundant 'public' modifier. | 44 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 44 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 19 |
![]() | Redundant 'public' modifier. | 28 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 28 |
![]() | Redundant 'public' modifier. | 36 |
![]() | Redundant 'public' modifier. | 44 |
![]() | Redundant 'public' modifier. | 52 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 15 |
![]() | Redundant 'public' modifier. | 24 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 24 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 14 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 15 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 24 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 17 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 26 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 35 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Comment matches to-do format 'TODO:'. | 20 |
![]() | Line is longer than 80 characters. | 28 |
![]() | '{' should be on the previous line. | 30 |
![]() | Parameter persistentClass should be final. | 40 |
![]() | 'persistentClass' hides a field. | 40 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Method 'load' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Parameter id should be final. | 50 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 50 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Method 'save' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Parameter entity should be final. | 59 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 59 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Parameter entity should be final. | 73 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 73 |
![]() | Method 'getAll' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 84 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 23 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Method 'findByName' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter name should be final. | 36 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 36 |
![]() | Avoid inline conditionals. | 44 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 24 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Method 'findByName' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter name should be final. | 39 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 39 |
![]() | Avoid inline conditionals. | 47 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Method 'findRegionByName' 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 |
![]() | Avoid inline conditionals. | 64 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Method 'saveRegion' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Parameter region should be final. | 73 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Line is longer than 80 characters. | 13 |
![]() | '{' should be on the previous line. | 28 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Method 'getDecidedResolutionsInDateOrder' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 40 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Method 'getVotesForPerson' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Parameter person should be final. | 57 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 18 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 23 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Method 'getAllNationalGovernments' is not designed for extension - needs to be abstract, final or empty. | 37 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 18 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Line is longer than 80 characters. | 9 |
![]() | '{' should be on the previous line. | 24 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Method 'findByName' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter name should be final. | 39 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 39 |
![]() | Avoid inline conditionals. | 48 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Method 'findByShortCode' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Parameter shortCode should be final. | 57 |
![]() | Avoid inline conditionals. | 66 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Method 'getAllOnline' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 75 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 28 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Method 'findByName' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter name should be final. | 43 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 43 |
![]() | Avoid inline conditionals. | 51 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Method 'findGovernmentPortal' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Parameter government should be final. | 60 |
![]() | Avoid inline conditionals. | 70 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Method 'findNationalByCountry' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Parameter country should be final. | 79 |
![]() | Avoid inline conditionals. | 90 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Method 'findRegionalByRegion' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Parameter region should be final. | 99 |
![]() | Avoid inline conditionals. | 110 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 23 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Method 'findByName' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter name should be final. | 38 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 38 |
![]() | Avoid inline conditionals. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 18 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 23 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Method 'findByUsername' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter username should be final. | 38 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 38 |
![]() | Avoid inline conditionals. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 24 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Method 'findBySessionId' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter sessionId should be final. | 39 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 40 |
![]() | Avoid inline conditionals. | 50 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Method 'findByUserId' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Parameter userId should be final. | 59 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 59 |
![]() | Avoid inline conditionals. | 69 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Method 'getActiveSessions' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Redundant throws: 'DataAccessException' is unchecked exception. | 79 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Method 'endActiveSessions' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 11 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 17 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Parameter jobContext should be final. | 24 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 44 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Name 'STATEMENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
![]() | Name 'GOVERNMENT_BILL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() | Name 'PRIVATE_MEMBER_BILL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() | Parameter webClient should be final. | 86 |
![]() | 'webClient' hides a field. | 86 |
![]() | Parameter countryDAO should be final. | 87 |
![]() | 'countryDAO' hides a field. | 87 |
![]() | Parameter agentDAO should be final. | 87 |
![]() | 'agentDAO' hides a field. | 87 |
![]() | Parameter portalService should be final. | 88 |
![]() | 'portalService' hides a field. | 88 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Parameter issue should be final. | 127 |
![]() | Parameter resolution should be final. | 127 |
![]() | '3' is a magic number. | 151 |
![]() | Name 'ImportIssuesAndVotes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 198 |
![]() | Name 'ImportAllResulotions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 229 |
![]() | Must have at least one statement. | 303 |
![]() | Comment matches to-do format 'TODO:'. | 304 |
![]() | Parameter anchor should be final. | 314 |
![]() | Parameter riksdag should be final. | 314 |
![]() | Line is longer than 80 characters. | 324 |
![]() | Line is longer than 80 characters. | 337 |
![]() | Parameter page should be final. | 357 |
![]() | Parameter resolution should be final. | 357 |
![]() | '8' is a magic number. | 372 |
![]() | '18' is a magic number. | 373 |
![]() | Variable 'format' must be private and have accessor methods. | 381 |
![]() | Method 'parseDate' is not designed for extension - needs to be abstract, final or empty. | 389 |
![]() | Parameter dateStr should be final. | 389 |
![]() | Must have at least one statement. | 392 |
![]() | Parameter hrefAttribute should be final. | 403 |
![]() | '13' is a magic number. | 406 |
![]() | Method 'stripDigits' is not designed for extension - needs to be abstract, final or empty. | 419 |
![]() | Parameter s should be final. | 419 |
![]() | 'if' construct must use '{}'s. | 423 |
![]() | Parameter anchors should be final. | 435 |
![]() | Parameter votePage should be final. | 452 |
![]() | Parameter resolution should be final. | 453 |
![]() | Utility classes should not have a public or default constructor. | 493 |
![]() | '{' should be on the previous line. | 494 |
![]() | '{' should be on the previous line. | 508 |
![]() | Parameter page should be final. | 521 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Line is longer than 80 characters. | 28 |
![]() | '{' should be on the previous line. | 44 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Parameter webClient should be final. | 73 |
![]() | 'webClient' hides a field. | 73 |
![]() | Parameter url should be final. | 73 |
![]() | 'url' 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. | 82 |
![]() | Method 'doImport' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Line is longer than 80 characters. | 96 |
![]() | ',' is not followed by whitespace. | 96 |
![]() | Line is longer than 80 characters. | 98 |
![]() | ',' is not followed by whitespace. | 98 |
![]() | ',' is not followed by whitespace. | 98 |
![]() | Line is longer than 80 characters. | 108 |
![]() | ',' is not followed by whitespace. | 108 |
![]() | '=' is not preceded with whitespace. | 114 |
![]() | '=' is not followed by whitespace. | 114 |
![]() | Line is longer than 80 characters. | 136 |
![]() | '=' is not preceded with whitespace. | 138 |
![]() | Line is longer than 80 characters. | 139 |
![]() | Line is longer than 80 characters. | 141 |
![]() | '{' should be on the previous line. | 205 |
![]() | Variable 'role' must be private and have accessor methods. | 220 |
![]() | Parameter name should be final. | 231 |
![]() | 'name' hides a field. | 231 |
![]() | Parameter href should be final. | 231 |
![]() | 'href' hides a field. | 231 |
![]() | Parameter party should be final. | 231 |
![]() | 'party' hides a field. | 231 |
![]() | Parameter region should be final. | 232 |
![]() | 'region' hides a field. | 232 |
![]() | Parameter role should be final. | 232 |
![]() | 'role' hides a field. | 232 |
![]() | '{' should be on the previous line. | 291 |
![]() | Parameter name should be final. | 305 |
![]() | 'name' hides a field. | 305 |
![]() | Parameter shortCode should be final. | 305 |
![]() | 'shortCode' hides a field. | 305 |
![]() | Avoid inline conditionals. | 328 |
![]() | Avoid inline conditionals. | 330 |
![]() | Parameter obj should be final. | 340 |
![]() | 'if' construct must use '{}'s. | 341 |
![]() | 'if' construct must use '{}'s. | 343 |
![]() | 'if' construct must use '{}'s. | 345 |
![]() | 'if' construct must use '{}'s. | 349 |
![]() | 'if' construct must use '{}'s. | 351 |
![]() | 'if' construct must use '{}'s. | 354 |
![]() | 'if' construct must use '{}'s. | 356 |
![]() | Line is longer than 80 characters. | 372 |
![]() | Line is longer than 80 characters. | 376 |
![]() | Line is longer than 80 characters. | 380 |
![]() | Parameter page should be final. | 401 |
![]() | '4' is a magic number. | 414 |
![]() | Line is longer than 80 characters. | 418 |
![]() | Parameter page should be final. | 437 |
![]() | Method 'importRegionsAndMunicipals' is not designed for extension - needs to be abstract, final or empty. | 458 |
![]() | Parameter government should be final. | 459 |
![]() | Parameter country should be final. | 460 |
![]() | Line is longer than 80 characters. | 462 |
![]() | Method 'importRegiononalGovernments' is not designed for extension - needs to be abstract, final or empty. | 482 |
![]() | Parameter government should be final. | 483 |
![]() | Parameter country should be final. | 484 |
![]() | Line is longer than 80 characters. | 486 |
![]() | Parameter anchor should be final. | 508 |
![]() | Parameter government should be final. | 509 |
![]() | Parameter country should be final. | 509 |
![]() | Line is longer than 80 characters. | 540 |
![]() | Name 'landstingFullmäktige' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 542 |
![]() | Line is longer than 80 characters. | 549 |
![]() | Line is longer than 80 characters. | 553 |
![]() | Line is longer than 80 characters. | 554 |
![]() | Name 'ImportAllMunicipalsInRegion' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 567 |
![]() | Parameter anchor should be final. | 567 |
![]() | Parameter government should be final. | 568 |
![]() | Parameter country should be final. | 568 |
![]() | Name 'ImportMunicipal' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 597 |
![]() | Parameter anchor should be final. | 597 |
![]() | Parameter government should be final. | 597 |
![]() | Parameter country should be final. | 598 |
![]() | Parameter region should be final. | 598 |
![]() | Name 'fullmäktigeLedamot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 626 |
![]() | Line is longer than 80 characters. | 633 |
![]() | Parameter pageContent should be final. | 652 |
![]() | '3' is a magic number. | 662 |
![]() | '(' is followed by whitespace. | 682 |
![]() | Parameter pageContent should be final. | 684 |
![]() | '3' is a magic number. | 694 |
![]() | Method 'importInternationalGovernments' is not designed for extension - needs to be abstract, final or empty. | 714 |
![]() | Parameter government should be final. | 714 |
![]() | Parameter country should be final. | 715 |
![]() | Line is longer than 80 characters. | 734 |
![]() | Line is longer than 80 characters. | 736 |
![]() | Line is longer than 80 characters. | 741 |
![]() | Line is longer than 80 characters. | 742 |
![]() | Parameter pageContent should be final. | 754 |
![]() | '3' is a magic number. | 764 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | '{' should be on the previous line. | 32 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Parameter webClient should be final. | 52 |
![]() | 'webClient' hides a field. | 52 |
![]() | ',' is not followed by whitespace. | 52 |
![]() | Parameter portalService should be final. | 52 |
![]() | 'portalService' hides a field. | 52 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Method 'doImport' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Parameter orgName should be final. | 118 |
![]() | Parameter shortName should be final. | 119 |
![]() | Parameter url should be final. | 119 |
![]() | Parameter orgId should be final. | 119 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line is longer than 80 characters. | 129 |
![]() | ',' is not followed by whitespace. | 129 |
![]() | Line is longer than 80 characters. | 132 |
![]() | Line is longer than 80 characters. | 133 |
![]() | Line is longer than 80 characters. | 138 |
![]() | ',' is not followed by whitespace. | 138 |
![]() | Line is longer than 80 characters. | 140 |
![]() | Line is longer than 80 characters. | 141 |
![]() | Line is longer than 80 characters. | 142 |
![]() | ',' is not followed by whitespace. | 148 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Line is longer than 80 characters. | 160 |
![]() | ',' is not followed by whitespace. | 160 |
![]() | Line is longer than 80 characters. | 162 |
![]() | '{' should be on the previous line. | 179 |
![]() | Parameter table should be final. | 206 |
![]() | Parameter OrgName should be final. | 206 |
![]() | Name 'OrgName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 206 |
![]() | Parameter shortName should be final. | 207 |
![]() | 'shortName' hides a field. | 207 |
![]() | Parameter str should be final. | 256 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 11 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Utility classes should not have a public or default constructor. | 12 |
![]() | '{' should be on the previous line. | 13 |
![]() | Utility classes should not have a public or default constructor. | 18 |
![]() | '{' should be on the previous line. | 19 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Name 'AccountNonExpired' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 157 |
![]() | Name 'AccountNonLocked' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 160 |
![]() | Name 'Enabled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 163 |
![]() | Line is longer than 80 characters. | 166 |
![]() | Name 'CredentialsNonExpired' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 166 |
![]() | Parameter code should be final. | 201 |
![]() | Line is longer than 80 characters. | 206 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Utility classes should not have a public or default constructor. | 16 |
![]() | '{' should be on the previous line. | 17 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Utility classes should not have a public or default constructor. | 10 |
![]() | '{' should be on the previous line. | 11 |
![]() | 'static' modifier out of order with the JLS suggestions. | 14 |
![]() | 'static' modifier out of order with the JLS suggestions. | 17 |
![]() | 'static' modifier out of order with the JLS suggestions. | 20 |
![]() | Line is longer than 80 characters. | 24 |
![]() | 'static' modifier out of order with the JLS suggestions. | 24 |
![]() | Line is longer than 80 characters. | 27 |
![]() | 'static' modifier out of order with the JLS suggestions. | 27 |
![]() | Line is longer than 80 characters. | 30 |
![]() | 'static' modifier out of order with the JLS suggestions. | 30 |
![]() | Line is longer than 80 characters. | 33 |
![]() | 'static' modifier out of order with the JLS suggestions. | 33 |
![]() | Line is longer than 80 characters. | 36 |
![]() | 'static' modifier out of order with the JLS suggestions. | 36 |
![]() | Line is longer than 80 characters. | 39 |
![]() | 'static' modifier out of order with the JLS suggestions. | 39 |
![]() | Line is longer than 80 characters. | 42 |
![]() | 'static' modifier out of order with the JLS suggestions. | 42 |
![]() | Line is longer than 80 characters. | 45 |
![]() | 'static' modifier out of order with the JLS suggestions. | 45 |
![]() | Line is longer than 80 characters. | 48 |
![]() | 'static' modifier out of order with the JLS suggestions. | 48 |
![]() | Line is longer than 80 characters. | 51 |
![]() | 'static' modifier out of order with the JLS suggestions. | 51 |
![]() | Line is longer than 80 characters. | 54 |
![]() | 'static' modifier out of order with the JLS suggestions. | 54 |
![]() | Line is longer than 80 characters. | 57 |
![]() | 'static' modifier out of order with the JLS suggestions. | 57 |
![]() | Line is longer than 80 characters. | 60 |
![]() | 'static' modifier out of order with the JLS suggestions. | 60 |
![]() | Line is longer than 80 characters. | 63 |
![]() | 'static' modifier out of order with the JLS suggestions. | 63 |
![]() | Line is longer than 80 characters. | 66 |
![]() | 'static' modifier out of order with the JLS suggestions. | 66 |
![]() | Line is longer than 80 characters. | 69 |
![]() | 'static' modifier out of order with the JLS suggestions. | 69 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line is longer than 80 characters. | 78 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Unclosed HTML tag found: <code>addStaticContextLoaderListener<code> method. When | 18 |
![]() | '{' should be on the previous line. | 25 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Method 'contextInitialized' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Parameter event should be final. | 36 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Method 'contextDestroyed' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Parameter event should be final. | 48 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Utility classes should not have a public or default constructor. | 17 |
![]() | '{' should be on the previous line. | 18 |
![]() | Line is longer than 80 characters. | 21 |
![]() | 'static' modifier out of order with the JLS suggestions. | 21 |
![]() | Name 'user' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 |
![]() | Line is longer than 80 characters. | 24 |
![]() | 'static' modifier out of order with the JLS suggestions. | 24 |
![]() | Name 'locale' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 |
![]() | Line is longer than 80 characters. | 27 |
![]() | 'static' modifier out of order with the JLS suggestions. | 27 |
![]() | Name 'userSettings' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Utility classes should not have a public or default constructor. | 12 |
![]() | ',' is not followed by whitespace. | 12 |
![]() | '{' should be on the previous line. | 13 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 11 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 11 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 11 |
![]() | Line has trailing spaces. | 15 |
![]() | Parameter partyId should be final. | 24 |
![]() | 'partyId' hides a field. | 24 |
![]() | Method 'getPartyId' is not designed for extension - needs to be abstract, final or empty. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 11 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 11 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 13 |
![]() | Line has trailing spaces. | 17 |
![]() | Parameter frame should be final. | 27 |
![]() | 'frame' hides a field. | 27 |
![]() | Parameter args should be final. | 27 |
![]() | 'args' hides a field. | 27 |
![]() | Method 'getArgs' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Method 'getFrame' is not designed for extension - needs to be abstract, final or empty. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 11 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 11 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 11 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 11 |
![]() | Line has trailing spaces. | 15 |
![]() | Parameter governmentId should be final. | 24 |
![]() | 'governmentId' hides a field. | 24 |
![]() | Method 'getGovernmentId' is not designed for extension - needs to be abstract, final or empty. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 11 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 11 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 11 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 11 |
![]() | Line has trailing spaces. | 15 |
![]() | Parameter partyId should be final. | 24 |
![]() | 'partyId' hides a field. | 24 |
![]() | Method 'getPartyId' is not designed for extension - needs to be abstract, final or empty. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 11 |
![]() | Line has trailing spaces. | 15 |
![]() | Parameter organisationId should be final. | 24 |
![]() | 'organisationId' hides a field. | 24 |
![]() | Method 'getOrganisationId' is not designed for extension - needs to be abstract, final or empty. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 11 |
![]() | Line has trailing spaces. | 15 |
![]() | Parameter personId should be final. | 24 |
![]() | 'personId' hides a field. | 24 |
![]() | Method 'getPersonId' is not designed for extension - needs to be abstract, final or empty. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 11 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 11 |
![]() | Line has trailing spaces. | 15 |
![]() | Parameter userId should be final. | 24 |
![]() | 'userId' hides a field. | 24 |
![]() | Method 'getUserId' is not designed for extension - needs to be abstract, final or empty. | 34 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Unclosed HTML tag found: <code>addApplicationActionListener<code> method. When | 29 |
![]() | '{' should be on the previous line. | 36 |
![]() | Parameter controller should be final. | 49 |
![]() | 'controller' hides a field. | 49 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Parameter ev should be final. | 59 |
![]() | 'cast' is not followed by whitespace. | 68 |
![]() | 'cast' is not followed by whitespace. | 74 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line is longer than 80 characters. | 85 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 17 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Method 'onApplicationEvent' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter event should be final. | 33 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 13 |
![]() | Line has trailing spaces. | 14 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line is longer than 80 characters. | 71 |
![]() | '{' should be on the previous line. | 90 |
![]() | Parameter userService should be final. | 116 |
![]() | 'userService' hides a field. | 116 |
![]() | Parameter portalService should be final. | 117 |
![]() | 'portalService' hides a field. | 117 |
![]() | Parameter agentDAO should be final. | 117 |
![]() | 'agentDAO' hides a field. | 117 |
![]() | Parameter documentDAO should be final. | 118 |
![]() | 'documentDAO' hides a field. | 118 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Method 'handleAction' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | Missing a Javadoc comment. | 129 |
![]() | Parameter action should be final. | 129 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Line is longer than 80 characters. | 156 |
![]() | Line is longer than 80 characters. | 162 |
![]() | Parameter action should be final. | 174 |
![]() | '{' is followed by whitespace. | 180 |
![]() | '{' is followed by whitespace. | 180 |
![]() | '150' is a magic number. | 180 |
![]() | '{' is followed by whitespace. | 182 |
![]() | '0.1' is a magic number. | 182 |
![]() | '0.8' is a magic number. | 182 |
![]() | '0.1' is a magic number. | 182 |
![]() | Line is longer than 80 characters. | 197 |
![]() | 'portalService' hides a field. | 197 |
![]() | Line is longer than 80 characters. | 198 |
![]() | Parameter args should be final. | 214 |
![]() | Parameter args should be final. | 230 |
![]() | Line is longer than 80 characters. | 251 |
![]() | Parameter action should be final. | 301 |
![]() | ',' is not followed by whitespace. | 306 |
![]() | Parameter action should be final. | 315 |
![]() | Parameter action should be final. | 328 |
![]() | Line is longer than 80 characters. | 330 |
![]() | ',' is not followed by whitespace. | 330 |
![]() | Parameter action should be final. | 338 |
![]() | Line is longer than 80 characters. | 351 |
![]() | Parameter action should be final. | 351 |
![]() | Parameter action should be final. | 363 |
![]() | Line is longer than 80 characters. | 364 |
![]() | Line is longer than 80 characters. | 378 |
![]() | Parameter action should be final. | 392 |
![]() | Parameter action should be final. | 402 |
![]() | Line is longer than 80 characters. | 403 |
![]() | Parameter action should be final. | 411 |
![]() | Line is longer than 80 characters. | 412 |
![]() | Line is longer than 80 characters. | 420 |
![]() | Parameter action should be final. | 420 |
![]() | Line is longer than 80 characters. | 421 |
![]() | Parameter action should be final. | 429 |
![]() | Line is longer than 80 characters. | 430 |
![]() | Parameter action should be final. | 438 |
![]() | Line is longer than 80 characters. | 439 |
![]() | Line is longer than 80 characters. | 440 |
![]() | ',' is not followed by whitespace. | 440 |
![]() | Parameter action should be final. | 448 |
![]() | ',' is not followed by whitespace. | 450 |
![]() | Parameter action should be final. | 458 |
![]() | Line is longer than 80 characters. | 462 |
![]() | Parameter action should be final. | 471 |
![]() | Line is longer than 80 characters. | 472 |
![]() | Line is longer than 80 characters. | 485 |
![]() | Line is longer than 80 characters. | 487 |
![]() | ',' is not followed by whitespace. | 487 |
![]() | Line is longer than 80 characters. | 492 |
![]() | Method 'handleLoginAction' is not designed for extension - needs to be abstract, final or empty. | 504 |
![]() | Parameter loginAction should be final. | 504 |
![]() | Line is longer than 80 characters. | 512 |
![]() | ',' is not followed by whitespace. | 512 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Comment matches to-do format 'TODO:'. | 15 |
![]() | Utility classes should not have a public or default constructor. | 19 |
![]() | '{' should be on the previous line. | 20 |
![]() | Parameter args should be final. | 27 |
![]() | ',' is not followed by whitespace. | 32 |
![]() | ',' is not followed by whitespace. | 33 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Utility classes should not have a public or default constructor. | 14 |
![]() | '{' should be on the previous line. | 15 |
![]() | Line is longer than 80 characters. | 18 |
![]() | 'static' modifier out of order with the JLS suggestions. | 18 |
![]() | Name 'activeContentView' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 |
![]() | Line is longer than 80 characters. | 21 |
![]() | 'static' modifier out of order with the JLS suggestions. | 21 |
![]() | Name 'activeHeaderPanel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 |
![]() | Line is longer than 80 characters. | 24 |
![]() | 'static' modifier out of order with the JLS suggestions. | 24 |
![]() | Name 'activeRightHeaderPanel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 |
![]() | Parameter view should be final. | 31 |
![]() | Parameter view should be final. | 44 |
![]() | Parameter menu should be final. | 57 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Line is longer than 80 characters. | 11 |
![]() | '{' should be on the previous line. | 21 |
![]() | Parameter events should be final. | 28 |
![]() | '{' is followed by whitespace. | 30 |
![]() | '{' is followed by whitespace. | 30 |
![]() | '{' is followed by whitespace. | 31 |
![]() | '5' is a magic number. | 33 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 13 |
![]() | '{' should be on the previous line. | 27 |
![]() | '{' is followed by whitespace. | 33 |
![]() | '{' is followed by whitespace. | 33 |
![]() | '{' is followed by whitespace. | 34 |
![]() | '10' is a magic number. | 34 |
![]() | '130' is a magic number. | 34 |
![]() | '10' is a magic number. | 34 |
![]() | '130' is a magic number. | 34 |
![]() | '10' is a magic number. | 34 |
![]() | '130' is a magic number. | 34 |
![]() | '5' is a magic number. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Line is longer than 80 characters. | 8 |
![]() | '{' should be on the previous line. | 20 |
![]() | '{' is followed by whitespace. | 26 |
![]() | '{' is followed by whitespace. | 26 |
![]() | '{' is followed by whitespace. | 27 |
![]() | '5' is a magic number. | 28 |
![]() | '5' is a magic number. | 29 |
![]() | '150' is a magic number. | 37 |
![]() | '20' is a magic number. | 37 |
![]() | '280' is a magic number. | 46 |
![]() | '20' is a magic number. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Line is longer than 80 characters. | 18 |
![]() | '{' should be on the previous line. | 34 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Parameter government should be final. | 42 |
![]() | Parameter parties should be final. | 42 |
![]() | '{' is followed by whitespace. | 43 |
![]() | '{' is followed by whitespace. | 43 |
![]() | '{' is followed by whitespace. | 44 |
![]() | '5' is a magic number. | 46 |
![]() | ',' is not followed by whitespace. | 53 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Parameter government should be final. | 65 |
![]() | Parameter parties should be final. | 65 |
![]() | Line is longer than 80 characters. | 67 |
![]() | ',' is not followed by whitespace. | 67 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Parameter government should be final. | 86 |
![]() | Parameter parties should be final. | 86 |
![]() | '{' is followed by whitespace. | 93 |
![]() | '{' is followed by whitespace. | 93 |
![]() | '{' is followed by whitespace. | 95 |
![]() | '20' is a magic number. | 95 |
![]() | '5' is a magic number. | 97 |
![]() | ',' is not followed by whitespace. | 105 |
![]() | Parameter government should be final. | 118 |
![]() | '{' is followed by whitespace. | 123 |
![]() | '{' is followed by whitespace. | 123 |
![]() | '{' is followed by whitespace. | 125 |
![]() | '20' is a magic number. | 125 |
![]() | '5' is a magic number. | 127 |
![]() | Parameter government should be final. | 147 |
![]() | Parameter government should be final. | 174 |
![]() | '{' is followed by whitespace. | 180 |
![]() | '{' is followed by whitespace. | 180 |
![]() | '{' is followed by whitespace. | 182 |
![]() | '20' is a magic number. | 182 |
![]() | '5' is a magic number. | 184 |
![]() | Parameter government should be final. | 204 |
![]() | Line is longer than 80 characters. | 241 |
![]() | Line contains a tab character. | 241 |
![]() | Parameter government should be final. | 241 |
![]() | Parameter parties should be final. | 241 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Line is longer than 80 characters. | 13 |
![]() | '{' should be on the previous line. | 25 |
![]() | Parameter governments should be final. | 32 |
![]() | '{' is followed by whitespace. | 33 |
![]() | '{' is followed by whitespace. | 33 |
![]() | '{' is followed by whitespace. | 34 |
![]() | '5' is a magic number. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Line is longer than 80 characters. | 9 |
![]() | '{' should be on the previous line. | 22 |
![]() | '{' is followed by whitespace. | 30 |
![]() | '{' is followed by whitespace. | 30 |
![]() | '0.3' is a magic number. | 30 |
![]() | '0.4' is a magic number. | 30 |
![]() | '0.3' is a magic number. | 30 |
![]() | '{' is followed by whitespace. | 32 |
![]() | '5' is a magic number. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Line is longer than 80 characters. | 13 |
![]() | '{' should be on the previous line. | 25 |
![]() | Parameter users should be final. | 32 |
![]() | '{' is followed by whitespace. | 33 |
![]() | '{' is followed by whitespace. | 33 |
![]() | '{' is followed by whitespace. | 34 |
![]() | '32' is a magic number. | 34 |
![]() | '5' is a magic number. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 17 |
![]() | '{' should be on the previous line. | 32 |
![]() | Parameter party should be final. | 42 |
![]() | 'party' hides a field. | 42 |
![]() | '{' is followed by whitespace. | 44 |
![]() | '{' is followed by whitespace. | 44 |
![]() | '{' is followed by whitespace. | 45 |
![]() | '20' is a magic number. | 45 |
![]() | '5' is a magic number. | 47 |
![]() | Parameter organisation should be final. | 64 |
![]() | Parameter organisation should be final. | 82 |
![]() | '{' is followed by whitespace. | 88 |
![]() | '{' is followed by whitespace. | 88 |
![]() | '{' is followed by whitespace. | 90 |
![]() | '20' is a magic number. | 90 |
![]() | '5' is a magic number. | 92 |
![]() | Parameter organisation should be final. | 112 |
![]() | Parameter organisation should be final. | 146 |
![]() | '{' is followed by whitespace. | 152 |
![]() | '{' is followed by whitespace. | 152 |
![]() | '{' is followed by whitespace. | 154 |
![]() | '20' is a magic number. | 154 |
![]() | '5' is a magic number. | 156 |
![]() | Parameter organisation should be final. | 176 |
![]() | Line is longer than 80 characters. | 202 |
![]() | Method 'createMenu' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() | Line is longer than 80 characters. | 219 |
![]() | Line is longer than 80 characters. | 222 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Line is longer than 80 characters. | 18 |
![]() | '{' should be on the previous line. | 33 |
![]() | Parameter organisation should be final. | 40 |
![]() | '{' is followed by whitespace. | 41 |
![]() | '{' is followed by whitespace. | 41 |
![]() | '{' is followed by whitespace. | 42 |
![]() | '5' is a magic number. | 44 |
![]() | Parameter organisation should be final. | 57 |
![]() | Parameter organisation should be final. | 79 |
![]() | '{' is followed by whitespace. | 85 |
![]() | '{' is followed by whitespace. | 85 |
![]() | '{' is followed by whitespace. | 87 |
![]() | '20' is a magic number. | 87 |
![]() | '5' is a magic number. | 89 |
![]() | Parameter organisation should be final. | 109 |
![]() | ',' is not followed by whitespace. | 126 |
![]() | Parameter organisation should be final. | 137 |
![]() | '{' is followed by whitespace. | 143 |
![]() | '{' is followed by whitespace. | 143 |
![]() | '{' is followed by whitespace. | 145 |
![]() | '20' is a magic number. | 145 |
![]() | '5' is a magic number. | 147 |
![]() | Parameter organisation should be final. | 167 |
![]() | Line is longer than 80 characters. | 198 |
![]() | Avoid inline conditionals. | 198 |
![]() | Avoid inline conditionals. | 199 |
![]() | ',' is not followed by whitespace. | 200 |
![]() | Parameter organisation should be final. | 214 |
![]() | '{' is followed by whitespace. | 220 |
![]() | '{' is followed by whitespace. | 220 |
![]() | '{' is followed by whitespace. | 222 |
![]() | '20' is a magic number. | 222 |
![]() | '5' is a magic number. | 224 |
![]() | Parameter organisation should be final. | 244 |
![]() | Parameter organisation should be final. | 283 |
![]() | '{' is followed by whitespace. | 289 |
![]() | '{' is followed by whitespace. | 289 |
![]() | '{' is followed by whitespace. | 291 |
![]() | '20' is a magic number. | 291 |
![]() | '5' is a magic number. | 293 |
![]() | Parameter organisation should be final. | 314 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Line is longer than 80 characters. | 12 |
![]() | '{' should be on the previous line. | 23 |
![]() | Parameter person should be final. | 31 |
![]() | Parameter votes should be final. | 31 |
![]() | '{' is followed by whitespace. | 33 |
![]() | '{' is followed by whitespace. | 33 |
![]() | '{' is followed by whitespace. | 35 |
![]() | '20' is a magic number. | 35 |
![]() | ',' is not followed by whitespace. | 35 |
![]() | '5' is a magic number. | 37 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Parameter votes should be final. | 56 |
![]() | ':' is not preceded with whitespace. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | ',' is not followed by whitespace. | 71 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 13 |
![]() | '{' should be on the previous line. | 24 |
![]() | Parameter parties should be final. | 31 |
![]() | '{' is followed by whitespace. | 32 |
![]() | '{' is followed by whitespace. | 32 |
![]() | '{' is followed by whitespace. | 33 |
![]() | '32' is a magic number. | 33 |
![]() | '5' is a magic number. | 35 |
![]() | Line is longer than 80 characters. | 52 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Line is longer than 80 characters. | 14 |
![]() | '{' should be on the previous line. | 24 |
![]() | Parameter portal should be final. | 31 |
![]() | '{' is followed by whitespace. | 32 |
![]() | '{' is followed by whitespace. | 32 |
![]() | '{' is followed by whitespace. | 33 |
![]() | '5' is a magic number. | 35 |
![]() | Parameter portal should be final. | 48 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line is longer than 80 characters. | 56 |
![]() | 'for' is not followed by whitespace. | 61 |
![]() | Line is longer than 80 characters. | 66 |
![]() | 'for' is not followed by whitespace. | 71 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Line is longer than 80 characters. | 18 |
![]() | '{' should be on the previous line. | 32 |
![]() | Parameter user should be final. | 40 |
![]() | ',' is not followed by whitespace. | 40 |
![]() | Parameter parties should be final. | 40 |
![]() | '{' is followed by whitespace. | 42 |
![]() | '{' is followed by whitespace. | 42 |
![]() | '{' is followed by whitespace. | 43 |
![]() | '32' is a magic number. | 43 |
![]() | '5' is a magic number. | 45 |
![]() | ',' is not followed by whitespace. | 52 |
![]() | Parameter user should be final. | 64 |
![]() | ',' is not followed by whitespace. | 64 |
![]() | Parameter parties should be final. | 64 |
![]() | Line is longer than 80 characters. | 74 |
![]() | ',' is not followed by whitespace. | 74 |
![]() | Line is longer than 80 characters. | 80 |
![]() | ',' is not followed by whitespace. | 80 |
![]() | Line is longer than 80 characters. | 86 |
![]() | ',' is not followed by whitespace. | 86 |
![]() | Parameter user should be final. | 99 |
![]() | '{' is followed by whitespace. | 104 |
![]() | '{' is followed by whitespace. | 104 |
![]() | '{' is followed by whitespace. | 106 |
![]() | '20' is a magic number. | 106 |
![]() | ',' is not followed by whitespace. | 106 |
![]() | ',' is not followed by whitespace. | 106 |
![]() | '20' is a magic number. | 106 |
![]() | '20' is a magic number. | 106 |
![]() | '5' is a magic number. | 108 |
![]() | Parameter user should be final. | 147 |
![]() | Line is longer than 80 characters. | 186 |
![]() | ',' is not followed by whitespace. | 186 |
![]() | ',' is not followed by whitespace. | 186 |
![]() | ',' is not followed by whitespace. | 186 |
![]() | ',' is not followed by whitespace. | 186 |
![]() | ',' is not followed by whitespace. | 186 |
![]() | Parameter governmentPortal should be final. | 199 |
![]() | Parameter parties should be final. | 199 |
![]() | '{' is followed by whitespace. | 204 |
![]() | '{' is followed by whitespace. | 204 |
![]() | '{' is followed by whitespace. | 206 |
![]() | '5' is a magic number. | 208 |
![]() | Line is longer than 80 characters. | 210 |
![]() | ',' is not followed by whitespace. | 211 |
![]() | Parameter user should be final. | 223 |
![]() | Parameter user should be final. | 270 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | ',' is not followed by whitespace. | 13 |
![]() | '{' should be on the previous line. | 14 |
![]() | Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Parameter o1 should be final. | 24 |
![]() | Parameter o2 should be final. | 24 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | '{' should be on the previous line. | 13 |
![]() | Variable 'dialogResult' must be private and have accessor methods. | 31 |
![]() | Parameter name should be final. | 38 |
![]() | Method 'getDialogResult' is not designed for extension - needs to be abstract, final or empty. | 49 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Line is longer than 80 characters. | 11 |
![]() | '{' should be on the previous line. | 28 |
![]() | Variable 'createPartyActionListener' must be private and have accessor methods. | 40 |
![]() | Parameter ev should be final. | 41 |
![]() | Variable 'cancelActionListener' must be private and have accessor methods. | 48 |
![]() | Parameter ev should be final. | 49 |
![]() | Parameter countries should be final. | 63 |
![]() | 'countries' hides a field. | 63 |
![]() | '200' is a magic number. | 68 |
![]() | '200' is a magic number. | 68 |
![]() | '350' is a magic number. | 69 |
![]() | '160' is a magic number. | 69 |
![]() | '{' is followed by whitespace. | 70 |
![]() | '{' is followed by whitespace. | 70 |
![]() | '120' is a magic number. | 70 |
![]() | '200' is a magic number. | 70 |
![]() | '{' is followed by whitespace. | 72 |
![]() | '30' is a magic number. | 72 |
![]() | '30' is a magic number. | 72 |
![]() | '30' is a magic number. | 72 |
![]() | '30' is a magic number. | 72 |
![]() | '10' is a magic number. | 73 |
![]() | '5' is a magic number. | 74 |
![]() | Method 'getCountryId' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 149 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Line is longer than 80 characters. | 9 |
![]() | '{' should be on the previous line. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | '{' is followed by whitespace. | 32 |
![]() | '16' is a magic number. | 32 |
![]() | '200' is a magic number. | 32 |
![]() | '{' is followed by whitespace. | 33 |
![]() | '16' is a magic number. | 33 |
![]() | '4' is a magic number. | 35 |
![]() | '200' is a magic number. | 43 |
![]() | '16' is a magic number. | 43 |
![]() | Method 'displayErrorMessage' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Parameter message should be final. | 52 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Line is longer than 80 characters. | 8 |
![]() | '{' should be on the previous line. | 22 |
![]() | Variable 'loginActionListener' must be private and have accessor methods. | 34 |
![]() | Parameter ev should be final. | 35 |
![]() | Variable 'cancelActionListener' must be private and have accessor methods. | 42 |
![]() | Parameter ev should be final. | 43 |
![]() | '200' is a magic number. | 55 |
![]() | '200' is a magic number. | 55 |
![]() | '350' is a magic number. | 56 |
![]() | '160' is a magic number. | 56 |
![]() | '{' is followed by whitespace. | 57 |
![]() | '{' is followed by whitespace. | 57 |
![]() | '120' is a magic number. | 57 |
![]() | '200' is a magic number. | 57 |
![]() | '{' is followed by whitespace. | 59 |
![]() | '30' is a magic number. | 59 |
![]() | '30' is a magic number. | 59 |
![]() | '30' is a magic number. | 59 |
![]() | '30' is a magic number. | 59 |
![]() | '10' is a magic number. | 60 |
![]() | '5' is a magic number. | 61 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 111 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Line is longer than 80 characters. | 13 |
![]() | '{' should be on the previous line. | 30 |
![]() | Variable 'registerUserActionListener' must be private and have accessor methods. | 51 |
![]() | Parameter ev should be final. | 52 |
![]() | Variable 'cancelActionListener' must be private and have accessor methods. | 59 |
![]() | Parameter ev should be final. | 60 |
![]() | Parameter portals should be final. | 74 |
![]() | 'portals' hides a field. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | '200' is a magic number. | 78 |
![]() | '200' is a magic number. | 78 |
![]() | '350' is a magic number. | 79 |
![]() | '280' is a magic number. | 79 |
![]() | '{' is followed by whitespace. | 80 |
![]() | '{' is followed by whitespace. | 80 |
![]() | '120' is a magic number. | 80 |
![]() | '200' is a magic number. | 80 |
![]() | '{' is followed by whitespace. | 82 |
![]() | '30' is a magic number. | 82 |
![]() | '30' is a magic number. | 82 |
![]() | '30' is a magic number. | 82 |
![]() | '30' is a magic number. | 82 |
![]() | '30' is a magic number. | 82 |
![]() | '30' is a magic number. | 82 |
![]() | '30' is a magic number. | 82 |
![]() | '10' is a magic number. | 83 |
![]() | '5' is a magic number. | 84 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() | Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() | Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() | Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | Method 'getPortalId' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() | Method 'setErrorMessage' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() | Parameter message should be final. | 222 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Line is longer than 80 characters. | 11 |
![]() | '{' should be on the previous line. | 25 |
![]() | Parameter user should be final. | 32 |
![]() | '{' is followed by whitespace. | 35 |
![]() | '{' is followed by whitespace. | 35 |
![]() | '{' is followed by whitespace. | 36 |
![]() | '5' is a magic number. | 38 |
![]() | '90' is a magic number. | 49 |
![]() | '30' is a magic number. | 49 |
![]() | '90' is a magic number. | 62 |
![]() | '30' is a magic number. | 62 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line contains a tab character. | 3 |
![]() | Line is longer than 80 characters. | 9 |
![]() | '{' should be on the previous line. | 22 |
![]() | '{' is followed by whitespace. | 30 |
![]() | '{' is followed by whitespace. | 30 |
![]() | '{' is followed by whitespace. | 31 |
![]() | '5' is a magic number. | 33 |
![]() | '90' is a magic number. | 41 |
![]() | '30' is a magic number. | 41 |
![]() | '90' is a magic number. | 51 |
![]() | '30' is a magic number. | 51 |