Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
59 0 0 1379

Files

Files Infos Warnings Errors
com/atlassian/plugins/rest/common/Link.java 0 0 38
com/atlassian/plugins/rest/common/MediaTypes.java 0 0 15
com/atlassian/plugins/rest/common/Status.java 0 0 179
com/atlassian/plugins/rest/common/error/jersey/NotFoundExceptionMapper.java 0 0 9
com/atlassian/plugins/rest/common/error/jersey/ThrowableExceptionMapper.java 0 0 8
com/atlassian/plugins/rest/common/error/jersey/package.html 0 0 1
com/atlassian/plugins/rest/common/expand/AbstractRecursiveEntityExpander.java 0 0 19
com/atlassian/plugins/rest/common/expand/DefaultExpandContext.java 0 0 28
com/atlassian/plugins/rest/common/expand/EntityCrawler.java 0 0 85
com/atlassian/plugins/rest/common/expand/EntityExpander.java 0 0 12
com/atlassian/plugins/rest/common/expand/ExpandConstraint.java 0 0 2
com/atlassian/plugins/rest/common/expand/ExpandContext.java 0 0 5
com/atlassian/plugins/rest/common/expand/ExpandException.java 0 0 8
com/atlassian/plugins/rest/common/expand/Expandable.java 0 0 3
com/atlassian/plugins/rest/common/expand/Expander.java 0 0 14
com/atlassian/plugins/rest/common/expand/entity/ListWrapper.java 0 0 9
com/atlassian/plugins/rest/common/expand/entity/ListWrapperCallBacks.java 0 0 45
com/atlassian/plugins/rest/common/expand/entity/ListWrapperCallback.java 0 0 9
com/atlassian/plugins/rest/common/expand/entity/package.html 0 0 1
com/atlassian/plugins/rest/common/expand/jersey/ExpandResponseFilter.java 0 0 24
com/atlassian/plugins/rest/common/expand/jersey/package.html 0 0 1
com/atlassian/plugins/rest/common/expand/package.html 0 0 1
com/atlassian/plugins/rest/common/expand/parameter/ChainingExpandParameter.java 0 0 51
com/atlassian/plugins/rest/common/expand/parameter/DefaultExpandParameter.java 0 0 120
com/atlassian/plugins/rest/common/expand/parameter/ExpandParameter.java 0 0 5
com/atlassian/plugins/rest/common/expand/parameter/IndexException.java 0 0 5
com/atlassian/plugins/rest/common/expand/parameter/IndexParser.java 0 0 135
com/atlassian/plugins/rest/common/expand/parameter/Indexes.java 0 0 12
com/atlassian/plugins/rest/common/expand/parameter/package.html 0 0 1
com/atlassian/plugins/rest/common/expand/resolver/AbstractAnnotationEntityExpanderResolver.java 0 0 38
com/atlassian/plugins/rest/common/expand/resolver/AbstractEntityExpanderResolver.java 0 0 13
com/atlassian/plugins/rest/common/expand/resolver/ChainingEntityExpanderResolver.java 0 0 44
com/atlassian/plugins/rest/common/expand/resolver/CollectionEntityExpanderResolver.java 0 0 110
com/atlassian/plugins/rest/common/expand/resolver/EntityExpanderResolver.java 0 0 21
com/atlassian/plugins/rest/common/expand/resolver/ExpandConstraintEntityExpanderResolver.java 0 0 47
com/atlassian/plugins/rest/common/expand/resolver/IdentityEntityExpanderResolver.java 0 0 25
com/atlassian/plugins/rest/common/expand/resolver/ListWrapperEntityExpanderResolver.java 0 0 68
com/atlassian/plugins/rest/common/expand/resolver/package.html 0 0 1
com/atlassian/plugins/rest/common/multipart/FilePart.java 0 0 4
com/atlassian/plugins/rest/common/multipart/MultipartHandler.java 0 0 3
com/atlassian/plugins/rest/common/multipart/fileupload/CommonsFileUploadMultipartHandler.java 0 0 38
com/atlassian/plugins/rest/common/multipart/fileupload/package.html 0 0 1
com/atlassian/plugins/rest/common/multipart/jersey/MultipartHandlerInjectableProvider.java 0 0 7
com/atlassian/plugins/rest/common/multipart/jersey/package.html 0 0 1
com/atlassian/plugins/rest/common/multipart/package.html 0 0 1
com/atlassian/plugins/rest/common/package.html 0 0 1
com/atlassian/plugins/rest/common/security/AnonymousAllowed.java 0 0 4
com/atlassian/plugins/rest/common/security/AuthenticationContext.java 0 0 4
com/atlassian/plugins/rest/common/security/AuthenticationRequiredException.java 0 0 4
com/atlassian/plugins/rest/common/security/jersey/AuthenticatedResourceFilter.java 0 0 28
com/atlassian/plugins/rest/common/security/jersey/AuthenticatedResourceFilterFactory.java 0 0 18
com/atlassian/plugins/rest/common/security/jersey/AuthenticationContextInjectableProvider.java 0 0 9
com/atlassian/plugins/rest/common/security/jersey/SecurityExceptionMapper.java 0 0 10
com/atlassian/plugins/rest/common/security/jersey/package.html 0 0 1
com/atlassian/plugins/rest/common/security/package.html 0 0 1
com/atlassian/plugins/rest/common/template/Renderer.java 0 0 3
com/atlassian/plugins/rest/common/template/package.html 0 0 1
com/atlassian/plugins/rest/common/util/ReflectionUtils.java 0 0 27
com/atlassian/plugins/rest/common/util/package.html 0 0 1

Rules

Rules Violations Severity
PackageHtml 14 Errors Error
NewlineAtEndOfFile 1 Errors Error
Translation 0 Errors Error
JavadocMethod 156 Errors Error
JavadocType 34 Errors Error
JavadocVariable 51 Errors Error
JavadocStyle 5 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 1 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 1 Errors Error
FileLength 0 Errors Error
LineLength 150 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 0 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 470 Errors Error
ModifierOrder 7 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 1 Errors Error
LeftCurly 254 Errors Error
NeedBraces 0 Errors Error
RightCurly 13 Errors Error
AvoidInlineConditionals 13 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 38 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 4 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 19 Errors Error
FinalClass 3 Errors Error
HideUtilityClassConstructor 2 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 0 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 141 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/common/Link.java

Violation Message Line
Errors Class Link should be declared as final. 15
Errors '{' should be on the previous line. 17
Errors Missing a Javadoc comment. 18
Errors Missing a Javadoc comment. 21
Errors Missing a Javadoc comment. 25
Errors '{' should be on the previous line. 26
Errors Missing a Javadoc comment. 31
Errors Parameter href should be final. 31
Errors 'href' hides a field. 31
Errors Parameter rel should be final. 31
Errors 'rel' hides a field. 31
Errors '{' should be on the previous line. 32
Errors Parameter uri should be final. 43
Errors Parameter rel should be final. 43
Errors '{' should be on the previous line. 44
Errors Parameter uri should be final. 54
Errors '{' should be on the previous line. 55
Errors Parameter uri should be final. 65
Errors '{' should be on the previous line. 66
Errors Parameter uri should be final. 76
Errors '{' should be on the previous line. 77
Errors Parameter uri should be final. 87
Errors '{' should be on the previous line. 88
Errors Missing a Javadoc comment. 92
Errors '{' should be on the previous line. 93
Errors Missing a Javadoc comment. 97
Errors '{' should be on the previous line. 98
Errors Missing a Javadoc comment. 102
Errors '{' should be on the previous line. 104
Errors '3' is a magic number. 105
Errors '7' is a magic number. 105
Errors Missing a Javadoc comment. 108
Errors Parameter obj should be final. 109
Errors '{' should be on the previous line. 110
Errors '{' should be on the previous line. 112
Errors '{' should be on the previous line. 116
Errors '{' should be on the previous line. 120
Errors Line is longer than 80 characters. 124

com/atlassian/plugins/rest/common/MediaTypes.java

Violation Message Line
Errors Line is longer than 80 characters. 6
Errors '{' should be on the previous line. 9
Errors Line is longer than 80 characters. 10
Errors Missing a Javadoc comment. 10
Errors 'static' modifier out of order with the JLS suggestions. 10
Errors Line is longer than 80 characters. 11
Errors Missing a Javadoc comment. 11
Errors 'static' modifier out of order with the JLS suggestions. 11
Errors Missing a Javadoc comment. 13
Errors 'static' modifier out of order with the JLS suggestions. 13
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 '{' should be on the previous line. 17

com/atlassian/plugins/rest/common/Status.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Class Status should be declared as final. 21
Errors '{' should be on the previous line. 23
Errors First sentence should end with a period. 24
Errors Line is longer than 80 characters. 32
Errors Line is longer than 80 characters. 38
Errors Line is longer than 80 characters. 51
Errors '<' is not preceded with whitespace. 61
Errors '<' is not followed by whitespace. 61
Errors '>' is not preceded with whitespace. 61
Errors '<' is not preceded with whitespace. 68
Errors '<' is not followed by whitespace. 68
Errors '>' is not preceded with whitespace. 68
Errors Missing a Javadoc comment. 71
Errors '{' should be on the previous line. 72
Errors Line is longer than 80 characters. 82
Errors Missing a Javadoc comment. 82
Errors Parameter plugin should be final. 82
Errors 'plugin' hides a field. 82
Errors Parameter code should be final. 82
Errors 'code' hides a field. 82
Errors Parameter subCode should be final. 82
Errors 'subCode' hides a field. 82
Errors Parameter message should be final. 82
Errors 'message' hides a field. 82
Errors Parameter eTag should be final. 82
Errors 'eTag' hides a field. 82
Errors Parameter resourcesCreated should be final. 82
Errors '<' is not preceded with whitespace. 82
Errors '<' is not followed by whitespace. 82
Errors '>' is not preceded with whitespace. 82
Errors 'resourcesCreated' hides a field. 82
Errors Parameter resourcesUpdated should be final. 82
Errors '<' is not preceded with whitespace. 82
Errors '<' is not followed by whitespace. 82
Errors '>' is not preceded with whitespace. 82
Errors 'resourcesUpdated' hides a field. 82
Errors Missing a Javadoc comment. 93
Errors '{' should be on the previous line. 94
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. 106
Errors Missing a Javadoc comment. 109
Errors '{' should be on the previous line. 110
Errors Missing a Javadoc comment. 114
Errors '{' should be on the previous line. 115
Errors Missing a Javadoc comment. 119
Errors Parameter link should be final. 119
Errors '{' should be on the previous line. 120
Errors Line is longer than 80 characters. 121
Errors Missing a Javadoc comment. 124
Errors '{' should be on the previous line. 125
Errors Missing a Javadoc comment. 129
Errors '{' should be on the previous line. 130
Errors Missing a Javadoc comment. 134
Errors '{' should be on the previous line. 135
Errors Missing a Javadoc comment. 139
Errors '{' should be on the previous line. 140
Errors Missing a Javadoc comment. 144
Errors '{' should be on the previous line. 145
Errors Missing a Javadoc comment. 149
Errors '<' is not preceded with whitespace. 149
Errors '<' is not followed by whitespace. 149
Errors '>' is not preceded with whitespace. 149
Errors '{' should be on the previous line. 150
Errors Missing a Javadoc comment. 154
Errors '<' is not preceded with whitespace. 154
Errors '<' is not followed by whitespace. 154
Errors '>' is not preceded with whitespace. 154
Errors '{' should be on the previous line. 155
Errors Missing a Javadoc comment. 159
Errors '{' should be on the previous line. 161
Errors Missing a Javadoc comment. 162
Errors Missing a Javadoc comment. 165
Errors Missing a Javadoc comment. 169
Errors '{' should be on the previous line. 170
Errors Missing a Javadoc comment. 175
Errors Parameter key should be final. 175
Errors 'key' hides a field. 175
Errors Parameter version should be final. 175
Errors 'version' hides a field. 175
Errors '{' should be on the previous line. 176
Errors Method 'getKey' is not designed for extension - needs to be abstract, final or empty. 181
Errors Missing a Javadoc comment. 181
Errors '{' should be on the previous line. 182
Errors Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 186
Errors Missing a Javadoc comment. 186
Errors '{' should be on the previous line. 187
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 191
Errors Missing a Javadoc comment. 191
Errors '{' should be on the previous line. 193
Errors Line is longer than 80 characters. 194
Errors '3' is a magic number. 194
Errors '5' is a magic number. 194
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 197
Errors Missing a Javadoc comment. 197
Errors Parameter obj should be final. 198
Errors '{' should be on the previous line. 199
Errors '{' should be on the previous line. 201
Errors '{' should be on the previous line. 205
Errors '{' should be on the previous line. 209
Errors Line is longer than 80 characters. 213
Errors Class StatusResponseBuilder should be declared as final. 217
Errors Missing a Javadoc comment. 217
Errors '{' should be on the previous line. 218
Errors Missing a Javadoc comment. 219
Errors Missing a Javadoc comment. 220
Errors Missing a Javadoc comment. 221
Errors Missing a Javadoc comment. 222
Errors Missing a Javadoc comment. 223
Errors Missing a Javadoc comment. 224
Errors '<' is not preceded with whitespace. 224
Errors '<' is not followed by whitespace. 224
Errors '>' is not preceded with whitespace. 224
Errors Missing a Javadoc comment. 225
Errors '<' is not preceded with whitespace. 225
Errors '<' is not followed by whitespace. 225
Errors '>' is not preceded with whitespace. 225
Errors Missing a Javadoc comment. 227
Errors Parameter status should be final. 227
Errors 'status' hides a field. 227
Errors '{' should be on the previous line. 228
Errors Line is longer than 80 characters. 232
Errors Missing a Javadoc comment. 232
Errors Parameter status should be final. 232
Errors 'status' hides a field. 232
Errors Parameter cacheControl should be final. 232
Errors 'cacheControl' hides a field. 232
Errors Missing a Javadoc comment. 238
Errors Parameter key should be final. 238
Errors Parameter version should be final. 238
Errors '{' should be on the previous line. 239
Errors Missing a Javadoc comment. 244
Errors Parameter message should be final. 244
Errors 'message' hides a field. 244
Errors '{' should be on the previous line. 245
Errors Missing a Javadoc comment. 250
Errors Parameter eTag should be final. 250
Errors 'eTag' hides a field. 250
Errors '{' should be on the previous line. 251
Errors Missing a Javadoc comment. 256
Errors '{' should be on the previous line. 257
Errors Missing a Javadoc comment. 262
Errors '{' should be on the previous line. 263
Errors Missing a Javadoc comment. 268
Errors '{' should be on the previous line. 269
Errors Line is longer than 80 characters. 270
Errors Missing a Javadoc comment. 273
Errors '{' should be on the previous line. 274
Errors Missing a Javadoc comment. 278
Errors '{' should be on the previous line. 279
Errors Line is longer than 80 characters. 280
Errors '<' is not preceded with whitespace. 282
Errors '<' is not followed by whitespace. 282
Errors '>' is not preceded with whitespace. 282
Errors '<' is not preceded with whitespace. 283
Errors '<' is not followed by whitespace. 283
Errors '>' is not preceded with whitespace. 283
Errors '{' should be on the previous line. 285
Errors '}' should be on the same line. 287
Errors '{' should be on the previous line. 289
Errors Missing a Javadoc comment. 295
Errors '{' should be on the previous line. 296
Errors Missing a Javadoc comment. 301
Errors '{' should be on the previous line. 302
Errors Missing a Javadoc comment. 307
Errors '<' is not preceded with whitespace. 307
Errors '<' is not followed by whitespace. 307
Errors '>' is not preceded with whitespace. 307
Errors '{' should be on the previous line. 308
Errors '{' should be on the previous line. 310
Errors Missing a Javadoc comment. 316
Errors '<' is not preceded with whitespace. 316
Errors '<' is not followed by whitespace. 316
Errors '>' is not preceded with whitespace. 316
Errors '{' should be on the previous line. 317
Errors '{' should be on the previous line. 319

com/atlassian/plugins/rest/common/error/jersey/NotFoundExceptionMapper.java

Violation Message Line
Errors Line is longer than 80 characters. 10
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 Method 'toResponse' is not designed for extension - needs to be abstract, final or empty. 15
Errors Missing a Javadoc comment. 15
Errors Parameter exception should be final. 15
Errors '{' should be on the previous line. 16

com/atlassian/plugins/rest/common/error/jersey/ThrowableExceptionMapper.java

Violation Message Line
Errors '<' is not preceded with whitespace. 14
Errors '<' is not followed by whitespace. 14
Errors '>' is not preceded with whitespace. 14
Errors '{' should be on the previous line. 15
Errors Method 'toResponse' is not designed for extension - needs to be abstract, final or empty. 16
Errors Missing a Javadoc comment. 16
Errors Parameter t should be final. 16
Errors '{' should be on the previous line. 17

com/atlassian/plugins/rest/common/error/jersey/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/atlassian/plugins/rest/common/expand/AbstractRecursiveEntityExpander.java

Violation Message Line
Errors Line is longer than 80 characters. 5
Errors Missing a Javadoc comment. 5
Errors '<' is not preceded with whitespace. 5
Errors '<' is not followed by whitespace. 5
Errors '>' is not preceded with whitespace. 5
Errors '<' is not preceded with whitespace. 5
Errors '<' is not followed by whitespace. 5
Errors '>' is not preceded with whitespace. 5
Errors Line is longer than 80 characters. 7
Errors Missing a Javadoc comment. 7
Errors Parameter context should be final. 7
Errors '<' is not preceded with whitespace. 7
Errors '<' is not followed by whitespace. 7
Errors '>' is not preceded with whitespace. 7
Errors Parameter expanderResolver should be final. 7
Errors Parameter entityCrawler should be final. 7
Errors '{' should be on the previous line. 11
Errors Line is longer than 80 characters. 12
Errors Missing a Javadoc comment. 17

com/atlassian/plugins/rest/common/expand/DefaultExpandContext.java

Violation Message Line
Errors Missing a Javadoc comment. 5
Errors '<' is not preceded with whitespace. 5
Errors '<' is not followed by whitespace. 5
Errors '>' is not preceded with whitespace. 5
Errors '<' is not preceded with whitespace. 5
Errors '<' is not followed by whitespace. 5
Errors '>' is not preceded with whitespace. 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 Line is longer than 80 characters. 11
Errors Missing a Javadoc comment. 11
Errors Parameter entity should be final. 11
Errors 'entity' hides a field. 11
Errors Parameter expandable should be final. 11
Errors 'expandable' hides a field. 11
Errors Parameter expandParameter should be final. 11
Errors 'expandParameter' hides a field. 11
Errors Method 'getExpandable' is not designed for extension - needs to be abstract, final or empty. 18
Errors Missing a Javadoc comment. 18
Errors '{' should be on the previous line. 19
Errors Method 'getEntity' 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 Method 'getEntityExpandParameter' 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

com/atlassian/plugins/rest/common/expand/EntityCrawler.java

Violation Message Line
Errors Line is longer than 80 characters. 16
Errors '{' should be on the previous line. 19
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 26
Errors Parameter entity should be final. 26
Errors Parameter expandParameter should be final. 26
Errors Parameter expanderResolver should be final. 26
Errors '{' should be on the previous line. 29
Errors '<' is not preceded with whitespace. 33
Errors '<' is not followed by whitespace. 33
Errors '>' is not preceded with whitespace. 33
Errors Line is longer than 80 characters. 35
Errors Line is longer than 80 characters. 38
Errors Missing a Javadoc comment. 38
Errors Parameter expandableFields should be final. 38
Errors '<' is not preceded with whitespace. 38
Errors '<' is not followed by whitespace. 38
Errors '>' is not preceded with whitespace. 38
Errors Parameter entity should be final. 38
Errors '{' should be on the previous line. 42
Errors '{' should be on the previous line. 45
Errors Line is longer than 80 characters. 48
Errors Missing a Javadoc comment. 54
Errors Parameter entity should be final. 54
Errors '{' should be on the previous line. 55
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 Line is longer than 80 characters. 61
Errors Missing a Javadoc comment. 70
Errors '<' is not preceded with whitespace. 70
Errors '<' is not followed by whitespace. 70
Errors '>' is not preceded with whitespace. 70
Errors Parameter entity should be final. 70
Errors '{' should be on the previous line. 71
Errors '<' is not preceded with whitespace. 72
Errors '<' is not followed by whitespace. 72
Errors '>' is not preceded with whitespace. 72
Errors '{' should be on the previous line. 74
Errors '{' should be on the previous line. 76
Errors Line is longer than 80 characters. 83
Errors Missing a Javadoc comment. 83
Errors Parameter expandableFields should be final. 83
Errors '<' is not preceded with whitespace. 83
Errors '<' is not followed by whitespace. 83
Errors '>' is not preceded with whitespace. 83
Errors Parameter entity should be final. 83
Errors Parameter expandParameter should be final. 83
Errors Parameter expanderResolver should be final. 83
Errors '{' should be on the previous line. 86
Errors '{' should be on the previous line. 89
Errors Line is longer than 80 characters. 90
Errors '<' is not preceded with whitespace. 90
Errors '<' is not followed by whitespace. 90
Errors '>' is not preceded with whitespace. 90
Errors Line is longer than 80 characters. 91
Errors '<' is not preceded with whitespace. 91
Errors '<' is not followed by whitespace. 91
Errors '>' is not preceded with whitespace. 91
Errors '<' is not preceded with whitespace. 91
Errors '<' is not followed by whitespace. 91
Errors '>' is not preceded with whitespace. 91
Errors '>' is not followed by whitespace. 91
Errors Line is longer than 80 characters. 92
Errors Missing a Javadoc comment. 97
Errors '{' should be on the previous line. 98
Errors '{' should be on the previous line. 102
Errors '{' should be on the previous line. 107
Errors Line is longer than 80 characters. 111
Errors Line is longer than 80 characters. 112
Errors Missing a Javadoc comment. 120
Errors '{' should be on the previous line. 121
Errors Missing a Javadoc comment. 122
Errors Missing a Javadoc comment. 124
Errors Parameter value should be final. 124
Errors 'value' hides a field. 124
Errors '{' should be on the previous line. 125
Errors Missing a Javadoc comment. 129
Errors '{' should be on the previous line. 130
Errors Missing a Javadoc comment. 134
Errors '<' is not preceded with whitespace. 134
Errors '<' is not followed by whitespace. 134
Errors '?' is not preceded with whitespace. 134
Errors '>' is not preceded with whitespace. 134
Errors '{' should be on the previous line. 135

com/atlassian/plugins/rest/common/expand/EntityExpander.java

Violation Message Line
Errors Line is longer than 80 characters. 7
Errors '<' is not preceded with whitespace. 10
Errors '<' is not followed by whitespace. 10
Errors '>' is not preceded with whitespace. 10
Errors '{' should be on the previous line. 11
Errors Line is longer than 80 characters. 14
Errors Line is longer than 80 characters. 15
Errors Line is longer than 80 characters. 16
Errors Line is longer than 80 characters. 18
Errors '<' is not preceded with whitespace. 18
Errors '<' is not followed by whitespace. 18
Errors '>' is not preceded with whitespace. 18

com/atlassian/plugins/rest/common/expand/ExpandConstraint.java

Violation Message Line
Errors Missing a Javadoc comment. 9
Errors '{' should be on the previous line. 13

com/atlassian/plugins/rest/common/expand/ExpandContext.java

Violation Message Line
Errors '<' is not preceded with whitespace. 9
Errors '<' is not followed by whitespace. 9
Errors '>' is not preceded with whitespace. 9
Errors '{' should be on the previous line. 10
Errors Line is longer than 80 characters. 12

com/atlassian/plugins/rest/common/expand/ExpandException.java

Violation Message Line
Errors Missing a Javadoc comment. 3
Errors '{' should be on the previous line. 4
Errors Missing a Javadoc comment. 5
Errors Parameter cause should be final. 5
Errors '{' should be on the previous line. 6
Errors Missing a Javadoc comment. 10
Errors Parameter message should be final. 10
Errors '{' should be on the previous line. 11

com/atlassian/plugins/rest/common/expand/Expandable.java

Violation Message Line
Errors '{' should be on the previous line. 16
Errors Line is longer than 80 characters. 18
Errors Unused Javadoc tag. 19

com/atlassian/plugins/rest/common/expand/Expander.java

Violation Message Line
Errors First sentence should end with a period. 9
Errors Line is longer than 80 characters. 10
Errors '{' should be on the previous line. 16
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 '<' is not preceded with whitespace. 17
Errors '<' is not followed by whitespace. 17
Errors '?' is not preceded with whitespace. 17
Errors '>' is not preceded with whitespace. 17
Errors '?' is not followed by whitespace. 17
Errors '>' is not followed by whitespace. 17
Errors '>' is not preceded with whitespace. 17

com/atlassian/plugins/rest/common/expand/entity/ListWrapper.java

Violation Message Line
Errors Missing a Javadoc comment. 3
Errors '<' is not preceded with whitespace. 3
Errors '<' is not followed by whitespace. 3
Errors '>' is not preceded with whitespace. 3
Errors '{' should be on the previous line. 4
Errors Missing a Javadoc comment. 5
Errors '<' is not preceded with whitespace. 5
Errors '<' is not followed by whitespace. 5
Errors '>' is not preceded with whitespace. 5

com/atlassian/plugins/rest/common/expand/entity/ListWrapperCallBacks.java

Violation Message Line
Errors Missing a Javadoc comment. 8
Errors Utility classes should not have a public or default constructor. 8
Errors '{' should be on the previous line. 9
Errors Missing a Javadoc comment. 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 preceded with whitespace. 10
Errors '<' is not followed by whitespace. 10
Errors '>' is not preceded with whitespace. 10
Errors '{' should be on the previous line. 11
Errors '<' is not preceded with whitespace. 12
Errors '<' is not followed by whitespace. 12
Errors '>' is not preceded with whitespace. 12
Errors '>' is not followed by whitespace. 12
Errors '<' is not preceded with whitespace. 14
Errors '<' is not followed by whitespace. 14
Errors '>' is not preceded with whitespace. 14
Errors Parameter indexes should be final. 14
Errors '{' should be on the previous line. 15
Errors Missing a Javadoc comment. 21
Errors '<' is not followed by whitespace. 21
Errors '>' is not preceded with whitespace. 21
Errors '<' is not preceded with whitespace. 21
Errors '<' is not followed by whitespace. 21
Errors '>' is not preceded with whitespace. 21
Errors '<' is not preceded with whitespace. 21
Errors '<' is not followed by whitespace. 21
Errors '>' is not preceded with whitespace. 21
Errors '{' should be on the previous line. 22
Errors '<' is not preceded with whitespace. 23
Errors '<' is not followed by whitespace. 23
Errors '>' is not preceded with whitespace. 23
Errors '>' is not followed by whitespace. 23
Errors '<' is not preceded with whitespace. 25
Errors '<' is not followed by whitespace. 25
Errors '>' is not preceded with whitespace. 25
Errors Parameter indexes should be final. 25
Errors '{' should be on the previous line. 26
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. 29

com/atlassian/plugins/rest/common/expand/entity/ListWrapperCallback.java

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

com/atlassian/plugins/rest/common/expand/entity/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/atlassian/plugins/rest/common/expand/jersey/ExpandResponseFilter.java

Violation Message Line
Errors Line is longer than 80 characters. 4
Errors Line is longer than 80 characters. 16
Errors Line is longer than 80 characters. 17
Errors '{' should be on the previous line. 21
Errors Missing a Javadoc comment. 22
Errors Missing a Javadoc comment. 23
Errors Missing a Javadoc comment. 25
Errors Parameter expanderResolver should be final. 25
Errors 'expanderResolver' hides a field. 25
Errors '{' should be on the previous line. 26
Errors Line is longer than 80 characters. 30
Errors Missing a Javadoc comment. 30
Errors Parameter expandParameterName should be final. 30
Errors 'expandParameterName' hides a field. 30
Errors Parameter expanderResolver should be final. 30
Errors 'expanderResolver' hides a field. 30
Errors Line is longer than 80 characters. 33
Errors Line is longer than 80 characters. 36
Errors Method 'filter' is not designed for extension - needs to be abstract, final or empty. 36
Errors Missing a Javadoc comment. 36
Errors Parameter request should be final. 36
Errors Parameter response should be final. 36
Errors Line is longer than 80 characters. 38
Errors Line is longer than 80 characters. 39

com/atlassian/plugins/rest/common/expand/jersey/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/atlassian/plugins/rest/common/expand/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/atlassian/plugins/rest/common/expand/parameter/ChainingExpandParameter.java

Violation Message Line
Errors Missing a Javadoc comment. 11
Errors '{' should be on the previous line. 12
Errors Missing a Javadoc comment. 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 Parameter expandParameters should be final. 15
Errors 'expandParameters' hides a field. 15
Errors '{' should be on the previous line. 16
Errors Missing a Javadoc comment. 20
Errors Parameter expandParameters should be final. 20
Errors '<' is not preceded with whitespace. 20
Errors '<' is not followed by whitespace. 20
Errors '>' is not preceded with whitespace. 20
Errors 'expandParameters' hides a field. 20
Errors '{' should be on the previous line. 21
Errors Line is longer than 80 characters. 22
Errors Missing a Javadoc comment. 25
Errors Parameter expandable should be final. 25
Errors '{' should be on the previous line. 26
Errors '{' should be on the previous line. 28
Errors '{' should be on the previous line. 30
Errors Missing a Javadoc comment. 37
Errors Parameter expandable should be final. 37
Errors '{' should be on the previous line. 38
Errors '{' should be on the previous line. 46
Errors '{' should be on the previous line. 49
Errors '{' should be on the previous line. 53
Errors '{' should be on the previous line. 55
Errors '}' should be on the same line. 57
Errors '{' should be on the previous line. 59
Errors Line is longer than 80 characters. 60
Errors Avoid inline conditionals. 64
Errors Missing a Javadoc comment. 67
Errors Parameter expandable should be final. 67
Errors '{' should be on the previous line. 68
Errors Line is longer than 80 characters. 69
Errors '<' is not preceded with whitespace. 69
Errors '<' is not followed by whitespace. 69
Errors '>' is not preceded with whitespace. 69
Errors '<' is not preceded with whitespace. 69
Errors '<' is not followed by whitespace. 69
Errors '>' is not preceded with whitespace. 69
Errors '>' is not followed by whitespace. 69
Errors '{' should be on the previous line. 71
Errors Line is longer than 80 characters. 72
Errors Missing a Javadoc comment. 77
Errors '{' should be on the previous line. 78
Errors '{' should be on the previous line. 80
Errors '{' should be on the previous line. 82

com/atlassian/plugins/rest/common/expand/parameter/DefaultExpandParameter.java

Violation Message Line
Errors '{' should be on the previous line. 20
Errors Missing a Javadoc comment. 21
Errors Missing a Javadoc comment. 22
Errors Missing a Javadoc comment. 23
Errors Line is longer than 80 characters. 25
Errors Missing a Javadoc comment. 25
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 Missing a Javadoc comment. 29
Errors Parameter expand should be final. 29
Errors '{' should be on the previous line. 30
Errors Line is longer than 80 characters. 31
Errors Avoid inline conditionals. 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 followed by whitespace. 31
Errors Missing a Javadoc comment. 34
Errors Parameter expands should be final. 34
Errors '<' is not preceded with whitespace. 34
Errors '<' is not followed by whitespace. 34
Errors '>' is not preceded with whitespace. 34
Errors '{' should be on the previous line. 35
Errors Line is longer than 80 characters. 36
Errors Avoid inline conditionals. 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. 39
Errors Parameter expandable should be final. 39
Errors '{' should be on the previous line. 40
Errors Line is longer than 80 characters. 41
Errors Missing a Javadoc comment. 44
Errors Parameter expandable should be final. 44
Errors '{' should be on the previous line. 45
Errors Line is longer than 80 characters. 46
Errors Line is longer than 80 characters. 47
Errors Avoid inline conditionals. 47
Errors Missing a Javadoc comment. 50
Errors Parameter expandable should be final. 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. 56
Errors Avoid inline conditionals. 56
Errors Line is longer than 80 characters. 57
Errors Avoid inline conditionals. 57
Errors Missing a Javadoc comment. 60
Errors '{' should be on the previous line. 61
Errors Line is longer than 80 characters. 65
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 Parameter expands 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. 67
Errors '<' is not followed by whitespace. 67
Errors '>' is not preceded with whitespace. 67
Errors '{' should be on the previous line. 69
Errors '{' should be on the previous line. 71
Errors Line is longer than 80 characters. 72
Errors Line is longer than 80 characters. 74
Errors Missing a Javadoc comment. 80
Errors '<' is not preceded with whitespace. 80
Errors '<' is not followed by whitespace. 80
Errors '>' is not preceded with whitespace. 80
Errors Parameter expands should be final. 80
Errors '<' is not preceded with whitespace. 80
Errors '<' is not followed by whitespace. 80
Errors '>' is not preceded with whitespace. 80
Errors '{' should be on the previous line. 81
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 preceded with whitespace. 82
Errors '>' is not followed by whitespace. 82
Errors '{' should be on the previous line. 84
Errors Missing a Javadoc comment. 90
Errors '{' should be on the previous line. 91
Errors Line is longer than 80 characters. 92
Errors Missing a Javadoc comment. 92
Errors Missing a Javadoc comment. 94
Errors Missing a Javadoc comment. 95
Errors Missing a Javadoc comment. 97
Errors Parameter name should be final. 97
Errors 'name' hides a field. 97
Errors Parameter indexes should be final. 97
Errors 'indexes' hides a field. 97
Errors '{' should be on the previous line. 98
Errors Missing a Javadoc comment. 103
Errors '{' should be on the previous line. 104
Errors Missing a Javadoc comment. 108
Errors '{' should be on the previous line. 109
Errors Missing a Javadoc comment. 113
Errors Parameter key should be final. 113
Errors '{' should be on the previous line. 114
Errors '{' should be on the previous line. 117
Errors Line is longer than 80 characters. 118
Errors Missing a Javadoc comment. 127
Errors '{' should be on the previous line. 128
Errors Missing a Javadoc comment. 129
Errors Missing a Javadoc comment. 130
Errors Line is longer than 80 characters. 132
Errors Missing a Javadoc comment. 132
Errors Parameter indexes should be final. 132
Errors 'indexes' hides a field. 132
Errors Parameter expandParameter should be final. 132
Errors 'expandParameter' hides a field. 132
Errors Missing a Javadoc comment. 138
Errors '{' should be on the previous line. 139
Errors Missing a Javadoc comment. 143
Errors '{' should be on the previous line. 144

com/atlassian/plugins/rest/common/expand/parameter/ExpandParameter.java

Violation Message Line
Errors '{' should be on the previous line. 9
Errors Missing a Javadoc comment. 10
Errors Missing a Javadoc comment. 12
Errors Missing a Javadoc comment. 14
Errors Missing a Javadoc comment. 16

com/atlassian/plugins/rest/common/expand/parameter/IndexException.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 Parameter s should be final. 7
Errors '{' should be on the previous line. 8

com/atlassian/plugins/rest/common/expand/parameter/IndexParser.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. 14
Errors Missing a Javadoc comment. 15
Errors Missing a Javadoc comment. 17
Errors 'static' modifier out of order with the JLS suggestions. 17
Errors Missing a Javadoc comment. 18
Errors 'static' modifier out of order with the JLS suggestions. 18
Errors Missing a Javadoc comment. 20
Errors '{' should be on the previous line. 21
Errors Missing a Javadoc comment. 24
Errors Parameter indexes 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 same line. 29
Errors '{' should be on the previous line. 31
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. 37
Errors Line is longer than 80 characters. 39
Errors Avoid inline conditionals. 39
Errors Line is longer than 80 characters. 40
Errors Avoid inline conditionals. 40
Errors '}' should be on the same line. 41
Errors '{' should be on the previous line. 43
Errors Missing a Javadoc comment. 48
Errors '{' should be on the previous line. 49
Errors Missing a Javadoc comment. 50
Errors Missing a Javadoc comment. 52
Errors Parameter index should be final. 52
Errors 'index' hides a field. 52
Errors '{' should be on the previous line. 53
Errors Missing a Javadoc comment. 57
Errors '{' should be on the previous line. 58
Errors Missing a Javadoc comment. 62
Errors Parameter size should be final. 62
Errors '{' should be on the previous line. 63
Errors Missing a Javadoc comment. 67
Errors Parameter size should be final. 67
Errors '{' should be on the previous line. 68
Errors Missing a Javadoc comment. 72
Errors Parameter size should be final. 72
Errors '{' should be on the previous line. 73
Errors Avoid inline conditionals. 74
Errors Missing a Javadoc comment. 77
Errors Parameter i should be final. 77
Errors Parameter size should be final. 77
Errors '{' should be on the previous line. 78
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 Parameter size should be final. 82
Errors '{' should be on the previous line. 83
Errors Line is longer than 80 characters. 84
Errors Avoid inline conditionals. 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 Missing a Javadoc comment. 88
Errors '{' should be on the previous line. 89
Errors Missing a Javadoc comment. 90
Errors Missing a Javadoc comment. 91
Errors Missing a Javadoc comment. 93
Errors Parameter left should be final. 93
Errors 'left' hides a field. 93
Errors Parameter right should be final. 93
Errors 'right' hides a field. 93
Errors '{' should be on the previous line. 94
Errors Missing a Javadoc comment. 99
Errors '{' should be on the previous line. 100
Errors Missing a Javadoc comment. 104
Errors Parameter size should be final. 104
Errors '{' should be on the previous line. 105
Errors Missing a Javadoc comment. 109
Errors Parameter size should be final. 109
Errors '{' should be on the previous line. 110
Errors Missing a Javadoc comment. 114
Errors Parameter index should be final. 114
Errors Parameter size should be final. 114
Errors '{' should be on the previous line. 115
Errors '{' should be on the previous line. 117
Errors Missing a Javadoc comment. 125
Errors '<' is not preceded with whitespace. 125
Errors '<' is not followed by whitespace. 125
Errors '>' is not preceded with whitespace. 125
Errors Parameter size should be final. 125
Errors '{' should be on the previous line. 126
Errors '<' is not preceded with whitespace. 127
Errors '<' is not followed by whitespace. 127
Errors '>' is not preceded with whitespace. 127
Errors '{' should be on the previous line. 129
Errors Missing a Javadoc comment. 135
Errors Parameter size should be final. 135
Errors '{' should be on the previous line. 136
Errors '{' should be on the previous line. 138
Errors Avoid inline conditionals. 143
Errors Missing a Javadoc comment. 146
Errors Parameter size should be final. 146
Errors '{' should be on the previous line. 147
Errors '{' should be on the previous line. 149
Errors Avoid inline conditionals. 153
Errors Missing a Javadoc comment. 157
Errors '{' should be on the previous line. 158
Errors Missing a Javadoc comment. 159
Errors '{' should be on the previous line. 160
Errors Missing a Javadoc comment. 164
Errors Parameter size should be final. 164
Errors '{' should be on the previous line. 165
Errors Missing a Javadoc comment. 169
Errors Parameter size should be final. 169
Errors '{' should be on the previous line. 170
Errors Missing a Javadoc comment. 174
Errors Parameter index should be final. 174
Errors Parameter size should be final. 174
Errors '{' should be on the previous line. 175
Errors Missing a Javadoc comment. 179
Errors '<' is not preceded with whitespace. 179
Errors '<' is not followed by whitespace. 179
Errors '>' is not preceded with whitespace. 179
Errors Parameter size should be final. 179
Errors '{' should be on the previous line. 180
Errors Missing a Javadoc comment. 186
Errors Parameter i should be final. 186
Errors Parameter size should be final. 186
Errors '{' should be on the previous line. 187
Errors Avoid inline conditionals. 188
Errors Missing a Javadoc comment. 191
Errors Parameter i should be final. 191
Errors Parameter size should be final. 191
Errors '{' should be on the previous line. 192

com/atlassian/plugins/rest/common/expand/parameter/Indexes.java

Violation Message Line
Errors Line is longer than 80 characters. 6
Errors '{' should be on the previous line. 16
Errors Line is longer than 80 characters. 18
Errors Line is longer than 80 characters. 19
Errors Line is longer than 80 characters. 25
Errors Line is longer than 80 characters. 32
Errors First sentence should end with a period. 38
Errors Line is longer than 80 characters. 42
Errors Line is longer than 80 characters. 47
Errors '<' is not preceded with whitespace. 51
Errors '<' is not followed by whitespace. 51
Errors '>' is not preceded with whitespace. 51

com/atlassian/plugins/rest/common/expand/parameter/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/atlassian/plugins/rest/common/expand/resolver/AbstractAnnotationEntityExpanderResolver.java

Violation Message Line
Errors Line is longer than 80 characters. 9
Errors Line is longer than 80 characters. 12
Errors '<' is not followed by whitespace. 17
Errors '>' is not preceded with whitespace. 17
Errors '<' is not preceded with whitespace. 17
Errors '<' is not followed by whitespace. 17
Errors '>' is not preceded with whitespace. 17
Errors Parameter instance should be final. 17
Errors '{' should be on the previous line. 18
Errors Line is longer than 80 characters. 19
Errors '<' is not preceded with whitespace. 19
Errors '<' is not followed by whitespace. 19
Errors '>' is not preceded with whitespace. 19
Errors '>' is not followed by whitespace. 19
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 preceded with whitespace. 25
Errors Parameter type should be final. 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 '{' should be on the previous line. 26
Errors Line is longer than 80 characters. 27
Errors '{' should be on the previous line. 29
Errors Line is longer than 80 characters. 30
Errors '<' is not preceded with whitespace. 33
Errors '<' is not followed by whitespace. 33
Errors '>' is not preceded with whitespace. 33
Errors '>' is not followed by whitespace. 33
Errors Line is longer than 80 characters. 37
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

com/atlassian/plugins/rest/common/expand/resolver/AbstractEntityExpanderResolver.java

Violation Message Line
Errors Missing a Javadoc comment. 5
Errors Missing a Javadoc comment. 7
Errors '<' is not followed by whitespace. 8
Errors '>' is not preceded with whitespace. 8
Errors '<' is not preceded with whitespace. 8
Errors '<' is not followed by whitespace. 8
Errors '>' is not preceded with whitespace. 8
Errors Parameter instance should be final. 8
Errors '{' should be on the previous line. 9
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

com/atlassian/plugins/rest/common/expand/resolver/ChainingEntityExpanderResolver.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 '<' is not preceded with whitespace. 11
Errors '<' is not followed by whitespace. 11
Errors '>' is not preceded with whitespace. 11
Errors Line is longer than 80 characters. 13
Errors Missing a Javadoc comment. 13
Errors Parameter resolvers should be final. 13
Errors '<' is not preceded with whitespace. 13
Errors '<' is not followed by whitespace. 13
Errors '>' is not preceded with whitespace. 13
Errors 'resolvers' hides a field. 13
Errors Method 'getExpander' is not designed for extension - needs to be abstract, final or empty. 18
Errors Missing a Javadoc comment. 18
Errors '<' is not followed by whitespace. 19
Errors '>' is not preceded with whitespace. 19
Errors '<' is not preceded with whitespace. 19
Errors '<' is not followed by whitespace. 19
Errors '>' is not preceded with whitespace. 19
Errors Parameter instance should be final. 19
Errors '{' should be on the previous line. 20
Errors '<' is not preceded with whitespace. 21
Errors '<' is not followed by whitespace. 21
Errors '>' is not preceded with whitespace. 21
Errors '>' is not followed by whitespace. 21
Errors Method 'getExpander' is not designed for extension - needs to be abstract, final or empty. 24
Errors Missing a Javadoc comment. 24
Errors '<' is not followed by whitespace. 24
Errors '>' is not preceded with whitespace. 24
Errors '<' is not preceded with whitespace. 24
Errors '<' is not followed by whitespace. 24
Errors '>' is not preceded with whitespace. 24
Errors Parameter type should be final. 24
Errors '<' is not preceded with whitespace. 24
Errors '<' is not followed by whitespace. 24
Errors '?' is not preceded with whitespace. 24
Errors '>' is not preceded with whitespace. 24
Errors '{' should be on the previous line. 25
Errors '{' should be on the previous line. 27
Errors '{' should be on the previous line. 29
Errors '}' should be on the same line. 31
Errors '{' should be on the previous line. 33
Errors Must have at least one statement. 33

com/atlassian/plugins/rest/common/expand/resolver/CollectionEntityExpanderResolver.java

Violation Message Line
Errors Line is longer than 80 characters. 15
Errors Missing a Javadoc comment. 15
Errors Line is longer than 80 characters. 17
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 '<' is not followed by whitespace. 17
Errors '?' is not preceded with whitespace. 17
Errors '>' is not preceded with whitespace. 17
Errors '?' is not followed by whitespace. 17
Errors '>' is not followed by whitespace. 17
Errors '<' is not preceded with whitespace. 17
Errors '<' is not followed by whitespace. 17
Errors '?' is not preceded with whitespace. 17
Errors '>' is not preceded with whitespace. 17
Errors '?' is not followed by whitespace. 17
Errors '>' is not followed by whitespace. 17
Errors '>' is not preceded with whitespace. 17
Errors Name 'EXPANDERS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 17
Errors '<' is not preceded with whitespace. 17
Errors '<' is not followed by whitespace. 17
Errors '<' is not preceded with whitespace. 17
Errors '<' is not followed by whitespace. 17
Errors '?' is not preceded with whitespace. 17
Errors '>' is not preceded with whitespace. 17
Errors '?' is not followed by whitespace. 17
Errors '>' is not followed by whitespace. 17
Errors '<' is not preceded with whitespace. 17
Errors '<' is not followed by whitespace. 17
Errors '?' is not preceded with whitespace. 17
Errors '>' is not preceded with whitespace. 17
Errors '?' is not followed by whitespace. 17
Errors '>' is not followed by whitespace. 17
Errors '>' is not preceded with whitespace. 17
Errors '>' is not followed by whitespace. 17
Errors '{' is not followed by whitespace. 18
Errors '{' is not preceded with whitespace. 18
Errors '}' is not followed by whitespace. 21
Errors '}' is not preceded with whitespace. 21
Errors Method 'getExpander' is not designed for extension - needs to be abstract, final or empty. 24
Errors Missing a Javadoc comment. 24
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 preceded with whitespace. 25
Errors Parameter type should be final. 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 '{' should be on the previous line. 26
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 '?' is not followed by whitespace. 27
Errors '{' should be on the previous line. 29
Errors '<' is not preceded with whitespace. 30
Errors '<' is not followed by whitespace. 30
Errors '>' is not preceded with whitespace. 30
Errors '>' is not followed by whitespace. 30
Errors Line is longer than 80 characters. 32
Errors Missing a Javadoc comment. 35
Errors '<' is not preceded with whitespace. 35
Errors '<' is not followed by whitespace. 35
Errors '>' is not preceded with whitespace. 35
Errors '{' should be on the previous line. 36
Errors Line is longer than 80 characters. 37
Errors Missing a Javadoc comment. 37
Errors Parameter context should be final. 37
Errors '<' is not preceded with whitespace. 37
Errors '<' is not followed by whitespace. 37
Errors '>' is not preceded with whitespace. 37
Errors Parameter expanderResolver should be final. 37
Errors Parameter entityCrawler should be final. 37
Errors '{' should be on the previous line. 41
Errors Line is longer than 80 characters. 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 Line is longer than 80 characters. 43
Errors Line is longer than 80 characters. 49
Errors Missing a Javadoc comment. 49
Errors '<' is not preceded with whitespace. 49
Errors '<' is not followed by whitespace. 49
Errors '>' is not preceded with whitespace. 49
Errors Line is longer than 80 characters. 51
Errors Missing a Javadoc comment. 51
Errors Parameter context should be final. 51
Errors '<' is not preceded with whitespace. 51
Errors '<' is not followed by whitespace. 51
Errors '>' is not preceded with whitespace. 51
Errors Parameter expanderResolver should be final. 51
Errors Parameter entityCrawler should be final. 51
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 '<' is not preceded with whitespace. 56
Errors '<' is not followed by whitespace. 56
Errors '>' is not preceded with whitespace. 56
Errors '>' is not followed by whitespace. 56
Errors Line is longer than 80 characters. 57

com/atlassian/plugins/rest/common/expand/resolver/EntityExpanderResolver.java

Violation Message Line
Errors Unused import - com.atlassian.plugins.rest.common.expand.ExpandException. 4
Errors Line has trailing spaces. 8
Errors '{' should be on the previous line. 11
Errors Line is longer than 80 characters. 17
Errors Unused @throws tag for 'ExpandException'. 17
Errors '<' is not followed by whitespace. 19
Errors '>' is not preceded with whitespace. 19
Errors '<' is not preceded with whitespace. 19
Errors '<' is not followed by whitespace. 19
Errors '>' is not preceded with whitespace. 19
Errors Line is longer than 80 characters. 26
Errors Unused @throws tag for 'ExpandException'. 26
Errors '<' is not followed by whitespace. 28
Errors '>' is not preceded with whitespace. 28
Errors '<' is not preceded with whitespace. 28
Errors '<' is not followed by whitespace. 28
Errors '>' is not preceded with whitespace. 28
Errors '<' is not preceded with whitespace. 28
Errors '<' is not followed by whitespace. 28
Errors '?' is not preceded with whitespace. 28
Errors '>' is not preceded with whitespace. 28

com/atlassian/plugins/rest/common/expand/resolver/ExpandConstraintEntityExpanderResolver.java

Violation Message Line
Errors Line is longer than 80 characters. 14
Errors Missing a Javadoc comment. 14
Errors Method 'getExpander' is not designed for extension - needs to be abstract, final or empty. 16
Errors Missing a Javadoc comment. 16
Errors '<' is not followed by whitespace. 16
Errors '>' is not preceded with whitespace. 16
Errors '<' is not preceded with whitespace. 16
Errors '<' is not followed by whitespace. 16
Errors '>' is not preceded with whitespace. 16
Errors Parameter type 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 '>' is not preceded with whitespace. 16
Errors '{' should be on the previous line. 17
Errors '{' should be on the previous line. 19
Errors '{' should be on the previous line. 23
Errors Line is longer than 80 characters. 24
Errors '<' is not preceded with whitespace. 24
Errors '<' is not followed by whitespace. 24
Errors '>' is not preceded with whitespace. 24
Errors '>' is not followed by whitespace. 24
Errors Line is longer than 80 characters. 30
Errors Missing a Javadoc comment. 30
Errors '<' is not preceded with whitespace. 30
Errors '<' is not followed by whitespace. 30
Errors '>' is not preceded with whitespace. 30
Errors Missing a Javadoc comment. 32
Errors Missing a Javadoc comment. 34
Errors Parameter method should be final. 34
Errors 'method' hides a field. 34
Errors '{' should be on the previous line. 35
Errors Line is longer than 80 characters. 39
Errors Missing a Javadoc comment. 39
Errors Parameter context should be final. 39
Errors '<' is not preceded with whitespace. 39
Errors '<' is not followed by whitespace. 39
Errors '>' is not preceded with whitespace. 39
Errors Parameter expanderResolver should be final. 39
Errors Parameter entityCrawler should be final. 39
Errors '{' should be on the previous line. 43
Errors Line is longer than 80 characters. 44
Errors '}' should be on the same line. 45
Errors '{' should be on the previous line. 47
Errors '}' should be on the same line. 49
Errors '{' should be on the previous line. 51
Errors Line is longer than 80 characters. 55

com/atlassian/plugins/rest/common/expand/resolver/IdentityEntityExpanderResolver.java

Violation Message Line
Errors Line is longer than 80 characters. 6
Errors Missing a Javadoc comment. 6
Errors Missing a Javadoc comment. 8
Errors 'static' modifier out of order with the JLS suggestions. 8
Errors Method 'getExpander' is not designed for extension - needs to be abstract, final or empty. 10
Errors Missing a Javadoc comment. 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 Parameter type should be final. 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 '{' should be on the previous line. 11
Errors Line is longer than 80 characters. 15
Errors Missing a Javadoc comment. 15
Errors '<' is not preceded with whitespace. 15
Errors '<' is not followed by whitespace. 15
Errors '>' is not preceded with whitespace. 15
Errors Missing a Javadoc comment. 17
Errors Parameter entity should be final. 17
Errors '{' should be on the previous line. 18

com/atlassian/plugins/rest/common/expand/resolver/ListWrapperEntityExpanderResolver.java

Violation Message Line
Errors Line is longer than 80 characters. 18
Errors Line is longer than 80 characters. 20
Errors Missing a Javadoc comment. 20
Errors Method 'getExpander' is not designed for extension - needs to be abstract, final or empty. 22
Errors Missing a Javadoc comment. 22
Errors '<' is not followed by whitespace. 22
Errors '>' is not preceded with whitespace. 22
Errors '<' is not preceded with whitespace. 22
Errors '<' is not followed by whitespace. 22
Errors '>' is not preceded with whitespace. 22
Errors Parameter type should be final. 22
Errors '<' is not preceded with whitespace. 22
Errors '<' is not followed by whitespace. 22
Errors '?' is not preceded with whitespace. 22
Errors '>' is not preceded with whitespace. 22
Errors '{' should be on the previous line. 23
Errors '{' should be on the previous line. 25
Errors '<' is not preceded with whitespace. 26
Errors '<' is not followed by whitespace. 26
Errors '>' is not preceded with whitespace. 26
Errors '>' is not followed by whitespace. 26
Errors Line is longer than 80 characters. 28
Errors Line is longer than 80 characters. 31
Errors Missing a Javadoc comment. 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 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 Line is longer than 80 characters. 33
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 Parameter context 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 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 '>' is not followed by whitespace. 33
Errors '>' is not preceded with whitespace. 33
Errors Parameter expanderResolver should be final. 33
Errors Parameter entityCrawler should be final. 33
Errors '<' is not preceded with whitespace. 35
Errors '<' is not followed by whitespace. 35
Errors '?' is not preceded with whitespace. 35
Errors '>' is not preceded with whitespace. 35
Errors '?' is not followed by whitespace. 35
Errors '<' is not preceded with whitespace. 37
Errors '<' is not followed by whitespace. 37
Errors '>' is not preceded with whitespace. 37
Errors '{' should be on the previous line. 40
Errors '{' should be on the previous line. 42
Errors '{' should be on the previous line. 47
Errors Line is longer than 80 characters. 48
Errors '{' should be on the previous line. 51
Errors Line is longer than 80 characters. 52
Errors Line is longer than 80 characters. 55
Errors Line is longer than 80 characters. 57

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

Violation Message Line
Errors Missing package documentation file. 0

com/atlassian/plugins/rest/common/multipart/FilePart.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

com/atlassian/plugins/rest/common/multipart/MultipartHandler.java

Violation Message Line
Errors Missing a Javadoc comment. 5
Errors '{' should be on the previous line. 6
Errors Missing a Javadoc comment. 7

com/atlassian/plugins/rest/common/multipart/fileupload/CommonsFileUploadMultipartHandler.java

Violation Message Line
Errors Missing a Javadoc comment. 16
Errors '{' should be on the previous line. 17
Errors Missing a Javadoc comment. 18
Errors Missing a Javadoc comment. 20
Errors Parameter maxFileSize should be final. 20
Errors '{' should be on the previous line. 21
Errors Method 'getFilePart' is not designed for extension - needs to be abstract, final or empty. 26
Errors Missing a Javadoc comment. 26
Errors Parameter request should be final. 26
Errors Parameter field should be final. 26
Errors '{' should be on the previous line. 27
Errors '{' should be on the previous line. 29
Errors '{' should be on the previous line. 34
Errors '{' should be on the previous line. 36
Errors '{' should be on the previous line. 38
Errors '}' should be on the same line. 43
Errors '{' should be on the previous line. 45
Errors Missing a Javadoc comment. 50
Errors Line is longer than 80 characters. 51
Errors '<' is not preceded with whitespace. 51
Errors '<' is not followed by whitespace. 51
Errors '>' is not preceded with whitespace. 51
Errors Parameter request should be final. 51
Errors '<' is not preceded with whitespace. 53
Errors '<' is not followed by whitespace. 53
Errors '>' is not preceded with whitespace. 53
Errors '>' is not followed by whitespace. 53
Errors Missing a Javadoc comment. 56
Errors '{' should be on the previous line. 57
Errors Missing a Javadoc comment. 58
Errors Missing a Javadoc comment. 60
Errors Parameter fileItem should be final. 60
Errors 'fileItem' hides a field. 60
Errors '{' should be on the previous line. 61
Errors Missing a Javadoc comment. 65
Errors '{' should be on the previous line. 66
Errors Missing a Javadoc comment. 70
Errors '{' should be on the previous line. 71

com/atlassian/plugins/rest/common/multipart/fileupload/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/atlassian/plugins/rest/common/multipart/jersey/MultipartHandlerInjectableProvider.java

Violation Message Line
Errors Missing a Javadoc comment. 9
Errors Line is longer than 80 characters. 10
Errors '<' is not preceded with whitespace. 10
Errors '<' is not followed by whitespace. 10
Errors '>' is not preceded with whitespace. 10
Errors Parameter handler should be final. 16
Errors '{' should be on the previous line. 17

com/atlassian/plugins/rest/common/multipart/jersey/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/atlassian/plugins/rest/common/multipart/package.html

Violation Message Line
Errors Missing package documentation file. 0

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

Violation Message Line
Errors Missing package documentation file. 0

com/atlassian/plugins/rest/common/security/AnonymousAllowed.java

Violation Message Line
Errors Line is longer than 80 characters. 9
Errors Line is longer than 80 characters. 10
Errors '}' is not preceded with whitespace. 13
Errors '{' should be on the previous line. 16

com/atlassian/plugins/rest/common/security/AuthenticationContext.java

Violation Message Line
Errors Line is longer than 80 characters. 6
Errors '{' should be on the previous line. 10
Errors Line is longer than 80 characters. 12
Errors Line is longer than 80 characters. 17

com/atlassian/plugins/rest/common/security/AuthenticationRequiredException.java

Violation Message Line
Errors Line is longer than 80 characters. 4
Errors '{' should be on the previous line. 8
Errors Missing a Javadoc comment. 9
Errors '{' should be on the previous line. 10

com/atlassian/plugins/rest/common/security/jersey/AuthenticatedResourceFilter.java

Violation Message Line
Errors Line is longer than 80 characters. 5
Errors Line is longer than 80 characters. 14
Errors Line is longer than 80 characters. 15
Errors Line is longer than 80 characters. 16
Errors Line is longer than 80 characters. 18
Errors Missing a Javadoc comment. 20
Errors Missing a Javadoc comment. 21
Errors Line is longer than 80 characters. 23
Errors Missing a Javadoc comment. 23
Errors Parameter abstractMethod should be final. 23
Errors 'abstractMethod' hides a field. 23
Errors Parameter authenticationContext should be final. 23
Errors 'authenticationContext' hides a field. 23
Errors Line is longer than 80 characters. 26
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 Missing a Javadoc comment. 39
Errors Parameter request should be final. 39
Errors '{' should be on the previous line. 40
Errors '{' should be on the previous line. 42
Errors Missing a Javadoc comment. 48
Errors '{' should be on the previous line. 49
Errors Line is longer than 80 characters. 50
Errors Line is longer than 80 characters. 51
Errors Missing a Javadoc comment. 54
Errors '{' should be on the previous line. 55

com/atlassian/plugins/rest/common/security/jersey/AuthenticatedResourceFilterFactory.java

Violation Message Line
Errors Line is longer than 80 characters. 14
Errors Missing a Javadoc comment. 20
Errors Line is longer than 80 characters. 22
Errors Missing a Javadoc comment. 22
Errors 'authenticationContext' hides a field. 22
Errors Line is longer than 80 characters. 24
Errors Method 'create' is not designed for extension - needs to be abstract, final or empty. 27
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 Parameter abstractMethod should be final. 27
Errors '{' should be on the previous line. 28
Errors Line is longer than 80 characters. 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 followed by whitespace. 29

com/atlassian/plugins/rest/common/security/jersey/AuthenticationContextInjectableProvider.java

Violation Message Line
Errors Missing a Javadoc comment. 10
Errors Line is longer than 80 characters. 11
Errors '<' is not preceded with whitespace. 11
Errors '<' is not followed by whitespace. 11
Errors '>' is not preceded with whitespace. 11
Errors Line is longer than 80 characters. 13
Errors Missing a Javadoc comment. 13
Errors Parameter authenticationContext should be final. 13
Errors Line is longer than 80 characters. 15

com/atlassian/plugins/rest/common/security/jersey/SecurityExceptionMapper.java

Violation Message Line
Errors First sentence should end with a period. 9
Errors Line is longer than 80 characters. 10
Errors Line is longer than 80 characters. 14
Errors '<' is not preceded with whitespace. 14
Errors '<' is not followed by whitespace. 14
Errors '>' is not preceded with whitespace. 14
Errors Method 'toResponse' is not designed for extension - needs to be abstract, final or empty. 16
Errors Missing a Javadoc comment. 16
Errors Parameter exception should be final. 16
Errors '{' should be on the previous line. 17

com/atlassian/plugins/rest/common/security/jersey/package.html

Violation Message Line
Errors Missing package documentation file. 0

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

Violation Message Line
Errors Missing package documentation file. 0

com/atlassian/plugins/rest/common/template/Renderer.java

Violation Message Line
Errors First sentence should end with a period. 5
Errors '{' should be on the previous line. 9
Errors Missing a Javadoc comment. 10

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

Violation Message Line
Errors Missing package documentation file. 0

com/atlassian/plugins/rest/common/util/ReflectionUtils.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. 11
Errors Parameter field should be final. 17
Errors Parameter object should be final. 17
Errors '{' should be on the previous line. 18
Errors '{' should be on the previous line. 21
Errors '{' should be on the previous line. 23
Errors '}' should be on the same line. 27
Errors '{' should be on the previous line. 29
Errors Line is longer than 80 characters. 30
Errors '}' should be on the same line. 31
Errors '{' should be on the previous line. 33
Errors '{' should be on the previous line. 35
Errors Line is longer than 80 characters. 42
Errors Parameter field should be final. 48
Errors Parameter object should be final. 48
Errors Parameter value 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. 54
Errors '}' should be on the same line. 58
Errors '{' should be on the previous line. 60
Errors Line is longer than 80 characters. 61
Errors '}' should be on the same line. 62
Errors '{' should be on the previous line. 64
Errors '{' should be on the previous line. 66

com/atlassian/plugins/rest/common/util/package.html

Violation Message Line
Errors Missing package documentation file. 0