Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
143 0 0 3710

Files

Files Infos Warnings Errors
org/directdemocracyportal/democracy/model/application/Action.java 0 0 4
org/directdemocracyportal/democracy/model/application/Application.java 0 0 24
org/directdemocracyportal/democracy/model/application/Authority.java 0 0 20
org/directdemocracyportal/democracy/model/application/Event.java 0 0 37
org/directdemocracyportal/democracy/model/application/GovernmentPortal.java 0 0 11
org/directdemocracyportal/democracy/model/application/OnlinePoliticalParty.java 0 0 8
org/directdemocracyportal/democracy/model/application/Portal.java 0 0 5
org/directdemocracyportal/democracy/model/application/RoleAction.java 0 0 17
org/directdemocracyportal/democracy/model/application/SecurityRoleType.java 0 0 4
org/directdemocracyportal/democracy/model/application/User.java 0 0 119
org/directdemocracyportal/democracy/model/application/UserRole.java 0 0 24
org/directdemocracyportal/democracy/model/application/UserSession.java 0 0 48
org/directdemocracyportal/democracy/model/application/package.html 0 0 1
org/directdemocracyportal/democracy/model/core/Agent.java 0 0 73
org/directdemocracyportal/democracy/model/core/BaseEntity.java 0 0 8
org/directdemocracyportal/democracy/model/core/Environment.java 0 0 50
org/directdemocracyportal/democracy/model/core/GroupAgent.java 0 0 61
org/directdemocracyportal/democracy/model/core/Resource.java 0 0 24
org/directdemocracyportal/democracy/model/core/Role.java 0 0 74
org/directdemocracyportal/democracy/model/core/package.html 0 0 1
org/directdemocracyportal/democracy/model/world/Country.java 0 0 5
org/directdemocracyportal/democracy/model/world/Document.java 0 0 7
org/directdemocracyportal/democracy/model/world/Election.java 0 0 29
org/directdemocracyportal/democracy/model/world/ElectionType.java 0 0 4
org/directdemocracyportal/democracy/model/world/Government.java 0 0 39
org/directdemocracyportal/democracy/model/world/GovernmentType.java 0 0 4
org/directdemocracyportal/democracy/model/world/Issue.java 0 0 24
org/directdemocracyportal/democracy/model/world/Organisation.java 0 0 89
org/directdemocracyportal/democracy/model/world/OrganisationType.java 0 0 4
org/directdemocracyportal/democracy/model/world/Person.java 0 0 13
org/directdemocracyportal/democracy/model/world/PoliticalParty.java 0 0 13
org/directdemocracyportal/democracy/model/world/Region.java 0 0 37
org/directdemocracyportal/democracy/model/world/RegionType.java 0 0 4
org/directdemocracyportal/democracy/model/world/Resolution.java 0 0 48
org/directdemocracyportal/democracy/model/world/Vote.java 0 0 27
org/directdemocracyportal/democracy/model/world/VoteResult.java 0 0 49
org/directdemocracyportal/democracy/model/world/package.html 0 0 1
org/directdemocracyportal/democracy/service/OrganisationAlreadyExistException.java 0 0 5
org/directdemocracyportal/democracy/service/PartyAlreadyExistException.java 0 0 5
org/directdemocracyportal/democracy/service/PortalService.java 0 0 112
org/directdemocracyportal/democracy/service/PortalServiceImpl.java 0 0 282
org/directdemocracyportal/democracy/service/UserAlreadyExistException.java 0 0 5
org/directdemocracyportal/democracy/service/UserService.java 0 0 21
org/directdemocracyportal/democracy/service/UserServiceImpl.java 0 0 63
org/directdemocracyportal/democracy/service/command/CreatePartyCommand.java 0 0 17
org/directdemocracyportal/democracy/service/command/RegisterCommand.java 0 0 35
org/directdemocracyportal/democracy/service/command/package.html 0 0 1
org/directdemocracyportal/democracy/service/dao/AgentDAO.java 0 0 12
org/directdemocracyportal/democracy/service/dao/CountryDAO.java 0 0 21
org/directdemocracyportal/democracy/service/dao/DocumentDAO.java 0 0 22
org/directdemocracyportal/democracy/service/dao/EventDAO.java 0 0 7
org/directdemocracyportal/democracy/service/dao/GenericDAO.java 0 0 31
org/directdemocracyportal/democracy/service/dao/GovernmentDAO.java 0 0 12
org/directdemocracyportal/democracy/service/dao/PersonDAO.java 0 0 7
org/directdemocracyportal/democracy/service/dao/PoliticalPartyDAO.java 0 0 24
org/directdemocracyportal/democracy/service/dao/PortalDAO.java 0 0 22
org/directdemocracyportal/democracy/service/dao/RegionDAO.java 0 0 12
org/directdemocracyportal/democracy/service/dao/RoleDAO.java 0 0 6
org/directdemocracyportal/democracy/service/dao/UserDAO.java 0 0 12
org/directdemocracyportal/democracy/service/dao/UserSessionDAO.java 0 0 20
org/directdemocracyportal/democracy/service/dao/hibernate/GenericHibernateDAO.java 0 0 44
org/directdemocracyportal/democracy/service/dao/hibernate/HibernateAgentDAO.java 0 0 18
org/directdemocracyportal/democracy/service/dao/hibernate/HibernateCountryDAO.java 0 0 30
org/directdemocracyportal/democracy/service/dao/hibernate/HibernateDocumentDAO.java 0 0 32
org/directdemocracyportal/democracy/service/dao/hibernate/HibernateEventDAO.java 0 0 8
org/directdemocracyportal/democracy/service/dao/hibernate/HibernateGovernmentDAO.java 0 0 17
org/directdemocracyportal/democracy/service/dao/hibernate/HibernatePersonDAO.java 0 0 8
org/directdemocracyportal/democracy/service/dao/hibernate/HibernatePoliticalPartyDAO.java 0 0 34
org/directdemocracyportal/democracy/service/dao/hibernate/HibernatePortalDAO.java 0 0 41
org/directdemocracyportal/democracy/service/dao/hibernate/HibernateRegionDAO.java 0 0 16
org/directdemocracyportal/democracy/service/dao/hibernate/HibernateRoleDAO.java 0 0 7
org/directdemocracyportal/democracy/service/dao/hibernate/HibernateUserDAO.java 0 0 17
org/directdemocracyportal/democracy/service/dao/hibernate/HibernateUserSessionDAO.java 0 0 39
org/directdemocracyportal/democracy/service/dao/hibernate/package.html 0 0 1
org/directdemocracyportal/democracy/service/dao/package.html 0 0 1
org/directdemocracyportal/democracy/service/governmentloader/GovernmentImporter.java 0 0 5
org/directdemocracyportal/democracy/service/governmentloader/GovernmentImporterJob.java 0 0 8
org/directdemocracyportal/democracy/service/governmentloader/SwedishGovernmentDocumentImporterImpl.java 0 0 122
org/directdemocracyportal/democracy/service/governmentloader/SwedishGovernmentImporterImpl.java 0 0 268
org/directdemocracyportal/democracy/service/governmentloader/SwedishParliamentOrganisationStructureImporterImpl.java 0 0 110
org/directdemocracyportal/democracy/service/governmentloader/SwedishParliamentWebsiteWrapper.java 0 0 1
org/directdemocracyportal/democracy/service/governmentloader/package.html 0 0 1
org/directdemocracyportal/democracy/service/package.html 0 0 1
org/directdemocracyportal/democracy/web/ApplicationMessageHolder.java 0 0 23
org/directdemocracyportal/democracy/web/BeanLocator.java 0 0 10
org/directdemocracyportal/democracy/web/ImageConstants.java 0 0 44
org/directdemocracyportal/democracy/web/StaticContextLoaderListener.java 0 0 13
org/directdemocracyportal/democracy/web/UserState.java 0 0 46
org/directdemocracyportal/democracy/web/action/AbstractAction.java 0 0 7
org/directdemocracyportal/democracy/web/action/ControllerAction.java 0 0 4
org/directdemocracyportal/democracy/web/action/CreatePoliticalPartyAction.java 0 0 5
org/directdemocracyportal/democracy/web/action/JoinPoliticalPartyAction.java 0 0 11
org/directdemocracyportal/democracy/web/action/LoginAction.java 0 0 5
org/directdemocracyportal/democracy/web/action/LogoutAction.java 0 0 5
org/directdemocracyportal/democracy/web/action/NewApplicationInstanceAction.java 0 0 15
org/directdemocracyportal/democracy/web/action/RegisterAction.java 0 0 5
org/directdemocracyportal/democracy/web/action/ShowAllEvents.java 0 0 5
org/directdemocracyportal/democracy/web/action/ShowApplicationHome.java 0 0 5
org/directdemocracyportal/democracy/web/action/ShowGovernmentAction.java 0 0 11
org/directdemocracyportal/democracy/web/action/ShowGovernmentsAction.java 0 0 5
org/directdemocracyportal/democracy/web/action/ShowMembersAction.java 0 0 5
org/directdemocracyportal/democracy/web/action/ShowMyProfileAction.java 0 0 5
org/directdemocracyportal/democracy/web/action/ShowOnlinePoliticalPartyAction.java 0 0 11
org/directdemocracyportal/democracy/web/action/ShowOrganisationAction.java 0 0 11
org/directdemocracyportal/democracy/web/action/ShowPersonAction.java 0 0 11
org/directdemocracyportal/democracy/web/action/ShowPoliticalPartiesAction.java 0 0 5
org/directdemocracyportal/democracy/web/action/ShowUserAction.java 0 0 11
org/directdemocracyportal/democracy/web/action/package.html 0 0 1
org/directdemocracyportal/democracy/web/actionlistener/ApplicationActionListener.java 0 0 17
org/directdemocracyportal/democracy/web/actionlistener/ApplicationEventHandler.java 0 0 9
org/directdemocracyportal/democracy/web/actionlistener/package.html 0 0 1
org/directdemocracyportal/democracy/web/controller/Controller.java 0 0 8
org/directdemocracyportal/democracy/web/controller/FrontController.java 0 0 124
org/directdemocracyportal/democracy/web/controller/package.html 0 0 1
org/directdemocracyportal/democracy/web/main/Main.java 0 0 11
org/directdemocracyportal/democracy/web/main/package.html 0 0 1
org/directdemocracyportal/democracy/web/package.html 0 0 1
org/directdemocracyportal/democracy/web/views/ActiveUserView.java 0 0 42
org/directdemocracyportal/democracy/web/views/EventsPanel.java 0 0 15
org/directdemocracyportal/democracy/web/views/ExplorerPanel.java 0 0 17
org/directdemocracyportal/democracy/web/views/FooterPanel.java 0 0 15
org/directdemocracyportal/democracy/web/views/GovernmentOverviewPanel.java 0 0 73
org/directdemocracyportal/democracy/web/views/GovernmentsPanel.java 0 0 15
org/directdemocracyportal/democracy/web/views/HeaderPanel.java 0 0 13
org/directdemocracyportal/democracy/web/views/MembersPanel.java 0 0 16
org/directdemocracyportal/democracy/web/views/OnlinePoliticalPartyOverviewPanel.java 0 0 46
org/directdemocracyportal/democracy/web/views/OrganisationOverviewPanel.java 0 0 67
org/directdemocracyportal/democracy/web/views/PersonProfilePanel.java 0 0 29
org/directdemocracyportal/democracy/web/views/PoliticalPartiesPanel.java 0 0 18
org/directdemocracyportal/democracy/web/views/StartContentPanel.java 0 0 26
org/directdemocracyportal/democracy/web/views/UserProfilePanel.java 0 0 73
org/directdemocracyportal/democracy/web/views/comparator/LongComparator.java 0 0 14
org/directdemocracyportal/democracy/web/views/comparator/package.html 0 0 1
org/directdemocracyportal/democracy/web/views/dialogs/AbstractActionDialog.java 0 0 13
org/directdemocracyportal/democracy/web/views/dialogs/CreatePartyDialog.java 0 0 39
org/directdemocracyportal/democracy/web/views/dialogs/ErrorMessageBox.java 0 0 19
org/directdemocracyportal/democracy/web/views/dialogs/LoginDialog.java 0 0 29
org/directdemocracyportal/democracy/web/views/dialogs/RegisterUserDialog.java 0 0 52
org/directdemocracyportal/democracy/web/views/dialogs/package.html 0 0 1
org/directdemocracyportal/democracy/web/views/header/UserPanel.java 0 0 16
org/directdemocracyportal/democracy/web/views/header/WelcomePanel.java 0 0 14
org/directdemocracyportal/democracy/web/views/header/package.html 0 0 1
org/directdemocracyportal/democracy/web/views/package.html 0 0 1

Rules

Rules Violations Severity
PackageHtml 17 Errors Error
NewlineAtEndOfFile 15 Errors Error
Translation 0 Errors Error
JavadocMethod 99 Errors Error
JavadocType 4 Errors Error
JavadocVariable 0 Errors Error
JavadocStyle 2 Errors Error
ConstantName 10 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 2 Errors Error
MemberName 4 Errors Error
MethodName 4 Errors Error
PackageName 0 Errors Error
ParameterName 2 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
FileLength 0 Errors Error
LineLength 553 Errors Error
MethodLength 0 Errors Error
ParameterNumber 1 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 92 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 0 Errors Error
ParenPad 1 Errors Error
TypecastParenPad 0 Errors Error
TabCharacter 1 Errors Error
WhitespaceAfter 56 Errors Error
WhitespaceAround 785 Errors Error
ModifierOrder 37 Errors Error
RedundantModifier 17 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 2 Errors Error
LeftCurly 125 Errors Error
NeedBraces 34 Errors Error
RightCurly 0 Errors Error
AvoidInlineConditionals 25 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 147 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 122 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 34 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 302 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 9 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 9 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 392 Errors Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
685 Errors Error
TodoComment 122 Errors Error
UpperEll 0 Errors Error

Details

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 20
Errors Line has trailing spaces. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 31
Errors Line has trailing spaces. 34
Errors Line is longer than 80 characters. 35
Errors Line is longer than 80 characters. 36
Errors '{' should be on the previous line. 44
Errors '<' is not preceded with whitespace. 50
Errors '<' is not followed by whitespace. 50
Errors '>' is not preceded with whitespace. 50
Errors '<' is not preceded with whitespace. 50
Errors '<' is not followed by whitespace. 50
Errors '>' is not preceded with whitespace. 50
Errors '>' is not followed by whitespace. 50
Errors Line has trailing spaces. 54
Errors Method 'getEvents' is not designed for extension - needs to be abstract, final or empty. 57
Errors '<' is not preceded with whitespace. 58
Errors '<' is not followed by whitespace. 58
Errors '>' is not preceded with whitespace. 58
Errors Line has trailing spaces. 64
Errors Method 'setEvents' is not designed for extension - needs to be abstract, final or empty. 67
Errors Parameter events should be final. 67
Errors '<' is not preceded with whitespace. 67
Errors '<' is not followed by whitespace. 67
Errors '>' is not preceded with whitespace. 67
Errors 'events' hides a field. 67

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 29
Errors Line has trailing spaces. 32
Errors Line is longer than 80 characters. 33
Errors Line is longer than 80 characters. 34
Errors '{' should be on the previous line. 42
Errors Line has trailing spaces. 61
Errors Parameter userRole should be final. 64
Errors 'userRole' hides a field. 64
Errors Method 'getId' is not designed for extension - needs to be abstract, final or empty. 73
Errors Missing a Javadoc comment. 73
Errors Line has trailing spaces. 82
Errors Method 'setId' is not designed for extension - needs to be abstract, final or empty. 85
Errors Parameter id should be final. 85
Errors 'id' hides a field. 85
Errors Line has trailing spaces. 91
Errors Method 'getUserRole' is not designed for extension - needs to be abstract, final or empty. 94
Errors Line has trailing spaces. 100
Errors Method 'setUserRole' is not designed for extension - needs to be abstract, final or empty. 103
Errors Parameter userRole should be final. 103
Errors 'userRole' hides a field. 103

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 39
Errors Line has trailing spaces. 42
Errors Line is longer than 80 characters. 43
Errors Line is longer than 80 characters. 44
Errors Line is longer than 80 characters. 51
Errors '{' should be on the previous line. 54
Errors Line has trailing spaces. 79
Errors Parameter user should be final. 84
Errors 'user' hides a field. 84
Errors Parameter action should be final. 84
Errors 'action' hides a field. 84
Errors Parameter time should be final. 84
Errors 'time' hides a field. 84
Errors Method 'getId' is not designed for extension - needs to be abstract, final or empty. 95
Errors Missing a Javadoc comment. 95
Errors Line has trailing spaces. 104
Errors Method 'setId' is not designed for extension - needs to be abstract, final or empty. 107
Errors Parameter id should be final. 107
Errors 'id' hides a field. 107
Errors Line has trailing spaces. 113
Errors Method 'getUser' is not designed for extension - needs to be abstract, final or empty. 116
Errors Line has trailing spaces. 124
Errors Method 'setUser' is not designed for extension - needs to be abstract, final or empty. 127
Errors Parameter user should be final. 127
Errors 'user' hides a field. 127
Errors Line has trailing spaces. 133
Errors Method 'getAction' is not designed for extension - needs to be abstract, final or empty. 136
Errors Line has trailing spaces. 142
Errors Method 'setAction' is not designed for extension - needs to be abstract, final or empty. 145
Errors Parameter action should be final. 145
Errors 'action' hides a field. 145
Errors Line has trailing spaces. 151
Errors Method 'getTime' is not designed for extension - needs to be abstract, final or empty. 154
Errors Line has trailing spaces. 161
Errors Method 'setTime' is not designed for extension - needs to be abstract, final or empty. 164
Errors Parameter time should be final. 164
Errors 'time' hides a field. 164

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 28
Errors Line has trailing spaces. 31
Errors Line is longer than 80 characters. 32
Errors Line is longer than 80 characters. 33
Errors '{' should be on the previous line. 41
Errors Line has trailing spaces. 57
Errors Method 'getGovernment' is not designed for extension - needs to be abstract, final or empty. 60
Errors Line has trailing spaces. 68
Errors Method 'setGovernment' is not designed for extension - needs to be abstract, final or empty. 71
Errors Parameter government should be final. 71
Errors 'government' hides a field. 71

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 27
Errors Line has trailing spaces. 30
Errors Line is longer than 80 characters. 31
Errors Line is longer than 80 characters. 32
Errors '{' should be on the previous line. 40
Errors Line is longer than 80 characters. 54
Errors Method 'isOffline' is not designed for extension - needs to be abstract, final or empty. 56
Errors Missing a Javadoc comment. 56

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 26
Errors Line has trailing spaces. 29
Errors Line is longer than 80 characters. 30
Errors Line is longer than 80 characters. 31
Errors '{' should be on the previous line. 39

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 29
Errors Line has trailing spaces. 32
Errors Line is longer than 80 characters. 33
Errors Line is longer than 80 characters. 34
Errors '{' should be on the previous line. 42
Errors Method 'getId' is not designed for extension - needs to be abstract, final or empty. 64
Errors Missing a Javadoc comment. 64
Errors Line has trailing spaces. 73
Errors Method 'setId' is not designed for extension - needs to be abstract, final or empty. 76
Errors Parameter id should be final. 76
Errors 'id' hides a field. 76
Errors Line has trailing spaces. 82
Errors Method 'getAction' is not designed for extension - needs to be abstract, final or empty. 85
Errors Line has trailing spaces. 91
Errors Method 'setAction' is not designed for extension - needs to be abstract, final or empty. 94
Errors Parameter action should be final. 94
Errors 'action' hides a field. 94

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 20
Errors Line has trailing spaces. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 45
Errors Line has trailing spaces. 48
Errors Line is longer than 80 characters. 49
Errors Line is longer than 80 characters. 50
Errors '{' should be on the previous line. 58
Errors '<' is not preceded with whitespace. 91
Errors '<' is not followed by whitespace. 91
Errors '>' is not preceded with whitespace. 91
Errors '<' is not preceded with whitespace. 91
Errors '<' is not followed by whitespace. 91
Errors '>' is not preceded with whitespace. 91
Errors '>' is not followed by whitespace. 91
Errors '<' is not preceded with whitespace. 94
Errors '<' is not followed by whitespace. 94
Errors '>' is not preceded with whitespace. 94
Errors '<' is not preceded with whitespace. 94
Errors '<' is not followed by whitespace. 94
Errors '>' is not preceded with whitespace. 94
Errors '>' is not followed by whitespace. 94
Errors Line has trailing spaces. 104
Errors Parameter createdDate should be final. 111
Errors 'createdDate' hides a field. 111
Errors Parameter username should be final. 111
Errors 'username' hides a field. 111
Errors Parameter password should be final. 111
Errors 'password' hides a field. 111
Errors ',' is not followed by whitespace. 111
Errors Parameter email should be final. 111
Errors 'email' hides a field. 111
Errors Parameter person should be final. 112
Errors 'person' hides a field. 112
Errors Line has trailing spaces. 122
Errors Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. 125
Errors Line has trailing spaces. 131
Errors Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. 134
Errors Parameter password should be final. 134
Errors 'password' hides a field. 134
Errors Line has trailing spaces. 140
Errors Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. 143
Errors Line has trailing spaces. 150
Errors Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. 153
Errors Parameter username should be final. 153
Errors 'username' hides a field. 153
Errors Line has trailing spaces. 159
Errors Method 'setCreatedDate' is not designed for extension - needs to be abstract, final or empty. 162
Errors Parameter createdDate should be final. 163
Errors 'createdDate' hides a field. 163
Errors Line has trailing spaces. 169
Errors Method 'getCreatedDate' is not designed for extension - needs to be abstract, final or empty. 172
Errors Line has trailing spaces. 178
Errors Line is longer than 80 characters. 181
Errors Method 'getEvents' is not designed for extension - needs to be abstract, final or empty. 181
Errors '<' is not preceded with whitespace. 182
Errors '<' is not followed by whitespace. 182
Errors '>' is not preceded with whitespace. 182
Errors Line has trailing spaces. 188
Errors Method 'setEvents' is not designed for extension - needs to be abstract, final or empty. 191
Errors Parameter events should be final. 191
Errors '<' is not preceded with whitespace. 191
Errors '<' is not followed by whitespace. 191
Errors '>' is not preceded with whitespace. 191
Errors 'events' hides a field. 191
Errors Line has trailing spaces. 197
Errors Method 'getPerson' is not designed for extension - needs to be abstract, final or empty. 200
Errors Line has trailing spaces. 208
Errors Method 'setPerson' is not designed for extension - needs to be abstract, final or empty. 211
Errors Parameter person should be final. 211
Errors 'person' hides a field. 211
Errors Line has trailing spaces. 217
Errors Method 'getGrantedAuthorities' is not designed for extension - needs to be abstract, final or empty. 220
Errors '<' is not preceded with whitespace. 221
Errors '<' is not followed by whitespace. 221
Errors '>' is not preceded with whitespace. 221
Errors Line has trailing spaces. 227
Errors Method 'setGrantedAuthorities' is not designed for extension - needs to be abstract, final or empty. 230
Errors Parameter grantedAuthorities should be final. 230
Errors '<' is not preceded with whitespace. 230
Errors '<' is not followed by whitespace. 230
Errors '>' is not preceded with whitespace. 230
Errors 'grantedAuthorities' hides a field. 230
Errors Line has trailing spaces. 236
Errors Method 'setAccountNonExpired' is not designed for extension - needs to be abstract, final or empty. 239
Errors Parameter accountNonExpired should be final. 239
Errors 'accountNonExpired' hides a field. 239
Errors Line has trailing spaces. 245
Errors Method 'setAccountNonLocked' is not designed for extension - needs to be abstract, final or empty. 248
Errors Parameter accountNonLocked should be final. 248
Errors 'accountNonLocked' hides a field. 248
Errors Line has trailing spaces. 254
Errors Method 'setCredentialsNonExpired' is not designed for extension - needs to be abstract, final or empty. 257
Errors Parameter credentialsNonExpired should be final. 257
Errors 'credentialsNonExpired' hides a field. 257
Errors Line has trailing spaces. 263
Errors Method 'setEnabled' is not designed for extension - needs to be abstract, final or empty. 266
Errors Parameter enabled should be final. 266
Errors 'enabled' hides a field. 266
Errors Line has trailing spaces. 272
Errors Method 'isAccountNonExpired' is not designed for extension - needs to be abstract, final or empty. 275
Errors Line has trailing spaces. 281
Errors Method 'isAccountNonLocked' is not designed for extension - needs to be abstract, final or empty. 284
Errors Line has trailing spaces. 290
Errors Method 'isCredentialsNonExpired' is not designed for extension - needs to be abstract, final or empty. 293
Errors Line has trailing spaces. 299
Errors Method 'isEnabled' is not designed for extension - needs to be abstract, final or empty. 302
Errors Line has trailing spaces. 308
Errors Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. 311
Errors Line has trailing spaces. 317
Errors Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. 320
Errors Parameter email should be final. 320
Errors 'email' hides a field. 320
Errors Line has trailing spaces. 326
Errors Method 'getLocalGovernmentPortal' is not designed for extension - needs to be abstract, final or empty. 329
Errors Line has trailing spaces. 336
Errors Method 'getRegionalGovernmentPortal' is not designed for extension - needs to be abstract, final or empty. 339
Errors Line has trailing spaces. 346
Errors Method 'getNationalGovernmentPortal' is not designed for extension - needs to be abstract, final or empty. 349
Errors Line has trailing spaces. 356
Errors Line has trailing spaces. 358
Errors Parameter organisationType should be final. 363

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 31
Errors Line has trailing spaces. 34
Errors Line is longer than 80 characters. 35
Errors Line is longer than 80 characters. 36
Errors '{' should be on the previous line. 44
Errors '<' is not preceded with whitespace. 50
Errors '<' is not followed by whitespace. 50
Errors '>' is not preceded with whitespace. 50
Errors '<' is not preceded with whitespace. 50
Errors '<' is not followed by whitespace. 50
Errors '>' is not preceded with whitespace. 50
Errors '>' is not followed by whitespace. 50
Errors Line has trailing spaces. 60
Errors Method 'getRoleActions' is not designed for extension - needs to be abstract, final or empty. 63
Errors '<' is not preceded with whitespace. 64
Errors '<' is not followed by whitespace. 64
Errors '>' is not preceded with whitespace. 64
Errors Line has trailing spaces. 70
Errors Method 'setRoleActions' is not designed for extension - needs to be abstract, final or empty. 73
Errors Parameter roleActions should be final. 73
Errors '<' is not preceded with whitespace. 73
Errors '<' is not followed by whitespace. 73
Errors '>' is not preceded with whitespace. 73
Errors 'roleActions' hides a field. 73

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 36
Errors Line has trailing spaces. 39
Errors Line is longer than 80 characters. 40
Errors Line is longer than 80 characters. 41
Errors '{' should be on the previous line. 49
Errors Line has trailing spaces. 80
Errors Parameter user should be final. 85
Errors 'user' hides a field. 85
Errors Parameter sessionId should be final. 85
Errors 'sessionId' hides a field. 85
Errors Parameter createdAt should be final. 85
Errors 'createdAt' hides a field. 85
Errors Method 'getId' is not designed for extension - needs to be abstract, final or empty. 98
Errors Missing a Javadoc comment. 98
Errors Line has trailing spaces. 107
Errors Method 'setId' is not designed for extension - needs to be abstract, final or empty. 110
Errors Parameter id should be final. 110
Errors 'id' hides a field. 110
Errors Line has trailing spaces. 116
Errors Method 'isActive' is not designed for extension - needs to be abstract, final or empty. 119
Errors Line has trailing spaces. 125
Errors Method 'setActive' is not designed for extension - needs to be abstract, final or empty. 128
Errors Parameter active should be final. 128
Errors 'active' hides a field. 128
Errors Line has trailing spaces. 134
Errors Method 'getCreatedAt' is not designed for extension - needs to be abstract, final or empty. 137
Errors Line has trailing spaces. 144
Errors Method 'setCreatedAt' is not designed for extension - needs to be abstract, final or empty. 147
Errors Parameter createdAt should be final. 147
Errors 'createdAt' hides a field. 147
Errors Line has trailing spaces. 153
Errors Method 'getEndedAt' is not designed for extension - needs to be abstract, final or empty. 156
Errors Line has trailing spaces. 163
Errors Method 'setEndedAt' is not designed for extension - needs to be abstract, final or empty. 166
Errors Parameter endedAt should be final. 166
Errors 'endedAt' hides a field. 166
Errors Line has trailing spaces. 172
Errors Method 'getSessionId' is not designed for extension - needs to be abstract, final or empty. 175
Errors Line has trailing spaces. 181
Errors Method 'setSessionId' is not designed for extension - needs to be abstract, final or empty. 184
Errors Parameter sessionId should be final. 184
Errors 'sessionId' hides a field. 184
Errors Line has trailing spaces. 190
Errors Method 'getUser' is not designed for extension - needs to be abstract, final or empty. 193
Errors Line has trailing spaces. 201
Errors Method 'setUser' is not designed for extension - needs to be abstract, final or empty. 204
Errors Parameter user should be final. 204
Errors 'user' hides a field. 204

org/directdemocracyportal/democracy/model/application/package.html

Violation Message Line
Errors Missing package documentation file. 0

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 37
Errors Line has trailing spaces. 43
Errors Line is longer than 80 characters. 44
Errors Line is longer than 80 characters. 45
Errors '{' should be on the previous line. 54
Errors '<' is not preceded with whitespace. 63
Errors '<' is not followed by whitespace. 63
Errors '>' is not preceded with whitespace. 63
Errors '<' is not preceded with whitespace. 63
Errors '<' is not followed by whitespace. 63
Errors '>' is not preceded with whitespace. 63
Errors '>' is not followed by whitespace. 63
Errors '<' is not preceded with whitespace. 66
Errors '<' is not followed by whitespace. 66
Errors '>' is not preceded with whitespace. 66
Errors '<' is not preceded with whitespace. 66
Errors '<' is not followed by whitespace. 66
Errors '>' is not preceded with whitespace. 66
Errors '>' is not followed by whitespace. 66
Errors Line has trailing spaces. 76
Errors Parameter name should be final. 79
Errors 'name' hides a field. 79
Errors Method 'getId' is not designed for extension - needs to be abstract, final or empty. 88
Errors Missing a Javadoc comment. 88
Errors Line has trailing spaces. 97
Errors Method 'setId' is not designed for extension - needs to be abstract, final or empty. 100
Errors Parameter id should be final. 100
Errors 'id' hides a field. 100
Errors Line has trailing spaces. 106
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 109
Errors Line has trailing spaces. 115
Errors Method 'setName' is not designed for extension - needs to be abstract, final or empty. 118
Errors Parameter name should be final. 118
Errors 'name' hides a field. 118
Errors Line has trailing spaces. 124
Errors Method 'getRoles' is not designed for extension - needs to be abstract, final or empty. 127
Errors '<' is not preceded with whitespace. 128
Errors '<' is not followed by whitespace. 128
Errors '>' is not preceded with whitespace. 128
Errors Line has trailing spaces. 134
Errors Method 'setRoles' is not designed for extension - needs to be abstract, final or empty. 137
Errors Parameter roles should be final. 137
Errors '<' is not preceded with whitespace. 137
Errors '<' is not followed by whitespace. 137
Errors '>' is not preceded with whitespace. 137
Errors 'roles' hides a field. 137
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 146
Errors Missing a Javadoc comment. 146
Errors Avoid inline conditionals. 150
Errors Avoid inline conditionals. 151
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 160
Errors Missing a Javadoc comment. 160
Errors Parameter obj should be final. 161
Errors 'if' construct must use '{}'s. 162
Errors 'if' construct must use '{}'s. 164
Errors 'if' construct must use '{}'s. 166
Errors 'if' construct must use '{}'s. 170
Errors 'if' construct must use '{}'s. 172
Errors 'if' construct must use '{}'s. 175
Errors 'if' construct must use '{}'s. 177
Errors Line has trailing spaces. 184
Errors Line is longer than 80 characters. 187
Errors Method 'getResources' is not designed for extension - needs to be abstract, final or empty. 187
Errors '<' is not preceded with whitespace. 188
Errors '<' is not followed by whitespace. 188
Errors '>' is not preceded with whitespace. 188
Errors Line has trailing spaces. 194
Errors Method 'setResources' is not designed for extension - needs to be abstract, final or empty. 197
Errors Parameter resources should be final. 197
Errors '<' is not preceded with whitespace. 197
Errors '<' is not followed by whitespace. 197
Errors '>' is not preceded with whitespace. 197
Errors 'resources' hides a field. 197

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 25
Errors Line has trailing spaces. 28
Errors Line is longer than 80 characters. 29
Errors Line is longer than 80 characters. 30
Errors '{' should be on the previous line. 37
Errors Line has trailing spaces. 41
Errors Line has trailing spaces. 49
Errors Method 'isNew' is not designed for extension - needs to be abstract, final or empty. 52

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 35
Errors Line has trailing spaces. 38
Errors Line is longer than 80 characters. 39
Errors Line is longer than 80 characters. 40
Errors '{' should be on the previous line. 49
Errors '<' is not preceded with whitespace. 58
Errors '<' is not followed by whitespace. 58
Errors '>' is not preceded with whitespace. 58
Errors '<' is not preceded with whitespace. 58
Errors '<' is not followed by whitespace. 58
Errors '>' is not preceded with whitespace. 58
Errors '>' is not followed by whitespace. 58
Errors Method 'getId' is not designed for extension - needs to be abstract, final or empty. 71
Errors Missing a Javadoc comment. 71
Errors Line has trailing spaces. 80
Errors Method 'setId' is not designed for extension - needs to be abstract, final or empty. 83
Errors Parameter id should be final. 83
Errors 'id' hides a field. 83
Errors Line has trailing spaces. 89
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 92
Errors Line has trailing spaces. 98
Errors Method 'setName' is not designed for extension - needs to be abstract, final or empty. 101
Errors Parameter name should be final. 101
Errors 'name' hides a field. 101
Errors Line has trailing spaces. 107
Errors Method 'getAgents' is not designed for extension - needs to be abstract, final or empty. 110
Errors '<' is not preceded with whitespace. 111
Errors '<' is not followed by whitespace. 111
Errors '>' is not preceded with whitespace. 111
Errors Line has trailing spaces. 117
Errors Method 'setAgents' is not designed for extension - needs to be abstract, final or empty. 120
Errors Parameter agents should be final. 120
Errors '<' is not preceded with whitespace. 120
Errors '<' is not followed by whitespace. 120
Errors '>' is not preceded with whitespace. 120
Errors 'agents' hides a field. 120
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 129
Errors Missing a Javadoc comment. 129
Errors Avoid inline conditionals. 133
Errors Avoid inline conditionals. 134
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 143
Errors Missing a Javadoc comment. 143
Errors Parameter obj should be final. 144
Errors 'if' construct must use '{}'s. 145
Errors 'if' construct must use '{}'s. 147
Errors 'if' construct must use '{}'s. 149
Errors 'if' construct must use '{}'s. 153
Errors 'if' construct must use '{}'s. 155
Errors 'if' construct must use '{}'s. 158
Errors 'if' construct must use '{}'s. 160

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 34
Errors Line has trailing spaces. 37
Errors Line is longer than 80 characters. 38
Errors Line is longer than 80 characters. 39
Errors '{' should be on the previous line. 47
Errors '<' is not preceded with whitespace. 53
Errors '<' is not followed by whitespace. 53
Errors '>' is not preceded with whitespace. 53
Errors '<' is not preceded with whitespace. 53
Errors '<' is not followed by whitespace. 53
Errors '>' is not preceded with whitespace. 53
Errors '>' is not followed by whitespace. 53
Errors '<' is not preceded with whitespace. 56
Errors '<' is not followed by whitespace. 56
Errors '>' is not preceded with whitespace. 56
Errors '<' is not preceded with whitespace. 56
Errors '<' is not followed by whitespace. 56
Errors '>' is not preceded with whitespace. 56
Errors '>' is not followed by whitespace. 56
Errors Line has trailing spaces. 66
Errors Parameter name should be final. 69
Errors Line has trailing spaces. 75
Errors Method 'getParent' is not designed for extension - needs to be abstract, final or empty. 78
Errors Line has trailing spaces. 86
Errors Method 'setParent' is not designed for extension - needs to be abstract, final or empty. 89
Errors Parameter parent should be final. 89
Errors 'parent' hides a field. 89
Errors Line has trailing spaces. 95
Errors Line is longer than 80 characters. 98
Errors Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. 98
Errors '<' is not preceded with whitespace. 99
Errors '<' is not followed by whitespace. 99
Errors '>' is not preceded with whitespace. 99
Errors Line has trailing spaces. 105
Errors Method 'setChildren' is not designed for extension - needs to be abstract, final or empty. 108
Errors Parameter children should be final. 108
Errors '<' is not preceded with whitespace. 108
Errors '<' is not followed by whitespace. 108
Errors '>' is not preceded with whitespace. 108
Errors 'children' hides a field. 108
Errors Line has trailing spaces. 114
Errors Line is longer than 80 characters. 117
Errors Method 'getDefinedRoles' is not designed for extension - needs to be abstract, final or empty. 117
Errors '<' is not preceded with whitespace. 118
Errors '<' is not followed by whitespace. 118
Errors '>' is not preceded with whitespace. 118
Errors Line has trailing spaces. 124
Errors Method 'setDefinedRoles' is not designed for extension - needs to be abstract, final or empty. 127
Errors Parameter definedRoles should be final. 127
Errors '<' is not preceded with whitespace. 127
Errors '<' is not followed by whitespace. 127
Errors '>' is not preceded with whitespace. 127
Errors 'definedRoles' hides a field. 127
Errors Line has trailing spaces. 133
Errors Line has trailing spaces. 135
Errors Method 'findOrgByName' is not designed for extension - needs to be abstract, final or empty. 138
Errors Parameter name should be final. 139
Errors Line has trailing spaces. 150
Errors Line has trailing spaces. 152
Errors Method 'findDefinedRoleByName' is not designed for extension - needs to be abstract, final or empty. 155
Errors Parameter name should be final. 156

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

Violation Message Line
Errors File does not end with a newline. 0
Errors Comment matches to-do format 'TODO:'. 32
Errors Line has trailing spaces. 35
Errors Line is longer than 80 characters. 36
Errors Line is longer than 80 characters. 37
Errors '{' should be on the previous line. 46
Errors Method 'getId' is not designed for extension - needs to be abstract, final or empty. 71
Errors Missing a Javadoc comment. 71
Errors Line has trailing spaces. 80
Errors Method 'setId' is not designed for extension - needs to be abstract, final or empty. 83
Errors Parameter id should be final. 83
Errors 'id' hides a field. 83
Errors Line has trailing spaces. 89
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 92
Errors Line has trailing spaces. 98
Errors Method 'setName' is not designed for extension - needs to be abstract, final or empty. 101
Errors Parameter name should be final. 101
Errors 'name' hides a field. 101
Errors Line has trailing spaces. 107
Errors Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. 110
Errors Line has trailing spaces. 118
Errors Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. 121
Errors Parameter owner should be final. 121
Errors 'owner' hides a field. 121

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 37
Errors Line has trailing spaces. 40
Errors Line is longer than 80 characters. 41
Errors Line is longer than 80 characters. 42
Errors '{' should be on the previous line. 51
Errors '<' is not preceded with whitespace. 72
Errors '<' is not followed by whitespace. 72
Errors '>' is not preceded with whitespace. 72
Errors '<' is not preceded with whitespace. 72
Errors '<' is not followed by whitespace. 72
Errors '>' is not preceded with whitespace. 72
Errors '>' is not followed by whitespace. 72
Errors Method 'getId' is not designed for extension - needs to be abstract, final or empty. 85
Errors Missing a Javadoc comment. 85
Errors Line has trailing spaces. 94
Errors Method 'setId' is not designed for extension - needs to be abstract, final or empty. 97
Errors Parameter id should be final. 97
Errors 'id' hides a field. 97
Errors Line has trailing spaces. 103
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 106
Errors Line has trailing spaces. 112
Errors Method 'setName' is not designed for extension - needs to be abstract, final or empty. 115
Errors Parameter name should be final. 115
Errors 'name' hides a field. 115
Errors Line has trailing spaces. 121
Errors Method 'getGroupAgent' is not designed for extension - needs to be abstract, final or empty. 124
Errors Line has trailing spaces. 132
Errors Method 'setGroupAgent' is not designed for extension - needs to be abstract, final or empty. 135
Errors Parameter organisation should be final. 135
Errors Line has trailing spaces. 141
Errors Method 'getPlayers' is not designed for extension - needs to be abstract, final or empty. 144
Errors '<' is not preceded with whitespace. 145
Errors '<' is not followed by whitespace. 145
Errors '>' is not preceded with whitespace. 145
Errors Line has trailing spaces. 151
Errors Method 'setPlayers' is not designed for extension - needs to be abstract, final or empty. 154
Errors Parameter players should be final. 154
Errors '<' is not preceded with whitespace. 154
Errors '<' is not followed by whitespace. 154
Errors '>' is not preceded with whitespace. 154
Errors 'players' hides a field. 154
Errors Line has trailing spaces. 160
Errors Method 'getShortDescription' is not designed for extension - needs to be abstract, final or empty. 163
Errors Line has trailing spaces. 169
Errors Method 'setShortDescription' is not designed for extension - needs to be abstract, final or empty. 172
Errors Parameter shortDescription should be final. 172
Errors 'shortDescription' hides a field. 172
Errors Line has trailing spaces. 178
Errors Method 'getLongDescription' is not designed for extension - needs to be abstract, final or empty. 181
Errors Line has trailing spaces. 187
Errors Method 'setLongDescription' is not designed for extension - needs to be abstract, final or empty. 190
Errors Parameter longDescription should be final. 190
Errors 'longDescription' hides a field. 190
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 199
Errors Missing a Javadoc comment. 199
Errors Avoid inline conditionals. 203
Errors Avoid inline conditionals. 205
Errors Avoid inline conditionals. 206
Errors Line is longer than 80 characters. 209
Errors Avoid inline conditionals. 209
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 218
Errors Missing a Javadoc comment. 218
Errors Parameter obj should be final. 219
Errors 'if' construct must use '{}'s. 220
Errors 'if' construct must use '{}'s. 222
Errors 'if' construct must use '{}'s. 224
Errors 'if' construct must use '{}'s. 228
Errors 'if' construct must use '{}'s. 230
Errors 'if' construct must use '{}'s. 233
Errors 'if' construct must use '{}'s. 235
Errors 'if' construct must use '{}'s. 238
Errors 'if' construct must use '{}'s. 240
Errors 'if' construct must use '{}'s. 243
Errors 'if' construct must use '{}'s. 245

org/directdemocracyportal/democracy/model/core/package.html

Violation Message Line
Errors Missing package documentation file. 0

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 25
Errors Line has trailing spaces. 28
Errors Line is longer than 80 characters. 29
Errors Line is longer than 80 characters. 30
Errors '{' should be on the previous line. 38

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

Violation Message Line
Errors File does not end with a newline. 0
Errors Comment matches to-do format 'TODO:'. 26
Errors Line has trailing spaces. 29
Errors Line is longer than 80 characters. 30
Errors Line is longer than 80 characters. 31
Errors '{' should be on the previous line. 39
Errors Line has trailing spaces. 40

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 31
Errors Line has trailing spaces. 34
Errors Line is longer than 80 characters. 35
Errors Line is longer than 80 characters. 36
Errors '{' should be on the previous line. 44
Errors Line has trailing spaces. 69
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 72
Errors Line has trailing spaces. 78
Errors Method 'setName' is not designed for extension - needs to be abstract, final or empty. 81
Errors Parameter name should be final. 81
Errors 'name' hides a field. 81
Errors Method 'getId' is not designed for extension - needs to be abstract, final or empty. 90
Errors Missing a Javadoc comment. 90
Errors Line has trailing spaces. 99
Errors Method 'setId' is not designed for extension - needs to be abstract, final or empty. 102
Errors Parameter id should be final. 102
Errors 'id' hides a field. 102
Errors Line has trailing spaces. 108
Errors Method 'getType' is not designed for extension - needs to be abstract, final or empty. 111
Errors Line has trailing spaces. 117
Errors Method 'setType' is not designed for extension - needs to be abstract, final or empty. 120
Errors Parameter type should be final. 120
Errors 'type' hides a field. 120
Errors Line has trailing spaces. 126
Errors Method 'getGovernment' is not designed for extension - needs to be abstract, final or empty. 129
Errors Line has trailing spaces. 137
Errors Method 'setGovernment' is not designed for extension - needs to be abstract, final or empty. 140
Errors Parameter government should be final. 140
Errors 'government' hides a field. 140

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 20
Errors Line has trailing spaces. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 33
Errors Line has trailing spaces. 36
Errors Line is longer than 80 characters. 37
Errors Line is longer than 80 characters. 38
Errors '{' should be on the previous line. 46
Errors Line has trailing spaces. 50
Errors Line is longer than 80 characters. 51
Errors Line is longer than 80 characters. 52
Errors Name 'GovernmentType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
Errors '<' is not preceded with whitespace. 70
Errors '<' is not followed by whitespace. 70
Errors '>' is not preceded with whitespace. 70
Errors '<' is not preceded with whitespace. 70
Errors '<' is not followed by whitespace. 70
Errors '>' is not preceded with whitespace. 70
Errors '>' is not followed by whitespace. 70
Errors Line has trailing spaces. 80
Errors Method 'getGovernmentType' is not designed for extension - needs to be abstract, final or empty. 83
Errors Line has trailing spaces. 89
Errors Method 'setGovernmentType' is not designed for extension - needs to be abstract, final or empty. 92
Errors Parameter GovernmentType should be final. 92
Errors 'GovernmentType' hides a field. 92
Errors Name 'GovernmentType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 92
Errors Line has trailing spaces. 98
Errors Line is longer than 80 characters. 101
Errors Method 'getElections' is not designed for extension - needs to be abstract, final or empty. 101
Errors '<' is not preceded with whitespace. 102
Errors '<' is not followed by whitespace. 102
Errors '>' is not preceded with whitespace. 102
Errors Line has trailing spaces. 108
Errors Method 'setElections' is not designed for extension - needs to be abstract, final or empty. 111
Errors Parameter elections should be final. 111
Errors '<' is not preceded with whitespace. 111
Errors '<' is not followed by whitespace. 111
Errors '>' is not preceded with whitespace. 111
Errors 'elections' hides a field. 111
Errors Line has trailing spaces. 117
Errors Method 'getHeadofState' is not designed for extension - needs to be abstract, final or empty. 120
Errors Line is longer than 80 characters. 123

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 20
Errors Line has trailing spaces. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25

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

Violation Message Line
Errors File does not end with a newline. 0
Errors Comment matches to-do format 'TODO:'. 29
Errors Line has trailing spaces. 32
Errors Line is longer than 80 characters. 33
Errors Line is longer than 80 characters. 34
Errors '{' should be on the previous line. 42
Errors Line has trailing spaces. 58
Errors Method 'getHref' is not designed for extension - needs to be abstract, final or empty. 61
Errors Line has trailing spaces. 67
Errors Method 'setHref' is not designed for extension - needs to be abstract, final or empty. 70
Errors Parameter href should be final. 70
Errors 'href' hides a field. 70
Errors Line has trailing spaces. 76
Errors Method 'getResolution' is not designed for extension - needs to be abstract, final or empty. 79
Errors Line has trailing spaces. 86
Errors Method 'setResolution' is not designed for extension - needs to be abstract, final or empty. 89
Errors Parameter resolution should be final. 89
Errors 'resolution' hides a field. 89
Errors Line has trailing spaces. 95
Errors Method 'getVoteResult' is not designed for extension - needs to be abstract, final or empty. 98
Errors Line has trailing spaces. 106
Errors Method 'setVoteResult' is not designed for extension - needs to be abstract, final or empty. 109
Errors Parameter voteResult should be final. 109
Errors 'voteResult' hides a field. 109

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 38
Errors Line has trailing spaces. 41
Errors Line is longer than 80 characters. 42
Errors Line is longer than 80 characters. 43
Errors '{' should be on the previous line. 51
Errors Line has trailing spaces. 79
Errors Method 'getAbbreviation' is not designed for extension - needs to be abstract, final or empty. 82
Errors Line has trailing spaces. 88
Errors Method 'setAbbreviation' is not designed for extension - needs to be abstract, final or empty. 91
Errors Parameter abbreviation should be final. 91
Errors 'abbreviation' hides a field. 91
Errors Line has trailing spaces. 97
Errors Method 'getCountry' is not designed for extension - needs to be abstract, final or empty. 100
Errors Line has trailing spaces. 108
Errors Method 'setCountry' is not designed for extension - needs to be abstract, final or empty. 111
Errors Parameter country should be final. 111
Errors 'country' hides a field. 111
Errors Line has trailing spaces. 117
Errors Method 'getRegion' is not designed for extension - needs to be abstract, final or empty. 120
Errors Line has trailing spaces. 128
Errors Method 'setRegion' is not designed for extension - needs to be abstract, final or empty. 131
Errors Parameter region should be final. 131
Errors 'region' hides a field. 131
Errors Line has trailing spaces. 137
Errors Method 'getOrganisationType' is not designed for extension - needs to be abstract, final or empty. 140
Errors Line has trailing spaces. 146
Errors Method 'setOrganisationType' is not designed for extension - needs to be abstract, final or empty. 149
Errors Parameter organisationType should be final. 149
Errors 'organisationType' hides a field. 149
Errors Line has trailing spaces. 155
Errors Method 'getNumberOfMembers' is not designed for extension - needs to be abstract, final or empty. 158
Errors Line has trailing spaces. 165
Errors Method 'setNumberOfMembers' is not designed for extension - needs to be abstract, final or empty. 168
Errors Parameter numberOfMembers should be final. 168
Errors 'numberOfMembers' hides a field. 168
Errors Line has trailing spaces. 174
Errors Line has trailing spaces. 176
Errors Method 'playsRoleInOrganisation' is not designed for extension - needs to be abstract, final or empty. 179
Errors Parameter player should be final. 180
Errors Line has trailing spaces. 193
Errors Method 'personsActive' is not designed for extension - needs to be abstract, final or empty. 196
Errors '<' is not preceded with whitespace. 197
Errors '<' is not followed by whitespace. 197
Errors '>' is not preceded with whitespace. 197
Errors '<' is not preceded with whitespace. 198
Errors '<' is not followed by whitespace. 198
Errors '>' is not preceded with whitespace. 198
Errors '<' is not preceded with whitespace. 198
Errors '<' is not followed by whitespace. 198
Errors '>' is not preceded with whitespace. 198
Errors '>' is not followed by whitespace. 198
Errors Line has trailing spaces. 213
Errors Line has trailing spaces. 215
Errors Method 'findMemberByName' is not designed for extension - needs to be abstract, final or empty. 218
Errors Parameter name should be final. 219
Errors Line has trailing spaces. 232
Errors Line has trailing spaces. 236
Errors Method 'findMemberByFullNameAndParty' is not designed for extension - needs to be abstract, final or empty. 239
Errors Parameter fname should be final. 240
Errors Parameter lname should be final. 240
Errors Parameter party should be final. 241
Errors Line has trailing spaces. 258
Errors Line has trailing spaces. 260
Errors Method 'findOrgByAbbr' is not designed for extension - needs to be abstract, final or empty. 263
Errors Parameter abbr should be final. 264
Errors Line is longer than 80 characters. 269
Errors Line has trailing spaces. 279
Errors Line has trailing spaces. 281
Errors Method 'findResourceByName' is not designed for extension - needs to be abstract, final or empty. 284
Errors Parameter name should be final. 285
Errors Line has trailing spaces. 297
Errors Method 'getActivePoliticalParties' is not designed for extension - needs to be abstract, final or empty. 300
Errors '<' is not preceded with whitespace. 301
Errors '<' is not followed by whitespace. 301
Errors '>' is not preceded with whitespace. 301
Errors Line is longer than 80 characters. 302
Errors '<' is not preceded with whitespace. 302
Errors '<' is not followed by whitespace. 302
Errors '>' is not preceded with whitespace. 302
Errors '<' is not preceded with whitespace. 302
Errors '<' is not followed by whitespace. 302
Errors '>' is not preceded with whitespace. 302
Errors '>' is not followed by whitespace. 302
Errors Line has trailing spaces. 347
Errors Method 'addMember' is not designed for extension - needs to be abstract, final or empty. 350
Errors Parameter person should be final. 351
Errors Line has trailing spaces. 363
Errors Method 'removeMember' is not designed for extension - needs to be abstract, final or empty. 366
Errors Parameter person should be final. 367

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 20
Errors Line has trailing spaces. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 32
Errors Line has trailing spaces. 35
Errors Line is longer than 80 characters. 36
Errors Line is longer than 80 characters. 37
Errors '{' should be on the previous line. 45
Errors Line has trailing spaces. 58
Errors Parameter name should be final. 61
Errors Line has trailing spaces. 67
Errors Method 'getPoliticalParty' is not designed for extension - needs to be abstract, final or empty. 70
Errors Line has trailing spaces. 82
Errors Line has trailing spaces. 84
Errors Method 'getRoleInOrg' is not designed for extension - needs to be abstract, final or empty. 87
Errors Parameter organisation should be final. 88

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 26
Errors Line has trailing spaces. 29
Errors Line is longer than 80 characters. 30
Errors Line is longer than 80 characters. 31
Errors '{' should be on the previous line. 39
Errors Line has trailing spaces. 49
Errors Method 'getShortCode' is not designed for extension - needs to be abstract, final or empty. 52
Errors Line has trailing spaces. 58
Errors Method 'setShortCode' is not designed for extension - needs to be abstract, final or empty. 61
Errors Parameter shortCode should be final. 61
Errors 'shortCode' hides a field. 61
Errors Line has trailing spaces. 73
Errors Method 'isOffline' is not designed for extension - needs to be abstract, final or empty. 76

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 34
Errors Line has trailing spaces. 37
Errors Line is longer than 80 characters. 38
Errors Line is longer than 80 characters. 39
Errors '{' should be on the previous line. 47
Errors '<' is not preceded with whitespace. 59
Errors '<' is not followed by whitespace. 59
Errors '>' is not preceded with whitespace. 59
Errors '<' is not preceded with whitespace. 59
Errors '<' is not followed by whitespace. 59
Errors '>' is not preceded with whitespace. 59
Errors '>' is not followed by whitespace. 59
Errors Line has trailing spaces. 69
Errors Method 'getParent' is not designed for extension - needs to be abstract, final or empty. 72
Errors Line has trailing spaces. 80
Errors Method 'setParent' is not designed for extension - needs to be abstract, final or empty. 83
Errors Parameter parent should be final. 83
Errors 'parent' hides a field. 83
Errors Line has trailing spaces. 89
Errors Line is longer than 80 characters. 92
Errors Method 'getParts' is not designed for extension - needs to be abstract, final or empty. 92
Errors '<' is not preceded with whitespace. 93
Errors '<' is not followed by whitespace. 93
Errors '>' is not preceded with whitespace. 93
Errors Line has trailing spaces. 99
Errors Method 'setParts' is not designed for extension - needs to be abstract, final or empty. 102
Errors Parameter parts should be final. 102
Errors '<' is not preceded with whitespace. 102
Errors '<' is not followed by whitespace. 102
Errors '>' is not preceded with whitespace. 102
Errors 'parts' hides a field. 102
Errors Line has trailing spaces. 108
Errors Method 'getRegionType' is not designed for extension - needs to be abstract, final or empty. 111
Errors Line has trailing spaces. 117
Errors Method 'setRegionType' is not designed for extension - needs to be abstract, final or empty. 120
Errors Parameter regionType should be final. 120
Errors 'regionType' hides a field. 120

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 20
Errors Line has trailing spaces. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25

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

Violation Message Line
Errors File does not end with a newline. 0
Errors Comment matches to-do format 'TODO:'. 37
Errors Line has trailing spaces. 40
Errors Line is longer than 80 characters. 41
Errors Line is longer than 80 characters. 42
Errors '{' should be on the previous line. 50
Errors '<' is not preceded with whitespace. 65
Errors '<' is not followed by whitespace. 65
Errors '>' is not preceded with whitespace. 65
Errors '<' is not preceded with whitespace. 65
Errors '<' is not followed by whitespace. 65
Errors '>' is not preceded with whitespace. 65
Errors '>' is not followed by whitespace. 65
Errors Line has trailing spaces. 69
Errors Method 'getHref' is not designed for extension - needs to be abstract, final or empty. 72
Errors Line has trailing spaces. 78
Errors Method 'setHref' is not designed for extension - needs to be abstract, final or empty. 81
Errors Parameter href should be final. 81
Errors 'href' hides a field. 81
Errors Line has trailing spaces. 87
Errors Method 'getResolutionState' is not designed for extension - needs to be abstract, final or empty. 90
Errors Line has trailing spaces. 97
Errors Method 'setResolutionState' is not designed for extension - needs to be abstract, final or empty. 100
Errors Parameter resolutionState should be final. 100
Errors 'resolutionState' hides a field. 100
Errors Line has trailing spaces. 106
Errors Method 'getDecidedDate' is not designed for extension - needs to be abstract, final or empty. 109
Errors Line has trailing spaces. 116
Errors Method 'setDecidedDate' is not designed for extension - needs to be abstract, final or empty. 119
Errors Parameter decidedDate should be final. 119
Errors 'decidedDate' hides a field. 119
Errors Line has trailing spaces. 126
Errors Line is longer than 80 characters. 129
Errors Method 'getIssues' is not designed for extension - needs to be abstract, final or empty. 129
Errors '<' is not preceded with whitespace. 130
Errors '<' is not followed by whitespace. 130
Errors '>' is not preceded with whitespace. 130
Errors Line has trailing spaces. 136
Errors Method 'setIssues' is not designed for extension - needs to be abstract, final or empty. 139
Errors Parameter issues should be final. 139
Errors '<' is not preceded with whitespace. 139
Errors '<' is not followed by whitespace. 139
Errors '>' is not preceded with whitespace. 139
Errors 'issues' hides a field. 139
Errors Line has trailing spaces. 171
Errors Line has trailing spaces. 173
Errors Method 'containsIssue' is not designed for extension - needs to be abstract, final or empty. 176
Errors Parameter name should be final. 177

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

Violation Message Line
Errors File does not end with a newline. 0
Errors Comment matches to-do format 'TODO:'. 32
Errors Line has trailing spaces. 35
Errors Line is longer than 80 characters. 36
Errors Line is longer than 80 characters. 37
Errors '{' should be on the previous line. 45
Errors Line has trailing spaces. 61
Errors Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. 64
Errors Line has trailing spaces. 71
Errors Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. 74
Errors Parameter position should be final. 74
Errors 'position' hides a field. 74
Errors Line has trailing spaces. 80
Errors Method 'getVoteDate' is not designed for extension - needs to be abstract, final or empty. 83
Errors Line has trailing spaces. 90
Errors Method 'setVoteDate' is not designed for extension - needs to be abstract, final or empty. 93
Errors Parameter voteDate should be final. 93
Errors 'voteDate' hides a field. 93
Errors Line has trailing spaces. 99
Errors Method 'getVoteResult' is not designed for extension - needs to be abstract, final or empty. 102
Errors Line has trailing spaces. 109
Errors Method 'setVoteResult' is not designed for extension - needs to be abstract, final or empty. 112
Errors Parameter voteResult should be final. 112
Errors 'voteResult' hides a field. 112
Errors Line has trailing spaces. 118
Errors Line is longer than 80 characters. 119
Errors Line is longer than 80 characters. 120

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

Violation Message Line
Errors File does not end with a newline. 0
Errors Comment matches to-do format 'TODO:'. 34
Errors Line has trailing spaces. 37
Errors Line is longer than 80 characters. 38
Errors Line is longer than 80 characters. 39
Errors '{' should be on the previous line. 47
Errors '<' is not preceded with whitespace. 62
Errors '<' is not followed by whitespace. 62
Errors '>' is not preceded with whitespace. 62
Errors '=' is not preceded with whitespace. 62
Errors '<' is not preceded with whitespace. 62
Errors '<' is not followed by whitespace. 62
Errors '>' is not preceded with whitespace. 62
Errors '>' is not followed by whitespace. 62
Errors Line has trailing spaces. 66
Errors Method 'getFinalPosition' is not designed for extension - needs to be abstract, final or empty. 69
Errors Line has trailing spaces. 75
Errors Method 'setFinalPosition' is not designed for extension - needs to be abstract, final or empty. 78
Errors Parameter finalPosition should be final. 78
Errors 'finalPosition' hides a field. 78
Errors Line has trailing spaces. 84
Errors Method 'getHref' is not designed for extension - needs to be abstract, final or empty. 87
Errors Line has trailing spaces. 93
Errors Method 'setHref' is not designed for extension - needs to be abstract, final or empty. 96
Errors Parameter href should be final. 96
Errors 'href' hides a field. 96
Errors Line has trailing spaces. 102
Errors Method 'getIssue' is not designed for extension - needs to be abstract, final or empty. 105
Errors Line has trailing spaces. 112
Errors Method 'setIssue' is not designed for extension - needs to be abstract, final or empty. 115
Errors Parameter issue should be final. 115
Errors 'issue' hides a field. 115
Errors Line has trailing spaces. 121
Errors Line is longer than 80 characters. 124
Errors Method 'getVotes' is not designed for extension - needs to be abstract, final or empty. 124
Errors '<' is not preceded with whitespace. 125
Errors '<' is not followed by whitespace. 125
Errors '>' is not preceded with whitespace. 125
Errors Line has trailing spaces. 131
Errors Method 'setVotes' is not designed for extension - needs to be abstract, final or empty. 134
Errors Parameter votes should be final. 134
Errors '<' is not preceded with whitespace. 134
Errors '<' is not followed by whitespace. 134
Errors '>' is not preceded with whitespace. 134
Errors 'votes' hides a field. 134
Errors Line has trailing spaces. 140
Errors Line has trailing spaces. 142
Errors Method 'containsVote' is not designed for extension - needs to be abstract, final or empty. 145
Errors Parameter name should be final. 146

org/directdemocracyportal/democracy/model/world/package.html

Violation Message Line
Errors Missing package documentation file. 0

org/directdemocracyportal/democracy/service/OrganisationAlreadyExistException.java

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 20
Errors Line has trailing spaces. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25
Errors '{' should be on the previous line. 31

org/directdemocracyportal/democracy/service/PartyAlreadyExistException.java

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 20
Errors Line has trailing spaces. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25
Errors '{' should be on the previous line. 31

org/directdemocracyportal/democracy/service/PortalService.java

Violation Message Line
Errors Line is longer than 80 characters. 24
Errors Comment matches to-do format 'TODO:'. 46
Errors Line has trailing spaces. 49
Errors Line is longer than 80 characters. 50
Errors Line is longer than 80 characters. 51
Errors '{' should be on the previous line. 57
Errors Line has trailing spaces. 61
Errors '<' is not preceded with whitespace. 64
Errors '<' is not followed by whitespace. 64
Errors '>' is not preceded with whitespace. 64
Errors Line has trailing spaces. 68
Errors '<' is not preceded with whitespace. 71
Errors '<' is not followed by whitespace. 71
Errors '>' is not preceded with whitespace. 71
Errors Line has trailing spaces. 75
Errors '<' is not preceded with whitespace. 78
Errors '<' is not followed by whitespace. 78
Errors '>' is not preceded with whitespace. 78
Errors Line has trailing spaces. 82
Errors '<' is not preceded with whitespace. 85
Errors '<' is not followed by whitespace. 85
Errors '>' is not preceded with whitespace. 85
Errors Line has trailing spaces. 89
Errors '<' is not preceded with whitespace. 92
Errors '<' is not followed by whitespace. 92
Errors '>' is not preceded with whitespace. 92
Errors Line has trailing spaces. 96
Errors '<' is not preceded with whitespace. 99
Errors '<' is not followed by whitespace. 99
Errors '>' is not preceded with whitespace. 99
Errors Line has trailing spaces. 103
Errors '<' is not preceded with whitespace. 106
Errors '<' is not followed by whitespace. 106
Errors '>' is not preceded with whitespace. 106
Errors Line has trailing spaces. 110
Errors Line has trailing spaces. 113
Errors Line has trailing spaces. 115
Errors Line has trailing spaces. 123
Errors '<' is not preceded with whitespace. 126
Errors '<' is not followed by whitespace. 126
Errors '>' is not preceded with whitespace. 126
Errors Line has trailing spaces. 130
Errors '<' is not preceded with whitespace. 133
Errors '<' is not followed by whitespace. 133
Errors '>' is not preceded with whitespace. 133
Errors Line has trailing spaces. 137
Errors Line has trailing spaces. 139
Errors Line has trailing spaces. 146
Errors Line has trailing spaces. 149
Errors Line has trailing spaces. 156
Errors Line has trailing spaces. 158
Errors Line has trailing spaces. 165
Errors Line has trailing spaces. 167
Errors Line has trailing spaces. 174
Errors Line has trailing spaces. 179
Errors Line has trailing spaces. 187
Errors Line has trailing spaces. 193
Errors Line has trailing spaces. 202
Errors Line has trailing spaces. 207
Errors Line has trailing spaces. 215
Errors Line has trailing spaces. 222
Errors Line has trailing spaces. 224
Errors Line is longer than 80 characters. 225
Errors Line is longer than 80 characters. 229
Errors Line has trailing spaces. 233
Errors Line has trailing spaces. 241
Errors Line has trailing spaces. 249
Errors Line has trailing spaces. 252
Errors Line has trailing spaces. 259
Errors Redundant 'public' modifier. 262
Errors Line has trailing spaces. 266
Errors Line has trailing spaces. 273
Errors Line has trailing spaces. 281
Errors Redundant 'public' modifier. 284
Errors '<' is not preceded with whitespace. 284
Errors '<' is not followed by whitespace. 284
Errors '>' is not preceded with whitespace. 284
Errors Line has trailing spaces. 288
Errors Line has trailing spaces. 298
Errors Line has trailing spaces. 305
Errors Line has trailing spaces. 307
Errors Line has trailing spaces. 314
Errors Line has trailing spaces. 319
Errors Line has trailing spaces. 321
Errors Line is longer than 80 characters. 322
Errors Line is longer than 80 characters. 325
Errors Line has trailing spaces. 329
Errors Line has trailing spaces. 332
Errors Line has trailing spaces. 339
Errors Line has trailing spaces. 347
Errors Line has trailing spaces. 355
Errors Line has trailing spaces. 357
Errors Line has trailing spaces. 364
Errors Line has trailing spaces. 366
Errors Line has trailing spaces. 373
Errors ',' is not followed by whitespace. 378
Errors Line has trailing spaces. 382
Errors Line has trailing spaces. 386
Errors Line has trailing spaces. 394
Errors Line has trailing spaces. 401
Errors Line is longer than 80 characters. 403
Errors Line is longer than 80 characters. 405
Errors ',' is not followed by whitespace. 405
Errors ',' is not followed by whitespace. 405
Errors Line is longer than 80 characters. 406
Errors Redundant throws: 'DataAccessException' is unchecked exception. 406
Errors Line has trailing spaces. 410
Errors Line has trailing spaces. 412
Errors Line has trailing spaces. 419
Errors Line has trailing spaces. 421
Errors Line has trailing spaces. 428
Errors Line has trailing spaces. 430

org/directdemocracyportal/democracy/service/PortalServiceImpl.java

Violation Message Line
Errors Line is longer than 80 characters. 27
Errors Line is longer than 80 characters. 48
Errors Line is longer than 80 characters. 49
Errors Comment matches to-do format 'TODO:'. 66
Errors Line has trailing spaces. 69
Errors Line is longer than 80 characters. 70
Errors Line is longer than 80 characters. 71
Errors '{' should be on the previous line. 78
Errors 'private' modifier out of order with the JLS suggestions. 81
Errors 'private' modifier out of order with the JLS suggestions. 84
Errors 'private' modifier out of order with the JLS suggestions. 87
Errors 'private' modifier out of order with the JLS suggestions. 90
Errors 'private' modifier out of order with the JLS suggestions. 93
Errors 'private' modifier out of order with the JLS suggestions. 96
Errors Line has trailing spaces. 115
Errors More than 7 parameters. 128
Errors Parameter userDAO should be final. 128
Errors 'userDAO' hides a field. 128
Errors Parameter eventDAO should be final. 128
Errors 'eventDAO' hides a field. 128
Errors Parameter portalDAO should be final. 129
Errors 'portalDAO' hides a field. 129
Errors Parameter countryDAO should be final. 129
Errors 'countryDAO' hides a field. 129
Errors Parameter userSessionDAO should be final. 130
Errors 'userSessionDAO' hides a field. 130
Errors Parameter politicalPartyDAO should be final. 130
Errors 'politicalPartyDAO' hides a field. 130
Errors Line is longer than 80 characters. 131
Errors Parameter governmentDAO should be final. 131
Errors 'governmentDAO' hides a field. 131
Errors Parameter agentDAO should be final. 131
Errors 'agentDAO' hides a field. 131
Errors ',' is not followed by whitespace. 131
Errors Parameter documentDAO should be final. 131
Errors 'documentDAO' hides a field. 131
Errors ',' is not followed by whitespace. 131
Errors Parameter roleDAO should be final. 131
Errors 'roleDAO' hides a field. 131
Errors ',' is not followed by whitespace. 131
Errors Parameter regionDAO should be final. 131
Errors 'regionDAO' hides a field. 131
Errors Line is longer than 80 characters. 148
Errors Method 'getEvents' is not designed for extension - needs to be abstract, final or empty. 150
Errors Missing a Javadoc comment. 150
Errors '<' is not preceded with whitespace. 150
Errors '<' is not followed by whitespace. 150
Errors '>' is not preceded with whitespace. 150
Errors Line is longer than 80 characters. 157
Errors Method 'getElections' is not designed for extension - needs to be abstract, final or empty. 159
Errors Missing a Javadoc comment. 159
Errors '<' is not preceded with whitespace. 159
Errors '<' is not followed by whitespace. 159
Errors '>' is not preceded with whitespace. 159
Errors '<' is not preceded with whitespace. 160
Errors '<' is not followed by whitespace. 160
Errors '>' is not preceded with whitespace. 160
Errors '<' is not preceded with whitespace. 160
Errors '<' is not followed by whitespace. 160
Errors '>' is not preceded with whitespace. 160
Errors '>' is not followed by whitespace. 160
Errors Line is longer than 80 characters. 171
Errors Method 'getGovernments' is not designed for extension - needs to be abstract, final or empty. 173
Errors Missing a Javadoc comment. 173
Errors '<' is not preceded with whitespace. 173
Errors '<' is not followed by whitespace. 173
Errors '>' is not preceded with whitespace. 173
Errors Line is longer than 80 characters. 180
Errors Method 'getPortals' is not designed for extension - needs to be abstract, final or empty. 182
Errors Missing a Javadoc comment. 182
Errors '<' is not preceded with whitespace. 182
Errors '<' is not followed by whitespace. 182
Errors '>' is not preceded with whitespace. 182
Errors Line is longer than 80 characters. 189
Errors Method 'getCountries' is not designed for extension - needs to be abstract, final or empty. 191
Errors Missing a Javadoc comment. 191
Errors '<' is not preceded with whitespace. 191
Errors '<' is not followed by whitespace. 191
Errors '>' is not preceded with whitespace. 191
Errors Line is longer than 80 characters. 198
Errors Method 'createParty' is not designed for extension - needs to be abstract, final or empty. 201
Errors Missing a Javadoc comment. 201
Errors Parameter command should be final. 201
Errors Parameter userId should be final. 201
Errors 'if' construct must use '{}'s. 203
Errors Line is longer than 80 characters. 235
Errors Method 'getPoliticalParties' is not designed for extension - needs to be abstract, final or empty. 237
Errors Missing a Javadoc comment. 237
Errors '<' is not preceded with whitespace. 237
Errors '<' is not followed by whitespace. 237
Errors '>' is not preceded with whitespace. 237
Errors Line is longer than 80 characters. 244
Errors Method 'getPoliticalParty' is not designed for extension - needs to be abstract, final or empty. 246
Errors Missing a Javadoc comment. 246
Errors Parameter partyId should be final. 246
Errors Line is longer than 80 characters. 253
Errors Method 'joinParty' is not designed for extension - needs to be abstract, final or empty. 256
Errors Missing a Javadoc comment. 256
Errors Parameter partyId should be final. 256
Errors Parameter userId should be final. 256
Errors Line is longer than 80 characters. 261
Errors Line is longer than 80 characters. 283
Errors Method 'getGovernment' is not designed for extension - needs to be abstract, final or empty. 285
Errors Missing a Javadoc comment. 285
Errors Parameter governmentId should be final. 285
Errors Line is longer than 80 characters. 292
Errors Method 'getActiveUserSessions' is not designed for extension - needs to be abstract, final or empty. 294
Errors Missing a Javadoc comment. 294
Errors '<' is not preceded with whitespace. 294
Errors '<' is not followed by whitespace. 294
Errors '>' is not preceded with whitespace. 294
Errors Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. 303
Errors Missing a Javadoc comment. 303
Errors '<' is not preceded with whitespace. 303
Errors '<' is not followed by whitespace. 303
Errors '>' is not preceded with whitespace. 303
Errors Line is longer than 80 characters. 310
Errors Method 'getOrganisation' is not designed for extension - needs to be abstract, final or empty. 312
Errors Missing a Javadoc comment. 312
Errors Parameter organisationId should be final. 313
Errors Line is longer than 80 characters. 320
Errors Method 'getOnlinePoliticalParties' is not designed for extension - needs to be abstract, final or empty. 322
Errors Missing a Javadoc comment. 322
Errors '<' is not preceded with whitespace. 323
Errors '<' is not followed by whitespace. 323
Errors '>' is not preceded with whitespace. 323
Errors Line is longer than 80 characters. 330
Errors Method 'createPoliticalParty' is not designed for extension - needs to be abstract, final or empty. 335
Errors Missing a Javadoc comment. 335
Errors Parameter name should be final. 336
Errors Parameter shortCode should be final. 336
Errors Parameter country should be final. 337
Errors Parameter region should be final. 337
Errors Line is longer than 80 characters. 358
Errors Method 'addMember' is not designed for extension - needs to be abstract, final or empty. 361
Errors Missing a Javadoc comment. 361
Errors Parameter organisation should be final. 362
Errors Parameter person should be final. 362
Errors Line is longer than 80 characters. 371
Errors Method 'addRolePlayed' is not designed for extension - needs to be abstract, final or empty. 374
Errors Missing a Javadoc comment. 374
Errors Parameter role should be final. 375
Errors Parameter person should be final. 375
Errors Line is longer than 80 characters. 385
Errors Method 'createRoleInOrg' is not designed for extension - needs to be abstract, final or empty. 388
Errors Missing a Javadoc comment. 388
Errors Parameter roleName should be final. 389
Errors Parameter organisation should be final. 389
Errors Line is longer than 80 characters. 401
Errors Method 'createOrganisation' is not designed for extension - needs to be abstract, final or empty. 407
Errors Missing a Javadoc comment. 407
Errors Parameter name should be final. 408
Errors Parameter abbr should be final. 408
Errors Parameter country should be final. 409
Errors Parameter region should be final. 409
Errors Line is longer than 80 characters. 410
Errors Parameter organisationType should be final. 410
Errors Parameter parent should be final. 410
Errors Line is longer than 80 characters. 453
Errors Method 'createGovernment' is not designed for extension - needs to be abstract, final or empty. 457
Errors Missing a Javadoc comment. 457
Errors Parameter name should be final. 458
Errors ',' is not followed by whitespace. 458
Errors Parameter countryId should be final. 458
Errors Parameter governmentType should be final. 459
Errors ',' is not followed by whitespace. 459
Errors Parameter headOfstate should be final. 459
Errors Line is longer than 80 characters. 512
Errors Method 'getGlobalPortal' is not designed for extension - needs to be abstract, final or empty. 514
Errors Missing a Javadoc comment. 514
Errors Line is longer than 80 characters. 524
Errors Method 'createRegionalGovernment' is not designed for extension - needs to be abstract, final or empty. 530
Errors Missing a Javadoc comment. 530
Errors Parameter name should be final. 531
Errors Parameter country should be final. 531
Errors Parameter region should be final. 532
Errors Parameter organisationType should be final. 532
Errors Parameter parentGovernment should be final. 533
Errors Line is longer than 80 characters. 578
Errors Method 'createResolution' is not designed for extension - needs to be abstract, final or empty. 580
Errors Missing a Javadoc comment. 580
Errors Parameter resolution should be final. 581
Errors Line is longer than 80 characters. 586
Errors Method 'setResolutionDecidedDate' is not designed for extension - needs to be abstract, final or empty. 588
Errors Missing a Javadoc comment. 588
Errors Line is longer than 80 characters. 589
Errors Parameter resolution should be final. 589
Errors Parameter parseDate should be final. 589
Errors 'if' is not followed by whitespace. 591
Errors Line is longer than 80 characters. 599
Errors Method 'getDecidedResolutions' is not designed for extension - needs to be abstract, final or empty. 601
Errors Missing a Javadoc comment. 601
Errors '<' is not preceded with whitespace. 601
Errors '<' is not followed by whitespace. 601
Errors '>' is not preceded with whitespace. 601
Errors Line is longer than 80 characters. 606
Errors Method 'addResolutionIssue' is not designed for extension - needs to be abstract, final or empty. 608
Errors Missing a Javadoc comment. 608
Errors Parameter resolution should be final. 609
Errors Parameter issue should be final. 609
Errors Parameter voteResult should be final. 610
Errors Line is longer than 80 characters. 627
Errors Method 'updateVoteResult' is not designed for extension - needs to be abstract, final or empty. 629
Errors Missing a Javadoc comment. 629
Errors Parameter voteResult should be final. 630
Errors Line is longer than 80 characters. 635
Errors Method 'createOrgUnit' is not designed for extension - needs to be abstract, final or empty. 637
Errors Missing a Javadoc comment. 637
Errors Parameter orgName should be final. 638
Errors Parameter shortName should be final. 638
Errors Line is longer than 80 characters. 639
Errors Parameter organisationType should be final. 639
Errors Parameter orgId should be final. 639
Errors Line is longer than 80 characters. 642
Errors Line is longer than 80 characters. 646
Errors Method 'findOrgByName' is not designed for extension - needs to be abstract, final or empty. 648
Errors Missing a Javadoc comment. 648
Errors Parameter name should be final. 649
Errors Line is longer than 80 characters. 654
Errors Method 'findMemberByNameInOrg' is not designed for extension - needs to be abstract, final or empty. 656
Errors Missing a Javadoc comment. 656
Errors Parameter orgId should be final. 657
Errors Parameter name should be final. 657
Errors Line is longer than 80 characters. 663
Errors Method 'addMemberById' is not designed for extension - needs to be abstract, final or empty. 665
Errors Missing a Javadoc comment. 665
Errors Parameter orgId should be final. 666
Errors Parameter personId should be final. 666
Errors Line is longer than 80 characters. 673
Errors Method 'addRolePlayedById' is not designed for extension - needs to be abstract, final or empty. 675
Errors Missing a Javadoc comment. 675
Errors Parameter roleId should be final. 676
Errors Parameter agentId should be final. 676
Errors Line is longer than 80 characters. 683
Errors Method 'createCountry' is not designed for extension - needs to be abstract, final or empty. 685
Errors Missing a Javadoc comment. 685
Errors Parameter name should be final. 686
Errors Line is longer than 80 characters. 701
Errors Method 'findCountryByName' is not designed for extension - needs to be abstract, final or empty. 703
Errors Missing a Javadoc comment. 703
Errors Parameter name should be final. 704
Errors Line is longer than 80 characters. 709
Errors Line is longer than 80 characters. 711
Errors Method 'createElection' is not designed for extension - needs to be abstract, final or empty. 711
Errors Missing a Javadoc comment. 711
Errors Parameter name should be final. 711
Errors Parameter electionType should be final. 711
Errors ',' is not followed by whitespace. 711
Errors Parameter governmentid should be final. 711
Errors Line is longer than 80 characters. 722
Errors Method 'createPoliticalPartyById' is not designed for extension - needs to be abstract, final or empty. 724
Errors Missing a Javadoc comment. 724
Errors Parameter name should be final. 725
Errors Parameter shortCode should be final. 726
Errors Parameter countryId should be final. 726
Errors Line is longer than 80 characters. 733
Errors Method 'createOrganisationById' is not designed for extension - needs to be abstract, final or empty. 735
Errors Missing a Javadoc comment. 735
Errors Parameter name should be final. 736
Errors Parameter abbr should be final. 736
Errors Line is longer than 80 characters. 737
Errors Parameter countryId should be final. 737
Errors ',' is not followed by whitespace. 737
Errors Parameter regionId should be final. 737
Errors Parameter organisationType should be final. 737
Errors Parameter orgId should be final. 737
Errors Redundant throws: 'DataAccessException' is unchecked exception. 737
Errors Line is longer than 80 characters. 742
Errors ',' is not followed by whitespace. 742
Errors Line is longer than 80 characters. 746
Errors Method 'findPartyByShortCode' is not designed for extension - needs to be abstract, final or empty. 748
Errors Missing a Javadoc comment. 748
Errors Parameter shortCode should be final. 749
Errors Line is longer than 80 characters. 754
Errors Method 'createPerson' is not designed for extension - needs to be abstract, final or empty. 756
Errors Missing a Javadoc comment. 756
Errors Parameter name should be final. 757
Errors '=' is not preceded with whitespace. 758
Errors Line is longer than 80 characters. 765
Errors Method 'findRegionByName' is not designed for extension - needs to be abstract, final or empty. 767
Errors Missing a Javadoc comment. 767
Errors Parameter name should be final. 768

org/directdemocracyportal/democracy/service/UserAlreadyExistException.java

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 20
Errors Line has trailing spaces. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25
Errors '{' should be on the previous line. 31

org/directdemocracyportal/democracy/service/UserService.java

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 26
Errors Line has trailing spaces. 29
Errors Line is longer than 80 characters. 30
Errors Line is longer than 80 characters. 31
Errors '{' should be on the previous line. 37
Errors Line has trailing spaces. 41
Errors Line has trailing spaces. 44
Errors Line has trailing spaces. 46
Errors Line has trailing spaces. 54
Errors Line has trailing spaces. 61
Errors Line has trailing spaces. 65
Errors Line has trailing spaces. 72
Errors '<' is not preceded with whitespace. 75
Errors '<' is not followed by whitespace. 75
Errors '>' is not preceded with whitespace. 75
Errors Line has trailing spaces. 79
Errors Line has trailing spaces. 81
Errors Line has trailing spaces. 88
Errors '<' is not preceded with whitespace. 91
Errors '<' is not followed by whitespace. 91
Errors '>' is not preceded with whitespace. 91

org/directdemocracyportal/democracy/service/UserServiceImpl.java

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 46
Errors Line has trailing spaces. 49
Errors Line is longer than 80 characters. 50
Errors Line is longer than 80 characters. 51
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
Errors Line has trailing spaces. 83
Errors Parameter userDAO should be final. 91
Errors 'userDAO' hides a field. 91
Errors Parameter portalDAO should be final. 91
Errors 'portalDAO' hides a field. 91
Errors Parameter personDAO should be final. 92
Errors 'personDAO' hides a field. 92
Errors Parameter userSessionDAO should be final. 92
Errors 'userSessionDAO' hides a field. 92
Errors Parameter javaMailSenderImpl should be final. 93
Errors 'javaMailSenderImpl' hides a field. 93
Errors Parameter simpleMailMessage should be final. 94
Errors 'simpleMailMessage' hides a field. 94
Errors Line has trailing spaces. 106
Errors Parameter portal should be final. 110
Errors Parameter person should be final. 110
Errors Line is longer than 80 characters. 119
Errors Method 'register' is not designed for extension - needs to be abstract, final or empty. 122
Errors Missing a Javadoc comment. 122
Errors Parameter command should be final. 122
Errors Parameter sessionId should be final. 122
Errors ',' is not followed by whitespace. 158
Errors Line has trailing spaces. 182
Errors Method 'sendEmailConfirmationRequest' is not designed for extension - needs to be abstract, final or empty. 185
Errors Parameter command should be final. 185
Errors Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. 203
Errors Missing a Javadoc comment. 203
Errors '<' is not preceded with whitespace. 203
Errors '<' is not followed by whitespace. 203
Errors '>' is not preceded with whitespace. 203
Errors Line is longer than 80 characters. 210
Errors Method 'login' is not designed for extension - needs to be abstract, final or empty. 213
Errors Missing a Javadoc comment. 213
Errors Parameter username should be final. 213
Errors Parameter password should be final. 213
Errors Parameter sessionId should be final. 213
Errors Line is longer than 80 characters. 231
Errors Method 'logout' is not designed for extension - needs to be abstract, final or empty. 233
Errors Missing a Javadoc comment. 233
Errors Parameter user should be final. 233
Errors Method 'getPortals' is not designed for extension - needs to be abstract, final or empty. 253
Errors Missing a Javadoc comment. 253
Errors '<' is not preceded with whitespace. 253
Errors '<' is not followed by whitespace. 253
Errors '>' is not preceded with whitespace. 253
Errors Line is longer than 80 characters. 260
Errors Method 'endActiveUserSessions' is not designed for extension - needs to be abstract, final or empty. 262
Errors Missing a Javadoc comment. 262
Errors Line is longer than 80 characters. 269
Errors Method 'getUser' is not designed for extension - needs to be abstract, final or empty. 271
Errors Missing a Javadoc comment. 271
Errors Parameter userId should be final. 271

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 20
Errors Line has trailing spaces. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25
Errors '{' should be on the previous line. 31
Errors Line has trailing spaces. 41
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 44
Errors Line has trailing spaces. 50
Errors Method 'setName' is not designed for extension - needs to be abstract, final or empty. 53
Errors Parameter name should be final. 53
Errors 'name' hides a field. 53
Errors Line has trailing spaces. 59
Errors Method 'getCountryId' is not designed for extension - needs to be abstract, final or empty. 62
Errors Line has trailing spaces. 68
Errors Method 'setCountryId' is not designed for extension - needs to be abstract, final or empty. 71
Errors Parameter countryId should be final. 71
Errors 'countryId' hides a field. 71

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 20
Errors Line has trailing spaces. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25
Errors '{' should be on the previous line. 31
Errors Line has trailing spaces. 50
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 53
Errors Line has trailing spaces. 59
Errors Method 'setName' is not designed for extension - needs to be abstract, final or empty. 62
Errors Parameter name should be final. 62
Errors 'name' hides a field. 62
Errors Line has trailing spaces. 68
Errors Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. 71
Errors Line has trailing spaces. 77
Errors Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. 80
Errors Parameter username should be final. 80
Errors 'username' hides a field. 80
Errors Line has trailing spaces. 86
Errors Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. 89
Errors Line has trailing spaces. 95
Errors Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. 98
Errors Parameter password should be final. 98
Errors 'password' hides a field. 98
Errors Line has trailing spaces. 104
Errors Method 'getPortalId' is not designed for extension - needs to be abstract, final or empty. 107
Errors Line has trailing spaces. 113
Errors Method 'setPortalId' is not designed for extension - needs to be abstract, final or empty. 116
Errors Parameter portalId should be final. 116
Errors 'portalId' hides a field. 116
Errors Line has trailing spaces. 122
Errors Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. 125
Errors Line has trailing spaces. 131
Errors Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. 134
Errors Parameter email should be final. 134
Errors 'email' hides a field. 134

org/directdemocracyportal/democracy/service/command/package.html

Violation Message Line
Errors Missing package documentation file. 0

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 23
Errors Line has trailing spaces. 26
Errors Line is longer than 80 characters. 27
Errors Line is longer than 80 characters. 28
Errors '<' is not preceded with whitespace. 33
Errors '<' is not followed by whitespace. 33
Errors '>' is not preceded with whitespace. 33
Errors '{' should be on the previous line. 34
Errors Line has trailing spaces. 38
Errors Line has trailing spaces. 40
Errors Line has trailing spaces. 42
Errors Redundant throws: 'DataAccessException' is unchecked exception. 45

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 25
Errors Line has trailing spaces. 28
Errors Line is longer than 80 characters. 29
Errors Line is longer than 80 characters. 30
Errors '<' is not preceded with whitespace. 35
Errors '<' is not followed by whitespace. 35
Errors '>' is not preceded with whitespace. 35
Errors '{' should be on the previous line. 36
Errors Line has trailing spaces. 40
Errors Line has trailing spaces. 42
Errors Line has trailing spaces. 44
Errors Redundant 'public' modifier. 47
Errors Redundant throws: 'DataAccessException' is unchecked exception. 47
Errors Line has trailing spaces. 51
Errors Line has trailing spaces. 53
Errors Line has trailing spaces. 55
Errors Redundant 'public' modifier. 58
Errors Redundant throws: 'DataAccessException' is unchecked exception. 58
Errors Line has trailing spaces. 62
Errors Line has trailing spaces. 64
Errors Redundant 'public' modifier. 67

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 28
Errors Line has trailing spaces. 31
Errors Line is longer than 80 characters. 32
Errors Line is longer than 80 characters. 33
Errors '<' is not preceded with whitespace. 38
Errors '<' is not followed by whitespace. 38
Errors '>' is not preceded with whitespace. 38
Errors '{' should be on the previous line. 39
Errors Line has trailing spaces. 43
Errors Line has trailing spaces. 45
Errors Line is longer than 80 characters. 48
Errors Redundant 'public' modifier. 48
Errors '<' is not preceded with whitespace. 48
Errors '<' is not followed by whitespace. 48
Errors '>' is not preceded with whitespace. 48
Errors Redundant throws: 'DataAccessException' is unchecked exception. 48
Errors Line has trailing spaces. 52
Errors Line has trailing spaces. 54
Errors Redundant 'public' modifier. 57
Errors '<' is not preceded with whitespace. 57
Errors '<' is not followed by whitespace. 57
Errors '>' is not preceded with whitespace. 57

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

Violation Message Line
Errors Line has trailing spaces. 25
Errors Line is longer than 80 characters. 26
Errors Line is longer than 80 characters. 27
Errors '<' is not preceded with whitespace. 32
Errors '<' is not followed by whitespace. 32
Errors '>' is not preceded with whitespace. 32
Errors '{' should be on the previous line. 33

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 30
Errors Line has trailing spaces. 33
Errors Line is longer than 80 characters. 34
Errors Line is longer than 80 characters. 35
Errors Line is longer than 80 characters. 40
Errors Type Javadoc comment is missing an @param <ID> tag. 40
Errors Type Javadoc comment is missing an @param <T> tag. 40
Errors '<' is not preceded with whitespace. 40
Errors '<' is not followed by whitespace. 40
Errors '>' is not preceded with whitespace. 40
Errors Line has trailing spaces. 45
Errors Line has trailing spaces. 47
Errors Line has trailing spaces. 49
Errors Redundant 'public' modifier. 52
Errors Redundant throws: 'DataAccessException' is unchecked exception. 52
Errors Line has trailing spaces. 56
Errors Line has trailing spaces. 58
Errors Line has trailing spaces. 60
Errors Redundant 'public' modifier. 63
Errors Redundant throws: 'DataAccessException' is unchecked exception. 63
Errors Line has trailing spaces. 67
Errors Line has trailing spaces. 69
Errors Redundant 'public' modifier. 72
Errors Redundant throws: 'DataAccessException' is unchecked exception. 72
Errors Line has trailing spaces. 76
Errors Line has trailing spaces. 78
Errors Redundant 'public' modifier. 81
Errors '<' is not preceded with whitespace. 81
Errors '<' is not followed by whitespace. 81
Errors '>' is not preceded with whitespace. 81
Errors Redundant throws: 'DataAccessException' is unchecked exception. 81

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 24
Errors Line has trailing spaces. 27
Errors Line is longer than 80 characters. 28
Errors Line is longer than 80 characters. 29
Errors '<' is not preceded with whitespace. 34
Errors '<' is not followed by whitespace. 34
Errors '>' is not preceded with whitespace. 34
Errors '{' should be on the previous line. 35
Errors Line has trailing spaces. 39
Errors '<' is not preceded with whitespace. 42
Errors '<' is not followed by whitespace. 42
Errors '>' is not preceded with whitespace. 42

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

Violation Message Line
Errors Line has trailing spaces. 25
Errors Line is longer than 80 characters. 26
Errors Line is longer than 80 characters. 27
Errors '<' is not preceded with whitespace. 32
Errors '<' is not followed by whitespace. 32
Errors '>' is not preceded with whitespace. 32
Errors '{' should be on the previous line. 33

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

Violation Message Line
Errors Line is longer than 80 characters. 23
Errors Comment matches to-do format 'TODO:'. 27
Errors Line has trailing spaces. 30
Errors Line is longer than 80 characters. 31
Errors Line is longer than 80 characters. 32
Errors '<' is not preceded with whitespace. 37
Errors '<' is not followed by whitespace. 37
Errors '>' is not preceded with whitespace. 37
Errors '{' should be on the previous line. 38
Errors Line has trailing spaces. 42
Errors Line has trailing spaces. 44
Errors Line has trailing spaces. 46
Errors Redundant throws: 'DataAccessException' is unchecked exception. 49
Errors Line has trailing spaces. 53
Errors Line has trailing spaces. 55
Errors Line has trailing spaces. 57
Errors Redundant throws: 'DataAccessException' is unchecked exception. 60
Errors Line has trailing spaces. 64
Errors Line has trailing spaces. 66
Errors Redundant 'public' modifier. 69
Errors '<' is not preceded with whitespace. 69
Errors '<' is not followed by whitespace. 69
Errors '>' is not preceded with whitespace. 69
Errors Redundant throws: 'DataAccessException' is unchecked exception. 69

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 28
Errors Line has trailing spaces. 31
Errors Line is longer than 80 characters. 32
Errors Line is longer than 80 characters. 33
Errors '<' is not preceded with whitespace. 38
Errors '<' is not followed by whitespace. 38
Errors '>' is not preceded with whitespace. 38
Errors '{' should be on the previous line. 39
Errors Line has trailing spaces. 43
Errors Line has trailing spaces. 45
Errors Line has trailing spaces. 47
Errors Redundant 'public' modifier. 50
Errors Redundant throws: 'DataAccessException' is unchecked exception. 50
Errors Line has trailing spaces. 54
Errors Line has trailing spaces. 56
Errors Redundant 'public' modifier. 59
Errors Line has trailing spaces. 63
Errors Line has trailing spaces. 65
Errors Redundant 'public' modifier. 68
Errors Line has trailing spaces. 72
Errors Line has trailing spaces. 74
Errors Redundant 'public' modifier. 77

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 24
Errors Line has trailing spaces. 27
Errors Line is longer than 80 characters. 28
Errors '<' is not preceded with whitespace. 34
Errors '<' is not followed by whitespace. 34
Errors '>' is not preceded with whitespace. 34
Errors '{' should be on the previous line. 35
Errors Line has trailing spaces. 39
Errors Line has trailing spaces. 41
Errors Line has trailing spaces. 43
Errors Redundant 'public' modifier. 46
Errors Redundant throws: 'DataAccessException' is unchecked exception. 46

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

Violation Message Line
Errors Line has trailing spaces. 25
Errors Line is longer than 80 characters. 26
Errors '<' is not preceded with whitespace. 32
Errors '<' is not followed by whitespace. 32
Errors '>' is not preceded with whitespace. 32
Errors '{' should be on the previous line. 33

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 24
Errors Line has trailing spaces. 27
Errors Line is longer than 80 characters. 28
Errors Line is longer than 80 characters. 29
Errors '<' is not preceded with whitespace. 34
Errors '<' is not followed by whitespace. 34
Errors '>' is not preceded with whitespace. 34
Errors '{' should be on the previous line. 35
Errors Line has trailing spaces. 39
Errors Line has trailing spaces. 41
Errors Line has trailing spaces. 43
Errors Redundant throws: 'DataAccessException' is unchecked exception. 46

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 26
Errors Line has trailing spaces. 29
Errors Line is longer than 80 characters. 30
Errors Line is longer than 80 characters. 31
Errors '<' is not preceded with whitespace. 36
Errors '<' is not followed by whitespace. 36
Errors '>' is not preceded with whitespace. 36
Errors '{' should be on the previous line. 37
Errors Line has trailing spaces. 41
Errors Line has trailing spaces. 43
Errors Line has trailing spaces. 45
Errors Redundant throws: 'DataAccessException' is unchecked exception. 48
Errors Line has trailing spaces. 52
Errors Line has trailing spaces. 54
Errors Line has trailing spaces. 56
Errors Redundant throws: 'DataAccessException' is unchecked exception. 59
Errors Line has trailing spaces. 63
Errors '<' is not preceded with whitespace. 66
Errors '<' is not followed by whitespace. 66
Errors '>' is not preceded with whitespace. 66

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 33
Errors Line has trailing spaces. 36
Errors Line is longer than 80 characters. 37
Errors Line is longer than 80 characters. 38
Errors Type Javadoc comment is missing an @param <ID> tag. 43
Errors Type Javadoc comment is missing an @param <T> tag. 43
Errors Line is longer than 80 characters. 44
Errors '<' is not preceded with whitespace. 44
Errors '<' is not followed by whitespace. 44
Errors '>' is not preceded with whitespace. 44
Errors '<' is not preceded with whitespace. 45
Errors '<' is not followed by whitespace. 45
Errors '>' is not preceded with whitespace. 45
Errors '{' should be on the previous line. 46
Errors '<' is not preceded with whitespace. 49
Errors '<' is not followed by whitespace. 49
Errors '>' is not preceded with whitespace. 49
Errors Line has trailing spaces. 53
Errors Parameter persistentClass should be final. 56
Errors '<' is not preceded with whitespace. 56
Errors '<' is not followed by whitespace. 56
Errors '>' is not preceded with whitespace. 56
Errors 'persistentClass' hides a field. 56
Errors Line is longer than 80 characters. 63
Errors Method 'load' is not designed for extension - needs to be abstract, final or empty. 65
Errors Missing a Javadoc comment. 65
Errors Parameter id should be final. 66
Errors Redundant throws: 'DataAccessException' is unchecked exception. 66
Errors Line is longer than 80 characters. 73
Errors Method 'save' is not designed for extension - needs to be abstract, final or empty. 75
Errors Missing a Javadoc comment. 75
Errors Parameter entity should be final. 75
Errors Redundant throws: 'DataAccessException' is unchecked exception. 75
Errors Line is longer than 80 characters. 87
Errors Method 'delete' is not designed for extension - needs to be abstract, final or empty. 89
Errors Missing a Javadoc comment. 89
Errors Parameter entity should be final. 89
Errors Redundant throws: 'DataAccessException' is unchecked exception. 89
Errors Method 'getAll' is not designed for extension - needs to be abstract, final or empty. 98
Errors Missing a Javadoc comment. 98
Errors '<' is not preceded with whitespace. 100
Errors '<' is not followed by whitespace. 100
Errors '>' is not preceded with whitespace. 100
Errors Redundant throws: 'DataAccessException' is unchecked exception. 100

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

Violation Message Line
Errors File does not end with a newline. 0
Errors Comment matches to-do format 'TODO:'. 30
Errors Line has trailing spaces. 33
Errors Line is longer than 80 characters. 34
Errors Line is longer than 80 characters. 35
Errors '<' is not preceded with whitespace. 41
Errors '<' is not followed by whitespace. 41
Errors '>' is not preceded with whitespace. 41
Errors '{' should be on the previous line. 43
Errors Line is longer than 80 characters. 53
Errors Method 'findByName' is not designed for extension - needs to be abstract, final or empty. 55
Errors Missing a Javadoc comment. 55
Errors Parameter name should be final. 56
Errors Redundant throws: 'DataAccessException' is unchecked exception. 56
Errors '<' is not preceded with whitespace. 61
Errors '<' is not followed by whitespace. 61
Errors '>' is not preceded with whitespace. 61
Errors Avoid inline conditionals. 64

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 31
Errors Line has trailing spaces. 34
Errors Line is longer than 80 characters. 35
Errors Line is longer than 80 characters. 36
Errors '<' is not preceded with whitespace. 42
Errors '<' is not followed by whitespace. 42
Errors '>' is not preceded with whitespace. 42
Errors '{' should be on the previous line. 44
Errors Line is longer than 80 characters. 56
Errors Method 'findByName' is not designed for extension - needs to be abstract, final or empty. 58
Errors Missing a Javadoc comment. 58
Errors Parameter name should be final. 59
Errors Redundant throws: 'DataAccessException' is unchecked exception. 59
Errors '<' is not preceded with whitespace. 64
Errors '<' is not followed by whitespace. 64
Errors '>' is not preceded with whitespace. 64
Errors Avoid inline conditionals. 67
Errors Line is longer than 80 characters. 73
Errors Method 'findRegionByName' is not designed for extension - needs to be abstract, final or empty. 75
Errors Missing a Javadoc comment. 75
Errors Parameter name should be final. 76
Errors Redundant throws: 'DataAccessException' is unchecked exception. 76
Errors '<' is not preceded with whitespace. 81
Errors '<' is not followed by whitespace. 81
Errors '>' is not preceded with whitespace. 81
Errors Avoid inline conditionals. 84
Errors Line is longer than 80 characters. 90
Errors Method 'saveRegion' is not designed for extension - needs to be abstract, final or empty. 92
Errors Missing a Javadoc comment. 92
Errors Parameter region should be final. 93

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

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters. 26
Errors Comment matches to-do format 'TODO:'. 35
Errors Line has trailing spaces. 38
Errors Line is longer than 80 characters. 39
Errors Line is longer than 80 characters. 40
Errors '<' is not preceded with whitespace. 46
Errors '<' is not followed by whitespace. 46
Errors '>' is not preceded with whitespace. 46
Errors '{' should be on the previous line. 48
Errors Line is longer than 80 characters. 58
Errors Line is longer than 80 characters. 60
Errors Method 'getDecidedResolutionsInDateOrder' is not designed for extension - needs to be abstract, final or empty. 60
Errors Missing a Javadoc comment. 60
Errors '<' is not preceded with whitespace. 60
Errors '<' is not followed by whitespace. 60
Errors '>' is not preceded with whitespace. 60
Errors Redundant throws: 'DataAccessException' is unchecked exception. 60
Errors Line is longer than 80 characters. 63
Errors '<' is not preceded with whitespace. 67
Errors '<' is not followed by whitespace. 67
Errors '>' is not preceded with whitespace. 67
Errors Line is longer than 80 characters. 74
Errors Method 'getVotesForPerson' is not designed for extension - needs to be abstract, final or empty. 76
Errors Missing a Javadoc comment. 76
Errors '<' is not preceded with whitespace. 77
Errors '<' is not followed by whitespace. 77
Errors '>' is not preceded with whitespace. 77
Errors Parameter person should be final. 77
Errors '<' is not preceded with whitespace. 84
Errors '<' is not followed by whitespace. 84
Errors '>' is not preceded with whitespace. 84

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 25
Errors Line has trailing spaces. 28
Errors Line is longer than 80 characters. 29
Errors Line is longer than 80 characters. 30
Errors '<' is not preceded with whitespace. 36
Errors '<' is not followed by whitespace. 36
Errors '>' is not preceded with whitespace. 36
Errors '{' should be on the previous line. 38

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 30
Errors Line has trailing spaces. 33
Errors Line is longer than 80 characters. 34
Errors Line is longer than 80 characters. 35
Errors '<' is not preceded with whitespace. 42
Errors '<' is not followed by whitespace. 42
Errors '>' is not preceded with whitespace. 42
Errors '{' should be on the previous line. 43
Errors Line is longer than 80 characters. 55
Errors Method 'getAllNationalGovernments' is not designed for extension - needs to be abstract, final or empty. 57
Errors Missing a Javadoc comment. 57
Errors '<' is not preceded with whitespace. 58
Errors '<' is not followed by whitespace. 58
Errors '>' is not preceded with whitespace. 58
Errors '<' is not preceded with whitespace. 65
Errors '<' is not followed by whitespace. 65
Errors '>' is not preceded with whitespace. 65

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 25
Errors Line has trailing spaces. 28
Errors Line is longer than 80 characters. 29
Errors Line is longer than 80 characters. 30
Errors '<' is not preceded with whitespace. 36
Errors '<' is not followed by whitespace. 36
Errors '>' is not preceded with whitespace. 36
Errors '{' should be on the previous line. 38

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

Violation Message Line
Errors Line is longer than 80 characters. 22
Errors Comment matches to-do format 'TODO:'. 31
Errors Line has trailing spaces. 34
Errors Line is longer than 80 characters. 35
Errors Line is longer than 80 characters. 36
Errors '<' is not preceded with whitespace. 43
Errors '<' is not followed by whitespace. 43
Errors '>' is not preceded with whitespace. 43
Errors '{' should be on the previous line. 44
Errors Line is longer than 80 characters. 56
Errors Method 'findByName' is not designed for extension - needs to be abstract, final or empty. 58
Errors Missing a Javadoc comment. 58
Errors Parameter name should be final. 59
Errors Redundant throws: 'DataAccessException' is unchecked exception. 59
Errors '<' is not preceded with whitespace. 65
Errors '<' is not followed by whitespace. 65
Errors '>' is not preceded with whitespace. 65
Errors Avoid inline conditionals. 68
Errors Line is longer than 80 characters. 74
Errors Method 'findByShortCode' is not designed for extension - needs to be abstract, final or empty. 76
Errors Missing a Javadoc comment. 76
Errors Parameter shortCode should be final. 77
Errors '<' is not preceded with whitespace. 83
Errors '<' is not followed by whitespace. 83
Errors '>' is not preceded with whitespace. 83
Errors Avoid inline conditionals. 86
Errors Line is longer than 80 characters. 92
Errors Method 'getAllOnline' is not designed for extension - needs to be abstract, final or empty. 94
Errors Missing a Javadoc comment. 94
Errors Line is longer than 80 characters. 95
Errors '<' is not preceded with whitespace. 95
Errors '<' is not followed by whitespace. 95
Errors '>' is not preceded with whitespace. 95
Errors Redundant throws: 'DataAccessException' is unchecked exception. 95

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 35
Errors Line has trailing spaces. 38
Errors Line is longer than 80 characters. 39
Errors Line is longer than 80 characters. 40
Errors '<' is not preceded with whitespace. 46
Errors '<' is not followed by whitespace. 46
Errors '>' is not preceded with whitespace. 46
Errors '{' should be on the previous line. 48
Errors Line is longer than 80 characters. 60
Errors Method 'findByName' is not designed for extension - needs to be abstract, final or empty. 62
Errors Missing a Javadoc comment. 62
Errors Parameter name should be final. 63
Errors Redundant throws: 'DataAccessException' is unchecked exception. 63
Errors '<' is not preceded with whitespace. 68
Errors '<' is not followed by whitespace. 68
Errors '>' is not preceded with whitespace. 68
Errors Avoid inline conditionals. 71
Errors Line is longer than 80 characters. 77
Errors Method 'findGovernmentPortal' is not designed for extension - needs to be abstract, final or empty. 79
Errors Missing a Javadoc comment. 79
Errors Parameter government should be final. 80
Errors '<' is not preceded with whitespace. 87
Errors '<' is not followed by whitespace. 87
Errors '>' is not preceded with whitespace. 87
Errors Avoid inline conditionals. 90
Errors Line is longer than 80 characters. 96
Errors Method 'findNationalByCountry' is not designed for extension - needs to be abstract, final or empty. 98
Errors Missing a Javadoc comment. 98
Errors Parameter country should be final. 99
Errors '<' is not preceded with whitespace. 107
Errors '<' is not followed by whitespace. 107
Errors '>' is not preceded with whitespace. 107
Errors Avoid inline conditionals. 110
Errors Line is longer than 80 characters. 116
Errors Method 'findRegionalByRegion' is not designed for extension - needs to be abstract, final or empty. 118
Errors Missing a Javadoc comment. 118
Errors Parameter region should be final. 119
Errors '<' is not preceded with whitespace. 127
Errors '<' is not followed by whitespace. 127
Errors '>' is not preceded with whitespace. 127
Errors Avoid inline conditionals. 130

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 30
Errors Line has trailing spaces. 33
Errors Line is longer than 80 characters. 34
Errors '<' is not preceded with whitespace. 41
Errors '<' is not followed by whitespace. 41
Errors '>' is not preceded with whitespace. 41
Errors '{' should be on the previous line. 43
Errors Line is longer than 80 characters. 55
Errors Method 'findByName' is not designed for extension - needs to be abstract, final or empty. 57
Errors Missing a Javadoc comment. 57
Errors Parameter name should be final. 58
Errors Redundant throws: 'DataAccessException' is unchecked exception. 58
Errors '<' is not preceded with whitespace. 63
Errors '<' is not followed by whitespace. 63
Errors '>' is not preceded with whitespace. 63
Errors Avoid inline conditionals. 66

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 25
Errors Line has trailing spaces. 28
Errors Line is longer than 80 characters. 29
Errors '<' is not preceded with whitespace. 36
Errors '<' is not followed by whitespace. 36
Errors '>' is not preceded with whitespace. 36
Errors '{' should be on the previous line. 38

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 30
Errors Line has trailing spaces. 33
Errors Line is longer than 80 characters. 34
Errors Line is longer than 80 characters. 35
Errors '<' is not preceded with whitespace. 41
Errors '<' is not followed by whitespace. 41
Errors '>' is not preceded with whitespace. 41
Errors '{' should be on the previous line. 43
Errors Line is longer than 80 characters. 55
Errors Method 'findByUsername' is not designed for extension - needs to be abstract, final or empty. 57
Errors Missing a Javadoc comment. 57
Errors Parameter username should be final. 58
Errors Redundant throws: 'DataAccessException' is unchecked exception. 58
Errors '<' is not preceded with whitespace. 63
Errors '<' is not followed by whitespace. 63
Errors '>' is not preceded with whitespace. 63
Errors Avoid inline conditionals. 66

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 31
Errors Line has trailing spaces. 34
Errors Line is longer than 80 characters. 35
Errors Line is longer than 80 characters. 36
Errors '<' is not preceded with whitespace. 43
Errors '<' is not followed by whitespace. 43
Errors '>' is not preceded with whitespace. 43
Errors '{' should be on the previous line. 44
Errors Line is longer than 80 characters. 56
Errors Method 'findBySessionId' is not designed for extension - needs to be abstract, final or empty. 58
Errors Missing a Javadoc comment. 58
Errors Parameter sessionId should be final. 59
Errors Redundant throws: 'DataAccessException' is unchecked exception. 60
Errors '<' is not preceded with whitespace. 67
Errors '<' is not followed by whitespace. 67
Errors '>' is not preceded with whitespace. 67
Errors Avoid inline conditionals. 70
Errors Line is longer than 80 characters. 76
Errors Method 'findByUserId' is not designed for extension - needs to be abstract, final or empty. 78
Errors Missing a Javadoc comment. 78
Errors Parameter userId should be final. 79
Errors Redundant throws: 'DataAccessException' is unchecked exception. 79
Errors '<' is not preceded with whitespace. 86
Errors '<' is not followed by whitespace. 86
Errors '>' is not preceded with whitespace. 86
Errors Avoid inline conditionals. 89
Errors Line is longer than 80 characters. 95
Errors Method 'getActiveSessions' is not designed for extension - needs to be abstract, final or empty. 97
Errors Missing a Javadoc comment. 97
Errors '<' is not preceded with whitespace. 99
Errors '<' is not followed by whitespace. 99
Errors '>' is not preceded with whitespace. 99
Errors Redundant throws: 'DataAccessException' is unchecked exception. 99
Errors Line is longer than 80 characters. 107
Errors Method 'endActiveSessions' is not designed for extension - needs to be abstract, final or empty. 109
Errors Missing a Javadoc comment. 109
Errors '<' is not preceded with whitespace. 110
Errors '<' is not followed by whitespace. 110
Errors '>' is not preceded with whitespace. 110

org/directdemocracyportal/democracy/service/dao/hibernate/package.html

Violation Message Line
Errors Missing package documentation file. 0

org/directdemocracyportal/democracy/service/dao/package.html

Violation Message Line
Errors Missing package documentation file. 0

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 20
Errors Line has trailing spaces. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25
Errors '{' should be on the previous line. 31

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 26
Errors Line has trailing spaces. 29
Errors Line is longer than 80 characters. 30
Errors Line is longer than 80 characters. 31
Errors '{' should be on the previous line. 37
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 44
Errors Missing a Javadoc comment. 44
Errors Parameter jobContext should be final. 44

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 51
Errors Line has trailing spaces. 54
Errors Line is longer than 80 characters. 55
Errors Line is longer than 80 characters. 56
Errors '{' should be on the previous line. 64
Errors Line is longer than 80 characters. 83
Errors Line is longer than 80 characters. 86
Errors Name 'STATEMENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 89
Errors Name 'GOVERNMENT_BILL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 92
Errors Name 'PRIVATE_MEMBER_BILL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 95
Errors Line has trailing spaces. 99
Errors Line has trailing spaces. 104
Errors Parameter webClient should be final. 107
Errors 'webClient' hides a field. 107
Errors Parameter countryDAO should be final. 108
Errors 'countryDAO' hides a field. 108
Errors Parameter agentDAO should be final. 108
Errors 'agentDAO' hides a field. 108
Errors Parameter portalService should be final. 109
Errors 'portalService' hides a field. 109
Errors Line is longer than 80 characters. 119
Errors Missing a Javadoc comment. 121
Errors Line has trailing spaces. 144
Errors Parameter issue should be final. 148
Errors Parameter resolution should be final. 148
Errors '<' is not preceded with whitespace. 160
Errors '<' is not followed by whitespace. 160
Errors '>' is not preceded with whitespace. 160
Errors '3' is a magic number. 172
Errors Name 'ImportIssuesAndVotes' must match pattern '^[a-z][a-zA-Z0-9]*$'. 219
Errors '<' is not preceded with whitespace. 220
Errors '<' is not followed by whitespace. 220
Errors '>' is not preceded with whitespace. 220
Errors '<' is not preceded with whitespace. 230
Errors '<' is not followed by whitespace. 230
Errors '>' is not preceded with whitespace. 230
Errors Name 'ImportAllResulotions' must match pattern '^[a-z][a-zA-Z0-9]*$'. 250
Errors '<' is not preceded with whitespace. 261
Errors '<' is not followed by whitespace. 261
Errors '>' is not preceded with whitespace. 261
Errors '<' is not preceded with whitespace. 295
Errors '<' is not followed by whitespace. 295
Errors '>' is not preceded with whitespace. 295
Errors Must have at least one statement. 324
Errors Comment matches to-do format 'TODO:'. 325
Errors Line has trailing spaces. 331
Errors Parameter anchor should be final. 335
Errors Parameter riksdag should be final. 335
Errors Line is longer than 80 characters. 345
Errors Line is longer than 80 characters. 358
Errors Line has trailing spaces. 374
Errors Parameter page should be final. 378
Errors Parameter resolution should be final. 378
Errors '<' is not preceded with whitespace. 384
Errors '<' is not followed by whitespace. 384
Errors '>' is not preceded with whitespace. 384
Errors '8' is a magic number. 393
Errors '18' is a magic number. 394
Errors Variable 'format' must be private and have accessor methods. 402
Errors Line has trailing spaces. 406
Errors Line has trailing spaces. 408
Errors Method 'parseDate' is not designed for extension - needs to be abstract, final or empty. 411
Errors Parameter dateStr should be final. 411
Errors Must have at least one statement. 414
Errors Line has trailing spaces. 421
Errors Line has trailing spaces. 423
Errors Parameter hrefAttribute should be final. 426
Errors '13' is a magic number. 429
Errors Line has trailing spaces. 438
Errors Line has trailing spaces. 440
Errors Method 'stripDigits' is not designed for extension - needs to be abstract, final or empty. 443
Errors Parameter s should be final. 443
Errors 'if' construct must use '{}'s. 447
Errors Line has trailing spaces. 455
Errors Line has trailing spaces. 457
Errors Parameter anchors should be final. 460
Errors '<' is not preceded with whitespace. 460
Errors '<' is not followed by whitespace. 460
Errors '>' is not preceded with whitespace. 460
Errors Line has trailing spaces. 472
Errors Line has trailing spaces. 475
Errors '<' is not preceded with whitespace. 478
Errors '<' is not followed by whitespace. 478
Errors '>' is not preceded with whitespace. 478
Errors Parameter votePage should be final. 478
Errors Parameter resolution should be final. 479
Errors '<' is not preceded with whitespace. 483
Errors '<' is not followed by whitespace. 483
Errors '>' is not preceded with whitespace. 483
Errors '<' is not preceded with whitespace. 485
Errors '<' is not followed by whitespace. 485
Errors '>' is not preceded with whitespace. 485
Errors Line has trailing spaces. 518
Errors Line is longer than 80 characters. 519
Errors Line is longer than 80 characters. 520
Errors Utility classes should not have a public or default constructor. 525
Errors '{' should be on the previous line. 526
Errors '<' is not preceded with whitespace. 532
Errors '<' is not followed by whitespace. 532
Errors '>' is not preceded with whitespace. 532
Errors Line has trailing spaces. 538
Errors Line is longer than 80 characters. 539
Errors Line is longer than 80 characters. 540
Errors '{' should be on the previous line. 546
Errors '<' is not preceded with whitespace. 552
Errors '<' is not followed by whitespace. 552
Errors '>' is not preceded with whitespace. 552
Errors Line has trailing spaces. 556
Errors Parameter page should be final. 559
Errors '<' is not preceded with whitespace. 564
Errors '<' is not followed by whitespace. 564
Errors '>' is not preceded with whitespace. 564
Errors '>' is not followed by whitespace. 564
Errors Line has trailing spaces. 572
Errors Line has trailing spaces. 574
Errors '<' is not preceded with whitespace. 578
Errors '<' is not followed by whitespace. 578
Errors '>' is not preceded with whitespace. 578
Errors Line has trailing spaces. 591
Errors '<' is not preceded with whitespace. 594
Errors '<' is not followed by whitespace. 594
Errors '>' is not preceded with whitespace. 594

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

Violation Message Line
Errors Line is longer than 80 characters. 41
Errors Comment matches to-do format 'TODO:'. 53
Errors Line has trailing spaces. 56
Errors Line is longer than 80 characters. 57
Errors Line is longer than 80 characters. 58
Errors '{' should be on the previous line. 64
Errors Line has trailing spaces. 87
Errors Line has trailing spaces. 91
Errors Line is longer than 80 characters. 94
Errors Parameter webClient should be final. 94
Errors 'webClient' hides a field. 94
Errors Parameter url should be final. 94
Errors 'url' hides a field. 94
Errors ',' is not followed by whitespace. 94
Errors Parameter portalService should be final. 94
Errors 'portalService' hides a field. 94
Errors Line is longer than 80 characters. 103
Errors Method 'doImport' is not designed for extension - needs to be abstract, final or empty. 105
Errors Missing a Javadoc comment. 105
Errors Line is longer than 80 characters. 117
Errors ',' is not followed by whitespace. 117
Errors Line is longer than 80 characters. 119
Errors ',' is not followed by whitespace. 119
Errors ',' is not followed by whitespace. 119
Errors Line is longer than 80 characters. 129
Errors ',' is not followed by whitespace. 129
Errors '=' is not preceded with whitespace. 135
Errors '=' is not followed by whitespace. 135
Errors '<' is not preceded with whitespace. 146
Errors '<' is not followed by whitespace. 146
Errors '>' is not preceded with whitespace. 146
Errors Line is longer than 80 characters. 157
Errors '=' is not preceded with whitespace. 159
Errors Line is longer than 80 characters. 160
Errors Line is longer than 80 characters. 162
Errors Line has trailing spaces. 193
Errors Line has trailing spaces. 195
Errors '<' is not preceded with whitespace. 198
Errors '<' is not followed by whitespace. 198
Errors '>' is not preceded with whitespace. 198
Errors '<' is not preceded with whitespace. 199
Errors '<' is not followed by whitespace. 199
Errors '>' is not preceded with whitespace. 199
Errors '<' is not preceded with whitespace. 199
Errors '<' is not followed by whitespace. 199
Errors '>' is not preceded with whitespace. 199
Errors '>' is not followed by whitespace. 199
Errors '<' is not preceded with whitespace. 205
Errors '<' is not followed by whitespace. 205
Errors '>' is not preceded with whitespace. 205
Errors Line has trailing spaces. 225
Errors Line is longer than 80 characters. 226
Errors Line is longer than 80 characters. 227
Errors '{' should be on the previous line. 233
Errors Variable 'role' must be private and have accessor methods. 248
Errors Line has trailing spaces. 252
Errors Parameter name should be final. 259
Errors 'name' hides a field. 259
Errors Parameter href should be final. 259
Errors 'href' hides a field. 259
Errors Parameter party should be final. 259
Errors 'party' hides a field. 259
Errors Parameter region should be final. 260
Errors 'region' hides a field. 260
Errors Parameter role should be final. 260
Errors 'role' hides a field. 260
Errors Line has trailing spaces. 271
Errors Line has trailing spaces. 280
Errors Line has trailing spaces. 289
Errors Line has trailing spaces. 298
Errors Line has trailing spaces. 307
Errors Line has trailing spaces. 317
Errors Line is longer than 80 characters. 318
Errors Line is longer than 80 characters. 319
Errors '{' should be on the previous line. 325
Errors Line has trailing spaces. 335
Errors Parameter name should be final. 339
Errors 'name' hides a field. 339
Errors Parameter shortCode should be final. 339
Errors 'shortCode' hides a field. 339
Errors Line has trailing spaces. 346
Errors Missing a Javadoc comment. 358
Errors Avoid inline conditionals. 362
Errors Avoid inline conditionals. 364
Errors Missing a Javadoc comment. 373
Errors Parameter obj should be final. 374
Errors 'if' construct must use '{}'s. 375
Errors 'if' construct must use '{}'s. 377
Errors 'if' construct must use '{}'s. 379
Errors 'if' construct must use '{}'s. 383
Errors 'if' construct must use '{}'s. 385
Errors 'if' construct must use '{}'s. 388
Errors 'if' construct must use '{}'s. 390
Errors Line has trailing spaces. 398
Errors '<' is not preceded with whitespace. 401
Errors '<' is not followed by whitespace. 401
Errors '>' is not preceded with whitespace. 401
Errors '<' is not preceded with whitespace. 402
Errors '<' is not followed by whitespace. 402
Errors '>' is not preceded with whitespace. 402
Errors '<' is not preceded with whitespace. 402
Errors '<' is not followed by whitespace. 402
Errors '>' is not preceded with whitespace. 402
Errors '>' is not followed by whitespace. 402
Errors Line is longer than 80 characters. 406
Errors Line is longer than 80 characters. 410
Errors Line is longer than 80 characters. 414
Errors Line has trailing spaces. 428
Errors Line has trailing spaces. 430
Errors Line has trailing spaces. 432
Errors '<' is not preceded with whitespace. 436
Errors '<' is not followed by whitespace. 436
Errors '>' is not preceded with whitespace. 436
Errors Parameter page should be final. 437
Errors '<' is not preceded with whitespace. 438
Errors '<' is not followed by whitespace. 438
Errors '>' is not preceded with whitespace. 438
Errors '<' is not preceded with whitespace. 438
Errors '<' is not followed by whitespace. 438
Errors '>' is not preceded with whitespace. 438
Errors '>' is not followed by whitespace. 438
Errors '<' is not preceded with whitespace. 443
Errors '<' is not followed by whitespace. 443
Errors '>' is not preceded with whitespace. 443
Errors '4' is a magic number. 450
Errors Line is longer than 80 characters. 454
Errors Line has trailing spaces. 466
Errors Line has trailing spaces. 468
Errors Line has trailing spaces. 470
Errors '<' is not preceded with whitespace. 474
Errors '<' is not followed by whitespace. 474
Errors '>' is not preceded with whitespace. 474
Errors Parameter page should be final. 475
Errors '<' is not preceded with whitespace. 476
Errors '<' is not followed by whitespace. 476
Errors '>' is not preceded with whitespace. 476
Errors '<' is not preceded with whitespace. 476
Errors '<' is not followed by whitespace. 476
Errors '>' is not preceded with whitespace. 476
Errors '>' is not followed by whitespace. 476
Errors '<' is not preceded with whitespace. 479
Errors '<' is not followed by whitespace. 479
Errors '>' is not preceded with whitespace. 479
Errors Line has trailing spaces. 491
Errors Line has trailing spaces. 494
Errors Method 'importRegionsAndMunicipals' is not designed for extension - needs to be abstract, final or empty. 497
Errors Parameter government should be final. 498
Errors Parameter country should be final. 499
Errors Line is longer than 80 characters. 501
Errors '<' is not preceded with whitespace. 505
Errors '<' is not followed by whitespace. 505
Errors '>' is not preceded with whitespace. 505
Errors Line has trailing spaces. 516
Errors Line has trailing spaces. 519
Errors Method 'importRegiononalGovernments' is not designed for extension - needs to be abstract, final or empty. 522
Errors Parameter government should be final. 523
Errors Parameter country should be final. 524
Errors Line is longer than 80 characters. 526
Errors '<' is not preceded with whitespace. 530
Errors '<' is not followed by whitespace. 530
Errors '>' is not preceded with whitespace. 530
Errors Line has trailing spaces. 542
Errors Line has trailing spaces. 546
Errors Parameter anchor should be final. 549
Errors Parameter government should be final. 550
Errors Parameter country should be final. 550
Errors Line is longer than 80 characters. 581
Errors Name 'landstingFullmäktige' must match pattern '^[a-z][a-zA-Z0-9]*$'. 583
Errors '<' is not preceded with whitespace. 588
Errors '<' is not followed by whitespace. 588
Errors '>' is not preceded with whitespace. 588
Errors Line is longer than 80 characters. 590
Errors Line is longer than 80 characters. 594
Errors Line is longer than 80 characters. 595
Errors Line has trailing spaces. 601
Errors Line has trailing spaces. 605
Errors Name 'ImportAllMunicipalsInRegion' must match pattern '^[a-z][a-zA-Z0-9]*$'. 609
Errors Parameter anchor should be final. 609
Errors Parameter government should be final. 610
Errors Parameter country should be final. 610
Errors '<' is not preceded with whitespace. 618
Errors '<' is not followed by whitespace. 618
Errors '>' is not preceded with whitespace. 618
Errors Line has trailing spaces. 632
Errors Line has trailing spaces. 637
Errors Name 'ImportMunicipal' must match pattern '^[a-z][a-zA-Z0-9]*$'. 640
Errors Parameter anchor should be final. 640
Errors Parameter government should be final. 640
Errors Parameter country should be final. 641
Errors Parameter region should be final. 641
Errors Name 'fullmäktigeLedamot' must match pattern '^[a-z][a-zA-Z0-9]*$'. 669
Errors '<' is not preceded with whitespace. 674
Errors '<' is not followed by whitespace. 674
Errors '>' is not preceded with whitespace. 674
Errors Line is longer than 80 characters. 676
Errors Line has trailing spaces. 690
Errors Line has trailing spaces. 692
Errors '<' is not preceded with whitespace. 696
Errors '<' is not followed by whitespace. 696
Errors '>' is not preceded with whitespace. 696
Errors Parameter pageContent should be final. 696
Errors '<' is not preceded with whitespace. 700
Errors '<' is not followed by whitespace. 700
Errors '>' is not preceded with whitespace. 700
Errors '<' is not preceded with whitespace. 702
Errors '<' is not followed by whitespace. 702
Errors '>' is not preceded with whitespace. 702
Errors '<' is not preceded with whitespace. 702
Errors '<' is not followed by whitespace. 702
Errors '>' is not preceded with whitespace. 702
Errors '>' is not followed by whitespace. 702
Errors '<' is not preceded with whitespace. 704
Errors '<' is not followed by whitespace. 704
Errors '>' is not preceded with whitespace. 704
Errors '3' is a magic number. 706
Errors Line has trailing spaces. 722
Errors Line has trailing spaces. 724
Errors '(' is followed by whitespace. 727
Errors '<' is not preceded with whitespace. 728
Errors '<' is not followed by whitespace. 728
Errors '>' is not preceded with whitespace. 728
Errors Parameter pageContent should be final. 729
Errors '<' is not preceded with whitespace. 733
Errors '<' is not followed by whitespace. 733
Errors '>' is not preceded with whitespace. 733
Errors '<' is not preceded with whitespace. 735
Errors '<' is not followed by whitespace. 735
Errors '>' is not preceded with whitespace. 735
Errors '<' is not preceded with whitespace. 735
Errors '<' is not followed by whitespace. 735
Errors '>' is not preceded with whitespace. 735
Errors '>' is not followed by whitespace. 735
Errors '<' is not preceded with whitespace. 737
Errors '<' is not followed by whitespace. 737
Errors '>' is not preceded with whitespace. 737
Errors '3' is a magic number. 739
Errors Line has trailing spaces. 754
Errors Line has trailing spaces. 757
Errors Method 'importInternationalGovernments' is not designed for extension - needs to be abstract, final or empty. 760
Errors Parameter government should be final. 760
Errors Parameter country should be final. 761
Errors Line is longer than 80 characters. 780
Errors '<' is not preceded with whitespace. 780
Errors '<' is not followed by whitespace. 780
Errors '>' is not preceded with whitespace. 780
Errors Line is longer than 80 characters. 782
Errors Line is longer than 80 characters. 787
Errors Line is longer than 80 characters. 788
Errors Line has trailing spaces. 794
Errors Line has trailing spaces. 796
Errors '<' is not preceded with whitespace. 800
Errors '<' is not followed by whitespace. 800
Errors '>' is not preceded with whitespace. 800
Errors Parameter pageContent should be final. 801
Errors '<' is not preceded with whitespace. 805
Errors '<' is not followed by whitespace. 805
Errors '>' is not preceded with whitespace. 805
Errors '<' is not preceded with whitespace. 807
Errors '<' is not followed by whitespace. 807
Errors '>' is not preceded with whitespace. 807
Errors '<' is not preceded with whitespace. 807
Errors '<' is not followed by whitespace. 807
Errors '>' is not preceded with whitespace. 807
Errors '>' is not followed by whitespace. 807
Errors '<' is not preceded with whitespace. 809
Errors '<' is not followed by whitespace. 809
Errors '>' is not preceded with whitespace. 809
Errors '3' is a magic number. 811

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

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters. 30
Errors Line is longer than 80 characters. 31
Errors Comment matches to-do format 'TODO:'. 40
Errors Line has trailing spaces. 43
Errors Line is longer than 80 characters. 44
Errors Line is longer than 80 characters. 45
Errors '{' should be on the previous line. 52
Errors Line is longer than 80 characters. 65
Errors Line has trailing spaces. 66
Errors Line has trailing spaces. 69
Errors Line is longer than 80 characters. 73
Errors Parameter webClient should be final. 73
Errors 'webClient' hides a field. 73
Errors ',' is not followed by whitespace. 73
Errors Parameter portalService should be final. 73
Errors 'portalService' hides a field. 73
Errors Line is longer than 80 characters. 81
Errors Method 'doImport' is not designed for extension - needs to be abstract, final or empty. 83
Errors Missing a Javadoc comment. 83
Errors Line is longer than 80 characters. 86
Errors Line is longer than 80 characters. 89
Errors Line is longer than 80 characters. 91
Errors Line is longer than 80 characters. 93
Errors Line is longer than 80 characters. 95
Errors Line is longer than 80 characters. 97
Errors Line is longer than 80 characters. 99
Errors Line is longer than 80 characters. 101
Errors Line is longer than 80 characters. 102
Errors Line is longer than 80 characters. 103
Errors Line is longer than 80 characters. 105
Errors Line is longer than 80 characters. 107
Errors Line is longer than 80 characters. 109
Errors Line is longer than 80 characters. 111
Errors Line is longer than 80 characters. 113
Errors Line is longer than 80 characters. 115
Errors Line is longer than 80 characters. 117
Errors Line is longer than 80 characters. 118
Errors Line is longer than 80 characters. 120
Errors Line is longer than 80 characters. 121
Errors Line is longer than 80 characters. 122
Errors Line is longer than 80 characters. 124
Errors Line has trailing spaces. 132
Errors Line has trailing spaces. 137
Errors Parameter orgName should be final. 140
Errors Parameter shortName should be final. 141
Errors Parameter url should be final. 141
Errors Parameter orgId should be final. 141
Errors Line is longer than 80 characters. 149
Errors Line is longer than 80 characters. 151
Errors ',' is not followed by whitespace. 151
Errors Line is longer than 80 characters. 154
Errors Line is longer than 80 characters. 155
Errors Line is longer than 80 characters. 160
Errors ',' is not followed by whitespace. 160
Errors Line is longer than 80 characters. 162
Errors Line is longer than 80 characters. 163
Errors Line is longer than 80 characters. 164
Errors ',' is not followed by whitespace. 170
Errors Line is longer than 80 characters. 173
Errors Line is longer than 80 characters. 179
Errors Line is longer than 80 characters. 182
Errors ',' is not followed by whitespace. 182
Errors Line is longer than 80 characters. 184
Errors Line has trailing spaces. 199
Errors Line is longer than 80 characters. 200
Errors Line is longer than 80 characters. 201
Errors '{' should be on the previous line. 207
Errors '<' is not preceded with whitespace. 222
Errors '<' is not followed by whitespace. 222
Errors '>' is not preceded with whitespace. 222
Errors '<' is not preceded with whitespace. 222
Errors '<' is not followed by whitespace. 222
Errors '>' is not preceded with whitespace. 222
Errors '>' is not followed by whitespace. 222
Errors '<' is not preceded with whitespace. 225
Errors '<' is not followed by whitespace. 225
Errors '>' is not preceded with whitespace. 225
Errors '<' is not preceded with whitespace. 225
Errors '<' is not followed by whitespace. 225
Errors '>' is not preceded with whitespace. 225
Errors '>' is not followed by whitespace. 225
Errors Line has trailing spaces. 229
Errors Parameter table should be final. 234
Errors Parameter OrgName should be final. 234
Errors Name 'OrgName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 234
Errors Parameter shortName should be final. 235
Errors 'shortName' hides a field. 235
Errors '<' is not preceded with whitespace. 238
Errors '<' is not followed by whitespace. 238
Errors '>' is not preceded with whitespace. 238
Errors '<' is not preceded with whitespace. 238
Errors '<' is not followed by whitespace. 238
Errors '>' is not preceded with whitespace. 238
Errors '>' is not followed by whitespace. 238
Errors Line has trailing spaces. 280
Errors Line has trailing spaces. 282
Errors Parameter str should be final. 285
Errors Line has trailing spaces. 291
Errors Line has trailing spaces. 300
Errors Line has trailing spaces. 309
Errors Line has trailing spaces. 318
Errors Line has trailing spaces. 327
Errors '<' is not preceded with whitespace. 330
Errors '<' is not followed by whitespace. 330
Errors '>' is not preceded with whitespace. 330
Errors Line has trailing spaces. 336
Errors '<' is not preceded with whitespace. 339
Errors '<' is not followed by whitespace. 339
Errors '>' is not preceded with whitespace. 339

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

Violation Message Line
Errors '{' should be on the previous line. 7

org/directdemocracyportal/democracy/service/governmentloader/package.html

Violation Message Line
Errors Missing package documentation file. 0

org/directdemocracyportal/democracy/service/package.html

Violation Message Line
Errors Missing package documentation file. 0

org/directdemocracyportal/democracy/web/ApplicationMessageHolder.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Comment matches to-do format 'TODO:'. 22
Errors Line has trailing spaces. 25
Errors Line is longer than 80 characters. 26
Errors Line is longer than 80 characters. 27
Errors Utility classes should not have a public or default constructor. 32
Errors '{' should be on the previous line. 33
Errors Line has trailing spaces. 37
Errors Line is longer than 80 characters. 38
Errors Line is longer than 80 characters. 39
Errors Utility classes should not have a public or default constructor. 44
Errors '{' should be on the previous line. 45
Errors Line is longer than 80 characters. 81
Errors Line is longer than 80 characters. 99
Errors Name 'AccountNonExpired' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 183
Errors Name 'AccountNonLocked' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 186
Errors Name 'Enabled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 189
Errors Line is longer than 80 characters. 192
Errors Name 'CredentialsNonExpired' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 192
Errors Line has trailing spaces. 223
Errors Line has trailing spaces. 225
Errors Parameter code should be final. 228
Errors Line is longer than 80 characters. 233

org/directdemocracyportal/democracy/web/BeanLocator.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Comment matches to-do format 'TODO:'. 26
Errors Line has trailing spaces. 29
Errors Line is longer than 80 characters. 30
Errors Line is longer than 80 characters. 31
Errors Utility classes should not have a public or default constructor. 36
Errors '{' should be on the previous line. 37
Errors Line has trailing spaces. 41
Errors Line has trailing spaces. 50
Errors Line has trailing spaces. 60

org/directdemocracyportal/democracy/web/ImageConstants.java

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 20
Errors Line has trailing spaces. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25
Errors Utility classes should not have a public or default constructor. 30
Errors '{' should be on the previous line. 31
Errors 'static' modifier out of order with the JLS suggestions. 34
Errors 'static' modifier out of order with the JLS suggestions. 37
Errors 'static' modifier out of order with the JLS suggestions. 40
Errors Line is longer than 80 characters. 44
Errors 'static' modifier out of order with the JLS suggestions. 44
Errors Line is longer than 80 characters. 47
Errors 'static' modifier out of order with the JLS suggestions. 47
Errors Line is longer than 80 characters. 50
Errors 'static' modifier out of order with the JLS suggestions. 50
Errors Line is longer than 80 characters. 53
Errors 'static' modifier out of order with the JLS suggestions. 53
Errors Line is longer than 80 characters. 56
Errors 'static' modifier out of order with the JLS suggestions. 56
Errors Line is longer than 80 characters. 59
Errors 'static' modifier out of order with the JLS suggestions. 59
Errors Line is longer than 80 characters. 62
Errors 'static' modifier out of order with the JLS suggestions. 62
Errors Line is longer than 80 characters. 65
Errors 'static' modifier out of order with the JLS suggestions. 65
Errors Line is longer than 80 characters. 68
Errors 'static' modifier out of order with the JLS suggestions. 68
Errors Line is longer than 80 characters. 71
Errors 'static' modifier out of order with the JLS suggestions. 71
Errors Line is longer than 80 characters. 74
Errors 'static' modifier out of order with the JLS suggestions. 74
Errors Line is longer than 80 characters. 77
Errors 'static' modifier out of order with the JLS suggestions. 77
Errors Line is longer than 80 characters. 80
Errors 'static' modifier out of order with the JLS suggestions. 80
Errors Line is longer than 80 characters. 83
Errors 'static' modifier out of order with the JLS suggestions. 83
Errors Line is longer than 80 characters. 86
Errors 'static' modifier out of order with the JLS suggestions. 86
Errors Line is longer than 80 characters. 89
Errors 'static' modifier out of order with the JLS suggestions. 89
Errors Line is longer than 80 characters. 92
Errors Line is longer than 80 characters. 95
Errors Line is longer than 80 characters. 98

org/directdemocracyportal/democracy/web/StaticContextLoaderListener.java

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 26
Errors Unclosed HTML tag found: <code>addStaticContextLoaderListener<code> method. When 32
Errors Line has trailing spaces. 35
Errors '{' should be on the previous line. 39
Errors Line is longer than 80 characters. 47
Errors Method 'contextInitialized' is not designed for extension - needs to be abstract, final or empty. 49
Errors Missing a Javadoc comment. 49
Errors Parameter event should be final. 50
Errors Line is longer than 80 characters. 59
Errors Method 'contextDestroyed' is not designed for extension - needs to be abstract, final or empty. 61
Errors Missing a Javadoc comment. 61
Errors Parameter event should be final. 62
Errors Line has trailing spaces. 69

org/directdemocracyportal/democracy/web/UserState.java

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 27
Errors Line has trailing spaces. 30
Errors Line is longer than 80 characters. 31
Errors Line is longer than 80 characters. 32
Errors Utility classes should not have a public or default constructor. 37
Errors '{' should be on the previous line. 38
Errors Line is longer than 80 characters. 41
Errors 'static' modifier out of order with the JLS suggestions. 41
Errors '<' is not preceded with whitespace. 41
Errors '<' is not followed by whitespace. 41
Errors '>' is not preceded with whitespace. 41
Errors Name 'user' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 41
Errors '<' is not preceded with whitespace. 41
Errors '<' is not followed by whitespace. 41
Errors '>' is not preceded with whitespace. 41
Errors '>' is not followed by whitespace. 41
Errors Line is longer than 80 characters. 44
Errors 'static' modifier out of order with the JLS suggestions. 44
Errors '<' is not preceded with whitespace. 44
Errors '<' is not followed by whitespace. 44
Errors '>' is not preceded with whitespace. 44
Errors Name 'locale' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 44
Errors '<' is not preceded with whitespace. 44
Errors '<' is not followed by whitespace. 44
Errors '>' is not preceded with whitespace. 44
Errors '>' is not followed by whitespace. 44
Errors Line is longer than 80 characters. 47
Errors 'static' modifier out of order with the JLS suggestions. 47
Errors '<' is not preceded with whitespace. 47
Errors '<' is not followed by whitespace. 47
Errors '<' is not preceded with whitespace. 47
Errors '<' is not followed by whitespace. 47
Errors '>' is not preceded with whitespace. 47
Errors '>' is not followed by whitespace. 47
Errors '>' is not preceded with whitespace. 47
Errors Name 'userSettings' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 47
Errors '<' is not preceded with whitespace. 47
Errors '<' is not followed by whitespace. 47
Errors '<' is not preceded with whitespace. 47
Errors '<' is not followed by whitespace. 47
Errors '>' is not preceded with whitespace. 47
Errors '>' is not followed by whitespace. 47
Errors '>' is not preceded with whitespace. 47
Errors '>' is not followed by whitespace. 47
Errors Line has trailing spaces. 51
Errors Line has trailing spaces. 60

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 22
Errors Line has trailing spaces. 25
Errors Line is longer than 80 characters. 26
Errors Line is longer than 80 characters. 27
Errors Utility classes should not have a public or default constructor. 32
Errors ',' is not followed by whitespace. 32
Errors '{' should be on the previous line. 33

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

Violation Message Line
Errors Line has trailing spaces. 22
Errors Line is longer than 80 characters. 23
Errors Line is longer than 80 characters. 24
Errors '{' should be on the previous line. 30

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 20
Errors Line has trailing spaces. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25
Errors '{' should be on the previous line. 31

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 20
Errors Line has trailing spaces. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25
Errors '{' should be on the previous line. 31
Errors Line has trailing spaces. 35
Errors Line has trailing spaces. 41
Errors Parameter partyId should be final. 44
Errors 'partyId' hides a field. 44
Errors Line has trailing spaces. 51
Errors Method 'getPartyId' is not designed for extension - needs to be abstract, final or empty. 54

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 20
Errors Line has trailing spaces. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25
Errors '{' should be on the previous line. 31

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 20
Errors Line has trailing spaces. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25
Errors '{' should be on the previous line. 31

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 22
Errors Line has trailing spaces. 25
Errors Line is longer than 80 characters. 26
Errors Line is longer than 80 characters. 27
Errors '{' should be on the previous line. 33
Errors Line has trailing spaces. 37
Errors Line has trailing spaces. 43
Errors Parameter frame should be final. 47
Errors 'frame' hides a field. 47
Errors Parameter args should be final. 47
Errors 'args' hides a field. 47
Errors Line has trailing spaces. 54
Errors Method 'getArgs' is not designed for extension - needs to be abstract, final or empty. 57
Errors Line has trailing spaces. 63
Errors Method 'getFrame' is not designed for extension - needs to be abstract, final or empty. 66

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 20
Errors Line has trailing spaces. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25
Errors '{' should be on the previous line. 31

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 20
Errors Line has trailing spaces. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25
Errors '{' should be on the previous line. 31

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 20
Errors Line has trailing spaces. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25
Errors '{' should be on the previous line. 31

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 20
Errors Line has trailing spaces. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25
Errors '{' should be on the previous line. 31
Errors Line has trailing spaces. 35
Errors Line has trailing spaces. 41
Errors Parameter governmentId should be final. 44
Errors 'governmentId' hides a field. 44
Errors Line has trailing spaces. 51
Errors Method 'getGovernmentId' is not designed for extension - needs to be abstract, final or empty. 54

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 20
Errors Line has trailing spaces. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25
Errors '{' should be on the previous line. 31

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 20
Errors Line has trailing spaces. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25
Errors '{' should be on the previous line. 31

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 20
Errors Line has trailing spaces. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25
Errors '{' should be on the previous line. 31

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 20
Errors Line has trailing spaces. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25
Errors '{' should be on the previous line. 31
Errors Line has trailing spaces. 35
Errors Line has trailing spaces. 41
Errors Parameter partyId should be final. 44
Errors 'partyId' hides a field. 44
Errors Line has trailing spaces. 51
Errors Method 'getPartyId' is not designed for extension - needs to be abstract, final or empty. 54

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 20
Errors Line has trailing spaces. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25
Errors '{' should be on the previous line. 31
Errors Line has trailing spaces. 35
Errors Line has trailing spaces. 41
Errors Parameter organisationId should be final. 44
Errors 'organisationId' hides a field. 44
Errors Line has trailing spaces. 51
Errors Method 'getOrganisationId' is not designed for extension - needs to be abstract, final or empty. 54

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 20
Errors Line has trailing spaces. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25
Errors '{' should be on the previous line. 31
Errors Line has trailing spaces. 35
Errors Line has trailing spaces. 41
Errors Parameter personId should be final. 44
Errors 'personId' hides a field. 44
Errors Line has trailing spaces. 51
Errors Method 'getPersonId' is not designed for extension - needs to be abstract, final or empty. 54

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 20
Errors Line has trailing spaces. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25
Errors '{' should be on the previous line. 31

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 20
Errors Line has trailing spaces. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25
Errors '{' should be on the previous line. 31
Errors Line has trailing spaces. 35
Errors Line has trailing spaces. 41
Errors Parameter userId should be final. 44
Errors 'userId' hides a field. 44
Errors Line has trailing spaces. 51
Errors Method 'getUserId' is not designed for extension - needs to be abstract, final or empty. 54

org/directdemocracyportal/democracy/web/action/package.html

Violation Message Line
Errors Missing package documentation file. 0

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

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters. 24
Errors Comment matches to-do format 'TODO:'. 37
Errors Unclosed HTML tag found: <code>addApplicationActionListener<code> method. When 43
Errors Line has trailing spaces. 46
Errors '{' should be on the previous line. 50
Errors Line has trailing spaces. 60
Errors Parameter controller should be final. 63
Errors 'controller' hides a field. 63
Errors Line is longer than 80 characters. 71
Errors Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. 73
Errors Missing a Javadoc comment. 73
Errors Parameter ev should be final. 73
Errors 'cast' is not followed by whitespace. 82
Errors 'cast' is not followed by whitespace. 88
Errors Line is longer than 80 characters. 96
Errors Line is longer than 80 characters. 99

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 26
Errors Line has trailing spaces. 29
Errors Line is longer than 80 characters. 30
Errors Line is longer than 80 characters. 31
Errors '{' should be on the previous line. 37
Errors Line is longer than 80 characters. 51
Errors Method 'onApplicationEvent' is not designed for extension - needs to be abstract, final or empty. 53
Errors Missing a Javadoc comment. 53
Errors Parameter event should be final. 53

org/directdemocracyportal/democracy/web/actionlistener/package.html

Violation Message Line
Errors Missing package documentation file. 0

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 22
Errors Line has trailing spaces. 25
Errors Line is longer than 80 characters. 26
Errors Line is longer than 80 characters. 27
Errors '{' should be on the previous line. 33
Errors Line has trailing spaces. 34
Errors Line has trailing spaces. 37
Errors Line has trailing spaces. 39

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

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters. 28
Errors Line is longer than 80 characters. 48
Errors Line is longer than 80 characters. 50
Errors Line is longer than 80 characters. 54
Errors Line is longer than 80 characters. 62
Errors Line is longer than 80 characters. 65
Errors Line is longer than 80 characters. 75
Errors Line is longer than 80 characters. 84
Errors Comment matches to-do format 'TODO:'. 98
Errors Line has trailing spaces. 101
Errors Line is longer than 80 characters. 102
Errors Line is longer than 80 characters. 103
Errors '{' should be on the previous line. 110
Errors Line has trailing spaces. 130
Errors Parameter userService should be final. 136
Errors 'userService' hides a field. 136
Errors Parameter portalService should be final. 137
Errors 'portalService' hides a field. 137
Errors Parameter agentDAO should be final. 137
Errors 'agentDAO' hides a field. 137
Errors Parameter documentDAO should be final. 138
Errors 'documentDAO' hides a field. 138
Errors Line is longer than 80 characters. 147
Errors Method 'handleAction' is not designed for extension - needs to be abstract, final or empty. 149
Errors Missing a Javadoc comment. 149
Errors Parameter action should be final. 149
Errors Line is longer than 80 characters. 151
Errors Line is longer than 80 characters. 166
Errors Line is longer than 80 characters. 174
Errors Line is longer than 80 characters. 176
Errors Line is longer than 80 characters. 182
Errors Line has trailing spaces. 190
Errors Parameter action should be final. 194
Errors '{' is followed by whitespace. 200
Errors '{' is followed by whitespace. 200
Errors '150' is a magic number. 200
Errors '{' is followed by whitespace. 202
Errors '0.1' is a magic number. 202
Errors '0.8' is a magic number. 202
Errors '0.1' is a magic number. 202
Errors Line is longer than 80 characters. 217
Errors 'portalService' hides a field. 217
Errors Line is longer than 80 characters. 218
Errors Line has trailing spaces. 231
Errors Parameter args should be final. 234
Errors Line has trailing spaces. 246
Errors Line has trailing spaces. 248
Errors '<' is not preceded with whitespace. 251
Errors '<' is not followed by whitespace. 251
Errors '>' is not preceded with whitespace. 251
Errors Parameter args should be final. 251
Errors '<' is not preceded with whitespace. 252
Errors '<' is not followed by whitespace. 252
Errors '>' is not preceded with whitespace. 252
Errors '<' is not preceded with whitespace. 252
Errors '<' is not followed by whitespace. 252
Errors '>' is not preceded with whitespace. 252
Errors '>' is not followed by whitespace. 252
Errors Line has trailing spaces. 266
Errors Line is longer than 80 characters. 272
Errors Line has trailing spaces. 319
Errors Parameter action should be final. 322
Errors '<' is not preceded with whitespace. 325
Errors '<' is not followed by whitespace. 325
Errors '>' is not preceded with whitespace. 325
Errors ',' is not followed by whitespace. 327
Errors Line has trailing spaces. 332
Errors Parameter action should be final. 336
Errors Line has trailing spaces. 346
Errors Parameter action should be final. 349
Errors Line is longer than 80 characters. 351
Errors ',' is not followed by whitespace. 351
Errors Line has trailing spaces. 356
Errors Parameter action should be final. 359
Errors Line has trailing spaces. 369
Errors Line is longer than 80 characters. 372
Errors Parameter action should be final. 372
Errors Line has trailing spaces. 380
Errors Parameter action should be final. 384
Errors Line is longer than 80 characters. 385
Errors Line is longer than 80 characters. 399
Errors Line has trailing spaces. 410
Errors Parameter action should be final. 413
Errors '<' is not preceded with whitespace. 414
Errors '<' is not followed by whitespace. 414
Errors '>' is not preceded with whitespace. 414
Errors Line has trailing spaces. 420
Errors Parameter action should be final. 423
Errors Line is longer than 80 characters. 424
Errors Line has trailing spaces. 429
Errors Parameter action should be final. 432
Errors Line is longer than 80 characters. 433
Errors Line has trailing spaces. 438
Errors Line is longer than 80 characters. 441
Errors Parameter action should be final. 441
Errors Line is longer than 80 characters. 442
Errors Line has trailing spaces. 447
Errors Parameter action should be final. 450
Errors Line is longer than 80 characters. 451
Errors Line has trailing spaces. 456
Errors Parameter action should be final. 459
Errors Line is longer than 80 characters. 460
Errors Line is longer than 80 characters. 461
Errors ',' is not followed by whitespace. 461
Errors Line has trailing spaces. 466
Errors Parameter action should be final. 469
Errors ',' is not followed by whitespace. 471
Errors Line has trailing spaces. 476
Errors Parameter action should be final. 479
Errors Line is longer than 80 characters. 483
Errors Line has trailing spaces. 489
Errors Parameter action should be final. 492
Errors Line is longer than 80 characters. 493
Errors Line is longer than 80 characters. 506
Errors Line is longer than 80 characters. 508
Errors ',' is not followed by whitespace. 508
Errors Line is longer than 80 characters. 513
Errors Line has trailing spaces. 521
Errors Line has trailing spaces. 523
Errors Method 'handleLoginAction' is not designed for extension - needs to be abstract, final or empty. 526
Errors Parameter loginAction should be final. 526
Errors Line is longer than 80 characters. 534
Errors ',' is not followed by whitespace. 534

org/directdemocracyportal/democracy/web/controller/package.html

Violation Message Line
Errors Missing package documentation file. 0

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

Violation Message Line
Errors Line is longer than 80 characters. 21
Errors Comment matches to-do format 'TODO:'. 28
Errors Line has trailing spaces. 31
Errors Line is longer than 80 characters. 32
Errors Line is longer than 80 characters. 33
Errors Utility classes should not have a public or default constructor. 38
Errors '{' should be on the previous line. 39
Errors Line has trailing spaces. 43
Errors Parameter args should be final. 46
Errors ',' is not followed by whitespace. 51
Errors ',' is not followed by whitespace. 52

org/directdemocracyportal/democracy/web/main/package.html

Violation Message Line
Errors Missing package documentation file. 0

org/directdemocracyportal/democracy/web/package.html

Violation Message Line
Errors Missing package documentation file. 0

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 24
Errors Line has trailing spaces. 27
Errors Line is longer than 80 characters. 28
Errors Line is longer than 80 characters. 29
Errors Utility classes should not have a public or default constructor. 34
Errors '{' should be on the previous line. 35
Errors Line is longer than 80 characters. 38
Errors 'static' modifier out of order with the JLS suggestions. 38
Errors '<' is not preceded with whitespace. 38
Errors '<' is not followed by whitespace. 38
Errors '>' is not preceded with whitespace. 38
Errors Name 'activeContentView' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 38
Errors '<' is not preceded with whitespace. 38
Errors '<' is not followed by whitespace. 38
Errors '>' is not preceded with whitespace. 38
Errors '>' is not followed by whitespace. 38
Errors Line is longer than 80 characters. 41
Errors 'static' modifier out of order with the JLS suggestions. 41
Errors '<' is not preceded with whitespace. 41
Errors '<' is not followed by whitespace. 41
Errors '>' is not preceded with whitespace. 41
Errors Name 'activeHeaderPanel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 41
Errors '<' is not preceded with whitespace. 41
Errors '<' is not followed by whitespace. 41
Errors '>' is not preceded with whitespace. 41
Errors '>' is not followed by whitespace. 41
Errors Line is longer than 80 characters. 44
Errors 'static' modifier out of order with the JLS suggestions. 44
Errors '<' is not preceded with whitespace. 44
Errors '<' is not followed by whitespace. 44
Errors '>' is not preceded with whitespace. 44
Errors Name 'activeRightHeaderPanel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 44
Errors '<' is not preceded with whitespace. 44
Errors '<' is not followed by whitespace. 44
Errors '>' is not preceded with whitespace. 44
Errors '>' is not followed by whitespace. 44
Errors Line has trailing spaces. 48
Errors Parameter view should be final. 51
Errors Line has trailing spaces. 61
Errors Parameter view should be final. 64
Errors Line has trailing spaces. 74
Errors Parameter menu should be final. 77

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

Violation Message Line
Errors Line is longer than 80 characters. 24
Errors Comment matches to-do format 'TODO:'. 30
Errors Line has trailing spaces. 33
Errors Line is longer than 80 characters. 34
Errors Line is longer than 80 characters. 35
Errors '{' should be on the previous line. 41
Errors Line has trailing spaces. 45
Errors Parameter events should be final. 48
Errors '<' is not preceded with whitespace. 48
Errors '<' is not followed by whitespace. 48
Errors '>' is not preceded with whitespace. 48
Errors '{' is followed by whitespace. 50
Errors '{' is followed by whitespace. 50
Errors '{' is followed by whitespace. 51
Errors '5' is a magic number. 53

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

Violation Message Line
Errors Line is longer than 80 characters. 23
Errors Line is longer than 80 characters. 26
Errors Comment matches to-do format 'TODO:'. 36
Errors Line has trailing spaces. 39
Errors Line is longer than 80 characters. 40
Errors Line is longer than 80 characters. 41
Errors '{' should be on the previous line. 47
Errors '{' is followed by whitespace. 53
Errors '{' is followed by whitespace. 53
Errors '{' is followed by whitespace. 54
Errors '10' is a magic number. 54
Errors '130' is a magic number. 54
Errors '10' is a magic number. 54
Errors '130' is a magic number. 54
Errors '10' is a magic number. 54
Errors '130' is a magic number. 54
Errors '5' is a magic number. 56

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

Violation Message Line
Errors Line is longer than 80 characters. 21
Errors Comment matches to-do format 'TODO:'. 29
Errors Line has trailing spaces. 32
Errors Line is longer than 80 characters. 33
Errors Line is longer than 80 characters. 34
Errors '{' should be on the previous line. 40
Errors '{' is followed by whitespace. 46
Errors '{' is followed by whitespace. 46
Errors '{' is followed by whitespace. 47
Errors '5' is a magic number. 48
Errors '5' is a magic number. 49
Errors '150' is a magic number. 57
Errors '20' is a magic number. 57
Errors '280' is a magic number. 66
Errors '20' is a magic number. 66

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

Violation Message Line
Errors Line is longer than 80 characters. 31
Errors Comment matches to-do format 'TODO:'. 43
Errors Line has trailing spaces. 46
Errors Line is longer than 80 characters. 47
Errors Line is longer than 80 characters. 48
Errors '{' should be on the previous line. 54
Errors Line has trailing spaces. 58
Errors Line is longer than 80 characters. 62
Errors Parameter government should be final. 62
Errors Parameter parties should be final. 62
Errors '<' is not preceded with whitespace. 62
Errors '<' is not followed by whitespace. 62
Errors '>' is not preceded with whitespace. 62
Errors '{' is followed by whitespace. 63
Errors '{' is followed by whitespace. 63
Errors '{' is followed by whitespace. 64
Errors '5' is a magic number. 66
Errors ',' is not followed by whitespace. 73
Errors Line has trailing spaces. 80
Errors Line has trailing spaces. 83
Errors Line is longer than 80 characters. 86
Errors Parameter government should be final. 86
Errors Parameter parties should be final. 86
Errors '<' is not preceded with whitespace. 86
Errors '<' is not followed by whitespace. 86
Errors '>' is not preceded with whitespace. 86
Errors Line is longer than 80 characters. 88
Errors ',' is not followed by whitespace. 88
Errors Line has trailing spaces. 102
Errors Line has trailing spaces. 105
Errors Line is longer than 80 characters. 108
Errors Parameter government should be final. 108
Errors Parameter parties should be final. 108
Errors '<' is not preceded with whitespace. 108
Errors '<' is not followed by whitespace. 108
Errors '>' is not preceded with whitespace. 108
Errors '{' is followed by whitespace. 115
Errors '{' is followed by whitespace. 115
Errors '{' is followed by whitespace. 117
Errors '20' is a magic number. 117
Errors '5' is a magic number. 119
Errors ',' is not followed by whitespace. 127
Errors Line has trailing spaces. 136
Errors Line has trailing spaces. 138
Errors Parameter government should be final. 141
Errors '{' is followed by whitespace. 146
Errors '{' is followed by whitespace. 146
Errors '{' is followed by whitespace. 148
Errors '20' is a magic number. 148
Errors '5' is a magic number. 150
Errors Line has trailing spaces. 166
Errors Line has trailing spaces. 168
Errors Parameter government should be final. 171
Errors Line has trailing spaces. 194
Errors Line has trailing spaces. 196
Errors Parameter government should be final. 199
Errors '{' is followed by whitespace. 205
Errors '{' is followed by whitespace. 205
Errors '{' is followed by whitespace. 207
Errors '20' is a magic number. 207
Errors '5' is a magic number. 209
Errors Line has trailing spaces. 225
Errors Line has trailing spaces. 227
Errors Parameter government should be final. 230
Errors Line has trailing spaces. 261
Errors Line has trailing spaces. 264
Errors Line is longer than 80 characters. 268
Errors Line contains a tab character. 268
Errors Parameter government should be final. 268
Errors Parameter parties should be final. 268
Errors '<' is not preceded with whitespace. 268
Errors '<' is not followed by whitespace. 268
Errors '>' is not preceded with whitespace. 268

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

Violation Message Line
Errors Line is longer than 80 characters. 26
Errors Comment matches to-do format 'TODO:'. 34
Errors Line has trailing spaces. 37
Errors Line is longer than 80 characters. 38
Errors Line is longer than 80 characters. 39
Errors '{' should be on the previous line. 45
Errors Line has trailing spaces. 49
Errors Parameter governments should be final. 52
Errors '<' is not preceded with whitespace. 52
Errors '<' is not followed by whitespace. 52
Errors '>' is not preceded with whitespace. 52
Errors '{' is followed by whitespace. 53
Errors '{' is followed by whitespace. 53
Errors '{' is followed by whitespace. 54
Errors '5' is a magic number. 56

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

Violation Message Line
Errors Line is longer than 80 characters. 22
Errors Comment matches to-do format 'TODO:'. 31
Errors Line has trailing spaces. 34
Errors Line is longer than 80 characters. 35
Errors Line is longer than 80 characters. 36
Errors '{' should be on the previous line. 42
Errors '{' is followed by whitespace. 50
Errors '{' is followed by whitespace. 50
Errors '0.3' is a magic number. 50
Errors '0.4' is a magic number. 50
Errors '0.3' is a magic number. 50
Errors '{' is followed by whitespace. 52
Errors '5' is a magic number. 54

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

Violation Message Line
Errors Line is longer than 80 characters. 26
Errors Comment matches to-do format 'TODO:'. 34
Errors Line has trailing spaces. 37
Errors Line is longer than 80 characters. 38
Errors Line is longer than 80 characters. 39
Errors '{' should be on the previous line. 45
Errors Line has trailing spaces. 49
Errors Parameter users should be final. 52
Errors '<' is not preceded with whitespace. 52
Errors '<' is not followed by whitespace. 52
Errors '>' is not preceded with whitespace. 52
Errors '{' is followed by whitespace. 53
Errors '{' is followed by whitespace. 53
Errors '{' is followed by whitespace. 54
Errors '32' is a magic number. 54
Errors '5' is a magic number. 56

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

Violation Message Line
Errors Line is longer than 80 characters. 20
Errors Line is longer than 80 characters. 28
Errors Line is longer than 80 characters. 30
Errors Comment matches to-do format 'TODO:'. 41
Errors Line has trailing spaces. 44
Errors Line is longer than 80 characters. 45
Errors Line is longer than 80 characters. 46
Errors '{' should be on the previous line. 52
Errors Line has trailing spaces. 59
Errors Parameter party should be final. 62
Errors 'party' hides a field. 62
Errors '{' is followed by whitespace. 64
Errors '{' is followed by whitespace. 64
Errors '{' is followed by whitespace. 65
Errors '20' is a magic number. 65
Errors '5' is a magic number. 67
Errors Line has trailing spaces. 80
Errors Line has trailing spaces. 82
Errors Parameter organisation should be final. 85
Errors Line has trailing spaces. 99
Errors Line has trailing spaces. 101
Errors Parameter organisation should be final. 104
Errors '{' is followed by whitespace. 110
Errors '{' is followed by whitespace. 110
Errors '{' is followed by whitespace. 112
Errors '20' is a magic number. 112
Errors '5' is a magic number. 114
Errors Line has trailing spaces. 130
Errors Line has trailing spaces. 132
Errors Parameter organisation should be final. 135
Errors Line has trailing spaces. 165
Errors Line has trailing spaces. 167
Errors Parameter organisation should be final. 170
Errors '{' is followed by whitespace. 176
Errors '{' is followed by whitespace. 176
Errors '{' is followed by whitespace. 178
Errors '20' is a magic number. 178
Errors '5' is a magic number. 180
Errors Line has trailing spaces. 196
Errors Line has trailing spaces. 198
Errors Parameter organisation should be final. 201
Errors Line is longer than 80 characters. 227
Errors Line has trailing spaces. 237
Errors Method 'createMenu' is not designed for extension - needs to be abstract, final or empty. 240
Errors Line is longer than 80 characters. 244
Errors Line is longer than 80 characters. 247

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

Violation Message Line
Errors Line is longer than 80 characters. 31
Errors Comment matches to-do format 'TODO:'. 42
Errors Line has trailing spaces. 45
Errors Line is longer than 80 characters. 46
Errors Line is longer than 80 characters. 47
Errors '{' should be on the previous line. 53
Errors Line has trailing spaces. 57
Errors Parameter organisation should be final. 60
Errors '{' is followed by whitespace. 61
Errors '{' is followed by whitespace. 61
Errors '{' is followed by whitespace. 62
Errors '5' is a magic number. 64
Errors Line has trailing spaces. 73
Errors Line has trailing spaces. 75
Errors Parameter organisation should be final. 78
Errors Line has trailing spaces. 96
Errors Line has trailing spaces. 98
Errors Parameter organisation should be final. 101
Errors '{' is followed by whitespace. 107
Errors '{' is followed by whitespace. 107
Errors '{' is followed by whitespace. 109
Errors '20' is a magic number. 109
Errors '5' is a magic number. 111
Errors Line has trailing spaces. 127
Errors Line has trailing spaces. 129
Errors Parameter organisation should be final. 132
Errors ',' is not followed by whitespace. 149
Errors Line has trailing spaces. 156
Errors Line has trailing spaces. 158
Errors Parameter organisation should be final. 161
Errors '{' is followed by whitespace. 167
Errors '{' is followed by whitespace. 167
Errors '{' is followed by whitespace. 169
Errors '20' is a magic number. 169
Errors '5' is a magic number. 171
Errors Line has trailing spaces. 187
Errors Line has trailing spaces. 189
Errors Parameter organisation should be final. 192
Errors Line is longer than 80 characters. 223
Errors Avoid inline conditionals. 223
Errors Avoid inline conditionals. 224
Errors ',' is not followed by whitespace. 225
Errors Line has trailing spaces. 235
Errors Line has trailing spaces. 237
Errors Parameter organisation should be final. 240
Errors '{' is followed by whitespace. 246
Errors '{' is followed by whitespace. 246
Errors '{' is followed by whitespace. 248
Errors '20' is a magic number. 248
Errors '5' is a magic number. 250
Errors Line has trailing spaces. 266
Errors Line has trailing spaces. 268
Errors Parameter organisation should be final. 271
Errors Line has trailing spaces. 306
Errors Line has trailing spaces. 308
Errors Parameter organisation should be final. 311
Errors '{' is followed by whitespace. 317
Errors '{' is followed by whitespace. 317
Errors '{' is followed by whitespace. 319
Errors '20' is a magic number. 319
Errors '5' is a magic number. 321
Errors Line has trailing spaces. 338
Errors Line has trailing spaces. 340
Errors Parameter organisation should be final. 343
Errors '<' is not preceded with whitespace. 357
Errors '<' is not followed by whitespace. 357
Errors '>' is not preceded with whitespace. 357

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

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters. 25
Errors Comment matches to-do format 'TODO:'. 32
Errors Line has trailing spaces. 35
Errors Line is longer than 80 characters. 36
Errors Line is longer than 80 characters. 37
Errors '{' should be on the previous line. 43
Errors Line has trailing spaces. 47
Errors Parameter person should be final. 51
Errors Parameter votes should be final. 51
Errors '<' is not preceded with whitespace. 51
Errors '<' is not followed by whitespace. 51
Errors '>' is not preceded with whitespace. 51
Errors '{' is followed by whitespace. 53
Errors '{' is followed by whitespace. 53
Errors '{' is followed by whitespace. 55
Errors '20' is a magic number. 55
Errors ',' is not followed by whitespace. 55
Errors '5' is a magic number. 57
Errors Line is longer than 80 characters. 61
Errors Line has trailing spaces. 72
Errors Line has trailing spaces. 74
Errors Parameter votes should be final. 77
Errors '<' is not preceded with whitespace. 77
Errors '<' is not followed by whitespace. 77
Errors '>' is not preceded with whitespace. 77
Errors ':' is not preceded with whitespace. 91
Errors Line is longer than 80 characters. 92
Errors ',' is not followed by whitespace. 92

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

Violation Message Line
Errors Line is longer than 80 characters. 22
Errors Line is longer than 80 characters. 26
Errors Comment matches to-do format 'TODO:'. 33
Errors Line has trailing spaces. 36
Errors Line is longer than 80 characters. 37
Errors Line is longer than 80 characters. 38
Errors '{' should be on the previous line. 44
Errors Line has trailing spaces. 48
Errors Parameter parties should be final. 51
Errors '<' is not preceded with whitespace. 51
Errors '<' is not followed by whitespace. 51
Errors '>' is not preceded with whitespace. 51
Errors '{' is followed by whitespace. 52
Errors '{' is followed by whitespace. 52
Errors '{' is followed by whitespace. 53
Errors '32' is a magic number. 53
Errors '5' is a magic number. 55
Errors Line is longer than 80 characters. 72

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

Violation Message Line
Errors Line is longer than 80 characters. 27
Errors Comment matches to-do format 'TODO:'. 33
Errors Line has trailing spaces. 36
Errors Line is longer than 80 characters. 37
Errors Line is longer than 80 characters. 38
Errors '{' should be on the previous line. 44
Errors Line has trailing spaces. 48
Errors Parameter portal should be final. 51
Errors '{' is followed by whitespace. 52
Errors '{' is followed by whitespace. 52
Errors '{' is followed by whitespace. 53
Errors '5' is a magic number. 55
Errors Line has trailing spaces. 64
Errors Line has trailing spaces. 66
Errors Parameter portal should be final. 69
Errors Line is longer than 80 characters. 74
Errors Line is longer than 80 characters. 77
Errors '<' is not preceded with whitespace. 80
Errors '<' is not followed by whitespace. 80
Errors '>' is not preceded with whitespace. 80
Errors 'for' is not followed by whitespace. 82
Errors Line is longer than 80 characters. 87
Errors '<' is not preceded with whitespace. 90
Errors '<' is not followed by whitespace. 90
Errors '>' is not preceded with whitespace. 90
Errors 'for' is not followed by whitespace. 92

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

Violation Message Line
Errors Line is longer than 80 characters. 31
Errors Comment matches to-do format 'TODO:'. 41
Errors Line has trailing spaces. 44
Errors Line is longer than 80 characters. 45
Errors Line is longer than 80 characters. 46
Errors '{' should be on the previous line. 52
Errors Line has trailing spaces. 56
Errors Parameter user should be final. 60
Errors ',' is not followed by whitespace. 60
Errors Parameter parties should be final. 60
Errors '<' is not preceded with whitespace. 60
Errors '<' is not followed by whitespace. 60
Errors '>' is not preceded with whitespace. 60
Errors '{' is followed by whitespace. 62
Errors '{' is followed by whitespace. 62
Errors '{' is followed by whitespace. 63
Errors '32' is a magic number. 63
Errors '5' is a magic number. 65
Errors ',' is not followed by whitespace. 72
Errors Line has trailing spaces. 79
Errors Line has trailing spaces. 82
Errors Parameter user should be final. 85
Errors ',' is not followed by whitespace. 85
Errors Parameter parties should be final. 85
Errors '<' is not preceded with whitespace. 85
Errors '<' is not followed by whitespace. 85
Errors '>' is not preceded with whitespace. 85
Errors Line is longer than 80 characters. 95
Errors ',' is not followed by whitespace. 95
Errors Line is longer than 80 characters. 101
Errors ',' is not followed by whitespace. 101
Errors Line is longer than 80 characters. 107
Errors ',' is not followed by whitespace. 107
Errors Line has trailing spaces. 116
Errors Line has trailing spaces. 118
Errors Parameter user should be final. 121
Errors '{' is followed by whitespace. 126
Errors '{' is followed by whitespace. 126
Errors '{' is followed by whitespace. 128
Errors '20' is a magic number. 128
Errors ',' is not followed by whitespace. 128
Errors ',' is not followed by whitespace. 128
Errors '20' is a magic number. 128
Errors '20' is a magic number. 128
Errors '5' is a magic number. 130
Errors Line has trailing spaces. 165
Errors Line has trailing spaces. 167
Errors Parameter user should be final. 170
Errors Line is longer than 80 characters. 209
Errors ',' is not followed by whitespace. 209
Errors ',' is not followed by whitespace. 209
Errors ',' is not followed by whitespace. 209
Errors ',' is not followed by whitespace. 209
Errors ',' is not followed by whitespace. 209
Errors Line has trailing spaces. 216
Errors Line has trailing spaces. 219
Errors Parameter governmentPortal should be final. 223
Errors Parameter parties should be final. 223
Errors '<' is not preceded with whitespace. 223
Errors '<' is not followed by whitespace. 223
Errors '>' is not preceded with whitespace. 223
Errors '{' is followed by whitespace. 228
Errors '{' is followed by whitespace. 228
Errors '{' is followed by whitespace. 230
Errors '5' is a magic number. 232
Errors Line is longer than 80 characters. 234
Errors ',' is not followed by whitespace. 235
Errors Line has trailing spaces. 243
Errors Line has trailing spaces. 245
Errors Parameter user should be final. 248
Errors Line has trailing spaces. 291
Errors Line has trailing spaces. 293
Errors Parameter user should be final. 296

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 23
Errors Line has trailing spaces. 26
Errors Line is longer than 80 characters. 27
Errors Line is longer than 80 characters. 28
Errors '<' is not preceded with whitespace. 33
Errors '<' is not followed by whitespace. 33
Errors '>' is not preceded with whitespace. 33
Errors '>' is not followed by whitespace. 33
Errors ',' is not followed by whitespace. 33
Errors '{' should be on the previous line. 34
Errors Method 'compare' is not designed for extension - needs to be abstract, final or empty. 44
Errors Missing a Javadoc comment. 44
Errors Parameter o1 should be final. 44
Errors Parameter o2 should be final. 44

org/directdemocracyportal/democracy/web/views/comparator/package.html

Violation Message Line
Errors Missing package documentation file. 0

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

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 22
Errors Line has trailing spaces. 25
Errors Line is longer than 80 characters. 26
Errors Line is longer than 80 characters. 27
Errors '{' should be on the previous line. 33
Errors Line has trailing spaces. 37
Errors Line is longer than 80 characters. 38
Errors Line is longer than 80 characters. 39
Errors Variable 'dialogResult' must be private and have accessor methods. 57
Errors Line has trailing spaces. 61
Errors Parameter name should be final. 64
Errors Line has trailing spaces. 72
Errors Method 'getDialogResult' is not designed for extension - needs to be abstract, final or empty. 75

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

Violation Message Line
Errors Line is longer than 80 characters. 24
Errors Comment matches to-do format 'TODO:'. 37
Errors Line has trailing spaces. 40
Errors Line is longer than 80 characters. 41
Errors Line is longer than 80 characters. 42
Errors '{' should be on the previous line. 48
Errors Variable 'createPartyActionListener' must be private and have accessor methods. 60
Errors Parameter ev should be final. 61
Errors Variable 'cancelActionListener' must be private and have accessor methods. 68
Errors Parameter ev should be final. 69
Errors '<' is not preceded with whitespace. 76
Errors '<' is not followed by whitespace. 76
Errors '>' is not preceded with whitespace. 76
Errors Line has trailing spaces. 80
Errors Parameter countries should be final. 83
Errors '<' is not preceded with whitespace. 83
Errors '<' is not followed by whitespace. 83
Errors '>' is not preceded with whitespace. 83
Errors 'countries' hides a field. 83
Errors '200' is a magic number. 88
Errors '200' is a magic number. 88
Errors '350' is a magic number. 89
Errors '160' is a magic number. 89
Errors '{' is followed by whitespace. 90
Errors '{' is followed by whitespace. 90
Errors '120' is a magic number. 90
Errors '200' is a magic number. 90
Errors '{' is followed by whitespace. 92
Errors '30' is a magic number. 92
Errors '30' is a magic number. 92
Errors '30' is a magic number. 92
Errors '30' is a magic number. 92
Errors '10' is a magic number. 93
Errors '5' is a magic number. 94
Errors Line has trailing spaces. 131
Errors Line has trailing spaces. 156
Errors Method 'getCountryId' is not designed for extension - needs to be abstract, final or empty. 159
Errors Line has trailing spaces. 166
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 169

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

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters. 22
Errors Comment matches to-do format 'TODO:'. 30
Errors Line has trailing spaces. 33
Errors Line is longer than 80 characters. 34
Errors Line is longer than 80 characters. 35
Errors '{' should be on the previous line. 41
Errors Line has trailing spaces. 42
Errors '{' is followed by whitespace. 52
Errors '16' is a magic number. 52
Errors '200' is a magic number. 52
Errors '{' is followed by whitespace. 53
Errors '16' is a magic number. 53
Errors '4' is a magic number. 55
Errors '200' is a magic number. 63
Errors '16' is a magic number. 63
Errors Line has trailing spaces. 69
Errors Method 'displayErrorMessage' is not designed for extension - needs to be abstract, final or empty. 72
Errors Parameter message should be final. 72

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

Violation Message Line
Errors Line is longer than 80 characters. 21
Errors Comment matches to-do format 'TODO:'. 31
Errors Line has trailing spaces. 34
Errors Line is longer than 80 characters. 35
Errors Line is longer than 80 characters. 36
Errors '{' should be on the previous line. 42
Errors Variable 'loginActionListener' must be private and have accessor methods. 54
Errors Parameter ev should be final. 55
Errors Variable 'cancelActionListener' must be private and have accessor methods. 62
Errors Parameter ev should be final. 63
Errors '200' is a magic number. 75
Errors '200' is a magic number. 75
Errors '350' is a magic number. 76
Errors '160' is a magic number. 76
Errors '{' is followed by whitespace. 77
Errors '{' is followed by whitespace. 77
Errors '120' is a magic number. 77
Errors '200' is a magic number. 77
Errors '{' is followed by whitespace. 79
Errors '30' is a magic number. 79
Errors '30' is a magic number. 79
Errors '30' is a magic number. 79
Errors '30' is a magic number. 79
Errors '10' is a magic number. 80
Errors '5' is a magic number. 81
Errors Line has trailing spaces. 119
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 122
Errors Line has trailing spaces. 128
Errors Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. 131

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

Violation Message Line
Errors Line is longer than 80 characters. 26
Errors Comment matches to-do format 'TODO:'. 39
Errors Line has trailing spaces. 42
Errors Line is longer than 80 characters. 43
Errors Line is longer than 80 characters. 44
Errors '{' should be on the previous line. 50
Errors Variable 'registerUserActionListener' must be private and have accessor methods. 71
Errors Parameter ev should be final. 72
Errors Variable 'cancelActionListener' must be private and have accessor methods. 79
Errors Parameter ev should be final. 80
Errors '<' is not preceded with whitespace. 87
Errors '<' is not followed by whitespace. 87
Errors '>' is not preceded with whitespace. 87
Errors Line has trailing spaces. 91
Errors Parameter portals should be final. 94
Errors '<' is not preceded with whitespace. 94
Errors '<' is not followed by whitespace. 94
Errors '>' is not preceded with whitespace. 94
Errors 'portals' hides a field. 94
Errors Line is longer than 80 characters. 95
Errors '200' is a magic number. 98
Errors '200' is a magic number. 98
Errors '350' is a magic number. 99
Errors '280' is a magic number. 99
Errors '{' is followed by whitespace. 100
Errors '{' is followed by whitespace. 100
Errors '120' is a magic number. 100
Errors '200' is a magic number. 100
Errors '{' is followed by whitespace. 102
Errors '30' is a magic number. 102
Errors '30' is a magic number. 102
Errors '30' is a magic number. 102
Errors '30' is a magic number. 102
Errors '30' is a magic number. 102
Errors '30' is a magic number. 102
Errors '30' is a magic number. 102
Errors '10' is a magic number. 103
Errors '5' is a magic number. 104
Errors Line has trailing spaces. 171
Errors Line has trailing spaces. 193
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 196
Errors Line has trailing spaces. 202
Errors Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. 205
Errors Line has trailing spaces. 211
Errors Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. 214
Errors Line has trailing spaces. 220
Errors Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. 223
Errors Line has trailing spaces. 229
Errors Method 'getPortalId' is not designed for extension - needs to be abstract, final or empty. 232
Errors Line has trailing spaces. 239
Errors Method 'setErrorMessage' is not designed for extension - needs to be abstract, final or empty. 242
Errors Parameter message should be final. 242

org/directdemocracyportal/democracy/web/views/dialogs/package.html

Violation Message Line
Errors Missing package documentation file. 0

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

Violation Message Line
Errors Line is longer than 80 characters. 24
Errors Comment matches to-do format 'TODO:'. 34
Errors Line has trailing spaces. 37
Errors Line is longer than 80 characters. 38
Errors Line is longer than 80 characters. 39
Errors '{' should be on the previous line. 45
Errors Line has trailing spaces. 49
Errors Parameter user should be final. 52
Errors '{' is followed by whitespace. 55
Errors '{' is followed by whitespace. 55
Errors '{' is followed by whitespace. 56
Errors '5' is a magic number. 58
Errors '90' is a magic number. 69
Errors '30' is a magic number. 69
Errors '90' is a magic number. 82
Errors '30' is a magic number. 82

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

Violation Message Line
Errors Line is longer than 80 characters. 22
Errors Comment matches to-do format 'TODO:'. 31
Errors Line has trailing spaces. 34
Errors Line is longer than 80 characters. 35
Errors Line is longer than 80 characters. 36
Errors '{' should be on the previous line. 42
Errors '{' is followed by whitespace. 50
Errors '{' is followed by whitespace. 50
Errors '{' is followed by whitespace. 51
Errors '5' is a magic number. 53
Errors '90' is a magic number. 61
Errors '30' is a magic number. 61
Errors '90' is a magic number. 71
Errors '30' is a magic number. 71

org/directdemocracyportal/democracy/web/views/header/package.html

Violation Message Line
Errors Missing package documentation file. 0

org/directdemocracyportal/democracy/web/views/package.html

Violation Message Line
Errors Missing package documentation file. 0