Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
73003537

Rules

RulesViolationsSeverity
PackageHtml1error Error
NewlineAtEndOfFile9error Error
Translation0error Error
JavadocMethod593error Error
JavadocType23error Error
JavadocVariable151error Error
JavadocStyle21error Error
ConstantName1error Error
LocalFinalVariableName0error Error
LocalVariableName9error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName2error Error
TypeName0error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports25error Error
FileLength0error Error
LineLength161error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
MethodParamPad1error Error
NoWhitespaceAfter5error Error
NoWhitespaceBefore0error Error
OperatorWrap99error Error
ParenPad36error Error
TypecastParenPad0error Error
TabCharacter34error Error
WhitespaceAfter6error Error
WhitespaceAround638error Error
ModifierOrder2error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock7error Error
LeftCurly0error Error
NeedBraces0error Error
RightCurly0error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement1error Error
EqualsHashCode0error Error
HiddenField170error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber18error Error
MissingSwitchDefault0error Error
RedundantThrows18error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn4error Error
DesignForExtension512error Error
FinalClass0error Error
HideUtilityClassConstructor3error Error
InterfaceIsType0error Error
VisibilityModifier12error Error
ArrayTypeStyle1error Error
FinalParameters397error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
568error Error
TodoComment9error Error
UpperEll0error Error

Files

Filesinfowarningerror
net/sf/imca/model/MembershipTypeBO.java007
net/sf/imca/web/backingbeans/MemTypeBean.java0065
net/sf/imca/model/entities/MembershipEntity.java0058
net/sf/imca/model/EventBO.java005
net/sf/imca/model/EquipmentSupplierBO.java005
net/sf/imca/web/backingbeans/JoinBean.java00127
net/sf/imca/services/Service.java0025
net/sf/imca/model/AssociationComparator.java0012
net/sf/imca/model/DesignBO.java006
net/sf/imca/taglibs/Rider.java0039
net/sf/imca/model/entities/FeeEntity.java0029
net/sf/imca/model/entities/SailEntity.java0052
net/sf/imca/taglibs/ImcaNationalCommittee.java0033
net/sf/imca/model/exceptions/LogInException.java003
net/sf/imca/model/FeeBO.java006
net/sf/imca/model/entities/FoilEntity.java0035
net/sf/imca/model/exceptions/DataCheckingException.java003
net/sf/imca/web/backingbeans/CommitteeBean.java00203
net/sf/imca/model/ImcaUtils.java0034
net/sf/imca/model/entities/AssociationDAO.java0074
net/sf/imca/model/entities/EventEntity.java0061
net/sf/imca/model/PersonBO.java00243
net/sf/imca/web/RidersDataServlet.java0065
net/sf/imca/model/entities/DesignEntity.java0052
net/sf/imca/model/entities/PersonDAO.java008
net/sf/imca/model/entities/BoatVersionDAO.java001
net/sf/imca/taglibs/Riders.java0043
net/sf/imca/model/entities/CommitteeMemberEntity.java0044
net/sf/imca/model/entities/SailNumberDAO.java009
net/sf/imca/web/backingbeans/MyDataBean.java0088
net/sf/imca/model/entities/EquipmentSupplierEntity.java0044
net/sf/imca/model/entities/CommitteeMemberDAO.java0018
net/sf/imca/model/CommitteeMemberComparator.java0021
net/sf/imca/model/entities/PersonEntity.java00120
net/sf/imca/services/ReflectionUtil.java00103
net/sf/imca/model/entities/MembershipDAO.java0023
net/sf/imca/model/entities/AssociationEntity.java0098
net/sf/imca/taglibs/Association.java0019
net/sf/imca/model/entities/AddressEntity.java0064
net/sf/imca/model/entities/BoatDAO.java0017
net/sf/imca/web/ImcaContextListener.java006
net/sf/imca/model/exceptions/RegistrationException.java003
net/sf/imca/model/entities/EventEntryEntity.java0076
net/sf/imca/model/entities/MastEntity.java0037
net/sf/imca/taglibs/Fleets.java0036
net/sf/imca/services/LoginRegisterService.java0026
net/sf/imca/model/entities/EquipmentSupplierDAO.java0017
net/sf/imca/model/entities/BoatEntity.java00127
net/sf/imca/model/MembershipBO.java0020
net/sf/imca/web/DataAdminServlet.java00219
net/sf/imca/web/backingbeans/MembershipTableModel.java0067
net/sf/imca/model/BoatBO.java0029
net/sf/imca/services/CommitteeService.java00245
net/sf/imca/model/entities/MembershipTypeEntity.java0056
net/sf/imca/model/entities/SailingClubEntity.java0038
net/sf/imca/model/entities/DesignDAO.java008
net/sf/imca/services/UiService.java0039
net/sf/imca/services/ImportData.java0025
net/sf/imca/taglibs/package.html001
net/sf/imca/services/JoinImcaService.java0094
net/sf/imca/model/entities/SailNumberEntity.java0043
net/sf/imca/web/backingbeans/Utils.java0027
net/sf/imca/web/backingbeans/WebUser.java0055
net/sf/imca/web/backingbeans/LoginBean.java0072
net/sf/imca/services/EditDataService.java0041
net/sf/imca/model/AssociationBO.java0090
net/sf/imca/model/entities/BoatVersionEntity.java0078

Details

net/sf/imca/model/MembershipTypeBO.java

ViolationMessageLine
errorLine has trailing spaces.23
errorMissing a Javadoc comment.33
errorParameter membershipTypeEntity should be final.33
errorMethod 'getEntity' is not designed for extension - needs to be abstract, final or empty.42
errorMethod 'setEntity' is not designed for extension - needs to be abstract, final or empty.51
errorParameter entity should be final.51
error'entity' hides a field.51

net/sf/imca/web/backingbeans/MemTypeBean.java

ViolationMessageLine
errorLine has trailing spaces.23
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.33
errorLine has trailing spaces.39
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.42
errorLine has trailing spaces.43
errorMissing a Javadoc comment.44
errorVariable 'service' must be private and have accessor methods.44
errorMethod 'actionJoin' is not designed for extension - needs to be abstract, final or empty.46
errorMissing a Javadoc comment.46
errorLine has trailing spaces.47
error')' is preceded with whitespace.48
errorLine has trailing spaces.54
errorMethod 'getCountryHasAreas' is not designed for extension - needs to be abstract, final or empty.55
errorMissing a Javadoc comment.55
error'{' is not preceded with whitespace.55
errorConditional logic can be removed.56
errorLine has trailing spaces.62
errorLine has trailing spaces.64
errorMethod 'getAreaItems' is not designed for extension - needs to be abstract, final or empty.65
errorMissing a Javadoc comment.65
error'{' is not preceded with whitespace.65
error'service' hides a field.66
errorLine has trailing spaces.68
error'=' is not preceded with whitespace.70
error'=' is not followed by whitespace.70
errorLine has trailing spaces.75
errorMethod 'getArea' is not designed for extension - needs to be abstract, final or empty.76
errorMissing a Javadoc comment.76
errorMethod 'setArea' is not designed for extension - needs to be abstract, final or empty.80
errorMissing a Javadoc comment.80
errorParameter area should be final.80
error'area' hides a field.80
errorMethod 'getCountryCode' is not designed for extension - needs to be abstract, final or empty.84
errorMissing a Javadoc comment.84
errorLine is longer than 80 characters.88
errorMethod 'setCountryCode' is not designed for extension - needs to be abstract, final or empty.93
errorMissing a Javadoc comment.93
errorParameter countryCode should be final.93
error'countryCode' hides a field.93
errorLine is longer than 80 characters.96
errorLine is longer than 80 characters.99
errorLine is longer than 80 characters.101
errorMethod 'getMemTypeId' is not designed for extension - needs to be abstract, final or empty.105
errorMissing a Javadoc comment.105
errorMethod 'setMemTypeId' is not designed for extension - needs to be abstract, final or empty.109
errorMissing a Javadoc comment.109
errorParameter memTypeId should be final.109
error'memTypeId' hides a field.109
errorMethod 'getUserFeedbackMessage' is not designed for extension - needs to be abstract, final or empty.113
errorMissing a Javadoc comment.113
errorMethod 'setUserFeedbackMessage' is not designed for extension - needs to be abstract, final or empty.117
errorMissing a Javadoc comment.117
errorParameter userFeedbackMessage should be final.117
error'userFeedbackMessage' hides a field.117
errorMethod 'getCountryIsOfficiallyImca' is not designed for extension - needs to be abstract, final or empty.121
errorMissing a Javadoc comment.121
errorMethod 'getMembershipTypeItems' is not designed for extension - needs to be abstract, final or empty.125
errorMissing a Javadoc comment.125
errorMethod 'setMembershipTypeItems' is not designed for extension - needs to be abstract, final or empty.129
errorMissing a Javadoc comment.129
errorParameter membershipTypeItems should be final.129
error'membershipTypeItems' hides a field.129

net/sf/imca/model/entities/MembershipEntity.java

ViolationMessageLine
error'+' should be on a new line.36
errorLine contains a tab character.37
error'+' should be on a new line.39
error'+' should be on a new line.40
error'+' should be on a new line.41
error'+' should be on a new line.44
error'+' should be on a new line.47
error'=' is not preceded with whitespace.56
error'=' is not followed by whitespace.56
errorMissing a Javadoc comment.59
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.65
errorLine has trailing spaces.67
errorMissing a Javadoc comment.68
errorMissing a Javadoc comment.70
errorMethod 'getFee' is not designed for extension - needs to be abstract, final or empty.72
errorMissing a Javadoc comment.72
errorMethod 'setFee' is not designed for extension - needs to be abstract, final or empty.76
errorMissing a Javadoc comment.76
errorParameter fee should be final.76
error'fee' hides a field.76
errorMethod 'getId' is not designed for extension - needs to be abstract, final or empty.80
errorMissing a Javadoc comment.80
errorMethod 'setId' is not designed for extension - needs to be abstract, final or empty.84
errorMissing a Javadoc comment.84
errorParameter id should be final.84
error'id' hides a field.84
errorMethod 'getPaid' is not designed for extension - needs to be abstract, final or empty.88
errorMissing a Javadoc comment.88
errorMethod 'setPaid' is not designed for extension - needs to be abstract, final or empty.92
errorMissing a Javadoc comment.92
errorParameter paid should be final.92
error'paid' hides a field.92
errorMethod 'getPerson' is not designed for extension - needs to be abstract, final or empty.96
errorMissing a Javadoc comment.96
errorLine has trailing spaces.99
errorMethod 'setPerson' is not designed for extension - needs to be abstract, final or empty.100
errorMissing a Javadoc comment.100
errorParameter person should be final.100
error'person' hides a field.100
errorMethod 'getType' is not designed for extension - needs to be abstract, final or empty.104
errorMissing a Javadoc comment.104
errorMethod 'setType' is not designed for extension - needs to be abstract, final or empty.108
errorMissing a Javadoc comment.108
errorParameter type should be final.108
error'type' hides a field.108
errorLine has trailing spaces.113
errorExpected an @return tag.116
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.116
error'{' is not preceded with whitespace.116
errorLine has trailing spaces.120
error'+' should be on a new line.120
errorMethod 'getNote' is not designed for extension - needs to be abstract, final or empty.124
errorMissing a Javadoc comment.124
errorMethod 'setNote' is not designed for extension - needs to be abstract, final or empty.128
errorMissing a Javadoc comment.128
errorParameter note should be final.128
error'note' hides a field.128

net/sf/imca/model/EventBO.java

ViolationMessageLine
errorLine has trailing spaces.39
errorMethod 'getEntity' is not designed for extension - needs to be abstract, final or empty.54
errorMethod 'setEntity' is not designed for extension - needs to be abstract, final or empty.63
errorParameter entity should be final.63
error'entity' hides a field.63

net/sf/imca/model/EquipmentSupplierBO.java

ViolationMessageLine
errorLine has trailing spaces.23
errorMethod 'getEntity' is not designed for extension - needs to be abstract, final or empty.38
errorMethod 'setEntity' is not designed for extension - needs to be abstract, final or empty.47
errorParameter entity should be final.47
error'entity' hides a field.47

net/sf/imca/web/backingbeans/JoinBean.java

ViolationMessageLine
errorLine has trailing spaces.29
errorMissing a Javadoc comment.35
errorLine is longer than 80 characters.37
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.39
errorLine has trailing spaces.45
errorMissing a Javadoc comment.46
errorLine has trailing spaces.47
errorMissing a Javadoc comment.48
errorLine has trailing spaces.49
errorMissing a Javadoc comment.50
errorLine has trailing spaces.51
errorMissing a Javadoc comment.52
errorLine has trailing spaces.53
errorMissing a Javadoc comment.54
errorLine has trailing spaces.55
errorMissing a Javadoc comment.56
errorLine has trailing spaces.57
errorMethod 'actionJoin' is not designed for extension - needs to be abstract, final or empty.58
errorMissing a Javadoc comment.58
errorLine is longer than 80 characters.65
errorLine is longer than 80 characters.67
errorLine has trailing spaces.71
errorMethod 'actionBackToSelect' is not designed for extension - needs to be abstract, final or empty.72
errorMissing a Javadoc comment.72
error'{' is not preceded with whitespace.72
errorLine has trailing spaces.76
errorMethod 'actionConfirm' is not designed for extension - needs to be abstract, final or empty.77
errorMissing a Javadoc comment.77
errorLine has trailing spaces.82
errorLine is longer than 80 characters.82
errorLine has trailing spaces.87
errorLine has trailing spaces.88
errorMethod 'getAreaItems' is not designed for extension - needs to be abstract, final or empty.89
errorMissing a Javadoc comment.89
error'{' is not preceded with whitespace.89
errorMissing a Javadoc comment.92
errorLine has trailing spaces.95
error'=' is not preceded with whitespace.97
error'=' is not followed by whitespace.97
errorLine has trailing spaces.102
errorMethod 'getMembershipTypeItems' is not designed for extension - needs to be abstract, final or empty.103
errorMissing a Javadoc comment.103
errorLine has trailing spaces.106
errorMissing a Javadoc comment.107
error'{' is not preceded with whitespace.107
errorLine has trailing spaces.108
errorLine has trailing spaces.109
errorLine has trailing spaces.110
error'<' is not preceded with whitespace.110
error'<' is not followed by whitespace.110
error'>' is not preceded with whitespace.110
errorLine has trailing spaces.112
error'<' is not preceded with whitespace.114
error'<' is not followed by whitespace.114
error'>' is not preceded with whitespace.114
error'=' is not preceded with whitespace.115
error'=' is not followed by whitespace.115
error'{' is not preceded with whitespace.115
errorLine has trailing spaces.117
errorLine has trailing spaces.118
error'+' should be on a new line.118
errorLine has trailing spaces.119
error'+' should be on a new line.119
errorLine has trailing spaces.122
errorLine is longer than 80 characters.124
errorLine has trailing spaces.127
errorMissing a Javadoc comment.128
errorLine has trailing spaces.129
error'{' is not preceded with whitespace.130
error'{' is not preceded with whitespace.133
errorLine has trailing spaces.136
errorLine has trailing spaces.137
error'<' is not preceded with whitespace.137
error'<' is not followed by whitespace.137
error'>' is not preceded with whitespace.137
errorLine has trailing spaces.139
error'=' is not preceded with whitespace.140
error'=' is not followed by whitespace.140
errorMethod 'getCountryHasAreas' is not designed for extension - needs to be abstract, final or empty.149
errorMissing a Javadoc comment.149
error'{' is not preceded with whitespace.149
errorConditional logic can be removed.150
errorMethod 'getCountryHasTypes' is not designed for extension - needs to be abstract, final or empty.156
errorMissing a Javadoc comment.156
error'{' is not preceded with whitespace.156
errorConditional logic can be removed.157
errorLine has trailing spaces.163
errorLine has trailing spaces.164
errorMethod 'getArea' is not designed for extension - needs to be abstract, final or empty.165
errorMissing a Javadoc comment.165
errorMethod 'setArea' is not designed for extension - needs to be abstract, final or empty.169
errorMissing a Javadoc comment.169
errorParameter area should be final.169
error'area' hides a field.169
errorMethod 'getCountryCode' is not designed for extension - needs to be abstract, final or empty.173
errorMissing a Javadoc comment.173
errorMethod 'setCountryCode' is not designed for extension - needs to be abstract, final or empty.177
errorMissing a Javadoc comment.177
errorParameter countryCode should be final.177
error'countryCode' hides a field.177
errorMethod 'getUserFeedbackMessage' is not designed for extension - needs to be abstract, final or empty.187
errorMissing a Javadoc comment.187
errorMethod 'setUserFeedbackMessage' is not designed for extension - needs to be abstract, final or empty.191
errorMissing a Javadoc comment.191
errorParameter userFeedbackMessage should be final.191
error'userFeedbackMessage' hides a field.191
errorMethod 'getMembershipTypeInfo' is not designed for extension - needs to be abstract, final or empty.195
errorMissing a Javadoc comment.195
errorLine has trailing spaces.198
errorMethod 'getAssociation' is not designed for extension - needs to be abstract, final or empty.199
errorMissing a Javadoc comment.199
errorMethod 'getMembershipTypeId' is not designed for extension - needs to be abstract, final or empty.203
errorMissing a Javadoc comment.203
errorMethod 'setMembershipTypeId' is not designed for extension - needs to be abstract, final or empty.207
errorMissing a Javadoc comment.207
errorParameter membershipTypeId should be final.207
error'membershipTypeId' hides a field.207
errorMissing a Javadoc comment.212
errorLine has trailing spaces.215
errorLine has trailing spaces.218
errorMethod 'getPaymentInfo' is not designed for extension - needs to be abstract, final or empty.221
errorMissing a Javadoc comment.221
errorMethod 'getFee' is not designed for extension - needs to be abstract, final or empty.225
errorMissing a Javadoc comment.225
errorMethod 'getSavedRequest' is not designed for extension - needs to be abstract, final or empty.229
errorMissing a Javadoc comment.229

net/sf/imca/services/Service.java

ViolationMessageLine
errorUnused import - javax.persistence.EntityTransaction.20
errorLine has trailing spaces.33
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.36
errorVariable 'em' must be private and have accessor methods.36
errorMethod 'startTransaction' is not designed for extension - needs to be abstract, final or empty.46
error'{' is not preceded with whitespace.48
errorLine has trailing spaces.49
error'+' should be on a new line.49
errorMust have at least one statement.58
errorLine has trailing spaces.68
errorMethod 'endTransaction' is not designed for extension - needs to be abstract, final or empty.71
errorExpected @throws tag for 'Exception'.71
error'{' is not preceded with whitespace.73
errorLine has trailing spaces.74
error'+' is not preceded with whitespace.74
error'+' should be on a new line.74
errorLine has trailing spaces.82
error'+' should be on a new line.82
errorLine has trailing spaces.91
errorMethod 'destroyEntityManager' is not designed for extension - needs to be abstract, final or empty.92
errorMissing a Javadoc comment.92
errorMissing a Javadoc comment.99
errorLine has trailing spaces.100
errorMissing a Javadoc comment.100

net/sf/imca/model/AssociationComparator.java

ViolationMessageLine
errorMissing a Javadoc comment.7
error'<' is not preceded with whitespace.7
error'<' is not followed by whitespace.7
error'>' is not preceded with whitespace.7
errorMethod 'compare' is not designed for extension - needs to be abstract, final or empty.9
errorMissing a Javadoc comment.9
errorParameter a1 should be final.9
errorParameter a2 should be final.9
errorLine has trailing spaces.10
errorLine has trailing spaces.11
errorLine has trailing spaces.14
errorLine has trailing spaces.17

net/sf/imca/model/DesignBO.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine has trailing spaces.23
errorMethod 'getEntity' is not designed for extension - needs to be abstract, final or empty.38
errorMethod 'setEntity' is not designed for extension - needs to be abstract, final or empty.47
errorParameter entity should be final.47
error'entity' hides a field.47

net/sf/imca/taglibs/Rider.java

ViolationMessageLine
errorUnused import - javax.servlet.jsp.JspTagException.4
errorUnused import - net.sf.imca.web.backingbeans.WebUser.11
errorMissing a Javadoc comment.13
errorLine has trailing spaces.14
errorFirst sentence should end with a period.16
errorMissing a Javadoc comment.21
errorLine has trailing spaces.22
errorMethod 'doStartTag' is not designed for extension - needs to be abstract, final or empty.23
errorMissing a Javadoc comment.23
errorLine has trailing spaces.24
error'!' is followed by whitespace.26
error')' is preceded with whitespace.26
error'{' is not preceded with whitespace.26
errorLine has trailing spaces.29
errorName 'ParameterId' must match pattern '^[a-z][a-zA-Z0-9]*$'.30
errorLine has trailing spaces.38
errorLine has trailing spaces.40
errorLine is longer than 80 characters.41
error'cast' is not followed by whitespace.41
errorLine has trailing spaces.42
error'(' is followed by whitespace.43
errorLine has trailing spaces.51
errorMissing a Javadoc comment.52
errorParameter person should be final.52
error')' is preceded with whitespace.52
errorLine has trailing spaces.54
errorLine has trailing spaces.55
errorLine has trailing spaces.56
errorLine is longer than 80 characters.57
errorLine is longer than 80 characters.58
errorLine is longer than 80 characters.59
errorLine is longer than 80 characters.60
errorLine is longer than 80 characters.63
errorLine has trailing spaces.64
errorLine has trailing spaces.76
errorLine has trailing spaces.80
errorLine has trailing spaces.82
errorLine is longer than 80 characters.82
errorLine has trailing spaces.83

net/sf/imca/model/entities/FeeEntity.java

ViolationMessageLine
errorFile does not end with a newline.0
error'(' is followed by whitespace.33
errorLine has trailing spaces.35
error'=' is not preceded with whitespace.43
error'=' is not followed by whitespace.43
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.48
errorMethod 'getAmount' is not designed for extension - needs to be abstract, final or empty.50
errorMissing a Javadoc comment.50
errorMethod 'setAmount' is not designed for extension - needs to be abstract, final or empty.54
errorMissing a Javadoc comment.54
errorParameter amount should be final.54
error'amount' hides a field.54
errorMethod 'getCurrency' is not designed for extension - needs to be abstract, final or empty.58
errorMissing a Javadoc comment.58
errorMethod 'setCurrency' is not designed for extension - needs to be abstract, final or empty.62
errorMissing a Javadoc comment.62
errorParameter currency should be final.62
error'currency' hides a field.62
errorMethod 'getId' is not designed for extension - needs to be abstract, final or empty.66
errorMissing a Javadoc comment.66
errorMethod 'setId' is not designed for extension - needs to be abstract, final or empty.70
errorMissing a Javadoc comment.70
errorParameter id should be final.70
error'id' hides a field.70
errorLine has trailing spaces.75
errorExpected an @return tag.78
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.78
error'{' is not preceded with whitespace.78

net/sf/imca/model/entities/SailEntity.java

ViolationMessageLine
error'(' is followed by whitespace.36
error'=' is not preceded with whitespace.38
error'=' is not followed by whitespace.38
error'+' should be on a new line.38
error'=' is not preceded with whitespace.47
error'=' is not followed by whitespace.47
errorLine has trailing spaces.59
errorMissing a Javadoc comment.60
errorMissing a Javadoc comment.63
errorLine has trailing spaces.65
errorMissing a Javadoc comment.66
errorMethod 'getId' is not designed for extension - needs to be abstract, final or empty.68
errorMissing a Javadoc comment.68
errorMethod 'setId' is not designed for extension - needs to be abstract, final or empty.72
errorMissing a Javadoc comment.72
errorParameter id should be final.72
error'id' hides a field.72
errorMethod 'getMeasurer' is not designed for extension - needs to be abstract, final or empty.76
errorMissing a Javadoc comment.76
errorMethod 'setMeasurer' is not designed for extension - needs to be abstract, final or empty.80
errorMissing a Javadoc comment.80
errorParameter measurer should be final.80
error'measurer' hides a field.80
errorMethod 'getSailmaker' is not designed for extension - needs to be abstract, final or empty.84
errorMissing a Javadoc comment.84
errorMethod 'setSailmaker' is not designed for extension - needs to be abstract, final or empty.88
errorMissing a Javadoc comment.88
errorParameter sailmaker should be final.88
error'sailmaker' hides a field.88
errorMethod 'getMeasuredDate' is not designed for extension - needs to be abstract, final or empty.92
errorMissing a Javadoc comment.92
errorMethod 'setMeasuredDate' is not designed for extension - needs to be abstract, final or empty.96
errorMissing a Javadoc comment.96
errorParameter measuredDate should be final.96
error'measuredDate' hides a field.96
errorLine has trailing spaces.99
errorMethod 'getType' is not designed for extension - needs to be abstract, final or empty.100
errorMissing a Javadoc comment.100
errorMethod 'setType' is not designed for extension - needs to be abstract, final or empty.104
errorMissing a Javadoc comment.104
errorParameter type should be final.104
error'type' hides a field.104
errorMethod 'getDescription' is not designed for extension - needs to be abstract, final or empty.108
errorMissing a Javadoc comment.108
errorMethod 'setDescription' is not designed for extension - needs to be abstract, final or empty.112
errorMissing a Javadoc comment.112
errorParameter description should be final.112
error'description' hides a field.112
errorLine has trailing spaces.117
errorExpected an @return tag.120
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.120
error'{' is not preceded with whitespace.120

net/sf/imca/taglibs/ImcaNationalCommittee.java

ViolationMessageLine
errorUnused import - java.util.Locale.3
errorMissing a Javadoc comment.12
errorFirst sentence should end with a period.14
errorMissing a Javadoc comment.19
errorMissing a Javadoc comment.21
errorMissing a Javadoc comment.23
errorVariable 'count' must be private and have accessor methods.23
errorMissing a Javadoc comment.25
errorVariable 'committee' must be private and have accessor methods.25
errorMethod 'doStartTag' is not designed for extension - needs to be abstract, final or empty.27
errorMissing a Javadoc comment.27
errorLine has trailing spaces.40
errorLine has trailing spaces.47
errorMethod 'doAfterBody' is not designed for extension - needs to be abstract, final or empty.57
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.69
errorLine has trailing spaces.70
errorLine has trailing spaces.72
errorLine is longer than 80 characters.73
errorLine is longer than 80 characters.76
errorLine has trailing spaces.77
errorMethod 'getArea' is not designed for extension - needs to be abstract, final or empty.94
errorMissing a Javadoc comment.94
errorMethod 'setArea' is not designed for extension - needs to be abstract, final or empty.98
errorMissing a Javadoc comment.98
errorParameter area should be final.98
error'area' hides a field.98
errorMethod 'getCountryCode' is not designed for extension - needs to be abstract, final or empty.102
errorMissing a Javadoc comment.102
errorMethod 'setCountryCode' is not designed for extension - needs to be abstract, final or empty.106
errorMissing a Javadoc comment.106
errorParameter countryCode should be final.106
error'countryCode' hides a field.106

net/sf/imca/model/exceptions/LogInException.java

ViolationMessageLine
errorMissing a Javadoc comment.18
errorMissing a Javadoc comment.25
errorParameter message should be final.25

net/sf/imca/model/FeeBO.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine has trailing spaces.39
errorMethod 'getEntity' is not designed for extension - needs to be abstract, final or empty.54
errorMethod 'setEntity' is not designed for extension - needs to be abstract, final or empty.63
errorParameter entity should be final.63
error'entity' hides a field.63

net/sf/imca/model/entities/FoilEntity.java

ViolationMessageLine
errorLine has trailing spaces.34
error'(' is followed by whitespace.34
error'=' is not preceded with whitespace.44
error'=' is not followed by whitespace.44
errorMissing a Javadoc comment.57
errorLine has trailing spaces.59
errorMethod 'getBuilder' is not designed for extension - needs to be abstract, final or empty.60
errorMissing a Javadoc comment.60
errorMethod 'setBuilder' is not designed for extension - needs to be abstract, final or empty.64
errorMissing a Javadoc comment.64
errorParameter builder should be final.64
error'builder' hides a field.64
errorMethod 'getDescription' is not designed for extension - needs to be abstract, final or empty.68
errorMissing a Javadoc comment.68
errorMethod 'setDescription' is not designed for extension - needs to be abstract, final or empty.72
errorMissing a Javadoc comment.72
errorParameter description should be final.72
error'description' hides a field.72
errorMethod 'getId' is not designed for extension - needs to be abstract, final or empty.76
errorMissing a Javadoc comment.76
errorMethod 'setId' is not designed for extension - needs to be abstract, final or empty.80
errorMissing a Javadoc comment.80
errorParameter id should be final.80
error'id' hides a field.80
errorLine has trailing spaces.83
errorMethod 'getType' is not designed for extension - needs to be abstract, final or empty.84
errorMissing a Javadoc comment.84
errorMethod 'setType' is not designed for extension - needs to be abstract, final or empty.88
errorMissing a Javadoc comment.88
errorParameter type should be final.88
error'type' hides a field.88
errorLine has trailing spaces.93
errorExpected an @return tag.96
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.96
error'{' is not preceded with whitespace.96

net/sf/imca/model/exceptions/DataCheckingException.java

ViolationMessageLine
errorMissing a Javadoc comment.18
errorMissing a Javadoc comment.25
errorParameter message should be final.25

net/sf/imca/web/backingbeans/CommitteeBean.java

ViolationMessageLine
errorMissing a Javadoc comment.45
errorLine has trailing spaces.46
errorLine has trailing spaces.51
errorLine has trailing spaces.66
errorMissing a Javadoc comment.67
errorLine has trailing spaces.68
errorMissing a Javadoc comment.69
errorLine has trailing spaces.70
errorMissing a Javadoc comment.71
errorLine has trailing spaces.72
errorMissing a Javadoc comment.73
errorLine has trailing spaces.74
errorMissing a Javadoc comment.75
errorLine has trailing spaces.76
errorMissing a Javadoc comment.77
errorVariable 'dataModel' must be private and have accessor methods.77
errorLine has trailing spaces.78
errorMissing a Javadoc comment.79
errorLine has trailing spaces.80
errorMissing a Javadoc comment.81
errorVariable 'service' must be private and have accessor methods.81
errorMethod 'actionListMembership' is not designed for extension - needs to be abstract, final or empty.83
errorMissing a Javadoc comment.83
error'{' is not preceded with whitespace.83
errorLine has trailing spaces.87
errorMethod 'actionSelectAssociation' is not designed for extension - needs to be abstract, final or empty.88
errorMissing a Javadoc comment.88
errorLine is longer than 80 characters.90
errorLine has trailing spaces.92
errorLine has trailing spaces.95
errorMethod 'actionSelectMembershipType' is not designed for extension - needs to be abstract, final or empty.96
errorMissing a Javadoc comment.96
errorLine is longer than 80 characters.97
error'membershipType' hides a field.97
errorLine is longer than 80 characters.102
errorLine has trailing spaces.106
errorMethod 'actionAddMembershipType' is not designed for extension - needs to be abstract, final or empty.107
errorMissing a Javadoc comment.107
error'{' is not preceded with whitespace.107
errorLine has trailing spaces.108
errorLine is longer than 80 characters.110
errorLine has trailing spaces.112
errorLine has trailing spaces.115
errorMethod 'actionSaveMembershipType' is not designed for extension - needs to be abstract, final or empty.116
errorMissing a Javadoc comment.116
error'{' is not preceded with whitespace.116
errorLine has trailing spaces.117
errorLine has trailing spaces.118
errorLine has trailing spaces.121
errorLine has trailing spaces.124
errorLine has trailing spaces.125
errorLine has trailing spaces.126
errorMethod 'actionConfirmPaidMembershipRequests' is not designed for extension - needs to be abstract, final or empty.127
errorMissing a Javadoc comment.127
error'{' is not preceded with whitespace.127
errorLine has trailing spaces.128
errorLine is longer than 80 characters.131
errorLine has trailing spaces.134
errorMethod 'actionDeleteMembershipRequests' is not designed for extension - needs to be abstract, final or empty.135
errorMissing a Javadoc comment.135
error'{' is not preceded with whitespace.135
errorLine has trailing spaces.136
errorLine is longer than 80 characters.139
errorLine has trailing spaces.142
errorMethod 'actionDeleteMembershipType' is not designed for extension - needs to be abstract, final or empty.143
errorMissing a Javadoc comment.143
errorLine has trailing spaces.150
errorMethod 'getMembershipTypeCanBeDeleted' is not designed for extension - needs to be abstract, final or empty.151
errorMissing a Javadoc comment.151
errorLine has trailing spaces.154
errorLine has trailing spaces.155
errorMethod 'actionSaveAssociationData' is not designed for extension - needs to be abstract, final or empty.156
errorMissing a Javadoc comment.156
error'{' is not preceded with whitespace.156
errorLine is longer than 80 characters.157
errorLine has trailing spaces.160
errorMethod 'actionAddMember' is not designed for extension - needs to be abstract, final or empty.161
errorMissing a Javadoc comment.161
error'{' is not preceded with whitespace.161
errorLine is longer than 80 characters.166
errorLine has trailing spaces.170
errorMethod 'getUserFeedbackMessage' is not designed for extension - needs to be abstract, final or empty.171
errorMissing a Javadoc comment.171
errorMethod 'setUserFeedbackMessage' is not designed for extension - needs to be abstract, final or empty.175
errorMissing a Javadoc comment.175
errorParameter userFeedbackMessage should be final.175
error'userFeedbackMessage' hides a field.175
errorMethod 'getStartDate' is not designed for extension - needs to be abstract, final or empty.179
errorMissing a Javadoc comment.179
errorMethod 'setStartDate' is not designed for extension - needs to be abstract, final or empty.183
errorMissing a Javadoc comment.183
errorParameter startDate should be final.183
error'startDate' hides a field.183
errorMethod 'getEndDate' is not designed for extension - needs to be abstract, final or empty.187
errorMissing a Javadoc comment.187
errorMethod 'setEndDate' is not designed for extension - needs to be abstract, final or empty.191
errorMissing a Javadoc comment.191
errorParameter endDate should be final.191
error'endDate' hides a field.191
errorMethod 'getMembershipType' is not designed for extension - needs to be abstract, final or empty.195
errorMissing a Javadoc comment.195
errorMethod 'setMembershipType' is not designed for extension - needs to be abstract, final or empty.199
errorMissing a Javadoc comment.199
errorParameter membershipType should be final.199
error'membershipType' hides a field.199
errorMethod 'getFee' is not designed for extension - needs to be abstract, final or empty.203
errorMissing a Javadoc comment.203
errorMethod 'setFee' is not designed for extension - needs to be abstract, final or empty.207
errorMissing a Javadoc comment.207
errorParameter fee should be final.207
error'fee' hides a field.207
errorMethod 'getMemberList' is not designed for extension - needs to be abstract, final or empty.211
errorMissing a Javadoc comment.211
errorMethod 'setMemberList' is not designed for extension - needs to be abstract, final or empty.215
errorMissing a Javadoc comment.215
errorParameter memberList should be final.215
error'memberList' hides a field.215
errorMethod 'getOfficalImcaAssociationItems' is not designed for extension - needs to be abstract, final or empty.219
errorMissing a Javadoc comment.219
errorLine has trailing spaces.220
errorLine has trailing spaces.221
errorLine is longer than 80 characters.222
errorLine has trailing spaces.223
errorLine has trailing spaces.225
error'=' is not preceded with whitespace.226
error'=' is not followed by whitespace.226
errorLine has trailing spaces.228
errorLine has trailing spaces.232
errorLine has trailing spaces.233
errorMethod 'getMembershipTypeItems' is not designed for extension - needs to be abstract, final or empty.234
errorMissing a Javadoc comment.234
errorLine has trailing spaces.235
errorLine has trailing spaces.236
errorLine has trailing spaces.238
errorLine has trailing spaces.240
error'=' is not preceded with whitespace.241
error'=' is not followed by whitespace.241
errorLine has trailing spaces.243
errorLine has trailing spaces.247
errorLine has trailing spaces.248
errorMethod 'getAssociationName' is not designed for extension - needs to be abstract, final or empty.249
errorMissing a Javadoc comment.249
errorLine has trailing spaces.253
errorMethod 'getAssociationItems' is not designed for extension - needs to be abstract, final or empty.254
errorMissing a Javadoc comment.254
errorLine has trailing spaces.255
errorLine has trailing spaces.256
errorLine has trailing spaces.258
errorLine has trailing spaces.260
error'=' is not preceded with whitespace.261
error'=' is not followed by whitespace.261
errorLine has trailing spaces.263
errorLine has trailing spaces.267
errorMethod 'getAssociationId' is not designed for extension - needs to be abstract, final or empty.269
errorMissing a Javadoc comment.269
errorMethod 'setAssociationId' is not designed for extension - needs to be abstract, final or empty.273
errorMissing a Javadoc comment.273
errorParameter associationId should be final.273
error'associationId' hides a field.273
errorMethod 'getCurrencyCode' is not designed for extension - needs to be abstract, final or empty.277
errorMissing a Javadoc comment.277
errorMethod 'setCurrencyCode' is not designed for extension - needs to be abstract, final or empty.289
errorMissing a Javadoc comment.289
errorParameter currencyCode should be final.289
error'currencyCode' hides a field.289
errorLine has trailing spaces.292
errorLine has trailing spaces.293
errorMethod 'getMembershipRequestsList' is not designed for extension - needs to be abstract, final or empty.294
errorMissing a Javadoc comment.294
errorLine has trailing spaces.300
errorMethod 'getMembershipList' is not designed for extension - needs to be abstract, final or empty.301
errorMissing a Javadoc comment.301
errorMethod 'getRefDate' is not designed for extension - needs to be abstract, final or empty.308
errorMissing a Javadoc comment.308
errorMethod 'setRefDate' is not designed for extension - needs to be abstract, final or empty.312
errorMissing a Javadoc comment.312
errorParameter refDate should be final.312
error'refDate' hides a field.312
errorMethod 'getPaymentExplanation' is not designed for extension - needs to be abstract, final or empty.316
errorMissing a Javadoc comment.316
errorMethod 'setPaymentExplanation' is not designed for extension - needs to be abstract, final or empty.320
errorMissing a Javadoc comment.320
errorParameter paymentExplanation should be final.320
error'paymentExplanation' hides a field.320
errorMethod 'getUrl' is not designed for extension - needs to be abstract, final or empty.324
errorMissing a Javadoc comment.324
errorMethod 'setUrl' is not designed for extension - needs to be abstract, final or empty.328
errorMissing a Javadoc comment.328
errorParameter url should be final.328
error'url' hides a field.328
errorMethod 'getMembershipTypeId' is not designed for extension - needs to be abstract, final or empty.332
errorMissing a Javadoc comment.332
errorMethod 'setMembershipTypeId' is not designed for extension - needs to be abstract, final or empty.336
errorMissing a Javadoc comment.336
errorParameter membershipTypeId should be final.336
error'membershipTypeId' hides a field.336
errorMethod 'getEmail' is not designed for extension - needs to be abstract, final or empty.340
errorMissing a Javadoc comment.340
errorMethod 'setEmail' is not designed for extension - needs to be abstract, final or empty.344
errorMissing a Javadoc comment.344
errorParameter email should be final.344
error'email' hides a field.344
errorLine has trailing spaces.348

net/sf/imca/model/ImcaUtils.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a Javadoc comment.14
errorUtility classes should not have a public or default constructor.14
errorMissing a Javadoc comment.16
errorLine has trailing spaces.17
errorMissing a Javadoc comment.18
errorLine has trailing spaces.19
errorLine is longer than 80 characters.20
errorMissing a Javadoc comment.20
error'static' modifier out of order with the JLS suggestions.20
errorName 'sdf' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.20
errorLine has trailing spaces.21
errorLine is longer than 80 characters.22
errorMissing a Javadoc comment.22
error'static' modifier out of order with the JLS suggestions.22
errorLine has trailing spaces.24
errorLine has trailing spaces.25
errorMissing a Javadoc comment.26
error'{' is not preceded with whitespace.26
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.34
errorComment matches to-do format 'TODO:'.36
errorLine is longer than 80 characters.38
errorLine has trailing spaces.40
errorLine has trailing spaces.43
errorLine has trailing spaces.45
errorLine has trailing spaces.48
errorMissing a Javadoc comment.49
errorParameter messageKey should be final.49
errorParameter locale should be final.49
errorMissing a Javadoc comment.59
errorParameter date should be final.59
error'{' is not preceded with whitespace.59
errorLine has trailing spaces.62

net/sf/imca/model/entities/AssociationDAO.java

ViolationMessageLine
errorUnused import - java.util.Collection.18
errorMissing a Javadoc comment.26
errorMethod 'findAssociation' is not designed for extension - needs to be abstract, final or empty.28
errorMissing a Javadoc comment.28
errorParameter em should be final.29
errorParameter countryCode should be final.30
errorParameter area should be final.30
errorLine is longer than 80 characters.32
error'<' is not preceded with whitespace.35
error'<' is not followed by whitespace.35
error'>' is not preceded with whitespace.35
errorLine has trailing spaces.42
errorMethod 'getAssociationsInCountry' is not designed for extension - needs to be abstract, final or empty.44
errorMissing a Javadoc comment.44
error'<' is not preceded with whitespace.45
error'<' is not followed by whitespace.45
error'>' is not preceded with whitespace.45
errorParameter em should be final.45
errorParameter countryCode should be final.46
errorLine has trailing spaces.50
errorLine has trailing spaces.54
errorMethod 'findCommitteeMemberships' is not designed for extension - needs to be abstract, final or empty.55
errorMissing a Javadoc comment.55
errorLine is longer than 80 characters.56
error'<' is not preceded with whitespace.56
error'<' is not followed by whitespace.56
error'>' is not preceded with whitespace.56
errorParameter em should be final.56
errorParameter person should be final.57
errorLine has trailing spaces.61
errorLine has trailing spaces.65
errorMethod 'findMembershipTypes' is not designed for extension - needs to be abstract, final or empty.66
errorMissing a Javadoc comment.66
error'<' is not preceded with whitespace.67
error'<' is not followed by whitespace.67
error'>' is not preceded with whitespace.67
errorParameter em should be final.67
errorParameter association should be final.68
errorLine has trailing spaces.72
errorMethod 'getWorldAssociation' is not designed for extension - needs to be abstract, final or empty.77
errorMissing a Javadoc comment.77
errorParameter em should be final.77
errorLine has trailing spaces.78
errorLine is longer than 80 characters.80
error'(' is followed by whitespace.81
errorLine has trailing spaces.87
errorLine has trailing spaces.89
errorLine is longer than 80 characters.90
errorMethod 'getAssociations' is not designed for extension - needs to be abstract, final or empty.90
errorMissing a Javadoc comment.90
error'<' is not preceded with whitespace.90
error'<' is not followed by whitespace.90
error'>' is not preceded with whitespace.90
errorParameter em should be final.90
errorParameter official should be final.90
errorLine has trailing spaces.91
error'<' is not preceded with whitespace.94
error'<' is not followed by whitespace.94
error'>' is not preceded with whitespace.94
errorMethod 'getAllAssociations' is not designed for extension - needs to be abstract, final or empty.98
errorMissing a Javadoc comment.98
error'<' is not preceded with whitespace.99
error'<' is not followed by whitespace.99
error'>' is not preceded with whitespace.99
errorParameter em should be final.99
errorLine has trailing spaces.103
errorMethod 'getAssociationsWithWebsites' is not designed for extension - needs to be abstract, final or empty.104
errorMissing a Javadoc comment.104
errorLine is longer than 80 characters.105
error'<' is not preceded with whitespace.105
error'<' is not followed by whitespace.105
error'>' is not preceded with whitespace.105
errorParameter em should be final.105
errorLine has trailing spaces.109

net/sf/imca/model/entities/EventEntity.java

ViolationMessageLine
errorLine has trailing spaces.36
error'(' is followed by whitespace.36
errorLine has trailing spaces.38
error'=' is not preceded with whitespace.46
error'=' is not followed by whitespace.46
errorMissing a Javadoc comment.49
error'<' is not preceded with whitespace.50
error'<' is not followed by whitespace.50
error'>' is not preceded with whitespace.50
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.56
error'<' is not preceded with whitespace.57
error'<' is not followed by whitespace.57
error'>' is not preceded with whitespace.57
errorMethod 'getEntries' is not designed for extension - needs to be abstract, final or empty.59
errorMissing a Javadoc comment.59
error'<' is not preceded with whitespace.59
error'<' is not followed by whitespace.59
error'>' is not preceded with whitespace.59
errorMethod 'setEntries' is not designed for extension - needs to be abstract, final or empty.63
errorMissing a Javadoc comment.63
errorParameter entries should be final.63
error'<' is not preceded with whitespace.63
error'<' is not followed by whitespace.63
error'>' is not preceded with whitespace.63
error'entries' hides a field.63
errorMethod 'getId' is not designed for extension - needs to be abstract, final or empty.67
errorMissing a Javadoc comment.67
errorMethod 'setId' is not designed for extension - needs to be abstract, final or empty.71
errorMissing a Javadoc comment.71
errorParameter id should be final.71
error'id' hides a field.71
errorMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.75
errorMissing a Javadoc comment.75
errorMethod 'setLocation' is not designed for extension - needs to be abstract, final or empty.79
errorMissing a Javadoc comment.79
errorParameter location should be final.79
error'location' hides a field.79
errorMethod 'getSailingClub' is not designed for extension - needs to be abstract, final or empty.83
errorMissing a Javadoc comment.83
error'<' is not preceded with whitespace.83
error'<' is not followed by whitespace.83
error'>' is not preceded with whitespace.83
errorMethod 'setSailingClub' is not designed for extension - needs to be abstract, final or empty.87
errorMissing a Javadoc comment.87
errorParameter sailingClub should be final.87
error'<' is not preceded with whitespace.87
error'<' is not followed by whitespace.87
error'>' is not preceded with whitespace.87
error'sailingClub' hides a field.87
errorMethod 'getName' is not designed for extension - needs to be abstract, final or empty.91
errorMissing a Javadoc comment.91
errorMethod 'setName' is not designed for extension - needs to be abstract, final or empty.95
errorMissing a Javadoc comment.95
errorParameter name should be final.95
error'name' hides a field.95
errorLine has trailing spaces.100
errorExpected an @return tag.103
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.103
error'{' is not preceded with whitespace.103

net/sf/imca/model/PersonBO.java

ViolationMessageLine
errorLine has trailing spaces.52
errorMissing a Javadoc comment.67
error'{' is not preceded with whitespace.67
error'{' is not followed by whitespace.67
error'}' is not preceded with whitespace.67
errorMissing a Javadoc comment.69
errorParameter em should be final.69
errorParameter id should be final.69
errorMissing a Javadoc comment.73
errorParameter em should be final.73
errorParameter email should be final.73
errorLine has trailing spaces.76
errorMissing a Javadoc comment.77
errorParameter em should be final.78
errorParameter email should be final.78
errorParameter password should be final.78
errorLine has trailing spaces.81
error'8' is a magic number.90
errorLine has trailing spaces.94
errorLine has trailing spaces.101
error'<' is not preceded with whitespace.104
error'<' is not followed by whitespace.104
error'>' is not preceded with whitespace.104
errorLine has trailing spaces.131
errorMissing a Javadoc comment.132
errorParameter em should be final.133
errorParameter nodeList should be final.133
errorName 'email_username' must match pattern '^[a-z][a-zA-Z0-9]*$'.141
errorName 'email_domain' must match pattern '^[a-z][a-zA-Z0-9]*$'.142
errorName 'address_street1' must match pattern '^[a-z][a-zA-Z0-9]*$'.144
errorName 'address_street2' must match pattern '^[a-z][a-zA-Z0-9]*$'.145
errorName 'address_city' must match pattern '^[a-z][a-zA-Z0-9]*$'.146
errorName 'address_area' must match pattern '^[a-z][a-zA-Z0-9]*$'.147
errorName 'address_postcode' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
errorName 'address_country' must match pattern '^[a-z][a-zA-Z0-9]*$'.149
errorLine is longer than 80 characters.158
errorLine is longer than 80 characters.206
errorLine is longer than 80 characters.207
error'<' is not preceded with whitespace.217
error'<' is not followed by whitespace.217
error'>' is not preceded with whitespace.217
errorMust have at least one statement.219
errorLine has trailing spaces.247
errorLine has trailing spaces.256
errorMissing a Javadoc comment.257
errorParameter personEntity should be final.257
errorLine has trailing spaces.261
errorMethod 'register' is not designed for extension - needs to be abstract, final or empty.261
errorMissing a Javadoc comment.261
errorParameter em should be final.261
errorLine has trailing spaces.263
errorMethod 'getEntity' is not designed for extension - needs to be abstract, final or empty.278
errorMethod 'setEntity' is not designed for extension - needs to be abstract, final or empty.287
errorParameter entity should be final.287
error'entity' hides a field.287
errorLine has trailing spaces.291
errorMethod 'setPasswordEncodeAndSet' is not designed for extension - needs to be abstract, final or empty.291
errorMissing a Javadoc comment.291
errorParameter plainTextPassword should be final.291
errorLine has trailing spaces.292
errorLine has trailing spaces.294
error'8' is a magic number.295
errorLine has trailing spaces.298
errorLine has trailing spaces.301
errorMissing a Javadoc comment.302
errorParameter password should be final.302
errorArray brackets at illegal position.307
errorComment matches to-do format 'TODO:'.314
errorLine has trailing spaces.315
errorMethod 'sendPassword' is not designed for extension - needs to be abstract, final or empty.320
errorParameter em should be final.320
errorParameter email should be final.320
errorExpected @throws tag for 'DataCheckingException'.321
error'{' is followed by whitespace.326
errorLine has trailing spaces.331
error'+' should be on a new line.333
errorMethod 'getLocale' is not designed for extension - needs to be abstract, final or empty.339
errorMissing a Javadoc comment.339
errorLine is longer than 80 characters.343
errorLine has trailing spaces.347
errorExpected an @return tag.352
errorLine has trailing spaces.353
errorParameter em should be final.353
errorExpected @param tag for 'em'.353
errorParameter email should be final.353
errorExpected @param tag for 'email'.353
errorExpected @throws tag for 'DataCheckingException'.354
error'<' is not preceded with whitespace.358
error'<' is not followed by whitespace.358
error'>' is not preceded with whitespace.358
error'30' is a magic number.365
error'16' is a magic number.366
errorExpected an @return tag.381
errorMethod 'getName' is not designed for extension - needs to be abstract, final or empty.381
error')' is preceded with whitespace.382
error'{' is not preceded with whitespace.382
errorLine has trailing spaces.388
errorLine has trailing spaces.389
errorMethod 'getXmlId' is not designed for extension - needs to be abstract, final or empty.390
errorMissing a Javadoc comment.390
error')' is preceded with whitespace.391
error'{' is not preceded with whitespace.391
errorLine has trailing spaces.401
errorLine has trailing spaces.402
errorMissing a Javadoc comment.403
errorParameter em should be final.404
errorParameter email should be final.404
error'{' is not preceded with whitespace.404
errorLine has trailing spaces.405
error'<' is not preceded with whitespace.408
error'<' is not followed by whitespace.408
error'>' is not preceded with whitespace.408
errorExpected an @return tag.423
errorLine is longer than 80 characters.423
errorExpected @param tag for 'oldXmlCode'.423
errorLine has trailing spaces.459
errorLine has trailing spaces.462
errorMethod 'replaceEmail' is not designed for extension - needs to be abstract, final or empty.468
errorParameter em should be final.468
errorExpected @param tag for 'em'.468
errorParameter email should be final.468
errorExpected @param tag for 'email'.468
errorExpected @throws tag for 'DataCheckingException'.469
errorLine has trailing spaces.470
errorLine is longer than 80 characters.473
errorComment matches to-do format 'TODO:'.480
errorMethod 'isOnWorldsCommitte' is not designed for extension - needs to be abstract, final or empty.481
errorMissing a Javadoc comment.481
error'{' is not preceded with whitespace.481
errorComment matches to-do format 'TODO:'.485
errorMethod 'isCurrentMember' is not designed for extension - needs to be abstract, final or empty.486
errorMissing a Javadoc comment.486
error'{' is not preceded with whitespace.486
errorLine has trailing spaces.489
errorComment matches to-do format 'TODO:'.490
errorMethod 'getOnCommittee' is not designed for extension - needs to be abstract, final or empty.491
errorMissing a Javadoc comment.491
errorParameter em should be final.491
error'{' is not preceded with whitespace.491
errorConditional logic can be removed.493
errorMethod 'getCommitteeMemberships' is not designed for extension - needs to be abstract, final or empty.500
errorMissing a Javadoc comment.500
errorParameter em should be final.500
errorLine has trailing spaces.501
errorLine is longer than 80 characters.503
error'<' is not preceded with whitespace.503
error'<' is not followed by whitespace.503
error'>' is not preceded with whitespace.503
errorLine has trailing spaces.505
error'=' is not preceded with whitespace.506
error'=' is not followed by whitespace.506
error'{' is not preceded with whitespace.506
errorLine has trailing spaces.510
errorLine has trailing spaces.513
errorLine is longer than 80 characters.514
errorMethod 'getOficialIMCACommitteeMemberships' is not designed for extension - needs to be abstract, final or empty.514
errorMissing a Javadoc comment.514
errorParameter em should be final.514
errorLine has trailing spaces.515
error'<' is not preceded with whitespace.517
error'<' is not followed by whitespace.517
error'>' is not preceded with whitespace.517
error'<' is not preceded with whitespace.517
error'<' is not followed by whitespace.517
error'>' is not preceded with whitespace.517
error'(' is preceded with whitespace.517
errorLine has trailing spaces.518
error'=' is not preceded with whitespace.519
error'=' is not followed by whitespace.519
error'{' is not preceded with whitespace.519
error'=' is not preceded with whitespace.525
error'=' is not followed by whitespace.525
error'{' is not preceded with whitespace.525
errorLine has trailing spaces.530
errorMethod 'getDefaultCountryCode' is not designed for extension - needs to be abstract, final or empty.532
errorMissing a Javadoc comment.532
errorMethod 'sendMembershipRequestMail' is not designed for extension - needs to be abstract, final or empty.539
errorMissing a Javadoc comment.539
errorParameter em should be final.539
errorParameter memType should be final.540
errorLine has trailing spaces.544
error'{' is followed by whitespace.546
errorLine has trailing spaces.547
errorLine is longer than 80 characters.548
errorLine has trailing spaces.551
errorLine has trailing spaces.552
errorLine has trailing spaces.555
error'+' should be on a new line.556
errorLine is longer than 80 characters.557
error'+' should be on a new line.557
errorLine has trailing spaces.558
error'+' should be on a new line.558
errorLine has trailing spaces.559
errorMethod 'sendMembershipConfirmationMail' is not designed for extension - needs to be abstract, final or empty.564
errorMissing a Javadoc comment.564
errorParameter em should be final.564
errorParameter memType should be final.565
errorLine has trailing spaces.566
errorLine has trailing spaces.569
error'{' is followed by whitespace.571
errorLine has trailing spaces.572
errorLine is longer than 80 characters.573
errorLine has trailing spaces.576
errorLine has trailing spaces.577
errorLine is longer than 80 characters.577
errorLine has trailing spaces.580
error'+' should be on a new line.581
errorLine is longer than 80 characters.582
error'+' should be on a new line.582
errorLine has trailing spaces.583
error'+' should be on a new line.583
errorLine has trailing spaces.584
errorLine has trailing spaces.588
errorLine is longer than 80 characters.589
errorMissing a Javadoc comment.589
errorParameter memType should be final.589
errorParameter withPaymentDetails should be final.590
error'{' is not preceded with whitespace.590
error'+' should be on a new line.592
error'+' should be on a new line.593
errorLine is longer than 80 characters.594
error'+' should be on a new line.594
error'+' should be on a new line.597
error'+' should be on a new line.598
errorLine is longer than 80 characters.599
errorMethod 'getCountry' is not designed for extension - needs to be abstract, final or empty.603
errorMissing a Javadoc comment.603
errorLine is longer than 80 characters.607
errorLine has trailing spaces.608
errorLine has trailing spaces.611
errorLine has trailing spaces.612
errorMethod 'getAddressHtml' is not designed for extension - needs to be abstract, final or empty.613
errorMissing a Javadoc comment.613
errorLine has trailing spaces.614
error'(' is followed by whitespace.628
errorLine has trailing spaces.629
errorMethod 'getSmallPictureUrl' is not designed for extension - needs to be abstract, final or empty.633
errorMissing a Javadoc comment.633
errorLine has trailing spaces.634
errorLine has trailing spaces.637
errorMethod 'getRiderPageUrl' is not designed for extension - needs to be abstract, final or empty.638
errorMissing a Javadoc comment.638
error'{' is not preceded with whitespace.638

net/sf/imca/web/RidersDataServlet.java

ViolationMessageLine
errorFile does not end with a newline.0
errorUnused import - java.io.PrintWriter.19
errorUnused import - java.lang.reflect.InvocationTargetException.20
errorUnused import - java.lang.reflect.Method.21
errorUnused import - java.util.ArrayList.22
errorUnused import - java.util.Collection.23
errorUnused import - java.util.Enumeration.24
errorUnused import - java.util.Hashtable.25
errorUnused import - java.util.Iterator.26
errorUnused import - javax.servlet.jsp.JspException.32
errorUnused import - net.sf.imca.services.ReflectionUtil.37
errorUnused import - net.sf.imca.web.backingbeans.Utils.38
errorLine has trailing spaces.41
errorMethod 'doGet' is not designed for extension - needs to be abstract, final or empty.51
errorParameter req should be final.51
errorExpected @param tag for 'req'.51
errorParameter res should be final.51
errorExpected @param tag for 'res'.51
errorLine has trailing spaces.52
error'+' should be on a new line.56
errorLine is longer than 80 characters.57
error'+' should be on a new line.57
errorLine has trailing spaces.59
errorLine has trailing spaces.61
error'<' is not preceded with whitespace.62
error'<' is not followed by whitespace.62
error'>' is not preceded with whitespace.62
errorLine has trailing spaces.63
errorLine has trailing spaces.64
error'=' is not preceded with whitespace.65
error'=' is not followed by whitespace.65
errorLine has trailing spaces.67
error'+' should be on a new line.68
error'+' should be on a new line.69
error'+' should be on a new line.70
error'+' should be on a new line.71
error'+' should be on a new line.72
errorLine is longer than 80 characters.73
error'+' should be on a new line.73
errorLine is longer than 80 characters.74
error'+' should be on a new line.74
errorLine is longer than 80 characters.75
error'+' should be on a new line.75
errorLine is longer than 80 characters.76
error'+' should be on a new line.76
error'+' should be on a new line.77
errorLine has trailing spaces.79
error'>' is not followed by whitespace.82
error'+' should be on a new line.83
errorLine is longer than 80 characters.84
error'+' should be on a new line.84
errorLine is longer than 80 characters.85
error'+' should be on a new line.85
errorLine is longer than 80 characters.88
error'+' should be on a new line.88
error'+' should be on a new line.89
error'+' should be on a new line.90
errorLine is longer than 80 characters.91
error'+' should be on a new line.91
errorLine has trailing spaces.93
error'catch' is not preceded with whitespace.96
error'}' is not followed by whitespace.96
errorMust have at least one statement.96
errorLine has trailing spaces.97
errorLine has trailing spaces.99

net/sf/imca/model/entities/DesignEntity.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine has trailing spaces.35
error'(' is followed by whitespace.35
error'=' is not preceded with whitespace.47
error'=' is not followed by whitespace.47
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.54
error'<' is not preceded with whitespace.55
error'<' is not followed by whitespace.55
error'>' is not preceded with whitespace.55
errorMissing a Javadoc comment.57
errorMethod 'getDescription' is not designed for extension - needs to be abstract, final or empty.59
errorMissing a Javadoc comment.59
errorMethod 'setDescription' is not designed for extension - needs to be abstract, final or empty.63
errorMissing a Javadoc comment.63
errorParameter description should be final.63
error'description' hides a field.63
errorMethod 'getName' is not designed for extension - needs to be abstract, final or empty.67
errorMissing a Javadoc comment.67
errorMethod 'setName' is not designed for extension - needs to be abstract, final or empty.71
errorMissing a Javadoc comment.71
errorParameter name should be final.71
error'name' hides a field.71
errorMethod 'getYear' is not designed for extension - needs to be abstract, final or empty.75
errorMissing a Javadoc comment.75
errorMethod 'setYear' is not designed for extension - needs to be abstract, final or empty.79
errorMissing a Javadoc comment.79
errorParameter year should be final.79
error'year' hides a field.79
errorMethod 'getId' is not designed for extension - needs to be abstract, final or empty.83
errorMissing a Javadoc comment.83
errorMethod 'setId' is not designed for extension - needs to be abstract, final or empty.87
errorMissing a Javadoc comment.87
errorParameter id should be final.87
error'id' hides a field.87
errorMethod 'getDesigners' is not designed for extension - needs to be abstract, final or empty.91
errorMissing a Javadoc comment.91
error'<' is not preceded with whitespace.91
error'<' is not followed by whitespace.91
error'>' is not preceded with whitespace.91
errorMethod 'setDesigners' is not designed for extension - needs to be abstract, final or empty.95
errorMissing a Javadoc comment.95
errorParameter designers should be final.95
error'<' is not preceded with whitespace.95
error'<' is not followed by whitespace.95
error'>' is not preceded with whitespace.95
error'designers' hides a field.95
errorLine has trailing spaces.100
errorExpected an @return tag.103
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.103
error'{' is not preceded with whitespace.103

net/sf/imca/model/entities/PersonDAO.java

ViolationMessageLine
errorMissing a Javadoc comment.22
errorMethod 'findPersonByXmlId' is not designed for extension - needs to be abstract, final or empty.24
errorMissing a Javadoc comment.24
errorParameter em should be final.25
errorParameter xmlId should be final.25
error'<' is not preceded with whitespace.32
error'<' is not followed by whitespace.32
error'>' is not preceded with whitespace.32

net/sf/imca/model/entities/BoatVersionDAO.java

ViolationMessageLine
errorMissing a Javadoc comment.18

net/sf/imca/taglibs/Riders.java

ViolationMessageLine
errorMissing a Javadoc comment.12
errorLine has trailing spaces.13
errorFirst sentence should end with a period.15
errorMissing a Javadoc comment.20
errorVariable 'count' must be private and have accessor methods.20
errorLine has trailing spaces.21
errorLine has trailing spaces.22
errorMissing a Javadoc comment.23
errorVariable 'persons' must be private and have accessor methods.23
errorLine has trailing spaces.24
errorMethod 'doStartTag' is not designed for extension - needs to be abstract, final or empty.25
errorMissing a Javadoc comment.25
errorLine has trailing spaces.26
errorLine has trailing spaces.28
error'<' is not preceded with whitespace.29
error'<' is not followed by whitespace.29
error'>' is not preceded with whitespace.29
errorLine has trailing spaces.30
errorLine has trailing spaces.32
error'=' is not preceded with whitespace.33
error'=' is not followed by whitespace.33
errorLine has trailing spaces.37
error'(' is followed by whitespace.38
error')' is preceded with whitespace.38
errorLine has trailing spaces.45
errorMethod 'doAfterBody' is not designed for extension - needs to be abstract, final or empty.46
errorMissing a Javadoc comment.46
errorLine has trailing spaces.47
errorLine has trailing spaces.57
errorMissing a Javadoc comment.58
errorLine has trailing spaces.60
errorLine has trailing spaces.61
errorLine has trailing spaces.62
errorLine is longer than 80 characters.63
errorLine is longer than 80 characters.64
errorLine is longer than 80 characters.65
errorLine is longer than 80 characters.66
errorLine has trailing spaces.68
errorLine has trailing spaces.80
errorLine is longer than 80 characters.82
errorLine has trailing spaces.84
errorLine is longer than 80 characters.84
errorLine has trailing spaces.85

net/sf/imca/model/entities/CommitteeMemberEntity.java

ViolationMessageLine
errorLine has trailing spaces.35
error'+' should be on a new line.37
errorLine contains a tab character.38
error'+' should be on a new line.38
errorLine contains a tab character.39
error'+' should be on a new line.41
errorLine contains a tab character.42
error'+' should be on a new line.44
error'+' should be on a new line.45
error'+' should be on a new line.48
errorLine contains a tab character.49
error'=' is not preceded with whitespace.57
error'=' is not followed by whitespace.57
errorMissing a Javadoc comment.60
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.65
errorMethod 'getId' is not designed for extension - needs to be abstract, final or empty.68
errorMissing a Javadoc comment.68
errorMethod 'setId' is not designed for extension - needs to be abstract, final or empty.72
errorMissing a Javadoc comment.72
errorParameter id should be final.72
error'id' hides a field.72
errorMethod 'getPositionName' is not designed for extension - needs to be abstract, final or empty.76
errorMissing a Javadoc comment.76
errorMethod 'setPositionName' is not designed for extension - needs to be abstract, final or empty.80
errorMissing a Javadoc comment.80
errorParameter positionName should be final.80
error'positionName' hides a field.80
errorMethod 'getPerson' is not designed for extension - needs to be abstract, final or empty.84
errorMissing a Javadoc comment.84
errorMethod 'setPerson' is not designed for extension - needs to be abstract, final or empty.88
errorMissing a Javadoc comment.88
errorParameter person should be final.88
error'person' hides a field.88
errorMethod 'getAssosiation' is not designed for extension - needs to be abstract, final or empty.92
errorMissing a Javadoc comment.92
errorMethod 'setAssosiation' is not designed for extension - needs to be abstract, final or empty.96
errorMissing a Javadoc comment.96
errorParameter assosiation should be final.96
error'assosiation' hides a field.96
errorLine has trailing spaces.101
errorExpected an @return tag.104
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.104
error'{' is not preceded with whitespace.104

net/sf/imca/model/entities/SailNumberDAO.java

ViolationMessageLine
errorMissing a Javadoc comment.23
errorMethod 'findSailNumber' is not designed for extension - needs to be abstract, final or empty.25
errorMissing a Javadoc comment.25
errorLine is longer than 80 characters.26
errorParameter em should be final.26
errorParameter sailNumber should be final.26
error'<' is not preceded with whitespace.32
error'<' is not followed by whitespace.32
error'>' is not preceded with whitespace.32

net/sf/imca/web/backingbeans/MyDataBean.java

ViolationMessageLine
errorUnused import - java.util.HashMap.18
errorUnused import - java.util.HashSet.19
errorLine has trailing spaces.38
errorLine has trailing spaces.39
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.42
errorLine has trailing spaces.43
errorMissing a Javadoc comment.44
errorLine has trailing spaces.45
errorMissing a Javadoc comment.46
error'<' is not preceded with whitespace.46
error'<' is not followed by whitespace.46
error'>' is not preceded with whitespace.46
errorLine has trailing spaces.52
errorMissing a Javadoc comment.53
errorLine has trailing spaces.54
errorLine has trailing spaces.55
errorMethod 'actionSave' is not designed for extension - needs to be abstract, final or empty.56
errorMissing a Javadoc comment.56
errorLine has trailing spaces.57
errorLine has trailing spaces.65
errorLine has trailing spaces.71
errorLine has trailing spaces.72
errorMethod 'actionSearch' is not designed for extension - needs to be abstract, final or empty.73
errorMissing a Javadoc comment.73
errorLine has trailing spaces.75
error'<' is not preceded with whitespace.77
error'<' is not followed by whitespace.77
error'>' is not preceded with whitespace.77
errorLine has trailing spaces.78
error'<' is not preceded with whitespace.79
error'<' is not followed by whitespace.79
error'>' is not preceded with whitespace.79
error'>' is not followed by whitespace.79
error'=' is not preceded with whitespace.80
error'=' is not followed by whitespace.80
errorLine has trailing spaces.83
errorLine has trailing spaces.85
errorLine has trailing spaces.87
errorMethod 'getFoundPeople' is not designed for extension - needs to be abstract, final or empty.88
errorMissing a Javadoc comment.88
error'<' is not preceded with whitespace.88
error'<' is not followed by whitespace.88
error'>' is not preceded with whitespace.88
error'<' is not preceded with whitespace.90
error'<' is not followed by whitespace.90
error'>' is not preceded with whitespace.90
error'>' is not followed by whitespace.90
errorLine has trailing spaces.95
errorMethod 'getPassword' is not designed for extension - needs to be abstract, final or empty.96
errorMissing a Javadoc comment.96
errorMethod 'setPassword' is not designed for extension - needs to be abstract, final or empty.100
errorMissing a Javadoc comment.100
errorParameter password should be final.100
error'password' hides a field.100
errorMethod 'getUserFeedbackMessage' is not designed for extension - needs to be abstract, final or empty.104
errorMissing a Javadoc comment.104
errorMethod 'setUserFeedbackMessage' is not designed for extension - needs to be abstract, final or empty.108
errorMissing a Javadoc comment.108
errorParameter userFeedbackMessage should be final.108
error'userFeedbackMessage' hides a field.108
errorMethod 'getConfirmPassword' is not designed for extension - needs to be abstract, final or empty.112
errorMissing a Javadoc comment.112
errorMethod 'setConfirmPassword' is not designed for extension - needs to be abstract, final or empty.116
errorMissing a Javadoc comment.116
errorParameter confirmPassword should be final.116
error'confirmPassword' hides a field.116
errorMethod 'getPersonEntity' is not designed for extension - needs to be abstract, final or empty.120
errorMissing a Javadoc comment.120
errorMethod 'setPersonEntity' is not designed for extension - needs to be abstract, final or empty.124
errorMissing a Javadoc comment.124
errorParameter personEntity should be final.124
error'personEntity' hides a field.124
errorLine has trailing spaces.127
errorMethod 'getImcaMemberships' is not designed for extension - needs to be abstract, final or empty.128
errorMissing a Javadoc comment.128
error'{' is not preceded with whitespace.128
errorLine has trailing spaces.132
errorMethod 'getActiveMember' is not designed for extension - needs to be abstract, final or empty.133
errorMissing a Javadoc comment.133
error'{' is not preceded with whitespace.133
errorMethod 'getSearch' is not designed for extension - needs to be abstract, final or empty.139
errorMissing a Javadoc comment.139
errorMethod 'setSearch' is not designed for extension - needs to be abstract, final or empty.144
errorMissing a Javadoc comment.144
errorParameter search should be final.144
error'search' hides a field.144
errorLine has trailing spaces.147

net/sf/imca/model/entities/EquipmentSupplierEntity.java

ViolationMessageLine
error'(' is followed by whitespace.35
errorLine is longer than 80 characters.37
errorLine has trailing spaces.39
errorLine is longer than 80 characters.39
error'=' is not preceded with whitespace.47
error'=' is not followed by whitespace.47
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.55
errorMethod 'getAddress' is not designed for extension - needs to be abstract, final or empty.57
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.61
errorMethod 'setAddress' is not designed for extension - needs to be abstract, final or empty.64
errorMissing a Javadoc comment.64
errorParameter address should be final.64
error'address' hides a field.64
errorMethod 'getId' is not designed for extension - needs to be abstract, final or empty.68
errorMissing a Javadoc comment.68
errorMethod 'setId' is not designed for extension - needs to be abstract, final or empty.72
errorMissing a Javadoc comment.72
errorParameter id should be final.72
error'id' hides a field.72
errorMethod 'getName' is not designed for extension - needs to be abstract, final or empty.76
errorMissing a Javadoc comment.76
errorMethod 'setName' is not designed for extension - needs to be abstract, final or empty.80
errorMissing a Javadoc comment.80
errorParameter name should be final.80
error'name' hides a field.80
errorMethod 'getUrl' is not designed for extension - needs to be abstract, final or empty.84
errorMissing a Javadoc comment.84
errorMethod 'setUrl' is not designed for extension - needs to be abstract, final or empty.88
errorMissing a Javadoc comment.88
errorParameter url should be final.88
error'url' hides a field.88
errorMethod 'getPeople' is not designed for extension - needs to be abstract, final or empty.92
errorMissing a Javadoc comment.92
errorMethod 'setPeople' is not designed for extension - needs to be abstract, final or empty.96
errorMissing a Javadoc comment.96
errorParameter people should be final.96
error'people' hides a field.96
errorLine has trailing spaces.101
errorExpected an @return tag.104
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.104
error'{' is not preceded with whitespace.104

net/sf/imca/model/entities/CommitteeMemberDAO.java

ViolationMessageLine
errorMissing a Javadoc comment.22
errorMethod 'find' is not designed for extension - needs to be abstract, final or empty.24
errorMissing a Javadoc comment.24
errorParameter em should be final.25
errorParameter positionName should be final.25
errorParameter association should be final.26
error'<' is not preceded with whitespace.32
error'<' is not followed by whitespace.32
error'>' is not preceded with whitespace.32
errorLine has trailing spaces.41
errorMethod 'getAssociationsComitteeInCountry' is not designed for extension - needs to be abstract, final or empty.42
errorMissing a Javadoc comment.42
error'<' is not preceded with whitespace.42
error'<' is not followed by whitespace.42
error'>' is not preceded with whitespace.42
errorParameter em should be final.43
errorParameter countryCode should be final.43
errorParameter area should be final.43

net/sf/imca/model/CommitteeMemberComparator.java

ViolationMessageLine
errorLine is longer than 80 characters.7
errorMissing a Javadoc comment.7
error'<' is not preceded with whitespace.7
error'<' is not followed by whitespace.7
error'>' is not preceded with whitespace.7
errorMethod 'compare' is not designed for extension - needs to be abstract, final or empty.9
errorMissing a Javadoc comment.9
errorParameter o1 should be final.9
errorParameter o2 should be final.9
errorLine has trailing spaces.10
errorLine has trailing spaces.13
errorLine has trailing spaces.16
errorMissing a Javadoc comment.17
errorParameter positionName should be final.17
errorLine has trailing spaces.18
error'10' is a magic number.23
error'20' is a magic number.26
error'60' is a magic number.29
error'70' is a magic number.32
error'90' is a magic number.35
error'100' is a magic number.37

net/sf/imca/model/entities/PersonEntity.java

ViolationMessageLine
error'(' is followed by whitespace.34
errorLine has trailing spaces.35
errorLine has trailing spaces.37
errorLine has trailing spaces.39
error'+' should be on a new line.40
errorLine is longer than 80 characters.41
errorLine contains a tab character.41
error'=' is not preceded with whitespace.49
error'=' is not followed by whitespace.49
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.56
errorMissing a Javadoc comment.58
errorMissing a Javadoc comment.60
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.64
errorMissing a Javadoc comment.66
errorMissing a Javadoc comment.68
errorMissing a Javadoc comment.70
errorLine has trailing spaces.71
errorMissing a Javadoc comment.72
errorLine has trailing spaces.73
errorMissing a Javadoc comment.74
errorMissing a Javadoc comment.76
errorMissing a Javadoc comment.79
errorMethod 'getFirstName' is not designed for extension - needs to be abstract, final or empty.81
errorMissing a Javadoc comment.81
errorMethod 'setFirstName' is not designed for extension - needs to be abstract, final or empty.85
errorMissing a Javadoc comment.85
errorParameter firstName should be final.85
error'firstName' hides a field.85
errorMethod 'getLastName' is not designed for extension - needs to be abstract, final or empty.89
errorMissing a Javadoc comment.89
errorMethod 'setLastName' is not designed for extension - needs to be abstract, final or empty.93
errorMissing a Javadoc comment.93
errorParameter lastName should be final.93
error'lastName' hides a field.93
errorMethod 'getSex' is not designed for extension - needs to be abstract, final or empty.97
errorMissing a Javadoc comment.97
errorMethod 'setSex' is not designed for extension - needs to be abstract, final or empty.101
errorMissing a Javadoc comment.101
errorParameter sex should be final.101
error'sex' hides a field.101
errorMethod 'getAddress' is not designed for extension - needs to be abstract, final or empty.105
errorMissing a Javadoc comment.105
errorMethod 'setAddress' is not designed for extension - needs to be abstract, final or empty.109
errorMissing a Javadoc comment.109
errorParameter address should be final.109
error'address' hides a field.109
errorMethod 'getEmail' is not designed for extension - needs to be abstract, final or empty.113
errorMissing a Javadoc comment.113
errorMethod 'setEmail' is not designed for extension - needs to be abstract, final or empty.117
errorMissing a Javadoc comment.117
errorParameter email should be final.117
error'email' hides a field.117
errorMethod 'getId' is not designed for extension - needs to be abstract, final or empty.121
errorMissing a Javadoc comment.121
errorMethod 'setId' is not designed for extension - needs to be abstract, final or empty.125
errorMissing a Javadoc comment.125
errorParameter id should be final.125
error'id' hides a field.125
errorMethod 'getTel' is not designed for extension - needs to be abstract, final or empty.129
errorMissing a Javadoc comment.129
errorMethod 'setTel' is not designed for extension - needs to be abstract, final or empty.133
errorMissing a Javadoc comment.133
errorParameter tel should be final.133
error'tel' hides a field.133
errorMethod 'getUrl' is not designed for extension - needs to be abstract, final or empty.137
errorMissing a Javadoc comment.137
errorMethod 'setUrl' is not designed for extension - needs to be abstract, final or empty.141
errorMissing a Javadoc comment.141
errorParameter url should be final.141
error'url' hides a field.141
errorMethod 'getXmlId' is not designed for extension - needs to be abstract, final or empty.145
errorMissing a Javadoc comment.145
errorMethod 'setXmlId' is not designed for extension - needs to be abstract, final or empty.149
errorMissing a Javadoc comment.149
errorParameter xmlId should be final.149
error'xmlId' hides a field.149
errorMethod 'getMobile' is not designed for extension - needs to be abstract, final or empty.153
errorMissing a Javadoc comment.153
errorMethod 'setMobile' is not designed for extension - needs to be abstract, final or empty.157
errorMissing a Javadoc comment.157
errorParameter mobile should be final.157
error'mobile' hides a field.157
errorMethod 'getPassword' is not designed for extension - needs to be abstract, final or empty.161
errorMissing a Javadoc comment.161
errorMethod 'setPassword' is not designed for extension - needs to be abstract, final or empty.165
errorMissing a Javadoc comment.165
errorParameter password should be final.165
error'password' hides a field.165
errorMethod 'getResetPassword' is not designed for extension - needs to be abstract, final or empty.169
errorMissing a Javadoc comment.169
errorMethod 'setResetPassword' is not designed for extension - needs to be abstract, final or empty.173
errorMissing a Javadoc comment.173
errorParameter resetPassword should be final.173
error'resetPassword' hides a field.173
errorMethod 'getLanguageCode' is not designed for extension - needs to be abstract, final or empty.177
errorMissing a Javadoc comment.177
errorMethod 'setLanguageCode' is not designed for extension - needs to be abstract, final or empty.181
errorMissing a Javadoc comment.181
errorParameter languageCode should be final.181
error'languageCode' hides a field.181
errorLine has trailing spaces.186
errorExpected an @return tag.189
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.189
error'{' is not preceded with whitespace.189
errorMethod 'getSystemAdmin' is not designed for extension - needs to be abstract, final or empty.193
errorMissing a Javadoc comment.193
errorMethod 'setSystemAdmin' is not designed for extension - needs to be abstract, final or empty.197
errorMissing a Javadoc comment.197
errorParameter systemAdmin should be final.197
error'systemAdmin' hides a field.197
errorMethod 'getClub' is not designed for extension - needs to be abstract, final or empty.201
errorMissing a Javadoc comment.201
errorMethod 'setClub' is not designed for extension - needs to be abstract, final or empty.205
errorMissing a Javadoc comment.205
errorParameter club should be final.205
error'club' hides a field.205
errorLine has trailing spaces.208

net/sf/imca/services/ReflectionUtil.java

ViolationMessageLine
errorUtility classes should not have a public or default constructor.31
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.45
errorParameter dbObject should be final.46
errorParameter newObject should be final.46
error'3' is a magic number.53
errorMissing a Javadoc comment.68
errorParameter dbObject should be final.69
errorParameter newObject should be final.69
error'3' is a magic number.76
error'{' is followed by whitespace.85
errorMissing a Javadoc comment.95
errorParameter className should be final.96
errorRedundant throws: 'SecurityException' is unchecked exception.97
errorRedundant throws: 'IllegalArgumentException' is unchecked exception.98
errorMissing a Javadoc comment.111
errorParameter entity should be final.111
errorMissing a Javadoc comment.115
errorParameter entity should be final.115
errorMissing a Javadoc comment.119
errorParameter entity should be final.119
errorParameter startingWith should be final.120
error'<' is not preceded with whitespace.122
error'<' is not followed by whitespace.122
error'>' is not preceded with whitespace.122
error'<' is not preceded with whitespace.122
error'<' is not followed by whitespace.122
error'>' is not preceded with whitespace.122
error'>' is not followed by whitespace.122
errorMissing a Javadoc comment.137
errorParameter entity should be final.138
errorParameter parameterMap should be final.139
error'<' is not preceded with whitespace.139
error'<' is not followed by whitespace.139
error'>' is not preceded with whitespace.139
errorRedundant throws: 'SecurityException' is unchecked exception.139
errorRedundant throws: 'IllegalArgumentException' is unchecked exception.140
errorLine is longer than 80 characters.141
error'3' is a magic number.146
error'3' is a magic number.159
errorLine has trailing spaces.160
errorLine has trailing spaces.164
errorMust have at least one statement.171
errorComment matches to-do format 'TODO:'.172
errorMust have at least one statement.178
errorComment matches to-do format 'TODO:'.179
errorMust have at least one statement.185
errorComment matches to-do format 'TODO:'.186
errorLine is longer than 80 characters.190
errorLine is longer than 80 characters.193
errorLine is longer than 80 characters.194
errorLine is longer than 80 characters.195
error'<' is not preceded with whitespace.197
error'<' is not followed by whitespace.197
error'>' is not preceded with whitespace.197
error'<' is not preceded with whitespace.197
error'<' is not followed by whitespace.197
error'>' is not preceded with whitespace.197
error'>' is not followed by whitespace.197
error'=' is not preceded with whitespace.198
error'=' is not followed by whitespace.198
error'{' is not preceded with whitespace.198
errorLine is longer than 80 characters.200
errorMissing a Javadoc comment.214
error'<' is not preceded with whitespace.214
error'<' is not followed by whitespace.214
error'>' is not preceded with whitespace.214
errorParameter dbObject should be final.214
errorRedundant throws: 'IllegalArgumentException' is unchecked exception.215
errorRedundant throws: 'SecurityException' is unchecked exception.215
error'<' is not preceded with whitespace.220
error'<' is not followed by whitespace.220
error'>' is not preceded with whitespace.220
error'<' is not preceded with whitespace.220
error'<' is not followed by whitespace.220
error'>' is not preceded with whitespace.220
error'>' is not followed by whitespace.220
errorMissing a Javadoc comment.238
error'<' is not preceded with whitespace.239
error'<' is not followed by whitespace.239
error'>' is not preceded with whitespace.239
errorParameter packageName should be final.239
errorLine has trailing spaces.241
error'<' is not preceded with whitespace.242
error'<' is not followed by whitespace.242
error'>' is not preceded with whitespace.242
error'<' is not preceded with whitespace.242
error'<' is not followed by whitespace.242
error'>' is not preceded with whitespace.242
error'>' is not followed by whitespace.242
error'6' is a magic number.268
errorLine has trailing spaces.280
errorMissing a Javadoc comment.280
errorParameter entity should be final.280
errorLine has trailing spaces.281
errorRedundant throws: 'SecurityException' is unchecked exception.281
errorLine has trailing spaces.282
errorRedundant throws: 'IllegalArgumentException' is unchecked exception.282

net/sf/imca/model/entities/MembershipDAO.java

ViolationMessageLine
errorUnused import - net.sf.imca.model.MembershipTypeBO.23
errorMissing a Javadoc comment.25
errorMethod 'findActiveMembersOnDate' is not designed for extension - needs to be abstract, final or empty.27
errorMissing a Javadoc comment.27
errorLine is longer than 80 characters.28
error'<' is not preceded with whitespace.28
error'<' is not followed by whitespace.28
error'>' is not preceded with whitespace.28
errorParameter em should be final.28
errorParameter date should be final.28
error'<' is not preceded with whitespace.32
error'<' is not followed by whitespace.32
error'>' is not preceded with whitespace.32
errorLine has trailing spaces.33
errorMethod 'getHasLinkedMemberships' is not designed for extension - needs to be abstract, final or empty.38
errorMissing a Javadoc comment.38
errorParameter em should be final.38
errorParameter membershipType should be final.39
errorLine has trailing spaces.40
error'<' is not preceded with whitespace.43
error'<' is not followed by whitespace.43
error'>' is not preceded with whitespace.43
errorLine has trailing spaces.44

net/sf/imca/model/entities/AssociationEntity.java

ViolationMessageLine
error'(' is followed by whitespace.38
error'+' should be on a new line.40
errorLine contains a tab character.41
errorLine has trailing spaces.42
error'+' should be on a new line.43
errorLine is longer than 80 characters.44
errorLine contains a tab character.44
errorLine has trailing spaces.45
errorLine contains a tab character.45
error'+' should be on a new line.46
errorLine contains a tab character.47
errorLine has trailing spaces.48
error'+' should be on a new line.49
errorLine has trailing spaces.50
errorLine has trailing spaces.51
error'+' should be on a new line.52
error'+' should be on a new line.55
errorLine is longer than 80 characters.56
errorLine contains a tab character.56
error'=' is not preceded with whitespace.64
error'=' is not followed by whitespace.64
errorLine has trailing spaces.78
error'<' is not preceded with whitespace.87
error'<' is not followed by whitespace.87
error'>' is not preceded with whitespace.87
error'<' is not preceded with whitespace.93
error'<' is not followed by whitespace.93
error'>' is not preceded with whitespace.93
errorMethod 'getIsoCountryCode' is not designed for extension - needs to be abstract, final or empty.105
errorMissing a Javadoc comment.105
errorMethod 'setIsoContryCode' is not designed for extension - needs to be abstract, final or empty.109
errorMissing a Javadoc comment.109
errorParameter isoCountryCode should be final.109
error'isoCountryCode' hides a field.109
errorMethod 'getIsOfficiallyImca' is not designed for extension - needs to be abstract, final or empty.113
errorMissing a Javadoc comment.113
errorMethod 'setIsOfficiallyImca' is not designed for extension - needs to be abstract, final or empty.117
errorMissing a Javadoc comment.117
errorParameter isOfficiallyImca should be final.117
error'isOfficiallyImca' hides a field.117
errorMethod 'getPaymentExplanation' is not designed for extension - needs to be abstract, final or empty.121
errorMissing a Javadoc comment.121
errorMethod 'setPaymentExplanation' is not designed for extension - needs to be abstract, final or empty.125
errorMissing a Javadoc comment.125
errorParameter paymentExplanation should be final.125
error'paymentExplanation' hides a field.125
errorMethod 'getCommittee' is not designed for extension - needs to be abstract, final or empty.129
errorMissing a Javadoc comment.129
error'<' is not preceded with whitespace.129
error'<' is not followed by whitespace.129
error'>' is not preceded with whitespace.129
errorMethod 'setCommittee' is not designed for extension - needs to be abstract, final or empty.133
errorMissing a Javadoc comment.133
errorParameter committee should be final.133
error'<' is not preceded with whitespace.133
error'<' is not followed by whitespace.133
error'>' is not preceded with whitespace.133
error'committee' hides a field.133
errorMethod 'setIsoCountryCode' is not designed for extension - needs to be abstract, final or empty.137
errorMissing a Javadoc comment.137
errorParameter isoCountryCode should be final.137
error'isoCountryCode' hides a field.137
errorMethod 'getArea' is not designed for extension - needs to be abstract, final or empty.141
errorMissing a Javadoc comment.141
errorMethod 'setArea' is not designed for extension - needs to be abstract, final or empty.145
errorMissing a Javadoc comment.145
errorParameter area should be final.145
error'area' hides a field.145
errorMethod 'getId' is not designed for extension - needs to be abstract, final or empty.149
errorMissing a Javadoc comment.149
errorMethod 'setId' is not designed for extension - needs to be abstract, final or empty.153
errorMissing a Javadoc comment.153
errorParameter id should be final.153
error'id' hides a field.153
errorMethod 'getMembers' is not designed for extension - needs to be abstract, final or empty.157
errorMissing a Javadoc comment.157
error'<' is not preceded with whitespace.157
error'<' is not followed by whitespace.157
error'>' is not preceded with whitespace.157
errorMethod 'setMembers' is not designed for extension - needs to be abstract, final or empty.161
errorMissing a Javadoc comment.161
errorParameter members should be final.161
error'<' is not preceded with whitespace.161
error'<' is not followed by whitespace.161
error'>' is not preceded with whitespace.161
error'members' hides a field.161
errorMethod 'getUrl' is not designed for extension - needs to be abstract, final or empty.165
errorMissing a Javadoc comment.165
errorMethod 'setUrl' is not designed for extension - needs to be abstract, final or empty.169
errorMissing a Javadoc comment.169
errorParameter url should be final.169
error'url' hides a field.169
errorLine has trailing spaces.174
errorExpected an @return tag.177
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.177
errorLine has trailing spaces.180
error'{' is not preceded with whitespace.186
error'{' is not preceded with whitespace.188

net/sf/imca/taglibs/Association.java

ViolationMessageLine
errorMissing a Javadoc comment.8
errorFirst sentence should end with a period.10
errorMissing a Javadoc comment.15
errorMissing a Javadoc comment.16
errorLine has trailing spaces.17
errorMethod 'doStartTag' is not designed for extension - needs to be abstract, final or empty.19
errorMissing a Javadoc comment.19
errorMethod 'getCountryCode' is not designed for extension - needs to be abstract, final or empty.41
errorMissing a Javadoc comment.41
errorMethod 'setCountryCode' is not designed for extension - needs to be abstract, final or empty.45
errorMissing a Javadoc comment.45
errorParameter countryCode should be final.45
error'countryCode' hides a field.45
errorMethod 'getArea' is not designed for extension - needs to be abstract, final or empty.49
errorMissing a Javadoc comment.49
errorMethod 'setArea' is not designed for extension - needs to be abstract, final or empty.53
errorMissing a Javadoc comment.53
errorParameter area should be final.53
error'area' hides a field.53

net/sf/imca/model/entities/AddressEntity.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine has trailing spaces.33
error'+' should be on a new line.35
errorLine contains a tab character.36
error'+' should be on a new line.36
errorLine contains a tab character.37
error'+' should be on a new line.37
errorLine contains a tab character.38
error'+' should be on a new line.38
errorLine contains a tab character.39
error'=' is not preceded with whitespace.47
error'=' is not followed by whitespace.47
errorExpected an @return tag.85
errorMethod 'getArea' is not designed for extension - needs to be abstract, final or empty.85
errorMethod 'setArea' is not designed for extension - needs to be abstract, final or empty.92
errorParameter area should be final.92
error'area' hides a field.92
errorExpected @param tag for 'area'.92
errorExpected an @return tag.101
errorMethod 'getCity' is not designed for extension - needs to be abstract, final or empty.101
errorMethod 'setCity' is not designed for extension - needs to be abstract, final or empty.108
errorParameter city should be final.108
error'city' hides a field.108
errorExpected @param tag for 'city'.108
errorExpected an @return tag.117
errorMethod 'getCountryCode' is not designed for extension - needs to be abstract, final or empty.117
errorMethod 'setCountryCode' is not designed for extension - needs to be abstract, final or empty.124
errorParameter countryCode should be final.124
error'countryCode' hides a field.124
errorExpected @param tag for 'countryCode'.124
errorExpected an @return tag.133
errorMethod 'getId' is not designed for extension - needs to be abstract, final or empty.133
errorMethod 'setId' is not designed for extension - needs to be abstract, final or empty.140
errorParameter id should be final.140
error'id' hides a field.140
errorExpected @param tag for 'id'.140
errorExpected an @return tag.149
errorMethod 'getPostCode' is not designed for extension - needs to be abstract, final or empty.149
errorMethod 'setPostCode' is not designed for extension - needs to be abstract, final or empty.156
errorParameter postCode should be final.156
error'postCode' hides a field.156
errorExpected @param tag for 'postCode'.156
errorExpected an @return tag.165
errorMethod 'getStreet1' is not designed for extension - needs to be abstract, final or empty.165
errorMethod 'setStreet1' is not designed for extension - needs to be abstract, final or empty.172
errorParameter street1 should be final.172
error'street1' hides a field.172
errorExpected @param tag for 'street1'.172
errorExpected an @return tag.181
errorMethod 'getStreet2' is not designed for extension - needs to be abstract, final or empty.181
errorMethod 'setStreet2' is not designed for extension - needs to be abstract, final or empty.188
errorParameter street2 should be final.188
error'street2' hides a field.188
errorExpected @param tag for 'street2'.188
errorLine has trailing spaces.191
errorLine has trailing spaces.193
errorExpected an @return tag.196
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.196
error'{' is not preceded with whitespace.196
errorLine has trailing spaces.206
errorParameter buf should be final.213
errorParameter field should be final.213
error'{' is not preceded with whitespace.213
error'{' is not preceded with whitespace.215

net/sf/imca/model/entities/BoatDAO.java

ViolationMessageLine
errorMissing a Javadoc comment.29
errorMethod 'findBoat' is not designed for extension - needs to be abstract, final or empty.36
errorMissing a Javadoc comment.36
errorParameter em should be final.37
error'<' is not preceded with whitespace.44
error'<' is not followed by whitespace.44
error'>' is not preceded with whitespace.44
error'<' is not preceded with whitespace.53
error'<' is not followed by whitespace.53
error'>' is not preceded with whitespace.53
error'<' is not preceded with whitespace.61
error'<' is not followed by whitespace.61
error'>' is not preceded with whitespace.61
errorMethod 'replace' is not designed for extension - needs to be abstract, final or empty.78
errorMissing a Javadoc comment.78
errorParameter em should be final.78
errorParameter boat should be final.78

net/sf/imca/web/ImcaContextListener.java

ViolationMessageLine
errorMethod 'contextInitialized' is not designed for extension - needs to be abstract, final or empty.42
errorParameter arg0 should be final.42
errorExpected @param tag for 'arg0'.42
errorMethod 'contextDestroyed' is not designed for extension - needs to be abstract, final or empty.49
errorParameter arg0 should be final.49
errorExpected @param tag for 'arg0'.49

net/sf/imca/model/exceptions/RegistrationException.java

ViolationMessageLine
errorMissing a Javadoc comment.18
errorMissing a Javadoc comment.26
errorParameter message should be final.26

net/sf/imca/model/entities/EventEntryEntity.java

ViolationMessageLine
errorLine has trailing spaces.34
error'(' is followed by whitespace.34
error'+' should be on a new line.36
error'+' should be on a new line.37
errorLine has trailing spaces.38
error'=' is not preceded with whitespace.46
error'=' is not followed by whitespace.46
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.56
errorLine has trailing spaces.58
errorMissing a Javadoc comment.59
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.65
errorMissing a Javadoc comment.68
errorMethod 'getBoat' is not designed for extension - needs to be abstract, final or empty.71
errorMissing a Javadoc comment.71
errorMethod 'setBoat' is not designed for extension - needs to be abstract, final or empty.75
errorMissing a Javadoc comment.75
errorParameter boat should be final.75
error'boat' hides a field.75
errorMethod 'getBoatName' is not designed for extension - needs to be abstract, final or empty.79
errorMissing a Javadoc comment.79
errorMethod 'setBoatName' is not designed for extension - needs to be abstract, final or empty.83
errorMissing a Javadoc comment.83
errorParameter boatName should be final.83
error'boatName' hides a field.83
errorMethod 'getFee' is not designed for extension - needs to be abstract, final or empty.87
errorMissing a Javadoc comment.87
errorMethod 'setFee' is not designed for extension - needs to be abstract, final or empty.91
errorMissing a Javadoc comment.91
errorParameter fee should be final.91
error'fee' hides a field.91
errorMethod 'getId' is not designed for extension - needs to be abstract, final or empty.95
errorMissing a Javadoc comment.95
errorMethod 'setId' is not designed for extension - needs to be abstract, final or empty.99
errorMissing a Javadoc comment.99
errorParameter id should be final.99
error'id' hides a field.99
errorMethod 'getBoatVersion' is not designed for extension - needs to be abstract, final or empty.103
errorMissing a Javadoc comment.103
errorMethod 'setBoatVersion' is not designed for extension - needs to be abstract, final or empty.107
errorMissing a Javadoc comment.107
errorParameter boatVersion should be final.107
error'boatVersion' hides a field.107
errorMethod 'getPerson' is not designed for extension - needs to be abstract, final or empty.111
errorMissing a Javadoc comment.111
errorMethod 'setPerson' is not designed for extension - needs to be abstract, final or empty.115
errorMissing a Javadoc comment.115
errorParameter person should be final.115
error'person' hides a field.115
errorMethod 'getSailingClub' is not designed for extension - needs to be abstract, final or empty.119
errorMissing a Javadoc comment.119
errorMethod 'setSailingClub' is not designed for extension - needs to be abstract, final or empty.123
errorMissing a Javadoc comment.123
errorParameter sailingClub should be final.123
error'sailingClub' hides a field.123
errorMethod 'getSailNumber' is not designed for extension - needs to be abstract, final or empty.127
errorMissing a Javadoc comment.127
errorMethod 'setSailNumber' is not designed for extension - needs to be abstract, final or empty.131
errorMissing a Javadoc comment.131
errorParameter sailNumber should be final.131
error'sailNumber' hides a field.131
errorMethod 'getEvent' is not designed for extension - needs to be abstract, final or empty.135
errorMissing a Javadoc comment.135
errorMethod 'setEvent' is not designed for extension - needs to be abstract, final or empty.139
errorMissing a Javadoc comment.139
errorParameter event should be final.139
error'event' hides a field.139
errorLine has trailing spaces.144
errorExpected an @return tag.147
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.147
error'{' is not preceded with whitespace.147
errorLine has trailing spaces.148
errorLine has trailing spaces.149

net/sf/imca/model/entities/MastEntity.java

ViolationMessageLine
errorLine has trailing spaces.34
error'(' is followed by whitespace.34
error'+' should be on a new line.36
errorLine contains a tab character.37
error'=' is not preceded with whitespace.45
error'=' is not followed by whitespace.45
errorLine has trailing spaces.57
errorMissing a Javadoc comment.59
errorMethod 'getBuilder' is not designed for extension - needs to be abstract, final or empty.62
errorMissing a Javadoc comment.62
errorMethod 'setBuilder' is not designed for extension - needs to be abstract, final or empty.66
errorMissing a Javadoc comment.66
errorParameter builder should be final.66
error'builder' hides a field.66
errorMethod 'getDescription' is not designed for extension - needs to be abstract, final or empty.70
errorMissing a Javadoc comment.70
errorMethod 'setDescription' is not designed for extension - needs to be abstract, final or empty.74
errorMissing a Javadoc comment.74
errorParameter description should be final.74
error'description' hides a field.74
errorMethod 'getId' is not designed for extension - needs to be abstract, final or empty.78
errorMissing a Javadoc comment.78
errorMethod 'setId' is not designed for extension - needs to be abstract, final or empty.82
errorMissing a Javadoc comment.82
errorParameter id should be final.82
error'id' hides a field.82
errorLine has trailing spaces.85
errorMethod 'getType' is not designed for extension - needs to be abstract, final or empty.86
errorMissing a Javadoc comment.86
errorMethod 'setType' is not designed for extension - needs to be abstract, final or empty.90
errorMissing a Javadoc comment.90
errorParameter type should be final.90
error'type' hides a field.90
errorLine has trailing spaces.95
errorExpected an @return tag.98
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.98
error'{' is not preceded with whitespace.98

net/sf/imca/taglibs/Fleets.java

ViolationMessageLine
errorUnused import - net.sf.imca.model.entities.AssociationEntity.7
errorMissing a Javadoc comment.11
errorLine has trailing spaces.12
errorFirst sentence should end with a period.14
errorMissing a Javadoc comment.19
errorLine has trailing spaces.20
errorMissing a Javadoc comment.21
errorVariable 'count' must be private and have accessor methods.21
errorLine has trailing spaces.22
errorLine has trailing spaces.23
errorMissing a Javadoc comment.24
errorVariable 'asssociations' must be private and have accessor methods.24
errorLine has trailing spaces.25
errorMethod 'doStartTag' is not designed for extension - needs to be abstract, final or empty.26
errorMissing a Javadoc comment.26
errorLine has trailing spaces.27
errorLine has trailing spaces.29
errorLine has trailing spaces.32
error'(' is followed by whitespace.33
error')' is preceded with whitespace.33
errorLine has trailing spaces.40
errorMethod 'doAfterBody' is not designed for extension - needs to be abstract, final or empty.41
errorMissing a Javadoc comment.41
errorLine has trailing spaces.42
errorLine has trailing spaces.52
errorMissing a Javadoc comment.53
errorLine has trailing spaces.55
errorLine is longer than 80 characters.55
errorLine has trailing spaces.56
errorLine has trailing spaces.57
errorMethod 'getIsOfficial' is not designed for extension - needs to be abstract, final or empty.60
errorMissing a Javadoc comment.60
errorMethod 'setIsOfficial' is not designed for extension - needs to be abstract, final or empty.64
errorMissing a Javadoc comment.64
errorParameter isOfficial should be final.64
error'isOfficial' hides a field.64

net/sf/imca/services/LoginRegisterService.java

ViolationMessageLine
errorLine has trailing spaces.49
errorMethod 'login' is not designed for extension - needs to be abstract, final or empty.58
errorParameter email should be final.58
errorParameter password should be final.58
errorMethod 'register' is not designed for extension - needs to be abstract, final or empty.83
errorMissing a Javadoc comment.83
errorParameter email should be final.83
errorParameter password should be final.83
errorLine has trailing spaces.84
errorParameter confirmPassword should be final.84
errorParameter countryCode should be final.84
errorLine has trailing spaces.85
errorParameter firstName should be final.85
errorParameter lastName should be final.85
error'8' is a magic number.100
errorLine has trailing spaces.116
errorLine has trailing spaces.156
errorLine has trailing spaces.157
error'+' is not preceded with whitespace.158
error')' is preceded with whitespace.158
errorLine has trailing spaces.165
errorLine is longer than 80 characters.172
errorMethod 'sendPassword' is not designed for extension - needs to be abstract, final or empty.172
errorParameter email should be final.172
errorExpected @throws tag for 'DataCheckingException'.172
errorLine is longer than 80 characters.181

net/sf/imca/model/entities/EquipmentSupplierDAO.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a Javadoc comment.23
errorMissing a Javadoc comment.25
errorMethod 'findEquipmentSupplier' is not designed for extension - needs to be abstract, final or empty.27
errorMissing a Javadoc comment.27
errorParameter em should be final.28
errorParameter name should be final.29
error'<' is not preceded with whitespace.35
error'<' is not followed by whitespace.35
error'>' is not preceded with whitespace.35
errorMethod 'getEquipmentSupplier' is not designed for extension - needs to be abstract, final or empty.45
errorMissing a Javadoc comment.45
errorLine is longer than 80 characters.49
errorMethod 'setEquipmentSupplier' is not designed for extension - needs to be abstract, final or empty.49
errorMissing a Javadoc comment.49
errorParameter equipmentSupplier should be final.49
error'equipmentSupplier' hides a field.49

net/sf/imca/model/entities/BoatEntity.java

ViolationMessageLine
errorLine has trailing spaces.38
error'(' is followed by whitespace.38
errorLine is longer than 80 characters.40
errorLine has trailing spaces.45
error'=' is not preceded with whitespace.50
error'=' is not followed by whitespace.50
errorLine has trailing spaces.57
errorLine has trailing spaces.63
errorMissing a Javadoc comment.64
error'<' is not preceded with whitespace.65
error'<' is not followed by whitespace.65
error'>' is not preceded with whitespace.65
errorMissing a Javadoc comment.67
errorMissing a Javadoc comment.69
errorMissing a Javadoc comment.71
errorMissing a Javadoc comment.74
error'<' is not preceded with whitespace.75
error'<' is not followed by whitespace.75
error'>' is not preceded with whitespace.75
errorMissing a Javadoc comment.77
error'<' is not preceded with whitespace.78
error'<' is not followed by whitespace.78
error'>' is not preceded with whitespace.78
errorMissing a Javadoc comment.80
error'<' is not preceded with whitespace.81
error'<' is not followed by whitespace.81
error'>' is not preceded with whitespace.81
errorMissing a Javadoc comment.83
errorMethod 'getBuilder' is not designed for extension - needs to be abstract, final or empty.86
errorMissing a Javadoc comment.86
errorMethod 'setBuilder' is not designed for extension - needs to be abstract, final or empty.90
errorMissing a Javadoc comment.90
errorParameter builder should be final.90
error'builder' hides a field.90
errorMethod 'getDesign' is not designed for extension - needs to be abstract, final or empty.94
errorMissing a Javadoc comment.94
errorMethod 'setDesign' is not designed for extension - needs to be abstract, final or empty.98
errorMissing a Javadoc comment.98
errorParameter design should be final.98
error'design' hides a field.98
errorMethod 'getId' is not designed for extension - needs to be abstract, final or empty.102
errorMissing a Javadoc comment.102
errorMethod 'setId' is not designed for extension - needs to be abstract, final or empty.106
errorMissing a Javadoc comment.106
errorParameter id should be final.106
error'id' hides a field.106
errorMethod 'getYearBuilt' is not designed for extension - needs to be abstract, final or empty.110
errorMissing a Javadoc comment.110
errorMethod 'setYearBuilt' is not designed for extension - needs to be abstract, final or empty.114
errorMissing a Javadoc comment.114
errorParameter yearBuilt should be final.114
error'yearBuilt' hides a field.114
errorMethod 'getIcfPlaqueNo' is not designed for extension - needs to be abstract, final or empty.118
errorMissing a Javadoc comment.118
errorMethod 'setIcfPlaqueNo' is not designed for extension - needs to be abstract, final or empty.122
errorMissing a Javadoc comment.122
errorParameter icfPlaqueNo should be final.122
error'icfPlaqueNo' hides a field.122
errorMethod 'getEventEntries' is not designed for extension - needs to be abstract, final or empty.126
errorMissing a Javadoc comment.126
error'<' is not preceded with whitespace.126
error'<' is not followed by whitespace.126
error'>' is not preceded with whitespace.126
errorMethod 'setEventEntries' is not designed for extension - needs to be abstract, final or empty.130
errorMissing a Javadoc comment.130
errorParameter eventEntries should be final.130
error'<' is not preceded with whitespace.130
error'<' is not followed by whitespace.130
error'>' is not preceded with whitespace.130
error'eventEntries' hides a field.130
errorMethod 'getFoils' is not designed for extension - needs to be abstract, final or empty.134
errorMissing a Javadoc comment.134
error'<' is not preceded with whitespace.134
error'<' is not followed by whitespace.134
error'>' is not preceded with whitespace.134
errorMethod 'setFoils' is not designed for extension - needs to be abstract, final or empty.138
errorMissing a Javadoc comment.138
errorParameter foils should be final.138
error'<' is not preceded with whitespace.138
error'<' is not followed by whitespace.138
error'>' is not preceded with whitespace.138
error'foils' hides a field.138
errorMethod 'getSails' is not designed for extension - needs to be abstract, final or empty.142
errorMissing a Javadoc comment.142
error'<' is not preceded with whitespace.142
error'<' is not followed by whitespace.142
error'>' is not preceded with whitespace.142
errorMethod 'setSails' is not designed for extension - needs to be abstract, final or empty.146
errorMissing a Javadoc comment.146
errorParameter sails should be final.146
error'<' is not preceded with whitespace.146
error'<' is not followed by whitespace.146
error'>' is not preceded with whitespace.146
error'sails' hides a field.146
errorMethod 'getSailNumbers' is not designed for extension - needs to be abstract, final or empty.150
errorMissing a Javadoc comment.150
error'<' is not preceded with whitespace.150
error'<' is not followed by whitespace.150
error'>' is not preceded with whitespace.150
errorMethod 'setSailNumbers' is not designed for extension - needs to be abstract, final or empty.154
errorMissing a Javadoc comment.154
errorParameter sailNumbers should be final.154
error'<' is not preceded with whitespace.154
error'<' is not followed by whitespace.154
error'>' is not preceded with whitespace.154
error'sailNumbers' hides a field.154
errorLine has trailing spaces.159
errorExpected an @return tag.162
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.162
error'{' is not preceded with whitespace.162
errorLine has trailing spaces.164
error'<' is not preceded with whitespace.169
error'<' is not followed by whitespace.169
error'>' is not preceded with whitespace.169
errorMethod 'getDescription' is not designed for extension - needs to be abstract, final or empty.181
errorMissing a Javadoc comment.181
errorMethod 'setDescription' is not designed for extension - needs to be abstract, final or empty.185
errorMissing a Javadoc comment.185
errorParameter description should be final.185
error'description' hides a field.185
errorMethod 'getName' is not designed for extension - needs to be abstract, final or empty.189
errorMissing a Javadoc comment.189
errorMethod 'setName' is not designed for extension - needs to be abstract, final or empty.193
errorMissing a Javadoc comment.193
errorParameter name should be final.193
error'name' hides a field.193
errorLine has trailing spaces.197

net/sf/imca/model/MembershipBO.java

ViolationMessageLine
errorLine has trailing spaces.25
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.33
errorLine has trailing spaces.34
errorParameter entity should be final.40
error'entity' hides a field.40
errorExpected @param tag for 'entity'.40
error'{' is not preceded with whitespace.40
errorLine has trailing spaces.43
errorMethod 'getEntity' is not designed for extension - needs to be abstract, final or empty.54
errorMethod 'setEntity' is not designed for extension - needs to be abstract, final or empty.63
errorParameter entity should be final.63
error'entity' hides a field.63
errorLine has trailing spaces.66
errorMethod 'getStatus' is not designed for extension - needs to be abstract, final or empty.67
errorMissing a Javadoc comment.67
error'{' is not preceded with whitespace.67
error'{' is not preceded with whitespace.68

net/sf/imca/web/DataAdminServlet.java

ViolationMessageLine
errorLine has trailing spaces.38
errorLine is longer than 80 characters.53
errorMethod 'doPost' is not designed for extension - needs to be abstract, final or empty.58
errorParameter req should be final.58
errorExpected @param tag for 'req'.58
errorParameter res should be final.58
errorExpected @param tag for 'res'.58
errorMethod 'doGet' is not designed for extension - needs to be abstract, final or empty.65
errorParameter req should be final.65
errorExpected @param tag for 'req'.65
errorParameter res should be final.65
errorExpected @param tag for 'res'.65
errorLine has trailing spaces.71
errorMethod 'doHttp' is not designed for extension - needs to be abstract, final or empty.72
errorParameter req should be final.73
errorExpected @param tag for 'req'.73
errorParameter res should be final.73
errorExpected @param tag for 'res'.73
errorLine has trailing spaces.74
errorLine has trailing spaces.76
errorLine has trailing spaces.85
errorLine has trailing spaces.91
error'+' should be on a new line.95
errorLine contains a tab character.96
error'+' should be on a new line.96
errorLine is longer than 80 characters.97
errorLine contains a tab character.97
error'+' should be on a new line.97
errorLine has trailing spaces.98
errorLine contains a tab character.98
errorLine is longer than 80 characters.105
errorLine is longer than 80 characters.108
errorLine is longer than 80 characters.109
errorLine is longer than 80 characters.110
errorLine is longer than 80 characters.148
errorLine has trailing spaces.152
errorLine has trailing spaces.164
errorMissing a Javadoc comment.165
error'<' is not preceded with whitespace.166
error'<' is not followed by whitespace.166
error'>' is not preceded with whitespace.166
errorParameter req should be final.167
error'<' is not preceded with whitespace.169
error'<' is not followed by whitespace.169
error'>' is not preceded with whitespace.169
error'<' is not preceded with whitespace.169
error'<' is not followed by whitespace.169
error'>' is not preceded with whitespace.169
error'>' is not followed by whitespace.169
error'<' is not preceded with whitespace.170
error'<' is not followed by whitespace.170
error'>' is not preceded with whitespace.170
errorLine has trailing spaces.178
errorMissing a Javadoc comment.178
errorParameter writer should be final.178
errorParameter entity should be final.178
errorLine has trailing spaces.179
errorRedundant throws: 'IllegalArgumentException' is unchecked exception.179
errorLine is longer than 80 characters.180
errorRedundant throws: 'SecurityException' is unchecked exception.180
errorLine has trailing spaces.181
errorLine has trailing spaces.184
errorLine has trailing spaces.185
error'=' is not preceded with whitespace.186
error'=' is not followed by whitespace.186
error'&&' should be on a new line.187
errorMissing a Javadoc comment.195
errorLine has trailing spaces.196
errorParameter writer should be final.196
errorParameter entity should be final.196
errorParameter method should be final.196
errorLine has trailing spaces.197
errorRedundant throws: 'IllegalArgumentException' is unchecked exception.197
errorRedundant throws: 'SecurityException' is unchecked exception.198
error'{' is not preceded with whitespace.198
errorLine has trailing spaces.203
error'+' should be on a new line.205
errorLine has trailing spaces.206
errorLine contains a tab character.206
error'+' should be on a new line.206
error'3' is a magic number.207
error'(' is followed by whitespace.210
errorLine is longer than 80 characters.211
error'{' is not preceded with whitespace.212
errorLine is longer than 80 characters.213
error'cast' is not followed by whitespace.213
errorLine is longer than 80 characters.216
errorLine has trailing spaces.220
errorLine has trailing spaces.222
error'(' is followed by whitespace.226
errorLine has trailing spaces.228
error'+' should be on a new line.228
error'+' should be on a new line.229
errorLine is longer than 80 characters.231
errorLine is longer than 80 characters.233
errorLine has trailing spaces.237
errorParameter className should be final.248
errorExpected @param tag for 'className'.248
errorExpected an @return tag.263
errorParameter method should be final.263
errorExpected @param tag for 'method'.263
error'3' is a magic number.264
errorExpected an @return tag.278
errorLine has trailing spaces.279
errorParameter collection should be final.279
errorExpected @param tag for 'collection'.279
errorLine has trailing spaces.280
errorExpected @throws tag for 'SecurityException'.280
errorRedundant throws: 'SecurityException' is unchecked exception.280
errorExpected @throws tag for 'IllegalArgumentException'.280
errorRedundant throws: 'IllegalArgumentException' is unchecked exception.280
errorLine has trailing spaces.281
errorExpected @throws tag for 'NoSuchMethodException'.281
errorExpected @throws tag for 'IllegalAccessException'.281
errorExpected @throws tag for 'InvocationTargetException'.282
error'{' is not preceded with whitespace.286
errorParameter writer should be final.299
errorExpected @param tag for 'writer'.299
error'{' is not preceded with whitespace.299
error'+' should be on a new line.301
errorLine is longer than 80 characters.302
errorLine contains a tab character.302
error'+' should be on a new line.302
errorLine is longer than 80 characters.303
errorLine contains a tab character.303
errorLine has trailing spaces.319
errorLine is longer than 80 characters.319
errorParameter writer should be final.319
errorExpected @param tag for 'writer'.319
errorParameter results should be final.319
errorExpected @param tag for 'results'.319
errorParameter search should be final.319
errorExpected @param tag for 'search'.319
errorLine has trailing spaces.320
errorExpected @throws tag for 'IllegalArgumentException'.320
errorRedundant throws: 'IllegalArgumentException' is unchecked exception.320
errorExpected @throws tag for 'IllegalAccessException'.320
errorLine has trailing spaces.321
errorExpected @throws tag for 'InvocationTargetException'.321
errorExpected @throws tag for 'SecurityException'.321
errorRedundant throws: 'SecurityException' is unchecked exception.321
errorExpected @throws tag for 'NoSuchMethodException'.322
error'if' is not followed by whitespace.325
error')' is preceded with whitespace.325
error'+' should be on a new line.328
errorLine has trailing spaces.329
errorLine is longer than 80 characters.330
error'=' is not preceded with whitespace.333
error'=' is not followed by whitespace.333
errorLine has trailing spaces.339
errorLine has trailing spaces.340
errorMissing a Javadoc comment.340
errorParameter writer should be final.340
errorParameter entity should be final.340
errorLine has trailing spaces.341
errorRedundant throws: 'IllegalArgumentException' is unchecked exception.341
errorLine has trailing spaces.342
errorRedundant throws: 'SecurityException' is unchecked exception.342
error'+' should be on a new line.349
error'+' should be on a new line.350
errorLine has trailing spaces.352
error'=' is not preceded with whitespace.353
error'=' is not followed by whitespace.353
error'&&' should be on a new line.354
errorLine has trailing spaces.356
errorLine has trailing spaces.358
errorLine has trailing spaces.363
errorLine is longer than 80 characters.363
errorMissing a Javadoc comment.371
errorParameter entity should be final.371
errorMissing a Javadoc comment.375
error'{' is not preceded with whitespace.375
error'+' should be on a new line.376
errorLine contains a tab character.377
error'+' should be on a new line.377
errorLine contains a tab character.378
error'+' should be on a new line.378
errorLine contains a tab character.379
error'+' should be on a new line.379
errorLine contains a tab character.380
error'+' should be on a new line.380
errorLine contains a tab character.381
error'+' should be on a new line.381
errorLine contains a tab character.382
error'+' should be on a new line.382
errorLine contains a tab character.383
errorExpected an @return tag.390
error'+' should be on a new line.391
error'+' should be on a new line.392
errorLine has trailing spaces.394
errorMethod 'doEntitySwitcherForm' is not designed for extension - needs to be abstract, final or empty.402
errorLine has trailing spaces.403
errorParameter writer should be final.403
errorExpected @param tag for 'writer'.403
errorParameter entityName should be final.403
errorExpected @param tag for 'entityName'.403
errorExpected @throws tag for 'ClassNotFoundException'.404
errorLine has trailing spaces.405
errorLine is longer than 80 characters.406
error'+' should be on a new line.406
errorLine contains a tab character.407
errorLine is longer than 80 characters.408
error'<' is not preceded with whitespace.408
error'<' is not followed by whitespace.408
error'>' is not preceded with whitespace.408
error'=' is not preceded with whitespace.409
error'=' is not followed by whitespace.409
error'<' is not followed by whitespace.409
errorLine has trailing spaces.412
errorLine is longer than 80 characters.413
errorLine has trailing spaces.414
errorLine contains a tab character.419
errorExpected an @return tag.431
errorParameter clazz should be final.432
errorExpected @param tag for 'clazz'.432
errorExpected an @return tag.441
errorParameter className should be final.441
errorExpected @param tag for 'className'.441
errorLine has trailing spaces.443

net/sf/imca/web/backingbeans/MembershipTableModel.java

ViolationMessageLine
errorMissing a Javadoc comment.9
errorLine has trailing spaces.10
errorMissing a Javadoc comment.11
errorLine has trailing spaces.12
errorMissing a Javadoc comment.13
errorLine has trailing spaces.14
errorMissing a Javadoc comment.15
errorMethod 'getMembershipData' is not designed for extension - needs to be abstract, final or empty.19
errorMissing a Javadoc comment.19
errorMethod 'setMembershipData' is not designed for extension - needs to be abstract, final or empty.25
errorMissing a Javadoc comment.25
errorParameter membershipData should be final.25
error'membershipData' hides a field.25
errorLine has trailing spaces.28
errorMissing a Javadoc comment.29
errorLine has trailing spaces.30
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.32
errorLine has trailing spaces.33
errorMissing a Javadoc comment.34
errorParameter membershipEntity should be final.34
errorLine has trailing spaces.42
errorMethod 'getRiderPageUrl' is not designed for extension - needs to be abstract, final or empty.43
errorMissing a Javadoc comment.43
error'{' is not followed by whitespace.43
errorEmpty statement.43
errorLine has trailing spaces.46
errorMethod 'getMarkedForDeletion' is not designed for extension - needs to be abstract, final or empty.47
errorMissing a Javadoc comment.47
errorLine has trailing spaces.50
errorMethod 'setMarkedForDeletion' is not designed for extension - needs to be abstract, final or empty.51
errorMissing a Javadoc comment.51
errorParameter markedForDeletion should be final.51
error'markedForDeletion' hides a field.51
errorLine has trailing spaces.54
errorMethod 'getMarkedForConfirm' is not designed for extension - needs to be abstract, final or empty.55
errorMissing a Javadoc comment.55
errorLine has trailing spaces.58
errorMethod 'setMarkedForConfirm' is not designed for extension - needs to be abstract, final or empty.59
errorMissing a Javadoc comment.59
errorParameter markedForConfirm should be final.59
error'markedForConfirm' hides a field.59
errorLine is longer than 80 characters.64
errorMethod 'setMembershipEntities' is not designed for extension - needs to be abstract, final or empty.64
errorMissing a Javadoc comment.64
errorParameter membershipRequestList should be final.64
errorLine has trailing spaces.65
errorLine has trailing spaces.67
error'=' is not preceded with whitespace.68
error'=' is not followed by whitespace.68
error'{' is not preceded with whitespace.68
errorLine is longer than 80 characters.69
errorLine has trailing spaces.71
errorLine has trailing spaces.73
errorMethod 'actionDeleteMembers' is not designed for extension - needs to be abstract, final or empty.74
errorMissing a Javadoc comment.74
errorLine has trailing spaces.75
errorLine has trailing spaces.77
error'=' is not preceded with whitespace.78
error'=' is not followed by whitespace.78
errorMethod 'actionConfirmPaidMembers' is not designed for extension - needs to be abstract, final or empty.85
errorMissing a Javadoc comment.85
errorLine has trailing spaces.86
errorLine has trailing spaces.88
error'=' is not preceded with whitespace.89
error'=' is not followed by whitespace.89
errorLine has trailing spaces.95

net/sf/imca/model/BoatBO.java

ViolationMessageLine
errorMethod 'getEntity' is not designed for extension - needs to be abstract, final or empty.52
errorMethod 'setEntity' is not designed for extension - needs to be abstract, final or empty.62
errorParameter entity should be final.62
error'entity' hides a field.62
errorMissing a Javadoc comment.66
errorParameter em should be final.66
errorParameter nodeList should be final.66
errorLine is longer than 80 characters.98
error'<' is not preceded with whitespace.98
error'<' is not followed by whitespace.98
error'>' is not preceded with whitespace.98
error'<' is not preceded with whitespace.98
error'<' is not followed by whitespace.98
error'>' is not preceded with whitespace.98
error'>' is not followed by whitespace.98
errorComment matches to-do format 'TODO:'.126
errorLine is longer than 80 characters.129
errorMust have at least one statement.129
errorLine has trailing spaces.130
errorLine has trailing spaces.132
errorLine has trailing spaces.134
errorMethod 'replaceSailNumber' is not designed for extension - needs to be abstract, final or empty.152
errorMissing a Javadoc comment.152
errorParameter em should be final.152
errorParameter sailNumber should be final.152
errorMethod 'replaceBuilder' is not designed for extension - needs to be abstract, final or empty.162
errorMissing a Javadoc comment.162
errorParameter em should be final.162
errorParameter builderName should be final.162

net/sf/imca/services/CommitteeService.java

ViolationMessageLine
errorMethod 'getMembershipList' is not designed for extension - needs to be abstract, final or empty.62
errorParameter person should be final.62
errorLine has trailing spaces.65
errorMethod 'getMembershipList' is not designed for extension - needs to be abstract, final or empty.73
errorParameter person should be final.73
errorParameter refDate should be final.73
errorLine has trailing spaces.74
errorLine is longer than 80 characters.76
errorLine has trailing spaces.84
errorMethod 'getCommitteeMemberships' is not designed for extension - needs to be abstract, final or empty.87
errorMissing a Javadoc comment.87
errorParameter person should be final.87
errorMethod 'getOficialIMCACommitteeMemberships' is not designed for extension - needs to be abstract, final or empty.99
errorMissing a Javadoc comment.99
errorParameter person should be final.99
errorLine is longer than 80 characters.101
errorMethod 'getAllAssociations' is not designed for extension - needs to be abstract, final or empty.111
errorMissing a Javadoc comment.111
error'<' is not preceded with whitespace.114
error'<' is not followed by whitespace.114
error'>' is not preceded with whitespace.114
errorLine has trailing spaces.115
errorLine has trailing spaces.117
error'=' is not preceded with whitespace.118
error'=' is not followed by whitespace.118
error';' is not followed by whitespace.118
error')' is preceded with whitespace.118
error'{' is not preceded with whitespace.118
errorLine has trailing spaces.129
errorLine has trailing spaces.130
errorMethod 'getAssociation' is not designed for extension - needs to be abstract, final or empty.131
errorMissing a Javadoc comment.131
errorParameter countryCode should be final.131
errorParameter area should be final.131
errorLine has trailing spaces.141
errorLine has trailing spaces.142
errorLine has trailing spaces.143
errorMethod 'getAssociations' is not designed for extension - needs to be abstract, final or empty.144
errorMissing a Javadoc comment.144
errorParameter official should be final.144
error'<' is not preceded with whitespace.147
error'<' is not followed by whitespace.147
error'>' is not preceded with whitespace.147
errorLine has trailing spaces.148
error'=' is not preceded with whitespace.150
error'=' is not followed by whitespace.150
errorLine has trailing spaces.153
errorLine has trailing spaces.155
errorLine has trailing spaces.158
errorMethod 'getImcaWorldAssociationCommittee' is not designed for extension - needs to be abstract, final or empty.159
errorMissing a Javadoc comment.159
errorLine is longer than 80 characters.160
errorLine has trailing spaces.162
errorLine is longer than 80 characters.163
errorMethod 'getAssociationCommittee' is not designed for extension - needs to be abstract, final or empty.163
errorMissing a Javadoc comment.163
errorParameter landCode should be final.163
errorParameter area should be final.163
errorLine has trailing spaces.165
error'<' is not preceded with whitespace.167
error'<' is not followed by whitespace.167
error'>' is not preceded with whitespace.167
errorLine has trailing spaces.169
errorLine is longer than 80 characters.170
errorLine has trailing spaces.171
error'=' is not preceded with whitespace.172
error'=' is not followed by whitespace.172
error')' is preceded with whitespace.172
error'{' is not preceded with whitespace.172
errorLine has trailing spaces.176
errorLine has trailing spaces.182
errorLine has trailing spaces.184
errorMethod 'getOnImcaCommittee' is not designed for extension - needs to be abstract, final or empty.188
errorMissing a Javadoc comment.188
errorParameter person should be final.188
error')' is preceded with whitespace.193
error'{' is not preceded with whitespace.193
errorMethod 'saveNewMembershipType' is not designed for extension - needs to be abstract, final or empty.199
errorMissing a Javadoc comment.199
errorParameter associationId should be final.199
errorParameter membershipType should be final.199
errorParameter currencyCode should be final.200
errorParameter fee should be final.200
errorParameter startDate should be final.200
errorParameter endDate should be final.200
errorLine has trailing spaces.201
errorLine has trailing spaces.203
errorLine has trailing spaces.204
errorLine has trailing spaces.206
errorLine has trailing spaces.210
errorLine has trailing spaces.211
errorLine has trailing spaces.218
errorMethod 'getMembershipRequestList' is not designed for extension - needs to be abstract, final or empty.229
errorMissing a Javadoc comment.229
errorParameter person should be final.229
errorLine has trailing spaces.230
errorLine is longer than 80 characters.232
errorLine has trailing spaces.240
errorLine has trailing spaces.244
errorLine is longer than 80 characters.251
errorParameter person should be final.251
errorParameter paidFilter should be final.251
errorLine has trailing spaces.252
error'<' is not preceded with whitespace.254
error'<' is not followed by whitespace.254
error'>' is not preceded with whitespace.254
error'<' is not preceded with whitespace.254
error'<' is not followed by whitespace.254
error'>' is not preceded with whitespace.254
error'>' is not followed by whitespace.254
errorLine has trailing spaces.255
error'=' is not preceded with whitespace.256
error'=' is not followed by whitespace.256
errorLine is longer than 80 characters.257
error'<' is not preceded with whitespace.257
error'<' is not followed by whitespace.257
error'>' is not preceded with whitespace.257
error'<' is not preceded with whitespace.258
error'<' is not followed by whitespace.258
error'>' is not preceded with whitespace.258
error'while' is not followed by whitespace.259
errorLine has trailing spaces.265
error'=' is not preceded with whitespace.269
error'=' is not followed by whitespace.269
errorLine has trailing spaces.276
errorParameter person should be final.283
errorParameter paidFilter should be final.284
errorParameter refDate should be final.284
errorExpected @param tag for 'refDate'.284
error'<' is not preceded with whitespace.287
error'<' is not followed by whitespace.287
error'>' is not preceded with whitespace.287
error'<' is not preceded with whitespace.287
error'<' is not followed by whitespace.287
error'>' is not preceded with whitespace.287
error'>' is not followed by whitespace.287
error'=' is not preceded with whitespace.289
error'=' is not followed by whitespace.289
errorLine is longer than 80 characters.290
error'<' is not preceded with whitespace.290
error'<' is not followed by whitespace.290
error'>' is not preceded with whitespace.290
error'<' is not preceded with whitespace.291
error'<' is not followed by whitespace.291
error'>' is not preceded with whitespace.291
error'while' is not followed by whitespace.292
errorLine has trailing spaces.294
error'&&' should be on a new line.294
errorLine has trailing spaces.295
errorLine has trailing spaces.296
errorLine is longer than 80 characters.296
error'{' is not preceded with whitespace.296
error'=' is not preceded with whitespace.303
error'=' is not followed by whitespace.303
errorParameter from should be final.318
errorParameter to should be final.318
errorParameter ref should be final.318
errorMethod 'deleteMembershipEntity' is not designed for extension - needs to be abstract, final or empty.334
errorParameter id should be final.334
errorLine is longer than 80 characters.338
errorMethod 'deleteMembershipTypeEntity' is not designed for extension - needs to be abstract, final or empty.356
errorParameter id should be final.356
errorLine is longer than 80 characters.358
errorMethod 'confirmPaidMembershipEntity' is not designed for extension - needs to be abstract, final or empty.376
errorParameter id should be final.376
errorLine has trailing spaces.381
error'+' should be on a new line.381
errorLine has trailing spaces.384
errorMethod 'getAssociation' is not designed for extension - needs to be abstract, final or empty.400
errorMissing a Javadoc comment.400
errorParameter associationId should be final.400
errorLine has trailing spaces.402
errorLine has trailing spaces.403
errorMethod 'saveAssociationData' is not designed for extension - needs to be abstract, final or empty.414
errorMissing a Javadoc comment.414
errorParameter entity should be final.414
errorLine has trailing spaces.420
errorMethod 'saveAssociationData' is not designed for extension - needs to be abstract, final or empty.426
errorParameter associationId should be final.426
errorExpected @param tag for 'associationId'.426
errorParameter paymentExplanation should be final.427
errorExpected @param tag for 'paymentExplanation'.427
errorParameter url should be final.427
errorExpected @param tag for 'url'.427
errorLine is longer than 80 characters.430
errorMethod 'getMembershipType' is not designed for extension - needs to be abstract, final or empty.443
errorMissing a Javadoc comment.443
errorParameter membershipTypeId should be final.443
errorLine has trailing spaces.445
errorLine has trailing spaces.446
errorLine is longer than 80 characters.447
errorMethod 'getEditableMembershipTypes' is not designed for extension - needs to be abstract, final or empty.457
errorMissing a Javadoc comment.457
errorParameter person should be final.457
errorLine has trailing spaces.458
errorLine is longer than 80 characters.459
errorLine is longer than 80 characters.460
error'<' is not preceded with whitespace.460
error'<' is not followed by whitespace.460
error'>' is not preceded with whitespace.460
error'<' is not preceded with whitespace.460
error'<' is not followed by whitespace.460
error'>' is not preceded with whitespace.460
error'>' is not followed by whitespace.460
error'=' is not preceded with whitespace.463
error'=' is not followed by whitespace.463
errorLine is longer than 80 characters.464
error'<' is not preceded with whitespace.464
error'<' is not followed by whitespace.464
error'>' is not preceded with whitespace.464
error'<' is not preceded with whitespace.465
error'<' is not followed by whitespace.465
error'>' is not preceded with whitespace.465
error'{' is not preceded with whitespace.466
error'=' is not preceded with whitespace.478
error'=' is not followed by whitespace.478
errorLine is longer than 80 characters.495
errorMethod 'saveMembershipType' is not designed for extension - needs to be abstract, final or empty.495
errorParameter membershipTypeId should be final.495
errorExpected @param tag for 'membershipTypeId'.495
errorParameter membershipType should be final.495
errorExpected @param tag for 'membershipType'.495
errorParameter currencyCode should be final.496
errorExpected @param tag for 'currencyCode'.496
errorParameter fee should be final.496
errorExpected @param tag for 'fee'.496
errorParameter startDate should be final.496
errorExpected @param tag for 'startDate'.496
errorParameter endDate should be final.496
errorExpected @param tag for 'endDate'.496
errorLine is longer than 80 characters.504
errorMethod 'getHasLinkedMemberships' is not designed for extension - needs to be abstract, final or empty.521
errorMissing a Javadoc comment.521
errorParameter membershipTypeId should be final.521
errorLine has trailing spaces.527
errorMethod 'addMember' is not designed for extension - needs to be abstract, final or empty.538
errorMissing a Javadoc comment.538
errorParameter membershipTypeId should be final.538
errorParameter email should be final.538
errorLine has trailing spaces.539
errorLine is longer than 80 characters.551
errorLine has trailing spaces.552
errorLine is longer than 80 characters.553
errorLine has trailing spaces.555
errorLine has trailing spaces.558

net/sf/imca/model/entities/MembershipTypeEntity.java

ViolationMessageLine
error'(' is followed by whitespace.38
error'+' should be on a new line.40
errorLine contains a tab character.41
error'+' should be on a new line.43
errorLine has trailing spaces.44
error'=' is not preceded with whitespace.53
error'=' is not followed by whitespace.53
errorMissing a Javadoc comment.56
errorMissing a Javadoc comment.59
errorMissing a Javadoc comment.61
errorMissing a Javadoc comment.64
errorMissing a Javadoc comment.66
errorMethod 'getValidFrom' is not designed for extension - needs to be abstract, final or empty.68
errorMissing a Javadoc comment.68
errorMethod 'setValidFrom' is not designed for extension - needs to be abstract, final or empty.72
errorMissing a Javadoc comment.72
errorParameter validFrom should be final.72
error'validFrom' hides a field.72
errorMethod 'getValidTo' is not designed for extension - needs to be abstract, final or empty.76
errorMissing a Javadoc comment.76
errorMethod 'setValidTo' is not designed for extension - needs to be abstract, final or empty.80
errorMissing a Javadoc comment.80
errorParameter validTo should be final.80
error'validTo' hides a field.80
errorMethod 'getCurrentFee' is not designed for extension - needs to be abstract, final or empty.84
errorMissing a Javadoc comment.84
errorMethod 'setCurrentFee' is not designed for extension - needs to be abstract, final or empty.91
errorParameter currentFee should be final.91
error'currentFee' hides a field.91
errorExpected @param tag for 'currentFee'.91
errorMethod 'getId' is not designed for extension - needs to be abstract, final or empty.95
errorMissing a Javadoc comment.95
errorMethod 'setId' is not designed for extension - needs to be abstract, final or empty.99
errorMissing a Javadoc comment.99
errorParameter id should be final.99
error'id' hides a field.99
errorMethod 'getName' is not designed for extension - needs to be abstract, final or empty.103
errorMissing a Javadoc comment.103
errorMethod 'setName' is not designed for extension - needs to be abstract, final or empty.107
errorMissing a Javadoc comment.107
errorParameter name should be final.107
error'name' hides a field.107
errorMethod 'getAssociation' is not designed for extension - needs to be abstract, final or empty.111
errorMissing a Javadoc comment.111
errorMethod 'setAssociation' is not designed for extension - needs to be abstract, final or empty.115
errorMissing a Javadoc comment.115
errorParameter association should be final.115
error'association' hides a field.115
errorLine has trailing spaces.120
errorExpected an @return tag.123
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.123
error'{' is not preceded with whitespace.123
errorLine has trailing spaces.124
error'+' should be on a new line.124
errorLine has trailing spaces.125
error'+' should be on a new line.125

net/sf/imca/model/entities/SailingClubEntity.java

ViolationMessageLine
errorFile does not end with a newline.0
error'(' is followed by whitespace.34
error'=' is not preceded with whitespace.36
error'=' is not followed by whitespace.36
error'+' should be on a new line.36
error'=' is not preceded with whitespace.45
error'=' is not followed by whitespace.45
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.53
errorMethod 'getAddress' is not designed for extension - needs to be abstract, final or empty.55
errorMissing a Javadoc comment.55
errorMethod 'setAddress' is not designed for extension - needs to be abstract, final or empty.59
errorMissing a Javadoc comment.59
errorParameter address should be final.59
error'address' hides a field.59
errorMethod 'getId' is not designed for extension - needs to be abstract, final or empty.63
errorMissing a Javadoc comment.63
errorMethod 'setId' is not designed for extension - needs to be abstract, final or empty.67
errorMissing a Javadoc comment.67
errorParameter id should be final.67
error'id' hides a field.67
errorMethod 'getName' is not designed for extension - needs to be abstract, final or empty.71
errorMissing a Javadoc comment.71
errorMethod 'setName' is not designed for extension - needs to be abstract, final or empty.75
errorMissing a Javadoc comment.75
errorParameter name should be final.75
error'name' hides a field.75
errorMethod 'getUrl' is not designed for extension - needs to be abstract, final or empty.79
errorMissing a Javadoc comment.79
errorMethod 'setUrl' is not designed for extension - needs to be abstract, final or empty.83
errorMissing a Javadoc comment.83
errorParameter url should be final.83
error'url' hides a field.83
errorLine has trailing spaces.88
errorExpected an @return tag.91
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.91
error'{' is not preceded with whitespace.91

net/sf/imca/model/entities/DesignDAO.java

ViolationMessageLine
errorMissing a Javadoc comment.23
errorMethod 'findDesign' is not designed for extension - needs to be abstract, final or empty.25
errorMissing a Javadoc comment.25
errorParameter em should be final.26
errorParameter name should be final.26
error'<' is not preceded with whitespace.33
error'<' is not followed by whitespace.33
error'>' is not preceded with whitespace.33

net/sf/imca/services/UiService.java

ViolationMessageLine
errorMethod 'getAssociationsWithWebsites' is not designed for extension - needs to be abstract, final or empty.52
errorMissing a Javadoc comment.52
error'<' is not preceded with whitespace.55
error'<' is not followed by whitespace.55
error'>' is not preceded with whitespace.55
errorLine has trailing spaces.56
errorLine has trailing spaces.58
error'=' is not preceded with whitespace.59
error'=' is not followed by whitespace.59
error';' is not followed by whitespace.59
error')' is preceded with whitespace.59
error'{' is not preceded with whitespace.59
errorMethod 'getMembersWithWebsites' is not designed for extension - needs to be abstract, final or empty.72
errorMissing a Javadoc comment.72
errorLine has trailing spaces.77
error'<' is not preceded with whitespace.77
error'<' is not followed by whitespace.77
error'>' is not preceded with whitespace.77
error'=' is not preceded with whitespace.81
error'=' is not followed by whitespace.81
error'{' is not preceded with whitespace.81
errorLine has trailing spaces.89
error'<' is not preceded with whitespace.89
error'<' is not followed by whitespace.89
error'>' is not preceded with whitespace.89
error'<' is not preceded with whitespace.90
error'<' is not followed by whitespace.90
error'>' is not preceded with whitespace.90
error'>' is not followed by whitespace.90
error'=' is not preceded with whitespace.91
error'=' is not followed by whitespace.91
error'{' is not preceded with whitespace.91
errorLine has trailing spaces.92
errorLine has trailing spaces.98
error'=' is not preceded with whitespace.105
error'=' is not followed by whitespace.105
error';' is not followed by whitespace.105
error')' is preceded with whitespace.105
error'{' is not preceded with whitespace.105

net/sf/imca/services/ImportData.java

ViolationMessageLine
errorUnused import - net.sf.imca.model.AssociationBO.29
errorUnused import - net.sf.imca.model.PersonBO.30
errorUnused import - net.sf.imca.model.BoatBO.31
errorUnused import - net.sf.imca.model.entities.AssociationEntity.32
errorLine has trailing spaces.40
errorMissing a Javadoc comment.47
errorName 'WEBSITE_PROTOCAL' must match pattern '^[a-z][a-zA-Z0-9]*$'.47
errorVariable 'WEBSITE_PROTOCAL' must be private and have accessor methods.47
errorMissing a Javadoc comment.49
errorName 'WEBSITE_HOST' must match pattern '^[a-z][a-zA-Z0-9]*$'.49
errorVariable 'WEBSITE_HOST' must be private and have accessor methods.49
errorLine has trailing spaces.57
errorLine has trailing spaces.58
errorMethod 'setUpMasterData' is not designed for extension - needs to be abstract, final or empty.63
errorLine has trailing spaces.67
errorLine has trailing spaces.81
errorLine has trailing spaces.87
errorLine has trailing spaces.88
errorLine has trailing spaces.106
errorExpected an @return tag.109
errorParameter fileName should be final.109
errorExpected @param tag for 'fileName'.109
errorParameter dataType should be final.109
errorExpected @param tag for 'dataType'.109
error'{' is not preceded with whitespace.109

net/sf/imca/taglibs/package.html

ViolationMessageLine
errorMissing package documentation file.0

net/sf/imca/services/JoinImcaService.java

ViolationMessageLine
errorMethod 'selectAssociations' is not designed for extension - needs to be abstract, final or empty.48
errorMissing a Javadoc comment.48
errorParameter countryCode should be final.49
error'{' is not preceded with whitespace.49
errorLine has trailing spaces.50
errorLine is longer than 80 characters.53
error'<' is not preceded with whitespace.53
error'<' is not followed by whitespace.53
error'>' is not preceded with whitespace.53
errorLine has trailing spaces.54
error'<' is not preceded with whitespace.56
error'<' is not followed by whitespace.56
error'>' is not preceded with whitespace.56
error'=' is not preceded with whitespace.57
error'=' is not followed by whitespace.57
errorLine has trailing spaces.59
errorLine has trailing spaces.70
errorMethod 'selectAssociation' is not designed for extension - needs to be abstract, final or empty.71
errorMissing a Javadoc comment.71
errorParameter countryCode should be final.71
errorParameter area should be final.71
error'{' is not preceded with whitespace.71
errorLine has trailing spaces.72
errorLine has trailing spaces.83
errorMethod 'selectMembership' is not designed for extension - needs to be abstract, final or empty.84
errorMissing a Javadoc comment.84
errorParameter associationId should be final.84
errorParameter typeId should be final.84
error'{' is not preceded with whitespace.84
errorMethod 'getAreasForCountry' is not designed for extension - needs to be abstract, final or empty.88
errorMissing a Javadoc comment.88
errorParameter countryCode should be final.88
errorLine has trailing spaces.89
errorLine is longer than 80 characters.92
error'<' is not preceded with whitespace.92
error'<' is not followed by whitespace.92
error'>' is not preceded with whitespace.92
error'=' is not preceded with whitespace.94
error'=' is not followed by whitespace.94
errorMethod 'getJoinableMembershipTypes' is not designed for extension - needs to be abstract, final or empty.106
errorMissing a Javadoc comment.106
error'<' is not preceded with whitespace.106
error'<' is not followed by whitespace.106
error'>' is not preceded with whitespace.106
errorParameter countryCode should be final.107
errorParameter area should be final.107
errorLine has trailing spaces.109
errorLine is longer than 80 characters.111
error'<' is not preceded with whitespace.111
error'<' is not followed by whitespace.111
error'>' is not preceded with whitespace.111
errorMethod 'makeMembershipRequest' is not designed for extension - needs to be abstract, final or empty.121
errorMissing a Javadoc comment.121
errorParameter person should be final.121
errorParameter countryCode should be final.121
errorParameter area should be final.122
errorParameter membershipTypeId should be final.122
errorLine has trailing spaces.123
errorLine is longer than 80 characters.126
error'(' is followed by whitespace.133
error'<' is not preceded with whitespace.135
error'<' is not followed by whitespace.135
error'>' is not preceded with whitespace.135
error'>' is not followed by whitespace.135
errorLine has trailing spaces.146
error'+' should be on a new line.146
errorLine is longer than 80 characters.159
errorMethod 'getJoinableAssociation' is not designed for extension - needs to be abstract, final or empty.159
errorMissing a Javadoc comment.159
errorParameter countryCode should be final.159
errorParameter area should be final.159
errorLine has trailing spaces.178
errorMissing a Javadoc comment.179
error'{' is not preceded with whitespace.179
errorMethod 'getMembershipTypeEntity' is not designed for extension - needs to be abstract, final or empty.183
errorMissing a Javadoc comment.183
errorParameter membershipTypeId should be final.183
errorLine is longer than 80 characters.185
errorMethod 'getImcaMemberships' is not designed for extension - needs to be abstract, final or empty.195
errorMissing a Javadoc comment.195
errorParameter personBO should be final.196
error'<' is not preceded with whitespace.201
error'<' is not followed by whitespace.201
error'>' is not preceded with whitespace.201
error'=' is not preceded with whitespace.209
error'=' is not followed by whitespace.209
error'{' is not preceded with whitespace.209
errorMethod 'getActiveMember' is not designed for extension - needs to be abstract, final or empty.215
errorMissing a Javadoc comment.215
errorParameter personBO should be final.215
error'=' is not preceded with whitespace.217
error'=' is not followed by whitespace.217
error'{' is not preceded with whitespace.217
error'{' is not preceded with whitespace.218

net/sf/imca/model/entities/SailNumberEntity.java

ViolationMessageLine
error'(' is followed by whitespace.36
error'+' should be on a new line.38
errorLine contains a tab character.39
error'=' is not preceded with whitespace.41
error'=' is not followed by whitespace.41
error'+' should be on a new line.41
errorLine contains a tab character.42
error'=' is not preceded with whitespace.50
error'=' is not followed by whitespace.50
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.55
error'<' is not preceded with whitespace.56
error'<' is not followed by whitespace.56
error'>' is not preceded with whitespace.56
errorMethod 'getId' is not designed for extension - needs to be abstract, final or empty.58
errorMissing a Javadoc comment.58
errorMethod 'setId' is not designed for extension - needs to be abstract, final or empty.62
errorMissing a Javadoc comment.62
errorParameter id should be final.62
error'id' hides a field.62
errorMethod 'getSailNumber' is not designed for extension - needs to be abstract, final or empty.66
errorMissing a Javadoc comment.66
errorLine has trailing spaces.69
errorMethod 'setSailNumber' is not designed for extension - needs to be abstract, final or empty.70
errorMissing a Javadoc comment.70
errorParameter sailNumber should be final.70
error'sailNumber' hides a field.70
errorMethod 'getBoats' is not designed for extension - needs to be abstract, final or empty.74
errorMissing a Javadoc comment.74
error'<' is not preceded with whitespace.74
error'<' is not followed by whitespace.74
error'>' is not preceded with whitespace.74
errorMethod 'setBoats' is not designed for extension - needs to be abstract, final or empty.78
errorMissing a Javadoc comment.78
errorParameter boats should be final.78
error'<' is not preceded with whitespace.78
error'<' is not followed by whitespace.78
error'>' is not preceded with whitespace.78
error'boats' hides a field.78
errorLine has trailing spaces.83
errorExpected an @return tag.86
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.86
error'{' is not preceded with whitespace.86

net/sf/imca/web/backingbeans/Utils.java

ViolationMessageLine
errorLine has trailing spaces.29
errorUtility classes should not have a public or default constructor.32
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.36
errorLine has trailing spaces.37
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.40
errorLine has trailing spaces.41
errorMissing a Javadoc comment.42
errorLine has trailing spaces.43
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.47
errorParameter beanName should be final.47
errorLine has trailing spaces.57
errorMissing a Javadoc comment.58
errorParameter beanName should be final.58
errorParameter bean should be final.58
errorLine has trailing spaces.67
errorMissing a Javadoc comment.68
errorLine has trailing spaces.72
errorMissing a Javadoc comment.77
error'cast' is not followed by whitespace.78
errorMissing a Javadoc comment.81
errorParameter webUser should be final.81
errorLine has trailing spaces.84
errorMissing a Javadoc comment.85
errorParameter messageKey should be final.85

net/sf/imca/web/backingbeans/WebUser.java

ViolationMessageLine
errorUnused import - net.sf.imca.model.entities.MembershipEntity.31
errorLine has trailing spaces.35
errorMissing a Javadoc comment.41
errorLine has trailing spaces.42
errorMissing a Javadoc comment.43
errorLine has trailing spaces.44
errorMissing a Javadoc comment.45
errorMethod 'getLogedIn' is not designed for extension - needs to be abstract, final or empty.47
errorMissing a Javadoc comment.47
errorMethod 'setLogedIn' is not designed for extension - needs to be abstract, final or empty.51
errorMissing a Javadoc comment.51
errorParameter logedIn should be final.51
error'logedIn' hides a field.51
errorMethod 'getName' is not designed for extension - needs to be abstract, final or empty.55
errorMissing a Javadoc comment.55
errorMethod 'getEmail' is not designed for extension - needs to be abstract, final or empty.59
errorMissing a Javadoc comment.59
errorMethod 'getPerson' is not designed for extension - needs to be abstract, final or empty.66
errorMissing a Javadoc comment.66
errorMethod 'setPerson' is not designed for extension - needs to be abstract, final or empty.70
errorMissing a Javadoc comment.70
errorParameter person should be final.70
error'person' hides a field.70
errorLine has trailing spaces.73
errorMethod 'getOnImcaCommittee' is not designed for extension - needs to be abstract, final or empty.74
errorMissing a Javadoc comment.74
errorLine has trailing spaces.78
errorMethod 'getCurrencyCodeItems' is not designed for extension - needs to be abstract, final or empty.79
errorMissing a Javadoc comment.79
errorMethod 'getCountryItems' is not designed for extension - needs to be abstract, final or empty.91
errorMissing a Javadoc comment.91
errorLine has trailing spaces.104
errorMethod 'getLanguageItems' is not designed for extension - needs to be abstract, final or empty.105
errorMissing a Javadoc comment.105
error'<' is not preceded with whitespace.111
error'<' is not followed by whitespace.111
error'>' is not preceded with whitespace.111
error'<' is not preceded with whitespace.112
error'<' is not followed by whitespace.112
error'>' is not preceded with whitespace.112
error'<' is not preceded with whitespace.112
error'<' is not followed by whitespace.112
error'>' is not preceded with whitespace.112
error'>' is not followed by whitespace.112
errorLine has trailing spaces.113
errorLine has trailing spaces.117
errorLine has trailing spaces.123
errorLine has trailing spaces.126
errorMethod 'getDatePattern' is not designed for extension - needs to be abstract, final or empty.127
errorMissing a Javadoc comment.127
errorMethod 'getFooter' is not designed for extension - needs to be abstract, final or empty.131
errorMissing a Javadoc comment.131
error'{' is not preceded with whitespace.131
error'{' is not preceded with whitespace.132
error'+' should be on a new line.137

net/sf/imca/web/backingbeans/LoginBean.java

ViolationMessageLine
errorLine has trailing spaces.27
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.35
errorLine has trailing spaces.36
errorMissing a Javadoc comment.37
errorLine has trailing spaces.43
errorMissing a Javadoc comment.44
errorLine has trailing spaces.45
errorMissing a Javadoc comment.46
errorLine has trailing spaces.47
errorMissing a Javadoc comment.48
errorMethod 'actionLogin' is not designed for extension - needs to be abstract, final or empty.50
errorMissing a Javadoc comment.50
errorLine has trailing spaces.54
errorLine has trailing spaces.68
errorLine has trailing spaces.70
errorLine has trailing spaces.73
errorMethod 'actionLogout' is not designed for extension - needs to be abstract, final or empty.74
errorMissing a Javadoc comment.74
errorMethod 'actionSendPassword' is not designed for extension - needs to be abstract, final or empty.81
errorMissing a Javadoc comment.81
errorLine has trailing spaces.96
errorMethod 'actionRegister' is not designed for extension - needs to be abstract, final or empty.97
errorMissing a Javadoc comment.97
errorLine has trailing spaces.101
errorLine has trailing spaces.106
errorLine is longer than 80 characters.106
errorLine has trailing spaces.110
errorLine has trailing spaces.115
errorMethod 'getUserFeedbackMessage' is not designed for extension - needs to be abstract, final or empty.116
errorMissing a Javadoc comment.116
errorMethod 'setUserFeedbackMessage' is not designed for extension - needs to be abstract, final or empty.120
errorMissing a Javadoc comment.120
errorParameter userFeedbackMessage should be final.120
error'userFeedbackMessage' hides a field.120
errorMethod 'getEmail' is not designed for extension - needs to be abstract, final or empty.124
errorMissing a Javadoc comment.124
errorMethod 'setEmail' is not designed for extension - needs to be abstract, final or empty.128
errorMissing a Javadoc comment.128
errorParameter email should be final.128
error'email' hides a field.128
errorMethod 'getPassword' is not designed for extension - needs to be abstract, final or empty.132
errorMissing a Javadoc comment.132
errorMethod 'setPassword' is not designed for extension - needs to be abstract, final or empty.136
errorMissing a Javadoc comment.136
errorParameter password should be final.136
error'password' hides a field.136
errorMethod 'getConfirmPassword' is not designed for extension - needs to be abstract, final or empty.140
errorMissing a Javadoc comment.140
errorMethod 'setConfirmPassword' is not designed for extension - needs to be abstract, final or empty.144
errorMissing a Javadoc comment.144
errorParameter confirmPassword should be final.144
error'confirmPassword' hides a field.144
errorMethod 'getFirstName' is not designed for extension - needs to be abstract, final or empty.148
errorMissing a Javadoc comment.148
errorMethod 'setFirstName' is not designed for extension - needs to be abstract, final or empty.152
errorMissing a Javadoc comment.152
errorParameter firstName should be final.152
error'firstName' hides a field.152
errorMethod 'getLastName' is not designed for extension - needs to be abstract, final or empty.156
errorMissing a Javadoc comment.156
errorMethod 'setLastName' is not designed for extension - needs to be abstract, final or empty.160
errorMissing a Javadoc comment.160
errorParameter lastName should be final.160
error'lastName' hides a field.160
errorMethod 'getCountryCode' is not designed for extension - needs to be abstract, final or empty.164
errorMissing a Javadoc comment.164
errorMethod 'setCountryCode' is not designed for extension - needs to be abstract, final or empty.168
errorMissing a Javadoc comment.168
errorParameter countryCode should be final.168
error'countryCode' hides a field.168
errorLine has trailing spaces.171

net/sf/imca/services/EditDataService.java

ViolationMessageLine
errorMethod 'saveEntity' is not designed for extension - needs to be abstract, final or empty.44
errorMissing a Javadoc comment.44
errorParameter entityObject should be final.44
errorParameter id should be final.44
errorLine has trailing spaces.46
errorLine is longer than 80 characters.48
errorLine is longer than 80 characters.49
errorLine has trailing spaces.57
errorLine has trailing spaces.63
errorLine has trailing spaces.64
errorLine is longer than 80 characters.64
errorMethod 'saveMyData' is not designed for extension - needs to be abstract, final or empty.64
errorMissing a Javadoc comment.64
errorParameter personEntity should be final.64
errorParameter password should be final.64
errorParameter confirmPassword should be final.64
errorLine is longer than 80 characters.68
errorLine is longer than 80 characters.92
errorLine is longer than 80 characters.93
errorLine is longer than 80 characters.94
errorLine is longer than 80 characters.95
errorLine is longer than 80 characters.96
errorLine is longer than 80 characters.97
errorLine has trailing spaces.98
errorMethod 'findEntity' is not designed for extension - needs to be abstract, final or empty.111
errorMissing a Javadoc comment.111
errorParameter clazz should be final.112
errorParameter goToId should be final.112
errorMethod 'search' is not designed for extension - needs to be abstract, final or empty.124
errorMissing a Javadoc comment.124
errorParameter entityName should be final.125
errorParameter search should be final.125
errorExpected an @return tag.146
errorLine is longer than 80 characters.146
errorMethod 'deleteEntity' is not designed for extension - needs to be abstract, final or empty.146
errorParameter entityObject should be final.146
errorExpected @param tag for 'entityObject'.146
errorParameter id should be final.146
errorExpected @param tag for 'id'.146
errorExpected @throws tag for 'Exception'.146
errorLine is longer than 80 characters.149

net/sf/imca/model/AssociationBO.java

ViolationMessageLine
errorFirst sentence should end with a period.46
errorFirst sentence should end with a period.51
errorFirst sentence should end with a period.56
errorFirst sentence should end with a period.61
errorFirst sentence should end with a period.66
errorFirst sentence should end with a period.71
errorFirst sentence should end with a period.76
errorFirst sentence should end with a period.81
errorFirst sentence should end with a period.86
errorFirst sentence should end with a period.91
errorFirst sentence should end with a period.96
errorFirst sentence should end with a period.101
errorFirst sentence should end with a period.106
errorFirst sentence should end with a period.111
errorFirst sentence should end with a period.116
errorFirst sentence should end with a period.121
errorLine has trailing spaces.133
errorParameter em should be final.139
errorParameter countryCode should be final.139
errorLine has trailing spaces.145
errorParameter em should be final.153
errorParameter countryCode should be final.153
errorParameter area should be final.153
errorLine has trailing spaces.160
errorParameter entity should be final.163
error'entity' hides a field.163
errorExpected @param tag for 'entity'.163
errorLine has trailing spaces.169
errorParameter em should be final.175
errorParameter nodeList should be final.175
errorLine is longer than 80 characters.180
error'<' is not preceded with whitespace.180
error'<' is not followed by whitespace.180
error'>' is not preceded with whitespace.180
error'<' is not preceded with whitespace.180
error'<' is not followed by whitespace.180
error'>' is not preceded with whitespace.180
error'>' is not followed by whitespace.180
errorLine is longer than 80 characters.191
errorLine is longer than 80 characters.219
error'<' is not preceded with whitespace.239
error'<' is not followed by whitespace.239
error'>' is not preceded with whitespace.239
error'>' is not followed by whitespace.239
errorLine has trailing spaces.264
errorExpected an @return tag.267
errorMethod 'getName' is not designed for extension - needs to be abstract, final or empty.267
errorLine has trailing spaces.277
errorMethod 'getEntity' is not designed for extension - needs to be abstract, final or empty.280
errorLine has trailing spaces.286
errorMethod 'setEntity' is not designed for extension - needs to be abstract, final or empty.290
errorParameter entity should be final.290
error'entity' hides a field.290
errorMethod 'getJoinableMembershipTypes' is not designed for extension - needs to be abstract, final or empty.294
errorMissing a Javadoc comment.294
error'<' is not preceded with whitespace.294
error'<' is not followed by whitespace.294
error'>' is not preceded with whitespace.294
errorParameter em should be final.295
errorLine is longer than 80 characters.297
error'<' is not preceded with whitespace.297
error'<' is not followed by whitespace.297
error'>' is not preceded with whitespace.297
errorLine has trailing spaces.298
errorLine is longer than 80 characters.300
errorLine is longer than 80 characters.301
error'<' is not preceded with whitespace.301
error'<' is not followed by whitespace.301
error'>' is not preceded with whitespace.301
error'=' is not preceded with whitespace.302
error'=' is not followed by whitespace.302
errorLine has trailing spaces.305
errorMethod 'getCommitteeEmails' is not designed for extension - needs to be abstract, final or empty.309
errorMissing a Javadoc comment.309
error'<' is not preceded with whitespace.311
error'<' is not followed by whitespace.311
error'>' is not preceded with whitespace.311
error'<' is not preceded with whitespace.313
error'<' is not followed by whitespace.313
error'>' is not preceded with whitespace.313
errorLine has trailing spaces.322
errorMethod 'getCountryName' is not designed for extension - needs to be abstract, final or empty.323
errorMissing a Javadoc comment.323
error'{' is not preceded with whitespace.323
errorLine has trailing spaces.327
errorMethod 'getShortName' is not designed for extension - needs to be abstract, final or empty.328
errorMissing a Javadoc comment.328
error'{' is not preceded with whitespace.328
errorLine is longer than 80 characters.331
errorLine is longer than 80 characters.333

net/sf/imca/model/entities/BoatVersionEntity.java

ViolationMessageLine
errorLine has trailing spaces.36
errorLine is longer than 80 characters.38
errorLine is longer than 80 characters.40
error'=' is not preceded with whitespace.48
error'=' is not followed by whitespace.48
errorLine has trailing spaces.55
errorMissing a Javadoc comment.56
errorMissing a Javadoc comment.59
error'<' is not preceded with whitespace.60
error'<' is not followed by whitespace.60
error'>' is not preceded with whitespace.60
errorMissing a Javadoc comment.62
error'<' is not preceded with whitespace.63
error'<' is not followed by whitespace.63
error'>' is not preceded with whitespace.63
errorMissing a Javadoc comment.65
error'<' is not preceded with whitespace.66
error'<' is not followed by whitespace.66
error'>' is not preceded with whitespace.66
errorMethod 'getBoat' is not designed for extension - needs to be abstract, final or empty.68
errorMissing a Javadoc comment.68
errorMethod 'setBoat' is not designed for extension - needs to be abstract, final or empty.72
errorMissing a Javadoc comment.72
errorParameter boat should be final.72
error'boat' hides a field.72
errorMethod 'getId' is not designed for extension - needs to be abstract, final or empty.76
errorMissing a Javadoc comment.76
errorMethod 'setId' is not designed for extension - needs to be abstract, final or empty.80
errorMissing a Javadoc comment.80
errorParameter id should be final.80
error'id' hides a field.80
errorMethod 'getFoils' is not designed for extension - needs to be abstract, final or empty.84
errorMissing a Javadoc comment.84
error'<' is not preceded with whitespace.84
error'<' is not followed by whitespace.84
error'>' is not preceded with whitespace.84
errorMethod 'setFoils' is not designed for extension - needs to be abstract, final or empty.88
errorMissing a Javadoc comment.88
errorParameter foils should be final.88
error'<' is not preceded with whitespace.88
error'<' is not followed by whitespace.88
error'>' is not preceded with whitespace.88
error'foils' hides a field.88
errorMethod 'getMasts' is not designed for extension - needs to be abstract, final or empty.92
errorMissing a Javadoc comment.92
error'<' is not preceded with whitespace.92
error'<' is not followed by whitespace.92
error'>' is not preceded with whitespace.92
errorMethod 'setMasts' is not designed for extension - needs to be abstract, final or empty.96
errorMissing a Javadoc comment.96
errorParameter masts should be final.96
error'<' is not preceded with whitespace.96
error'<' is not followed by whitespace.96
error'>' is not preceded with whitespace.96
error'masts' hides a field.96
errorMethod 'getSails' is not designed for extension - needs to be abstract, final or empty.100
errorMissing a Javadoc comment.100
error'<' is not preceded with whitespace.100
error'<' is not followed by whitespace.100
error'>' is not preceded with whitespace.100
errorMethod 'setSails' is not designed for extension - needs to be abstract, final or empty.104
errorMissing a Javadoc comment.104
errorParameter sails should be final.104
error'<' is not preceded with whitespace.104
error'<' is not followed by whitespace.104
error'>' is not preceded with whitespace.104
error'sails' hides a field.104
errorLine has trailing spaces.109
errorLine has trailing spaces.111
errorExpected an @return tag.112
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.112
error'{' is not preceded with whitespace.112
errorMethod 'getDescription' is not designed for extension - needs to be abstract, final or empty.116
errorMissing a Javadoc comment.116
errorMethod 'setDescription' is not designed for extension - needs to be abstract, final or empty.120
errorMissing a Javadoc comment.120
errorParameter description should be final.120
error'description' hides a field.120