Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
67002175

Files

FilesInfosWarningsErrors
net/sf/tacos/asset/AbsoluteAsset.java0019
net/sf/tacos/binding/AbsoluteAssetBinding.java0031
net/sf/tacos/binding/AbsoluteAssetBindingFactory.java0020
net/sf/tacos/binding/CallbackFunctionBinding.java0042
net/sf/tacos/binding/CallbackFunctionBindingFactory.java0015
net/sf/tacos/binding/ICallbackFunction.java007
net/sf/tacos/binding/TemplateBinding.java0029
net/sf/tacos/binding/TemplateBindingFactory.java0020
net/sf/tacos/components/ClientLink.java0049
net/sf/tacos/components/EventListener.java0028
net/sf/tacos/components/FieldHint.java0022
net/sf/tacos/components/Firebug.java0016
net/sf/tacos/components/SiteMapComponent.java00111
net/sf/tacos/components/ajax/AjaxDirectLink.java008
net/sf/tacos/components/ajax/AjaxForm.java003
net/sf/tacos/components/dojo/DojoWidget.java00284
net/sf/tacos/components/dojo/DropTarget.java0064
net/sf/tacos/components/dojo/GenericWidget.java0029
net/sf/tacos/components/dojo/IDojoContainer.java0012
net/sf/tacos/components/dojo/form/HtmlArea.java0080
net/sf/tacos/components/dojo/form/package.html001
net/sf/tacos/components/dojo/old/FloatingPane.java0042
net/sf/tacos/components/dojo/old/IDojoContentPane.java004
net/sf/tacos/components/dojo/old/IDojoFloatingPane.java0019
net/sf/tacos/components/dojo/old/IDojoHtmlWidget.java007
net/sf/tacos/components/dojo/old/IDojoTitlePane.java0010
net/sf/tacos/components/dojo/old/TitlePane.java0026
net/sf/tacos/components/dojo/old/package.html001
net/sf/tacos/components/scriptaculous/Draggable.java0040
net/sf/tacos/components/scriptaculous/Droppable.java0067
net/sf/tacos/components/scriptaculous/Glider.java0030
net/sf/tacos/components/timeline/Timeline.java0026
net/sf/tacos/components/timeline/TimelineEvent.java0050
net/sf/tacos/components/timeline/package.html001
net/sf/tacos/components/tree/ITreeManager.java0023
net/sf/tacos/components/tree/Tree.java00176
net/sf/tacos/components/tree/TreeHelper.java0059
net/sf/tacos/components/tree/TreeIterator.java0039
net/sf/tacos/components/tree/TreeManager.java0056
net/sf/tacos/model/IContentProvider.java003
net/sf/tacos/model/IKeyProvider.java006
net/sf/tacos/model/ITreeContentProvider.java0010
net/sf/tacos/model/IdentityKeyProvider.java006
net/sf/tacos/model/impl/BeanPropertyKeyProvider.java0013
net/sf/tacos/model/impl/BeanWithChildrenTreeContentProvider.java0040
net/sf/tacos/resolvers/ClasspathComponentSpecResolver.java0055
net/sf/tacos/resolvers/ClasspathSpecResolverDelegate.java0039
net/sf/tacos/resolvers/package.html001
net/sf/tacos/services/CategoryInfo.java0010
net/sf/tacos/services/PageInfo.java0011
net/sf/tacos/services/SiteMap.java0016
net/sf/tacos/services/impl/CategoryInfoImpl.java0046
net/sf/tacos/services/impl/PageInfoImpl.java0044
net/sf/tacos/services/impl/SiteMapImpl.java00166
net/sf/tacos/util/JSONMarkupWriter.java00143

Rules

RulesViolationsSeverity
PackageHtml4Errors Error
NewlineAtEndOfFile37Errors Error
Translation0Errors Error
JavadocMethod315Errors Error
JavadocType2Errors Error
JavadocVariable45Errors Error
JavadocStyle55Errors Error
ConstantName3Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports7Errors Error
FileLength0Errors Error
LineLength185Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap1Errors Error
ParenPad4Errors Error
TypecastParenPad0Errors Error
TabCharacter272Errors Error
WhitespaceAfter28Errors Error
WhitespaceAround65Errors Error
ModifierOrder1Errors Error
RedundantModifier36Errors Error
AvoidNestedBlocks1Errors Error
EmptyBlock1Errors Error
LeftCurly134Errors Error
NeedBraces60Errors Error
RightCurly2Errors Error
AvoidInlineConditionals5Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField36Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber4Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension173Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier0Errors Error
ArrayTypeStyle0Errors Error
FinalParameters243Errors Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
456Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

net/sf/tacos/asset/AbsoluteAsset.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.3
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsMissing a Javadoc comment.32
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.35
ErrorsParameter asset should be final.35
Errors'asset' hides a field.35
ErrorsParameter absoluteURLBuilder should be final.35
Errors'absoluteURLBuilder' hides a field.35
ErrorsMethod 'buildURL' is not designed for extension - needs to be abstract, final or empty.40
ErrorsMissing a Javadoc comment.40
ErrorsMethod 'getResourceAsStream' is not designed for extension - needs to be abstract, final or empty.44
ErrorsMissing a Javadoc comment.44
ErrorsMethod 'getResourceLocation' is not designed for extension - needs to be abstract, final or empty.48
ErrorsMissing a Javadoc comment.48
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.52
ErrorsMissing a Javadoc comment.52

net/sf/tacos/binding/AbsoluteAssetBinding.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.3
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.31
Errors'{' should be on the previous line.36
ErrorsMissing a Javadoc comment.37
ErrorsMissing a Javadoc comment.38
ErrorsLine has trailing spaces.40
ErrorsLine is longer than 80 characters.40
ErrorsMissing a Javadoc comment.40
ErrorsParameter description should be final.40
ErrorsParameter valueConverter should be final.40
ErrorsLine is longer than 80 characters.41
ErrorsParameter absoluteURLBuilder should be final.41
Errors'absoluteURLBuilder' hides a field.41
ErrorsParameter location should be final.41
ErrorsParameter component should be final.41
Errors'component' hides a field.41
ErrorsParameter assetName should be final.41
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.52
ErrorsMissing a Javadoc comment.52
Errors'{' should be on the previous line.53
Errors'if' construct must use '{}'s.56
ErrorsLine has trailing spaces.57
ErrorsLine is longer than 80 characters.57
Errors'+' should be on a new line.57
ErrorsLine is longer than 80 characters.58
ErrorsMethod 'getComponent' is not designed for extension - needs to be abstract, final or empty.64
ErrorsMissing a Javadoc comment.64
Errors'{' should be on the previous line.65

net/sf/tacos/binding/AbsoluteAssetBindingFactory.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.10
ErrorsLine has trailing spaces.12
ErrorsLine has trailing spaces.17
ErrorsMissing a Javadoc comment.18
ErrorsMethod 'getAbsoluteURLBuilder' is not designed for extension - needs to be abstract, final or empty.20
ErrorsMissing a Javadoc comment.20
ErrorsMethod 'setAbsoluteURLBuilder' is not designed for extension - needs to be abstract, final or empty.24
ErrorsMissing a Javadoc comment.24
ErrorsParameter absoluteURLBuilder should be final.24
Errors'absoluteURLBuilder' hides a field.24
ErrorsLine has trailing spaces.27
ErrorsLine contains a tab character.27
ErrorsMethod 'createBinding' is not designed for extension - needs to be abstract, final or empty.28
ErrorsMissing a Javadoc comment.28
ErrorsParameter root should be final.28
ErrorsParameter description should be final.28
ErrorsParameter expression should be final.29
ErrorsParameter location should be final.29
ErrorsLine is longer than 80 characters.30

net/sf/tacos/binding/CallbackFunctionBinding.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.14
Errors'{' is not preceded with whitespace.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.15
ErrorsLine is longer than 80 characters.16
ErrorsLine contains a tab character.16
ErrorsMissing a Javadoc comment.16
ErrorsParameter description should be final.16
ErrorsParameter valueConverter should be final.16
ErrorsParameter location should be final.16
ErrorsParameter value should be final.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine has trailing spaces.26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsMethod 'getFunctionName' is not designed for extension - needs to be abstract, final or empty.30
Errors'{' is not preceded with whitespace.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsExpected an @return tag.37
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.37
Errors'{' is not preceded with whitespace.37

net/sf/tacos/binding/CallbackFunctionBindingFactory.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.11
ErrorsLine has trailing spaces.16
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsMethod 'createBinding' is not designed for extension - needs to be abstract, final or empty.17
ErrorsMissing a Javadoc comment.17
ErrorsParameter root should be final.17
ErrorsParameter description should be final.17
ErrorsLine contains a tab character.18
ErrorsParameter expression should be final.18
ErrorsParameter location should be final.18
ErrorsLine is longer than 80 characters.19
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20

net/sf/tacos/binding/ICallbackFunction.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.3
ErrorsLine has trailing spaces.4
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.5
ErrorsLine has trailing spaces.11
ErrorsLine contains a tab character.11
ErrorsExpected an @return tag.15

net/sf/tacos/binding/TemplateBinding.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine has trailing spaces.21
Errors'{' should be on the previous line.41
ErrorsFirst sentence should end with a period.59
ErrorsLine is longer than 80 characters.65
ErrorsLine is longer than 80 characters.66
ErrorsLine is longer than 80 characters.69
ErrorsParameter description should be final.69
ErrorsExpected @param tag for 'description'.69
ErrorsParameter location should be final.69
ErrorsExpected @param tag for 'location'.69
ErrorsParameter valueConverter should be final.69
ErrorsExpected @param tag for 'valueConverter'.69
ErrorsLine is longer than 80 characters.70
ErrorsParameter root should be final.70
Errors'root' hides a field.70
ErrorsParameter expression should be final.70
Errors'expression' hides a field.70
ErrorsParameter nestedBindingFactory should be final.70
Errors'nestedBindingFactory' hides a field.70
Errors'{' should be on the previous line.83
ErrorsLine is longer than 80 characters.93
ErrorsParameter expr should be final.105
ErrorsExpected @param tag for 'expr'.105
Errors'{' should be on the previous line.106
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.119
Errors'{' should be on the previous line.120
ErrorsMethod 'isInvariant' is not designed for extension - needs to be abstract, final or empty.143
Errors'{' should be on the previous line.144

net/sf/tacos/binding/TemplateBindingFactory.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
Errors'{' should be on the previous line.19
ErrorsFirst sentence should end with a period.20
ErrorsMethod 'setNestedBindingFactory' is not designed for extension - needs to be abstract, final or empty.30
ErrorsParameter nestedBindingFactory should be final.30
Errors'nestedBindingFactory' hides a field.30
Errors'{' should be on the previous line.31
ErrorsLine is longer than 80 characters.36
ErrorsExpected an @return tag.38
ErrorsLine is longer than 80 characters.38
ErrorsMethod 'createBinding' is not designed for extension - needs to be abstract, final or empty.38
ErrorsParameter root should be final.38
ErrorsExpected @param tag for 'root'.38
ErrorsParameter bindingDescription should be final.38
ErrorsExpected @param tag for 'bindingDescription'.38
ErrorsParameter path should be final.38
ErrorsExpected @param tag for 'path'.38
ErrorsParameter location should be final.38
ErrorsExpected @param tag for 'location'.38
ErrorsLine is longer than 80 characters.40

net/sf/tacos/components/ClientLink.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.22
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsLine is longer than 80 characters.26
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine has trailing spaces.35
Errors'{' is not preceded with whitespace.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine has trailing spaces.43
ErrorsLine is longer than 80 characters.43
ErrorsLine contains a tab character.43
ErrorsMethod 'renderComponent' is not designed for extension - needs to be abstract, final or empty.43
ErrorsParameter writer should be final.43
ErrorsParameter cycle should be final.43
ErrorsLine has trailing spaces.45
ErrorsLine has trailing spaces.48
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsMethod 'trigger' is not designed for extension - needs to be abstract, final or empty.57
ErrorsParameter cycle should be final.57
Errors'if' construct must use '{}'s.59
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsFirst sentence should end with a period.65
ErrorsLine contains a tab character.65
ErrorsExpected an @return tag.66
ErrorsLine contains a tab character.66
Errors'{' is not preceded with whitespace.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsExpected an @return tag.72
ErrorsExpected an @return tag.74
ErrorsLine has trailing spaces.75
ErrorsExpected an @return tag.77
ErrorsExpected an @return tag.79
ErrorsExpected an @return tag.81

net/sf/tacos/components/EventListener.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsUnused import - java.util.HashMap.3
ErrorsUnused import - java.util.Map.4
ErrorsUnused import - org.apache.tapestry.IComponent.13
ErrorsUnused import - org.apache.tapestry.internal.event.EventBoundListener.15
ErrorsUnused import - org.apache.tapestry.internal.Component.17
ErrorsUnused import - org.apache.tapestry.form.IFormComponent.18
ErrorsLine is longer than 80 characters.37
ErrorsExpected an @return tag.47
ErrorsLine is longer than 80 characters.50
ErrorsExpected an @return tag.53
ErrorsExpected an @return tag.56
ErrorsExpected an @return tag.59
ErrorsExpected an @return tag.62
ErrorsMissing a Javadoc comment.64
ErrorsMissing a Javadoc comment.65
ErrorsLine is longer than 80 characters.70
ErrorsLine contains a tab character.70
ErrorsMethod 'renderComponent' is not designed for extension - needs to be abstract, final or empty.70
ErrorsParameter writer should be final.70
ErrorsParameter cycle should be final.70
Errors'if' construct must use '{}'s.71
Errors',' is not followed by whitespace.78
ErrorsLine is longer than 80 characters.96
ErrorsLine contains a tab character.98
ErrorsExpected an @return tag.104
ErrorsMethod 'getForm' is not designed for extension - needs to be abstract, final or empty.104
ErrorsLine has trailing spaces.106

net/sf/tacos/components/FieldHint.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.15
ErrorsLine has trailing spaces.16
ErrorsLine contains a tab character.20
ErrorsLine is longer than 80 characters.23
ErrorsLine contains a tab character.23
ErrorsMethod 'renderComponent' is not designed for extension - needs to be abstract, final or empty.23
ErrorsParameter writer should be final.23
ErrorsParameter cycle should be final.23
ErrorsLine contains a tab character.24
ErrorsLine has trailing spaces.30
ErrorsLine is longer than 80 characters.37
ErrorsLine contains a tab character.39
ErrorsLine has trailing spaces.40
ErrorsLine contains a tab character.40
ErrorsExpected an @return tag.42
ErrorsLine has trailing spaces.43
ErrorsExpected an @return tag.45
ErrorsLine has trailing spaces.46
ErrorsExpected an @return tag.48
ErrorsLine has trailing spaces.49
ErrorsExpected an @return tag.51
ErrorsLine has trailing spaces.51

net/sf/tacos/components/Firebug.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.17
Errors'{' should be on the previous line.17
ErrorsMissing a Javadoc comment.18
ErrorsMethod 'renderComponent' is not designed for extension - needs to be abstract, final or empty.20
ErrorsMissing a Javadoc comment.20
ErrorsParameter writer should be final.20
ErrorsParameter cycle should be final.20
Errors'{' should be on the previous line.21
ErrorsLine has trailing spaces.23
Errors'{' should be on the previous line.23
ErrorsLine has trailing spaces.24
ErrorsLine has trailing spaces.27
ErrorsLine has trailing spaces.28
ErrorsExpected an @return tag.30
ErrorsLine has trailing spaces.30

net/sf/tacos/components/SiteMapComponent.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
Errors'{' should be on the previous line.17
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.19
ErrorsLine has trailing spaces.20
ErrorsMissing a Javadoc comment.20
ErrorsLine has trailing spaces.21
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.23
ErrorsLine has trailing spaces.24
ErrorsLine has trailing spaces.27
ErrorsExpected an @return tag.28
ErrorsMethod 'getShowSiteMap' is not designed for extension - needs to be abstract, final or empty.28
Errors'{' should be on the previous line.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.33
ErrorsLine has trailing spaces.36
ErrorsExpected an @return tag.37
ErrorsMethod 'getCategoryOf' is not designed for extension - needs to be abstract, final or empty.37
ErrorsParameter page should be final.37
ErrorsExpected @param tag for 'page'.37
Errors'{' should be on the previous line.38
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.44
ErrorsExpected an @return tag.45
ErrorsMethod 'getCurrentPageCategory' is not designed for extension - needs to be abstract, final or empty.45
Errors'{' should be on the previous line.46
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.52
ErrorsExpected an @return tag.53
ErrorsMethod 'isPageInCategory' is not designed for extension - needs to be abstract, final or empty.53
ErrorsParameter page should be final.53
ErrorsExpected @param tag for 'page'.53
Errors'{' should be on the previous line.54
ErrorsLine has trailing spaces.57
ErrorsLine is longer than 80 characters.59
ErrorsLine has trailing spaces.60
ErrorsExpected an @return tag.61
ErrorsMethod 'isCurrentPageInCategory' is not designed for extension - needs to be abstract, final or empty.61
Errors'{' should be on the previous line.62
ErrorsLine has trailing spaces.64
ErrorsLine has trailing spaces.65
ErrorsLine has trailing spaces.68
ErrorsExpected an @return tag.69
ErrorsMethod 'getDefaultPage' is not designed for extension - needs to be abstract, final or empty.69
Errors'{' should be on the previous line.70
ErrorsLine has trailing spaces.73
ErrorsLine has trailing spaces.77
ErrorsExpected an @return tag.78
ErrorsMethod 'getCategoryClass' is not designed for extension - needs to be abstract, final or empty.78
Errors'{' should be on the previous line.79
ErrorsAvoid inline conditionals.80
ErrorsLine has trailing spaces.82
ErrorsLine has trailing spaces.85
ErrorsExpected an @return tag.86
ErrorsMethod 'getCategoryDisplayName' is not designed for extension - needs to be abstract, final or empty.86
Errors'{' should be on the previous line.87
Errors'if' construct must use '{}'s.88
Errors'else' construct must use '{}'s.90
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.96
ErrorsExpected an @return tag.97
ErrorsMethod 'getPageDisplayName' is not designed for extension - needs to be abstract, final or empty.97
Errors'{' should be on the previous line.98
ErrorsLine has trailing spaces.100
ErrorsLine has trailing spaces.101
ErrorsLine has trailing spaces.104
ErrorsExpected an @return tag.105
ErrorsMethod 'getPagesOfCategoryOfPage' is not designed for extension - needs to be abstract, final or empty.105
ErrorsParameter page should be final.105
ErrorsExpected @param tag for 'page'.105
Errors'{' should be on the previous line.106
ErrorsLine has trailing spaces.109
ErrorsLine is longer than 80 characters.111
ErrorsLine has trailing spaces.112
ErrorsExpected an @return tag.113
ErrorsMethod 'getPagesOfCategoryOfCurrentPage' is not designed for extension - needs to be abstract, final or empty.113
Errors'{' should be on the previous line.114
ErrorsLine has trailing spaces.116
ErrorsLine has trailing spaces.117
ErrorsLine has trailing spaces.120
ErrorsExpected an @return tag.121
ErrorsMethod 'getPagesOfCategory' is not designed for extension - needs to be abstract, final or empty.121
ErrorsParameter category should be final.121
ErrorsExpected @param tag for 'category'.121
Errors'{' should be on the previous line.122
ErrorsLine has trailing spaces.124
ErrorsLine has trailing spaces.125
ErrorsLine has trailing spaces.128
ErrorsExpected an @return tag.129
ErrorsMethod 'getPagesOfCurrentCategory' is not designed for extension - needs to be abstract, final or empty.129
Errors'{' should be on the previous line.130
ErrorsLine has trailing spaces.132
ErrorsLine has trailing spaces.133
ErrorsMethod 'getShowPage' is not designed for extension - needs to be abstract, final or empty.134
ErrorsMissing a Javadoc comment.134
Errors'{' should be on the previous line.135
Errors'if' construct must use '{}'s.136
Errors'else' construct must use '{}'s.138
ErrorsLine is longer than 80 characters.139
Errors'(' is followed by whitespace.139
Errors')' is preceded with whitespace.139
ErrorsLine has trailing spaces.141
ErrorsLine is longer than 80 characters.144
ErrorsLine has trailing spaces.145
ErrorsExpected an @return tag.146
ErrorsMethod 'getPageClass' is not designed for extension - needs to be abstract, final or empty.146
Errors'{' should be on the previous line.147
ErrorsLine has trailing spaces.150
ErrorsLine has trailing spaces.151
ErrorsAvoid inline conditionals.153

net/sf/tacos/components/ajax/AjaxDirectLink.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.21
ErrorsLine has trailing spaces.27
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29

net/sf/tacos/components/ajax/AjaxForm.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.19
ErrorsLine has trailing spaces.22

net/sf/tacos/components/dojo/DojoWidget.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.44
ErrorsLine is longer than 80 characters.44
ErrorsLine is longer than 80 characters.46
ErrorsLine has trailing spaces.47
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.52
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.57
ErrorsLine contains a tab character.57
ErrorsLine is longer than 80 characters.58
ErrorsLine contains a tab character.58
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.64
ErrorsLine is longer than 80 characters.68
ErrorsLine is longer than 80 characters.71
ErrorsLine is longer than 80 characters.72
ErrorsLine is longer than 80 characters.73
ErrorsLine is longer than 80 characters.75
ErrorsLine is longer than 80 characters.78
ErrorsExtra HTML tag found: </p>80
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.87
ErrorsLine is longer than 80 characters.92
Errors'{' is not preceded with whitespace.92
ErrorsLine is longer than 80 characters.94
ErrorsLine contains a tab character.94
ErrorsMissing a Javadoc comment.94
ErrorsLine has trailing spaces.95
ErrorsExpected an @return tag.106
ErrorsMethod 'getContainerState' is not designed for extension - needs to be abstract, final or empty.106
ErrorsLine has trailing spaces.114
ErrorsMethod 'renderWidget' is not designed for extension - needs to be abstract, final or empty.118
ErrorsParameter writer should be final.118
ErrorsParameter cycle should be final.118
Errors'{' is not preceded with whitespace.118
ErrorsLine is longer than 80 characters.120
ErrorsLine has trailing spaces.122
Errors'if' construct must use '{}'s.127
Errors'!=' is not preceded with whitespace.127
Errors'!=' is not followed by whitespace.127
ErrorsLine has trailing spaces.129
Errors'if' is not followed by whitespace.130
Errors'{' is not preceded with whitespace.130
ErrorsLine has trailing spaces.134
ErrorsLine has trailing spaces.136
ErrorsLine contains a tab character.138
Errors'if' construct must use '{}'s.140
Errors'!=' is not preceded with whitespace.140
Errors'!=' is not followed by whitespace.140
ErrorsLine has trailing spaces.141
ErrorsLine has trailing spaces.146
ErrorsLine is longer than 80 characters.163
ErrorsLine has trailing spaces.168
ErrorsLine has trailing spaces.169
ErrorsLine contains a tab character.173
ErrorsMethod 'addChild' is not designed for extension - needs to be abstract, final or empty.173
ErrorsParameter widget should be final.173
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsLine has trailing spaces.178
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine is longer than 80 characters.180
ErrorsLine contains a tab character.180
ErrorsLine is longer than 80 characters.181
ErrorsLine contains a tab character.181
ErrorsLine is longer than 80 characters.182
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
ErrorsLine is longer than 80 characters.184
ErrorsLine contains a tab character.184
ErrorsLine has trailing spaces.185
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsLine is longer than 80 characters.188
ErrorsLine contains a tab character.188
ErrorsParameter json should be final.188
ErrorsParameter bindings should be final.188
Errors'{' is not preceded with whitespace.188
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.190
Errors'while' is not followed by whitespace.190
Errors'{' is not preceded with whitespace.190
ErrorsLine contains a tab character.191
Errors'cast' is not followed by whitespace.191
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.193
ErrorsLine has trailing spaces.194
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsLine is longer than 80 characters.196
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsExpected an @return tag.199
ErrorsLine contains a tab character.199
Errors'{' is not preceded with whitespace.199
ErrorsLine is longer than 80 characters.200
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.203
ErrorsLine is longer than 80 characters.204
ErrorsLine contains a tab character.204
ErrorsLine is longer than 80 characters.205
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.207
ErrorsExpected an @return tag.208
ErrorsLine contains a tab character.208
ErrorsMethod 'getListenerBindings' is not designed for extension - needs to be abstract, final or empty.208
Errors'{' is not preceded with whitespace.208
ErrorsLine is longer than 80 characters.209
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine is longer than 80 characters.215
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
ErrorsLine has trailing spaces.217
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.221
ErrorsLine is longer than 80 characters.222
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsExpected an @return tag.226
ErrorsLine contains a tab character.226
ErrorsMethod 'getAsyncListenerBindings' is not designed for extension - needs to be abstract, final or empty.226
Errors'{' is not preceded with whitespace.226
ErrorsLine is longer than 80 characters.227
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine has trailing spaces.236
ErrorsLine contains a tab character.236
ErrorsFirst sentence should end with a period.237
ErrorsLine contains a tab character.237
ErrorsLine is longer than 80 characters.238
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
ErrorsExpected an @return tag.241
ErrorsLine contains a tab character.241
ErrorsLine contains a tab character.242
ErrorsLine contains a tab character.243
ErrorsLine contains a tab character.244
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
ErrorsLine contains a tab character.247
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsLine has trailing spaces.253
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.254
ErrorsLine is longer than 80 characters.255
ErrorsLine contains a tab character.255
ErrorsLine contains a tab character.256
ErrorsLine contains a tab character.257
ErrorsExpected an @return tag.258
ErrorsLine contains a tab character.258
ErrorsMethod 'getCallbackBindings' is not designed for extension - needs to be abstract, final or empty.258
Errors'{' is not preceded with whitespace.258
ErrorsLine is longer than 80 characters.259
ErrorsLine contains a tab character.259
ErrorsLine contains a tab character.260
ErrorsLine has trailing spaces.261
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.262
ErrorsLine has trailing spaces.263
ErrorsLine is longer than 80 characters.263
ErrorsLine contains a tab character.263
ErrorsLine is longer than 80 characters.264
ErrorsLine contains a tab character.264
ErrorsLine contains a tab character.265
ErrorsLine has trailing spaces.266
ErrorsLine contains a tab character.266
ErrorsLine has trailing spaces.267
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.269
ErrorsExpected an @return tag.270
ErrorsLine contains a tab character.270
ErrorsMethod 'getBindingsByClass' is not designed for extension - needs to be abstract, final or empty.270
ErrorsParameter names should be final.270
ErrorsParameter clazz should be final.270
Errors'{' is not preceded with whitespace.270
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.272
ErrorsLine contains a tab character.273
Errors'while' is not followed by whitespace.273
Errors'{' is not preceded with whitespace.273
ErrorsLine contains a tab character.274
Errors'cast' is not followed by whitespace.274
ErrorsLine contains a tab character.275
ErrorsLine contains a tab character.276
Errors'if' is not followed by whitespace.276
Errors'{' is not preceded with whitespace.276
ErrorsLine contains a tab character.277
ErrorsLine contains a tab character.278
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.281
ErrorsLine has trailing spaces.282
ErrorsLine contains a tab character.282
ErrorsFirst sentence should end with a period.283
ErrorsLine contains a tab character.283
ErrorsExpected an @return tag.284
ErrorsLine contains a tab character.284
Errors'{' is not preceded with whitespace.284
ErrorsLine is longer than 80 characters.285
ErrorsLine contains a tab character.285
ErrorsLine is longer than 80 characters.286
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.287
ErrorsLine contains a tab character.288
ErrorsLine has trailing spaces.289
ErrorsLine contains a tab character.289
ErrorsFirst sentence should end with a period.290
ErrorsLine contains a tab character.290
ErrorsExpected an @return tag.291
ErrorsLine contains a tab character.291
ErrorsMethod 'getNoAsyncEventUrl' is not designed for extension - needs to be abstract, final or empty.291
ErrorsParameter eventName should be final.291
ErrorsExpected @param tag for 'eventName'.291
Errors'{' is not preceded with whitespace.291
ErrorsLine is longer than 80 characters.292
ErrorsLine contains a tab character.292
ErrorsLine is longer than 80 characters.293
ErrorsLine contains a tab character.293
ErrorsLine has trailing spaces.294
ErrorsLine contains a tab character.294
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.296
ErrorsLine has trailing spaces.297
ErrorsLine contains a tab character.297
ErrorsLine is longer than 80 characters.299
ErrorsLine contains a tab character.302
ErrorsMethod 'trigger' is not designed for extension - needs to be abstract, final or empty.302
ErrorsParameter cycle should be final.302
ErrorsExpected @param tag for 'cycle'.302
ErrorsLine is longer than 80 characters.304
Errors'cast' is not followed by whitespace.304
Errors'if' construct must use '{}'s.305
ErrorsLine has trailing spaces.308
ErrorsLine contains a tab character.308
ErrorsLine contains a tab character.309
ErrorsExpected an @return tag.312
ErrorsLine has trailing spaces.313
ErrorsExpected an @return tag.315
ErrorsLine has trailing spaces.316
ErrorsExpected an @return tag.318
ErrorsLine has trailing spaces.319
ErrorsExpected an @return tag.321
ErrorsLine has trailing spaces.322
ErrorsFirst sentence should end with a period.323
ErrorsExpected an @return tag.324
ErrorsLine has trailing spaces.325
ErrorsFirst sentence should end with a period.326
ErrorsExpected an @return tag.327
ErrorsLine has trailing spaces.328
ErrorsFirst sentence should end with a period.329
ErrorsExpected an @return tag.330
ErrorsLine has trailing spaces.331
ErrorsLine is longer than 80 characters.334
ErrorsExpected an @return tag.336

net/sf/tacos/components/dojo/DropTarget.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.20
Errors'{' is not preceded with whitespace.20
ErrorsFirst sentence should end with a period.21
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine has trailing spaces.27
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsMethod 'renderWidget' is not designed for extension - needs to be abstract, final or empty.31
ErrorsParameter writer should be final.31
ErrorsParameter cycle should be final.31
ErrorsLine has trailing spaces.37
Errors'if' construct must use '{}'s.47
Errors'!=' is not preceded with whitespace.47
Errors'!=' is not followed by whitespace.47
ErrorsLine has trailing spaces.48
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsMethod 'trigger' is not designed for extension - needs to be abstract, final or empty.57
ErrorsParameter cycle should be final.57
Errors'if' construct must use '{}'s.59
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsFirst sentence should end with a period.65
ErrorsLine contains a tab character.65
ErrorsExpected an @return tag.66
ErrorsLine contains a tab character.66
Errors'{' is not preceded with whitespace.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsExpected an @return tag.72
ErrorsLine has trailing spaces.72
ErrorsFirst sentence should end with a period.73
ErrorsExpected an @return tag.74
ErrorsFirst sentence should end with a period.75
ErrorsExpected an @return tag.76
ErrorsFirst sentence should end with a period.77
ErrorsExpected an @return tag.78
ErrorsFirst sentence should end with a period.79
ErrorsExpected an @return tag.80
ErrorsFirst sentence should end with a period.81
ErrorsExpected an @return tag.82
ErrorsExpected an @return tag.84
ErrorsExpected an @return tag.86
ErrorsExpected an @return tag.88
ErrorsExpected an @return tag.90

net/sf/tacos/components/dojo/GenericWidget.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.15
Errors'{' is not preceded with whitespace.18
ErrorsLine has trailing spaces.19
ErrorsMissing a Javadoc comment.20
ErrorsMissing a Javadoc comment.21
ErrorsLine has trailing spaces.22
ErrorsExpected an @return tag.26
ErrorsMethod 'getContainerState' is not designed for extension - needs to be abstract, final or empty.26
Errors'{' should be on the previous line.27
ErrorsLine has trailing spaces.30
ErrorsMethod 'renderComponent' is not designed for extension - needs to be abstract, final or empty.31
ErrorsMissing a Javadoc comment.31
ErrorsParameter writer should be final.31
ErrorsParameter cycle should be final.31
Errors'{' should be on the previous line.32
ErrorsLine has trailing spaces.33
Errors'if' is not followed by whitespace.33
ErrorsLine has trailing spaces.34
ErrorsLine has trailing spaces.35
ErrorsLine is longer than 80 characters.35
Errors'else' construct must use '{}'s.37
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.42
ErrorsLine has trailing spaces.44
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.53

net/sf/tacos/components/dojo/IDojoContainer.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine has trailing spaces.10
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.15
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsRedundant 'public' modifier.20

net/sf/tacos/components/dojo/form/HtmlArea.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.39
ErrorsLine is longer than 80 characters.42
ErrorsLine has trailing spaces.43
ErrorsLine has trailing spaces.45
ErrorsMethod 'renderFormWidget' is not designed for extension - needs to be abstract, final or empty.48
ErrorsParameter writer should be final.48
ErrorsParameter cycle should be final.48
Errors'{' should be on the previous line.49
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.53
ErrorsLine has trailing spaces.56
Errors'if' construct must use '{}'s.57
ErrorsLine has trailing spaces.59
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.66
ErrorsLine has trailing spaces.68
Errors'if' construct must use '{}'s.69
ErrorsLine has trailing spaces.74
ErrorsLine has trailing spaces.77
ErrorsLine has trailing spaces.78
Errors'cast' is not followed by whitespace.79
Errors'cast' is not followed by whitespace.80
Errors'cast' is not followed by whitespace.81
Errors'if' construct must use '{}'s.82
Errors'!=' is not preceded with whitespace.82
Errors'!=' is not followed by whitespace.82
Errors'cast' is not followed by whitespace.83
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.91
ErrorsLine is longer than 80 characters.93
ErrorsMethod 'rewindFormWidget' is not designed for extension - needs to be abstract, final or empty.95
ErrorsParameter writer should be final.95
ErrorsExpected @param tag for 'writer'.95
ErrorsParameter cycle should be final.95
ErrorsExpected @param tag for 'cycle'.95
Errors'{' should be on the previous line.96
ErrorsLine has trailing spaces.98
Errors'{' should be on the previous line.100
ErrorsLine is longer than 80 characters.101
ErrorsLine has trailing spaces.102
ErrorsLine has trailing spaces.104
Errors'}' should be on the same line.106
Errors'{' should be on the previous line.108
ErrorsLine has trailing spaces.111
ErrorsLine has trailing spaces.112
ErrorsMissing a Javadoc comment.113
ErrorsLine has trailing spaces.114
ErrorsExpected an @return tag.116
ErrorsExpected @param tag for 'value'.119
ErrorsLine has trailing spaces.120
ErrorsExpected an @return tag.122
ErrorsLine has trailing spaces.123
ErrorsExpected an @return tag.127
ErrorsLine has trailing spaces.128
ErrorsExpected an @return tag.132
ErrorsLine has trailing spaces.132
ErrorsExpected an @return tag.137
ErrorsLine has trailing spaces.138
ErrorsExpected an @return tag.142
ErrorsLine has trailing spaces.143
ErrorsExpected an @return tag.147
ErrorsMethod 'isRequired' is not designed for extension - needs to be abstract, final or empty.147
Errors'{' should be on the previous line.148
ErrorsLine has trailing spaces.152
ErrorsMethod 'getUpdateComponents' is not designed for extension - needs to be abstract, final or empty.155
Errors'{' should be on the previous line.156
ErrorsLine has trailing spaces.159
ErrorsLine has trailing spaces.162
ErrorsLine has trailing spaces.163
ErrorsMethod 'isAsync' is not designed for extension - needs to be abstract, final or empty.166
Errors'{' should be on the previous line.167
ErrorsLine has trailing spaces.170
ErrorsLine has trailing spaces.171
ErrorsMethod 'isJson' is not designed for extension - needs to be abstract, final or empty.174
Errors'{' should be on the previous line.175

net/sf/tacos/components/dojo/form/package.html

ViolationMessageLine
ErrorsMissing package documentation file.0

net/sf/tacos/components/dojo/old/FloatingPane.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.37
ErrorsLine is longer than 80 characters.37
ErrorsExpected an @return tag.40
ErrorsExpected an @return tag.43
ErrorsExpected an @return tag.46
ErrorsExpected an @return tag.49
ErrorsExpected an @return tag.52
ErrorsExpected an @return tag.55
ErrorsExpected an @return tag.58
ErrorsLine has trailing spaces.59
ErrorsExpected an @return tag.61
ErrorsMethod 'getTaskBarId' is not designed for extension - needs to be abstract, final or empty.61
Errors'{' should be on the previous line.62
Errors'if' construct must use '{}'s.64
Errors'if' construct must use '{}'s.66
Errors'cast' is not followed by whitespace.67
Errors'if' construct must use '{}'s.68
Errors'cast' is not followed by whitespace.69
Errors'else' construct must use '{}'s.70
ErrorsLine is longer than 80 characters.71
ErrorsLine has trailing spaces.73
ErrorsMethod 'renderWidget' is not designed for extension - needs to be abstract, final or empty.77
ErrorsParameter writer should be final.77
ErrorsParameter cycle should be final.77
Errors'{' should be on the previous line.78
ErrorsLine has trailing spaces.80
ErrorsLine is longer than 80 characters.83
ErrorsMethod 'renderComponent' is not designed for extension - needs to be abstract, final or empty.86
ErrorsParameter writer should be final.86
ErrorsExpected @param tag for 'writer'.86
ErrorsParameter cycle should be final.86
ErrorsExpected @param tag for 'cycle'.86
Errors'{' should be on the previous line.87
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.95
Errors'if' construct must use '{}'s.99
Errors'if' construct must use '{}'s.101
ErrorsLine has trailing spaces.112
ErrorsLine is longer than 80 characters.118
ErrorsLine has trailing spaces.119

net/sf/tacos/components/dojo/old/IDojoContentPane.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.20
Errors'{' should be on the previous line.24
ErrorsExpected an @return tag.26

net/sf/tacos/components/dojo/old/IDojoFloatingPane.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.21
Errors'{' should be on the previous line.25
ErrorsExpected an @return tag.27
ErrorsExpected an @return tag.30
ErrorsExpected an @return tag.33
ErrorsExpected an @return tag.36
ErrorsExpected an @return tag.39
ErrorsExpected an @return tag.42
ErrorsExpected an @return tag.45
ErrorsLine has trailing spaces.46
ErrorsExpected an @return tag.48
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.49
ErrorsExpected an @return tag.51
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.52
ErrorsExpected an @return tag.54
ErrorsLine has trailing spaces.54

net/sf/tacos/components/dojo/old/IDojoHtmlWidget.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.20
Errors'{' should be on the previous line.24
ErrorsExpected an @return tag.26
ErrorsLine has trailing spaces.27
ErrorsExpected an @return tag.29
ErrorsLine has trailing spaces.29

net/sf/tacos/components/dojo/old/IDojoTitlePane.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.20
Errors'{' should be on the previous line.24
ErrorsExpected an @return tag.26
ErrorsLine has trailing spaces.27
ErrorsExpected an @return tag.29
ErrorsLine has trailing spaces.30
ErrorsExpected an @return tag.32
ErrorsLine has trailing spaces.33
ErrorsExpected an @return tag.35

net/sf/tacos/components/dojo/old/TitlePane.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.36
ErrorsLine is longer than 80 characters.36
ErrorsExpected an @return tag.39
ErrorsExpected an @return tag.42
ErrorsExpected an @return tag.45
ErrorsLine has trailing spaces.46
ErrorsMethod 'renderWidget' is not designed for extension - needs to be abstract, final or empty.50
ErrorsParameter writer should be final.50
ErrorsParameter cycle should be final.50
Errors'{' should be on the previous line.51
ErrorsLine has trailing spaces.53
ErrorsLine is longer than 80 characters.56
ErrorsMethod 'renderComponent' is not designed for extension - needs to be abstract, final or empty.59
ErrorsParameter writer should be final.59
ErrorsExpected @param tag for 'writer'.59
ErrorsParameter cycle should be final.59
ErrorsExpected @param tag for 'cycle'.59
Errors'{' should be on the previous line.60
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.66
ErrorsLine has trailing spaces.68
ErrorsLine has trailing spaces.74
ErrorsLine has trailing spaces.80
ErrorsLine is longer than 80 characters.81
ErrorsLine has trailing spaces.82

net/sf/tacos/components/dojo/old/package.html

ViolationMessageLine
ErrorsMissing package documentation file.0

net/sf/tacos/components/scriptaculous/Draggable.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.17
ErrorsLine has trailing spaces.19
ErrorsLine is longer than 80 characters.21
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine is longer than 80 characters.32
ErrorsLine contains a tab character.32
ErrorsMethod 'renderComponent' is not designed for extension - needs to be abstract, final or empty.32
ErrorsParameter writer should be final.32
ErrorsParameter cycle should be final.32
ErrorsLine has trailing spaces.34
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.42
ErrorsLine is longer than 80 characters.43
ErrorsLine contains a tab character.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsExpected an @return tag.49
ErrorsLine has trailing spaces.50
ErrorsExpected an @return tag.55
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine is longer than 80 characters.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsExpected an @return tag.60
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsExpected an @return tag.63

net/sf/tacos/components/scriptaculous/Droppable.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsLine has trailing spaces.25
ErrorsLine has trailing spaces.27
ErrorsLine is longer than 80 characters.29
ErrorsLine has trailing spaces.31
Errors'{' is not preceded with whitespace.36
ErrorsFirst sentence should end with a period.37
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine has trailing spaces.43
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsMethod 'renderComponent' is not designed for extension - needs to be abstract, final or empty.47
ErrorsParameter writer should be final.47
ErrorsParameter cycle should be final.47
ErrorsLine has trailing spaces.53
Errors'if' construct must use '{}'s.58
Errors'if' is not followed by whitespace.58
Errors'!=' is not preceded with whitespace.58
Errors'!=' is not followed by whitespace.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine is longer than 80 characters.61
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsMethod 'trigger' is not designed for extension - needs to be abstract, final or empty.67
ErrorsParameter cycle should be final.67
Errors'if' construct must use '{}'s.69
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.74
ErrorsFirst sentence should end with a period.75
ErrorsLine contains a tab character.75
ErrorsExpected an @return tag.76
ErrorsLine contains a tab character.76
Errors'{' is not preceded with whitespace.76
ErrorsLine is longer than 80 characters.77
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsExpected an @return tag.81
ErrorsExpected an @return tag.83
ErrorsExpected an @return tag.85
ErrorsExpected an @return tag.87
ErrorsLine contains a tab character.88
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.89
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsExpected an @return tag.92
ErrorsExpected an @return tag.97

net/sf/tacos/components/scriptaculous/Glider.java

ViolationMessageLine
ErrorsUnused import - org.apache.tapestry.components.Block.11
ErrorsLine has trailing spaces.16
ErrorsLine has trailing spaces.21
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine is longer than 80 characters.25
ErrorsLine contains a tab character.25
ErrorsMethod 'renderComponent' is not designed for extension - needs to be abstract, final or empty.25
ErrorsParameter writer should be final.25
ErrorsParameter cycle should be final.25
ErrorsLine contains a tab character.26
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.32
ErrorsLine has trailing spaces.35
ErrorsLine has trailing spaces.39
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.41
ErrorsLine has trailing spaces.42
ErrorsMethod 'getSectionId' is not designed for extension - needs to be abstract, final or empty.43
ErrorsMissing a Javadoc comment.43
ErrorsParameter index should be final.43
Errors'{' is not preceded with whitespace.43
ErrorsLine contains a tab character.44
Errors'+' is not preceded with whitespace.44
Errors'+' is not followed by whitespace.44
ErrorsLine contains a tab character.47
ErrorsMissing a Javadoc comment.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.48
ErrorsExpected an @return tag.50

net/sf/tacos/components/timeline/Timeline.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.12
ErrorsMissing a Javadoc comment.19
ErrorsMissing a Javadoc comment.21
ErrorsLine has trailing spaces.22
ErrorsMissing a Javadoc comment.23
ErrorsLine has trailing spaces.24
ErrorsLine has trailing spaces.25
ErrorsMissing a Javadoc comment.25
ErrorsMethod 'prepareForRender' is not designed for extension - needs to be abstract, final or empty.27
ErrorsMissing a Javadoc comment.27
ErrorsParameter cycle should be final.27
Errors'{' should be on the previous line.28
ErrorsLine has trailing spaces.31
Errors'{' should be on the previous line.32
Errors'!=' is not preceded with whitespace.34
Errors'!=' is not followed by whitespace.34
Errors'{' should be on the previous line.35
ErrorsMethod 'getEventsJson' is not designed for extension - needs to be abstract, final or empty.43
ErrorsMissing a Javadoc comment.43
Errors'{' should be on the previous line.44
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.53
ErrorsMissing a Javadoc comment.54
ErrorsParameter shell should be final.54
ErrorsParameter url should be final.54
ErrorsLine is longer than 80 characters.56

net/sf/tacos/components/timeline/TimelineEvent.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.15
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.19
ErrorsMethod 'getStart' is not designed for extension - needs to be abstract, final or empty.21
ErrorsMissing a Javadoc comment.21
ErrorsMethod 'setStart' is not designed for extension - needs to be abstract, final or empty.30
ErrorsParameter start should be final.30
Errors'start' hides a field.30
ErrorsExpected @param tag for 'start'.30
ErrorsMethod 'getEnd' is not designed for extension - needs to be abstract, final or empty.35
ErrorsMissing a Javadoc comment.35
ErrorsMethod 'setEnd' is not designed for extension - needs to be abstract, final or empty.44
ErrorsParameter end should be final.44
Errors'end' hides a field.44
ErrorsExpected @param tag for 'end'.44
ErrorsMethod 'getTitle' is not designed for extension - needs to be abstract, final or empty.49
ErrorsMissing a Javadoc comment.49
ErrorsMethod 'setTitle' is not designed for extension - needs to be abstract, final or empty.53
ErrorsMissing a Javadoc comment.53
ErrorsParameter title should be final.53
Errors'title' hides a field.53
ErrorsMethod 'getLink' is not designed for extension - needs to be abstract, final or empty.57
ErrorsMissing a Javadoc comment.57
ErrorsMethod 'setLink' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMissing a Javadoc comment.61
ErrorsParameter link should be final.61
Errors'link' hides a field.61
ErrorsMethod 'getDescription' is not designed for extension - needs to be abstract, final or empty.65
ErrorsMissing a Javadoc comment.65
ErrorsMethod 'setDescription' is not designed for extension - needs to be abstract, final or empty.69
ErrorsMissing a Javadoc comment.69
ErrorsParameter description should be final.69
Errors'description' hides a field.69
ErrorsMissing a Javadoc comment.73
Errors'!=' is not preceded with whitespace.74
Errors'!=' is not followed by whitespace.74
Errors'!=' is not preceded with whitespace.74
Errors'!=' is not followed by whitespace.74
ErrorsMissing a Javadoc comment.81
ErrorsParameter date should be final.81
ErrorsMethod 'appendTo' is not designed for extension - needs to be abstract, final or empty.88
ErrorsMissing a Javadoc comment.88
ErrorsParameter obj should be final.88
Errors'!=' is not preceded with whitespace.91
Errors'!=' is not followed by whitespace.91
Errors'==' is not preceded with whitespace.96
Errors'==' is not followed by whitespace.96
ErrorsAvoid inline conditionals.96

net/sf/tacos/components/timeline/package.html

ViolationMessageLine
ErrorsMissing package documentation file.0

net/sf/tacos/components/tree/ITreeManager.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsFirst sentence should end with a period.10
ErrorsExpected an @return tag.15
ErrorsRedundant 'public' modifier.15
ErrorsExpected @param tag for 'element'.15
ErrorsFirst sentence should end with a period.17
ErrorsExpected an @return tag.22
ErrorsRedundant 'public' modifier.22
ErrorsExpected @param tag for 'key'.22
ErrorsFirst sentence should end with a period.24
ErrorsRedundant 'public' modifier.29
ErrorsExpected @param tag for 'element'.29
ErrorsExpected @param tag for 'expand'.29
ErrorsFirst sentence should end with a period.31
ErrorsRedundant 'public' modifier.36
ErrorsExpected @param tag for 'key'.36
ErrorsExpected @param tag for 'expand'.36
ErrorsRedundant 'public' modifier.41
ErrorsFirst sentence should end with a period.43
ErrorsRedundant 'public' modifier.47
ErrorsLine has trailing spaces.52
ErrorsRedundant 'public' modifier.58
ErrorsExpected @param tag for 'element'.58

net/sf/tacos/components/tree/Tree.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.35
ErrorsLine is longer than 80 characters.38
ErrorsFirst sentence should end with a period.40
ErrorsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.41
ErrorsFirst sentence should end with a period.42
ErrorsLine is longer than 80 characters.43
ErrorsName 'identityKeyProvider' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.43
ErrorsFirst sentence should end with a period.44
ErrorsFirst sentence should end with a period.46
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsMethod 'getIdentityKeyProvider' is not designed for extension - needs to be abstract, final or empty.54
Errors'{' should be on the previous line.55
ErrorsLine has trailing spaces.58
ErrorsLine has trailing spaces.61
ErrorsMethod 'getTreeIterator' is not designed for extension - needs to be abstract, final or empty.64
Errors'{' should be on the previous line.65
ErrorsLine has trailing spaces.68
ErrorsMethod 'renderComponent' is not designed for extension - needs to be abstract, final or empty.72
ErrorsParameter writer should be final.72
ErrorsParameter cycle should be final.72
Errors'{' should be on the previous line.73
ErrorsLine has trailing spaces.76
ErrorsLine has trailing spaces.78
ErrorsLine is longer than 80 characters.78
ErrorsLine has trailing spaces.81
Errors'while' is not followed by whitespace.88
ErrorsLine is longer than 80 characters.91
ErrorsLine is longer than 80 characters.92
ErrorsLine has trailing spaces.103
ErrorsMissing a Javadoc comment.104
ErrorsParameter writer should be final.104
ErrorsParameter cycle should be final.104
Errors'cast' is not followed by whitespace.107
ErrorsLine has trailing spaces.114
ErrorsLine has trailing spaces.115
ErrorsLine is longer than 80 characters.123
Errors'if' construct must use '{}'s.124
ErrorsLine is longer than 80 characters.127
ErrorsLine has trailing spaces.128
ErrorsLine has trailing spaces.133
ErrorsMethod 'expansion' is not designed for extension - needs to be abstract, final or empty.136
ErrorsParameter cycle should be final.136
ErrorsExpected @param tag for 'cycle'.136
Errors'{' should be on the previous line.137
Errors'cast' is not followed by whitespace.139
ErrorsLine has trailing spaces.140
Errors'cast' is not followed by whitespace.140
ErrorsLine has trailing spaces.141
ErrorsLine has trailing spaces.143
ErrorsLine has trailing spaces.151
ErrorsMethod 'contentExpansion' is not designed for extension - needs to be abstract, final or empty.154
ErrorsParameter cycle should be final.154
ErrorsExpected @param tag for 'cycle'.154
Errors'{' should be on the previous line.155
ErrorsLine has trailing spaces.158
ErrorsLine is longer than 80 characters.161
ErrorsLine is longer than 80 characters.162
ErrorsLine has trailing spaces.166
ErrorsMethod 'isExpanded' is not designed for extension - needs to be abstract, final or empty.175
ErrorsParameter element should be final.175
Errors'{' should be on the previous line.176
ErrorsMissing a Javadoc comment.183
ErrorsFirst sentence should end with a period.185
Errors'{' should be on the previous line.190
ErrorsLine has trailing spaces.195
ErrorsParameter node should be final.198
Errors'{' should be on the previous line.199
ErrorsLine has trailing spaces.204
ErrorsLine has trailing spaces.206
ErrorsLine has trailing spaces.209
ErrorsExpected an @return tag.213
ErrorsParameter elements should be final.213
ErrorsExpected @param tag for 'elements'.213
Errors'{' should be on the previous line.214
ErrorsMethod 'getManager' is not designed for extension - needs to be abstract, final or empty.225
Errors'{' should be on the previous line.226
ErrorsLine has trailing spaces.230
ErrorsMethod 'beforeRenderBody' is not designed for extension - needs to be abstract, final or empty.234
ErrorsParameter writer should be final.234
ErrorsParameter cycle should be final.234
ErrorsParameter partId should be final.235
ErrorsParameter isRendering should be final.235
Errors'{' should be on the previous line.236
ErrorsLine has trailing spaces.240
Errors'while' is not followed by whitespace.247
Errors'cast' is not followed by whitespace.248
ErrorsLine has trailing spaces.250
ErrorsLine is longer than 80 characters.252
ErrorsLine is longer than 80 characters.253
ErrorsAvoid nested blocks.254
Errors'if' construct must use '{}'s.256
Errors'else' construct must use '{}'s.257
ErrorsLine has trailing spaces.264
Errors'{' should be on the previous line.269
Errors'}' should be on the same line.271
Errors'{' should be on the previous line.273
ErrorsLine has trailing spaces.279
ErrorsMethod 'incrementNonRenderBlock' is not designed for extension - needs to be abstract, final or empty.283
Errors'{' should be on the previous line.284
Errors'if' construct must use '{}'s.285
ErrorsLine is longer than 80 characters.286
ErrorsLine has trailing spaces.288
ErrorsMethod 'getPartWriter' is not designed for extension - needs to be abstract, final or empty.292
ErrorsParameter partId should be final.292
Errors'{' should be on the previous line.293
ErrorsLine has trailing spaces.297
ErrorsLine is longer than 80 characters.302
ErrorsLine has trailing spaces.312
ErrorsLine has trailing spaces.315
ErrorsLine has trailing spaces.319
Errors'{' should be on the previous line.323
ErrorsLine has trailing spaces.324
ErrorsLine has trailing spaces.326
Errors'cast' is not followed by whitespace.328
ErrorsLine is longer than 80 characters.332
ErrorsLine has trailing spaces.334
ErrorsLine has trailing spaces.337
ErrorsLine has trailing spaces.340
ErrorsLine has trailing spaces.347
ErrorsMethod 'getCurrentHasChildren' is not designed for extension - needs to be abstract, final or empty.348
ErrorsMissing a Javadoc comment.348
ErrorsLine has trailing spaces.351
ErrorsMethod 'getCurrentKey' is not designed for extension - needs to be abstract, final or empty.352
ErrorsMissing a Javadoc comment.352
ErrorsLine has trailing spaces.355
ErrorsMethod 'getCurrentNotExpanded' is not designed for extension - needs to be abstract, final or empty.356
ErrorsMissing a Javadoc comment.356
ErrorsLine has trailing spaces.359
ErrorsMethod 'getCurrentOffset' is not designed for extension - needs to be abstract, final or empty.360
ErrorsMissing a Javadoc comment.360
ErrorsAvoid inline conditionals.361
Errors'(' is followed by whitespace.362
Errors')' is preceded with whitespace.362
ErrorsLine has trailing spaces.364
ErrorsMethod 'isStateful' is not designed for extension - needs to be abstract, final or empty.368
Errors'{' should be on the previous line.369
ErrorsLine has trailing spaces.372
ErrorsParameter cycle should be final.376
Errors'{' should be on the previous line.377
ErrorsFirst sentence should end with a period.381
ErrorsExpected an @return tag.382
ErrorsFirst sentence should end with a period.383
ErrorsExpected an @return tag.384
ErrorsFirst sentence should end with a period.385
ErrorsExpected an @return tag.386
ErrorsFirst sentence should end with a period.387
ErrorsExpected an @return tag.388
ErrorsFirst sentence should end with a period.389
ErrorsExpected @param tag for 'state'.390
ErrorsFirst sentence should end with a period.391
ErrorsExpected an @return tag.392
ErrorsFirst sentence should end with a period.393
ErrorsExpected an @return tag.394
ErrorsFirst sentence should end with a period.395
ErrorsExpected an @return tag.396
ErrorsFirst sentence should end with a period.397
ErrorsExpected an @return tag.398
ErrorsFirst sentence should end with a period.399
ErrorsExpected an @return tag.400
ErrorsLine has trailing spaces.400
ErrorsFirst sentence should end with a period.401
ErrorsExpected an @return tag.402
ErrorsLine has trailing spaces.402
ErrorsFirst sentence should end with a period.403
ErrorsExpected an @return tag.404
ErrorsFirst sentence should end with a period.405
ErrorsExpected an @return tag.406
ErrorsFirst sentence should end with a period.407
ErrorsExpected an @return tag.408
ErrorsFirst sentence should end with a period.409
ErrorsExpected an @return tag.410
ErrorsLine has trailing spaces.410
ErrorsFirst sentence should end with a period.411
ErrorsExpected an @return tag.412

net/sf/tacos/components/tree/TreeHelper.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.20
ErrorsMissing a Javadoc comment.21
ErrorsLine has trailing spaces.22
ErrorsMissing a Javadoc comment.23
ErrorsLine has trailing spaces.24
ErrorsMissing a Javadoc comment.25
ErrorsParameter cycle should be final.25
ErrorsLine is longer than 80 characters.26
ErrorsLine has trailing spaces.32
ErrorsMissing a Javadoc comment.33
ErrorsParameter cycle should be final.33
ErrorsParameter currStack should be final.33
ErrorsLine has trailing spaces.37
ErrorsLine is longer than 80 characters.37
ErrorsMethod 'renderComponent' is not designed for extension - needs to be abstract, final or empty.37
ErrorsMissing a Javadoc comment.37
ErrorsParameter writer should be final.37
ErrorsParameter cycle should be final.37
ErrorsLine has trailing spaces.41
ErrorsLine is longer than 80 characters.42
ErrorsLine has trailing spaces.44
ErrorsLine is longer than 80 characters.45
Errors'==' is not preceded with whitespace.46
Errors'==' is not followed by whitespace.46
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.58
ErrorsLine has trailing spaces.61
ErrorsMethod 'finalRenderComponent' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMissing a Javadoc comment.62
ErrorsLine has trailing spaces.64
ErrorsLine has trailing spaces.67
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.71
ErrorsLine is longer than 80 characters.71
ErrorsMethod 'normalRenderComponent' is not designed for extension - needs to be abstract, final or empty.71
ErrorsMissing a Javadoc comment.71
ErrorsParameter writer should be final.71
ErrorsParameter cycle should be final.71
ErrorsLine has trailing spaces.72
ErrorsParameter diff should be final.72
ErrorsParameter empty should be final.72
ErrorsLine is longer than 80 characters.73
Errors'==' is not preceded with whitespace.74
Errors'==' is not followed by whitespace.74
Errors'if' construct must use '{}'s.75
ErrorsLine has trailing spaces.77
ErrorsLine has trailing spaces.78
ErrorsLine has trailing spaces.82
Errors'>' is not preceded with whitespace.82
Errors'>' is not followed by whitespace.82
ErrorsLine has trailing spaces.85
ErrorsLine has trailing spaces.86
ErrorsLine has trailing spaces.88
ErrorsLine has trailing spaces.89
ErrorsLine has trailing spaces.102
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.106
ErrorsLine has trailing spaces.111

net/sf/tacos/components/tree/TreeIterator.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing a Javadoc comment.15
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.18
ErrorsFirst sentence should end with a period.20
ErrorsParameter rootElement should be final.24
ErrorsExpected @param tag for 'rootElement'.24
Errors'{' should be on the previous line.25
ErrorsFirst sentence should end with a period.29
ErrorsParameter rootElements should be final.33
ErrorsExpected @param tag for 'rootElements'.33
Errors'{' should be on the previous line.34
ErrorsFirst sentence should end with a period.38
ErrorsExpected an @return tag.42
ErrorsMethod 'getDepth' is not designed for extension - needs to be abstract, final or empty.42
Errors'{' should be on the previous line.43
ErrorsFirst sentence should end with a period.47
ErrorsExpected an @return tag.51
ErrorsMethod 'getPreviousDepth' is not designed for extension - needs to be abstract, final or empty.51
Errors'{' should be on the previous line.52
ErrorsLine has trailing spaces.57
ErrorsMethod 'hasNext' is not designed for extension - needs to be abstract, final or empty.60
Errors'{' should be on the previous line.61
ErrorsLine has trailing spaces.66
ErrorsMethod 'next' is not designed for extension - needs to be abstract, final or empty.69
Errors'{' should be on the previous line.70
ErrorsFirst sentence should end with a period.89
ErrorsParameter elements should be final.93
ErrorsExpected @param tag for 'elements'.93
Errors'{' should be on the previous line.94
ErrorsFirst sentence should end with a period.100
ErrorsExpected an @return tag.105
ErrorsExpected @param tag for 'node'.105
ErrorsLine has trailing spaces.108
ErrorsMethod 'remove' is not designed for extension - needs to be abstract, final or empty.111
Errors'{' should be on the previous line.112
ErrorsMissing a Javadoc comment.116
Errors'static' modifier out of order with the JLS suggestions.116

net/sf/tacos/components/tree/TreeManager.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.15
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.18
ErrorsLine has trailing spaces.19
ErrorsParameter state should be final.26
Errors'state' hides a field.26
ErrorsExpected @param tag for 'state'.26
ErrorsParameter contentProvider should be final.26
Errors'contentProvider' hides a field.26
ErrorsExpected @param tag for 'contentProvider'.26
ErrorsParameter keyProvider should be final.27
Errors'keyProvider' hides a field.27
ErrorsExpected @param tag for 'keyProvider'.27
Errors'{' should be on the previous line.28
ErrorsLine has trailing spaces.32
ErrorsLine has trailing spaces.39
ErrorsMethod 'isExpanded' is not designed for extension - needs to be abstract, final or empty.42
ErrorsParameter element should be final.42
Errors'{' should be on the previous line.43
ErrorsLine has trailing spaces.48
ErrorsMethod 'isExpandedKey' is not designed for extension - needs to be abstract, final or empty.51
ErrorsParameter key should be final.51
Errors'{' should be on the previous line.52
ErrorsLine has trailing spaces.57
ErrorsMethod 'setExpanded' is not designed for extension - needs to be abstract, final or empty.60
ErrorsParameter element should be final.60
ErrorsParameter open should be final.60
Errors'{' should be on the previous line.61
ErrorsLine has trailing spaces.66
ErrorsMethod 'setExpandedKey' is not designed for extension - needs to be abstract, final or empty.69
ErrorsParameter key should be final.69
ErrorsParameter open should be final.69
Errors'{' should be on the previous line.70
ErrorsLine has trailing spaces.79
ErrorsExpected an @return tag.82
ErrorsMethod 'getState' is not designed for extension - needs to be abstract, final or empty.82
Errors'{' should be on the previous line.83
ErrorsLine has trailing spaces.88
ErrorsMethod 'collapseAll' is not designed for extension - needs to be abstract, final or empty.91
Errors'{' should be on the previous line.92
ErrorsLine has trailing spaces.95
ErrorsLine has trailing spaces.97
ErrorsMethod 'reveal' is not designed for extension - needs to be abstract, final or empty.100
ErrorsParameter element should be final.100
Errors'{' should be on the previous line.101
Errors'else' construct must use '{}'s.106
ErrorsLine has trailing spaces.110
ErrorsMethod 'expandAll' is not designed for extension - needs to be abstract, final or empty.113
Errors'{' should be on the previous line.114
ErrorsFirst sentence should end with a period.118
ErrorsParameter rootElements should be final.122
ErrorsExpected @param tag for 'rootElements'.122
Errors'{' should be on the previous line.123
Errors'for' is not followed by whitespace.124

net/sf/tacos/model/IContentProvider.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsExpected an @return tag.13
ErrorsRedundant 'public' modifier.13

net/sf/tacos/model/IKeyProvider.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.7
ErrorsFirst sentence should end with a period.12
ErrorsExpected an @return tag.17
ErrorsRedundant 'public' modifier.17
ErrorsExpected @param tag for 'value'.17

net/sf/tacos/model/ITreeContentProvider.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.13
ErrorsRedundant 'public' modifier.17
ErrorsExpected @param tag for 'parentElement'.17
ErrorsExpected an @return tag.23
ErrorsRedundant 'public' modifier.23
ErrorsExpected @param tag for 'parentElement'.23
ErrorsLine has trailing spaces.29
ErrorsRedundant 'public' modifier.33
ErrorsExpected @param tag for 'childElement'.33

net/sf/tacos/model/IdentityKeyProvider.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.15
ErrorsMethod 'getKey' is not designed for extension - needs to be abstract, final or empty.18
ErrorsParameter value should be final.18
Errors'{' should be on the previous line.19

net/sf/tacos/model/impl/BeanPropertyKeyProvider.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.16
ErrorsLine has trailing spaces.20
ErrorsMissing a Javadoc comment.21
ErrorsLine has trailing spaces.22
ErrorsMissing a Javadoc comment.23
ErrorsParameter property should be final.23
Errors'property' hides a field.23
ErrorsLine has trailing spaces.26
ErrorsMethod 'getKey' is not designed for extension - needs to be abstract, final or empty.27
ErrorsMissing a Javadoc comment.27
ErrorsParameter obj should be final.27
ErrorsLine has trailing spaces.32

net/sf/tacos/model/impl/BeanWithChildrenTreeContentProvider.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.22
ErrorsLine is longer than 80 characters.23
ErrorsLine has trailing spaces.25
ErrorsLine is longer than 80 characters.28
ErrorsLine has trailing spaces.29
ErrorsMissing a Javadoc comment.30
ErrorsMissing a Javadoc comment.31
ErrorsMissing a Javadoc comment.32
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.34
ErrorsMissing a Javadoc comment.34
ErrorsParameter root should be final.34
Errors'root' hides a field.34
ErrorsParameter childProperty should be final.34
Errors'childProperty' hides a field.34
ErrorsLine has trailing spaces.39
ErrorsMissing a Javadoc comment.40
ErrorsLine has trailing spaces.44
ErrorsMissing a Javadoc comment.45
ErrorsParameter base should be final.45
ErrorsParameter map should be final.45
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.52
ErrorsMethod 'getChildren' is not designed for extension - needs to be abstract, final or empty.53
ErrorsMissing a Javadoc comment.53
ErrorsParameter parentElement should be final.53
ErrorsLine is longer than 80 characters.55
Errors'if' construct must use '{}'s.56
ErrorsLine has trailing spaces.61
ErrorsMethod 'hasChildren' is not designed for extension - needs to be abstract, final or empty.64
ErrorsMissing a Javadoc comment.64
ErrorsParameter parentElement should be final.64
ErrorsMethod 'getParent' is not designed for extension - needs to be abstract, final or empty.68
ErrorsMissing a Javadoc comment.68
ErrorsParameter childElement should be final.68
ErrorsLine has trailing spaces.69
ErrorsLine has trailing spaces.72
ErrorsMethod 'getElements' is not designed for extension - needs to be abstract, final or empty.72
ErrorsMissing a Javadoc comment.72

net/sf/tacos/resolvers/ClasspathComponentSpecResolver.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.3
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.36
ErrorsLine has trailing spaces.38
ErrorsLine is longer than 80 characters.44
ErrorsMissing a Javadoc comment.52
ErrorsMethod 'reset' is not designed for extension - needs to be abstract, final or empty.54
ErrorsMissing a Javadoc comment.54
ErrorsLine has trailing spaces.64
ErrorsMethod 'resolve' is not designed for extension - needs to be abstract, final or empty.77
ErrorsParameter cycle should be final.77
ErrorsParameter containerNamespace should be final.77
ErrorsParameter componentType should be final.78
ErrorsParameter location should be final.78
ErrorsExpected @param tag for 'location'.78
ErrorsLine has trailing spaces.98
ErrorsUnused @throws tag for 'ApplicationRuntimeException'.110
ErrorsMethod 'resolve' is not designed for extension - needs to be abstract, final or empty.114
ErrorsParameter cycle should be final.114
ErrorsParameter containerNamespace should be final.114
ErrorsParameter libraryId should be final.115
ErrorsParameter componentType should be final.115
ErrorsParameter location should be final.115
ErrorsLine is longer than 80 characters.119
ErrorsLine is longer than 80 characters.137
ErrorsLine is longer than 80 characters.148
ErrorsExpected an @return tag.153
ErrorsMethod 'doCustomSearch' is not designed for extension - needs to be abstract, final or empty.153
ErrorsParameter cycle should be final.153
ErrorsExpected @param tag for 'cycle'.153
ErrorsMissing a Javadoc comment.157
ErrorsParameter cycle should be final.157
ErrorsLine is longer than 80 characters.169
ErrorsMethod 'searchForComponentClass' is not designed for extension - needs to be abstract, final or empty.212
ErrorsMissing a Javadoc comment.212
ErrorsParameter namespace should be final.212
ErrorsParameter componentType should be final.213
ErrorsLine is longer than 80 characters.215
ErrorsLine is longer than 80 characters.234
ErrorsLine is longer than 80 characters.238
ErrorsMissing a Javadoc comment.252
ErrorsParameter resource should be final.252
ErrorsMissing a Javadoc comment.262
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.273
ErrorsMissing a Javadoc comment.273
ErrorsMethod 'setLog' is not designed for extension - needs to be abstract, final or empty.277
ErrorsMissing a Javadoc comment.277
ErrorsParameter log should be final.277
Errors'log' hides a field.277
ErrorsMethod 'setClassFinder' is not designed for extension - needs to be abstract, final or empty.281
ErrorsMissing a Javadoc comment.281
ErrorsParameter classFinder should be final.281
Errors'classFinder' hides a field.281

net/sf/tacos/resolvers/ClasspathSpecResolverDelegate.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.3
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsLine is longer than 80 characters.31
ErrorsLine has trailing spaces.32
ErrorsLine is longer than 80 characters.35
ErrorsMissing a Javadoc comment.36
ErrorsLine has trailing spaces.37
ErrorsMethod 'findComponentSpecification' is not designed for extension - needs to be abstract, final or empty.38
ErrorsMissing a Javadoc comment.38
ErrorsParameter cycle should be final.39
ErrorsParameter namespace should be final.39
ErrorsParameter name should be final.39
ErrorsLine has trailing spaces.42
ErrorsMethod 'findPageSpecification' is not designed for extension - needs to be abstract, final or empty.43
ErrorsMissing a Javadoc comment.43
ErrorsParameter cycle should be final.43
ErrorsParameter namespace should be final.44
ErrorsParameter name should be final.44
ErrorsLine is longer than 80 characters.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.50
ErrorsLine has trailing spaces.52
ErrorsLine is longer than 80 characters.57
ErrorsLine has trailing spaces.58
ErrorsLine is longer than 80 characters.61
ErrorsLine has trailing spaces.66
ErrorsLine is longer than 80 characters.67
ErrorsMissing a Javadoc comment.67
ErrorsParameter resource should be final.67
ErrorsParameter pageResource should be final.67
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.75
ErrorsMethod 'setClassFinder' is not designed for extension - needs to be abstract, final or empty.76
ErrorsMissing a Javadoc comment.76
ErrorsParameter classFinder should be final.76
Errors'classFinder' hides a field.76
ErrorsLine has trailing spaces.79

net/sf/tacos/resolvers/package.html

ViolationMessageLine
ErrorsMissing package documentation file.0

net/sf/tacos/services/CategoryInfo.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.7
ErrorsRedundant 'public' modifier.23
ErrorsRedundant 'public' modifier.29
ErrorsRedundant 'public' modifier.35
ErrorsExpected an @return tag.41
ErrorsRedundant 'public' modifier.41
ErrorsLine has trailing spaces.42
ErrorsExpected an @return tag.47
ErrorsRedundant 'public' modifier.47

net/sf/tacos/services/PageInfo.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.7
ErrorsRedundant 'public' modifier.23
ErrorsRedundant 'public' modifier.29
ErrorsRedundant 'public' modifier.35
ErrorsRedundant 'public' modifier.41
ErrorsRedundant 'public' modifier.47
ErrorsRedundant 'public' modifier.53
ErrorsLine has trailing spaces.54
ErrorsRedundant 'public' modifier.59
ErrorsRedundant 'public' modifier.65

net/sf/tacos/services/SiteMap.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.7
ErrorsRedundant 'public' modifier.26
ErrorsRedundant 'public' modifier.33
ErrorsRedundant 'public' modifier.40
ErrorsRedundant 'public' modifier.47
ErrorsLine has trailing spaces.48
ErrorsRedundant 'public' modifier.55
ErrorsLine has trailing spaces.56
ErrorsRedundant 'public' modifier.62
ErrorsLine has trailing spaces.63
ErrorsRedundant 'public' modifier.69
ErrorsLine has trailing spaces.70
ErrorsRedundant 'public' modifier.76
ErrorsRedundant 'public' modifier.84
ErrorsRedundant 'public' modifier.91

net/sf/tacos/services/impl/CategoryInfoImpl.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.7
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.29
ErrorsParameter name should be final.36
Errors'name' hides a field.36
ErrorsParameter pageNames should be final.36
Errors'pageNames' hides a field.36
ErrorsParameter name should be final.46
Errors'name' hides a field.46
ErrorsParameter pageNames should be final.46
Errors'pageNames' hides a field.46
ErrorsParameter image should be final.47
Errors'image' hides a field.47
ErrorsExpected @param tag for 'image'.47
ErrorsParameter inactiveImage should be final.47
Errors'inactiveImage' hides a field.47
ErrorsExpected @param tag for 'inactiveImage'.47
ErrorsLine has trailing spaces.53
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.58
ErrorsMethod 'getDefaultPage' is not designed for extension - needs to be abstract, final or empty.66
Errors'if' construct must use '{}'s.67
Errors'cast' is not followed by whitespace.68
Errors'else' construct must use '{}'s.69
ErrorsMethod 'getPageNames' is not designed for extension - needs to be abstract, final or empty.77
ErrorsExpected an @return tag.85
ErrorsMethod 'getImage' is not designed for extension - needs to be abstract, final or empty.85
Errors'{' should be on the previous line.86
ErrorsLine has trailing spaces.89
ErrorsExpected an @return tag.94
ErrorsMethod 'getInactiveImage' is not designed for extension - needs to be abstract, final or empty.94
Errors'{' should be on the previous line.95
ErrorsLine has trailing spaces.98
ErrorsExpected an @return tag.102
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.102
ErrorsExpected an @return tag.111
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.111
ErrorsParameter object should be final.111
ErrorsExpected @param tag for 'object'.111
ErrorsLine has trailing spaces.122
ErrorsExpected an @return tag.126
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.126
Errors'1471056309' is a magic number.127
Errors'288593091' is a magic number.127

net/sf/tacos/services/impl/PageInfoImpl.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.7
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.30
ErrorsMissing a Javadoc comment.31
ErrorsMissing a Javadoc comment.32
ErrorsLine is longer than 80 characters.40
ErrorsLine has trailing spaces.42
ErrorsParameter name should be final.42
Errors'name' hides a field.42
ErrorsParameter desc should be final.42
Errors'desc' hides a field.42
ErrorsParameter perm should be final.43
Errors'perm' hides a field.43
ErrorsParameter children should be final.43
Errors'children' hides a field.43
ErrorsParameter isNavigable should be final.43
Errors'isNavigable' hides a field.43
ErrorsMethod 'getDesc' is not designed for extension - needs to be abstract, final or empty.54
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMethod 'getPermission' is not designed for extension - needs to be abstract, final or empty.68
ErrorsMethod 'getParent' is not designed for extension - needs to be abstract, final or empty.75
ErrorsMethod 'setParent' is not designed for extension - needs to be abstract, final or empty.83
ErrorsParameter parent should be final.83
Errors'parent' hides a field.83
ErrorsLine has trailing spaces.88
ErrorsMethod 'addChild' is not designed for extension - needs to be abstract, final or empty.91
ErrorsParameter child should be final.91
Errors'{' should be on the previous line.92
ErrorsLine has trailing spaces.95
ErrorsLine is longer than 80 characters.98
ErrorsMethod 'isNavigable' is not designed for extension - needs to be abstract, final or empty.100
ErrorsLine has trailing spaces.101
ErrorsMethod 'getChildrenNames' is not designed for extension - needs to be abstract, final or empty.106
Errors'if' construct must use '{}'s.107
Errors'for' construct must use '{}'s.109
Errors'for' is not followed by whitespace.109
Errors'cast' is not followed by whitespace.110
ErrorsExpected an @return tag.117
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.117
ErrorsAvoid inline conditionals.122

net/sf/tacos/services/impl/SiteMapImpl.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.6
ErrorsMissing a Javadoc comment.39
ErrorsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.39
ErrorsMissing a Javadoc comment.41
ErrorsMissing a Javadoc comment.42
ErrorsMissing a Javadoc comment.44
ErrorsMissing a Javadoc comment.45
ErrorsMissing a Javadoc comment.46
ErrorsLine has trailing spaces.47
ErrorsMissing a Javadoc comment.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.50
ErrorsLine has trailing spaces.55
ErrorsMethod 'setResource' is not designed for extension - needs to be abstract, final or empty.60
ErrorsParameter resource should be final.60
Errors'resource' hides a field.60
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.63
ErrorsUnused @throws tag for 'IllegalStateException'.67
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.69
Errors'if' construct must use '{}'s.70
ErrorsLine is longer than 80 characters.72
Errors'if' construct must use '{}'s.73
ErrorsLine has trailing spaces.79
Errors'cast' is not followed by whitespace.80
ErrorsLine has trailing spaces.81
Errors'if' construct must use '{}'s.83
ErrorsLine has trailing spaces.83
ErrorsMethod 'contains' is not designed for extension - needs to be abstract, final or empty.93
ErrorsParameter parentName should be final.93
ErrorsParameter pageName should be final.93
ErrorsParameter parentName should be final.104
ErrorsParameter pageInfo should be final.104
Errors'if' construct must use '{}'s.105
Errors'if' construct must use '{}'s.107
Errors'if' construct must use '{}'s.108
Errors'else' construct must use '{}'s.109
ErrorsLine has trailing spaces.111
ErrorsMethod 'getPageInfo' is not designed for extension - needs to be abstract, final or empty.117
ErrorsParameter name should be final.117
ErrorsLine is longer than 80 characters.124
ErrorsParameter name should be final.127
ErrorsParameter source should be final.127
Errors'cast' is not followed by whitespace.128
Errors'if' construct must use '{}'s.131
ErrorsMust have at least one statement.132
ErrorsParameter name should be final.144
ErrorsParameter source should be final.144
Errors'if' construct must use '{}'s.145
ErrorsLine is longer than 80 characters.145
ErrorsLine has trailing spaces.146
Errors'if' construct must use '{}'s.148
ErrorsLine is longer than 80 characters.149
Errors'if' construct must use '{}'s.150
ErrorsLine has trailing spaces.152
ErrorsLine has trailing spaces.155
ErrorsLine has trailing spaces.157
ErrorsLine is longer than 80 characters.158
Errors'cast' is not followed by whitespace.162
ErrorsLine has trailing spaces.164
ErrorsLine has trailing spaces.167
ErrorsLine has trailing spaces.170
ErrorsMethod 'findPageNode' is not designed for extension - needs to be abstract, final or empty.177
ErrorsParameter page should be final.177
ErrorsExpected @param tag for 'page'.177
Errors'{' should be on the previous line.178
ErrorsLine is longer than 80 characters.179
Errors'cast' is not followed by whitespace.179
Errors'{' should be on the previous line.181
ErrorsLine is longer than 80 characters.182
Errors'cast' is not followed by whitespace.182
ErrorsLine has trailing spaces.184
ErrorsLine has trailing spaces.186
ErrorsLine has trailing spaces.190
ErrorsExpected an @return tag.194
ErrorsMethod 'parsePageNode' is not designed for extension - needs to be abstract, final or empty.194
ErrorsParameter node should be final.194
Errors'{' should be on the previous line.195
Errors'if' construct must use '{}'s.196
ErrorsLine is longer than 80 characters.197
ErrorsLine has trailing spaces.198
Errors'if' construct must use '{}'s.205
ErrorsLine has trailing spaces.205
ErrorsLine has trailing spaces.207
ErrorsLine is longer than 80 characters.208
ErrorsLine has trailing spaces.211
ErrorsLine has trailing spaces.213
ErrorsLine has trailing spaces.215
ErrorsMethod 'parseNodeTree' is not designed for extension - needs to be abstract, final or empty.219
ErrorsParameter page should be final.219
ErrorsParameter pageNode should be final.219
ErrorsExpected @param tag for 'pageNode'.219
Errors'{' should be on the previous line.220
ErrorsLine has trailing spaces.223
ErrorsLine has trailing spaces.227
ErrorsLine has trailing spaces.232
ErrorsLine has trailing spaces.236
ErrorsMethod 'parsePageNodes' is not designed for extension - needs to be abstract, final or empty.241
ErrorsParameter parent should be final.241
ErrorsExpected @param tag for 'parent'.241
ErrorsParameter source should be final.241
Errors'{' should be on the previous line.242
ErrorsLine is longer than 80 characters.243
Errors'cast' is not followed by whitespace.243
ErrorsLine has trailing spaces.245
Errors'cast' is not followed by whitespace.249
ErrorsLine has trailing spaces.251
ErrorsLine has trailing spaces.255
ErrorsLine has trailing spaces.258
ErrorsMethod 'getCategories' is not designed for extension - needs to be abstract, final or empty.263
Errors'if' construct must use '{}'s.264
ErrorsLine is longer than 80 characters.264
Errors'for' is not followed by whitespace.268
Errors'cast' is not followed by whitespace.269
ErrorsMethod 'getCategoryInfo' is not designed for extension - needs to be abstract, final or empty.282
ErrorsParameter name should be final.282
Errors'cast' is not followed by whitespace.283
ErrorsLine has trailing spaces.287
Errors'if' construct must use '{}'s.288
ErrorsLine is longer than 80 characters.288
ErrorsLine has trailing spaces.292
ErrorsLine is longer than 80 characters.293
Errors'cast' is not followed by whitespace.293
ErrorsLine has trailing spaces.298
ErrorsLine is longer than 80 characters.299
ErrorsLine is longer than 80 characters.300
Errors'for' is not followed by whitespace.303
Errors'cast' is not followed by whitespace.304
ErrorsLine is longer than 80 characters.308
ErrorsParameter pageInfo should be final.322
Errors'if' construct must use '{}'s.323
ErrorsLine is longer than 80 characters.323
ErrorsMethod 'getCategoryFromPage' is not designed for extension - needs to be abstract, final or empty.332
ErrorsParameter pageName should be final.332
ErrorsLine is longer than 80 characters.338
ErrorsLine has trailing spaces.346
ErrorsLine has trailing spaces.353
ErrorsLine is longer than 80 characters.353
ErrorsMethod 'inCategory' is not designed for extension - needs to be abstract, final or empty.353
ErrorsParameter pageName should be final.353
ErrorsParameter category should be final.353
ErrorsLine has trailing spaces.357
ErrorsMethod 'getDefaultPage' is not designed for extension - needs to be abstract, final or empty.363
ErrorsParameter category should be final.363
Errors'if' construct must use '{}'s.365
ErrorsLine has trailing spaces.368
ErrorsMethod 'getCategoryPages' is not designed for extension - needs to be abstract, final or empty.374
ErrorsParameter pageName should be final.374
Errors'if' construct must use '{}'s.376
ErrorsLine has trailing spaces.377
ErrorsLine has trailing spaces.379
ErrorsMethod 'getDefaultPageDesc' is not designed for extension - needs to be abstract, final or empty.385
ErrorsParameter category should be final.385
Errors'if' construct must use '{}'s.387
ErrorsMethod 'getBreadCrumbs' is not designed for extension - needs to be abstract, final or empty.396
ErrorsParameter pageName should be final.396
Errors'if' construct must use '{}'s.399
ErrorsLine has trailing spaces.403
ErrorsParameter pageInfo should be final.409
ErrorsParameter breadCrumbs should be final.409
Errors'if' construct must use '{}'s.411
ErrorsLine has trailing spaces.417
ErrorsMethod 'getCompact' is not designed for extension - needs to be abstract, final or empty.418
ErrorsMissing a Javadoc comment.418
Errors'{' should be on the previous line.419

net/sf/tacos/util/JSONMarkupWriter.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
Errors'{' should be on the previous line.27
ErrorsMissing a Javadoc comment.28
ErrorsLine has trailing spaces.29
ErrorsMissing a Javadoc comment.30
Errors'{' should be on the previous line.31
ErrorsLine has trailing spaces.34
ErrorsMethod 'getAttributes' is not designed for extension - needs to be abstract, final or empty.35
ErrorsMissing a Javadoc comment.35
Errors'{' should be on the previous line.36
ErrorsMethod 'attribute' is not designed for extension - needs to be abstract, final or empty.40
ErrorsMissing a Javadoc comment.40
ErrorsParameter name should be final.40
ErrorsParameter value should be final.40
Errors'{' should be on the previous line.41
ErrorsMethod 'attribute' is not designed for extension - needs to be abstract, final or empty.45
ErrorsMissing a Javadoc comment.45
ErrorsParameter name should be final.45
ErrorsParameter value should be final.45
Errors'{' should be on the previous line.46
ErrorsMethod 'attribute' is not designed for extension - needs to be abstract, final or empty.50
ErrorsMissing a Javadoc comment.50
ErrorsParameter name should be final.50
ErrorsParameter value should be final.50
Errors'{' should be on the previous line.51
Errors'if' construct must use '{}'s.53
ErrorsLine is longer than 80 characters.54
Errors'5' is a magic number.54
Errors'if' construct must use '{}'s.55
ErrorsLine is longer than 80 characters.56
Errors'9' is a magic number.56
ErrorsLine has trailing spaces.57
Errors'if' construct must use '{}'s.59
Errors'else' construct must use '{}'s.61
ErrorsMethod 'attributeRaw' is not designed for extension - needs to be abstract, final or empty.65
ErrorsMissing a Javadoc comment.65
ErrorsParameter name should be final.65
ErrorsParameter value should be final.65
Errors'{' should be on the previous line.66
ErrorsLine has trailing spaces.69
ErrorsMissing a Javadoc comment.70
ErrorsParameter name should be final.70
ErrorsParameter value should be final.70
ErrorsLine has trailing spaces.71
Errors'{' should be on the previous line.71
ErrorsMissing a Javadoc comment.74
ErrorsParameter name should be final.74
ErrorsParameter value should be final.74
ErrorsLine has trailing spaces.75
Errors'{' should be on the previous line.75
ErrorsMissing a Javadoc comment.78
ErrorsParameter name should be final.78
ErrorsParameter value should be final.78
ErrorsLine has trailing spaces.79
Errors'{' should be on the previous line.79
ErrorsMissing a Javadoc comment.82
ErrorsParameter name should be final.82
ErrorsParameter value should be final.82
ErrorsLine has trailing spaces.83
Errors'{' should be on the previous line.83
ErrorsLine has trailing spaces.85
ErrorsMethod 'hasAttribute' is not designed for extension - needs to be abstract, final or empty.86
ErrorsMissing a Javadoc comment.86
ErrorsParameter name should be final.86
Errors'{' should be on the previous line.87
ErrorsLine has trailing spaces.90
ErrorsMethod 'getAttribute' is not designed for extension - needs to be abstract, final or empty.91
ErrorsMissing a Javadoc comment.91
ErrorsParameter name should be final.91
Errors'{' should be on the previous line.92
ErrorsLine has trailing spaces.95
ErrorsMethod 'removeAttribute' is not designed for extension - needs to be abstract, final or empty.96
ErrorsMissing a Javadoc comment.96
ErrorsParameter name should be final.96
Errors'{' should be on the previous line.97
ErrorsLine has trailing spaces.100
ErrorsMissing a Javadoc comment.101
ErrorsLine has trailing spaces.102
Errors'{' should be on the previous line.102
ErrorsMissing a Javadoc comment.105
ErrorsParameter name should be final.105
Errors'{' should be on the previous line.106
ErrorsMissing a Javadoc comment.109
ErrorsParameter name should be final.109
Errors'{' should be on the previous line.110
ErrorsMethod 'checkError' is not designed for extension - needs to be abstract, final or empty.113
ErrorsMissing a Javadoc comment.113
Errors'{' should be on the previous line.114
ErrorsMissing a Javadoc comment.118
Errors'{' should be on the previous line.119
ErrorsMissing a Javadoc comment.122
Errors'{' should be on the previous line.123
ErrorsMissing a Javadoc comment.126
ErrorsParameter value should be final.126
Errors'{' should be on the previous line.127
ErrorsMissing a Javadoc comment.130
Errors'{' should be on the previous line.131
ErrorsMissing a Javadoc comment.134
ErrorsParameter name should be final.134
Errors'{' should be on the previous line.135
ErrorsMissing a Javadoc comment.138
Errors'{' should be on the previous line.139
ErrorsMethod 'getNestedWriter' is not designed for extension - needs to be abstract, final or empty.142
ErrorsMissing a Javadoc comment.142
Errors'{' should be on the previous line.143
ErrorsMissing a Javadoc comment.147
ErrorsParameter data should be final.147
ErrorsParameter offset should be final.147
ErrorsParameter length should be final.147
Errors'{' should be on the previous line.148
ErrorsMissing a Javadoc comment.151
ErrorsParameter data should be final.151
ErrorsParameter offset should be final.151
ErrorsParameter length should be final.151
ErrorsParameter raw should be final.151
Errors'{' should be on the previous line.152
ErrorsMissing a Javadoc comment.155
ErrorsParameter value should be final.155
Errors'{' should be on the previous line.156
ErrorsMissing a Javadoc comment.159
ErrorsParameter value should be final.159
Errors'{' should be on the previous line.160
ErrorsMissing a Javadoc comment.163
ErrorsParameter value should be final.163
Errors'{' should be on the previous line.164
ErrorsMissing a Javadoc comment.167
ErrorsParameter value should be final.167
ErrorsParameter raw should be final.167
Errors'{' should be on the previous line.168
ErrorsMissing a Javadoc comment.171
Errors'{' should be on the previous line.172
ErrorsMissing a Javadoc comment.175
ErrorsParameter buffer should be final.175
ErrorsParameter offset should be final.175
ErrorsParameter length should be final.175
Errors'{' should be on the previous line.176
ErrorsMissing a Javadoc comment.179
ErrorsParameter value should be final.179
Errors'{' should be on the previous line.180
ErrorsMethod 'getContentType' is not designed for extension - needs to be abstract, final or empty.183
ErrorsMissing a Javadoc comment.183
Errors'{' should be on the previous line.184
ErrorsLine has trailing spaces.187