Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
262005235

Files

FilesIWE
dao/com/panogenesis/Constants.java 001
dao/com/panogenesis/Constants.java 0045
dao/com/panogenesis/dao/ComponentDAO.java 001
dao/com/panogenesis/dao/ComponentDAO.java 0018
dao/com/panogenesis/dao/DAO.java 001
dao/com/panogenesis/dao/DAO.java 0010
dao/com/panogenesis/dao/IssueDAO.java 001
dao/com/panogenesis/dao/IssueDAO.java 0032
dao/com/panogenesis/dao/IssueHistoryDAO.java 001
dao/com/panogenesis/dao/IssueHistoryDAO.java 0018
dao/com/panogenesis/dao/IssueResolutionDAO.java 001
dao/com/panogenesis/dao/IssueResolutionDAO.java 0018
dao/com/panogenesis/dao/IssueSeverityDAO.java 001
dao/com/panogenesis/dao/IssueSeverityDAO.java 0018
dao/com/panogenesis/dao/IssueStatusDAO.java 001
dao/com/panogenesis/dao/IssueStatusDAO.java 0018
dao/com/panogenesis/dao/LookupDAO.java 001
dao/com/panogenesis/dao/LookupDAO.java 0013
dao/com/panogenesis/dao/ProjectDAO.java 001
dao/com/panogenesis/dao/ProjectDAO.java 0018
dao/com/panogenesis/dao/ProjectStatusDAO.java 001
dao/com/panogenesis/dao/ProjectStatusDAO.java 0018
dao/com/panogenesis/dao/ProjectVersionDAO.java 001
dao/com/panogenesis/dao/ProjectVersionDAO.java 0018
dao/com/panogenesis/dao/RoleDAO.java 001
dao/com/panogenesis/dao/RoleDAO.java 009
dao/com/panogenesis/dao/SeverityDAO.java 001
dao/com/panogenesis/dao/SeverityDAO.java 0018
dao/com/panogenesis/dao/UserDAO.java 001
dao/com/panogenesis/dao/UserDAO.java 0018
dao/com/panogenesis/dao/hibernate/BaseDAOHibernate.java 001
dao/com/panogenesis/dao/hibernate/BaseDAOHibernate.java 0016
dao/com/panogenesis/dao/hibernate/ComponentDAOHibernate.java 001
dao/com/panogenesis/dao/hibernate/ComponentDAOHibernate.java 0011
dao/com/panogenesis/dao/hibernate/IssueDAOHibernate.java 001
dao/com/panogenesis/dao/hibernate/IssueDAOHibernate.java 0032
dao/com/panogenesis/dao/hibernate/IssueHistoryDAOHibernate.java 001
dao/com/panogenesis/dao/hibernate/IssueHistoryDAOHibernate.java 0014
dao/com/panogenesis/dao/hibernate/IssueResolutionDAOHibernate.java 001
dao/com/panogenesis/dao/hibernate/IssueResolutionDAOHibernate.java 0017
dao/com/panogenesis/dao/hibernate/IssueSeverityDAOHibernate.java 001
dao/com/panogenesis/dao/hibernate/IssueSeverityDAOHibernate.java 0014
dao/com/panogenesis/dao/hibernate/IssueStatusDAOHibernate.java 001
dao/com/panogenesis/dao/hibernate/IssueStatusDAOHibernate.java 0013
dao/com/panogenesis/dao/hibernate/LookupDAOHibernate.java 001
dao/com/panogenesis/dao/hibernate/LookupDAOHibernate.java 0048
dao/com/panogenesis/dao/hibernate/ProjectDAOHibernate.java 001
dao/com/panogenesis/dao/hibernate/ProjectDAOHibernate.java 0011
dao/com/panogenesis/dao/hibernate/ProjectStatusDAOHibernate.java 001
dao/com/panogenesis/dao/hibernate/ProjectStatusDAOHibernate.java 0014
dao/com/panogenesis/dao/hibernate/ProjectVersionDAOHibernate.java 001
dao/com/panogenesis/dao/hibernate/ProjectVersionDAOHibernate.java 0015
dao/com/panogenesis/dao/hibernate/RoleDAOHibernate.java 001
dao/com/panogenesis/dao/hibernate/RoleDAOHibernate.java 0015
dao/com/panogenesis/dao/hibernate/SeverityDAOHibernate.java 001
dao/com/panogenesis/dao/hibernate/SeverityDAOHibernate.java 0011
dao/com/panogenesis/dao/hibernate/UserDAOHibernate.java 001
dao/com/panogenesis/dao/hibernate/UserDAOHibernate.java 0018
dao/com/panogenesis/dao/hibernate/package.html 001
dao/com/panogenesis/dao/package.html 001
dao/com/panogenesis/model/Address.java 001
dao/com/panogenesis/model/Address.java 0051
dao/com/panogenesis/model/BaseObject.java 001
dao/com/panogenesis/model/BaseObject.java 007
dao/com/panogenesis/model/Component.java 00251
dao/com/panogenesis/model/Issue.java 00295
dao/com/panogenesis/model/IssueHistory.java 00222
dao/com/panogenesis/model/IssueResolution.java 001
dao/com/panogenesis/model/IssueResolution.java 00137
dao/com/panogenesis/model/IssueSeverity.java 00136
dao/com/panogenesis/model/IssueStatus.java 00165
dao/com/panogenesis/model/LabelValue.java 001
dao/com/panogenesis/model/LabelValue.java 0031
dao/com/panogenesis/model/Project.java 00215
dao/com/panogenesis/model/ProjectStatus.java 00125
dao/com/panogenesis/model/ProjectVersion.java 00298
dao/com/panogenesis/model/Role.java 001
dao/com/panogenesis/model/Role.java 0047
dao/com/panogenesis/model/Severity.java 00110
dao/com/panogenesis/model/User.java 001
dao/com/panogenesis/model/User.java 0098
dao/com/panogenesis/model/UserCookie.java 001
dao/com/panogenesis/model/UserCookie.java 0037
dao/com/panogenesis/model/package.html 001
dao/com/panogenesis/package.html 001
service/com/panogenesis/service/ComponentManager.java 001
service/com/panogenesis/service/ComponentManager.java 0016
service/com/panogenesis/service/IssueHistoryManager.java 001
service/com/panogenesis/service/IssueHistoryManager.java 0016
service/com/panogenesis/service/IssueManager.java 001
service/com/panogenesis/service/IssueManager.java 0027
service/com/panogenesis/service/IssueResolutionManager.java 001
service/com/panogenesis/service/IssueResolutionManager.java 0016
service/com/panogenesis/service/IssueSeverityManager.java 001
service/com/panogenesis/service/IssueSeverityManager.java 0016
service/com/panogenesis/service/IssueStatusManager.java 001
service/com/panogenesis/service/IssueStatusManager.java 0016
service/com/panogenesis/service/LookupManager.java 001
service/com/panogenesis/service/LookupManager.java 0019
service/com/panogenesis/service/MailEngine.java 001
service/com/panogenesis/service/MailEngine.java 0027
service/com/panogenesis/service/Manager.java 001
service/com/panogenesis/service/Manager.java 0018
service/com/panogenesis/service/ProjectManager.java 001
service/com/panogenesis/service/ProjectManager.java 0016
service/com/panogenesis/service/ProjectStatusManager.java 001
service/com/panogenesis/service/ProjectStatusManager.java 0016
service/com/panogenesis/service/ProjectVersionManager.java 001
service/com/panogenesis/service/ProjectVersionManager.java 0016
service/com/panogenesis/service/RoleManager.java 001
service/com/panogenesis/service/RoleManager.java 0012
service/com/panogenesis/service/SeverityManager.java 001
service/com/panogenesis/service/SeverityManager.java 0016
service/com/panogenesis/service/UserExistsException.java 001
service/com/panogenesis/service/UserExistsException.java 005
service/com/panogenesis/service/UserManager.java 001
service/com/panogenesis/service/UserManager.java 0025
service/com/panogenesis/service/impl/BaseManager.java 001
service/com/panogenesis/service/impl/BaseManager.java 0026
service/com/panogenesis/service/impl/ComponentManagerImpl.java 001
service/com/panogenesis/service/impl/ComponentManagerImpl.java 0018
service/com/panogenesis/service/impl/IssueHistoryManagerImpl.java 001
service/com/panogenesis/service/impl/IssueHistoryManagerImpl.java 0018
service/com/panogenesis/service/impl/IssueManagerImpl.java 001
service/com/panogenesis/service/impl/IssueManagerImpl.java 0036
service/com/panogenesis/service/impl/IssueResolutionManagerImpl.java 001
service/com/panogenesis/service/impl/IssueResolutionManagerImpl.java 0018
service/com/panogenesis/service/impl/IssueSeverityManagerImpl.java 001
service/com/panogenesis/service/impl/IssueSeverityManagerImpl.java 0018
service/com/panogenesis/service/impl/IssueStatusManagerImpl.java 001
service/com/panogenesis/service/impl/IssueStatusManagerImpl.java 0018
service/com/panogenesis/service/impl/LookupManagerImpl.java 001
service/com/panogenesis/service/impl/LookupManagerImpl.java 00189
service/com/panogenesis/service/impl/ProjectManagerImpl.java 001
service/com/panogenesis/service/impl/ProjectManagerImpl.java 0015
service/com/panogenesis/service/impl/ProjectStatusManagerImpl.java 001
service/com/panogenesis/service/impl/ProjectStatusManagerImpl.java 0018
service/com/panogenesis/service/impl/ProjectVersionManagerImpl.java 001
service/com/panogenesis/service/impl/ProjectVersionManagerImpl.java 0018
service/com/panogenesis/service/impl/RoleManagerImpl.java 001
service/com/panogenesis/service/impl/RoleManagerImpl.java 0021
service/com/panogenesis/service/impl/SeverityManagerImpl.java 001
service/com/panogenesis/service/impl/SeverityManagerImpl.java 0017
service/com/panogenesis/service/impl/UserManagerImpl.java 001
service/com/panogenesis/service/impl/UserManagerImpl.java 0037
service/com/panogenesis/service/impl/package.html 001
service/com/panogenesis/service/package.html 001
service/com/panogenesis/util/ConvertUtil.java 001
service/com/panogenesis/util/ConvertUtil.java 0025
service/com/panogenesis/util/CurrencyConverter.java 001
service/com/panogenesis/util/CurrencyConverter.java 007
service/com/panogenesis/util/DateConverter.java 001
service/com/panogenesis/util/DateConverter.java 0022
service/com/panogenesis/util/DateUtil.java 0034
service/com/panogenesis/util/RandomGUID.java 001
service/com/panogenesis/util/RandomGUID.java 0036
service/com/panogenesis/util/StringUtil.java 001
service/com/panogenesis/util/StringUtil.java 0018
service/com/panogenesis/util/package.html 001
web/com/panogenesis/webapp/action/BaseFormController.java 001
web/com/panogenesis/webapp/action/BaseFormController.java 0087
web/com/panogenesis/webapp/action/ComponentController.java 001
web/com/panogenesis/webapp/action/ComponentController.java 0011
web/com/panogenesis/webapp/action/ComponentFormController.java 001
web/com/panogenesis/webapp/action/ComponentFormController.java 0064
web/com/panogenesis/webapp/action/FileUpload.java 001
web/com/panogenesis/webapp/action/FileUpload.java 0013
web/com/panogenesis/webapp/action/FileUploadController.java 001
web/com/panogenesis/webapp/action/FileUploadController.java 0024
web/com/panogenesis/webapp/action/IssueController.java 001
web/com/panogenesis/webapp/action/IssueController.java 0011
web/com/panogenesis/webapp/action/IssueFormController.java 001
web/com/panogenesis/webapp/action/IssueFormController.java 00181
web/com/panogenesis/webapp/action/IssueHistoryController.java 001
web/com/panogenesis/webapp/action/IssueHistoryController.java 0012
web/com/panogenesis/webapp/action/IssueHistoryFormController.java 001
web/com/panogenesis/webapp/action/IssueHistoryFormController.java 0020
web/com/panogenesis/webapp/action/IssueResolutionController.java 001
web/com/panogenesis/webapp/action/IssueResolutionController.java 0013
web/com/panogenesis/webapp/action/IssueResolutionFormController.java 001
web/com/panogenesis/webapp/action/IssueResolutionFormController.java 0021
web/com/panogenesis/webapp/action/IssueSeverityController.java 001
web/com/panogenesis/webapp/action/IssueSeverityController.java 0013
web/com/panogenesis/webapp/action/IssueSeverityFormController.java 001
web/com/panogenesis/webapp/action/IssueSeverityFormController.java 0020
web/com/panogenesis/webapp/action/IssueStatusController.java 001
web/com/panogenesis/webapp/action/IssueStatusController.java 0011
web/com/panogenesis/webapp/action/IssueStatusFormController.java 001
web/com/panogenesis/webapp/action/IssueStatusFormController.java 0020
web/com/panogenesis/webapp/action/LoginServlet.java 001
web/com/panogenesis/webapp/action/LoginServlet.java 0030
web/com/panogenesis/webapp/action/PasswordHintController.java 001
web/com/panogenesis/webapp/action/PasswordHintController.java 0049
web/com/panogenesis/webapp/action/ProjectController.java 001
web/com/panogenesis/webapp/action/ProjectController.java 0011
web/com/panogenesis/webapp/action/ProjectFormController.java 001
web/com/panogenesis/webapp/action/ProjectFormController.java 00137
web/com/panogenesis/webapp/action/ProjectStatusController.java 001
web/com/panogenesis/webapp/action/ProjectStatusController.java 0013
web/com/panogenesis/webapp/action/ProjectStatusFormController.java 001
web/com/panogenesis/webapp/action/ProjectStatusFormController.java 0024
web/com/panogenesis/webapp/action/ProjectVersionController.java 001
web/com/panogenesis/webapp/action/ProjectVersionController.java 0013
web/com/panogenesis/webapp/action/ProjectVersionFormController.java 001
web/com/panogenesis/webapp/action/ProjectVersionFormController.java 0072
web/com/panogenesis/webapp/action/ReloadController.java 001
web/com/panogenesis/webapp/action/ReloadController.java 009
web/com/panogenesis/webapp/action/SeverityController.java 001
web/com/panogenesis/webapp/action/SeverityController.java 0011
web/com/panogenesis/webapp/action/SeverityFormController.java 001
web/com/panogenesis/webapp/action/SeverityFormController.java 0017
web/com/panogenesis/webapp/action/SignupController.java 001
web/com/panogenesis/webapp/action/SignupController.java 0022
web/com/panogenesis/webapp/action/UserController.java 001
web/com/panogenesis/webapp/action/UserController.java 0011
web/com/panogenesis/webapp/action/UserFormController.java 001
web/com/panogenesis/webapp/action/UserFormController.java 0044
web/com/panogenesis/webapp/action/package.html 001
web/com/panogenesis/webapp/filter/ActionFilter.java 0017
web/com/panogenesis/webapp/filter/GZIPFilter.java 001
web/com/panogenesis/webapp/filter/GZIPFilter.java 0017
web/com/panogenesis/webapp/filter/GZIPResponseStream.java 0038
web/com/panogenesis/webapp/filter/GZIPResponseWrapper.java 001
web/com/panogenesis/webapp/filter/GZIPResponseWrapper.java 0036
web/com/panogenesis/webapp/filter/LoginFilter.java 0017
web/com/panogenesis/webapp/filter/package.html 001
web/com/panogenesis/webapp/listener/StartupListener.java 001
web/com/panogenesis/webapp/listener/StartupListener.java 0017
web/com/panogenesis/webapp/listener/UserCounterListener.java 001
web/com/panogenesis/webapp/listener/UserCounterListener.java 0035
web/com/panogenesis/webapp/listener/package.html 001
web/com/panogenesis/webapp/taglib/ConstantsTag.java 001
web/com/panogenesis/webapp/taglib/ConstantsTag.java 0038
web/com/panogenesis/webapp/taglib/ConstantsTei.java 001
web/com/panogenesis/webapp/taglib/ConstantsTei.java 007
web/com/panogenesis/webapp/taglib/CountryTag.java 001
web/com/panogenesis/webapp/taglib/CountryTag.java 0041
web/com/panogenesis/webapp/taglib/LabelTag.java 001
web/com/panogenesis/webapp/taglib/LabelTag.java 0084
web/com/panogenesis/webapp/taglib/SecureTag.java 001
web/com/panogenesis/webapp/taglib/SecureTag.java 0030
web/com/panogenesis/webapp/taglib/package.html 001
web/com/panogenesis/webapp/util/RequestUtil.java 001
web/com/panogenesis/webapp/util/RequestUtil.java 0055
web/com/panogenesis/webapp/util/SslUtil.java 001
web/com/panogenesis/webapp/util/SslUtil.java 0036
web/com/panogenesis/webapp/util/ValidationUtil.java 001
web/com/panogenesis/webapp/util/ValidationUtil.java 0010
web/com/panogenesis/webapp/util/package.html 001

dao/com/panogenesis/Constants.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/Constants.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error First sentence should end with a period. 16
Error Missing a Javadoc comment. 21
Error First sentence should end with a period. 23
Error First sentence should end with a period. 26
Error Missing a Javadoc comment. 28
Error First sentence should end with a period. 30
Error First sentence should end with a period. 33
Error First sentence should end with a period. 36
Error First sentence should end with a period. 39
Error First sentence should end with a period. 42
Error First sentence should end with a period. 46
Error First sentence should end with a period. 58
Error First sentence should end with a period. 63
Error First sentence should end with a period. 68
Error First sentence should end with a period. 73
Error First sentence should end with a period. 78
Error Line has trailing spaces. 88
Error Line contains a tab character. 88
Error Line has trailing spaces. 95
Error Line contains a tab character. 95
Error Line contains a tab character. 111
Error Missing a Javadoc comment. 111
Error First sentence should end with a period. 113
Error Line has trailing spaces. 117
Error Line is longer than 80 characters. 122
Error First sentence should end with a period. 129
Error First sentence should end with a period. 138
Error First sentence should end with a period. 147
Error First sentence should end with a period. 156
Error First sentence should end with a period. 165
Error Line has trailing spaces. 169
Error Line is longer than 80 characters. 170
Error Missing a Javadoc comment. 170
Error Line is longer than 80 characters. 171
Error Missing a Javadoc comment. 171
Error '=' is not followed by whitespace. 171
Error First sentence should end with a period. 177
Error Line is longer than 80 characters. 181
Error Missing a Javadoc comment. 181
Error '=' is not followed by whitespace. 181
Error First sentence should end with a period. 187
Error Line has trailing spaces. 191
Error First sentence should end with a period. 197
Error First sentence should end with a period. 206

dao/com/panogenesis/dao/ComponentDAO.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/dao/ComponentDAO.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 7
Error First sentence should end with a period. 9
Error Expected an @return tag. 12
Error Redundant 'public' modifier. 12
Error Expected @param tag for 'component'. 12
Error Line has trailing spaces. 15
Error Line has trailing spaces. 16
Error Line has trailing spaces. 18
Error Redundant 'public' modifier. 22
Error First sentence should end with a period. 24
Error Unused Javadoc tag. 27
Error Line has trailing spaces. 28
Error Line contains a tab character. 28
Error Redundant 'public' modifier. 29
Error First sentence should end with a period. 31
Error Line contains a tab character. 31
Error Redundant 'public' modifier. 35

dao/com/panogenesis/dao/DAO.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/dao/DAO.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Redundant 'public' modifier. 23
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Line has trailing spaces. 27
Error Line has trailing spaces. 29
Error Redundant 'public' modifier. 35
Error Redundant 'public' modifier. 41
Error First sentence should end with a period. 43
Error Redundant 'public' modifier. 48

dao/com/panogenesis/dao/IssueDAO.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/dao/IssueDAO.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Unused import - java.util.Set. 4
Error Unused import - com.panogenesis.model.Project. 7
Error Unused import - com.panogenesis.model.User. 8
Error Missing a Javadoc comment. 10
Error First sentence should end with a period. 12
Error Expected an @return tag. 15
Error Redundant 'public' modifier. 15
Error Expected @param tag for 'issue'. 15
Error First sentence should end with a period. 17
Error Expected an @return tag. 20
Error Redundant 'public' modifier. 20
Error Expected @param tag for 'username'. 20
Error First sentence should end with a period. 22
Error Expected an @return tag. 25
Error Redundant 'public' modifier. 25
Error Expected @param tag for 'username'. 25
Error Line has trailing spaces. 26
Error Line has trailing spaces. 27
Error Line has trailing spaces. 29
Error Line has trailing spaces. 30
Error Line has trailing spaces. 32
Error Redundant 'public' modifier. 36
Error First sentence should end with a period. 38
Error Unused Javadoc tag. 41
Error Line has trailing spaces. 42
Error Line contains a tab character. 42
Error Redundant 'public' modifier. 43
Error First sentence should end with a period. 45
Error Line contains a tab character. 45
Error Redundant 'public' modifier. 49
Error Line has trailing spaces. 50

dao/com/panogenesis/dao/IssueHistoryDAO.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/dao/IssueHistoryDAO.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 7
Error First sentence should end with a period. 9
Error Expected an @return tag. 12
Error Redundant 'public' modifier. 12
Error Expected @param tag for 'issueHistory'. 12
Error Line has trailing spaces. 15
Error Line has trailing spaces. 16
Error Line has trailing spaces. 18
Error Redundant 'public' modifier. 22
Error First sentence should end with a period. 24
Error Unused Javadoc tag. 27
Error Line has trailing spaces. 28
Error Line contains a tab character. 28
Error Redundant 'public' modifier. 29
Error First sentence should end with a period. 31
Error Line contains a tab character. 31
Error Redundant 'public' modifier. 35

dao/com/panogenesis/dao/IssueResolutionDAO.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/dao/IssueResolutionDAO.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 7
Error First sentence should end with a period. 9
Error Expected an @return tag. 12
Error Redundant 'public' modifier. 12
Error Expected @param tag for 'issueResolution'. 12
Error Line has trailing spaces. 15
Error Line has trailing spaces. 16
Error Line has trailing spaces. 18
Error Redundant 'public' modifier. 22
Error First sentence should end with a period. 24
Error Unused Javadoc tag. 27
Error Line has trailing spaces. 28
Error Line contains a tab character. 28
Error Redundant 'public' modifier. 29
Error First sentence should end with a period. 31
Error Line contains a tab character. 31
Error Redundant 'public' modifier. 35

dao/com/panogenesis/dao/IssueSeverityDAO.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/dao/IssueSeverityDAO.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 7
Error First sentence should end with a period. 9
Error Expected an @return tag. 12
Error Redundant 'public' modifier. 12
Error Expected @param tag for 'issueSeverity'. 12
Error Line has trailing spaces. 15
Error Line has trailing spaces. 16
Error Line has trailing spaces. 18
Error Redundant 'public' modifier. 22
Error First sentence should end with a period. 24
Error Unused Javadoc tag. 27
Error Line has trailing spaces. 28
Error Line contains a tab character. 28
Error Redundant 'public' modifier. 29
Error First sentence should end with a period. 31
Error Line contains a tab character. 31
Error Redundant 'public' modifier. 35

dao/com/panogenesis/dao/IssueStatusDAO.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/dao/IssueStatusDAO.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 7
Error First sentence should end with a period. 9
Error Expected an @return tag. 12
Error Redundant 'public' modifier. 12
Error Expected @param tag for 'issueStatus'. 12
Error Line has trailing spaces. 15
Error Line has trailing spaces. 16
Error Line has trailing spaces. 18
Error Redundant 'public' modifier. 22
Error First sentence should end with a period. 24
Error Unused Javadoc tag. 27
Error Line has trailing spaces. 28
Error Line contains a tab character. 28
Error Redundant 'public' modifier. 29
Error First sentence should end with a period. 31
Error Line contains a tab character. 31
Error Redundant 'public' modifier. 35

dao/com/panogenesis/dao/LookupDAO.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/dao/LookupDAO.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 19
Error Redundant 'public' modifier. 19
Error Missing a Javadoc comment. 20
Error Redundant 'public' modifier. 20
Error Missing a Javadoc comment. 21
Error Redundant 'public' modifier. 21
Error Missing a Javadoc comment. 22
Error Redundant 'public' modifier. 22
Error Missing a Javadoc comment. 23
Error Redundant 'public' modifier. 23
Error Missing a Javadoc comment. 24
Error Redundant 'public' modifier. 24

dao/com/panogenesis/dao/ProjectDAO.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/dao/ProjectDAO.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 7
Error First sentence should end with a period. 9
Error Expected an @return tag. 12
Error Redundant 'public' modifier. 12
Error Expected @param tag for 'project'. 12
Error Line has trailing spaces. 15
Error Line has trailing spaces. 16
Error Line has trailing spaces. 18
Error Redundant 'public' modifier. 22
Error First sentence should end with a period. 24
Error Unused Javadoc tag. 27
Error Line has trailing spaces. 28
Error Line contains a tab character. 28
Error Redundant 'public' modifier. 29
Error First sentence should end with a period. 31
Error Line contains a tab character. 31
Error Redundant 'public' modifier. 35

dao/com/panogenesis/dao/ProjectStatusDAO.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/dao/ProjectStatusDAO.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 7
Error First sentence should end with a period. 9
Error Expected an @return tag. 12
Error Redundant 'public' modifier. 12
Error Expected @param tag for 'projectStatus'. 12
Error Line has trailing spaces. 15
Error Line has trailing spaces. 16
Error Line has trailing spaces. 18
Error Redundant 'public' modifier. 22
Error First sentence should end with a period. 24
Error Unused Javadoc tag. 27
Error Line has trailing spaces. 28
Error Line contains a tab character. 28
Error Redundant 'public' modifier. 29
Error First sentence should end with a period. 31
Error Line contains a tab character. 31
Error Redundant 'public' modifier. 35

dao/com/panogenesis/dao/ProjectVersionDAO.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/dao/ProjectVersionDAO.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 7
Error First sentence should end with a period. 9
Error Expected an @return tag. 12
Error Redundant 'public' modifier. 12
Error Expected @param tag for 'projectVersion'. 12
Error Line has trailing spaces. 15
Error Line has trailing spaces. 16
Error Line has trailing spaces. 18
Error Redundant 'public' modifier. 22
Error First sentence should end with a period. 24
Error Unused Javadoc tag. 27
Error Line has trailing spaces. 28
Error Line contains a tab character. 28
Error Redundant 'public' modifier. 29
Error First sentence should end with a period. 31
Error Line contains a tab character. 31
Error Redundant 'public' modifier. 35

dao/com/panogenesis/dao/RoleDAO.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/dao/RoleDAO.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Redundant 'public' modifier. 22
Error Redundant 'public' modifier. 29
Error Expected @param tag for 'role'. 29
Error First sentence should end with a period. 31
Error Unused Javadoc tag. 34
Error Redundant 'public' modifier. 36
Error First sentence should end with a period. 38
Error Redundant 'public' modifier. 42

dao/com/panogenesis/dao/SeverityDAO.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/dao/SeverityDAO.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 7
Error First sentence should end with a period. 9
Error Expected an @return tag. 12
Error Redundant 'public' modifier. 12
Error Expected @param tag for 'severity'. 12
Error Line has trailing spaces. 15
Error Line has trailing spaces. 16
Error Line has trailing spaces. 18
Error Redundant 'public' modifier. 22
Error First sentence should end with a period. 24
Error Unused Javadoc tag. 27
Error Line has trailing spaces. 28
Error Line contains a tab character. 28
Error Redundant 'public' modifier. 29
Error First sentence should end with a period. 31
Error Line contains a tab character. 31
Error Redundant 'public' modifier. 35

dao/com/panogenesis/dao/UserDAO.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/dao/UserDAO.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Redundant 'public' modifier. 23
Error Redundant 'public' modifier. 30
Error Expected @param tag for 'user'. 30
Error First sentence should end with a period. 32
Error Unused Javadoc tag. 35
Error Redundant 'public' modifier. 37
Error First sentence should end with a period. 39
Error Redundant 'public' modifier. 43
Error First sentence should end with a period. 45
Error Expected an @return tag. 50
Error Redundant 'public' modifier. 50
Error First sentence should end with a period. 52
Error Redundant 'public' modifier. 56
Error Expected @param tag for 'cookie'. 56
Error First sentence should end with a period. 58
Error Redundant 'public' modifier. 62
Error Expected @param tag for 'username'. 62

dao/com/panogenesis/dao/hibernate/BaseDAOHibernate.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/dao/hibernate/BaseDAOHibernate.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Extra HTML tag found: </p> 15
Error Missing a Javadoc comment. 22
Error Variable 'log' must be private and have accessor methods. 22
Error Method 'saveObject' is not designed for extension - needs to be abstract, final or empty. 27
Error Parameter o should be final. 27
Error Line is longer than 80 characters. 32
Error Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 34
Error Parameter clazz should be final. 34
Error Parameter id should be final. 34
Error Method 'getObjects' is not designed for extension - needs to be abstract, final or empty. 47
Error Parameter clazz should be final. 47
Error Line is longer than 80 characters. 52
Error Method 'removeObject' is not designed for extension - needs to be abstract, final or empty. 54
Error Parameter clazz should be final. 54
Error Parameter id should be final. 54

dao/com/panogenesis/dao/hibernate/ComponentDAOHibernate.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/dao/hibernate/ComponentDAOHibernate.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line is longer than 80 characters. 10
Error Missing a Javadoc comment. 10
Error Line is longer than 80 characters. 13
Error Method 'getComponents' is not designed for extension - needs to be abstract, final or empty. 15
Error Parameter component should be final. 15
Error Method 'getComponent' is not designed for extension - needs to be abstract, final or empty. 23
Error Line is longer than 80 characters. 24
Error Line has trailing spaces. 35
Error Method 'saveComponent' is not designed for extension - needs to be abstract, final or empty. 36
Error Method 'removeComponent' is not designed for extension - needs to be abstract, final or empty. 43

dao/com/panogenesis/dao/hibernate/IssueDAOHibernate.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/dao/hibernate/IssueDAOHibernate.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Unused import - java.util.Set. 4
Error Unused import - com.panogenesis.model.Project. 7
Error Unused import - com.panogenesis.model.User. 8
Error Missing a Javadoc comment. 13
Error Method 'getIssues' is not designed for extension - needs to be abstract, final or empty. 18
Error Parameter issue should be final. 18
Error Method 'getIssue' is not designed for extension - needs to be abstract, final or empty. 26
Error Line has trailing spaces. 38
Error Method 'saveIssue' is not designed for extension - needs to be abstract, final or empty. 39
Error Method 'removeIssue' is not designed for extension - needs to be abstract, final or empty. 46
Error Line contains a tab character. 50
Error Line is longer than 80 characters. 51
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Method 'getCreatedIssuesByUsername' is not designed for extension - needs to be abstract, final or empty. 54
Error Missing a Javadoc comment. 54
Error Parameter username should be final. 54
Error Line contains a tab character. 55
Error Line is longer than 80 characters. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 60
Error Line is longer than 80 characters. 61
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 64
Error Method 'getOwnedIssuesByUsername' is not designed for extension - needs to be abstract, final or empty. 64
Error Missing a Javadoc comment. 64
Error Parameter username should be final. 64
Error Line contains a tab character. 65
Error Line is longer than 80 characters. 67
Error Line contains a tab character. 68

dao/com/panogenesis/dao/hibernate/IssueHistoryDAOHibernate.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/dao/hibernate/IssueHistoryDAOHibernate.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line is longer than 80 characters. 10
Error Missing a Javadoc comment. 10
Error Line is longer than 80 characters. 13
Error Method 'getIssueHistorys' is not designed for extension - needs to be abstract, final or empty. 15
Error Parameter issueHistory should be final. 15
Error Line is longer than 80 characters. 21
Error Method 'getIssueHistory' is not designed for extension - needs to be abstract, final or empty. 23
Error Line is longer than 80 characters. 24
Error Line is longer than 80 characters. 34
Error Line has trailing spaces. 35
Error Method 'saveIssueHistory' is not designed for extension - needs to be abstract, final or empty. 36
Error Line is longer than 80 characters. 41
Error Method 'removeIssueHistory' is not designed for extension - needs to be abstract, final or empty. 43

dao/com/panogenesis/dao/hibernate/IssueResolutionDAOHibernate.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/dao/hibernate/IssueResolutionDAOHibernate.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line is longer than 80 characters. 10
Error Missing a Javadoc comment. 10
Error Line is longer than 80 characters. 13
Error Method 'getIssueResolutions' is not designed for extension - needs to be abstract, final or empty. 15
Error Parameter issueResolution should be final. 15
Error Line is longer than 80 characters. 16
Error Line is longer than 80 characters. 21
Error Method 'getIssueResolution' is not designed for extension - needs to be abstract, final or empty. 23
Error Line is longer than 80 characters. 24
Error Line is longer than 80 characters. 26
Error Line is longer than 80 characters. 27
Error Line is longer than 80 characters. 34
Error Line has trailing spaces. 35
Error Method 'saveIssueResolution' is not designed for extension - needs to be abstract, final or empty. 36
Error Line is longer than 80 characters. 41
Error Method 'removeIssueResolution' is not designed for extension - needs to be abstract, final or empty. 43

dao/com/panogenesis/dao/hibernate/IssueSeverityDAOHibernate.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/dao/hibernate/IssueSeverityDAOHibernate.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line is longer than 80 characters. 10
Error Missing a Javadoc comment. 10
Error Line is longer than 80 characters. 13
Error Method 'getIssueSeverities' is not designed for extension - needs to be abstract, final or empty. 15
Error Parameter issueSeverity should be final. 15
Error Line is longer than 80 characters. 21
Error Method 'getIssueSeverity' is not designed for extension - needs to be abstract, final or empty. 23
Error Line is longer than 80 characters. 24
Error Line is longer than 80 characters. 34
Error Line has trailing spaces. 35
Error Method 'saveIssueSeverity' is not designed for extension - needs to be abstract, final or empty. 36
Error Line is longer than 80 characters. 41
Error Method 'removeIssueSeverity' is not designed for extension - needs to be abstract, final or empty. 43

dao/com/panogenesis/dao/hibernate/IssueStatusDAOHibernate.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/dao/hibernate/IssueStatusDAOHibernate.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line is longer than 80 characters. 10
Error Missing a Javadoc comment. 10
Error Line is longer than 80 characters. 13
Error Method 'getIssueStatuses' is not designed for extension - needs to be abstract, final or empty. 15
Error Parameter issueStatus should be final. 15
Error Method 'getIssueStatus' is not designed for extension - needs to be abstract, final or empty. 23
Error Line is longer than 80 characters. 24
Error Line is longer than 80 characters. 34
Error Line has trailing spaces. 35
Error Method 'saveIssueStatus' is not designed for extension - needs to be abstract, final or empty. 36
Error Line is longer than 80 characters. 41
Error Method 'removeIssueStatus' is not designed for extension - needs to be abstract, final or empty. 43

dao/com/panogenesis/dao/hibernate/LookupDAOHibernate.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/dao/hibernate/LookupDAOHibernate.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Method 'getRoles' is not designed for extension - needs to be abstract, final or empty. 20
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Method 'getProjectStatuses' is not designed for extension - needs to be abstract, final or empty. 31
Error Missing a Javadoc comment. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 36
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Method 'getIssueStatuses' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error Line contains a tab character. 42
Error Line is longer than 80 characters. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Method 'getIssueSeverities' is not designed for extension - needs to be abstract, final or empty. 51
Error Missing a Javadoc comment. 51
Error Line contains a tab character. 52
Error Line is longer than 80 characters. 55
Error Line contains a tab character. 56
Error Line has trailing spaces. 57
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Method 'getIssueResolutions' is not designed for extension - needs to be abstract, final or empty. 61
Error Missing a Javadoc comment. 61
Error Line contains a tab character. 62
Error Line is longer than 80 characters. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error Line contains a tab character. 72
Error Line has trailing spaces. 76
Error Line contains a tab character. 76

dao/com/panogenesis/dao/hibernate/ProjectDAOHibernate.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/dao/hibernate/ProjectDAOHibernate.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line is longer than 80 characters. 10
Error Missing a Javadoc comment. 10
Error Line is longer than 80 characters. 13
Error Method 'getProjects' is not designed for extension - needs to be abstract, final or empty. 15
Error Parameter project should be final. 15
Error Method 'getProject' is not designed for extension - needs to be abstract, final or empty. 23
Error Line is longer than 80 characters. 24
Error Line has trailing spaces. 35
Error Method 'saveProject' is not designed for extension - needs to be abstract, final or empty. 36
Error Method 'removeProject' is not designed for extension - needs to be abstract, final or empty. 43

dao/com/panogenesis/dao/hibernate/ProjectStatusDAOHibernate.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/dao/hibernate/ProjectStatusDAOHibernate.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line is longer than 80 characters. 10
Error Missing a Javadoc comment. 10
Error Line is longer than 80 characters. 13
Error Method 'getProjectStatuses' is not designed for extension - needs to be abstract, final or empty. 15
Error Parameter projectStatus should be final. 15
Error Line is longer than 80 characters. 21
Error Method 'getProjectStatus' is not designed for extension - needs to be abstract, final or empty. 23
Error Line is longer than 80 characters. 24
Error Line is longer than 80 characters. 34
Error Line has trailing spaces. 35
Error Method 'saveProjectStatus' is not designed for extension - needs to be abstract, final or empty. 36
Error Line is longer than 80 characters. 41
Error Method 'removeProjectStatus' is not designed for extension - needs to be abstract, final or empty. 43

dao/com/panogenesis/dao/hibernate/ProjectVersionDAOHibernate.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/dao/hibernate/ProjectVersionDAOHibernate.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line is longer than 80 characters. 10
Error Missing a Javadoc comment. 10
Error Line is longer than 80 characters. 13
Error Method 'getProjectVersions' is not designed for extension - needs to be abstract, final or empty. 15
Error Parameter projectVersion should be final. 15
Error Line is longer than 80 characters. 16
Error Line is longer than 80 characters. 21
Error Method 'getProjectVersion' is not designed for extension - needs to be abstract, final or empty. 23
Error Line is longer than 80 characters. 24
Error Line is longer than 80 characters. 34
Error Line has trailing spaces. 35
Error Method 'saveProjectVersion' is not designed for extension - needs to be abstract, final or empty. 36
Error Line is longer than 80 characters. 41
Error Method 'removeProjectVersion' is not designed for extension - needs to be abstract, final or empty. 43

dao/com/panogenesis/dao/hibernate/RoleDAOHibernate.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/dao/hibernate/RoleDAOHibernate.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line has trailing spaces. 19
Error Missing a Javadoc comment. 22
Error Method 'getRoles' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Parameter role should be final. 24
Error Method 'getRole' is not designed for extension - needs to be abstract, final or empty. 28
Error Missing a Javadoc comment. 28
Error Parameter rolename should be final. 28
Error Method 'saveRole' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Parameter role should be final. 40
Error Method 'removeRole' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Parameter rolename should be final. 44

dao/com/panogenesis/dao/hibernate/SeverityDAOHibernate.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/dao/hibernate/SeverityDAOHibernate.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line is longer than 80 characters. 10
Error Missing a Javadoc comment. 10
Error Line is longer than 80 characters. 13
Error Method 'getSeverities' is not designed for extension - needs to be abstract, final or empty. 15
Error Parameter severity should be final. 15
Error Method 'getSeverity' is not designed for extension - needs to be abstract, final or empty. 23
Error Line is longer than 80 characters. 24
Error Line has trailing spaces. 35
Error Method 'saveSeverity' is not designed for extension - needs to be abstract, final or empty. 36
Error Method 'removeSeverity' is not designed for extension - needs to be abstract, final or empty. 43

dao/com/panogenesis/dao/hibernate/UserDAOHibernate.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/dao/hibernate/UserDAOHibernate.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Method 'getUser' is not designed for extension - needs to be abstract, final or empty. 26
Error Parameter username should be final. 26
Error Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. 40
Error Parameter user should be final. 40
Error Line is longer than 80 characters. 41
Error Method 'saveUser' is not designed for extension - needs to be abstract, final or empty. 47
Error Method 'removeUser' is not designed for extension - needs to be abstract, final or empty. 58
Error Parameter username should be final. 58
Error Line is longer than 80 characters. 66
Error Method 'getUserCookie' is not designed for extension - needs to be abstract, final or empty. 68
Error Line has trailing spaces. 70
Error Method 'removeUserCookies' is not designed for extension - needs to be abstract, final or empty. 83
Error Parameter username should be final. 83
Error '+' should be on a new line. 90
Error Line is longer than 80 characters. 98
Error Method 'saveUserCookie' is not designed for extension - needs to be abstract, final or empty. 100
Error Parameter cookie should be final. 100

dao/com/panogenesis/dao/hibernate/package.html

ErrorLine
Error Missing package documentation file.0

dao/com/panogenesis/dao/package.html

ErrorLine
Error Missing package documentation file.0

dao/com/panogenesis/model/Address.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/model/Address.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Extra HTML tag found: </p> 10
Error Missing a Javadoc comment. 18
Error Variable 'address' must be private and have accessor methods. 18
Error Missing a Javadoc comment. 19
Error Variable 'city' must be private and have accessor methods. 19
Error Missing a Javadoc comment. 20
Error Variable 'province' must be private and have accessor methods. 20
Error Missing a Javadoc comment. 21
Error Variable 'country' must be private and have accessor methods. 21
Error Missing a Javadoc comment. 22
Error Variable 'postalCode' must be private and have accessor methods. 22
Error Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. 30
Error Method 'getCity' is not designed for extension - needs to be abstract, final or empty. 40
Error Line has trailing spaces. 48
Error Method 'getProvince' is not designed for extension - needs to be abstract, final or empty. 51
Error Method 'getCountry' is not designed for extension - needs to be abstract, final or empty. 61
Error Method 'getPostalCode' is not designed for extension - needs to be abstract, final or empty. 71
Error Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. 79
Error Parameter address should be final. 79
Error 'address' hides a field. 79
Error Line has trailing spaces. 86
Error Method 'setCity' is not designed for extension - needs to be abstract, final or empty. 89
Error Parameter city should be final. 89
Error 'city' hides a field. 89
Error Line has trailing spaces. 96
Error Method 'setCountry' is not designed for extension - needs to be abstract, final or empty. 99
Error Parameter country should be final. 99
Error 'country' hides a field. 99
Error Line has trailing spaces. 106
Error Method 'setPostalCode' is not designed for extension - needs to be abstract, final or empty. 111
Error Parameter postalCode should be final. 111
Error 'postalCode' hides a field. 111
Error Line has trailing spaces. 118
Error Method 'setProvince' is not designed for extension - needs to be abstract, final or empty. 121
Error Parameter province should be final. 121
Error 'province' hides a field. 121
Error First sentence should end with a period. 125
Error Expected an @return tag. 128
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 128
Error Parameter object should be final. 128
Error Expected @param tag for 'object'. 128
Error First sentence should end with a period. 142
Error Expected an @return tag. 145
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 145
Error Line is longer than 80 characters. 146
Error '-426830461' is a magic number. 146
Error '631494429' is a magic number. 146
Error First sentence should end with a period. 154
Error Expected an @return tag. 157
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 157

dao/com/panogenesis/model/BaseObject.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/model/BaseObject.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line has trailing spaces. 7
Error Line has trailing spaces. 16
Error Missing a Javadoc comment. 17
Error Missing a Javadoc comment. 18
Error Parameter o should be final. 18
Error Missing a Javadoc comment. 19

dao/com/panogenesis/model/Component.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line contains a tab character. 23
Error Missing a Javadoc comment. 23
Error Line contains a tab character. 24
Error Missing a Javadoc comment. 24
Error Line contains a tab character. 25
Error Missing a Javadoc comment. 25
Error Line contains a tab character. 26
Error Missing a Javadoc comment. 26
Error Line contains a tab character. 27
Error Missing a Javadoc comment. 27
Error Line contains a tab character. 28
Error Missing a Javadoc comment. 28
Error Line contains a tab character. 29
Error Missing a Javadoc comment. 29
Error Line contains a tab character. 30
Error Missing a Javadoc comment. 30
Error Line contains a tab character. 32
Error Line has trailing spaces. 33
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error '{' is not followed by whitespace. 35
Error '}' is not preceded with whitespace. 35
Error Line has trailing spaces. 37
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 49
Error Parameter id should be final. 49
Error 'id' hides a field. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line is longer than 80 characters. 54
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Method 'getComponentName' is not designed for extension - needs to be abstract, final or empty. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line has trailing spaces. 61
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Method 'setComponentName' is not designed for extension - needs to be abstract, final or empty. 64
Error Parameter componentName should be final. 64
Error 'componentName' hides a field. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line has trailing spaces. 67
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line is longer than 80 characters. 70
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Method 'getComponentDescription' is not designed for extension - needs to be abstract, final or empty. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Line has trailing spaces. 78
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line contains a tab character. 81
Error Method 'setComponentDescription' is not designed for extension - needs to be abstract, final or empty. 81
Error Parameter componentDescription should be final. 81
Error 'componentDescription' hides a field. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error Line has trailing spaces. 87
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Method 'getComponentStatus' is not designed for extension - needs to be abstract, final or empty. 89
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Method 'setComponentStatus' is not designed for extension - needs to be abstract, final or empty. 95
Error Parameter componentStatus should be final. 95
Error 'componentStatus' hides a field. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error Line contains a tab character. 99
Error Line has trailing spaces. 100
Error Line contains a tab character. 100
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Method 'getDateCreated' is not designed for extension - needs to be abstract, final or empty. 102
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error Line contains a tab character. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error Method 'setDateCreated' is not designed for extension - needs to be abstract, final or empty. 108
Error Parameter dateCreated should be final. 108
Error 'dateCreated' hides a field. 108
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Line has trailing spaces. 114
Error Line contains a tab character. 114
Error Line contains a tab character. 115
Error Line contains a tab character. 116
Error Method 'getLastModified' is not designed for extension - needs to be abstract, final or empty. 116
Error Line contains a tab character. 117
Error Line contains a tab character. 118
Error Line contains a tab character. 119
Error Line contains a tab character. 120
Error Line contains a tab character. 121
Error Line contains a tab character. 122
Error Method 'setLastModified' is not designed for extension - needs to be abstract, final or empty. 122
Error Parameter lastModified should be final. 122
Error 'lastModified' hides a field. 122
Error Line contains a tab character. 123
Error Line contains a tab character. 124
Error Line contains a tab character. 125
Error Line contains a tab character. 126
Error Line has trailing spaces. 127
Error Line contains a tab character. 127
Error Line contains a tab character. 128
Error Line contains a tab character. 129
Error Method 'getListOrder' is not designed for extension - needs to be abstract, final or empty. 129
Error Line contains a tab character. 130
Error Line contains a tab character. 131
Error Line contains a tab character. 132
Error Line contains a tab character. 133
Error Line contains a tab character. 134
Error Line contains a tab character. 135
Error Method 'setListOrder' is not designed for extension - needs to be abstract, final or empty. 135
Error Parameter listOrder should be final. 135
Error 'listOrder' hides a field. 135
Error Line contains a tab character. 136
Error Line contains a tab character. 137
Error Line contains a tab character. 138
Error Line contains a tab character. 139
Error Line has trailing spaces. 140
Error Line contains a tab character. 140
Error Line has trailing spaces. 141
Error Line contains a tab character. 141
Error Line contains a tab character. 142
Error Line has trailing spaces. 143
Error Line contains a tab character. 143
Error Line contains a tab character. 144
Error Line has trailing spaces. 145
Error Line contains a tab character. 145
Error Line contains a tab character. 146
Error Line contains a tab character. 148
Error Method 'getProjectId' is not designed for extension - needs to be abstract, final or empty. 148
Error Line contains a tab character. 149
Error Line contains a tab character. 150
Error Line contains a tab character. 151
Error Unused @param tag for 'project_id'. 152
Error Line contains a tab character. 152
Error Line contains a tab character. 153
Error Line contains a tab character. 154
Error Method 'setProjectId' is not designed for extension - needs to be abstract, final or empty. 154
Error Parameter projectId should be final. 154
Error 'projectId' hides a field. 154
Error Expected @param tag for 'projectId'. 154
Error Line contains a tab character. 155
Error Line contains a tab character. 156
Error Line has trailing spaces. 157
Error Line contains a tab character. 157
Error Line has trailing spaces. 158
Error Line contains a tab character. 158
Error Line contains a tab character. 159
Error Line contains a tab character. 160
Error Line contains a tab character. 161
Error Line contains a tab character. 162
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 162
Error Parameter object should be final. 162
Error Line contains a tab character. 163
Error Line contains a tab character. 164
Error Line contains a tab character. 165
Error Line contains a tab character. 166
Error Line contains a tab character. 167
Error Line is longer than 80 characters. 168
Error Line contains a tab character. 168
Error Line is longer than 80 characters. 169
Error Line contains a tab character. 169
Error Line is longer than 80 characters. 170
Error Line contains a tab character. 170
Error Line is longer than 80 characters. 171
Error Line contains a tab character. 171
Error Line is longer than 80 characters. 172
Error Line contains a tab character. 172
Error Line is longer than 80 characters. 173
Error Line contains a tab character. 173
Error Line contains a tab character. 174
Error Line contains a tab character. 175
Error Line contains a tab character. 176
Error Line contains a tab character. 177
Error Line contains a tab character. 178
Error Line contains a tab character. 179
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 179
Error Line is longer than 80 characters. 180
Error Line contains a tab character. 180
Error '-256210987' is a magic number. 180
Error '1714275911' is a magic number. 180
Error Line is longer than 80 characters. 181
Error Line contains a tab character. 181
Error Line is longer than 80 characters. 182
Error Line contains a tab character. 182
Error Line is longer than 80 characters. 183
Error Line contains a tab character. 183
Error Line contains a tab character. 184
Error Line contains a tab character. 185
Error Line contains a tab character. 186
Error Line contains a tab character. 187
Error Line contains a tab character. 188
Error Line contains a tab character. 189
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 189
Error Line contains a tab character. 190
Error Line is longer than 80 characters. 191
Error Line contains a tab character. 191
Error Line is longer than 80 characters. 192
Error Line contains a tab character. 192
Error Line contains a tab character. 193
Error Line is longer than 80 characters. 194
Error Line contains a tab character. 194
Error Line is longer than 80 characters. 195
Error Line contains a tab character. 195
Error Line contains a tab character. 196
Error Line contains a tab character. 197

dao/com/panogenesis/model/Issue.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line has trailing spaces. 6
Error Line has trailing spaces. 23
Error Line has trailing spaces. 59
Error Missing a Javadoc comment. 60
Error Missing a Javadoc comment. 61
Error Missing a Javadoc comment. 62
Error Missing a Javadoc comment. 63
Error Missing a Javadoc comment. 64
Error Missing a Javadoc comment. 65
Error Missing a Javadoc comment. 66
Error Line has trailing spaces. 68
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Method 'getCreatorName' is not designed for extension - needs to be abstract, final or empty. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Method 'setCreatorName' is not designed for extension - needs to be abstract, final or empty. 78
Error Parameter creatorName should be final. 78
Error 'creatorName' hides a field. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Method 'getOwnerName' is not designed for extension - needs to be abstract, final or empty. 84
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Method 'setOwnerName' is not designed for extension - needs to be abstract, final or empty. 90
Error Parameter ownerName should be final. 90
Error 'ownerName' hides a field. 90
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error '{' should be on the previous line. 97
Error Line has trailing spaces. 103
Error Parameter id should be final. 105
Error 'id' hides a field. 105
Error Expected @param tag for 'id'. 105
Error '{' should be on the previous line. 106
Error Line has trailing spaces. 113
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 117
Error '{' should be on the previous line. 118
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 126
Error Parameter id should be final. 126
Error 'id' hides a field. 126
Error Expected @param tag for 'id'. 126
Error '{' should be on the previous line. 127
Error Line has trailing spaces. 134
Error Line has trailing spaces. 136
Error Method 'getSeverity' is not designed for extension - needs to be abstract, final or empty. 138
Error '{' should be on the previous line. 139
Error Line has trailing spaces. 146
Error Method 'setSeverity' is not designed for extension - needs to be abstract, final or empty. 149
Error Parameter severity should be final. 149
Error 'severity' hides a field. 149
Error Expected @param tag for 'severity'. 149
Error '{' should be on the previous line. 150
Error Line has trailing spaces. 157
Error Line has trailing spaces. 158
Error Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. 160
Error '{' should be on the previous line. 161
Error Line has trailing spaces. 168
Error Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. 171
Error Parameter status should be final. 171
Error 'status' hides a field. 171
Error Expected @param tag for 'status'. 171
Error '{' should be on the previous line. 172
Error Line has trailing spaces. 179
Error Method 'getResolution' is not designed for extension - needs to be abstract, final or empty. 181
Error '{' should be on the previous line. 182
Error Method 'setResolution' is not designed for extension - needs to be abstract, final or empty. 190
Error Parameter resolution should be final. 190
Error 'resolution' hides a field. 190
Error Expected @param tag for 'resolution'. 190
Error '{' should be on the previous line. 191
Error Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 200
Error '{' should be on the previous line. 201
Error Line has trailing spaces. 208
Error Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. 211
Error Parameter description should be final. 211
Error 'description' hides a field. 211
Error Expected @param tag for 'description'. 211
Error '{' should be on the previous line. 212
Error Line has trailing spaces. 219
Error Method 'getCreateDate' is not designed for extension - needs to be abstract, final or empty. 222
Error '{' should be on the previous line. 223
Error Method 'setCreateDate' is not designed for extension - needs to be abstract, final or empty. 231
Error Parameter createDate should be final. 231
Error 'createDate' hides a field. 231
Error Expected @param tag for 'createDate'. 231
Error '{' should be on the previous line. 232
Error Line has trailing spaces. 239
Error Method 'getLastModified' is not designed for extension - needs to be abstract, final or empty. 242
Error '{' should be on the previous line. 243
Error Method 'setLastModified' is not designed for extension - needs to be abstract, final or empty. 251
Error Parameter lastModified should be final. 251
Error 'lastModified' hides a field. 251
Error Expected @param tag for 'lastModified'. 251
Error '{' should be on the previous line. 252
Error Line has trailing spaces. 259
Error Method 'getTargetVersionId' is not designed for extension - needs to be abstract, final or empty. 262
Error '{' should be on the previous line. 263
Error Method 'setTargetVersionId' is not designed for extension - needs to be abstract, final or empty. 271
Error Parameter targetVersionId should be final. 271
Error 'targetVersionId' hides a field. 271
Error Expected @param tag for 'targetVersionId'. 271
Error '{' should be on the previous line. 272
Error Line has trailing spaces. 279
Error Method 'getCreatorId' is not designed for extension - needs to be abstract, final or empty. 282
Error '{' should be on the previous line. 283
Error Method 'setCreatorId' is not designed for extension - needs to be abstract, final or empty. 291
Error Parameter creatorId should be final. 291
Error 'creatorId' hides a field. 291
Error Expected @param tag for 'creatorId'. 291
Error '{' should be on the previous line. 292
Error Line has trailing spaces. 299
Error Method 'getOwnerId' is not designed for extension - needs to be abstract, final or empty. 302
Error '{' should be on the previous line. 303
Error Method 'setOwnerId' is not designed for extension - needs to be abstract, final or empty. 311
Error Parameter ownerId should be final. 311
Error 'ownerId' hides a field. 311
Error Expected @param tag for 'ownerId'. 311
Error '{' should be on the previous line. 312
Error Line has trailing spaces. 319
Error Method 'getProjectId' is not designed for extension - needs to be abstract, final or empty. 322
Error '{' should be on the previous line. 323
Error Line has trailing spaces. 330
Error Line has trailing spaces. 331
Error Method 'setProjectId' is not designed for extension - needs to be abstract, final or empty. 333
Error Parameter projectId should be final. 333
Error 'projectId' hides a field. 333
Error Expected @param tag for 'projectId'. 333
Error '{' should be on the previous line. 334
Error Line contains a tab character. 338
Error Line contains a tab character. 339
Error Line contains a tab character. 340
Error Line contains a tab character. 341
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 341
Error Parameter object should be final. 341
Error Line contains a tab character. 342
Error Line contains a tab character. 343
Error Line contains a tab character. 344
Error Line contains a tab character. 345
Error Line contains a tab character. 346
Error Line is longer than 80 characters. 347
Error Line contains a tab character. 347
Error Line contains a tab character. 348
Error Line is longer than 80 characters. 349
Error Line contains a tab character. 349
Error Line is longer than 80 characters. 350
Error Line contains a tab character. 350
Error Line is longer than 80 characters. 351
Error Line contains a tab character. 351
Error Line is longer than 80 characters. 352
Error Line contains a tab character. 352
Error Line is longer than 80 characters. 353
Error Line contains a tab character. 353
Error Line is longer than 80 characters. 354
Error Line contains a tab character. 354
Error Line is longer than 80 characters. 355
Error Line contains a tab character. 355
Error Line contains a tab character. 356
Error Line contains a tab character. 357
Error Line contains a tab character. 358
Error Line contains a tab character. 359
Error Line contains a tab character. 360
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 360
Error Line is longer than 80 characters. 361
Error Line contains a tab character. 361
Error '-28724385' is a magic number. 361
Error '82251617' is a magic number. 361
Error Line is longer than 80 characters. 362
Error Line contains a tab character. 362
Error Line is longer than 80 characters. 363
Error Line contains a tab character. 363
Error Line is longer than 80 characters. 364
Error Line contains a tab character. 364
Error Line is longer than 80 characters. 365
Error Line contains a tab character. 365
Error Line contains a tab character. 366
Error Line contains a tab character. 367
Error Line contains a tab character. 368
Error Line contains a tab character. 369
Error Line contains a tab character. 370
Error Line contains a tab character. 371
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 371
Error Line contains a tab character. 372
Error Line is longer than 80 characters. 373
Error Line contains a tab character. 373
Error Line is longer than 80 characters. 374
Error Line contains a tab character. 374
Error Line is longer than 80 characters. 375
Error Line contains a tab character. 375
Error Line is longer than 80 characters. 376
Error Line contains a tab character. 376
Error Line is longer than 80 characters. 377
Error Line contains a tab character. 377
Error Line is longer than 80 characters. 378
Error Line contains a tab character. 378
Error Line contains a tab character. 379
Error Line contains a tab character. 380
Error Line contains a tab character. 381
Error Line contains a tab character. 382
Error Line has trailing spaces. 383
Error Line contains a tab character. 383
Error Line is longer than 80 characters. 385
Error Line contains a tab character. 386
Error Line contains a tab character. 387
Error Line contains a tab character. 388
Error Method 'getComponents' is not designed for extension - needs to be abstract, final or empty. 388
Error Line contains a tab character. 389
Error Line contains a tab character. 390
Error Line contains a tab character. 391
Error Unused @param tag for 'componets'. 392
Error Line contains a tab character. 392
Error Line contains a tab character. 393
Error Line contains a tab character. 394
Error Method 'setComponents' is not designed for extension - needs to be abstract, final or empty. 394
Error Parameter components should be final. 394
Error 'components' hides a field. 394
Error Expected @param tag for 'components'. 394
Error Line contains a tab character. 395
Error Line contains a tab character. 396
Error Line contains a tab character. 398
Error Line contains a tab character. 399
Error Line contains a tab character. 400
Error Line contains a tab character. 401
Error Line contains a tab character. 402
Error Method 'getMyCreatedIssues' is not designed for extension - needs to be abstract, final or empty. 402
Error Line contains a tab character. 403
Error Line contains a tab character. 404
Error Line contains a tab character. 406
Error Line contains a tab character. 407
Error Line has trailing spaces. 408
Error Line contains a tab character. 408
Error Line contains a tab character. 409
Error Line contains a tab character. 410
Error Method 'getMyOwnedIssues' is not designed for extension - needs to be abstract, final or empty. 410
Error Line contains a tab character. 411
Error Line contains a tab character. 412
Error Line contains a tab character. 415
Error Line contains a tab character. 416
Error Line has trailing spaces. 417
Error Line contains a tab character. 417
Error Line contains a tab character. 418
Error Line is longer than 80 characters. 420
Error Line contains a tab character. 421
Error Line contains a tab character. 422
Error Method 'getHistories' is not designed for extension - needs to be abstract, final or empty. 422
Error Line contains a tab character. 423
Error Line contains a tab character. 424
Error Line contains a tab character. 425
Error Line contains a tab character. 426
Error Line contains a tab character. 427
Error Line contains a tab character. 428
Error Method 'setHistories' is not designed for extension - needs to be abstract, final or empty. 428
Error Parameter histories should be final. 428
Error 'histories' hides a field. 428
Error Line contains a tab character. 429
Error Line has trailing spaces. 430
Error Line contains a tab character. 430
Error First sentence should end with a period. 431
Error Method 'addHistory' is not designed for extension - needs to be abstract, final or empty. 436
Error Parameter issueHistory should be final. 436
Error Expected @param tag for 'issueHistory'. 436
Error Line has trailing spaces. 438
Error Line contains a tab character. 438
Error Line contains a tab character. 439
Error Line contains a tab character. 440
Error Line contains a tab character. 441
Error Line contains a tab character. 442
Error Method 'getProject' is not designed for extension - needs to be abstract, final or empty. 442
Error Line contains a tab character. 443
Error Line contains a tab character. 444
Error Line contains a tab character. 445
Error Line contains a tab character. 446
Error Line contains a tab character. 447
Error Line contains a tab character. 448
Error Method 'setProject' is not designed for extension - needs to be abstract, final or empty. 448
Error Parameter project should be final. 448
Error 'project' hides a field. 448
Error Line contains a tab character. 449
Error Line contains a tab character. 450

dao/com/panogenesis/model/IssueHistory.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line has trailing spaces. 20
Error Line contains a tab character. 25
Error Missing a Javadoc comment. 25
Error Line contains a tab character. 26
Error Missing a Javadoc comment. 26
Error Line contains a tab character. 27
Error Missing a Javadoc comment. 27
Error Line contains a tab character. 28
Error Missing a Javadoc comment. 28
Error Line contains a tab character. 29
Error Missing a Javadoc comment. 29
Error Line contains a tab character. 30
Error Missing a Javadoc comment. 30
Error Line contains a tab character. 31
Error Missing a Javadoc comment. 31
Error Line has trailing spaces. 32
Error Line contains a tab character. 32
Error Line has trailing spaces. 33
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line has trailing spaces. 35
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 39
Error Line has trailing spaces. 40
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line has trailing spaces. 43
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 53
Error Parameter id should be final. 53
Error 'id' hides a field. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line has trailing spaces. 58
Error Line contains a tab character. 58
Error Line is longer than 80 characters. 59
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line has trailing spaces. 66
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. 69
Error Parameter description should be final. 69
Error 'description' hides a field. 69
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line has trailing spaces. 74
Error Line contains a tab character. 74
Error Line has trailing spaces. 75
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. 77
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. 83
Error Parameter status should be final. 83
Error 'status' hides a field. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line has trailing spaces. 88
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error Method 'getIssueId' is not designed for extension - needs to be abstract, final or empty. 91
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Method 'setIssueId' is not designed for extension - needs to be abstract, final or empty. 97
Error Parameter issueId should be final. 97
Error 'issueId' hides a field. 97
Error Line contains a tab character. 98
Error Line contains a tab character. 99
Error Line has trailing spaces. 100
Error Line contains a tab character. 100
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Line has trailing spaces. 103
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error Line contains a tab character. 106
Error Method 'getCreateDate' is not designed for extension - needs to be abstract, final or empty. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error Method 'setCreateDate' is not designed for extension - needs to be abstract, final or empty. 112
Error Parameter createDate should be final. 112
Error 'createDate' hides a field. 112
Error Line contains a tab character. 113
Error Line has trailing spaces. 114
Error Line contains a tab character. 114
Error Line contains a tab character. 115
Error Line contains a tab character. 116
Error Line has trailing spaces. 117
Error Line contains a tab character. 117
Error Line contains a tab character. 118
Error Line contains a tab character. 119
Error Line contains a tab character. 120
Error Method 'getLastModified' is not designed for extension - needs to be abstract, final or empty. 120
Error Line contains a tab character. 121
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error Line contains a tab character. 124
Error Line contains a tab character. 125
Error Line contains a tab character. 126
Error Method 'setLastModified' is not designed for extension - needs to be abstract, final or empty. 126
Error Parameter lastModified should be final. 126
Error 'lastModified' hides a field. 126
Error Line contains a tab character. 127
Error Line contains a tab character. 128
Error Line contains a tab character. 130
Error Line contains a tab character. 131
Error Line has trailing spaces. 132
Error Line contains a tab character. 132
Error Line contains a tab character. 133
Error Line contains a tab character. 134
Error Line contains a tab character. 135
Error Method 'getCreatorId' is not designed for extension - needs to be abstract, final or empty. 135
Error Line contains a tab character. 136
Error Line contains a tab character. 137
Error Line contains a tab character. 138
Error Unused @param tag for 'creatorId'. 139
Error Line contains a tab character. 139
Error Line contains a tab character. 140
Error Line contains a tab character. 141
Error Method 'setCreatorId' is not designed for extension - needs to be abstract, final or empty. 141
Error Parameter userId should be final. 141
Error Expected @param tag for 'userId'. 141
Error Line contains a tab character. 142
Error Line contains a tab character. 143
Error Line contains a tab character. 144
Error Line contains a tab character. 145
Error Line contains a tab character. 146
Error Line contains a tab character. 147
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 147
Error Parameter object should be final. 147
Error Line contains a tab character. 148
Error Line contains a tab character. 149
Error Line contains a tab character. 150
Error Line contains a tab character. 151
Error Line contains a tab character. 152
Error Line is longer than 80 characters. 153
Error Line contains a tab character. 153
Error Line is longer than 80 characters. 154
Error Line contains a tab character. 154
Error Line is longer than 80 characters. 155
Error Line contains a tab character. 155
Error Line is longer than 80 characters. 156
Error Line contains a tab character. 156
Error Line contains a tab character. 157
Error Line contains a tab character. 158
Error Line contains a tab character. 159
Error Line contains a tab character. 160
Error Line contains a tab character. 161
Error Line contains a tab character. 162
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 162
Error Line is longer than 80 characters. 163
Error Line contains a tab character. 163
Error '2096867543' is a magic number. 163
Error '1078622163' is a magic number. 163
Error Line is longer than 80 characters. 164
Error Line contains a tab character. 164
Error Line is longer than 80 characters. 165
Error Line contains a tab character. 165
Error Line contains a tab character. 166
Error Line contains a tab character. 167
Error Line contains a tab character. 168
Error Line contains a tab character. 169
Error Line contains a tab character. 170
Error Line contains a tab character. 171
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 171
Error Line contains a tab character. 172
Error Line is longer than 80 characters. 173
Error Line contains a tab character. 173
Error Line is longer than 80 characters. 174
Error Line contains a tab character. 174
Error Line is longer than 80 characters. 175
Error Line contains a tab character. 175
Error Line is longer than 80 characters. 176
Error Line contains a tab character. 176
Error Line contains a tab character. 177
Error Line contains a tab character. 178

dao/com/panogenesis/model/IssueResolution.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/model/IssueResolution.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line has trailing spaces. 17
Error Line has trailing spaces. 20
Error Line contains a tab character. 25
Error Missing a Javadoc comment. 25
Error Line contains a tab character. 27
Error Missing a Javadoc comment. 27
Error Line contains a tab character. 29
Error Missing a Javadoc comment. 29
Error Line contains a tab character. 31
Error Missing a Javadoc comment. 31
Error Line contains a tab character. 33
Error Line has trailing spaces. 34
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 52
Error Parameter id should be final. 52
Error 'id' hides a field. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line is longer than 80 characters. 58
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Method 'getResolutionName' is not designed for extension - needs to be abstract, final or empty. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Method 'setResolutionName' is not designed for extension - needs to be abstract, final or empty. 69
Error Parameter resolutionName should be final. 69
Error 'resolutionName' hides a field. 69
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Line has trailing spaces. 75
Error Line contains a tab character. 75
Error Line is longer than 80 characters. 76
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Method 'getResolutionDescription' is not designed for extension - needs to be abstract, final or empty. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Method 'setResolutionDescription' is not designed for extension - needs to be abstract, final or empty. 87
Error Parameter resolutionDescription should be final. 87
Error 'resolutionDescription' hides a field. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Method 'getListOrder' is not designed for extension - needs to be abstract, final or empty. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Line contains a tab character. 99
Error Line contains a tab character. 100
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Line contains a tab character. 103
Error Method 'setListOrder' is not designed for extension - needs to be abstract, final or empty. 103
Error Parameter listOrder should be final. 103
Error 'listOrder' hides a field. 103
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 110
Error Parameter object should be final. 110
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Line contains a tab character. 114
Error Line contains a tab character. 115
Error Line is longer than 80 characters. 116
Error Line contains a tab character. 116
Error Line is longer than 80 characters. 117
Error Line contains a tab character. 117
Error Line contains a tab character. 118
Error Line contains a tab character. 119
Error Line contains a tab character. 121
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error Line contains a tab character. 124
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 124
Error Line contains a tab character. 125
Error '-1118658189' is a magic number. 125
Error '-1190573829' is a magic number. 125
Error Line is longer than 80 characters. 126
Error Line contains a tab character. 126
Error Line is longer than 80 characters. 127
Error Line contains a tab character. 127
Error Line contains a tab character. 128
Error Line contains a tab character. 130
Error Line contains a tab character. 131
Error Line contains a tab character. 132
Error Line contains a tab character. 133
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 133
Error Line contains a tab character. 134
Error Line is longer than 80 characters. 135
Error Line contains a tab character. 135
Error Line is longer than 80 characters. 136
Error Line contains a tab character. 136
Error Line contains a tab character. 137
Error Line contains a tab character. 138

dao/com/panogenesis/model/IssueSeverity.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line has trailing spaces. 19
Error Line contains a tab character. 23
Error Missing a Javadoc comment. 23
Error Line contains a tab character. 24
Error Missing a Javadoc comment. 24
Error Line contains a tab character. 25
Error Missing a Javadoc comment. 25
Error Line contains a tab character. 26
Error Missing a Javadoc comment. 26
Error Line contains a tab character. 29
Error Line has trailing spaces. 30
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 46
Error Parameter id should be final. 46
Error 'id' hides a field. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line is longer than 80 characters. 51
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Method 'getSeverityName' is not designed for extension - needs to be abstract, final or empty. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Method 'setSeverityName' is not designed for extension - needs to be abstract, final or empty. 60
Error Parameter severityName should be final. 60
Error 'severityName' hides a field. 60
Error Line contains a tab character. 61
Error Line has trailing spaces. 62
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Line is longer than 80 characters. 65
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Method 'getSeverityDescription' is not designed for extension - needs to be abstract, final or empty. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Method 'setSeverityDescription' is not designed for extension - needs to be abstract, final or empty. 74
Error Parameter severityDescription should be final. 74
Error 'severityDescription' hides a field. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Line has trailing spaces. 80
Error Line contains a tab character. 80
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Method 'getListOrder' is not designed for extension - needs to be abstract, final or empty. 84
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Unused @param tag for 'order'. 88
Error Line contains a tab character. 88
Error Line has trailing spaces. 89
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error Method 'setListOrder' is not designed for extension - needs to be abstract, final or empty. 91
Error Parameter listOrder should be final. 91
Error 'listOrder' hides a field. 91
Error Expected @param tag for 'listOrder'. 91
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 97
Error Parameter object should be final. 97
Error Line contains a tab character. 98
Error Line contains a tab character. 99
Error Line contains a tab character. 100
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Line is longer than 80 characters. 103
Error Line contains a tab character. 103
Error Line is longer than 80 characters. 104
Error Line contains a tab character. 104
Error Line is longer than 80 characters. 105
Error Line contains a tab character. 105
Error Line contains a tab character. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 110
Error Line is longer than 80 characters. 111
Error Line contains a tab character. 111
Error '651859259' is a magic number. 111
Error '1620873389' is a magic number. 111
Error Line is longer than 80 characters. 112
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Line contains a tab character. 114
Error Line contains a tab character. 115
Error Line contains a tab character. 116
Error Line contains a tab character. 117
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 117
Error Line contains a tab character. 118
Error Line contains a tab character. 119
Error Line is longer than 80 characters. 120
Error Line contains a tab character. 120
Error Line contains a tab character. 121

dao/com/panogenesis/model/IssueStatus.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line has trailing spaces. 19
Error Line contains a tab character. 23
Error Missing a Javadoc comment. 23
Error Line contains a tab character. 24
Error Missing a Javadoc comment. 24
Error Line contains a tab character. 25
Error Missing a Javadoc comment. 25
Error Line contains a tab character. 26
Error Missing a Javadoc comment. 26
Error Line contains a tab character. 27
Error Missing a Javadoc comment. 27
Error Line has trailing spaces. 28
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line has trailing spaces. 30
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 46
Error Parameter id should be final. 46
Error 'id' hides a field. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line is longer than 80 characters. 52
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Method 'getIssueStatusDescription' is not designed for extension - needs to be abstract, final or empty. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Unused @param tag for 'issueStatusDescription'. 58
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Method 'setIssueStatusDescription' is not designed for extension - needs to be abstract, final or empty. 61
Error Parameter projectStatusDescription should be final. 61
Error Expected @param tag for 'projectStatusDescription'. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line is longer than 80 characters. 66
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Method 'getIssueStatusName' is not designed for extension - needs to be abstract, final or empty. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line has trailing spaces. 73
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Method 'setIssueStatusName' is not designed for extension - needs to be abstract, final or empty. 76
Error Parameter issueStatusName should be final. 76
Error 'issueStatusName' hides a field. 76
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line has trailing spaces. 81
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 90
Error Parameter value should be final. 90
Error 'value' hides a field. 90
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error Line has trailing spaces. 93
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error Method 'getListOrder' is not designed for extension - needs to be abstract, final or empty. 98
Error Line contains a tab character. 99
Error Line contains a tab character. 100
Error Line contains a tab character. 101
Error Unused @param tag for 'listOrder'. 102
Error Line contains a tab character. 102
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error Method 'setListOrder' is not designed for extension - needs to be abstract, final or empty. 104
Error Parameter orderList should be final. 104
Error Expected @param tag for 'orderList'. 104
Error Line contains a tab character. 105
Error Line has trailing spaces. 106
Error Line contains a tab character. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 110
Error Parameter object should be final. 110
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Line contains a tab character. 114
Error Line contains a tab character. 115
Error Line is longer than 80 characters. 116
Error Line contains a tab character. 116
Error Line contains a tab character. 117
Error Line is longer than 80 characters. 118
Error Line contains a tab character. 118
Error Line is longer than 80 characters. 119
Error Line contains a tab character. 119
Error Line contains a tab character. 120
Error Line contains a tab character. 121
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error Line contains a tab character. 124
Error Line contains a tab character. 125
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 125
Error Line is longer than 80 characters. 126
Error Line contains a tab character. 126
Error '2048706273' is a magic number. 126
Error '-2041681291' is a magic number. 126
Error Line contains a tab character. 127
Error Line is longer than 80 characters. 128
Error Line contains a tab character. 128
Error Line contains a tab character. 129
Error Line contains a tab character. 130
Error Line contains a tab character. 131
Error Line contains a tab character. 132
Error Line contains a tab character. 133
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 133
Error Line is longer than 80 characters. 134
Error Line contains a tab character. 134
Error Line is longer than 80 characters. 135
Error Line contains a tab character. 135
Error Line is longer than 80 characters. 136
Error Line contains a tab character. 136
Error Line is longer than 80 characters. 137
Error Line contains a tab character. 137
Error Line contains a tab character. 138

dao/com/panogenesis/model/LabelValue.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/model/LabelValue.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Extra HTML tag found: </p> 14
Error Parameter o1 should be final. 25
Error Parameter o2 should be final. 25
Error Parameter label should be final. 49
Error 'label' hides a field. 49
Error Parameter value should be final. 49
Error 'value' hides a field. 49
Error Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. 63
Error Missing a Javadoc comment. 63
Error Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. 67
Error Missing a Javadoc comment. 67
Error Parameter label should be final. 67
Error 'label' hides a field. 67
Error Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error Parameter value should be final. 81
Error 'value' hides a field. 81
Error Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. 94
Error Parameter o should be final. 94
Error Expected an @return tag. 105
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 105
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 119
Error Parameter obj should be final. 119
Error Avoid inline conditionals. 129
Error Avoid inline conditionals. 130
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 147
Error Avoid inline conditionals. 148
Error '17' is a magic number. 148

dao/com/panogenesis/model/Project.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line has trailing spaces. 6
Error Line has trailing spaces. 25
Error Line has trailing spaces. 50
Error Missing a Javadoc comment. 51
Error Missing a Javadoc comment. 52
Error Missing a Javadoc comment. 53
Error Missing a Javadoc comment. 54
Error '{' should be on the previous line. 60
Error Parameter id should be final. 67
Error 'id' hides a field. 67
Error Expected @param tag for 'id'. 67
Error '{' should be on the previous line. 68
Error Line has trailing spaces. 75
Error Line has trailing spaces. 78
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 80
Error '{' should be on the previous line. 81
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 89
Error Parameter id should be final. 89
Error 'id' hides a field. 89
Error Expected @param tag for 'id'. 89
Error '{' should be on the previous line. 90
Error Line has trailing spaces. 97
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 100
Error '{' should be on the previous line. 101
Error Line has trailing spaces. 108
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 111
Error Parameter name should be final. 111
Error 'name' hides a field. 111
Error Expected @param tag for 'name'. 111
Error '{' should be on the previous line. 112
Error Line has trailing spaces. 119
Error Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 122
Error '{' should be on the previous line. 123
Error Line has trailing spaces. 130
Error Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. 133
Error Parameter description should be final. 133
Error 'description' hides a field. 133
Error Expected @param tag for 'description'. 133
Error '{' should be on the previous line. 134
Error Line has trailing spaces. 141
Error Line has trailing spaces. 142
Error Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. 144
Error '{' should be on the previous line. 145
Error Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. 153
Error Parameter status should be final. 153
Error 'status' hides a field. 153
Error Expected @param tag for 'status'. 153
Error '{' should be on the previous line. 154
Error Line has trailing spaces. 161
Error Line has trailing spaces. 162
Error Method 'getOptions' is not designed for extension - needs to be abstract, final or empty. 164
Error '{' should be on the previous line. 165
Error Method 'setOptions' is not designed for extension - needs to be abstract, final or empty. 173
Error Parameter options should be final. 173
Error 'options' hides a field. 173
Error Expected @param tag for 'options'. 173
Error '{' should be on the previous line. 174
Error Line has trailing spaces. 181
Error Line has trailing spaces. 182
Error Method 'getCreateDate' is not designed for extension - needs to be abstract, final or empty. 184
Error '{' should be on the previous line. 185
Error Method 'setCreateDate' is not designed for extension - needs to be abstract, final or empty. 193
Error Parameter createDate should be final. 193
Error 'createDate' hides a field. 193
Error Expected @param tag for 'createDate'. 193
Error '{' should be on the previous line. 194
Error Line has trailing spaces. 201
Error Line has trailing spaces. 202
Error Method 'getLastModified' is not designed for extension - needs to be abstract, final or empty. 204
Error '{' should be on the previous line. 205
Error Method 'setLastModified' is not designed for extension - needs to be abstract, final or empty. 213
Error Parameter lastModified should be final. 213
Error 'lastModified' hides a field. 213
Error Expected @param tag for 'lastModified'. 213
Error '{' should be on the previous line. 214
Error Method 'getStatusText' is not designed for extension - needs to be abstract, final or empty. 218
Error Missing a Javadoc comment. 218
Error '{' should be on the previous line. 219
Error Line has trailing spaces. 220
Error Line contains a tab character. 220
Error '=' is not preceded with whitespace. 220
Error '=' is not followed by whitespace. 220
Error Line contains a tab character. 221
Error Line has trailing spaces. 223
Error Line has trailing spaces. 231
Error Method 'getIssues' is not designed for extension - needs to be abstract, final or empty. 233
Error Line contains a tab character. 236
Error Line contains a tab character. 237
Error Line has trailing spaces. 238
Error Line contains a tab character. 238
Error Line contains a tab character. 239
Error Line has trailing spaces. 240
Error Line contains a tab character. 241
Error Method 'setIssues' is not designed for extension - needs to be abstract, final or empty. 241
Error Parameter issues should be final. 241
Error 'issues' hides a field. 241
Error Line contains a tab character. 242
Error Line contains a tab character. 243
Error First sentence should end with a period. 244
Error Method 'addIssue' is not designed for extension - needs to be abstract, final or empty. 249
Error Parameter issue should be final. 249
Error Expected @param tag for 'issue'. 249
Error Line has trailing spaces. 260
Error Method 'getComponents' is not designed for extension - needs to be abstract, final or empty. 262
Error Line has trailing spaces. 265
Error Line contains a tab character. 266
Error Line contains a tab character. 267
Error Line contains a tab character. 268
Error Line contains a tab character. 269
Error Method 'setComponents' is not designed for extension - needs to be abstract, final or empty. 269
Error Parameter components should be final. 269
Error 'components' hides a field. 269
Error Line contains a tab character. 270
Error Line contains a tab character. 271
Error First sentence should end with a period. 273
Error Method 'addComponent' is not designed for extension - needs to be abstract, final or empty. 278
Error Parameter component should be final. 278
Error Expected @param tag for 'component'. 278
Error Line contains a tab character. 282
Error Line contains a tab character. 283
Error Line contains a tab character. 284
Error Line is longer than 80 characters. 286
Error Line contains a tab character. 288
Error Line contains a tab character. 289
Error Method 'getVersions' is not designed for extension - needs to be abstract, final or empty. 289
Error Line contains a tab character. 290
Error Line contains a tab character. 291
Error Line contains a tab character. 292
Error Line contains a tab character. 293
Error Line contains a tab character. 294
Error Line contains a tab character. 295
Error Method 'setVersions' is not designed for extension - needs to be abstract, final or empty. 295
Error Parameter versions should be final. 295
Error 'versions' hides a field. 295
Error Line contains a tab character. 296
Error Line has trailing spaces. 297
Error Line contains a tab character. 297
Error Line has trailing spaces. 298
Error Line contains a tab character. 298
Error Line has trailing spaces. 303
Error Line contains a tab character. 306
Error Line has trailing spaces. 307
Error Method 'getOwners' is not designed for extension - needs to be abstract, final or empty. 309
Error Line has trailing spaces. 312
Error Line contains a tab character. 313
Error Unused @param tag for 'components'. 314
Error Line contains a tab character. 314
Error Line contains a tab character. 315
Error Line contains a tab character. 316
Error Method 'setOwners' is not designed for extension - needs to be abstract, final or empty. 316
Error Parameter owners should be final. 316
Error 'owners' hides a field. 316
Error Expected @param tag for 'owners'. 316
Error Line contains a tab character. 317
Error Line contains a tab character. 318
Error First sentence should end with a period. 320
Error Method 'addOwners' is not designed for extension - needs to be abstract, final or empty. 325
Error Parameter owners should be final. 325
Error 'owners' hides a field. 325
Error Expected @param tag for 'owners'. 325
Error Line has trailing spaces. 328
Error Line contains a tab character. 328
Error Line contains a tab character. 329
Error Line contains a tab character. 330
Error Line contains a tab character. 331
Error Line contains a tab character. 332
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 332
Error Parameter object should be final. 332
Error Line contains a tab character. 333
Error Line contains a tab character. 334
Error Line contains a tab character. 335
Error Line contains a tab character. 336
Error Line contains a tab character. 337
Error Line is longer than 80 characters. 338
Error Line contains a tab character. 338
Error Line is longer than 80 characters. 339
Error Line contains a tab character. 339
Error Line is longer than 80 characters. 340
Error Line contains a tab character. 340
Error Line is longer than 80 characters. 341
Error Line contains a tab character. 341
Error Line contains a tab character. 342
Error Line contains a tab character. 343
Error Line contains a tab character. 344
Error Line contains a tab character. 345
Error Line contains a tab character. 346
Error Line contains a tab character. 347
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 347
Error Line is longer than 80 characters. 348
Error Line contains a tab character. 348
Error '1332565015' is a magic number. 348
Error '2121553825' is a magic number. 348
Error Line is longer than 80 characters. 349
Error Line contains a tab character. 349
Error Line is longer than 80 characters. 350
Error Line contains a tab character. 350
Error Line contains a tab character. 351
Error Line contains a tab character. 352
Error Line contains a tab character. 353
Error Line contains a tab character. 354
Error Line contains a tab character. 355
Error Line contains a tab character. 356
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 356
Error Line is longer than 80 characters. 357
Error Line contains a tab character. 357
Error Line is longer than 80 characters. 358
Error Line contains a tab character. 358
Error Line contains a tab character. 359
Error Line is longer than 80 characters. 360
Error Line contains a tab character. 360
Error Line is longer than 80 characters. 361
Error Line contains a tab character. 361
Error Line contains a tab character. 362
Error Line contains a tab character. 363

dao/com/panogenesis/model/ProjectStatus.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line has trailing spaces. 19
Error Line contains a tab character. 24
Error Missing a Javadoc comment. 24
Error Line contains a tab character. 25
Error Missing a Javadoc comment. 25
Error Line contains a tab character. 26
Error Missing a Javadoc comment. 26
Error Line has trailing spaces. 27
Error Line contains a tab character. 27
Error Line has trailing spaces. 28
Error Line contains a tab character. 28
Error Line has trailing spaces. 29
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Line has trailing spaces. 31
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 47
Error Parameter id should be final. 47
Error 'id' hides a field. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line has trailing spaces. 50
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line is longer than 80 characters. 53
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Method 'getProjectStatusName' is not designed for extension - needs to be abstract, final or empty. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line has trailing spaces. 58
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Method 'setProjectStatusName' is not designed for extension - needs to be abstract, final or empty. 63
Error Parameter projectStatusName should be final. 63
Error 'projectStatusName' hides a field. 63
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line has trailing spaces. 66
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line is longer than 80 characters. 69
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Method 'getProjectStatusDescription' is not designed for extension - needs to be abstract, final or empty. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line has trailing spaces. 76
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Line is longer than 80 characters. 79
Error Line contains a tab character. 79
Error Method 'setProjectStatusDescription' is not designed for extension - needs to be abstract, final or empty. 79
Error Parameter projectStatusDescription should be final. 79
Error 'projectStatusDescription' hides a field. 79
Error Line contains a tab character. 80
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 85
Error Parameter object should be final. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Line is longer than 80 characters. 91
Error Line contains a tab character. 91
Error Line is longer than 80 characters. 92
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 98
Error Line is longer than 80 characters. 99
Error Line contains a tab character. 99
Error '-454086483' is a magic number. 99
Error '-1234886487' is a magic number. 99
Error Line is longer than 80 characters. 100
Error Line contains a tab character. 100
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 105
Error Line is longer than 80 characters. 106
Error Line contains a tab character. 106
Error Line is longer than 80 characters. 107
Error Line contains a tab character. 107
Error Line is longer than 80 characters. 108
Error Line contains a tab character. 108
Error Line contains a tab character. 109

dao/com/panogenesis/model/ProjectVersion.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line has trailing spaces. 20
Error Line has trailing spaces. 21
Error Line contains a tab character. 25
Error Missing a Javadoc comment. 25
Error Line contains a tab character. 26
Error Missing a Javadoc comment. 26
Error Line contains a tab character. 27
Error Missing a Javadoc comment. 27
Error Line contains a tab character. 28
Error Missing a Javadoc comment. 28
Error Name 'version_number' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
Error Line contains a tab character. 29
Error Missing a Javadoc comment. 29
Error Line contains a tab character. 30
Error Missing a Javadoc comment. 30
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 36
Error Name 'full_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
Error Line contains a tab character. 38
Error Line has trailing spaces. 39
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line has trailing spaces. 45
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 57
Error Parameter id should be final. 57
Error 'id' hides a field. 57
Error Line contains a tab character. 58
Error Line has trailing spaces. 59
Error Line contains a tab character. 59
Error Line has trailing spaces. 60
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line has trailing spaces. 63
Error Line contains a tab character. 63
Error Line is longer than 80 characters. 64
Error Line contains a tab character. 64
Error Line has trailing spaces. 65
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Method 'getVersion_number' is not designed for extension - needs to be abstract, final or empty. 67
Error Name 'getVersion_number' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Line has trailing spaces. 72
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Method 'setVersion_number' is not designed for extension - needs to be abstract, final or empty. 75
Error Name 'setVersion_number' must match pattern '^[a-z][a-zA-Z0-9]*$'. 75
Error Parameter version_number should be final. 75
Error 'version_number' hides a field. 75
Error Name 'version_number' must match pattern '^[a-z][a-zA-Z0-9]*$'. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Line has trailing spaces. 78
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line has trailing spaces. 81
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 84
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. 91
Error Parameter description should be final. 91
Error 'description' hides a field. 91
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Line has trailing spaces. 94
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Line has trailing spaces. 97
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error Line contains a tab character. 99
Error Line contains a tab character. 100
Error Method 'getMajor' is not designed for extension - needs to be abstract, final or empty. 100
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error Line contains a tab character. 106
Error Method 'setMajor' is not designed for extension - needs to be abstract, final or empty. 106
Error Parameter major should be final. 106
Error 'major' hides a field. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Method 'getMinor' is not designed for extension - needs to be abstract, final or empty. 113
Error Line contains a tab character. 114
Error Line contains a tab character. 115
Error Line contains a tab character. 116
Error Line contains a tab character. 117
Error Line contains a tab character. 118
Error Line contains a tab character. 119
Error Method 'setMinor' is not designed for extension - needs to be abstract, final or empty. 119
Error Parameter minor should be final. 119
Error 'minor' hides a field. 119
Error Line contains a tab character. 120
Error Line has trailing spaces. 121
Error Line contains a tab character. 121
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error Line contains a tab character. 124
Error Line contains a tab character. 125
Error Method 'getFull_version' is not designed for extension - needs to be abstract, final or empty. 125
Error Name 'getFull_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. 125
Error Line contains a tab character. 126
Error Line contains a tab character. 127
Error '{' is not preceded with whitespace. 127
Error Line contains a tab character. 128
Error '+' is not followed by whitespace. 128
Error Line contains a tab character. 129
Error Line contains a tab character. 130
Error '{' is not preceded with whitespace. 130
Error Line contains a tab character. 131
Error '+' is not followed by whitespace. 131
Error Line has trailing spaces. 132
Error Line contains a tab character. 132
Error Line has trailing spaces. 133
Error Line contains a tab character. 133
Error Line contains a tab character. 134
Error Line has trailing spaces. 135
Error Line contains a tab character. 135
Error Line has trailing spaces. 136
Error Line contains a tab character. 136
Error Line contains a tab character. 137
Error Line contains a tab character. 138
Error Line has trailing spaces. 139
Error Line contains a tab character. 139
Error Line contains a tab character. 140
Error Line contains a tab character. 141
Error Line contains a tab character. 142
Error Method 'getCreateDate' is not designed for extension - needs to be abstract, final or empty. 142
Error Line contains a tab character. 143
Error Line contains a tab character. 144
Error Line contains a tab character. 145
Error Line contains a tab character. 146
Error Line contains a tab character. 147
Error Line contains a tab character. 148
Error Method 'setCreateDate' is not designed for extension - needs to be abstract, final or empty. 148
Error Parameter createDate should be final. 148
Error 'createDate' hides a field. 148
Error Line contains a tab character. 149
Error Line contains a tab character. 150
Error Line contains a tab character. 152
Error Line contains a tab character. 153
Error Line has trailing spaces. 154
Error Line contains a tab character. 154
Error Line contains a tab character. 155
Error Line contains a tab character. 156
Error Line contains a tab character. 157
Error Method 'getLastModified' is not designed for extension - needs to be abstract, final or empty. 157
Error Line contains a tab character. 158
Error Line contains a tab character. 159
Error Line contains a tab character. 160
Error Line contains a tab character. 161
Error Line contains a tab character. 162
Error Line contains a tab character. 163
Error Method 'setLastModified' is not designed for extension - needs to be abstract, final or empty. 163
Error Parameter lastModified should be final. 163
Error 'lastModified' hides a field. 163
Error Line contains a tab character. 164
Error Line contains a tab character. 165
Error Line contains a tab character. 166
Error Line contains a tab character. 167
Error Line has trailing spaces. 168
Error Line contains a tab character. 168
Error Line contains a tab character. 169
Error Line contains a tab character. 170
Error Line contains a tab character. 171
Error Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. 171
Error Line contains a tab character. 172
Error Line contains a tab character. 173
Error Line contains a tab character. 174
Error Line contains a tab character. 175
Error Line contains a tab character. 176
Error Line contains a tab character. 177
Error Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. 177
Error Parameter status should be final. 177
Error 'status' hides a field. 177
Error Line contains a tab character. 178
Error Line contains a tab character. 179
Error Line contains a tab character. 180
Error Line contains a tab character. 181
Error Line has trailing spaces. 182
Error Line contains a tab character. 182
Error Line contains a tab character. 183
Error Line contains a tab character. 184
Error Line contains a tab character. 185
Error Method 'getProjectId' is not designed for extension - needs to be abstract, final or empty. 185
Error Line contains a tab character. 186
Error Line contains a tab character. 187
Error Line contains a tab character. 188
Error Line contains a tab character. 189
Error Line contains a tab character. 190
Error Line contains a tab character. 191
Error Method 'setProjectId' is not designed for extension - needs to be abstract, final or empty. 191
Error Parameter projectId should be final. 191
Error 'projectId' hides a field. 191
Error Line contains a tab character. 192
Error Line contains a tab character. 193
Error Line contains a tab character. 194
Error Line contains a tab character. 195
Error Line contains a tab character. 196
Error Line contains a tab character. 197
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 197
Error Parameter object should be final. 197
Error Line contains a tab character. 198
Error Line contains a tab character. 199
Error Line contains a tab character. 200
Error Line contains a tab character. 201
Error Line contains a tab character. 202
Error Line is longer than 80 characters. 203
Error Line contains a tab character. 203
Error Line is longer than 80 characters. 204
Error Line contains a tab character. 204
Error Line is longer than 80 characters. 205
Error Line contains a tab character. 205
Error Line is longer than 80 characters. 206
Error Line contains a tab character. 206
Error Line is longer than 80 characters. 207
Error Line contains a tab character. 207
Error Line is longer than 80 characters. 208
Error Line contains a tab character. 208
Error Line contains a tab character. 209
Error Line contains a tab character. 210
Error Line contains a tab character. 211
Error Line contains a tab character. 212
Error Line contains a tab character. 213
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 213
Error Line is longer than 80 characters. 214
Error Line contains a tab character. 214
Error '326922971' is a magic number. 214
Error '-694492023' is a magic number. 214
Error Line contains a tab character. 215
Error Line is longer than 80 characters. 216
Error Line contains a tab character. 216
Error Line is longer than 80 characters. 217
Error Line contains a tab character. 217
Error Line contains a tab character. 218
Error Line contains a tab character. 219
Error Line contains a tab character. 220
Error Line contains a tab character. 221
Error Line contains a tab character. 222
Error Line contains a tab character. 223
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 223
Error Line contains a tab character. 224
Error Line is longer than 80 characters. 225
Error Line contains a tab character. 225
Error Line is longer than 80 characters. 226
Error Line contains a tab character. 226
Error Line is longer than 80 characters. 227
Error Line contains a tab character. 227
Error Line is longer than 80 characters. 228
Error Line contains a tab character. 228
Error Line is longer than 80 characters. 229
Error Line contains a tab character. 229
Error Line is longer than 80 characters. 230
Error Line contains a tab character. 230
Error Line contains a tab character. 231

dao/com/panogenesis/model/Role.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/model/Role.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Extra HTML tag found: </p> 12
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 26
Error Missing a Javadoc comment. 27
Error Missing a Javadoc comment. 28
Error Missing a Javadoc comment. 30
Error '{' is not followed by whitespace. 30
Error '}' is not preceded with whitespace. 30
Error Line has trailing spaces. 31
Error Missing a Javadoc comment. 32
Error Parameter name should be final. 32
Error 'name' hides a field. 32
Error Line has trailing spaces. 35
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 46
Error Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 57
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 61
Error Missing a Javadoc comment. 61
Error Parameter name should be final. 61
Error 'name' hides a field. 61
Error Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. 65
Error Missing a Javadoc comment. 65
Error Parameter description should be final. 65
Error 'description' hides a field. 65
Error Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. 78
Error Line has trailing spaces. 81
Error Method 'setUsers' is not designed for extension - needs to be abstract, final or empty. 85
Error Parameter users should be final. 85
Error 'users' hides a field. 85
Error Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 93
Error Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. 99
Error Parameter version should be final. 99
Error 'version' hides a field. 99
Error First sentence should end with a period. 103
Error Expected an @return tag. 106
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 106
Error Parameter object should be final. 106
Error Expected @param tag for 'object'. 106
Error First sentence should end with a period. 115
Error Expected an @return tag. 118
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 118
Error '1156335803' is a magic number. 119
Error '987569255' is a magic number. 119
Error Line has trailing spaces. 122
Error First sentence should end with a period. 123
Error Expected an @return tag. 126
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 126

dao/com/panogenesis/model/Severity.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line has trailing spaces. 19
Error Line contains a tab character. 23
Error Missing a Javadoc comment. 23
Error Line contains a tab character. 24
Error Missing a Javadoc comment. 24
Error Line contains a tab character. 25
Error Missing a Javadoc comment. 25
Error Line contains a tab character. 27
Error Line has trailing spaces. 28
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Line has trailing spaces. 32
Error Line contains a tab character. 32
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 45
Error Parameter id should be final. 45
Error 'id' hides a field. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line is longer than 80 characters. 50
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Method 'getSeverityName' is not designed for extension - needs to be abstract, final or empty. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Method 'setSeverityName' is not designed for extension - needs to be abstract, final or empty. 59
Error Parameter severityName should be final. 59
Error 'severityName' hides a field. 59
Error Line contains a tab character. 60
Error Line has trailing spaces. 61
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Line is longer than 80 characters. 64
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Method 'getSeverityDescription' is not designed for extension - needs to be abstract, final or empty. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Method 'setSeverityDescription' is not designed for extension - needs to be abstract, final or empty. 73
Error Parameter severityDescription should be final. 73
Error 'severityDescription' hides a field. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 80
Error Parameter object should be final. 80
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error Line is longer than 80 characters. 87
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 93
Error Line is longer than 80 characters. 94
Error Line contains a tab character. 94
Error '-317251967' is a magic number. 94
Error '422813671' is a magic number. 94
Error Line is longer than 80 characters. 95
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error Line contains a tab character. 99
Error Line contains a tab character. 100
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 100
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Line is longer than 80 characters. 103
Error Line contains a tab character. 103
Error Line contains a tab character. 104

dao/com/panogenesis/model/User.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/model/User.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 30
Error Variable 'username' must be private and have accessor methods. 30
Error Missing a Javadoc comment. 31
Error Variable 'password' must be private and have accessor methods. 31
Error Missing a Javadoc comment. 32
Error Variable 'confirmPassword' must be private and have accessor methods. 32
Error Missing a Javadoc comment. 33
Error Variable 'firstName' must be private and have accessor methods. 33
Error Missing a Javadoc comment. 34
Error Variable 'lastName' must be private and have accessor methods. 34
Error Missing a Javadoc comment. 35
Error Variable 'address' must be private and have accessor methods. 35
Error Missing a Javadoc comment. 36
Error Variable 'phoneNumber' must be private and have accessor methods. 36
Error Missing a Javadoc comment. 37
Error Variable 'email' must be private and have accessor methods. 37
Error Missing a Javadoc comment. 38
Error Variable 'website' must be private and have accessor methods. 38
Error Missing a Javadoc comment. 39
Error Variable 'passwordHint' must be private and have accessor methods. 39
Error Missing a Javadoc comment. 40
Error Variable 'version' must be private and have accessor methods. 40
Error Missing a Javadoc comment. 41
Error Variable 'roles' must be private and have accessor methods. 41
Error Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. 51
Error Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. 61
Error Method 'getConfirmPassword' is not designed for extension - needs to be abstract, final or empty. 69
Error Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. 79
Error Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. 89
Error Method 'getFullName' is not designed for extension - needs to be abstract, final or empty. 93
Error Missing a Javadoc comment. 93
Error Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. 104
Error Line has trailing spaces. 111
Error Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. 116
Error Method 'getPhoneNumber' is not designed for extension - needs to be abstract, final or empty. 126
Error Method 'getWebsite' is not designed for extension - needs to be abstract, final or empty. 136
Error Method 'getPasswordHint' is not designed for extension - needs to be abstract, final or empty. 146
Error Method 'getRoles' is not designed for extension - needs to be abstract, final or empty. 159
Error First sentence should end with a period. 163
Error Method 'addRole' is not designed for extension - needs to be abstract, final or empty. 168
Error Parameter role should be final. 168
Error Expected @param tag for 'role'. 168
Error Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. 177
Error Parameter username should be final. 177
Error 'username' hides a field. 177
Error Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. 191
Error Parameter password should be final. 191
Error 'password' hides a field. 191
Error Method 'setConfirmPassword' is not designed for extension - needs to be abstract, final or empty. 200
Error Parameter confirmPassword should be final. 200
Error 'confirmPassword' hides a field. 200
Error Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. 209
Error Parameter firstName should be final. 209
Error 'firstName' hides a field. 209
Error Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. 219
Error Parameter lastName should be final. 219
Error 'lastName' hides a field. 219
Error Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. 229
Error Parameter address should be final. 229
Error 'address' hides a field. 229
Error Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. 240
Error Parameter email should be final. 240
Error 'email' hides a field. 240
Error Method 'setPhoneNumber' is not designed for extension - needs to be abstract, final or empty. 251
Error Parameter phoneNumber should be final. 251
Error 'phoneNumber' hides a field. 251
Error Method 'setWebsite' is not designed for extension - needs to be abstract, final or empty. 259
Error Parameter website should be final. 259
Error 'website' hides a field. 259
Error Method 'setPasswordHint' is not designed for extension - needs to be abstract, final or empty. 268
Error Parameter passwordHint should be final. 268
Error 'passwordHint' hides a field. 268
Error Method 'setRoles' is not designed for extension - needs to be abstract, final or empty. 276
Error Parameter roles should be final. 276
Error 'roles' hides a field. 276
Error Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 284
Error Unused @param tag for 'updated'. 289
Error Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. 291
Error Parameter version should be final. 291
Error 'version' hides a field. 291
Error Expected @param tag for 'version'. 291
Error Line has trailing spaces. 296
Error Expected an @return tag. 298
Error Method 'getRoleList' is not designed for extension - needs to be abstract, final or empty. 298
Error First sentence should end with a period. 314
Error Expected an @return tag. 317
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 317
Error Parameter object should be final. 317
Error Expected @param tag for 'object'. 317
Error First sentence should end with a period. 335
Error Expected an @return tag. 338
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 338
Error '-2022315247' is a magic number. 339
Error '1437659757' is a magic number. 339
Error First sentence should end with a period. 347
Error Expected an @return tag. 350
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 350

dao/com/panogenesis/model/UserCookie.java

ErrorLine
Error File does not end with a newline. 0

dao/com/panogenesis/model/UserCookie.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 26
Error Missing a Javadoc comment. 28
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 39
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 47
Error Parameter id should be final. 47
Error 'id' hides a field. 47
Error Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. 60
Error Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. 68
Error Parameter username should be final. 68
Error 'username' hides a field. 68
Error Method 'getCookieId' is not designed for extension - needs to be abstract, final or empty. 80
Error Method 'setCookieId' is not designed for extension - needs to be abstract, final or empty. 88
Error Parameter rolename should be final. 88
Error Method 'getDateCreated' is not designed for extension - needs to be abstract, final or empty. 96
Error Method 'setDateCreated' is not designed for extension - needs to be abstract, final or empty. 103
Error Parameter dateCreated should be final. 103
Error 'dateCreated' hides a field. 103
Error First sentence should end with a period. 107
Error Expected an @return tag. 110
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 110
Error Parameter object should be final. 110
Error Expected @param tag for 'object'. 110
Error Line is longer than 80 characters. 120
Error First sentence should end with a period. 123
Error Expected an @return tag. 126
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 126
Error '1954972321' is a magic number. 127
Error '-113979947' is a magic number. 127
Error Line is longer than 80 characters. 128
Error Line has trailing spaces. 133
Error First sentence should end with a period. 134
Error Expected an @return tag. 137
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 137

dao/com/panogenesis/model/package.html

ErrorLine
Error Missing package documentation file.0

dao/com/panogenesis/package.html

ErrorLine
Error Missing package documentation file.0

service/com/panogenesis/service/ComponentManager.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/service/ComponentManager.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 8
Error First sentence should end with a period. 10
Error Redundant 'public' modifier. 13
Error Expected @param tag for 'componentDAO'. 13
Error First sentence should end with a period. 15
Error Expected an @return tag. 18
Error Redundant 'public' modifier. 18
Error Expected @param tag for 'component'. 18
Error Redundant 'public' modifier. 25
Error First sentence should end with a period. 27
Error Line has trailing spaces. 30
Error Redundant 'public' modifier. 31
Error First sentence should end with a period. 33
Error Line has trailing spaces. 36
Error Redundant 'public' modifier. 37

service/com/panogenesis/service/IssueHistoryManager.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/service/IssueHistoryManager.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 8
Error First sentence should end with a period. 10
Error Redundant 'public' modifier. 13
Error Expected @param tag for 'issueHistoryDAO'. 13
Error First sentence should end with a period. 15
Error Expected an @return tag. 18
Error Redundant 'public' modifier. 18
Error Expected @param tag for 'issueHistory'. 18
Error Redundant 'public' modifier. 25
Error First sentence should end with a period. 27
Error Line has trailing spaces. 30
Error Redundant 'public' modifier. 31
Error First sentence should end with a period. 33
Error Line has trailing spaces. 36
Error Redundant 'public' modifier. 37

service/com/panogenesis/service/IssueManager.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/service/IssueManager.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Unused import - com.panogenesis.model.Project. 6
Error Unused import - com.panogenesis.model.User. 7
Error Missing a Javadoc comment. 10
Error First sentence should end with a period. 12
Error Redundant 'public' modifier. 15
Error Expected @param tag for 'issueDAO'. 15
Error First sentence should end with a period. 16
Error Expected an @return tag. 19
Error Redundant 'public' modifier. 19
Error Expected @param tag for 'issue'. 19
Error First sentence should end with a period. 20
Error Expected an @return tag. 23
Error Redundant 'public' modifier. 23
Error Expected @param tag for 'username'. 23
Error First sentence should end with a period. 25
Error Expected an @return tag. 28
Error Redundant 'public' modifier. 28
Error Expected @param tag for 'username'. 28
Error Redundant 'public' modifier. 36
Error First sentence should end with a period. 38
Error Line has trailing spaces. 41
Error Redundant 'public' modifier. 42
Error First sentence should end with a period. 44
Error Line has trailing spaces. 47
Error Redundant 'public' modifier. 48
Error Line has trailing spaces. 49

service/com/panogenesis/service/IssueResolutionManager.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/service/IssueResolutionManager.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 8
Error First sentence should end with a period. 10
Error Redundant 'public' modifier. 13
Error Expected @param tag for 'issueResolutionDAO'. 13
Error First sentence should end with a period. 15
Error Expected an @return tag. 18
Error Redundant 'public' modifier. 18
Error Expected @param tag for 'issueResolution'. 18
Error Redundant 'public' modifier. 25
Error First sentence should end with a period. 27
Error Line has trailing spaces. 30
Error Redundant 'public' modifier. 31
Error First sentence should end with a period. 33
Error Line has trailing spaces. 36
Error Redundant 'public' modifier. 37

service/com/panogenesis/service/IssueSeverityManager.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/service/IssueSeverityManager.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 8
Error First sentence should end with a period. 10
Error Redundant 'public' modifier. 13
Error Expected @param tag for 'issueSeverityDAO'. 13
Error First sentence should end with a period. 15
Error Expected an @return tag. 18
Error Redundant 'public' modifier. 18
Error Expected @param tag for 'issueSeverity'. 18
Error Redundant 'public' modifier. 25
Error First sentence should end with a period. 27
Error Line has trailing spaces. 30
Error Redundant 'public' modifier. 31
Error First sentence should end with a period. 33
Error Line has trailing spaces. 36
Error Redundant 'public' modifier. 37

service/com/panogenesis/service/IssueStatusManager.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/service/IssueStatusManager.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 8
Error First sentence should end with a period. 10
Error Redundant 'public' modifier. 13
Error Expected @param tag for 'issueStatusDAO'. 13
Error First sentence should end with a period. 15
Error Expected an @return tag. 18
Error Redundant 'public' modifier. 18
Error Expected @param tag for 'issueStatus'. 18
Error Redundant 'public' modifier. 25
Error First sentence should end with a period. 27
Error Line has trailing spaces. 30
Error Redundant 'public' modifier. 31
Error First sentence should end with a period. 33
Error Line has trailing spaces. 36
Error Redundant 'public' modifier. 37

service/com/panogenesis/service/LookupManager.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/service/LookupManager.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 21
Error Redundant 'public' modifier. 21
Error Line has trailing spaces. 22
Error First sentence should end with a period. 23
Error Redundant 'public' modifier. 27
Error Missing a Javadoc comment. 28
Error Redundant 'public' modifier. 28
Error Missing a Javadoc comment. 29
Error Redundant 'public' modifier. 29
Error Missing a Javadoc comment. 30
Error Redundant 'public' modifier. 30
Error Missing a Javadoc comment. 31
Error Redundant 'public' modifier. 31
Error Line contains a tab character. 32
Error Missing a Javadoc comment. 32
Error Redundant 'public' modifier. 32
Error Line has trailing spaces. 35
Error Line contains a tab character. 35

service/com/panogenesis/service/MailEngine.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/service/MailEngine.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 15
Error Missing a Javadoc comment. 16
Error Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 16
Error Missing a Javadoc comment. 17
Error Missing a Javadoc comment. 18
Error Method 'setMailSender' is not designed for extension - needs to be abstract, final or empty. 20
Error Missing a Javadoc comment. 20
Error Parameter mailSender should be final. 20
Error 'mailSender' hides a field. 20
Error Line has trailing spaces. 23
Error Method 'setVelocityEngine' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Parameter velocityEngine should be final. 24
Error 'velocityEngine' hides a field. 24
Error Line is longer than 80 characters. 28
Error Method 'sendMessage' is not designed for extension - needs to be abstract, final or empty. 28
Error Missing a Javadoc comment. 28
Error Parameter msg should be final. 28
Error Parameter templateName should be final. 28
Error Parameter model should be final. 28
Error Line has trailing spaces. 30
Error Line has trailing spaces. 43
Error Method 'send' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Parameter msg should be final. 44
Error Line has trailing spaces. 50

service/com/panogenesis/service/Manager.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/service/Manager.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 8
Error Line has trailing spaces. 9
Error First sentence should end with a period. 10
Error Redundant 'public' modifier. 14
Error Expected @param tag for 'dao'. 14
Error Line has trailing spaces. 15
Error Line has trailing spaces. 17
Error Line has trailing spaces. 18
Error Redundant 'public' modifier. 21
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 25
Error Line has trailing spaces. 28
Error Redundant 'public' modifier. 31
Error Redundant 'public' modifier. 37
Error First sentence should end with a period. 39
Error Redundant 'public' modifier. 44

service/com/panogenesis/service/ProjectManager.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/service/ProjectManager.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 8
Error First sentence should end with a period. 10
Error Redundant 'public' modifier. 13
Error Expected @param tag for 'projectDAO'. 13
Error First sentence should end with a period. 15
Error Expected an @return tag. 18
Error Redundant 'public' modifier. 18
Error Expected @param tag for 'project'. 18
Error Redundant 'public' modifier. 25
Error First sentence should end with a period. 27
Error Line has trailing spaces. 30
Error Redundant 'public' modifier. 31
Error First sentence should end with a period. 33
Error Line has trailing spaces. 36
Error Redundant 'public' modifier. 37

service/com/panogenesis/service/ProjectStatusManager.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/service/ProjectStatusManager.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 8
Error First sentence should end with a period. 10
Error Redundant 'public' modifier. 13
Error Expected @param tag for 'projectStatusDAO'. 13
Error First sentence should end with a period. 15
Error Expected an @return tag. 18
Error Redundant 'public' modifier. 18
Error Expected @param tag for 'projectStatus'. 18
Error Redundant 'public' modifier. 25
Error First sentence should end with a period. 27
Error Line has trailing spaces. 30
Error Redundant 'public' modifier. 31
Error First sentence should end with a period. 33
Error Line has trailing spaces. 36
Error Redundant 'public' modifier. 37

service/com/panogenesis/service/ProjectVersionManager.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/service/ProjectVersionManager.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 8
Error First sentence should end with a period. 10
Error Redundant 'public' modifier. 13
Error Expected @param tag for 'projectVersionDAO'. 13
Error First sentence should end with a period. 15
Error Expected an @return tag. 18
Error Redundant 'public' modifier. 18
Error Expected @param tag for 'projectVersion'. 18
Error Redundant 'public' modifier. 25
Error First sentence should end with a period. 27
Error Line has trailing spaces. 30
Error Redundant 'public' modifier. 31
Error First sentence should end with a period. 33
Error Line has trailing spaces. 36
Error Redundant 'public' modifier. 37

service/com/panogenesis/service/RoleManager.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/service/RoleManager.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 18
Error Redundant 'public' modifier. 18
Error Missing a Javadoc comment. 20
Error Redundant 'public' modifier. 20
Error Missing a Javadoc comment. 22
Error Redundant 'public' modifier. 22
Error Missing a Javadoc comment. 24
Error Redundant 'public' modifier. 24
Error Missing a Javadoc comment. 26
Error Redundant 'public' modifier. 26

service/com/panogenesis/service/SeverityManager.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/service/SeverityManager.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 8
Error First sentence should end with a period. 10
Error Redundant 'public' modifier. 13
Error Expected @param tag for 'severityDAO'. 13
Error First sentence should end with a period. 15
Error Expected an @return tag. 18
Error Redundant 'public' modifier. 18
Error Expected @param tag for 'severity'. 18
Error Redundant 'public' modifier. 25
Error First sentence should end with a period. 27
Error Line has trailing spaces. 30
Error Redundant 'public' modifier. 31
Error First sentence should end with a period. 33
Error Line has trailing spaces. 36
Error Redundant 'public' modifier. 37

service/com/panogenesis/service/UserExistsException.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/service/UserExistsException.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Parameter message should be final. 20
Error Expected @param tag for 'message'. 20

service/com/panogenesis/service/UserManager.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/service/UserManager.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line has trailing spaces. 16
Error Missing a Javadoc comment. 21
Error Redundant 'public' modifier. 21
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Redundant 'public' modifier. 30
Error Expected @param tag for 'username'. 30
Error First sentence should end with a period. 32
Error Redundant 'public' modifier. 37
Error First sentence should end with a period. 39
Error Redundant 'public' modifier. 45
Error Expected @throws tag for 'UserExistsException'. 45
Error First sentence should end with a period. 47
Error Redundant 'public' modifier. 52
Error Line has trailing spaces. 53
Error Line has trailing spaces. 57
Error Redundant 'public' modifier. 61
Error Line has trailing spaces. 62
Error Line has trailing spaces. 66
Error Redundant 'public' modifier. 70
Error Expected @param tag for 'username'. 70
Error Line has trailing spaces. 71
Error Redundant 'public' modifier. 76
Error Expected @param tag for 'username'. 76

service/com/panogenesis/service/impl/BaseManager.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/service/impl/BaseManager.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line has trailing spaces. 14
Error Missing a Javadoc comment. 20
Error Variable 'log' must be private and have accessor methods. 20
Error Missing a Javadoc comment. 21
Error Variable 'dao' must be private and have accessor methods. 21
Error Line has trailing spaces. 22
Error Method 'setDAO' is not designed for extension - needs to be abstract, final or empty. 26
Error Parameter dao should be final. 26
Error 'dao' hides a field. 26
Error Line has trailing spaces. 29
Error Line is longer than 80 characters. 31
Error Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 33
Error Parameter clazz should be final. 33
Error Parameter id should be final. 33
Error Line has trailing spaces. 36
Error Method 'getObjects' is not designed for extension - needs to be abstract, final or empty. 40
Error Parameter clazz should be final. 40
Error Line has trailing spaces. 43
Error Line is longer than 80 characters. 45
Error Method 'removeObject' is not designed for extension - needs to be abstract, final or empty. 47
Error Parameter clazz should be final. 47
Error Parameter id should be final. 47
Error Line has trailing spaces. 50
Error Method 'saveObject' is not designed for extension - needs to be abstract, final or empty. 54
Error Parameter o should be final. 54

service/com/panogenesis/service/impl/ComponentManagerImpl.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/service/impl/ComponentManagerImpl.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line is longer than 80 characters. 9
Error Missing a Javadoc comment. 9
Error Missing a Javadoc comment. 10
Error Method 'setComponentDAO' is not designed for extension - needs to be abstract, final or empty. 16
Error Parameter dao should be final. 16
Error 'dao' hides a field. 16
Error Expected @param tag for 'dao'. 16
Error Line is longer than 80 characters. 21
Error Method 'getComponents' is not designed for extension - needs to be abstract, final or empty. 23
Error Line is longer than 80 characters. 28
Error Method 'getComponent' is not designed for extension - needs to be abstract, final or empty. 30
Error Line is longer than 80 characters. 35
Error Line has trailing spaces. 36
Error Method 'saveComponent' is not designed for extension - needs to be abstract, final or empty. 37
Error Line is longer than 80 characters. 42
Error Line has trailing spaces. 43
Error Method 'removeComponent' is not designed for extension - needs to be abstract, final or empty. 44

service/com/panogenesis/service/impl/IssueHistoryManagerImpl.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/service/impl/IssueHistoryManagerImpl.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line is longer than 80 characters. 9
Error Missing a Javadoc comment. 9
Error Missing a Javadoc comment. 10
Error Method 'setIssueHistoryDAO' is not designed for extension - needs to be abstract, final or empty. 16
Error Parameter dao should be final. 16
Error 'dao' hides a field. 16
Error Expected @param tag for 'dao'. 16
Error Line is longer than 80 characters. 21
Error Method 'getIssueHistorys' is not designed for extension - needs to be abstract, final or empty. 23
Error Line is longer than 80 characters. 28
Error Method 'getIssueHistory' is not designed for extension - needs to be abstract, final or empty. 30
Error Line is longer than 80 characters. 35
Error Line has trailing spaces. 36
Error Method 'saveIssueHistory' is not designed for extension - needs to be abstract, final or empty. 37
Error Line is longer than 80 characters. 42
Error Line has trailing spaces. 43
Error Method 'removeIssueHistory' is not designed for extension - needs to be abstract, final or empty. 44

service/com/panogenesis/service/impl/IssueManagerImpl.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/service/impl/IssueManagerImpl.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Unused import - java.util.Set. 4
Error Unused import - com.panogenesis.model.Project. 7
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 12
Error Method 'setIssueDAO' is not designed for extension - needs to be abstract, final or empty. 18
Error Parameter dao should be final. 18
Error 'dao' hides a field. 18
Error Expected @param tag for 'dao'. 18
Error Line is longer than 80 characters. 23
Error Method 'getIssues' is not designed for extension - needs to be abstract, final or empty. 25
Error Method 'getIssue' is not designed for extension - needs to be abstract, final or empty. 32
Error Line has trailing spaces. 38
Error Method 'saveIssue' is not designed for extension - needs to be abstract, final or empty. 39
Error Line has trailing spaces. 45
Error Method 'removeIssue' is not designed for extension - needs to be abstract, final or empty. 46
Error Line contains a tab character. 50
Error Line is longer than 80 characters. 51
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Method 'getCreatedIssuesByUsername' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error Parameter username should be final. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 57
Error Line is longer than 80 characters. 58
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Method 'getOwnedIssuesByUsername' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60
Error Parameter username should be final. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62

service/com/panogenesis/service/impl/IssueResolutionManagerImpl.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/service/impl/IssueResolutionManagerImpl.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line is longer than 80 characters. 9
Error Missing a Javadoc comment. 9
Error Missing a Javadoc comment. 10
Error Method 'setIssueResolutionDAO' is not designed for extension - needs to be abstract, final or empty. 16
Error Parameter dao should be final. 16
Error 'dao' hides a field. 16
Error Expected @param tag for 'dao'. 16
Error Line is longer than 80 characters. 21
Error Method 'getIssueResolutions' is not designed for extension - needs to be abstract, final or empty. 23
Error Line is longer than 80 characters. 28
Error Method 'getIssueResolution' is not designed for extension - needs to be abstract, final or empty. 30
Error Line is longer than 80 characters. 35
Error Line has trailing spaces. 36
Error Method 'saveIssueResolution' is not designed for extension - needs to be abstract, final or empty. 37
Error Line is longer than 80 characters. 42
Error Line has trailing spaces. 43
Error Method 'removeIssueResolution' is not designed for extension - needs to be abstract, final or empty. 44

service/com/panogenesis/service/impl/IssueSeverityManagerImpl.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/service/impl/IssueSeverityManagerImpl.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line is longer than 80 characters. 9
Error Missing a Javadoc comment. 9
Error Missing a Javadoc comment. 10
Error Method 'setIssueSeverityDAO' is not designed for extension - needs to be abstract, final or empty. 16
Error Parameter dao should be final. 16
Error 'dao' hides a field. 16
Error Expected @param tag for 'dao'. 16
Error Line is longer than 80 characters. 21
Error Method 'getIssueSeverities' is not designed for extension - needs to be abstract, final or empty. 23
Error Line is longer than 80 characters. 28
Error Method 'getIssueSeverity' is not designed for extension - needs to be abstract, final or empty. 30
Error Line is longer than 80 characters. 35
Error Line has trailing spaces. 36
Error Method 'saveIssueSeverity' is not designed for extension - needs to be abstract, final or empty. 37
Error Line is longer than 80 characters. 42
Error Line has trailing spaces. 43
Error Method 'removeIssueSeverity' is not designed for extension - needs to be abstract, final or empty. 44

service/com/panogenesis/service/impl/IssueStatusManagerImpl.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/service/impl/IssueStatusManagerImpl.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line is longer than 80 characters. 9
Error Missing a Javadoc comment. 9
Error Missing a Javadoc comment. 10
Error Method 'setIssueStatusDAO' is not designed for extension - needs to be abstract, final or empty. 16
Error Parameter dao should be final. 16
Error 'dao' hides a field. 16
Error Expected @param tag for 'dao'. 16
Error Line is longer than 80 characters. 21
Error Method 'getIssueStatuses' is not designed for extension - needs to be abstract, final or empty. 23
Error Line is longer than 80 characters. 28
Error Method 'getIssueStatus' is not designed for extension - needs to be abstract, final or empty. 30
Error Line is longer than 80 characters. 35
Error Line has trailing spaces. 36
Error Method 'saveIssueStatus' is not designed for extension - needs to be abstract, final or empty. 37
Error Line is longer than 80 characters. 42
Error Line has trailing spaces. 43
Error Method 'removeIssueStatus' is not designed for extension - needs to be abstract, final or empty. 44

service/com/panogenesis/service/impl/LookupManagerImpl.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/service/impl/LookupManagerImpl.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line has trailing spaces. 20
Error Line has trailing spaces. 24
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 31
Error Missing a Javadoc comment. 31
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 36
Error Method 'setLookupDAO' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error Parameter dao should be final. 36
Error 'dao' hides a field. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Method 'getAllRoles' is not designed for extension - needs to be abstract, final or empty. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line is longer than 80 characters. 50
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line has trailing spaces. 58
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Method 'getAllProjectStatuses' is not designed for extension - needs to be abstract, final or empty. 61
Error Missing a Javadoc comment. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line is longer than 80 characters. 69
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line is longer than 80 characters. 71
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line has trailing spaces. 81
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Method 'getAllIssueStatuses' is not designed for extension - needs to be abstract, final or empty. 84
Error Missing a Javadoc comment. 84
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error Line is longer than 80 characters. 92
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Line is longer than 80 characters. 94
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error Line contains a tab character. 99
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Line has trailing spaces. 103
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error Line contains a tab character. 106
Error Method 'getAllIssueSeverities' is not designed for extension - needs to be abstract, final or empty. 106
Error Missing a Javadoc comment. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Line is longer than 80 characters. 114
Error Line contains a tab character. 114
Error Line contains a tab character. 115
Error Line is longer than 80 characters. 116
Error Line contains a tab character. 116
Error Line contains a tab character. 117
Error Line contains a tab character. 118
Error Line contains a tab character. 119
Error Line contains a tab character. 120
Error Line contains a tab character. 121
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error Line has trailing spaces. 124
Error Line contains a tab character. 124
Error Line contains a tab character. 125
Error Line contains a tab character. 126
Error Line contains a tab character. 127
Error Method 'getAllIssueResolutions' is not designed for extension - needs to be abstract, final or empty. 127
Error Missing a Javadoc comment. 127
Error Line contains a tab character. 128
Error Line contains a tab character. 129
Error Line contains a tab character. 130
Error Line contains a tab character. 131
Error Line contains a tab character. 133
Error Line is longer than 80 characters. 134
Error Line contains a tab character. 134
Error Line is longer than 80 characters. 135
Error Line contains a tab character. 135
Error Line contains a tab character. 136
Error Line is longer than 80 characters. 137
Error Line contains a tab character. 137
Error Line contains a tab character. 138
Error Line contains a tab character. 139
Error Line is longer than 80 characters. 140
Error Line contains a tab character. 140
Error Line contains a tab character. 141
Error Line contains a tab character. 142
Error Line contains a tab character. 144
Error Line contains a tab character. 145
Error Line contains a tab character. 146
Error Line contains a tab character. 147
Error Method 'getAllUsers' is not designed for extension - needs to be abstract, final or empty. 147
Error Missing a Javadoc comment. 147
Error Line contains a tab character. 148
Error Line contains a tab character. 149
Error Line contains a tab character. 150
Error Line contains a tab character. 151
Error Line contains a tab character. 153
Error Line contains a tab character. 154
Error Line is longer than 80 characters. 155
Error Line contains a tab character. 155
Error Line contains a tab character. 156
Error Line contains a tab character. 157
Error Line contains a tab character. 158
Error Line contains a tab character. 159
Error Line contains a tab character. 160
Error Line contains a tab character. 161
Error Line contains a tab character. 162
Error Line contains a tab character. 164
Error Line contains a tab character. 165
Error Line contains a tab character. 166
Error Line contains a tab character. 167
Error Missing a Javadoc comment. 167
Error Parameter dao should be final. 167
Error 'dao' hides a field. 167
Error Line contains a tab character. 168
Error Line has trailing spaces. 169
Error Line contains a tab character. 169
Error Line contains a tab character. 170
Error Line contains a tab character. 172
Error Line is longer than 80 characters. 173
Error Line contains a tab character. 173
Error Line contains a tab character. 174
Error Line contains a tab character. 175
Error Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 175
Error Missing a Javadoc comment. 175
Error Parameter clazz should be final. 175
Error Parameter id should be final. 175
Error Line contains a tab character. 176
Error Line contains a tab character. 177
Error Line contains a tab character. 178
Error Line contains a tab character. 180
Error Line is longer than 80 characters. 181
Error Line contains a tab character. 181
Error Line contains a tab character. 182
Error Line contains a tab character. 183
Error Missing a Javadoc comment. 183
Error Parameter clazz should be final. 183
Error Parameter id should be final. 183
Error Line contains a tab character. 184
Error Line has trailing spaces. 185
Error Line contains a tab character. 185
Error Line contains a tab character. 186

service/com/panogenesis/service/impl/ProjectManagerImpl.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/service/impl/ProjectManagerImpl.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 9
Error Missing a Javadoc comment. 10
Error Method 'setProjectDAO' is not designed for extension - needs to be abstract, final or empty. 16
Error Parameter dao should be final. 16
Error 'dao' hides a field. 16
Error Expected @param tag for 'dao'. 16
Error Line is longer than 80 characters. 21
Error Method 'getProjects' is not designed for extension - needs to be abstract, final or empty. 23
Error Method 'getProject' is not designed for extension - needs to be abstract, final or empty. 30
Error Line has trailing spaces. 36
Error Method 'saveProject' is not designed for extension - needs to be abstract, final or empty. 37
Error Line is longer than 80 characters. 42
Error Line has trailing spaces. 43
Error Method 'removeProject' is not designed for extension - needs to be abstract, final or empty. 44

service/com/panogenesis/service/impl/ProjectStatusManagerImpl.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/service/impl/ProjectStatusManagerImpl.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line is longer than 80 characters. 9
Error Missing a Javadoc comment. 9
Error Missing a Javadoc comment. 10
Error Method 'setProjectStatusDAO' is not designed for extension - needs to be abstract, final or empty. 16
Error Parameter dao should be final. 16
Error 'dao' hides a field. 16
Error Expected @param tag for 'dao'. 16
Error Line is longer than 80 characters. 21
Error Method 'getProjectStatuses' is not designed for extension - needs to be abstract, final or empty. 23
Error Line is longer than 80 characters. 28
Error Method 'getProjectStatus' is not designed for extension - needs to be abstract, final or empty. 30
Error Line is longer than 80 characters. 35
Error Line has trailing spaces. 36
Error Method 'saveProjectStatus' is not designed for extension - needs to be abstract, final or empty. 37
Error Line is longer than 80 characters. 42
Error Line has trailing spaces. 43
Error Method 'removeProjectStatus' is not designed for extension - needs to be abstract, final or empty. 44

service/com/panogenesis/service/impl/ProjectVersionManagerImpl.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/service/impl/ProjectVersionManagerImpl.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line is longer than 80 characters. 9
Error Missing a Javadoc comment. 9
Error Missing a Javadoc comment. 10
Error Method 'setProjectVersionDAO' is not designed for extension - needs to be abstract, final or empty. 16
Error Parameter dao should be final. 16
Error 'dao' hides a field. 16
Error Expected @param tag for 'dao'. 16
Error Line is longer than 80 characters. 21
Error Method 'getProjectVersions' is not designed for extension - needs to be abstract, final or empty. 23
Error Line is longer than 80 characters. 28
Error Method 'getProjectVersion' is not designed for extension - needs to be abstract, final or empty. 30
Error Line is longer than 80 characters. 35
Error Line has trailing spaces. 36
Error Method 'saveProjectVersion' is not designed for extension - needs to be abstract, final or empty. 37
Error Line is longer than 80 characters. 42
Error Line has trailing spaces. 43
Error Method 'removeProjectVersion' is not designed for extension - needs to be abstract, final or empty. 44

service/com/panogenesis/service/impl/RoleManagerImpl.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/service/impl/RoleManagerImpl.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Extra HTML tag found: </p> 10
Error Line has trailing spaces. 11
Error Line has trailing spaces. 13
Error Missing a Javadoc comment. 17
Error Method 'setRoleDAO' is not designed for extension - needs to be abstract, final or empty. 19
Error Missing a Javadoc comment. 19
Error Parameter dao should be final. 19
Error 'dao' hides a field. 19
Error Method 'getRoles' is not designed for extension - needs to be abstract, final or empty. 23
Error Missing a Javadoc comment. 23
Error Parameter role should be final. 23
Error Method 'getRole' is not designed for extension - needs to be abstract, final or empty. 27
Error Missing a Javadoc comment. 27
Error Parameter rolename should be final. 27
Error Method 'saveRole' is not designed for extension - needs to be abstract, final or empty. 31
Error Missing a Javadoc comment. 31
Error Parameter role should be final. 31
Error Method 'removeRole' is not designed for extension - needs to be abstract, final or empty. 35
Error Missing a Javadoc comment. 35
Error Parameter rolename should be final. 35

service/com/panogenesis/service/impl/SeverityManagerImpl.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/service/impl/SeverityManagerImpl.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line is longer than 80 characters. 9
Error Missing a Javadoc comment. 9
Error Missing a Javadoc comment. 10
Error Method 'setSeverityDAO' is not designed for extension - needs to be abstract, final or empty. 16
Error Parameter dao should be final. 16
Error 'dao' hides a field. 16
Error Expected @param tag for 'dao'. 16
Error Line is longer than 80 characters. 21
Error Method 'getSeverities' is not designed for extension - needs to be abstract, final or empty. 23
Error Method 'getSeverity' is not designed for extension - needs to be abstract, final or empty. 30
Error Line is longer than 80 characters. 35
Error Line has trailing spaces. 36
Error Method 'saveSeverity' is not designed for extension - needs to be abstract, final or empty. 37
Error Line is longer than 80 characters. 42
Error Line has trailing spaces. 43
Error Method 'removeSeverity' is not designed for extension - needs to be abstract, final or empty. 44

service/com/panogenesis/service/impl/UserManagerImpl.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/service/impl/UserManagerImpl.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Extra HTML tag found: </p> 17
Error Line has trailing spaces. 18
Error Missing a Javadoc comment. 26
Error Method 'setUserDAO' is not designed for extension - needs to be abstract, final or empty. 32
Error Parameter dao should be final. 32
Error 'dao' hides a field. 32
Error Expected @param tag for 'dao'. 32
Error Method 'getUser' is not designed for extension - needs to be abstract, final or empty. 39
Error Parameter username should be final. 39
Error Line is longer than 80 characters. 44
Error Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. 46
Error Parameter user should be final. 46
Error Line is longer than 80 characters. 51
Error Method 'saveUser' is not designed for extension - needs to be abstract, final or empty. 53
Error Parameter user should be final. 53
Error Line has trailing spaces. 57
Error '+' should be on a new line. 57
Error Method 'removeUser' is not designed for extension - needs to be abstract, final or empty. 65
Error Parameter username should be final. 65
Error Line has trailing spaces. 72
Error Line is longer than 80 characters. 74
Error Method 'checkLoginCookie' is not designed for extension - needs to be abstract, final or empty. 76
Error Parameter value should be final. 76
Error Line has trailing spaces. 83
Error Line has trailing spaces. 85
Error Line is longer than 80 characters. 111
Error Method 'createLoginCookie' is not designed for extension - needs to be abstract, final or empty. 113
Error Parameter username should be final. 113
Error First sentence should end with a period. 120
Error Expected an @return tag. 125
Error Parameter cookie should be final. 125
Error Expected @param tag for 'cookie'. 125
Error '+' should be on a new line. 129
Error Line is longer than 80 characters. 134
Error Method 'removeLoginCookies' is not designed for extension - needs to be abstract, final or empty. 136
Error Parameter username should be final. 136

service/com/panogenesis/service/impl/package.html

ErrorLine
Error Missing package documentation file.0

service/com/panogenesis/service/package.html

ErrorLine
Error Missing package documentation file.0

service/com/panogenesis/util/ConvertUtil.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/util/ConvertUtil.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line has trailing spaces. 21
Error Line has trailing spaces. 25
Error Utility classes should not have a public or default constructor. 28
Error Missing a Javadoc comment. 31
Error Parameter rb should be final. 40
Error Parameter rb should be final. 56
Error First sentence should end with a period. 67
Error Parameter obj should be final. 74
Error Parameter rb should be final. 74
Error Line is longer than 80 characters. 97
Error Parameter o should be final. 97
Error Expected @throws tag for 'ClassNotFoundException'. 97
Error Expected @throws tag for 'InstantiationException'. 98
Error Expected @throws tag for 'IllegalAccessException'. 99
Error First sentence should end with a period. 125
Error Parameter o should be final. 131
Error Expected @throws tag for 'Exception'. 131
Error Line contains a tab character. 133
Error Expected an @return tag. 148
Error Parameter o should be final. 148
Error Expected @param tag for 'o'. 148
Error Expected @throws tag for 'Exception'. 148
Error '=' is not preceded with whitespace. 163
Error '=' is not followed by whitespace. 163

service/com/panogenesis/util/CurrencyConverter.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/util/CurrencyConverter.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 24
Error Variable 'log' must be private and have accessor methods. 24
Error Missing a Javadoc comment. 25
Error Variable 'formatter' must be private and have accessor methods. 25
Error First sentence should end with a period. 27
Error '+' should be on a new line. 70

service/com/panogenesis/util/DateConverter.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/util/DateConverter.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Missing a Javadoc comment. 26
Error Method 'convert' is not designed for extension - needs to be abstract, final or empty. 29
Error Missing a Javadoc comment. 29
Error Parameter type should be final. 29
Error Parameter value should be final. 29
Error '+' should be on a new line. 38
Error '+' should be on a new line. 39
Error Method 'convertToDate' is not designed for extension - needs to be abstract, final or empty. 43
Error Missing a Javadoc comment. 43
Error Parameter type should be final. 43
Error Parameter value should be final. 43
Error Line is longer than 80 characters. 52
Error '+' should be on a new line. 56
Error '+' should be on a new line. 57
Error Method 'convertToString' is not designed for extension - needs to be abstract, final or empty. 61
Error Missing a Javadoc comment. 61
Error Parameter type should be final. 61
Error Parameter value should be final. 61
Error Line is longer than 80 characters. 66

service/com/panogenesis/util/DateUtil.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error First sentence should end with a period. 13
Error Line has trailing spaces. 20
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line contains a tab character. 24
Error Utility classes should not have a public or default constructor. 27
Error Missing a Javadoc comment. 30
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 32
Error First sentence should end with a period. 36
Error Parameter aDate should be final. 51
Error First sentence should end with a period. 63
Error Parameter aMask should be final. 73
Error Parameter strDate should be final. 73
Error Expected @throws tag for 'ParseException'. 74
Error First sentence should end with a period. 94
Error Parameter theTime should be final. 101
Error First sentence should end with a period. 105
Error Line has trailing spaces. 107
Error Expected @throws tag for 'ParseException'. 111
Error First sentence should end with a period. 124
Error Line has trailing spaces. 131
Error Parameter aMask should be final. 134
Error Parameter aDate should be final. 134
Error First sentence should end with a period. 148
Error Line has trailing spaces. 152
Error Parameter aDate should be final. 156
Error First sentence should end with a period. 160
Error Line has trailing spaces. 162
Error Line has trailing spaces. 165
Error Parameter strDate should be final. 168
Error Expected @throws tag for 'ParseException'. 169
Error Line has trailing spaces. 184

service/com/panogenesis/util/RandomGUID.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/util/RandomGUID.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line has trailing spaces. 9
Error Missing a Javadoc comment. 96
Error Missing a Javadoc comment. 98
Error Variable 'valueBeforeMD5' must be private and have accessor methods. 98
Error Missing a Javadoc comment. 99
Error Variable 'valueAfterMD5' must be private and have accessor methods. 99
Error Missing a Javadoc comment. 100
Error Missing a Javadoc comment. 101
Error Missing a Javadoc comment. 103
Error Name 's_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 103
Error Missing a Javadoc comment. 130
Error Missing a Javadoc comment. 140
Error Parameter secure should be final. 140
Error Missing a Javadoc comment. 147
Error Parameter secure should be final. 147
Error '0xFF' is a magic number. 185
Error 'if' construct must use '{}'s. 186
Error '0x10' is a magic number. 186
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 203
Error Missing a Javadoc comment. 203
Error '8' is a magic number. 206
Error '8' is a magic number. 208
Error '12' is a magic number. 208
Error '12' is a magic number. 210
Error '16' is a magic number. 210
Error '16' is a magic number. 212
Error '20' is a magic number. 212
Error '20' is a magic number. 214
Error Missing a Javadoc comment. 222
Error Parameter args should be final. 222
Error Array brackets at illegal position. 222
Error '=' is not preceded with whitespace. 223
Error '=' is not followed by whitespace. 223
Error '<' is not preceded with whitespace. 223
Error '100' is a magic number. 223

service/com/panogenesis/util/StringUtil.java

ErrorLine
Error File does not end with a newline. 0

service/com/panogenesis/util/StringUtil.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error First sentence should end with a period. 10
Error Line has trailing spaces. 17
Error Utility classes should not have a public or default constructor. 20
Error Missing a Javadoc comment. 23
Error 'static' modifier out of order with the JLS suggestions. 23
Error Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 23
Error Parameter password should be final. 38
Error Parameter algorithm should be final. 38
Error '0xff' is a magic number. 64
Error '0x10' is a magic number. 64
Error '0xff' is a magic number. 68
Error '16' is a magic number. 68
Error Parameter str should be final. 84
Error Expected @param tag for 'str'. 84
Error Parameter str should be final. 95
Error Expected @param tag for 'str'. 95
Error Line contains a tab character. 100

service/com/panogenesis/util/package.html

ErrorLine
Error Missing package documentation file.0

web/com/panogenesis/webapp/action/BaseFormController.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/action/BaseFormController.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 42
Error Variable 'log' must be private and have accessor methods. 42
Error Missing a Javadoc comment. 43
Error Variable 'mgr' must be private and have accessor methods. 43
Error Missing a Javadoc comment. 44
Error Variable 'mailEngine' must be private and have accessor methods. 44
Error Missing a Javadoc comment. 45
Error Variable 'message' must be private and have accessor methods. 45
Error Missing a Javadoc comment. 46
Error Variable 'templateName' must be private and have accessor methods. 46
Error Method 'setUserManager' is not designed for extension - needs to be abstract, final or empty. 48
Error Missing a Javadoc comment. 48
Error Parameter userManager should be final. 48
Error Method 'getUserManager' is not designed for extension - needs to be abstract, final or empty. 52
Error Missing a Javadoc comment. 52
Error Method 'saveMessage' is not designed for extension - needs to be abstract, final or empty. 56
Error Missing a Javadoc comment. 56
Error Parameter request should be final. 56
Error Parameter msg should be final. 56
Error Expected an @return tag. 76
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 76
Error Parameter msgKey should be final. 76
Error Expected @param tag for 'msgKey'. 76
Error Parameter locale should be final. 76
Error Expected an @return tag. 89
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 89
Error Parameter msgKey should be final. 89
Error Expected @param tag for 'msgKey'. 89
Error Parameter arg should be final. 89
Error Expected @param tag for 'arg'. 89
Error Parameter locale should be final. 89
Error '{' is followed by whitespace. 90
Error Expected an @return tag. 101
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 101
Error Parameter msgKey should be final. 101
Error Expected @param tag for 'msgKey'. 101
Error Parameter args should be final. 101
Error Expected @param tag for 'args'. 101
Error Parameter locale should be final. 101
Error First sentence should end with a period. 105
Error Method 'getUser' is not designed for extension - needs to be abstract, final or empty. 111
Error Parameter request should be final. 111
Error Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. 121
Error Expected an @return tag. 137
Error Method 'processFormSubmission' is not designed for extension - needs to be abstract, final or empty. 137
Error Parameter request should be final. 137
Error Expected @param tag for 'request'. 137
Error Parameter response should be final. 138
Error Expected @param tag for 'response'. 138
Error Parameter command should be final. 139
Error Expected @param tag for 'command'. 139
Error Parameter errors should be final. 140
Error Expected @param tag for 'errors'. 140
Error Expected @throws tag for 'Exception'. 141
Error Line has trailing spaces. 148
Error First sentence should end with a period. 149
Error Line is longer than 80 characters. 150
Error Method 'initBinder' is not designed for extension - needs to be abstract, final or empty. 152
Error Parameter request should be final. 152
Error Expected @param tag for 'request'. 152
Error Parameter binder should be final. 153
Error Expected @param tag for 'binder'. 153
Error Line is longer than 80 characters. 156
Error Line is longer than 80 characters. 158
Error Line is longer than 80 characters. 164
Error Method 'sendUserMessage' is not designed for extension - needs to be abstract, final or empty. 169
Error Parameter user should be final. 169
Error Expected @param tag for 'user'. 169
Error Parameter msg should be final. 169
Error Expected @param tag for 'msg'. 169
Error Parameter url should be final. 169
Error Expected @param tag for 'url'. 169
Error Comment matches to-do format 'TODO:'. 179
Error Line has trailing spaces. 181
Error Method 'setMailEngine' is not designed for extension - needs to be abstract, final or empty. 188
Error Missing a Javadoc comment. 188
Error Parameter mailEngine should be final. 188
Error 'mailEngine' hides a field. 188
Error Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. 192
Error Missing a Javadoc comment. 192
Error Parameter message should be final. 192
Error 'message' hides a field. 192
Error Method 'setTemplateName' is not designed for extension - needs to be abstract, final or empty. 196
Error Missing a Javadoc comment. 196
Error Parameter templateName should be final. 196
Error 'templateName' hides a field. 196

web/com/panogenesis/webapp/action/ComponentController.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/action/ComponentController.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 17
Error Missing a Javadoc comment. 18
Error Method 'setComponentManager' is not designed for extension - needs to be abstract, final or empty. 20
Error Missing a Javadoc comment. 20
Error Parameter componentManager should be final. 20
Error Method 'handleRequest' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Parameter request should be final. 24
Error Parameter response should be final. 25

web/com/panogenesis/webapp/action/ComponentFormController.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/action/ComponentFormController.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 17
Error Method 'setComponentManager' is not designed for extension - needs to be abstract, final or empty. 19
Error Missing a Javadoc comment. 19
Error Parameter componentManager should be final. 19
Error 'componentManager' hides a field. 19
Error Line has trailing spaces. 22
Error Expected an @return tag. 27
Error Method 'processFormSubmission' is not designed for extension - needs to be abstract, final or empty. 27
Error Parameter request should be final. 27
Error Expected @param tag for 'request'. 27
Error Parameter response should be final. 28
Error Expected @param tag for 'response'. 28
Error Parameter command should be final. 29
Error Expected @param tag for 'command'. 29
Error Parameter errors should be final. 30
Error Expected @param tag for 'errors'. 30
Error Expected @throws tag for 'Exception'. 31
Error Line is longer than 80 characters. 33
Error Method 'formBackingObject' is not designed for extension - needs to be abstract, final or empty. 38
Error Missing a Javadoc comment. 38
Error Parameter request should be final. 38
Error Line has trailing spaces. 41
Error Line contains a tab character. 43
Error Line is longer than 80 characters. 46
Error Line is longer than 80 characters. 48
Error Line is longer than 80 characters. 50
Error Line contains a tab character. 50
Error Line is longer than 80 characters. 53
Error Line contains a tab character. 53
Error Method 'onSubmit' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60
Error Parameter request should be final. 60
Error Parameter response should be final. 61
Error Parameter command should be final. 61
Error Parameter errors should be final. 62
Error Line is longer than 80 characters. 65
Error Name 'current_component_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 69
Error 'cast' is not followed by whitespace. 69
Error '(' is followed by whitespace. 70
Error '==' is not preceded with whitespace. 70
Error Line is longer than 80 characters. 73
Error Name 'project_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 73
Error 'cast' is not followed by whitespace. 73
Error Line is longer than 80 characters. 74
Error Line is longer than 80 characters. 75
Error Line has trailing spaces. 77
Error Line contains a tab character. 77
Error Line has trailing spaces. 81
Error '}' should be on the same line. 81
Error Line has trailing spaces. 82
Error Line contains a tab character. 86
Error '{' is not preceded with whitespace. 86
Error Line is longer than 80 characters. 87
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error Avoid inline conditionals. 94
Error Line has trailing spaces. 100
Error Line is longer than 80 characters. 101

web/com/panogenesis/webapp/action/FileUpload.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/action/FileUpload.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 14
Error Missing a Javadoc comment. 15
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 20
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 27
Error Parameter name should be final. 27
Error 'name' hides a field. 27
Error Method 'setFile' is not designed for extension - needs to be abstract, final or empty. 31
Error Missing a Javadoc comment. 31
Error Parameter file should be final. 31
Error 'file' hides a field. 31
Error Method 'getFile' is not designed for extension - needs to be abstract, final or empty. 35
Error Missing a Javadoc comment. 35

web/com/panogenesis/webapp/action/FileUploadController.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/action/FileUploadController.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Unused import - org.apache.commons.logging.Log. 11
Error Unused import - org.apache.commons.logging.LogFactory. 12
Error Method 'processFormSubmission' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error Parameter request should be final. 32
Error Parameter response should be final. 33
Error Parameter command should be final. 34
Error Parameter errors should be final. 35
Error Method 'onSubmit' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Parameter request should be final. 44
Error Parameter response should be final. 45
Error Parameter command should be final. 45
Error Parameter errors should be final. 46
Error Line has trailing spaces. 52
Error Line is longer than 80 characters. 53
Error '{' is followed by whitespace. 53
Error Line has trailing spaces. 55
Error '+' should be on a new line. 66
Error '8192' is a magic number. 83
Error '8192' is a magic number. 85
Error '+' should be on a new line. 100
Error '+' should be on a new line. 104

web/com/panogenesis/webapp/action/IssueController.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/action/IssueController.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 17
Error Missing a Javadoc comment. 18
Error Method 'setIssueManager' is not designed for extension - needs to be abstract, final or empty. 20
Error Missing a Javadoc comment. 20
Error Parameter issueManager should be final. 20
Error Method 'handleRequest' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Parameter request should be final. 24
Error Parameter response should be final. 25

web/com/panogenesis/webapp/action/IssueFormController.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/action/IssueFormController.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Unused import - java.util.HashMap. 4
Error Unused import - java.util.Map. 7
Error Missing a Javadoc comment. 30
Error Line contains a tab character. 31
Error Missing a Javadoc comment. 31
Error Line contains a tab character. 33
Error Method 'setIssueManager' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error Parameter issueManager should be final. 33
Error 'issueManager' hides a field. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 37
Error Missing a Javadoc comment. 37
Error Line contains a tab character. 39
Error Method 'setProjectManager' is not designed for extension - needs to be abstract, final or empty. 39
Error Missing a Javadoc comment. 39
Error Parameter projectManager should be final. 39
Error 'projectManager' hides a field. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 43
Error Missing a Javadoc comment. 43
Error Line contains a tab character. 45
Error Method 'setUserManager' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
Error Parameter userManager should be final. 45
Error 'userManager' hides a field. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 49
Error Missing a Javadoc comment. 49
Error Line contains a tab character. 51
Error Method 'setcomponentManager' is not designed for extension - needs to be abstract, final or empty. 51
Error Missing a Javadoc comment. 51
Error Parameter componentManager should be final. 51
Error 'componentManager' hides a field. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 55
Error Missing a Javadoc comment. 55
Error Line is longer than 80 characters. 57
Error Line contains a tab character. 57
Error Method 'setIssueHistoryManager' is not designed for extension - needs to be abstract, final or empty. 57
Error Missing a Javadoc comment. 57
Error Parameter issueHistoryManager should be final. 57
Error 'issueHistoryManager' hides a field. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 61
Error Method 'formBackingObject' is not designed for extension - needs to be abstract, final or empty. 61
Error Missing a Javadoc comment. 61
Error Parameter request should be final. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Name 'project_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 64
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line is longer than 80 characters. 74
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line is longer than 80 characters. 76
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Line is longer than 80 characters. 78
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 81
Error Line is longer than 80 characters. 82
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error Line is longer than 80 characters. 86
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error Line contains a tab character. 93
Error Method 'onSubmit' is not designed for extension - needs to be abstract, final or empty. 93
Error Missing a Javadoc comment. 93
Error Parameter request should be final. 93
Error Line is longer than 80 characters. 94
Error Line contains a tab character. 94
Error Parameter response should be final. 94
Error Parameter command should be final. 94
Error Parameter errors should be final. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Line is longer than 80 characters. 97
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error Line contains a tab character. 100
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Line contains a tab character. 103
Error Line has trailing spaces. 104
Error Line contains a tab character. 104
Error Line contains a tab character. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error Line contains a tab character. 114
Error Line contains a tab character. 115
Error Line contains a tab character. 116
Error Line contains a tab character. 117
Error Line contains a tab character. 119
Error Line contains a tab character. 120
Error Name 'hold_components' must match pattern '^[a-z][a-zA-Z0-9]*$'. 120
Error Line contains a tab character. 121
Error Line is longer than 80 characters. 122
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error Line is longer than 80 characters. 124
Error Line contains a tab character. 124
Error Line is longer than 80 characters. 125
Error Line contains a tab character. 125
Error Line contains a tab character. 126
Error Line contains a tab character. 127
Error Line is longer than 80 characters. 128
Error Line contains a tab character. 128
Error Line contains a tab character. 129
Error Line is longer than 80 characters. 130
Error Line contains a tab character. 130
Error Line contains a tab character. 131
Error Line contains a tab character. 132
Error Line contains a tab character. 133
Error Line contains a tab character. 134
Error Line contains a tab character. 135
Error Line is longer than 80 characters. 136
Error Line contains a tab character. 136
Error Line has trailing spaces. 138
Error Line contains a tab character. 138
Error Line is longer than 80 characters. 139
Error Line contains a tab character. 139
Error Line has trailing spaces. 140
Error Line contains a tab character. 140
Error Line contains a tab character. 141
Error Line contains a tab character. 142
Error Line contains a tab character. 143
Error Line contains a tab character. 144
Error Line contains a tab character. 145
Error Line contains a tab character. 146
Error Line contains a tab character. 147
Error Line contains a tab character. 148
Error Line is longer than 80 characters. 149
Error Line contains a tab character. 149
Error Line contains a tab character. 150
Error Line contains a tab character. 151
Error Line contains a tab character. 152
Error Line contains a tab character. 153
Error Line contains a tab character. 154
Error Line contains a tab character. 155
Error Line contains a tab character. 156
Error Line is longer than 80 characters. 157
Error Line contains a tab character. 157
Error Line contains a tab character. 159
Error Line is longer than 80 characters. 160
Error Line contains a tab character. 160
Error Line contains a tab character. 161
Error Line contains a tab character. 162
Error Line contains a tab character. 163
Error Line contains a tab character. 165
Error Avoid inline conditionals. 165
Error Line contains a tab character. 166
Error Line contains a tab character. 168
Error Line contains a tab character. 169
Error Line contains a tab character. 170
Error Line contains a tab character. 172
Error Line contains a tab character. 174
Error Line contains a tab character. 175

web/com/panogenesis/webapp/action/IssueHistoryController.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/action/IssueHistoryController.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 17
Error Missing a Javadoc comment. 18
Error Line is longer than 80 characters. 20
Error Method 'setIssueHistoryManager' is not designed for extension - needs to be abstract, final or empty. 20
Error Missing a Javadoc comment. 20
Error Parameter issueHistoryManager should be final. 20
Error Method 'handleRequest' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Parameter request should be final. 24
Error Parameter response should be final. 25

web/com/panogenesis/webapp/action/IssueHistoryFormController.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/action/IssueHistoryFormController.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 15
Error Missing a Javadoc comment. 16
Error Line is longer than 80 characters. 18
Error Method 'setIssueHistoryManager' is not designed for extension - needs to be abstract, final or empty. 18
Error Missing a Javadoc comment. 18
Error Parameter issueHistoryManager should be final. 18
Error 'issueHistoryManager' hides a field. 18
Error Method 'formBackingObject' is not designed for extension - needs to be abstract, final or empty. 22
Error Missing a Javadoc comment. 22
Error Parameter request should be final. 22
Error Method 'onSubmit' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error Parameter request should be final. 36
Error Parameter response should be final. 37
Error Parameter command should be final. 37
Error Parameter errors should be final. 38
Error Line is longer than 80 characters. 50
Error Line is longer than 80 characters. 56
Error Avoid inline conditionals. 56

web/com/panogenesis/webapp/action/IssueResolutionController.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/action/IssueResolutionController.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 17
Error Missing a Javadoc comment. 18
Error Line is longer than 80 characters. 20
Error Method 'setIssueResolutionManager' is not designed for extension - needs to be abstract, final or empty. 20
Error Missing a Javadoc comment. 20
Error Parameter issueResolutionManager should be final. 20
Error Method 'handleRequest' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Parameter request should be final. 24
Error Parameter response should be final. 25
Error Line is longer than 80 characters. 31

web/com/panogenesis/webapp/action/IssueResolutionFormController.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/action/IssueResolutionFormController.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 15
Error Missing a Javadoc comment. 16
Error Line is longer than 80 characters. 18
Error Method 'setIssueResolutionManager' is not designed for extension - needs to be abstract, final or empty. 18
Error Missing a Javadoc comment. 18
Error Parameter issueResolutionManager should be final. 18
Error 'issueResolutionManager' hides a field. 18
Error Method 'formBackingObject' is not designed for extension - needs to be abstract, final or empty. 22
Error Missing a Javadoc comment. 22
Error Parameter request should be final. 22
Error Method 'onSubmit' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error Parameter request should be final. 36
Error Parameter response should be final. 37
Error Parameter command should be final. 37
Error Parameter errors should be final. 38
Error Line is longer than 80 characters. 50
Error Line is longer than 80 characters. 56
Error Avoid inline conditionals. 56
Error Line is longer than 80 characters. 60

web/com/panogenesis/webapp/action/IssueSeverityController.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/action/IssueSeverityController.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 17
Error Missing a Javadoc comment. 18
Error Line is longer than 80 characters. 20
Error Method 'setIssueSeverityManager' is not designed for extension - needs to be abstract, final or empty. 20
Error Missing a Javadoc comment. 20
Error Parameter issueSeverityManager should be final. 20
Error Method 'handleRequest' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Parameter request should be final. 24
Error Parameter response should be final. 25
Error Line is longer than 80 characters. 31

web/com/panogenesis/webapp/action/IssueSeverityFormController.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/action/IssueSeverityFormController.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 15
Error Missing a Javadoc comment. 16
Error Line is longer than 80 characters. 18
Error Method 'setIssueSeverityManager' is not designed for extension - needs to be abstract, final or empty. 18
Error Missing a Javadoc comment. 18
Error Parameter issueSeverityManager should be final. 18
Error 'issueSeverityManager' hides a field. 18
Error Method 'formBackingObject' is not designed for extension - needs to be abstract, final or empty. 22
Error Missing a Javadoc comment. 22
Error Parameter request should be final. 22
Error Method 'onSubmit' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error Parameter request should be final. 36
Error Parameter response should be final. 37
Error Parameter command should be final. 37
Error Parameter errors should be final. 38
Error Line is longer than 80 characters. 50
Error Line is longer than 80 characters. 56
Error Avoid inline conditionals. 56

web/com/panogenesis/webapp/action/IssueStatusController.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/action/IssueStatusController.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 17
Error Missing a Javadoc comment. 18
Error Method 'setIssueStatusManager' is not designed for extension - needs to be abstract, final or empty. 20
Error Missing a Javadoc comment. 20
Error Parameter issueStatusManager should be final. 20
Error Method 'handleRequest' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Parameter request should be final. 24
Error Parameter response should be final. 25

web/com/panogenesis/webapp/action/IssueStatusFormController.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/action/IssueStatusFormController.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 15
Error Missing a Javadoc comment. 16
Error Method 'setIssueStatusManager' is not designed for extension - needs to be abstract, final or empty. 18
Error Missing a Javadoc comment. 18
Error Parameter issueStatusManager should be final. 18
Error 'issueStatusManager' hides a field. 18
Error Method 'formBackingObject' is not designed for extension - needs to be abstract, final or empty. 22
Error Missing a Javadoc comment. 22
Error Parameter request should be final. 22
Error Method 'onSubmit' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error Parameter request should be final. 36
Error Parameter response should be final. 37
Error Parameter command should be final. 37
Error Parameter errors should be final. 38
Error Line is longer than 80 characters. 50
Error Line has trailing spaces. 54
Error Line contains a tab character. 54
Error Avoid inline conditionals. 57

web/com/panogenesis/webapp/action/LoginServlet.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/action/LoginServlet.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 58
Error Missing a Javadoc comment. 59
Error Missing a Javadoc comment. 60
Error Missing a Javadoc comment. 61
Error Missing a Javadoc comment. 62
Error Missing a Javadoc comment. 63
Error Missing a Javadoc comment. 64
Error 'final' modifier out of order with the JLS suggestions. 64
Error First sentence should end with a period. 66
Error Parameter servletContext should be final. 70
Error Expected @param tag for 'servletContext'. 70
Error Line is longer than 80 characters. 74
Error Avoid inline conditionals. 74
Error Avoid inline conditionals. 80
Error First sentence should end with a period. 87
Error Line is longer than 80 characters. 105
Error First sentence should end with a period. 140
Error Parameter request should be final. 149
Error Parameter response should be final. 149
Error First sentence should end with a period. 154
Error Parameter request should be final. 163
Error Parameter response should be final. 163
Error Line is longer than 80 characters. 178
Error Parameter request should be final. 178
Error Parameter response should be final. 178
Error '+' should be on a new line. 185
Error '&&' should be on a new line. 217
Error '+' should be on a new line. 235
Error '+' should be on a new line. 236

web/com/panogenesis/webapp/action/PasswordHintController.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/action/PasswordHintController.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Unused import - com.panogenesis.Constants. 12
Error Line is longer than 80 characters. 35
Error Missing a Javadoc comment. 35
Error 'final' modifier out of order with the JLS suggestions. 35
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 38
Error Variable 'mailEngine' must be private and have accessor methods. 38
Error Missing a Javadoc comment. 39
Error Variable 'message' must be private and have accessor methods. 39
Error Line has trailing spaces. 40
Error Method 'setUserManager' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error Parameter userManager should be final. 41
Error Method 'setMessageSource' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
Error Parameter messageSource should be final. 45
Error 'messageSource' hides a field. 45
Error Method 'setMailEngine' is not designed for extension - needs to be abstract, final or empty. 49
Error Missing a Javadoc comment. 49
Error Parameter mailEngine should be final. 49
Error 'mailEngine' hides a field. 49
Error Line has trailing spaces. 52
Error Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error Parameter message should be final. 53
Error 'message' hides a field. 53
Error Line has trailing spaces. 56
Error Method 'handleRequest' is not designed for extension - needs to be abstract, final or empty. 57
Error Missing a Javadoc comment. 57
Error Parameter request should be final. 57
Error Parameter response should be final. 58
Error Line has trailing spaces. 65
Error Line is longer than 80 characters. 70
Error Line is longer than 80 characters. 75
Error Line has trailing spaces. 94
Error '+' should be on a new line. 94
Error Line is longer than 80 characters. 102
Error '{' is followed by whitespace. 102
Error '{' is followed by whitespace. 106
Error Method 'saveError' is not designed for extension - needs to be abstract, final or empty. 112
Error Missing a Javadoc comment. 112
Error Parameter request should be final. 112
Error Parameter error should be final. 112
Error Method 'saveMessage' is not designed for extension - needs to be abstract, final or empty. 122
Error Missing a Javadoc comment. 122
Error Parameter request should be final. 122
Error Parameter msg should be final. 122

web/com/panogenesis/webapp/action/ProjectController.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/action/ProjectController.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 17
Error Missing a Javadoc comment. 18
Error Method 'setProjectManager' is not designed for extension - needs to be abstract, final or empty. 20
Error Missing a Javadoc comment. 20
Error Parameter projectManager should be final. 20
Error Method 'handleRequest' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Parameter request should be final. 24
Error Parameter response should be final. 25

web/com/panogenesis/webapp/action/ProjectFormController.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/action/ProjectFormController.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Unused import - java.util.Iterator. 5
Error Unused import - com.panogenesis.model.ProjectVersion. 15
Error Missing a Javadoc comment. 24
Error Line contains a tab character. 26
Error Missing a Javadoc comment. 26
Error Line contains a tab character. 28
Error Method 'setProjectManager' is not designed for extension - needs to be abstract, final or empty. 28
Error Missing a Javadoc comment. 28
Error Parameter projectManager should be final. 28
Error 'projectManager' hides a field. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 32
Error Missing a Javadoc comment. 32
Error Line contains a tab character. 34
Error Method 'setUserManager' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error Parameter userManager should be final. 34
Error 'userManager' hides a field. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 38
Error Method 'formBackingObject' is not designed for extension - needs to be abstract, final or empty. 38
Error Missing a Javadoc comment. 38
Error Parameter request should be final. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line is longer than 80 characters. 42
Error Line contains a tab character. 42
Error Line has trailing spaces. 43
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line is longer than 80 characters. 45
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line is longer than 80 characters. 51
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line is longer than 80 characters. 56
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 64
Error Method 'onSubmit' is not designed for extension - needs to be abstract, final or empty. 64
Error Missing a Javadoc comment. 64
Error Parameter request should be final. 64
Error Line is longer than 80 characters. 65
Error Line contains a tab character. 65
Error Parameter response should be final. 65
Error Parameter command should be final. 65
Error Parameter errors should be final. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line is longer than 80 characters. 68
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line has trailing spaces. 70
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 76
Error Line is longer than 80 characters. 77
Error Line contains a tab character. 77
Error Line is longer than 80 characters. 79
Error Line contains a tab character. 79
Error Line is longer than 80 characters. 80
Error Line contains a tab character. 80
Error Line contains a tab character. 81
Error Line is longer than 80 characters. 82
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error Line is longer than 80 characters. 86
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line has trailing spaces. 89
Error Line contains a tab character. 89
Error Line has trailing spaces. 90
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Line is longer than 80 characters. 96
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Line is longer than 80 characters. 98
Error Line contains a tab character. 98
Error Line is longer than 80 characters. 99
Error Line contains a tab character. 99
Error Line contains a tab character. 100
Error '}' should be on the same line. 100
Error Line contains a tab character. 101
Error 'else' is not followed by whitespace. 101
Error '{' is not preceded with whitespace. 101
Error Line contains a tab character. 102
Error Line is longer than 80 characters. 103
Error Line contains a tab character. 103
Error Name 'hold_owners' must match pattern '^[a-z][a-zA-Z0-9]*$'. 103
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error Line is longer than 80 characters. 106
Error Line contains a tab character. 106
Error Line is longer than 80 characters. 107
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Line is longer than 80 characters. 115
Error Line contains a tab character. 115
Error Avoid inline conditionals. 115
Error Line contains a tab character. 116
Error Line contains a tab character. 118
Error Line is longer than 80 characters. 119
Error Line contains a tab character. 119
Error Line contains a tab character. 120
Error Line contains a tab character. 121
Error Line contains a tab character. 123
Error Line contains a tab character. 124
Error Line contains a tab character. 125

web/com/panogenesis/webapp/action/ProjectStatusController.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/action/ProjectStatusController.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 17
Error Missing a Javadoc comment. 18
Error Line is longer than 80 characters. 20
Error Method 'setProjectStatusManager' is not designed for extension - needs to be abstract, final or empty. 20
Error Missing a Javadoc comment. 20
Error Parameter projectStatusManager should be final. 20
Error Method 'handleRequest' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Parameter request should be final. 24
Error Parameter response should be final. 25
Error Line is longer than 80 characters. 31

web/com/panogenesis/webapp/action/ProjectStatusFormController.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/action/ProjectStatusFormController.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Unused import - com.panogenesis.Constants. 10
Error Unused import - com.panogenesis.service.LookupManager. 12
Error Unused import - com.panogenesis.service.impl.LookupManagerImpl. 14
Error Missing a Javadoc comment. 20
Error Missing a Javadoc comment. 21
Error Line is longer than 80 characters. 23
Error Method 'setProjectStatusManager' is not designed for extension - needs to be abstract, final or empty. 23
Error Missing a Javadoc comment. 23
Error Parameter projectStatusManager should be final. 23
Error 'projectStatusManager' hides a field. 23
Error Method 'formBackingObject' is not designed for extension - needs to be abstract, final or empty. 27
Error Missing a Javadoc comment. 27
Error Parameter request should be final. 27
Error Method 'onSubmit' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error Parameter request should be final. 41
Error Parameter response should be final. 42
Error Parameter command should be final. 42
Error Parameter errors should be final. 43
Error Line is longer than 80 characters. 55
Error Line is longer than 80 characters. 61
Error Avoid inline conditionals. 61
Error Line has trailing spaces. 62

web/com/panogenesis/webapp/action/ProjectVersionController.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/action/ProjectVersionController.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 17
Error Missing a Javadoc comment. 18
Error Line is longer than 80 characters. 20
Error Method 'setProjectVersionManager' is not designed for extension - needs to be abstract, final or empty. 20
Error Missing a Javadoc comment. 20
Error Parameter projectVersionManager should be final. 20
Error Method 'handleRequest' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Parameter request should be final. 24
Error Parameter response should be final. 25
Error Line is longer than 80 characters. 31

web/com/panogenesis/webapp/action/ProjectVersionFormController.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/action/ProjectVersionFormController.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Unused import - com.panogenesis.model.Component. 11
Error Missing a Javadoc comment. 18
Error Missing a Javadoc comment. 19
Error Line is longer than 80 characters. 21
Error Method 'setProjectVersionManager' is not designed for extension - needs to be abstract, final or empty. 21
Error Missing a Javadoc comment. 21
Error Parameter projectVersionManager should be final. 21
Error 'projectVersionManager' hides a field. 21
Error Expected an @return tag. 28
Error Method 'processFormSubmission' is not designed for extension - needs to be abstract, final or empty. 28
Error Parameter request should be final. 28
Error Expected @param tag for 'request'. 28
Error Parameter response should be final. 29
Error Expected @param tag for 'response'. 29
Error Parameter command should be final. 30
Error Expected @param tag for 'command'. 30
Error Parameter errors should be final. 31
Error Expected @param tag for 'errors'. 31
Error Expected @throws tag for 'Exception'. 32
Error Line is longer than 80 characters. 34
Error Method 'formBackingObject' is not designed for extension - needs to be abstract, final or empty. 39
Error Missing a Javadoc comment. 39
Error Parameter request should be final. 39
Error Line has trailing spaces. 41
Error Line contains a tab character. 41
Error Line has trailing spaces. 43
Error Line contains a tab character. 45
Error Line is longer than 80 characters. 48
Error Line has trailing spaces. 50
Error Line is longer than 80 characters. 51
Error Line is longer than 80 characters. 53
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line is longer than 80 characters. 56
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line has trailing spaces. 59
Error Line contains a tab character. 59
Error Method 'onSubmit' is not designed for extension - needs to be abstract, final or empty. 63
Error Missing a Javadoc comment. 63
Error Parameter request should be final. 63
Error Parameter response should be final. 64
Error Parameter command should be final. 64
Error Parameter errors should be final. 65
Error Line is longer than 80 characters. 68
Error Line is longer than 80 characters. 72
Error Name 'project_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 72
Error 'cast' is not followed by whitespace. 72
Error Line has trailing spaces. 73
Error Name 'current_version_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 75
Error 'cast' is not followed by whitespace. 75
Error '(' is followed by whitespace. 76
Error '==' is not preceded with whitespace. 76
Error Line is longer than 80 characters. 81
Error Line has trailing spaces. 85
Error Line contains a tab character. 85
Error Line is longer than 80 characters. 87
Error Line contains a tab character. 89
Error '{' is not preceded with whitespace. 89
Error Line is longer than 80 characters. 90
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line has trailing spaces. 95
Error Line contains a tab character. 95
Error Line is longer than 80 characters. 98
Error Avoid inline conditionals. 98
Error Line is longer than 80 characters. 102
Error Line is longer than 80 characters. 106

web/com/panogenesis/webapp/action/ReloadController.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/action/ReloadController.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 28
Error 'final' modifier out of order with the JLS suggestions. 28
Error Method 'handleRequest' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error Parameter request should be final. 30
Error Parameter response should be final. 31
Error Line is longer than 80 characters. 59
Error Line has trailing spaces. 68

web/com/panogenesis/webapp/action/SeverityController.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/action/SeverityController.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 17
Error Missing a Javadoc comment. 18
Error Method 'setSeverityManager' is not designed for extension - needs to be abstract, final or empty. 20
Error Missing a Javadoc comment. 20
Error Parameter severityManager should be final. 20
Error Method 'handleRequest' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Parameter request should be final. 24
Error Parameter response should be final. 25

web/com/panogenesis/webapp/action/SeverityFormController.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/action/SeverityFormController.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 15
Error Missing a Javadoc comment. 16
Error Method 'setSeverityManager' is not designed for extension - needs to be abstract, final or empty. 18
Error Missing a Javadoc comment. 18
Error Parameter severityManager should be final. 18
Error 'severityManager' hides a field. 18
Error Method 'formBackingObject' is not designed for extension - needs to be abstract, final or empty. 22
Error Missing a Javadoc comment. 22
Error Parameter request should be final. 22
Error Method 'onSubmit' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error Parameter request should be final. 36
Error Parameter response should be final. 37
Error Parameter command should be final. 37
Error Parameter errors should be final. 38
Error Avoid inline conditionals. 56

web/com/panogenesis/webapp/action/SignupController.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/action/SignupController.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Unused import - com.panogenesis.model.Role. 9
Error Missing a Javadoc comment. 30
Error Method 'setRoleManager' is not designed for extension - needs to be abstract, final or empty. 35
Error Parameter roleManager should be final. 35
Error 'roleManager' hides a field. 35
Error Line has trailing spaces. 38
Error Method 'onSubmit' is not designed for extension - needs to be abstract, final or empty. 39
Error Missing a Javadoc comment. 39
Error Parameter request should be final. 39
Error Parameter response should be final. 40
Error Parameter command should be final. 40
Error Parameter errors should be final. 41
Error Line contains a tab character. 51
Error Line has trailing spaces. 59
Error Line is longer than 80 characters. 60
Error Line is longer than 80 characters. 85
Error Line has trailing spaces. 97
Error Line has trailing spaces. 99
Error Method 'formBackingObject' is not designed for extension - needs to be abstract, final or empty. 103
Error Missing a Javadoc comment. 103
Error Parameter request should be final. 103

web/com/panogenesis/webapp/action/UserController.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/action/UserController.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 27
Error 'final' modifier out of order with the JLS suggestions. 27
Error Missing a Javadoc comment. 28
Error Method 'setUserManager' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error Parameter userManager should be final. 30
Error Method 'handleRequest' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error Parameter request should be final. 34
Error Parameter response should be final. 35

web/com/panogenesis/webapp/action/UserFormController.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/action/UserFormController.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Unused import - com.panogenesis.service.UserManager. 14
Error Missing a Javadoc comment. 31
Error Method 'setRoleManager' is not designed for extension - needs to be abstract, final or empty. 36
Error Parameter roleManager should be final. 36
Error 'roleManager' hides a field. 36
Error Method 'processFormSubmission' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Parameter request should be final. 40
Error Parameter response should be final. 41
Error Parameter command should be final. 42
Error Parameter errors should be final. 43
Error Method 'onSubmit' is not designed for extension - needs to be abstract, final or empty. 56
Error Missing a Javadoc comment. 56
Error Parameter request should be final. 56
Error Parameter response should be final. 57
Error Parameter command should be final. 57
Error Parameter errors should be final. 58
Error Line is longer than 80 characters. 69
Error Line is longer than 80 characters. 80
Error Line is longer than 80 characters. 124
Error '&&' should be on a new line. 124
Error Line is longer than 80 characters. 135
Error Line is longer than 80 characters. 142
Error Method 'showForm' is not designed for extension - needs to be abstract, final or empty. 163
Error Missing a Javadoc comment. 163
Error Parameter request should be final. 163
Error Parameter response should be final. 164
Error Parameter errors should be final. 165
Error '||' should be on a new line. 172
Error '+' should be on a new line. 175
Error '+' should be on a new line. 176
Error '&&' should be on a new line. 185
Error '&&' should be on a new line. 186
Error Line is longer than 80 characters. 187
Error Method 'formBackingObject' is not designed for extension - needs to be abstract, final or empty. 197
Error Missing a Javadoc comment. 197
Error Parameter request should be final. 197
Error Line is longer than 80 characters. 202
Error '&&' should be on a new line. 209
Error Method 'onBind' is not designed for extension - needs to be abstract, final or empty. 222
Error Missing a Javadoc comment. 222
Error Parameter request should be final. 222
Error Parameter command should be final. 222

web/com/panogenesis/webapp/action/package.html

ErrorLine
Error Missing package documentation file.0

web/com/panogenesis/webapp/filter/ActionFilter.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Unclosed HTML tag found: <transport-guarantee> 42
Error Missing a Javadoc comment. 48
Error Missing a Javadoc comment. 49
Error Missing a Javadoc comment. 50
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 52
Error Missing a Javadoc comment. 52
Error Parameter config should be final. 52
Error 'config' hides a field. 52
Error Method 'destroy' is not designed for extension - needs to be abstract, final or empty. 62
Error Method 'doFilter' is not designed for extension - needs to be abstract, final or empty. 66
Error Missing a Javadoc comment. 66
Error Parameter req should be final. 66
Error Parameter resp should be final. 66
Error Parameter chain should be final. 67
Error '+' should be on a new line. 82
Error Line is longer than 80 characters. 100

web/com/panogenesis/webapp/filter/GZIPFilter.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/filter/GZIPFilter.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line is longer than 80 characters. 20
Error Line is longer than 80 characters. 21
Error Missing a Javadoc comment. 34
Error Method 'doFilter' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error Parameter req should be final. 36
Error Parameter res should be final. 36
Error Parameter chain should be final. 37
Error First sentence should end with a period. 61
Error Parameter req should be final. 66
Error Line has trailing spaces. 67
Error Line has trailing spaces. 71
Error '&&' should be on a new line. 81
Error Missing a Javadoc comment. 97
Error Parameter filterConfig should be final. 97
Error Missing a Javadoc comment. 100

web/com/panogenesis/webapp/filter/GZIPResponseStream.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error First sentence should end with a period. 12
Error Missing a Javadoc comment. 20
Error Variable 'bufferedOutput' must be private and have accessor methods. 20
Error Missing a Javadoc comment. 23
Error Variable 'closed' must be private and have accessor methods. 23
Error Missing a Javadoc comment. 26
Error Variable 'response' must be private and have accessor methods. 26
Error Missing a Javadoc comment. 29
Error Variable 'output' must be private and have accessor methods. 29
Error Missing a Javadoc comment. 32
Error '50000' is a magic number. 32
Error Missing a Javadoc comment. 34
Error Parameter response should be final. 34
Error 'response' hides a field. 34
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 43
Error Missing a Javadoc comment. 43
Error '}' should be on the same line. 73
Error Line is longer than 80 characters. 74
Error Method 'flush' is not designed for extension - needs to be abstract, final or empty. 89
Error Missing a Javadoc comment. 89
Error Method 'write' is not designed for extension - needs to be abstract, final or empty. 97
Error Missing a Javadoc comment. 97
Error Parameter b should be final. 97
Error Missing a Javadoc comment. 109
Error Parameter length should be final. 109
Error Line is longer than 80 characters. 115
Error Method 'write' is not designed for extension - needs to be abstract, final or empty. 131
Error Missing a Javadoc comment. 131
Error Parameter b should be final. 131
Error Method 'write' is not designed for extension - needs to be abstract, final or empty. 135
Error Missing a Javadoc comment. 135
Error Parameter b should be final. 135
Error Parameter off should be final. 135
Error Parameter len should be final. 135
Error Method 'closed' is not designed for extension - needs to be abstract, final or empty. 148
Error Missing a Javadoc comment. 148
Error Missing a Javadoc comment. 152

web/com/panogenesis/webapp/filter/GZIPResponseWrapper.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/filter/GZIPResponseWrapper.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error First sentence should end with a period. 15
Error Line is longer than 80 characters. 21
Error Missing a Javadoc comment. 21
Error 'final' modifier out of order with the JLS suggestions. 21
Error Missing a Javadoc comment. 22
Error Variable 'origResponse' must be private and have accessor methods. 22
Error Missing a Javadoc comment. 23
Error Variable 'stream' must be private and have accessor methods. 23
Error Missing a Javadoc comment. 24
Error Variable 'writer' must be private and have accessor methods. 24
Error Missing a Javadoc comment. 25
Error Variable 'error' must be private and have accessor methods. 25
Error Missing a Javadoc comment. 27
Error Parameter response should be final. 27
Error Method 'createOutputStream' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error Method 'finishResponse' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error Must have at least one statement. 45
Error Method 'flushBuffer' is not designed for extension - needs to be abstract, final or empty. 49
Error Missing a Javadoc comment. 49
Error Method 'getOutputStream' is not designed for extension - needs to be abstract, final or empty. 55
Error Missing a Javadoc comment. 55
Error Line is longer than 80 characters. 57
Error Method 'getWriter' is not designed for extension - needs to be abstract, final or empty. 67
Error Missing a Javadoc comment. 67
Error Line is longer than 80 characters. 79
Error Line is longer than 80 characters. 85
Error Missing a Javadoc comment. 90
Error Parameter length should be final. 90
Error Line is longer than 80 characters. 94
Error Method 'sendError' is not designed for extension - needs to be abstract, final or empty. 96
Error Parameter error should be final. 96
Error 'error' hides a field. 96
Error Parameter message should be final. 96

web/com/panogenesis/webapp/filter/LoginFilter.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 43
Error 'final' modifier out of order with the JLS suggestions. 43
Error Missing a Javadoc comment. 44
Error Missing a Javadoc comment. 45
Error Missing a Javadoc comment. 49
Error Parameter req should be final. 49
Error Parameter resp should be final. 49
Error Parameter chain should be final. 50
Error '&&' should be on a new line. 66
Error '+' should be on a new line. 92
Error '+' should be on a new line. 93
Error '+' should be on a new line. 101
Error Parameter config should be final. 119
Error 'config' hides a field. 119
Error Expected @param tag for 'config'. 119
Error First sentence should end with a period. 134

web/com/panogenesis/webapp/filter/package.html

ErrorLine
Error Missing package documentation file.0

web/com/panogenesis/webapp/listener/StartupListener.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/listener/StartupListener.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Line has trailing spaces. 28
Error Missing a Javadoc comment. 29
Error Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 29
Error Method 'contextInitialized' is not designed for extension - needs to be abstract, final or empty. 31
Error Missing a Javadoc comment. 31
Error Parameter event should be final. 31
Error Missing a Javadoc comment. 70
Error Parameter context should be final. 70
Error Line has trailing spaces. 71
Error Line is longer than 80 characters. 72
Error Line is longer than 80 characters. 80
Error Line is longer than 80 characters. 83
Error Line is longer than 80 characters. 86
Error Line is longer than 80 characters. 89
Error Line has trailing spaces. 90
Error Line has trailing spaces. 93

web/com/panogenesis/webapp/listener/UserCounterListener.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/listener/UserCounterListener.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 30
Error Line is longer than 80 characters. 31
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 34
Error Method 'contextInitialized' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error Parameter sce should be final. 36
Error Method 'contextDestroyed' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error Parameter event should be final. 41
Error Method 'incrementUserCounter' is not designed for extension - needs to be abstract, final or empty. 47
Error Missing a Javadoc comment. 47
Error Method 'decrementUserCounter' is not designed for extension - needs to be abstract, final or empty. 58
Error Missing a Javadoc comment. 58
Error 'counter' hides a field. 59
Error Method 'addUsername' is not designed for extension - needs to be abstract, final or empty. 74
Error Missing a Javadoc comment. 74
Error Parameter user should be final. 74
Error Method 'removeUsername' is not designed for extension - needs to be abstract, final or empty. 92
Error Missing a Javadoc comment. 92
Error Parameter user should be final. 92
Error First sentence should end with a period. 103
Error Line is longer than 80 characters. 105
Error Method 'attributeAdded' is not designed for extension - needs to be abstract, final or empty. 107
Error Parameter event should be final. 107
Error First sentence should end with a period. 113
Error Line is longer than 80 characters. 115
Error Method 'attributeRemoved' is not designed for extension - needs to be abstract, final or empty. 117
Error Parameter event should be final. 117
Error Line is longer than 80 characters. 124
Error Parameter event should be final. 126

web/com/panogenesis/webapp/listener/package.html

ErrorLine
Error Missing package documentation file.0

web/com/panogenesis/webapp/taglib/ConstantsTag.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/taglib/ConstantsTag.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 39
Error Line has trailing spaces. 40
Error Variable 'clazz' must be private and have accessor methods. 44
Error Variable 'scope' must be private and have accessor methods. 49
Error Variable 'var' must be private and have accessor methods. 54
Error Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. 56
Error Missing a Javadoc comment. 56
Error Method 'setClassName' is not designed for extension - needs to be abstract, final or empty. 110
Error Parameter clazz should be final. 110
Error 'clazz' hides a field. 110
Error Expected @param tag for 'clazz'. 110
Error Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. 114
Error Missing a Javadoc comment. 114
Error Method 'setScope' is not designed for extension - needs to be abstract, final or empty. 121
Error Parameter scope should be final. 121
Error 'scope' hides a field. 121
Error Expected @param tag for 'scope'. 121
Error Method 'getScope' is not designed for extension - needs to be abstract, final or empty. 125
Error Missing a Javadoc comment. 125
Error Method 'setVar' is not designed for extension - needs to be abstract, final or empty. 132
Error Parameter var should be final. 132
Error 'var' hides a field. 132
Error Expected @param tag for 'var'. 132
Error Method 'getVar' is not designed for extension - needs to be abstract, final or empty. 136
Error Missing a Javadoc comment. 136
Error Method 'release' is not designed for extension - needs to be abstract, final or empty. 143
Error Line has trailing spaces. 148
Error Name 'scopes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 155
Error Line has trailing spaces. 158
Error Line has trailing spaces. 167
Error Line is longer than 80 characters. 169
Error Line is longer than 80 characters. 170
Error Line is longer than 80 characters. 172
Error Method 'getScope' is not designed for extension - needs to be abstract, final or empty. 175
Error Parameter scopeName should be final. 175
Error 'scope' hides a field. 176
Error Line is longer than 80 characters. 179

web/com/panogenesis/webapp/taglib/ConstantsTei.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/taglib/ConstantsTei.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 25
Error Expected an @return tag. 30
Error Method 'getVariableInfo' is not designed for extension - needs to be abstract, final or empty. 30
Error Parameter data should be final. 30
Error Expected @param tag for 'data'. 30
Error '{' is followed by whitespace. 65

web/com/panogenesis/webapp/taglib/CountryTag.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/taglib/CountryTag.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 40
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 42
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 49
Error Parameter name should be final. 49
Error 'name' hides a field. 49
Error Method 'setPrompt' is not designed for extension - needs to be abstract, final or empty. 57
Error Parameter prompt should be final. 57
Error 'prompt' hides a field. 57
Error Method 'setDefault' is not designed for extension - needs to be abstract, final or empty. 65
Error Parameter selected should be final. 65
Error 'selected' hides a field. 65
Error Method 'setToScope' is not designed for extension - needs to be abstract, final or empty. 77
Error Parameter scope should be final. 77
Error 'scope' hides a field. 77
Error Expected @param tag for 'scope'. 77
Error Method 'setStyle' is not designed for extension - needs to be abstract, final or empty. 88
Error Parameter style should be final. 88
Error 'style' hides a field. 88
Error Expected @param tag for 'style'. 88
Error Method 'setStyleClass' is not designed for extension - needs to be abstract, final or empty. 99
Error Parameter styleClass should be final. 99
Error 'styleClass' hides a field. 99
Error Expected @param tag for 'styleClass'. 99
Error Expected an @return tag. 112
Error Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. 112
Error Line is longer than 80 characters. 132
Error Method 'release' is not designed for extension - needs to be abstract, final or empty. 171
Error Method 'buildCountryList' is not designed for extension - needs to be abstract, final or empty. 184
Error Parameter locale should be final. 184
Error Name 'EMPTY' must match pattern '^[a-z][a-zA-Z0-9]*$'. 185
Error 'name' hides a field. 192
Error Missing a Javadoc comment. 213
Error Parameter locale should be final. 220
Error Parameter o1 should be final. 232
Error Parameter o2 should be final. 232

web/com/panogenesis/webapp/taglib/LabelTag.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/taglib/LabelTag.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Unclosed HTML tag found: <label> tag for labeling your forms and 30
Error Line has trailing spaces. 41
Error Missing a Javadoc comment. 42
Error Variable 'requestContext' must be private and have accessor methods. 42
Error Missing a Javadoc comment. 43
Error 'final' modifier out of order with the JLS suggestions. 43
Error Variable 'log' must be private and have accessor methods. 43
Error Missing a Javadoc comment. 44
Error Variable 'key' must be private and have accessor methods. 44
Error Missing a Javadoc comment. 45
Error Variable 'styleClass' must be private and have accessor methods. 45
Error Missing a Javadoc comment. 46
Error Variable 'errorClass' must be private and have accessor methods. 46
Error Missing a Javadoc comment. 47
Error Variable 'colon' must be private and have accessor methods. 47
Error Missing a Javadoc comment. 48
Error Variable 'helpTip' must be private and have accessor methods. 48
Error Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. 50
Error Missing a Javadoc comment. 50
Error Line has trailing spaces. 51
Error Line has trailing spaces. 53
Error Line is longer than 80 characters. 54
Error '}' should be on the same line. 55
Error '}' should be on the same line. 58
Error Line has trailing spaces. 62
Error Line has trailing spaces. 68
Error Line has trailing spaces. 74
Error Line contains a tab character. 93
Error Line contains a tab character. 104
Error Line has trailing spaces. 108
Error Avoid inline conditionals. 116
Error Avoid inline conditionals. 130
Error Avoid inline conditionals. 131
Error Avoid inline conditionals. 132
Error Line has trailing spaces. 133
Error Line has trailing spaces. 135
Error Line is longer than 80 characters. 137
Error Line is longer than 80 characters. 141
Error Line has trailing spaces. 143
Error Line is longer than 80 characters. 145
Error Line is longer than 80 characters. 149
Error Line is longer than 80 characters. 152
Error Line has trailing spaces. 154
Error Expected an @return tag. 176
Error Parameter fes should be final. 176
Error Expected @param tag for 'fes'. 176
Error Expected @throws tag for 'NoSuchMessageException'. 176
Error Redundant throws: 'NoSuchMessageException' is unchecked exception. 176
Error Method 'writeMessage' is not designed for extension - needs to be abstract, final or empty. 190
Error Parameter msg should be final. 190
Error Line has trailing spaces. 193
Error Method 'setKey' is not designed for extension - needs to be abstract, final or empty. 197
Error Parameter key should be final. 197
Error 'key' hides a field. 197
Error Expected @param tag for 'key'. 197
Error First sentence should end with a period. 201
Error Method 'setColon' is not designed for extension - needs to be abstract, final or empty. 205
Error Parameter colon should be final. 205
Error 'colon' hides a field. 205
Error Expected @param tag for 'colon'. 205
Error Method 'setStyleClass' is not designed for extension - needs to be abstract, final or empty. 214
Error Parameter styleClass should be final. 214
Error 'styleClass' hides a field. 214
Error Expected @param tag for 'styleClass'. 214
Error Method 'setErrorClass' is not designed for extension - needs to be abstract, final or empty. 224
Error Parameter errorClass should be final. 224
Error 'errorClass' hides a field. 224
Error Expected @param tag for 'errorClass'. 224
Error Method 'setHelpTip' is not designed for extension - needs to be abstract, final or empty. 234
Error Parameter helpTip should be final. 234
Error 'helpTip' hides a field. 234
Error Expected @param tag for 'helpTip'. 234
Error Line has trailing spaces. 237
Error Method 'release' is not designed for extension - needs to be abstract, final or empty. 241
Error Line has trailing spaces. 249
Error Line is longer than 80 characters. 253
Error Line is longer than 80 characters. 259
Error Line is longer than 80 characters. 264
Error Line is longer than 80 characters. 268
Error Line is longer than 80 characters. 270
Error Line has trailing spaces. 274
Error Expected an @return tag. 279
Error Line has trailing spaces. 282

web/com/panogenesis/webapp/taglib/SecureTag.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/taglib/SecureTag.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Missing a Javadoc comment. 48
Error Missing a Javadoc comment. 49
Error Missing a Javadoc comment. 50
Error Missing a Javadoc comment. 54
Error Missing a Javadoc comment. 55
Error Name 'TAG_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 55
Error Variable 'TAG_NAME' must be private and have accessor methods. 55
Error Missing a Javadoc comment. 56
Error Missing a Javadoc comment. 57
Error Missing a Javadoc comment. 58
Error Method 'setMode' is not designed for extension - needs to be abstract, final or empty. 70
Error Parameter aMode should be final. 70
Error Expected @param tag for 'aMode'. 70
Error Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. 74
Error Missing a Javadoc comment. 74
Error Line is longer than 80 characters. 77
Error Method 'doAfterBody' is not designed for extension - needs to be abstract, final or empty. 94
Error Missing a Javadoc comment. 94
Error Method 'doEndTag' is not designed for extension - needs to be abstract, final or empty. 98
Error Missing a Javadoc comment. 98
Error Expression can be simplified. 100
Error Line is longer than 80 characters. 102
Error Line is longer than 80 characters. 104
Error Line is longer than 80 characters. 121
Error Expression can be simplified. 129
Error Line is longer than 80 characters. 131
Error Line is longer than 80 characters. 133
Error Line is longer than 80 characters. 146
Error '+' should be on a new line. 156

web/com/panogenesis/webapp/taglib/package.html

ErrorLine
Error Missing package documentation file.0

web/com/panogenesis/webapp/util/RequestUtil.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/util/RequestUtil.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error First sentence should end with a period. 19
Error Utility classes should not have a public or default constructor. 27
Error Line is longer than 80 characters. 28
Error Missing a Javadoc comment. 28
Error Missing a Javadoc comment. 29
Error 'static' modifier out of order with the JLS suggestions. 29
Error First sentence should end with a period. 31
Error Expected an @return tag. 34
Error Parameter aRequest should be final. 34
Error Expected @param tag for 'aRequest'. 34
Error First sentence should end with a period. 42
Error Line is longer than 80 characters. 50
Error Parameter m should be final. 50
Error Parameter ampersand should be final. 50
Error First sentence should end with a period. 77
Error Parameter key should be final. 87
Error Parameter value should be final. 87
Error Parameter queryString should be final. 88
Error Parameter ampersand should be final. 89
Error Must have at least one statement. 98
Error Line contains a tab character. 99
Error First sentence should end with a period. 104
Error Parameter aRequest should be final. 109
Error Line is longer than 80 characters. 110
Error First sentence should end with a period. 125
Error Parameter aRequest should be final. 130
Error First sentence should end with a period. 148
Error Parameter response should be final. 156
Error Expected @param tag for 'response'. 156
Error Parameter name should be final. 156
Error Expected @param tag for 'name'. 156
Error Parameter value should be final. 157
Error Expected @param tag for 'value'. 157
Error Parameter path should be final. 157
Error Expected @param tag for 'path'. 157
Error '3600' is a magic number. 165
Error '24' is a magic number. 165
Error '30' is a magic number. 165
Error First sentence should end with a period. 170
Error Parameter request should be final. 178
Error Parameter name should be final. 178
Error First sentence should end with a period. 202
Error Parameter response should be final. 209
Error Parameter cookie should be final. 210
Error Parameter path should be final. 210
Error Line has trailing spaces. 218
Error Expected an @return tag. 223
Error Parameter request should be final. 223
Error Expected @param tag for 'request'. 223
Error Line contains a tab character. 225
Error '80' is a magic number. 227
Error Line is longer than 80 characters. 233
Error '80' is a magic number. 233
Error '443' is a magic number. 233

web/com/panogenesis/webapp/util/SslUtil.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/util/SslUtil.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error First sentence should end with a period. 12
Error Utility classes should not have a public or default constructor. 20
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 26
Error Missing a Javadoc comment. 27
Error Name 'HTTP_PORT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 27
Error Missing a Javadoc comment. 28
Error Name 'HTTPS_PORT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 30
Error Missing a Javadoc comment. 34
Error Parameter request should be final. 34
Error Line is longer than 80 characters. 35
Error Parameter ctx should be final. 35
Error Parameter isSecure should be final. 35
Error Avoid inline conditionals. 43
Error Avoid inline conditionals. 48
Error '||' should be on a new line. 54
Error First sentence should end with a period. 70
Error Parameter request should be final. 81
Error Parameter desiredScheme should be final. 82
Error Parameter usingScheme should be final. 83
Error Line is longer than 80 characters. 84
Error Parameter desiredPort should be final. 84
Error Parameter usingPort should be final. 84
Error '&&' should be on a new line. 94
Error '&&' should be on a new line. 95
Error '&&' should be on a new line. 96
Error Line is longer than 80 characters. 102
Error '+' should be on a new line. 102
Error '&&' should be on a new line. 108
Error '||' should be on a new line. 109
Error '&&' should be on a new line. 110

web/com/panogenesis/webapp/util/ValidationUtil.java

ErrorLine
Error File does not end with a newline. 0

web/com/panogenesis/webapp/util/ValidationUtil.java

ErrorLine
Error Line does not match expected header line of 'This work is licensed under the Creative Commons Attribution License. To view '. 1
Error Utility classes should not have a public or default constructor. 21
Error Parameter bean should be final. 33
Error Expected @param tag for 'bean'. 33
Error Parameter va should be final. 33
Error Expected @param tag for 'va'. 33
Error Parameter field should be final. 34
Error Expected @param tag for 'field'. 34
Error Parameter errors should be final. 34
Error Expected @param tag for 'errors'. 34

web/com/panogenesis/webapp/util/package.html

ErrorLine
Error Missing package documentation file.0