Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
37 0 0 1694

Files

Files Infos Warnings Errors
com/atlassian/plugins/rest/module/ApiVersion.java 0 0 77
com/atlassian/plugins/rest/module/ChainingClassLoader.java 0 0 47
com/atlassian/plugins/rest/module/InvalidVersionException.java 0 0 38
com/atlassian/plugins/rest/module/OsgiComponentProviderFactory.java 0 0 120
com/atlassian/plugins/rest/module/OsgiFactory.java 0 0 7
com/atlassian/plugins/rest/module/OsgiResourceConfig.java 0 0 109
com/atlassian/plugins/rest/module/OsgiServiceAccessor.java 0 0 53
com/atlassian/plugins/rest/module/OsgiServiceReferenceResourceFilterFactory.java 0 0 24
com/atlassian/plugins/rest/module/RestApiContext.java 0 0 39
com/atlassian/plugins/rest/module/RestDelegatingServletFilter.java 0 0 170
com/atlassian/plugins/rest/module/RestModuleDescriptor.java 0 0 62
com/atlassian/plugins/rest/module/RestModuleDescriptorFactory.java 0 0 24
com/atlassian/plugins/rest/module/RestServletFilterModuleDescriptor.java 0 0 34
com/atlassian/plugins/rest/module/expand/resolver/OsgiPluginEntityExpanderResolver.java 0 0 17
com/atlassian/plugins/rest/module/expand/resolver/package.html 0 0 1
com/atlassian/plugins/rest/module/filter/ExtensionJerseyFilter.java 0 0 85
com/atlassian/plugins/rest/module/filter/TextHtmlJerseyMvcFilter.java 0 0 19
com/atlassian/plugins/rest/module/filter/package.html 0 0 1
com/atlassian/plugins/rest/module/json/JsonJaxbContextResolver.java 0 0 36
com/atlassian/plugins/rest/module/json/JsonWithPaddingResponseAdapter.java 0 0 18
com/atlassian/plugins/rest/module/json/JsonWithPaddingResponseFilter.java 0 0 35
com/atlassian/plugins/rest/module/json/package.html 0 0 1
com/atlassian/plugins/rest/module/package.html 0 0 1
com/atlassian/plugins/rest/module/scanner/AnnotatedClassScanner.java 0 0 325
com/atlassian/plugins/rest/module/scanner/package.html 0 0 1
com/atlassian/plugins/rest/module/security/SalAuthenticationContext.java 0 0 33
com/atlassian/plugins/rest/module/security/package.html 0 0 1
com/atlassian/plugins/rest/module/servlet/DefaultRestServletModuleManager.java 0 0 106
com/atlassian/plugins/rest/module/servlet/RestServletFilterModuleContainerServlet.java 0 0 13
com/atlassian/plugins/rest/module/servlet/RestServletModuleManager.java 0 0 1
com/atlassian/plugins/rest/module/servlet/RestServletUtilsUpdaterFilter.java 0 0 31
com/atlassian/plugins/rest/module/servlet/ServletUtils.java 0 0 15
com/atlassian/plugins/rest/module/servlet/package.html 0 0 1
com/atlassian/plugins/rest/module/template/RendererImpl.java 0 0 43
com/atlassian/plugins/rest/module/template/VelocityTemplateProcessor.java 0 0 77
com/atlassian/plugins/rest/module/template/VelocityTemplateProcessorServiceFactory.java 0 0 28
com/atlassian/plugins/rest/module/template/package.html 0 0 1

Rules

Rules Violations Severity
PackageHtml 8 Errors Error
NewlineAtEndOfFile 1 Errors Error
Translation 0 Errors Error
JavadocMethod 161 Errors Error
JavadocType 16 Errors Error
JavadocVariable 83 Errors Error
JavadocStyle 6 Errors Error
ConstantName 1 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 257 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 0 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 1 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 462 Errors Error
ModifierOrder 9 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 1 Errors Error
LeftCurly 274 Errors Error
NeedBraces 0 Errors Error
RightCurly 30 Errors Error
AvoidInlineConditionals 16 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 60 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 5 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 2 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 51 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 1 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 0 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 244 Errors Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
1 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

com/atlassian/plugins/rest/module/ApiVersion.java

Violation Message Line
Errors Missing a Javadoc comment. 10
Errors '{' should be on the previous line. 11
Errors Missing a Javadoc comment. 12
Errors 'static' modifier out of order with the JLS suggestions. 12
Errors Line is longer than 80 characters. 14
Errors Missing a Javadoc comment. 14
Errors 'static' modifier out of order with the JLS suggestions. 14
Errors Missing a Javadoc comment. 16
Errors Missing a Javadoc comment. 18
Errors Missing a Javadoc comment. 20
Errors Missing a Javadoc comment. 22
Errors Missing a Javadoc comment. 24
Errors Parameter version should be final. 24
Errors '{' should be on the previous line. 25
Errors '{' should be on the previous line. 27
Errors '{' should be on the previous line. 33
Errors Line is longer than 80 characters. 38
Errors Avoid inline conditionals. 38
Errors Line is longer than 80 characters. 39
Errors '3' is a magic number. 39
Errors Avoid inline conditionals. 39
Errors '3' is a magic number. 39
Errors '4' is a magic number. 40
Errors Method 'getMajor' is not designed for extension - needs to be abstract, final or empty. 43
Errors Missing a Javadoc comment. 43
Errors '{' should be on the previous line. 44
Errors Method 'getMinor' 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 Method 'getMicro' is not designed for extension - needs to be abstract, final or empty. 53
Errors Missing a Javadoc comment. 53
Errors '{' should be on the previous line. 54
Errors Method 'getClassifier' is not designed for extension - needs to be abstract, final or empty. 58
Errors Missing a Javadoc comment. 58
Errors '{' should be on the previous line. 59
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 63
Errors Missing a Javadoc comment. 63
Errors Parameter o should be final. 64
Errors '{' should be on the previous line. 65
Errors '{' should be on the previous line. 67
Errors '{' should be on the previous line. 71
Errors '{' should be on the previous line. 75
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 87
Errors Missing a Javadoc comment. 87
Errors '{' should be on the previous line. 89
Errors Line is longer than 80 characters. 90
Errors '3' is a magic number. 90
Errors '41' is a magic number. 90
Errors Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. 93
Errors Missing a Javadoc comment. 93
Errors Parameter o should be final. 93
Errors '{' should be on the previous line. 94
Errors '{' should be on the previous line. 96
Errors '{' should be on the previous line. 100
Errors '{' should be on the previous line. 104
Errors '{' should be on the previous line. 112
Errors '{' should be on the previous line. 117
Errors '{' should be on the previous line. 122
Errors Missing a Javadoc comment. 128
Errors '<' is not followed by whitespace. 128
Errors '<' is not preceded with whitespace. 128
Errors '<' is not followed by whitespace. 128
Errors '>' is not preceded with whitespace. 128
Errors '>' is not followed by whitespace. 128
Errors '>' is not preceded with whitespace. 128
Errors Parameter n should be final. 128
Errors Parameter m should be final. 128
Errors '{' should be on the previous line. 129
Errors '{' should be on the previous line. 131
Errors '{' should be on the previous line. 135
Errors '{' should be on the previous line. 139
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 145
Errors Missing a Javadoc comment. 145
Errors '{' should be on the previous line. 147
Errors Avoid inline conditionals. 149
Errors Avoid inline conditionals. 150
Errors Avoid inline conditionals. 151

com/atlassian/plugins/rest/module/ChainingClassLoader.java

Violation Message Line
Errors Line is longer than 80 characters. 12
Errors '{' should be on the previous line. 15
Errors '<' is not preceded with whitespace. 19
Errors '<' is not followed by whitespace. 19
Errors '>' is not preceded with whitespace. 19
Errors Missing a Javadoc comment. 21
Errors Parameter classLoaders should be final. 21
Errors 'classLoaders' hides a field. 21
Errors '{' should be on the previous line. 22
Errors Line is longer than 80 characters. 23
Errors Missing a Javadoc comment. 27
Errors Parameter name should be final. 27
Errors '{' should be on the previous line. 28
Errors '{' should be on the previous line. 30
Errors '{' should be on the previous line. 32
Errors '}' should be on the same line. 34
Errors '{' should be on the previous line. 36
Errors Must have at least one statement. 36
Errors Line is longer than 80 characters. 37
Errors Missing a Javadoc comment. 43
Errors Parameter name should be final. 43
Errors '{' should be on the previous line. 44
Errors '{' should be on the previous line. 46
Errors '{' should be on the previous line. 49
Errors Missing a Javadoc comment. 56
Errors Parameter name should be final. 56
Errors '{' should be on the previous line. 57
Errors '{' should be on the previous line. 59
Errors Line is longer than 80 characters. 60
Errors '{' should be on the previous line. 62
Errors Missing a Javadoc comment. 69
Errors Parameter enabled should be final. 69
Errors '{' should be on the previous line. 70
Errors '{' should be on the previous line. 72
Errors Line is longer than 80 characters. 77
Errors Missing a Javadoc comment. 77
Errors Parameter packageName should be final. 77
Errors Parameter enabled should be final. 77
Errors '{' should be on the previous line. 80
Errors Line is longer than 80 characters. 85
Errors Missing a Javadoc comment. 85
Errors Parameter className should be final. 85
Errors Parameter enabled should be final. 85
Errors '{' should be on the previous line. 88
Errors Missing a Javadoc comment. 93
Errors '{' should be on the previous line. 94
Errors '{' should be on the previous line. 96

com/atlassian/plugins/rest/module/InvalidVersionException.java

Violation Message Line
Errors Missing a Javadoc comment. 5
Errors '{' should be on the previous line. 6
Errors Missing a Javadoc comment. 7
Errors Missing a Javadoc comment. 8
Errors Missing a Javadoc comment. 9
Errors Missing a Javadoc comment. 11
Errors Parameter invalidVersion should be final. 11
Errors 'invalidVersion' hides a field. 11
Errors '{' should be on the previous line. 12
Errors Line is longer than 80 characters. 16
Errors Missing a Javadoc comment. 16
Errors Parameter plugin should be final. 16
Errors 'plugin' hides a field. 16
Errors Parameter moduleDescriptor should be final. 16
Errors 'moduleDescriptor' hides a field. 16
Errors Parameter e should be final. 16
Errors Line is longer than 80 characters. 21
Errors Missing a Javadoc comment. 21
Errors Parameter plugin should be final. 21
Errors 'plugin' hides a field. 21
Errors Parameter moduleDescriptor should be final. 21
Errors 'moduleDescriptor' hides a field. 21
Errors Parameter invalidVersion should be final. 21
Errors 'invalidVersion' hides a field. 21
Errors Method 'getInvalidVersion' is not designed for extension - needs to be abstract, final or empty. 28
Errors Missing a Javadoc comment. 28
Errors '{' should be on the previous line. 29
Errors Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. 33
Errors Missing a Javadoc comment. 33
Errors '{' should be on the previous line. 35
Errors '{' should be on the previous line. 37
Errors Line is longer than 80 characters. 38
Errors Line is longer than 80 characters. 39
Errors '}' should be on the same line. 40
Errors '{' should be on the previous line. 42
Errors Line is longer than 80 characters. 43
Errors '+' should be on a new line. 43
Errors Line is longer than 80 characters. 44

com/atlassian/plugins/rest/module/OsgiComponentProviderFactory.java

Violation Message Line
Errors '{' should be on the previous line. 22
Errors '<' is not preceded with whitespace. 31
Errors '<' is not followed by whitespace. 31
Errors '<' is not preceded with whitespace. 31
Errors '<' is not followed by whitespace. 31
Errors '?' is not preceded with whitespace. 31
Errors '>' is not preceded with whitespace. 31
Errors '?' is not followed by whitespace. 31
Errors '>' is not followed by whitespace. 31
Errors '>' is not preceded with whitespace. 31
Errors Missing a Javadoc comment. 33
Errors '<' is not preceded with whitespace. 33
Errors '<' is not followed by whitespace. 33
Errors '?' is not preceded with whitespace. 33
Errors '>' is not preceded with whitespace. 33
Errors '?' is not followed by whitespace. 33
Errors Line is longer than 80 characters. 35
Errors Missing a Javadoc comment. 35
Errors Parameter resourceConfig should be final. 35
Errors Parameter plugin should be final. 35
Errors 'plugin' hides a field. 35
Errors Line is longer than 80 characters. 40
Errors '<' is not preceded with whitespace. 40
Errors '<' is not followed by whitespace. 40
Errors '<' is not preceded with whitespace. 40
Errors '<' is not followed by whitespace. 40
Errors '?' is not preceded with whitespace. 40
Errors '>' is not preceded with whitespace. 40
Errors '?' is not followed by whitespace. 40
Errors '>' is not followed by whitespace. 40
Errors '>' is not preceded with whitespace. 40
Errors 'classes' hides a field. 40
Errors '{' should be on the previous line. 42
Errors '<' is not preceded with whitespace. 43
Errors '<' is not followed by whitespace. 43
Errors '<' is not preceded with whitespace. 43
Errors '<' is not followed by whitespace. 43
Errors '?' is not preceded with whitespace. 43
Errors '>' is not preceded with whitespace. 43
Errors '?' is not followed by whitespace. 43
Errors '>' is not followed by whitespace. 43
Errors '>' is not preceded with whitespace. 43
Errors '>' is not followed by whitespace. 43
Errors '}' should be on the same line. 44
Errors '{' should be on the previous line. 46
Errors '{' should be on the previous line. 51
Errors '}' should be on the same line. 53
Errors '{' should be on the previous line. 55
Errors Missing a Javadoc comment. 60
Errors '<' is not preceded with whitespace. 60
Errors '<' is not followed by whitespace. 60
Errors '?' is not preceded with whitespace. 60
Errors '>' is not preceded with whitespace. 60
Errors '?' is not followed by whitespace. 60
Errors '{' should be on the previous line. 61
Errors Line is longer than 80 characters. 65
Errors Missing a Javadoc comment. 65
Errors Parameter cc should be final. 65
Errors Parameter c should be final. 65
Errors '<' is not preceded with whitespace. 65
Errors '<' is not followed by whitespace. 65
Errors '?' is not preceded with whitespace. 65
Errors '>' is not preceded with whitespace. 65
Errors '?' is not followed by whitespace. 65
Errors '{' should be on the previous line. 68
Errors Line is longer than 80 characters. 72
Errors Avoid inline conditionals. 72
Errors Missing a Javadoc comment. 75
Errors Parameter c should be final. 75
Errors '<' is not preceded with whitespace. 75
Errors '<' is not followed by whitespace. 75
Errors '?' is not preceded with whitespace. 75
Errors '>' is not preceded with whitespace. 75
Errors '?' is not followed by whitespace. 75
Errors '{' should be on the previous line. 76
Errors '{' should be on the previous line. 78
Errors '{' should be on the previous line. 80
Errors Line is longer than 80 characters. 87
Errors Missing a Javadoc comment. 87
Errors Missing a Javadoc comment. 89
Errors Missing a Javadoc comment. 90
Errors '<' is not preceded with whitespace. 90
Errors '<' is not followed by whitespace. 90
Errors '?' is not preceded with whitespace. 90
Errors '>' is not preceded with whitespace. 90
Errors '?' is not followed by whitespace. 90
Errors Line is longer than 80 characters. 92
Errors Missing a Javadoc comment. 92
Errors Parameter plugin should be final. 92
Errors 'plugin' hides a field. 92
Errors Parameter componentClass should be final. 92
Errors '<' is not preceded with whitespace. 92
Errors '<' is not followed by whitespace. 92
Errors '?' is not preceded with whitespace. 92
Errors '>' is not preceded with whitespace. 92
Errors '?' is not followed by whitespace. 92
Errors 'componentClass' hides a field. 92
Errors Missing a Javadoc comment. 98
Errors '{' should be on the previous line. 99
Errors Missing a Javadoc comment. 103
Errors '{' should be on the previous line. 104
Errors Line is longer than 80 characters. 105
Errors '{' should be on the previous line. 108
Errors Missing a Javadoc comment. 114
Errors Parameter o should be final. 114
Errors '{' should be on the previous line. 115
Errors Line is longer than 80 characters. 121
Errors Missing a Javadoc comment. 121
Errors Missing a Javadoc comment. 123
Errors Missing a Javadoc comment. 125
Errors Parameter instance should be final. 125
Errors 'instance' hides a field. 125
Errors '{' should be on the previous line. 126
Errors Missing a Javadoc comment. 130
Errors '{' should be on the previous line. 131
Errors Missing a Javadoc comment. 135
Errors '{' should be on the previous line. 136
Errors Missing a Javadoc comment. 140
Errors Parameter o should be final. 140
Errors '{' should be on the previous line. 141

com/atlassian/plugins/rest/module/OsgiFactory.java

Violation Message Line
Errors Missing a Javadoc comment. 6
Errors '<' is not preceded with whitespace. 6
Errors '<' is not followed by whitespace. 6
Errors '>' is not preceded with whitespace. 6
Errors '{' should be on the previous line. 7
Errors Line is longer than 80 characters. 8
Errors Missing a Javadoc comment. 8

com/atlassian/plugins/rest/module/OsgiResourceConfig.java

Violation Message Line
Errors Line is longer than 80 characters. 5
Errors Unused import - com.sun.jersey.api.core.ResourceConfig. 12
Errors Line is longer than 80 characters. 26
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 '<' is not followed by whitespace. 32
Errors '?' is not preceded with whitespace. 32
Errors '>' is not preceded with whitespace. 32
Errors '?' is not followed by whitespace. 32
Errors '>' is not followed by whitespace. 32
Errors '>' is not preceded with whitespace. 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 '?' is not preceded with whitespace. 32
Errors '>' is not preceded with whitespace. 32
Errors '?' is not followed by whitespace. 32
Errors '>' is not followed by whitespace. 32
Errors '>' is not preceded with whitespace. 32
Errors '>' is not followed by whitespace. 32
Errors '{' is not followed by whitespace. 33
Errors '{' is not preceded with whitespace. 33
Errors '}' is not followed by whitespace. 37
Errors '}' is not preceded with whitespace. 37
Errors Missing a Javadoc comment. 39
Errors '<' is not preceded with whitespace. 39
Errors '<' is not followed by whitespace. 39
Errors '>' is not preceded with whitespace. 39
Errors Missing a Javadoc comment. 41
Errors '<' is not preceded with whitespace. 41
Errors '<' is not followed by whitespace. 41
Errors '<' is not preceded with whitespace. 41
Errors '<' is not followed by whitespace. 41
Errors '?' is not preceded with whitespace. 41
Errors '>' is not preceded with whitespace. 41
Errors '?' is not followed by whitespace. 41
Errors '>' is not followed by whitespace. 41
Errors '>' is not preceded with whitespace. 41
Errors Missing a Javadoc comment. 43
Errors Parameter bundle should be final. 43
Errors 'bundle' hides a field. 43
Errors Line is longer than 80 characters. 44
Errors Parameter containerRequestFilters should be final. 44
Errors '<' is not preceded with whitespace. 44
Errors '<' is not followed by whitespace. 44
Errors '?' is not preceded with whitespace. 44
Errors '>' is not preceded with whitespace. 44
Errors Line is longer than 80 characters. 45
Errors Parameter containerResponseFilters should be final. 45
Errors '<' is not preceded with whitespace. 45
Errors '<' is not followed by whitespace. 45
Errors '?' is not preceded with whitespace. 45
Errors '>' is not preceded with whitespace. 45
Errors Line is longer than 80 characters. 46
Errors Parameter resourceFilterFactories should be final. 46
Errors '<' is not preceded with whitespace. 46
Errors '<' is not followed by whitespace. 46
Errors '?' is not preceded with whitespace. 46
Errors '>' is not preceded with whitespace. 46
Errors Parameter providers should be final. 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 '{' should be on the previous line. 48
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 Line is longer than 80 characters. 57
Errors Missing a Javadoc comment. 62
Errors '{' should be on the previous line. 63
Errors '{' should be on the previous line. 65
Errors Missing a Javadoc comment. 70
Errors '<' is not preceded with whitespace. 71
Errors '<' is not followed by whitespace. 71
Errors '<' is not preceded with whitespace. 71
Errors '<' is not followed by whitespace. 71
Errors '?' is not preceded with whitespace. 71
Errors '>' is not preceded with whitespace. 71
Errors '?' is not followed by whitespace. 71
Errors '>' is not followed by whitespace. 71
Errors '>' is not preceded with whitespace. 71
Errors '{' should be on the previous line. 72
Errors '{' should be on the previous line. 74
Errors Missing a Javadoc comment. 82
Errors '<' is not preceded with whitespace. 82
Errors '<' is not followed by whitespace. 82
Errors '<' is not preceded with whitespace. 82
Errors '<' is not followed by whitespace. 82
Errors '?' is not preceded with whitespace. 82
Errors '>' is not preceded with whitespace. 82
Errors '?' is not followed by whitespace. 82
Errors '>' is not followed by whitespace. 82
Errors '>' is not preceded with whitespace. 82
Errors '{' should be on the previous line. 83
Errors Line is longer than 80 characters. 84
Errors Missing a Javadoc comment. 87
Errors '<' is not preceded with whitespace. 87
Errors '<' is not followed by whitespace. 87
Errors '?' is not preceded with whitespace. 87
Errors '>' is not preceded with whitespace. 87
Errors '?' is not followed by whitespace. 87
Errors '{' should be on the previous line. 88

com/atlassian/plugins/rest/module/OsgiServiceAccessor.java

Violation Message Line
Errors Missing a Javadoc comment. 17
Errors '<' is not preceded with whitespace. 17
Errors '<' is not followed by whitespace. 17
Errors '>' is not preceded with whitespace. 17
Errors '{' should be on the previous line. 18
Errors Missing a Javadoc comment. 19
Errors Missing a Javadoc comment. 21
Errors Missing a Javadoc comment. 23
Errors '<' is not preceded with whitespace. 23
Errors '<' is not followed by whitespace. 23
Errors '>' is not preceded with whitespace. 23
Errors Missing a Javadoc comment. 24
Errors Missing a Javadoc comment. 26
Errors Missing a Javadoc comment. 27
Errors '<' is not preceded with whitespace. 27
Errors '<' is not followed by whitespace. 27
Errors '?' is not preceded with whitespace. 27
Errors '>' is not preceded with whitespace. 27
Errors Line is longer than 80 characters. 29
Errors Missing a Javadoc comment. 29
Errors '<' is not preceded with whitespace. 29
Errors '<' is not followed by whitespace. 29
Errors '>' is not preceded with whitespace. 29
Errors 'serviceType' hides a field. 29
Errors 'bundleContext' hides a field. 29
Errors '<' is not preceded with whitespace. 29
Errors '<' is not followed by whitespace. 29
Errors '?' is not preceded with whitespace. 29
Errors '>' is not preceded with whitespace. 29
Errors 'factory' hides a field. 29
Errors Missing a Javadoc comment. 36
Errors '<' is not preceded with whitespace. 36
Errors '<' is not followed by whitespace. 36
Errors '?' is not preceded with whitespace. 36
Errors '>' is not preceded with whitespace. 36
Errors '{' should be on the previous line. 37
Errors '{' should be on the previous line. 39
Errors Line is longer than 80 characters. 40
Errors '{' should be on the previous line. 42
Errors '}' should be on the same line. 44
Errors '{' should be on the previous line. 46
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 followed by whitespace. 47
Errors Parameter serviceReference should be final. 49
Errors Line is longer than 80 characters. 51
Errors '}' should be on the same line. 55
Errors '{' should be on the previous line. 57
Errors Missing a Javadoc comment. 63
Errors '{' should be on the previous line. 64
Errors '{' should be on the previous line. 66

com/atlassian/plugins/rest/module/OsgiServiceReferenceResourceFilterFactory.java

Violation Message Line
Errors First sentence should end with a period. 13
Errors Line is longer than 80 characters. 14
Errors Missing a Javadoc comment. 18
Errors Missing a Javadoc comment. 19
Errors Line is longer than 80 characters. 21
Errors Missing a Javadoc comment. 21
Errors 'bundleContext' hides a field. 21
Errors 'serviceReference' hides a field. 21
Errors Missing a Javadoc comment. 27
Errors '<' is not preceded with whitespace. 27
Errors '<' is not followed by whitespace. 27
Errors '>' is not preceded with whitespace. 27
Errors '{' should be on the previous line. 28
Errors '{' should be on the previous line. 31
Errors Line is longer than 80 characters. 32
Errors '}' should be on the same line. 33
Errors '{' should be on the previous line. 35
Errors Line is longer than 80 characters. 36
Errors Line is longer than 80 characters. 39
Errors Avoid inline conditionals. 39
Errors '<' is not preceded with whitespace. 39
Errors '<' is not followed by whitespace. 39
Errors '>' is not preceded with whitespace. 39
Errors '>' is not followed by whitespace. 39

com/atlassian/plugins/rest/module/RestApiContext.java

Violation Message Line
Errors Missing a Javadoc comment. 6
Errors '{' should be on the previous line. 7
Errors Missing a Javadoc comment. 8
Errors Missing a Javadoc comment. 10
Errors 'static' modifier out of order with the JLS suggestions. 10
Errors Missing a Javadoc comment. 12
Errors 'static' modifier out of order with the JLS suggestions. 12
Errors Missing a Javadoc comment. 14
Errors Missing a Javadoc comment. 15
Errors Missing a Javadoc comment. 16
Errors Line is longer than 80 characters. 18
Errors Missing a Javadoc comment. 18
Errors Parameter restContext should be final. 18
Errors 'restContext' hides a field. 18
Errors Parameter apiContext should be final. 18
Errors Parameter version should be final. 18
Errors 'version' hides a field. 18
Errors Line is longer than 80 characters. 20
Errors Method 'getRestContext' is not designed for extension - needs to be abstract, final or empty. 28
Errors '{' should be on the previous line. 29
Errors Method 'getApiPath' is not designed for extension - needs to be abstract, final or empty. 36
Errors '{' should be on the previous line. 37
Errors Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 44
Errors '{' should be on the previous line. 45
Errors Method 'getPathToVersion' 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 'getPathToLatest' 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 Method 'getPathToVersion' is not designed for extension - needs to be abstract, final or empty. 59
Errors Missing a Javadoc comment. 59
Errors Parameter version should be final. 59
Errors 'version' hides a field. 59
Errors '{' should be on the previous line. 60
Errors Missing a Javadoc comment. 64
Errors Parameter path should be final. 64
Errors '{' should be on the previous line. 65
Errors Avoid inline conditionals. 66

com/atlassian/plugins/rest/module/RestDelegatingServletFilter.java

Violation Message Line
Errors Line is longer than 80 characters. 5
Errors Line is longer than 80 characters. 6
Errors Line is longer than 80 characters. 8
Errors Line is longer than 80 characters. 9
Errors Line is longer than 80 characters. 10
Errors Line is longer than 80 characters. 11
Errors Line is longer than 80 characters. 43
Errors '{' should be on the previous line. 47
Errors Missing a Javadoc comment. 58
Errors '<' is not preceded with whitespace. 58
Errors '<' is not followed by whitespace. 58
Errors '>' is not preceded with whitespace. 58
Errors Missing a Javadoc comment. 59
Errors '<' is not preceded with whitespace. 59
Errors '<' is not followed by whitespace. 59
Errors '>' is not preceded with whitespace. 59
Errors Missing a Javadoc comment. 60
Errors '<' is not preceded with whitespace. 60
Errors '<' is not followed by whitespace. 60
Errors '>' is not preceded with whitespace. 60
Errors Line is longer than 80 characters. 62
Errors Missing a Javadoc comment. 62
Errors Parameter plugin should be final. 62
Errors Parameter restContextPath should be final. 62
Errors 'restContextPath' hides a field. 62
Errors Line is longer than 80 characters. 64
Errors Line is longer than 80 characters. 67
Errors '<' is not preceded with whitespace. 67
Errors '<' is not followed by whitespace. 67
Errors '>' is not preceded with whitespace. 67
Errors '>' is not followed by whitespace. 67
Errors '<' is not preceded with whitespace. 67
Errors '<' is not followed by whitespace. 67
Errors '>' is not preceded with whitespace. 67
Errors '>' is not followed by whitespace. 67
Errors Line is longer than 80 characters. 69
Errors Parameter bundleContext should be final. 69
Errors Parameter serviceReference should be final. 69
Errors Line is longer than 80 characters. 71
Errors Line is longer than 80 characters. 76
Errors '<' is not preceded with whitespace. 76
Errors '<' is not followed by whitespace. 76
Errors '>' is not preceded with whitespace. 76
Errors '>' is not followed by whitespace. 76
Errors '<' is not preceded with whitespace. 76
Errors '<' is not followed by whitespace. 76
Errors '>' is not preceded with whitespace. 76
Errors '>' is not followed by whitespace. 76
Errors Line is longer than 80 characters. 78
Errors Parameter bundleContext should be final. 78
Errors Parameter serviceReference should be final. 78
Errors Line is longer than 80 characters. 80
Errors Line is longer than 80 characters. 84
Errors '<' is not preceded with whitespace. 84
Errors '<' is not followed by whitespace. 84
Errors '>' is not preceded with whitespace. 84
Errors '>' is not followed by whitespace. 84
Errors '<' is not preceded with whitespace. 84
Errors '<' is not followed by whitespace. 84
Errors '>' is not preceded with whitespace. 84
Errors '>' is not followed by whitespace. 84
Errors Line is longer than 80 characters. 86
Errors Parameter bundleContext should be final. 86
Errors Parameter serviceReference should be final. 86
Errors Line is longer than 80 characters. 88
Errors Line is longer than 80 characters. 92
Errors Missing a Javadoc comment. 96
Errors Parameter config should be final. 96
Errors '{' should be on the previous line. 97
Errors Line is longer than 80 characters. 98
Errors '{' should be on the previous line. 100
Errors Line is longer than 80 characters. 101
Errors '}' should be on the same line. 103
Errors '{' should be on the previous line. 105
Errors Line is longer than 80 characters. 106
Errors Line is longer than 80 characters. 110
Errors Missing a Javadoc comment. 110
Errors Parameter request should be final. 110
Errors Parameter response should be final. 110
Errors Parameter chain should be final. 110
Errors Line is longer than 80 characters. 112
Errors '{' should be on the previous line. 114
Errors Line is longer than 80 characters. 115
Errors Line is longer than 80 characters. 116
Errors '{' should be on the previous line. 120
Errors Line is longer than 80 characters. 121
Errors Line is longer than 80 characters. 122
Errors Line is longer than 80 characters. 124
Errors '}' should be on the same line. 125
Errors '{' should be on the previous line. 127
Errors Line is longer than 80 characters. 128
Errors '}' should be on the same line. 133
Errors '{' should be on the previous line. 135
Errors Line is longer than 80 characters. 136
Errors Line is longer than 80 characters. 137
Errors Line is longer than 80 characters. 138
Errors Missing a Javadoc comment. 142
Errors '{' should be on the previous line. 143
Errors '{' should be on the previous line. 154
Errors Missing a Javadoc comment. 155
Errors Line is longer than 80 characters. 156
Errors Missing a Javadoc comment. 156
Errors '<' is not preceded with whitespace. 156
Errors '<' is not followed by whitespace. 156
Errors '>' is not preceded with whitespace. 156
Errors Line is longer than 80 characters. 157
Errors Missing a Javadoc comment. 157
Errors '<' is not preceded with whitespace. 157
Errors '<' is not followed by whitespace. 157
Errors '>' is not preceded with whitespace. 157
Errors Missing a Javadoc comment. 158
Errors '<' is not preceded with whitespace. 158
Errors '<' is not followed by whitespace. 158
Errors '>' is not preceded with whitespace. 158
Errors Missing a Javadoc comment. 160
Errors Parameter plugin should be final. 160
Errors 'plugin' hides a field. 160
Errors Line is longer than 80 characters. 161
Errors Parameter resourceFilterFactories should be final. 161
Errors '<' is not preceded with whitespace. 161
Errors '<' is not followed by whitespace. 161
Errors '>' is not preceded with whitespace. 161
Errors 'resourceFilterFactories' hides a field. 161
Errors Line is longer than 80 characters. 162
Errors Parameter injectableProviders should be final. 162
Errors '<' is not preceded with whitespace. 162
Errors '<' is not followed by whitespace. 162
Errors '>' is not preceded with whitespace. 162
Errors 'injectableProviders' hides a field. 162
Errors Line is longer than 80 characters. 163
Errors Parameter templateProcessors should be final. 163
Errors '<' is not preceded with whitespace. 163
Errors '<' is not followed by whitespace. 163
Errors '>' is not preceded with whitespace. 163
Errors 'templateProcessors' hides a field. 163
Errors Line is longer than 80 characters. 166
Errors Line is longer than 80 characters. 167
Errors Line is longer than 80 characters. 168
Errors Missing a Javadoc comment. 171
Errors Line is longer than 80 characters. 172
Errors Parameter props should be final. 172
Errors '<' is not preceded with whitespace. 172
Errors '<' is not followed by whitespace. 172
Errors '>' is not preceded with whitespace. 172
Errors Parameter webConfig should be final. 172
Errors Line is longer than 80 characters. 175
Errors Line is longer than 80 characters. 176
Errors '<' is not preceded with whitespace. 176
Errors '<' is not followed by whitespace. 176
Errors '>' is not preceded with whitespace. 176
Errors Avoid inline conditionals. 176
Errors '<' is not preceded with whitespace. 176
Errors '<' is not followed by whitespace. 176
Errors '>' is not preceded with whitespace. 176
Errors '>' is not followed by whitespace. 176
Errors Line is longer than 80 characters. 178
Errors '<' is not preceded with whitespace. 178
Errors '<' is not followed by whitespace. 178
Errors '>' is not preceded with whitespace. 178
Errors '>' is not followed by whitespace. 178
Errors '<' is not preceded with whitespace. 186
Errors '<' is not followed by whitespace. 186
Errors '>' is not preceded with whitespace. 186
Errors Line is longer than 80 characters. 191
Errors Line is longer than 80 characters. 192
Errors Missing a Javadoc comment. 197
Errors Line is longer than 80 characters. 198
Errors Parameter resourceConfig should be final. 198
Errors Parameter webApplication should be final. 198
Errors Line is longer than 80 characters. 200

com/atlassian/plugins/rest/module/RestModuleDescriptor.java

Violation Message Line
Errors Unused import - com.atlassian.plugin.PluginManager. 4
Errors Line is longer than 80 characters. 17
Errors Line is longer than 80 characters. 21
Errors '<' is not preceded with whitespace. 23
Errors '<' is not followed by whitespace. 23
Errors '>' is not preceded with whitespace. 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. 29
Errors Missing a Javadoc comment. 33
Errors Missing a Javadoc comment. 35
Errors Missing a Javadoc comment. 36
Errors Line is longer than 80 characters. 38
Errors Missing a Javadoc comment. 38
Errors Parameter hostContainer should be final. 38
Errors 'hostContainer' hides a field. 38
Errors Parameter servletModuleManager should be final. 38
Errors 'servletModuleManager' hides a field. 38
Errors Parameter restContext should be final. 38
Errors 'restContext' hides a field. 38
Errors Line is longer than 80 characters. 41
Errors Method 'init' is not designed for extension - needs to be abstract, final or empty. 45
Errors Missing a Javadoc comment. 45
Errors Parameter plugin should be final. 46
Errors Parameter element should be final. 46
Errors Redundant throws: 'PluginParseException' is unchecked exception. 46
Errors Line is longer than 80 characters. 50
Errors Line is longer than 80 characters. 54
Errors Line is longer than 80 characters. 55
Errors Line is longer than 80 characters. 58
Errors Line is longer than 80 characters. 59
Errors Missing a Javadoc comment. 62
Errors Parameter element should be final. 62
Errors '{' should be on the previous line. 63
Errors Missing a Javadoc comment. 67
Errors Parameter element should be final. 67
Errors '{' should be on the previous line. 68
Errors '{' should be on the previous line. 70
Errors '}' should be on the same line. 72
Errors '{' should be on the previous line. 74
Errors Missing a Javadoc comment. 80
Errors '{' should be on the previous line. 81
Errors Line is longer than 80 characters. 88
Errors Line is longer than 80 characters. 94
Errors Method 'getModule' is not designed for extension - needs to be abstract, final or empty. 96
Errors '{' should be on the previous line. 97
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 101
Errors Missing a Javadoc comment. 101
Errors Parameter o should be final. 102
Errors '{' should be on the previous line. 103
Errors '{' should be on the previous line. 105
Errors '{' should be on the previous line. 109
Errors '{' should be on the previous line. 113
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 121
Errors Missing a Javadoc comment. 121
Errors '{' should be on the previous line. 123
Errors Method 'disabled' is not designed for extension - needs to be abstract, final or empty. 127
Errors Missing a Javadoc comment. 127
Errors '{' should be on the previous line. 129
Errors '{' should be on the previous line. 131
Errors '{' should be on the previous line. 137

com/atlassian/plugins/rest/module/RestModuleDescriptorFactory.java

Violation Message Line
Errors Line is longer than 80 characters. 13
Errors '<' is not preceded with whitespace. 13
Errors '<' is not followed by whitespace. 13
Errors '>' is not preceded with whitespace. 13
Errors Missing a Javadoc comment. 15
Errors Missing a Javadoc comment. 17
Errors Missing a Javadoc comment. 18
Errors Line is longer than 80 characters. 20
Errors Missing a Javadoc comment. 20
Errors Parameter hostContainer should be final. 20
Errors 'hostContainer' hides a field. 20
Errors Parameter servletModuleManager should be final. 20
Errors 'servletModuleManager' hides a field. 20
Errors Parameter restContextPath should be final. 20
Errors 'restContextPath' hides a field. 20
Errors Line is longer than 80 characters. 22
Errors Line is longer than 80 characters. 24
Errors Method 'getModuleDescriptor' is not designed for extension - needs to be abstract, final or empty. 28
Errors Missing a Javadoc comment. 28
Errors Line is longer than 80 characters. 29
Errors Parameter type should be final. 29
Errors Redundant throws: 'PluginParseException' is unchecked exception. 29
Errors Line is longer than 80 characters. 31
Errors Avoid inline conditionals. 31

com/atlassian/plugins/rest/module/RestServletFilterModuleDescriptor.java

Violation Message Line
Errors Line is longer than 80 characters. 13
Errors Line is longer than 80 characters. 16
Errors Missing a Javadoc comment. 18
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 plugin should be final. 22
Errors 'plugin' hides a field. 22
Errors Parameter hostContainer should be final. 22
Errors Parameter servletModuleManager should be final. 22
Errors Parameter restApiContext should be final. 22
Errors 'restApiContext' hides a field. 22
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 27
Errors Missing a Javadoc comment. 30
Errors Parameter pattern should be final. 31
Errors '{' should be on the previous line. 32
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 35
Errors Missing a Javadoc comment. 35
Errors '{' should be on the previous line. 37
Errors Method 'autowireObject' is not designed for extension - needs to be abstract, final or empty. 41
Errors Missing a Javadoc comment. 41
Errors Parameter obj should be final. 41
Errors '{' should be on the previous line. 42
Errors Method 'getModule' is not designed for extension - needs to be abstract, final or empty. 46
Errors Missing a Javadoc comment. 46
Errors '{' should be on the previous line. 48
Errors Method 'getBasePath' is not designed for extension - needs to be abstract, final or empty. 52
Errors Missing a Javadoc comment. 52
Errors '{' should be on the previous line. 53
Errors Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 57
Errors Missing a Javadoc comment. 57
Errors '{' should be on the previous line. 58

com/atlassian/plugins/rest/module/expand/resolver/OsgiPluginEntityExpanderResolver.java

Violation Message Line
Errors Line is longer than 80 characters. 4
Errors Line is longer than 80 characters. 9
Errors Missing a Javadoc comment. 9
Errors Missing a Javadoc comment. 11
Errors Missing a Javadoc comment. 13
Errors Parameter plugin should be final. 13
Errors 'plugin' hides a field. 13
Errors '{' should be on the previous line. 14
Errors Method 'getEntityExpander' is not designed for extension - needs to be abstract, final or empty. 18
Errors Missing a Javadoc comment. 18
Errors '<' is not preceded with whitespace. 18
Errors '<' is not followed by whitespace. 18
Errors '?' is not preceded with whitespace. 18
Errors '>' is not preceded with whitespace. 18
Errors '?' is not followed by whitespace. 18
Errors Parameter expander should be final. 18
Errors '{' should be on the previous line. 19

com/atlassian/plugins/rest/module/expand/resolver/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/atlassian/plugins/rest/module/filter/ExtensionJerseyFilter.java

Violation Message Line
Errors Line is longer than 80 characters. 21
Errors Line is longer than 80 characters. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25
Errors '{' should be on the previous line. 30
Errors Missing a Javadoc comment. 31
Errors Missing a Javadoc comment. 33
Errors '<' is not preceded with whitespace. 33
Errors '<' is not followed by whitespace. 33
Errors '>' is not preceded with whitespace. 33
Errors Missing a Javadoc comment. 36
Errors Parameter pathExcludePatterns should be final. 36
Errors '<' is not preceded with whitespace. 36
Errors '<' is not followed by whitespace. 36
Errors '>' is not preceded with whitespace. 36
Errors 'pathExcludePatterns' hides a field. 36
Errors '{' should be on the previous line. 37
Errors Line is longer than 80 characters. 42
Errors Missing a Javadoc comment. 42
Errors 'static' modifier out of order with the JLS suggestions. 42
Errors '<' is not preceded with whitespace. 42
Errors '<' is not followed by whitespace. 42
Errors '>' is not preceded with whitespace. 42
Errors '<' is not preceded with whitespace. 42
Errors '<' is not followed by whitespace. 42
Errors '>' is not preceded with whitespace. 42
Errors '>' is not followed by whitespace. 42
Errors '{' is not followed by whitespace. 43
Errors '{' is not preceded with whitespace. 43
Errors '}' is not followed by whitespace. 50
Errors '}' is not preceded with whitespace. 50
Errors Method 'filter' is not designed for extension - needs to be abstract, final or empty. 52
Errors Missing a Javadoc comment. 52
Errors Parameter request should be final. 52
Errors '{' should be on the previous line. 53
Errors Line is longer than 80 characters. 57
Errors Line is longer than 80 characters. 58
Errors Line is longer than 80 characters. 60
Errors Line is longer than 80 characters. 61
Errors Line is longer than 80 characters. 62
Errors Missing a Javadoc comment. 67
Errors Parameter restPath should be final. 67
Errors Parameter extension should be final. 67
Errors '{' should be on the previous line. 68
Errors '{' should be on the previous line. 70
Errors '{' should be on the previous line. 72
Errors Line is longer than 80 characters. 79
Errors Missing a Javadoc comment. 79
Errors Parameter absolutePathWithoutExtension should be final. 79
Errors Parameter queryParams should be final. 79
Errors '<' is not preceded with whitespace. 79
Errors '<' is not followed by whitespace. 79
Errors '<' is not preceded with whitespace. 79
Errors '<' is not followed by whitespace. 79
Errors '>' is not preceded with whitespace. 79
Errors '>' is not followed by whitespace. 79
Errors '>' is not preceded with whitespace. 79
Errors Line is longer than 80 characters. 81
Errors Line is longer than 80 characters. 82
Errors '<' is not preceded with whitespace. 82
Errors '<' is not followed by whitespace. 82
Errors '<' is not preceded with whitespace. 82
Errors '<' is not followed by whitespace. 82
Errors '>' is not preceded with whitespace. 82
Errors '>' is not followed by whitespace. 82
Errors '>' is not preceded with whitespace. 82
Errors '{' should be on the previous line. 85
Errors Line is longer than 80 characters. 92
Errors Missing a Javadoc comment. 92
Errors '<' is not preceded with whitespace. 92
Errors '<' is not followed by whitespace. 92
Errors '>' is not preceded with whitespace. 92
Errors Parameter pathExcludePatterns should be final. 92
Errors '<' is not preceded with whitespace. 92
Errors '<' is not followed by whitespace. 92
Errors '>' is not preceded with whitespace. 92
Errors 'pathExcludePatterns' hides a field. 92
Errors '<' is not preceded with whitespace. 94
Errors '<' is not followed by whitespace. 94
Errors '>' is not preceded with whitespace. 94
Errors '<' is not preceded with whitespace. 94
Errors '<' is not followed by whitespace. 94
Errors '>' is not preceded with whitespace. 94
Errors '>' is not followed by whitespace. 94
Errors '{' should be on the previous line. 96

com/atlassian/plugins/rest/module/filter/TextHtmlJerseyMvcFilter.java

Violation Message Line
Errors Unused import - javax.ws.rs.core.MediaType. 7
Errors Line is longer than 80 characters. 17
Errors Line is longer than 80 characters. 18
Errors Line is longer than 80 characters. 19
Errors Line is longer than 80 characters. 21
Errors Line is longer than 80 characters. 22
Errors Line is longer than 80 characters. 23
Errors Line is longer than 80 characters. 25
Errors '{' should be on the previous line. 29
Errors Method 'filter' is not designed for extension - needs to be abstract, final or empty. 30
Errors Missing a Javadoc comment. 30
Errors '{' should be on the previous line. 31
Errors Line is longer than 80 characters. 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. 33
Errors Line is longer than 80 characters. 34
Errors '{' should be on the previous line. 36

com/atlassian/plugins/rest/module/filter/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/atlassian/plugins/rest/module/json/JsonJaxbContextResolver.java

Violation Message Line
Errors Missing a Javadoc comment. 18
Errors '<' is not preceded with whitespace. 19
Errors '<' is not followed by whitespace. 19
Errors '>' is not preceded with whitespace. 19
Errors '{' should be on the previous line. 20
Errors Missing a Javadoc comment. 21
Errors Missing a Javadoc comment. 23
Errors Missing a Javadoc comment. 25
Errors '<' is not preceded with whitespace. 25
Errors '<' is not followed by whitespace. 25
Errors '<' is not preceded with whitespace. 25
Errors '<' is not followed by whitespace. 25
Errors '?' is not preceded with whitespace. 25
Errors '>' is not preceded with whitespace. 25
Errors '?' is not followed by whitespace. 25
Errors '>' is not followed by whitespace. 25
Errors '>' is not preceded with whitespace. 25
Errors Missing a Javadoc comment. 27
Errors '{' should be on the previous line. 28
Errors Line is longer than 80 characters. 29
Errors Method 'getContext' is not designed for extension - needs to be abstract, final or empty. 33
Errors Missing a Javadoc comment. 33
Errors Parameter type should be final. 33
Errors '<' is not preceded with whitespace. 33
Errors '<' is not followed by whitespace. 33
Errors '?' is not preceded with whitespace. 33
Errors '>' is not preceded with whitespace. 33
Errors '?' is not followed by whitespace. 33
Errors '{' should be on the previous line. 34
Errors Avoid inline conditionals. 35
Errors Missing a Javadoc comment. 38
Errors '{' should be on the previous line. 39
Errors '{' should be on the previous line. 42
Errors Line is longer than 80 characters. 43
Errors '}' should be on the same line. 44
Errors '{' should be on the previous line. 46

com/atlassian/plugins/rest/module/json/JsonWithPaddingResponseAdapter.java

Violation Message Line
Errors Missing a Javadoc comment. 12
Errors '{' should be on the previous line. 13
Errors Missing a Javadoc comment. 14
Errors Missing a Javadoc comment. 15
Errors Missing a Javadoc comment. 17
Errors Line is longer than 80 characters. 19
Errors Missing a Javadoc comment. 19
Errors Parameter callbackFunction should be final. 19
Errors 'callbackFunction' hides a field. 19
Errors Parameter containerResponseWriter should be final. 19
Errors 'containerResponseWriter' hides a field. 19
Errors Line is longer than 80 characters. 27
Errors Missing a Javadoc comment. 27
Errors Parameter contentLength should be final. 27
Errors Parameter response should be final. 27
Errors Line is longer than 80 characters. 30
Errors Missing a Javadoc comment. 37
Errors '{' should be on the previous line. 38

com/atlassian/plugins/rest/module/json/JsonWithPaddingResponseFilter.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. 19
Errors '{' should be on the previous line. 20
Errors Missing a Javadoc comment. 24
Errors Parameter callbackFunctionParameterName should be final. 24
Errors 'callbackFunctionParameterName' hides a field. 24
Errors '{' should be on the previous line. 25
Errors Line is longer than 80 characters. 30
Errors Method 'filter' is not designed for extension - needs to be abstract, final or empty. 30
Errors Missing a Javadoc comment. 30
Errors Parameter request should be final. 30
Errors Parameter response should be final. 30
Errors '{' should be on the previous line. 33
Errors Line is longer than 80 characters. 34
Errors Line is longer than 80 characters. 39
Errors Missing a Javadoc comment. 39
Errors Parameter request should be final. 39
Errors Parameter response should be final. 39
Errors Missing a Javadoc comment. 44
Errors Parameter request should be final. 44
Errors '{' should be on the previous line. 45
Errors Missing a Javadoc comment. 49
Errors Parameter request should be final. 49
Errors '{' should be on the previous line. 50
Errors Line is longer than 80 characters. 51
Errors Missing a Javadoc comment. 54
Errors Parameter response should be final. 54
Errors '{' should be on the previous line. 55
Errors Line is longer than 80 characters. 56
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

com/atlassian/plugins/rest/module/json/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/atlassian/plugins/rest/module/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/atlassian/plugins/rest/module/scanner/AnnotatedClassScanner.java

Violation Message Line
Errors Line is longer than 80 characters. 31
Errors Line is longer than 80 characters. 32
Errors '{' should be on the previous line. 36
Errors Line is longer than 80 characters. 37
Errors Missing a Javadoc comment. 37
Errors 'static' modifier out of order with the JLS suggestions. 37
Errors Missing a Javadoc comment. 39
Errors Missing a Javadoc comment. 40
Errors '<' is not preceded with whitespace. 40
Errors '<' is not followed by whitespace. 40
Errors '>' is not preceded with whitespace. 40
Errors Missing a Javadoc comment. 42
Errors Parameter bundle should be final. 42
Errors 'bundle' hides a field. 42
Errors Parameter annotations 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 '>' is not preceded with whitespace. 42
Errors '?' is not followed by whitespace. 42
Errors '>' is not followed by whitespace. 42
Errors 'annotations' hides a field. 42
Errors '{' should be on the previous line. 43
Errors Missing a Javadoc comment. 51
Errors '<' is not preceded with whitespace. 51
Errors '<' is not followed by whitespace. 51
Errors '<' is not preceded with whitespace. 51
Errors '<' is not followed by whitespace. 51
Errors '?' is not preceded with whitespace. 51
Errors '>' is not preceded with whitespace. 51
Errors '?' is not followed by whitespace. 51
Errors '>' is not followed by whitespace. 51
Errors '>' is not preceded with whitespace. 51
Errors Parameter basePackages should be final. 51
Errors '{' should be on the previous line. 52
Errors '{' should be on the previous line. 55
Errors Line is longer than 80 characters. 56
Errors Missing a Javadoc comment. 61
Errors Parameter bundle should be final. 61
Errors 'bundle' hides a field. 61
Errors '{' should be on the previous line. 62
Errors '{' should be on the previous line. 66
Errors '{' should be on the previous line. 68
Errors Line is longer than 80 characters. 69
Errors '}' should be on the same line. 70
Errors '{' should be on the previous line. 72
Errors Line is longer than 80 characters. 73
Errors '}' should be on the same line. 74
Errors '{' should be on the previous line. 76
Errors Line is longer than 80 characters. 77
Errors '}' should be on the same line. 79
Errors '{' should be on the previous line. 81
Errors Missing a Javadoc comment. 87
Errors '<' is not preceded with whitespace. 87
Errors '<' is not followed by whitespace. 87
Errors '>' is not preceded with whitespace. 87
Errors Parameter packages should be final. 87
Errors '{' should be on the previous line. 88
Errors '<' is not preceded with whitespace. 89
Errors '<' is not followed by whitespace. 89
Errors '>' is not preceded with whitespace. 89
Errors '<' is not preceded with whitespace. 89
Errors '<' is not followed by whitespace. 89
Errors '>' is not preceded with whitespace. 89
Errors '>' is not followed by whitespace. 89
Errors '{' should be on the previous line. 91
Errors Line is longer than 80 characters. 92
Errors Line is longer than 80 characters. 94
Errors Line is longer than 80 characters. 95
Errors '{' should be on the previous line. 97
Errors '}' should be on the same line. 99
Errors '{' should be on the previous line. 101
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 Parameter annotations should be final. 109
Errors 'annotations' hides a field. 109
Errors '{' should be on the previous line. 110
Errors '<' is not preceded with whitespace. 111
Errors '<' is not followed by whitespace. 111
Errors '>' is not preceded with whitespace. 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 '{' should be on the previous line. 113
Errors Line is longer than 80 characters. 114
Errors Missing a Javadoc comment. 119
Errors '<' is not preceded with whitespace. 119
Errors '<' is not followed by whitespace. 119
Errors '<' is not preceded with whitespace. 119
Errors '<' is not followed by whitespace. 119
Errors '?' is not preceded with whitespace. 119
Errors '>' is not preceded with whitespace. 119
Errors '?' is not followed by whitespace. 119
Errors '>' is not followed by whitespace. 119
Errors '>' is not preceded with whitespace. 119
Errors Parameter file should be final. 119
Errors Parameter packageNames should be final. 119
Errors '<' is not preceded with whitespace. 119
Errors '<' is not followed by whitespace. 119
Errors '>' is not preceded with whitespace. 119
Errors '{' should be on the previous line. 120
Errors '<' is not preceded with whitespace. 122
Errors '<' is not followed by whitespace. 122
Errors '<' is not preceded with whitespace. 122
Errors '<' is not followed by whitespace. 122
Errors '?' is not preceded with whitespace. 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. 122
Errors '<' is not followed by whitespace. 122
Errors '<' is not preceded with whitespace. 122
Errors '<' is not followed by whitespace. 122
Errors '?' is not preceded with whitespace. 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 followed by whitespace. 122
Errors Parameter c should be final. 125
Errors '<' is not preceded with whitespace. 125
Errors '<' is not followed by whitespace. 125
Errors '?' is not preceded with whitespace. 125
Errors '>' is not preceded with whitespace. 125
Errors '?' is not followed by whitespace. 125
Errors '{' should be on the previous line. 126
Errors '{' should be on the previous line. 133
Errors Line is longer than 80 characters. 135
Errors '<' is not preceded with whitespace. 135
Errors '<' is not followed by whitespace. 135
Errors '>' is not preceded with whitespace. 135
Errors Line is longer than 80 characters. 138
Errors '{' should be on the previous line. 141
Errors '}' should be on the same line. 143
Errors '{' should be on the previous line. 145
Errors '{' should be on the previous line. 147
Errors '{' should be on the previous line. 149
Errors '}' should be on the same line. 157
Errors '{' should be on the previous line. 159
Errors '}' should be on the same line. 161
Errors '{' should be on the previous line. 163
Errors '{' should be on the previous line. 165
Errors '{' should be on the previous line. 167
Errors '}' should be on the same line. 170
Errors '{' should be on the previous line. 172
Errors Missing a Javadoc comment. 179
Errors Parameter jarFile should be final. 179
Errors Parameter entry should be final. 179
Errors '{' should be on the previous line. 180
Errors Line is longer than 80 characters. 181
Errors Line is longer than 80 characters. 183
Errors Avoid inline conditionals. 183
Errors Missing a Javadoc comment. 186
Errors Parameter jarFile should be final. 186
Errors Parameter entry should be final. 186
Errors '{' should be on the previous line. 187
Errors '{' should be on the previous line. 190
Errors '}' should be on the same line. 193
Errors '{' should be on the previous line. 195
Errors Line is longer than 80 characters. 196
Errors '}' should be on the same line. 197
Errors '{' should be on the previous line. 199
Errors '{' should be on the previous line. 201
Errors '{' should be on the previous line. 203
Errors '}' should be on the same line. 206
Errors '{' should be on the previous line. 208
Errors Line is longer than 80 characters. 209
Errors Missing a Javadoc comment. 214
Errors Parameter className should be final. 214
Errors '{' should be on the previous line. 215
Errors '{' should be on the previous line. 217
Errors '}' should be on the same line. 219
Errors '{' should be on the previous line. 221
Errors Line is longer than 80 characters. 222
Errors Missing a Javadoc comment. 226
Errors '{' should be on the previous line. 227
Errors Missing a Javadoc comment. 229
Errors '<' is not preceded with whitespace. 229
Errors '<' is not followed by whitespace. 229
Errors '>' is not preceded with whitespace. 229
Errors First sentence should end with a period. 236
Errors First sentence should end with a period. 240
Errors Missing a Javadoc comment. 245
Errors Parameter annotations should be final. 245
Errors '<' is not preceded with whitespace. 245
Errors '<' is not followed by whitespace. 245
Errors '>' is not preceded with whitespace. 245
Errors 'annotations' hides a field. 245
Errors '{' should be on the previous line. 246
Errors Line is longer than 80 characters. 250
Errors Missing a Javadoc comment. 250
Errors Parameter version should be final. 250
Errors Parameter access should be final. 250
Errors Parameter name should be final. 250
Errors Parameter signature should be final. 250
Errors Parameter superName should be final. 250
Errors Parameter interfaces should be final. 250
Errors Missing a Javadoc comment. 257
Errors Parameter desc should be final. 257
Errors Parameter visible should be final. 257
Errors '{' should be on the previous line. 258
Errors Line is longer than 80 characters. 263
Errors Missing a Javadoc comment. 263
Errors Parameter name should be final. 263
Errors Parameter outerName should be final. 263
Errors Parameter innerName should be final. 263
Errors Parameter access should be final. 263
Errors Line is longer than 80 characters. 265
Errors Line is longer than 80 characters. 266
Errors '{' should be on the previous line. 268
Errors Missing a Javadoc comment. 275
Errors '{' should be on the previous line. 276
Errors Missing a Javadoc comment. 280
Errors '{' should be on the previous line. 281
Errors Line is longer than 80 characters. 285
Errors Missing a Javadoc comment. 285
Errors Parameter string should be final. 285
Errors Parameter string0 should be final. 285
Errors Parameter string1 should be final. 285
Errors Line is longer than 80 characters. 289
Errors Missing a Javadoc comment. 289
Errors Parameter i should be final. 289
Errors Parameter string should be final. 289
Errors Parameter string0 should be final. 289
Errors Parameter string1 should be final. 289
Errors Parameter object should be final. 289
Errors Missing a Javadoc comment. 294
Errors Parameter string should be final. 294
Errors Parameter string0 should be final. 294
Errors '{' should be on the previous line. 295
Errors Missing a Javadoc comment. 298
Errors Parameter attribute should be final. 298
Errors '{' should be on the previous line. 299
Errors Line is longer than 80 characters. 302
Errors Missing a Javadoc comment. 302
Errors Parameter i should be final. 302
Errors Parameter string should be final. 302
Errors Parameter string0 should be final. 302
Errors Parameter string1 should be final. 302
Errors Parameter string2 should be final. 302
Errors '{' should be on the previous line. 305
Errors Line is longer than 80 characters. 306
Errors '{' should be on the previous line. 313
Errors Line is longer than 80 characters. 317
Errors Parameter desc should be final. 317
Errors Parameter visible should be final. 317
Errors Line is longer than 80 characters. 323
Errors Parameter parameter should be final. 323
Errors Parameter desc should be final. 323
Errors Parameter visible should be final. 323
Errors Parameter attr should be final. 328
Errors '{' should be on the previous line. 329
Errors '{' should be on the previous line. 333
Errors Line is longer than 80 characters. 336
Errors Parameter type should be final. 336
Errors Parameter nLocal should be final. 336
Errors Parameter local should be final. 336
Errors Parameter nStack should be final. 336
Errors Parameter stack should be final. 336
Errors Parameter opcode should be final. 340
Errors '{' should be on the previous line. 341
Errors Parameter opcode should be final. 344
Errors Parameter operand should be final. 344
Errors '{' should be on the previous line. 345
Errors Parameter opcode should be final. 348
Errors Parameter var should be final. 348
Errors '{' should be on the previous line. 349
Errors Parameter opcode should be final. 352
Errors Parameter type should be final. 352
Errors '{' should be on the previous line. 353
Errors Line is longer than 80 characters. 356
Errors Parameter opcode should be final. 356
Errors Parameter owner should be final. 356
Errors Parameter name should be final. 356
Errors Parameter desc should be final. 356
Errors Line is longer than 80 characters. 360
Errors Parameter opcode should be final. 360
Errors Parameter owner should be final. 360
Errors Parameter name should be final. 360
Errors Parameter desc should be final. 360
Errors Parameter opcode should be final. 364
Errors Parameter label should be final. 364
Errors '{' should be on the previous line. 365
Errors Parameter label should be final. 368
Errors '{' should be on the previous line. 369
Errors Parameter cst should be final. 372
Errors '{' should be on the previous line. 373
Errors Parameter var should be final. 376
Errors Parameter increment should be final. 376
Errors '{' should be on the previous line. 377
Errors Line is longer than 80 characters. 380
Errors Parameter min should be final. 380
Errors Parameter max should be final. 380
Errors Parameter dflt should be final. 380
Errors Parameter labels should be final. 380
Errors Line is longer than 80 characters. 384
Errors Parameter dflt should be final. 384
Errors Parameter keys should be final. 384
Errors Parameter labels should be final. 384
Errors Parameter desc should be final. 388
Errors Parameter dims should be final. 388
Errors '{' should be on the previous line. 389
Errors Line is longer than 80 characters. 392
Errors Parameter start should be final. 392
Errors Parameter end should be final. 392
Errors Parameter handler should be final. 392
Errors Parameter type should be final. 392
Errors Line is longer than 80 characters. 396
Errors Parameter name should be final. 396
Errors Parameter desc should be final. 396
Errors Parameter signature should be final. 396
Errors Parameter start should be final. 396
Errors Parameter end should be final. 396
Errors Parameter index should be final. 396
Errors Parameter line should be final. 400
Errors Parameter start should be final. 400
Errors '{' should be on the previous line. 401
Errors Parameter maxStack should be final. 404
Errors Parameter maxLocals should be final. 404
Errors '{' should be on the previous line. 405
Errors '{' should be on the previous line. 409

com/atlassian/plugins/rest/module/scanner/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/atlassian/plugins/rest/module/security/SalAuthenticationContext.java

Violation Message Line
Errors First sentence should end with a period. 10
Errors '{' should be on the previous line. 15
Errors Missing a Javadoc comment. 16
Errors Missing a Javadoc comment. 18
Errors 'userManager' hides a field. 18
Errors '{' should be on the previous line. 19
Errors Method 'getPrincipal' is not designed for extension - needs to be abstract, final or empty. 23
Errors Missing a Javadoc comment. 23
Errors '{' should be on the previous line. 24
Errors Avoid inline conditionals. 26
Errors Method 'isAuthenticated' is not designed for extension - needs to be abstract, final or empty. 29
Errors Missing a Javadoc comment. 29
Errors '{' should be on the previous line. 30
Errors Missing a Javadoc comment. 34
Errors '{' should be on the previous line. 35
Errors Line is longer than 80 characters. 36
Errors Missing a Javadoc comment. 39
Errors '{' should be on the previous line. 40
Errors Missing a Javadoc comment. 41
Errors Missing a Javadoc comment. 43
Errors Parameter userName should be final. 43
Errors 'userName' hides a field. 43
Errors '{' should be on the previous line. 44
Errors Missing a Javadoc comment. 48
Errors '{' should be on the previous line. 49
Errors Missing a Javadoc comment. 53
Errors '{' should be on the previous line. 55
Errors Missing a Javadoc comment. 59
Errors Parameter obj should be final. 60
Errors '{' should be on the previous line. 61
Errors Line is longer than 80 characters. 62
Errors Missing a Javadoc comment. 65
Errors '{' should be on the previous line. 67

com/atlassian/plugins/rest/module/security/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/atlassian/plugins/rest/module/servlet/DefaultRestServletModuleManager.java

Violation Message Line
Errors Line is longer than 80 characters. 30
Errors Missing a Javadoc comment. 30
Errors Line is longer than 80 characters. 33
Errors Line is longer than 80 characters. 35
Errors '<' is not preceded with whitespace. 35
Errors '<' is not followed by whitespace. 35
Errors '>' is not preceded with whitespace. 35
Errors Line is longer than 80 characters. 36
Errors '<' is not preceded with whitespace. 36
Errors '<' is not followed by whitespace. 36
Errors '>' is not preceded with whitespace. 36
Errors '>' is not followed by whitespace. 36
Errors Missing a Javadoc comment. 38
Errors Missing a Javadoc comment. 39
Errors Missing a Javadoc comment. 40
Errors Line is longer than 80 characters. 42
Errors Missing a Javadoc comment. 42
Errors Parameter pluginEventManager should be final. 42
Errors Parameter path should be final. 42
Errors 'path' hides a field. 42
Errors Line is longer than 80 characters. 45
Errors Avoid inline conditionals. 46
Errors Line is longer than 80 characters. 49
Errors Missing a Javadoc comment. 49
Errors Parameter delegate should be final. 49
Errors Parameter filterPathMapper should be final. 49
Errors 'filterPathMapper' hides a field. 49
Errors Parameter path should be final. 49
Errors 'path' hides a field. 49
Errors Avoid inline conditionals. 53
Errors Method 'addServletModule' is not designed for extension - needs to be abstract, final or empty. 56
Errors Missing a Javadoc comment. 56
Errors Parameter descriptor should be final. 56
Errors '{' should be on the previous line. 57
Errors Line is longer than 80 characters. 61
Errors Method 'getServlet' is not designed for extension - needs to be abstract, final or empty. 61
Errors Missing a Javadoc comment. 61
Errors Parameter path should be final. 61
Errors 'path' hides a field. 61
Errors Parameter servletConfig should be final. 61
Errors Method 'removeServletModule' is not designed for extension - needs to be abstract, final or empty. 66
Errors Missing a Javadoc comment. 66
Errors Parameter descriptor should be final. 66
Errors '{' should be on the previous line. 67
Errors Method 'addFilterModule' is not designed for extension - needs to be abstract, final or empty. 71
Errors Missing a Javadoc comment. 71
Errors Parameter descriptor should be final. 71
Errors '{' should be on the previous line. 72
Errors '{' should be on the previous line. 74
Errors Line is longer than 80 characters. 75
Errors Line is longer than 80 characters. 76
Errors Line is longer than 80 characters. 77
Errors '{' should be on the previous line. 80
Errors 'path' hides a field. 82
Errors '{' should be on the previous line. 83
Errors Line is longer than 80 characters. 87
Errors Line is longer than 80 characters. 89
Errors Line is longer than 80 characters. 94
Errors Missing a Javadoc comment. 94
Errors Parameter path should be final. 94
Errors 'path' hides a field. 94
Errors '{' should be on the previous line. 97
Errors Line is longer than 80 characters. 101
Errors '<' is not preceded with whitespace. 101
Errors '<' is not followed by whitespace. 101
Errors '>' is not preceded with whitespace. 101
Errors Avoid inline conditionals. 102
Errors Line is longer than 80 characters. 105
Errors Method 'getFilters' is not designed for extension - needs to be abstract, final or empty. 105
Errors Missing a Javadoc comment. 105
Errors '<' is not preceded with whitespace. 105
Errors '<' is not followed by whitespace. 105
Errors '>' is not preceded with whitespace. 105
Errors Parameter location should be final. 105
Errors Parameter pathInfo should be final. 105
Errors Parameter filterConfig should be final. 105
Errors Line is longer than 80 characters. 107
Errors Method 'removeFilterModule' is not designed for extension - needs to be abstract, final or empty. 110
Errors Missing a Javadoc comment. 110
Errors Parameter descriptor should be final. 110
Errors '{' should be on the previous line. 111
Errors '{' should be on the previous line. 113
Errors Line is longer than 80 characters. 114
Errors Line is longer than 80 characters. 117
Errors Line is longer than 80 characters. 118
Errors Line is longer than 80 characters. 120
Errors Line is longer than 80 characters. 122
Errors Line is longer than 80 characters. 123
Errors '{' should be on the previous line. 125
Errors Line is longer than 80 characters. 126
Errors Method 'getPathPattern' is not designed for extension - needs to be abstract, final or empty. 135
Errors Missing a Javadoc comment. 135
Errors Parameter basePath should be final. 135
Errors '{' should be on the previous line. 136
Errors Line is longer than 80 characters. 137
Errors Line is longer than 80 characters. 140
Errors Missing a Javadoc comment. 140
Errors '<' is not preceded with whitespace. 140
Errors '<' is not followed by whitespace. 140
Errors '>' is not preceded with whitespace. 140
Errors Line is longer than 80 characters. 142
Errors Missing a Javadoc comment. 142
Errors Parameter descriptor1 should be final. 142
Errors Parameter descriptor2 should be final. 142
Errors '{' should be on the previous line. 145
Errors '{' should be on the previous line. 149

com/atlassian/plugins/rest/module/servlet/RestServletFilterModuleContainerServlet.java

Violation Message Line
Errors Unused import - com.atlassian.plugin.servlet.ServletModuleContainerServlet. 3
Errors Line is longer than 80 characters. 9
Errors Line is longer than 80 characters. 10
Errors Line is longer than 80 characters. 12
Errors Missing a Javadoc comment. 14
Errors Line is longer than 80 characters. 16
Errors Missing a Javadoc comment. 16
Errors Parameter servletModuleManager should be final. 16
Errors 'servletModuleManager' hides a field. 16
Errors Line is longer than 80 characters. 18
Errors Method 'getServletModuleManager' is not designed for extension - needs to be abstract, final or empty. 21
Errors Missing a Javadoc comment. 21
Errors '{' should be on the previous line. 22

com/atlassian/plugins/rest/module/servlet/RestServletModuleManager.java

Violation Message Line
Errors '{' should be on the previous line. 10

com/atlassian/plugins/rest/module/servlet/RestServletUtilsUpdaterFilter.java

Violation Message Line
Errors Missing a Javadoc comment. 13
Errors '{' should be on the previous line. 14
Errors Missing a Javadoc comment. 16
Errors Parameter filterConfig should be final. 16
Errors '{' should be on the previous line. 17
Errors Line is longer than 80 characters. 20
Errors Method 'doFilterInternal' is not designed for extension - needs to be abstract, final or empty. 20
Errors Missing a Javadoc comment. 20
Errors Parameter request should be final. 20
Errors Parameter response should be final. 20
Errors Parameter filterChain should be final. 20
Errors Line has trailing spaces. 22
Errors Line is longer than 80 characters. 22
Errors '{' should be on the previous line. 25
Errors '}' should be on the same line. 27
Errors '{' should be on the previous line. 29
Errors First sentence should end with a period. 34
Errors Line is longer than 80 characters. 35
Errors Line is longer than 80 characters. 36
Errors Line is longer than 80 characters. 38
Errors Parameter request should be final. 38
Errors Expected @param tag for 'request'. 38
Errors Parameter response should be final. 38
Errors Expected @param tag for 'response'. 38
Errors Parameter chain should be final. 38
Errors Expected @param tag for 'chain'. 38
Errors Expected @throws tag for 'IOException'. 38
Errors Expected @throws tag for 'ServletException'. 38
Errors Line is longer than 80 characters. 40
Errors Missing a Javadoc comment. 43
Errors '{' should be on the previous line. 44

com/atlassian/plugins/rest/module/servlet/ServletUtils.java

Violation Message Line
Errors Utility classes should not have a public or default constructor. 8
Errors '{' should be on the previous line. 9
Errors Line is longer than 80 characters. 10
Errors Missing a Javadoc comment. 10
Errors '<' is not preceded with whitespace. 10
Errors '<' is not followed by whitespace. 10
Errors '>' is not preceded with whitespace. 10
Errors '<' is not preceded with whitespace. 10
Errors '<' is not followed by whitespace. 10
Errors '>' is not preceded with whitespace. 10
Errors '>' is not followed by whitespace. 10
Errors Missing a Javadoc comment. 12
Errors '{' should be on the previous line. 13
Errors Missing a Javadoc comment. 17
Errors '{' should be on the previous line. 18

com/atlassian/plugins/rest/module/servlet/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/atlassian/plugins/rest/module/template/RendererImpl.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 18
Errors '{' should be on the previous line. 19
Errors Missing a Javadoc comment. 20
Errors Missing a Javadoc comment. 21
Errors Missing a Javadoc comment. 22
Errors Missing a Javadoc comment. 23
Errors Missing a Javadoc comment. 24
Errors Line is longer than 80 characters. 26
Errors Missing a Javadoc comment. 26
Errors 'templateRenderer' hides a field. 26
Errors 'writer' hides a field. 26
Errors Line is longer than 80 characters. 27
Errors 'httpContext' hides a field. 27
Errors Parameter httpServletRequest should be final. 27
Errors 'httpServletRequest' hides a field. 27
Errors Parameter httpServletResponse should be final. 27
Errors 'httpServletResponse' hides a field. 27
Errors Line is longer than 80 characters. 36
Errors Method 'render' is not designed for extension - needs to be abstract, final or empty. 36
Errors Missing a Javadoc comment. 36
Errors '<' is not preceded with whitespace. 38
Errors '<' is not followed by whitespace. 38
Errors '>' is not preceded with whitespace. 38
Errors Line is longer than 80 characters. 45
Errors Missing a Javadoc comment. 48
Errors '<' is not preceded with whitespace. 48
Errors '<' is not followed by whitespace. 48
Errors '?' is not preceded with whitespace. 48
Errors '>' is not preceded with whitespace. 48
Errors '?' is not followed by whitespace. 48
Errors Parameter path should be final. 48
Errors '{' should be on the previous line. 49
Errors '{' should be on the previous line. 52
Errors '{' should be on the previous line. 58
Errors Missing a Javadoc comment. 65
Errors '<' is not preceded with whitespace. 65
Errors '<' is not followed by whitespace. 65
Errors '?' is not preceded with whitespace. 65
Errors '>' is not preceded with whitespace. 65
Errors '?' is not followed by whitespace. 65
Errors '{' should be on the previous line. 66
Errors Line is longer than 80 characters. 67

com/atlassian/plugins/rest/module/template/VelocityTemplateProcessor.java

Violation Message Line
Errors Line is longer than 80 characters. 22
Errors '}' is not preceded with whitespace. 24
Errors '{' should be on the previous line. 26
Errors Line is longer than 80 characters. 27
Errors Missing a Javadoc comment. 27
Errors Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 27
Errors Missing a Javadoc comment. 28
Errors Missing a Javadoc comment. 30
Errors Missing a Javadoc comment. 31
Errors '@Context' annotation modifier does not preceed non-annotation modifiers. 31
Errors Missing a Javadoc comment. 32
Errors '@Context' annotation modifier does not preceed non-annotation modifiers. 32
Errors Missing a Javadoc comment. 33
Errors '@Context' annotation modifier does not preceed non-annotation modifiers. 33
Errors Missing a Javadoc comment. 35
Errors Parameter templateRendererServiceTracker should be final. 35
Errors 'templateRendererServiceTracker' hides a field. 35
Errors '{' should be on the previous line. 36
Errors Line is longer than 80 characters. 37
Errors Method 'resolve' is not designed for extension - needs to be abstract, final or empty. 40
Errors Missing a Javadoc comment. 40
Errors '{' should be on the previous line. 41
Errors '<' is not preceded with whitespace. 42
Errors '<' is not followed by whitespace. 42
Errors '>' is not preceded with whitespace. 42
Errors '>' is not followed by whitespace. 42
Errors Parameter renderer should be final. 44
Errors '{' should be on the previous line. 45
Errors '{' should be on the previous line. 48
Errors '}' should be on the same line. 50
Errors '{' should be on the previous line. 52
Errors Line is longer than 80 characters. 59
Errors Method 'writeTo' 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. 62
Errors '<' is not preceded with whitespace. 63
Errors '<' is not followed by whitespace. 63
Errors '>' is not preceded with whitespace. 63
Errors '>' is not followed by whitespace. 63
Errors Parameter renderer should be final. 65
Errors '{' should be on the previous line. 66
Errors Line is longer than 80 characters. 67
Errors '<' is not preceded with whitespace. 68
Errors '<' is not followed by whitespace. 68
Errors '>' is not preceded with whitespace. 68
Errors Line is longer than 80 characters. 69
Errors '{' should be on the previous line. 76
Errors '}' should be on the same line. 78
Errors '{' should be on the previous line. 80
Errors '}' should be on the same line. 86
Errors '{' should be on the previous line. 88
Errors '{' should be on the previous line. 90
Errors '}' should be on the same line. 92
Errors '{' should be on the previous line. 94
Errors Line is longer than 80 characters. 101
Errors Method 'closeTemplateRendererServiceTracker' is not designed for extension - needs to be abstract, final or empty. 103
Errors '{' should be on the previous line. 104
Errors First sentence should end with a period. 108
Errors Line is longer than 80 characters. 109
Errors '<' is not preceded with whitespace. 112
Errors '<' is not followed by whitespace. 112
Errors '>' is not preceded with whitespace. 112
Errors '{' should be on the previous line. 113
Errors Missing a Javadoc comment. 114
Errors Line is longer than 80 characters. 117
Errors Missing a Javadoc comment. 117
Errors '<' is not followed by whitespace. 117
Errors '>' is not preceded with whitespace. 117
Errors Parameter templateRendererCommand should be final. 117
Errors '<' is not preceded with whitespace. 117
Errors '<' is not followed by whitespace. 117
Errors '>' is not preceded with whitespace. 117
Errors Line is longer than 80 characters. 119
Errors '{' should be on the previous line. 121
Errors '}' should be on the same line. 123
Errors '{' should be on the previous line. 125
Errors Line is longer than 80 characters. 126

com/atlassian/plugins/rest/module/template/VelocityTemplateProcessorServiceFactory.java

Violation Message Line
Errors Line is longer than 80 characters. 14
Errors Line is longer than 80 characters. 17
Errors Line is longer than 80 characters. 18
Errors Line is longer than 80 characters. 20
Errors Line is longer than 80 characters. 22
Errors Method 'getService' is not designed for extension - needs to be abstract, final or empty. 22
Errors Missing a Javadoc comment. 22
Errors Parameter bundle should be final. 22
Errors Parameter serviceRegistration should be final. 22
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 26
Errors Line is longer than 80 characters. 31
Errors Method 'ungetService' is not designed for extension - needs to be abstract, final or empty. 31
Errors Missing a Javadoc comment. 31
Errors Parameter bundle should be final. 31
Errors Parameter serviceRegistration should be final. 31
Errors Parameter service should be final. 31
Errors Line is longer than 80 characters. 33
Errors Method 'resolve' is not designed for extension - needs to be abstract, final or empty. 36
Errors Missing a Javadoc comment. 36
Errors Parameter s should be final. 36
Errors '{' should be on the previous line. 37
Errors Line is longer than 80 characters. 41
Errors Method 'writeTo' is not designed for extension - needs to be abstract, final or empty. 41
Errors Missing a Javadoc comment. 41
Errors Parameter s should be final. 41
Errors Parameter o should be final. 41
Errors Parameter outputStream should be final. 41

com/atlassian/plugins/rest/module/template/package.html

Violation Message Line
Errors Missing package documentation file. 0