Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
3100396

Files

FilesIWE
net/sf/oness/party/model/contact/bo/ContactInfo.java 001
net/sf/oness/party/model/contact/bo/ContactInfo.java 0020
net/sf/oness/party/model/contact/bo/Country.java 001
net/sf/oness/party/model/contact/bo/Country.java 0019
net/sf/oness/party/model/contact/bo/EmailAddress.java 0014
net/sf/oness/party/model/contact/bo/PhoneNumber.java 001
net/sf/oness/party/model/contact/bo/PhoneNumber.java 0039
net/sf/oness/party/model/contact/bo/PostalAddress.java 001
net/sf/oness/party/model/contact/bo/PostalAddress.java 0057
net/sf/oness/party/model/contact/bo/WebAddress.java 0014
net/sf/oness/party/model/contact/bo/package.html 001
net/sf/oness/party/model/contact/dao/CountryDao.java 001
net/sf/oness/party/model/contact/dao/CountryDao.java 008
net/sf/oness/party/model/contact/dao/package.html 001
net/sf/oness/party/model/facade/PartyFacadeDelegate.java 001
net/sf/oness/party/model/facade/PartyFacadeDelegate.java 0053
net/sf/oness/party/model/facade/PartySpringFacadeDelegate.java 001
net/sf/oness/party/model/facade/PartySpringFacadeDelegate.java 0061
net/sf/oness/party/model/facade/action/CreatePartyAction.java 001
net/sf/oness/party/model/facade/action/CreatePartyAction.java 0015
net/sf/oness/party/model/facade/action/package.html 001
net/sf/oness/party/model/facade/package.html 001
net/sf/oness/party/model/party/bo/Organization.java 001
net/sf/oness/party/model/party/bo/Organization.java 0015
net/sf/oness/party/model/party/bo/Party.java 001
net/sf/oness/party/model/party/bo/Party.java 0033
net/sf/oness/party/model/party/bo/Person.java 001
net/sf/oness/party/model/party/bo/Person.java 0032
net/sf/oness/party/model/party/bo/package.html 001

net/sf/oness/party/model/contact/bo/ContactInfo.java

ErrorLine
Error File does not end with a newline. 0

net/sf/oness/party/model/contact/bo/ContactInfo.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error First sentence should end with a period. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 28
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 36
Error Line has trailing spaces. 37
Error Method 'setPurposes' is not designed for extension - needs to be abstract, final or empty. 38
Error Missing a Javadoc comment. 38
Error Parameter purposes should be final. 38
Error 'purposes' hides a field. 38
Error Line has trailing spaces. 46
Error Method 'getPurposes' is not designed for extension - needs to be abstract, final or empty. 49
Error Method 'setParty' is not designed for extension - needs to be abstract, final or empty. 57
Error Parameter party should be final. 57
Error 'party' hides a field. 57
Error Line has trailing spaces. 63
Error Method 'getParty' is not designed for extension - needs to be abstract, final or empty. 66

net/sf/oness/party/model/contact/bo/Country.java

ErrorLine
Error File does not end with a newline. 0

net/sf/oness/party/model/contact/bo/Country.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error First sentence should end with a period. 20
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Missing a Javadoc comment. 30
Error Method 'setIsoCode' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error Parameter code should be final. 32
Error Line has trailing spaces. 38
Error Expected an @return tag. 41
Error Method 'getIsoCode' is not designed for extension - needs to be abstract, final or empty. 41
Error Method 'setTelephoneCode' is not designed for extension - needs to be abstract, final or empty. 48
Error Parameter telephoneCode should be final. 48
Error 'telephoneCode' hides a field. 48
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Method 'getTelephoneCode' is not designed for extension - needs to be abstract, final or empty. 57

net/sf/oness/party/model/contact/bo/EmailAddress.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error First sentence should end with a period. 18
Error Line has trailing spaces. 20
Error Line has trailing spaces. 22
Error Missing a Javadoc comment. 28
Error Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error Parameter email should be final. 30
Error 'email' hides a field. 30
Error Line has trailing spaces. 36
Error Expected an @return tag. 39
Error Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. 39

net/sf/oness/party/model/contact/bo/PhoneNumber.java

ErrorLine
Error File does not end with a newline. 0

net/sf/oness/party/model/contact/bo/PhoneNumber.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error First sentence should end with a period. 19
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 35
Error Line has trailing spaces. 39
Error Expected an @return tag. 42
Error Method 'getCountry' is not designed for extension - needs to be abstract, final or empty. 42
Error Method 'setCountry' is not designed for extension - needs to be abstract, final or empty. 46
Error Missing a Javadoc comment. 46
Error Parameter country should be final. 46
Error 'country' hides a field. 46
Error Method 'setAreaCode' is not designed for extension - needs to be abstract, final or empty. 50
Error Missing a Javadoc comment. 50
Error Parameter areaCode should be final. 50
Error 'areaCode' hides a field. 50
Error Line has trailing spaces. 56
Error Expected an @return tag. 59
Error Method 'getAreaCode' is not designed for extension - needs to be abstract, final or empty. 59
Error Method 'setContactNumber' is not designed for extension - needs to be abstract, final or empty. 63
Error Missing a Javadoc comment. 63
Error Parameter contactNumber should be final. 63
Error 'contactNumber' hides a field. 63
Error Line has trailing spaces. 69
Error Expected an @return tag. 72
Error Method 'getContactNumber' is not designed for extension - needs to be abstract, final or empty. 72
Error Method 'setExtension' is not designed for extension - needs to be abstract, final or empty. 76
Error Missing a Javadoc comment. 76
Error Parameter extension should be final. 76
Error 'extension' hides a field. 76
Error Line has trailing spaces. 82
Error Expected an @return tag. 85
Error Method 'getExtension' is not designed for extension - needs to be abstract, final or empty. 85
Error Method 'clone' is not designed for extension - needs to be abstract, final or empty. 92

net/sf/oness/party/model/contact/bo/PostalAddress.java

ErrorLine
Error File does not end with a newline. 0

net/sf/oness/party/model/contact/bo/PostalAddress.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error First sentence should end with a period. 19
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 39
Error Method 'setState' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error Parameter state should be final. 41
Error 'state' hides a field. 41
Error Line has trailing spaces. 46
Error Line has trailing spaces. 47
Error Expected an @return tag. 50
Error Method 'getState' is not designed for extension - needs to be abstract, final or empty. 50
Error Method 'setZip' is not designed for extension - needs to be abstract, final or empty. 54
Error Missing a Javadoc comment. 54
Error Parameter zip should be final. 54
Error 'zip' hides a field. 54
Error Line has trailing spaces. 59
Error Line has trailing spaces. 60
Error Expected an @return tag. 63
Error Method 'getZip' is not designed for extension - needs to be abstract, final or empty. 63
Error Method 'setAddressee' is not designed for extension - needs to be abstract, final or empty. 67
Error Missing a Javadoc comment. 67
Error Parameter addressee should be final. 67
Error 'addressee' hides a field. 67
Error Line has trailing spaces. 73
Error Expected an @return tag. 76
Error Method 'getAddressee' is not designed for extension - needs to be abstract, final or empty. 76
Error Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Parameter address should be final. 80
Error 'address' hides a field. 80
Error Line has trailing spaces. 85
Error Line has trailing spaces. 86
Error Expected an @return tag. 89
Error Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. 89
Error Method 'setCity' is not designed for extension - needs to be abstract, final or empty. 93
Error Missing a Javadoc comment. 93
Error Parameter city should be final. 93
Error 'city' hides a field. 93
Error Line has trailing spaces. 98
Error Line has trailing spaces. 99
Error Expected an @return tag. 102
Error Method 'getCity' is not designed for extension - needs to be abstract, final or empty. 102
Error Method 'setCountry' is not designed for extension - needs to be abstract, final or empty. 109
Error Parameter country should be final. 109
Error 'country' hides a field. 109
Error Line has trailing spaces. 115
Error Method 'getCountry' is not designed for extension - needs to be abstract, final or empty. 118
Error Method 'clone' is not designed for extension - needs to be abstract, final or empty. 125

net/sf/oness/party/model/contact/bo/WebAddress.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error First sentence should end with a period. 18
Error Line has trailing spaces. 20
Error Line has trailing spaces. 22
Error Missing a Javadoc comment. 28
Error Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error Parameter url should be final. 30
Error 'url' hides a field. 30
Error Line has trailing spaces. 36
Error Expected an @return tag. 39
Error Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. 39

net/sf/oness/party/model/contact/bo/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/oness/party/model/contact/dao/CountryDao.java

ErrorLine
Error File does not end with a newline. 0

net/sf/oness/party/model/contact/dao/CountryDao.java

ErrorLine
Error Line does not match expected header line of ' * '. 3
Error First sentence should end with a period. 23
Error Line has trailing spaces. 25
Error Missing a Javadoc comment. 31
Error Name 'clazz' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 31
Error Method 'findById' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error Parameter id should be final. 33

net/sf/oness/party/model/contact/dao/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/oness/party/model/facade/PartyFacadeDelegate.java

ErrorLine
Error File does not end with a newline. 0

net/sf/oness/party/model/facade/PartyFacadeDelegate.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error First sentence should end with a period. 23
Error Line has trailing spaces. 25
Error First sentence should end with a period. 33
Error Line has trailing spaces. 35
Error Redundant 'public' modifier. 40
Error Expected @param tag for 'party'. 40
Error Expected @throws tag for 'ExistingInstanceException'. 41
Error First sentence should end with a period. 43
Error Line has trailing spaces. 45
Error Line has trailing spaces. 48
Error Redundant 'public' modifier. 55
Error Expected @param tag for 'party'. 55
Error Expected @param tag for 'ignoreExisting'. 55
Error Expected @throws tag for 'ExistingInstanceException'. 56
Error First sentence should end with a period. 58
Error Line has trailing spaces. 60
Error Redundant 'public' modifier. 65
Error Expected @param tag for 'party'. 65
Error First sentence should end with a period. 67
Error Line has trailing spaces. 69
Error Redundant 'public' modifier. 77
Error Expected @param tag for 'firstElement'. 78
Error Expected @param tag for 'maxElements'. 78
Error Line has trailing spaces. 82
Error Redundant 'public' modifier. 89
Error Line has trailing spaces. 93
Error Redundant 'public' modifier. 100
Error First sentence should end with a period. 102
Error Line has trailing spaces. 104
Error Redundant 'public' modifier. 110
Error First sentence should end with a period. 114
Error Line has trailing spaces. 116
Error Redundant 'public' modifier. 121
Error Expected @param tag for 'contactInfo'. 121
Error First sentence should end with a period. 123
Error Line has trailing spaces. 125
Error Line is longer than 80 characters. 130
Error Redundant 'public' modifier. 130
Error Expected @param tag for 'contactInfo'. 130
Error First sentence should end with a period. 132
Error Line has trailing spaces. 135
Error Redundant 'public' modifier. 143
Error Expected @param tag for 'firstElement'. 144
Error Expected @param tag for 'maxElements'. 145
Error First sentence should end with a period. 147
Error Line has trailing spaces. 149
Error Redundant 'public' modifier. 156
Error First sentence should end with a period. 158
Error Line has trailing spaces. 160
Error Redundant 'public' modifier. 166

net/sf/oness/party/model/facade/PartySpringFacadeDelegate.java

ErrorLine
Error File does not end with a newline. 0

net/sf/oness/party/model/facade/PartySpringFacadeDelegate.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error First sentence should end with a period. 28
Error Line has trailing spaces. 30
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 38
Error Method 'setPartyDao' is not designed for extension - needs to be abstract, final or empty. 44
Error Parameter partyDao should be final. 44
Error 'partyDao' hides a field. 44
Error Method 'getPartyDao' is not designed for extension - needs to be abstract, final or empty. 51
Error Method 'setContactInfoDao' is not designed for extension - needs to be abstract, final or empty. 59
Error Parameter contactInfoDao should be final. 59
Error 'contactInfoDao' hides a field. 59
Error Method 'getContactInfoDao' is not designed for extension - needs to be abstract, final or empty. 66
Error Method 'setCountryDao' is not designed for extension - needs to be abstract, final or empty. 74
Error Parameter countryDao should be final. 74
Error 'countryDao' hides a field. 74
Error Method 'getCountryDao' is not designed for extension - needs to be abstract, final or empty. 81
Error Line is longer than 80 characters. 88
Error Method 'createParty' is not designed for extension - needs to be abstract, final or empty. 90
Error Parameter party should be final. 90
Error Line has trailing spaces. 95
Error Line is longer than 80 characters. 96
Error Method 'createParty' is not designed for extension - needs to be abstract, final or empty. 99
Error Parameter party should be final. 99
Error Parameter ignoreExisting should be final. 99
Error Line has trailing spaces. 107
Error Line is longer than 80 characters. 108
Error Method 'updateParty' is not designed for extension - needs to be abstract, final or empty. 110
Error Parameter party should be final. 110
Error Method 'findParty' is not designed for extension - needs to be abstract, final or empty. 118
Error Parameter party should be final. 118
Error Parameter firstElement should be final. 118
Error Parameter maxElements should be final. 119
Error Line is longer than 80 characters. 124
Error Method 'findParty' is not designed for extension - needs to be abstract, final or empty. 126
Error Parameter id should be final. 126
Error Line is longer than 80 characters. 131
Error Method 'findPartyWithDetails' is not designed for extension - needs to be abstract, final or empty. 133
Error Parameter id should be final. 133
Error Line is longer than 80 characters. 138
Error Method 'deleteParty' is not designed for extension - needs to be abstract, final or empty. 140
Error Parameter id should be final. 140
Error Line is longer than 80 characters. 147
Error Method 'createContactInfo' is not designed for extension - needs to be abstract, final or empty. 149
Error Parameter contactInfo should be final. 149
Error Line is longer than 80 characters. 159
Error Method 'updateContactInfo' is not designed for extension - needs to be abstract, final or empty. 161
Error Parameter contactInfo should be final. 161
Error Line is longer than 80 characters. 166
Error Method 'findContactInfo' is not designed for extension - needs to be abstract, final or empty. 169
Error Parameter contactInfo should be final. 169
Error Parameter firstElement should be final. 170
Error Parameter maxElements should be final. 170
Error Line is longer than 80 characters. 175
Error Method 'findContactInfo' is not designed for extension - needs to be abstract, final or empty. 177
Error Parameter id should be final. 177
Error Line is longer than 80 characters. 182
Error Method 'deleteContactInfo' is not designed for extension - needs to be abstract, final or empty. 184
Error Parameter id should be final. 184

net/sf/oness/party/model/facade/action/CreatePartyAction.java

ErrorLine
Error File does not end with a newline. 0

net/sf/oness/party/model/facade/action/CreatePartyAction.java

ErrorLine
Error Line does not match expected header line of ' * '. 3
Error Missing a Javadoc comment. 30
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 34
Error Line is longer than 80 characters. 36
Error Missing a Javadoc comment. 36
Error Parameter partyDao should be final. 36
Error 'partyDao' hides a field. 36
Error Parameter party should be final. 36
Error 'party' hides a field. 36
Error Parameter ignoreExisting should be final. 36
Error 'ignoreExisting' hides a field. 36
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 42
Error Missing a Javadoc comment. 42
Error 'if' construct must use '{}'s. 43

net/sf/oness/party/model/facade/action/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/oness/party/model/facade/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/oness/party/model/party/bo/Organization.java

ErrorLine
Error File does not end with a newline. 0

net/sf/oness/party/model/party/bo/Organization.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 20
Error Line has trailing spaces. 22
Error Missing a Javadoc comment. 28
Error 'static' modifier out of order with the JLS suggestions. 28
Error Missing a Javadoc comment. 30
Error Line has trailing spaces. 34
Error Method 'getOfficialName' is not designed for extension - needs to be abstract, final or empty. 37
Error Method 'setOfficialName' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error Parameter officialName should be final. 41
Error 'officialName' hides a field. 41
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 49

net/sf/oness/party/model/party/bo/Party.java

ErrorLine
Error File does not end with a newline. 0

net/sf/oness/party/model/party/bo/Party.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 26
Error Line has trailing spaces. 28
Error Line has trailing spaces. 30
Error Line has trailing spaces. 32
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 40
Error Missing a Javadoc comment. 42
Error Line has trailing spaces. 46
Error Method 'getInternalName' is not designed for extension - needs to be abstract, final or empty. 49
Error Method 'setInternalName' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error Parameter internalName should be final. 53
Error 'internalName' hides a field. 53
Error Line has trailing spaces. 59
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 62
Error Method 'setContactInfos' is not designed for extension - needs to be abstract, final or empty. 70
Error Parameter contactInfos should be final. 70
Error 'contactInfos' hides a field. 70
Error Line is longer than 80 characters. 77
Error Line has trailing spaces. 78
Error Method 'getContactInfos' is not designed for extension - needs to be abstract, final or empty. 81
Error Method 'addContactInfo' is not designed for extension - needs to be abstract, final or empty. 85
Error Missing a Javadoc comment. 85
Error Parameter contactInfo should be final. 85
Error 'if' construct must use '{}'s. 86
Error Method 'setFareId' is not designed for extension - needs to be abstract, final or empty. 96
Error Parameter fareId should be final. 96
Error 'fareId' hides a field. 96
Error Line has trailing spaces. 102
Error Method 'getFareId' is not designed for extension - needs to be abstract, final or empty. 105

net/sf/oness/party/model/party/bo/Person.java

ErrorLine
Error File does not end with a newline. 0

net/sf/oness/party/model/party/bo/Person.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 20
Error Line has trailing spaces. 22
Error Missing a Javadoc comment. 28
Error 'static' modifier out of order with the JLS suggestions. 28
Error Missing a Javadoc comment. 30
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 34
Error Line has trailing spaces. 37
Error Line has trailing spaces. 38
Error Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. 41
Error Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
Error Parameter title should be final. 45
Error 'title' hides a field. 45
Error Line has trailing spaces. 50
Error Line has trailing spaces. 51
Error Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. 54
Error Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. 58
Error Missing a Javadoc comment. 58
Error Parameter firstName should be final. 58
Error 'firstName' hides a field. 58
Error Line has trailing spaces. 63
Error Line has trailing spaces. 64
Error Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. 67
Error Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error Parameter lastName should be final. 71
Error 'lastName' hides a field. 71
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 79

net/sf/oness/party/model/party/bo/package.html

ErrorLine
Error Missing package documentation file.0