Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfos InfosWarnings WarningsErrors Errors
126002203

Files

FilesInfosWarningsErrors
org/directdemocracyportal/democracy/model/application/Action.java003
org/directdemocracyportal/democracy/model/application/Application.java008
org/directdemocracyportal/democracy/model/application/Authority.java0014
org/directdemocracyportal/democracy/model/application/Event.java0027
org/directdemocracyportal/democracy/model/application/GovernmentPortal.java008
org/directdemocracyportal/democracy/model/application/OnlinePoliticalParty.java006
org/directdemocracyportal/democracy/model/application/Portal.java004
org/directdemocracyportal/democracy/model/application/RoleAction.java0012
org/directdemocracyportal/democracy/model/application/SecurityRoleType.java003
org/directdemocracyportal/democracy/model/application/User.java0065
org/directdemocracyportal/democracy/model/application/UserRole.java008
org/directdemocracyportal/democracy/model/application/UserSession.java0034
org/directdemocracyportal/democracy/model/core/Agent.java0035
org/directdemocracyportal/democracy/model/core/BaseEntity.java005
org/directdemocracyportal/democracy/model/core/Environment.java0029
org/directdemocracyportal/democracy/model/core/GroupAgent.java0023
org/directdemocracyportal/democracy/model/core/Resource.java0017
org/directdemocracyportal/democracy/model/core/Role.java0046
org/directdemocracyportal/democracy/model/world/Country.java004
org/directdemocracyportal/democracy/model/world/Document.java006
org/directdemocracyportal/democracy/model/world/Election.java0020
org/directdemocracyportal/democracy/model/world/ElectionType.java003
org/directdemocracyportal/democracy/model/world/Government.java0017
org/directdemocracyportal/democracy/model/world/GovernmentType.java003
org/directdemocracyportal/democracy/model/world/Issue.java0017
org/directdemocracyportal/democracy/model/world/Organisation.java0044
org/directdemocracyportal/democracy/model/world/OrganisationType.java003
org/directdemocracyportal/democracy/model/world/Person.java008
org/directdemocracyportal/democracy/model/world/PoliticalParty.java009
org/directdemocracyportal/democracy/model/world/Region.java0017
org/directdemocracyportal/democracy/model/world/RegionType.java003
org/directdemocracyportal/democracy/model/world/Resolution.java0024
org/directdemocracyportal/democracy/model/world/Vote.java0018
org/directdemocracyportal/democracy/model/world/VoteResult.java0025
org/directdemocracyportal/democracy/service/OrganisationAlreadyExistException.java004
org/directdemocracyportal/democracy/service/PartyAlreadyExistException.java004
org/directdemocracyportal/democracy/service/PortalService.java0018
org/directdemocracyportal/democracy/service/PortalServiceImpl.java00218
org/directdemocracyportal/democracy/service/UserAlreadyExistException.java004
org/directdemocracyportal/democracy/service/UserService.java005
org/directdemocracyportal/democracy/service/UserServiceImpl.java0053
org/directdemocracyportal/democracy/service/command/CreatePartyCommand.java0012
org/directdemocracyportal/democracy/service/command/RegisterCommand.java0025
org/directdemocracyportal/democracy/service/dao/AgentDAO.java005
org/directdemocracyportal/democracy/service/dao/CountryDAO.java009
org/directdemocracyportal/democracy/service/dao/DocumentDAO.java008
org/directdemocracyportal/democracy/service/dao/EventDAO.java004
org/directdemocracyportal/democracy/service/dao/GenericDAO.java0013
org/directdemocracyportal/democracy/service/dao/GovernmentDAO.java004
org/directdemocracyportal/democracy/service/dao/PersonDAO.java004
org/directdemocracyportal/democracy/service/dao/PoliticalPartyDAO.java009
org/directdemocracyportal/democracy/service/dao/PortalDAO.java009
org/directdemocracyportal/democracy/service/dao/RegionDAO.java006
org/directdemocracyportal/democracy/service/dao/RoleDAO.java004
org/directdemocracyportal/democracy/service/dao/UserDAO.java005
org/directdemocracyportal/democracy/service/dao/UserSessionDAO.java007
org/directdemocracyportal/democracy/service/dao/hibernate/GenericHibernateDAO.java0026
org/directdemocracyportal/democracy/service/dao/hibernate/HibernateAgentDAO.java0011
org/directdemocracyportal/democracy/service/dao/hibernate/HibernateCountryDAO.java0019
org/directdemocracyportal/democracy/service/dao/hibernate/HibernateDocumentDAO.java0015
org/directdemocracyportal/democracy/service/dao/hibernate/HibernateEventDAO.java004
org/directdemocracyportal/democracy/service/dao/hibernate/HibernateGovernmentDAO.java006
org/directdemocracyportal/democracy/service/dao/hibernate/HibernatePersonDAO.java004
org/directdemocracyportal/democracy/service/dao/hibernate/HibernatePoliticalPartyDAO.java0020
org/directdemocracyportal/democracy/service/dao/hibernate/HibernatePortalDAO.java0022
org/directdemocracyportal/democracy/service/dao/hibernate/HibernateRegionDAO.java0010
org/directdemocracyportal/democracy/service/dao/hibernate/HibernateRoleDAO.java004
org/directdemocracyportal/democracy/service/dao/hibernate/HibernateUserDAO.java0010
org/directdemocracyportal/democracy/service/dao/hibernate/HibernateUserSessionDAO.java0024
org/directdemocracyportal/democracy/service/governmentloader/GovernmentImporter.java004
org/directdemocracyportal/democracy/service/governmentloader/GovernmentImporterJob.java007
org/directdemocracyportal/democracy/service/governmentloader/SwedishGovernmentDocumentImporterImpl.java0050
org/directdemocracyportal/democracy/service/governmentloader/SwedishGovernmentImporterImpl.java00104
org/directdemocracyportal/democracy/service/governmentloader/SwedishParliamentOrganisationStructureImporterImpl.java0067
org/directdemocracyportal/democracy/service/governmentloader/SwedishParliamentWebsiteWrapper.java004
org/directdemocracyportal/democracy/web/ApplicationMessageHolder.java0017
org/directdemocracyportal/democracy/web/BeanLocator.java006
org/directdemocracyportal/democracy/web/ImageConstants.java0044
org/directdemocracyportal/democracy/web/StaticContextLoaderListener.java0011
org/directdemocracyportal/democracy/web/UserState.java0014
org/directdemocracyportal/democracy/web/action/AbstractAction.java006
org/directdemocracyportal/democracy/web/action/ControllerAction.java004
org/directdemocracyportal/democracy/web/action/CreatePoliticalPartyAction.java004
org/directdemocracyportal/democracy/web/action/JoinPoliticalPartyAction.java008
org/directdemocracyportal/democracy/web/action/LoginAction.java004
org/directdemocracyportal/democracy/web/action/LogoutAction.java004
org/directdemocracyportal/democracy/web/action/NewApplicationInstanceAction.java0011
org/directdemocracyportal/democracy/web/action/RegisterAction.java004
org/directdemocracyportal/democracy/web/action/ShowAllEvents.java004
org/directdemocracyportal/democracy/web/action/ShowApplicationHome.java005
org/directdemocracyportal/democracy/web/action/ShowGovernmentAction.java008
org/directdemocracyportal/democracy/web/action/ShowGovernmentsAction.java004
org/directdemocracyportal/democracy/web/action/ShowMembersAction.java004
org/directdemocracyportal/democracy/web/action/ShowMyProfileAction.java004
org/directdemocracyportal/democracy/web/action/ShowOnlinePoliticalPartyAction.java008
org/directdemocracyportal/democracy/web/action/ShowOrganisationAction.java008
org/directdemocracyportal/democracy/web/action/ShowPersonAction.java008
org/directdemocracyportal/democracy/web/action/ShowPoliticalPartiesAction.java004
org/directdemocracyportal/democracy/web/action/ShowUserAction.java008
org/directdemocracyportal/democracy/web/actionlistener/ApplicationActionListener.java0018
org/directdemocracyportal/democracy/web/actionlistener/ApplicationEventHandler.java008
org/directdemocracyportal/democracy/web/controller/Controller.java006
org/directdemocracyportal/democracy/web/controller/FrontController.java0084
org/directdemocracyportal/democracy/web/main/Main.java0011
org/directdemocracyportal/democracy/web/views/ActiveUserView.java0018
org/directdemocracyportal/democracy/web/views/EventsPanel.java0010
org/directdemocracyportal/democracy/web/views/ExplorerPanel.java0016
org/directdemocracyportal/democracy/web/views/FooterPanel.java0014
org/directdemocracyportal/democracy/web/views/GovernmentOverviewPanel.java0045
org/directdemocracyportal/democracy/web/views/GovernmentsPanel.java0010
org/directdemocracyportal/democracy/web/views/HeaderPanel.java0012
org/directdemocracyportal/democracy/web/views/MembersPanel.java0011
org/directdemocracyportal/democracy/web/views/OnlinePoliticalPartyOverviewPanel.java0033
org/directdemocracyportal/democracy/web/views/OrganisationOverviewPanel.java0044
org/directdemocracyportal/democracy/web/views/PersonProfilePanel.java0019
org/directdemocracyportal/democracy/web/views/PoliticalPartiesPanel.java0013
org/directdemocracyportal/democracy/web/views/StartContentPanel.java0016
org/directdemocracyportal/democracy/web/views/UserProfilePanel.java0050
org/directdemocracyportal/democracy/web/views/comparator/LongComparator.java0010
org/directdemocracyportal/democracy/web/views/dialogs/AbstractActionDialog.java007
org/directdemocracyportal/democracy/web/views/dialogs/CreatePartyDialog.java0028
org/directdemocracyportal/democracy/web/views/dialogs/ErrorMessageBox.java0017
org/directdemocracyportal/democracy/web/views/dialogs/LoginDialog.java0026
org/directdemocracyportal/democracy/web/views/dialogs/RegisterUserDialog.java0038
org/directdemocracyportal/democracy/web/views/header/UserPanel.java0014
org/directdemocracyportal/democracy/web/views/header/WelcomePanel.java0014

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
17Errors Error
NewlineAtEndOfFile15Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
127Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
136Errors Error
JavadocMethod47Errors Error
JavadocType0Errors Error
JavadocVariable0Errors Error
JavadocStyle2Errors Error
ConstantName10Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName2Errors Error
MemberName4Errors Error
MethodName4Errors Error
PackageName0Errors Error
ParameterName2Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
LineLength419Errors Error
MethodLength0Errors Error
ParameterNumber1Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter92Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap0Errors Error
ParenPad1Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter148Errors Error
WhitespaceAround9Errors Error
ModifierOrder37Errors Error
RedundantModifier17Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock2Errors Error
LeftCurly125Errors Error
NeedBraces34Errors Error
RightCurly0Errors Error
AvoidInlineConditionals25Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField147Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber122Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows34Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension302Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor9Errors Error
InterfaceIsType0Errors Error
VisibilityModifier9Errors Error
ArrayTypeStyle0Errors Error
FinalParameters392Errors Error
TodoComment4Errors Error
UpperEll0Errors Error

Details

org/directdemocracyportal/democracy/model/application/Action.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3

org/directdemocracyportal/democracy/model/application/Application.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.24
ErrorsMethod 'getEvents' is not designed for extension - needs to be abstract, final or empty.37
ErrorsMethod 'setEvents' is not designed for extension - needs to be abstract, final or empty.47
ErrorsParameter events should be final.47
Errors'events' hides a field.47

org/directdemocracyportal/democracy/model/application/Authority.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.22
ErrorsParameter userRole should be final.44
Errors'userRole' hides a field.44
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.53
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.65
ErrorsParameter id should be final.65
Errors'id' hides a field.65
ErrorsMethod 'getUserRole' is not designed for extension - needs to be abstract, final or empty.74
ErrorsMethod 'setUserRole' is not designed for extension - needs to be abstract, final or empty.83
ErrorsParameter userRole should be final.83
Errors'userRole' hides a field.83

org/directdemocracyportal/democracy/model/application/Event.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.31
Errors'{' should be on the previous line.34
ErrorsParameter user should be final.64
Errors'user' hides a field.64
ErrorsParameter action should be final.64
Errors'action' hides a field.64
ErrorsParameter time should be final.64
Errors'time' hides a field.64
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.75
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.87
ErrorsParameter id should be final.87
Errors'id' hides a field.87
ErrorsMethod 'getUser' is not designed for extension - needs to be abstract, final or empty.96
ErrorsMethod 'setUser' is not designed for extension - needs to be abstract, final or empty.107
ErrorsParameter user should be final.107
Errors'user' hides a field.107
ErrorsMethod 'getAction' is not designed for extension - needs to be abstract, final or empty.116
ErrorsMethod 'setAction' is not designed for extension - needs to be abstract, final or empty.125
ErrorsParameter action should be final.125
Errors'action' hides a field.125
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.134
ErrorsMethod 'setTime' is not designed for extension - needs to be abstract, final or empty.144
ErrorsParameter time should be final.144
Errors'time' hides a field.144

org/directdemocracyportal/democracy/model/application/GovernmentPortal.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.21
ErrorsMethod 'getGovernment' is not designed for extension - needs to be abstract, final or empty.40
ErrorsMethod 'setGovernment' is not designed for extension - needs to be abstract, final or empty.51
ErrorsParameter government should be final.51
Errors'government' hides a field.51

org/directdemocracyportal/democracy/model/application/OnlinePoliticalParty.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.20
ErrorsLine is longer than 80 characters.34
ErrorsMethod 'isOffline' is not designed for extension - needs to be abstract, final or empty.36

org/directdemocracyportal/democracy/model/application/Portal.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.19

org/directdemocracyportal/democracy/model/application/RoleAction.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.22
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.44
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.56
ErrorsParameter id should be final.56
Errors'id' hides a field.56
ErrorsMethod 'getAction' is not designed for extension - needs to be abstract, final or empty.65
ErrorsMethod 'setAction' is not designed for extension - needs to be abstract, final or empty.74
ErrorsParameter action should be final.74
Errors'action' hides a field.74

org/directdemocracyportal/democracy/model/application/SecurityRoleType.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3

org/directdemocracyportal/democracy/model/application/User.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.38
ErrorsParameter createdDate should be final.91
Errors'createdDate' hides a field.91
ErrorsParameter username should be final.91
Errors'username' hides a field.91
ErrorsParameter password should be final.91
Errors'password' hides a field.91
Errors',' is not followed by whitespace.91
ErrorsParameter email should be final.91
Errors'email' hides a field.91
ErrorsParameter person should be final.92
Errors'person' hides a field.92
ErrorsMethod 'getPassword' is not designed for extension - needs to be abstract, final or empty.105
ErrorsMethod 'setPassword' is not designed for extension - needs to be abstract, final or empty.114
ErrorsParameter password should be final.114
Errors'password' hides a field.114
ErrorsMethod 'getUsername' is not designed for extension - needs to be abstract, final or empty.123
ErrorsMethod 'setUsername' is not designed for extension - needs to be abstract, final or empty.133
ErrorsParameter username should be final.133
Errors'username' hides a field.133
ErrorsMethod 'setCreatedDate' is not designed for extension - needs to be abstract, final or empty.142
ErrorsParameter createdDate should be final.143
Errors'createdDate' hides a field.143
ErrorsMethod 'getCreatedDate' is not designed for extension - needs to be abstract, final or empty.152
ErrorsLine is longer than 80 characters.161
ErrorsMethod 'getEvents' is not designed for extension - needs to be abstract, final or empty.161
ErrorsMethod 'setEvents' is not designed for extension - needs to be abstract, final or empty.171
ErrorsParameter events should be final.171
Errors'events' hides a field.171
ErrorsMethod 'getPerson' is not designed for extension - needs to be abstract, final or empty.180
ErrorsMethod 'setPerson' is not designed for extension - needs to be abstract, final or empty.191
ErrorsParameter person should be final.191
Errors'person' hides a field.191
ErrorsMethod 'getGrantedAuthorities' is not designed for extension - needs to be abstract, final or empty.200
ErrorsMethod 'setGrantedAuthorities' is not designed for extension - needs to be abstract, final or empty.210
ErrorsParameter grantedAuthorities should be final.210
Errors'grantedAuthorities' hides a field.210
ErrorsMethod 'setAccountNonExpired' is not designed for extension - needs to be abstract, final or empty.219
ErrorsParameter accountNonExpired should be final.219
Errors'accountNonExpired' hides a field.219
ErrorsMethod 'setAccountNonLocked' is not designed for extension - needs to be abstract, final or empty.228
ErrorsParameter accountNonLocked should be final.228
Errors'accountNonLocked' hides a field.228
ErrorsMethod 'setCredentialsNonExpired' is not designed for extension - needs to be abstract, final or empty.237
ErrorsParameter credentialsNonExpired should be final.237
Errors'credentialsNonExpired' hides a field.237
ErrorsMethod 'setEnabled' is not designed for extension - needs to be abstract, final or empty.246
ErrorsParameter enabled should be final.246
Errors'enabled' hides a field.246
ErrorsMethod 'isAccountNonExpired' is not designed for extension - needs to be abstract, final or empty.255
ErrorsMethod 'isAccountNonLocked' is not designed for extension - needs to be abstract, final or empty.264
ErrorsMethod 'isCredentialsNonExpired' is not designed for extension - needs to be abstract, final or empty.273
ErrorsMethod 'isEnabled' is not designed for extension - needs to be abstract, final or empty.282
ErrorsMethod 'getEmail' is not designed for extension - needs to be abstract, final or empty.291
ErrorsMethod 'setEmail' is not designed for extension - needs to be abstract, final or empty.300
ErrorsParameter email should be final.300
Errors'email' hides a field.300
ErrorsMethod 'getLocalGovernmentPortal' is not designed for extension - needs to be abstract, final or empty.309
ErrorsMethod 'getRegionalGovernmentPortal' is not designed for extension - needs to be abstract, final or empty.319
ErrorsMethod 'getNationalGovernmentPortal' is not designed for extension - needs to be abstract, final or empty.329
ErrorsParameter organisationType should be final.342

org/directdemocracyportal/democracy/model/application/UserRole.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.24
ErrorsMethod 'getRoleActions' is not designed for extension - needs to be abstract, final or empty.43
ErrorsMethod 'setRoleActions' is not designed for extension - needs to be abstract, final or empty.53
ErrorsParameter roleActions should be final.53
Errors'roleActions' hides a field.53

org/directdemocracyportal/democracy/model/application/UserSession.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.29
ErrorsParameter user should be final.65
Errors'user' hides a field.65
ErrorsParameter sessionId should be final.65
Errors'sessionId' hides a field.65
ErrorsParameter createdAt should be final.65
Errors'createdAt' hides a field.65
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.78
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.90
ErrorsParameter id should be final.90
Errors'id' hides a field.90
ErrorsMethod 'isActive' is not designed for extension - needs to be abstract, final or empty.99
ErrorsMethod 'setActive' is not designed for extension - needs to be abstract, final or empty.108
ErrorsParameter active should be final.108
Errors'active' hides a field.108
ErrorsMethod 'getCreatedAt' is not designed for extension - needs to be abstract, final or empty.117
ErrorsMethod 'setCreatedAt' is not designed for extension - needs to be abstract, final or empty.127
ErrorsParameter createdAt should be final.127
Errors'createdAt' hides a field.127
ErrorsMethod 'getEndedAt' is not designed for extension - needs to be abstract, final or empty.136
ErrorsMethod 'setEndedAt' is not designed for extension - needs to be abstract, final or empty.146
ErrorsParameter endedAt should be final.146
Errors'endedAt' hides a field.146
ErrorsMethod 'getSessionId' is not designed for extension - needs to be abstract, final or empty.155
ErrorsMethod 'setSessionId' is not designed for extension - needs to be abstract, final or empty.164
ErrorsParameter sessionId should be final.164
Errors'sessionId' hides a field.164
ErrorsMethod 'getUser' is not designed for extension - needs to be abstract, final or empty.173
ErrorsMethod 'setUser' is not designed for extension - needs to be abstract, final or empty.184
ErrorsParameter user should be final.184
Errors'user' hides a field.184

org/directdemocracyportal/democracy/model/core/Agent.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.34
ErrorsParameter name should be final.59
Errors'name' hides a field.59
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.68
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.80
ErrorsParameter id should be final.80
Errors'id' hides a field.80
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.89
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.98
ErrorsParameter name should be final.98
Errors'name' hides a field.98
ErrorsMethod 'getRoles' is not designed for extension - needs to be abstract, final or empty.107
ErrorsMethod 'setRoles' is not designed for extension - needs to be abstract, final or empty.117
ErrorsParameter roles should be final.117
Errors'roles' hides a field.117
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.126
ErrorsAvoid inline conditionals.130
ErrorsAvoid inline conditionals.131
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.140
ErrorsParameter obj should be final.141
Errors'if' construct must use '{}'s.142
Errors'if' construct must use '{}'s.144
Errors'if' construct must use '{}'s.146
Errors'if' construct must use '{}'s.150
Errors'if' construct must use '{}'s.152
Errors'if' construct must use '{}'s.155
Errors'if' construct must use '{}'s.157
ErrorsLine is longer than 80 characters.167
ErrorsMethod 'getResources' is not designed for extension - needs to be abstract, final or empty.167
ErrorsMethod 'setResources' is not designed for extension - needs to be abstract, final or empty.177
ErrorsParameter resources should be final.177
Errors'resources' hides a field.177

org/directdemocracyportal/democracy/model/core/BaseEntity.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.17
ErrorsMethod 'isNew' is not designed for extension - needs to be abstract, final or empty.32

org/directdemocracyportal/democracy/model/core/Environment.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.29
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.63
ErrorsParameter id should be final.63
Errors'id' hides a field.63
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.72
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.81
ErrorsParameter name should be final.81
Errors'name' hides a field.81
ErrorsMethod 'getAgents' is not designed for extension - needs to be abstract, final or empty.90
ErrorsMethod 'setAgents' is not designed for extension - needs to be abstract, final or empty.100
ErrorsParameter agents should be final.100
Errors'agents' hides a field.100
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.109
ErrorsAvoid inline conditionals.113
ErrorsAvoid inline conditionals.114
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.123
ErrorsParameter obj should be final.124
Errors'if' construct must use '{}'s.125
Errors'if' construct must use '{}'s.127
Errors'if' construct must use '{}'s.129
Errors'if' construct must use '{}'s.133
Errors'if' construct must use '{}'s.135
Errors'if' construct must use '{}'s.138
Errors'if' construct must use '{}'s.140

org/directdemocracyportal/democracy/model/core/GroupAgent.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.27
ErrorsParameter name should be final.49
ErrorsMethod 'getParent' is not designed for extension - needs to be abstract, final or empty.58
ErrorsMethod 'setParent' is not designed for extension - needs to be abstract, final or empty.69
ErrorsParameter parent should be final.69
Errors'parent' hides a field.69
ErrorsLine is longer than 80 characters.78
ErrorsMethod 'getChildren' is not designed for extension - needs to be abstract, final or empty.78
ErrorsMethod 'setChildren' is not designed for extension - needs to be abstract, final or empty.88
ErrorsParameter children should be final.88
Errors'children' hides a field.88
ErrorsLine is longer than 80 characters.97
ErrorsMethod 'getDefinedRoles' is not designed for extension - needs to be abstract, final or empty.97
ErrorsMethod 'setDefinedRoles' is not designed for extension - needs to be abstract, final or empty.107
ErrorsParameter definedRoles should be final.107
Errors'definedRoles' hides a field.107
ErrorsMethod 'findOrgByName' is not designed for extension - needs to be abstract, final or empty.117
ErrorsParameter name should be final.118
ErrorsMethod 'findDefinedRoleByName' is not designed for extension - needs to be abstract, final or empty.133
ErrorsParameter name should be final.134

org/directdemocracyportal/democracy/model/core/Resource.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.26
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.63
ErrorsParameter id should be final.63
Errors'id' hides a field.63
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.72
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.81
ErrorsParameter name should be final.81
Errors'name' hides a field.81
ErrorsMethod 'getOwner' is not designed for extension - needs to be abstract, final or empty.90
ErrorsMethod 'setOwner' is not designed for extension - needs to be abstract, final or empty.101
ErrorsParameter owner should be final.101
Errors'owner' hides a field.101

org/directdemocracyportal/democracy/model/core/Role.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.31
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.65
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.77
ErrorsParameter id should be final.77
Errors'id' hides a field.77
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.86
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.95
ErrorsParameter name should be final.95
Errors'name' hides a field.95
ErrorsMethod 'getGroupAgent' is not designed for extension - needs to be abstract, final or empty.104
ErrorsMethod 'setGroupAgent' is not designed for extension - needs to be abstract, final or empty.115
ErrorsParameter organisation should be final.115
ErrorsMethod 'getPlayers' is not designed for extension - needs to be abstract, final or empty.124
ErrorsMethod 'setPlayers' is not designed for extension - needs to be abstract, final or empty.134
ErrorsParameter players should be final.134
Errors'players' hides a field.134
ErrorsMethod 'getShortDescription' is not designed for extension - needs to be abstract, final or empty.143
ErrorsMethod 'setShortDescription' is not designed for extension - needs to be abstract, final or empty.152
ErrorsParameter shortDescription should be final.152
Errors'shortDescription' hides a field.152
ErrorsMethod 'getLongDescription' is not designed for extension - needs to be abstract, final or empty.161
ErrorsMethod 'setLongDescription' is not designed for extension - needs to be abstract, final or empty.170
ErrorsParameter longDescription should be final.170
Errors'longDescription' hides a field.170
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.179
ErrorsAvoid inline conditionals.183
ErrorsAvoid inline conditionals.185
ErrorsAvoid inline conditionals.186
ErrorsLine is longer than 80 characters.189
ErrorsAvoid inline conditionals.189
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.198
ErrorsParameter obj should be final.199
Errors'if' construct must use '{}'s.200
Errors'if' construct must use '{}'s.202
Errors'if' construct must use '{}'s.204
Errors'if' construct must use '{}'s.208
Errors'if' construct must use '{}'s.210
Errors'if' construct must use '{}'s.213
Errors'if' construct must use '{}'s.215
Errors'if' construct must use '{}'s.218
Errors'if' construct must use '{}'s.220
Errors'if' construct must use '{}'s.223
Errors'if' construct must use '{}'s.225

org/directdemocracyportal/democracy/model/world/Country.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.18

org/directdemocracyportal/democracy/model/world/Document.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.19
ErrorsLine has trailing spaces.20

org/directdemocracyportal/democracy/model/world/Election.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.24
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.52
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.61
ErrorsParameter name should be final.61
Errors'name' hides a field.61
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.70
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.82
ErrorsParameter id should be final.82
Errors'id' hides a field.82
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.91
ErrorsMethod 'setType' is not designed for extension - needs to be abstract, final or empty.100
ErrorsParameter type should be final.100
Errors'type' hides a field.100
ErrorsMethod 'getGovernment' is not designed for extension - needs to be abstract, final or empty.109
ErrorsMethod 'setGovernment' is not designed for extension - needs to be abstract, final or empty.120
ErrorsParameter government should be final.120
Errors'government' hides a field.120

org/directdemocracyportal/democracy/model/world/ElectionType.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3

org/directdemocracyportal/democracy/model/world/Government.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.26
ErrorsName 'GovernmentType' must match pattern '^[a-z][a-zA-Z0-9]*$'.41
ErrorsMethod 'getGovernmentType' is not designed for extension - needs to be abstract, final or empty.57
ErrorsMethod 'setGovernmentType' is not designed for extension - needs to be abstract, final or empty.66
ErrorsParameter GovernmentType should be final.66
Errors'GovernmentType' hides a field.66
ErrorsName 'GovernmentType' must match pattern '^[a-z][a-zA-Z0-9]*$'.66
ErrorsLine is longer than 80 characters.75
ErrorsMethod 'getElections' is not designed for extension - needs to be abstract, final or empty.75
ErrorsMethod 'setElections' is not designed for extension - needs to be abstract, final or empty.85
ErrorsParameter elections should be final.85
Errors'elections' hides a field.85
ErrorsMethod 'getHeadofState' is not designed for extension - needs to be abstract, final or empty.94
ErrorsLine is longer than 80 characters.97

org/directdemocracyportal/democracy/model/world/GovernmentType.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3

org/directdemocracyportal/democracy/model/world/Issue.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.22
ErrorsMethod 'getHref' is not designed for extension - needs to be abstract, final or empty.41
ErrorsMethod 'setHref' is not designed for extension - needs to be abstract, final or empty.50
ErrorsParameter href should be final.50
Errors'href' hides a field.50
ErrorsMethod 'getResolution' is not designed for extension - needs to be abstract, final or empty.59
ErrorsMethod 'setResolution' is not designed for extension - needs to be abstract, final or empty.69
ErrorsParameter resolution should be final.69
Errors'resolution' hides a field.69
ErrorsMethod 'getVoteResult' is not designed for extension - needs to be abstract, final or empty.78
ErrorsMethod 'setVoteResult' is not designed for extension - needs to be abstract, final or empty.89
ErrorsParameter voteResult should be final.89
Errors'voteResult' hides a field.89

org/directdemocracyportal/democracy/model/world/Organisation.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.31
ErrorsMethod 'getAbbreviation' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMethod 'setAbbreviation' is not designed for extension - needs to be abstract, final or empty.71
ErrorsParameter abbreviation should be final.71
Errors'abbreviation' hides a field.71
ErrorsMethod 'getCountry' is not designed for extension - needs to be abstract, final or empty.80
ErrorsMethod 'setCountry' is not designed for extension - needs to be abstract, final or empty.91
ErrorsParameter country should be final.91
Errors'country' hides a field.91
ErrorsMethod 'getRegion' is not designed for extension - needs to be abstract, final or empty.100
ErrorsMethod 'setRegion' is not designed for extension - needs to be abstract, final or empty.111
ErrorsParameter region should be final.111
Errors'region' hides a field.111
ErrorsMethod 'getOrganisationType' is not designed for extension - needs to be abstract, final or empty.120
ErrorsMethod 'setOrganisationType' is not designed for extension - needs to be abstract, final or empty.129
ErrorsParameter organisationType should be final.129
Errors'organisationType' hides a field.129
ErrorsMethod 'getNumberOfMembers' is not designed for extension - needs to be abstract, final or empty.138
ErrorsMethod 'setNumberOfMembers' is not designed for extension - needs to be abstract, final or empty.148
ErrorsParameter numberOfMembers should be final.148
Errors'numberOfMembers' hides a field.148
ErrorsMethod 'playsRoleInOrganisation' is not designed for extension - needs to be abstract, final or empty.158
ErrorsParameter player should be final.159
ErrorsMethod 'personsActive' is not designed for extension - needs to be abstract, final or empty.175
ErrorsMethod 'findMemberByName' is not designed for extension - needs to be abstract, final or empty.196
ErrorsParameter name should be final.197
ErrorsMethod 'findMemberByFullNameAndParty' is not designed for extension - needs to be abstract, final or empty.216
ErrorsParameter fname should be final.217
ErrorsParameter lname should be final.217
ErrorsParameter party should be final.218
ErrorsMethod 'findOrgByAbbr' is not designed for extension - needs to be abstract, final or empty.239
ErrorsParameter abbr should be final.240
ErrorsLine is longer than 80 characters.245
ErrorsMethod 'findResourceByName' is not designed for extension - needs to be abstract, final or empty.259
ErrorsParameter name should be final.260
ErrorsMethod 'getActivePoliticalParties' is not designed for extension - needs to be abstract, final or empty.275
ErrorsLine is longer than 80 characters.277
ErrorsMethod 'addMember' is not designed for extension - needs to be abstract, final or empty.325
ErrorsParameter person should be final.326
ErrorsMethod 'removeMember' is not designed for extension - needs to be abstract, final or empty.341
ErrorsParameter person should be final.342

org/directdemocracyportal/democracy/model/world/OrganisationType.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3

org/directdemocracyportal/democracy/model/world/Person.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.21
ErrorsParameter name should be final.37
ErrorsMethod 'getPoliticalParty' is not designed for extension - needs to be abstract, final or empty.46
ErrorsMethod 'getRoleInOrg' is not designed for extension - needs to be abstract, final or empty.62
ErrorsParameter organisation should be final.63

org/directdemocracyportal/democracy/model/world/PoliticalParty.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.19
ErrorsMethod 'getShortCode' is not designed for extension - needs to be abstract, final or empty.32
ErrorsMethod 'setShortCode' is not designed for extension - needs to be abstract, final or empty.41
ErrorsParameter shortCode should be final.41
Errors'shortCode' hides a field.41
ErrorsMethod 'isOffline' is not designed for extension - needs to be abstract, final or empty.56

org/directdemocracyportal/democracy/model/world/Region.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.27
ErrorsMethod 'getParent' is not designed for extension - needs to be abstract, final or empty.52
ErrorsMethod 'setParent' is not designed for extension - needs to be abstract, final or empty.63
ErrorsParameter parent should be final.63
Errors'parent' hides a field.63
ErrorsLine is longer than 80 characters.72
ErrorsMethod 'getParts' is not designed for extension - needs to be abstract, final or empty.72
ErrorsMethod 'setParts' is not designed for extension - needs to be abstract, final or empty.82
ErrorsParameter parts should be final.82
Errors'parts' hides a field.82
ErrorsMethod 'getRegionType' is not designed for extension - needs to be abstract, final or empty.91
ErrorsMethod 'setRegionType' is not designed for extension - needs to be abstract, final or empty.100
ErrorsParameter regionType should be final.100
Errors'regionType' hides a field.100

org/directdemocracyportal/democracy/model/world/RegionType.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3

org/directdemocracyportal/democracy/model/world/Resolution.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.30
ErrorsMethod 'getHref' is not designed for extension - needs to be abstract, final or empty.52
ErrorsMethod 'setHref' is not designed for extension - needs to be abstract, final or empty.61
ErrorsParameter href should be final.61
Errors'href' hides a field.61
ErrorsMethod 'getResolutionState' is not designed for extension - needs to be abstract, final or empty.70
ErrorsMethod 'setResolutionState' is not designed for extension - needs to be abstract, final or empty.80
ErrorsParameter resolutionState should be final.80
Errors'resolutionState' hides a field.80
ErrorsMethod 'getDecidedDate' is not designed for extension - needs to be abstract, final or empty.89
ErrorsMethod 'setDecidedDate' is not designed for extension - needs to be abstract, final or empty.99
ErrorsParameter decidedDate should be final.99
Errors'decidedDate' hides a field.99
ErrorsLine is longer than 80 characters.109
ErrorsMethod 'getIssues' is not designed for extension - needs to be abstract, final or empty.109
ErrorsMethod 'setIssues' is not designed for extension - needs to be abstract, final or empty.119
ErrorsParameter issues should be final.119
Errors'issues' hides a field.119
ErrorsMethod 'containsIssue' is not designed for extension - needs to be abstract, final or empty.155
ErrorsParameter name should be final.156

org/directdemocracyportal/democracy/model/world/Vote.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.25
ErrorsMethod 'getPosition' is not designed for extension - needs to be abstract, final or empty.44
ErrorsMethod 'setPosition' is not designed for extension - needs to be abstract, final or empty.54
ErrorsParameter position should be final.54
Errors'position' hides a field.54
ErrorsMethod 'getVoteDate' is not designed for extension - needs to be abstract, final or empty.63
ErrorsMethod 'setVoteDate' is not designed for extension - needs to be abstract, final or empty.73
ErrorsParameter voteDate should be final.73
Errors'voteDate' hides a field.73
ErrorsMethod 'getVoteResult' is not designed for extension - needs to be abstract, final or empty.82
ErrorsMethod 'setVoteResult' is not designed for extension - needs to be abstract, final or empty.92
ErrorsParameter voteResult should be final.92
Errors'voteResult' hides a field.92

org/directdemocracyportal/democracy/model/world/VoteResult.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.27
Errors'=' is not preceded with whitespace.42
ErrorsMethod 'getFinalPosition' is not designed for extension - needs to be abstract, final or empty.49
ErrorsMethod 'setFinalPosition' is not designed for extension - needs to be abstract, final or empty.58
ErrorsParameter finalPosition should be final.58
Errors'finalPosition' hides a field.58
ErrorsMethod 'getHref' is not designed for extension - needs to be abstract, final or empty.67
ErrorsMethod 'setHref' is not designed for extension - needs to be abstract, final or empty.76
ErrorsParameter href should be final.76
Errors'href' hides a field.76
ErrorsMethod 'getIssue' is not designed for extension - needs to be abstract, final or empty.85
ErrorsMethod 'setIssue' is not designed for extension - needs to be abstract, final or empty.95
ErrorsParameter issue should be final.95
Errors'issue' hides a field.95
ErrorsLine is longer than 80 characters.104
ErrorsMethod 'getVotes' is not designed for extension - needs to be abstract, final or empty.104
ErrorsMethod 'setVotes' is not designed for extension - needs to be abstract, final or empty.114
ErrorsParameter votes should be final.114
Errors'votes' hides a field.114
ErrorsMethod 'containsVote' is not designed for extension - needs to be abstract, final or empty.124
ErrorsParameter name should be final.125

org/directdemocracyportal/democracy/service/OrganisationAlreadyExistException.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.11

org/directdemocracyportal/democracy/service/PartyAlreadyExistException.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.11

org/directdemocracyportal/democracy/service/PortalService.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.11
Errors'{' should be on the previous line.37
ErrorsLine is longer than 80 characters.194
ErrorsLine is longer than 80 characters.198
ErrorsRedundant 'public' modifier.230
ErrorsRedundant 'public' modifier.252
ErrorsLine is longer than 80 characters.287
ErrorsLine is longer than 80 characters.290
Errors',' is not followed by whitespace.340
ErrorsLine is longer than 80 characters.363
ErrorsLine is longer than 80 characters.365
Errors',' is not followed by whitespace.365
Errors',' is not followed by whitespace.365
ErrorsLine is longer than 80 characters.366
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.366

org/directdemocracyportal/democracy/service/PortalServiceImpl.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.35
ErrorsLine is longer than 80 characters.36
Errors'{' should be on the previous line.58
Errors'private' modifier out of order with the JLS suggestions.61
Errors'private' modifier out of order with the JLS suggestions.64
Errors'private' modifier out of order with the JLS suggestions.67
Errors'private' modifier out of order with the JLS suggestions.70
Errors'private' modifier out of order with the JLS suggestions.73
Errors'private' modifier out of order with the JLS suggestions.76
ErrorsMore than 7 parameters.108
ErrorsParameter userDAO should be final.108
Errors'userDAO' hides a field.108
ErrorsParameter eventDAO should be final.108
Errors'eventDAO' hides a field.108
ErrorsParameter portalDAO should be final.109
Errors'portalDAO' hides a field.109
ErrorsParameter countryDAO should be final.109
Errors'countryDAO' hides a field.109
ErrorsParameter userSessionDAO should be final.110
Errors'userSessionDAO' hides a field.110
ErrorsParameter politicalPartyDAO should be final.110
Errors'politicalPartyDAO' hides a field.110
ErrorsLine is longer than 80 characters.111
ErrorsParameter governmentDAO should be final.111
Errors'governmentDAO' hides a field.111
ErrorsParameter agentDAO should be final.111
Errors'agentDAO' hides a field.111
Errors',' is not followed by whitespace.111
ErrorsParameter documentDAO should be final.111
Errors'documentDAO' hides a field.111
Errors',' is not followed by whitespace.111
ErrorsParameter roleDAO should be final.111
Errors'roleDAO' hides a field.111
Errors',' is not followed by whitespace.111
ErrorsParameter regionDAO should be final.111
Errors'regionDAO' hides a field.111
ErrorsLine is longer than 80 characters.128
ErrorsMethod 'getEvents' is not designed for extension - needs to be abstract, final or empty.130
ErrorsMissing a Javadoc comment.130
ErrorsLine is longer than 80 characters.137
ErrorsMethod 'getElections' is not designed for extension - needs to be abstract, final or empty.139
ErrorsMissing a Javadoc comment.139
ErrorsLine is longer than 80 characters.151
ErrorsMethod 'getGovernments' is not designed for extension - needs to be abstract, final or empty.153
ErrorsMissing a Javadoc comment.153
ErrorsLine is longer than 80 characters.160
ErrorsMethod 'getPortals' is not designed for extension - needs to be abstract, final or empty.162
ErrorsMissing a Javadoc comment.162
ErrorsLine is longer than 80 characters.169
ErrorsMethod 'getCountries' is not designed for extension - needs to be abstract, final or empty.171
ErrorsMissing a Javadoc comment.171
ErrorsLine is longer than 80 characters.178
ErrorsMethod 'createParty' is not designed for extension - needs to be abstract, final or empty.181
ErrorsMissing a Javadoc comment.181
ErrorsParameter command should be final.181
ErrorsParameter userId should be final.181
Errors'if' construct must use '{}'s.183
ErrorsLine is longer than 80 characters.215
ErrorsMethod 'getPoliticalParties' is not designed for extension - needs to be abstract, final or empty.217
ErrorsMissing a Javadoc comment.217
ErrorsLine is longer than 80 characters.224
ErrorsMethod 'getPoliticalParty' is not designed for extension - needs to be abstract, final or empty.226
ErrorsMissing a Javadoc comment.226
ErrorsParameter partyId should be final.226
ErrorsLine is longer than 80 characters.233
ErrorsMethod 'joinParty' is not designed for extension - needs to be abstract, final or empty.236
ErrorsMissing a Javadoc comment.236
ErrorsParameter partyId should be final.236
ErrorsParameter userId should be final.236
ErrorsLine is longer than 80 characters.241
ErrorsLine is longer than 80 characters.263
ErrorsMethod 'getGovernment' is not designed for extension - needs to be abstract, final or empty.265
ErrorsMissing a Javadoc comment.265
ErrorsParameter governmentId should be final.265
ErrorsLine is longer than 80 characters.272
ErrorsMethod 'getActiveUserSessions' is not designed for extension - needs to be abstract, final or empty.274
ErrorsMissing a Javadoc comment.274
ErrorsMethod 'getUsers' is not designed for extension - needs to be abstract, final or empty.283
ErrorsMissing a Javadoc comment.283
ErrorsLine is longer than 80 characters.290
ErrorsMethod 'getOrganisation' is not designed for extension - needs to be abstract, final or empty.292
ErrorsParameter organisationId should be final.293
ErrorsLine is longer than 80 characters.300
ErrorsMethod 'getOnlinePoliticalParties' is not designed for extension - needs to be abstract, final or empty.302
ErrorsLine is longer than 80 characters.310
ErrorsMethod 'createPoliticalParty' is not designed for extension - needs to be abstract, final or empty.315
ErrorsParameter name should be final.316
ErrorsParameter shortCode should be final.316
ErrorsParameter country should be final.317
ErrorsParameter region should be final.317
ErrorsLine is longer than 80 characters.338
ErrorsMethod 'addMember' is not designed for extension - needs to be abstract, final or empty.341
ErrorsParameter organisation should be final.342
ErrorsParameter person should be final.342
ErrorsLine is longer than 80 characters.351
ErrorsMethod 'addRolePlayed' is not designed for extension - needs to be abstract, final or empty.354
ErrorsParameter role should be final.355
ErrorsParameter person should be final.355
ErrorsLine is longer than 80 characters.365
ErrorsMethod 'createRoleInOrg' is not designed for extension - needs to be abstract, final or empty.368
ErrorsParameter roleName should be final.369
ErrorsParameter organisation should be final.369
ErrorsLine is longer than 80 characters.381
ErrorsMethod 'createOrganisation' is not designed for extension - needs to be abstract, final or empty.387
ErrorsParameter name should be final.388
ErrorsParameter abbr should be final.388
ErrorsParameter country should be final.389
ErrorsParameter region should be final.389
ErrorsLine is longer than 80 characters.390
ErrorsParameter organisationType should be final.390
ErrorsParameter parent should be final.390
ErrorsLine is longer than 80 characters.433
ErrorsMethod 'createGovernment' is not designed for extension - needs to be abstract, final or empty.437
ErrorsParameter name should be final.438
Errors',' is not followed by whitespace.438
ErrorsParameter countryId should be final.438
ErrorsParameter governmentType should be final.439
Errors',' is not followed by whitespace.439
ErrorsParameter headOfstate should be final.439
ErrorsLine is longer than 80 characters.492
ErrorsMethod 'getGlobalPortal' is not designed for extension - needs to be abstract, final or empty.494
ErrorsMissing a Javadoc comment.494
ErrorsLine is longer than 80 characters.504
ErrorsMethod 'createRegionalGovernment' is not designed for extension - needs to be abstract, final or empty.510
ErrorsParameter name should be final.511
ErrorsParameter country should be final.511
ErrorsParameter region should be final.512
ErrorsParameter organisationType should be final.512
ErrorsParameter parentGovernment should be final.513
ErrorsLine is longer than 80 characters.558
ErrorsMethod 'createResolution' is not designed for extension - needs to be abstract, final or empty.560
ErrorsParameter resolution should be final.561
ErrorsLine is longer than 80 characters.566
ErrorsMethod 'setResolutionDecidedDate' is not designed for extension - needs to be abstract, final or empty.568
ErrorsLine is longer than 80 characters.569
ErrorsParameter resolution should be final.569
ErrorsParameter parseDate should be final.569
Errors'if' is not followed by whitespace.571
ErrorsLine is longer than 80 characters.579
ErrorsMethod 'getDecidedResolutions' is not designed for extension - needs to be abstract, final or empty.581
ErrorsMissing a Javadoc comment.581
ErrorsLine is longer than 80 characters.586
ErrorsMethod 'addResolutionIssue' is not designed for extension - needs to be abstract, final or empty.588
ErrorsParameter resolution should be final.589
ErrorsParameter issue should be final.589
ErrorsParameter voteResult should be final.590
ErrorsLine is longer than 80 characters.607
ErrorsMethod 'updateVoteResult' is not designed for extension - needs to be abstract, final or empty.609
ErrorsParameter voteResult should be final.610
ErrorsLine is longer than 80 characters.615
ErrorsMethod 'createOrgUnit' is not designed for extension - needs to be abstract, final or empty.617
ErrorsParameter orgName should be final.618
ErrorsParameter shortName should be final.618
ErrorsLine is longer than 80 characters.619
ErrorsParameter organisationType should be final.619
ErrorsParameter orgId should be final.619
ErrorsLine is longer than 80 characters.622
ErrorsLine is longer than 80 characters.626
ErrorsMethod 'findOrgByName' is not designed for extension - needs to be abstract, final or empty.628
ErrorsParameter name should be final.629
ErrorsLine is longer than 80 characters.634
ErrorsMethod 'findMemberByNameInOrg' is not designed for extension - needs to be abstract, final or empty.636
ErrorsParameter orgId should be final.637
ErrorsParameter name should be final.637
ErrorsLine is longer than 80 characters.643
ErrorsMethod 'addMemberById' is not designed for extension - needs to be abstract, final or empty.645
ErrorsParameter orgId should be final.646
ErrorsParameter personId should be final.646
ErrorsLine is longer than 80 characters.653
ErrorsMethod 'addRolePlayedById' is not designed for extension - needs to be abstract, final or empty.655
ErrorsParameter roleId should be final.656
ErrorsParameter agentId should be final.656
ErrorsLine is longer than 80 characters.663
ErrorsMethod 'createCountry' is not designed for extension - needs to be abstract, final or empty.665
ErrorsParameter name should be final.666
ErrorsLine is longer than 80 characters.681
ErrorsMethod 'findCountryByName' is not designed for extension - needs to be abstract, final or empty.683
ErrorsParameter name should be final.684
ErrorsLine is longer than 80 characters.689
ErrorsLine is longer than 80 characters.691
ErrorsMethod 'createElection' is not designed for extension - needs to be abstract, final or empty.691
ErrorsMissing a Javadoc comment.691
ErrorsParameter name should be final.691
ErrorsParameter electionType should be final.691
Errors',' is not followed by whitespace.691
ErrorsParameter governmentid should be final.691
ErrorsLine is longer than 80 characters.702
ErrorsMethod 'createPoliticalPartyById' is not designed for extension - needs to be abstract, final or empty.704
ErrorsParameter name should be final.705
ErrorsParameter shortCode should be final.706
ErrorsParameter countryId should be final.706
ErrorsLine is longer than 80 characters.713
ErrorsMethod 'createOrganisationById' is not designed for extension - needs to be abstract, final or empty.715
ErrorsParameter name should be final.716
ErrorsParameter abbr should be final.716
ErrorsLine is longer than 80 characters.717
ErrorsParameter countryId should be final.717
Errors',' is not followed by whitespace.717
ErrorsParameter regionId should be final.717
ErrorsParameter organisationType should be final.717
ErrorsParameter orgId should be final.717
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.717
ErrorsLine is longer than 80 characters.722
Errors',' is not followed by whitespace.722
ErrorsLine is longer than 80 characters.726
ErrorsMethod 'findPartyByShortCode' is not designed for extension - needs to be abstract, final or empty.728
ErrorsParameter shortCode should be final.729
ErrorsLine is longer than 80 characters.734
ErrorsMethod 'createPerson' is not designed for extension - needs to be abstract, final or empty.736
ErrorsParameter name should be final.737
Errors'=' is not preceded with whitespace.738
ErrorsLine is longer than 80 characters.745
ErrorsMethod 'findRegionByName' is not designed for extension - needs to be abstract, final or empty.747
ErrorsParameter name should be final.748

org/directdemocracyportal/democracy/service/UserAlreadyExistException.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.11

org/directdemocracyportal/democracy/service/UserService.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.17

org/directdemocracyportal/democracy/service/UserServiceImpl.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.38
Errors'private' modifier out of order with the JLS suggestions.41
Errors'private' modifier out of order with the JLS suggestions.44
Errors'private' modifier out of order with the JLS suggestions.47
Errors'private' modifier out of order with the JLS suggestions.50
Errors'private' modifier out of order with the JLS suggestions.53
Errors'private' modifier out of order with the JLS suggestions.56
ErrorsParameter userDAO should be final.71
Errors'userDAO' hides a field.71
ErrorsParameter portalDAO should be final.71
Errors'portalDAO' hides a field.71
ErrorsParameter personDAO should be final.72
Errors'personDAO' hides a field.72
ErrorsParameter userSessionDAO should be final.72
Errors'userSessionDAO' hides a field.72
ErrorsParameter javaMailSenderImpl should be final.73
Errors'javaMailSenderImpl' hides a field.73
ErrorsParameter simpleMailMessage should be final.74
Errors'simpleMailMessage' hides a field.74
ErrorsParameter portal should be final.90
ErrorsParameter person should be final.90
ErrorsLine is longer than 80 characters.99
ErrorsMethod 'register' is not designed for extension - needs to be abstract, final or empty.102
ErrorsMissing a Javadoc comment.102
ErrorsParameter command should be final.102
ErrorsParameter sessionId should be final.102
Errors',' is not followed by whitespace.138
ErrorsMethod 'sendEmailConfirmationRequest' is not designed for extension - needs to be abstract, final or empty.165
ErrorsParameter command should be final.165
ErrorsMethod 'getUsers' is not designed for extension - needs to be abstract, final or empty.183
ErrorsMissing a Javadoc comment.183
ErrorsLine is longer than 80 characters.190
ErrorsMethod 'login' is not designed for extension - needs to be abstract, final or empty.193
ErrorsMissing a Javadoc comment.193
ErrorsParameter username should be final.193
ErrorsParameter password should be final.193
ErrorsParameter sessionId should be final.193
ErrorsLine is longer than 80 characters.211
ErrorsMethod 'logout' is not designed for extension - needs to be abstract, final or empty.213
ErrorsMissing a Javadoc comment.213
ErrorsParameter user should be final.213
ErrorsMethod 'getPortals' is not designed for extension - needs to be abstract, final or empty.233
ErrorsMissing a Javadoc comment.233
ErrorsLine is longer than 80 characters.240
ErrorsMethod 'endActiveUserSessions' is not designed for extension - needs to be abstract, final or empty.242
ErrorsMissing a Javadoc comment.242
ErrorsLine is longer than 80 characters.249
ErrorsMethod 'getUser' is not designed for extension - needs to be abstract, final or empty.251
ErrorsMissing a Javadoc comment.251
ErrorsParameter userId should be final.251

org/directdemocracyportal/democracy/service/command/CreatePartyCommand.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.11
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.24
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.33
ErrorsParameter name should be final.33
Errors'name' hides a field.33
ErrorsMethod 'getCountryId' is not designed for extension - needs to be abstract, final or empty.42
ErrorsMethod 'setCountryId' is not designed for extension - needs to be abstract, final or empty.51
ErrorsParameter countryId should be final.51
Errors'countryId' hides a field.51

org/directdemocracyportal/democracy/service/command/RegisterCommand.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.11
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.33
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.42
ErrorsParameter name should be final.42
Errors'name' hides a field.42
ErrorsMethod 'getUsername' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMethod 'setUsername' is not designed for extension - needs to be abstract, final or empty.60
ErrorsParameter username should be final.60
Errors'username' hides a field.60
ErrorsMethod 'getPassword' is not designed for extension - needs to be abstract, final or empty.69
ErrorsMethod 'setPassword' is not designed for extension - needs to be abstract, final or empty.78
ErrorsParameter password should be final.78
Errors'password' hides a field.78
ErrorsMethod 'getPortalId' is not designed for extension - needs to be abstract, final or empty.87
ErrorsMethod 'setPortalId' is not designed for extension - needs to be abstract, final or empty.96
ErrorsParameter portalId should be final.96
Errors'portalId' hides a field.96
ErrorsMethod 'getEmail' is not designed for extension - needs to be abstract, final or empty.105
ErrorsMethod 'setEmail' is not designed for extension - needs to be abstract, final or empty.114
ErrorsParameter email should be final.114
Errors'email' hides a field.114

org/directdemocracyportal/democracy/service/dao/AgentDAO.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.14
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.23

org/directdemocracyportal/democracy/service/dao/CountryDAO.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.16
ErrorsRedundant 'public' modifier.25
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.25
ErrorsRedundant 'public' modifier.34
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.34
ErrorsRedundant 'public' modifier.42

org/directdemocracyportal/democracy/service/dao/DocumentDAO.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.19
ErrorsLine is longer than 80 characters.27
ErrorsRedundant 'public' modifier.27
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.27
ErrorsRedundant 'public' modifier.35

org/directdemocracyportal/democracy/service/dao/EventDAO.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.14

org/directdemocracyportal/democracy/service/dao/GenericDAO.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsComment matches to-do format 'TODO:'.17
ErrorsLine is longer than 80 characters.24
ErrorsRedundant 'public' modifier.34
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.34
ErrorsRedundant 'public' modifier.43
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.43
ErrorsRedundant 'public' modifier.51
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.51
ErrorsRedundant 'public' modifier.59
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.59

org/directdemocracyportal/democracy/service/dao/GovernmentDAO.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.15

org/directdemocracyportal/democracy/service/dao/PersonDAO.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.14

org/directdemocracyportal/democracy/service/dao/PoliticalPartyDAO.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.10
Errors'{' should be on the previous line.18
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.27
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.36
ErrorsRedundant 'public' modifier.44
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.44

org/directdemocracyportal/democracy/service/dao/PortalDAO.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.19
ErrorsRedundant 'public' modifier.28
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.28
ErrorsRedundant 'public' modifier.36
ErrorsRedundant 'public' modifier.44
ErrorsRedundant 'public' modifier.52

org/directdemocracyportal/democracy/service/dao/RegionDAO.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.15
ErrorsRedundant 'public' modifier.24
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.24

org/directdemocracyportal/democracy/service/dao/RoleDAO.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.14

org/directdemocracyportal/democracy/service/dao/UserDAO.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.15
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.24

org/directdemocracyportal/democracy/service/dao/UserSessionDAO.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.17
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.26
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.35

org/directdemocracyportal/democracy/service/dao/hibernate/GenericHibernateDAO.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsComment matches to-do format 'TODO:'.20
ErrorsLine is longer than 80 characters.28
Errors'{' should be on the previous line.30
ErrorsParameter persistentClass should be final.40
Errors'persistentClass' hides a field.40
ErrorsLine is longer than 80 characters.47
ErrorsMethod 'load' is not designed for extension - needs to be abstract, final or empty.49
ErrorsMissing a Javadoc comment.49
ErrorsParameter id should be final.50
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.50
ErrorsLine is longer than 80 characters.57
ErrorsMethod 'save' is not designed for extension - needs to be abstract, final or empty.59
ErrorsMissing a Javadoc comment.59
ErrorsParameter entity should be final.59
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.59
ErrorsLine is longer than 80 characters.71
ErrorsMethod 'delete' is not designed for extension - needs to be abstract, final or empty.73
ErrorsMissing a Javadoc comment.73
ErrorsParameter entity should be final.73
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.73
ErrorsMethod 'getAll' is not designed for extension - needs to be abstract, final or empty.82
ErrorsMissing a Javadoc comment.82
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.84

org/directdemocracyportal/democracy/service/dao/hibernate/HibernateAgentDAO.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.23
ErrorsLine is longer than 80 characters.33
ErrorsMethod 'findByName' is not designed for extension - needs to be abstract, final or empty.35
ErrorsMissing a Javadoc comment.35
ErrorsParameter name should be final.36
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.36
ErrorsAvoid inline conditionals.44

org/directdemocracyportal/democracy/service/dao/hibernate/HibernateCountryDAO.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.24
ErrorsLine is longer than 80 characters.36
ErrorsMethod 'findByName' is not designed for extension - needs to be abstract, final or empty.38
ErrorsMissing a Javadoc comment.38
ErrorsParameter name should be final.39
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.39
ErrorsAvoid inline conditionals.47
ErrorsLine is longer than 80 characters.53
ErrorsMethod 'findRegionByName' is not designed for extension - needs to be abstract, final or empty.55
ErrorsMissing a Javadoc comment.55
ErrorsParameter name should be final.56
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.56
ErrorsAvoid inline conditionals.64
ErrorsLine is longer than 80 characters.70
ErrorsMethod 'saveRegion' is not designed for extension - needs to be abstract, final or empty.72
ErrorsParameter region should be final.73

org/directdemocracyportal/democracy/service/dao/hibernate/HibernateDocumentDAO.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.13
Errors'{' should be on the previous line.28
ErrorsLine is longer than 80 characters.38
ErrorsLine is longer than 80 characters.40
ErrorsMethod 'getDecidedResolutionsInDateOrder' is not designed for extension - needs to be abstract, final or empty.40
ErrorsMissing a Javadoc comment.40
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.40
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.54
ErrorsMethod 'getVotesForPerson' is not designed for extension - needs to be abstract, final or empty.56
ErrorsParameter person should be final.57

org/directdemocracyportal/democracy/service/dao/hibernate/HibernateEventDAO.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.18

org/directdemocracyportal/democracy/service/dao/hibernate/HibernateGovernmentDAO.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.23
ErrorsLine is longer than 80 characters.35
ErrorsMethod 'getAllNationalGovernments' is not designed for extension - needs to be abstract, final or empty.37

org/directdemocracyportal/democracy/service/dao/hibernate/HibernatePersonDAO.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.18

org/directdemocracyportal/democracy/service/dao/hibernate/HibernatePoliticalPartyDAO.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.9
Errors'{' should be on the previous line.24
ErrorsLine is longer than 80 characters.36
ErrorsMethod 'findByName' is not designed for extension - needs to be abstract, final or empty.38
ErrorsMissing a Javadoc comment.38
ErrorsParameter name should be final.39
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.39
ErrorsAvoid inline conditionals.48
ErrorsLine is longer than 80 characters.54
ErrorsMethod 'findByShortCode' is not designed for extension - needs to be abstract, final or empty.56
ErrorsParameter shortCode should be final.57
ErrorsAvoid inline conditionals.66
ErrorsLine is longer than 80 characters.72
ErrorsMethod 'getAllOnline' is not designed for extension - needs to be abstract, final or empty.74
ErrorsMissing a Javadoc comment.74
ErrorsLine is longer than 80 characters.75
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.75

org/directdemocracyportal/democracy/service/dao/hibernate/HibernatePortalDAO.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.28
ErrorsLine is longer than 80 characters.40
ErrorsMethod 'findByName' is not designed for extension - needs to be abstract, final or empty.42
ErrorsMissing a Javadoc comment.42
ErrorsParameter name should be final.43
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.43
ErrorsAvoid inline conditionals.51
ErrorsLine is longer than 80 characters.57
ErrorsMethod 'findGovernmentPortal' is not designed for extension - needs to be abstract, final or empty.59
ErrorsParameter government should be final.60
ErrorsAvoid inline conditionals.70
ErrorsLine is longer than 80 characters.76
ErrorsMethod 'findNationalByCountry' is not designed for extension - needs to be abstract, final or empty.78
ErrorsParameter country should be final.79
ErrorsAvoid inline conditionals.90
ErrorsLine is longer than 80 characters.96
ErrorsMethod 'findRegionalByRegion' is not designed for extension - needs to be abstract, final or empty.98
ErrorsParameter region should be final.99
ErrorsAvoid inline conditionals.110

org/directdemocracyportal/democracy/service/dao/hibernate/HibernateRegionDAO.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.23
ErrorsLine is longer than 80 characters.35
ErrorsMethod 'findByName' is not designed for extension - needs to be abstract, final or empty.37
ErrorsMissing a Javadoc comment.37
ErrorsParameter name should be final.38
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.38
ErrorsAvoid inline conditionals.46

org/directdemocracyportal/democracy/service/dao/hibernate/HibernateRoleDAO.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.18

org/directdemocracyportal/democracy/service/dao/hibernate/HibernateUserDAO.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.23
ErrorsLine is longer than 80 characters.35
ErrorsMethod 'findByUsername' is not designed for extension - needs to be abstract, final or empty.37
ErrorsMissing a Javadoc comment.37
ErrorsParameter username should be final.38
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.38
ErrorsAvoid inline conditionals.46

org/directdemocracyportal/democracy/service/dao/hibernate/HibernateUserSessionDAO.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.24
ErrorsLine is longer than 80 characters.36
ErrorsMethod 'findBySessionId' is not designed for extension - needs to be abstract, final or empty.38
ErrorsMissing a Javadoc comment.38
ErrorsParameter sessionId should be final.39
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.40
ErrorsAvoid inline conditionals.50
ErrorsLine is longer than 80 characters.56
ErrorsMethod 'findByUserId' is not designed for extension - needs to be abstract, final or empty.58
ErrorsMissing a Javadoc comment.58
ErrorsParameter userId should be final.59
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.59
ErrorsAvoid inline conditionals.69
ErrorsLine is longer than 80 characters.75
ErrorsMethod 'getActiveSessions' is not designed for extension - needs to be abstract, final or empty.77
ErrorsMissing a Javadoc comment.77
ErrorsRedundant throws: 'DataAccessException' is unchecked exception.79
ErrorsLine is longer than 80 characters.87
ErrorsMethod 'endActiveSessions' is not designed for extension - needs to be abstract, final or empty.89
ErrorsMissing a Javadoc comment.89

org/directdemocracyportal/democracy/service/governmentloader/GovernmentImporter.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.11

org/directdemocracyportal/democracy/service/governmentloader/GovernmentImporterJob.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.17
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.24
ErrorsMissing a Javadoc comment.24
ErrorsParameter jobContext should be final.24

org/directdemocracyportal/democracy/service/governmentloader/SwedishGovernmentDocumentImporterImpl.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.44
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.66
ErrorsName 'STATEMENT' must match pattern '^[a-z][a-zA-Z0-9]*$'.69
ErrorsName 'GOVERNMENT_BILL' must match pattern '^[a-z][a-zA-Z0-9]*$'.72
ErrorsName 'PRIVATE_MEMBER_BILL' must match pattern '^[a-z][a-zA-Z0-9]*$'.75
ErrorsParameter webClient should be final.86
Errors'webClient' hides a field.86
ErrorsParameter countryDAO should be final.87
Errors'countryDAO' hides a field.87
ErrorsParameter agentDAO should be final.87
Errors'agentDAO' hides a field.87
ErrorsParameter portalService should be final.88
Errors'portalService' hides a field.88
ErrorsLine is longer than 80 characters.98
ErrorsMissing a Javadoc comment.100
ErrorsParameter issue should be final.127
ErrorsParameter resolution should be final.127
Errors'3' is a magic number.151
ErrorsName 'ImportIssuesAndVotes' must match pattern '^[a-z][a-zA-Z0-9]*$'.198
ErrorsName 'ImportAllResulotions' must match pattern '^[a-z][a-zA-Z0-9]*$'.229
ErrorsMust have at least one statement.303
ErrorsComment matches to-do format 'TODO:'.304
ErrorsParameter anchor should be final.314
ErrorsParameter riksdag should be final.314
ErrorsLine is longer than 80 characters.324
ErrorsLine is longer than 80 characters.337
ErrorsParameter page should be final.357
ErrorsParameter resolution should be final.357
Errors'8' is a magic number.372
Errors'18' is a magic number.373
ErrorsVariable 'format' must be private and have accessor methods.381
ErrorsMethod 'parseDate' is not designed for extension - needs to be abstract, final or empty.389
ErrorsParameter dateStr should be final.389
ErrorsMust have at least one statement.392
ErrorsParameter hrefAttribute should be final.403
Errors'13' is a magic number.406
ErrorsMethod 'stripDigits' is not designed for extension - needs to be abstract, final or empty.419
ErrorsParameter s should be final.419
Errors'if' construct must use '{}'s.423
ErrorsParameter anchors should be final.435
ErrorsParameter votePage should be final.452
ErrorsParameter resolution should be final.453
ErrorsUtility classes should not have a public or default constructor.493
Errors'{' should be on the previous line.494
Errors'{' should be on the previous line.508
ErrorsParameter page should be final.521

org/directdemocracyportal/democracy/service/governmentloader/SwedishGovernmentImporterImpl.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.28
Errors'{' should be on the previous line.44
ErrorsLine is longer than 80 characters.73
ErrorsParameter webClient should be final.73
Errors'webClient' hides a field.73
ErrorsParameter url should be final.73
Errors'url' hides a field.73
Errors',' is not followed by whitespace.73
ErrorsParameter portalService should be final.73
Errors'portalService' hides a field.73
ErrorsLine is longer than 80 characters.82
ErrorsMethod 'doImport' is not designed for extension - needs to be abstract, final or empty.84
ErrorsMissing a Javadoc comment.84
ErrorsLine is longer than 80 characters.96
Errors',' is not followed by whitespace.96
ErrorsLine is longer than 80 characters.98
Errors',' is not followed by whitespace.98
Errors',' is not followed by whitespace.98
ErrorsLine is longer than 80 characters.108
Errors',' is not followed by whitespace.108
Errors'=' is not preceded with whitespace.114
Errors'=' is not followed by whitespace.114
ErrorsLine is longer than 80 characters.136
Errors'=' is not preceded with whitespace.138
ErrorsLine is longer than 80 characters.139
ErrorsLine is longer than 80 characters.141
Errors'{' should be on the previous line.205
ErrorsVariable 'role' must be private and have accessor methods.220
ErrorsParameter name should be final.231
Errors'name' hides a field.231
ErrorsParameter href should be final.231
Errors'href' hides a field.231
ErrorsParameter party should be final.231
Errors'party' hides a field.231
ErrorsParameter region should be final.232
Errors'region' hides a field.232
ErrorsParameter role should be final.232
Errors'role' hides a field.232
Errors'{' should be on the previous line.291
ErrorsParameter name should be final.305
Errors'name' hides a field.305
ErrorsParameter shortCode should be final.305
Errors'shortCode' hides a field.305
ErrorsAvoid inline conditionals.328
ErrorsAvoid inline conditionals.330
ErrorsParameter obj should be final.340
Errors'if' construct must use '{}'s.341
Errors'if' construct must use '{}'s.343
Errors'if' construct must use '{}'s.345
Errors'if' construct must use '{}'s.349
Errors'if' construct must use '{}'s.351
Errors'if' construct must use '{}'s.354
Errors'if' construct must use '{}'s.356
ErrorsLine is longer than 80 characters.372
ErrorsLine is longer than 80 characters.376
ErrorsLine is longer than 80 characters.380
ErrorsParameter page should be final.401
Errors'4' is a magic number.414
ErrorsLine is longer than 80 characters.418
ErrorsParameter page should be final.437
ErrorsMethod 'importRegionsAndMunicipals' is not designed for extension - needs to be abstract, final or empty.458
ErrorsParameter government should be final.459
ErrorsParameter country should be final.460
ErrorsLine is longer than 80 characters.462
ErrorsMethod 'importRegiononalGovernments' is not designed for extension - needs to be abstract, final or empty.482
ErrorsParameter government should be final.483
ErrorsParameter country should be final.484
ErrorsLine is longer than 80 characters.486
ErrorsParameter anchor should be final.508
ErrorsParameter government should be final.509
ErrorsParameter country should be final.509
ErrorsLine is longer than 80 characters.540
ErrorsName 'landstingFullmäktige' must match pattern '^[a-z][a-zA-Z0-9]*$'.542
ErrorsLine is longer than 80 characters.549
ErrorsLine is longer than 80 characters.553
ErrorsLine is longer than 80 characters.554
ErrorsName 'ImportAllMunicipalsInRegion' must match pattern '^[a-z][a-zA-Z0-9]*$'.567
ErrorsParameter anchor should be final.567
ErrorsParameter government should be final.568
ErrorsParameter country should be final.568
ErrorsName 'ImportMunicipal' must match pattern '^[a-z][a-zA-Z0-9]*$'.597
ErrorsParameter anchor should be final.597
ErrorsParameter government should be final.597
ErrorsParameter country should be final.598
ErrorsParameter region should be final.598
ErrorsName 'fullmäktigeLedamot' must match pattern '^[a-z][a-zA-Z0-9]*$'.626
ErrorsLine is longer than 80 characters.633
ErrorsParameter pageContent should be final.652
Errors'3' is a magic number.662
Errors'(' is followed by whitespace.682
ErrorsParameter pageContent should be final.684
Errors'3' is a magic number.694
ErrorsMethod 'importInternationalGovernments' is not designed for extension - needs to be abstract, final or empty.714
ErrorsParameter government should be final.714
ErrorsParameter country should be final.715
ErrorsLine is longer than 80 characters.734
ErrorsLine is longer than 80 characters.736
ErrorsLine is longer than 80 characters.741
ErrorsLine is longer than 80 characters.742
ErrorsParameter pageContent should be final.754
Errors'3' is a magic number.764

org/directdemocracyportal/democracy/service/governmentloader/SwedishParliamentOrganisationStructureImporterImpl.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
Errors'{' should be on the previous line.32
ErrorsLine is longer than 80 characters.45
ErrorsLine is longer than 80 characters.52
ErrorsParameter webClient should be final.52
Errors'webClient' hides a field.52
Errors',' is not followed by whitespace.52
ErrorsParameter portalService should be final.52
Errors'portalService' hides a field.52
ErrorsLine is longer than 80 characters.60
ErrorsMethod 'doImport' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMissing a Javadoc comment.62
ErrorsLine is longer than 80 characters.65
ErrorsLine is longer than 80 characters.68
ErrorsLine is longer than 80 characters.70
ErrorsLine is longer than 80 characters.72
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.76
ErrorsLine is longer than 80 characters.78
ErrorsLine is longer than 80 characters.80
ErrorsLine is longer than 80 characters.81
ErrorsLine is longer than 80 characters.82
ErrorsLine is longer than 80 characters.84
ErrorsLine is longer than 80 characters.86
ErrorsLine is longer than 80 characters.88
ErrorsLine is longer than 80 characters.90
ErrorsLine is longer than 80 characters.92
ErrorsLine is longer than 80 characters.94
ErrorsLine is longer than 80 characters.96
ErrorsLine is longer than 80 characters.97
ErrorsLine is longer than 80 characters.99
ErrorsLine is longer than 80 characters.100
ErrorsLine is longer than 80 characters.101
ErrorsLine is longer than 80 characters.103
ErrorsParameter orgName should be final.118
ErrorsParameter shortName should be final.119
ErrorsParameter url should be final.119
ErrorsParameter orgId should be final.119
ErrorsLine is longer than 80 characters.127
ErrorsLine is longer than 80 characters.129
Errors',' is not followed by whitespace.129
ErrorsLine is longer than 80 characters.132
ErrorsLine is longer than 80 characters.133
ErrorsLine is longer than 80 characters.138
Errors',' is not followed by whitespace.138
ErrorsLine is longer than 80 characters.140
ErrorsLine is longer than 80 characters.141
ErrorsLine is longer than 80 characters.142
Errors',' is not followed by whitespace.148
ErrorsLine is longer than 80 characters.151
ErrorsLine is longer than 80 characters.157
ErrorsLine is longer than 80 characters.160
Errors',' is not followed by whitespace.160
ErrorsLine is longer than 80 characters.162
Errors'{' should be on the previous line.179
ErrorsParameter table should be final.206
ErrorsParameter OrgName should be final.206
ErrorsName 'OrgName' must match pattern '^[a-z][a-zA-Z0-9]*$'.206
ErrorsParameter shortName should be final.207
Errors'shortName' hides a field.207
ErrorsParameter str should be final.256

org/directdemocracyportal/democracy/service/governmentloader/SwedishParliamentWebsiteWrapper.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.11

org/directdemocracyportal/democracy/web/ApplicationMessageHolder.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsUtility classes should not have a public or default constructor.12
Errors'{' should be on the previous line.13
ErrorsUtility classes should not have a public or default constructor.18
Errors'{' should be on the previous line.19
ErrorsLine is longer than 80 characters.55
ErrorsLine is longer than 80 characters.73
ErrorsName 'AccountNonExpired' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.157
ErrorsName 'AccountNonLocked' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.160
ErrorsName 'Enabled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.163
ErrorsLine is longer than 80 characters.166
ErrorsName 'CredentialsNonExpired' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.166
ErrorsParameter code should be final.201
ErrorsLine is longer than 80 characters.206

org/directdemocracyportal/democracy/web/BeanLocator.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsUtility classes should not have a public or default constructor.16
Errors'{' should be on the previous line.17

org/directdemocracyportal/democracy/web/ImageConstants.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsUtility classes should not have a public or default constructor.10
Errors'{' should be on the previous line.11
Errors'static' modifier out of order with the JLS suggestions.14
Errors'static' modifier out of order with the JLS suggestions.17
Errors'static' modifier out of order with the JLS suggestions.20
ErrorsLine is longer than 80 characters.24
Errors'static' modifier out of order with the JLS suggestions.24
ErrorsLine is longer than 80 characters.27
Errors'static' modifier out of order with the JLS suggestions.27
ErrorsLine is longer than 80 characters.30
Errors'static' modifier out of order with the JLS suggestions.30
ErrorsLine is longer than 80 characters.33
Errors'static' modifier out of order with the JLS suggestions.33
ErrorsLine is longer than 80 characters.36
Errors'static' modifier out of order with the JLS suggestions.36
ErrorsLine is longer than 80 characters.39
Errors'static' modifier out of order with the JLS suggestions.39
ErrorsLine is longer than 80 characters.42
Errors'static' modifier out of order with the JLS suggestions.42
ErrorsLine is longer than 80 characters.45
Errors'static' modifier out of order with the JLS suggestions.45
ErrorsLine is longer than 80 characters.48
Errors'static' modifier out of order with the JLS suggestions.48
ErrorsLine is longer than 80 characters.51
Errors'static' modifier out of order with the JLS suggestions.51
ErrorsLine is longer than 80 characters.54
Errors'static' modifier out of order with the JLS suggestions.54
ErrorsLine is longer than 80 characters.57
Errors'static' modifier out of order with the JLS suggestions.57
ErrorsLine is longer than 80 characters.60
Errors'static' modifier out of order with the JLS suggestions.60
ErrorsLine is longer than 80 characters.63
Errors'static' modifier out of order with the JLS suggestions.63
ErrorsLine is longer than 80 characters.66
Errors'static' modifier out of order with the JLS suggestions.66
ErrorsLine is longer than 80 characters.69
Errors'static' modifier out of order with the JLS suggestions.69
ErrorsLine is longer than 80 characters.72
ErrorsLine is longer than 80 characters.75
ErrorsLine is longer than 80 characters.78

org/directdemocracyportal/democracy/web/StaticContextLoaderListener.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsUnclosed HTML tag found: <code>addStaticContextLoaderListener<code> method. When18
Errors'{' should be on the previous line.25
ErrorsLine is longer than 80 characters.33
ErrorsMethod 'contextInitialized' is not designed for extension - needs to be abstract, final or empty.35
ErrorsParameter event should be final.36
ErrorsLine is longer than 80 characters.45
ErrorsMethod 'contextDestroyed' is not designed for extension - needs to be abstract, final or empty.47
ErrorsParameter event should be final.48

org/directdemocracyportal/democracy/web/UserState.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsUtility classes should not have a public or default constructor.17
Errors'{' should be on the previous line.18
ErrorsLine is longer than 80 characters.21
Errors'static' modifier out of order with the JLS suggestions.21
ErrorsName 'user' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.21
ErrorsLine is longer than 80 characters.24
Errors'static' modifier out of order with the JLS suggestions.24
ErrorsName 'locale' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.24
ErrorsLine is longer than 80 characters.27
Errors'static' modifier out of order with the JLS suggestions.27
ErrorsName 'userSettings' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.27

org/directdemocracyportal/democracy/web/action/AbstractAction.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsUtility classes should not have a public or default constructor.12
Errors',' is not followed by whitespace.12
Errors'{' should be on the previous line.13

org/directdemocracyportal/democracy/web/action/ControllerAction.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.11

org/directdemocracyportal/democracy/web/action/CreatePoliticalPartyAction.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.11

org/directdemocracyportal/democracy/web/action/JoinPoliticalPartyAction.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.11
ErrorsLine has trailing spaces.15
ErrorsParameter partyId should be final.24
Errors'partyId' hides a field.24
ErrorsMethod 'getPartyId' is not designed for extension - needs to be abstract, final or empty.34

org/directdemocracyportal/democracy/web/action/LoginAction.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.11

org/directdemocracyportal/democracy/web/action/LogoutAction.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.11

org/directdemocracyportal/democracy/web/action/NewApplicationInstanceAction.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.13
ErrorsLine has trailing spaces.17
ErrorsParameter frame should be final.27
Errors'frame' hides a field.27
ErrorsParameter args should be final.27
Errors'args' hides a field.27
ErrorsMethod 'getArgs' is not designed for extension - needs to be abstract, final or empty.37
ErrorsMethod 'getFrame' is not designed for extension - needs to be abstract, final or empty.46

org/directdemocracyportal/democracy/web/action/RegisterAction.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.11

org/directdemocracyportal/democracy/web/action/ShowAllEvents.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.11

org/directdemocracyportal/democracy/web/action/ShowApplicationHome.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.11

org/directdemocracyportal/democracy/web/action/ShowGovernmentAction.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.11
ErrorsLine has trailing spaces.15
ErrorsParameter governmentId should be final.24
Errors'governmentId' hides a field.24
ErrorsMethod 'getGovernmentId' is not designed for extension - needs to be abstract, final or empty.34

org/directdemocracyportal/democracy/web/action/ShowGovernmentsAction.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.11

org/directdemocracyportal/democracy/web/action/ShowMembersAction.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.11

org/directdemocracyportal/democracy/web/action/ShowMyProfileAction.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.11

org/directdemocracyportal/democracy/web/action/ShowOnlinePoliticalPartyAction.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.11
ErrorsLine has trailing spaces.15
ErrorsParameter partyId should be final.24
Errors'partyId' hides a field.24
ErrorsMethod 'getPartyId' is not designed for extension - needs to be abstract, final or empty.34

org/directdemocracyportal/democracy/web/action/ShowOrganisationAction.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.11
ErrorsLine has trailing spaces.15
ErrorsParameter organisationId should be final.24
Errors'organisationId' hides a field.24
ErrorsMethod 'getOrganisationId' is not designed for extension - needs to be abstract, final or empty.34

org/directdemocracyportal/democracy/web/action/ShowPersonAction.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.11
ErrorsLine has trailing spaces.15
ErrorsParameter personId should be final.24
Errors'personId' hides a field.24
ErrorsMethod 'getPersonId' is not designed for extension - needs to be abstract, final or empty.34

org/directdemocracyportal/democracy/web/action/ShowPoliticalPartiesAction.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.11

org/directdemocracyportal/democracy/web/action/ShowUserAction.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.11
ErrorsLine has trailing spaces.15
ErrorsParameter userId should be final.24
Errors'userId' hides a field.24
ErrorsMethod 'getUserId' is not designed for extension - needs to be abstract, final or empty.34

org/directdemocracyportal/democracy/web/actionlistener/ApplicationActionListener.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.11
ErrorsUnclosed HTML tag found: <code>addApplicationActionListener<code> method. When29
Errors'{' should be on the previous line.36
ErrorsParameter controller should be final.49
Errors'controller' hides a field.49
ErrorsLine is longer than 80 characters.57
ErrorsMethod 'actionPerformed' is not designed for extension - needs to be abstract, final or empty.59
ErrorsMissing a Javadoc comment.59
ErrorsParameter ev should be final.59
Errors'cast' is not followed by whitespace.68
Errors'cast' is not followed by whitespace.74
ErrorsLine is longer than 80 characters.82
ErrorsLine is longer than 80 characters.85

org/directdemocracyportal/democracy/web/actionlistener/ApplicationEventHandler.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.17
ErrorsLine is longer than 80 characters.31
ErrorsMethod 'onApplicationEvent' is not designed for extension - needs to be abstract, final or empty.33
ErrorsMissing a Javadoc comment.33
ErrorsParameter event should be final.33

org/directdemocracyportal/democracy/web/controller/Controller.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.13
ErrorsLine has trailing spaces.14

org/directdemocracyportal/democracy/web/controller/FrontController.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.35
ErrorsLine is longer than 80 characters.37
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.52
ErrorsLine is longer than 80 characters.62
ErrorsLine is longer than 80 characters.71
Errors'{' should be on the previous line.90
ErrorsParameter userService should be final.116
Errors'userService' hides a field.116
ErrorsParameter portalService should be final.117
Errors'portalService' hides a field.117
ErrorsParameter agentDAO should be final.117
Errors'agentDAO' hides a field.117
ErrorsParameter documentDAO should be final.118
Errors'documentDAO' hides a field.118
ErrorsLine is longer than 80 characters.127
ErrorsMethod 'handleAction' is not designed for extension - needs to be abstract, final or empty.129
ErrorsMissing a Javadoc comment.129
ErrorsParameter action should be final.129
ErrorsLine is longer than 80 characters.131
ErrorsLine is longer than 80 characters.146
ErrorsLine is longer than 80 characters.154
ErrorsLine is longer than 80 characters.156
ErrorsLine is longer than 80 characters.162
ErrorsParameter action should be final.174
Errors'{' is followed by whitespace.180
Errors'{' is followed by whitespace.180
Errors'150' is a magic number.180
Errors'{' is followed by whitespace.182
Errors'0.1' is a magic number.182
Errors'0.8' is a magic number.182
Errors'0.1' is a magic number.182
ErrorsLine is longer than 80 characters.197
Errors'portalService' hides a field.197
ErrorsLine is longer than 80 characters.198
ErrorsParameter args should be final.214
ErrorsParameter args should be final.230
ErrorsLine is longer than 80 characters.251
ErrorsParameter action should be final.301
Errors',' is not followed by whitespace.306
ErrorsParameter action should be final.315
ErrorsParameter action should be final.328
ErrorsLine is longer than 80 characters.330
Errors',' is not followed by whitespace.330
ErrorsParameter action should be final.338
ErrorsLine is longer than 80 characters.351
ErrorsParameter action should be final.351
ErrorsParameter action should be final.363
ErrorsLine is longer than 80 characters.364
ErrorsLine is longer than 80 characters.378
ErrorsParameter action should be final.392
ErrorsParameter action should be final.402
ErrorsLine is longer than 80 characters.403
ErrorsParameter action should be final.411
ErrorsLine is longer than 80 characters.412
ErrorsLine is longer than 80 characters.420
ErrorsParameter action should be final.420
ErrorsLine is longer than 80 characters.421
ErrorsParameter action should be final.429
ErrorsLine is longer than 80 characters.430
ErrorsParameter action should be final.438
ErrorsLine is longer than 80 characters.439
ErrorsLine is longer than 80 characters.440
Errors',' is not followed by whitespace.440
ErrorsParameter action should be final.448
Errors',' is not followed by whitespace.450
ErrorsParameter action should be final.458
ErrorsLine is longer than 80 characters.462
ErrorsParameter action should be final.471
ErrorsLine is longer than 80 characters.472
ErrorsLine is longer than 80 characters.485
ErrorsLine is longer than 80 characters.487
Errors',' is not followed by whitespace.487
ErrorsLine is longer than 80 characters.492
ErrorsMethod 'handleLoginAction' is not designed for extension - needs to be abstract, final or empty.504
ErrorsParameter loginAction should be final.504
ErrorsLine is longer than 80 characters.512
Errors',' is not followed by whitespace.512

org/directdemocracyportal/democracy/web/main/Main.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.8
ErrorsComment matches to-do format 'TODO:'.15
ErrorsUtility classes should not have a public or default constructor.19
Errors'{' should be on the previous line.20
ErrorsParameter args should be final.27
Errors',' is not followed by whitespace.32
Errors',' is not followed by whitespace.33

org/directdemocracyportal/democracy/web/views/ActiveUserView.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsUtility classes should not have a public or default constructor.14
Errors'{' should be on the previous line.15
ErrorsLine is longer than 80 characters.18
Errors'static' modifier out of order with the JLS suggestions.18
ErrorsName 'activeContentView' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.18
ErrorsLine is longer than 80 characters.21
Errors'static' modifier out of order with the JLS suggestions.21
ErrorsName 'activeHeaderPanel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.21
ErrorsLine is longer than 80 characters.24
Errors'static' modifier out of order with the JLS suggestions.24
ErrorsName 'activeRightHeaderPanel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.24
ErrorsParameter view should be final.31
ErrorsParameter view should be final.44
ErrorsParameter menu should be final.57

org/directdemocracyportal/democracy/web/views/EventsPanel.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.11
Errors'{' should be on the previous line.21
ErrorsParameter events should be final.28
Errors'{' is followed by whitespace.30
Errors'{' is followed by whitespace.30
Errors'{' is followed by whitespace.31
Errors'5' is a magic number.33

org/directdemocracyportal/democracy/web/views/ExplorerPanel.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.13
Errors'{' should be on the previous line.27
Errors'{' is followed by whitespace.33
Errors'{' is followed by whitespace.33
Errors'{' is followed by whitespace.34
Errors'10' is a magic number.34
Errors'130' is a magic number.34
Errors'10' is a magic number.34
Errors'130' is a magic number.34
Errors'10' is a magic number.34
Errors'130' is a magic number.34
Errors'5' is a magic number.36

org/directdemocracyportal/democracy/web/views/FooterPanel.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.8
Errors'{' should be on the previous line.20
Errors'{' is followed by whitespace.26
Errors'{' is followed by whitespace.26
Errors'{' is followed by whitespace.27
Errors'5' is a magic number.28
Errors'5' is a magic number.29
Errors'150' is a magic number.37
Errors'20' is a magic number.37
Errors'280' is a magic number.46
Errors'20' is a magic number.46

org/directdemocracyportal/democracy/web/views/GovernmentOverviewPanel.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.18
Errors'{' should be on the previous line.34
ErrorsLine is longer than 80 characters.42
ErrorsParameter government should be final.42
ErrorsParameter parties should be final.42
Errors'{' is followed by whitespace.43
Errors'{' is followed by whitespace.43
Errors'{' is followed by whitespace.44
Errors'5' is a magic number.46
Errors',' is not followed by whitespace.53
ErrorsLine is longer than 80 characters.65
ErrorsParameter government should be final.65
ErrorsParameter parties should be final.65
ErrorsLine is longer than 80 characters.67
Errors',' is not followed by whitespace.67
ErrorsLine is longer than 80 characters.86
ErrorsParameter government should be final.86
ErrorsParameter parties should be final.86
Errors'{' is followed by whitespace.93
Errors'{' is followed by whitespace.93
Errors'{' is followed by whitespace.95
Errors'20' is a magic number.95
Errors'5' is a magic number.97
Errors',' is not followed by whitespace.105
ErrorsParameter government should be final.118
Errors'{' is followed by whitespace.123
Errors'{' is followed by whitespace.123
Errors'{' is followed by whitespace.125
Errors'20' is a magic number.125
Errors'5' is a magic number.127
ErrorsParameter government should be final.147
ErrorsParameter government should be final.174
Errors'{' is followed by whitespace.180
Errors'{' is followed by whitespace.180
Errors'{' is followed by whitespace.182
Errors'20' is a magic number.182
Errors'5' is a magic number.184
ErrorsParameter government should be final.204
ErrorsLine is longer than 80 characters.241
ErrorsLine contains a tab character.241
ErrorsParameter government should be final.241
ErrorsParameter parties should be final.241

org/directdemocracyportal/democracy/web/views/GovernmentsPanel.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.13
Errors'{' should be on the previous line.25
ErrorsParameter governments should be final.32
Errors'{' is followed by whitespace.33
Errors'{' is followed by whitespace.33
Errors'{' is followed by whitespace.34
Errors'5' is a magic number.36

org/directdemocracyportal/democracy/web/views/HeaderPanel.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.9
Errors'{' should be on the previous line.22
Errors'{' is followed by whitespace.30
Errors'{' is followed by whitespace.30
Errors'0.3' is a magic number.30
Errors'0.4' is a magic number.30
Errors'0.3' is a magic number.30
Errors'{' is followed by whitespace.32
Errors'5' is a magic number.34

org/directdemocracyportal/democracy/web/views/MembersPanel.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.13
Errors'{' should be on the previous line.25
ErrorsParameter users should be final.32
Errors'{' is followed by whitespace.33
Errors'{' is followed by whitespace.33
Errors'{' is followed by whitespace.34
Errors'32' is a magic number.34
Errors'5' is a magic number.36

org/directdemocracyportal/democracy/web/views/OnlinePoliticalPartyOverviewPanel.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.17
Errors'{' should be on the previous line.32
ErrorsParameter party should be final.42
Errors'party' hides a field.42
Errors'{' is followed by whitespace.44
Errors'{' is followed by whitespace.44
Errors'{' is followed by whitespace.45
Errors'20' is a magic number.45
Errors'5' is a magic number.47
ErrorsParameter organisation should be final.64
ErrorsParameter organisation should be final.82
Errors'{' is followed by whitespace.88
Errors'{' is followed by whitespace.88
Errors'{' is followed by whitespace.90
Errors'20' is a magic number.90
Errors'5' is a magic number.92
ErrorsParameter organisation should be final.112
ErrorsParameter organisation should be final.146
Errors'{' is followed by whitespace.152
Errors'{' is followed by whitespace.152
Errors'{' is followed by whitespace.154
Errors'20' is a magic number.154
Errors'5' is a magic number.156
ErrorsParameter organisation should be final.176
ErrorsLine is longer than 80 characters.202
ErrorsMethod 'createMenu' is not designed for extension - needs to be abstract, final or empty.215
ErrorsLine is longer than 80 characters.219
ErrorsLine is longer than 80 characters.222

org/directdemocracyportal/democracy/web/views/OrganisationOverviewPanel.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.18
Errors'{' should be on the previous line.33
ErrorsParameter organisation should be final.40
Errors'{' is followed by whitespace.41
Errors'{' is followed by whitespace.41
Errors'{' is followed by whitespace.42
Errors'5' is a magic number.44
ErrorsParameter organisation should be final.57
ErrorsParameter organisation should be final.79
Errors'{' is followed by whitespace.85
Errors'{' is followed by whitespace.85
Errors'{' is followed by whitespace.87
Errors'20' is a magic number.87
Errors'5' is a magic number.89
ErrorsParameter organisation should be final.109
Errors',' is not followed by whitespace.126
ErrorsParameter organisation should be final.137
Errors'{' is followed by whitespace.143
Errors'{' is followed by whitespace.143
Errors'{' is followed by whitespace.145
Errors'20' is a magic number.145
Errors'5' is a magic number.147
ErrorsParameter organisation should be final.167
ErrorsLine is longer than 80 characters.198
ErrorsAvoid inline conditionals.198
ErrorsAvoid inline conditionals.199
Errors',' is not followed by whitespace.200
ErrorsParameter organisation should be final.214
Errors'{' is followed by whitespace.220
Errors'{' is followed by whitespace.220
Errors'{' is followed by whitespace.222
Errors'20' is a magic number.222
Errors'5' is a magic number.224
ErrorsParameter organisation should be final.244
ErrorsParameter organisation should be final.283
Errors'{' is followed by whitespace.289
Errors'{' is followed by whitespace.289
Errors'{' is followed by whitespace.291
Errors'20' is a magic number.291
Errors'5' is a magic number.293
ErrorsParameter organisation should be final.314

org/directdemocracyportal/democracy/web/views/PersonProfilePanel.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.12
Errors'{' should be on the previous line.23
ErrorsParameter person should be final.31
ErrorsParameter votes should be final.31
Errors'{' is followed by whitespace.33
Errors'{' is followed by whitespace.33
Errors'{' is followed by whitespace.35
Errors'20' is a magic number.35
Errors',' is not followed by whitespace.35
Errors'5' is a magic number.37
ErrorsLine is longer than 80 characters.41
ErrorsParameter votes should be final.56
Errors':' is not preceded with whitespace.70
ErrorsLine is longer than 80 characters.71
Errors',' is not followed by whitespace.71

org/directdemocracyportal/democracy/web/views/PoliticalPartiesPanel.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.13
Errors'{' should be on the previous line.24
ErrorsParameter parties should be final.31
Errors'{' is followed by whitespace.32
Errors'{' is followed by whitespace.32
Errors'{' is followed by whitespace.33
Errors'32' is a magic number.33
Errors'5' is a magic number.35
ErrorsLine is longer than 80 characters.52

org/directdemocracyportal/democracy/web/views/StartContentPanel.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.14
Errors'{' should be on the previous line.24
ErrorsParameter portal should be final.31
Errors'{' is followed by whitespace.32
Errors'{' is followed by whitespace.32
Errors'{' is followed by whitespace.33
Errors'5' is a magic number.35
ErrorsParameter portal should be final.48
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.56
Errors'for' is not followed by whitespace.61
ErrorsLine is longer than 80 characters.66
Errors'for' is not followed by whitespace.71

org/directdemocracyportal/democracy/web/views/UserProfilePanel.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.18
Errors'{' should be on the previous line.32
ErrorsParameter user should be final.40
Errors',' is not followed by whitespace.40
ErrorsParameter parties should be final.40
Errors'{' is followed by whitespace.42
Errors'{' is followed by whitespace.42
Errors'{' is followed by whitespace.43
Errors'32' is a magic number.43
Errors'5' is a magic number.45
Errors',' is not followed by whitespace.52
ErrorsParameter user should be final.64
Errors',' is not followed by whitespace.64
ErrorsParameter parties should be final.64
ErrorsLine is longer than 80 characters.74
Errors',' is not followed by whitespace.74
ErrorsLine is longer than 80 characters.80
Errors',' is not followed by whitespace.80
ErrorsLine is longer than 80 characters.86
Errors',' is not followed by whitespace.86
ErrorsParameter user should be final.99
Errors'{' is followed by whitespace.104
Errors'{' is followed by whitespace.104
Errors'{' is followed by whitespace.106
Errors'20' is a magic number.106
Errors',' is not followed by whitespace.106
Errors',' is not followed by whitespace.106
Errors'20' is a magic number.106
Errors'20' is a magic number.106
Errors'5' is a magic number.108
ErrorsParameter user should be final.147
ErrorsLine is longer than 80 characters.186
Errors',' is not followed by whitespace.186
Errors',' is not followed by whitespace.186
Errors',' is not followed by whitespace.186
Errors',' is not followed by whitespace.186
Errors',' is not followed by whitespace.186
ErrorsParameter governmentPortal should be final.199
ErrorsParameter parties should be final.199
Errors'{' is followed by whitespace.204
Errors'{' is followed by whitespace.204
Errors'{' is followed by whitespace.206
Errors'5' is a magic number.208
ErrorsLine is longer than 80 characters.210
Errors',' is not followed by whitespace.211
ErrorsParameter user should be final.223
ErrorsParameter user should be final.270

org/directdemocracyportal/democracy/web/views/comparator/LongComparator.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors',' is not followed by whitespace.13
Errors'{' should be on the previous line.14
ErrorsMethod 'compare' is not designed for extension - needs to be abstract, final or empty.24
ErrorsMissing a Javadoc comment.24
ErrorsParameter o1 should be final.24
ErrorsParameter o2 should be final.24

org/directdemocracyportal/democracy/web/views/dialogs/AbstractActionDialog.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
Errors'{' should be on the previous line.13
ErrorsVariable 'dialogResult' must be private and have accessor methods.31
ErrorsParameter name should be final.38
ErrorsMethod 'getDialogResult' is not designed for extension - needs to be abstract, final or empty.49

org/directdemocracyportal/democracy/web/views/dialogs/CreatePartyDialog.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.11
Errors'{' should be on the previous line.28
ErrorsVariable 'createPartyActionListener' must be private and have accessor methods.40
ErrorsParameter ev should be final.41
ErrorsVariable 'cancelActionListener' must be private and have accessor methods.48
ErrorsParameter ev should be final.49
ErrorsParameter countries should be final.63
Errors'countries' hides a field.63
Errors'200' is a magic number.68
Errors'200' is a magic number.68
Errors'350' is a magic number.69
Errors'160' is a magic number.69
Errors'{' is followed by whitespace.70
Errors'{' is followed by whitespace.70
Errors'120' is a magic number.70
Errors'200' is a magic number.70
Errors'{' is followed by whitespace.72
Errors'30' is a magic number.72
Errors'30' is a magic number.72
Errors'30' is a magic number.72
Errors'30' is a magic number.72
Errors'10' is a magic number.73
Errors'5' is a magic number.74
ErrorsMethod 'getCountryId' is not designed for extension - needs to be abstract, final or empty.139
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.149

org/directdemocracyportal/democracy/web/views/dialogs/ErrorMessageBox.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.9
Errors'{' should be on the previous line.21
ErrorsLine has trailing spaces.22
Errors'{' is followed by whitespace.32
Errors'16' is a magic number.32
Errors'200' is a magic number.32
Errors'{' is followed by whitespace.33
Errors'16' is a magic number.33
Errors'4' is a magic number.35
Errors'200' is a magic number.43
Errors'16' is a magic number.43
ErrorsMethod 'displayErrorMessage' is not designed for extension - needs to be abstract, final or empty.52
ErrorsParameter message should be final.52

org/directdemocracyportal/democracy/web/views/dialogs/LoginDialog.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.8
Errors'{' should be on the previous line.22
ErrorsVariable 'loginActionListener' must be private and have accessor methods.34
ErrorsParameter ev should be final.35
ErrorsVariable 'cancelActionListener' must be private and have accessor methods.42
ErrorsParameter ev should be final.43
Errors'200' is a magic number.55
Errors'200' is a magic number.55
Errors'350' is a magic number.56
Errors'160' is a magic number.56
Errors'{' is followed by whitespace.57
Errors'{' is followed by whitespace.57
Errors'120' is a magic number.57
Errors'200' is a magic number.57
Errors'{' is followed by whitespace.59
Errors'30' is a magic number.59
Errors'30' is a magic number.59
Errors'30' is a magic number.59
Errors'30' is a magic number.59
Errors'10' is a magic number.60
Errors'5' is a magic number.61
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.102
ErrorsMethod 'getPassword' is not designed for extension - needs to be abstract, final or empty.111

org/directdemocracyportal/democracy/web/views/dialogs/RegisterUserDialog.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.13
Errors'{' should be on the previous line.30
ErrorsVariable 'registerUserActionListener' must be private and have accessor methods.51
ErrorsParameter ev should be final.52
ErrorsVariable 'cancelActionListener' must be private and have accessor methods.59
ErrorsParameter ev should be final.60
ErrorsParameter portals should be final.74
Errors'portals' hides a field.74
ErrorsLine is longer than 80 characters.75
Errors'200' is a magic number.78
Errors'200' is a magic number.78
Errors'350' is a magic number.79
Errors'280' is a magic number.79
Errors'{' is followed by whitespace.80
Errors'{' is followed by whitespace.80
Errors'120' is a magic number.80
Errors'200' is a magic number.80
Errors'{' is followed by whitespace.82
Errors'30' is a magic number.82
Errors'30' is a magic number.82
Errors'30' is a magic number.82
Errors'30' is a magic number.82
Errors'30' is a magic number.82
Errors'30' is a magic number.82
Errors'30' is a magic number.82
Errors'10' is a magic number.83
Errors'5' is a magic number.84
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.176
ErrorsMethod 'getEmail' is not designed for extension - needs to be abstract, final or empty.185
ErrorsMethod 'getUsername' is not designed for extension - needs to be abstract, final or empty.194
ErrorsMethod 'getPassword' is not designed for extension - needs to be abstract, final or empty.203
ErrorsMethod 'getPortalId' is not designed for extension - needs to be abstract, final or empty.212
ErrorsMethod 'setErrorMessage' is not designed for extension - needs to be abstract, final or empty.222
ErrorsParameter message should be final.222

org/directdemocracyportal/democracy/web/views/header/UserPanel.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.11
Errors'{' should be on the previous line.25
ErrorsParameter user should be final.32
Errors'{' is followed by whitespace.35
Errors'{' is followed by whitespace.35
Errors'{' is followed by whitespace.36
Errors'5' is a magic number.38
Errors'90' is a magic number.49
Errors'30' is a magic number.49
Errors'90' is a magic number.62
Errors'30' is a magic number.62

org/directdemocracyportal/democracy/web/views/header/WelcomePanel.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.2
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.9
Errors'{' should be on the previous line.22
Errors'{' is followed by whitespace.30
Errors'{' is followed by whitespace.30
Errors'{' is followed by whitespace.31
Errors'5' is a magic number.33
Errors'90' is a magic number.41
Errors'30' is a magic number.41
Errors'90' is a magic number.51
Errors'30' is a magic number.51