The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
67 | 0 | 0 | 2175 |
Rules | Violations | Severity |
---|---|---|
PackageHtml | 4 | Error |
NewlineAtEndOfFile | 37 | Error |
Translation | 0 | Error |
JavadocMethod | 315 | Error |
JavadocType | 2 | Error |
JavadocVariable | 45 | Error |
JavadocStyle | 55 | Error |
ConstantName | 3 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 7 | Error |
FileLength | 0 | Error |
LineLength | 185 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 0 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 1 | Error |
ParenPad | 4 | Error |
TypecastParenPad | 0 | Error |
TabCharacter | 272 | Error |
WhitespaceAfter | 28 | Error |
WhitespaceAround | 65 | Error |
ModifierOrder | 1 | Error |
RedundantModifier | 36 | Error |
AvoidNestedBlocks | 1 | Error |
EmptyBlock | 1 | Error |
LeftCurly | 134 | Error |
NeedBraces | 60 | Error |
RightCurly | 2 | Error |
AvoidInlineConditionals | 5 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 36 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 4 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 173 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 0 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 243 | Error |
GenericIllegalRegexp
| 456 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 3 | |
Line has trailing spaces. | 7 | |
Line has trailing spaces. | 9 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Parameter asset should be final. | 35 | |
'asset' hides a field. | 35 | |
Parameter absoluteURLBuilder should be final. | 35 | |
'absoluteURLBuilder' hides a field. | 35 | |
Method 'buildURL' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Method 'getResourceAsStream' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Method 'getResourceLocation' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 3 | |
Line has trailing spaces. | 7 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 31 | |
'{' should be on the previous line. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 38 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter description should be final. | 40 | |
Parameter valueConverter should be final. | 40 | |
Line is longer than 80 characters. | 41 | |
Parameter absoluteURLBuilder should be final. | 41 | |
'absoluteURLBuilder' hides a field. | 41 | |
Parameter location should be final. | 41 | |
Parameter component should be final. | 41 | |
'component' hides a field. | 41 | |
Parameter assetName should be final. | 41 | |
Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
'{' should be on the previous line. | 53 | |
'if' construct must use '{}'s. | 56 | |
Line has trailing spaces. | 57 | |
Line is longer than 80 characters. | 57 | |
'+' should be on a new line. | 57 | |
Line is longer than 80 characters. | 58 | |
Method 'getComponent' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
'{' should be on the previous line. | 65 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 10 | |
Line has trailing spaces. | 12 | |
Line has trailing spaces. | 17 | |
Missing a Javadoc comment. | 18 | |
Method 'getAbsoluteURLBuilder' is not designed for extension - needs to be abstract, final or empty. | 20 | |
Missing a Javadoc comment. | 20 | |
Method 'setAbsoluteURLBuilder' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Missing a Javadoc comment. | 24 | |
Parameter absoluteURLBuilder should be final. | 24 | |
'absoluteURLBuilder' hides a field. | 24 | |
Line has trailing spaces. | 27 | |
Line contains a tab character. | 27 | |
Method 'createBinding' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
Parameter root should be final. | 28 | |
Parameter description should be final. | 28 | |
Parameter expression should be final. | 29 | |
Parameter location should be final. | 29 | |
Line is longer than 80 characters. | 30 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 14 | |
'{' is not preceded with whitespace. | 14 | |
Line has trailing spaces. | 15 | |
Line contains a tab character. | 15 | |
Line is longer than 80 characters. | 16 | |
Line contains a tab character. | 16 | |
Missing a Javadoc comment. | 16 | |
Parameter description should be final. | 16 | |
Parameter valueConverter should be final. | 16 | |
Parameter location should be final. | 16 | |
Parameter value should be final. | 16 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line has trailing spaces. | 19 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line has trailing spaces. | 26 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Method 'getFunctionName' is not designed for extension - needs to be abstract, final or empty. | 30 | |
'{' is not preceded with whitespace. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line has trailing spaces. | 33 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Expected an @return tag. | 37 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 37 | |
'{' is not preceded with whitespace. | 37 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 11 | |
Line has trailing spaces. | 16 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Method 'createBinding' is not designed for extension - needs to be abstract, final or empty. | 17 | |
Missing a Javadoc comment. | 17 | |
Parameter root should be final. | 17 | |
Parameter description should be final. | 17 | |
Line contains a tab character. | 18 | |
Parameter expression should be final. | 18 | |
Parameter location should be final. | 18 | |
Line is longer than 80 characters. | 19 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 3 | |
Line has trailing spaces. | 4 | |
Line is longer than 80 characters. | 4 | |
Line has trailing spaces. | 5 | |
Line has trailing spaces. | 11 | |
Line contains a tab character. | 11 | |
Expected an @return tag. | 15 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 3 | |
Line has trailing spaces. | 21 | |
'{' should be on the previous line. | 41 | |
First sentence should end with a period. | 59 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 69 | |
Parameter description should be final. | 69 | |
Expected @param tag for 'description'. | 69 | |
Parameter location should be final. | 69 | |
Expected @param tag for 'location'. | 69 | |
Parameter valueConverter should be final. | 69 | |
Expected @param tag for 'valueConverter'. | 69 | |
Line is longer than 80 characters. | 70 | |
Parameter root should be final. | 70 | |
'root' hides a field. | 70 | |
Parameter expression should be final. | 70 | |
'expression' hides a field. | 70 | |
Parameter nestedBindingFactory should be final. | 70 | |
'nestedBindingFactory' hides a field. | 70 | |
'{' should be on the previous line. | 83 | |
Line is longer than 80 characters. | 93 | |
Parameter expr should be final. | 105 | |
Expected @param tag for 'expr'. | 105 | |
'{' should be on the previous line. | 106 | |
Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 119 | |
'{' should be on the previous line. | 120 | |
Method 'isInvariant' is not designed for extension - needs to be abstract, final or empty. | 143 | |
'{' should be on the previous line. | 144 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
'{' should be on the previous line. | 19 | |
First sentence should end with a period. | 20 | |
Method 'setNestedBindingFactory' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Parameter nestedBindingFactory should be final. | 30 | |
'nestedBindingFactory' hides a field. | 30 | |
'{' should be on the previous line. | 31 | |
Line is longer than 80 characters. | 36 | |
Expected an @return tag. | 38 | |
Line is longer than 80 characters. | 38 | |
Method 'createBinding' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Parameter root should be final. | 38 | |
Expected @param tag for 'root'. | 38 | |
Parameter bindingDescription should be final. | 38 | |
Expected @param tag for 'bindingDescription'. | 38 | |
Parameter path should be final. | 38 | |
Expected @param tag for 'path'. | 38 | |
Parameter location should be final. | 38 | |
Expected @param tag for 'location'. | 38 | |
Line is longer than 80 characters. | 40 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 26 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line has trailing spaces. | 35 | |
'{' is not preceded with whitespace. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line has trailing spaces. | 43 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Method 'renderComponent' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Parameter writer should be final. | 43 | |
Parameter cycle should be final. | 43 | |
Line has trailing spaces. | 45 | |
Line has trailing spaces. | 48 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 52 | |
Line has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Method 'trigger' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Parameter cycle should be final. | 57 | |
'if' construct must use '{}'s. | 59 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 63 | |
Line has trailing spaces. | 64 | |
Line contains a tab character. | 64 | |
First sentence should end with a period. | 65 | |
Line contains a tab character. | 65 | |
Expected an @return tag. | 66 | |
Line contains a tab character. | 66 | |
'{' is not preceded with whitespace. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Expected an @return tag. | 72 | |
Expected an @return tag. | 74 | |
Line has trailing spaces. | 75 | |
Expected an @return tag. | 77 | |
Expected an @return tag. | 79 | |
Expected an @return tag. | 81 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Unused import - java.util.HashMap. | 3 | |
Unused import - java.util.Map. | 4 | |
Unused import - org.apache.tapestry.IComponent. | 13 | |
Unused import - org.apache.tapestry.internal.event.EventBoundListener. | 15 | |
Unused import - org.apache.tapestry.internal.Component. | 17 | |
Unused import - org.apache.tapestry.form.IFormComponent. | 18 | |
Line is longer than 80 characters. | 37 | |
Expected an @return tag. | 47 | |
Line is longer than 80 characters. | 50 | |
Expected an @return tag. | 53 | |
Expected an @return tag. | 56 | |
Expected an @return tag. | 59 | |
Expected an @return tag. | 62 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 65 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 70 | |
Method 'renderComponent' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Parameter writer should be final. | 70 | |
Parameter cycle should be final. | 70 | |
'if' construct must use '{}'s. | 71 | |
',' is not followed by whitespace. | 78 | |
Line is longer than 80 characters. | 96 | |
Line contains a tab character. | 98 | |
Expected an @return tag. | 104 | |
Method 'getForm' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Line has trailing spaces. | 106 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 15 | |
Line has trailing spaces. | 16 | |
Line contains a tab character. | 20 | |
Line is longer than 80 characters. | 23 | |
Line contains a tab character. | 23 | |
Method 'renderComponent' is not designed for extension - needs to be abstract, final or empty. | 23 | |
Parameter writer should be final. | 23 | |
Parameter cycle should be final. | 23 | |
Line contains a tab character. | 24 | |
Line has trailing spaces. | 30 | |
Line is longer than 80 characters. | 37 | |
Line contains a tab character. | 39 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 40 | |
Expected an @return tag. | 42 | |
Line has trailing spaces. | 43 | |
Expected an @return tag. | 45 | |
Line has trailing spaces. | 46 | |
Expected an @return tag. | 48 | |
Line has trailing spaces. | 49 | |
Expected an @return tag. | 51 | |
Line has trailing spaces. | 51 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 17 | |
'{' should be on the previous line. | 17 | |
Missing a Javadoc comment. | 18 | |
Method 'renderComponent' is not designed for extension - needs to be abstract, final or empty. | 20 | |
Missing a Javadoc comment. | 20 | |
Parameter writer should be final. | 20 | |
Parameter cycle should be final. | 20 | |
'{' should be on the previous line. | 21 | |
Line has trailing spaces. | 23 | |
'{' should be on the previous line. | 23 | |
Line has trailing spaces. | 24 | |
Line has trailing spaces. | 27 | |
Line has trailing spaces. | 28 | |
Expected an @return tag. | 30 | |
Line has trailing spaces. | 30 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
'{' should be on the previous line. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Line has trailing spaces. | 20 | |
Missing a Javadoc comment. | 20 | |
Line has trailing spaces. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Line has trailing spaces. | 24 | |
Line has trailing spaces. | 27 | |
Expected an @return tag. | 28 | |
Method 'getShowSiteMap' is not designed for extension - needs to be abstract, final or empty. | 28 | |
'{' should be on the previous line. | 29 | |
Line has trailing spaces. | 30 | |
Line has trailing spaces. | 33 | |
Line has trailing spaces. | 36 | |
Expected an @return tag. | 37 | |
Method 'getCategoryOf' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Parameter page should be final. | 37 | |
Expected @param tag for 'page'. | 37 | |
'{' should be on the previous line. | 38 | |
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 44 | |
Expected an @return tag. | 45 | |
Method 'getCurrentPageCategory' is not designed for extension - needs to be abstract, final or empty. | 45 | |
'{' should be on the previous line. | 46 | |
Line has trailing spaces. | 49 | |
Line has trailing spaces. | 52 | |
Expected an @return tag. | 53 | |
Method 'isPageInCategory' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Parameter page should be final. | 53 | |
Expected @param tag for 'page'. | 53 | |
'{' should be on the previous line. | 54 | |
Line has trailing spaces. | 57 | |
Line is longer than 80 characters. | 59 | |
Line has trailing spaces. | 60 | |
Expected an @return tag. | 61 | |
Method 'isCurrentPageInCategory' is not designed for extension - needs to be abstract, final or empty. | 61 | |
'{' should be on the previous line. | 62 | |
Line has trailing spaces. | 64 | |
Line has trailing spaces. | 65 | |
Line has trailing spaces. | 68 | |
Expected an @return tag. | 69 | |
Method 'getDefaultPage' is not designed for extension - needs to be abstract, final or empty. | 69 | |
'{' should be on the previous line. | 70 | |
Line has trailing spaces. | 73 | |
Line has trailing spaces. | 77 | |
Expected an @return tag. | 78 | |
Method 'getCategoryClass' is not designed for extension - needs to be abstract, final or empty. | 78 | |
'{' should be on the previous line. | 79 | |
Avoid inline conditionals. | 80 | |
Line has trailing spaces. | 82 | |
Line has trailing spaces. | 85 | |
Expected an @return tag. | 86 | |
Method 'getCategoryDisplayName' is not designed for extension - needs to be abstract, final or empty. | 86 | |
'{' should be on the previous line. | 87 | |
'if' construct must use '{}'s. | 88 | |
'else' construct must use '{}'s. | 90 | |
Line has trailing spaces. | 93 | |
Line has trailing spaces. | 96 | |
Expected an @return tag. | 97 | |
Method 'getPageDisplayName' is not designed for extension - needs to be abstract, final or empty. | 97 | |
'{' should be on the previous line. | 98 | |
Line has trailing spaces. | 100 | |
Line has trailing spaces. | 101 | |
Line has trailing spaces. | 104 | |
Expected an @return tag. | 105 | |
Method 'getPagesOfCategoryOfPage' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Parameter page should be final. | 105 | |
Expected @param tag for 'page'. | 105 | |
'{' should be on the previous line. | 106 | |
Line has trailing spaces. | 109 | |
Line is longer than 80 characters. | 111 | |
Line has trailing spaces. | 112 | |
Expected an @return tag. | 113 | |
Method 'getPagesOfCategoryOfCurrentPage' is not designed for extension - needs to be abstract, final or empty. | 113 | |
'{' should be on the previous line. | 114 | |
Line has trailing spaces. | 116 | |
Line has trailing spaces. | 117 | |
Line has trailing spaces. | 120 | |
Expected an @return tag. | 121 | |
Method 'getPagesOfCategory' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Parameter category should be final. | 121 | |
Expected @param tag for 'category'. | 121 | |
'{' should be on the previous line. | 122 | |
Line has trailing spaces. | 124 | |
Line has trailing spaces. | 125 | |
Line has trailing spaces. | 128 | |
Expected an @return tag. | 129 | |
Method 'getPagesOfCurrentCategory' is not designed for extension - needs to be abstract, final or empty. | 129 | |
'{' should be on the previous line. | 130 | |
Line has trailing spaces. | 132 | |
Line has trailing spaces. | 133 | |
Method 'getShowPage' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Missing a Javadoc comment. | 134 | |
'{' should be on the previous line. | 135 | |
'if' construct must use '{}'s. | 136 | |
'else' construct must use '{}'s. | 138 | |
Line is longer than 80 characters. | 139 | |
'(' is followed by whitespace. | 139 | |
')' is preceded with whitespace. | 139 | |
Line has trailing spaces. | 141 | |
Line is longer than 80 characters. | 144 | |
Line has trailing spaces. | 145 | |
Expected an @return tag. | 146 | |
Method 'getPageClass' is not designed for extension - needs to be abstract, final or empty. | 146 | |
'{' should be on the previous line. | 147 | |
Line has trailing spaces. | 150 | |
Line has trailing spaces. | 151 | |
Avoid inline conditionals. | 153 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 21 | |
Line has trailing spaces. | 27 | |
Line contains a tab character. | 27 | |
Line has trailing spaces. | 28 | |
Line contains a tab character. | 28 | |
Line has trailing spaces. | 29 | |
Line contains a tab character. | 29 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 19 | |
Line has trailing spaces. | 22 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 44 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 46 | |
Line has trailing spaces. | 47 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 57 | |
Line contains a tab character. | 57 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 78 | |
Extra HTML tag found: </p> | 80 | |
Line is longer than 80 characters. | 82 | |
Line contains a tab character. | 87 | |
Line is longer than 80 characters. | 92 | |
'{' is not preceded with whitespace. | 92 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
Missing a Javadoc comment. | 94 | |
Line has trailing spaces. | 95 | |
Expected an @return tag. | 106 | |
Method 'getContainerState' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Line has trailing spaces. | 114 | |
Method 'renderWidget' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Parameter writer should be final. | 118 | |
Parameter cycle should be final. | 118 | |
'{' is not preceded with whitespace. | 118 | |
Line is longer than 80 characters. | 120 | |
Line has trailing spaces. | 122 | |
'if' construct must use '{}'s. | 127 | |
'!=' is not preceded with whitespace. | 127 | |
'!=' is not followed by whitespace. | 127 | |
Line has trailing spaces. | 129 | |
'if' is not followed by whitespace. | 130 | |
'{' is not preceded with whitespace. | 130 | |
Line has trailing spaces. | 134 | |
Line has trailing spaces. | 136 | |
Line contains a tab character. | 138 | |
'if' construct must use '{}'s. | 140 | |
'!=' is not preceded with whitespace. | 140 | |
'!=' is not followed by whitespace. | 140 | |
Line has trailing spaces. | 141 | |
Line has trailing spaces. | 146 | |
Line is longer than 80 characters. | 163 | |
Line has trailing spaces. | 168 | |
Line has trailing spaces. | 169 | |
Line contains a tab character. | 173 | |
Method 'addChild' is not designed for extension - needs to be abstract, final or empty. | 173 | |
Parameter widget should be final. | 173 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line has trailing spaces. | 178 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line is longer than 80 characters. | 180 | |
Line contains a tab character. | 180 | |
Line is longer than 80 characters. | 181 | |
Line contains a tab character. | 181 | |
Line is longer than 80 characters. | 182 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line is longer than 80 characters. | 184 | |
Line contains a tab character. | 184 | |
Line has trailing spaces. | 185 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line is longer than 80 characters. | 188 | |
Line contains a tab character. | 188 | |
Parameter json should be final. | 188 | |
Parameter bindings should be final. | 188 | |
'{' is not preceded with whitespace. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
'while' is not followed by whitespace. | 190 | |
'{' is not preceded with whitespace. | 190 | |
Line contains a tab character. | 191 | |
'cast' is not followed by whitespace. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line has trailing spaces. | 194 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line is longer than 80 characters. | 196 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Expected an @return tag. | 199 | |
Line contains a tab character. | 199 | |
'{' is not preceded with whitespace. | 199 | |
Line is longer than 80 characters. | 200 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 203 | |
Line is longer than 80 characters. | 204 | |
Line contains a tab character. | 204 | |
Line is longer than 80 characters. | 205 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Expected an @return tag. | 208 | |
Line contains a tab character. | 208 | |
Method 'getListenerBindings' is not designed for extension - needs to be abstract, final or empty. | 208 | |
'{' is not preceded with whitespace. | 208 | |
Line is longer than 80 characters. | 209 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Line is longer than 80 characters. | 215 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line has trailing spaces. | 217 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line is longer than 80 characters. | 222 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Expected an @return tag. | 226 | |
Line contains a tab character. | 226 | |
Method 'getAsyncListenerBindings' is not designed for extension - needs to be abstract, final or empty. | 226 | |
'{' is not preceded with whitespace. | 226 | |
Line is longer than 80 characters. | 227 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Line has trailing spaces. | 236 | |
Line contains a tab character. | 236 | |
First sentence should end with a period. | 237 | |
Line contains a tab character. | 237 | |
Line is longer than 80 characters. | 238 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
Expected an @return tag. | 241 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Line has trailing spaces. | 253 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
Line is longer than 80 characters. | 255 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 257 | |
Expected an @return tag. | 258 | |
Line contains a tab character. | 258 | |
Method 'getCallbackBindings' is not designed for extension - needs to be abstract, final or empty. | 258 | |
'{' is not preceded with whitespace. | 258 | |
Line is longer than 80 characters. | 259 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Line has trailing spaces. | 261 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line has trailing spaces. | 263 | |
Line is longer than 80 characters. | 263 | |
Line contains a tab character. | 263 | |
Line is longer than 80 characters. | 264 | |
Line contains a tab character. | 264 | |
Line contains a tab character. | 265 | |
Line has trailing spaces. | 266 | |
Line contains a tab character. | 266 | |
Line has trailing spaces. | 267 | |
Line contains a tab character. | 267 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Expected an @return tag. | 270 | |
Line contains a tab character. | 270 | |
Method 'getBindingsByClass' is not designed for extension - needs to be abstract, final or empty. | 270 | |
Parameter names should be final. | 270 | |
Parameter clazz should be final. | 270 | |
'{' is not preceded with whitespace. | 270 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 273 | |
'while' is not followed by whitespace. | 273 | |
'{' is not preceded with whitespace. | 273 | |
Line contains a tab character. | 274 | |
'cast' is not followed by whitespace. | 274 | |
Line contains a tab character. | 275 | |
Line contains a tab character. | 276 | |
'if' is not followed by whitespace. | 276 | |
'{' is not preceded with whitespace. | 276 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 279 | |
Line contains a tab character. | 280 | |
Line contains a tab character. | 281 | |
Line has trailing spaces. | 282 | |
Line contains a tab character. | 282 | |
First sentence should end with a period. | 283 | |
Line contains a tab character. | 283 | |
Expected an @return tag. | 284 | |
Line contains a tab character. | 284 | |
'{' is not preceded with whitespace. | 284 | |
Line is longer than 80 characters. | 285 | |
Line contains a tab character. | 285 | |
Line is longer than 80 characters. | 286 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 288 | |
Line has trailing spaces. | 289 | |
Line contains a tab character. | 289 | |
First sentence should end with a period. | 290 | |
Line contains a tab character. | 290 | |
Expected an @return tag. | 291 | |
Line contains a tab character. | 291 | |
Method 'getNoAsyncEventUrl' is not designed for extension - needs to be abstract, final or empty. | 291 | |
Parameter eventName should be final. | 291 | |
Expected @param tag for 'eventName'. | 291 | |
'{' is not preceded with whitespace. | 291 | |
Line is longer than 80 characters. | 292 | |
Line contains a tab character. | 292 | |
Line is longer than 80 characters. | 293 | |
Line contains a tab character. | 293 | |
Line has trailing spaces. | 294 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 295 | |
Line contains a tab character. | 296 | |
Line has trailing spaces. | 297 | |
Line contains a tab character. | 297 | |
Line is longer than 80 characters. | 299 | |
Line contains a tab character. | 302 | |
Method 'trigger' is not designed for extension - needs to be abstract, final or empty. | 302 | |
Parameter cycle should be final. | 302 | |
Expected @param tag for 'cycle'. | 302 | |
Line is longer than 80 characters. | 304 | |
'cast' is not followed by whitespace. | 304 | |
'if' construct must use '{}'s. | 305 | |
Line has trailing spaces. | 308 | |
Line contains a tab character. | 308 | |
Line contains a tab character. | 309 | |
Expected an @return tag. | 312 | |
Line has trailing spaces. | 313 | |
Expected an @return tag. | 315 | |
Line has trailing spaces. | 316 | |
Expected an @return tag. | 318 | |
Line has trailing spaces. | 319 | |
Expected an @return tag. | 321 | |
Line has trailing spaces. | 322 | |
First sentence should end with a period. | 323 | |
Expected an @return tag. | 324 | |
Line has trailing spaces. | 325 | |
First sentence should end with a period. | 326 | |
Expected an @return tag. | 327 | |
Line has trailing spaces. | 328 | |
First sentence should end with a period. | 329 | |
Expected an @return tag. | 330 | |
Line has trailing spaces. | 331 | |
Line is longer than 80 characters. | 334 | |
Expected an @return tag. | 336 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 20 | |
'{' is not preceded with whitespace. | 20 | |
First sentence should end with a period. | 21 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line has trailing spaces. | 27 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Method 'renderWidget' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Parameter writer should be final. | 31 | |
Parameter cycle should be final. | 31 | |
Line has trailing spaces. | 37 | |
'if' construct must use '{}'s. | 47 | |
'!=' is not preceded with whitespace. | 47 | |
'!=' is not followed by whitespace. | 47 | |
Line has trailing spaces. | 48 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 52 | |
Line has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Method 'trigger' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Parameter cycle should be final. | 57 | |
'if' construct must use '{}'s. | 59 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 63 | |
Line has trailing spaces. | 64 | |
Line contains a tab character. | 64 | |
First sentence should end with a period. | 65 | |
Line contains a tab character. | 65 | |
Expected an @return tag. | 66 | |
Line contains a tab character. | 66 | |
'{' is not preceded with whitespace. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line has trailing spaces. | 70 | |
Line contains a tab character. | 70 | |
Expected an @return tag. | 72 | |
Line has trailing spaces. | 72 | |
First sentence should end with a period. | 73 | |
Expected an @return tag. | 74 | |
First sentence should end with a period. | 75 | |
Expected an @return tag. | 76 | |
First sentence should end with a period. | 77 | |
Expected an @return tag. | 78 | |
First sentence should end with a period. | 79 | |
Expected an @return tag. | 80 | |
First sentence should end with a period. | 81 | |
Expected an @return tag. | 82 | |
Expected an @return tag. | 84 | |
Expected an @return tag. | 86 | |
Expected an @return tag. | 88 | |
Expected an @return tag. | 90 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 15 | |
'{' is not preceded with whitespace. | 18 | |
Line has trailing spaces. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Line has trailing spaces. | 22 | |
Expected an @return tag. | 26 | |
Method 'getContainerState' is not designed for extension - needs to be abstract, final or empty. | 26 | |
'{' should be on the previous line. | 27 | |
Line has trailing spaces. | 30 | |
Method 'renderComponent' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter writer should be final. | 31 | |
Parameter cycle should be final. | 31 | |
'{' should be on the previous line. | 32 | |
Line has trailing spaces. | 33 | |
'if' is not followed by whitespace. | 33 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 35 | |
Line is longer than 80 characters. | 35 | |
'else' construct must use '{}'s. | 37 | |
Line has trailing spaces. | 40 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 49 | |
Line has trailing spaces. | 51 | |
Line has trailing spaces. | 52 | |
Line has trailing spaces. | 53 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 10 | |
Line has trailing spaces. | 15 | |
Line contains a tab character. | 15 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Redundant 'public' modifier. | 20 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 39 | |
Line is longer than 80 characters. | 42 | |
Line has trailing spaces. | 43 | |
Line has trailing spaces. | 45 | |
Method 'renderFormWidget' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Parameter writer should be final. | 48 | |
Parameter cycle should be final. | 48 | |
'{' should be on the previous line. | 49 | |
Line has trailing spaces. | 51 | |
Line has trailing spaces. | 53 | |
Line has trailing spaces. | 56 | |
'if' construct must use '{}'s. | 57 | |
Line has trailing spaces. | 59 | |
Line has trailing spaces. | 61 | |
Line has trailing spaces. | 63 | |
Line has trailing spaces. | 66 | |
Line has trailing spaces. | 68 | |
'if' construct must use '{}'s. | 69 | |
Line has trailing spaces. | 74 | |
Line has trailing spaces. | 77 | |
Line has trailing spaces. | 78 | |
'cast' is not followed by whitespace. | 79 | |
'cast' is not followed by whitespace. | 80 | |
'cast' is not followed by whitespace. | 81 | |
'if' construct must use '{}'s. | 82 | |
'!=' is not preceded with whitespace. | 82 | |
'!=' is not followed by whitespace. | 82 | |
'cast' is not followed by whitespace. | 83 | |
Line has trailing spaces. | 84 | |
Line has trailing spaces. | 87 | |
Line has trailing spaces. | 91 | |
Line is longer than 80 characters. | 93 | |
Method 'rewindFormWidget' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Parameter writer should be final. | 95 | |
Expected @param tag for 'writer'. | 95 | |
Parameter cycle should be final. | 95 | |
Expected @param tag for 'cycle'. | 95 | |
'{' should be on the previous line. | 96 | |
Line has trailing spaces. | 98 | |
'{' should be on the previous line. | 100 | |
Line is longer than 80 characters. | 101 | |
Line has trailing spaces. | 102 | |
Line has trailing spaces. | 104 | |
'}' should be on the same line. | 106 | |
'{' should be on the previous line. | 108 | |
Line has trailing spaces. | 111 | |
Line has trailing spaces. | 112 | |
Missing a Javadoc comment. | 113 | |
Line has trailing spaces. | 114 | |
Expected an @return tag. | 116 | |
Expected @param tag for 'value'. | 119 | |
Line has trailing spaces. | 120 | |
Expected an @return tag. | 122 | |
Line has trailing spaces. | 123 | |
Expected an @return tag. | 127 | |
Line has trailing spaces. | 128 | |
Expected an @return tag. | 132 | |
Line has trailing spaces. | 132 | |
Expected an @return tag. | 137 | |
Line has trailing spaces. | 138 | |
Expected an @return tag. | 142 | |
Line has trailing spaces. | 143 | |
Expected an @return tag. | 147 | |
Method 'isRequired' is not designed for extension - needs to be abstract, final or empty. | 147 | |
'{' should be on the previous line. | 148 | |
Line has trailing spaces. | 152 | |
Method 'getUpdateComponents' is not designed for extension - needs to be abstract, final or empty. | 155 | |
'{' should be on the previous line. | 156 | |
Line has trailing spaces. | 159 | |
Line has trailing spaces. | 162 | |
Line has trailing spaces. | 163 | |
Method 'isAsync' is not designed for extension - needs to be abstract, final or empty. | 166 | |
'{' should be on the previous line. | 167 | |
Line has trailing spaces. | 170 | |
Line has trailing spaces. | 171 | |
Method 'isJson' is not designed for extension - needs to be abstract, final or empty. | 174 | |
'{' should be on the previous line. | 175 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 37 | |
Line is longer than 80 characters. | 37 | |
Expected an @return tag. | 40 | |
Expected an @return tag. | 43 | |
Expected an @return tag. | 46 | |
Expected an @return tag. | 49 | |
Expected an @return tag. | 52 | |
Expected an @return tag. | 55 | |
Expected an @return tag. | 58 | |
Line has trailing spaces. | 59 | |
Expected an @return tag. | 61 | |
Method 'getTaskBarId' is not designed for extension - needs to be abstract, final or empty. | 61 | |
'{' should be on the previous line. | 62 | |
'if' construct must use '{}'s. | 64 | |
'if' construct must use '{}'s. | 66 | |
'cast' is not followed by whitespace. | 67 | |
'if' construct must use '{}'s. | 68 | |
'cast' is not followed by whitespace. | 69 | |
'else' construct must use '{}'s. | 70 | |
Line is longer than 80 characters. | 71 | |
Line has trailing spaces. | 73 | |
Method 'renderWidget' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Parameter writer should be final. | 77 | |
Parameter cycle should be final. | 77 | |
'{' should be on the previous line. | 78 | |
Line has trailing spaces. | 80 | |
Line is longer than 80 characters. | 83 | |
Method 'renderComponent' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Parameter writer should be final. | 86 | |
Expected @param tag for 'writer'. | 86 | |
Parameter cycle should be final. | 86 | |
Expected @param tag for 'cycle'. | 86 | |
'{' should be on the previous line. | 87 | |
Line has trailing spaces. | 90 | |
Line has trailing spaces. | 93 | |
Line has trailing spaces. | 95 | |
'if' construct must use '{}'s. | 99 | |
'if' construct must use '{}'s. | 101 | |
Line has trailing spaces. | 112 | |
Line is longer than 80 characters. | 118 | |
Line has trailing spaces. | 119 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 20 | |
'{' should be on the previous line. | 24 | |
Expected an @return tag. | 26 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 21 | |
'{' should be on the previous line. | 25 | |
Expected an @return tag. | 27 | |
Expected an @return tag. | 30 | |
Expected an @return tag. | 33 | |
Expected an @return tag. | 36 | |
Expected an @return tag. | 39 | |
Expected an @return tag. | 42 | |
Expected an @return tag. | 45 | |
Line has trailing spaces. | 46 | |
Expected an @return tag. | 48 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 49 | |
Expected an @return tag. | 51 | |
Line has trailing spaces. | 51 | |
Line has trailing spaces. | 52 | |
Expected an @return tag. | 54 | |
Line has trailing spaces. | 54 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 20 | |
'{' should be on the previous line. | 24 | |
Expected an @return tag. | 26 | |
Line has trailing spaces. | 27 | |
Expected an @return tag. | 29 | |
Line has trailing spaces. | 29 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 20 | |
'{' should be on the previous line. | 24 | |
Expected an @return tag. | 26 | |
Line has trailing spaces. | 27 | |
Expected an @return tag. | 29 | |
Line has trailing spaces. | 30 | |
Expected an @return tag. | 32 | |
Line has trailing spaces. | 33 | |
Expected an @return tag. | 35 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 36 | |
Line is longer than 80 characters. | 36 | |
Expected an @return tag. | 39 | |
Expected an @return tag. | 42 | |
Expected an @return tag. | 45 | |
Line has trailing spaces. | 46 | |
Method 'renderWidget' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Parameter writer should be final. | 50 | |
Parameter cycle should be final. | 50 | |
'{' should be on the previous line. | 51 | |
Line has trailing spaces. | 53 | |
Line is longer than 80 characters. | 56 | |
Method 'renderComponent' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Parameter writer should be final. | 59 | |
Expected @param tag for 'writer'. | 59 | |
Parameter cycle should be final. | 59 | |
Expected @param tag for 'cycle'. | 59 | |
'{' should be on the previous line. | 60 | |
Line has trailing spaces. | 63 | |
Line has trailing spaces. | 66 | |
Line has trailing spaces. | 68 | |
Line has trailing spaces. | 74 | |
Line has trailing spaces. | 80 | |
Line is longer than 80 characters. | 81 | |
Line has trailing spaces. | 82 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 28 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line is longer than 80 characters. | 32 | |
Line contains a tab character. | 32 | |
Method 'renderComponent' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Parameter writer should be final. | 32 | |
Parameter cycle should be final. | 32 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 44 | |
Line has trailing spaces. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Expected an @return tag. | 49 | |
Line has trailing spaces. | 50 | |
Expected an @return tag. | 55 | |
Line contains a tab character. | 55 | |
Line has trailing spaces. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Expected an @return tag. | 60 | |
Line contains a tab character. | 60 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 61 | |
Expected an @return tag. | 63 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 24 | |
Line has trailing spaces. | 25 | |
Line has trailing spaces. | 27 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 31 | |
'{' is not preceded with whitespace. | 36 | |
First sentence should end with a period. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
Method 'renderComponent' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Parameter writer should be final. | 47 | |
Parameter cycle should be final. | 47 | |
Line has trailing spaces. | 53 | |
'if' construct must use '{}'s. | 58 | |
'if' is not followed by whitespace. | 58 | |
'!=' is not preceded with whitespace. | 58 | |
'!=' is not followed by whitespace. | 58 | |
Line contains a tab character. | 59 | |
Line has trailing spaces. | 60 | |
Line is longer than 80 characters. | 61 | |
Line contains a tab character. | 62 | |
Line has trailing spaces. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Method 'trigger' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Parameter cycle should be final. | 67 | |
'if' construct must use '{}'s. | 69 | |
Line has trailing spaces. | 71 | |
Line contains a tab character. | 73 | |
Line has trailing spaces. | 74 | |
Line contains a tab character. | 74 | |
First sentence should end with a period. | 75 | |
Line contains a tab character. | 75 | |
Expected an @return tag. | 76 | |
Line contains a tab character. | 76 | |
'{' is not preceded with whitespace. | 76 | |
Line is longer than 80 characters. | 77 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Expected an @return tag. | 81 | |
Expected an @return tag. | 83 | |
Expected an @return tag. | 85 | |
Expected an @return tag. | 87 | |
Line contains a tab character. | 88 | |
Line is longer than 80 characters. | 89 | |
Line contains a tab character. | 89 | |
Line is longer than 80 characters. | 90 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Expected an @return tag. | 92 | |
Expected an @return tag. | 97 |
Violation | Message | Line |
---|---|---|
Unused import - org.apache.tapestry.components.Block. | 11 | |
Line has trailing spaces. | 16 | |
Line has trailing spaces. | 21 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line is longer than 80 characters. | 25 | |
Line contains a tab character. | 25 | |
Method 'renderComponent' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Parameter writer should be final. | 25 | |
Parameter cycle should be final. | 25 | |
Line contains a tab character. | 26 | |
Line has trailing spaces. | 30 | |
Line has trailing spaces. | 32 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 39 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 41 | |
Line has trailing spaces. | 42 | |
Method 'getSectionId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter index should be final. | 43 | |
'{' is not preceded with whitespace. | 43 | |
Line contains a tab character. | 44 | |
'+' is not preceded with whitespace. | 44 | |
'+' is not followed by whitespace. | 44 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Line has trailing spaces. | 48 | |
Line contains a tab character. | 48 | |
Expected an @return tag. | 50 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 12 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 21 | |
Line has trailing spaces. | 22 | |
Missing a Javadoc comment. | 23 | |
Line has trailing spaces. | 24 | |
Line has trailing spaces. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'prepareForRender' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Parameter cycle should be final. | 27 | |
'{' should be on the previous line. | 28 | |
Line has trailing spaces. | 31 | |
'{' should be on the previous line. | 32 | |
'!=' is not preceded with whitespace. | 34 | |
'!=' is not followed by whitespace. | 34 | |
'{' should be on the previous line. | 35 | |
Method 'getEventsJson' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
'{' should be on the previous line. | 44 | |
'{' should be on the previous line. | 47 | |
Line has trailing spaces. | 53 | |
Missing a Javadoc comment. | 54 | |
Parameter shell should be final. | 54 | |
Parameter url should be final. | 54 | |
Line is longer than 80 characters. | 56 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Method 'getStart' is not designed for extension - needs to be abstract, final or empty. | 21 | |
Missing a Javadoc comment. | 21 | |
Method 'setStart' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Parameter start should be final. | 30 | |
'start' hides a field. | 30 | |
Expected @param tag for 'start'. | 30 | |
Method 'getEnd' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Method 'setEnd' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Parameter end should be final. | 44 | |
'end' hides a field. | 44 | |
Expected @param tag for 'end'. | 44 | |
Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter title should be final. | 53 | |
'title' hides a field. | 53 | |
Method 'getLink' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Method 'setLink' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Parameter link should be final. | 61 | |
'link' hides a field. | 61 | |
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Parameter description should be final. | 69 | |
'description' hides a field. | 69 | |
Missing a Javadoc comment. | 73 | |
'!=' is not preceded with whitespace. | 74 | |
'!=' is not followed by whitespace. | 74 | |
'!=' is not preceded with whitespace. | 74 | |
'!=' is not followed by whitespace. | 74 | |
Missing a Javadoc comment. | 81 | |
Parameter date should be final. | 81 | |
Method 'appendTo' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Parameter obj should be final. | 88 | |
'!=' is not preceded with whitespace. | 91 | |
'!=' is not followed by whitespace. | 91 | |
'==' is not preceded with whitespace. | 96 | |
'==' is not followed by whitespace. | 96 | |
Avoid inline conditionals. | 96 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
First sentence should end with a period. | 10 | |
Expected an @return tag. | 15 | |
Redundant 'public' modifier. | 15 | |
Expected @param tag for 'element'. | 15 | |
First sentence should end with a period. | 17 | |
Expected an @return tag. | 22 | |
Redundant 'public' modifier. | 22 | |
Expected @param tag for 'key'. | 22 | |
First sentence should end with a period. | 24 | |
Redundant 'public' modifier. | 29 | |
Expected @param tag for 'element'. | 29 | |
Expected @param tag for 'expand'. | 29 | |
First sentence should end with a period. | 31 | |
Redundant 'public' modifier. | 36 | |
Expected @param tag for 'key'. | 36 | |
Expected @param tag for 'expand'. | 36 | |
Redundant 'public' modifier. | 41 | |
First sentence should end with a period. | 43 | |
Redundant 'public' modifier. | 47 | |
Line has trailing spaces. | 52 | |
Redundant 'public' modifier. | 58 | |
Expected @param tag for 'element'. | 58 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 35 | |
Line is longer than 80 characters. | 38 | |
First sentence should end with a period. | 40 | |
Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
First sentence should end with a period. | 42 | |
Line is longer than 80 characters. | 43 | |
Name 'identityKeyProvider' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 | |
First sentence should end with a period. | 44 | |
First sentence should end with a period. | 46 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 51 | |
Method 'getIdentityKeyProvider' is not designed for extension - needs to be abstract, final or empty. | 54 | |
'{' should be on the previous line. | 55 | |
Line has trailing spaces. | 58 | |
Line has trailing spaces. | 61 | |
Method 'getTreeIterator' is not designed for extension - needs to be abstract, final or empty. | 64 | |
'{' should be on the previous line. | 65 | |
Line has trailing spaces. | 68 | |
Method 'renderComponent' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Parameter writer should be final. | 72 | |
Parameter cycle should be final. | 72 | |
'{' should be on the previous line. | 73 | |
Line has trailing spaces. | 76 | |
Line has trailing spaces. | 78 | |
Line is longer than 80 characters. | 78 | |
Line has trailing spaces. | 81 | |
'while' is not followed by whitespace. | 88 | |
Line is longer than 80 characters. | 91 | |
Line is longer than 80 characters. | 92 | |
Line has trailing spaces. | 103 | |
Missing a Javadoc comment. | 104 | |
Parameter writer should be final. | 104 | |
Parameter cycle should be final. | 104 | |
'cast' is not followed by whitespace. | 107 | |
Line has trailing spaces. | 114 | |
Line has trailing spaces. | 115 | |
Line is longer than 80 characters. | 123 | |
'if' construct must use '{}'s. | 124 | |
Line is longer than 80 characters. | 127 | |
Line has trailing spaces. | 128 | |
Line has trailing spaces. | 133 | |
Method 'expansion' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Parameter cycle should be final. | 136 | |
Expected @param tag for 'cycle'. | 136 | |
'{' should be on the previous line. | 137 | |
'cast' is not followed by whitespace. | 139 | |
Line has trailing spaces. | 140 | |
'cast' is not followed by whitespace. | 140 | |
Line has trailing spaces. | 141 | |
Line has trailing spaces. | 143 | |
Line has trailing spaces. | 151 | |
Method 'contentExpansion' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Parameter cycle should be final. | 154 | |
Expected @param tag for 'cycle'. | 154 | |
'{' should be on the previous line. | 155 | |
Line has trailing spaces. | 158 | |
Line is longer than 80 characters. | 161 | |
Line is longer than 80 characters. | 162 | |
Line has trailing spaces. | 166 | |
Method 'isExpanded' is not designed for extension - needs to be abstract, final or empty. | 175 | |
Parameter element should be final. | 175 | |
'{' should be on the previous line. | 176 | |
Missing a Javadoc comment. | 183 | |
First sentence should end with a period. | 185 | |
'{' should be on the previous line. | 190 | |
Line has trailing spaces. | 195 | |
Parameter node should be final. | 198 | |
'{' should be on the previous line. | 199 | |
Line has trailing spaces. | 204 | |
Line has trailing spaces. | 206 | |
Line has trailing spaces. | 209 | |
Expected an @return tag. | 213 | |
Parameter elements should be final. | 213 | |
Expected @param tag for 'elements'. | 213 | |
'{' should be on the previous line. | 214 | |
Method 'getManager' is not designed for extension - needs to be abstract, final or empty. | 225 | |
'{' should be on the previous line. | 226 | |
Line has trailing spaces. | 230 | |
Method 'beforeRenderBody' is not designed for extension - needs to be abstract, final or empty. | 234 | |
Parameter writer should be final. | 234 | |
Parameter cycle should be final. | 234 | |
Parameter partId should be final. | 235 | |
Parameter isRendering should be final. | 235 | |
'{' should be on the previous line. | 236 | |
Line has trailing spaces. | 240 | |
'while' is not followed by whitespace. | 247 | |
'cast' is not followed by whitespace. | 248 | |
Line has trailing spaces. | 250 | |
Line is longer than 80 characters. | 252 | |
Line is longer than 80 characters. | 253 | |
Avoid nested blocks. | 254 | |
'if' construct must use '{}'s. | 256 | |
'else' construct must use '{}'s. | 257 | |
Line has trailing spaces. | 264 | |
'{' should be on the previous line. | 269 | |
'}' should be on the same line. | 271 | |
'{' should be on the previous line. | 273 | |
Line has trailing spaces. | 279 | |
Method 'incrementNonRenderBlock' is not designed for extension - needs to be abstract, final or empty. | 283 | |
'{' should be on the previous line. | 284 | |
'if' construct must use '{}'s. | 285 | |
Line is longer than 80 characters. | 286 | |
Line has trailing spaces. | 288 | |
Method 'getPartWriter' is not designed for extension - needs to be abstract, final or empty. | 292 | |
Parameter partId should be final. | 292 | |
'{' should be on the previous line. | 293 | |
Line has trailing spaces. | 297 | |
Line is longer than 80 characters. | 302 | |
Line has trailing spaces. | 312 | |
Line has trailing spaces. | 315 | |
Line has trailing spaces. | 319 | |
'{' should be on the previous line. | 323 | |
Line has trailing spaces. | 324 | |
Line has trailing spaces. | 326 | |
'cast' is not followed by whitespace. | 328 | |
Line is longer than 80 characters. | 332 | |
Line has trailing spaces. | 334 | |
Line has trailing spaces. | 337 | |
Line has trailing spaces. | 340 | |
Line has trailing spaces. | 347 | |
Method 'getCurrentHasChildren' is not designed for extension - needs to be abstract, final or empty. | 348 | |
Missing a Javadoc comment. | 348 | |
Line has trailing spaces. | 351 | |
Method 'getCurrentKey' is not designed for extension - needs to be abstract, final or empty. | 352 | |
Missing a Javadoc comment. | 352 | |
Line has trailing spaces. | 355 | |
Method 'getCurrentNotExpanded' is not designed for extension - needs to be abstract, final or empty. | 356 | |
Missing a Javadoc comment. | 356 | |
Line has trailing spaces. | 359 | |
Method 'getCurrentOffset' is not designed for extension - needs to be abstract, final or empty. | 360 | |
Missing a Javadoc comment. | 360 | |
Avoid inline conditionals. | 361 | |
'(' is followed by whitespace. | 362 | |
')' is preceded with whitespace. | 362 | |
Line has trailing spaces. | 364 | |
Method 'isStateful' is not designed for extension - needs to be abstract, final or empty. | 368 | |
'{' should be on the previous line. | 369 | |
Line has trailing spaces. | 372 | |
Parameter cycle should be final. | 376 | |
'{' should be on the previous line. | 377 | |
First sentence should end with a period. | 381 | |
Expected an @return tag. | 382 | |
First sentence should end with a period. | 383 | |
Expected an @return tag. | 384 | |
First sentence should end with a period. | 385 | |
Expected an @return tag. | 386 | |
First sentence should end with a period. | 387 | |
Expected an @return tag. | 388 | |
First sentence should end with a period. | 389 | |
Expected @param tag for 'state'. | 390 | |
First sentence should end with a period. | 391 | |
Expected an @return tag. | 392 | |
First sentence should end with a period. | 393 | |
Expected an @return tag. | 394 | |
First sentence should end with a period. | 395 | |
Expected an @return tag. | 396 | |
First sentence should end with a period. | 397 | |
Expected an @return tag. | 398 | |
First sentence should end with a period. | 399 | |
Expected an @return tag. | 400 | |
Line has trailing spaces. | 400 | |
First sentence should end with a period. | 401 | |
Expected an @return tag. | 402 | |
Line has trailing spaces. | 402 | |
First sentence should end with a period. | 403 | |
Expected an @return tag. | 404 | |
First sentence should end with a period. | 405 | |
Expected an @return tag. | 406 | |
First sentence should end with a period. | 407 | |
Expected an @return tag. | 408 | |
First sentence should end with a period. | 409 | |
Expected an @return tag. | 410 | |
Line has trailing spaces. | 410 | |
First sentence should end with a period. | 411 | |
Expected an @return tag. | 412 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 20 | |
Missing a Javadoc comment. | 21 | |
Line has trailing spaces. | 22 | |
Missing a Javadoc comment. | 23 | |
Line has trailing spaces. | 24 | |
Missing a Javadoc comment. | 25 | |
Parameter cycle should be final. | 25 | |
Line is longer than 80 characters. | 26 | |
Line has trailing spaces. | 32 | |
Missing a Javadoc comment. | 33 | |
Parameter cycle should be final. | 33 | |
Parameter currStack should be final. | 33 | |
Line has trailing spaces. | 37 | |
Line is longer than 80 characters. | 37 | |
Method 'renderComponent' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter writer should be final. | 37 | |
Parameter cycle should be final. | 37 | |
Line has trailing spaces. | 41 | |
Line is longer than 80 characters. | 42 | |
Line has trailing spaces. | 44 | |
Line is longer than 80 characters. | 45 | |
'==' is not preceded with whitespace. | 46 | |
'==' is not followed by whitespace. | 46 | |
Line has trailing spaces. | 52 | |
Line has trailing spaces. | 58 | |
Line has trailing spaces. | 61 | |
Method 'finalRenderComponent' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Line has trailing spaces. | 64 | |
Line has trailing spaces. | 67 | |
Line has trailing spaces. | 70 | |
Line has trailing spaces. | 71 | |
Line is longer than 80 characters. | 71 | |
Method 'normalRenderComponent' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter writer should be final. | 71 | |
Parameter cycle should be final. | 71 | |
Line has trailing spaces. | 72 | |
Parameter diff should be final. | 72 | |
Parameter empty should be final. | 72 | |
Line is longer than 80 characters. | 73 | |
'==' is not preceded with whitespace. | 74 | |
'==' is not followed by whitespace. | 74 | |
'if' construct must use '{}'s. | 75 | |
Line has trailing spaces. | 77 | |
Line has trailing spaces. | 78 | |
Line has trailing spaces. | 82 | |
'>' is not preceded with whitespace. | 82 | |
'>' is not followed by whitespace. | 82 | |
Line has trailing spaces. | 85 | |
Line has trailing spaces. | 86 | |
Line has trailing spaces. | 88 | |
Line has trailing spaces. | 89 | |
Line has trailing spaces. | 102 | |
Line has trailing spaces. | 105 | |
Line has trailing spaces. | 106 | |
Line has trailing spaces. | 111 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
First sentence should end with a period. | 20 | |
Parameter rootElement should be final. | 24 | |
Expected @param tag for 'rootElement'. | 24 | |
'{' should be on the previous line. | 25 | |
First sentence should end with a period. | 29 | |
Parameter rootElements should be final. | 33 | |
Expected @param tag for 'rootElements'. | 33 | |
'{' should be on the previous line. | 34 | |
First sentence should end with a period. | 38 | |
Expected an @return tag. | 42 | |
Method 'getDepth' is not designed for extension - needs to be abstract, final or empty. | 42 | |
'{' should be on the previous line. | 43 | |
First sentence should end with a period. | 47 | |
Expected an @return tag. | 51 | |
Method 'getPreviousDepth' is not designed for extension - needs to be abstract, final or empty. | 51 | |
'{' should be on the previous line. | 52 | |
Line has trailing spaces. | 57 | |
Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 60 | |
'{' should be on the previous line. | 61 | |
Line has trailing spaces. | 66 | |
Method 'next' is not designed for extension - needs to be abstract, final or empty. | 69 | |
'{' should be on the previous line. | 70 | |
First sentence should end with a period. | 89 | |
Parameter elements should be final. | 93 | |
Expected @param tag for 'elements'. | 93 | |
'{' should be on the previous line. | 94 | |
First sentence should end with a period. | 100 | |
Expected an @return tag. | 105 | |
Expected @param tag for 'node'. | 105 | |
Line has trailing spaces. | 108 | |
Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 111 | |
'{' should be on the previous line. | 112 | |
Missing a Javadoc comment. | 116 | |
'static' modifier out of order with the JLS suggestions. | 116 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Line has trailing spaces. | 19 | |
Parameter state should be final. | 26 | |
'state' hides a field. | 26 | |
Expected @param tag for 'state'. | 26 | |
Parameter contentProvider should be final. | 26 | |
'contentProvider' hides a field. | 26 | |
Expected @param tag for 'contentProvider'. | 26 | |
Parameter keyProvider should be final. | 27 | |
'keyProvider' hides a field. | 27 | |
Expected @param tag for 'keyProvider'. | 27 | |
'{' should be on the previous line. | 28 | |
Line has trailing spaces. | 32 | |
Line has trailing spaces. | 39 | |
Method 'isExpanded' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Parameter element should be final. | 42 | |
'{' should be on the previous line. | 43 | |
Line has trailing spaces. | 48 | |
Method 'isExpandedKey' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Parameter key should be final. | 51 | |
'{' should be on the previous line. | 52 | |
Line has trailing spaces. | 57 | |
Method 'setExpanded' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Parameter element should be final. | 60 | |
Parameter open should be final. | 60 | |
'{' should be on the previous line. | 61 | |
Line has trailing spaces. | 66 | |
Method 'setExpandedKey' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Parameter key should be final. | 69 | |
Parameter open should be final. | 69 | |
'{' should be on the previous line. | 70 | |
Line has trailing spaces. | 79 | |
Expected an @return tag. | 82 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 82 | |
'{' should be on the previous line. | 83 | |
Line has trailing spaces. | 88 | |
Method 'collapseAll' is not designed for extension - needs to be abstract, final or empty. | 91 | |
'{' should be on the previous line. | 92 | |
Line has trailing spaces. | 95 | |
Line has trailing spaces. | 97 | |
Method 'reveal' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Parameter element should be final. | 100 | |
'{' should be on the previous line. | 101 | |
'else' construct must use '{}'s. | 106 | |
Line has trailing spaces. | 110 | |
Method 'expandAll' is not designed for extension - needs to be abstract, final or empty. | 113 | |
'{' should be on the previous line. | 114 | |
First sentence should end with a period. | 118 | |
Parameter rootElements should be final. | 122 | |
Expected @param tag for 'rootElements'. | 122 | |
'{' should be on the previous line. | 123 | |
'for' is not followed by whitespace. | 124 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Expected an @return tag. | 13 | |
Redundant 'public' modifier. | 13 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 7 | |
First sentence should end with a period. | 12 | |
Expected an @return tag. | 17 | |
Redundant 'public' modifier. | 17 | |
Expected @param tag for 'value'. | 17 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 13 | |
Redundant 'public' modifier. | 17 | |
Expected @param tag for 'parentElement'. | 17 | |
Expected an @return tag. | 23 | |
Redundant 'public' modifier. | 23 | |
Expected @param tag for 'parentElement'. | 23 | |
Line has trailing spaces. | 29 | |
Redundant 'public' modifier. | 33 | |
Expected @param tag for 'childElement'. | 33 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 15 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 18 | |
Parameter value should be final. | 18 | |
'{' should be on the previous line. | 19 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 16 | |
Line has trailing spaces. | 20 | |
Missing a Javadoc comment. | 21 | |
Line has trailing spaces. | 22 | |
Missing a Javadoc comment. | 23 | |
Parameter property should be final. | 23 | |
'property' hides a field. | 23 | |
Line has trailing spaces. | 26 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Parameter obj should be final. | 27 | |
Line has trailing spaces. | 32 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 22 | |
Line is longer than 80 characters. | 23 | |
Line has trailing spaces. | 25 | |
Line is longer than 80 characters. | 28 | |
Line has trailing spaces. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Line has trailing spaces. | 33 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter root should be final. | 34 | |
'root' hides a field. | 34 | |
Parameter childProperty should be final. | 34 | |
'childProperty' hides a field. | 34 | |
Line has trailing spaces. | 39 | |
Missing a Javadoc comment. | 40 | |
Line has trailing spaces. | 44 | |
Missing a Javadoc comment. | 45 | |
Parameter base should be final. | 45 | |
Parameter map should be final. | 45 | |
Line has trailing spaces. | 51 | |
Line has trailing spaces. | 52 | |
Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter parentElement should be final. | 53 | |
Line is longer than 80 characters. | 55 | |
'if' construct must use '{}'s. | 56 | |
Line has trailing spaces. | 61 | |
Method 'hasChildren' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter parentElement should be final. | 64 | |
Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Parameter childElement should be final. | 68 | |
Line has trailing spaces. | 69 | |
Line has trailing spaces. | 72 | |
Method 'getElements' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 3 | |
Line has trailing spaces. | 7 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 38 | |
Line is longer than 80 characters. | 44 | |
Missing a Javadoc comment. | 52 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Line has trailing spaces. | 64 | |
Method 'resolve' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Parameter cycle should be final. | 77 | |
Parameter containerNamespace should be final. | 77 | |
Parameter componentType should be final. | 78 | |
Parameter location should be final. | 78 | |
Expected @param tag for 'location'. | 78 | |
Line has trailing spaces. | 98 | |
Unused @throws tag for 'ApplicationRuntimeException'. | 110 | |
Method 'resolve' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Parameter cycle should be final. | 114 | |
Parameter containerNamespace should be final. | 114 | |
Parameter libraryId should be final. | 115 | |
Parameter componentType should be final. | 115 | |
Parameter location should be final. | 115 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 137 | |
Line is longer than 80 characters. | 148 | |
Expected an @return tag. | 153 | |
Method 'doCustomSearch' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Parameter cycle should be final. | 153 | |
Expected @param tag for 'cycle'. | 153 | |
Missing a Javadoc comment. | 157 | |
Parameter cycle should be final. | 157 | |
Line is longer than 80 characters. | 169 | |
Method 'searchForComponentClass' is not designed for extension - needs to be abstract, final or empty. | 212 | |
Missing a Javadoc comment. | 212 | |
Parameter namespace should be final. | 212 | |
Parameter componentType should be final. | 213 | |
Line is longer than 80 characters. | 215 | |
Line is longer than 80 characters. | 234 | |
Line is longer than 80 characters. | 238 | |
Missing a Javadoc comment. | 252 | |
Parameter resource should be final. | 252 | |
Missing a Javadoc comment. | 262 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 273 | |
Missing a Javadoc comment. | 273 | |
Method 'setLog' is not designed for extension - needs to be abstract, final or empty. | 277 | |
Missing a Javadoc comment. | 277 | |
Parameter log should be final. | 277 | |
'log' hides a field. | 277 | |
Method 'setClassFinder' is not designed for extension - needs to be abstract, final or empty. | 281 | |
Missing a Javadoc comment. | 281 | |
Parameter classFinder should be final. | 281 | |
'classFinder' hides a field. | 281 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 3 | |
Line has trailing spaces. | 7 | |
Line has trailing spaces. | 9 | |
Line is longer than 80 characters. | 31 | |
Line has trailing spaces. | 32 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 36 | |
Line has trailing spaces. | 37 | |
Method 'findComponentSpecification' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter cycle should be final. | 39 | |
Parameter namespace should be final. | 39 | |
Parameter name should be final. | 39 | |
Line has trailing spaces. | 42 | |
Method 'findPageSpecification' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter cycle should be final. | 43 | |
Parameter namespace should be final. | 44 | |
Parameter name should be final. | 44 | |
Line is longer than 80 characters. | 47 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 50 | |
Line has trailing spaces. | 52 | |
Line is longer than 80 characters. | 57 | |
Line has trailing spaces. | 58 | |
Line is longer than 80 characters. | 61 | |
Line has trailing spaces. | 66 | |
Line is longer than 80 characters. | 67 | |
Missing a Javadoc comment. | 67 | |
Parameter resource should be final. | 67 | |
Parameter pageResource should be final. | 67 | |
Line has trailing spaces. | 72 | |
Line has trailing spaces. | 75 | |
Method 'setClassFinder' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Parameter classFinder should be final. | 76 | |
'classFinder' hides a field. | 76 | |
Line has trailing spaces. | 79 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 7 | |
Redundant 'public' modifier. | 23 | |
Redundant 'public' modifier. | 29 | |
Redundant 'public' modifier. | 35 | |
Expected an @return tag. | 41 | |
Redundant 'public' modifier. | 41 | |
Line has trailing spaces. | 42 | |
Expected an @return tag. | 47 | |
Redundant 'public' modifier. | 47 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 7 | |
Redundant 'public' modifier. | 23 | |
Redundant 'public' modifier. | 29 | |
Redundant 'public' modifier. | 35 | |
Redundant 'public' modifier. | 41 | |
Redundant 'public' modifier. | 47 | |
Redundant 'public' modifier. | 53 | |
Line has trailing spaces. | 54 | |
Redundant 'public' modifier. | 59 | |
Redundant 'public' modifier. | 65 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 7 | |
Redundant 'public' modifier. | 26 | |
Redundant 'public' modifier. | 33 | |
Redundant 'public' modifier. | 40 | |
Redundant 'public' modifier. | 47 | |
Line has trailing spaces. | 48 | |
Redundant 'public' modifier. | 55 | |
Line has trailing spaces. | 56 | |
Redundant 'public' modifier. | 62 | |
Line has trailing spaces. | 63 | |
Redundant 'public' modifier. | 69 | |
Line has trailing spaces. | 70 | |
Redundant 'public' modifier. | 76 | |
Redundant 'public' modifier. | 84 | |
Redundant 'public' modifier. | 91 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 7 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Parameter name should be final. | 36 | |
'name' hides a field. | 36 | |
Parameter pageNames should be final. | 36 | |
'pageNames' hides a field. | 36 | |
Parameter name should be final. | 46 | |
'name' hides a field. | 46 | |
Parameter pageNames should be final. | 46 | |
'pageNames' hides a field. | 46 | |
Parameter image should be final. | 47 | |
'image' hides a field. | 47 | |
Expected @param tag for 'image'. | 47 | |
Parameter inactiveImage should be final. | 47 | |
'inactiveImage' hides a field. | 47 | |
Expected @param tag for 'inactiveImage'. | 47 | |
Line has trailing spaces. | 53 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Method 'getDefaultPage' is not designed for extension - needs to be abstract, final or empty. | 66 | |
'if' construct must use '{}'s. | 67 | |
'cast' is not followed by whitespace. | 68 | |
'else' construct must use '{}'s. | 69 | |
Method 'getPageNames' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Expected an @return tag. | 85 | |
Method 'getImage' is not designed for extension - needs to be abstract, final or empty. | 85 | |
'{' should be on the previous line. | 86 | |
Line has trailing spaces. | 89 | |
Expected an @return tag. | 94 | |
Method 'getInactiveImage' is not designed for extension - needs to be abstract, final or empty. | 94 | |
'{' should be on the previous line. | 95 | |
Line has trailing spaces. | 98 | |
Expected an @return tag. | 102 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Expected an @return tag. | 111 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Parameter object should be final. | 111 | |
Expected @param tag for 'object'. | 111 | |
Line has trailing spaces. | 122 | |
Expected an @return tag. | 126 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 126 | |
'1471056309' is a magic number. | 127 | |
'288593091' is a magic number. | 127 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 7 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Line is longer than 80 characters. | 40 | |
Line has trailing spaces. | 42 | |
Parameter name should be final. | 42 | |
'name' hides a field. | 42 | |
Parameter desc should be final. | 42 | |
'desc' hides a field. | 42 | |
Parameter perm should be final. | 43 | |
'perm' hides a field. | 43 | |
Parameter children should be final. | 43 | |
'children' hides a field. | 43 | |
Parameter isNavigable should be final. | 43 | |
'isNavigable' hides a field. | 43 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Method 'getPermission' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Method 'setParent' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Parameter parent should be final. | 83 | |
'parent' hides a field. | 83 | |
Line has trailing spaces. | 88 | |
Method 'addChild' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Parameter child should be final. | 91 | |
'{' should be on the previous line. | 92 | |
Line has trailing spaces. | 95 | |
Line is longer than 80 characters. | 98 | |
Method 'isNavigable' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Line has trailing spaces. | 101 | |
Method 'getChildrenNames' is not designed for extension - needs to be abstract, final or empty. | 106 | |
'if' construct must use '{}'s. | 107 | |
'for' construct must use '{}'s. | 109 | |
'for' is not followed by whitespace. | 109 | |
'cast' is not followed by whitespace. | 110 | |
Expected an @return tag. | 117 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Avoid inline conditionals. | 122 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 6 | |
Missing a Javadoc comment. | 39 | |
Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Line has trailing spaces. | 47 | |
Missing a Javadoc comment. | 48 | |
Line has trailing spaces. | 49 | |
Line has trailing spaces. | 50 | |
Line has trailing spaces. | 55 | |
Method 'setResource' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Parameter resource should be final. | 60 | |
'resource' hides a field. | 60 | |
Line has trailing spaces. | 61 | |
Line has trailing spaces. | 63 | |
Unused @throws tag for 'IllegalStateException'. | 67 | |
Method 'initialize' is not designed for extension - needs to be abstract, final or empty. | 69 | |
'if' construct must use '{}'s. | 70 | |
Line is longer than 80 characters. | 72 | |
'if' construct must use '{}'s. | 73 | |
Line has trailing spaces. | 79 | |
'cast' is not followed by whitespace. | 80 | |
Line has trailing spaces. | 81 | |
'if' construct must use '{}'s. | 83 | |
Line has trailing spaces. | 83 | |
Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Parameter parentName should be final. | 93 | |
Parameter pageName should be final. | 93 | |
Parameter parentName should be final. | 104 | |
Parameter pageInfo should be final. | 104 | |
'if' construct must use '{}'s. | 105 | |
'if' construct must use '{}'s. | 107 | |
'if' construct must use '{}'s. | 108 | |
'else' construct must use '{}'s. | 109 | |
Line has trailing spaces. | 111 | |
Method 'getPageInfo' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Parameter name should be final. | 117 | |
Line is longer than 80 characters. | 124 | |
Parameter name should be final. | 127 | |
Parameter source should be final. | 127 | |
'cast' is not followed by whitespace. | 128 | |
'if' construct must use '{}'s. | 131 | |
Must have at least one statement. | 132 | |
Parameter name should be final. | 144 | |
Parameter source should be final. | 144 | |
'if' construct must use '{}'s. | 145 | |
Line is longer than 80 characters. | 145 | |
Line has trailing spaces. | 146 | |
'if' construct must use '{}'s. | 148 | |
Line is longer than 80 characters. | 149 | |
'if' construct must use '{}'s. | 150 | |
Line has trailing spaces. | 152 | |
Line has trailing spaces. | 155 | |
Line has trailing spaces. | 157 | |
Line is longer than 80 characters. | 158 | |
'cast' is not followed by whitespace. | 162 | |
Line has trailing spaces. | 164 | |
Line has trailing spaces. | 167 | |
Line has trailing spaces. | 170 | |
Method 'findPageNode' is not designed for extension - needs to be abstract, final or empty. | 177 | |
Parameter page should be final. | 177 | |
Expected @param tag for 'page'. | 177 | |
'{' should be on the previous line. | 178 | |
Line is longer than 80 characters. | 179 | |
'cast' is not followed by whitespace. | 179 | |
'{' should be on the previous line. | 181 | |
Line is longer than 80 characters. | 182 | |
'cast' is not followed by whitespace. | 182 | |
Line has trailing spaces. | 184 | |
Line has trailing spaces. | 186 | |
Line has trailing spaces. | 190 | |
Expected an @return tag. | 194 | |
Method 'parsePageNode' is not designed for extension - needs to be abstract, final or empty. | 194 | |
Parameter node should be final. | 194 | |
'{' should be on the previous line. | 195 | |
'if' construct must use '{}'s. | 196 | |
Line is longer than 80 characters. | 197 | |
Line has trailing spaces. | 198 | |
'if' construct must use '{}'s. | 205 | |
Line has trailing spaces. | 205 | |
Line has trailing spaces. | 207 | |
Line is longer than 80 characters. | 208 | |
Line has trailing spaces. | 211 | |
Line has trailing spaces. | 213 | |
Line has trailing spaces. | 215 | |
Method 'parseNodeTree' is not designed for extension - needs to be abstract, final or empty. | 219 | |
Parameter page should be final. | 219 | |
Parameter pageNode should be final. | 219 | |
Expected @param tag for 'pageNode'. | 219 | |
'{' should be on the previous line. | 220 | |
Line has trailing spaces. | 223 | |
Line has trailing spaces. | 227 | |
Line has trailing spaces. | 232 | |
Line has trailing spaces. | 236 | |
Method 'parsePageNodes' is not designed for extension - needs to be abstract, final or empty. | 241 | |
Parameter parent should be final. | 241 | |
Expected @param tag for 'parent'. | 241 | |
Parameter source should be final. | 241 | |
'{' should be on the previous line. | 242 | |
Line is longer than 80 characters. | 243 | |
'cast' is not followed by whitespace. | 243 | |
Line has trailing spaces. | 245 | |
'cast' is not followed by whitespace. | 249 | |
Line has trailing spaces. | 251 | |
Line has trailing spaces. | 255 | |
Line has trailing spaces. | 258 | |
Method 'getCategories' is not designed for extension - needs to be abstract, final or empty. | 263 | |
'if' construct must use '{}'s. | 264 | |
Line is longer than 80 characters. | 264 | |
'for' is not followed by whitespace. | 268 | |
'cast' is not followed by whitespace. | 269 | |
Method 'getCategoryInfo' is not designed for extension - needs to be abstract, final or empty. | 282 | |
Parameter name should be final. | 282 | |
'cast' is not followed by whitespace. | 283 | |
Line has trailing spaces. | 287 | |
'if' construct must use '{}'s. | 288 | |
Line is longer than 80 characters. | 288 | |
Line has trailing spaces. | 292 | |
Line is longer than 80 characters. | 293 | |
'cast' is not followed by whitespace. | 293 | |
Line has trailing spaces. | 298 | |
Line is longer than 80 characters. | 299 | |
Line is longer than 80 characters. | 300 | |
'for' is not followed by whitespace. | 303 | |
'cast' is not followed by whitespace. | 304 | |
Line is longer than 80 characters. | 308 | |
Parameter pageInfo should be final. | 322 | |
'if' construct must use '{}'s. | 323 | |
Line is longer than 80 characters. | 323 | |
Method 'getCategoryFromPage' is not designed for extension - needs to be abstract, final or empty. | 332 | |
Parameter pageName should be final. | 332 | |
Line is longer than 80 characters. | 338 | |
Line has trailing spaces. | 346 | |
Line has trailing spaces. | 353 | |
Line is longer than 80 characters. | 353 | |
Method 'inCategory' is not designed for extension - needs to be abstract, final or empty. | 353 | |
Parameter pageName should be final. | 353 | |
Parameter category should be final. | 353 | |
Line has trailing spaces. | 357 | |
Method 'getDefaultPage' is not designed for extension - needs to be abstract, final or empty. | 363 | |
Parameter category should be final. | 363 | |
'if' construct must use '{}'s. | 365 | |
Line has trailing spaces. | 368 | |
Method 'getCategoryPages' is not designed for extension - needs to be abstract, final or empty. | 374 | |
Parameter pageName should be final. | 374 | |
'if' construct must use '{}'s. | 376 | |
Line has trailing spaces. | 377 | |
Line has trailing spaces. | 379 | |
Method 'getDefaultPageDesc' is not designed for extension - needs to be abstract, final or empty. | 385 | |
Parameter category should be final. | 385 | |
'if' construct must use '{}'s. | 387 | |
Method 'getBreadCrumbs' is not designed for extension - needs to be abstract, final or empty. | 396 | |
Parameter pageName should be final. | 396 | |
'if' construct must use '{}'s. | 399 | |
Line has trailing spaces. | 403 | |
Parameter pageInfo should be final. | 409 | |
Parameter breadCrumbs should be final. | 409 | |
'if' construct must use '{}'s. | 411 | |
Line has trailing spaces. | 417 | |
Method 'getCompact' is not designed for extension - needs to be abstract, final or empty. | 418 | |
Missing a Javadoc comment. | 418 | |
'{' should be on the previous line. | 419 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
'{' should be on the previous line. | 27 | |
Missing a Javadoc comment. | 28 | |
Line has trailing spaces. | 29 | |
Missing a Javadoc comment. | 30 | |
'{' should be on the previous line. | 31 | |
Line has trailing spaces. | 34 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
'{' should be on the previous line. | 36 | |
Method 'attribute' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter name should be final. | 40 | |
Parameter value should be final. | 40 | |
'{' should be on the previous line. | 41 | |
Method 'attribute' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter name should be final. | 45 | |
Parameter value should be final. | 45 | |
'{' should be on the previous line. | 46 | |
Method 'attribute' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter name should be final. | 50 | |
Parameter value should be final. | 50 | |
'{' should be on the previous line. | 51 | |
'if' construct must use '{}'s. | 53 | |
Line is longer than 80 characters. | 54 | |
'5' is a magic number. | 54 | |
'if' construct must use '{}'s. | 55 | |
Line is longer than 80 characters. | 56 | |
'9' is a magic number. | 56 | |
Line has trailing spaces. | 57 | |
'if' construct must use '{}'s. | 59 | |
'else' construct must use '{}'s. | 61 | |
Method 'attributeRaw' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter name should be final. | 65 | |
Parameter value should be final. | 65 | |
'{' should be on the previous line. | 66 | |
Line has trailing spaces. | 69 | |
Missing a Javadoc comment. | 70 | |
Parameter name should be final. | 70 | |
Parameter value should be final. | 70 | |
Line has trailing spaces. | 71 | |
'{' should be on the previous line. | 71 | |
Missing a Javadoc comment. | 74 | |
Parameter name should be final. | 74 | |
Parameter value should be final. | 74 | |
Line has trailing spaces. | 75 | |
'{' should be on the previous line. | 75 | |
Missing a Javadoc comment. | 78 | |
Parameter name should be final. | 78 | |
Parameter value should be final. | 78 | |
Line has trailing spaces. | 79 | |
'{' should be on the previous line. | 79 | |
Missing a Javadoc comment. | 82 | |
Parameter name should be final. | 82 | |
Parameter value should be final. | 82 | |
Line has trailing spaces. | 83 | |
'{' should be on the previous line. | 83 | |
Line has trailing spaces. | 85 | |
Method 'hasAttribute' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Parameter name should be final. | 86 | |
'{' should be on the previous line. | 87 | |
Line has trailing spaces. | 90 | |
Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
Parameter name should be final. | 91 | |
'{' should be on the previous line. | 92 | |
Line has trailing spaces. | 95 | |
Method 'removeAttribute' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Missing a Javadoc comment. | 96 | |
Parameter name should be final. | 96 | |
'{' should be on the previous line. | 97 | |
Line has trailing spaces. | 100 | |
Missing a Javadoc comment. | 101 | |
Line has trailing spaces. | 102 | |
'{' should be on the previous line. | 102 | |
Missing a Javadoc comment. | 105 | |
Parameter name should be final. | 105 | |
'{' should be on the previous line. | 106 | |
Missing a Javadoc comment. | 109 | |
Parameter name should be final. | 109 | |
'{' should be on the previous line. | 110 | |
Method 'checkError' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Missing a Javadoc comment. | 113 | |
'{' should be on the previous line. | 114 | |
Missing a Javadoc comment. | 118 | |
'{' should be on the previous line. | 119 | |
Missing a Javadoc comment. | 122 | |
'{' should be on the previous line. | 123 | |
Missing a Javadoc comment. | 126 | |
Parameter value should be final. | 126 | |
'{' should be on the previous line. | 127 | |
Missing a Javadoc comment. | 130 | |
'{' should be on the previous line. | 131 | |
Missing a Javadoc comment. | 134 | |
Parameter name should be final. | 134 | |
'{' should be on the previous line. | 135 | |
Missing a Javadoc comment. | 138 | |
'{' should be on the previous line. | 139 | |
Method 'getNestedWriter' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Missing a Javadoc comment. | 142 | |
'{' should be on the previous line. | 143 | |
Missing a Javadoc comment. | 147 | |
Parameter data should be final. | 147 | |
Parameter offset should be final. | 147 | |
Parameter length should be final. | 147 | |
'{' should be on the previous line. | 148 | |
Missing a Javadoc comment. | 151 | |
Parameter data should be final. | 151 | |
Parameter offset should be final. | 151 | |
Parameter length should be final. | 151 | |
Parameter raw should be final. | 151 | |
'{' should be on the previous line. | 152 | |
Missing a Javadoc comment. | 155 | |
Parameter value should be final. | 155 | |
'{' should be on the previous line. | 156 | |
Missing a Javadoc comment. | 159 | |
Parameter value should be final. | 159 | |
'{' should be on the previous line. | 160 | |
Missing a Javadoc comment. | 163 | |
Parameter value should be final. | 163 | |
'{' should be on the previous line. | 164 | |
Missing a Javadoc comment. | 167 | |
Parameter value should be final. | 167 | |
Parameter raw should be final. | 167 | |
'{' should be on the previous line. | 168 | |
Missing a Javadoc comment. | 171 | |
'{' should be on the previous line. | 172 | |
Missing a Javadoc comment. | 175 | |
Parameter buffer should be final. | 175 | |
Parameter offset should be final. | 175 | |
Parameter length should be final. | 175 | |
'{' should be on the previous line. | 176 | |
Missing a Javadoc comment. | 179 | |
Parameter value should be final. | 179 | |
'{' should be on the previous line. | 180 | |
Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. | 183 | |
Missing a Javadoc comment. | 183 | |
'{' should be on the previous line. | 184 | |
Line has trailing spaces. | 187 |