Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
27 0 0 518

Files

Files Infos Warnings Errors
com/atlassian/plugins/rest/autowiring/AutowiredResource.java 0 0 11
com/atlassian/plugins/rest/autowiring/SomeService.java 0 0 11
com/atlassian/plugins/rest/autowiring/package.html 0 0 1
com/atlassian/plugins/rest/helloworld/HelloWorld.java 0 0 19
com/atlassian/plugins/rest/helloworld/package.html 0 0 1
com/atlassian/plugins/rest/json/JsonObject.java 0 0 28
com/atlassian/plugins/rest/json/JsonObjectResource.java 0 0 5
com/atlassian/plugins/rest/json/package.html 0 0 1
com/atlassian/plugins/rest/mvc/MvcRootResource.java 0 0 2
com/atlassian/plugins/rest/mvc/Velocity.java 0 0 10
com/atlassian/plugins/rest/mvc/package.html 0 0 1
com/atlassian/plugins/rest/test/Developer.java 0 0 62
com/atlassian/plugins/rest/test/DeveloperExpander.java 0 0 10
com/atlassian/plugins/rest/test/DeveloperStore.java 0 0 9
com/atlassian/plugins/rest/test/Developers.java 0 0 49
com/atlassian/plugins/rest/test/FavouriteDrink.java 0 0 21
com/atlassian/plugins/rest/test/FavouriteDrinkExpander.java 0 0 13
com/atlassian/plugins/rest/test/FavouriteDrinks.java 0 0 49
com/atlassian/plugins/rest/test/Project.java 0 0 55
com/atlassian/plugins/rest/test/ProjectInformation.java 0 0 45
com/atlassian/plugins/rest/test/ProjectInformationExpander.java 0 0 10
com/atlassian/plugins/rest/test/ProjectSpecification.java 0 0 34
com/atlassian/plugins/rest/test/ProjectSpecificationExpander.java 0 0 9
com/atlassian/plugins/rest/test/ProjectSubResource.java 0 0 18
com/atlassian/plugins/rest/test/Projects.java 0 0 30
com/atlassian/plugins/rest/test/ProjectsResource.java 0 0 13
com/atlassian/plugins/rest/test/package.html 0 0 1

Rules

Rules Violations Severity
PackageHtml 5 Errors Error
NewlineAtEndOfFile 2 Errors Error
Translation 0 Errors Error
JavadocMethod 79 Errors Error
JavadocType 22 Errors Error
JavadocVariable 43 Errors Error
JavadocStyle 0 Errors Error
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MemberName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
FileLength 0 Errors Error
LineLength 28 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 105 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly 95 Errors Error
NeedBraces 0 Errors Error
RightCurly 0 Errors Error
AvoidInlineConditionals 3 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 28 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 59 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 3 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 0 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 45 Errors Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
0 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

com/atlassian/plugins/rest/autowiring/AutowiredResource.java

Violation Message Line
Errors Missing a Javadoc comment. 10
Errors '}' is not preceded with whitespace. 11
Errors '{' should be on the previous line. 13
Errors Missing a Javadoc comment. 14
Errors Missing a Javadoc comment. 16
Errors Parameter someService should be final. 16
Errors 'someService' hides a field. 16
Errors '{' should be on the previous line. 17
Errors Method 'getResource' is not designed for extension - needs to be abstract, final or empty. 22
Errors Missing a Javadoc comment. 22
Errors '{' should be on the previous line. 24

com/atlassian/plugins/rest/autowiring/SomeService.java

Violation Message Line
Errors Missing a Javadoc comment. 5
Errors '{' should be on the previous line. 7
Errors Missing a Javadoc comment. 8
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 10
Errors Missing a Javadoc comment. 10
Errors '{' should be on the previous line. 11
Errors Method 'setName' is not designed for extension - needs to be abstract, final or empty. 15
Errors Missing a Javadoc comment. 15
Errors Parameter name should be final. 15
Errors 'name' hides a field. 15
Errors '{' should be on the previous line. 16

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

Violation Message Line
Errors Missing package documentation file. 0

com/atlassian/plugins/rest/helloworld/HelloWorld.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 12
Errors '{' should be on the previous line. 14
Errors Method 'getAuthenticatedMessage' is not designed for extension - needs to be abstract, final or empty. 15
Errors Missing a Javadoc comment. 15
Errors '{' should be on the previous line. 19
Errors Method 'getAnonymousMessage' 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. 28
Errors Method 'getMessageForAdmin' is not designed for extension - needs to be abstract, final or empty. 32
Errors Missing a Javadoc comment. 32
Errors Line is longer than 80 characters. 36
Errors Parameter authenticationContext should be final. 36
Errors Missing a Javadoc comment. 42
Errors Parameter context should be final. 42
Errors Parameter userName should be final. 42
Errors '{' should be on the previous line. 43
Errors '{' should be on the previous line. 46
Errors Line is longer than 80 characters. 47

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

Violation Message Line
Errors Missing package documentation file. 0

com/atlassian/plugins/rest/json/JsonObject.java

Violation Message Line
Errors Missing a Javadoc comment. 11
Errors Utility classes should not have a public or default constructor. 11
Errors '{' should be on the previous line. 13
Errors Missing a Javadoc comment. 14
Errors Missing a Javadoc comment. 17
Errors Missing a Javadoc comment. 20
Errors '<' is not preceded with whitespace. 22
Errors '<' is not followed by whitespace. 22
Errors '>' is not preceded with whitespace. 22
Errors Missing a Javadoc comment. 24
Errors '<' is not preceded with whitespace. 26
Errors '<' is not followed by whitespace. 26
Errors '>' is not preceded with whitespace. 26
Errors Missing a Javadoc comment. 28
Errors Line is longer than 80 characters. 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 Utility classes should not have a public or default constructor. 32
Errors '{' should be on the previous line. 34
Errors Missing a Javadoc comment. 35
Errors Missing a Javadoc comment. 38
Errors '{' should be on the previous line. 39
Errors Missing a Javadoc comment. 42
Errors Parameter name should be final. 42
Errors 'name' hides a field. 42
Errors '{' should be on the previous line. 43

com/atlassian/plugins/rest/json/JsonObjectResource.java

Violation Message Line
Errors Missing a Javadoc comment. 8
Errors '{' should be on the previous line. 11
Errors Method 'get' is not designed for extension - needs to be abstract, final or empty. 12
Errors Missing a Javadoc comment. 12
Errors '{' should be on the previous line. 14

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

Violation Message Line
Errors Missing package documentation file. 0

com/atlassian/plugins/rest/mvc/MvcRootResource.java

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

com/atlassian/plugins/rest/mvc/Velocity.java

Violation Message Line
Errors Missing a Javadoc comment. 7
Errors '{' should be on the previous line. 10
Errors Missing a Javadoc comment. 11
Errors Missing a Javadoc comment. 12
Errors Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. 14
Errors Missing a Javadoc comment. 14
Errors '{' should be on the previous line. 15
Errors Method 'getSubtitle' is not designed for extension - needs to be abstract, final or empty. 19
Errors Missing a Javadoc comment. 19
Errors '{' should be on the previous line. 20

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

Violation Message Line
Errors Missing package documentation file. 0

com/atlassian/plugins/rest/test/Developer.java

Violation Message Line
Errors Missing a Javadoc comment. 17
Errors '{' should be on the previous line. 21
Errors Missing a Javadoc comment. 22
Errors Missing a Javadoc comment. 25
Errors Missing a Javadoc comment. 28
Errors Missing a Javadoc comment. 31
Errors Missing a Javadoc comment. 34
Errors Missing a Javadoc comment. 37
Errors Method 'getLink' is not designed for extension - needs to be abstract, final or empty. 41
Errors Missing a Javadoc comment. 41
Errors '{' should be on the previous line. 42
Errors Method 'setLink' is not designed for extension - needs to be abstract, final or empty. 46
Errors Missing a Javadoc comment. 46
Errors Parameter link should be final. 46
Errors 'link' hides a field. 46
Errors '{' should be on the previous line. 47
Errors Method 'getUserName' is not designed for extension - needs to be abstract, final or empty. 51
Errors Missing a Javadoc comment. 51
Errors '{' should be on the previous line. 52
Errors Method 'setUserName' is not designed for extension - needs to be abstract, final or empty. 56
Errors Missing a Javadoc comment. 56
Errors Parameter userName should be final. 56
Errors 'userName' hides a field. 56
Errors '{' should be on the previous line. 57
Errors Method 'getFullName' is not designed for extension - needs to be abstract, final or empty. 61
Errors Missing a Javadoc comment. 61
Errors '{' should be on the previous line. 62
Errors Method 'setFullName' is not designed for extension - needs to be abstract, final or empty. 66
Errors Missing a Javadoc comment. 66
Errors Parameter fullName should be final. 66
Errors 'fullName' hides a field. 66
Errors '{' should be on the previous line. 67
Errors Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. 71
Errors Missing a Javadoc comment. 71
Errors '{' should be on the previous line. 72
Errors Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. 76
Errors Missing a Javadoc comment. 76
Errors Parameter email should be final. 76
Errors 'email' hides a field. 76
Errors '{' should be on the previous line. 77
Errors Method 'setFavouriteDrinks' is not designed for extension - needs to be abstract, final or empty. 81
Errors Missing a Javadoc comment. 81
Errors Parameter favouriteDrinks should be final. 81
Errors 'favouriteDrinks' hides a field. 81
Errors '{' should be on the previous line. 82
Errors Method 'getFavouriteDrinks' is not designed for extension - needs to be abstract, final or empty. 86
Errors Missing a Javadoc comment. 86
Errors '<' is not preceded with whitespace. 86
Errors '<' is not followed by whitespace. 86
Errors '>' is not preceded with whitespace. 86
Errors '{' should be on the previous line. 87
Errors Line is longer than 80 characters. 88
Errors Avoid inline conditionals. 88
Errors '<' is not preceded with whitespace. 88
Errors '<' is not followed by whitespace. 88
Errors '>' is not preceded with whitespace. 88
Errors '>' is not followed by whitespace. 88
Errors Missing a Javadoc comment. 91
Errors Parameter userName should be final. 91
Errors Parameter uriInfo should be final. 91
Errors '{' should be on the previous line. 92
Errors Line is longer than 80 characters. 94

com/atlassian/plugins/rest/test/DeveloperExpander.java

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

com/atlassian/plugins/rest/test/DeveloperStore.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 preceded with whitespace. 10
Errors '<' is not followed by whitespace. 10
Errors '>' is not preceded with whitespace. 10
Errors Parameter uriInfo should be final. 10
Errors '{' should be on the previous line. 11

com/atlassian/plugins/rest/test/Developers.java

Violation Message Line
Errors Missing a Javadoc comment. 16
Errors '<' is not preceded with whitespace. 18
Errors '<' is not followed by whitespace. 18
Errors '>' is not preceded with whitespace. 18
Errors '{' should be on the previous line. 19
Errors Missing a Javadoc comment. 20
Errors Missing a Javadoc comment. 23
Errors Missing a Javadoc comment. 26
Errors '<' is not preceded with whitespace. 28
Errors '<' is not followed by whitespace. 28
Errors '>' is not preceded with whitespace. 28
Errors Missing a Javadoc comment. 30
Errors '<' is not preceded with whitespace. 31
Errors '<' is not followed by whitespace. 31
Errors '>' is not preceded with whitespace. 31
Errors Missing a Javadoc comment. 33
Errors '{' should be on the previous line. 35
Errors Missing a Javadoc comment. 40
Errors Parameter size should be final. 40
Errors 'size' hides a field. 40
Errors Parameter callback should be final. 40
Errors '<' is not preceded with whitespace. 40
Errors '<' is not followed by whitespace. 40
Errors '>' is not preceded with whitespace. 40
Errors 'callback' hides a field. 40
Errors '{' should be on the previous line. 41
Errors Method 'getSize' 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. 47
Errors Method 'setDevelopers' is not designed for extension - needs to be abstract, final or empty. 51
Errors Missing a Javadoc comment. 51
Errors Parameter developers 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 'developers' hides a field. 51
Errors '{' should be on the previous line. 52
Errors Method 'getDevelopers' is not designed for extension - needs to be abstract, final or empty. 56
Errors Missing a Javadoc comment. 56
Errors '<' is not preceded with whitespace. 56
Errors '<' is not followed by whitespace. 56
Errors '>' is not preceded with whitespace. 56
Errors '{' should be on the previous line. 57
Errors Method 'getCallback' is not designed for extension - needs to be abstract, final or empty. 61
Errors Missing a Javadoc comment. 61
Errors '<' is not preceded with whitespace. 61
Errors '<' is not followed by whitespace. 61
Errors '>' is not preceded with whitespace. 61
Errors '{' should be on the previous line. 62

com/atlassian/plugins/rest/test/FavouriteDrink.java

Violation Message Line
Errors Missing a Javadoc comment. 11
Errors '{' should be on the previous line. 15
Errors Missing a Javadoc comment. 16
Errors Missing a Javadoc comment. 19
Errors Missing a Javadoc comment. 22
Errors '{' should be on the previous line. 23
Errors Missing a Javadoc comment. 27
Errors Parameter name should be final. 27
Errors 'name' hides a field. 27
Errors '{' should be on the previous line. 28
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 32
Errors Missing a Javadoc comment. 32
Errors '{' should be on the previous line. 33
Errors Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 37
Errors Missing a Javadoc comment. 37
Errors '{' should be on the previous line. 38
Errors Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. 42
Errors Missing a Javadoc comment. 42
Errors Parameter description should be final. 42
Errors 'description' hides a field. 42
Errors '{' should be on the previous line. 43

com/atlassian/plugins/rest/test/FavouriteDrinkExpander.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 Method 'expandInternal' is not designed for extension - needs to be abstract, final or empty. 7
Errors Missing a Javadoc comment. 7
Errors Parameter drink should be final. 7
Errors '{' should be on the previous line. 8
Errors '{' should be on the previous line. 10
Errors Line is longer than 80 characters. 11
Errors '+' should be on a new line. 11
Errors Line is longer than 80 characters. 12

com/atlassian/plugins/rest/test/FavouriteDrinks.java

Violation Message Line
Errors Missing a Javadoc comment. 16
Errors '<' is not preceded with whitespace. 18
Errors '<' is not followed by whitespace. 18
Errors '>' is not preceded with whitespace. 18
Errors '{' should be on the previous line. 19
Errors Missing a Javadoc comment. 20
Errors Missing a Javadoc comment. 23
Errors Missing a Javadoc comment. 26
Errors '<' is not preceded with whitespace. 28
Errors '<' is not followed by whitespace. 28
Errors '>' is not preceded with whitespace. 28
Errors Missing a Javadoc comment. 30
Errors '<' is not preceded with whitespace. 31
Errors '<' is not followed by whitespace. 31
Errors '>' is not preceded with whitespace. 31
Errors Missing a Javadoc comment. 33
Errors '{' should be on the previous line. 35
Errors Line is longer than 80 characters. 40
Errors Missing a Javadoc comment. 40
Errors Parameter size should be final. 40
Errors 'size' hides a field. 40
Errors Parameter callback should be final. 40
Errors '<' is not preceded with whitespace. 40
Errors '<' is not followed by whitespace. 40
Errors '>' is not preceded with whitespace. 40
Errors 'callback' hides a field. 40
Errors Method 'getSize' 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. 47
Errors Method 'getFavouriteDrinks' is not designed for extension - needs to be abstract, final or empty. 51
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 '{' should be on the previous line. 52
Errors Method 'setFavouriteDrinks' is not designed for extension - needs to be abstract, final or empty. 56
Errors Missing a Javadoc comment. 56
Errors Parameter favouriteDrinks should be final. 56
Errors '<' is not preceded with whitespace. 56
Errors '<' is not followed by whitespace. 56
Errors '>' is not preceded with whitespace. 56
Errors 'favouriteDrinks' hides a field. 56
Errors '{' should be on the previous line. 57
Errors Method 'getCallback' is not designed for extension - needs to be abstract, final or empty. 61
Errors Missing a Javadoc comment. 61
Errors '<' is not preceded with whitespace. 61
Errors '<' is not followed by whitespace. 61
Errors '>' is not preceded with whitespace. 61
Errors '{' should be on the previous line. 62

com/atlassian/plugins/rest/test/Project.java

Violation Message Line
Errors Missing a Javadoc comment. 16
Errors '{' should be on the previous line. 19
Errors Missing a Javadoc comment. 20
Errors Missing a Javadoc comment. 23
Errors Missing a Javadoc comment. 26
Errors Missing a Javadoc comment. 29
Errors Missing a Javadoc comment. 33
Errors Missing a Javadoc comment. 38
Errors '{' should be on the previous line. 39
Errors Missing a Javadoc comment. 44
Errors Parameter name should be final. 44
Errors 'name' hides a field. 44
Errors Parameter description should be final. 44
Errors 'description' hides a field. 44
Errors '{' should be on the previous line. 45
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 50
Errors Missing a Javadoc comment. 50
Errors '{' should be on the previous line. 51
Errors Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 55
Errors Missing a Javadoc comment. 55
Errors '{' should be on the previous line. 56
Errors Method 'getInformation' is not designed for extension - needs to be abstract, final or empty. 60
Errors Missing a Javadoc comment. 60
Errors '{' should be on the previous line. 61
Errors Method 'setInformation' is not designed for extension - needs to be abstract, final or empty. 65
Errors Missing a Javadoc comment. 65
Errors Parameter information should be final. 65
Errors 'information' hides a field. 65
Errors '{' should be on the previous line. 66
Errors Method 'getDevelopers' is not designed for extension - needs to be abstract, final or empty. 70
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 '{' should be on the previous line. 71
Errors Line is longer than 80 characters. 72
Errors Avoid inline conditionals. 72
Errors '<' is not preceded with whitespace. 72
Errors '<' is not followed by whitespace. 72
Errors '>' is not preceded with whitespace. 72
Errors '>' is not followed by whitespace. 72
Errors Method 'setDevelopers' is not designed for extension - needs to be abstract, final or empty. 75
Errors Missing a Javadoc comment. 75
Errors Parameter developers should be final. 75
Errors 'developers' hides a field. 75
Errors '{' should be on the previous line. 76
Errors Method 'build' is not designed for extension - needs to be abstract, final or empty. 80
Errors Missing a Javadoc comment. 80
Errors Parameter uriInfo should be final. 80
Errors '{' should be on the previous line. 81
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 Line is longer than 80 characters. 85

com/atlassian/plugins/rest/test/ProjectInformation.java

Violation Message Line
Errors Missing a Javadoc comment. 15
Errors '{' should be on the previous line. 19
Errors Missing a Javadoc comment. 20
Errors Missing a Javadoc comment. 23
Errors Missing a Javadoc comment. 26
Errors Missing a Javadoc comment. 29
Errors Missing a Javadoc comment. 32
Errors Missing a Javadoc comment. 36
Errors '{' should be on the previous line. 37
Errors Missing a Javadoc comment. 41
Errors Parameter link should be final. 41
Errors 'link' hides a field. 41
Errors '{' should be on the previous line. 42
Errors Missing a Javadoc comment. 46
Errors Parameter uriInfo should be final. 46
Errors '{' should be on the previous line. 47
Errors Line is longer than 80 characters. 48
Errors Line is longer than 80 characters. 49
Errors Method 'getLink' 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 'getLongName' 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 'setLongName' is not designed for extension - needs to be abstract, final or empty. 63
Errors Missing a Javadoc comment. 63
Errors Parameter longName should be final. 63
Errors 'longName' hides a field. 63
Errors '{' should be on the previous line. 64
Errors Method 'getLongDescription' is not designed for extension - needs to be abstract, final or empty. 68
Errors Missing a Javadoc comment. 68
Errors '{' should be on the previous line. 69
Errors Method 'setLongDescription' is not designed for extension - needs to be abstract, final or empty. 73
Errors Missing a Javadoc comment. 73
Errors Parameter longDescription should be final. 73
Errors 'longDescription' hides a field. 73
Errors '{' should be on the previous line. 74
Errors Method 'getSpecification' is not designed for extension - needs to be abstract, final or empty. 78
Errors Missing a Javadoc comment. 78
Errors '{' should be on the previous line. 79
Errors Method 'setSpecification' is not designed for extension - needs to be abstract, final or empty. 83
Errors Missing a Javadoc comment. 83
Errors Parameter specification should be final. 83
Errors 'specification' hides a field. 83
Errors '{' should be on the previous line. 84

com/atlassian/plugins/rest/test/ProjectInformationExpander.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 Method 'expandInternal' is not designed for extension - needs to be abstract, final or empty. 7
Errors Missing a Javadoc comment. 7
Errors Parameter information should be final. 7
Errors '{' should be on the previous line. 10
Errors Line is longer than 80 characters. 12

com/atlassian/plugins/rest/test/ProjectSpecification.java

Violation Message Line
Errors Missing a Javadoc comment. 13
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. 24
Errors Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. 27
Errors Missing a Javadoc comment. 27
Errors '{' should be on the previous line. 28
Errors Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. 32
Errors Missing a Javadoc comment. 32
Errors Parameter title should be final. 32
Errors 'title' hides a field. 32
Errors '{' should be on the previous line. 33
Errors Method 'getText' is not designed for extension - needs to be abstract, final or empty. 37
Errors Missing a Javadoc comment. 37
Errors '{' should be on the previous line. 38
Errors Method 'setText' is not designed for extension - needs to be abstract, final or empty. 42
Errors Missing a Javadoc comment. 42
Errors Parameter text should be final. 42
Errors 'text' hides a field. 42
Errors '{' should be on the previous line. 43
Errors Method 'getLink' is not designed for extension - needs to be abstract, final or empty. 47
Errors Missing a Javadoc comment. 47
Errors '{' should be on the previous line. 48
Errors Method 'setLink' is not designed for extension - needs to be abstract, final or empty. 52
Errors Missing a Javadoc comment. 52
Errors Parameter link should be final. 52
Errors 'link' hides a field. 52
Errors '{' should be on the previous line. 53
Errors Missing a Javadoc comment. 57
Errors Parameter uriInfo should be final. 57
Errors '{' should be on the previous line. 58
Errors Line is longer than 80 characters. 59
Errors Line is longer than 80 characters. 60

com/atlassian/plugins/rest/test/ProjectSpecificationExpander.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 Line is longer than 80 characters. 7
Errors Method 'expandInternal' is not designed for extension - needs to be abstract, final or empty. 7
Errors Missing a Javadoc comment. 7
Errors Parameter specification should be final. 7

com/atlassian/plugins/rest/test/ProjectSubResource.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 12
Errors '}' is not preceded with whitespace. 12
Errors '}' is not preceded with whitespace. 13
Errors '{' should be on the previous line. 15
Errors Missing a Javadoc comment. 16
Errors Missing a Javadoc comment. 17
Errors Line is longer than 80 characters. 19
Errors Missing a Javadoc comment. 19
Errors Parameter projects should be final. 19
Errors Parameter projectName should be final. 19
Errors Parameter uriInfo should be final. 19
Errors 'uriInfo' hides a field. 19
Errors Method 'getProject' is not designed for extension - needs to be abstract, final or empty. 25
Errors Missing a Javadoc comment. 25
Errors '{' should be on the previous line. 27
Errors Line is longer than 80 characters. 28
Errors Avoid inline conditionals. 28

com/atlassian/plugins/rest/test/Projects.java

Violation Message Line
Errors Missing a Javadoc comment. 12
Errors '{' should be on the previous line. 15
Errors Missing a Javadoc comment. 16
Errors '<' is not preceded with whitespace. 16
Errors '<' is not followed by whitespace. 16
Errors '>' is not preceded with whitespace. 16
Errors Missing a Javadoc comment. 18
Errors '{' should be on the previous line. 19
Errors '<' is not preceded with whitespace. 20
Errors '<' is not followed by whitespace. 20
Errors '>' is not preceded with whitespace. 20
Errors '>' is not followed by whitespace. 20
Errors '{' is not followed by whitespace. 21
Errors '{' is not preceded with whitespace. 21
Errors Line is longer than 80 characters. 22
Errors Line is longer than 80 characters. 23
Errors '}' is not followed by whitespace. 27
Errors '}' is not preceded with whitespace. 27
Errors Method 'getProjectsMap' is not designed for extension - needs to be abstract, final or empty. 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 '{' should be on the previous line. 31
Errors Method 'getProjects' is not designed for extension - needs to be abstract, final or empty. 35
Errors Missing a Javadoc comment. 35
Errors '<' is not preceded with whitespace. 36
Errors '<' is not followed by whitespace. 36
Errors '>' is not preceded with whitespace. 36
Errors '{' should be on the previous line. 37

com/atlassian/plugins/rest/test/ProjectsResource.java

Violation Message Line
Errors Missing a Javadoc comment. 12
Errors '}' is not preceded with whitespace. 13
Errors '}' is not preceded with whitespace. 14
Errors '{' should be on the previous line. 16
Errors Missing a Javadoc comment. 17
Errors Method 'getAllProjects' is not designed for extension - needs to be abstract, final or empty. 19
Errors Missing a Javadoc comment. 19
Errors '{' should be on the previous line. 21
Errors Method 'getProject' is not designed for extension - needs to be abstract, final or empty. 25
Errors Missing a Javadoc comment. 25
Errors Line is longer than 80 characters. 26
Errors Parameter projectName should be final. 26
Errors Parameter uriInfo should be final. 26

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

Violation Message Line
Errors Missing package documentation file. 0