The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 73 | 0 | 0 | 3537 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 1 | |
| NewlineAtEndOfFile | 9 | |
| Translation | 0 | |
| JavadocMethod | 593 | |
| JavadocType | 23 | |
| JavadocVariable | 151 | |
| JavadocStyle | 21 | |
| ConstantName | 1 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 9 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 2 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 25 | |
| FileLength | 0 | |
| LineLength | 161 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 1 | |
| NoWhitespaceAfter | 5 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 99 | |
| ParenPad | 36 | |
| TypecastParenPad | 0 | |
| TabCharacter | 34 | |
| WhitespaceAfter | 6 | |
| WhitespaceAround | 638 | |
| ModifierOrder | 2 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 7 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 1 | |
| EqualsHashCode | 0 | |
| HiddenField | 170 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 18 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 18 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 4 | |
| DesignForExtension | 512 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 3 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 12 | |
| ArrayTypeStyle | 1 | |
| FinalParameters | 397 | |
GenericIllegalRegexp
| 568 | |
| TodoComment | 9 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 33 | |
| Parameter membershipTypeEntity should be final. | 33 | |
| Method 'getEntity' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Method 'setEntity' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Parameter entity should be final. | 51 | |
| 'entity' hides a field. | 51 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Line has trailing spaces. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Line has trailing spaces. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Variable 'service' must be private and have accessor methods. | 44 | |
| Method 'actionJoin' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Line has trailing spaces. | 47 | |
| ')' is preceded with whitespace. | 48 | |
| Line has trailing spaces. | 54 | |
| Method 'getCountryHasAreas' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| '{' is not preceded with whitespace. | 55 | |
| Conditional logic can be removed. | 56 | |
| Line has trailing spaces. | 62 | |
| Line has trailing spaces. | 64 | |
| Method 'getAreaItems' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| '{' is not preceded with whitespace. | 65 | |
| 'service' hides a field. | 66 | |
| Line has trailing spaces. | 68 | |
| '=' is not preceded with whitespace. | 70 | |
| '=' is not followed by whitespace. | 70 | |
| Line has trailing spaces. | 75 | |
| Method 'getArea' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Method 'setArea' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter area should be final. | 80 | |
| 'area' hides a field. | 80 | |
| Method 'getCountryCode' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Line is longer than 80 characters. | 88 | |
| Method 'setCountryCode' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Missing a Javadoc comment. | 93 | |
| Parameter countryCode should be final. | 93 | |
| 'countryCode' hides a field. | 93 | |
| Line is longer than 80 characters. | 96 | |
| Line is longer than 80 characters. | 99 | |
| Line is longer than 80 characters. | 101 | |
| Method 'getMemTypeId' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Missing a Javadoc comment. | 105 | |
| Method 'setMemTypeId' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Missing a Javadoc comment. | 109 | |
| Parameter memTypeId should be final. | 109 | |
| 'memTypeId' hides a field. | 109 | |
| Method 'getUserFeedbackMessage' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Missing a Javadoc comment. | 113 | |
| Method 'setUserFeedbackMessage' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Missing a Javadoc comment. | 117 | |
| Parameter userFeedbackMessage should be final. | 117 | |
| 'userFeedbackMessage' hides a field. | 117 | |
| Method 'getCountryIsOfficiallyImca' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Missing a Javadoc comment. | 121 | |
| Method 'getMembershipTypeItems' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Missing a Javadoc comment. | 125 | |
| Method 'setMembershipTypeItems' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Missing a Javadoc comment. | 129 | |
| Parameter membershipTypeItems should be final. | 129 | |
| 'membershipTypeItems' hides a field. | 129 |
| Violation | Message | Line |
|---|---|---|
| '+' should be on a new line. | 36 | |
| Line contains a tab character. | 37 | |
| '+' should be on a new line. | 39 | |
| '+' should be on a new line. | 40 | |
| '+' should be on a new line. | 41 | |
| '+' should be on a new line. | 44 | |
| '+' should be on a new line. | 47 | |
| '=' is not preceded with whitespace. | 56 | |
| '=' is not followed by whitespace. | 56 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 65 | |
| Line has trailing spaces. | 67 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 70 | |
| Method 'getFee' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Method 'setFee' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Parameter fee should be final. | 76 | |
| 'fee' hides a field. | 76 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Parameter id should be final. | 84 | |
| 'id' hides a field. | 84 | |
| Method 'getPaid' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Method 'setPaid' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Parameter paid should be final. | 92 | |
| 'paid' hides a field. | 92 | |
| Method 'getPerson' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Line has trailing spaces. | 99 | |
| Method 'setPerson' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Parameter person should be final. | 100 | |
| 'person' hides a field. | 100 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Missing a Javadoc comment. | 104 | |
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Missing a Javadoc comment. | 108 | |
| Parameter type should be final. | 108 | |
| 'type' hides a field. | 108 | |
| Line has trailing spaces. | 113 | |
| Expected an @return tag. | 116 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| '{' is not preceded with whitespace. | 116 | |
| Line has trailing spaces. | 120 | |
| '+' should be on a new line. | 120 | |
| Method 'getNote' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Missing a Javadoc comment. | 124 | |
| Method 'setNote' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Missing a Javadoc comment. | 128 | |
| Parameter note should be final. | 128 | |
| 'note' hides a field. | 128 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 39 | |
| Method 'getEntity' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Method 'setEntity' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Parameter entity should be final. | 63 | |
| 'entity' hides a field. | 63 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 23 | |
| Method 'getEntity' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Method 'setEntity' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Parameter entity should be final. | 47 | |
| 'entity' hides a field. | 47 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 29 | |
| Missing a Javadoc comment. | 35 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Line has trailing spaces. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Line has trailing spaces. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Line has trailing spaces. | 49 | |
| Missing a Javadoc comment. | 50 | |
| Line has trailing spaces. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Line has trailing spaces. | 53 | |
| Missing a Javadoc comment. | 54 | |
| Line has trailing spaces. | 55 | |
| Missing a Javadoc comment. | 56 | |
| Line has trailing spaces. | 57 | |
| Method 'actionJoin' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Line is longer than 80 characters. | 65 | |
| Line is longer than 80 characters. | 67 | |
| Line has trailing spaces. | 71 | |
| Method 'actionBackToSelect' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| '{' is not preceded with whitespace. | 72 | |
| Line has trailing spaces. | 76 | |
| Method 'actionConfirm' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Line has trailing spaces. | 82 | |
| Line is longer than 80 characters. | 82 | |
| Line has trailing spaces. | 87 | |
| Line has trailing spaces. | 88 | |
| Method 'getAreaItems' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| '{' is not preceded with whitespace. | 89 | |
| Missing a Javadoc comment. | 92 | |
| Line has trailing spaces. | 95 | |
| '=' is not preceded with whitespace. | 97 | |
| '=' is not followed by whitespace. | 97 | |
| Line has trailing spaces. | 102 | |
| Method 'getMembershipTypeItems' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Missing a Javadoc comment. | 103 | |
| Line has trailing spaces. | 106 | |
| Missing a Javadoc comment. | 107 | |
| '{' is not preceded with whitespace. | 107 | |
| Line has trailing spaces. | 108 | |
| Line has trailing spaces. | 109 | |
| Line has trailing spaces. | 110 | |
| '<' is not preceded with whitespace. | 110 | |
| '<' is not followed by whitespace. | 110 | |
| '>' is not preceded with whitespace. | 110 | |
| Line has trailing spaces. | 112 | |
| '<' is not preceded with whitespace. | 114 | |
| '<' is not followed by whitespace. | 114 | |
| '>' is not preceded with whitespace. | 114 | |
| '=' is not preceded with whitespace. | 115 | |
| '=' is not followed by whitespace. | 115 | |
| '{' is not preceded with whitespace. | 115 | |
| Line has trailing spaces. | 117 | |
| Line has trailing spaces. | 118 | |
| '+' should be on a new line. | 118 | |
| Line has trailing spaces. | 119 | |
| '+' should be on a new line. | 119 | |
| Line has trailing spaces. | 122 | |
| Line is longer than 80 characters. | 124 | |
| Line has trailing spaces. | 127 | |
| Missing a Javadoc comment. | 128 | |
| Line has trailing spaces. | 129 | |
| '{' is not preceded with whitespace. | 130 | |
| '{' is not preceded with whitespace. | 133 | |
| Line has trailing spaces. | 136 | |
| Line has trailing spaces. | 137 | |
| '<' is not preceded with whitespace. | 137 | |
| '<' is not followed by whitespace. | 137 | |
| '>' is not preceded with whitespace. | 137 | |
| Line has trailing spaces. | 139 | |
| '=' is not preceded with whitespace. | 140 | |
| '=' is not followed by whitespace. | 140 | |
| Method 'getCountryHasAreas' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| Missing a Javadoc comment. | 149 | |
| '{' is not preceded with whitespace. | 149 | |
| Conditional logic can be removed. | 150 | |
| Method 'getCountryHasTypes' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| Missing a Javadoc comment. | 156 | |
| '{' is not preceded with whitespace. | 156 | |
| Conditional logic can be removed. | 157 | |
| Line has trailing spaces. | 163 | |
| Line has trailing spaces. | 164 | |
| Method 'getArea' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| Missing a Javadoc comment. | 165 | |
| Method 'setArea' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| Missing a Javadoc comment. | 169 | |
| Parameter area should be final. | 169 | |
| 'area' hides a field. | 169 | |
| Method 'getCountryCode' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| Missing a Javadoc comment. | 173 | |
| Method 'setCountryCode' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| Missing a Javadoc comment. | 177 | |
| Parameter countryCode should be final. | 177 | |
| 'countryCode' hides a field. | 177 | |
| Method 'getUserFeedbackMessage' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| Missing a Javadoc comment. | 187 | |
| Method 'setUserFeedbackMessage' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| Missing a Javadoc comment. | 191 | |
| Parameter userFeedbackMessage should be final. | 191 | |
| 'userFeedbackMessage' hides a field. | 191 | |
| Method 'getMembershipTypeInfo' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| Missing a Javadoc comment. | 195 | |
| Line has trailing spaces. | 198 | |
| Method 'getAssociation' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| Missing a Javadoc comment. | 199 | |
| Method 'getMembershipTypeId' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| Missing a Javadoc comment. | 203 | |
| Method 'setMembershipTypeId' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| Missing a Javadoc comment. | 207 | |
| Parameter membershipTypeId should be final. | 207 | |
| 'membershipTypeId' hides a field. | 207 | |
| Missing a Javadoc comment. | 212 | |
| Line has trailing spaces. | 215 | |
| Line has trailing spaces. | 218 | |
| Method 'getPaymentInfo' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| Missing a Javadoc comment. | 221 | |
| Method 'getFee' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| Missing a Javadoc comment. | 225 | |
| Method 'getSavedRequest' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| Missing a Javadoc comment. | 229 |
| Violation | Message | Line |
|---|---|---|
| Unused import - javax.persistence.EntityTransaction. | 20 | |
| Line has trailing spaces. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 36 | |
| Variable 'em' must be private and have accessor methods. | 36 | |
| Method 'startTransaction' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| '{' is not preceded with whitespace. | 48 | |
| Line has trailing spaces. | 49 | |
| '+' should be on a new line. | 49 | |
| Must have at least one statement. | 58 | |
| Line has trailing spaces. | 68 | |
| Method 'endTransaction' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Expected @throws tag for 'Exception'. | 71 | |
| '{' is not preceded with whitespace. | 73 | |
| Line has trailing spaces. | 74 | |
| '+' is not preceded with whitespace. | 74 | |
| '+' should be on a new line. | 74 | |
| Line has trailing spaces. | 82 | |
| '+' should be on a new line. | 82 | |
| Line has trailing spaces. | 91 | |
| Method 'destroyEntityManager' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 99 | |
| Line has trailing spaces. | 100 | |
| Missing a Javadoc comment. | 100 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 7 | |
| '<' is not preceded with whitespace. | 7 | |
| '<' is not followed by whitespace. | 7 | |
| '>' is not preceded with whitespace. | 7 | |
| Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 9 | |
| Missing a Javadoc comment. | 9 | |
| Parameter a1 should be final. | 9 | |
| Parameter a2 should be final. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 17 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line has trailing spaces. | 23 | |
| Method 'getEntity' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Method 'setEntity' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Parameter entity should be final. | 47 | |
| 'entity' hides a field. | 47 |
| Violation | Message | Line |
|---|---|---|
| Unused import - javax.servlet.jsp.JspTagException. | 4 | |
| Unused import - net.sf.imca.web.backingbeans.WebUser. | 11 | |
| Missing a Javadoc comment. | 13 | |
| Line has trailing spaces. | 14 | |
| First sentence should end with a period. | 16 | |
| Missing a Javadoc comment. | 21 | |
| Line has trailing spaces. | 22 | |
| Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Line has trailing spaces. | 24 | |
| '!' is followed by whitespace. | 26 | |
| ')' is preceded with whitespace. | 26 | |
| '{' is not preceded with whitespace. | 26 | |
| Line has trailing spaces. | 29 | |
| Name 'ParameterId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| Line has trailing spaces. | 38 | |
| Line has trailing spaces. | 40 | |
| Line is longer than 80 characters. | 41 | |
| 'cast' is not followed by whitespace. | 41 | |
| Line has trailing spaces. | 42 | |
| '(' is followed by whitespace. | 43 | |
| Line has trailing spaces. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Parameter person should be final. | 52 | |
| ')' is preceded with whitespace. | 52 | |
| Line has trailing spaces. | 54 | |
| Line has trailing spaces. | 55 | |
| Line has trailing spaces. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Line is longer than 80 characters. | 63 | |
| Line has trailing spaces. | 64 | |
| Line has trailing spaces. | 76 | |
| Line has trailing spaces. | 80 | |
| Line has trailing spaces. | 82 | |
| Line is longer than 80 characters. | 82 | |
| Line has trailing spaces. | 83 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '(' is followed by whitespace. | 33 | |
| Line has trailing spaces. | 35 | |
| '=' is not preceded with whitespace. | 43 | |
| '=' is not followed by whitespace. | 43 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Method 'getAmount' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Method 'setAmount' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Parameter amount should be final. | 54 | |
| 'amount' hides a field. | 54 | |
| Method 'getCurrency' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Method 'setCurrency' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Parameter currency should be final. | 62 | |
| 'currency' hides a field. | 62 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter id should be final. | 70 | |
| 'id' hides a field. | 70 | |
| Line has trailing spaces. | 75 | |
| Expected an @return tag. | 78 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| '{' is not preceded with whitespace. | 78 |
| Violation | Message | Line |
|---|---|---|
| '(' is followed by whitespace. | 36 | |
| '=' is not preceded with whitespace. | 38 | |
| '=' is not followed by whitespace. | 38 | |
| '+' should be on a new line. | 38 | |
| '=' is not preceded with whitespace. | 47 | |
| '=' is not followed by whitespace. | 47 | |
| Line has trailing spaces. | 59 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 63 | |
| Line has trailing spaces. | 65 | |
| Missing a Javadoc comment. | 66 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter id should be final. | 72 | |
| 'id' hides a field. | 72 | |
| Method 'getMeasurer' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Method 'setMeasurer' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter measurer should be final. | 80 | |
| 'measurer' hides a field. | 80 | |
| Method 'getSailmaker' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Method 'setSailmaker' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Parameter sailmaker should be final. | 88 | |
| 'sailmaker' hides a field. | 88 | |
| Method 'getMeasuredDate' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Method 'setMeasuredDate' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Parameter measuredDate should be final. | 96 | |
| 'measuredDate' hides a field. | 96 | |
| Line has trailing spaces. | 99 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Missing a Javadoc comment. | 104 | |
| Parameter type should be final. | 104 | |
| 'type' hides a field. | 104 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Missing a Javadoc comment. | 108 | |
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Missing a Javadoc comment. | 112 | |
| Parameter description should be final. | 112 | |
| 'description' hides a field. | 112 | |
| Line has trailing spaces. | 117 | |
| Expected an @return tag. | 120 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| '{' is not preceded with whitespace. | 120 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.Locale. | 3 | |
| Missing a Javadoc comment. | 12 | |
| First sentence should end with a period. | 14 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 23 | |
| Variable 'count' must be private and have accessor methods. | 23 | |
| Missing a Javadoc comment. | 25 | |
| Variable 'committee' must be private and have accessor methods. | 25 | |
| Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Line has trailing spaces. | 40 | |
| Line has trailing spaces. | 47 | |
| Method 'doAfterBody' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 69 | |
| Line has trailing spaces. | 70 | |
| Line has trailing spaces. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Line is longer than 80 characters. | 76 | |
| Line has trailing spaces. | 77 | |
| Method 'getArea' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Missing a Javadoc comment. | 94 | |
| Method 'setArea' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Missing a Javadoc comment. | 98 | |
| Parameter area should be final. | 98 | |
| 'area' hides a field. | 98 | |
| Method 'getCountryCode' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Missing a Javadoc comment. | 102 | |
| Method 'setCountryCode' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Missing a Javadoc comment. | 106 | |
| Parameter countryCode should be final. | 106 | |
| 'countryCode' hides a field. | 106 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 25 | |
| Parameter message should be final. | 25 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line has trailing spaces. | 39 | |
| Method 'getEntity' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Method 'setEntity' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Parameter entity should be final. | 63 | |
| 'entity' hides a field. | 63 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 34 | |
| '(' is followed by whitespace. | 34 | |
| '=' is not preceded with whitespace. | 44 | |
| '=' is not followed by whitespace. | 44 | |
| Missing a Javadoc comment. | 57 | |
| Line has trailing spaces. | 59 | |
| Method 'getBuilder' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Method 'setBuilder' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter builder should be final. | 64 | |
| 'builder' hides a field. | 64 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter description should be final. | 72 | |
| 'description' hides a field. | 72 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter id should be final. | 80 | |
| 'id' hides a field. | 80 | |
| Line has trailing spaces. | 83 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Parameter type should be final. | 88 | |
| 'type' hides a field. | 88 | |
| Line has trailing spaces. | 93 | |
| Expected an @return tag. | 96 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| '{' is not preceded with whitespace. | 96 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 25 | |
| Parameter message should be final. | 25 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 45 | |
| Line has trailing spaces. | 46 | |
| Line has trailing spaces. | 51 | |
| Line has trailing spaces. | 66 | |
| Missing a Javadoc comment. | 67 | |
| Line has trailing spaces. | 68 | |
| Missing a Javadoc comment. | 69 | |
| Line has trailing spaces. | 70 | |
| Missing a Javadoc comment. | 71 | |
| Line has trailing spaces. | 72 | |
| Missing a Javadoc comment. | 73 | |
| Line has trailing spaces. | 74 | |
| Missing a Javadoc comment. | 75 | |
| Line has trailing spaces. | 76 | |
| Missing a Javadoc comment. | 77 | |
| Variable 'dataModel' must be private and have accessor methods. | 77 | |
| Line has trailing spaces. | 78 | |
| Missing a Javadoc comment. | 79 | |
| Line has trailing spaces. | 80 | |
| Missing a Javadoc comment. | 81 | |
| Variable 'service' must be private and have accessor methods. | 81 | |
| Method 'actionListMembership' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| '{' is not preceded with whitespace. | 83 | |
| Line has trailing spaces. | 87 | |
| Method 'actionSelectAssociation' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Line is longer than 80 characters. | 90 | |
| Line has trailing spaces. | 92 | |
| Line has trailing spaces. | 95 | |
| Method 'actionSelectMembershipType' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Line is longer than 80 characters. | 97 | |
| 'membershipType' hides a field. | 97 | |
| Line is longer than 80 characters. | 102 | |
| Line has trailing spaces. | 106 | |
| Method 'actionAddMembershipType' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Missing a Javadoc comment. | 107 | |
| '{' is not preceded with whitespace. | 107 | |
| Line has trailing spaces. | 108 | |
| Line is longer than 80 characters. | 110 | |
| Line has trailing spaces. | 112 | |
| Line has trailing spaces. | 115 | |
| Method 'actionSaveMembershipType' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Missing a Javadoc comment. | 116 | |
| '{' is not preceded with whitespace. | 116 | |
| Line has trailing spaces. | 117 | |
| Line has trailing spaces. | 118 | |
| Line has trailing spaces. | 121 | |
| Line has trailing spaces. | 124 | |
| Line has trailing spaces. | 125 | |
| Line has trailing spaces. | 126 | |
| Method 'actionConfirmPaidMembershipRequests' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| Missing a Javadoc comment. | 127 | |
| '{' is not preceded with whitespace. | 127 | |
| Line has trailing spaces. | 128 | |
| Line is longer than 80 characters. | 131 | |
| Line has trailing spaces. | 134 | |
| Method 'actionDeleteMembershipRequests' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Missing a Javadoc comment. | 135 | |
| '{' is not preceded with whitespace. | 135 | |
| Line has trailing spaces. | 136 | |
| Line is longer than 80 characters. | 139 | |
| Line has trailing spaces. | 142 | |
| Method 'actionDeleteMembershipType' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Missing a Javadoc comment. | 143 | |
| Line has trailing spaces. | 150 | |
| Method 'getMembershipTypeCanBeDeleted' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| Missing a Javadoc comment. | 151 | |
| Line has trailing spaces. | 154 | |
| Line has trailing spaces. | 155 | |
| Method 'actionSaveAssociationData' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| Missing a Javadoc comment. | 156 | |
| '{' is not preceded with whitespace. | 156 | |
| Line is longer than 80 characters. | 157 | |
| Line has trailing spaces. | 160 | |
| Method 'actionAddMember' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| Missing a Javadoc comment. | 161 | |
| '{' is not preceded with whitespace. | 161 | |
| Line is longer than 80 characters. | 166 | |
| Line has trailing spaces. | 170 | |
| Method 'getUserFeedbackMessage' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| Missing a Javadoc comment. | 171 | |
| Method 'setUserFeedbackMessage' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| Missing a Javadoc comment. | 175 | |
| Parameter userFeedbackMessage should be final. | 175 | |
| 'userFeedbackMessage' hides a field. | 175 | |
| Method 'getStartDate' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| Missing a Javadoc comment. | 179 | |
| Method 'setStartDate' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| Missing a Javadoc comment. | 183 | |
| Parameter startDate should be final. | 183 | |
| 'startDate' hides a field. | 183 | |
| Method 'getEndDate' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| Missing a Javadoc comment. | 187 | |
| Method 'setEndDate' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| Missing a Javadoc comment. | 191 | |
| Parameter endDate should be final. | 191 | |
| 'endDate' hides a field. | 191 | |
| Method 'getMembershipType' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| Missing a Javadoc comment. | 195 | |
| Method 'setMembershipType' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| Missing a Javadoc comment. | 199 | |
| Parameter membershipType should be final. | 199 | |
| 'membershipType' hides a field. | 199 | |
| Method 'getFee' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| Missing a Javadoc comment. | 203 | |
| Method 'setFee' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| Missing a Javadoc comment. | 207 | |
| Parameter fee should be final. | 207 | |
| 'fee' hides a field. | 207 | |
| Method 'getMemberList' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| Missing a Javadoc comment. | 211 | |
| Method 'setMemberList' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| Missing a Javadoc comment. | 215 | |
| Parameter memberList should be final. | 215 | |
| 'memberList' hides a field. | 215 | |
| Method 'getOfficalImcaAssociationItems' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| Missing a Javadoc comment. | 219 | |
| Line has trailing spaces. | 220 | |
| Line has trailing spaces. | 221 | |
| Line is longer than 80 characters. | 222 | |
| Line has trailing spaces. | 223 | |
| Line has trailing spaces. | 225 | |
| '=' is not preceded with whitespace. | 226 | |
| '=' is not followed by whitespace. | 226 | |
| Line has trailing spaces. | 228 | |
| Line has trailing spaces. | 232 | |
| Line has trailing spaces. | 233 | |
| Method 'getMembershipTypeItems' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| Missing a Javadoc comment. | 234 | |
| Line has trailing spaces. | 235 | |
| Line has trailing spaces. | 236 | |
| Line has trailing spaces. | 238 | |
| Line has trailing spaces. | 240 | |
| '=' is not preceded with whitespace. | 241 | |
| '=' is not followed by whitespace. | 241 | |
| Line has trailing spaces. | 243 | |
| Line has trailing spaces. | 247 | |
| Line has trailing spaces. | 248 | |
| Method 'getAssociationName' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| Missing a Javadoc comment. | 249 | |
| Line has trailing spaces. | 253 | |
| Method 'getAssociationItems' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| Missing a Javadoc comment. | 254 | |
| Line has trailing spaces. | 255 | |
| Line has trailing spaces. | 256 | |
| Line has trailing spaces. | 258 | |
| Line has trailing spaces. | 260 | |
| '=' is not preceded with whitespace. | 261 | |
| '=' is not followed by whitespace. | 261 | |
| Line has trailing spaces. | 263 | |
| Line has trailing spaces. | 267 | |
| Method 'getAssociationId' is not designed for extension - needs to be abstract, final or empty. | 269 | |
| Missing a Javadoc comment. | 269 | |
| Method 'setAssociationId' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| Missing a Javadoc comment. | 273 | |
| Parameter associationId should be final. | 273 | |
| 'associationId' hides a field. | 273 | |
| Method 'getCurrencyCode' is not designed for extension - needs to be abstract, final or empty. | 277 | |
| Missing a Javadoc comment. | 277 | |
| Method 'setCurrencyCode' is not designed for extension - needs to be abstract, final or empty. | 289 | |
| Missing a Javadoc comment. | 289 | |
| Parameter currencyCode should be final. | 289 | |
| 'currencyCode' hides a field. | 289 | |
| Line has trailing spaces. | 292 | |
| Line has trailing spaces. | 293 | |
| Method 'getMembershipRequestsList' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| Missing a Javadoc comment. | 294 | |
| Line has trailing spaces. | 300 | |
| Method 'getMembershipList' is not designed for extension - needs to be abstract, final or empty. | 301 | |
| Missing a Javadoc comment. | 301 | |
| Method 'getRefDate' is not designed for extension - needs to be abstract, final or empty. | 308 | |
| Missing a Javadoc comment. | 308 | |
| Method 'setRefDate' is not designed for extension - needs to be abstract, final or empty. | 312 | |
| Missing a Javadoc comment. | 312 | |
| Parameter refDate should be final. | 312 | |
| 'refDate' hides a field. | 312 | |
| Method 'getPaymentExplanation' is not designed for extension - needs to be abstract, final or empty. | 316 | |
| Missing a Javadoc comment. | 316 | |
| Method 'setPaymentExplanation' is not designed for extension - needs to be abstract, final or empty. | 320 | |
| Missing a Javadoc comment. | 320 | |
| Parameter paymentExplanation should be final. | 320 | |
| 'paymentExplanation' hides a field. | 320 | |
| Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 324 | |
| Missing a Javadoc comment. | 324 | |
| Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 328 | |
| Missing a Javadoc comment. | 328 | |
| Parameter url should be final. | 328 | |
| 'url' hides a field. | 328 | |
| Method 'getMembershipTypeId' is not designed for extension - needs to be abstract, final or empty. | 332 | |
| Missing a Javadoc comment. | 332 | |
| Method 'setMembershipTypeId' is not designed for extension - needs to be abstract, final or empty. | 336 | |
| Missing a Javadoc comment. | 336 | |
| Parameter membershipTypeId should be final. | 336 | |
| 'membershipTypeId' hides a field. | 336 | |
| Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. | 340 | |
| Missing a Javadoc comment. | 340 | |
| Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. | 344 | |
| Missing a Javadoc comment. | 344 | |
| Parameter email should be final. | 344 | |
| 'email' hides a field. | 344 | |
| Line has trailing spaces. | 348 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 14 | |
| Utility classes should not have a public or default constructor. | 14 | |
| Missing a Javadoc comment. | 16 | |
| Line has trailing spaces. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Line has trailing spaces. | 19 | |
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 20 | |
| 'static' modifier out of order with the JLS suggestions. | 20 | |
| Name 'sdf' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 | |
| Line has trailing spaces. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 22 | |
| 'static' modifier out of order with the JLS suggestions. | 22 | |
| Line has trailing spaces. | 24 | |
| Line has trailing spaces. | 25 | |
| Missing a Javadoc comment. | 26 | |
| '{' is not preceded with whitespace. | 26 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 34 | |
| Comment matches to-do format 'TODO:'. | 36 | |
| Line is longer than 80 characters. | 38 | |
| Line has trailing spaces. | 40 | |
| Line has trailing spaces. | 43 | |
| Line has trailing spaces. | 45 | |
| Line has trailing spaces. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Parameter messageKey should be final. | 49 | |
| Parameter locale should be final. | 49 | |
| Missing a Javadoc comment. | 59 | |
| Parameter date should be final. | 59 | |
| '{' is not preceded with whitespace. | 59 | |
| Line has trailing spaces. | 62 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.Collection. | 18 | |
| Missing a Javadoc comment. | 26 | |
| Method 'findAssociation' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Parameter em should be final. | 29 | |
| Parameter countryCode should be final. | 30 | |
| Parameter area should be final. | 30 | |
| Line is longer than 80 characters. | 32 | |
| '<' is not preceded with whitespace. | 35 | |
| '<' is not followed by whitespace. | 35 | |
| '>' is not preceded with whitespace. | 35 | |
| Line has trailing spaces. | 42 | |
| Method 'getAssociationsInCountry' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| '<' is not preceded with whitespace. | 45 | |
| '<' is not followed by whitespace. | 45 | |
| '>' is not preceded with whitespace. | 45 | |
| Parameter em should be final. | 45 | |
| Parameter countryCode should be final. | 46 | |
| Line has trailing spaces. | 50 | |
| Line has trailing spaces. | 54 | |
| Method 'findCommitteeMemberships' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Line is longer than 80 characters. | 56 | |
| '<' is not preceded with whitespace. | 56 | |
| '<' is not followed by whitespace. | 56 | |
| '>' is not preceded with whitespace. | 56 | |
| Parameter em should be final. | 56 | |
| Parameter person should be final. | 57 | |
| Line has trailing spaces. | 61 | |
| Line has trailing spaces. | 65 | |
| Method 'findMembershipTypes' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| '<' is not preceded with whitespace. | 67 | |
| '<' is not followed by whitespace. | 67 | |
| '>' is not preceded with whitespace. | 67 | |
| Parameter em should be final. | 67 | |
| Parameter association should be final. | 68 | |
| Line has trailing spaces. | 72 | |
| Method 'getWorldAssociation' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Parameter em should be final. | 77 | |
| Line has trailing spaces. | 78 | |
| Line is longer than 80 characters. | 80 | |
| '(' is followed by whitespace. | 81 | |
| Line has trailing spaces. | 87 | |
| Line has trailing spaces. | 89 | |
| Line is longer than 80 characters. | 90 | |
| Method 'getAssociations' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Missing a Javadoc comment. | 90 | |
| '<' is not preceded with whitespace. | 90 | |
| '<' is not followed by whitespace. | 90 | |
| '>' is not preceded with whitespace. | 90 | |
| Parameter em should be final. | 90 | |
| Parameter official should be final. | 90 | |
| Line has trailing spaces. | 91 | |
| '<' is not preceded with whitespace. | 94 | |
| '<' is not followed by whitespace. | 94 | |
| '>' is not preceded with whitespace. | 94 | |
| Method 'getAllAssociations' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Missing a Javadoc comment. | 98 | |
| '<' is not preceded with whitespace. | 99 | |
| '<' is not followed by whitespace. | 99 | |
| '>' is not preceded with whitespace. | 99 | |
| Parameter em should be final. | 99 | |
| Line has trailing spaces. | 103 | |
| Method 'getAssociationsWithWebsites' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Missing a Javadoc comment. | 104 | |
| Line is longer than 80 characters. | 105 | |
| '<' is not preceded with whitespace. | 105 | |
| '<' is not followed by whitespace. | 105 | |
| '>' is not preceded with whitespace. | 105 | |
| Parameter em should be final. | 105 | |
| Line has trailing spaces. | 109 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 36 | |
| '(' is followed by whitespace. | 36 | |
| Line has trailing spaces. | 38 | |
| '=' is not preceded with whitespace. | 46 | |
| '=' is not followed by whitespace. | 46 | |
| Missing a Javadoc comment. | 49 | |
| '<' is not preceded with whitespace. | 50 | |
| '<' is not followed by whitespace. | 50 | |
| '>' is not preceded with whitespace. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 56 | |
| '<' is not preceded with whitespace. | 57 | |
| '<' is not followed by whitespace. | 57 | |
| '>' is not preceded with whitespace. | 57 | |
| Method 'getEntries' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| '<' is not preceded with whitespace. | 59 | |
| '<' is not followed by whitespace. | 59 | |
| '>' is not preceded with whitespace. | 59 | |
| Method 'setEntries' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Parameter entries should be final. | 63 | |
| '<' is not preceded with whitespace. | 63 | |
| '<' is not followed by whitespace. | 63 | |
| '>' is not preceded with whitespace. | 63 | |
| 'entries' hides a field. | 63 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Parameter id should be final. | 71 | |
| 'id' hides a field. | 71 | |
| Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Parameter location should be final. | 79 | |
| 'location' hides a field. | 79 | |
| Method 'getSailingClub' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| '<' is not preceded with whitespace. | 83 | |
| '<' is not followed by whitespace. | 83 | |
| '>' is not preceded with whitespace. | 83 | |
| Method 'setSailingClub' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Parameter sailingClub should be final. | 87 | |
| '<' is not preceded with whitespace. | 87 | |
| '<' is not followed by whitespace. | 87 | |
| '>' is not preceded with whitespace. | 87 | |
| 'sailingClub' hides a field. | 87 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Parameter name should be final. | 95 | |
| 'name' hides a field. | 95 | |
| Line has trailing spaces. | 100 | |
| Expected an @return tag. | 103 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| '{' is not preceded with whitespace. | 103 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 52 | |
| Missing a Javadoc comment. | 67 | |
| '{' is not preceded with whitespace. | 67 | |
| '{' is not followed by whitespace. | 67 | |
| '}' is not preceded with whitespace. | 67 | |
| Missing a Javadoc comment. | 69 | |
| Parameter em should be final. | 69 | |
| Parameter id should be final. | 69 | |
| Missing a Javadoc comment. | 73 | |
| Parameter em should be final. | 73 | |
| Parameter email should be final. | 73 | |
| Line has trailing spaces. | 76 | |
| Missing a Javadoc comment. | 77 | |
| Parameter em should be final. | 78 | |
| Parameter email should be final. | 78 | |
| Parameter password should be final. | 78 | |
| Line has trailing spaces. | 81 | |
| '8' is a magic number. | 90 | |
| Line has trailing spaces. | 94 | |
| Line has trailing spaces. | 101 | |
| '<' is not preceded with whitespace. | 104 | |
| '<' is not followed by whitespace. | 104 | |
| '>' is not preceded with whitespace. | 104 | |
| Line has trailing spaces. | 131 | |
| Missing a Javadoc comment. | 132 | |
| Parameter em should be final. | 133 | |
| Parameter nodeList should be final. | 133 | |
| Name 'email_username' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 | |
| Name 'email_domain' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 | |
| Name 'address_street1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 | |
| Name 'address_street2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 145 | |
| Name 'address_city' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 | |
| Name 'address_area' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 | |
| Name 'address_postcode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 148 | |
| Name 'address_country' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 149 | |
| Line is longer than 80 characters. | 158 | |
| Line is longer than 80 characters. | 206 | |
| Line is longer than 80 characters. | 207 | |
| '<' is not preceded with whitespace. | 217 | |
| '<' is not followed by whitespace. | 217 | |
| '>' is not preceded with whitespace. | 217 | |
| Must have at least one statement. | 219 | |
| Line has trailing spaces. | 247 | |
| Line has trailing spaces. | 256 | |
| Missing a Javadoc comment. | 257 | |
| Parameter personEntity should be final. | 257 | |
| Line has trailing spaces. | 261 | |
| Method 'register' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| Missing a Javadoc comment. | 261 | |
| Parameter em should be final. | 261 | |
| Line has trailing spaces. | 263 | |
| Method 'getEntity' is not designed for extension - needs to be abstract, final or empty. | 278 | |
| Method 'setEntity' is not designed for extension - needs to be abstract, final or empty. | 287 | |
| Parameter entity should be final. | 287 | |
| 'entity' hides a field. | 287 | |
| Line has trailing spaces. | 291 | |
| Method 'setPasswordEncodeAndSet' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| Missing a Javadoc comment. | 291 | |
| Parameter plainTextPassword should be final. | 291 | |
| Line has trailing spaces. | 292 | |
| Line has trailing spaces. | 294 | |
| '8' is a magic number. | 295 | |
| Line has trailing spaces. | 298 | |
| Line has trailing spaces. | 301 | |
| Missing a Javadoc comment. | 302 | |
| Parameter password should be final. | 302 | |
| Array brackets at illegal position. | 307 | |
| Comment matches to-do format 'TODO:'. | 314 | |
| Line has trailing spaces. | 315 | |
| Method 'sendPassword' is not designed for extension - needs to be abstract, final or empty. | 320 | |
| Parameter em should be final. | 320 | |
| Parameter email should be final. | 320 | |
| Expected @throws tag for 'DataCheckingException'. | 321 | |
| '{' is followed by whitespace. | 326 | |
| Line has trailing spaces. | 331 | |
| '+' should be on a new line. | 333 | |
| Method 'getLocale' is not designed for extension - needs to be abstract, final or empty. | 339 | |
| Missing a Javadoc comment. | 339 | |
| Line is longer than 80 characters. | 343 | |
| Line has trailing spaces. | 347 | |
| Expected an @return tag. | 352 | |
| Line has trailing spaces. | 353 | |
| Parameter em should be final. | 353 | |
| Expected @param tag for 'em'. | 353 | |
| Parameter email should be final. | 353 | |
| Expected @param tag for 'email'. | 353 | |
| Expected @throws tag for 'DataCheckingException'. | 354 | |
| '<' is not preceded with whitespace. | 358 | |
| '<' is not followed by whitespace. | 358 | |
| '>' is not preceded with whitespace. | 358 | |
| '30' is a magic number. | 365 | |
| '16' is a magic number. | 366 | |
| Expected an @return tag. | 381 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 381 | |
| ')' is preceded with whitespace. | 382 | |
| '{' is not preceded with whitespace. | 382 | |
| Line has trailing spaces. | 388 | |
| Line has trailing spaces. | 389 | |
| Method 'getXmlId' is not designed for extension - needs to be abstract, final or empty. | 390 | |
| Missing a Javadoc comment. | 390 | |
| ')' is preceded with whitespace. | 391 | |
| '{' is not preceded with whitespace. | 391 | |
| Line has trailing spaces. | 401 | |
| Line has trailing spaces. | 402 | |
| Missing a Javadoc comment. | 403 | |
| Parameter em should be final. | 404 | |
| Parameter email should be final. | 404 | |
| '{' is not preceded with whitespace. | 404 | |
| Line has trailing spaces. | 405 | |
| '<' is not preceded with whitespace. | 408 | |
| '<' is not followed by whitespace. | 408 | |
| '>' is not preceded with whitespace. | 408 | |
| Expected an @return tag. | 423 | |
| Line is longer than 80 characters. | 423 | |
| Expected @param tag for 'oldXmlCode'. | 423 | |
| Line has trailing spaces. | 459 | |
| Line has trailing spaces. | 462 | |
| Method 'replaceEmail' is not designed for extension - needs to be abstract, final or empty. | 468 | |
| Parameter em should be final. | 468 | |
| Expected @param tag for 'em'. | 468 | |
| Parameter email should be final. | 468 | |
| Expected @param tag for 'email'. | 468 | |
| Expected @throws tag for 'DataCheckingException'. | 469 | |
| Line has trailing spaces. | 470 | |
| Line is longer than 80 characters. | 473 | |
| Comment matches to-do format 'TODO:'. | 480 | |
| Method 'isOnWorldsCommitte' is not designed for extension - needs to be abstract, final or empty. | 481 | |
| Missing a Javadoc comment. | 481 | |
| '{' is not preceded with whitespace. | 481 | |
| Comment matches to-do format 'TODO:'. | 485 | |
| Method 'isCurrentMember' is not designed for extension - needs to be abstract, final or empty. | 486 | |
| Missing a Javadoc comment. | 486 | |
| '{' is not preceded with whitespace. | 486 | |
| Line has trailing spaces. | 489 | |
| Comment matches to-do format 'TODO:'. | 490 | |
| Method 'getOnCommittee' is not designed for extension - needs to be abstract, final or empty. | 491 | |
| Missing a Javadoc comment. | 491 | |
| Parameter em should be final. | 491 | |
| '{' is not preceded with whitespace. | 491 | |
| Conditional logic can be removed. | 493 | |
| Method 'getCommitteeMemberships' is not designed for extension - needs to be abstract, final or empty. | 500 | |
| Missing a Javadoc comment. | 500 | |
| Parameter em should be final. | 500 | |
| Line has trailing spaces. | 501 | |
| Line is longer than 80 characters. | 503 | |
| '<' is not preceded with whitespace. | 503 | |
| '<' is not followed by whitespace. | 503 | |
| '>' is not preceded with whitespace. | 503 | |
| Line has trailing spaces. | 505 | |
| '=' is not preceded with whitespace. | 506 | |
| '=' is not followed by whitespace. | 506 | |
| '{' is not preceded with whitespace. | 506 | |
| Line has trailing spaces. | 510 | |
| Line has trailing spaces. | 513 | |
| Line is longer than 80 characters. | 514 | |
| Method 'getOficialIMCACommitteeMemberships' is not designed for extension - needs to be abstract, final or empty. | 514 | |
| Missing a Javadoc comment. | 514 | |
| Parameter em should be final. | 514 | |
| Line has trailing spaces. | 515 | |
| '<' is not preceded with whitespace. | 517 | |
| '<' is not followed by whitespace. | 517 | |
| '>' is not preceded with whitespace. | 517 | |
| '<' is not preceded with whitespace. | 517 | |
| '<' is not followed by whitespace. | 517 | |
| '>' is not preceded with whitespace. | 517 | |
| '(' is preceded with whitespace. | 517 | |
| Line has trailing spaces. | 518 | |
| '=' is not preceded with whitespace. | 519 | |
| '=' is not followed by whitespace. | 519 | |
| '{' is not preceded with whitespace. | 519 | |
| '=' is not preceded with whitespace. | 525 | |
| '=' is not followed by whitespace. | 525 | |
| '{' is not preceded with whitespace. | 525 | |
| Line has trailing spaces. | 530 | |
| Method 'getDefaultCountryCode' is not designed for extension - needs to be abstract, final or empty. | 532 | |
| Missing a Javadoc comment. | 532 | |
| Method 'sendMembershipRequestMail' is not designed for extension - needs to be abstract, final or empty. | 539 | |
| Missing a Javadoc comment. | 539 | |
| Parameter em should be final. | 539 | |
| Parameter memType should be final. | 540 | |
| Line has trailing spaces. | 544 | |
| '{' is followed by whitespace. | 546 | |
| Line has trailing spaces. | 547 | |
| Line is longer than 80 characters. | 548 | |
| Line has trailing spaces. | 551 | |
| Line has trailing spaces. | 552 | |
| Line has trailing spaces. | 555 | |
| '+' should be on a new line. | 556 | |
| Line is longer than 80 characters. | 557 | |
| '+' should be on a new line. | 557 | |
| Line has trailing spaces. | 558 | |
| '+' should be on a new line. | 558 | |
| Line has trailing spaces. | 559 | |
| Method 'sendMembershipConfirmationMail' is not designed for extension - needs to be abstract, final or empty. | 564 | |
| Missing a Javadoc comment. | 564 | |
| Parameter em should be final. | 564 | |
| Parameter memType should be final. | 565 | |
| Line has trailing spaces. | 566 | |
| Line has trailing spaces. | 569 | |
| '{' is followed by whitespace. | 571 | |
| Line has trailing spaces. | 572 | |
| Line is longer than 80 characters. | 573 | |
| Line has trailing spaces. | 576 | |
| Line has trailing spaces. | 577 | |
| Line is longer than 80 characters. | 577 | |
| Line has trailing spaces. | 580 | |
| '+' should be on a new line. | 581 | |
| Line is longer than 80 characters. | 582 | |
| '+' should be on a new line. | 582 | |
| Line has trailing spaces. | 583 | |
| '+' should be on a new line. | 583 | |
| Line has trailing spaces. | 584 | |
| Line has trailing spaces. | 588 | |
| Line is longer than 80 characters. | 589 | |
| Missing a Javadoc comment. | 589 | |
| Parameter memType should be final. | 589 | |
| Parameter withPaymentDetails should be final. | 590 | |
| '{' is not preceded with whitespace. | 590 | |
| '+' should be on a new line. | 592 | |
| '+' should be on a new line. | 593 | |
| Line is longer than 80 characters. | 594 | |
| '+' should be on a new line. | 594 | |
| '+' should be on a new line. | 597 | |
| '+' should be on a new line. | 598 | |
| Line is longer than 80 characters. | 599 | |
| Method 'getCountry' is not designed for extension - needs to be abstract, final or empty. | 603 | |
| Missing a Javadoc comment. | 603 | |
| Line is longer than 80 characters. | 607 | |
| Line has trailing spaces. | 608 | |
| Line has trailing spaces. | 611 | |
| Line has trailing spaces. | 612 | |
| Method 'getAddressHtml' is not designed for extension - needs to be abstract, final or empty. | 613 | |
| Missing a Javadoc comment. | 613 | |
| Line has trailing spaces. | 614 | |
| '(' is followed by whitespace. | 628 | |
| Line has trailing spaces. | 629 | |
| Method 'getSmallPictureUrl' is not designed for extension - needs to be abstract, final or empty. | 633 | |
| Missing a Javadoc comment. | 633 | |
| Line has trailing spaces. | 634 | |
| Line has trailing spaces. | 637 | |
| Method 'getRiderPageUrl' is not designed for extension - needs to be abstract, final or empty. | 638 | |
| Missing a Javadoc comment. | 638 | |
| '{' is not preceded with whitespace. | 638 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Unused import - java.io.PrintWriter. | 19 | |
| Unused import - java.lang.reflect.InvocationTargetException. | 20 | |
| Unused import - java.lang.reflect.Method. | 21 | |
| Unused import - java.util.ArrayList. | 22 | |
| Unused import - java.util.Collection. | 23 | |
| Unused import - java.util.Enumeration. | 24 | |
| Unused import - java.util.Hashtable. | 25 | |
| Unused import - java.util.Iterator. | 26 | |
| Unused import - javax.servlet.jsp.JspException. | 32 | |
| Unused import - net.sf.imca.services.ReflectionUtil. | 37 | |
| Unused import - net.sf.imca.web.backingbeans.Utils. | 38 | |
| Line has trailing spaces. | 41 | |
| Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Parameter req should be final. | 51 | |
| Expected @param tag for 'req'. | 51 | |
| Parameter res should be final. | 51 | |
| Expected @param tag for 'res'. | 51 | |
| Line has trailing spaces. | 52 | |
| '+' should be on a new line. | 56 | |
| Line is longer than 80 characters. | 57 | |
| '+' should be on a new line. | 57 | |
| Line has trailing spaces. | 59 | |
| Line has trailing spaces. | 61 | |
| '<' is not preceded with whitespace. | 62 | |
| '<' is not followed by whitespace. | 62 | |
| '>' is not preceded with whitespace. | 62 | |
| Line has trailing spaces. | 63 | |
| Line has trailing spaces. | 64 | |
| '=' is not preceded with whitespace. | 65 | |
| '=' is not followed by whitespace. | 65 | |
| Line has trailing spaces. | 67 | |
| '+' should be on a new line. | 68 | |
| '+' should be on a new line. | 69 | |
| '+' should be on a new line. | 70 | |
| '+' should be on a new line. | 71 | |
| '+' should be on a new line. | 72 | |
| Line is longer than 80 characters. | 73 | |
| '+' should be on a new line. | 73 | |
| Line is longer than 80 characters. | 74 | |
| '+' should be on a new line. | 74 | |
| Line is longer than 80 characters. | 75 | |
| '+' should be on a new line. | 75 | |
| Line is longer than 80 characters. | 76 | |
| '+' should be on a new line. | 76 | |
| '+' should be on a new line. | 77 | |
| Line has trailing spaces. | 79 | |
| '>' is not followed by whitespace. | 82 | |
| '+' should be on a new line. | 83 | |
| Line is longer than 80 characters. | 84 | |
| '+' should be on a new line. | 84 | |
| Line is longer than 80 characters. | 85 | |
| '+' should be on a new line. | 85 | |
| Line is longer than 80 characters. | 88 | |
| '+' should be on a new line. | 88 | |
| '+' should be on a new line. | 89 | |
| '+' should be on a new line. | 90 | |
| Line is longer than 80 characters. | 91 | |
| '+' should be on a new line. | 91 | |
| Line has trailing spaces. | 93 | |
| 'catch' is not preceded with whitespace. | 96 | |
| '}' is not followed by whitespace. | 96 | |
| Must have at least one statement. | 96 | |
| Line has trailing spaces. | 97 | |
| Line has trailing spaces. | 99 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line has trailing spaces. | 35 | |
| '(' is followed by whitespace. | 35 | |
| '=' is not preceded with whitespace. | 47 | |
| '=' is not followed by whitespace. | 47 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 54 | |
| '<' is not preceded with whitespace. | 55 | |
| '<' is not followed by whitespace. | 55 | |
| '>' is not preceded with whitespace. | 55 | |
| Missing a Javadoc comment. | 57 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Parameter description should be final. | 63 | |
| 'description' hides a field. | 63 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Parameter name should be final. | 71 | |
| 'name' hides a field. | 71 | |
| Method 'getYear' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Method 'setYear' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Parameter year should be final. | 79 | |
| 'year' hides a field. | 79 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Parameter id should be final. | 87 | |
| 'id' hides a field. | 87 | |
| Method 'getDesigners' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| '<' is not preceded with whitespace. | 91 | |
| '<' is not followed by whitespace. | 91 | |
| '>' is not preceded with whitespace. | 91 | |
| Method 'setDesigners' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Parameter designers should be final. | 95 | |
| '<' is not preceded with whitespace. | 95 | |
| '<' is not followed by whitespace. | 95 | |
| '>' is not preceded with whitespace. | 95 | |
| 'designers' hides a field. | 95 | |
| Line has trailing spaces. | 100 | |
| Expected an @return tag. | 103 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| '{' is not preceded with whitespace. | 103 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 22 | |
| Method 'findPersonByXmlId' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Parameter em should be final. | 25 | |
| Parameter xmlId should be final. | 25 | |
| '<' is not preceded with whitespace. | 32 | |
| '<' is not followed by whitespace. | 32 | |
| '>' is not preceded with whitespace. | 32 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 18 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 12 | |
| Line has trailing spaces. | 13 | |
| First sentence should end with a period. | 15 | |
| Missing a Javadoc comment. | 20 | |
| Variable 'count' must be private and have accessor methods. | 20 | |
| Line has trailing spaces. | 21 | |
| Line has trailing spaces. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Variable 'persons' must be private and have accessor methods. | 23 | |
| Line has trailing spaces. | 24 | |
| Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Line has trailing spaces. | 26 | |
| Line has trailing spaces. | 28 | |
| '<' is not preceded with whitespace. | 29 | |
| '<' is not followed by whitespace. | 29 | |
| '>' is not preceded with whitespace. | 29 | |
| Line has trailing spaces. | 30 | |
| Line has trailing spaces. | 32 | |
| '=' is not preceded with whitespace. | 33 | |
| '=' is not followed by whitespace. | 33 | |
| Line has trailing spaces. | 37 | |
| '(' is followed by whitespace. | 38 | |
| ')' is preceded with whitespace. | 38 | |
| Line has trailing spaces. | 45 | |
| Method 'doAfterBody' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Line has trailing spaces. | 47 | |
| Line has trailing spaces. | 57 | |
| Missing a Javadoc comment. | 58 | |
| Line has trailing spaces. | 60 | |
| Line has trailing spaces. | 61 | |
| Line has trailing spaces. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Line is longer than 80 characters. | 66 | |
| Line has trailing spaces. | 68 | |
| Line has trailing spaces. | 80 | |
| Line is longer than 80 characters. | 82 | |
| Line has trailing spaces. | 84 | |
| Line is longer than 80 characters. | 84 | |
| Line has trailing spaces. | 85 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 35 | |
| '+' should be on a new line. | 37 | |
| Line contains a tab character. | 38 | |
| '+' should be on a new line. | 38 | |
| Line contains a tab character. | 39 | |
| '+' should be on a new line. | 41 | |
| Line contains a tab character. | 42 | |
| '+' should be on a new line. | 44 | |
| '+' should be on a new line. | 45 | |
| '+' should be on a new line. | 48 | |
| Line contains a tab character. | 49 | |
| '=' is not preceded with whitespace. | 57 | |
| '=' is not followed by whitespace. | 57 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 65 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter id should be final. | 72 | |
| 'id' hides a field. | 72 | |
| Method 'getPositionName' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Method 'setPositionName' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter positionName should be final. | 80 | |
| 'positionName' hides a field. | 80 | |
| Method 'getPerson' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Method 'setPerson' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Parameter person should be final. | 88 | |
| 'person' hides a field. | 88 | |
| Method 'getAssosiation' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Method 'setAssosiation' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Parameter assosiation should be final. | 96 | |
| 'assosiation' hides a field. | 96 | |
| Line has trailing spaces. | 101 | |
| Expected an @return tag. | 104 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| '{' is not preceded with whitespace. | 104 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 23 | |
| Method 'findSailNumber' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Parameter em should be final. | 26 | |
| Parameter sailNumber should be final. | 26 | |
| '<' is not preceded with whitespace. | 32 | |
| '<' is not followed by whitespace. | 32 | |
| '>' is not preceded with whitespace. | 32 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.HashMap. | 18 | |
| Unused import - java.util.HashSet. | 19 | |
| Line has trailing spaces. | 38 | |
| Line has trailing spaces. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 42 | |
| Line has trailing spaces. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Line has trailing spaces. | 45 | |
| Missing a Javadoc comment. | 46 | |
| '<' is not preceded with whitespace. | 46 | |
| '<' is not followed by whitespace. | 46 | |
| '>' is not preceded with whitespace. | 46 | |
| Line has trailing spaces. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Line has trailing spaces. | 54 | |
| Line has trailing spaces. | 55 | |
| Method 'actionSave' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Line has trailing spaces. | 57 | |
| Line has trailing spaces. | 65 | |
| Line has trailing spaces. | 71 | |
| Line has trailing spaces. | 72 | |
| Method 'actionSearch' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Line has trailing spaces. | 75 | |
| '<' is not preceded with whitespace. | 77 | |
| '<' is not followed by whitespace. | 77 | |
| '>' is not preceded with whitespace. | 77 | |
| Line has trailing spaces. | 78 | |
| '<' is not preceded with whitespace. | 79 | |
| '<' is not followed by whitespace. | 79 | |
| '>' is not preceded with whitespace. | 79 | |
| '>' is not followed by whitespace. | 79 | |
| '=' is not preceded with whitespace. | 80 | |
| '=' is not followed by whitespace. | 80 | |
| Line has trailing spaces. | 83 | |
| Line has trailing spaces. | 85 | |
| Line has trailing spaces. | 87 | |
| Method 'getFoundPeople' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| '<' is not preceded with whitespace. | 88 | |
| '<' is not followed by whitespace. | 88 | |
| '>' is not preceded with whitespace. | 88 | |
| '<' is not preceded with whitespace. | 90 | |
| '<' is not followed by whitespace. | 90 | |
| '>' is not preceded with whitespace. | 90 | |
| '>' is not followed by whitespace. | 90 | |
| Line has trailing spaces. | 95 | |
| Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Parameter password should be final. | 100 | |
| 'password' hides a field. | 100 | |
| Method 'getUserFeedbackMessage' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Missing a Javadoc comment. | 104 | |
| Method 'setUserFeedbackMessage' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Missing a Javadoc comment. | 108 | |
| Parameter userFeedbackMessage should be final. | 108 | |
| 'userFeedbackMessage' hides a field. | 108 | |
| Method 'getConfirmPassword' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Missing a Javadoc comment. | 112 | |
| Method 'setConfirmPassword' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Missing a Javadoc comment. | 116 | |
| Parameter confirmPassword should be final. | 116 | |
| 'confirmPassword' hides a field. | 116 | |
| Method 'getPersonEntity' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Missing a Javadoc comment. | 120 | |
| Method 'setPersonEntity' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Missing a Javadoc comment. | 124 | |
| Parameter personEntity should be final. | 124 | |
| 'personEntity' hides a field. | 124 | |
| Line has trailing spaces. | 127 | |
| Method 'getImcaMemberships' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Missing a Javadoc comment. | 128 | |
| '{' is not preceded with whitespace. | 128 | |
| Line has trailing spaces. | 132 | |
| Method 'getActiveMember' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Missing a Javadoc comment. | 133 | |
| '{' is not preceded with whitespace. | 133 | |
| Method 'getSearch' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| Missing a Javadoc comment. | 139 | |
| Method 'setSearch' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| Missing a Javadoc comment. | 144 | |
| Parameter search should be final. | 144 | |
| 'search' hides a field. | 144 | |
| Line has trailing spaces. | 147 |
| Violation | Message | Line |
|---|---|---|
| '(' is followed by whitespace. | 35 | |
| Line is longer than 80 characters. | 37 | |
| Line has trailing spaces. | 39 | |
| Line is longer than 80 characters. | 39 | |
| '=' is not preceded with whitespace. | 47 | |
| '=' is not followed by whitespace. | 47 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 55 | |
| Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 61 | |
| Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter address should be final. | 64 | |
| 'address' hides a field. | 64 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter id should be final. | 72 | |
| 'id' hides a field. | 72 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter name should be final. | 80 | |
| 'name' hides a field. | 80 | |
| Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Parameter url should be final. | 88 | |
| 'url' hides a field. | 88 | |
| Method 'getPeople' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Method 'setPeople' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Parameter people should be final. | 96 | |
| 'people' hides a field. | 96 | |
| Line has trailing spaces. | 101 | |
| Expected an @return tag. | 104 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| '{' is not preceded with whitespace. | 104 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 22 | |
| Method 'find' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Parameter em should be final. | 25 | |
| Parameter positionName should be final. | 25 | |
| Parameter association should be final. | 26 | |
| '<' is not preceded with whitespace. | 32 | |
| '<' is not followed by whitespace. | 32 | |
| '>' is not preceded with whitespace. | 32 | |
| Line has trailing spaces. | 41 | |
| Method 'getAssociationsComitteeInCountry' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| Parameter em should be final. | 43 | |
| Parameter countryCode should be final. | 43 | |
| Parameter area should be final. | 43 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 7 | |
| Missing a Javadoc comment. | 7 | |
| '<' is not preceded with whitespace. | 7 | |
| '<' is not followed by whitespace. | 7 | |
| '>' is not preceded with whitespace. | 7 | |
| Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 9 | |
| Missing a Javadoc comment. | 9 | |
| Parameter o1 should be final. | 9 | |
| Parameter o2 should be final. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 13 | |
| Line has trailing spaces. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Parameter positionName should be final. | 17 | |
| Line has trailing spaces. | 18 | |
| '10' is a magic number. | 23 | |
| '20' is a magic number. | 26 | |
| '60' is a magic number. | 29 | |
| '70' is a magic number. | 32 | |
| '90' is a magic number. | 35 | |
| '100' is a magic number. | 37 |
| Violation | Message | Line |
|---|---|---|
| '(' is followed by whitespace. | 34 | |
| Line has trailing spaces. | 35 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 39 | |
| '+' should be on a new line. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line contains a tab character. | 41 | |
| '=' is not preceded with whitespace. | 49 | |
| '=' is not followed by whitespace. | 49 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 70 | |
| Line has trailing spaces. | 71 | |
| Missing a Javadoc comment. | 72 | |
| Line has trailing spaces. | 73 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 79 | |
| Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Parameter firstName should be final. | 85 | |
| 'firstName' hides a field. | 85 | |
| Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Missing a Javadoc comment. | 93 | |
| Parameter lastName should be final. | 93 | |
| 'lastName' hides a field. | 93 | |
| Method 'getSex' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Missing a Javadoc comment. | 97 | |
| Method 'setSex' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Missing a Javadoc comment. | 101 | |
| Parameter sex should be final. | 101 | |
| 'sex' hides a field. | 101 | |
| Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Missing a Javadoc comment. | 105 | |
| Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Missing a Javadoc comment. | 109 | |
| Parameter address should be final. | 109 | |
| 'address' hides a field. | 109 | |
| Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Missing a Javadoc comment. | 113 | |
| Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Missing a Javadoc comment. | 117 | |
| Parameter email should be final. | 117 | |
| 'email' hides a field. | 117 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Missing a Javadoc comment. | 121 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Missing a Javadoc comment. | 125 | |
| Parameter id should be final. | 125 | |
| 'id' hides a field. | 125 | |
| Method 'getTel' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Missing a Javadoc comment. | 129 | |
| Method 'setTel' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Missing a Javadoc comment. | 133 | |
| Parameter tel should be final. | 133 | |
| 'tel' hides a field. | 133 | |
| Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Missing a Javadoc comment. | 137 | |
| Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Missing a Javadoc comment. | 141 | |
| Parameter url should be final. | 141 | |
| 'url' hides a field. | 141 | |
| Method 'getXmlId' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Missing a Javadoc comment. | 145 | |
| Method 'setXmlId' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| Missing a Javadoc comment. | 149 | |
| Parameter xmlId should be final. | 149 | |
| 'xmlId' hides a field. | 149 | |
| Method 'getMobile' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| Missing a Javadoc comment. | 153 | |
| Method 'setMobile' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| Missing a Javadoc comment. | 157 | |
| Parameter mobile should be final. | 157 | |
| 'mobile' hides a field. | 157 | |
| Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| Missing a Javadoc comment. | 161 | |
| Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| Missing a Javadoc comment. | 165 | |
| Parameter password should be final. | 165 | |
| 'password' hides a field. | 165 | |
| Method 'getResetPassword' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| Missing a Javadoc comment. | 169 | |
| Method 'setResetPassword' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| Missing a Javadoc comment. | 173 | |
| Parameter resetPassword should be final. | 173 | |
| 'resetPassword' hides a field. | 173 | |
| Method 'getLanguageCode' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| Missing a Javadoc comment. | 177 | |
| Method 'setLanguageCode' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| Missing a Javadoc comment. | 181 | |
| Parameter languageCode should be final. | 181 | |
| 'languageCode' hides a field. | 181 | |
| Line has trailing spaces. | 186 | |
| Expected an @return tag. | 189 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| '{' is not preceded with whitespace. | 189 | |
| Method 'getSystemAdmin' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| Missing a Javadoc comment. | 193 | |
| Method 'setSystemAdmin' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| Missing a Javadoc comment. | 197 | |
| Parameter systemAdmin should be final. | 197 | |
| 'systemAdmin' hides a field. | 197 | |
| Method 'getClub' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| Missing a Javadoc comment. | 201 | |
| Method 'setClub' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| Missing a Javadoc comment. | 205 | |
| Parameter club should be final. | 205 | |
| 'club' hides a field. | 205 | |
| Line has trailing spaces. | 208 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Parameter dbObject should be final. | 46 | |
| Parameter newObject should be final. | 46 | |
| '3' is a magic number. | 53 | |
| Missing a Javadoc comment. | 68 | |
| Parameter dbObject should be final. | 69 | |
| Parameter newObject should be final. | 69 | |
| '3' is a magic number. | 76 | |
| '{' is followed by whitespace. | 85 | |
| Missing a Javadoc comment. | 95 | |
| Parameter className should be final. | 96 | |
| Redundant throws: 'SecurityException' is unchecked exception. | 97 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 98 | |
| Missing a Javadoc comment. | 111 | |
| Parameter entity should be final. | 111 | |
| Missing a Javadoc comment. | 115 | |
| Parameter entity should be final. | 115 | |
| Missing a Javadoc comment. | 119 | |
| Parameter entity should be final. | 119 | |
| Parameter startingWith should be final. | 120 | |
| '<' is not preceded with whitespace. | 122 | |
| '<' is not followed by whitespace. | 122 | |
| '>' is not preceded with whitespace. | 122 | |
| '<' is not preceded with whitespace. | 122 | |
| '<' is not followed by whitespace. | 122 | |
| '>' is not preceded with whitespace. | 122 | |
| '>' is not followed by whitespace. | 122 | |
| Missing a Javadoc comment. | 137 | |
| Parameter entity should be final. | 138 | |
| Parameter parameterMap should be final. | 139 | |
| '<' is not preceded with whitespace. | 139 | |
| '<' is not followed by whitespace. | 139 | |
| '>' is not preceded with whitespace. | 139 | |
| Redundant throws: 'SecurityException' is unchecked exception. | 139 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 140 | |
| Line is longer than 80 characters. | 141 | |
| '3' is a magic number. | 146 | |
| '3' is a magic number. | 159 | |
| Line has trailing spaces. | 160 | |
| Line has trailing spaces. | 164 | |
| Must have at least one statement. | 171 | |
| Comment matches to-do format 'TODO:'. | 172 | |
| Must have at least one statement. | 178 | |
| Comment matches to-do format 'TODO:'. | 179 | |
| Must have at least one statement. | 185 | |
| Comment matches to-do format 'TODO:'. | 186 | |
| Line is longer than 80 characters. | 190 | |
| Line is longer than 80 characters. | 193 | |
| Line is longer than 80 characters. | 194 | |
| Line is longer than 80 characters. | 195 | |
| '<' is not preceded with whitespace. | 197 | |
| '<' is not followed by whitespace. | 197 | |
| '>' is not preceded with whitespace. | 197 | |
| '<' is not preceded with whitespace. | 197 | |
| '<' is not followed by whitespace. | 197 | |
| '>' is not preceded with whitespace. | 197 | |
| '>' is not followed by whitespace. | 197 | |
| '=' is not preceded with whitespace. | 198 | |
| '=' is not followed by whitespace. | 198 | |
| '{' is not preceded with whitespace. | 198 | |
| Line is longer than 80 characters. | 200 | |
| Missing a Javadoc comment. | 214 | |
| '<' is not preceded with whitespace. | 214 | |
| '<' is not followed by whitespace. | 214 | |
| '>' is not preceded with whitespace. | 214 | |
| Parameter dbObject should be final. | 214 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 215 | |
| Redundant throws: 'SecurityException' is unchecked exception. | 215 | |
| '<' is not preceded with whitespace. | 220 | |
| '<' is not followed by whitespace. | 220 | |
| '>' is not preceded with whitespace. | 220 | |
| '<' is not preceded with whitespace. | 220 | |
| '<' is not followed by whitespace. | 220 | |
| '>' is not preceded with whitespace. | 220 | |
| '>' is not followed by whitespace. | 220 | |
| Missing a Javadoc comment. | 238 | |
| '<' is not preceded with whitespace. | 239 | |
| '<' is not followed by whitespace. | 239 | |
| '>' is not preceded with whitespace. | 239 | |
| Parameter packageName should be final. | 239 | |
| Line has trailing spaces. | 241 | |
| '<' is not preceded with whitespace. | 242 | |
| '<' is not followed by whitespace. | 242 | |
| '>' is not preceded with whitespace. | 242 | |
| '<' is not preceded with whitespace. | 242 | |
| '<' is not followed by whitespace. | 242 | |
| '>' is not preceded with whitespace. | 242 | |
| '>' is not followed by whitespace. | 242 | |
| '6' is a magic number. | 268 | |
| Line has trailing spaces. | 280 | |
| Missing a Javadoc comment. | 280 | |
| Parameter entity should be final. | 280 | |
| Line has trailing spaces. | 281 | |
| Redundant throws: 'SecurityException' is unchecked exception. | 281 | |
| Line has trailing spaces. | 282 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 282 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.imca.model.MembershipTypeBO. | 23 | |
| Missing a Javadoc comment. | 25 | |
| Method 'findActiveMembersOnDate' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Line is longer than 80 characters. | 28 | |
| '<' is not preceded with whitespace. | 28 | |
| '<' is not followed by whitespace. | 28 | |
| '>' is not preceded with whitespace. | 28 | |
| Parameter em should be final. | 28 | |
| Parameter date should be final. | 28 | |
| '<' is not preceded with whitespace. | 32 | |
| '<' is not followed by whitespace. | 32 | |
| '>' is not preceded with whitespace. | 32 | |
| Line has trailing spaces. | 33 | |
| Method 'getHasLinkedMemberships' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Parameter em should be final. | 38 | |
| Parameter membershipType should be final. | 39 | |
| Line has trailing spaces. | 40 | |
| '<' is not preceded with whitespace. | 43 | |
| '<' is not followed by whitespace. | 43 | |
| '>' is not preceded with whitespace. | 43 | |
| Line has trailing spaces. | 44 |
| Violation | Message | Line |
|---|---|---|
| '(' is followed by whitespace. | 38 | |
| '+' should be on a new line. | 40 | |
| Line contains a tab character. | 41 | |
| Line has trailing spaces. | 42 | |
| '+' should be on a new line. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Line contains a tab character. | 44 | |
| Line has trailing spaces. | 45 | |
| Line contains a tab character. | 45 | |
| '+' should be on a new line. | 46 | |
| Line contains a tab character. | 47 | |
| Line has trailing spaces. | 48 | |
| '+' should be on a new line. | 49 | |
| Line has trailing spaces. | 50 | |
| Line has trailing spaces. | 51 | |
| '+' should be on a new line. | 52 | |
| '+' should be on a new line. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Line contains a tab character. | 56 | |
| '=' is not preceded with whitespace. | 64 | |
| '=' is not followed by whitespace. | 64 | |
| Line has trailing spaces. | 78 | |
| '<' is not preceded with whitespace. | 87 | |
| '<' is not followed by whitespace. | 87 | |
| '>' is not preceded with whitespace. | 87 | |
| '<' is not preceded with whitespace. | 93 | |
| '<' is not followed by whitespace. | 93 | |
| '>' is not preceded with whitespace. | 93 | |
| Method 'getIsoCountryCode' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Missing a Javadoc comment. | 105 | |
| Method 'setIsoContryCode' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Missing a Javadoc comment. | 109 | |
| Parameter isoCountryCode should be final. | 109 | |
| 'isoCountryCode' hides a field. | 109 | |
| Method 'getIsOfficiallyImca' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Missing a Javadoc comment. | 113 | |
| Method 'setIsOfficiallyImca' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Missing a Javadoc comment. | 117 | |
| Parameter isOfficiallyImca should be final. | 117 | |
| 'isOfficiallyImca' hides a field. | 117 | |
| Method 'getPaymentExplanation' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Missing a Javadoc comment. | 121 | |
| Method 'setPaymentExplanation' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Missing a Javadoc comment. | 125 | |
| Parameter paymentExplanation should be final. | 125 | |
| 'paymentExplanation' hides a field. | 125 | |
| Method 'getCommittee' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Missing a Javadoc comment. | 129 | |
| '<' is not preceded with whitespace. | 129 | |
| '<' is not followed by whitespace. | 129 | |
| '>' is not preceded with whitespace. | 129 | |
| Method 'setCommittee' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Missing a Javadoc comment. | 133 | |
| Parameter committee should be final. | 133 | |
| '<' is not preceded with whitespace. | 133 | |
| '<' is not followed by whitespace. | 133 | |
| '>' is not preceded with whitespace. | 133 | |
| 'committee' hides a field. | 133 | |
| Method 'setIsoCountryCode' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Missing a Javadoc comment. | 137 | |
| Parameter isoCountryCode should be final. | 137 | |
| 'isoCountryCode' hides a field. | 137 | |
| Method 'getArea' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Missing a Javadoc comment. | 141 | |
| Method 'setArea' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Missing a Javadoc comment. | 145 | |
| Parameter area should be final. | 145 | |
| 'area' hides a field. | 145 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| Missing a Javadoc comment. | 149 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| Missing a Javadoc comment. | 153 | |
| Parameter id should be final. | 153 | |
| 'id' hides a field. | 153 | |
| Method 'getMembers' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| Missing a Javadoc comment. | 157 | |
| '<' is not preceded with whitespace. | 157 | |
| '<' is not followed by whitespace. | 157 | |
| '>' is not preceded with whitespace. | 157 | |
| Method 'setMembers' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| Missing a Javadoc comment. | 161 | |
| Parameter members should be final. | 161 | |
| '<' is not preceded with whitespace. | 161 | |
| '<' is not followed by whitespace. | 161 | |
| '>' is not preceded with whitespace. | 161 | |
| 'members' hides a field. | 161 | |
| Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| Missing a Javadoc comment. | 165 | |
| Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| Missing a Javadoc comment. | 169 | |
| Parameter url should be final. | 169 | |
| 'url' hides a field. | 169 | |
| Line has trailing spaces. | 174 | |
| Expected an @return tag. | 177 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| Line has trailing spaces. | 180 | |
| '{' is not preceded with whitespace. | 186 | |
| '{' is not preceded with whitespace. | 188 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 8 | |
| First sentence should end with a period. | 10 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Line has trailing spaces. | 17 | |
| Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Method 'getCountryCode' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Method 'setCountryCode' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Parameter countryCode should be final. | 45 | |
| 'countryCode' hides a field. | 45 | |
| Method 'getArea' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Method 'setArea' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Parameter area should be final. | 53 | |
| 'area' hides a field. | 53 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line has trailing spaces. | 33 | |
| '+' should be on a new line. | 35 | |
| Line contains a tab character. | 36 | |
| '+' should be on a new line. | 36 | |
| Line contains a tab character. | 37 | |
| '+' should be on a new line. | 37 | |
| Line contains a tab character. | 38 | |
| '+' should be on a new line. | 38 | |
| Line contains a tab character. | 39 | |
| '=' is not preceded with whitespace. | 47 | |
| '=' is not followed by whitespace. | 47 | |
| Expected an @return tag. | 85 | |
| Method 'getArea' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Method 'setArea' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Parameter area should be final. | 92 | |
| 'area' hides a field. | 92 | |
| Expected @param tag for 'area'. | 92 | |
| Expected an @return tag. | 101 | |
| Method 'getCity' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Method 'setCity' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Parameter city should be final. | 108 | |
| 'city' hides a field. | 108 | |
| Expected @param tag for 'city'. | 108 | |
| Expected an @return tag. | 117 | |
| Method 'getCountryCode' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Method 'setCountryCode' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Parameter countryCode should be final. | 124 | |
| 'countryCode' hides a field. | 124 | |
| Expected @param tag for 'countryCode'. | 124 | |
| Expected an @return tag. | 133 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Parameter id should be final. | 140 | |
| 'id' hides a field. | 140 | |
| Expected @param tag for 'id'. | 140 | |
| Expected an @return tag. | 149 | |
| Method 'getPostCode' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| Method 'setPostCode' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| Parameter postCode should be final. | 156 | |
| 'postCode' hides a field. | 156 | |
| Expected @param tag for 'postCode'. | 156 | |
| Expected an @return tag. | 165 | |
| Method 'getStreet1' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| Method 'setStreet1' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| Parameter street1 should be final. | 172 | |
| 'street1' hides a field. | 172 | |
| Expected @param tag for 'street1'. | 172 | |
| Expected an @return tag. | 181 | |
| Method 'getStreet2' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| Method 'setStreet2' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| Parameter street2 should be final. | 188 | |
| 'street2' hides a field. | 188 | |
| Expected @param tag for 'street2'. | 188 | |
| Line has trailing spaces. | 191 | |
| Line has trailing spaces. | 193 | |
| Expected an @return tag. | 196 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| '{' is not preceded with whitespace. | 196 | |
| Line has trailing spaces. | 206 | |
| Parameter buf should be final. | 213 | |
| Parameter field should be final. | 213 | |
| '{' is not preceded with whitespace. | 213 | |
| '{' is not preceded with whitespace. | 215 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 29 | |
| Method 'findBoat' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Parameter em should be final. | 37 | |
| '<' is not preceded with whitespace. | 44 | |
| '<' is not followed by whitespace. | 44 | |
| '>' is not preceded with whitespace. | 44 | |
| '<' is not preceded with whitespace. | 53 | |
| '<' is not followed by whitespace. | 53 | |
| '>' is not preceded with whitespace. | 53 | |
| '<' is not preceded with whitespace. | 61 | |
| '<' is not followed by whitespace. | 61 | |
| '>' is not preceded with whitespace. | 61 | |
| Method 'replace' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| Parameter em should be final. | 78 | |
| Parameter boat should be final. | 78 |
| Violation | Message | Line |
|---|---|---|
| Method 'contextInitialized' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Parameter arg0 should be final. | 42 | |
| Expected @param tag for 'arg0'. | 42 | |
| Method 'contextDestroyed' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Parameter arg0 should be final. | 49 | |
| Expected @param tag for 'arg0'. | 49 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 26 | |
| Parameter message should be final. | 26 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 34 | |
| '(' is followed by whitespace. | 34 | |
| '+' should be on a new line. | 36 | |
| '+' should be on a new line. | 37 | |
| Line has trailing spaces. | 38 | |
| '=' is not preceded with whitespace. | 46 | |
| '=' is not followed by whitespace. | 46 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 56 | |
| Line has trailing spaces. | 58 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 68 | |
| Method 'getBoat' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Method 'setBoat' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter boat should be final. | 75 | |
| 'boat' hides a field. | 75 | |
| Method 'getBoatName' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Method 'setBoatName' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Parameter boatName should be final. | 83 | |
| 'boatName' hides a field. | 83 | |
| Method 'getFee' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Method 'setFee' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Parameter fee should be final. | 91 | |
| 'fee' hides a field. | 91 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Missing a Javadoc comment. | 99 | |
| Parameter id should be final. | 99 | |
| 'id' hides a field. | 99 | |
| Method 'getBoatVersion' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Missing a Javadoc comment. | 103 | |
| Method 'setBoatVersion' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Missing a Javadoc comment. | 107 | |
| Parameter boatVersion should be final. | 107 | |
| 'boatVersion' hides a field. | 107 | |
| Method 'getPerson' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Missing a Javadoc comment. | 111 | |
| Method 'setPerson' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Missing a Javadoc comment. | 115 | |
| Parameter person should be final. | 115 | |
| 'person' hides a field. | 115 | |
| Method 'getSailingClub' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Missing a Javadoc comment. | 119 | |
| Method 'setSailingClub' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| Missing a Javadoc comment. | 123 | |
| Parameter sailingClub should be final. | 123 | |
| 'sailingClub' hides a field. | 123 | |
| Method 'getSailNumber' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| Missing a Javadoc comment. | 127 | |
| Method 'setSailNumber' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Missing a Javadoc comment. | 131 | |
| Parameter sailNumber should be final. | 131 | |
| 'sailNumber' hides a field. | 131 | |
| Method 'getEvent' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Missing a Javadoc comment. | 135 | |
| Method 'setEvent' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| Missing a Javadoc comment. | 139 | |
| Parameter event should be final. | 139 | |
| 'event' hides a field. | 139 | |
| Line has trailing spaces. | 144 | |
| Expected an @return tag. | 147 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| '{' is not preceded with whitespace. | 147 | |
| Line has trailing spaces. | 148 | |
| Line has trailing spaces. | 149 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 34 | |
| '(' is followed by whitespace. | 34 | |
| '+' should be on a new line. | 36 | |
| Line contains a tab character. | 37 | |
| '=' is not preceded with whitespace. | 45 | |
| '=' is not followed by whitespace. | 45 | |
| Line has trailing spaces. | 57 | |
| Missing a Javadoc comment. | 59 | |
| Method 'getBuilder' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Method 'setBuilder' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter builder should be final. | 66 | |
| 'builder' hides a field. | 66 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Parameter description should be final. | 74 | |
| 'description' hides a field. | 74 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Parameter id should be final. | 82 | |
| 'id' hides a field. | 82 | |
| Line has trailing spaces. | 85 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Missing a Javadoc comment. | 86 | |
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Missing a Javadoc comment. | 90 | |
| Parameter type should be final. | 90 | |
| 'type' hides a field. | 90 | |
| Line has trailing spaces. | 95 | |
| Expected an @return tag. | 98 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| '{' is not preceded with whitespace. | 98 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.imca.model.entities.AssociationEntity. | 7 | |
| Missing a Javadoc comment. | 11 | |
| Line has trailing spaces. | 12 | |
| First sentence should end with a period. | 14 | |
| Missing a Javadoc comment. | 19 | |
| Line has trailing spaces. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Variable 'count' must be private and have accessor methods. | 21 | |
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Variable 'asssociations' must be private and have accessor methods. | 24 | |
| Line has trailing spaces. | 25 | |
| Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Line has trailing spaces. | 27 | |
| Line has trailing spaces. | 29 | |
| Line has trailing spaces. | 32 | |
| '(' is followed by whitespace. | 33 | |
| ')' is preceded with whitespace. | 33 | |
| Line has trailing spaces. | 40 | |
| Method 'doAfterBody' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Line has trailing spaces. | 42 | |
| Line has trailing spaces. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Line has trailing spaces. | 55 | |
| Line is longer than 80 characters. | 55 | |
| Line has trailing spaces. | 56 | |
| Line has trailing spaces. | 57 | |
| Method 'getIsOfficial' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Method 'setIsOfficial' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter isOfficial should be final. | 64 | |
| 'isOfficial' hides a field. | 64 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 49 | |
| Method 'login' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Parameter email should be final. | 58 | |
| Parameter password should be final. | 58 | |
| Method 'register' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Parameter email should be final. | 83 | |
| Parameter password should be final. | 83 | |
| Line has trailing spaces. | 84 | |
| Parameter confirmPassword should be final. | 84 | |
| Parameter countryCode should be final. | 84 | |
| Line has trailing spaces. | 85 | |
| Parameter firstName should be final. | 85 | |
| Parameter lastName should be final. | 85 | |
| '8' is a magic number. | 100 | |
| Line has trailing spaces. | 116 | |
| Line has trailing spaces. | 156 | |
| Line has trailing spaces. | 157 | |
| '+' is not preceded with whitespace. | 158 | |
| ')' is preceded with whitespace. | 158 | |
| Line has trailing spaces. | 165 | |
| Line is longer than 80 characters. | 172 | |
| Method 'sendPassword' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| Parameter email should be final. | 172 | |
| Expected @throws tag for 'DataCheckingException'. | 172 | |
| Line is longer than 80 characters. | 181 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 25 | |
| Method 'findEquipmentSupplier' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Parameter em should be final. | 28 | |
| Parameter name should be final. | 29 | |
| '<' is not preceded with whitespace. | 35 | |
| '<' is not followed by whitespace. | 35 | |
| '>' is not preceded with whitespace. | 35 | |
| Method 'getEquipmentSupplier' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Line is longer than 80 characters. | 49 | |
| Method 'setEquipmentSupplier' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter equipmentSupplier should be final. | 49 | |
| 'equipmentSupplier' hides a field. | 49 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 38 | |
| '(' is followed by whitespace. | 38 | |
| Line is longer than 80 characters. | 40 | |
| Line has trailing spaces. | 45 | |
| '=' is not preceded with whitespace. | 50 | |
| '=' is not followed by whitespace. | 50 | |
| Line has trailing spaces. | 57 | |
| Line has trailing spaces. | 63 | |
| Missing a Javadoc comment. | 64 | |
| '<' is not preceded with whitespace. | 65 | |
| '<' is not followed by whitespace. | 65 | |
| '>' is not preceded with whitespace. | 65 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 74 | |
| '<' is not preceded with whitespace. | 75 | |
| '<' is not followed by whitespace. | 75 | |
| '>' is not preceded with whitespace. | 75 | |
| Missing a Javadoc comment. | 77 | |
| '<' is not preceded with whitespace. | 78 | |
| '<' is not followed by whitespace. | 78 | |
| '>' is not preceded with whitespace. | 78 | |
| Missing a Javadoc comment. | 80 | |
| '<' is not preceded with whitespace. | 81 | |
| '<' is not followed by whitespace. | 81 | |
| '>' is not preceded with whitespace. | 81 | |
| Missing a Javadoc comment. | 83 | |
| Method 'getBuilder' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Missing a Javadoc comment. | 86 | |
| Method 'setBuilder' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Missing a Javadoc comment. | 90 | |
| Parameter builder should be final. | 90 | |
| 'builder' hides a field. | 90 | |
| Method 'getDesign' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Missing a Javadoc comment. | 94 | |
| Method 'setDesign' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Missing a Javadoc comment. | 98 | |
| Parameter design should be final. | 98 | |
| 'design' hides a field. | 98 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Missing a Javadoc comment. | 102 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Missing a Javadoc comment. | 106 | |
| Parameter id should be final. | 106 | |
| 'id' hides a field. | 106 | |
| Method 'getYearBuilt' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Missing a Javadoc comment. | 110 | |
| Method 'setYearBuilt' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| Missing a Javadoc comment. | 114 | |
| Parameter yearBuilt should be final. | 114 | |
| 'yearBuilt' hides a field. | 114 | |
| Method 'getIcfPlaqueNo' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Missing a Javadoc comment. | 118 | |
| Method 'setIcfPlaqueNo' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| Missing a Javadoc comment. | 122 | |
| Parameter icfPlaqueNo should be final. | 122 | |
| 'icfPlaqueNo' hides a field. | 122 | |
| Method 'getEventEntries' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Missing a Javadoc comment. | 126 | |
| '<' is not preceded with whitespace. | 126 | |
| '<' is not followed by whitespace. | 126 | |
| '>' is not preceded with whitespace. | 126 | |
| Method 'setEventEntries' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Missing a Javadoc comment. | 130 | |
| Parameter eventEntries should be final. | 130 | |
| '<' is not preceded with whitespace. | 130 | |
| '<' is not followed by whitespace. | 130 | |
| '>' is not preceded with whitespace. | 130 | |
| 'eventEntries' hides a field. | 130 | |
| Method 'getFoils' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| Missing a Javadoc comment. | 134 | |
| '<' is not preceded with whitespace. | 134 | |
| '<' is not followed by whitespace. | 134 | |
| '>' is not preceded with whitespace. | 134 | |
| Method 'setFoils' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| Missing a Javadoc comment. | 138 | |
| Parameter foils should be final. | 138 | |
| '<' is not preceded with whitespace. | 138 | |
| '<' is not followed by whitespace. | 138 | |
| '>' is not preceded with whitespace. | 138 | |
| 'foils' hides a field. | 138 | |
| Method 'getSails' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| Missing a Javadoc comment. | 142 | |
| '<' is not preceded with whitespace. | 142 | |
| '<' is not followed by whitespace. | 142 | |
| '>' is not preceded with whitespace. | 142 | |
| Method 'setSails' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| Missing a Javadoc comment. | 146 | |
| Parameter sails should be final. | 146 | |
| '<' is not preceded with whitespace. | 146 | |
| '<' is not followed by whitespace. | 146 | |
| '>' is not preceded with whitespace. | 146 | |
| 'sails' hides a field. | 146 | |
| Method 'getSailNumbers' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Missing a Javadoc comment. | 150 | |
| '<' is not preceded with whitespace. | 150 | |
| '<' is not followed by whitespace. | 150 | |
| '>' is not preceded with whitespace. | 150 | |
| Method 'setSailNumbers' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| Missing a Javadoc comment. | 154 | |
| Parameter sailNumbers should be final. | 154 | |
| '<' is not preceded with whitespace. | 154 | |
| '<' is not followed by whitespace. | 154 | |
| '>' is not preceded with whitespace. | 154 | |
| 'sailNumbers' hides a field. | 154 | |
| Line has trailing spaces. | 159 | |
| Expected an @return tag. | 162 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| '{' is not preceded with whitespace. | 162 | |
| Line has trailing spaces. | 164 | |
| '<' is not preceded with whitespace. | 169 | |
| '<' is not followed by whitespace. | 169 | |
| '>' is not preceded with whitespace. | 169 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| Missing a Javadoc comment. | 181 | |
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| Missing a Javadoc comment. | 185 | |
| Parameter description should be final. | 185 | |
| 'description' hides a field. | 185 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| Missing a Javadoc comment. | 189 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| Missing a Javadoc comment. | 193 | |
| Parameter name should be final. | 193 | |
| 'name' hides a field. | 193 | |
| Line has trailing spaces. | 197 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 25 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Line has trailing spaces. | 34 | |
| Parameter entity should be final. | 40 | |
| 'entity' hides a field. | 40 | |
| Expected @param tag for 'entity'. | 40 | |
| '{' is not preceded with whitespace. | 40 | |
| Line has trailing spaces. | 43 | |
| Method 'getEntity' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Method 'setEntity' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Parameter entity should be final. | 63 | |
| 'entity' hides a field. | 63 | |
| Line has trailing spaces. | 66 | |
| Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| '{' is not preceded with whitespace. | 67 | |
| '{' is not preceded with whitespace. | 68 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 38 | |
| Line is longer than 80 characters. | 53 | |
| Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Parameter req should be final. | 58 | |
| Expected @param tag for 'req'. | 58 | |
| Parameter res should be final. | 58 | |
| Expected @param tag for 'res'. | 58 | |
| Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Parameter req should be final. | 65 | |
| Expected @param tag for 'req'. | 65 | |
| Parameter res should be final. | 65 | |
| Expected @param tag for 'res'. | 65 | |
| Line has trailing spaces. | 71 | |
| Method 'doHttp' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Parameter req should be final. | 73 | |
| Expected @param tag for 'req'. | 73 | |
| Parameter res should be final. | 73 | |
| Expected @param tag for 'res'. | 73 | |
| Line has trailing spaces. | 74 | |
| Line has trailing spaces. | 76 | |
| Line has trailing spaces. | 85 | |
| Line has trailing spaces. | 91 | |
| '+' should be on a new line. | 95 | |
| Line contains a tab character. | 96 | |
| '+' should be on a new line. | 96 | |
| Line is longer than 80 characters. | 97 | |
| Line contains a tab character. | 97 | |
| '+' should be on a new line. | 97 | |
| Line has trailing spaces. | 98 | |
| Line contains a tab character. | 98 | |
| Line is longer than 80 characters. | 105 | |
| Line is longer than 80 characters. | 108 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 110 | |
| Line is longer than 80 characters. | 148 | |
| Line has trailing spaces. | 152 | |
| Line has trailing spaces. | 164 | |
| Missing a Javadoc comment. | 165 | |
| '<' is not preceded with whitespace. | 166 | |
| '<' is not followed by whitespace. | 166 | |
| '>' is not preceded with whitespace. | 166 | |
| Parameter req should be final. | 167 | |
| '<' is not preceded with whitespace. | 169 | |
| '<' is not followed by whitespace. | 169 | |
| '>' is not preceded with whitespace. | 169 | |
| '<' is not preceded with whitespace. | 169 | |
| '<' is not followed by whitespace. | 169 | |
| '>' is not preceded with whitespace. | 169 | |
| '>' is not followed by whitespace. | 169 | |
| '<' is not preceded with whitespace. | 170 | |
| '<' is not followed by whitespace. | 170 | |
| '>' is not preceded with whitespace. | 170 | |
| Line has trailing spaces. | 178 | |
| Missing a Javadoc comment. | 178 | |
| Parameter writer should be final. | 178 | |
| Parameter entity should be final. | 178 | |
| Line has trailing spaces. | 179 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 179 | |
| Line is longer than 80 characters. | 180 | |
| Redundant throws: 'SecurityException' is unchecked exception. | 180 | |
| Line has trailing spaces. | 181 | |
| Line has trailing spaces. | 184 | |
| Line has trailing spaces. | 185 | |
| '=' is not preceded with whitespace. | 186 | |
| '=' is not followed by whitespace. | 186 | |
| '&&' should be on a new line. | 187 | |
| Missing a Javadoc comment. | 195 | |
| Line has trailing spaces. | 196 | |
| Parameter writer should be final. | 196 | |
| Parameter entity should be final. | 196 | |
| Parameter method should be final. | 196 | |
| Line has trailing spaces. | 197 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 197 | |
| Redundant throws: 'SecurityException' is unchecked exception. | 198 | |
| '{' is not preceded with whitespace. | 198 | |
| Line has trailing spaces. | 203 | |
| '+' should be on a new line. | 205 | |
| Line has trailing spaces. | 206 | |
| Line contains a tab character. | 206 | |
| '+' should be on a new line. | 206 | |
| '3' is a magic number. | 207 | |
| '(' is followed by whitespace. | 210 | |
| Line is longer than 80 characters. | 211 | |
| '{' is not preceded with whitespace. | 212 | |
| Line is longer than 80 characters. | 213 | |
| 'cast' is not followed by whitespace. | 213 | |
| Line is longer than 80 characters. | 216 | |
| Line has trailing spaces. | 220 | |
| Line has trailing spaces. | 222 | |
| '(' is followed by whitespace. | 226 | |
| Line has trailing spaces. | 228 | |
| '+' should be on a new line. | 228 | |
| '+' should be on a new line. | 229 | |
| Line is longer than 80 characters. | 231 | |
| Line is longer than 80 characters. | 233 | |
| Line has trailing spaces. | 237 | |
| Parameter className should be final. | 248 | |
| Expected @param tag for 'className'. | 248 | |
| Expected an @return tag. | 263 | |
| Parameter method should be final. | 263 | |
| Expected @param tag for 'method'. | 263 | |
| '3' is a magic number. | 264 | |
| Expected an @return tag. | 278 | |
| Line has trailing spaces. | 279 | |
| Parameter collection should be final. | 279 | |
| Expected @param tag for 'collection'. | 279 | |
| Line has trailing spaces. | 280 | |
| Expected @throws tag for 'SecurityException'. | 280 | |
| Redundant throws: 'SecurityException' is unchecked exception. | 280 | |
| Expected @throws tag for 'IllegalArgumentException'. | 280 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 280 | |
| Line has trailing spaces. | 281 | |
| Expected @throws tag for 'NoSuchMethodException'. | 281 | |
| Expected @throws tag for 'IllegalAccessException'. | 281 | |
| Expected @throws tag for 'InvocationTargetException'. | 282 | |
| '{' is not preceded with whitespace. | 286 | |
| Parameter writer should be final. | 299 | |
| Expected @param tag for 'writer'. | 299 | |
| '{' is not preceded with whitespace. | 299 | |
| '+' should be on a new line. | 301 | |
| Line is longer than 80 characters. | 302 | |
| Line contains a tab character. | 302 | |
| '+' should be on a new line. | 302 | |
| Line is longer than 80 characters. | 303 | |
| Line contains a tab character. | 303 | |
| Line has trailing spaces. | 319 | |
| Line is longer than 80 characters. | 319 | |
| Parameter writer should be final. | 319 | |
| Expected @param tag for 'writer'. | 319 | |
| Parameter results should be final. | 319 | |
| Expected @param tag for 'results'. | 319 | |
| Parameter search should be final. | 319 | |
| Expected @param tag for 'search'. | 319 | |
| Line has trailing spaces. | 320 | |
| Expected @throws tag for 'IllegalArgumentException'. | 320 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 320 | |
| Expected @throws tag for 'IllegalAccessException'. | 320 | |
| Line has trailing spaces. | 321 | |
| Expected @throws tag for 'InvocationTargetException'. | 321 | |
| Expected @throws tag for 'SecurityException'. | 321 | |
| Redundant throws: 'SecurityException' is unchecked exception. | 321 | |
| Expected @throws tag for 'NoSuchMethodException'. | 322 | |
| 'if' is not followed by whitespace. | 325 | |
| ')' is preceded with whitespace. | 325 | |
| '+' should be on a new line. | 328 | |
| Line has trailing spaces. | 329 | |
| Line is longer than 80 characters. | 330 | |
| '=' is not preceded with whitespace. | 333 | |
| '=' is not followed by whitespace. | 333 | |
| Line has trailing spaces. | 339 | |
| Line has trailing spaces. | 340 | |
| Missing a Javadoc comment. | 340 | |
| Parameter writer should be final. | 340 | |
| Parameter entity should be final. | 340 | |
| Line has trailing spaces. | 341 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 341 | |
| Line has trailing spaces. | 342 | |
| Redundant throws: 'SecurityException' is unchecked exception. | 342 | |
| '+' should be on a new line. | 349 | |
| '+' should be on a new line. | 350 | |
| Line has trailing spaces. | 352 | |
| '=' is not preceded with whitespace. | 353 | |
| '=' is not followed by whitespace. | 353 | |
| '&&' should be on a new line. | 354 | |
| Line has trailing spaces. | 356 | |
| Line has trailing spaces. | 358 | |
| Line has trailing spaces. | 363 | |
| Line is longer than 80 characters. | 363 | |
| Missing a Javadoc comment. | 371 | |
| Parameter entity should be final. | 371 | |
| Missing a Javadoc comment. | 375 | |
| '{' is not preceded with whitespace. | 375 | |
| '+' should be on a new line. | 376 | |
| Line contains a tab character. | 377 | |
| '+' should be on a new line. | 377 | |
| Line contains a tab character. | 378 | |
| '+' should be on a new line. | 378 | |
| Line contains a tab character. | 379 | |
| '+' should be on a new line. | 379 | |
| Line contains a tab character. | 380 | |
| '+' should be on a new line. | 380 | |
| Line contains a tab character. | 381 | |
| '+' should be on a new line. | 381 | |
| Line contains a tab character. | 382 | |
| '+' should be on a new line. | 382 | |
| Line contains a tab character. | 383 | |
| Expected an @return tag. | 390 | |
| '+' should be on a new line. | 391 | |
| '+' should be on a new line. | 392 | |
| Line has trailing spaces. | 394 | |
| Method 'doEntitySwitcherForm' is not designed for extension - needs to be abstract, final or empty. | 402 | |
| Line has trailing spaces. | 403 | |
| Parameter writer should be final. | 403 | |
| Expected @param tag for 'writer'. | 403 | |
| Parameter entityName should be final. | 403 | |
| Expected @param tag for 'entityName'. | 403 | |
| Expected @throws tag for 'ClassNotFoundException'. | 404 | |
| Line has trailing spaces. | 405 | |
| Line is longer than 80 characters. | 406 | |
| '+' should be on a new line. | 406 | |
| Line contains a tab character. | 407 | |
| Line is longer than 80 characters. | 408 | |
| '<' is not preceded with whitespace. | 408 | |
| '<' is not followed by whitespace. | 408 | |
| '>' is not preceded with whitespace. | 408 | |
| '=' is not preceded with whitespace. | 409 | |
| '=' is not followed by whitespace. | 409 | |
| '<' is not followed by whitespace. | 409 | |
| Line has trailing spaces. | 412 | |
| Line is longer than 80 characters. | 413 | |
| Line has trailing spaces. | 414 | |
| Line contains a tab character. | 419 | |
| Expected an @return tag. | 431 | |
| Parameter clazz should be final. | 432 | |
| Expected @param tag for 'clazz'. | 432 | |
| Expected an @return tag. | 441 | |
| Parameter className should be final. | 441 | |
| Expected @param tag for 'className'. | 441 | |
| Line has trailing spaces. | 443 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 9 | |
| Line has trailing spaces. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Line has trailing spaces. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Line has trailing spaces. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Method 'getMembershipData' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Method 'setMembershipData' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Parameter membershipData should be final. | 25 | |
| 'membershipData' hides a field. | 25 | |
| Line has trailing spaces. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Line has trailing spaces. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Line has trailing spaces. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Parameter membershipEntity should be final. | 34 | |
| Line has trailing spaces. | 42 | |
| Method 'getRiderPageUrl' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| '{' is not followed by whitespace. | 43 | |
| Empty statement. | 43 | |
| Line has trailing spaces. | 46 | |
| Method 'getMarkedForDeletion' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Line has trailing spaces. | 50 | |
| Method 'setMarkedForDeletion' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter markedForDeletion should be final. | 51 | |
| 'markedForDeletion' hides a field. | 51 | |
| Line has trailing spaces. | 54 | |
| Method 'getMarkedForConfirm' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Line has trailing spaces. | 58 | |
| Method 'setMarkedForConfirm' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Parameter markedForConfirm should be final. | 59 | |
| 'markedForConfirm' hides a field. | 59 | |
| Line is longer than 80 characters. | 64 | |
| Method 'setMembershipEntities' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter membershipRequestList should be final. | 64 | |
| Line has trailing spaces. | 65 | |
| Line has trailing spaces. | 67 | |
| '=' is not preceded with whitespace. | 68 | |
| '=' is not followed by whitespace. | 68 | |
| '{' is not preceded with whitespace. | 68 | |
| Line is longer than 80 characters. | 69 | |
| Line has trailing spaces. | 71 | |
| Line has trailing spaces. | 73 | |
| Method 'actionDeleteMembers' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Line has trailing spaces. | 75 | |
| Line has trailing spaces. | 77 | |
| '=' is not preceded with whitespace. | 78 | |
| '=' is not followed by whitespace. | 78 | |
| Method 'actionConfirmPaidMembers' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Line has trailing spaces. | 86 | |
| Line has trailing spaces. | 88 | |
| '=' is not preceded with whitespace. | 89 | |
| '=' is not followed by whitespace. | 89 | |
| Line has trailing spaces. | 95 |
| Violation | Message | Line |
|---|---|---|
| Method 'getEntity' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Method 'setEntity' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Parameter entity should be final. | 62 | |
| 'entity' hides a field. | 62 | |
| Missing a Javadoc comment. | 66 | |
| Parameter em should be final. | 66 | |
| Parameter nodeList should be final. | 66 | |
| Line is longer than 80 characters. | 98 | |
| '<' is not preceded with whitespace. | 98 | |
| '<' is not followed by whitespace. | 98 | |
| '>' is not preceded with whitespace. | 98 | |
| '<' is not preceded with whitespace. | 98 | |
| '<' is not followed by whitespace. | 98 | |
| '>' is not preceded with whitespace. | 98 | |
| '>' is not followed by whitespace. | 98 | |
| Comment matches to-do format 'TODO:'. | 126 | |
| Line is longer than 80 characters. | 129 | |
| Must have at least one statement. | 129 | |
| Line has trailing spaces. | 130 | |
| Line has trailing spaces. | 132 | |
| Line has trailing spaces. | 134 | |
| Method 'replaceSailNumber' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| Missing a Javadoc comment. | 152 | |
| Parameter em should be final. | 152 | |
| Parameter sailNumber should be final. | 152 | |
| Method 'replaceBuilder' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| Missing a Javadoc comment. | 162 | |
| Parameter em should be final. | 162 | |
| Parameter builderName should be final. | 162 |
| Violation | Message | Line |
|---|---|---|
| Method 'getMembershipList' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Parameter person should be final. | 62 | |
| Line has trailing spaces. | 65 | |
| Method 'getMembershipList' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Parameter person should be final. | 73 | |
| Parameter refDate should be final. | 73 | |
| Line has trailing spaces. | 74 | |
| Line is longer than 80 characters. | 76 | |
| Line has trailing spaces. | 84 | |
| Method 'getCommitteeMemberships' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Parameter person should be final. | 87 | |
| Method 'getOficialIMCACommitteeMemberships' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Missing a Javadoc comment. | 99 | |
| Parameter person should be final. | 99 | |
| Line is longer than 80 characters. | 101 | |
| Method 'getAllAssociations' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Missing a Javadoc comment. | 111 | |
| '<' is not preceded with whitespace. | 114 | |
| '<' is not followed by whitespace. | 114 | |
| '>' is not preceded with whitespace. | 114 | |
| Line has trailing spaces. | 115 | |
| Line has trailing spaces. | 117 | |
| '=' is not preceded with whitespace. | 118 | |
| '=' is not followed by whitespace. | 118 | |
| ';' is not followed by whitespace. | 118 | |
| ')' is preceded with whitespace. | 118 | |
| '{' is not preceded with whitespace. | 118 | |
| Line has trailing spaces. | 129 | |
| Line has trailing spaces. | 130 | |
| Method 'getAssociation' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Missing a Javadoc comment. | 131 | |
| Parameter countryCode should be final. | 131 | |
| Parameter area should be final. | 131 | |
| Line has trailing spaces. | 141 | |
| Line has trailing spaces. | 142 | |
| Line has trailing spaces. | 143 | |
| Method 'getAssociations' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| Missing a Javadoc comment. | 144 | |
| Parameter official should be final. | 144 | |
| '<' is not preceded with whitespace. | 147 | |
| '<' is not followed by whitespace. | 147 | |
| '>' is not preceded with whitespace. | 147 | |
| Line has trailing spaces. | 148 | |
| '=' is not preceded with whitespace. | 150 | |
| '=' is not followed by whitespace. | 150 | |
| Line has trailing spaces. | 153 | |
| Line has trailing spaces. | 155 | |
| Line has trailing spaces. | 158 | |
| Method 'getImcaWorldAssociationCommittee' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| Missing a Javadoc comment. | 159 | |
| Line is longer than 80 characters. | 160 | |
| Line has trailing spaces. | 162 | |
| Line is longer than 80 characters. | 163 | |
| Method 'getAssociationCommittee' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Missing a Javadoc comment. | 163 | |
| Parameter landCode should be final. | 163 | |
| Parameter area should be final. | 163 | |
| Line has trailing spaces. | 165 | |
| '<' is not preceded with whitespace. | 167 | |
| '<' is not followed by whitespace. | 167 | |
| '>' is not preceded with whitespace. | 167 | |
| Line has trailing spaces. | 169 | |
| Line is longer than 80 characters. | 170 | |
| Line has trailing spaces. | 171 | |
| '=' is not preceded with whitespace. | 172 | |
| '=' is not followed by whitespace. | 172 | |
| ')' is preceded with whitespace. | 172 | |
| '{' is not preceded with whitespace. | 172 | |
| Line has trailing spaces. | 176 | |
| Line has trailing spaces. | 182 | |
| Line has trailing spaces. | 184 | |
| Method 'getOnImcaCommittee' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| Missing a Javadoc comment. | 188 | |
| Parameter person should be final. | 188 | |
| ')' is preceded with whitespace. | 193 | |
| '{' is not preceded with whitespace. | 193 | |
| Method 'saveNewMembershipType' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| Missing a Javadoc comment. | 199 | |
| Parameter associationId should be final. | 199 | |
| Parameter membershipType should be final. | 199 | |
| Parameter currencyCode should be final. | 200 | |
| Parameter fee should be final. | 200 | |
| Parameter startDate should be final. | 200 | |
| Parameter endDate should be final. | 200 | |
| Line has trailing spaces. | 201 | |
| Line has trailing spaces. | 203 | |
| Line has trailing spaces. | 204 | |
| Line has trailing spaces. | 206 | |
| Line has trailing spaces. | 210 | |
| Line has trailing spaces. | 211 | |
| Line has trailing spaces. | 218 | |
| Method 'getMembershipRequestList' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| Missing a Javadoc comment. | 229 | |
| Parameter person should be final. | 229 | |
| Line has trailing spaces. | 230 | |
| Line is longer than 80 characters. | 232 | |
| Line has trailing spaces. | 240 | |
| Line has trailing spaces. | 244 | |
| Line is longer than 80 characters. | 251 | |
| Parameter person should be final. | 251 | |
| Parameter paidFilter should be final. | 251 | |
| Line has trailing spaces. | 252 | |
| '<' is not preceded with whitespace. | 254 | |
| '<' is not followed by whitespace. | 254 | |
| '>' is not preceded with whitespace. | 254 | |
| '<' is not preceded with whitespace. | 254 | |
| '<' is not followed by whitespace. | 254 | |
| '>' is not preceded with whitespace. | 254 | |
| '>' is not followed by whitespace. | 254 | |
| Line has trailing spaces. | 255 | |
| '=' is not preceded with whitespace. | 256 | |
| '=' is not followed by whitespace. | 256 | |
| Line is longer than 80 characters. | 257 | |
| '<' is not preceded with whitespace. | 257 | |
| '<' is not followed by whitespace. | 257 | |
| '>' is not preceded with whitespace. | 257 | |
| '<' is not preceded with whitespace. | 258 | |
| '<' is not followed by whitespace. | 258 | |
| '>' is not preceded with whitespace. | 258 | |
| 'while' is not followed by whitespace. | 259 | |
| Line has trailing spaces. | 265 | |
| '=' is not preceded with whitespace. | 269 | |
| '=' is not followed by whitespace. | 269 | |
| Line has trailing spaces. | 276 | |
| Parameter person should be final. | 283 | |
| Parameter paidFilter should be final. | 284 | |
| Parameter refDate should be final. | 284 | |
| Expected @param tag for 'refDate'. | 284 | |
| '<' is not preceded with whitespace. | 287 | |
| '<' is not followed by whitespace. | 287 | |
| '>' is not preceded with whitespace. | 287 | |
| '<' is not preceded with whitespace. | 287 | |
| '<' is not followed by whitespace. | 287 | |
| '>' is not preceded with whitespace. | 287 | |
| '>' is not followed by whitespace. | 287 | |
| '=' is not preceded with whitespace. | 289 | |
| '=' is not followed by whitespace. | 289 | |
| Line is longer than 80 characters. | 290 | |
| '<' is not preceded with whitespace. | 290 | |
| '<' is not followed by whitespace. | 290 | |
| '>' is not preceded with whitespace. | 290 | |
| '<' is not preceded with whitespace. | 291 | |
| '<' is not followed by whitespace. | 291 | |
| '>' is not preceded with whitespace. | 291 | |
| 'while' is not followed by whitespace. | 292 | |
| Line has trailing spaces. | 294 | |
| '&&' should be on a new line. | 294 | |
| Line has trailing spaces. | 295 | |
| Line has trailing spaces. | 296 | |
| Line is longer than 80 characters. | 296 | |
| '{' is not preceded with whitespace. | 296 | |
| '=' is not preceded with whitespace. | 303 | |
| '=' is not followed by whitespace. | 303 | |
| Parameter from should be final. | 318 | |
| Parameter to should be final. | 318 | |
| Parameter ref should be final. | 318 | |
| Method 'deleteMembershipEntity' is not designed for extension - needs to be abstract, final or empty. | 334 | |
| Parameter id should be final. | 334 | |
| Line is longer than 80 characters. | 338 | |
| Method 'deleteMembershipTypeEntity' is not designed for extension - needs to be abstract, final or empty. | 356 | |
| Parameter id should be final. | 356 | |
| Line is longer than 80 characters. | 358 | |
| Method 'confirmPaidMembershipEntity' is not designed for extension - needs to be abstract, final or empty. | 376 | |
| Parameter id should be final. | 376 | |
| Line has trailing spaces. | 381 | |
| '+' should be on a new line. | 381 | |
| Line has trailing spaces. | 384 | |
| Method 'getAssociation' is not designed for extension - needs to be abstract, final or empty. | 400 | |
| Missing a Javadoc comment. | 400 | |
| Parameter associationId should be final. | 400 | |
| Line has trailing spaces. | 402 | |
| Line has trailing spaces. | 403 | |
| Method 'saveAssociationData' is not designed for extension - needs to be abstract, final or empty. | 414 | |
| Missing a Javadoc comment. | 414 | |
| Parameter entity should be final. | 414 | |
| Line has trailing spaces. | 420 | |
| Method 'saveAssociationData' is not designed for extension - needs to be abstract, final or empty. | 426 | |
| Parameter associationId should be final. | 426 | |
| Expected @param tag for 'associationId'. | 426 | |
| Parameter paymentExplanation should be final. | 427 | |
| Expected @param tag for 'paymentExplanation'. | 427 | |
| Parameter url should be final. | 427 | |
| Expected @param tag for 'url'. | 427 | |
| Line is longer than 80 characters. | 430 | |
| Method 'getMembershipType' is not designed for extension - needs to be abstract, final or empty. | 443 | |
| Missing a Javadoc comment. | 443 | |
| Parameter membershipTypeId should be final. | 443 | |
| Line has trailing spaces. | 445 | |
| Line has trailing spaces. | 446 | |
| Line is longer than 80 characters. | 447 | |
| Method 'getEditableMembershipTypes' is not designed for extension - needs to be abstract, final or empty. | 457 | |
| Missing a Javadoc comment. | 457 | |
| Parameter person should be final. | 457 | |
| Line has trailing spaces. | 458 | |
| Line is longer than 80 characters. | 459 | |
| Line is longer than 80 characters. | 460 | |
| '<' is not preceded with whitespace. | 460 | |
| '<' is not followed by whitespace. | 460 | |
| '>' is not preceded with whitespace. | 460 | |
| '<' is not preceded with whitespace. | 460 | |
| '<' is not followed by whitespace. | 460 | |
| '>' is not preceded with whitespace. | 460 | |
| '>' is not followed by whitespace. | 460 | |
| '=' is not preceded with whitespace. | 463 | |
| '=' is not followed by whitespace. | 463 | |
| Line is longer than 80 characters. | 464 | |
| '<' is not preceded with whitespace. | 464 | |
| '<' is not followed by whitespace. | 464 | |
| '>' is not preceded with whitespace. | 464 | |
| '<' is not preceded with whitespace. | 465 | |
| '<' is not followed by whitespace. | 465 | |
| '>' is not preceded with whitespace. | 465 | |
| '{' is not preceded with whitespace. | 466 | |
| '=' is not preceded with whitespace. | 478 | |
| '=' is not followed by whitespace. | 478 | |
| Line is longer than 80 characters. | 495 | |
| Method 'saveMembershipType' is not designed for extension - needs to be abstract, final or empty. | 495 | |
| Parameter membershipTypeId should be final. | 495 | |
| Expected @param tag for 'membershipTypeId'. | 495 | |
| Parameter membershipType should be final. | 495 | |
| Expected @param tag for 'membershipType'. | 495 | |
| Parameter currencyCode should be final. | 496 | |
| Expected @param tag for 'currencyCode'. | 496 | |
| Parameter fee should be final. | 496 | |
| Expected @param tag for 'fee'. | 496 | |
| Parameter startDate should be final. | 496 | |
| Expected @param tag for 'startDate'. | 496 | |
| Parameter endDate should be final. | 496 | |
| Expected @param tag for 'endDate'. | 496 | |
| Line is longer than 80 characters. | 504 | |
| Method 'getHasLinkedMemberships' is not designed for extension - needs to be abstract, final or empty. | 521 | |
| Missing a Javadoc comment. | 521 | |
| Parameter membershipTypeId should be final. | 521 | |
| Line has trailing spaces. | 527 | |
| Method 'addMember' is not designed for extension - needs to be abstract, final or empty. | 538 | |
| Missing a Javadoc comment. | 538 | |
| Parameter membershipTypeId should be final. | 538 | |
| Parameter email should be final. | 538 | |
| Line has trailing spaces. | 539 | |
| Line is longer than 80 characters. | 551 | |
| Line has trailing spaces. | 552 | |
| Line is longer than 80 characters. | 553 | |
| Line has trailing spaces. | 555 | |
| Line has trailing spaces. | 558 |
| Violation | Message | Line |
|---|---|---|
| '(' is followed by whitespace. | 38 | |
| '+' should be on a new line. | 40 | |
| Line contains a tab character. | 41 | |
| '+' should be on a new line. | 43 | |
| Line has trailing spaces. | 44 | |
| '=' is not preceded with whitespace. | 53 | |
| '=' is not followed by whitespace. | 53 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 66 | |
| Method 'getValidFrom' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Method 'setValidFrom' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter validFrom should be final. | 72 | |
| 'validFrom' hides a field. | 72 | |
| Method 'getValidTo' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Method 'setValidTo' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter validTo should be final. | 80 | |
| 'validTo' hides a field. | 80 | |
| Method 'getCurrentFee' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Method 'setCurrentFee' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Parameter currentFee should be final. | 91 | |
| 'currentFee' hides a field. | 91 | |
| Expected @param tag for 'currentFee'. | 91 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Missing a Javadoc comment. | 99 | |
| Parameter id should be final. | 99 | |
| 'id' hides a field. | 99 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Missing a Javadoc comment. | 103 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Missing a Javadoc comment. | 107 | |
| Parameter name should be final. | 107 | |
| 'name' hides a field. | 107 | |
| Method 'getAssociation' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Missing a Javadoc comment. | 111 | |
| Method 'setAssociation' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Missing a Javadoc comment. | 115 | |
| Parameter association should be final. | 115 | |
| 'association' hides a field. | 115 | |
| Line has trailing spaces. | 120 | |
| Expected an @return tag. | 123 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| '{' is not preceded with whitespace. | 123 | |
| Line has trailing spaces. | 124 | |
| '+' should be on a new line. | 124 | |
| Line has trailing spaces. | 125 | |
| '+' should be on a new line. | 125 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '(' is followed by whitespace. | 34 | |
| '=' is not preceded with whitespace. | 36 | |
| '=' is not followed by whitespace. | 36 | |
| '+' should be on a new line. | 36 | |
| '=' is not preceded with whitespace. | 45 | |
| '=' is not followed by whitespace. | 45 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 53 | |
| Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Parameter address should be final. | 59 | |
| 'address' hides a field. | 59 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Parameter id should be final. | 67 | |
| 'id' hides a field. | 67 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter name should be final. | 75 | |
| 'name' hides a field. | 75 | |
| Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Parameter url should be final. | 83 | |
| 'url' hides a field. | 83 | |
| Line has trailing spaces. | 88 | |
| Expected an @return tag. | 91 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| '{' is not preceded with whitespace. | 91 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 23 | |
| Method 'findDesign' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Parameter em should be final. | 26 | |
| Parameter name should be final. | 26 | |
| '<' is not preceded with whitespace. | 33 | |
| '<' is not followed by whitespace. | 33 | |
| '>' is not preceded with whitespace. | 33 |
| Violation | Message | Line |
|---|---|---|
| Method 'getAssociationsWithWebsites' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| '<' is not preceded with whitespace. | 55 | |
| '<' is not followed by whitespace. | 55 | |
| '>' is not preceded with whitespace. | 55 | |
| Line has trailing spaces. | 56 | |
| Line has trailing spaces. | 58 | |
| '=' is not preceded with whitespace. | 59 | |
| '=' is not followed by whitespace. | 59 | |
| ';' is not followed by whitespace. | 59 | |
| ')' is preceded with whitespace. | 59 | |
| '{' is not preceded with whitespace. | 59 | |
| Method 'getMembersWithWebsites' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Line has trailing spaces. | 77 | |
| '<' is not preceded with whitespace. | 77 | |
| '<' is not followed by whitespace. | 77 | |
| '>' is not preceded with whitespace. | 77 | |
| '=' is not preceded with whitespace. | 81 | |
| '=' is not followed by whitespace. | 81 | |
| '{' is not preceded with whitespace. | 81 | |
| Line has trailing spaces. | 89 | |
| '<' is not preceded with whitespace. | 89 | |
| '<' is not followed by whitespace. | 89 | |
| '>' is not preceded with whitespace. | 89 | |
| '<' is not preceded with whitespace. | 90 | |
| '<' is not followed by whitespace. | 90 | |
| '>' is not preceded with whitespace. | 90 | |
| '>' is not followed by whitespace. | 90 | |
| '=' is not preceded with whitespace. | 91 | |
| '=' is not followed by whitespace. | 91 | |
| '{' is not preceded with whitespace. | 91 | |
| Line has trailing spaces. | 92 | |
| Line has trailing spaces. | 98 | |
| '=' is not preceded with whitespace. | 105 | |
| '=' is not followed by whitespace. | 105 | |
| ';' is not followed by whitespace. | 105 | |
| ')' is preceded with whitespace. | 105 | |
| '{' is not preceded with whitespace. | 105 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.imca.model.AssociationBO. | 29 | |
| Unused import - net.sf.imca.model.PersonBO. | 30 | |
| Unused import - net.sf.imca.model.BoatBO. | 31 | |
| Unused import - net.sf.imca.model.entities.AssociationEntity. | 32 | |
| Line has trailing spaces. | 40 | |
| Missing a Javadoc comment. | 47 | |
| Name 'WEBSITE_PROTOCAL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| Variable 'WEBSITE_PROTOCAL' must be private and have accessor methods. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Name 'WEBSITE_HOST' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| Variable 'WEBSITE_HOST' must be private and have accessor methods. | 49 | |
| Line has trailing spaces. | 57 | |
| Line has trailing spaces. | 58 | |
| Method 'setUpMasterData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Line has trailing spaces. | 67 | |
| Line has trailing spaces. | 81 | |
| Line has trailing spaces. | 87 | |
| Line has trailing spaces. | 88 | |
| Line has trailing spaces. | 106 | |
| Expected an @return tag. | 109 | |
| Parameter fileName should be final. | 109 | |
| Expected @param tag for 'fileName'. | 109 | |
| Parameter dataType should be final. | 109 | |
| Expected @param tag for 'dataType'. | 109 | |
| '{' is not preceded with whitespace. | 109 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Method 'selectAssociations' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter countryCode should be final. | 49 | |
| '{' is not preceded with whitespace. | 49 | |
| Line has trailing spaces. | 50 | |
| Line is longer than 80 characters. | 53 | |
| '<' is not preceded with whitespace. | 53 | |
| '<' is not followed by whitespace. | 53 | |
| '>' is not preceded with whitespace. | 53 | |
| Line has trailing spaces. | 54 | |
| '<' is not preceded with whitespace. | 56 | |
| '<' is not followed by whitespace. | 56 | |
| '>' is not preceded with whitespace. | 56 | |
| '=' is not preceded with whitespace. | 57 | |
| '=' is not followed by whitespace. | 57 | |
| Line has trailing spaces. | 59 | |
| Line has trailing spaces. | 70 | |
| Method 'selectAssociation' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Parameter countryCode should be final. | 71 | |
| Parameter area should be final. | 71 | |
| '{' is not preceded with whitespace. | 71 | |
| Line has trailing spaces. | 72 | |
| Line has trailing spaces. | 83 | |
| Method 'selectMembership' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Parameter associationId should be final. | 84 | |
| Parameter typeId should be final. | 84 | |
| '{' is not preceded with whitespace. | 84 | |
| Method 'getAreasForCountry' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Parameter countryCode should be final. | 88 | |
| Line has trailing spaces. | 89 | |
| Line is longer than 80 characters. | 92 | |
| '<' is not preceded with whitespace. | 92 | |
| '<' is not followed by whitespace. | 92 | |
| '>' is not preceded with whitespace. | 92 | |
| '=' is not preceded with whitespace. | 94 | |
| '=' is not followed by whitespace. | 94 | |
| Method 'getJoinableMembershipTypes' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Missing a Javadoc comment. | 106 | |
| '<' is not preceded with whitespace. | 106 | |
| '<' is not followed by whitespace. | 106 | |
| '>' is not preceded with whitespace. | 106 | |
| Parameter countryCode should be final. | 107 | |
| Parameter area should be final. | 107 | |
| Line has trailing spaces. | 109 | |
| Line is longer than 80 characters. | 111 | |
| '<' is not preceded with whitespace. | 111 | |
| '<' is not followed by whitespace. | 111 | |
| '>' is not preceded with whitespace. | 111 | |
| Method 'makeMembershipRequest' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Missing a Javadoc comment. | 121 | |
| Parameter person should be final. | 121 | |
| Parameter countryCode should be final. | 121 | |
| Parameter area should be final. | 122 | |
| Parameter membershipTypeId should be final. | 122 | |
| Line has trailing spaces. | 123 | |
| Line is longer than 80 characters. | 126 | |
| '(' is followed by whitespace. | 133 | |
| '<' is not preceded with whitespace. | 135 | |
| '<' is not followed by whitespace. | 135 | |
| '>' is not preceded with whitespace. | 135 | |
| '>' is not followed by whitespace. | 135 | |
| Line has trailing spaces. | 146 | |
| '+' should be on a new line. | 146 | |
| Line is longer than 80 characters. | 159 | |
| Method 'getJoinableAssociation' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| Missing a Javadoc comment. | 159 | |
| Parameter countryCode should be final. | 159 | |
| Parameter area should be final. | 159 | |
| Line has trailing spaces. | 178 | |
| Missing a Javadoc comment. | 179 | |
| '{' is not preceded with whitespace. | 179 | |
| Method 'getMembershipTypeEntity' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| Missing a Javadoc comment. | 183 | |
| Parameter membershipTypeId should be final. | 183 | |
| Line is longer than 80 characters. | 185 | |
| Method 'getImcaMemberships' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| Missing a Javadoc comment. | 195 | |
| Parameter personBO should be final. | 196 | |
| '<' is not preceded with whitespace. | 201 | |
| '<' is not followed by whitespace. | 201 | |
| '>' is not preceded with whitespace. | 201 | |
| '=' is not preceded with whitespace. | 209 | |
| '=' is not followed by whitespace. | 209 | |
| '{' is not preceded with whitespace. | 209 | |
| Method 'getActiveMember' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| Missing a Javadoc comment. | 215 | |
| Parameter personBO should be final. | 215 | |
| '=' is not preceded with whitespace. | 217 | |
| '=' is not followed by whitespace. | 217 | |
| '{' is not preceded with whitespace. | 217 | |
| '{' is not preceded with whitespace. | 218 |
| Violation | Message | Line |
|---|---|---|
| '(' is followed by whitespace. | 36 | |
| '+' should be on a new line. | 38 | |
| Line contains a tab character. | 39 | |
| '=' is not preceded with whitespace. | 41 | |
| '=' is not followed by whitespace. | 41 | |
| '+' should be on a new line. | 41 | |
| Line contains a tab character. | 42 | |
| '=' is not preceded with whitespace. | 50 | |
| '=' is not followed by whitespace. | 50 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 | |
| '<' is not preceded with whitespace. | 56 | |
| '<' is not followed by whitespace. | 56 | |
| '>' is not preceded with whitespace. | 56 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Parameter id should be final. | 62 | |
| 'id' hides a field. | 62 | |
| Method 'getSailNumber' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Line has trailing spaces. | 69 | |
| Method 'setSailNumber' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter sailNumber should be final. | 70 | |
| 'sailNumber' hides a field. | 70 | |
| Method 'getBoats' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| '<' is not preceded with whitespace. | 74 | |
| '<' is not followed by whitespace. | 74 | |
| '>' is not preceded with whitespace. | 74 | |
| Method 'setBoats' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| Parameter boats should be final. | 78 | |
| '<' is not preceded with whitespace. | 78 | |
| '<' is not followed by whitespace. | 78 | |
| '>' is not preceded with whitespace. | 78 | |
| 'boats' hides a field. | 78 | |
| Line has trailing spaces. | 83 | |
| Expected an @return tag. | 86 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| '{' is not preceded with whitespace. | 86 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 29 | |
| Utility classes should not have a public or default constructor. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Line has trailing spaces. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Line has trailing spaces. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Line has trailing spaces. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 47 | |
| Parameter beanName should be final. | 47 | |
| Line has trailing spaces. | 57 | |
| Missing a Javadoc comment. | 58 | |
| Parameter beanName should be final. | 58 | |
| Parameter bean should be final. | 58 | |
| Line has trailing spaces. | 67 | |
| Missing a Javadoc comment. | 68 | |
| Line has trailing spaces. | 72 | |
| Missing a Javadoc comment. | 77 | |
| 'cast' is not followed by whitespace. | 78 | |
| Missing a Javadoc comment. | 81 | |
| Parameter webUser should be final. | 81 | |
| Line has trailing spaces. | 84 | |
| Missing a Javadoc comment. | 85 | |
| Parameter messageKey should be final. | 85 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.imca.model.entities.MembershipEntity. | 31 | |
| Line has trailing spaces. | 35 | |
| Missing a Javadoc comment. | 41 | |
| Line has trailing spaces. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Line has trailing spaces. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Method 'getLogedIn' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Method 'setLogedIn' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter logedIn should be final. | 51 | |
| 'logedIn' hides a field. | 51 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Method 'getPerson' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Method 'setPerson' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter person should be final. | 70 | |
| 'person' hides a field. | 70 | |
| Line has trailing spaces. | 73 | |
| Method 'getOnImcaCommittee' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Line has trailing spaces. | 78 | |
| Method 'getCurrencyCodeItems' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Method 'getCountryItems' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Line has trailing spaces. | 104 | |
| Method 'getLanguageItems' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Missing a Javadoc comment. | 105 | |
| '<' is not preceded with whitespace. | 111 | |
| '<' is not followed by whitespace. | 111 | |
| '>' is not preceded with whitespace. | 111 | |
| '<' is not preceded with whitespace. | 112 | |
| '<' is not followed by whitespace. | 112 | |
| '>' is not preceded with whitespace. | 112 | |
| '<' is not preceded with whitespace. | 112 | |
| '<' is not followed by whitespace. | 112 | |
| '>' is not preceded with whitespace. | 112 | |
| '>' is not followed by whitespace. | 112 | |
| Line has trailing spaces. | 113 | |
| Line has trailing spaces. | 117 | |
| Line has trailing spaces. | 123 | |
| Line has trailing spaces. | 126 | |
| Method 'getDatePattern' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| Missing a Javadoc comment. | 127 | |
| Method 'getFooter' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Missing a Javadoc comment. | 131 | |
| '{' is not preceded with whitespace. | 131 | |
| '{' is not preceded with whitespace. | 132 | |
| '+' should be on a new line. | 137 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 27 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Line has trailing spaces. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Line has trailing spaces. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Line has trailing spaces. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Line has trailing spaces. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Method 'actionLogin' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Line has trailing spaces. | 54 | |
| Line has trailing spaces. | 68 | |
| Line has trailing spaces. | 70 | |
| Line has trailing spaces. | 73 | |
| Method 'actionLogout' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Method 'actionSendPassword' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Line has trailing spaces. | 96 | |
| Method 'actionRegister' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Missing a Javadoc comment. | 97 | |
| Line has trailing spaces. | 101 | |
| Line has trailing spaces. | 106 | |
| Line is longer than 80 characters. | 106 | |
| Line has trailing spaces. | 110 | |
| Line has trailing spaces. | 115 | |
| Method 'getUserFeedbackMessage' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Missing a Javadoc comment. | 116 | |
| Method 'setUserFeedbackMessage' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Missing a Javadoc comment. | 120 | |
| Parameter userFeedbackMessage should be final. | 120 | |
| 'userFeedbackMessage' hides a field. | 120 | |
| Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Missing a Javadoc comment. | 124 | |
| Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Missing a Javadoc comment. | 128 | |
| Parameter email should be final. | 128 | |
| 'email' hides a field. | 128 | |
| Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| Missing a Javadoc comment. | 132 | |
| Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Missing a Javadoc comment. | 136 | |
| Parameter password should be final. | 136 | |
| 'password' hides a field. | 136 | |
| Method 'getConfirmPassword' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Missing a Javadoc comment. | 140 | |
| Method 'setConfirmPassword' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| Missing a Javadoc comment. | 144 | |
| Parameter confirmPassword should be final. | 144 | |
| 'confirmPassword' hides a field. | 144 | |
| Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Missing a Javadoc comment. | 148 | |
| Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| Missing a Javadoc comment. | 152 | |
| Parameter firstName should be final. | 152 | |
| 'firstName' hides a field. | 152 | |
| Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| Missing a Javadoc comment. | 156 | |
| Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| Missing a Javadoc comment. | 160 | |
| Parameter lastName should be final. | 160 | |
| 'lastName' hides a field. | 160 | |
| Method 'getCountryCode' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| Missing a Javadoc comment. | 164 | |
| Method 'setCountryCode' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| Missing a Javadoc comment. | 168 | |
| Parameter countryCode should be final. | 168 | |
| 'countryCode' hides a field. | 168 | |
| Line has trailing spaces. | 171 |
| Violation | Message | Line |
|---|---|---|
| Method 'saveEntity' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Parameter entityObject should be final. | 44 | |
| Parameter id should be final. | 44 | |
| Line has trailing spaces. | 46 | |
| Line is longer than 80 characters. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Line has trailing spaces. | 57 | |
| Line has trailing spaces. | 63 | |
| Line has trailing spaces. | 64 | |
| Line is longer than 80 characters. | 64 | |
| Method 'saveMyData' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter personEntity should be final. | 64 | |
| Parameter password should be final. | 64 | |
| Parameter confirmPassword should be final. | 64 | |
| Line is longer than 80 characters. | 68 | |
| Line is longer than 80 characters. | 92 | |
| Line is longer than 80 characters. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Line is longer than 80 characters. | 95 | |
| Line is longer than 80 characters. | 96 | |
| Line is longer than 80 characters. | 97 | |
| Line has trailing spaces. | 98 | |
| Method 'findEntity' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Missing a Javadoc comment. | 111 | |
| Parameter clazz should be final. | 112 | |
| Parameter goToId should be final. | 112 | |
| Method 'search' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Missing a Javadoc comment. | 124 | |
| Parameter entityName should be final. | 125 | |
| Parameter search should be final. | 125 | |
| Expected an @return tag. | 146 | |
| Line is longer than 80 characters. | 146 | |
| Method 'deleteEntity' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| Parameter entityObject should be final. | 146 | |
| Expected @param tag for 'entityObject'. | 146 | |
| Parameter id should be final. | 146 | |
| Expected @param tag for 'id'. | 146 | |
| Expected @throws tag for 'Exception'. | 146 | |
| Line is longer than 80 characters. | 149 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 46 | |
| First sentence should end with a period. | 51 | |
| First sentence should end with a period. | 56 | |
| First sentence should end with a period. | 61 | |
| First sentence should end with a period. | 66 | |
| First sentence should end with a period. | 71 | |
| First sentence should end with a period. | 76 | |
| First sentence should end with a period. | 81 | |
| First sentence should end with a period. | 86 | |
| First sentence should end with a period. | 91 | |
| First sentence should end with a period. | 96 | |
| First sentence should end with a period. | 101 | |
| First sentence should end with a period. | 106 | |
| First sentence should end with a period. | 111 | |
| First sentence should end with a period. | 116 | |
| First sentence should end with a period. | 121 | |
| Line has trailing spaces. | 133 | |
| Parameter em should be final. | 139 | |
| Parameter countryCode should be final. | 139 | |
| Line has trailing spaces. | 145 | |
| Parameter em should be final. | 153 | |
| Parameter countryCode should be final. | 153 | |
| Parameter area should be final. | 153 | |
| Line has trailing spaces. | 160 | |
| Parameter entity should be final. | 163 | |
| 'entity' hides a field. | 163 | |
| Expected @param tag for 'entity'. | 163 | |
| Line has trailing spaces. | 169 | |
| Parameter em should be final. | 175 | |
| Parameter nodeList should be final. | 175 | |
| Line is longer than 80 characters. | 180 | |
| '<' is not preceded with whitespace. | 180 | |
| '<' is not followed by whitespace. | 180 | |
| '>' is not preceded with whitespace. | 180 | |
| '<' is not preceded with whitespace. | 180 | |
| '<' is not followed by whitespace. | 180 | |
| '>' is not preceded with whitespace. | 180 | |
| '>' is not followed by whitespace. | 180 | |
| Line is longer than 80 characters. | 191 | |
| Line is longer than 80 characters. | 219 | |
| '<' is not preceded with whitespace. | 239 | |
| '<' is not followed by whitespace. | 239 | |
| '>' is not preceded with whitespace. | 239 | |
| '>' is not followed by whitespace. | 239 | |
| Line has trailing spaces. | 264 | |
| Expected an @return tag. | 267 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 267 | |
| Line has trailing spaces. | 277 | |
| Method 'getEntity' is not designed for extension - needs to be abstract, final or empty. | 280 | |
| Line has trailing spaces. | 286 | |
| Method 'setEntity' is not designed for extension - needs to be abstract, final or empty. | 290 | |
| Parameter entity should be final. | 290 | |
| 'entity' hides a field. | 290 | |
| Method 'getJoinableMembershipTypes' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| Missing a Javadoc comment. | 294 | |
| '<' is not preceded with whitespace. | 294 | |
| '<' is not followed by whitespace. | 294 | |
| '>' is not preceded with whitespace. | 294 | |
| Parameter em should be final. | 295 | |
| Line is longer than 80 characters. | 297 | |
| '<' is not preceded with whitespace. | 297 | |
| '<' is not followed by whitespace. | 297 | |
| '>' is not preceded with whitespace. | 297 | |
| Line has trailing spaces. | 298 | |
| Line is longer than 80 characters. | 300 | |
| Line is longer than 80 characters. | 301 | |
| '<' is not preceded with whitespace. | 301 | |
| '<' is not followed by whitespace. | 301 | |
| '>' is not preceded with whitespace. | 301 | |
| '=' is not preceded with whitespace. | 302 | |
| '=' is not followed by whitespace. | 302 | |
| Line has trailing spaces. | 305 | |
| Method 'getCommitteeEmails' is not designed for extension - needs to be abstract, final or empty. | 309 | |
| Missing a Javadoc comment. | 309 | |
| '<' is not preceded with whitespace. | 311 | |
| '<' is not followed by whitespace. | 311 | |
| '>' is not preceded with whitespace. | 311 | |
| '<' is not preceded with whitespace. | 313 | |
| '<' is not followed by whitespace. | 313 | |
| '>' is not preceded with whitespace. | 313 | |
| Line has trailing spaces. | 322 | |
| Method 'getCountryName' is not designed for extension - needs to be abstract, final or empty. | 323 | |
| Missing a Javadoc comment. | 323 | |
| '{' is not preceded with whitespace. | 323 | |
| Line has trailing spaces. | 327 | |
| Method 'getShortName' is not designed for extension - needs to be abstract, final or empty. | 328 | |
| Missing a Javadoc comment. | 328 | |
| '{' is not preceded with whitespace. | 328 | |
| Line is longer than 80 characters. | 331 | |
| Line is longer than 80 characters. | 333 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 36 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 40 | |
| '=' is not preceded with whitespace. | 48 | |
| '=' is not followed by whitespace. | 48 | |
| Line has trailing spaces. | 55 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 59 | |
| '<' is not preceded with whitespace. | 60 | |
| '<' is not followed by whitespace. | 60 | |
| '>' is not preceded with whitespace. | 60 | |
| Missing a Javadoc comment. | 62 | |
| '<' is not preceded with whitespace. | 63 | |
| '<' is not followed by whitespace. | 63 | |
| '>' is not preceded with whitespace. | 63 | |
| Missing a Javadoc comment. | 65 | |
| '<' is not preceded with whitespace. | 66 | |
| '<' is not followed by whitespace. | 66 | |
| '>' is not preceded with whitespace. | 66 | |
| Method 'getBoat' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Method 'setBoat' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter boat should be final. | 72 | |
| 'boat' hides a field. | 72 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter id should be final. | 80 | |
| 'id' hides a field. | 80 | |
| Method 'getFoils' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| '<' is not preceded with whitespace. | 84 | |
| '<' is not followed by whitespace. | 84 | |
| '>' is not preceded with whitespace. | 84 | |
| Method 'setFoils' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Parameter foils should be final. | 88 | |
| '<' is not preceded with whitespace. | 88 | |
| '<' is not followed by whitespace. | 88 | |
| '>' is not preceded with whitespace. | 88 | |
| 'foils' hides a field. | 88 | |
| Method 'getMasts' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| '<' is not preceded with whitespace. | 92 | |
| '<' is not followed by whitespace. | 92 | |
| '>' is not preceded with whitespace. | 92 | |
| Method 'setMasts' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Parameter masts should be final. | 96 | |
| '<' is not preceded with whitespace. | 96 | |
| '<' is not followed by whitespace. | 96 | |
| '>' is not preceded with whitespace. | 96 | |
| 'masts' hides a field. | 96 | |
| Method 'getSails' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| '<' is not preceded with whitespace. | 100 | |
| '<' is not followed by whitespace. | 100 | |
| '>' is not preceded with whitespace. | 100 | |
| Method 'setSails' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Missing a Javadoc comment. | 104 | |
| Parameter sails should be final. | 104 | |
| '<' is not preceded with whitespace. | 104 | |
| '<' is not followed by whitespace. | 104 | |
| '>' is not preceded with whitespace. | 104 | |
| 'sails' hides a field. | 104 | |
| Line has trailing spaces. | 109 | |
| Line has trailing spaces. | 111 | |
| Expected an @return tag. | 112 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| '{' is not preceded with whitespace. | 112 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Missing a Javadoc comment. | 116 | |
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Missing a Javadoc comment. | 120 | |
| Parameter description should be final. | 120 | |
| 'description' hides a field. | 120 |