Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
31 0 0 936

Files

Files Infos Warnings Errors
com/atlassian/gadgets/renderer/internal/AtlassianContainerConfig.java 0 0 78
com/atlassian/gadgets/renderer/internal/BlobCrypterImpl.java 0 0 28
com/atlassian/gadgets/renderer/internal/CachePolicyImpl.java 0 0 13
com/atlassian/gadgets/renderer/internal/ContainerDomainProvider.java 0 0 8
com/atlassian/gadgets/renderer/internal/CustomBlobCrypterSecurityTokenDecoder.java 0 0 50
com/atlassian/gadgets/renderer/internal/FeatureImpl.java 0 0 15
com/atlassian/gadgets/renderer/internal/GadgetRequestContextFactoryImpl.java 0 0 17
com/atlassian/gadgets/renderer/internal/GadgetSpecFactoryImpl.java 0 0 56
com/atlassian/gadgets/renderer/internal/GadgetSpecImpl.java 0 0 125
com/atlassian/gadgets/renderer/internal/GadgetSpecUrlCheckerImpl.java 0 0 41
com/atlassian/gadgets/renderer/internal/SecurityTokenFactoryImpl.java 0 0 25
com/atlassian/gadgets/renderer/internal/UserPrefSpecImpl.java 0 0 52
com/atlassian/gadgets/renderer/internal/guice/AuthModule.java 0 0 19
com/atlassian/gadgets/renderer/internal/guice/InjectorProvider.java 0 0 15
com/atlassian/gadgets/renderer/internal/guice/SalModule.java 0 0 20
com/atlassian/gadgets/renderer/internal/guice/ShindigModule.java 0 0 29
com/atlassian/gadgets/renderer/internal/guice/package.html 0 0 1
com/atlassian/gadgets/renderer/internal/http/HttpClientFetcher.java 0 0 107
com/atlassian/gadgets/renderer/internal/http/TrustedAppContentFetcherFactory.java 0 0 34
com/atlassian/gadgets/renderer/internal/http/package.html 0 0 1
com/atlassian/gadgets/renderer/internal/oauth/AtlassianOAuthFetcher.java 0 0 33
com/atlassian/gadgets/renderer/internal/oauth/AtlassianOAuthFetcherFactory.java 0 0 19
com/atlassian/gadgets/renderer/internal/oauth/AtlassianOAuthStore.java 0 0 58
com/atlassian/gadgets/renderer/internal/oauth/package.html 0 0 1
com/atlassian/gadgets/renderer/internal/package.html 0 0 1
com/atlassian/gadgets/renderer/internal/rewrite/AtlassianGadgetsContentRewriter.java 0 0 24
com/atlassian/gadgets/renderer/internal/rewrite/package.html 0 0 1
com/atlassian/gadgets/renderer/internal/servlet/AtlassianGadgetsGuiceServletContextListener.java 0 0 19
com/atlassian/gadgets/renderer/internal/servlet/GadgetSpecUrlRenderPermissionServletFilter.java 0 0 36
com/atlassian/gadgets/renderer/internal/servlet/TrustedAppMakeRequestHandler.java 0 0 9
com/atlassian/gadgets/renderer/internal/servlet/package.html 0 0 1

Rules

Rules Violations Severity
PackageHtml 6 Errors Error
NewlineAtEndOfFile 2 Errors Error
Translation 0 Errors Error
JavadocMethod 112 Errors Error
JavadocType 18 Errors Error
JavadocVariable 59 Errors Error
JavadocStyle 4 Errors Error
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MemberName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 4 Errors Error
FileLength 0 Errors Error
LineLength 153 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 1 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 6 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 5 Errors Error
WhitespaceAround 127 Errors Error
ModifierOrder 4 Errors Error
RedundantModifier 6 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly 140 Errors Error
NeedBraces 3 Errors Error
RightCurly 14 Errors Error
AvoidInlineConditionals 1 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 30 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 5 Errors Error
MissingSwitchDefault 2 Errors Error
RedundantThrows 8 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 46 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 1 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 0 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 132 Errors Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
47 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

com/atlassian/gadgets/renderer/internal/AtlassianContainerConfig.java

Violation Message Line
Errors Line is longer than 80 characters. 23
Errors Line has trailing spaces. 24
Errors Line is longer than 80 characters. 24
Errors '{' should be on the previous line. 28
Errors Missing a Javadoc comment. 29
Errors Utility classes should not have a public or default constructor. 29
Errors '{' should be on the previous line. 30
Errors Missing a Javadoc comment. 31
Errors Missing a Javadoc comment. 32
Errors Line has trailing spaces. 34
Errors Line is longer than 80 characters. 35
Errors Missing a Javadoc comment. 36
Errors Line has trailing spaces. 37
Errors Missing a Javadoc comment. 38
Errors Line is longer than 80 characters. 39
Errors Parameter applicationProperties should be final. 39
Errors Line is longer than 80 characters. 45
Errors Missing a Javadoc comment. 45
Errors '<' is not preceded with whitespace. 45
Errors '<' is not followed by whitespace. 45
Errors '>' is not preceded with whitespace. 45
Errors Parameter applicationProperties should be final. 45
Errors Line is longer than 80 characters. 47
Errors '<' is not preceded with whitespace. 47
Errors '<' is not followed by whitespace. 47
Errors '>' is not preceded with whitespace. 47
Errors '<' is not preceded with whitespace. 47
Errors '<' is not followed by whitespace. 47
Errors '>' is not preceded with whitespace. 47
Errors '>' is not followed by whitespace. 47
Errors Line is longer than 80 characters. 50
Errors Line is longer than 80 characters. 53
Errors Line has trailing spaces. 70
Errors Line is longer than 80 characters. 101
Errors Line is longer than 80 characters. 105
Errors Line is longer than 80 characters. 111
Errors '<' is not preceded with whitespace. 111
Errors '<' is not followed by whitespace. 111
Errors '>' is not preceded with whitespace. 111
Errors '>' is not followed by whitespace. 111
Errors Line is longer than 80 characters. 128
Errors Line has trailing spaces. 137
Errors Line is longer than 80 characters. 137
Errors Line is longer than 80 characters. 138
Errors Line has trailing spaces. 139
Errors Line has trailing spaces. 140
Errors Line is longer than 80 characters. 142
Errors Line is longer than 80 characters. 144
Errors '{' should be on the previous line. 149
Errors Line is longer than 80 characters. 150
Errors First sentence should end with a period. 155
Errors Line has trailing spaces. 156
Errors Expected an @return tag. 158
Errors Line is longer than 80 characters. 158
Errors Expected @param tag for 'applicationProperties'. 158
Errors '{' should be on the previous line. 163
Errors Line is longer than 80 characters. 164
Errors Method 'getContainers' is not designed for extension - needs to be abstract, final or empty. 172
Errors '<' is not preceded with whitespace. 172
Errors '<' is not followed by whitespace. 172
Errors '>' is not preceded with whitespace. 172
Errors '{' should be on the previous line. 173
Errors Line has trailing spaces. 181
Errors Line is longer than 80 characters. 182
Errors Method 'getJson' is not designed for extension - needs to be abstract, final or empty. 190
Errors Parameter container should be final. 190
Errors Expected @param tag for 'container'. 190
Errors Parameter parameter should be final. 190
Errors '{' should be on the previous line. 191
Errors Line is longer than 80 characters. 192
Errors '{' should be on the previous line. 197
Errors '{' should be on the previous line. 203
Errors '{' should be on the previous line. 205
Errors '{' should be on the previous line. 208
Errors '}' should be on the same line. 210
Errors '{' should be on the previous line. 212
Errors '}' should be on the same line. 217
Errors '{' should be on the previous line. 219

com/atlassian/gadgets/renderer/internal/BlobCrypterImpl.java

Violation Message Line
Errors Missing a Javadoc comment. 14
Errors '{' should be on the previous line. 15
Errors Missing a Javadoc comment. 16
Errors Line has trailing spaces. 17
Errors Missing a Javadoc comment. 18
Errors Parameter factory should be final. 18
Errors '{' should be on the previous line. 19
Errors Missing a Javadoc comment. 23
Errors Parameter factory should be final. 23
Errors '{' should be on the previous line. 24
Errors Line is longer than 80 characters. 25
Errors '{' should be on the previous line. 28
Errors '32' is a magic number. 30
Errors Line has trailing spaces. 37
Errors Line is longer than 80 characters. 38
Errors Method 'unwrap' is not designed for extension - needs to be abstract, final or empty. 38
Errors Missing a Javadoc comment. 38
Errors '<' is not preceded with whitespace. 38
Errors '<' is not followed by whitespace. 38
Errors '>' is not preceded with whitespace. 38
Errors Parameter paramString should be final. 38
Errors Parameter paramInt should be final. 38
Errors Method 'wrap' is not designed for extension - needs to be abstract, final or empty. 43
Errors Missing a Javadoc comment. 43
Errors Parameter paramMap should be final. 43
Errors '<' is not preceded with whitespace. 43
Errors '<' is not followed by whitespace. 43
Errors '>' is not preceded with whitespace. 43

com/atlassian/gadgets/renderer/internal/CachePolicyImpl.java

Violation Message Line
Errors Line is longer than 80 characters. 7
Errors '{' should be on the previous line. 10
Errors First sentence should end with a period. 11
Errors Line is longer than 80 characters. 14
Errors 'static' modifier out of order with the JLS suggestions. 14
Errors Method 'shouldIgnoreCache' is not designed for extension - needs to be abstract, final or empty. 16
Errors Missing a Javadoc comment. 16
Errors Parameter requestCacheSetting should be final. 16
Errors '{' should be on the previous line. 17
Errors '{' should be on the previous line. 20
Errors '{' should be on the previous line. 22
Errors Line is longer than 80 characters. 28
Errors '{' should be on the previous line. 30

com/atlassian/gadgets/renderer/internal/ContainerDomainProvider.java

Violation Message Line
Errors '{' should be on the previous line. 11
Errors Missing a Javadoc comment. 12
Errors Missing a Javadoc comment. 14
Errors Parameter applicationProperties should be final. 14
Errors 'applicationProperties' hides a field. 14
Errors Line has trailing spaces. 21
Errors Method 'getDomain' is not designed for extension - needs to be abstract, final or empty. 24
Errors '{' should be on the previous line. 25

com/atlassian/gadgets/renderer/internal/CustomBlobCrypterSecurityTokenDecoder.java

Violation Message Line
Errors Unused import - org.apache.shindig.auth.AnonymousSecurityToken. 7
Errors Line is longer than 80 characters. 15
Errors Line is longer than 80 characters. 17
Errors Missing a Javadoc comment. 17
Errors Missing a Javadoc comment. 19
Errors Missing a Javadoc comment. 20
Errors Line is longer than 80 characters. 22
Errors Missing a Javadoc comment. 22
Errors Parameter crypter should be final. 22
Errors 'crypter' hides a field. 22
Errors Parameter domainProvider should be final. 22
Errors 'domainProvider' hides a field. 22
Errors Line has trailing spaces. 25
Errors Expected an @return tag. 31
Errors Line is longer than 80 characters. 31
Errors Method 'createToken' is not designed for extension - needs to be abstract, final or empty. 31
Errors Parameter tokenParameters should be final. 31
Errors '<' is not preceded with whitespace. 31
Errors '<' is not followed by whitespace. 31
Errors '>' is not preceded with whitespace. 31
Errors Expected @param tag for 'tokenParameters'. 31
Errors Expected @throws tag for 'SecurityTokenException'. 31
Errors Line is longer than 80 characters. 33
Errors '{' should be on the previous line. 35
Errors '{' should be on the previous line. 41
Errors Line is longer than 80 characters. 45
Errors '{' should be on the previous line. 51
Errors Line is longer than 80 characters. 52
Errors '}' should be on the same line. 53
Errors '{' should be on the previous line. 55
Errors Line has trailing spaces. 59
Errors Line is longer than 80 characters. 61
Errors Expected an @return tag. 63
Errors Line is longer than 80 characters. 63
Errors Parameter crypter should be final. 63
Errors Expected @param tag for 'crypter'. 63
Errors Parameter container should be final. 63
Errors Expected @param tag for 'container'. 63
Errors Parameter domain should be final. 63
Errors Expected @param tag for 'domain'. 63
Errors Parameter token should be final. 63
Errors Expected @param tag for 'token'. 63
Errors Expected @throws tag for 'BlobCrypterException'. 64
Errors '{' should be on the previous line. 65
Errors '<' is not preceded with whitespace. 66
Errors '<' is not followed by whitespace. 66
Errors '>' is not preceded with whitespace. 66
Errors '3600' is a magic number. 66
Errors Line is longer than 80 characters. 67
Errors '{' should be on the previous line. 73

com/atlassian/gadgets/renderer/internal/FeatureImpl.java

Violation Message Line
Errors Unused import - java.util.Map. 5
Errors Unused import - java.util.Collections. 6
Errors Missing a Javadoc comment. 8
Errors '{' should be on the previous line. 9
Errors Missing a Javadoc comment. 10
Errors Missing a Javadoc comment. 12
Errors Parameter feature should be final. 12
Errors '{' should be on the previous line. 13
Errors Method 'getParameterValue' is not designed for extension - needs to be abstract, final or empty. 17
Errors Missing a Javadoc comment. 17
Errors Parameter paramName should be final. 17
Errors '{' should be on the previous line. 18
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 22
Errors Missing a Javadoc comment. 22
Errors '{' should be on the previous line. 23

com/atlassian/gadgets/renderer/internal/GadgetRequestContextFactoryImpl.java

Violation Message Line
Errors Line is longer than 80 characters. 17
Errors Missing a Javadoc comment. 19
Errors Missing a Javadoc comment. 20
Errors Line has trailing spaces. 25
Errors Line is longer than 80 characters. 25
Errors Line is longer than 80 characters. 27
Errors Parameter localeResolver should be final. 27
Errors 'localeResolver' hides a field. 27
Errors Parameter userManager should be final. 27
Errors 'userManager' hides a field. 27
Errors Missing a Javadoc comment. 33
Errors Parameter request should be final. 33
Errors '{' should be on the previous line. 34
Errors Missing a Javadoc comment. 42
Errors Parameter request should be final. 42
Errors '{' should be on the previous line. 43
Errors Line is longer than 80 characters. 44

com/atlassian/gadgets/renderer/internal/GadgetSpecFactoryImpl.java

Violation Message Line
Errors Missing a Javadoc comment. 24
Errors '{' should be on the previous line. 25
Errors Missing a Javadoc comment. 26
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 28
Errors Missing a Javadoc comment. 29
Errors Line is longer than 80 characters. 31
Errors Missing a Javadoc comment. 31
Errors Parameter provider should be final. 31
Errors '<' is not preceded with whitespace. 31
Errors '<' is not followed by whitespace. 31
Errors '>' is not preceded with whitespace. 31
Errors Parameter cachePolicy should be final. 31
Errors 'cachePolicy' hides a field. 31
Errors Line is longer than 80 characters. 33
Errors Line is longer than 80 characters. 35
Errors Line is longer than 80 characters. 39
Errors Method 'getGadgetSpec' is not designed for extension - needs to be abstract, final or empty. 39
Errors Missing a Javadoc comment. 39
Errors Parameter gadgetContext should be final. 39
Errors Line is longer than 80 characters. 41
Errors Line is longer than 80 characters. 42
Errors Line is longer than 80 characters. 45
Errors Method 'getGadgetSpec' is not designed for extension - needs to be abstract, final or empty. 45
Errors Missing a Javadoc comment. 45
Errors Redundant throws: 'GadgetParsingException' is unchecked exception. 45
Errors Line is longer than 80 characters. 47
Errors Line is longer than 80 characters. 50
Errors Method 'getGadgetSpec' is not designed for extension - needs to be abstract, final or empty. 50
Errors Missing a Javadoc comment. 50
Errors Parameter uri should be final. 50
Errors Parameter gadgetRequestContext should be final. 50
Errors Redundant throws: 'GadgetParsingException' is unchecked exception. 50
Errors Line is longer than 80 characters. 52
Errors '<' is not preceded with whitespace. 52
Errors '<' is not followed by whitespace. 52
Errors ',' is not followed by whitespace. 52
Errors '>' is not preceded with whitespace. 52
Errors '>' is not followed by whitespace. 52
Errors Missing a Javadoc comment. 55
Errors '<' is not preceded with whitespace. 56
Errors '<' is not followed by whitespace. 56
Errors '>' is not preceded with whitespace. 56
Errors Line is longer than 80 characters. 57
Errors Redundant throws: 'GadgetParsingException' is unchecked exception. 58
Errors '{' should be on the previous line. 59
Errors '{' should be on the previous line. 64
Errors '{' should be on the previous line. 70
Errors Line is longer than 80 characters. 71
Errors '{' should be on the previous line. 76
Errors '{' should be on the previous line. 82
Errors '{' should be on the previous line. 88
Errors '{' should be on the previous line. 90
Errors '{' should be on the previous line. 98
Errors '}' should be on the same line. 100
Errors '{' should be on the previous line. 102

com/atlassian/gadgets/renderer/internal/GadgetSpecImpl.java

Violation Message Line
Errors Missing a Javadoc comment. 23
Errors '{' should be on the previous line. 24
Errors Missing a Javadoc comment. 25
Errors Missing a Javadoc comment. 26
Errors Line is longer than 80 characters. 28
Errors Missing a Javadoc comment. 28
Errors Parameter shindigGadgetSpec should be final. 28
Errors 'shindigGadgetSpec' hides a field. 28
Errors Parameter gadgetFeatureRegistry should be final. 28
Errors 'gadgetFeatureRegistry' hides a field. 28
Errors Method 'isScrolling' is not designed for extension - needs to be abstract, final or empty. 34
Errors Missing a Javadoc comment. 34
Errors '{' should be on the previous line. 35
Errors Method 'getHeight' is not designed for extension - needs to be abstract, final or empty. 39
Errors Missing a Javadoc comment. 39
Errors '{' should be on the previous line. 40
Errors Method 'getWidth' is not designed for extension - needs to be abstract, final or empty. 44
Errors Missing a Javadoc comment. 44
Errors '{' should be on the previous line. 45
Errors Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. 49
Errors Missing a Javadoc comment. 49
Errors '{' should be on the previous line. 50
Errors Method 'getTitleUrl' is not designed for extension - needs to be abstract, final or empty. 54
Errors Missing a Javadoc comment. 54
Errors '{' should be on the previous line. 55
Errors Line is longer than 80 characters. 56
Errors Method 'getThumbnail' is not designed for extension - needs to be abstract, final or empty. 59
Errors Missing a Javadoc comment. 59
Errors '{' should be on the previous line. 60
Errors Line is longer than 80 characters. 61
Errors Missing a Javadoc comment. 64
Errors Parameter shindigUri should be final. 64
Errors '{' should be on the previous line. 65
Errors '{' should be on the previous line. 67
Errors Method 'getAuthor' is not designed for extension - needs to be abstract, final or empty. 73
Errors Missing a Javadoc comment. 73
Errors '{' should be on the previous line. 74
Errors Method 'getAuthorEmail' is not designed for extension - needs to be abstract, final or empty. 78
Errors Missing a Javadoc comment. 78
Errors '{' should be on the previous line. 79
Errors Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 83
Errors Missing a Javadoc comment. 83
Errors '{' should be on the previous line. 84
Errors Method 'getDirectoryTitle' is not designed for extension - needs to be abstract, final or empty. 88
Errors Missing a Javadoc comment. 88
Errors '{' should be on the previous line. 89
Errors Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. 93
Errors Missing a Javadoc comment. 93
Errors '{' should be on the previous line. 94
Errors Method 'getUserPrefs' is not designed for extension - needs to be abstract, final or empty. 98
Errors Missing a Javadoc comment. 98
Errors '<' is not preceded with whitespace. 98
Errors '<' is not followed by whitespace. 98
Errors '>' is not preceded with whitespace. 98
Errors '{' should be on the previous line. 99
Errors Line is longer than 80 characters. 100
Errors '<' is not preceded with whitespace. 100
Errors '<' is not followed by whitespace. 100
Errors '>' is not preceded with whitespace. 100
Errors '>' is not followed by whitespace. 100
Errors Line is longer than 80 characters. 102
Errors Parameter userPref should be final. 102
Errors Missing a Javadoc comment. 109
Errors '<' is not preceded with whitespace. 109
Errors '<' is not followed by whitespace. 109
Errors '>' is not preceded with whitespace. 109
Errors '{' should be on the previous line. 110
Errors Method 'supportsView' is not designed for extension - needs to be abstract, final or empty. 114
Errors Missing a Javadoc comment. 114
Errors Parameter view should be final. 114
Errors '{' should be on the previous line. 115
Errors '<' is not preceded with whitespace. 116
Errors '<' is not followed by whitespace. 116
Errors '>' is not preceded with whitespace. 116
Errors Line is longer than 80 characters. 117
Errors Method 'getFeatures' is not designed for extension - needs to be abstract, final or empty. 120
Errors Missing a Javadoc comment. 120
Errors '<' is not preceded with whitespace. 120
Errors '<' is not followed by whitespace. 120
Errors '>' is not preceded with whitespace. 120
Errors '{' should be on the previous line. 121
Errors Line is longer than 80 characters. 122
Errors '<' is not preceded with whitespace. 122
Errors '<' is not followed by whitespace. 122
Errors ',' is not followed by whitespace. 122
Errors '>' is not preceded with whitespace. 122
Errors '<' is not preceded with whitespace. 123
Errors '<' is not followed by whitespace. 123
Errors ',' is not followed by whitespace. 123
Errors '>' is not preceded with whitespace. 123
Errors '<' is not preceded with whitespace. 123
Errors '<' is not followed by whitespace. 123
Errors ',' is not followed by whitespace. 123
Errors '>' is not preceded with whitespace. 123
Errors '>' is not followed by whitespace. 123
Errors '{' should be on the previous line. 125
Errors Line is longer than 80 characters. 126
Errors Method 'getUnsupportedFeatureNames' is not designed for extension - needs to be abstract, final or empty. 131
Errors Missing a Javadoc comment. 131
Errors '<' is not preceded with whitespace. 131
Errors '<' is not followed by whitespace. 131
Errors '>' is not preceded with whitespace. 131
Errors '{' should be on the previous line. 132
Errors '<' is not preceded with whitespace. 133
Errors '<' is not followed by whitespace. 133
Errors '>' is not preceded with whitespace. 133
Errors '<' is not preceded with whitespace. 133
Errors '<' is not followed by whitespace. 133
Errors '>' is not preceded with whitespace. 133
Errors '>' is not followed by whitespace. 133
Errors '<' is not preceded with whitespace. 136
Errors '<' is not followed by whitespace. 136
Errors '>' is not preceded with whitespace. 136
Errors '<' is not preceded with whitespace. 136
Errors '<' is not followed by whitespace. 136
Errors '>' is not preceded with whitespace. 136
Errors '>' is not followed by whitespace. 136
Errors Line is longer than 80 characters. 137
Errors '<' is not preceded with whitespace. 137
Errors '<' is not followed by whitespace. 137
Errors ',' is not followed by whitespace. 137
Errors '>' is not preceded with whitespace. 137
Errors '{' should be on the previous line. 139
Errors '{' should be on the previous line. 141
Errors Line is longer than 80 characters. 146

com/atlassian/gadgets/renderer/internal/GadgetSpecUrlCheckerImpl.java

Violation Message Line
Errors Line is longer than 80 characters. 14
Errors Line is longer than 80 characters. 24
Errors '{' should be on the previous line. 29
Errors Missing a Javadoc comment. 30
Errors Missing a Javadoc comment. 32
Errors '<' is not preceded with whitespace. 32
Errors '<' is not followed by whitespace. 32
Errors '>' is not preceded with whitespace. 32
Errors Line is longer than 80 characters. 35
Errors Line is longer than 80 characters. 38
Errors Unused @throws tag for 'NullPointerException'. 40
Errors Line is longer than 80 characters. 42
Errors Parameter permissions should be final. 42
Errors '<' is not preceded with whitespace. 42
Errors '<' is not followed by whitespace. 42
Errors '>' is not preceded with whitespace. 42
Errors 'permissions' hides a field. 42
Errors Method 'assertRenderable' is not designed for extension - needs to be abstract, final or empty. 48
Errors Missing a Javadoc comment. 48
Errors '{' should be on the previous line. 49
Errors '{' should be on the previous line. 52
Errors Line is longer than 80 characters. 53
Errors '+' should be on a new line. 53
Errors '{' should be on the previous line. 61
Errors Line has trailing spaces. 62
Errors '{' should be on the previous line. 64
Errors '}' should be on the same line. 66
Errors '{' should be on the previous line. 68
Errors '{' should be on the previous line. 70
Errors Line is longer than 80 characters. 71
Errors '}' should be on the same line. 72
Errors '{' should be on the previous line. 74
Errors Line is longer than 80 characters. 78
Errors '+' should be on a new line. 78
Errors switch without "default" clause. 81
Errors '{' should be on the previous line. 82
Errors '+' should be on a new line. 84
Errors Line is longer than 80 characters. 85
Errors '{' should be on the previous line. 97
Errors Line is longer than 80 characters. 98
Errors '+' should be on a new line. 98

com/atlassian/gadgets/renderer/internal/SecurityTokenFactoryImpl.java

Violation Message Line
Errors Line is longer than 80 characters. 8
Errors Missing a Javadoc comment. 11
Errors '{' should be on the previous line. 12
Errors Missing a Javadoc comment. 13
Errors Missing a Javadoc comment. 14
Errors Line has trailing spaces. 15
Errors Line is longer than 80 characters. 16
Errors Missing a Javadoc comment. 16
Errors Parameter crypter should be final. 16
Errors 'crypter' hides a field. 16
Errors Parameter domainProvider should be final. 16
Errors 'domainProvider' hides a field. 16
Errors Line has trailing spaces. 21
Errors Method 'newSecurityToken' is not designed for extension - needs to be abstract, final or empty. 22
Errors Missing a Javadoc comment. 22
Errors Parameter state should be final. 22
Errors Parameter viewer should be final. 22
Errors '{' should be on the previous line. 23
Errors Line is longer than 80 characters. 24
Errors '{' should be on the previous line. 26
Errors Line is longer than 80 characters. 29
Errors Line has trailing spaces. 33
Errors '{' should be on the previous line. 36
Errors '}' should be on the same line. 38
Errors '{' should be on the previous line. 40

com/atlassian/gadgets/renderer/internal/UserPrefSpecImpl.java

Violation Message Line
Errors Missing a Javadoc comment. 14
Errors '{' should be on the previous line. 16
Errors Missing a Javadoc comment. 17
Errors Missing a Javadoc comment. 18
Errors Missing a Javadoc comment. 19
Errors Missing a Javadoc comment. 20
Errors Missing a Javadoc comment. 21
Errors '<' is not preceded with whitespace. 21
Errors '<' is not followed by whitespace. 21
Errors '>' is not preceded with whitespace. 21
Errors Missing a Javadoc comment. 22
Errors Line is longer than 80 characters. 24
Errors Missing a Javadoc comment. 24
Errors Parameter shindigUserPrefSpec should be final. 24
Errors Line is longer than 80 characters. 27
Errors Avoid inline conditionals. 27
Errors Line is longer than 80 characters. 31
Errors '<' is not preceded with whitespace. 32
Errors '<' is not followed by whitespace. 32
Errors '>' is not preceded with whitespace. 32
Errors 'enumValues' hides a field. 32
Errors '<' is not preceded with whitespace. 32
Errors '<' is not followed by whitespace. 32
Errors '>' is not preceded with whitespace. 32
Errors '>' is not followed by whitespace. 32
Errors Line is longer than 80 characters. 33
Errors Redundant 'final' modifier. 46
Errors '{' should be on the previous line. 47
Errors Redundant 'final' modifier. 56
Errors '{' should be on the previous line. 57
Errors Redundant 'final' modifier. 65
Errors '{' should be on the previous line. 66
Errors Redundant 'final' modifier. 74
Errors '{' should be on the previous line. 75
Errors Redundant 'final' modifier. 84
Errors '<' is not preceded with whitespace. 84
Errors '<' is not followed by whitespace. 84
Errors '>' is not preceded with whitespace. 84
Errors '{' should be on the previous line. 85
Errors Line is longer than 80 characters. 91
Errors Redundant 'final' modifier. 93
Errors '{' should be on the previous line. 94
Errors Missing a Javadoc comment. 98
Errors '{' should be on the previous line. 100
Errors '17' is a magic number. 101
Errors '59' is a magic number. 101
Errors Missing a Javadoc comment. 110
Errors Parameter o should be final. 111
Errors '{' should be on the previous line. 112
Errors 'if' construct must use '{}'s. 113
Errors 'if' construct must use '{}'s. 114
Errors 'if' construct must use '{}'s. 115

com/atlassian/gadgets/renderer/internal/guice/AuthModule.java

Violation Message Line
Errors Line is longer than 80 characters. 11
Errors Unused import - com.google.inject.Module. 16
Errors Line is longer than 80 characters. 20
Errors '{' should be on the previous line. 24
Errors Missing a Javadoc comment. 25
Errors Missing a Javadoc comment. 26
Errors Missing a Javadoc comment. 28
Errors Parameter consumerService should be final. 28
Errors 'consumerService' hides a field. 28
Errors Parameter tokenStore should be final. 28
Errors 'tokenStore' hides a field. 28
Errors '{' should be on the previous line. 29
Errors Line has trailing spaces. 33
Errors Method 'configure' is not designed for extension - needs to be abstract, final or empty. 34
Errors Missing a Javadoc comment. 34
Errors '{' should be on the previous line. 35
Errors Line is longer than 80 characters. 37
Errors Line has trailing spaces. 48
Errors Line has trailing spaces. 51

com/atlassian/gadgets/renderer/internal/guice/InjectorProvider.java

Violation Message Line
Errors First sentence should end with a period. 10
Errors '<' is not preceded with whitespace. 13
Errors '<' is not followed by whitespace. 13
Errors '>' is not preceded with whitespace. 13
Errors '{' should be on the previous line. 14
Errors Missing a Javadoc comment. 15
Errors Line has trailing spaces. 16
Errors Line is longer than 80 characters. 17
Errors Missing a Javadoc comment. 17
Errors Parameter salModule should be final. 17
Errors Parameter shindigModule should be final. 17
Errors Parameter authModule should be final. 17
Errors Method 'get' is not designed for extension - needs to be abstract, final or empty. 27
Errors Missing a Javadoc comment. 27
Errors '{' should be on the previous line. 28

com/atlassian/gadgets/renderer/internal/guice/SalModule.java

Violation Message Line
Errors Missing a Javadoc comment. 9
Errors '{' should be on the previous line. 10
Errors Missing a Javadoc comment. 11
Errors Missing a Javadoc comment. 12
Errors Missing a Javadoc comment. 13
Errors Missing a Javadoc comment. 14
Errors Missing a Javadoc comment. 16
Errors Parameter applicationProperties should be final. 16
Errors 'applicationProperties' hides a field. 16
Errors Parameter trustedApplicationsManager should be final. 17
Errors 'trustedApplicationsManager' hides a field. 17
Errors Parameter userManager should be final. 18
Errors 'userManager' hides a field. 18
Errors Parameter pluginSettingsFactory should be final. 19
Errors 'pluginSettingsFactory' hides a field. 19
Errors '{' should be on the previous line. 20
Errors Method 'configure' is not designed for extension - needs to be abstract, final or empty. 27
Errors Missing a Javadoc comment. 27
Errors '{' should be on the previous line. 29
Errors Line is longer than 80 characters. 31

com/atlassian/gadgets/renderer/internal/guice/ShindigModule.java

Violation Message Line
Errors Line is longer than 80 characters. 19
Errors Line is longer than 80 characters. 20
Errors Line is longer than 80 characters. 27
Errors '{' should be on the previous line. 31
Errors Missing a Javadoc comment. 32
Errors 'static' modifier out of order with the JLS suggestions. 32
Errors Missing a Javadoc comment. 33
Errors 'static' modifier out of order with the JLS suggestions. 33
Errors Missing a Javadoc comment. 35
Errors Missing a Javadoc comment. 36
Errors Missing a Javadoc comment. 38
Errors Parameter decoder should be final. 38
Errors 'decoder' hides a field. 38
Errors '{' should be on the previous line. 39
Errors Line is longer than 80 characters. 46
Errors Missing a Javadoc comment. 46
Errors Parameter propertiesFile should be final. 46
Errors Parameter properties should be final. 46
Errors 'properties' hides a field. 46
Errors '{' should be on the previous line. 50
Errors '}' should be on the same line. 53
Errors '{' should be on the previous line. 55
Errors Line is longer than 80 characters. 57
Errors '}' should be on the same line. 58
Errors '{' should be on the previous line. 60
Errors Method 'configure' is not designed for extension - needs to be abstract, final or empty. 65
Errors Missing a Javadoc comment. 65
Errors '{' should be on the previous line. 67
Errors Line is longer than 80 characters. 70

com/atlassian/gadgets/renderer/internal/guice/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/atlassian/gadgets/renderer/internal/http/HttpClientFetcher.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 65
Errors Missing a Javadoc comment. 67
Errors Missing a Javadoc comment. 69
Errors Parameter cache should be final. 70
Errors 'cache' hides a field. 70
Errors Method 'fetch' is not designed for extension - needs to be abstract, final or empty. 75
Errors Parameter request should be final. 75
Errors Line is longer than 80 characters. 84
Errors '||' should be on a new line. 97
Errors Missing a Javadoc comment. 105
Errors Parameter sslProtocol should be final. 105
Errors '{' should be on the previous line. 106
Errors Line is longer than 80 characters. 110
Errors Line is longer than 80 characters. 113
Errors '443' is a magic number. 113
Errors Missing a Javadoc comment. 117
Errors Parameter request should be final. 117
Errors Line is longer than 80 characters. 119
Errors Line is longer than 80 characters. 121
Errors '<' is not preceded with whitespace. 121
Errors '<' is not followed by whitespace. 121
Errors '<' is not preceded with whitespace. 121
Errors '<' is not followed by whitespace. 121
Errors '>' is not preceded with whitespace. 121
Errors '>' is not followed by whitespace. 121
Errors '>' is not preceded with whitespace. 121
Errors Line is longer than 80 characters. 122
Errors Line has trailing spaces. 127
Errors Line is longer than 80 characters. 127
Errors Missing a Javadoc comment. 127
Errors Parameter hcResponse should be final. 127
Errors Line has trailing spaces. 139
Errors Line is longer than 80 characters. 140
Errors Line is longer than 80 characters. 143
Errors Line is longer than 80 characters. 144
Errors Missing a Javadoc comment. 144
Errors Missing a Javadoc comment. 145
Errors Missing a Javadoc comment. 147
Errors Parameter protocol should be final. 147
Errors 'protocol' hides a field. 147
Errors Line has trailing spaces. 150
Errors Missing a Javadoc comment. 151
Errors '{' is followed by whitespace. 153
Errors Line is longer than 80 characters. 157
Errors Missing a Javadoc comment. 157
Errors Parameter sock should be final. 157
Errors Parameter host should be final. 157
Errors Parameter port should be final. 157
Errors Parameter localAddress should be final. 157
Errors Parameter localPort should be final. 157
Errors Parameter params should be final. 157
Errors Redundant throws: 'UnknownHostException' is subclass of 'IOException'. 158
Errors Redundant throws: 'ConnectTimeoutException' is subclass of 'IOException'. 158
Errors Line is longer than 80 characters. 159
Errors Missing a Javadoc comment. 162
Errors Parameter sock should be final. 162
Errors Redundant throws: 'IllegalArgumentException' is unchecked exception. 162
Errors Line is longer than 80 characters. 166
Errors Missing a Javadoc comment. 166
Errors Parameter socket should be final. 166
Errors Parameter host should be final. 166
Errors Parameter port should be final. 166
Errors Parameter autoClose should be final. 166
Errors Redundant throws: 'UnknownHostException' is subclass of 'IOException'. 166
Errors Line has trailing spaces. 170
Errors Line is longer than 80 characters. 171
Errors Missing a Javadoc comment. 171
Errors Line is longer than 80 characters. 172
Errors Missing a Javadoc comment. 172
Errors Line is longer than 80 characters. 179
Errors Line has trailing spaces. 189
Errors Line is longer than 80 characters. 190
Errors Missing a Javadoc comment. 190
Errors 'abstract' modifier out of order with the JLS suggestions. 190
Errors Missing a Javadoc comment. 191
Errors Parameter wrapped should be final. 191
Errors Line has trailing spaces. 194
Errors Missing a Javadoc comment. 195
Errors Line is longer than 80 characters. 196
Errors Redundant throws: 'IllegalStateException' is unchecked exception. 196
Errors Missing a Javadoc comment. 201
Errors Line has trailing spaces. 206
Errors Missing a Javadoc comment. 207
Errors Line has trailing spaces. 209
Errors Line is longer than 80 characters. 210
Errors Missing a Javadoc comment. 210
Errors Missing a Javadoc comment. 211
Errors Missing a Javadoc comment. 215
Errors Parameter is should be final. 216
Errors Line is longer than 80 characters. 221
Errors Missing a Javadoc comment. 221
Errors Missing a Javadoc comment. 222
Errors Missing a Javadoc comment. 226
Errors Parameter is should be final. 227
Errors Missing a Javadoc comment. 232
Errors Missing a Javadoc comment. 233
Errors Missing a Javadoc comment. 233
Errors Missing a Javadoc comment. 233
Errors Missing a Javadoc comment. 233
Errors Missing a Javadoc comment. 233
Errors Missing a Javadoc comment. 233
Errors Missing a Javadoc comment. 233
Errors Line has trailing spaces. 234
Errors Missing a Javadoc comment. 235
Errors Parameter uri should be final. 235
Errors switch without "default" clause. 236

com/atlassian/gadgets/renderer/internal/http/TrustedAppContentFetcherFactory.java

Violation Message Line
Errors '{' should be on the previous line. 24
Errors Missing a Javadoc comment. 25
Errors Missing a Javadoc comment. 26
Errors Missing a Javadoc comment. 28
Errors Line is longer than 80 characters. 29
Errors Parameter remoteContentFetcherFactory should be final. 29
Errors Parameter oauthFetcherFactory should be final. 30
Errors Parameter trustedAppsManager should be final. 31
Errors 'trustedAppsManager' hides a field. 31
Errors Parameter userManager should be final. 32
Errors 'userManager' hides a field. 32
Errors '{' should be on the previous line. 33
Errors Line has trailing spaces. 38
Errors Method 'fetch' is not designed for extension - needs to be abstract, final or empty. 39
Errors Missing a Javadoc comment. 39
Errors Parameter request should be final. 40
Errors '{' should be on the previous line. 41
Errors Missing a Javadoc comment. 46
Errors Parameter request should be final. 46
Errors Parameter username should be final. 46
Errors '{' should be on the previous line. 47
Errors Line has trailing spaces. 49
Errors '!=' is not preceded with whitespace. 50
Errors '!=' is not followed by whitespace. 50
Errors '{' should be on the previous line. 51
Errors Line is longer than 80 characters. 52
Errors Line is longer than 80 characters. 53
Errors Line is longer than 80 characters. 54
Errors Missing a Javadoc comment. 58
Errors Parameter username should be final. 58
Errors '{' should be on the previous line. 59
Errors '{' should be on the previous line. 61
Errors '}' should be on the same line. 63
Errors '{' should be on the previous line. 65

com/atlassian/gadgets/renderer/internal/http/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/atlassian/gadgets/renderer/internal/oauth/AtlassianOAuthFetcher.java

Violation Message Line
Errors Missing a Javadoc comment. 28
Errors '{' should be on the previous line. 29
Errors Missing a Javadoc comment. 30
Errors Line has trailing spaces. 32
Errors Missing a Javadoc comment. 32
Errors Parameter consumerService should be final. 32
Errors 'consumerService' hides a field. 32
Errors Line has trailing spaces. 33
Errors Parameter fetcherConfig should be final. 33
Errors Line has trailing spaces. 34
Errors Parameter nextFetcher should be final. 34
Errors Parameter request should be final. 35
Errors '{' should be on the previous line. 36
Errors Method 'sign' is not designed for extension - needs to be abstract, final or empty. 41
Errors Missing a Javadoc comment. 41
Errors Line is longer than 80 characters. 42
Errors Parameter accessor should be final. 42
Errors Parameter httpMethod should be final. 42
Errors Parameter uri should be final. 42
Errors Parameter params should be final. 42
Errors '<' is not preceded with whitespace. 42
Errors '<' is not followed by whitespace. 42
Errors '>' is not preceded with whitespace. 42
Errors '{' should be on the previous line. 44
Errors Line has trailing spaces. 50
Errors Line is longer than 80 characters. 51
Errors '{' should be on the previous line. 53
Errors Line is longer than 80 characters. 54
Errors Line is longer than 80 characters. 55
Errors '}' should be on the same line. 56
Errors '{' should be on the previous line. 58
Errors Line is longer than 80 characters. 59
Errors Line has trailing spaces. 61

com/atlassian/gadgets/renderer/internal/oauth/AtlassianOAuthFetcherFactory.java

Violation Message Line
Errors Line is longer than 80 characters. 15
Errors '{' should be on the previous line. 20
Errors Missing a Javadoc comment. 21
Errors Missing a Javadoc comment. 23
Errors Line is longer than 80 characters. 24
Errors Parameter fetcherConfig should be final. 24
Errors Parameter consumerService should be final. 24
Errors 'consumerService' hides a field. 24
Errors First sentence should end with a period. 30
Errors Line has trailing spaces. 32
Errors Expected an @return tag. 35
Errors Method 'getOAuthFetcher' is not designed for extension - needs to be abstract, final or empty. 35
Errors Line is longer than 80 characters. 36
Errors Parameter nextFetcher should be final. 36
Errors Expected @param tag for 'nextFetcher'. 36
Errors Parameter request should be final. 36
Errors Expected @param tag for 'request'. 36
Errors Expected @throws tag for 'GadgetException'. 36
Errors Line is longer than 80 characters. 38

com/atlassian/gadgets/renderer/internal/oauth/AtlassianOAuthStore.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters. 20
Errors Line is longer than 80 characters. 21
Errors Line is longer than 80 characters. 22
Errors '{' should be on the previous line. 25
Errors Missing a Javadoc comment. 26
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 29
Errors Line is longer than 80 characters. 30
Errors Parameter consumerService should be final. 30
Errors 'consumerService' hides a field. 30
Errors Parameter tokenStore should be final. 30
Errors 'tokenStore' hides a field. 30
Errors Line has trailing spaces. 35
Errors Line is longer than 80 characters. 36
Errors Method 'getConsumerKeyAndSecret' is not designed for extension - needs to be abstract, final or empty. 36
Errors Missing a Javadoc comment. 36
Errors Parameter securityToken should be final. 36
Errors Parameter service should be final. 36
Errors Parameter provider should be final. 36
Errors Line is longer than 80 characters. 38
Errors Line is longer than 80 characters. 41
Errors Method 'getTokenInfo' is not designed for extension - needs to be abstract, final or empty. 41
Errors Missing a Javadoc comment. 41
Errors Parameter securityToken should be final. 41
Errors Parameter consumerInfo should be final. 41
Errors Parameter serviceName should be final. 41
Errors Parameter tokenName should be final. 41
Errors '{' should be on the previous line. 46
Errors Line is longer than 80 characters. 52
Errors Method 'setTokenInfo' is not designed for extension - needs to be abstract, final or empty. 52
Errors Missing a Javadoc comment. 52
Errors Parameter securityToken should be final. 52
Errors Parameter consumerInfo should be final. 52
Errors Parameter serviceName should be final. 52
Errors Parameter tokenName should be final. 52
Errors Parameter tokenInfo should be final. 52
Errors Line has trailing spaces. 62
Errors Line is longer than 80 characters. 63
Errors Method 'removeToken' is not designed for extension - needs to be abstract, final or empty. 63
Errors Missing a Javadoc comment. 63
Errors Parameter securityToken should be final. 63
Errors Parameter consumerInfo should be final. 63
Errors Parameter serviceName should be final. 63
Errors Parameter tokenName should be final. 63
Errors Missing a Javadoc comment. 69
Errors Parameter service should be final. 69
Errors '{' should be on the previous line. 70
Errors '{' should be on the previous line. 73
Errors '}' should be on the same line. 75
Errors '{' should be on the previous line. 77
Errors '{' should be on the previous line. 80
Errors Line has trailing spaces. 86
Errors Line is longer than 80 characters. 87
Errors Missing a Javadoc comment. 87
Errors Parameter securityToken should be final. 87
Errors Parameter serviceName should be final. 87
Errors Parameter tokenName should be final. 87

com/atlassian/gadgets/renderer/internal/oauth/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/atlassian/gadgets/renderer/internal/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/atlassian/gadgets/renderer/internal/rewrite/AtlassianGadgetsContentRewriter.java

Violation Message Line
Errors Missing a Javadoc comment. 11
Errors '{' should be on the previous line. 13
Errors Missing a Javadoc comment. 14
Errors Missing a Javadoc comment. 16
Errors Parameter specFactory should be final. 17
Errors Line is longer than 80 characters. 18
Errors Parameter includeUrls should be final. 18
Errors Line is longer than 80 characters. 20
Errors Parameter excludeUrls should be final. 20
Errors Line is longer than 80 characters. 22
Errors Parameter expires should be final. 22
Errors Line is longer than 80 characters. 24
Errors Parameter includeTags should be final. 24
Errors Line is longer than 80 characters. 26
Errors Parameter applicationProperties should be final. 26
Errors 'applicationProperties' hides a field. 26
Errors Method 'getProxyUrl' is not designed for extension - needs to be abstract, final or empty. 32
Errors Missing a Javadoc comment. 32
Errors '{' should be on the previous line. 33
Errors Line is longer than 80 characters. 34
Errors Method 'getConcatUrl' is not designed for extension - needs to be abstract, final or empty. 37
Errors Missing a Javadoc comment. 37
Errors '{' should be on the previous line. 38
Errors Line is longer than 80 characters. 39

com/atlassian/gadgets/renderer/internal/rewrite/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/atlassian/gadgets/renderer/internal/servlet/AtlassianGadgetsGuiceServletContextListener.java

Violation Message Line
Errors Line is longer than 80 characters. 12
Errors Missing a Javadoc comment. 12
Errors Missing a Javadoc comment. 14
Errors Line is longer than 80 characters. 16
Errors Missing a Javadoc comment. 16
Errors Parameter provider should be final. 16
Errors '<' is not preceded with whitespace. 16
Errors '<' is not followed by whitespace. 16
Errors '>' is not preceded with whitespace. 16
Errors Line has trailing spaces. 20
Errors Method 'contextInitialized' is not designed for extension - needs to be abstract, final or empty. 21
Errors Missing a Javadoc comment. 21
Errors Parameter event should be final. 21
Errors '{' should be on the previous line. 22
Errors Line is longer than 80 characters. 24
Errors Method 'contextDestroyed' is not designed for extension - needs to be abstract, final or empty. 27
Errors Missing a Javadoc comment. 27
Errors Parameter event should be final. 27
Errors '{' should be on the previous line. 28

com/atlassian/gadgets/renderer/internal/servlet/GadgetSpecUrlRenderPermissionServletFilter.java

Violation Message Line
Errors '{' should be on the previous line. 26
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 29
Errors Line is longer than 80 characters. 30
Errors Missing a Javadoc comment. 30
Errors Line is longer than 80 characters. 34
Errors Line has trailing spaces. 36
Errors Line is longer than 80 characters. 37
Errors Parameter gadgetChecker should be final. 37
Errors 'gadgetChecker' hides a field. 37
Errors Line is longer than 80 characters. 42
Errors Method 'doFilter' is not designed for extension - needs to be abstract, final or empty. 42
Errors Missing a Javadoc comment. 42
Errors Parameter request should be final. 42
Errors Parameter response should be final. 42
Errors Parameter chain should be final. 42
Errors '{' should be on the previous line. 44
Errors '{' should be on the previous line. 50
Errors '{' should be on the previous line. 59
Errors '}' should be on the same line. 61
Errors '{' should be on the previous line. 63
Errors Line is longer than 80 characters. 65
Errors '{' should be on the previous line. 72
Errors '}' should be on the same line. 74
Errors '{' should be on the previous line. 76
Errors Line is longer than 80 characters. 78
Errors '+' should be on a new line. 78
Errors Line has trailing spaces. 83
Errors Missing a Javadoc comment. 85
Errors Parameter filterConfig should be final. 85
Errors '{' is not preceded with whitespace. 85
Errors '{' is not followed by whitespace. 85
Errors '}' is not preceded with whitespace. 85
Errors Missing a Javadoc comment. 86
Errors '{' is not followed by whitespace. 86
Errors '}' is not preceded with whitespace. 86

com/atlassian/gadgets/renderer/internal/servlet/TrustedAppMakeRequestHandler.java

Violation Message Line
Errors Line is longer than 80 characters. 6
Errors Missing a Javadoc comment. 10
Errors '{' should be on the previous line. 12
Errors Missing a Javadoc comment. 13
Errors Line is longer than 80 characters. 14
Errors Parameter contentFetcherFactory should be final. 14
Errors Parameter contentRewriterRegistry should be final. 15
Errors '{' should be on the previous line. 16
Errors Line has trailing spaces. 18

com/atlassian/gadgets/renderer/internal/servlet/package.html

Violation Message Line
Errors Missing package documentation file. 0