Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
2900434

Rules

RulesViolationsSeverity
PackageHtml8error Error
NewlineAtEndOfFile16error Error
Translation0error Error
JavadocMethod86error Error
JavadocType0error Error
JavadocVariable38error Error
JavadocStyle9error Error
ConstantName1error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport1error Error
UnusedImports0error Error
FileLength0error Error
LineLength125error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
MethodParamPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround0error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock1error Error
LeftCurly0error Error
NeedBraces10error Error
RightCurly2error Error
AvoidInlineConditionals4error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField20error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber2error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
DesignForExtension41error Error
FinalClass1error Error
HideUtilityClassConstructor1error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
ArrayTypeStyle0error Error
FinalParameters66error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
2error Error
TodoComment0error Error
UpperEll0error Error

Files

Filesinfowarningerror
com/nordija/tapestry/bayeux/stream/package.html001
com/nordija/tapestry/bayeux/stream/StreamResourceSource.java009
com/nordija/tapestry/bayeux/downloads/DownloadResourceSource.java008
com/nordija/tapestry/bayeux/link/ClickOnce.java0023
com/nordija/tapestry/bayeux/insert/package.html001
com/nordija/tapestry/bayeux/form/package.html001
com/nordija/tapestry/bayeux/downloads/DownloadResource.java005
com/nordija/tapestry/bayeux/stream/StreamAsset.java0032
com/nordija/tapestry/bayeux/stream/DefaultStreamResource.java007
com/nordija/tapestry/bayeux/link/package.html001
com/nordija/tapestry/bayeux/stream/IStream.java003
com/nordija/tapestry/bayeux/stream/StreamResourceUtil.java008
com/nordija/tapestry/bayeux/stream/StreamService.java0076
com/nordija/tapestry/bayeux/chart/package.html001
com/nordija/tapestry/bayeux/delegate/package.html001
com/nordija/tapestry/bayeux/chart/IJFreeChartProvider.java004
com/nordija/tapestry/bayeux/downloads/package.html001
com/nordija/tapestry/bayeux/stream/StreamResource.java004
com/nordija/tapestry/bayeux/delegate/RequiredValidationDelegate.java0016
com/nordija/tapestry/bayeux/stream/StreamLink.java0015
com/nordija/tapestry/bayeux/insert/InsertMessages.java0013
com/nordija/tapestry/bayeux/stream/jfreechart/SimpleJFreeChartResource.java0022
com/nordija/tapestry/bayeux/insert/InsertLimited.java0013
com/nordija/tapestry/bayeux/stream/StreamServiceParameter.java0045
com/nordija/tapestry/bayeux/downloads/DownloadService.java0048
com/nordija/tapestry/bayeux/stream/jfreechart/package.html001
com/nordija/tapestry/bayeux/form/Html4Button.java0048
com/nordija/tapestry/bayeux/stream/jfreechart/JFreeChartResource.java0016
com/nordija/tapestry/bayeux/downloads/DownloadLink.java0011

Details

com/nordija/tapestry/bayeux/stream/package.html

ViolationMessageLine
errorMissing package documentation file.0

com/nordija/tapestry/bayeux/stream/StreamResourceSource.java

ViolationMessageLine
errorRedundant import from the same package - com.nordija.tapestry.bayeux.stream.StreamResource.22
errorLine is longer than 80 characters.25
errorLine is longer than 80 characters.27
errorLine is longer than 80 characters.29
errorLine is longer than 80 characters.42
errorLine is longer than 80 characters.43
errorLine is longer than 80 characters.44
errorLine is longer than 80 characters.45
errorLine is longer than 80 characters.47

com/nordija/tapestry/bayeux/downloads/DownloadResourceSource.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine is longer than 80 characters.23
errorLine is longer than 80 characters.25
errorLine is longer than 80 characters.27
errorLine is longer than 80 characters.40
errorLine is longer than 80 characters.42
errorLine is longer than 80 characters.43
errorLine is longer than 80 characters.45

com/nordija/tapestry/bayeux/link/ClickOnce.java

ViolationMessageLine
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.59
errorMissing a Javadoc comment.61
errorMethod 'renderComponent' is not designed for extension - needs to be abstract, final or empty.63
errorMissing a Javadoc comment.63
errorParameter writer should be final.63
errorParameter cycle should be final.63
errorLine is longer than 80 characters.65
errorLine is longer than 80 characters.67
errorLine is longer than 80 characters.68
errorLine is longer than 80 characters.73
errorMethod 'getScriptSymbols' is not designed for extension - needs to be abstract, final or empty.84
errorMissing a Javadoc comment.84
errorLine is longer than 80 characters.89
errorAvoid inline conditionals.89
errorParameter onclick should be final.101

com/nordija/tapestry/bayeux/insert/package.html

ViolationMessageLine
errorMissing package documentation file.0

com/nordija/tapestry/bayeux/form/package.html

ViolationMessageLine
errorMissing package documentation file.0

com/nordija/tapestry/bayeux/downloads/DownloadResource.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine is longer than 80 characters.22
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.32

com/nordija/tapestry/bayeux/stream/StreamAsset.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine is longer than 80 characters.28
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.37
errorLine is longer than 80 characters.39
errorMissing a Javadoc comment.39
errorParameter streamService should be final.39
error'streamService' hides a field.39
errorParameter streamResourceSourceExtentionName should be final.39
error'streamResourceSourceExtentionName' hides a field.39
errorParameter parameters should be final.39
error'parameters' hides a field.39
errorParameter stream should be final.39
error'stream' hides a field.39
errorLine is longer than 80 characters.41
errorMethod 'buildURL' is not designed for extension - needs to be abstract, final or empty.46
errorMissing a Javadoc comment.46
errorMethod 'getResourceAsStream' is not designed for extension - needs to be abstract, final or empty.50
errorMissing a Javadoc comment.50
errorLine is longer than 80 characters.51
errorMethod 'getResourceLocation' is not designed for extension - needs to be abstract, final or empty.54
errorMissing a Javadoc comment.54
errorLine is longer than 80 characters.55
errorMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.58
errorMissing a Javadoc comment.58
errorLine is longer than 80 characters.59
errorMethod 'getLink' is not designed for extension - needs to be abstract, final or empty.62
errorMissing a Javadoc comment.62
errorLine is longer than 80 characters.63
errorLine is longer than 80 characters.64

com/nordija/tapestry/bayeux/stream/DefaultStreamResource.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a Javadoc comment.28
errorMethod 'writeTo' is not designed for extension - needs to be abstract, final or empty.30
errorMissing a Javadoc comment.30
errorParameter out should be final.30
errorMust have at least one statement.38
errorLine has trailing spaces.39

com/nordija/tapestry/bayeux/link/package.html

ViolationMessageLine
errorMissing package documentation file.0

com/nordija/tapestry/bayeux/stream/IStream.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine has trailing spaces.29
errorMissing a Javadoc comment.29

com/nordija/tapestry/bayeux/stream/StreamResourceUtil.java

ViolationMessageLine
errorFile does not end with a newline.0
errorFirst sentence should end with a period.22
errorUtility classes should not have a public or default constructor.28
errorLine is longer than 80 characters.30
errorMissing a Javadoc comment.30
errorParameter in should be final.30
errorParameter out should be final.30
error'1024' is a magic number.31

com/nordija/tapestry/bayeux/stream/StreamService.java

ViolationMessageLine
errorLine is longer than 80 characters.42
errorLine is longer than 80 characters.43
errorLine is longer than 80 characters.45
errorLine is longer than 80 characters.46
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.55
errorLine is longer than 80 characters.56
errorMissing a Javadoc comment.56
errorLine is longer than 80 characters.57
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.58
errorMissing a Javadoc comment.60
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.64
errorMissing a Javadoc comment.66
errorMissing a Javadoc comment.68
errorMethod 'setResponse' is not designed for extension - needs to be abstract, final or empty.70
errorMissing a Javadoc comment.70
errorParameter response should be final.70
error'response' hides a field.70
errorMethod 'setLinkFactory' is not designed for extension - needs to be abstract, final or empty.74
errorMissing a Javadoc comment.74
errorParameter linkFactory should be final.74
error'linkFactory' hides a field.74
errorMethod 'getName' is not designed for extension - needs to be abstract, final or empty.78
errorMissing a Javadoc comment.78
errorMethod 'getLink' is not designed for extension - needs to be abstract, final or empty.82
errorMissing a Javadoc comment.82
errorParameter post should be final.82
errorParameter parameter should be final.82
errorLine is longer than 80 characters.83
errorLine is longer than 80 characters.106
errorAvoid inline conditionals.106
errorAvoid inline conditionals.108
errorLine is longer than 80 characters.111
error'if' construct must use '{}'s.115
errorLine is longer than 80 characters.116
error'if' construct must use '{}'s.118
errorLine is longer than 80 characters.121
errorMethod 'service' is not designed for extension - needs to be abstract, final or empty.129
errorMissing a Javadoc comment.129
errorParameter cycle should be final.129
errorLine is longer than 80 characters.131
errorLine is longer than 80 characters.133
errorLine is longer than 80 characters.136
errorLine is longer than 80 characters.142
errorAvoid inline conditionals.142
error'}' should be on the same line.150
errorLine is longer than 80 characters.152
error'if' construct must use '{}'s.163
errorLine is longer than 80 characters.164
errorLine is longer than 80 characters.171
errorLine is longer than 80 characters.174
errorMethod 'triggerComponent' is not designed for extension - needs to be abstract, final or empty.174
errorMissing a Javadoc comment.174
errorParameter cycle should be final.174
errorParameter stream should be final.174
errorParameter streamResourceSourceExtName should be final.174
errorParameter parameters should be final.174
errorLine is longer than 80 characters.175
errorLine is longer than 80 characters.181
errorLine is longer than 80 characters.188
errorLine is longer than 80 characters.192
errorLine is longer than 80 characters.194
errorMethod 'streamResource' is not designed for extension - needs to be abstract, final or empty.201
errorMissing a Javadoc comment.201
errorParameter resource should be final.201
errorLine is longer than 80 characters.203
errorMethod 'setRequest' is not designed for extension - needs to be abstract, final or empty.214
errorMissing a Javadoc comment.214
errorParameter webRequest should be final.214
error'webRequest' hides a field.214
errorMethod 'setRequestCycle' is not designed for extension - needs to be abstract, final or empty.218
errorMissing a Javadoc comment.218
errorParameter requestCycle should be final.218
error'requestCycle' hides a field.218

com/nordija/tapestry/bayeux/chart/package.html

ViolationMessageLine
errorMissing package documentation file.0

com/nordija/tapestry/bayeux/delegate/package.html

ViolationMessageLine
errorMissing package documentation file.0

com/nordija/tapestry/bayeux/chart/IJFreeChartProvider.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a Javadoc comment.24
errorMissing a Javadoc comment.25
errorFirst sentence should end with a period.27

com/nordija/tapestry/bayeux/downloads/package.html

ViolationMessageLine
errorMissing package documentation file.0

com/nordija/tapestry/bayeux/stream/StreamResource.java

ViolationMessageLine
errorLine is longer than 80 characters.22
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.34

com/nordija/tapestry/bayeux/delegate/RequiredValidationDelegate.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine is longer than 80 characters.30
errorLine is longer than 80 characters.32
errorLine is longer than 80 characters.41
errorMethod 'writeSuffix' is not designed for extension - needs to be abstract, final or empty.41
errorMissing a Javadoc comment.41
errorParameter writer should be final.41
errorParameter cycle should be final.41
errorParameter component should be final.41
errorParameter validator should be final.41
errorLine is longer than 80 characters.60
errorLine is longer than 80 characters.62
errorLine is longer than 80 characters.63
errorParameter component should be final.65
errorLine is longer than 80 characters.71
errorLine is longer than 80 characters.73

com/nordija/tapestry/bayeux/stream/StreamLink.java

ViolationMessageLine
errorLine is longer than 80 characters.27
errorLine is longer than 80 characters.33
errorLine is longer than 80 characters.36
errorExpected an @return tag.40
errorFirst sentence should end with a period.42
errorExpected an @return tag.47
errorFirst sentence should end with a period.49
errorExpected an @return tag.54
errorFirst sentence should end with a period.56
errorExpected an @return tag.62
errorMethod 'getLink' is not designed for extension - needs to be abstract, final or empty.62
errorParameter cycle should be final.62
errorExpected @param tag for 'cycle'.62
errorLine is longer than 80 characters.63
errorLine is longer than 80 characters.64

com/nordija/tapestry/bayeux/insert/InsertMessages.java

ViolationMessageLine
errorFile does not end with a newline.0
errorClass InsertMessages should be declared as final.25
errorLine is longer than 80 characters.26
errorMissing a Javadoc comment.26
errorName '_formatter' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.26
errorMissing a Javadoc comment.29
errorLine is longer than 80 characters.32
errorMissing a Javadoc comment.32
errorParameter component should be final.32
errorParameter value should be final.32
errorParameter cause should be final.32
errorLine is longer than 80 characters.33
errorMissing a Javadoc comment.36

com/nordija/tapestry/bayeux/stream/jfreechart/SimpleJFreeChartResource.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine is longer than 80 characters.21
errorMissing a Javadoc comment.27
errorMissing a Javadoc comment.28
errorMissing a Javadoc comment.29
errorLine is longer than 80 characters.31
errorMissing a Javadoc comment.31
errorParameter chart should be final.31
errorParameter height should be final.31
error'height' hides a field.31
errorParameter width should be final.31
error'width' hides a field.31
errorParameter imageFormat should be final.31
error'imageFormat' hides a field.31
errorMethod 'getImageFormat' is not designed for extension - needs to be abstract, final or empty.38
errorMissing a Javadoc comment.38
errorMethod 'getHeight' is not designed for extension - needs to be abstract, final or empty.42
errorMissing a Javadoc comment.42
errorMethod 'getWidth' is not designed for extension - needs to be abstract, final or empty.46
errorMissing a Javadoc comment.46
errorMethod 'getContentDisposition' is not designed for extension - needs to be abstract, final or empty.50
errorMissing a Javadoc comment.50

com/nordija/tapestry/bayeux/insert/InsertLimited.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.35
errorMethod 'renderComponent' is not designed for extension - needs to be abstract, final or empty.40
errorParameter writer should be final.40
errorExpected @param tag for 'writer'.40
errorParameter cycle should be final.40
errorExpected @param tag for 'cycle'.40
error'if' construct must use '{}'s.41
error'if' construct must use '{}'s.46
error'}' should be on the same line.58
errorLine is longer than 80 characters.60
errorLine is longer than 80 characters.70

com/nordija/tapestry/bayeux/stream/StreamServiceParameter.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a Javadoc comment.28
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.38
errorLine is longer than 80 characters.40
errorMissing a Javadoc comment.40
errorParameter stream should be final.40
error'stream' hides a field.40
errorParameter streamResourceSourceExtentionName should be final.40
error'streamResourceSourceExtentionName' hides a field.40
errorParameter serviceParameters should be final.40
error'serviceParameters' hides a field.40
errorLine is longer than 80 characters.41
errorLine is longer than 80 characters.44
errorMissing a Javadoc comment.44
errorParameter stream should be final.44
error'stream' hides a field.44
errorParameter streamResourceSourceExtentionName should be final.44
error'streamResourceSourceExtentionName' hides a field.44
errorParameter serviceParameters should be final.44
error'serviceParameters' hides a field.44
errorParameter invoker should be final.44
errorLine is longer than 80 characters.48
error'if' construct must use '{}'s.53
error'else' construct must use '{}'s.55
errorLine is longer than 80 characters.56
error'if' construct must use '{}'s.63
error'else' construct must use '{}'s.65
errorLine is longer than 80 characters.66
error'if' construct must use '{}'s.73
errorMethod 'getStream' is not designed for extension - needs to be abstract, final or empty.78
errorMissing a Javadoc comment.78
errorMethod 'getStreamResourceSourceExtentionName' is not designed for extension - needs to be abstract, final or empty.82
errorMissing a Javadoc comment.82
errorMethod 'getServiceParameters' is not designed for extension - needs to be abstract, final or empty.86
errorMissing a Javadoc comment.86
errorMethod 'getUpdateParts' is not designed for extension - needs to be abstract, final or empty.90
errorMissing a Javadoc comment.90
errorMethod 'isJson' is not designed for extension - needs to be abstract, final or empty.94
errorMissing a Javadoc comment.94
errorMethod 'isAsync' is not designed for extension - needs to be abstract, final or empty.98
errorMissing a Javadoc comment.98

com/nordija/tapestry/bayeux/downloads/DownloadService.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine is longer than 80 characters.35
errorLine is longer than 80 characters.36
errorLine is longer than 80 characters.38
errorLine is longer than 80 characters.39
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.48
errorLine is longer than 80 characters.49
errorMissing a Javadoc comment.49
errorLine is longer than 80 characters.50
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.57
errorMethod 'setResponse' is not designed for extension - needs to be abstract, final or empty.59
errorMissing a Javadoc comment.59
errorParameter response should be final.59
error'response' hides a field.59
errorMethod 'setLinkFactory' is not designed for extension - needs to be abstract, final or empty.63
errorMissing a Javadoc comment.63
errorParameter linkFactory should be final.63
error'linkFactory' hides a field.63
errorMethod 'getName' is not designed for extension - needs to be abstract, final or empty.67
errorMissing a Javadoc comment.67
errorMethod 'getLink' is not designed for extension - needs to be abstract, final or empty.71
errorMissing a Javadoc comment.71
errorParameter post should be final.71
errorParameter parameter should be final.71
errorMethod 'service' is not designed for extension - needs to be abstract, final or empty.81
errorMissing a Javadoc comment.81
errorParameter cycle should be final.81
errorLine is longer than 80 characters.82
errorLine is longer than 80 characters.84
errorLine is longer than 80 characters.87
errorLine is longer than 80 characters.91
errorLine is longer than 80 characters.97
errorLine is longer than 80 characters.103
errorLine is longer than 80 characters.107
errorLine is longer than 80 characters.111
errorLine is longer than 80 characters.113
errorLine is longer than 80 characters.119
errorMethod 'streamResource' is not designed for extension - needs to be abstract, final or empty.119
errorMissing a Javadoc comment.119
errorParameter resourceId should be final.119
errorParameter resource should be final.119
errorLine is longer than 80 characters.121
error'1024' is a magic number.132

com/nordija/tapestry/bayeux/stream/jfreechart/package.html

ViolationMessageLine
errorMissing package documentation file.0

com/nordija/tapestry/bayeux/form/Html4Button.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine is longer than 80 characters.28
errorLine is longer than 80 characters.30
errorFirst sentence should end with a period.37
errorLine is longer than 80 characters.38
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.56
errorLine is longer than 80 characters.58
errorMethod 'renderFormComponent' is not designed for extension - needs to be abstract, final or empty.58
errorMissing a Javadoc comment.58
errorParameter writer should be final.58
errorParameter cycle should be final.58
errorLine is longer than 80 characters.69
errorMethod 'rewindFormComponent' is not designed for extension - needs to be abstract, final or empty.69
errorMissing a Javadoc comment.69
errorParameter writer should be final.69
errorParameter cycle should be final.69
errorLine is longer than 80 characters.78
errorMissing a Javadoc comment.78
errorParameter cycle should be final.78
errorParameter formName should be final.78
errorParameter buttonName should be final.78
errorParameter writer should be final.78
errorLine is longer than 80 characters.80
errorLine is longer than 80 characters.81
errorLine is longer than 80 characters.84
errorLine is longer than 80 characters.85
errorLine is longer than 80 characters.86
errorLine is longer than 80 characters.106
errorLine is longer than 80 characters.107
errorLine is longer than 80 characters.110
errorMissing a Javadoc comment.121
errorParameter cycle should be final.121
errorParameter buttonName should be final.121
errorLine is longer than 80 characters.126
errorLine is longer than 80 characters.127
errorLine is longer than 80 characters.128
errorLine is longer than 80 characters.129
errorLine is longer than 80 characters.133
errorLine is longer than 80 characters.137
errorMissing a Javadoc comment.151
errorParameter buttonName should be final.151

com/nordija/tapestry/bayeux/stream/jfreechart/JFreeChartResource.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine is longer than 80 characters.28
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.37
errorParameter chart should be final.37
error'chart' hides a field.37
errorFirst sentence should end with a period.50
errorFirst sentence should end with a period.57
errorMethod 'writeTo' is not designed for extension - needs to be abstract, final or empty.64
errorMissing a Javadoc comment.64
errorParameter out should be final.64
errorLine is longer than 80 characters.67
errorLine is longer than 80 characters.70
errorFirst sentence should end with a period.75
errorLine is longer than 80 characters.76
errorMethod 'getContentType' is not designed for extension - needs to be abstract, final or empty.80

com/nordija/tapestry/bayeux/downloads/DownloadLink.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine is longer than 80 characters.34
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.44
errorMethod 'renderComponent' is not designed for extension - needs to be abstract, final or empty.46
errorMissing a Javadoc comment.46
errorParameter writer should be final.46
errorParameter cycle should be final.46
errorLine is longer than 80 characters.51