Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
4600224

Files

FilesIWE
net/sf/mindoro/commons/util/BeanUtils.java 0015
net/sf/mindoro/commons/util/Sha256Util.java 004
net/sf/mindoro/commons/util/StringUtils.java 0010
net/sf/mindoro/commons/util/package.html 001
net/sf/mindoro/dao/ProjectDao.java 004
net/sf/mindoro/dao/UserDao.java 001
net/sf/mindoro/dao/UserDao.java 003
net/sf/mindoro/dao/hibernate/ProjectDaoImpl.java 008
net/sf/mindoro/dao/hibernate/UserDaoImpl.java 0012
net/sf/mindoro/dao/hibernate/package.html 001
net/sf/mindoro/dao/package.html 001
net/sf/mindoro/domain/ProjectsFacade.java 007
net/sf/mindoro/domain/SecurityFacade.java 007
net/sf/mindoro/domain/package.html 001
net/sf/mindoro/model/Deliverable.java 001
net/sf/mindoro/model/Deliverable.java 0015
net/sf/mindoro/model/Developer.java 009
net/sf/mindoro/model/Person.java 0014
net/sf/mindoro/model/Project.java 0013
net/sf/mindoro/model/Requirement.java 0012
net/sf/mindoro/model/SystemUser.java 0020
net/sf/mindoro/model/Task.java 0018
net/sf/mindoro/model/package.html 001
net/sf/mindoro/web/DefaultController.java 0013
net/sf/mindoro/web/LoginForm.java 007
net/sf/mindoro/web/LoginFormController.java 0022
net/sf/mindoro/web/WebUtil.java 003
net/sf/mindoro/web/package.html 001

net/sf/mindoro/commons/util/BeanUtils.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 18
Error Missing a Javadoc comment. 24
Error Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 24
Error Line has trailing spaces. 36
Error Line is longer than 80 characters. 55
Error Line is longer than 80 characters. 74
Error Line is longer than 80 characters. 77
Error Line is longer than 80 characters. 91
Error Line is longer than 80 characters. 94
Error Line is longer than 80 characters. 97
Error Line is longer than 80 characters. 111
Error '3' is a magic number. 111
Error '4' is a magic number. 111
Error '4' is a magic number. 111

net/sf/mindoro/commons/util/Sha256Util.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 13
Error Line has trailing spaces. 17
Error Line has trailing spaces. 28

net/sf/mindoro/commons/util/StringUtils.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error First sentence should end with a period. 8
Error Line has trailing spaces. 10
Error Line is longer than 80 characters. 23
Error Missing a Javadoc comment. 23
Error '{' is followed by whitespace. 23
Error Line is longer than 80 characters. 34
Error '0xF0' is a magic number. 34
Error '4' is a magic number. 34
Error '0x0F' is a magic number. 34

net/sf/mindoro/commons/util/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/mindoro/dao/ProjectDao.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 33

net/sf/mindoro/dao/UserDao.java

ErrorLine
Error File does not end with a newline. 0

net/sf/mindoro/dao/UserDao.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 18
Error Line has trailing spaces. 39

net/sf/mindoro/dao/hibernate/ProjectDaoImpl.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error First sentence should end with a period. 22
Error Line has trailing spaces. 24
Error First sentence should end with a period. 31
Error Line has trailing spaces. 33
Error First sentence should end with a period. 43
Error Line has trailing spaces. 45
Error Line is longer than 80 characters. 46

net/sf/mindoro/dao/hibernate/UserDaoImpl.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error First sentence should end with a period. 16
Error Line has trailing spaces. 18
Error Line is longer than 80 characters. 29
Error First sentence should end with a period. 38
Error Line has trailing spaces. 40
Error First sentence should end with a period. 47
Error Line has trailing spaces. 49
Error Line is longer than 80 characters. 53
Error First sentence should end with a period. 61
Error Line has trailing spaces. 63
Error Line is longer than 80 characters. 64

net/sf/mindoro/dao/hibernate/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/mindoro/dao/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/mindoro/domain/ProjectsFacade.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 21
Error Missing a Javadoc comment. 22
Error Line has trailing spaces. 23
Error 'projectDao' hides a field. 27
Error Line has trailing spaces. 30
Error Line has trailing spaces. 38

net/sf/mindoro/domain/SecurityFacade.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 15
Error Missing a Javadoc comment. 20
Error 'userDao' hides a field. 26
Error Line has trailing spaces. 32
Error Line is longer than 80 characters. 35
Error Line is longer than 80 characters. 43

net/sf/mindoro/domain/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/mindoro/model/Deliverable.java

ErrorLine
Error File does not end with a newline. 0

net/sf/mindoro/model/Deliverable.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 13
Error Missing a Javadoc comment. 19
Error Missing a Javadoc comment. 21
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 27
Error Missing a Javadoc comment. 29
Error 'id' hides a field. 43
Error 'project' hides a field. 60
Error 'name' hides a field. 76
Error 'description' hides a field. 92
Error 'targetDate' hides a field. 108
Error Line is longer than 80 characters. 114
Error 'requirements' hides a field. 124

net/sf/mindoro/model/Developer.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error First sentence should end with a period. 10
Error Line has trailing spaces. 12
Error Missing a Javadoc comment. 18
Error Missing a Javadoc comment. 20
Error Missing a Javadoc comment. 22
Error 'id' hides a field. 37
Error 'person' hides a field. 54
Error 'tasks' hides a field. 70

net/sf/mindoro/model/Person.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 10
Error Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 18
Error Missing a Javadoc comment. 20
Error Missing a Javadoc comment. 22
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 26
Error 'id' hides a field. 40
Error 'email' hides a field. 57
Error 'firstName' hides a field. 74
Error 'middleName' hides a field. 91
Error 'lastName' hides a field. 108
Error 'systemUser' hides a field. 139

net/sf/mindoro/model/Project.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 12
Error Missing a Javadoc comment. 18
Error Missing a Javadoc comment. 20
Error Missing a Javadoc comment. 22
Error Missing a Javadoc comment. 24
Error Line has trailing spaces. 25
Error 'id' hides a field. 38
Error 'name' hides a field. 54
Error 'description' hides a field. 70
Error Line has trailing spaces. 76
Error Line is longer than 80 characters. 76
Error 'deliverables' hides a field. 86

net/sf/mindoro/model/Requirement.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 12
Error Missing a Javadoc comment. 18
Error Missing a Javadoc comment. 20
Error Missing a Javadoc comment. 22
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 26
Error 'id' hides a field. 40
Error 'deliverable' hides a field. 57
Error 'name' hides a field. 73
Error 'description' hides a field. 89
Error 'tasks' hides a field. 105

net/sf/mindoro/model/SystemUser.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 10
Error Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 18
Error Missing a Javadoc comment. 20
Error Missing a Javadoc comment. 22
Error First sentence should end with a period. 24
Error First sentence should end with a period. 31
Error Line has trailing spaces. 33
Error Line is longer than 80 characters. 41
Error 'person' hides a field. 41
Error 'login' hides a field. 41
Error 'passwordHash' hides a field. 41
Error 'id' hides a field. 59
Error 'person' hides a field. 75
Error 'login' hides a field. 92
Error 'passwordHash' hides a field. 108
Error First sentence should end with a period. 123
Error Line has trailing spaces. 125
Error Line is longer than 80 characters. 129

net/sf/mindoro/model/Task.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 13
Error Missing a Javadoc comment. 19
Error Missing a Javadoc comment. 21
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 27
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 33
Error 'id' hides a field. 47
Error 'requirement' hides a field. 64
Error 'name' hides a field. 80
Error 'description' hides a field. 96
Error 'startDate' hides a field. 112
Error 'endDate' hides a field. 128
Error 'developers' hides a field. 144
Error 'dependencies' hides a field. 160

net/sf/mindoro/model/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/mindoro/web/DefaultController.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 29
Error Missing a Javadoc comment. 34
Error Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 34
Error Missing a Javadoc comment. 36
Error 'projectsFacade' hides a field. 41
Error First sentence should end with a period. 45
Error Line has trailing spaces. 47
Error Line is longer than 80 characters. 48
Error Line is longer than 80 characters. 52
Error Line is longer than 80 characters. 54
Error Line is longer than 80 characters. 55
Error '{' is followed by whitespace. 61

net/sf/mindoro/web/LoginForm.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error First sentence should end with a period. 9
Error Line has trailing spaces. 11
Error Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 18
Error 'username' hides a field. 31
Error 'password' hides a field. 46

net/sf/mindoro/web/LoginFormController.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error First sentence should end with a period. 27
Error Line has trailing spaces. 29
Error First sentence should end with a period. 34
Error Line has trailing spaces. 36
Error First sentence should end with a period. 41
Error Line has trailing spaces. 43
Error Line is longer than 80 characters. 44
Error First sentence should end with a period. 50
Error Line has trailing spaces. 52
Error Line is longer than 80 characters. 53
Error Line is longer than 80 characters. 58
Error Line is longer than 80 characters. 61
Error Line is longer than 80 characters. 68
Error Missing a Javadoc comment. 68
Error Missing a Javadoc comment. 70
Error 'securityFacade' hides a field. 76
Error First sentence should end with a period. 83
Error Line has trailing spaces. 85
Error Line is longer than 80 characters. 86
Error Line is longer than 80 characters. 90
Error Line is longer than 80 characters. 94

net/sf/mindoro/web/WebUtil.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error First sentence should end with a period. 14
Error Line has trailing spaces. 16

net/sf/mindoro/web/package.html

ErrorLine
Error Missing package documentation file.0