The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 27 | 0 | 0 | 518 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 5 | |
| NewlineAtEndOfFile | 2 | |
| Translation | 0 | |
| JavadocMethod | 79 | |
| JavadocType | 22 | |
| JavadocVariable | 43 | |
| JavadocStyle | 0 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
| LineLength | 28 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 1 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 105 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 95 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 3 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 28 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 59 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 3 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 45 | |
GenericIllegalRegexp
|
0 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 10 | |
| '}' is not preceded with whitespace. | 11 | |
| '{' should be on the previous line. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 16 | |
| Parameter someService should be final. | 16 | |
| 'someService' hides a field. | 16 | |
| '{' should be on the previous line. | 17 | |
| Method 'getResource' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Missing a Javadoc comment. | 22 | |
| '{' should be on the previous line. | 24 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 7 | |
| Missing a Javadoc comment. | 8 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 10 | |
| Missing a Javadoc comment. | 10 | |
| '{' should be on the previous line. | 11 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Parameter name should be final. | 15 | |
| 'name' hides a field. | 15 | |
| '{' should be on the previous line. | 16 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 12 | |
| '{' should be on the previous line. | 14 | |
| Method 'getAuthenticatedMessage' is not designed for extension - needs to be abstract, final or empty. | 15 | |
| Missing a Javadoc comment. | 15 | |
| '{' should be on the previous line. | 19 | |
| Method 'getAnonymousMessage' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Missing a Javadoc comment. | 23 | |
| '{' should be on the previous line. | 28 | |
| Method 'getMessageForAdmin' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Line is longer than 80 characters. | 36 | |
| Parameter authenticationContext should be final. | 36 | |
| Missing a Javadoc comment. | 42 | |
| Parameter context should be final. | 42 | |
| Parameter userName should be final. | 42 | |
| '{' should be on the previous line. | 43 | |
| '{' should be on the previous line. | 46 | |
| Line is longer than 80 characters. | 47 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 11 | |
| Utility classes should not have a public or default constructor. | 11 | |
| '{' should be on the previous line. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 20 | |
| '<' is not preceded with whitespace. | 22 | |
| '<' is not followed by whitespace. | 22 | |
| '>' is not preceded with whitespace. | 22 | |
| Missing a Javadoc comment. | 24 | |
| '<' is not preceded with whitespace. | 26 | |
| '<' is not followed by whitespace. | 26 | |
| '>' is not preceded with whitespace. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Line is longer than 80 characters. | 30 | |
| '<' is not preceded with whitespace. | 30 | |
| '<' is not followed by whitespace. | 30 | |
| '>' is not preceded with whitespace. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Utility classes should not have a public or default constructor. | 32 | |
| '{' should be on the previous line. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 38 | |
| '{' should be on the previous line. | 39 | |
| Missing a Javadoc comment. | 42 | |
| Parameter name should be final. | 42 | |
| 'name' hides a field. | 42 | |
| '{' should be on the previous line. | 43 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 8 | |
| '{' should be on the previous line. | 11 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 12 | |
| Missing a Javadoc comment. | 12 | |
| '{' should be on the previous line. | 14 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 7 | |
| '{' should be on the previous line. | 10 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 7 | |
| '{' should be on the previous line. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 14 | |
| Missing a Javadoc comment. | 14 | |
| '{' should be on the previous line. | 15 | |
| Method 'getSubtitle' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| Missing a Javadoc comment. | 19 | |
| '{' should be on the previous line. | 20 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 17 | |
| '{' should be on the previous line. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 37 | |
| Method 'getLink' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| '{' should be on the previous line. | 42 | |
| Method 'setLink' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter link should be final. | 46 | |
| 'link' hides a field. | 46 | |
| '{' should be on the previous line. | 47 | |
| Method 'getUserName' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| '{' should be on the previous line. | 52 | |
| Method 'setUserName' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Parameter userName should be final. | 56 | |
| 'userName' hides a field. | 56 | |
| '{' should be on the previous line. | 57 | |
| Method 'getFullName' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| '{' should be on the previous line. | 62 | |
| Method 'setFullName' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter fullName should be final. | 66 | |
| 'fullName' hides a field. | 66 | |
| '{' should be on the previous line. | 67 | |
| Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| '{' should be on the previous line. | 72 | |
| Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Parameter email should be final. | 76 | |
| 'email' hides a field. | 76 | |
| '{' should be on the previous line. | 77 | |
| Method 'setFavouriteDrinks' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Parameter favouriteDrinks should be final. | 81 | |
| 'favouriteDrinks' hides a field. | 81 | |
| '{' should be on the previous line. | 82 | |
| Method 'getFavouriteDrinks' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Missing a Javadoc comment. | 86 | |
| '<' is not preceded with whitespace. | 86 | |
| '<' is not followed by whitespace. | 86 | |
| '>' is not preceded with whitespace. | 86 | |
| '{' should be on the previous line. | 87 | |
| Line is longer than 80 characters. | 88 | |
| Avoid inline conditionals. | 88 | |
| '<' is not preceded with whitespace. | 88 | |
| '<' is not followed by whitespace. | 88 | |
| '>' is not preceded with whitespace. | 88 | |
| '>' is not followed by whitespace. | 88 | |
| Missing a Javadoc comment. | 91 | |
| Parameter userName should be final. | 91 | |
| Parameter uriInfo should be final. | 91 | |
| '{' should be on the previous line. | 92 | |
| Line is longer than 80 characters. | 94 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 8 | |
| Line is longer than 80 characters. | 10 | |
| '<' is not preceded with whitespace. | 10 | |
| '<' is not followed by whitespace. | 10 | |
| '>' is not preceded with whitespace. | 10 | |
| Method 'expandInternal' is not designed for extension - needs to be abstract, final or empty. | 12 | |
| Missing a Javadoc comment. | 12 | |
| Parameter developer should be final. | 12 | |
| '{' should be on the previous line. | 13 | |
| Line is longer than 80 characters. | 16 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 8 | |
| Utility classes should not have a public or default constructor. | 8 | |
| '{' should be on the previous line. | 9 | |
| Missing a Javadoc comment. | 10 | |
| '<' is not preceded with whitespace. | 10 | |
| '<' is not followed by whitespace. | 10 | |
| '>' is not preceded with whitespace. | 10 | |
| Parameter uriInfo should be final. | 10 | |
| '{' should be on the previous line. | 11 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 16 | |
| '<' is not preceded with whitespace. | 18 | |
| '<' is not followed by whitespace. | 18 | |
| '>' is not preceded with whitespace. | 18 | |
| '{' should be on the previous line. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 26 | |
| '<' is not preceded with whitespace. | 28 | |
| '<' is not followed by whitespace. | 28 | |
| '>' is not preceded with whitespace. | 28 | |
| Missing a Javadoc comment. | 30 | |
| '<' is not preceded with whitespace. | 31 | |
| '<' is not followed by whitespace. | 31 | |
| '>' is not preceded with whitespace. | 31 | |
| Missing a Javadoc comment. | 33 | |
| '{' should be on the previous line. | 35 | |
| Missing a Javadoc comment. | 40 | |
| Parameter size should be final. | 40 | |
| 'size' hides a field. | 40 | |
| Parameter callback should be final. | 40 | |
| '<' is not preceded with whitespace. | 40 | |
| '<' is not followed by whitespace. | 40 | |
| '>' is not preceded with whitespace. | 40 | |
| 'callback' hides a field. | 40 | |
| '{' should be on the previous line. | 41 | |
| Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| '{' should be on the previous line. | 47 | |
| Method 'setDevelopers' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter developers should be final. | 51 | |
| '<' is not preceded with whitespace. | 51 | |
| '<' is not followed by whitespace. | 51 | |
| '>' is not preceded with whitespace. | 51 | |
| 'developers' hides a field. | 51 | |
| '{' should be on the previous line. | 52 | |
| Method 'getDevelopers' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| '<' is not preceded with whitespace. | 56 | |
| '<' is not followed by whitespace. | 56 | |
| '>' is not preceded with whitespace. | 56 | |
| '{' should be on the previous line. | 57 | |
| Method 'getCallback' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| '<' is not preceded with whitespace. | 61 | |
| '<' is not followed by whitespace. | 61 | |
| '>' is not preceded with whitespace. | 61 | |
| '{' should be on the previous line. | 62 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 11 | |
| '{' should be on the previous line. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 22 | |
| '{' should be on the previous line. | 23 | |
| Missing a Javadoc comment. | 27 | |
| Parameter name should be final. | 27 | |
| 'name' hides a field. | 27 | |
| '{' should be on the previous line. | 28 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| '{' should be on the previous line. | 33 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| '{' should be on the previous line. | 38 | |
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Parameter description should be final. | 42 | |
| 'description' hides a field. | 42 | |
| '{' should be on the previous line. | 43 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 5 | |
| Missing a Javadoc comment. | 5 | |
| '<' is not preceded with whitespace. | 5 | |
| '<' is not followed by whitespace. | 5 | |
| '>' is not preceded with whitespace. | 5 | |
| Method 'expandInternal' is not designed for extension - needs to be abstract, final or empty. | 7 | |
| Missing a Javadoc comment. | 7 | |
| Parameter drink should be final. | 7 | |
| '{' should be on the previous line. | 8 | |
| '{' should be on the previous line. | 10 | |
| Line is longer than 80 characters. | 11 | |
| '+' should be on a new line. | 11 | |
| Line is longer than 80 characters. | 12 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 16 | |
| '<' is not preceded with whitespace. | 18 | |
| '<' is not followed by whitespace. | 18 | |
| '>' is not preceded with whitespace. | 18 | |
| '{' should be on the previous line. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 26 | |
| '<' is not preceded with whitespace. | 28 | |
| '<' is not followed by whitespace. | 28 | |
| '>' is not preceded with whitespace. | 28 | |
| Missing a Javadoc comment. | 30 | |
| '<' is not preceded with whitespace. | 31 | |
| '<' is not followed by whitespace. | 31 | |
| '>' is not preceded with whitespace. | 31 | |
| Missing a Javadoc comment. | 33 | |
| '{' should be on the previous line. | 35 | |
| Line is longer than 80 characters. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Parameter size should be final. | 40 | |
| 'size' hides a field. | 40 | |
| Parameter callback should be final. | 40 | |
| '<' is not preceded with whitespace. | 40 | |
| '<' is not followed by whitespace. | 40 | |
| '>' is not preceded with whitespace. | 40 | |
| 'callback' hides a field. | 40 | |
| Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| '{' should be on the previous line. | 47 | |
| Method 'getFavouriteDrinks' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| '<' is not preceded with whitespace. | 51 | |
| '<' is not followed by whitespace. | 51 | |
| '>' is not preceded with whitespace. | 51 | |
| '{' should be on the previous line. | 52 | |
| Method 'setFavouriteDrinks' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Parameter favouriteDrinks should be final. | 56 | |
| '<' is not preceded with whitespace. | 56 | |
| '<' is not followed by whitespace. | 56 | |
| '>' is not preceded with whitespace. | 56 | |
| 'favouriteDrinks' hides a field. | 56 | |
| '{' should be on the previous line. | 57 | |
| Method 'getCallback' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| '<' is not preceded with whitespace. | 61 | |
| '<' is not followed by whitespace. | 61 | |
| '>' is not preceded with whitespace. | 61 | |
| '{' should be on the previous line. | 62 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 16 | |
| '{' should be on the previous line. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 38 | |
| '{' should be on the previous line. | 39 | |
| Missing a Javadoc comment. | 44 | |
| Parameter name should be final. | 44 | |
| 'name' hides a field. | 44 | |
| Parameter description should be final. | 44 | |
| 'description' hides a field. | 44 | |
| '{' should be on the previous line. | 45 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| '{' should be on the previous line. | 51 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| '{' should be on the previous line. | 56 | |
| Method 'getInformation' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| '{' should be on the previous line. | 61 | |
| Method 'setInformation' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Parameter information should be final. | 65 | |
| 'information' hides a field. | 65 | |
| '{' should be on the previous line. | 66 | |
| Method 'getDevelopers' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| '<' is not preceded with whitespace. | 70 | |
| '<' is not followed by whitespace. | 70 | |
| '>' is not preceded with whitespace. | 70 | |
| '{' should be on the previous line. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Avoid inline conditionals. | 72 | |
| '<' is not preceded with whitespace. | 72 | |
| '<' is not followed by whitespace. | 72 | |
| '>' is not preceded with whitespace. | 72 | |
| '>' is not followed by whitespace. | 72 | |
| Method 'setDevelopers' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter developers should be final. | 75 | |
| 'developers' hides a field. | 75 | |
| '{' should be on the previous line. | 76 | |
| Method 'build' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter uriInfo should be final. | 80 | |
| '{' should be on the previous line. | 81 | |
| Line is longer than 80 characters. | 84 | |
| '<' is not preceded with whitespace. | 84 | |
| '<' is not followed by whitespace. | 84 | |
| '>' is not preceded with whitespace. | 84 | |
| Line is longer than 80 characters. | 85 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 15 | |
| '{' should be on the previous line. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 36 | |
| '{' should be on the previous line. | 37 | |
| Missing a Javadoc comment. | 41 | |
| Parameter link should be final. | 41 | |
| 'link' hides a field. | 41 | |
| '{' should be on the previous line. | 42 | |
| Missing a Javadoc comment. | 46 | |
| Parameter uriInfo should be final. | 46 | |
| '{' should be on the previous line. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Method 'getLink' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| '{' should be on the previous line. | 54 | |
| Method 'getLongName' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| '{' should be on the previous line. | 59 | |
| Method 'setLongName' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Parameter longName should be final. | 63 | |
| 'longName' hides a field. | 63 | |
| '{' should be on the previous line. | 64 | |
| Method 'getLongDescription' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| '{' should be on the previous line. | 69 | |
| Method 'setLongDescription' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Parameter longDescription should be final. | 73 | |
| 'longDescription' hides a field. | 73 | |
| '{' should be on the previous line. | 74 | |
| Method 'getSpecification' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| '{' should be on the previous line. | 79 | |
| Method 'setSpecification' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Parameter specification should be final. | 83 | |
| 'specification' hides a field. | 83 | |
| '{' should be on the previous line. | 84 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 5 | |
| Missing a Javadoc comment. | 5 | |
| '<' is not preceded with whitespace. | 5 | |
| '<' is not followed by whitespace. | 5 | |
| '>' is not preceded with whitespace. | 5 | |
| Method 'expandInternal' is not designed for extension - needs to be abstract, final or empty. | 7 | |
| Missing a Javadoc comment. | 7 | |
| Parameter information should be final. | 7 | |
| '{' should be on the previous line. | 10 | |
| Line is longer than 80 characters. | 12 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 13 | |
| '{' should be on the previous line. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 24 | |
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Missing a Javadoc comment. | 27 | |
| '{' should be on the previous line. | 28 | |
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Parameter title should be final. | 32 | |
| 'title' hides a field. | 32 | |
| '{' should be on the previous line. | 33 | |
| Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| '{' should be on the previous line. | 38 | |
| Method 'setText' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Parameter text should be final. | 42 | |
| 'text' hides a field. | 42 | |
| '{' should be on the previous line. | 43 | |
| Method 'getLink' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| '{' should be on the previous line. | 48 | |
| Method 'setLink' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Parameter link should be final. | 52 | |
| 'link' hides a field. | 52 | |
| '{' should be on the previous line. | 53 | |
| Missing a Javadoc comment. | 57 | |
| Parameter uriInfo should be final. | 57 | |
| '{' should be on the previous line. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Line is longer than 80 characters. | 60 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 5 | |
| Missing a Javadoc comment. | 5 | |
| '<' is not preceded with whitespace. | 5 | |
| '<' is not followed by whitespace. | 5 | |
| '>' is not preceded with whitespace. | 5 | |
| Line is longer than 80 characters. | 7 | |
| Method 'expandInternal' is not designed for extension - needs to be abstract, final or empty. | 7 | |
| Missing a Javadoc comment. | 7 | |
| Parameter specification should be final. | 7 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 12 | |
| '}' is not preceded with whitespace. | 12 | |
| '}' is not preceded with whitespace. | 13 | |
| '{' should be on the previous line. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Parameter projects should be final. | 19 | |
| Parameter projectName should be final. | 19 | |
| Parameter uriInfo should be final. | 19 | |
| 'uriInfo' hides a field. | 19 | |
| Method 'getProject' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| '{' should be on the previous line. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Avoid inline conditionals. | 28 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 12 | |
| '{' should be on the previous line. | 15 | |
| Missing a Javadoc comment. | 16 | |
| '<' is not preceded with whitespace. | 16 | |
| '<' is not followed by whitespace. | 16 | |
| '>' is not preceded with whitespace. | 16 | |
| Missing a Javadoc comment. | 18 | |
| '{' should be on the previous line. | 19 | |
| '<' is not preceded with whitespace. | 20 | |
| '<' is not followed by whitespace. | 20 | |
| '>' is not preceded with whitespace. | 20 | |
| '>' is not followed by whitespace. | 20 | |
| '{' is not followed by whitespace. | 21 | |
| '{' is not preceded with whitespace. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 23 | |
| '}' is not followed by whitespace. | 27 | |
| '}' is not preceded with whitespace. | 27 | |
| Method 'getProjectsMap' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| '<' is not preceded with whitespace. | 30 | |
| '<' is not followed by whitespace. | 30 | |
| '>' is not preceded with whitespace. | 30 | |
| '{' should be on the previous line. | 31 | |
| Method 'getProjects' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| '<' is not preceded with whitespace. | 36 | |
| '<' is not followed by whitespace. | 36 | |
| '>' is not preceded with whitespace. | 36 | |
| '{' should be on the previous line. | 37 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 12 | |
| '}' is not preceded with whitespace. | 13 | |
| '}' is not preceded with whitespace. | 14 | |
| '{' should be on the previous line. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Method 'getAllProjects' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| Missing a Javadoc comment. | 19 | |
| '{' should be on the previous line. | 21 | |
| Method 'getProject' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Parameter projectName should be final. | 26 | |
| Parameter uriInfo should be final. | 26 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |