The following document contains the results of Checkstyle
.
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 192 | 0 | 0 | 6692 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 22 | |
| NewlineAtEndOfFile | 31 | |
| Translation | 0 | |
| JavadocMethod | 908 | |
| JavadocType | 81 | |
| JavadocVariable | 387 | |
| JavadocStyle | 79 | |
| ConstantName | 12 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 5 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 2 | |
| StaticVariableName | 25 | |
| TypeName | 0 | |
| AvoidStarImport | 15 | |
| IllegalImport | 0 | |
| RedundantImport | 7 | |
| UnusedImports | 5 | |
| FileLength | 0 | |
| LineLength | 1332 | |
| MethodLength | 1 | |
| ParameterNumber | 6 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 7 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 42 | |
| ParenPad | 7 | |
| TypecastParenPad | 0 | |
| TabCharacter | 40 | |
| WhitespaceAfter | 24 | |
| WhitespaceAround | 162 | |
| ModifierOrder | 10 | |
| RedundantModifier | 20 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 2 | |
| LeftCurly | 1304 | |
| NeedBraces | 251 | |
| RightCurly | 125 | |
| AvoidInlineConditionals | 61 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 130 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 1 | |
| MagicNumber | 102 | |
| MissingSwitchDefault | 2 | |
| RedundantThrows | 8 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 418 | |
| FinalClass | 14 | |
| HideUtilityClassConstructor | 9 | |
| InterfaceIsType | 1 | |
| VisibilityModifier | 77 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 909 | |
GenericIllegalRegexp
|
43 | |
| TodoComment | 5 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 8 | |
| Missing a Javadoc comment. | 8 | |
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 13 | |
| Parameter macro should be final. | 13 | |
| 'macro' hides a field. | 13 | |
| '{' should be on the previous line. | 14 | |
| Method 'getResourcePath' is not designed for extension - needs to be abstract, final or empty. | 18 | |
| Missing a Javadoc comment. | 18 | |
| '{' should be on the previous line. | 19 | |
| Method 'setResourcePath' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Parameter resourcePath should be final. | 23 | |
| 'resourcePath' hides a field. | 23 | |
| '{' should be on the previous line. | 24 | |
| Method 'isInline' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| '{' should be on the previous line. | 29 | |
| Method 'hasBody' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| '{' should be on the previous line. | 34 | |
| Method 'getBodyRenderMode' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| '{' should be on the previous line. | 39 | |
| Line is longer than 80 characters. | 43 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Parameter parameters should be final. | 43 | |
| Parameter body should be final. | 43 | |
| Parameter renderContext should be final. | 43 | |
| Method 'getMacro' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| '{' should be on the previous line. | 49 | |
| Method 'suppressSurroundingTagDuringWysiwygRendering' 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 'suppressMacroRenderingDuringWysiwyg' 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 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| '{' should be on the previous line. | 4 | |
| Line is longer than 80 characters. | 10 | |
| Line is longer than 80 characters. | 14 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 6 | |
| Line is longer than 80 characters. | 7 | |
| '{' should be on the previous line. | 10 | |
| Line is longer than 80 characters. | 12 | |
| Line is longer than 80 characters. | 13 | |
| Line is longer than 80 characters. | 17 | |
| Line is longer than 80 characters. | 20 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Missing a Javadoc comment. | 9 | |
| '{' is not followed by whitespace. | 9 | |
| '}' is not preceded with whitespace. | 9 | |
| Line has trailing spaces. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Parameter renderer should be final. | 11 | |
| 'renderer' hides a field. | 11 | |
| '{' should be on the previous line. | 12 | |
| Method 'setRenderer' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Parameter renderer should be final. | 16 | |
| 'renderer' hides a field. | 16 | |
| '{' should be on the previous line. | 17 | |
| Method 'render' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Parameter wiki should be final. | 21 | |
| Parameter renderContext should be final. | 21 | |
| '{' should be on the previous line. | 22 | |
| Method 'renderAsText' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Parameter originalContent should be final. | 26 | |
| Parameter context should be final. | 26 | |
| '{' should be on the previous line. | 27 | |
| Method 'getRendererType' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| '{' should be on the previous line. | 32 | |
| Line is longer than 80 characters. | 36 | |
| Method 'render' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Parameter wiki should be final. | 36 | |
| Parameter renderContext should be final. | 36 | |
| Parameter newRenderMode should be final. | 36 | |
| '{' should be on the previous line. | 39 | |
| '{' should be on the previous line. | 41 | |
| '}' should be on the same line. | 45 | |
| '{' should be on the previous line. | 47 | |
| '{' should be on the previous line. | 49 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 10 | |
| '{' should be on the previous line. | 11 | |
| Line is longer than 80 characters. | 12 | |
| Missing a Javadoc comment. | 12 | |
| Line is longer than 80 characters. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Method 'shouldRender' is not designed for extension - needs to be abstract, final or empty. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Parameter renderMode should be final. | 15 | |
| '{' should be on the previous line. | 16 | |
| Method 'render' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Parameter wiki should be final. | 20 | |
| Parameter context should be final. | 20 | |
| Line has trailing spaces. | 21 | |
| '{' should be on the previous line. | 21 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Redundant import from the same package - com.atlassian.renderer.v2.macro.code.formatter.AbstractFormatter. | 3 | |
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Missing a Javadoc comment. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Line is longer than 80 characters. | 10 | |
| Missing a Javadoc comment. | 10 | |
| Line is longer than 80 characters. | 12 | |
| Missing a Javadoc comment. | 12 | |
| Line is longer than 80 characters. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Line is longer than 80 characters. | 14 | |
| Missing a Javadoc comment. | 14 | |
| '{' is followed by whitespace. | 14 | |
| Missing a Javadoc comment. | 16 | |
| '{' should be on the previous line. | 17 | |
| Method 'getSupportedLanguages' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| '{' should be on the previous line. | 26 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 12 | |
| '{' should be on the previous line. | 16 | |
| Method 'isInline' is not designed for extension - needs to be abstract, final or empty. | 17 | |
| Missing a Javadoc comment. | 17 | |
| '{' should be on the previous line. | 18 | |
| Method 'hasBody' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Missing a Javadoc comment. | 22 | |
| '{' should be on the previous line. | 23 | |
| Method 'getBodyRenderMode' 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 | |
| Line is longer than 80 characters. | 32 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Parameter parameters should be final. | 32 | |
| Parameter body should be final. | 32 | |
| Parameter renderContext should be final. | 32 | |
| Method 'suppressSurroundingTagDuringWysiwygRendering' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| '{' should be on the previous line. | 40 | |
| Method 'suppressMacroRenderingDuringWysiwyg' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| '{' should be on the previous line. | 45 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 20 | |
| '{' should be on the previous line. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Parameter macroManager should be final. | 28 | |
| 'macroManager' hides a field. | 28 | |
| Parameter subRenderer should be final. | 28 | |
| 'subRenderer' hides a field. | 28 | |
| Method 'shouldRender' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Parameter renderMode should be final. | 35 | |
| '{' should be on the previous line. | 36 | |
| Method 'render' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Parameter wiki should be final. | 40 | |
| Parameter context should be final. | 40 | |
| '{' should be on the previous line. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line is longer than 80 characters. | 46 | |
| Method 'makeMacro' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter buffer should be final. | 46 | |
| Parameter startTag should be final. | 46 | |
| Parameter body should be final. | 46 | |
| Parameter context should be final. | 46 | |
| '{' should be on the previous line. | 51 | |
| Line is longer than 80 characters. | 52 | |
| '}' should be on the same line. | 53 | |
| '{' should be on the previous line. | 55 | |
| '{' should be on the previous line. | 57 | |
| Line is longer than 80 characters. | 58 | |
| '}' should be on the same line. | 59 | |
| '{' should be on the previous line. | 61 | |
| Line is longer than 80 characters. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Parameter buffer should be final. | 67 | |
| Parameter startTag should be final. | 67 | |
| Parameter body should be final. | 67 | |
| Parameter context should be final. | 67 | |
| '{' should be on the previous line. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 73 | |
| Line is longer than 80 characters. | 74 | |
| Line is longer than 80 characters. | 75 | |
| '{' should be on the previous line. | 78 | |
| Line is longer than 80 characters. | 79 | |
| Line is longer than 80 characters. | 80 | |
| '}' should be on the same line. | 83 | |
| '{' should be on the previous line. | 85 | |
| Line is longer than 80 characters. | 86 | |
| Missing a Javadoc comment. | 90 | |
| Parameter name should be final. | 90 | |
| '{' should be on the previous line. | 91 | |
| '{' should be on the previous line. | 93 | |
| Missing a Javadoc comment. | 100 | |
| Parameter paramString should be final. | 100 | |
| '{' should be on the previous line. | 101 | |
| Line is longer than 80 characters. | 103 | |
| Avoid inline conditionals. | 103 | |
| '{' should be on the previous line. | 106 | |
| '{' should be on the previous line. | 113 | |
| Inner assignments should be avoided. | 117 | |
| '{' should be on the previous line. | 118 | |
| '{' should be on the previous line. | 120 | |
| '}' should be on the same line. | 122 | |
| '{' should be on the previous line. | 124 | |
| Line is longer than 80 characters. | 125 | |
| '}' should be on the same line. | 127 | |
| '{' should be on the previous line. | 129 | |
| Line is longer than 80 characters. | 137 | |
| Method 'processMacro' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Missing a Javadoc comment. | 137 | |
| Parameter command should be final. | 137 | |
| Parameter macro should be final. | 137 | |
| Parameter body should be final. | 137 | |
| Parameter params should be final. | 137 | |
| Parameter context should be final. | 137 | |
| Parameter buffer should be final. | 137 | |
| '{' should be on the previous line. | 141 | |
| Line is longer than 80 characters. | 142 | |
| Line is longer than 80 characters. | 144 | |
| Line is longer than 80 characters. | 145 | |
| Line is longer than 80 characters. | 147 | |
| Line is longer than 80 characters. | 151 | |
| Line is longer than 80 characters. | 154 | |
| '{' should be on the previous line. | 157 | |
| Line is longer than 80 characters. | 158 | |
| Line is longer than 80 characters. | 159 | |
| Line is longer than 80 characters. | 160 | |
| '}' should be on the same line. | 161 | |
| '{' should be on the previous line. | 163 | |
| Line is longer than 80 characters. | 164 | |
| '}' should be on the same line. | 165 | |
| '{' should be on the previous line. | 167 | |
| '}' should be on the same line. | 171 | |
| '{' should be on the previous line. | 173 | |
| Line is longer than 80 characters. | 175 | |
| '}' should be on the same line. | 176 | |
| '{' should be on the previous line. | 178 | |
| '{' should be on the previous line. | 180 | |
| Line is longer than 80 characters. | 185 | |
| Line is longer than 80 characters. | 189 | |
| Method 'executeMacro' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| Missing a Javadoc comment. | 189 | |
| Parameter command should be final. | 189 | |
| Parameter macro should be final. | 189 | |
| Parameter params should be final. | 189 | |
| Parameter renderedBody should be final. | 189 | |
| Parameter context should be final. | 189 | |
| '{' should be on the previous line. | 194 | |
| '}' should be on the same line. | 197 | |
| '{' should be on the previous line. | 199 | |
| Line is longer than 80 characters. | 204 | |
| Missing a Javadoc comment. | 204 | |
| Parameter context should be final. | 204 | |
| Parameter errorMessage should be final. | 204 | |
| Parameter body should be final. | 204 | |
| Line is longer than 80 characters. | 206 | |
| Missing a Javadoc comment. | 209 | |
| Parameter body should be final. | 209 | |
| Parameter context should be final. | 209 | |
| '{' should be on the previous line. | 210 | |
| Line is longer than 80 characters. | 211 | |
| Line is longer than 80 characters. | 214 | |
| Missing a Javadoc comment. | 216 | |
| Parameter t should be final. | 216 | |
| '{' should be on the previous line. | 217 | |
| Method 'getSubRenderer' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| Missing a Javadoc comment. | 221 | |
| '{' should be on the previous line. | 222 |
| Violation | Message | Line |
|---|---|---|
| Class CommentConverter should be declared as final. | 6 | |
| Missing a Javadoc comment. | 6 | |
| '{' should be on the previous line. | 7 | |
| Missing a Javadoc comment. | 8 | |
| Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 8 | |
| Variable 'INSTANCE' must be private and have accessor methods. | 8 | |
| Missing a Javadoc comment. | 10 | |
| '{' should be on the previous line. | 11 | |
| Missing a Javadoc comment. | 14 | |
| Parameter nodeContext should be final. | 14 | |
| '{' should be on the previous line. | 15 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Parameter nodeContext should be final. | 19 | |
| Parameter wysiwygConverter should be final. | 19 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 11 | |
| '{' should be on the previous line. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Method 'setWikiStyleRenderer' is not designed for extension - needs to be abstract, final or empty. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Parameter wikiStyleRenderer should be final. | 18 | |
| 'wikiStyleRenderer' hides a field. | 18 | |
| '{' should be on the previous line. | 19 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Missing a Javadoc comment. | 23 | |
| '{' should be on the previous line. | 24 | |
| Line is longer than 80 characters. | 28 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Parameter writer should be final. | 28 | |
| Parameter macroParameter should be final. | 28 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 28 | |
| Line is longer than 80 characters. | 30 | |
| 'cast' is not followed by whitespace. | 30 | |
| Line is longer than 80 characters. | 32 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 21 | |
| '{' should be on the previous line. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Line is longer than 80 characters. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Line is longer than 80 characters. | 30 | |
| Method 'renderNextBlock' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Parameter thisLine should be final. | 30 | |
| Parameter nextLines should be final. | 30 | |
| Parameter context should be final. | 30 | |
| Parameter subRenderer should be final. | 30 | |
| '{' should be on the previous line. | 33 | |
| '{' should be on the previous line. | 42 | |
| '{' should be on the previous line. | 50 | |
| '}' should be on the same line. | 52 | |
| '{' should be on the previous line. | 54 | |
| '{' should be on the previous line. | 59 | |
| Line is longer than 80 characters. | 61 | |
| Line is longer than 80 characters. | 67 | |
| Line is longer than 80 characters. | 68 | |
| Line is longer than 80 characters. | 70 | |
| '{' should be on the previous line. | 78 | |
| '{' should be on the previous line. | 84 | |
| Line is longer than 80 characters. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Missing a Javadoc comment. | 94 | |
| Parameter subRenderer should be final. | 94 | |
| Parameter line should be final. | 94 | |
| Parameter context should be final. | 94 | |
| Line is longer than 80 characters. | 96 | |
| Missing a Javadoc comment. | 99 | |
| Parameter table should be final. | 99 | |
| Parameter potentialLines should be final. | 99 | |
| '{' should be on the previous line. | 100 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 7 | |
| Class CssSizeValidator should be declared as final. | 10 | |
| '{' should be on the previous line. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 14 | |
| '{' should be on the previous line. | 15 | |
| Missing a Javadoc comment. | 18 | |
| '{' should be on the previous line. | 19 | |
| Line is longer than 80 characters. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Parameter propertyValue should be final. | 23 | |
| 'if' construct must use '{}'s. | 25 | |
| 'if' construct must use '{}'s. | 29 | |
| Line is longer than 80 characters. | 30 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 8 | |
| Line is longer than 80 characters. | 9 | |
| '{' should be on the previous line. | 13 | |
| Line is longer than 80 characters. | 15 | |
| Method 'renderNextBlock' is not designed for extension - needs to be abstract, final or empty. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Parameter thisLine should be final. | 15 | |
| Parameter nextLines should be final. | 15 | |
| Parameter context should be final. | 15 | |
| Parameter subRenderer should be final. | 15 | |
| 'if' construct must use '{}'s. | 17 | |
| Line is longer than 80 characters. | 20 | |
| Avoid inline conditionals. | 20 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 11 | |
| Missing a Javadoc comment. | 13 | |
| '{' should be on the previous line. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 18 | |
| Parameter subRenderer should be final. | 18 | |
| Parameter formatters should be final. | 18 | |
| '{' should be on the previous line. | 19 | |
| Line is longer than 80 characters. | 20 | |
| Line is longer than 80 characters. | 24 | |
| Method 'setCodeFormatterRepository' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Parameter codeFormatterRepository should be final. | 24 | |
| 'codeFormatterRepository' hides a field. | 24 | |
| Missing a Javadoc comment. | 29 | |
| '{' should be on the previous line. | 30 | |
| Method 'suppressMacroRenderingDuringWysiwyg' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| '{' should be on the previous line. | 35 | |
| Method 'getPanelCSSClass' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| '{' should be on the previous line. | 40 | |
| Method 'getPanelHeaderCSSClass' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| '{' should be on the previous line. | 45 | |
| Method 'getPanelContentCSSClass' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| '{' should be on the previous line. | 50 | |
| Method 'getBodyRenderMode' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| '{' should be on the previous line. | 55 | |
| Line is longer than 80 characters. | 59 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Parameter parameters should be final. | 59 | |
| Parameter body should be final. | 59 | |
| Parameter renderContext should be final. | 59 | |
| '{' should be on the previous line. | 67 | |
| Line is longer than 80 characters. | 68 | |
| 'if' construct must use '{}'s. | 73 | |
| 'if' construct must use '{}'s. | 75 | |
| Line has trailing spaces. | 77 | |
| Line is longer than 80 characters. | 78 | |
| Missing a Javadoc comment. | 81 | |
| Parameter language should be final. | 81 | |
| '{' should be on the previous line. | 82 | |
| Missing a Javadoc comment. | 86 | |
| Parameter parameters should be final. | 86 | |
| '{' should be on the previous line. | 87 | |
| '{' should be on the previous line. | 91 | |
| '{' should be on the previous line. | 96 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 17 | |
| Missing a Javadoc comment. | 46 | |
| '{' should be on the previous line. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 51 | |
| Line is longer than 80 characters. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 56 | |
| Variable 'debug' must be private and have accessor methods. | 56 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 58 | |
| Variable 'renderer' must be private and have accessor methods. | 58 | |
| Line is longer than 80 characters. | 60 | |
| '<' is not preceded with whitespace. | 62 | |
| '<' is not followed by whitespace. | 62 | |
| '>' is not preceded with whitespace. | 62 | |
| Variable 'macrosToIgnore' must be private and have accessor methods. | 62 | |
| '<' is not preceded with whitespace. | 62 | |
| '<' is not followed by whitespace. | 62 | |
| '>' is not preceded with whitespace. | 62 | |
| '>' is not followed by whitespace. | 62 | |
| Line is longer than 80 characters. | 65 | |
| Line is longer than 80 characters. | 66 | |
| '<' is not preceded with whitespace. | 69 | |
| '<' is not followed by whitespace. | 69 | |
| '>' is not preceded with whitespace. | 69 | |
| Missing a Javadoc comment. | 71 | |
| '{' should be on the previous line. | 72 | |
| Missing a Javadoc comment. | 77 | |
| Parameter textConverterComponents should be final. | 77 | |
| '<' is not preceded with whitespace. | 77 | |
| '<' is not followed by whitespace. | 77 | |
| '>' is not preceded with whitespace. | 77 | |
| 'textConverterComponents' hides a field. | 77 | |
| Method 'setWikiStyleRenderer' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Parameter renderer should be final. | 83 | |
| 'renderer' hides a field. | 83 | |
| '{' should be on the previous line. | 84 | |
| Method 'setMacroManager' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Parameter macroManager should be final. | 88 | |
| 'macroManager' hides a field. | 88 | |
| '{' should be on the previous line. | 89 | |
| Method 'getSeparator' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Missing a Javadoc comment. | 93 | |
| Parameter current should be final. | 93 | |
| Parameter nodeContext should be final. | 93 | |
| '{' should be on the previous line. | 94 | |
| Line is longer than 80 characters. | 95 | |
| Line is longer than 80 characters. | 99 | |
| Expected an @return tag. | 101 | |
| Line is longer than 80 characters. | 101 | |
| Method 'getSep' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Parameter previous should be final. | 101 | |
| Expected @param tag for 'previous'. | 101 | |
| Parameter current should be final. | 101 | |
| Expected @param tag for 'current'. | 101 | |
| Parameter inTable should be final. | 101 | |
| Expected @param tag for 'inTable'. | 101 | |
| Parameter inList should be final. | 101 | |
| Expected @param tag for 'inList'. | 101 | |
| '{' should be on the previous line. | 105 | |
| '}' should be on the same line. | 107 | |
| '{' should be on the previous line. | 109 | |
| '}' should be on the same line. | 111 | |
| '{' should be on the previous line. | 113 | |
| Line is longer than 80 characters. | 114 | |
| Line is longer than 80 characters. | 115 | |
| Avoid inline conditionals. | 115 | |
| '}' should be on the same line. | 116 | |
| Line is longer than 80 characters. | 117 | |
| '}' should be on the same line. | 120 | |
| '{' should be on the previous line. | 122 | |
| '}' should be on the same line. | 124 | |
| '{' should be on the previous line. | 126 | |
| '}' should be on the same line. | 128 | |
| '{' should be on the previous line. | 130 | |
| '}' should be on the same line. | 132 | |
| '{' should be on the previous line. | 134 | |
| Line is longer than 80 characters. | 136 | |
| '}' should be on the same line. | 139 | |
| '{' should be on the previous line. | 141 | |
| '}' should be on the same line. | 143 | |
| '{' should be on the previous line. | 145 | |
| '{' should be on the previous line. | 152 | |
| Line is longer than 80 characters. | 156 | |
| Line is longer than 80 characters. | 157 | |
| Avoid inline conditionals. | 157 | |
| Avoid inline conditionals. | 157 | |
| '{' should be on the previous line. | 159 | |
| Missing a Javadoc comment. | 165 | |
| Parameter node should be final. | 165 | |
| Parameter nodeName should be final. | 165 | |
| '{' should be on the previous line. | 166 | |
| Line is longer than 80 characters. | 167 | |
| First sentence should end with a period. | 170 | |
| Expected an @return tag. | 175 | |
| Parameter parentNode should be final. | 175 | |
| '{' should be on the previous line. | 176 | |
| 'if' construct must use '{}'s. | 177 | |
| Line is longer than 80 characters. | 180 | |
| 'if' construct must use '{}'s. | 181 | |
| Line is longer than 80 characters. | 181 | |
| '{' should be on the previous line. | 184 | |
| Line is longer than 80 characters. | 185 | |
| '{' should be on the previous line. | 187 | |
| 'if' construct must use '{}'s. | 189 | |
| Line is longer than 80 characters. | 189 | |
| Line is longer than 80 characters. | 196 | |
| Method 'convertChildren' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| Missing a Javadoc comment. | 196 | |
| More than 7 parameters. | 196 | |
| Parameter node should be final. | 196 | |
| Parameter styles should be final. | 196 | |
| Parameter listContext should be final. | 196 | |
| Parameter inTable should be final. | 196 | |
| Parameter inListItem should be final. | 196 | |
| Parameter ignoreText should be final. | 196 | |
| Parameter escapeWikiMarkup should be final. | 196 | |
| Parameter previousSibling should be final. | 196 | |
| '{' should be on the previous line. | 201 | |
| '{' should be on the previous line. | 203 | |
| Line is longer than 80 characters. | 205 | |
| '{' should be on the previous line. | 207 | |
| Line is longer than 80 characters. | 220 | |
| Expected an @return tag. | 222 | |
| Method 'convertChildren' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| Parameter nodeContext should be final. | 222 | |
| Expected @param tag for 'nodeContext'. | 222 | |
| '{' should be on the previous line. | 223 | |
| Line is longer than 80 characters. | 224 | |
| Line is longer than 80 characters. | 228 | |
| Missing a Javadoc comment. | 228 | |
| '<' is not preceded with whitespace. | 228 | |
| '<' is not followed by whitespace. | 228 | |
| '?' is not preceded with whitespace. | 228 | |
| '>' is not preceded with whitespace. | 228 | |
| Name 'CONVERTERS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 228 | |
| Line is longer than 80 characters. | 230 | |
| Line is longer than 80 characters. | 231 | |
| Expected an @return tag. | 237 | |
| Method 'convertNode' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| Parameter nodeContext should be final. | 237 | |
| Expected @param tag for 'nodeContext'. | 237 | |
| '{' should be on the previous line. | 238 | |
| Line is longer than 80 characters. | 239 | |
| Line is longer than 80 characters. | 241 | |
| Avoid inline conditionals. | 243 | |
| Comment matches to-do format 'TODO:'. | 246 | |
| Line is longer than 80 characters. | 246 | |
| Expected an @return tag. | 250 | |
| Line is longer than 80 characters. | 250 | |
| Method length is 240 lines (max allowed is 150). | 250 | |
| More than 7 parameters. | 250 | |
| Parameter node should be final. | 250 | |
| Expected @param tag for 'node'. | 250 | |
| Parameter previousSibling should be final. | 250 | |
| Expected @param tag for 'previousSibling'. | 250 | |
| Parameter styles should be final. | 250 | |
| Expected @param tag for 'styles'. | 250 | |
| Parameter listContext should be final. | 250 | |
| Expected @param tag for 'listContext'. | 250 | |
| Parameter inTable should be final. | 250 | |
| Expected @param tag for 'inTable'. | 250 | |
| Parameter inListItem should be final. | 250 | |
| Expected @param tag for 'inListItem'. | 250 | |
| Parameter ignoreText should be final. | 250 | |
| Expected @param tag for 'ignoreText'. | 250 | |
| Parameter escapeWikiMarkup should be final. | 250 | |
| Expected @param tag for 'escapeWikiMarkup'. | 250 | |
| Line is longer than 80 characters. | 252 | |
| '{' should be on the previous line. | 254 | |
| 'if' construct must use '{}'s. | 255 | |
| '{' should be on the previous line. | 262 | |
| '{' should be on the previous line. | 265 | |
| '{' should be on the previous line. | 268 | |
| Line is longer than 80 characters. | 270 | |
| Line is longer than 80 characters. | 271 | |
| '{' should be on the previous line. | 274 | |
| Line is longer than 80 characters. | 275 | |
| '{' should be on the previous line. | 278 | |
| Line is longer than 80 characters. | 279 | |
| Line is longer than 80 characters. | 283 | |
| '{' should be on the previous line. | 286 | |
| Line is longer than 80 characters. | 288 | |
| '{' should be on the previous line. | 291 | |
| Line is longer than 80 characters. | 292 | |
| '{' should be on the previous line. | 295 | |
| '{' should be on the previous line. | 299 | |
| 'if' construct must use '{}'s. | 303 | |
| 'else' construct must use '{}'s. | 305 | |
| Line is longer than 80 characters. | 308 | |
| '{' should be on the previous line. | 311 | |
| Line is longer than 80 characters. | 312 | |
| Line is longer than 80 characters. | 313 | |
| '{' should be on the previous line. | 315 | |
| '{' should be on the previous line. | 320 | |
| Line is longer than 80 characters. | 323 | |
| '{' should be on the previous line. | 325 | |
| '4' is a magic number. | 326 | |
| Line is longer than 80 characters. | 328 | |
| '{' should be on the previous line. | 330 | |
| Line is longer than 80 characters. | 333 | |
| '{' should be on the previous line. | 336 | |
| Line is longer than 80 characters. | 337 | |
| '{' should be on the previous line. | 340 | |
| Line is longer than 80 characters. | 341 | |
| '{' should be on the previous line. | 344 | |
| Line is longer than 80 characters. | 345 | |
| '{' should be on the previous line. | 347 | |
| Avoid inline conditionals. | 350 | |
| '{' should be on the previous line. | 354 | |
| Line is longer than 80 characters. | 355 | |
| '{' should be on the previous line. | 359 | |
| Line is longer than 80 characters. | 360 | |
| '{' should be on the previous line. | 364 | |
| Line is longer than 80 characters. | 365 | |
| '{' should be on the previous line. | 372 | |
| Line is longer than 80 characters. | 374 | |
| Line is longer than 80 characters. | 375 | |
| '{' should be on the previous line. | 377 | |
| 'if' construct must use '{}'s. | 381 | |
| Line is longer than 80 characters. | 382 | |
| Line is longer than 80 characters. | 385 | |
| Line is longer than 80 characters. | 386 | |
| Avoid inline conditionals. | 386 | |
| '{' should be on the previous line. | 389 | |
| Line is longer than 80 characters. | 391 | |
| Avoid inline conditionals. | 391 | |
| '{' should be on the previous line. | 394 | |
| '{' should be on the previous line. | 396 | |
| '{' should be on the previous line. | 401 | |
| 'if' construct must use '{}'s. | 403 | |
| Line is longer than 80 characters. | 404 | |
| 'else' construct must use '{}'s. | 405 | |
| Line is longer than 80 characters. | 406 | |
| '{' should be on the previous line. | 409 | |
| 'if' construct must use '{}'s. | 410 | |
| Line is longer than 80 characters. | 411 | |
| 'else' construct must use '{}'s. | 412 | |
| Line is longer than 80 characters. | 413 | |
| '{' should be on the previous line. | 416 | |
| 'if' construct must use '{}'s. | 417 | |
| 'else' construct must use '{}'s. | 419 | |
| Line is longer than 80 characters. | 424 | |
| '{' should be on the previous line. | 427 | |
| Line is longer than 80 characters. | 428 | |
| '{' should be on the previous line. | 430 | |
| Line is longer than 80 characters. | 431 | |
| '{' should be on the previous line. | 437 | |
| '{' should be on the previous line. | 439 | |
| Avoid inline conditionals. | 442 | |
| Line is longer than 80 characters. | 444 | |
| 'if' construct must use '{}'s. | 445 | |
| Line is longer than 80 characters. | 445 | |
| Line is longer than 80 characters. | 448 | |
| Line is longer than 80 characters. | 449 | |
| Line is longer than 80 characters. | 450 | |
| '{' should be on the previous line. | 453 | |
| Line is longer than 80 characters. | 454 | |
| '{' should be on the previous line. | 457 | |
| Avoid inline conditionals. | 458 | |
| '{' should be on the previous line. | 461 | |
| '{' should be on the previous line. | 466 | |
| '{' should be on the previous line. | 468 | |
| Line is longer than 80 characters. | 470 | |
| Line is longer than 80 characters. | 471 | |
| '{' should be on the previous line. | 478 | |
| Line is longer than 80 characters. | 481 | |
| '{' should be on the previous line. | 485 | |
| Line is longer than 80 characters. | 486 | |
| Missing a Javadoc comment. | 492 | |
| Parameter node should be final. | 492 | |
| '{' should be on the previous line. | 493 | |
| Line is longer than 80 characters. | 494 | |
| '&&' should be on a new line. | 494 | |
| Missing a Javadoc comment. | 498 | |
| Parameter node should be final. | 498 | |
| '{' should be on the previous line. | 499 | |
| Line is longer than 80 characters. | 500 | |
| Missing a Javadoc comment. | 503 | |
| Parameter s should be final. | 503 | |
| '{' should be on the previous line. | 504 | |
| '160' is a magic number. | 505 | |
| '32' is a magic number. | 505 | |
| Missing a Javadoc comment. | 508 | |
| Parameter s should be final. | 508 | |
| '{' should be on the previous line. | 509 | |
| '{' should be on the previous line. | 511 | |
| Method 'findNodeConverter' is not designed for extension - needs to be abstract, final or empty. | 517 | |
| Missing a Javadoc comment. | 517 | |
| Parameter converterName should be final. | 517 | |
| '{' should be on the previous line. | 518 | |
| '{' should be on the previous line. | 520 | |
| '{' should be on the previous line. | 523 | |
| Line is longer than 80 characters. | 524 | |
| '{' should be on the previous line. | 528 | |
| '{' should be on the previous line. | 532 | |
| Line is longer than 80 characters. | 533 | |
| '}' should be on the same line. | 536 | |
| '{' should be on the previous line. | 538 | |
| Line is longer than 80 characters. | 539 | |
| Missing a Javadoc comment. | 543 | |
| Parameter name should be final. | 543 | |
| '{' should be on the previous line. | 544 | |
| Line is longer than 80 characters. | 545 | |
| Missing a Javadoc comment. | 548 | |
| Parameter node should be final. | 548 | |
| '{' should be on the previous line. | 549 | |
| Line is longer than 80 characters. | 550 | |
| Line is longer than 80 characters. | 552 | |
| First sentence should end with a period. | 555 | |
| '<' is not preceded with whitespace. | 558 | |
| '<' is not followed by whitespace. | 558 | |
| '>' is not preceded with whitespace. | 558 | |
| Missing a Javadoc comment. | 560 | |
| '{' should be on the previous line. | 561 | |
| '<' is not preceded with whitespace. | 562 | |
| '<' is not followed by whitespace. | 562 | |
| '>' is not preceded with whitespace. | 562 | |
| '<' is not preceded with whitespace. | 562 | |
| '<' is not followed by whitespace. | 562 | |
| '>' is not preceded with whitespace. | 562 | |
| '>' is not followed by whitespace. | 562 | |
| Line is longer than 80 characters. | 563 | |
| '<' is not preceded with whitespace. | 563 | |
| '<' is not followed by whitespace. | 563 | |
| '>' is not preceded with whitespace. | 563 | |
| '<' is not preceded with whitespace. | 563 | |
| '<' is not followed by whitespace. | 563 | |
| '>' is not preceded with whitespace. | 563 | |
| '>' is not followed by whitespace. | 563 | |
| '{' should be on the previous line. | 567 | |
| Missing a Javadoc comment. | 575 | |
| Parameter fileName should be final. | 575 | |
| '{' should be on the previous line. | 576 | |
| '{' should be on the previous line. | 578 | |
| '{' should be on the previous line. | 583 | |
| '}' should be on the same line. | 585 | |
| '{' should be on the previous line. | 587 | |
| First sentence should end with a period. | 592 | |
| Line is longer than 80 characters. | 593 | |
| Line is longer than 80 characters. | 596 | |
| Expected an @return tag. | 598 | |
| Parameter node should be final. | 598 | |
| Parameter stripNewlines should be final. | 598 | |
| '{' should be on the previous line. | 599 | |
| '{' should be on the previous line. | 602 | |
| '{' should be on the previous line. | 605 | |
| '{' should be on the previous line. | 608 | |
| '}' should be on the same line. | 612 | |
| '{' should be on the previous line. | 614 | |
| '{' should be on the previous line. | 619 | |
| Missing a Javadoc comment. | 626 | |
| Parameter node should be final. | 626 | |
| '{' should be on the previous line. | 627 | |
| Missing a Javadoc comment. | 631 | |
| Parameter s should be final. | 631 | |
| '{' should be on the previous line. | 632 | |
| '{' should be on the previous line. | 637 | |
| '}' should be on the same line. | 639 | |
| '{' should be on the previous line. | 641 | |
| '}' should be on the same line. | 643 | |
| '{' should be on the previous line. | 645 | |
| Method 'setIconManager' is not designed for extension - needs to be abstract, final or empty. | 651 | |
| Missing a Javadoc comment. | 651 | |
| Parameter iconManager should be final. | 651 | |
| 'iconManager' hides a field. | 651 | |
| '{' should be on the previous line. | 652 | |
| Line is longer than 80 characters. | 657 | |
| Expected an @return tag. | 659 | |
| Line is longer than 80 characters. | 659 | |
| Method 'getMacroInfoHtml' is not designed for extension - needs to be abstract, final or empty. | 659 | |
| Parameter context should be final. | 659 | |
| Expected @param tag for 'context'. | 659 | |
| Parameter name should be final. | 659 | |
| Expected @param tag for 'name'. | 659 | |
| Parameter xOffset should be final. | 659 | |
| Expected @param tag for 'xOffset'. | 659 | |
| Parameter yOffset should be final. | 659 | |
| Expected @param tag for 'yOffset'. | 659 | |
| Line is longer than 80 characters. | 661 | |
| Method 'convertXHtmlToWikiMarkup' is not designed for extension - needs to be abstract, final or empty. | 664 | |
| Missing a Javadoc comment. | 664 | |
| Parameter xhtml should be final. | 664 | |
| '{' should be on the previous line. | 665 | |
| '{' should be on the previous line. | 667 | |
| '{' should be on the previous line. | 671 | |
| Line is longer than 80 characters. | 678 | |
| Line is longer than 80 characters. | 679 | |
| '{' should be on the previous line. | 683 | |
| Line is longer than 80 characters. | 684 | |
| '{' should be on the previous line. | 686 | |
| Line is longer than 80 characters. | 687 | |
| '}' should be on the same line. | 690 | |
| '{' should be on the previous line. | 692 | |
| Line is longer than 80 characters. | 697 | |
| Line is longer than 80 characters. | 699 | |
| '{' should be on the previous line. | 701 | |
| '}' should be on the same line. | 703 | |
| '{' should be on the previous line. | 705 | |
| Line is longer than 80 characters. | 706 | |
| Line is longer than 80 characters. | 714 | |
| ',' is not followed by whitespace. | 717 | |
| Line is longer than 80 characters. | 718 | |
| Line is longer than 80 characters. | 719 | |
| '}' should be on the same line. | 722 | |
| '{' should be on the previous line. | 724 | |
| '}' should be on the same line. | 726 | |
| '{' should be on the previous line. | 728 | |
| Missing a Javadoc comment. | 733 | |
| Missing a Javadoc comment. | 734 | |
| Line is longer than 80 characters. | 736 | |
| Missing a Javadoc comment. | 736 | |
| Method 'convertWikiMarkupToXHtml' is not designed for extension - needs to be abstract, final or empty. | 738 | |
| Missing a Javadoc comment. | 738 | |
| Parameter ctx should be final. | 738 | |
| Parameter wikiMarkup should be final. | 738 | |
| Missing a Javadoc comment. | 747 | |
| Parameter node should be final. | 747 | |
| Parameter indent should be final. | 747 | |
| '{' should be on the previous line. | 748 | |
| '{' should be on the previous line. | 752 | |
| Line is longer than 80 characters. | 759 | |
| Expected an @return tag. | 761 | |
| Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 761 | |
| Parameter node should be final. | 761 | |
| Expected @param tag for 'node'. | 761 | |
| Parameter name should be final. | 761 | |
| Expected @param tag for 'name'. | 761 | |
| '{' should be on the previous line. | 762 | |
| Method 'getTextConverterComponents' is not designed for extension - needs to be abstract, final or empty. | 770 | |
| '<' is not preceded with whitespace. | 770 | |
| '<' is not followed by whitespace. | 770 | |
| '>' is not preceded with whitespace. | 770 | |
| '{' should be on the previous line. | 771 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - com.atlassian.renderer.links.*. | 11 | |
| Missing a Javadoc comment. | 16 | |
| '{' should be on the previous line. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Variable 'link' must be private and have accessor methods. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Parameter link should be final. | 20 | |
| 'link' hides a field. | 20 | |
| '{' should be on the previous line. | 21 | |
| Line is longer than 80 characters. | 25 | |
| Method 'render' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Parameter subRenderer should be final. | 25 | |
| Parameter context should be final. | 25 | |
| Parameter buffer should be final. | 25 | |
| 'if' construct must use '{}'s. | 27 | |
| 'if' construct must use '{}'s. | 32 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 33 | |
| ',' is not followed by whitespace. | 33 | |
| ',' is not followed by whitespace. | 33 | |
| ',' is not followed by whitespace. | 33 | |
| 'else' construct must use '{}'s. | 34 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 7 | |
| Line is longer than 80 characters. | 8 | |
| '{' should be on the previous line. | 12 | |
| Line is longer than 80 characters. | 14 | |
| Line is longer than 80 characters. | 15 | |
| Line is longer than 80 characters. | 20 | |
| Line is longer than 80 characters. | 22 | |
| Expected @throws tag for 'ParseException'. | 22 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 20 | |
| Line is longer than 80 characters. | 21 | |
| '{' should be on the previous line. | 25 | |
| Method 'isInline' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| '{' should be on the previous line. | 27 | |
| Method 'hasBody' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| '{' should be on the previous line. | 32 | |
| Method 'getBodyRenderMode' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| '{' should be on the previous line. | 37 | |
| Line is longer than 80 characters. | 41 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter parameters should be final. | 41 | |
| Parameter body should be final. | 41 | |
| Parameter renderContext should be final. | 41 | |
| Line is longer than 80 characters. | 46 | |
| Method 'convertXhtmlToWikiMarkup' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter nodeContext should be final. | 46 | |
| Parameter wysiwygConverter should be final. | 46 | |
| Line is longer than 80 characters. | 48 | |
| Missing a Javadoc comment. | 56 | |
| Parameter childNodes should be final. | 56 | |
| '{' should be on the previous line. | 57 | |
| '{' should be on the previous line. | 60 | |
| Missing a Javadoc comment. | 66 | |
| Parameter node should be final. | 66 | |
| '{' should be on the previous line. | 67 | |
| '{' should be on the previous line. | 69 | |
| '}' should be on the same line. | 71 | |
| '{' should be on the previous line. | 73 | |
| Line is longer than 80 characters. | 75 | |
| Line is longer than 80 characters. | 77 | |
| Missing a Javadoc comment. | 81 | |
| Parameter node should be final. | 81 | |
| '{' should be on the previous line. | 82 | |
| '{' should be on the previous line. | 87 | |
| '{' should be on the previous line. | 89 | |
| '{' should be on the previous line. | 92 | |
| Line is longer than 80 characters. | 93 | |
| '}' should be on the same line. | 94 | |
| '{' should be on the previous line. | 96 | |
| Expected an @return tag. | 105 | |
| Method 'suppressSurroundingTagDuringWysiwygRendering' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| '{' should be on the previous line. | 106 | |
| Expected an @return tag. | 111 | |
| Method 'suppressMacroRenderingDuringWysiwyg' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| '{' should be on the previous line. | 112 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Class ParagraphConverter should be declared as final. | 6 | |
| Missing a Javadoc comment. | 6 | |
| '{' should be on the previous line. | 7 | |
| Missing a Javadoc comment. | 8 | |
| Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 8 | |
| Variable 'INSTANCE' must be private and have accessor methods. | 8 | |
| Missing a Javadoc comment. | 10 | |
| '{' should be on the previous line. | 11 | |
| Missing a Javadoc comment. | 14 | |
| Parameter nodeContext should be final. | 14 | |
| '{' should be on the previous line. | 15 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Parameter nodeContext should be final. | 19 | |
| Parameter wysiwygConverter should be final. | 19 | |
| '{' should be on the previous line. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Avoid inline conditionals. | 23 | |
| Line is longer than 80 characters. | 25 | |
| '{' should be on the previous line. | 27 | |
| '{' should be on the previous line. | 32 | |
| Line is longer than 80 characters. | 33 | |
| '(' is followed by whitespace. | 35 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 10 | |
| Missing a Javadoc comment. | 20 | |
| '{' should be on the previous line. | 21 | |
| First sentence should end with a period. | 22 | |
| Line contains a tab character. | 22 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 23 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Variable 'cssStyleAttribute' must be private and have accessor methods. | 28 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Variable 'valueValidator' must be private and have accessor methods. | 29 | |
| Line has trailing spaces. | 30 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter attr should be final. | 31 | |
| Parameter validator should be final. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line has trailing spaces. | 36 | |
| Line contains a tab character. | 36 | |
| Line has trailing spaces. | 37 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Line contains a tab character. | 37 | |
| Line has trailing spaces. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Line is longer than 80 characters. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Line has trailing spaces. | 45 | |
| Line is longer than 80 characters. | 47 | |
| Line is longer than 80 characters. | 50 | |
| Line has trailing spaces. | 51 | |
| Line has trailing spaces. | 54 | |
| Line has trailing spaces. | 55 | |
| Missing a Javadoc comment. | 56 | |
| Parameter attachmentManager should be final. | 56 | |
| 'attachmentManager' hides a field. | 56 | |
| '{' should be on the previous line. | 57 | |
| Method 'getAttachmentManager' 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 | |
| Line is longer than 80 characters. | 66 | |
| Method 'setAttachmentManager' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter attachmentManager should be final. | 66 | |
| 'attachmentManager' hides a field. | 66 | |
| Line is longer than 80 characters. | 71 | |
| Method 'renderResource' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Parameter resource should be final. | 71 | |
| Parameter context should be final. | 71 | |
| '{' should be on the previous line. | 79 | |
| '{' should be on the previous line. | 81 | |
| '}' should be on the same line. | 83 | |
| 'catch' is not followed by whitespace. | 84 | |
| '{' should be on the previous line. | 85 | |
| Line is longer than 80 characters. | 86 | |
| '{' should be on the previous line. | 93 | |
| '{' should be on the previous line. | 97 | |
| '{' should be on the previous line. | 99 | |
| Line is longer than 80 characters. | 100 | |
| '}' should be on the same line. | 101 | |
| '{' should be on the previous line. | 103 | |
| Line is longer than 80 characters. | 104 | |
| '}' should be on the same line. | 105 | |
| '{' should be on the previous line. | 107 | |
| Line is longer than 80 characters. | 108 | |
| '}' should be on the same line. | 109 | |
| '{' should be on the previous line. | 111 | |
| Line is longer than 80 characters. | 112 | |
| '}' should be on the same line. | 114 | |
| '{' should be on the previous line. | 116 | |
| '{' should be on the previous line. | 120 | |
| '}' should be on the same line. | 122 | |
| '{' should be on the previous line. | 124 | |
| '{' should be on the previous line. | 126 | |
| Line is longer than 80 characters. | 127 | |
| Line is longer than 80 characters. | 128 | |
| Line is longer than 80 characters. | 129 | |
| Line is longer than 80 characters. | 135 | |
| Line is longer than 80 characters. | 136 | |
| 'if' construct must use '{}'s. | 137 | |
| Line is longer than 80 characters. | 137 | |
| Line is longer than 80 characters. | 138 | |
| '{' should be on the previous line. | 150 | |
| Line is longer than 80 characters. | 151 | |
| Line contains a tab character. | 151 | |
| '}' should be on the same line. | 152 | |
| '{' should be on the previous line. | 154 | |
| Line is longer than 80 characters. | 155 | |
| Line contains a tab character. | 155 | |
| Line is longer than 80 characters. | 162 | |
| Method 'getAttachment' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| Missing a Javadoc comment. | 162 | |
| Parameter context should be final. | 162 | |
| Parameter resource should be final. | 162 | |
| Missing a Javadoc comment. | 167 | |
| Parameter resource should be final. | 167 | |
| '{' should be on the previous line. | 168 | |
| Line is longer than 80 characters. | 172 | |
| Method 'getThumbnail' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| Missing a Javadoc comment. | 172 | |
| Parameter attachment should be final. | 172 | |
| Parameter context should be final. | 172 | |
| Parameter embeddedImage should be final. | 172 | |
| Line is longer than 80 characters. | 174 | |
| Line is longer than 80 characters. | 177 | |
| Missing a Javadoc comment. | 177 | |
| Parameter imageParams should be final. | 177 | |
| Parameter attachment should be final. | 177 | |
| Parameter context should be final. | 177 | |
| Parameter embeddedImage should be final. | 177 | |
| Line is longer than 80 characters. | 179 | |
| '{' should be on the previous line. | 186 | |
| '{' should be on the previous line. | 188 | |
| '}' should be on the same line. | 190 | |
| 'catch' is not followed by whitespace. | 191 | |
| '{' should be on the previous line. | 192 | |
| Line is longer than 80 characters. | 193 | |
| Line has trailing spaces. | 198 | |
| '{' should be on the previous line. | 199 | |
| Line contains a tab character. | 200 | |
| Line contains a tab character. | 201 | |
| '{' should be on the previous line. | 201 | |
| Line is longer than 80 characters. | 202 | |
| Line contains a tab character. | 202 | |
| ',' is not followed by whitespace. | 202 | |
| Line contains a tab character. | 203 | |
| '}' should be on the same line. | 203 | |
| Line contains a tab character. | 204 | |
| Line contains a tab character. | 205 | |
| '{' should be on the previous line. | 205 | |
| Line is longer than 80 characters. | 206 | |
| Line contains a tab character. | 206 | |
| Line is longer than 80 characters. | 207 | |
| Line contains a tab character. | 207 | |
| Line contains a tab character. | 208 | |
| Line has trailing spaces. | 209 | |
| '}' should be on the same line. | 209 | |
| '{' should be on the previous line. | 211 | |
| Line is longer than 80 characters. | 212 | |
| Line contains a tab character. | 212 | |
| Line is longer than 80 characters. | 216 | |
| Method 'writeImage' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| Missing a Javadoc comment. | 216 | |
| Parameter imageTag should be final. | 216 | |
| Parameter centered should be final. | 216 | |
| Parameter context should be final. | 216 | |
| 'if' construct must use '{}'s. | 220 | |
| 'if' is not followed by whitespace. | 220 | |
| 'if' construct must use '{}'s. | 223 | |
| 'if' construct must use '{}'s. | 228 | |
| 'if' construct must use '{}'s. | 231 | |
| Missing a Javadoc comment. | 237 | |
| Parameter imageParams should be final. | 237 | |
| '{' should be on the previous line. | 238 | |
| Line is longer than 80 characters. | 239 | |
| '{' should be on the previous line. | 241 | |
| Line is longer than 80 characters. | 248 | |
| Expected an @return tag. | 250 | |
| Line is longer than 80 characters. | 250 | |
| Parameter params should be final. | 250 | |
| Expected @param tag for 'params'. | 250 | |
| '20' is a magic number. | 252 | |
| '30' is a magic number. | 253 | |
| Line is longer than 80 characters. | 257 | |
| Line is longer than 80 characters. | 261 | |
| Line has trailing spaces. | 262 | |
| '{' should be on the previous line. | 263 | |
| Line is longer than 80 characters. | 264 | |
| Line contains a tab character. | 264 | |
| 'cast' is not followed by whitespace. | 264 | |
| Line contains a tab character. | 265 | |
| 'cast' is not followed by whitespace. | 265 | |
| Line contains a tab character. | 266 | |
| Line is longer than 80 characters. | 267 | |
| Line contains a tab character. | 267 | |
| Line has trailing spaces. | 268 | |
| '}' should be on the same line. | 268 | |
| Line has trailing spaces. | 269 | |
| '{' should be on the previous line. | 270 | |
| Line contains a tab character. | 271 | |
| ',' is not followed by whitespace. | 271 | |
| Line is longer than 80 characters. | 272 | |
| Line contains a tab character. | 272 | |
| ',' is not followed by whitespace. | 272 | |
| '{' should be on the previous line. | 277 | |
| Line has trailing spaces. | 280 | |
| Line contains a tab character. | 282 | |
| Line contains a tab character. | 283 | |
| Line contains a tab character. | 284 | |
| Line has trailing spaces. | 286 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Parameter message should be final. | 10 | |
| '{' should be on the previous line. | 11 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 11 | |
| '{' should be on the previous line. | 12 | |
| Line is longer than 80 characters. | 13 | |
| Missing a Javadoc comment. | 13 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 18 | |
| '{' should be on the previous line. | 19 | |
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Line is longer than 80 characters. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Parameter subRenderer should be final. | 28 | |
| 'subRenderer' hides a field. | 28 | |
| '{' should be on the previous line. | 29 | |
| Method 'shouldRender' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Parameter renderMode should be final. | 33 | |
| '{' should be on the previous line. | 34 | |
| Method 'render' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Parameter wiki should be final. | 38 | |
| Parameter context should be final. | 38 | |
| '{' should be on the previous line. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Line is longer than 80 characters. | 49 | |
| Method 'appendSubstitution' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter buffer should be final. | 49 | |
| Parameter context should be final. | 49 | |
| Parameter matcher should be final. | 49 | |
| '{' should be on the previous line. | 54 | |
| '}' should be on the same line. | 57 | |
| '{' should be on the previous line. | 59 | |
| 'cast' is not followed by whitespace. | 60 | |
| '}' should be on the same line. | 61 | |
| '{' should be on the previous line. | 63 | |
| Line is longer than 80 characters. | 64 |
| Violation | Message | Line |
|---|---|---|
| Redundant import from the same package - com.atlassian.renderer.v2.macro.code.formatter.AbstractFormatter. | 3 | |
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 7 | |
| '+' should be on a new line. | 8 | |
| '+' should be on a new line. | 9 | |
| '+' should be on a new line. | 10 | |
| '+' should be on a new line. | 11 | |
| '+' should be on a new line. | 12 | |
| '+' should be on a new line. | 13 | |
| '+' should be on a new line. | 14 | |
| Missing a Javadoc comment. | 17 | |
| '+' should be on a new line. | 18 | |
| '+' should be on a new line. | 19 | |
| '+' should be on a new line. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Missing a Javadoc comment. | 22 | |
| '{' is followed by whitespace. | 22 | |
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 25 | |
| Method 'getSupportedLanguages' 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 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 15 | |
| Line is longer than 80 characters. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 22 | |
| '{' should be on the previous line. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Parameter subRenderer should be final. | 32 | |
| 'subRenderer' hides a field. | 32 | |
| Parameter blockRenderers should be final. | 32 | |
| 'blockRenderers' hides a field. | 32 | |
| Line is longer than 80 characters. | 35 | |
| Method 'setBlockRenderers' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Parameter blockRenderers should be final. | 38 | |
| 'blockRenderers' hides a field. | 38 | |
| '{' should be on the previous line. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Method 'shouldRender' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Parameter renderMode should be final. | 43 | |
| '{' should be on the previous line. | 44 | |
| Method 'render' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter wiki should be final. | 48 | |
| Parameter context should be final. | 48 | |
| '{' should be on the previous line. | 49 | |
| Line is longer than 80 characters. | 50 | |
| 'if' construct must use '{}'s. | 52 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 53 | |
| 'while' is not followed by whitespace. | 60 | |
| '{' should be on the previous line. | 61 | |
| Line is longer than 80 characters. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Line is longer than 80 characters. | 66 | |
| Line is longer than 80 characters. | 67 | |
| '{' should be on the previous line. | 75 | |
| '}' should be on the same line. | 77 | |
| '{' should be on the previous line. | 79 | |
| '{' should be on the previous line. | 81 | |
| Line is longer than 80 characters. | 83 | |
| 'if' construct must use '{}'s. | 84 | |
| 'if' construct must use '{}'s. | 89 | |
| '{' should be on the previous line. | 92 | |
| Line is longer than 80 characters. | 103 | |
| Missing a Javadoc comment. | 103 | |
| Parameter renderedLines should be final. | 103 | |
| Parameter remainderedLines should be final. | 103 | |
| Parameter context should be final. | 103 | |
| Parameter firstParagraph should be final. | 103 | |
| 'if' construct must use '{}'s. | 105 | |
| Line is longer than 80 characters. | 113 | |
| Missing a Javadoc comment. | 113 | |
| Parameter firstParagraph should be final. | 113 | |
| Parameter context should be final. | 113 | |
| Parameter paragraph should be final. | 113 | |
| 'if' construct must use '{}'s. | 115 | |
| Line is longer than 80 characters. | 116 | |
| 'else' construct must use '{}'s. | 117 | |
| Line is longer than 80 characters. | 118 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 9 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 13 | |
| Line is longer than 80 characters. | 15 | |
| Method 'regexRender' is not designed for extension - needs to be abstract, final or empty. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Parameter wiki should be final. | 15 | |
| Parameter context should be final. | 15 | |
| Parameter pattern should be final. | 15 | |
| 'if' construct must use '{}'s. | 17 | |
| Line has trailing spaces. | 19 | |
| '{' should be on the previous line. | 23 | |
| Line is longer than 80 characters. | 34 | |
| Expected @param tag for 'buffer'. | 34 | |
| Expected @param tag for 'context'. | 34 | |
| Expected @param tag for 'matcher'. | 34 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 11 | |
| '{' should be on the previous line. | 12 | |
| Line is longer than 80 characters. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Line is longer than 80 characters. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Line is longer than 80 characters. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Variable 'replacers' must be private and have accessor methods. | 21 | |
| Method 'addReplacement' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Parameter pattern should be final. | 23 | |
| Parameter replacement should be final. | 23 | |
| '{' should be on the previous line. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Method 'format' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Parameter code should be final. | 28 | |
| Parameter language should be final. | 28 | |
| '{' should be on the previous line. | 29 | |
| '{' should be on the previous line. | 31 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| '{' should be on the previous line. | 4 | |
| Missing a Javadoc comment. | 5 | |
| Missing a Javadoc comment. | 7 | |
| Missing a Javadoc comment. | 9 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 7 | |
| Line is longer than 80 characters. | 10 | |
| '{' should be on the previous line. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Parameter pluginAccessor should be final. | 21 | |
| 'pluginAccessor' hides a field. | 21 | |
| '{' should be on the previous line. | 22 | |
| Line is longer than 80 characters. | 27 | |
| '{' should be on the previous line. | 33 | |
| Line is longer than 80 characters. | 34 | |
| '{' should be on the previous line. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line is longer than 80 characters. | 49 | |
| Line is longer than 80 characters. | 50 | |
| '<' is not followed by whitespace. | 54 | |
| '>' is not preceded with whitespace. | 54 | |
| '{' should be on the previous line. | 55 | |
| Line is longer than 80 characters. | 56 | |
| '<' is not followed by whitespace. | 56 | |
| '>' is not preceded with whitespace. | 56 | |
| Line is longer than 80 characters. | 59 | |
| '<' is not preceded with whitespace. | 59 | |
| '<' is not followed by whitespace. | 59 | |
| '>' is not preceded with whitespace. | 59 | |
| '<' is not preceded with whitespace. | 59 | |
| '<' is not followed by whitespace. | 59 | |
| '>' is not preceded with whitespace. | 59 | |
| '>' is not followed by whitespace. | 59 | |
| '{' should be on the previous line. | 62 | |
| Line is longer than 80 characters. | 63 | |
| '{' should be on the previous line. | 66 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 11 | |
| Utility classes should not have a public or default constructor. | 14 | |
| '{' should be on the previous line. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 24 | |
| Parameter fileName should be final. | 24 | |
| '{' should be on the previous line. | 25 | |
| Line is longer than 80 characters. | 30 | |
| Line has trailing spaces. | 32 | |
| Expected an @return tag. | 33 | |
| Parameter file should be final. | 33 | |
| Expected @param tag for 'file'. | 33 | |
| '{' should be on the previous line. | 34 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 20 | |
| '{' should be on the previous line. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Method 'setSubRenderer' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Parameter subRenderer should be final. | 33 | |
| 'subRenderer' hides a field. | 33 | |
| '{' should be on the previous line. | 34 | |
| Method 'hasBody' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| '{' should be on the previous line. | 39 | |
| Line is longer than 80 characters. | 43 | |
| Method 'getBodyContent' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Parameter parameters should be final. | 43 | |
| Parameter body should be final. | 43 | |
| Parameter renderContext should be final. | 43 | |
| Line is longer than 80 characters. | 48 | |
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter parameters should be final. | 48 | |
| Parameter body should be final. | 48 | |
| Parameter renderContext should be final. | 48 | |
| Method 'isInline' 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 'getBodyRenderMode' 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 | |
| Line is longer than 80 characters. | 63 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Parameter parameters should be final. | 63 | |
| Parameter body should be final. | 63 | |
| Parameter renderContext should be final. | 63 | |
| '100' is a magic number. | 65 | |
| Line is longer than 80 characters. | 67 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Line is longer than 80 characters. | 74 | |
| Line is longer than 80 characters. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Line is longer than 80 characters. | 81 | |
| '{' should be on the previous line. | 86 | |
| Line is longer than 80 characters. | 91 | |
| 'if' construct must use '{}'s. | 93 | |
| Line is longer than 80 characters. | 93 | |
| 'if' construct must use '{}'s. | 98 | |
| 'if' construct must use '{}'s. | 103 | |
| Line is longer than 80 characters. | 104 | |
| 'if' construct must use '{}'s. | 105 | |
| Missing a Javadoc comment. | 113 | |
| Parameter buffer should be final. | 113 | |
| Parameter explicitStyles should be final. | 113 | |
| '{' should be on the previous line. | 114 | |
| Line is longer than 80 characters. | 117 | |
| Line is longer than 80 characters. | 121 | |
| Line is longer than 80 characters. | 127 | |
| Missing a Javadoc comment. | 127 | |
| Parameter borderWidth should be final. | 127 | |
| Parameter borderStyle should be final. | 127 | |
| Parameter borderColor should be final. | 127 | |
| Parameter backgroundColor should be final. | 127 | |
| '{' should be on the previous line. | 133 | |
| 'if' construct must use '{}'s. | 134 | |
| 'if' construct must use '{}'s. | 136 | |
| '}' should be on the same line. | 138 | |
| '{' should be on the previous line. | 140 | |
| Line is longer than 80 characters. | 141 | |
| Line is longer than 80 characters. | 142 | |
| 'if' construct must use '{}'s. | 143 | |
| 'if' construct must use '{}'s. | 147 | |
| Line is longer than 80 characters. | 152 | |
| Method 'writeHeader' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| Missing a Javadoc comment. | 152 | |
| Parameter renderContext should be final. | 152 | |
| Parameter buffer should be final. | 152 | |
| Parameter title should be final. | 152 | |
| Parameter borderStyle should be final. | 152 | |
| Parameter borderColor should be final. | 153 | |
| Parameter borderWidth should be final. | 153 | |
| Parameter titleBackgroundColor should be final. | 153 | |
| '{' should be on the previous line. | 154 | |
| Line is longer than 80 characters. | 155 | |
| Line is longer than 80 characters. | 156 | |
| Avoid inline conditionals. | 156 | |
| Line is longer than 80 characters. | 160 | |
| '{' should be on the previous line. | 162 | |
| 'if' construct must use '{}'s. | 163 | |
| Line is longer than 80 characters. | 164 | |
| 'if' construct must use '{}'s. | 165 | |
| Line is longer than 80 characters. | 166 | |
| 'if' construct must use '{}'s. | 168 | |
| Line is longer than 80 characters. | 169 | |
| Line is longer than 80 characters. | 177 | |
| Method 'writeContent' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| Missing a Javadoc comment. | 177 | |
| Parameter buffer should be final. | 177 | |
| Parameter parameters should be final. | 177 | |
| Parameter content should be final. | 177 | |
| Parameter backgroundColor should be final. | 177 | |
| Line is longer than 80 characters. | 179 | |
| 'if' construct must use '{}'s. | 180 | |
| Line is longer than 80 characters. | 181 | |
| Method 'getSubRenderer' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| Missing a Javadoc comment. | 187 | |
| '{' should be on the previous line. | 188 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 6 | |
| '{' should be on the previous line. | 7 | |
| Line is longer than 80 characters. | 8 | |
| Method 'renderResource' is not designed for extension - needs to be abstract, final or empty. | 8 | |
| Missing a Javadoc comment. | 8 | |
| Parameter resource should be final. | 8 | |
| Parameter context should be final. | 8 | |
| Line is longer than 80 characters. | 10 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 9 | |
| '{' should be on the previous line. | 10 | |
| Line is longer than 80 characters. | 11 | |
| Missing a Javadoc comment. | 11 | |
| Line is longer than 80 characters. | 13 | |
| Method 'renderNextBlock' is not designed for extension - needs to be abstract, final or empty. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Parameter thisLine should be final. | 13 | |
| Parameter nextLines should be final. | 13 | |
| Parameter context should be final. | 13 | |
| Parameter subRenderer should be final. | 13 | |
| '{' should be on the previous line. | 17 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 6 | |
| '{' should be on the previous line. | 7 | |
| Method 'shouldRender' is not designed for extension - needs to be abstract, final or empty. | 9 | |
| Missing a Javadoc comment. | 9 | |
| Parameter renderMode should be final. | 9 | |
| '{' should be on the previous line. | 10 | |
| Method 'render' is not designed for extension - needs to be abstract, final or empty. | 14 | |
| Missing a Javadoc comment. | 14 | |
| Parameter wiki should be final. | 14 | |
| Parameter context should be final. | 14 | |
| '{' should be on the previous line. | 15 | |
| Line is longer than 80 characters. | 16 | |
| First sentence should end with a period. | 19 | |
| Line is longer than 80 characters. | 22 | |
| Expected an @return tag. | 25 | |
| Parameter s should be final. | 25 | |
| Expected @param tag for 's'. | 25 | |
| Parameter preserveExistingEntities should be final. | 25 | |
| Expected @param tag for 'preserveExistingEntities'. | 25 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Class ExternallyDefinedConverter should be declared as final. | 11 | |
| '{' should be on the previous line. | 12 | |
| Line is longer than 80 characters. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 13 | |
| Variable 'INSTANCE' must be private and have accessor methods. | 13 | |
| Missing a Javadoc comment. | 15 | |
| '{' should be on the previous line. | 16 | |
| Missing a Javadoc comment. | 19 | |
| Parameter nodeContext should be final. | 19 | |
| '{' should be on the previous line. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Parameter nodeContext should be final. | 24 | |
| Parameter wysiwygConverter should be final. | 24 | |
| Line is longer than 80 characters. | 26 | |
| '{' should be on the previous line. | 28 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 33 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 17 | |
| '{' should be on the previous line. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Variable 'subRenderer' must be private and have accessor methods. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Variable 'iconManager' must be private and have accessor methods. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Variable 'rendererConfiguration' must be private and have accessor methods. | 21 | |
| Missing a Javadoc comment. | 23 | |
| '{' is not followed by whitespace. | 23 | |
| '}' is not preceded with whitespace. | 23 | |
| Line has trailing spaces. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Parameter subRenderer should be final. | 25 | |
| 'subRenderer' hides a field. | 25 | |
| Parameter iconManager should be final. | 25 | |
| 'iconManager' hides a field. | 25 | |
| Parameter rendererConfiguration should be final. | 25 | |
| 'rendererConfiguration' hides a field. | 25 | |
| Method 'renderLink' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Parameter link should be final. | 32 | |
| Parameter renderContext should be final. | 32 | |
| '{' should be on the previous line. | 33 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 37 | |
| '{' should be on the previous line. | 44 | |
| '{' should be on the previous line. | 49 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Line is longer than 80 characters. | 61 | |
| 'if' construct must use '{}'s. | 67 | |
| '{' should be on the previous line. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Line is longer than 80 characters. | 76 | |
| Line is longer than 80 characters. | 79 | |
| '{' should be on the previous line. | 84 | |
| '{' should be on the previous line. | 89 | |
| Line is longer than 80 characters. | 94 | |
| Line is longer than 80 characters. | 96 | |
| '}' should be on the same line. | 97 | |
| '{' should be on the previous line. | 99 | |
| Line is longer than 80 characters. | 100 | |
| '{' should be on the previous line. | 104 | |
| '{' should be on the previous line. | 111 | |
| Method 'getLinkTitle' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Missing a Javadoc comment. | 119 | |
| Parameter link should be final. | 119 | |
| '{' should be on the previous line. | 120 | |
| Line is longer than 80 characters. | 127 | |
| Expected an @return tag. | 129 | |
| Parameter s should be final. | 129 | |
| Expected @param tag for 's'. | 129 | |
| '{' should be on the previous line. | 130 | |
| '{' should be on the previous line. | 132 | |
| '{' should be on the previous line. | 140 | |
| '{' should be on the previous line. | 142 | |
| Method 'setSubRenderer' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| Missing a Javadoc comment. | 152 | |
| Parameter subRenderer should be final. | 152 | |
| 'subRenderer' hides a field. | 152 | |
| '{' should be on the previous line. | 153 | |
| Method 'setIconManager' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| Missing a Javadoc comment. | 157 | |
| Parameter iconManager should be final. | 157 | |
| 'iconManager' hides a field. | 157 | |
| '{' should be on the previous line. | 158 | |
| Line is longer than 80 characters. | 162 | |
| Method 'setRendererConfiguration' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| Missing a Javadoc comment. | 162 | |
| Parameter rendererConfiguration should be final. | 162 | |
| 'rendererConfiguration' hides a field. | 162 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 6 | |
| '{' should be on the previous line. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Line is longer than 80 characters. | 21 | |
| Missing a Javadoc comment. | 21 | |
| More than 7 parameters. | 21 | |
| Parameter id should be final. | 21 | |
| 'id' hides a field. | 21 | |
| Parameter fileName should be final. | 21 | |
| 'fileName' hides a field. | 21 | |
| Parameter contentType should be final. | 21 | |
| 'contentType' hides a field. | 21 | |
| Parameter author should be final. | 21 | |
| 'author' hides a field. | 21 | |
| Parameter comment should be final. | 21 | |
| 'comment' hides a field. | 21 | |
| Parameter src should be final. | 21 | |
| 'src' hides a field. | 21 | |
| Parameter wrapPrefix should be final. | 21 | |
| 'wrapPrefix' hides a field. | 21 | |
| Parameter wrapSuffix should be final. | 21 | |
| 'wrapSuffix' hides a field. | 21 | |
| Parameter created should be final. | 21 | |
| 'created' hides a field. | 21 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| '{' should be on the previous line. | 35 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Parameter id should be final. | 39 | |
| 'id' hides a field. | 39 | |
| '{' should be on the previous line. | 40 | |
| Method 'getWrapPrefix' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| '{' should be on the previous line. | 45 | |
| Method 'setWrapPrefix' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter wrapPrefix should be final. | 49 | |
| 'wrapPrefix' hides a field. | 49 | |
| '{' should be on the previous line. | 50 | |
| Method 'getSrc' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| '{' should be on the previous line. | 55 | |
| Method 'setSrc' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Parameter src should be final. | 59 | |
| 'src' hides a field. | 59 | |
| '{' should be on the previous line. | 60 | |
| Method 'getComment' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| '{' should be on the previous line. | 65 | |
| Method 'setComment' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Parameter comment should be final. | 69 | |
| 'comment' hides a field. | 69 | |
| '{' should be on the previous line. | 70 | |
| Method 'getFileName' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| '{' should be on the previous line. | 75 | |
| Method 'setFileName' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Parameter fileName should be final. | 79 | |
| 'fileName' hides a field. | 79 | |
| '{' should be on the previous line. | 80 | |
| Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| '{' should be on the previous line. | 85 | |
| Method 'setContentType' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Parameter contentType should be final. | 89 | |
| 'contentType' hides a field. | 89 | |
| '{' should be on the previous line. | 90 | |
| Method 'getAuthor' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Missing a Javadoc comment. | 94 | |
| '{' should be on the previous line. | 95 | |
| Method 'setAuthor' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Missing a Javadoc comment. | 99 | |
| Parameter author should be final. | 99 | |
| 'author' hides a field. | 99 | |
| '{' should be on the previous line. | 100 | |
| Method 'getCreated' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Missing a Javadoc comment. | 104 | |
| '{' should be on the previous line. | 105 | |
| Method 'setCreated' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Missing a Javadoc comment. | 109 | |
| Parameter created should be final. | 109 | |
| 'created' hides a field. | 109 | |
| '{' should be on the previous line. | 110 | |
| Method 'wrapGeneratedElement' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| Missing a Javadoc comment. | 114 | |
| Parameter generatedHtml should be final. | 114 | |
| '{' should be on the previous line. | 115 | |
| 'if' is not followed by whitespace. | 116 | |
| '{' should be on the previous line. | 117 | |
| '}' should be on the same line. | 119 | |
| '{' should be on the previous line. | 121 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Parameter linkResolver should be final. | 35 | |
| 'linkResolver' hides a field. | 35 | |
| Parameter rendererConfiguration should be final. | 35 | |
| 'rendererConfiguration' hides a field. | 35 | |
| Method 'shouldRender' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter renderMode should be final. | 41 | |
| '{' should be on the previous line. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Method 'render' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter wiki should be final. | 46 | |
| Parameter context should be final. | 46 | |
| '{' should be on the previous line. | 47 | |
| '{' should be on the previous line. | 49 | |
| '}' should be on the same line. | 51 | |
| '{' should be on the previous line. | 53 | |
| Line is longer than 80 characters. | 58 | |
| Method 'appendSubstitution' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter stringBuffer should be final. | 58 | |
| Parameter context should be final. | 58 | |
| Parameter matcher should be final. | 58 | |
| Line is longer than 80 characters. | 61 | |
| Line is longer than 80 characters. | 63 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 9 | |
| Missing a Javadoc comment. | 11 | |
| Line is longer than 80 characters. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Method 'shouldRender' is not designed for extension - needs to be abstract, final or empty. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Parameter renderMode should be final. | 15 | |
| '{' should be on the previous line. | 16 | |
| Method 'render' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Parameter wiki should be final. | 20 | |
| Parameter context should be final. | 20 | |
| '{' should be on the previous line. | 21 | |
| '{' should be on the previous line. | 23 | |
| Line is longer than 80 characters. | 29 | |
| Method 'appendSubstitution' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter buffer should be final. | 29 | |
| Parameter context should be final. | 29 | |
| Parameter matcher should be final. | 29 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 34 | |
| Parameter match should be final. | 34 | |
| '{' should be on the previous line. | 35 | |
| '{' should be on the previous line. | 42 | |
| Line is longer than 80 characters. | 44 | |
| '}' should be on the same line. | 45 | |
| '{' should be on the previous line. | 47 | |
| '{' should be on the previous line. | 52 | |
| '}' should be on the same line. | 54 | |
| '{' should be on the previous line. | 56 | |
| Line is longer than 80 characters. | 61 | |
| Line is longer than 80 characters. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Parameter stringBuffer should be final. | 65 | |
| Parameter paramName should be final. | 65 | |
| Parameter paramType should be final. | 65 | |
| Line is longer than 80 characters. | 69 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 74 | |
| Line is longer than 80 characters. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Parameter stringBuffer should be final. | 79 | |
| Parameter paramName should be final. | 79 | |
| Parameter paramType should be final. | 79 | |
| 'if' construct must use '{}'s. | 86 | |
| 'if' construct must use '{}'s. | 89 | |
| Line is longer than 80 characters. | 92 | |
| Missing a Javadoc comment. | 95 | |
| Parameter paramType should be final. | 95 | |
| '{' should be on the previous line. | 96 | |
| 'if' construct must use '{}'s. | 99 | |
| 'if' construct must use '{}'s. | 104 | |
| Line is longer than 80 characters. | 107 | |
| '{' should be on the previous line. | 111 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 7 | |
| '{' should be on the previous line. | 8 | |
| Line is longer than 80 characters. | 10 | |
| Expected an @return tag. | 17 | |
| Parameter str should be final. | 17 | |
| Expected @param tag for 'str'. | 17 | |
| '{' should be on the previous line. | 18 | |
| 'if' construct must use '{}'s. | 21 | |
| 'if' construct must use '{}'s. | 24 | |
| 'if' construct must use '{}'s. | 27 | |
| 'if' construct must use '{}'s. | 30 | |
| 'if' construct must use '{}'s. | 33 | |
| 'if' construct must use '{}'s. | 36 | |
| 'if' construct must use '{}'s. | 39 | |
| 'if' construct must use '{}'s. | 42 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 6 | |
| '{' should be on the previous line. | 7 | |
| Line is longer than 80 characters. | 11 | |
| Line is longer than 80 characters. | 12 | |
| Line is longer than 80 characters. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 24 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Unused import - com.opensymphony.util.TextUtils. | 14 | |
| Missing a Javadoc comment. | 16 | |
| '{' should be on the previous line. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 24 | |
| Parameter linkResolver should be final. | 24 | |
| 'linkResolver' hides a field. | 24 | |
| '{' should be on the previous line. | 25 | |
| Method 'shouldRender' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter renderMode should be final. | 29 | |
| '{' should be on the previous line. | 30 | |
| Method 'render' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Parameter wiki should be final. | 34 | |
| Parameter context should be final. | 34 | |
| '{' should be on the previous line. | 35 | |
| '3' is a magic number. | 36 | |
| '{' should be on the previous line. | 37 | |
| '20' is a magic number. | 46 | |
| '{' should be on the previous line. | 50 | |
| '{' should be on the previous line. | 53 | |
| '{' should be on the previous line. | 55 | |
| Line is longer than 80 characters. | 56 | |
| '}' should be on the same line. | 59 | |
| '{' should be on the previous line. | 61 | |
| '20' is a magic number. | 63 | |
| '}' should be on the same line. | 66 | |
| '{' should be on the previous line. | 68 | |
| '}' should be on the same line. | 70 | |
| '{' should be on the previous line. | 72 | |
| '}' should be on the same line. | 76 | |
| '{' should be on the previous line. | 78 | |
| '{' should be on the previous line. | 80 | |
| '}' should be on the same line. | 82 | |
| '{' should be on the previous line. | 84 | |
| '{' should be on the previous line. | 88 | |
| '}' should be on the same line. | 91 | |
| '{' should be on the previous line. | 93 | |
| '20' is a magic number. | 99 | |
| '}' should be on the same line. | 101 | |
| '{' should be on the previous line. | 103 | |
| '20' is a magic number. | 107 | |
| '}' should be on the same line. | 108 | |
| '{' should be on the previous line. | 110 | |
| '20' is a magic number. | 114 | |
| '}' should be on the same line. | 115 | |
| '{' should be on the previous line. | 117 | |
| '}' should be on the same line. | 119 | |
| '{' should be on the previous line. | 121 | |
| '{' should be on the previous line. | 129 | |
| Line is longer than 80 characters. | 136 | |
| Missing a Javadoc comment. | 136 | |
| Parameter stringBuffer should be final. | 136 | |
| Parameter context should be final. | 136 | |
| Parameter linkText should be final. | 136 | |
| Line is longer than 80 characters. | 139 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 10 | |
| Line is longer than 80 characters. | 11 | |
| Line has trailing spaces. | 12 | |
| Line is longer than 80 characters. | 12 | |
| Line is longer than 80 characters. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Method 'shouldRender' is not designed for extension - needs to be abstract, final or empty. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Parameter renderMode should be final. | 18 | |
| '{' should be on the previous line. | 19 | |
| Method 'render' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Parameter wiki should be final. | 25 | |
| Parameter context should be final. | 25 | |
| '{' should be on the previous line. | 26 | |
| Line is longer than 80 characters. | 33 | |
| Method 'appendSubstitution' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Parameter buffer should be final. | 33 | |
| Expected @param tag for 'buffer'. | 33 | |
| Parameter context should be final. | 33 | |
| Expected @param tag for 'context'. | 33 | |
| Parameter matcher should be final. | 33 | |
| Expected @param tag for 'matcher'. | 33 | |
| Line is longer than 80 characters. | 35 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Method 'getMessages' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| Missing a Javadoc comment. | 20 | |
| '{' should be on the previous line. | 21 | |
| Method 'messageReceived' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Parameter tidyMessage should be final. | 25 | |
| '{' should be on the previous line. | 26 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 6 | |
| Class WidthSizeValidator should be declared as final. | 8 | |
| '{' should be on the previous line. | 9 | |
| Line is longer than 80 characters. | 10 | |
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 13 | |
| '{' should be on the previous line. | 14 | |
| Missing a Javadoc comment. | 17 | |
| '{' should be on the previous line. | 18 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Parameter parameterValue should be final. | 22 | |
| 'if' construct must use '{}'s. | 24 | |
| 'if' is not followed by whitespace. | 24 | |
| Line is longer than 80 characters. | 25 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 14 | |
| Line is longer than 80 characters. | 15 | |
| Missing a Javadoc comment. | 15 | |
| First sentence should end with a period. | 17 | |
| Expected an @return tag. | 20 | |
| '{' should be on the previous line. | 21 | |
| Missing a Javadoc comment. | 44 | |
| Parameter originalText should be final. | 44 | |
| '{' should be on the previous line. | 45 | |
| Missing a Javadoc comment. | 49 | |
| Parameter parser should be final. | 49 | |
| 'if' construct must use '{}'s. | 57 | |
| 'if' construct must use '{}'s. | 59 | |
| 'if' construct must use '{}'s. | 64 | |
| '{' should be on the previous line. | 72 | |
| Missing a Javadoc comment. | 78 | |
| Parameter parser should be final. | 78 | |
| '{' should be on the previous line. | 79 | |
| Method 'isThumbNail' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 |
| Violation | Message | Line |
|---|---|---|
| Class BorderStyleValidator should be declared as final. | 11 | |
| '{' should be on the previous line. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Line is longer than 80 characters. | 14 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 16 | |
| '{' should be on the previous line. | 17 | |
| Missing a Javadoc comment. | 20 | |
| '{' should be on the previous line. | 21 | |
| Line is longer than 80 characters. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Parameter propertyValue should be final. | 25 | |
| 'if' construct must use '{}'s. | 27 | |
| 'if' construct must use '{}'s. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 33 | |
| '{' should be on the previous line. | 34 |
| Violation | Message | Line |
|---|---|---|
| Unused import - com.atlassian.renderer.wysiwyg.NodeContext. | 5 | |
| Utility classes should not have a public or default constructor. | 10 | |
| '{' should be on the previous line. | 11 | |
| Line is longer than 80 characters. | 13 | |
| Expected an @return tag. | 16 | |
| Parameter node should be final. | 16 | |
| Expected @param tag for 'node'. | 16 | |
| Parameter name should be final. | 16 | |
| Expected @param tag for 'name'. | 16 | |
| '{' should be on the previous line. | 17 | |
| '{' should be on the previous line. | 20 | |
| Line is longer than 80 characters. | 21 | |
| '}' should be on the same line. | 24 | |
| '{' should be on the previous line. | 26 | |
| Avoid inline conditionals. | 28 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line has trailing spaces. | 40 | |
| Line is longer than 80 characters. | 42 | |
| Parameter node should be final. | 42 | |
| Parameter attributeName should be final. | 42 | |
| Parameter defaultValue should be final. | 42 | |
| Line is longer than 80 characters. | 45 | |
| Avoid inline conditionals. | 45 | |
| Line is longer than 80 characters. | 49 | |
| Expected an @return tag. | 51 | |
| Line is longer than 80 characters. | 51 | |
| Parameter node should be final. | 51 | |
| Expected @param tag for 'node'. | 51 | |
| Parameter name should be final. | 51 | |
| Expected @param tag for 'name'. | 51 | |
| Parameter value should be final. | 51 | |
| Expected @param tag for 'value'. | 51 | |
| Missing a Javadoc comment. | 56 | |
| Parameter node should be final. | 56 | |
| '{' should be on the previous line. | 57 | |
| Missing a Javadoc comment. | 61 | |
| Parameter node should be final. | 61 | |
| '{' should be on the previous line. | 62 | |
| Line is longer than 80 characters. | 63 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Utility classes should not have a public or default constructor. | 14 | |
| '{' should be on the previous line. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 18 | |
| Parameter str should be final. | 18 | |
| '{' should be on the previous line. | 19 | |
| '{' should be on the previous line. | 21 | |
| '{' should be on the previous line. | 23 | |
| Missing a Javadoc comment. | 31 | |
| Parameter message should be final. | 31 | |
| Parameter contents should be final. | 31 | |
| '{' should be on the previous line. | 32 | |
| Line is longer than 80 characters. | 33 | |
| '+' should be on a new line. | 33 | |
| Comment matches to-do format 'TODO:'. | 37 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Parameter context should be final. | 38 | |
| Parameter message should be final. | 38 | |
| Parameter wysiwygContents should be final. | 38 | |
| Parameter suppressMessageOnWysiwyg should be final. | 38 | |
| '{' should be on the previous line. | 42 | |
| Line is longer than 80 characters. | 43 | |
| '{' should be on the previous line. | 45 | |
| Line is longer than 80 characters. | 49 | |
| Missing a Javadoc comment. | 52 | |
| Parameter message should be final. | 52 | |
| '{' should be on the previous line. | 53 | |
| Line is longer than 80 characters. | 54 | |
| Missing a Javadoc comment. | 57 | |
| Parameter buf should be final. | 57 | |
| Parameter depth should be final. | 57 | |
| '{' should be on the previous line. | 58 | |
| '{' should be on the previous line. | 60 | |
| Line is longer than 80 characters. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Parameter parameters should be final. | 65 | |
| Parameter key should be final. | 65 | |
| Parameter alternateIndex should be final. | 65 | |
| '{' should be on the previous line. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Parameter s should be final. | 84 | |
| '{' should be on the previous line. | 85 | |
| 'if' construct must use '{}'s. | 86 | |
| Expected an @return tag. | 95 | |
| Parameter s should be final. | 95 | |
| Expected @param tag for 's'. | 95 | |
| '{' should be on the previous line. | 96 | |
| Line is longer than 80 characters. | 97 | |
| Line is longer than 80 characters. | 98 | |
| Line is longer than 80 characters. | 99 | |
| Missing a Javadoc comment. | 103 | |
| Parameter s should be final. | 103 | |
| '{' should be on the previous line. | 104 | |
| '{' should be on the previous line. | 106 | |
| '{' should be on the previous line. | 110 | |
| '{' should be on the previous line. | 114 | |
| '3' is a magic number. | 115 | |
| '{' should be on the previous line. | 118 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 8 | |
| '{' should be on the previous line. | 12 | |
| Line is longer than 80 characters. | 14 | |
| Line is longer than 80 characters. | 15 | |
| Line is longer than 80 characters. | 17 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 12 | |
| '{' should be on the previous line. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| '<' is not preceded with whitespace. | 18 | |
| '<' is not followed by whitespace. | 18 | |
| '>' is not preceded with whitespace. | 18 | |
| Missing a Javadoc comment. | 19 | |
| '<' is not preceded with whitespace. | 19 | |
| '<' is not followed by whitespace. | 19 | |
| '>' is not preceded with whitespace. | 19 | |
| Missing a Javadoc comment. | 21 | |
| '{' should be on the previous line. | 22 | |
| '<' is not preceded with whitespace. | 23 | |
| '<' is not followed by whitespace. | 23 | |
| '>' is not preceded with whitespace. | 23 | |
| '<' is not preceded with whitespace. | 23 | |
| '<' is not followed by whitespace. | 23 | |
| '>' is not preceded with whitespace. | 23 | |
| '>' is not followed by whitespace. | 23 | |
| Line is longer than 80 characters. | 24 | |
| '20' is a magic number. | 24 | |
| '20' is a magic number. | 24 | |
| Line is longer than 80 characters. | 25 | |
| '20' is a magic number. | 25 | |
| '20' is a magic number. | 25 | |
| Line is longer than 80 characters. | 26 | |
| '20' is a magic number. | 26 | |
| '20' is a magic number. | 26 | |
| Line is longer than 80 characters. | 27 | |
| '20' is a magic number. | 27 | |
| '20' is a magic number. | 27 | |
| Line is longer than 80 characters. | 28 | |
| '20' is a magic number. | 28 | |
| '20' is a magic number. | 28 | |
| Line is longer than 80 characters. | 29 | |
| '20' is a magic number. | 29 | |
| '20' is a magic number. | 29 | |
| Line is longer than 80 characters. | 30 | |
| '20' is a magic number. | 30 | |
| '20' is a magic number. | 30 | |
| Line is longer than 80 characters. | 31 | |
| '20' is a magic number. | 31 | |
| '20' is a magic number. | 31 | |
| Line is longer than 80 characters. | 32 | |
| '20' is a magic number. | 32 | |
| '20' is a magic number. | 32 | |
| Line is longer than 80 characters. | 33 | |
| '19' is a magic number. | 33 | |
| '19' is a magic number. | 33 | |
| Line is longer than 80 characters. | 34 | |
| '19' is a magic number. | 34 | |
| '19' is a magic number. | 34 | |
| Line is longer than 80 characters. | 35 | |
| '16' is a magic number. | 35 | |
| '16' is a magic number. | 35 | |
| Line is longer than 80 characters. | 36 | |
| '16' is a magic number. | 36 | |
| '16' is a magic number. | 36 | |
| Line is longer than 80 characters. | 37 | |
| '16' is a magic number. | 37 | |
| '16' is a magic number. | 37 | |
| Line is longer than 80 characters. | 38 | |
| '16' is a magic number. | 38 | |
| '16' is a magic number. | 38 | |
| Line is longer than 80 characters. | 39 | |
| '16' is a magic number. | 39 | |
| '16' is a magic number. | 39 | |
| Line is longer than 80 characters. | 40 | |
| '16' is a magic number. | 40 | |
| '16' is a magic number. | 40 | |
| Line is longer than 80 characters. | 41 | |
| '16' is a magic number. | 41 | |
| '16' is a magic number. | 41 | |
| Line is longer than 80 characters. | 42 | |
| '16' is a magic number. | 42 | |
| '16' is a magic number. | 42 | |
| Line is longer than 80 characters. | 43 | |
| '16' is a magic number. | 43 | |
| '16' is a magic number. | 43 | |
| Line is longer than 80 characters. | 44 | |
| '16' is a magic number. | 44 | |
| '16' is a magic number. | 44 | |
| Line is longer than 80 characters. | 45 | |
| '16' is a magic number. | 45 | |
| '16' is a magic number. | 45 | |
| Line is longer than 80 characters. | 46 | |
| '16' is a magic number. | 46 | |
| '16' is a magic number. | 46 | |
| Line is longer than 80 characters. | 47 | |
| '16' is a magic number. | 47 | |
| '16' is a magic number. | 47 | |
| Line is longer than 80 characters. | 48 | |
| '16' is a magic number. | 48 | |
| '16' is a magic number. | 48 | |
| Line has trailing spaces. | 50 | |
| '<' is not preceded with whitespace. | 51 | |
| '<' is not followed by whitespace. | 51 | |
| '>' is not preceded with whitespace. | 51 | |
| '<' is not preceded with whitespace. | 51 | |
| '<' is not followed by whitespace. | 51 | |
| '>' is not preceded with whitespace. | 51 | |
| '>' is not followed by whitespace. | 51 | |
| Line is longer than 80 characters. | 52 | |
| '12' is a magic number. | 52 | |
| '13' is a magic number. | 52 | |
| Line is longer than 80 characters. | 53 | |
| '7' is a magic number. | 53 | |
| '7' is a magic number. | 53 | |
| Line has trailing spaces. | 55 | |
| Line is longer than 80 characters. | 58 | |
| Line is longer than 80 characters. | 66 | |
| Line is longer than 80 characters. | 70 | |
| Method 'getLinkDecoration' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Parameter iconName should be final. | 72 | |
| '{' should be on the previous line. | 73 | |
| 'if' construct must use '{}'s. | 74 | |
| Line is longer than 80 characters. | 81 | |
| Line is longer than 80 characters. | 85 | |
| Method 'getEmoticon' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Parameter symbol should be final. | 88 | |
| '{' should be on the previous line. | 89 | |
| 'if' construct must use '{}'s. | 90 | |
| First sentence should end with a period. | 96 | |
| Method 'getEmoticonSymbols' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| '{' should be on the previous line. | 102 | |
| Method 'getIconsMap' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Missing a Javadoc comment. | 106 | |
| '<' is not preceded with whitespace. | 106 | |
| '<' is not followed by whitespace. | 106 | |
| '>' is not preceded with whitespace. | 106 | |
| '{' should be on the previous line. | 107 | |
| Method 'getEmoticonsMap' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Missing a Javadoc comment. | 111 | |
| '<' is not preceded with whitespace. | 111 | |
| '<' is not followed by whitespace. | 111 | |
| '>' is not preceded with whitespace. | 111 | |
| '{' should be on the previous line. | 112 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 5 | |
| '{' should be on the previous line. | 8 | |
| Line is longer than 80 characters. | 10 | |
| Line is longer than 80 characters. | 11 | |
| Line is longer than 80 characters. | 21 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Parameter type should be final. | 20 | |
| Parameter current should be final. | 20 | |
| '{' should be on the previous line. | 21 | |
| Missing a Javadoc comment. | 25 | |
| '{' should be on the previous line. | 26 | |
| Missing a Javadoc comment. | 29 | |
| Parameter type should be final. | 29 | |
| Method 'getStack' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| '{' should be on the previous line. | 34 | |
| Method 'decorateText' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Parameter s should be final. | 38 | |
| '{' should be on the previous line. | 39 | |
| Method 'isInList' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| '{' should be on the previous line. | 44 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 11 | |
| '{' should be on the previous line. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Method 'isInline' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| '{' should be on the previous line. | 49 | |
| Method 'hasBody' 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 'getBodyRenderMode' 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 | |
| Line is longer than 80 characters. | 63 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Parameter parameters should be final. | 63 | |
| Parameter body should be final. | 63 | |
| Parameter renderContext should be final. | 63 | |
| 'if' construct must use '{}'s. | 66 | |
| 'if' construct must use '{}'s. | 71 | |
| '3' is a magic number. | 72 | |
| 'if' construct must use '{}'s. | 73 | |
| '30' is a magic number. | 73 | |
| '30' is a magic number. | 74 | |
| 'for' construct must use '{}'s. | 78 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 9 | |
| Line is longer than 80 characters. | 12 | |
| Line is longer than 80 characters. | 15 | |
| Line is longer than 80 characters. | 16 | |
| Line is longer than 80 characters. | 19 | |
| '{' should be on the previous line. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| '{' should be on the previous line. | 52 | |
| Line is longer than 80 characters. | 57 | |
| Parameter store should be final. | 60 | |
| 'store' hides a field. | 60 | |
| Expected @param tag for 'store'. | 60 | |
| '{' should be on the previous line. | 61 | |
| Line has trailing spaces. | 63 | |
| Avoid inline conditionals. | 63 | |
| Line is longer than 80 characters. | 67 | |
| Method 'getRenderMode' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| '{' should be on the previous line. | 73 | |
| '{' should be on the previous line. | 75 | |
| Line is longer than 80 characters. | 83 | |
| Line is longer than 80 characters. | 84 | |
| Line is longer than 80 characters. | 85 | |
| Method 'pushRenderMode' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Parameter renderMode should be final. | 89 | |
| '{' should be on the previous line. | 90 | |
| First sentence should end with a period. | 94 | |
| Line is longer than 80 characters. | 95 | |
| Method 'popRenderMode' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| '{' should be on the previous line. | 100 | |
| '{' should be on the previous line. | 102 | |
| Line is longer than 80 characters. | 103 | |
| First sentence should end with a period. | 110 | |
| Method 'getRenderedContentStore' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| '{' should be on the previous line. | 116 | |
| First sentence should end with a period. | 120 | |
| Line is longer than 80 characters. | 121 | |
| Method 'addRenderedContent' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Parameter content should be final. | 126 | |
| '{' should be on the previous line. | 127 | |
| Line is longer than 80 characters. | 132 | |
| Line is longer than 80 characters. | 133 | |
| Line is longer than 80 characters. | 136 | |
| Method 'getImagePath' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| '{' should be on the previous line. | 139 | |
| Line is longer than 80 characters. | 144 | |
| Line is longer than 80 characters. | 145 | |
| Line is longer than 80 characters. | 148 | |
| Method 'setImagePath' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Parameter imagePath should be final. | 150 | |
| 'imagePath' hides a field. | 150 | |
| '{' should be on the previous line. | 151 | |
| Line is longer than 80 characters. | 158 | |
| Method 'setSiteRoot' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| Parameter siteRoot should be final. | 160 | |
| 'siteRoot' hides a field. | 160 | |
| '{' should be on the previous line. | 161 | |
| First sentence should end with a period. | 165 | |
| Line is longer than 80 characters. | 168 | |
| Method 'getSiteRoot' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| '{' should be on the previous line. | 171 | |
| First sentence should end with a period. | 175 | |
| Line is longer than 80 characters. | 176 | |
| Method 'setLinkRenderer' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| Parameter linkRenderer should be final. | 181 | |
| 'linkRenderer' hides a field. | 181 | |
| '{' should be on the previous line. | 182 | |
| First sentence should end with a period. | 186 | |
| Method 'getLinkRenderer' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| '{' should be on the previous line. | 192 | |
| Line has trailing spaces. | 198 | |
| Method 'setEmbeddedResourceRenderer' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| Parameter renderer should be final. | 201 | |
| Expected @param tag for 'renderer'. | 201 | |
| '{' should be on the previous line. | 202 | |
| Expected an @return tag. | 211 | |
| Method 'getEmbeddedResourceRenderer' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| '{' should be on the previous line. | 212 | |
| Method 'getAttachmentsPath' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| Missing a Javadoc comment. | 216 | |
| '{' should be on the previous line. | 217 | |
| Method 'setAttachmentsPath' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| Missing a Javadoc comment. | 221 | |
| Parameter attachmentsPath should be final. | 221 | |
| 'attachmentsPath' hides a field. | 221 | |
| '{' should be on the previous line. | 222 | |
| Expected an @return tag. | 229 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| Parameter o should be final. | 229 | |
| Expected @param tag for 'o'. | 229 | |
| '{' should be on the previous line. | 230 | |
| '{' should be on the previous line. | 232 | |
| '{' should be on the previous line. | 236 | |
| Line is longer than 80 characters. | 242 | |
| Avoid inline conditionals. | 242 | |
| Line is longer than 80 characters. | 246 | |
| Avoid inline conditionals. | 246 | |
| Line is longer than 80 characters. | 250 | |
| Avoid inline conditionals. | 250 | |
| Expected an @return tag. | 261 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| '{' should be on the previous line. | 262 | |
| Avoid inline conditionals. | 264 | |
| '29' is a magic number. | 265 | |
| Avoid inline conditionals. | 265 | |
| '29' is a magic number. | 266 | |
| Avoid inline conditionals. | 266 | |
| Method 'setBaseUrl' is not designed for extension - needs to be abstract, final or empty. | 270 | |
| Missing a Javadoc comment. | 270 | |
| Parameter baseUrl should be final. | 270 | |
| 'baseUrl' hides a field. | 270 | |
| '{' should be on the previous line. | 271 | |
| Line is longer than 80 characters. | 276 | |
| Expected an @return tag. | 279 | |
| Method 'getBaseUrl' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| '{' should be on the previous line. | 280 | |
| Method 'isRenderingForWysiwyg' is not designed for extension - needs to be abstract, final or empty. | 284 | |
| Missing a Javadoc comment. | 284 | |
| '{' should be on the previous line. | 285 | |
| Method 'setRenderingForWysiwyg' is not designed for extension - needs to be abstract, final or empty. | 289 | |
| Missing a Javadoc comment. | 289 | |
| Parameter renderingForWysiwyg should be final. | 289 | |
| 'renderingForWysiwyg' hides a field. | 289 | |
| '{' should be on the previous line. | 290 | |
| Method 'addExternalReference' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| Missing a Javadoc comment. | 294 | |
| Parameter link should be final. | 294 | |
| '{' should be on the previous line. | 295 | |
| '{' should be on the previous line. | 297 | |
| Method 'getExternalReferences' is not designed for extension - needs to be abstract, final or empty. | 302 | |
| Missing a Javadoc comment. | 302 | |
| '{' should be on the previous line. | 303 | |
| Method 'getCharacterEncoding' is not designed for extension - needs to be abstract, final or empty. | 307 | |
| Missing a Javadoc comment. | 307 | |
| '{' should be on the previous line. | 308 | |
| Method 'setCharacterEncoding' is not designed for extension - needs to be abstract, final or empty. | 312 | |
| Missing a Javadoc comment. | 312 | |
| Parameter characterEncoding should be final. | 312 | |
| 'characterEncoding' hides a field. | 312 | |
| '{' should be on the previous line. | 313 | |
| Line has trailing spaces. | 316 | |
| Method 'getParams' is not designed for extension - needs to be abstract, final or empty. | 317 | |
| Missing a Javadoc comment. | 317 | |
| '{' should be on the previous line. | 318 | |
| Method 'addParam' is not designed for extension - needs to be abstract, final or empty. | 322 | |
| Missing a Javadoc comment. | 322 | |
| Parameter key should be final. | 322 | |
| Parameter value should be final. | 322 | |
| '{' should be on the previous line. | 323 | |
| Method 'getParam' is not designed for extension - needs to be abstract, final or empty. | 327 | |
| Missing a Javadoc comment. | 327 | |
| Parameter key should be final. | 327 | |
| '{' should be on the previous line. | 328 | |
| First sentence should end with a period. | 332 | |
| Method 'getOutputType' is not designed for extension - needs to be abstract, final or empty. | 338 | |
| '{' should be on the previous line. | 339 | |
| 'if' construct must use '{}'s. | 341 | |
| 'else' construct must use '{}'s. | 343 | |
| Method 'setOutputType' is not designed for extension - needs to be abstract, final or empty. | 347 | |
| Missing a Javadoc comment. | 347 | |
| Parameter outputType should be final. | 347 | |
| 'outputType' hides a field. | 347 | |
| '{' should be on the previous line. | 348 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 13 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 19 | |
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Name 'propertiesFileName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 | |
| Line is longer than 80 characters. | 46 | |
| Line is longer than 80 characters. | 49 | |
| '{' should be on the previous line. | 55 | |
| '{' should be on the previous line. | 59 | |
| '{' should be on the previous line. | 63 | |
| '}' should be on the same line. | 65 | |
| '{' should be on the previous line. | 67 | |
| Line is longer than 80 characters. | 68 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 12 | |
| '{' should be on the previous line. | 13 | |
| Line is longer than 80 characters. | 15 | |
| Expected an @return tag. | 17 | |
| Expected @param tag for 'renderMode'. | 17 | |
| Expected an @return tag. | 22 | |
| Expected @param tag for 'wiki'. | 22 | |
| Expected @param tag for 'context'. | 22 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 16 | |
| Missing a Javadoc comment. | 17 | |
| 'public' modifier out of order with the JLS suggestions. | 17 | |
| Name 'DEFAULT_WIDTH' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
| Variable 'DEFAULT_WIDTH' must be private and have accessor methods. | 17 | |
| Missing a Javadoc comment. | 18 | |
| 'public' modifier out of order with the JLS suggestions. | 18 | |
| Name 'DEFAULT_HEIGHT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 | |
| Variable 'DEFAULT_HEIGHT' must be private and have accessor methods. | 18 | |
| Missing a Javadoc comment. | 20 | |
| 'public' modifier out of order with the JLS suggestions. | 20 | |
| Name 'DEFAULT_CONTROLS_HEIGHT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 | |
| Variable 'DEFAULT_CONTROLS_HEIGHT' must be private and have accessor methods. | 20 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Parameter attachmentManager should be final. | 22 | |
| Line is longer than 80 characters. | 27 | |
| Method 'renderResource' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Parameter resource should be final. | 27 | |
| Parameter context should be final. | 27 | |
| 'if' construct must use '{}'s. | 38 | |
| 'if' construct must use '{}'s. | 40 | |
| 'if' construct must use '{}'s. | 48 | |
| 'if' construct must use '{}'s. | 50 | |
| Line is longer than 80 characters. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter videoContent should be final. | 58 | |
| Parameter playerContent should be final. | 58 | |
| Parameter contextMap should be final. | 58 | |
| 'if' is not followed by whitespace. | 62 | |
| '{' should be on the previous line. | 63 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '{' should be on the previous line. | 15 | |
| Expected @param tag for 'link'. | 20 | |
| Expected @param tag for 'context'. | 20 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - com.atlassian.renderer.*. | 3 | |
| Line is longer than 80 characters. | 9 | |
| Line is longer than 80 characters. | 10 | |
| Line is longer than 80 characters. | 13 | |
| '{' should be on the previous line. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 22 | |
| '{' is not followed by whitespace. | 22 | |
| '}' is not preceded with whitespace. | 22 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Parameter rendererConfiguration should be final. | 24 | |
| 'rendererConfiguration' hides a field. | 24 | |
| Parameter defaultLinkRenderer should be final. | 24 | |
| 'defaultLinkRenderer' hides a field. | 24 | |
| Parameter defaultEmbeddedRenderer should be final. | 24 | |
| 'defaultEmbeddedRenderer' hides a field. | 24 | |
| Parameter renderer should be final. | 24 | |
| 'renderer' hides a field. | 24 | |
| Line is longer than 80 characters. | 32 | |
| Method 'setRendererConfiguration' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Parameter rendererConfiguration should be final. | 32 | |
| 'rendererConfiguration' hides a field. | 32 | |
| Method 'setRenderer' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Parameter renderer should be final. | 38 | |
| 'renderer' hides a field. | 38 | |
| '{' should be on the previous line. | 39 | |
| Method 'convertWikiToXHtml' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Parameter context should be final. | 43 | |
| Parameter wiki should be final. | 43 | |
| '{' should be on the previous line. | 44 | |
| '{' should be on the previous line. | 46 | |
| Line is longer than 80 characters. | 50 | |
| Method 'convertWikiToText' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Parameter context should be final. | 60 | |
| Parameter wiki should be final. | 60 | |
| '{' should be on the previous line. | 61 | |
| '{' should be on the previous line. | 63 | |
| '{' should be on the previous line. | 68 | |
| Method 'setDefaultLinkRenderer' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Parameter linkRenderer should be final. | 77 | |
| '{' should be on the previous line. | 78 | |
| Line is longer than 80 characters. | 82 | |
| Method 'setDefaultEmbeddedRenderer' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Parameter embeddedRenderer should be final. | 82 | |
| Missing a Javadoc comment. | 87 | |
| Parameter context should be final. | 87 | |
| '{' should be on the previous line. | 88 | |
| '{' should be on the previous line. | 90 | |
| '{' should be on the previous line. | 95 | |
| '{' should be on the previous line. | 100 | |
| '{' should be on the previous line. | 105 | |
| '{' should be on the previous line. | 110 | |
| Line is longer than 80 characters. | 111 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 9 |
| Violation | Message | Line |
|---|---|---|
| Class FormatConverter should be declared as final. | 10 | |
| Missing a Javadoc comment. | 10 | |
| '{' should be on the previous line. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 12 | |
| Variable 'INSTANCE' must be private and have accessor methods. | 12 | |
| Missing a Javadoc comment. | 13 | |
| '<' is not preceded with whitespace. | 13 | |
| '<' is not followed by whitespace. | 13 | |
| '>' is not preceded with whitespace. | 13 | |
| '<' is not preceded with whitespace. | 16 | |
| '<' is not followed by whitespace. | 16 | |
| '>' is not preceded with whitespace. | 16 | |
| '<' is not preceded with whitespace. | 16 | |
| '<' is not followed by whitespace. | 16 | |
| '>' is not preceded with whitespace. | 16 | |
| '>' is not followed by whitespace. | 16 | |
| Missing a Javadoc comment. | 31 | |
| '{' should be on the previous line. | 32 | |
| Missing a Javadoc comment. | 35 | |
| Parameter nodeContext should be final. | 35 | |
| '{' should be on the previous line. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Parameter nodeContext should be final. | 40 | |
| Parameter wysiwygConverter should be final. | 40 | |
| Line is longer than 80 characters. | 42 | |
| '+' should be on a new line. | 44 | |
| Line is longer than 80 characters. | 45 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| '{' should be on the previous line. | 4 | |
| Missing a Javadoc comment. | 5 | |
| Missing a Javadoc comment. | 7 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Name 'RESOURCE_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 12 | |
| Variable 'RESOURCE_TYPE' must be private and have accessor methods. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Name 'FILE_EXT_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 13 | |
| Variable 'FILE_EXT_1' must be private and have accessor methods. | 13 | |
| Missing a Javadoc comment. | 15 | |
| Parameter string should be final. | 15 | |
| '{' should be on the previous line. | 16 | |
| Missing a Javadoc comment. | 20 | |
| Parameter parser should be final. | 20 | |
| '{' should be on the previous line. | 21 | |
| 'if' construct must use '{}'s. | 25 | |
| Line is longer than 80 characters. | 26 | |
| 'if' construct must use '{}'s. | 27 | |
| Line is longer than 80 characters. | 28 | |
| 'if' construct must use '{}'s. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 32 | |
| 'if' construct must use '{}'s. | 33 | |
| 'if' construct must use '{}'s. | 35 | |
| Missing a Javadoc comment. | 39 | |
| Parameter parser should be final. | 39 | |
| '{' should be on the previous line. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line is longer than 80 characters. | 42 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 17 | |
| '{' should be on the previous line. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Variable 'cells' must be private and have accessor methods. | 19 | |
| Missing a Javadoc comment. | 21 | |
| '{' should be on the previous line. | 22 | |
| Missing a Javadoc comment. | 26 | |
| Parameter s should be final. | 26 | |
| '{' should be on the previous line. | 27 | |
| '{' should be on the previous line. | 35 | |
| '{' should be on the previous line. | 38 | |
| '{' should be on the previous line. | 40 | |
| Must have at least one statement. | 40 | |
| '}' should be on the same line. | 42 | |
| '{' should be on the previous line. | 44 | |
| '}' should be on the same line. | 46 | |
| '{' should be on the previous line. | 48 | |
| '}' should be on the same line. | 50 | |
| '{' should be on the previous line. | 52 | |
| '}' should be on the same line. | 57 | |
| '{' should be on the previous line. | 59 | |
| '{' should be on the previous line. | 67 | |
| Method 'getCells' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| '{' should be on the previous line. | 75 | |
| Method 'addCell' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Parameter tableCell should be final. | 79 | |
| '{' should be on the previous line. | 80 | |
| Line is longer than 80 characters. | 84 | |
| Method 'render' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Parameter subRenderer should be final. | 84 | |
| Parameter context should be final. | 84 | |
| Parameter buff should be final. | 84 | |
| '{' should be on the previous line. | 88 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| '{' should be on the previous line. | 96 | |
| '{' should be on the previous line. | 99 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Missing a Javadoc comment. | 108 | |
| Parameter o should be final. | 108 | |
| '{' should be on the previous line. | 109 | |
| '{' should be on the previous line. | 111 | |
| '{' should be on the previous line. | 115 | |
| Line is longer than 80 characters. | 121 | |
| Avoid inline conditionals. | 121 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Missing a Javadoc comment. | 129 | |
| '{' should be on the previous line. | 130 | |
| Avoid inline conditionals. | 131 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| First sentence should end with a period. | 12 | |
| Line is longer than 80 characters. | 13 | |
| '{' should be on the previous line. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Parameter string should be final. | 17 | |
| '{' should be on the previous line. | 18 | |
| Missing a Javadoc comment. | 22 | |
| Parameter parser should be final. | 22 | |
| '{' should be on the previous line. | 23 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 15 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Parameter attachmentManager should be final. | 19 | |
| '{' should be on the previous line. | 20 | |
| Line is longer than 80 characters. | 24 | |
| Method 'renderResource' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Parameter resource should be final. | 24 | |
| Parameter context should be final. | 24 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 30 | |
| 'if' is not followed by whitespace. | 34 | |
| '{' is not preceded with whitespace. | 34 | |
| Line is longer than 80 characters. | 35 | |
| 'if' is not followed by whitespace. | 37 | |
| '{' should be on the previous line. | 38 | |
| Line is longer than 80 characters. | 39 | |
| 'if' is not followed by whitespace. | 41 | |
| '{' should be on the previous line. | 42 | |
| Line is longer than 80 characters. | 43 | |
| '{' is not preceded with whitespace. | 47 | |
| '}' should be on the same line. | 49 | |
| Line is longer than 80 characters. | 51 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 10 | |
| '{' should be on the previous line. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 17 | |
| Missing a Javadoc comment. | 17 | |
| '{' should be on the previous line. | 18 | |
| Method 'getParamDescription' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Missing a Javadoc comment. | 22 | |
| '{' should be on the previous line. | 23 | |
| Line is longer than 80 characters. | 27 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Parameter writer should be final. | 27 | |
| Parameter macroParameter should be final. | 27 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 27 | |
| Line is longer than 80 characters. | 31 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Name 'RESOURCE_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 12 | |
| Variable 'RESOURCE_TYPE' must be private and have accessor methods. | 12 | |
| Missing a Javadoc comment. | 14 | |
| Name 'FILE_EXT_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 14 | |
| Variable 'FILE_EXT_1' must be private and have accessor methods. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Name 'FILE_EXT_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 15 | |
| Variable 'FILE_EXT_2' must be private and have accessor methods. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Name 'FILE_EXT_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 | |
| Variable 'FILE_EXT_3' must be private and have accessor methods. | 16 | |
| Missing a Javadoc comment. | 18 | |
| Parameter string should be final. | 18 | |
| '{' should be on the previous line. | 19 | |
| Missing a Javadoc comment. | 23 | |
| Parameter parser should be final. | 23 | |
| '{' should be on the previous line. | 24 | |
| 'if' construct must use '{}'s. | 28 | |
| Line is longer than 80 characters. | 29 | |
| 'if' construct must use '{}'s. | 30 | |
| Line is longer than 80 characters. | 31 | |
| 'if' construct must use '{}'s. | 32 | |
| Line is longer than 80 characters. | 33 | |
| 'if' construct must use '{}'s. | 34 | |
| 'if' construct must use '{}'s. | 36 | |
| Missing a Javadoc comment. | 40 | |
| Parameter parser should be final. | 40 | |
| '{' should be on the previous line. | 41 | |
| Line is longer than 80 characters. | 42 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 7 | |
| '{' should be on the previous line. | 11 | |
| Missing a Javadoc comment. | 12 | |
| '{' should be on the previous line. | 13 | |
| Line is longer than 80 characters. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Parameter buffer should be final. | 17 | |
| Parameter depth should be final. | 17 | |
| Parameter subRenderer should be final. | 17 | |
| Parameter context should be final. | 17 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Parameter subRenderer should be final. | 22 | |
| Parameter context should be final. | 22 | |
| Parameter buffer should be final. | 22 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Class BreakConverter should be declared as final. | 5 | |
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 7 | |
| Variable 'INSTANCE' must be private and have accessor methods. | 7 | |
| Missing a Javadoc comment. | 9 | |
| '{' should be on the previous line. | 10 | |
| Missing a Javadoc comment. | 13 | |
| Parameter nodeContext should be final. | 13 | |
| '{' should be on the previous line. | 14 | |
| Line is longer than 80 characters. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Parameter nodeContext should be final. | 18 | |
| Parameter wysiwygConverter should be final. | 18 | |
| '{' should be on the previous line. | 21 | |
| Line is longer than 80 characters. | 22 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 10 | |
| Line is longer than 80 characters. | 13 | |
| Line is longer than 80 characters. | 14 | |
| Class RenderMode should be declared as final. | 17 | |
| '{' should be on the previous line. | 18 | |
| First sentence should end with a period. | 20 | |
| First sentence should end with a period. | 22 | |
| First sentence should end with a period. | 25 | |
| First sentence should end with a period. | 27 | |
| First sentence should end with a period. | 29 | |
| First sentence should end with a period. | 31 | |
| Line is longer than 80 characters. | 33 | |
| First sentence should end with a period. | 35 | |
| First sentence should end with a period. | 37 | |
| First sentence should end with a period. | 39 | |
| Line is longer than 80 characters. | 43 | |
| Line is longer than 80 characters. | 46 | |
| Line is longer than 80 characters. | 47 | |
| First sentence should end with a period. | 51 | |
| First sentence should end with a period. | 53 | |
| First sentence should end with a period. | 55 | |
| Line is longer than 80 characters. | 55 | |
| First sentence should end with a period. | 57 | |
| First sentence should end with a period. | 59 | |
| First sentence should end with a period. | 61 | |
| First sentence should end with a period. | 66 | |
| First sentence should end with a period. | 68 | |
| Line is longer than 80 characters. | 69 | |
| First sentence should end with a period. | 70 | |
| Line is longer than 80 characters. | 71 | |
| First sentence should end with a period. | 72 | |
| Line is longer than 80 characters. | 73 | |
| '|' is not followed by whitespace. | 73 | |
| First sentence should end with a period. | 74 | |
| Line is longer than 80 characters. | 75 | |
| '|' is not preceded with whitespace. | 75 | |
| First sentence should end with a period. | 76 | |
| Line is longer than 80 characters. | 77 | |
| '|' is not preceded with whitespace. | 77 | |
| First sentence should end with a period. | 78 | |
| Line is longer than 80 characters. | 79 | |
| '|' is not preceded with whitespace. | 79 | |
| First sentence should end with a period. | 80 | |
| Line is longer than 80 characters. | 81 | |
| First sentence should end with a period. | 82 | |
| Line is longer than 80 characters. | 82 | |
| Line is longer than 80 characters. | 83 | |
| First sentence should end with a period. | 84 | |
| Line is longer than 80 characters. | 85 | |
| First sentence should end with a period. | 86 | |
| First sentence should end with a period. | 89 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 93 | |
| Line is longer than 80 characters. | 96 | |
| Line is longer than 80 characters. | 97 | |
| Line is longer than 80 characters. | 98 | |
| Parameter flags should be final. | 105 | |
| '{' should be on the previous line. | 106 | |
| Line is longer than 80 characters. | 112 | |
| Line is longer than 80 characters. | 113 | |
| Parameter flags should be final. | 121 | |
| '{' should be on the previous line. | 122 | |
| Line is longer than 80 characters. | 127 | |
| Expected an @return tag. | 131 | |
| Parameter otherMode should be final. | 131 | |
| Expected @param tag for 'otherMode'. | 131 | |
| '{' should be on the previous line. | 132 | |
| Line is longer than 80 characters. | 137 | |
| Line is longer than 80 characters. | 138 | |
| Expected an @return tag. | 141 | |
| Parameter otherMode should be final. | 141 | |
| Expected @param tag for 'otherMode'. | 141 | |
| '{' should be on the previous line. | 142 | |
| Line is longer than 80 characters. | 148 | |
| Parameter flags should be final. | 154 | |
| 'flags' hides a field. | 154 | |
| '{' should be on the previous line. | 155 | |
| Missing a Javadoc comment. | 159 | |
| '{' should be on the previous line. | 160 | |
| Missing a Javadoc comment. | 164 | |
| '{' should be on the previous line. | 165 | |
| Missing a Javadoc comment. | 169 | |
| '{' should be on the previous line. | 170 | |
| Missing a Javadoc comment. | 174 | |
| '{' should be on the previous line. | 175 | |
| Missing a Javadoc comment. | 179 | |
| '{' should be on the previous line. | 180 | |
| Missing a Javadoc comment. | 184 | |
| '{' should be on the previous line. | 185 | |
| Missing a Javadoc comment. | 189 | |
| '{' should be on the previous line. | 190 | |
| Missing a Javadoc comment. | 194 | |
| '{' should be on the previous line. | 195 | |
| Missing a Javadoc comment. | 199 | |
| '{' should be on the previous line. | 200 | |
| Missing a Javadoc comment. | 204 | |
| '{' should be on the previous line. | 205 | |
| Missing a Javadoc comment. | 209 | |
| '{' should be on the previous line. | 210 | |
| Missing a Javadoc comment. | 214 | |
| '{' should be on the previous line. | 215 | |
| Missing a Javadoc comment. | 219 | |
| '{' should be on the previous line. | 220 | |
| Missing a Javadoc comment. | 224 | |
| '{' should be on the previous line. | 225 | |
| Missing a Javadoc comment. | 229 | |
| '{' should be on the previous line. | 230 | |
| Missing a Javadoc comment. | 234 | |
| '{' should be on the previous line. | 235 | |
| Line is longer than 80 characters. | 239 | |
| Expected an @return tag. | 241 | |
| '{' should be on the previous line. | 242 | |
| Missing a Javadoc comment. | 246 | |
| Parameter o should be final. | 246 | |
| '{' should be on the previous line. | 247 | |
| 'if' construct must use '{}'s. | 248 | |
| 'if' construct must use '{}'s. | 249 | |
| Missing a Javadoc comment. | 255 | |
| '{' should be on the previous line. | 256 | |
| 'cast' is not followed by whitespace. | 257 | |
| '32' is a magic number. | 257 | |
| Missing a Javadoc comment. | 260 | |
| Parameter flag should be final. | 260 | |
| '{' should be on the previous line. | 261 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Class TextConverter should be declared as final. | 7 | |
| Missing a Javadoc comment. | 7 | |
| '{' should be on the previous line. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 9 | |
| Variable 'INSTANCE' must be private and have accessor methods. | 9 | |
| Missing a Javadoc comment. | 11 | |
| '{' should be on the previous line. | 12 | |
| Missing a Javadoc comment. | 15 | |
| Parameter nodeContext should be final. | 15 | |
| '{' should be on the previous line. | 16 | |
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Parameter nodeContext should be final. | 20 | |
| Parameter wysiwygConverter should be final. | 20 | |
| 'if' construct must use '{}'s. | 22 | |
| '{' should be on the previous line. | 28 | |
| '{' should be on the previous line. | 41 | |
| Line is longer than 80 characters. | 48 | |
| '{' should be on the previous line. | 50 | |
| Line is longer than 80 characters. | 55 | |
| '{' should be on the previous line. | 57 | |
| Line is longer than 80 characters. | 61 | |
| '{' should be on the previous line. | 68 | |
| Line is longer than 80 characters. | 71 | |
| Expected an @return tag. | 79 | |
| Parameter string should be final. | 79 | |
| Expected @param tag for 'string'. | 79 | |
| '{' should be on the previous line. | 80 | |
| Missing a Javadoc comment. | 84 | |
| Parameter s should be final. | 84 | |
| '{' should be on the previous line. | 85 | |
| Line is longer than 80 characters. | 86 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 6 | |
| '{' should be on the previous line. | 7 | |
| Line is longer than 80 characters. | 9 | |
| Line is longer than 80 characters. | 11 | |
| '<' is not preceded with whitespace. | 11 | |
| '<' is not followed by whitespace. | 11 | |
| '>' is not preceded with whitespace. | 11 | |
| Name 'map' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 11 | |
| '<' is not preceded with whitespace. | 11 | |
| '<' is not followed by whitespace. | 11 | |
| '>' is not preceded with whitespace. | 11 | |
| '>' is not followed by whitespace. | 11 | |
| Line is longer than 80 characters. | 16 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 40 | |
| Line is longer than 80 characters. | 80 | |
| '{' should be on the previous line. | 107 | |
| Line is longer than 80 characters. | 114 | |
| Parameter previous should be final. | 117 | |
| Expected @param tag for 'previous'. | 117 | |
| Parameter current should be final. | 117 | |
| Expected @param tag for 'current'. | 117 | |
| '{' should be on the previous line. | 118 | |
| Avoid inline conditionals. | 120 | |
| Missing a Javadoc comment. | 123 | |
| Missing a Javadoc comment. | 124 | |
| Missing a Javadoc comment. | 125 | |
| Missing a Javadoc comment. | 126 | |
| Line is longer than 80 characters. | 129 | |
| Line is longer than 80 characters. | 133 | |
| Line is longer than 80 characters. | 134 | |
| Line is longer than 80 characters. | 135 | |
| Line is longer than 80 characters. | 137 | |
| Parameter previous should be final. | 137 | |
| Parameter current should be final. | 137 | |
| Parameter separator should be final. | 137 | |
| 'separator' hides a field. | 137 | |
| Parameter tableSeparator should be final. | 137 | |
| 'tableSeparator' hides a field. | 137 | |
| Parameter listSeparator should be final. | 137 | |
| 'listSeparator' hides a field. | 137 | |
| Line is longer than 80 characters. | 146 | |
| Line is longer than 80 characters. | 150 | |
| Line is longer than 80 characters. | 151 | |
| Line is longer than 80 characters. | 153 | |
| Parameter previous should be final. | 153 | |
| Parameter current should be final. | 153 | |
| Parameter separator should be final. | 153 | |
| 'separator' hides a field. | 153 | |
| Parameter tableSeparator should be final. | 153 | |
| 'tableSeparator' hides a field. | 153 | |
| Missing a Javadoc comment. | 161 | |
| '{' should be on the previous line. | 162 | |
| Missing a Javadoc comment. | 166 | |
| '{' should be on the previous line. | 167 | |
| Missing a Javadoc comment. | 171 | |
| '{' should be on the previous line. | 172 | |
| Missing a Javadoc comment. | 176 | |
| '{' should be on the previous line. | 177 | |
| Missing a Javadoc comment. | 181 | |
| '{' should be on the previous line. | 182 | |
| Missing a Javadoc comment. | 183 | |
| Missing a Javadoc comment. | 184 | |
| Missing a Javadoc comment. | 186 | |
| Parameter previous should be final. | 186 | |
| 'previous' hides a field. | 186 | |
| Parameter current should be final. | 186 | |
| 'current' hides a field. | 186 | |
| '{' should be on the previous line. | 187 | |
| Missing a Javadoc comment. | 192 | |
| '{' should be on the previous line. | 193 | |
| Missing a Javadoc comment. | 197 | |
| '{' should be on the previous line. | 198 | |
| Missing a Javadoc comment. | 202 | |
| Parameter obj should be final. | 202 | |
| '{' should be on the previous line. | 203 | |
| '{' should be on the previous line. | 205 | |
| Line is longer than 80 characters. | 207 | |
| Missing a Javadoc comment. | 212 | |
| '{' should be on the previous line. | 213 | |
| Line is longer than 80 characters. | 214 | |
| '43' is a magic number. | 214 | |
| Avoid inline conditionals. | 214 | |
| Avoid inline conditionals. | 214 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| '{' should be on the previous line. | 4 | |
| Method 'suppressSurroundingTagDuringWysiwygRendering' is not designed for extension - needs to be abstract, final or empty. | 5 | |
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Method 'suppressMacroRenderingDuringWysiwyg' 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 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 3 | |
| Missing a Javadoc comment. | 4 | |
| Utility classes should not have a public or default constructor. | 4 | |
| '{' should be on the previous line. | 5 | |
| First sentence should end with a period. | 6 | |
| Line is longer than 80 characters. | 12 | |
| Line is longer than 80 characters. | 13 | |
| Line is longer than 80 characters. | 15 | |
| Line is longer than 80 characters. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Line is longer than 80 characters. | 27 | |
| Missing a Javadoc comment. | 31 | |
| Parameter s should be final. | 31 | |
| '{' should be on the previous line. | 32 | |
| '{' should be on the previous line. | 34 | |
| Line is longer than 80 characters. | 35 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.atlassian.renderer.v2.macro.basic.*. | 3 | |
| Using the '.*' form of import should be avoided - com.atlassian.renderer.v2.macro.code.*. | 4 | |
| Using the '.*' form of import should be avoided - com.atlassian.renderer.v2.macro.code.formatter.*. | 5 | |
| Line is longer than 80 characters. | 13 | |
| '{' should be on the previous line. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Parameter subRenderer should be final. | 20 | |
| '{' should be on the previous line. | 21 | |
| Method 'registerMacro' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Parameter name should be final. | 33 | |
| Parameter macro should be final. | 33 | |
| '{' should be on the previous line. | 34 | |
| Missing a Javadoc comment. | 38 | |
| '{' should be on the previous line. | 39 | |
| Method 'getEnabledMacro' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Parameter name should be final. | 50 | |
| '{' should be on the previous line. | 51 | |
| 'cast' is not followed by whitespace. | 52 | |
| Method 'unregisterMacro' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Parameter name should be final. | 55 | |
| '{' should be on the previous line. | 56 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 10 | |
| '{' should be on the previous line. | 11 | |
| Line is longer than 80 characters. | 12 | |
| Missing a Javadoc comment. | 12 | |
| Method 'getParamDescription' 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 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 23 | |
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Parameter macroParameter should be final. | 31 | |
| '{' should be on the previous line. | 32 | |
| Method 'getBodyContent' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Parameter macroParameter should be final. | 42 | |
| '{' should be on the previous line. | 43 | |
| Line is longer than 80 characters. | 47 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Parameter writer should be final. | 47 | |
| Parameter macroParameter should be final. | 47 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 47 | |
| '{' should be on the previous line. | 58 | |
| 'if' construct must use '{}'s. | 60 | |
| 'if' construct must use '{}'s. | 68 | |
| Line is longer than 80 characters. | 68 | |
| '{' should be on the previous line. | 73 | |
| 'if' construct must use '{}'s. | 75 | |
| 'if' construct must use '{}'s. | 77 | |
| 'if' construct must use '{}'s. | 82 | |
| Line is longer than 80 characters. | 83 | |
| 'if' construct must use '{}'s. | 84 | |
| ')' is preceded with whitespace. | 85 | |
| Line is longer than 80 characters. | 89 | |
| Method 'writeHeader' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Parameter writer should be final. | 89 | |
| Parameter title should be final. | 89 | |
| Parameter borderStyle should be final. | 89 | |
| Parameter borderColor should be final. | 89 | |
| Parameter borderWidth should be final. | 89 | |
| Parameter titleBackgroundColor should be final. | 89 | |
| Line is longer than 80 characters. | 93 | |
| '{' should be on the previous line. | 97 | |
| 'if' construct must use '{}'s. | 99 | |
| 'if' construct must use '{}'s. | 101 | |
| 'if' construct must use '{}'s. | 104 | |
| Line is longer than 80 characters. | 105 | |
| Line is longer than 80 characters. | 113 | |
| Method 'writeContent' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Missing a Javadoc comment. | 113 | |
| Parameter writer should be final. | 113 | |
| Parameter macroParameter should be final. | 113 | |
| Parameter content should be final. | 113 | |
| Parameter backgroundColor should be final. | 113 | |
| 'if' construct must use '{}'s. | 116 | |
| Line is longer than 80 characters. | 117 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 5 | |
| Line is longer than 80 characters. | 7 | |
| Missing a Javadoc comment. | 7 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 11 | |
| Parameter pluginManager should be final. | 11 | |
| 'pluginManager' hides a field. | 11 | |
| '{' should be on the previous line. | 12 | |
| Method 'getSourceCodeFormatter' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Parameter language should be final. | 16 | |
| '{' should be on the previous line. | 17 | |
| Line is longer than 80 characters. | 18 | |
| '{' should be on the previous line. | 20 | |
| Line is longer than 80 characters. | 21 | |
| 'if' construct must use '{}'s. | 23 | |
| Method 'getAvailableLanguages' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| '{' should be on the previous line. | 31 | |
| Line is longer than 80 characters. | 34 | |
| '{' should be on the previous line. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 39 | |
| Line is longer than 80 characters. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Parameter formatter should be final. | 45 | |
| Parameter language should be final. | 45 | |
| 'if' construct must use '{}'s. | 47 | |
| '{' should be on the previous line. | 51 | |
| 'if' construct must use '{}'s. | 53 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Parameter iconManager should be final. | 19 | |
| 'iconManager' hides a field. | 19 | |
| '{' should be on the previous line. | 20 | |
| Method 'shouldRender' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Parameter renderMode should be final. | 24 | |
| '{' should be on the previous line. | 25 | |
| Method 'render' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter wiki should be final. | 29 | |
| Parameter context should be final. | 29 | |
| '{' should be on the previous line. | 30 | |
| '{' should be on the previous line. | 33 | |
| '{' should be on the previous line. | 35 | |
| Method 'convertToWikiMarkup' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Parameter text should be final. | 44 | |
| '{' should be on the previous line. | 45 | |
| '{' should be on the previous line. | 48 | |
| 'if' construct must use '{}'s. | 49 | |
| Missing a Javadoc comment. | 58 | |
| '{' should be on the previous line. | 59 | |
| '{' should be on the previous line. | 61 | |
| '{' should be on the previous line. | 67 | |
| Line is longer than 80 characters. | 70 | |
| Line is longer than 80 characters. | 80 | |
| Method 'appendSubstitution' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter buffer should be final. | 80 | |
| Parameter context should be final. | 80 | |
| Parameter matcher should be final. | 80 | |
| '{' should be on the previous line. | 85 | |
| '}' should be on the same line. | 87 | |
| '{' should be on the previous line. | 89 | |
| Line is longer than 80 characters. | 90 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 7 | |
| '{' should be on the previous line. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Parameter linkText should be final. | 21 | |
| '{' should be on the previous line. | 22 | |
| Line is longer than 80 characters. | 24 | |
| '{' should be on the previous line. | 26 | |
| Method 'parseAsContentLink' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| '{' should be on the previous line. | 36 | |
| '{' should be on the previous line. | 39 | |
| 'if' construct must use '{}'s. | 42 | |
| '{' should be on the previous line. | 49 | |
| '{' should be on the previous line. | 53 | |
| 'if' construct must use '{}'s. | 56 | |
| 'if' construct must use '{}'s. | 64 | |
| Missing a Javadoc comment. | 68 | |
| Parameter buf should be final. | 68 | |
| '{' should be on the previous line. | 69 | |
| '10' is a magic number. | 70 | |
| '{' should be on the previous line. | 73 | |
| 'if' construct must use '{}'s. | 77 | |
| '{' should be on the previous line. | 81 | |
| '}' should be on the same line. | 83 | |
| '{' should be on the previous line. | 85 | |
| Missing a Javadoc comment. | 90 | |
| Parameter s should be final. | 90 | |
| '{' should be on the previous line. | 91 | |
| 'if' construct must use '{}'s. | 92 | |
| Method 'getOriginalLinkText' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Missing a Javadoc comment. | 98 | |
| '{' should be on the previous line. | 99 | |
| Method 'getLinkBody' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Missing a Javadoc comment. | 103 | |
| '{' should be on the previous line. | 104 | |
| Method 'getNotLinkBody' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Missing a Javadoc comment. | 108 | |
| '{' should be on the previous line. | 109 | |
| Method 'getSpaceKey' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Missing a Javadoc comment. | 113 | |
| '{' should be on the previous line. | 114 | |
| Line is longer than 80 characters. | 119 | |
| Expected an @return tag. | 121 | |
| Method 'getDestinationTitle' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| '{' should be on the previous line. | 122 | |
| Method 'getAnchor' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Missing a Javadoc comment. | 126 | |
| '{' should be on the previous line. | 127 | |
| Line is longer than 80 characters. | 132 | |
| Expected an @return tag. | 135 | |
| Method 'getShortcutName' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| '{' should be on the previous line. | 136 | |
| Line is longer than 80 characters. | 141 | |
| Expected an @return tag. | 144 | |
| Method 'getShortcutValue' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| '{' should be on the previous line. | 145 | |
| Method 'getLinkTitle' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| Missing a Javadoc comment. | 149 | |
| '{' should be on the previous line. | 150 | |
| Method 'getAttachmentName' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| Missing a Javadoc comment. | 154 | |
| '{' should be on the previous line. | 155 | |
| Line is longer than 80 characters. | 160 | |
| Expected an @return tag. | 162 | |
| Method 'getContentId' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| '{' should be on the previous line. | 163 | |
| Missing a Javadoc comment. | 167 | |
| Parameter buffer should be final. | 167 | |
| '{' should be on the previous line. | 168 | |
| 'if' construct must use '{}'s. | 169 | |
| Line is longer than 80 characters. | 169 | |
| '{' should be on the previous line. | 172 | |
| '{' should be on the previous line. | 177 | |
| 'if' construct must use '{}'s. | 179 | |
| '{' should be on the previous line. | 182 | |
| Line is longer than 80 characters. | 195 | |
| Line is longer than 80 characters. | 196 | |
| Line is longer than 80 characters. | 199 | |
| Line is longer than 80 characters. | 200 | |
| Line is longer than 80 characters. | 203 | |
| Line is longer than 80 characters. | 205 | |
| Parameter buffer should be final. | 207 | |
| Parameter divider should be final. | 207 | |
| '{' should be on the previous line. | 208 | |
| 'if' construct must use '{}'s. | 209 | |
| '{' should be on the previous line. | 215 | |
| '}' should be on the same line. | 217 | |
| '{' should be on the previous line. | 219 | |
| '}' should be on the same line. | 222 | |
| '{' should be on the previous line. | 224 | |
| Missing a Javadoc comment. | 231 | |
| Parameter buffer should be final. | 231 | |
| Parameter divider should be final. | 231 | |
| '{' should be on the previous line. | 232 | |
| 'if' construct must use '{}'s. | 233 | |
| Missing a Javadoc comment. | 239 | |
| Parameter buffer should be final. | 239 | |
| Parameter divider should be final. | 239 | |
| '{' should be on the previous line. | 240 | |
| 'if' construct must use '{}'s. | 241 | |
| Line is longer than 80 characters. | 244 | |
| Missing a Javadoc comment. | 247 | |
| Parameter buffer should be final. | 247 | |
| Parameter index should be final. | 247 | |
| '{' should be on the previous line. | 248 | |
| '{' should be on the previous line. | 250 | |
| '}' should be on the same line. | 252 | |
| '{' should be on the previous line. | 254 | |
| '}' should be on the same line. | 257 | |
| '{' should be on the previous line. | 259 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 13 | |
| '{' should be on the previous line. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 17 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 31 | |
| Parameter name should be final. | 31 | |
| '{' should be on the previous line. | 32 | |
| Missing a Javadoc comment. | 36 | |
| Parameter delimiter should be final. | 36 | |
| Parameter tagName should be final. | 36 | |
| '{' should be on the previous line. | 37 | |
| '+' is not preceded with whitespace. | 38 | |
| Line is longer than 80 characters. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter startDelimiter should be final. | 41 | |
| Parameter endDelimiter should be final. | 41 | |
| Parameter tagName should be final. | 41 | |
| Line is longer than 80 characters. | 43 | |
| '+' is not preceded with whitespace. | 43 | |
| Line is longer than 80 characters. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter startDelimiter should be final. | 46 | |
| Parameter endDelimiter should be final. | 46 | |
| Parameter startTag should be final. | 46 | |
| Parameter endTag should be final. | 46 | |
| Line is longer than 80 characters. | 51 | |
| ',' is not followed by whitespace. | 51 | |
| ',' is not followed by whitespace. | 51 | |
| ',' is not followed by whitespace. | 51 | |
| Method 'render' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Parameter wiki should be final. | 55 | |
| Parameter context should be final. | 55 | |
| '{' should be on the previous line. | 56 | |
| '{' should be on the previous line. | 59 | |
| ',' is not followed by whitespace. | 60 | |
| Method 'shouldRender' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Parameter renderMode should be final. | 65 | |
| '{' should be on the previous line. | 66 | |
| Line is longer than 80 characters. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Line is longer than 80 characters. | 76 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Line is longer than 80 characters. | 87 | |
| Line is longer than 80 characters. | 89 | |
| Line is longer than 80 characters. | 94 | |
| Line is longer than 80 characters. | 99 | |
| Line is longer than 80 characters. | 100 | |
| Line is longer than 80 characters. | 103 | |
| Line is longer than 80 characters. | 106 | |
| Line is longer than 80 characters. | 111 | |
| Line is longer than 80 characters. | 114 | |
| Line is longer than 80 characters. | 115 | |
| Expected an @return tag. | 118 | |
| Parameter startDelimiter should be final. | 118 | |
| Expected @param tag for 'startDelimiter'. | 118 | |
| Parameter endDelimiter should be final. | 118 | |
| Expected @param tag for 'endDelimiter'. | 118 | |
| '{' should be on the previous line. | 119 | |
| Line is longer than 80 characters. | 123 | |
| Name 'phrase_content' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 | |
| '+' should be on a new line. | 126 | |
| '+' should be on a new line. | 127 | |
| '+' is not followed by whitespace. | 128 | |
| '+' should be on a new line. | 129 | |
| '+' should be on a new line. | 130 | |
| '+' should be on a new line. | 131 | |
| '+' should be on a new line. | 132 | |
| '+' should be on a new line. | 134 | |
| '+' should be on a new line. | 135 | |
| '+' should be on a new line. | 136 | |
| '+' should be on a new line. | 138 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Redundant import from the same package - com.atlassian.renderer.v2.macro.code.formatter.AbstractFormatter. | 3 | |
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Line is longer than 80 characters. | 8 | |
| '+' should be on a new line. | 8 | |
| Line is longer than 80 characters. | 9 | |
| '+' should be on a new line. | 9 | |
| Line is longer than 80 characters. | 10 | |
| '+' should be on a new line. | 10 | |
| Line is longer than 80 characters. | 11 | |
| '+' should be on a new line. | 11 | |
| Line is longer than 80 characters. | 12 | |
| '+' should be on a new line. | 12 | |
| Line is longer than 80 characters. | 13 | |
| '+' should be on a new line. | 13 | |
| Line is longer than 80 characters. | 14 | |
| '+' should be on a new line. | 14 | |
| Line is longer than 80 characters. | 15 | |
| '+' should be on a new line. | 15 | |
| Line is longer than 80 characters. | 16 | |
| '+' should be on a new line. | 16 | |
| Missing a Javadoc comment. | 19 | |
| Line is longer than 80 characters. | 20 | |
| '+' should be on a new line. | 20 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 22 | |
| '{' is followed by whitespace. | 22 | |
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 25 | |
| Method 'getSupportedLanguages' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| '{' should be on the previous line. | 31 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 6 | |
| '{' should be on the previous line. | 10 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 5 | |
| Line is longer than 80 characters. | 6 | |
| '{' should be on the previous line. | 9 | |
| Line is longer than 80 characters. | 11 | |
| Expected an @return tag. | 13 | |
| Line has trailing spaces. | 13 | |
| Line is longer than 80 characters. | 13 | |
| Expected @param tag for 'nodeContext'. | 13 | |
| Expected @param tag for 'wysiwygConverter'. | 13 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 7 | |
| '{' is not followed by whitespace. | 7 | |
| '}' is not preceded with whitespace. | 7 | |
| Line has trailing spaces. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Parameter subRenderer should be final. | 9 | |
| '{' should be on the previous line. | 10 | |
| Method 'getPanelCSSClass' 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 'getPanelContentCSSClass' 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 | |
| Method 'suppressMacroRenderingDuringWysiwyg' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 25 | |
| Method 'getPanelHeaderCSSClass' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| '{' should be on the previous line. | 30 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 12 | |
| Line is longer than 80 characters. | 12 | |
| Line is longer than 80 characters. | 13 | |
| Class ColorStyleValidator should be declared as final. | 17 | |
| '{' should be on the previous line. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Line is longer than 80 characters. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 27 | |
| '{' should be on the previous line. | 28 | |
| Missing a Javadoc comment. | 31 | |
| '{' should be on the previous line. | 32 | |
| Line is longer than 80 characters. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Parameter propertyValue should be final. | 36 | |
| '{' should be on the previous line. | 39 | |
| '{' should be on the previous line. | 48 | |
| Missing a Javadoc comment. | 55 | |
| '{' should be on the previous line. | 56 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 5 | |
| Missing a Javadoc comment. | 7 | |
| '{' should be on the previous line. | 8 | |
| Missing a Javadoc comment. | 9 | |
| 'static' modifier out of order with the JLS suggestions. | 9 | |
| Missing a Javadoc comment. | 10 | |
| 'static' modifier out of order with the JLS suggestions. | 10 | |
| Missing a Javadoc comment. | 11 | |
| 'static' modifier out of order with the JLS suggestions. | 11 | |
| Missing a Javadoc comment. | 12 | |
| 'static' modifier out of order with the JLS suggestions. | 12 | |
| Line is longer than 80 characters. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Line is longer than 80 characters. | 14 | |
| Missing a Javadoc comment. | 14 | |
| Line is longer than 80 characters. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 20 | |
| '{' should be on the previous line. | 21 | |
| Missing a Javadoc comment. | 24 | |
| Parameter style should be final. | 24 | |
| Parameter current should be final. | 24 | |
| '{' should be on the previous line. | 25 | |
| '{' should be on the previous line. | 28 | |
| Missing a Javadoc comment. | 35 | |
| Parameter node should be final. | 35 | |
| Parameter current should be final. | 35 | |
| '{' should be on the previous line. | 36 | |
| '{' should be on the previous line. | 41 | |
| '{' should be on the previous line. | 44 | |
| '{' should be on the previous line. | 47 | |
| '}' should be on the same line. | 51 | |
| '{' should be on the previous line. | 53 | |
| '{' should be on the previous line. | 60 | |
| Missing a Javadoc comment. | 66 | |
| '{' should be on the previous line. | 67 | |
| Method 'getStyles' 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 | |
| First sentence should end with a period. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Parameter s should be final. | 79 | |
| Expected @param tag for 's'. | 79 | |
| '{' should be on the previous line. | 80 | |
| '{' should be on the previous line. | 83 | |
| Line is longer than 80 characters. | 84 | |
| '3' is a magic number. | 86 | |
| '{' should be on the previous line. | 87 | |
| Line is longer than 80 characters. | 88 | |
| '{' should be on the previous line. | 91 | |
| Line is longer than 80 characters. | 92 | |
| '}' should be on the same line. | 93 | |
| '{' should be on the previous line. | 95 | |
| Line is longer than 80 characters. | 96 | |
| '}' should be on the same line. | 98 | |
| '{' should be on the previous line. | 100 | |
| '{' should be on the previous line. | 102 | |
| '}' should be on the same line. | 104 | |
| '{' should be on the previous line. | 106 | |
| Missing a Javadoc comment. | 112 | |
| Parameter number should be final. | 112 | |
| '{' should be on the previous line. | 113 | |
| Line is longer than 80 characters. | 114 | |
| '{' should be on the previous line. | 116 | |
| Method 'decorateText' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| Missing a Javadoc comment. | 122 | |
| Parameter text should be final. | 122 | |
| '{' should be on the previous line. | 123 | |
| Line is longer than 80 characters. | 124 | |
| '{' should be on the previous line. | 128 | |
| '{' should be on the previous line. | 132 | |
| '{' should be on the previous line. | 136 | |
| '{' should be on the previous line. | 140 | |
| '{' should be on the previous line. | 144 | |
| '{' should be on the previous line. | 148 | |
| '{' should be on the previous line. | 152 | |
| '{' should be on the previous line. | 157 | |
| '{' should be on the previous line. | 163 | |
| Line is longer than 80 characters. | 165 | |
| '{' should be on the previous line. | 169 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 10 | |
| Line is longer than 80 characters. | 11 | |
| '{' should be on the previous line. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Name 'RESOURCE_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 15 | |
| Variable 'RESOURCE_TYPE' must be private and have accessor methods. | 15 | |
| Missing a Javadoc comment. | 17 | |
| Parameter string should be final. | 17 | |
| '{' should be on the previous line. | 18 | |
| Missing a Javadoc comment. | 22 | |
| Parameter parser should be final. | 22 | |
| '{' should be on the previous line. | 23 | |
| 'if' construct must use '{}'s. | 27 | |
| Line is longer than 80 characters. | 28 | |
| 'if' construct must use '{}'s. | 29 | |
| Line is longer than 80 characters. | 30 | |
| 'if' construct must use '{}'s. | 31 | |
| Line is longer than 80 characters. | 32 | |
| 'if' construct must use '{}'s. | 33 | |
| 'if' construct must use '{}'s. | 35 | |
| 'if' construct must use '{}'s. | 37 | |
| 'if' construct must use '{}'s. | 39 | |
| 'if' construct must use '{}'s. | 41 | |
| 'if' construct must use '{}'s. | 43 | |
| Missing a Javadoc comment. | 47 | |
| Parameter parser should be final. | 47 | |
| '{' should be on the previous line. | 48 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| '{' should be on the previous line. | 4 | |
| Missing a Javadoc comment. | 5 | |
| Redundant 'static' modifier. | 5 | |
| '{' should be on the previous line. | 8 | |
| '{' should be on the previous line. | 13 | |
| '{' should be on the previous line. | 18 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'static' modifier. | 23 | |
| '{' should be on the previous line. | 26 | |
| '{' should be on the previous line. | 31 | |
| '{' should be on the previous line. | 36 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 45 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| interfaces should describe a type and hence have methods. | 3 | |
| '{' should be on the previous line. | 4 | |
| Missing a Javadoc comment. | 5 | |
| Redundant 'static' modifier. | 5 | |
| Missing a Javadoc comment. | 6 | |
| Redundant 'static' modifier. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Redundant 'static' modifier. | 7 | |
| Missing a Javadoc comment. | 8 | |
| Redundant 'static' modifier. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Redundant 'static' modifier. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Redundant 'static' modifier. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Redundant 'static' modifier. | 11 |
| Violation | Message | Line |
|---|---|---|
| Redundant import from the same package - com.atlassian.renderer.v2.macro.code.formatter.AbstractFormatter. | 3 | |
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Line is longer than 80 characters. | 7 | |
| Missing a Javadoc comment. | 7 | |
| Missing a Javadoc comment. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 10 | |
| '{' is followed by whitespace. | 10 | |
| Missing a Javadoc comment. | 12 | |
| '{' should be on the previous line. | 13 | |
| Method 'getSupportedLanguages' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| Missing a Javadoc comment. | 20 | |
| '{' should be on the previous line. | 21 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '{' should be on the previous line. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Variable 'url' must be private and have accessor methods. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Variable 'title' must be private and have accessor methods. | 12 | |
| Variable 'linkBody' must be private and have accessor methods. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Variable 'relativeUrl' must be private and have accessor methods. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Variable 'iconName' must be private and have accessor methods. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Variable 'titleKey' must be private and have accessor methods. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Variable 'titleArgs' must be private and have accessor methods. | 23 | |
| Variable 'wikiDestination' must be private and have accessor methods. | 28 | |
| Variable 'wikiTitle' must be private and have accessor methods. | 33 | |
| Variable 'aliasSpecified' must be private and have accessor methods. | 38 | |
| First sentence should end with a period. | 40 | |
| Parameter originalLinkText should be final. | 45 | |
| 'originalLinkText' hides a field. | 45 | |
| '{' should be on the previous line. | 46 | |
| First sentence should end with a period. | 50 | |
| Expected an @return tag. | 53 | |
| Method 'getOriginalLinkText' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| '{' should be on the previous line. | 54 | |
| Expected an @return tag. | 64 | |
| Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| '{' should be on the previous line. | 65 | |
| First sentence should end with a period. | 69 | |
| Expected an @return tag. | 72 | |
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| '{' should be on the previous line. | 73 | |
| First sentence should end with a period. | 77 | |
| Expected an @return tag. | 80 | |
| Method 'getLinkBody' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| '{' should be on the previous line. | 81 | |
| First sentence should end with a period. | 85 | |
| Line is longer than 80 characters. | 86 | |
| Expected an @return tag. | 88 | |
| Method 'getUnpermittedLinkBody' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| '{' should be on the previous line. | 89 | |
| Method 'isRelativeUrl' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| '{' should be on the previous line. | 99 | |
| Line is longer than 80 characters. | 104 | |
| Line is longer than 80 characters. | 105 | |
| Line is longer than 80 characters. | 107 | |
| Method 'getLinkAttributes' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| '{' should be on the previous line. | 110 | |
| Method 'getIconName' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| '{' should be on the previous line. | 121 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Missing a Javadoc comment. | 125 | |
| Parameter o should be final. | 125 | |
| '{' should be on the previous line. | 126 | |
| 'if' construct must use '{}'s. | 127 | |
| 'if' construct must use '{}'s. | 128 | |
| Line is longer than 80 characters. | 132 | |
| Avoid inline conditionals. | 132 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Missing a Javadoc comment. | 135 | |
| '{' should be on the previous line. | 136 | |
| Avoid inline conditionals. | 137 | |
| Method 'getTitleKey' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| '{' should be on the previous line. | 145 | |
| First sentence should end with a period. | 149 | |
| Line is longer than 80 characters. | 150 | |
| Method 'getTitleArgs' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| '{' should be on the previous line. | 156 | |
| Expected an @return tag. | 163 | |
| Method 'getWikiDestination' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| '{' should be on the previous line. | 164 | |
| Line is longer than 80 characters. | 169 | |
| Expected an @return tag. | 172 | |
| Method 'getWikiTitle' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| '{' should be on the previous line. | 173 | |
| Expected an @return tag. | 180 | |
| Method 'isAliasSpecified' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| '{' should be on the previous line. | 181 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.w3c.tidy.Tidy. | 7 | |
| Using the '.*' form of import should be avoided - java.io.*. | 13 | |
| First sentence should end with a period. | 15 | |
| Method 'getDocumentFragment' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Method 'getDocument' 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 | |
| '}' should be on the same line. | 31 | |
| '{' should be on the previous line. | 33 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Parameter xhtml should be final. | 40 | |
| Missing a Javadoc comment. | 44 | |
| Parameter in should be final. | 44 | |
| '{' should be on the previous line. | 51 | |
| Line is longer than 80 characters. | 52 | |
| '}' should be on the same line. | 55 | |
| '{' should be on the previous line. | 57 | |
| Missing a Javadoc comment. | 62 | |
| Method 'findTag' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter name should be final. | 64 | |
| Missing a Javadoc comment. | 68 | |
| Parameter name should be final. | 68 | |
| Parameter node should be final. | 68 | |
| Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Parameter node should be final. | 82 | |
| '{' should be on the previous line. | 87 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - com.atlassian.renderer.links.*. | 12 | |
| Missing a Javadoc comment. | 20 | |
| '{' should be on the previous line. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Name 'URL_PATTERN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 | |
| Variable 'URL_PATTERN' must be private and have accessor methods. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Name 'PURE_URL_PATTERN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
| Variable 'PURE_URL_PATTERN' must be private and have accessor methods. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 32 | |
| '{' should be on the previous line. | 34 | |
| Line is longer than 80 characters. | 40 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Parameter linkResolver should be final. | 46 | |
| 'linkResolver' hides a field. | 46 | |
| '{' should be on the previous line. | 47 | |
| Method 'shouldRender' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter renderMode should be final. | 51 | |
| '{' should be on the previous line. | 52 | |
| Method 'render' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Parameter wiki should be final. | 56 | |
| Parameter context should be final. | 56 | |
| '{' should be on the previous line. | 57 | |
| '{' should be on the previous line. | 59 | |
| Line is longer than 80 characters. | 65 | |
| Method 'appendSubstitution' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Parameter buffer should be final. | 65 | |
| Parameter context should be final. | 65 | |
| Parameter matcher should be final. | 65 | |
| '{' should be on the previous line. | 70 | |
| Line is longer than 80 characters. | 77 | |
| Missing a Javadoc comment. | 81 | |
| Parameter url should be final. | 81 | |
| '{' should be on the previous line. | 82 | |
| '{' should be on the previous line. | 86 | |
| '{' should be on the previous line. | 88 | |
| Line is longer than 80 characters. | 96 | |
| Method 'handleUrlLink' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Parameter link should be final. | 96 | |
| Parameter renderContext should be final. | 96 | |
| Parameter url should be final. | 96 | |
| Line is longer than 80 characters. | 98 | |
| '{' should be on the previous line. | 101 | |
| '}' should be on the same line. | 103 | |
| '{' should be on the previous line. | 105 | |
| Line is longer than 80 characters. | 106 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Missing a Javadoc comment. | 8 | |
| Missing a Javadoc comment. | 10 | |
| Parameter parser should be final. | 10 | |
| '{' should be on the previous line. | 11 | |
| '{' should be on the previous line. | 16 | |
| '}' should be on the same line. | 19 | |
| '{' should be on the previous line. | 21 | |
| '{' should be on the previous line. | 27 | |
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Parameter title should be final. | 37 | |
| '{' should be on the previous line. | 38 | |
| 'if' construct must use '{}'s. | 39 | |
| Method 'setI18nTitle' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Parameter titleKey should be final. | 53 | |
| Parameter titleArgs should be final. | 53 | |
| '{' should be on the previous line. | 54 | |
| '{' should be on the previous line. | 56 | |
| Method 'getOriginalParser' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| '{' should be on the previous line. | 63 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Parameter o should be final. | 67 | |
| '{' should be on the previous line. | 68 | |
| 'if' construct must use '{}'s. | 69 | |
| 'if' construct must use '{}'s. | 72 | |
| 'if' construct must use '{}'s. | 76 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| '{' should be on the previous line. | 83 | |
| '29' is a magic number. | 86 | |
| Avoid inline conditionals. | 86 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 3 | |
| '{' should be on the previous line. | 9 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 8 | |
| Line is longer than 80 characters. | 9 | |
| '{' should be on the previous line. | 13 | |
| Line is longer than 80 characters. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Line is longer than 80 characters. | 20 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 25 | |
| Missing a Javadoc comment. | 27 | |
| '{' should be on the previous line. | 28 | |
| Line is longer than 80 characters. | 31 | |
| Method 'renderResource' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter resource should be final. | 31 | |
| Parameter context should be final. | 31 | |
| 'if' construct must use '{}'s. | 34 | |
| Line is longer than 80 characters. | 39 | |
| Avoid inline conditionals. | 39 | |
| Line is longer than 80 characters. | 41 | |
| Avoid inline conditionals. | 41 | |
| Line has trailing spaces. | 42 | |
| Line is longer than 80 characters. | 42 | |
| '+' should be on a new line. | 42 | |
| Line is longer than 80 characters. | 43 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 12 | |
| '{' should be on the previous line. | 13 | |
| Line is longer than 80 characters. | 14 | |
| Missing a Javadoc comment. | 14 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 14 | |
| Parameter content should be final. | 23 | |
| '{' should be on the previous line. | 24 | |
| 'if' construct must use '{}'s. | 25 | |
| 'if' construct must use '{}'s. | 31 | |
| First sentence should end with a period. | 37 | |
| Expected an @return tag. | 40 | |
| Parameter content should be final. | 40 | |
| Expected @param tag for 'content'. | 40 | |
| '{' should be on the previous line. | 41 | |
| 'if' construct must use '{}'s. | 42 | |
| Line is longer than 80 characters. | 47 | |
| Line is longer than 80 characters. | 49 | |
| Missing a Javadoc comment. | 58 | |
| Parameter content should be final. | 58 | |
| 'if' construct must use '{}'s. | 60 | |
| Line is longer than 80 characters. | 66 | |
| '50' is a magic number. | 67 | |
| '{' should be on the previous line. | 68 | |
| '46' is a magic number. | 69 | |
| '}' should be on the same line. | 72 | |
| '255' is a magic number. | 73 | |
| '{' should be on the previous line. | 74 | |
| '251' is a magic number. | 75 | |
| Line is longer than 80 characters. | 82 | |
| Parameter name should be final. | 82 | |
| Expected @param tag for 'name'. | 82 | |
| Parameter value should be final. | 82 | |
| Expected @param tag for 'value'. | 82 | |
| Parameter buffer should be final. | 82 | |
| Expected @param tag for 'buffer'. | 82 | |
| Line is longer than 80 characters. | 84 | |
| Line is longer than 80 characters. | 88 | |
| Parameter name should be final. | 88 | |
| Expected @param tag for 'name'. | 88 | |
| Parameter value should be final. | 88 | |
| Expected @param tag for 'value'. | 88 | |
| Parameter buffer should be final. | 88 | |
| Expected @param tag for 'buffer'. | 88 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 | |
| Method 'isInline' 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 'hasBody' 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 'getBodyRenderMode' 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 | |
| Line is longer than 80 characters. | 42 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Parameter parameters should be final. | 42 | |
| Parameter body should be final. | 42 | |
| Parameter renderContext should be final. | 42 | |
| 'if' construct must use '{}'s. | 44 | |
| Line is longer than 80 characters. | 47 | |
| 'cast' is not followed by whitespace. | 47 | |
| Missing a Javadoc comment. | 50 | |
| Parameter context should be final. | 50 | |
| Parameter body should be final. | 50 | |
| '{' should be on the previous line. | 51 | |
| Line is longer than 80 characters. | 54 | |
| '{' should be on the previous line. | 57 | |
| '}' should be on the same line. | 59 | |
| '{' should be on the previous line. | 61 | |
| Line is longer than 80 characters. | 62 |
| Violation | Message | Line |
|---|---|---|
| Unused import - com.atlassian.renderer.wysiwyg.converter.DefaultWysiwygConverter. | 4 | |
| Line is longer than 80 characters. | 8 | |
| Line is longer than 80 characters. | 9 | |
| Line is longer than 80 characters. | 11 | |
| Line is longer than 80 characters. | 12 | |
| '{' should be on the previous line. | 15 | |
| Line is longer than 80 characters. | 17 | |
| Redundant 'public' modifier. | 20 | |
| Line is longer than 80 characters. | 23 | |
| Expected an @return tag. | 25 | |
| Line is longer than 80 characters. | 25 | |
| More than 7 parameters. | 25 | |
| Expected @param tag for 'previousSibling'. | 25 | |
| Expected @param tag for 'node'. | 25 | |
| Expected @param tag for 'helper'. | 25 | |
| Expected @param tag for 'styles'. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Expected @param tag for 'listContext'. | 26 | |
| Expected @param tag for 'inTable'. | 26 | |
| Expected @param tag for 'inListItem'. | 26 | |
| Expected @param tag for 'ignoreText'. | 26 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 5 | |
| Line is longer than 80 characters. | 6 | |
| '{' should be on the previous line. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 13 | |
| Parameter wrappedLink should be final. | 13 | |
| 'wrappedLink' hides a field. | 13 | |
| '{' should be on the previous line. | 14 | |
| Method 'getWrappedLink' 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 | |
| Method 'getLinkBody' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 25 | |
| Method 'isRelativeUrl' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| '{' should be on the previous line. | 30 | |
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| '{' should be on the previous line. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| '{' should be on the previous line. | 41 | |
| Method 'getWikiDestination' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| '{' should be on the previous line. | 46 | |
| Method 'getWikiTitle' 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 'isAliasSpecified' 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 'equals' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Parameter o should be final. | 60 | |
| '{' should be on the previous line. | 61 | |
| 'if' construct must use '{}'s. | 62 | |
| 'if' construct must use '{}'s. | 63 | |
| 'if' construct must use '{}'s. | 67 | |
| Line is longer than 80 characters. | 67 | |
| Avoid inline conditionals. | 67 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| '{' should be on the previous line. | 73 | |
| Avoid inline conditionals. | 74 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 5 | |
| '{' should be on the previous line. | 10 | |
| Line is longer than 80 characters. | 14 | |
| Line is longer than 80 characters. | 15 | |
| Line is longer than 80 characters. | 18 | |
| Expected @param tag for 'buffer'. | 28 | |
| Expected @param tag for 's'. | 28 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 12 | |
| Class Icon should be declared as final. | 14 | |
| '{' should be on the previous line. | 15 | |
| First sentence should end with a period. | 16 | |
| Comment matches to-do format 'TODO:'. | 17 | |
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 20 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 26 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 35 | |
| Variable 'path' must be private and have accessor methods. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Variable 'position' must be private and have accessor methods. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Variable 'width' must be private and have accessor methods. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Variable 'height' must be private and have accessor methods. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Variable 'cssClass' must be private and have accessor methods. | 39 | |
| First sentence should end with a period. | 41 | |
| Line is longer than 80 characters. | 44 | |
| Line is longer than 80 characters. | 50 | |
| Parameter path should be final. | 50 | |
| Parameter position should be final. | 50 | |
| Parameter width should be final. | 50 | |
| Parameter height should be final. | 50 | |
| First sentence should end with a period. | 55 | |
| Line is longer than 80 characters. | 58 | |
| Parameter path should be final. | 63 | |
| Parameter height should be final. | 63 | |
| Parameter width should be final. | 63 | |
| '{' should be on the previous line. | 64 | |
| Line is longer than 80 characters. | 71 | |
| Parameter path should be final. | 71 | |
| 'path' hides a field. | 71 | |
| Expected @param tag for 'path'. | 71 | |
| Parameter position should be final. | 71 | |
| 'position' hides a field. | 71 | |
| Expected @param tag for 'position'. | 71 | |
| Parameter width should be final. | 71 | |
| 'width' hides a field. | 71 | |
| Expected @param tag for 'width'. | 71 | |
| Parameter height should be final. | 71 | |
| 'height' hides a field. | 71 | |
| Expected @param tag for 'height'. | 71 | |
| Parameter cssClass should be final. | 71 | |
| 'cssClass' hides a field. | 71 | |
| Expected @param tag for 'cssClass'. | 71 | |
| Line is longer than 80 characters. | 81 | |
| Line is longer than 80 characters. | 82 | |
| Parameter imageRoot should be final. | 87 | |
| '{' should be on the previous line. | 88 | |
| 'if' construct must use '{}'s. | 97 | |
| 'if' construct must use '{}'s. | 99 | |
| 'else' construct must use '{}'s. | 101 | |
| Missing a Javadoc comment. | 105 | |
| '{' should be on the previous line. | 106 | |
| Expected an @return tag. | 113 | |
| '{' should be on the previous line. | 114 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 16 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| '{' should be on the previous line. | 4 | |
| Missing a Javadoc comment. | 5 | |
| Variable 'openingTag' must be private and have accessor methods. | 5 | |
| Missing a Javadoc comment. | 6 | |
| Variable 'closingTag' must be private and have accessor methods. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Variable 'bullet' must be private and have accessor methods. | 7 | |
| Missing a Javadoc comment. | 9 | |
| Parameter bullet should be final. | 9 | |
| 'bullet' hides a field. | 9 | |
| Parameter openingTag should be final. | 9 | |
| 'openingTag' hides a field. | 9 | |
| Parameter closingTag should be final. | 9 | |
| 'closingTag' hides a field. | 9 | |
| '{' should be on the previous line. | 10 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 6 | |
| '{' should be on the previous line. | 7 | |
| Line is longer than 80 characters. | 10 | |
| Expected an @return tag. | 12 | |
| Expected @param tag for 'node'. | 12 | |
| Expected @param tag for 'name'. | 12 | |
| Expected an @return tag. | 17 | |
| Line is longer than 80 characters. | 17 | |
| More than 7 parameters. | 17 | |
| Expected @param tag for 'node'. | 17 | |
| Expected @param tag for 'styles'. | 17 | |
| Expected @param tag for 'listContext'. | 17 | |
| Expected @param tag for 'inTable'. | 17 | |
| Expected @param tag for 'inListItem'. | 17 | |
| Expected @param tag for 'ignoreText'. | 17 | |
| Expected @param tag for 'escapeWikiMarkup'. | 17 | |
| Expected @param tag for 'overridePreviousSibling'. | 17 | |
| Line is longer than 80 characters. | 20 | |
| Expected @param tag for 'nodeContext'. | 23 | |
| Expected @param tag for 'nodeContext'. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Missing a Javadoc comment. | 9 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 19 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| '{' should be on the previous line. | 35 | |
| Missing a Javadoc comment. | 36 | |
| '{' should be on the previous line. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Missing a Javadoc comment. | 41 | |
| Parameter renderEngine should be final. | 41 | |
| '{' should be on the previous line. | 42 | |
| Missing a Javadoc comment. | 45 | |
| Parameter s should be final. | 45 | |
| '{' should be on the previous line. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Missing a Javadoc comment. | 50 | |
| Parameter s should be final. | 50 | |
| Parameter o should be final. | 50 | |
| '{' should be on the previous line. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Missing a Javadoc comment. | 55 | |
| '{' should be on the previous line. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Missing a Javadoc comment. | 60 | |
| Parameter map should be final. | 60 | |
| '{' should be on the previous line. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Missing a Javadoc comment. | 65 | |
| Parameter b should be final. | 65 | |
| '{' should be on the previous line. | 66 | |
| Missing a Javadoc comment. | 69 | |
| '{' should be on the previous line. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Missing a Javadoc comment. | 74 | |
| '{' should be on the previous line. | 75 | |
| Line is longer than 80 characters. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter radeoxMacro should be final. | 80 | |
| 'radeoxMacro' hides a field. | 80 | |
| '{' should be on the previous line. | 85 | |
| '}' should be on the same line. | 87 | |
| '{' should be on the previous line. | 89 | |
| Line is longer than 80 characters. | 90 | |
| Method 'getBodyRenderMode' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Missing a Javadoc comment. | 94 | |
| '{' should be on the previous line. | 95 | |
| Method 'getRadeoxMacro' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Missing a Javadoc comment. | 99 | |
| '{' should be on the previous line. | 100 | |
| Method 'hasBody' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Missing a Javadoc comment. | 104 | |
| '{' should be on the previous line. | 105 | |
| Method 'isInline' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Missing a Javadoc comment. | 109 | |
| '{' should be on the previous line. | 110 | |
| Line is longer than 80 characters. | 111 | |
| 'if' construct must use '{}'s. | 114 | |
| 'if' construct must use '{}'s. | 117 | |
| 'if' construct must use '{}'s. | 120 | |
| 'else' construct must use '{}'s. | 122 | |
| Line is longer than 80 characters. | 129 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Missing a Javadoc comment. | 129 | |
| Parameter parameters should be final. | 129 | |
| Parameter content should be final. | 129 | |
| Parameter context should be final. | 129 | |
| 'if' construct must use '{}'s. | 137 | |
| 'if' is not followed by whitespace. | 137 | |
| Line is longer than 80 characters. | 138 | |
| '{' should be on the previous line. | 148 | |
| 'if' construct must use '{}'s. | 151 | |
| '}' should be on the same line. | 155 | |
| '{' should be on the previous line. | 157 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Line is longer than 80 characters. | 7 | |
| Missing a Javadoc comment. | 7 | |
| Missing a Javadoc comment. | 8 | |
| Parameter c should be final. | 10 | |
| '{' should be on the previous line. | 11 | |
| 'if' construct must use '{}'s. | 12 | |
| 'if' construct must use '{}'s. | 14 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Parameter c should be final. | 21 | |
| '{' should be on the previous line. | 22 | |
| '{' should be on the previous line. | 24 | |
| '145' is a magic number. | 31 | |
| '146' is a magic number. | 33 | |
| '147' is a magic number. | 35 | |
| '148' is a magic number. | 37 | |
| Missing a Javadoc comment. | 44 | |
| Parameter c should be final. | 46 | |
| '{' should be on the previous line. | 47 | |
| 'if' construct must use '{}'s. | 48 | |
| Missing a Javadoc comment. | 53 | |
| '{' should be on the previous line. | 54 | |
| Line is longer than 80 characters. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Line is longer than 80 characters. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Line is longer than 80 characters. | 67 | |
| Line is longer than 80 characters. | 68 | |
| Parameter s should be final. | 71 | |
| Parameter preserveExistingEntities should be final. | 71 | |
| '{' should be on the previous line. | 72 | |
| Line is longer than 80 characters. | 77 | |
| Line is longer than 80 characters. | 81 | |
| Line is longer than 80 characters. | 82 | |
| Line is longer than 80 characters. | 85 | |
| Parameter s should be final. | 85 | |
| Parameter preserveExistingEntities should be final. | 85 | |
| Line is longer than 80 characters. | 87 | |
| Line is longer than 80 characters. | 91 | |
| Line is longer than 80 characters. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Line is longer than 80 characters. | 98 | |
| Line is longer than 80 characters. | 99 | |
| Line is longer than 80 characters. | 102 | |
| Parameter s should be final. | 102 | |
| Parameter preserveExistingEntities should be final. | 102 | |
| Line is longer than 80 characters. | 104 | |
| Line is longer than 80 characters. | 107 | |
| Missing a Javadoc comment. | 107 | |
| Parameter s should be final. | 107 | |
| Parameter preserveExistingEntities should be final. | 107 | |
| Parameter charMap should be final. | 107 | |
| 'if' construct must use '{}'s. | 109 | |
| '50' is a magic number. | 111 | |
| '{' should be on the previous line. | 113 | |
| 'if' construct must use '{}'s. | 115 | |
| 'else' construct must use '{}'s. | 117 | |
| Missing a Javadoc comment. | 123 | |
| Parameter s should be final. | 123 | |
| Parameter startIndex should be final. | 123 | |
| '{' should be on the previous line. | 124 | |
| Missing a Javadoc comment. | 129 | |
| '{' should be on the previous line. | 130 | |
| Missing a Javadoc comment. | 131 |
| Violation | Message | Line |
|---|---|---|
| Unused import - com.atlassian.renderer.wysiwyg.converter.DefaultWysiwygConverter. | 5 | |
| Line is longer than 80 characters. | 10 | |
| Line is longer than 80 characters. | 11 | |
| '{' should be on the previous line. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Line is longer than 80 characters. | 24 | |
| Missing a Javadoc comment. | 24 | |
| More than 7 parameters. | 24 | |
| Parameter node should be final. | 24 | |
| 'node' hides a field. | 24 | |
| Parameter previousSibling should be final. | 24 | |
| 'previousSibling' hides a field. | 24 | |
| Parameter styles should be final. | 24 | |
| 'styles' hides a field. | 24 | |
| Parameter listContext should be final. | 24 | |
| 'listContext' hides a field. | 24 | |
| Parameter inTable should be final. | 24 | |
| 'inTable' hides a field. | 24 | |
| Parameter inListItem should be final. | 25 | |
| 'inListItem' hides a field. | 25 | |
| Parameter ignoreText should be final. | 25 | |
| 'ignoreText' hides a field. | 25 | |
| Parameter escapeWikiMarkup should be final. | 25 | |
| 'escapeWikiMarkup' hides a field. | 25 | |
| '{' should be on the previous line. | 26 | |
| Line is longer than 80 characters. | 38 | |
| Method 'getFirstChildNodeContext' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| '{' should be on the previous line. | 42 | |
| 'if' construct must use '{}'s. | 43 | |
| Line has trailing spaces. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line is longer than 80 characters. | 50 | |
| Method 'getNextSiblingNodeContext' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| '{' should be on the previous line. | 54 | |
| 'if' construct must use '{}'s. | 55 | |
| Line is longer than 80 characters. | 58 | |
| Line is longer than 80 characters. | 61 | |
| Method 'invokeConvert' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Parameter wysiwygNodeConverter should be final. | 61 | |
| Parameter wysiwygConverter should be final. | 61 | |
| Line has trailing spaces. | 63 | |
| Line is longer than 80 characters. | 63 | |
| '{' should be on the previous line. | 70 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 80 | |
| Parameter originalNodeContext should be final. | 80 | |
| '{' should be on the previous line. | 81 | |
| Method 'build' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| '{' should be on the previous line. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Method 'node' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Missing a Javadoc comment. | 98 | |
| Parameter node should be final. | 98 | |
| 'node' hides a field. | 98 | |
| '{' should be on the previous line. | 99 | |
| Method 'previousSibling' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Missing a Javadoc comment. | 105 | |
| Parameter previousSibling should be final. | 105 | |
| 'previousSibling' hides a field. | 105 | |
| '{' should be on the previous line. | 106 | |
| Method 'ignoreText' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Missing a Javadoc comment. | 111 | |
| Parameter ignoreText should be final. | 111 | |
| 'ignoreText' hides a field. | 111 | |
| '{' should be on the previous line. | 112 | |
| Method 'styles' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Missing a Javadoc comment. | 117 | |
| Parameter style should be final. | 117 | |
| '{' should be on the previous line. | 118 | |
| Method 'getNode' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Missing a Javadoc comment. | 124 | |
| '{' should be on the previous line. | 125 | |
| Method 'getPreviousSibling' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Missing a Javadoc comment. | 129 | |
| '{' should be on the previous line. | 130 | |
| Method 'getStyles' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| Missing a Javadoc comment. | 134 | |
| '{' should be on the previous line. | 135 | |
| Method 'getListContext' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| Missing a Javadoc comment. | 139 | |
| '{' should be on the previous line. | 140 | |
| Method 'isInTable' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| Missing a Javadoc comment. | 144 | |
| '{' should be on the previous line. | 145 | |
| Method 'isInListItem' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| Missing a Javadoc comment. | 149 | |
| '{' should be on the previous line. | 150 | |
| Method 'isIgnoreText' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| Missing a Javadoc comment. | 154 | |
| '{' should be on the previous line. | 155 | |
| Method 'isEscapeWikiMarkup' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| Missing a Javadoc comment. | 159 | |
| '{' should be on the previous line. | 160 | |
| Line is longer than 80 characters. | 165 | |
| Line is longer than 80 characters. | 166 | |
| Line is longer than 80 characters. | 172 | |
| Method 'getBooleanAttributeValue' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| Parameter attributeName should be final. | 172 | |
| Parameter defaultValue should be final. | 172 | |
| Line is longer than 80 characters. | 175 | |
| Avoid inline conditionals. | 175 | |
| Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| Parameter name should be final. | 182 | |
| Expected @param tag for 'name'. | 182 | |
| '{' should be on the previous line. | 183 | |
| '{' should be on the previous line. | 186 | |
| Line is longer than 80 characters. | 187 | |
| '}' should be on the same line. | 190 | |
| '{' should be on the previous line. | 192 | |
| Avoid inline conditionals. | 194 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Class IgnoreNodeAndChildTextConverter should be declared as final. | 6 | |
| Missing a Javadoc comment. | 6 | |
| '{' should be on the previous line. | 7 | |
| Line is longer than 80 characters. | 8 | |
| Missing a Javadoc comment. | 8 | |
| Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 8 | |
| Variable 'INSTANCE' must be private and have accessor methods. | 8 | |
| Missing a Javadoc comment. | 10 | |
| '{' should be on the previous line. | 11 | |
| Missing a Javadoc comment. | 14 | |
| Parameter nodeContext should be final. | 14 | |
| '{' should be on the previous line. | 15 | |
| Line is longer than 80 characters. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Parameter nodeContext should be final. | 21 | |
| Parameter wysiwygConverter should be final. | 21 | |
| Line is longer than 80 characters. | 23 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 11 | |
| Line is longer than 80 characters. | 12 | |
| Line is longer than 80 characters. | 15 | |
| Line is longer than 80 characters. | 18 | |
| Missing a Javadoc comment. | 18 | |
| '{' is followed by whitespace. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Expected an @return tag. | 25 | |
| Parameter str should be final. | 25 | |
| Expected @param tag for 'str'. | 25 | |
| '{' should be on the previous line. | 26 | |
| '10' is a magic number. | 27 | |
| '{' should be on the previous line. | 30 | |
| '{' should be on the previous line. | 34 | |
| 'if' construct must use '{}'s. | 35 | |
| Method 'shouldRender' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Parameter renderMode should be final. | 45 | |
| '{' should be on the previous line. | 46 | |
| Method 'render' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Parameter wiki should be final. | 50 | |
| Parameter context should be final. | 50 | |
| '{' should be on the previous line. | 51 | |
| '{' should be on the previous line. | 53 | |
| Line is longer than 80 characters. | 59 | |
| Method 'appendSubstitution' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Parameter buffer should be final. | 59 | |
| Parameter context should be final. | 59 | |
| Parameter matcher should be final. | 59 | |
| Line is longer than 80 characters. | 63 | |
| '{' should be on the previous line. | 66 | |
| '{' should be on the previous line. | 68 | |
| Line is longer than 80 characters. | 69 | |
| '}' should be on the same line. | 70 | |
| '{' should be on the previous line. | 72 | |
| '}' should be on the same line. | 75 | |
| 'else' construct must use '{}'s. | 76 | |
| 'cast' is not followed by whitespace. | 77 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 9 | |
| '{' should be on the previous line. | 10 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Line is longer than 80 characters. | 17 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Redundant 'public' modifier. | 25 | |
| Expected @param tag for 'context'. | 25 | |
| Redundant 'public' modifier. | 31 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 8 | |
| '{' should be on the previous line. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 14 | |
| Parameter text should be final. | 14 | |
| '{' should be on the previous line. | 15 | |
| Method 'hasNext' 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 | |
| '{' should be on the previous line. | 22 | |
| 'if' construct must use '{}'s. | 23 | |
| '}' should be on the same line. | 27 | |
| '{' should be on the previous line. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Method 'peek' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| '{' should be on the previous line. | 35 | |
| 'if' construct must use '{}'s. | 36 | |
| 'if' construct must use '{}'s. | 39 | |
| Method 'next' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| '{' should be on the previous line. | 46 | |
| 'if' construct must use '{}'s. | 47 | |
| 'if' construct must use '{}'s. | 50 | |
| Method 'pushBack' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter line should be final. | 58 | |
| '{' should be on the previous line. | 59 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 10 | |
| Missing a Javadoc comment. | 12 | |
| Utility classes should not have a public or default constructor. | 12 | |
| '{' should be on the previous line. | 13 | |
| Line is longer than 80 characters. | 14 | |
| Missing a Javadoc comment. | 14 | |
| Line is longer than 80 characters. | 15 | |
| Line is longer than 80 characters. | 26 | |
| Parameter url should be final. | 29 | |
| Expected @param tag for 'url'. | 29 | |
| '{' should be on the previous line. | 30 | |
| '{' should be on the previous line. | 32 | |
| Missing a Javadoc comment. | 39 | |
| Parameter str should be final. | 39 | |
| '{' should be on the previous line. | 40 | |
| '{' should be on the previous line. | 42 | |
| Missing a Javadoc comment. | 49 | |
| Parameter str should be final. | 49 | |
| '{' should be on the previous line. | 50 | |
| '{' should be on the previous line. | 52 | |
| Missing a Javadoc comment. | 59 | |
| Parameter str should be final. | 59 | |
| '{' should be on the previous line. | 60 | |
| '{' should be on the previous line. | 62 | |
| Name 'str_lower' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| '{' should be on the previous line. | 70 | |
| Line is longer than 80 characters. | 74 | |
| Missing a Javadoc comment. | 83 | |
| Parameter linkBody should be final. | 83 | |
| '{' should be on the previous line. | 84 | |
| '{' should be on the previous line. | 87 | |
| Line is longer than 80 characters. | 99 | |
| Line is longer than 80 characters. | 100 | |
| Line is longer than 80 characters. | 103 | |
| Line is longer than 80 characters. | 104 | |
| Line is longer than 80 characters. | 105 | |
| Line is longer than 80 characters. | 106 | |
| Line is longer than 80 characters. | 107 | |
| Line is longer than 80 characters. | 108 | |
| Line is longer than 80 characters. | 110 | |
| Line is longer than 80 characters. | 111 | |
| Parameter html should be final. | 115 | |
| Parameter baseUrl should be final. | 115 | |
| '{' should be on the previous line. | 116 | |
| '10' is a magic number. | 117 | |
| '{' should be on the previous line. | 118 | |
| '{' should be on the previous line. | 126 | |
| Line is longer than 80 characters. | 128 | |
| '{' should be on the previous line. | 132 | |
| '{' should be on the previous line. | 135 | |
| Line is longer than 80 characters. | 139 | |
| '{' should be on the previous line. | 143 | |
| Line is longer than 80 characters. | 151 | |
| '{' should be on the previous line. | 154 | |
| 'if' construct must use '{}'s. | 155 | |
| 'else' construct must use '{}'s. | 157 | |
| Line is longer than 80 characters. | 169 | |
| Parameter url should be final. | 171 | |
| '{' should be on the previous line. | 172 | |
| Line is longer than 80 characters. | 173 | |
| '{' should be on the previous line. | 175 | |
| 'if' construct must use '{}'s. | 177 | |
| Line is longer than 80 characters. | 183 | |
| Line is longer than 80 characters. | 187 | |
| Parameter baseUrl should be final. | 189 | |
| '{' should be on the previous line. | 190 | |
| 'if' construct must use '{}'s. | 194 | |
| Line is longer than 80 characters. | 197 | |
| 'if' construct must use '{}'s. | 199 | |
| Line is longer than 80 characters. | 206 | |
| Line is longer than 80 characters. | 209 | |
| Line is longer than 80 characters. | 210 | |
| Parameter baseUrl should be final. | 212 | |
| '{' should be on the previous line. | 213 | |
| Line is longer than 80 characters. | 216 | |
| 'if' construct must use '{}'s. | 218 | |
| Missing a Javadoc comment. | 224 | |
| '{' should be on the previous line. | 225 | |
| Line is longer than 80 characters. | 238 | |
| Expected an @return tag. | 243 | |
| Line is longer than 80 characters. | 243 | |
| Parameter request should be final. | 243 | |
| Parameter name should be final. | 243 | |
| Parameter value should be final. | 243 | |
| '{' should be on the previous line. | 248 | |
| Line is longer than 80 characters. | 255 | |
| '{' should be on the previous line. | 259 | |
| '}' should be on the same line. | 262 | |
| '{' should be on the previous line. | 264 | |
| Line is longer than 80 characters. | 265 | |
| '{' should be on the previous line. | 268 | |
| '{' should be on the previous line. | 274 | |
| Parameter url should be final. | 287 | |
| '{' should be on the previous line. | 288 | |
| 'if' is not followed by whitespace. | 290 | |
| '{' should be on the previous line. | 291 | |
| 'if' is not followed by whitespace. | 293 | |
| '{' should be on the previous line. | 294 | |
| 'for' is not followed by whitespace. | 296 | |
| '=' is not preceded with whitespace. | 296 | |
| '=' is not followed by whitespace. | 296 | |
| '<' is not preceded with whitespace. | 296 | |
| '<' is not followed by whitespace. | 296 | |
| '{' should be on the previous line. | 297 | |
| '}' should be on the same line. | 303 | |
| '{' should be on the previous line. | 305 | |
| Line is longer than 80 characters. | 320 | |
| Parameter url should be final. | 320 | |
| Expected @param tag for 'url'. | 320 | |
| Parameter paramName should be final. | 320 | |
| Expected @param tag for 'paramName'. | 320 | |
| Parameter value should be final. | 320 | |
| Expected @param tag for 'value'. | 320 | |
| Expected an @return tag. | 331 | |
| Parameter url should be final. | 331 | |
| Expected @param tag for 'url'. | 331 | |
| '{' should be on the previous line. | 332 | |
| '{' should be on the previous line. | 334 | |
| '{' should be on the previous line. | 339 | |
| '}' should be on the same line. | 341 | |
| '{' should be on the previous line. | 343 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 10 | |
| '{' should be on the previous line. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Method 'setWikiStyleRenderer' is not designed for extension - needs to be abstract, final or empty. | 14 | |
| Missing a Javadoc comment. | 14 | |
| Parameter wikiStyleRenderer should be final. | 14 | |
| 'wikiStyleRenderer' hides a field. | 14 | |
| '{' should be on the previous line. | 15 | |
| Method 'getName' 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 | |
| Method 'getPanelCSSClass' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 25 | |
| Method 'getPanelContentCSSClass' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| '{' should be on the previous line. | 30 | |
| Method 'getPanelHeaderCSSClass' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| '{' should be on the previous line. | 35 | |
| Line is longer than 80 characters. | 39 | |
| Method 'writeContent' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Parameter writer should be final. | 39 | |
| Parameter macroParameter should be final. | 39 | |
| Parameter content should be final. | 39 | |
| Parameter backgroundColor should be final. | 39 | |
| Line is longer than 80 characters. | 41 | |
| 'cast' is not followed by whitespace. | 41 | |
| Line is longer than 80 characters. | 43 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 24 | |
| '{' should be on the previous line. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Line is longer than 80 characters. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Parameter macroRendererComponent should be final. | 55 | |
| 'macroRendererComponent' hides a field. | 55 | |
| '{' should be on the previous line. | 56 | |
| Line is longer than 80 characters. | 61 | |
| Line is longer than 80 characters. | 69 | |
| Method 'renderMacro' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Parameter startTag should be final. | 69 | |
| Parameter macro should be final. | 69 | |
| Parameter body should be final. | 69 | |
| Parameter params should be final. | 69 | |
| Parameter context should be final. | 69 | |
| Parameter buffer should be final. | 69 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line is longer than 80 characters. | 74 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 84 | |
| Line is longer than 80 characters. | 93 | |
| Parameter startTag should be final. | 93 | |
| Parameter macro should be final. | 93 | |
| Parameter body should be final. | 93 | |
| Parameter params should be final. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Parameter context should be final. | 94 | |
| Parameter buffer should be final. | 94 | |
| '{' should be on the previous line. | 99 | |
| Line is longer than 80 characters. | 100 | |
| '}' should be on the same line. | 101 | |
| '{' should be on the previous line. | 103 | |
| Line is longer than 80 characters. | 108 | |
| Missing a Javadoc comment. | 111 | |
| Parameter macro should be final. | 111 | |
| '{' should be on the previous line. | 112 | |
| Line is longer than 80 characters. | 119 | |
| Line is longer than 80 characters. | 121 | |
| Parameter startTag should be final. | 121 | |
| Expected @param tag for 'startTag'. | 121 | |
| Parameter macro should be final. | 121 | |
| Expected @param tag for 'macro'. | 121 | |
| Parameter body should be final. | 121 | |
| Expected @param tag for 'body'. | 121 | |
| Parameter context should be final. | 121 | |
| Expected @param tag for 'context'. | 121 | |
| Parameter result should be final. | 121 | |
| Expected @param tag for 'result'. | 121 | |
| Line is longer than 80 characters. | 126 | |
| 'if' construct must use '{}'s. | 128 | |
| Line is longer than 80 characters. | 129 | |
| '}' should be on the same line. | 130 | |
| Line is longer than 80 characters. | 132 | |
| Line is longer than 80 characters. | 133 | |
| Line is longer than 80 characters. | 134 | |
| Line is longer than 80 characters. | 135 | |
| 'if' construct must use '{}'s. | 137 | |
| Line is longer than 80 characters. | 140 | |
| Line is longer than 80 characters. | 142 | |
| Line is longer than 80 characters. | 143 | |
| Avoid inline conditionals. | 143 | |
| Line is longer than 80 characters. | 144 | |
| 'if' construct must use '{}'s. | 146 | |
| Line is longer than 80 characters. | 149 | |
| Line is longer than 80 characters. | 154 | |
| '{' should be on the previous line. | 159 | |
| 'if' construct must use '{}'s. | 160 | |
| Line is longer than 80 characters. | 170 | |
| Line has trailing spaces. | 171 | |
| Line is longer than 80 characters. | 173 | |
| Line is longer than 80 characters. | 175 | |
| Parameter startTag should be final. | 175 | |
| Expected @param tag for 'startTag'. | 175 | |
| Parameter macro should be final. | 175 | |
| Expected @param tag for 'macro'. | 175 | |
| Parameter body should be final. | 175 | |
| Expected @param tag for 'body'. | 175 | |
| Parameter params should be final. | 175 | |
| Expected @param tag for 'params'. | 175 | |
| Parameter context should be final. | 176 | |
| Expected @param tag for 'context'. | 176 | |
| Parameter result should be final. | 176 | |
| Expected @param tag for 'result'. | 176 | |
| '{' should be on the previous line. | 177 | |
| Comment matches to-do format 'TODO:'. | 178 | |
| Line is longer than 80 characters. | 178 | |
| Line is longer than 80 characters. | 179 | |
| Line is longer than 80 characters. | 180 | |
| Line is longer than 80 characters. | 183 | |
| Missing a Javadoc comment. | 187 | |
| Parameter startTag should be final. | 187 | |
| Parameter buffer should be final. | 187 | |
| Line is longer than 80 characters. | 189 | |
| Missing a Javadoc comment. | 193 | |
| Parameter macroTag should be final. | 193 | |
| Parameter result should be final. | 193 | |
| '{' should be on the previous line. | 194 | |
| Line is longer than 80 characters. | 195 | |
| Line is longer than 80 characters. | 199 | |
| Line is longer than 80 characters. | 200 | |
| Line is longer than 80 characters. | 201 | |
| Line is longer than 80 characters. | 202 | |
| Missing a Javadoc comment. | 202 | |
| Parameter context should be final. | 202 | |
| Parameter buffer should be final. | 202 | |
| Parameter inline should be final. | 202 | |
| '{' should be on the previous line. | 205 | |
| Line is longer than 80 characters. | 206 | |
| Line is longer than 80 characters. | 210 | |
| Missing a Javadoc comment. | 210 | |
| Parameter startTag should be final. | 210 | |
| Parameter macro should be final. | 210 | |
| Parameter body should be final. | 210 | |
| Parameter params should be final. | 210 | |
| Parameter context should be final. | 211 | |
| Parameter buffer should be final. | 211 | |
| '{' should be on the previous line. | 212 | |
| Line is longer than 80 characters. | 215 | |
| Unused @param tag for 'divOrSpanTag'. | 223 | |
| Line is longer than 80 characters. | 224 | |
| Parameter macroTag should be final. | 226 | |
| Parameter macro should be final. | 226 | |
| Expected @param tag for 'macro'. | 226 | |
| 'if' construct must use '{}'s. | 230 | |
| Line is longer than 80 characters. | 231 | |
| 'else' construct must use '{}'s. | 232 | |
| Line is longer than 80 characters. | 233 | |
| Line is longer than 80 characters. | 236 | |
| 'if' construct must use '{}'s. | 237 | |
| Line is longer than 80 characters. | 238 | |
| Line is longer than 80 characters. | 241 | |
| '{' should be on the previous line. | 246 | |
| Line is longer than 80 characters. | 247 | |
| '{' should be on the previous line. | 249 | |
| Line is longer than 80 characters. | 250 | |
| '{' should be on the previous line. | 252 | |
| Line is longer than 80 characters. | 253 | |
| Line is longer than 80 characters. | 259 | |
| Avoid inline conditionals. | 259 | |
| Line is longer than 80 characters. | 260 | |
| Line is longer than 80 characters. | 261 | |
| Expected an @return tag. | 270 | |
| Parameter macro should be final. | 270 | |
| Expected @param tag for 'macro'. | 270 | |
| '{' should be on the previous line. | 271 | |
| '&&' should be on a new line. | 272 | |
| Line is longer than 80 characters. | 273 | |
| Line is longer than 80 characters. | 276 | |
| Missing a Javadoc comment. | 276 | |
| Parameter macro should be final. | 276 | |
| 'if' construct must use '{}'s. | 278 | |
| '{' should be on the previous line. | 282 | |
| Line is longer than 80 characters. | 283 | |
| Expected an @return tag. | 292 | |
| Parameter node should be final. | 292 | |
| Expected @param tag for 'node'. | 292 | |
| '{' should be on the previous line. | 293 | |
| Expected an @return tag. | 300 | |
| Parameter node should be final. | 300 | |
| Expected @param tag for 'node'. | 300 | |
| '{' should be on the previous line. | 301 | |
| Line is longer than 80 characters. | 303 | |
| Expected an @return tag. | 309 | |
| Parameter node should be final. | 309 | |
| Expected @param tag for 'node'. | 309 | |
| '{' should be on the previous line. | 310 | |
| Line is longer than 80 characters. | 312 | |
| Line is longer than 80 characters. | 322 | |
| Line is longer than 80 characters. | 325 | |
| Line is longer than 80 characters. | 326 | |
| 'if' construct must use '{}'s. | 329 | |
| Line is longer than 80 characters. | 332 | |
| 'if' construct must use '{}'s. | 333 | |
| Line is longer than 80 characters. | 334 | |
| 'else' construct must use '{}'s. | 335 | |
| Line is longer than 80 characters. | 336 | |
| Line is longer than 80 characters. | 344 | |
| Line is longer than 80 characters. | 346 | |
| Parameter nodeContext should be final. | 346 | |
| Expected @param tag for 'nodeContext'. | 346 | |
| Parameter defaultWysiwygConverter should be final. | 346 | |
| Expected @param tag for 'defaultWysiwygConverter'. | 346 | |
| Parameter macro should be final. | 347 | |
| Expected @param tag for 'macro'. | 347 | |
| Parameter result should be final. | 347 | |
| Expected @param tag for 'result'. | 347 | |
| Parameter startTagText should be final. | 347 | |
| Expected @param tag for 'startTagText'. | 347 | |
| '{' should be on the previous line. | 348 | |
| Line is longer than 80 characters. | 349 | |
| Line is longer than 80 characters. | 350 | |
| Line is longer than 80 characters. | 351 | |
| 'if' construct must use '{}'s. | 354 | |
| 'if' construct must use '{}'s. | 357 | |
| Line is longer than 80 characters. | 360 | |
| '{' should be on the previous line. | 362 | |
| 'if' construct must use '{}'s. | 364 | |
| Line is longer than 80 characters. | 367 | |
| Line is longer than 80 characters. | 374 | |
| Line is longer than 80 characters. | 376 | |
| Parameter nodeContext should be final. | 376 | |
| Expected @param tag for 'nodeContext'. | 376 | |
| Parameter defaultWysiwygConverter should be final. | 376 | |
| Expected @param tag for 'defaultWysiwygConverter'. | 376 | |
| Parameter macro should be final. | 377 | |
| Expected @param tag for 'macro'. | 377 | |
| Parameter result should be final. | 377 | |
| Expected @param tag for 'result'. | 377 | |
| '{' should be on the previous line. | 378 | |
| Line is longer than 80 characters. | 379 | |
| '{' should be on the previous line. | 381 | |
| Line is longer than 80 characters. | 382 | |
| '}' should be on the same line. | 383 | |
| Line is longer than 80 characters. | 384 | |
| '{' should be on the previous line. | 386 | |
| Must have at least one statement. | 386 | |
| '}' should be on the same line. | 388 | |
| Line is longer than 80 characters. | 389 | |
| Line is longer than 80 characters. | 391 | |
| '}' should be on the same line. | 392 | |
| '{' should be on the previous line. | 395 | |
| Line is longer than 80 characters. | 396 | |
| Line is longer than 80 characters. | 397 | |
| '}' should be on the same line. | 398 | |
| '{' should be on the previous line. | 401 | |
| Line is longer than 80 characters. | 402 | |
| '}' should be on the same line. | 403 | |
| '{' should be on the previous line. | 405 | |
| Line is longer than 80 characters. | 407 | |
| Line is longer than 80 characters. | 412 | |
| Line is longer than 80 characters. | 415 | |
| Expected @param tag for 'nodeContext'. | 415 | |
| Expected @param tag for 'defaultWysiwygConverter'. | 415 | |
| Expected @param tag for 'macro'. | 415 | |
| Line is longer than 80 characters. | 417 | |
| '{' should be on the previous line. | 419 | |
| '{' should be on the previous line. | 423 | |
| '{' should be on the previous line. | 429 | |
| Line is longer than 80 characters. | 430 | |
| '{' should be on the previous line. | 434 | |
| Line is longer than 80 characters. | 435 | |
| Line is longer than 80 characters. | 439 | |
| Missing a Javadoc comment. | 442 | |
| Parameter macro should be final. | 442 | |
| '{' should be on the previous line. | 443 | |
| Line is longer than 80 characters. | 444 | |
| '{' should be on the previous line. | 449 | |
| Line is longer than 80 characters. | 456 | |
| Expected an @return tag. | 459 | |
| Line is longer than 80 characters. | 459 | |
| Expected @param tag for 'nodeContext'. | 459 | |
| Expected @param tag for 'defaultWysiwygConverter'. | 459 | |
| '{' should be on the previous line. | 465 | |
| '{' should be on the previous line. | 468 | |
| 'if' construct must use '{}'s. | 469 | |
| Line is longer than 80 characters. | 470 | |
| 'else' construct must use '{}'s. | 471 | |
| Line is longer than 80 characters. | 472 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| '{' should be on the previous line. | 7 | |
| Redundant 'public' modifier. | 12 | |
| Line is longer than 80 characters. | 15 | |
| Redundant 'public' modifier. | 19 | |
| Line is longer than 80 characters. | 22 | |
| Redundant 'public' modifier. | 25 | |
| Line is longer than 80 characters. | 29 | |
| Redundant 'public' modifier. | 31 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Missing a Javadoc comment. | 21 | |
| Variable 'renderMap' must be private and have accessor methods. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Variable 'attachmentManager' must be private and have accessor methods. | 22 | |
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 25 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Parameter attachmentManager should be final. | 28 | |
| 'attachmentManager' hides a field. | 28 | |
| Line is longer than 80 characters. | 33 | |
| Method 'renderResource' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Parameter resource should be final. | 33 | |
| Parameter context should be final. | 33 | |
| '{' should be on the previous line. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 38 | |
| 'if' is not followed by whitespace. | 38 | |
| Line is longer than 80 characters. | 40 | |
| 'if' construct must use '{}'s. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line is longer than 80 characters. | 44 | |
| Line is longer than 80 characters. | 45 | |
| '{' should be on the previous line. | 50 | |
| Line is longer than 80 characters. | 51 | |
| 'if' construct must use '{}'s. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 58 | |
| Line is longer than 80 characters. | 60 | |
| 'if' construct must use '{}'s. | 61 | |
| Line is longer than 80 characters. | 61 | |
| '}' should be on the same line. | 65 | |
| '{' should be on the previous line. | 68 | |
| Method 'getAttachmentManager' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| '{' should be on the previous line. | 74 | |
| Line is longer than 80 characters. | 78 | |
| Method 'setAttachmentManager' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| Parameter attachmentManager should be final. | 78 | |
| 'attachmentManager' hides a field. | 78 | |
| Method 'getRenderMap' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| '{' should be on the previous line. | 84 | |
| '{' should be on the previous line. | 86 | |
| Line is longer than 80 characters. | 88 | |
| Line is longer than 80 characters. | 89 | |
| Line is longer than 80 characters. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Line is longer than 80 characters. | 96 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Name 'RESOURCE_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 12 | |
| Variable 'RESOURCE_TYPE' must be private and have accessor methods. | 12 | |
| Missing a Javadoc comment. | 14 | |
| Parameter string should be final. | 14 | |
| '{' should be on the previous line. | 15 | |
| Missing a Javadoc comment. | 19 | |
| Parameter parser should be final. | 19 | |
| '{' should be on the previous line. | 20 | |
| Line is longer than 80 characters. | 23 | |
| 'if' construct must use '{}'s. | 24 | |
| 'if' construct must use '{}'s. | 26 | |
| Missing a Javadoc comment. | 30 | |
| Parameter parser should be final. | 30 | |
| '{' should be on the previous line. | 31 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 13 | |
| Line is longer than 80 characters. | 14 | |
| Line is longer than 80 characters. | 15 | |
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 19 | |
| '{' should be on the previous line. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Missing a Javadoc comment. | 24 | |
| First sentence should end with a period. | 26 | |
| Line is longer than 80 characters. | 29 | |
| First sentence should end with a period. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 34 | |
| First sentence should end with a period. | 36 | |
| Line is longer than 80 characters. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Line is longer than 80 characters. | 47 | |
| Line is longer than 80 characters. | 53 | |
| Parameter renderContext should be final. | 53 | |
| Line is longer than 80 characters. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Line is longer than 80 characters. | 64 | |
| Method 'addBlock' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Parameter content should be final. | 67 | |
| '{' should be on the previous line. | 68 | |
| '{' should be on the previous line. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 79 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 84 | |
| Method 'addInline' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Parameter content should be final. | 87 | |
| '{' should be on the previous line. | 88 | |
| '{' should be on the previous line. | 90 | |
| Line is longer than 80 characters. | 91 | |
| First sentence should end with a period. | 98 | |
| Line is longer than 80 characters. | 99 | |
| Line is longer than 80 characters. | 102 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Parameter token should be final. | 105 | |
| '{' should be on the previous line. | 106 | |
| '{' should be on the previous line. | 108 | |
| '3' is a magic number. | 109 | |
| '{' should be on the previous line. | 110 | |
| Line is longer than 80 characters. | 111 | |
| Line is longer than 80 characters. | 115 | |
| '}' should be on the same line. | 117 | |
| '{' should be on the previous line. | 119 | |
| Line is longer than 80 characters. | 120 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Missing a Javadoc comment. | 125 | |
| Parameter o should be final. | 125 | |
| '{' should be on the previous line. | 126 | |
| '{' should be on the previous line. | 128 | |
| '{' should be on the previous line. | 132 | |
| Line is longer than 80 characters. | 136 | |
| Line is longer than 80 characters. | 138 | |
| Avoid inline conditionals. | 138 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| Missing a Javadoc comment. | 146 | |
| '{' should be on the previous line. | 147 | |
| Avoid inline conditionals. | 148 | |
| Missing a Javadoc comment. | 151 | |
| Parameter text should be final. | 151 | |
| '{' should be on the previous line. | 152 | |
| Line is longer than 80 characters. | 153 | |
| Line is longer than 80 characters. | 154 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 8 | |
| '{' should be on the previous line. | 12 | |
| Line is longer than 80 characters. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Redundant 'public' modifier. | 13 | |
| Line is longer than 80 characters. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Redundant 'public' modifier. | 15 | |
| Missing a Javadoc comment. | 17 | |
| Redundant 'public' modifier. | 17 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Redundant import from the same package - com.atlassian.renderer.v2.macro.code.formatter.AbstractFormatter. | 3 | |
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Line is longer than 80 characters. | 8 | |
| '+' should be on a new line. | 8 | |
| Line is longer than 80 characters. | 9 | |
| '+' should be on a new line. | 9 | |
| Line is longer than 80 characters. | 10 | |
| '+' should be on a new line. | 10 | |
| Line is longer than 80 characters. | 11 | |
| '+' should be on a new line. | 11 | |
| Line is longer than 80 characters. | 12 | |
| Missing a Javadoc comment. | 14 | |
| '+' should be on a new line. | 15 | |
| '+' should be on a new line. | 16 | |
| '+' should be on a new line. | 17 | |
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 19 | |
| '{' is followed by whitespace. | 19 | |
| Missing a Javadoc comment. | 21 | |
| '{' should be on the previous line. | 22 | |
| Method 'getSupportedLanguages' 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 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 12 | |
| '{' should be on the previous line. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 19 | |
| '{' is not followed by whitespace. | 19 | |
| '}' is not preceded with whitespace. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Parameter components should be final. | 21 | |
| 'components' hides a field. | 21 | |
| '{' should be on the previous line. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Method 'setComponents' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Parameter components should be final. | 26 | |
| 'components' hides a field. | 26 | |
| '{' should be on the previous line. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Method 'render' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter wiki should be final. | 31 | |
| Parameter renderContext should be final. | 31 | |
| '{' should be on the previous line. | 32 | |
| '{' should be on the previous line. | 34 | |
| '{' should be on the previous line. | 36 | |
| '{' should be on the previous line. | 41 | |
| '{' should be on the previous line. | 48 | |
| '{' should be on the previous line. | 52 | |
| Line is longer than 80 characters. | 53 | |
| '}' should be on the same line. | 58 | |
| '{' should be on the previous line. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Method 'renderAsText' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter originalContent should be final. | 66 | |
| Parameter context should be final. | 66 | |
| '{' should be on the previous line. | 67 | |
| '{' should be on the previous line. | 69 | |
| Line is longer than 80 characters. | 70 | |
| '}' should be on the same line. | 71 | |
| '{' should be on the previous line. | 73 | |
| Method 'getRendererType' 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 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 17 | |
| Line is longer than 80 characters. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Method 'shouldRender' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Parameter renderMode should be final. | 20 | |
| '{' should be on the previous line. | 21 | |
| Method 'render' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Parameter wiki should be final. | 26 | |
| Parameter context should be final. | 26 | |
| '{' should be on the previous line. | 27 | |
| '{' should be on the previous line. | 29 | |
| Line is longer than 80 characters. | 35 | |
| Method 'appendSubstitution' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Parameter buffer should be final. | 35 | |
| Parameter context should be final. | 35 | |
| Parameter matcher should be final. | 35 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 39 | |
| '5' is a magic number. | 42 | |
| '{' should be on the previous line. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line is longer than 80 characters. | 48 | |
| Line is longer than 80 characters. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Parameter phrase_start_sign should be final. | 55 | |
| Name 'phrase_start_sign' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| Parameter phrase_end_sign should be final. | 55 | |
| Name 'phrase_end_sign' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| Name 'valid_start' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| Name 'valid_end' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Name 'phrase_content' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| Line is longer than 80 characters. | 61 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 5 | |
| '{' should be on the previous line. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 17 | |
| Parameter originalLinkText should be final. | 17 | |
| '{' should be on the previous line. | 18 | |
| Missing a Javadoc comment. | 22 | |
| Parameter originalLinkText should be final. | 22 | |
| Parameter linkBody should be final. | 22 | |
| '{' should be on the previous line. | 23 | |
| Missing a Javadoc comment. | 28 | |
| Parameter originalLinkText should be final. | 28 | |
| Parameter unresolvedLink should be final. | 28 | |
| 'unresolvedLink' hides a field. | 28 | |
| '{' should be on the previous line. | 29 | |
| Method 'isRelativeUrl' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| '{' should be on the previous line. | 35 | |
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| '{' should be on the previous line. | 40 | |
| '{' should be on the previous line. | 42 | |
| Method 'getTitleKey' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| '{' should be on the previous line. | 49 | |
| Avoid inline conditionals. | 50 | |
| Method 'getTitleArgs' 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 | |
| Avoid inline conditionals. | 55 | |
| Method 'getUrl' 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 'getWikiDestination' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| '{' should be on the previous line. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Avoid inline conditionals. | 65 | |
| Method 'getWikiTitle' 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 | |
| Avoid inline conditionals. | 70 | |
| Method 'isAliasSpecified' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| '{' should be on the previous line. | 74 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 9 | |
| '{' should be on the previous line. | 10 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 10 | |
| '{' should be on the previous line. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Line is longer than 80 characters. | 17 | |
| '{' should be on the previous line. | 21 | |
| Method 'setPluginAccessor' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Parameter pluginAccessor should be final. | 25 | |
| '{' should be on the previous line. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Method 'getTextConverterComponents' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| '<' is not preceded with whitespace. | 31 | |
| '<' is not followed by whitespace. | 31 | |
| '>' is not preceded with whitespace. | 31 | |
| '{' should be on the previous line. | 32 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 9 | |
| '{' should be on the previous line. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Redundant 'static' modifier. | 15 | |
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 20 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Expected an @return tag. | 35 | |
| Line is longer than 80 characters. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Line is longer than 80 characters. | 47 | |
| Line is longer than 80 characters. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Line is longer than 80 characters. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Line is longer than 80 characters. | 67 | |
| Line is longer than 80 characters. | 70 | |
| Line is longer than 80 characters. | 73 | |
| Expected an @return tag. | 76 | |
| Line is longer than 80 characters. | 79 | |
| Expected an @return tag. | 83 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 16 | |
| Line has trailing spaces. | 17 | |
| Line is longer than 80 characters. | 17 | |
| Line is longer than 80 characters. | 20 | |
| Line is longer than 80 characters. | 23 | |
| Utility classes should not have a public or default constructor. | 26 | |
| '{' should be on the previous line. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Parameter link should be final. | 39 | |
| '{' should be on the previous line. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line is longer than 80 characters. | 43 | |
| Line is longer than 80 characters. | 44 | |
| 'if' construct must use '{}'s. | 46 | |
| 'else' construct must use '{}'s. | 48 | |
| Line is longer than 80 characters. | 49 | |
| 'if' construct must use '{}'s. | 51 | |
| Line is longer than 80 characters. | 52 | |
| 'if' construct must use '{}'s. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Missing a Javadoc comment. | 60 | |
| Parameter node should be final. | 60 | |
| Parameter newAlias should be final. | 60 | |
| '{' should be on the previous line. | 61 | |
| 'if' construct must use '{}'s. | 63 | |
| Line is longer than 80 characters. | 66 | |
| '{' should be on the previous line. | 68 | |
| Line is longer than 80 characters. | 69 | |
| Line is longer than 80 characters. | 73 | |
| Line is longer than 80 characters. | 75 | |
| '<' is not preceded with whitespace. | 78 | |
| '<' is not followed by whitespace. | 78 | |
| '>' is not preceded with whitespace. | 78 | |
| '<' is not preceded with whitespace. | 78 | |
| '<' is not followed by whitespace. | 78 | |
| '>' is not preceded with whitespace. | 78 | |
| '>' is not followed by whitespace. | 78 | |
| '3' is a magic number. | 78 | |
| '{' should be on the previous line. | 82 | |
| 'if' construct must use '{}'s. | 90 | |
| Missing a Javadoc comment. | 96 | |
| Parameter node should be final. | 96 | |
| Parameter attributeName should be final. | 96 | |
| Avoid inline conditionals. | 99 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 15 | |
| '{' should be on the previous line. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Parameter content should be final. | 20 | |
| 'content' hides a field. | 20 | |
| '{' should be on the previous line. | 21 | |
| Missing a Javadoc comment. | 25 | |
| Parameter content should be final. | 25 | |
| 'content' hides a field. | 25 | |
| Parameter header should be final. | 25 | |
| 'header' hides a field. | 25 | |
| '{' should be on the previous line. | 26 | |
| Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| '{' should be on the previous line. | 32 | |
| Method 'isHeader' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| '{' should be on the previous line. | 37 | |
| Line is longer than 80 characters. | 41 | |
| Method 'render' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter subRenderer should be final. | 41 | |
| Parameter context should be final. | 41 | |
| Parameter buff should be final. | 41 | |
| '{' should be on the previous line. | 47 | |
| '}' should be on the same line. | 49 | |
| '{' should be on the previous line. | 51 | |
| Line is longer than 80 characters. | 52 | |
| 'if' construct must use '{}'s. | 54 | |
| 'if' construct must use '{}'s. | 57 | |
| Line is longer than 80 characters. | 58 | |
| 'else' construct must use '{}'s. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| '{' should be on the previous line. | 66 | |
| Avoid inline conditionals. | 67 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter o should be final. | 70 | |
| '{' should be on the previous line. | 71 | |
| 'if' construct must use '{}'s. | 72 | |
| 'if' construct must use '{}'s. | 73 | |
| 'if' construct must use '{}'s. | 77 | |
| 'if' construct must use '{}'s. | 78 | |
| Line is longer than 80 characters. | 78 | |
| Avoid inline conditionals. | 78 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| '{' should be on the previous line. | 84 | |
| Avoid inline conditionals. | 86 | |
| '29' is a magic number. | 87 | |
| Avoid inline conditionals. | 87 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 11 | |
| '{' should be on the previous line. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Variable 'type' must be private and have accessor methods. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 17 | |
| Parameter type should be final. | 17 | |
| 'type' hides a field. | 17 | |
| '{' should be on the previous line. | 18 | |
| Missing a Javadoc comment. | 22 | |
| Parameter bullets should be final. | 22 | |
| Parameter item should be final. | 22 | |
| '{' should be on the previous line. | 23 | |
| 'if' construct must use '{}'s. | 24 | |
| '{' should be on the previous line. | 27 | |
| 'if' construct must use '{}'s. | 28 | |
| Missing a Javadoc comment. | 35 | |
| Parameter item should be final. | 35 | |
| '{' should be on the previous line. | 36 | |
| Line is longer than 80 characters. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter buffer should be final. | 41 | |
| Parameter depth should be final. | 41 | |
| Parameter subRenderer should be final. | 41 | |
| Parameter context should be final. | 41 | |
| '{' should be on the previous line. | 47 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 8 | |
| '{' should be on the previous line. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 13 | |
| Parameter url should be final. | 13 | |
| Parameter linkBody should be final. | 13 | |
| '{' should be on the previous line. | 14 | |
| Missing a Javadoc comment. | 19 | |
| Parameter parser should be final. | 19 | |
| '{' should be on the previous line. | 20 | |
| '{' should be on the previous line. | 27 | |
| '}' should be on the same line. | 31 | |
| '{' should be on the previous line. | 33 | |
| 'if' construct must use '{}'s. | 38 | |
| '{' should be on the previous line. | 45 | |
| 'if' construct must use '{}'s. | 48 | |
| '7' is a magic number. | 49 | |
| Line is longer than 80 characters. | 50 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 6 | |
| Line is longer than 80 characters. | 7 | |
| '{' should be on the previous line. | 10 | |
| Missing a Javadoc comment. | 11 | |
| '{' should be on the previous line. | 12 | |
| Line is longer than 80 characters. | 16 | |
| Method 'toHtml' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Parameter buffer should be final. | 16 | |
| Parameter depth should be final. | 16 | |
| Parameter subRenderer should be final. | 16 | |
| Parameter context should be final. | 16 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| '{' should be on the previous line. | 4 | |
| Missing a Javadoc comment. | 5 | |
| Name 'UNEMBEDDABLE_TYPES' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 5 | |
| Variable 'UNEMBEDDABLE_TYPES' must be private and have accessor methods. | 5 | |
| Missing a Javadoc comment. | 13 | |
| Parameter parser should be final. | 13 | |
| '{' should be on the previous line. | 14 | |
| '{' should be on the previous line. | 16 | |
| 'if' construct must use '{}'s. | 18 | |
| Missing a Javadoc comment. | 25 | |
| Parameter string should be final. | 25 | |
| '{' should be on the previous line. | 26 | |
| Missing a Javadoc comment. | 30 | |
| Parameter parser should be final. | 30 | |
| '{' should be on the previous line. | 31 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 9 | |
| Line is longer than 80 characters. | 11 | |
| Variable 'parser' must be private and have accessor methods. | 13 | |
| Variable 'filename' must be private and have accessor methods. | 18 | |
| Variable 'type' must be private and have accessor methods. | 23 | |
| Line is longer than 80 characters. | 26 | |
| Variable 'page' must be private and have accessor methods. | 29 | |
| Line is longer than 80 characters. | 32 | |
| Variable 'space' must be private and have accessor methods. | 35 | |
| Line is longer than 80 characters. | 38 | |
| Variable 'url' must be private and have accessor methods. | 41 | |
| Variable 'originalText' must be private and have accessor methods. | 46 | |
| First sentence should end with a period. | 48 | |
| Variable 'properties' must be private and have accessor methods. | 51 | |
| Parameter parser should be final. | 58 | |
| 'parser' hides a field. | 58 | |
| Expected @param tag for 'parser'. | 58 | |
| '{' should be on the previous line. | 59 | |
| Parameter originalText should be final. | 75 | |
| 'originalText' hides a field. | 75 | |
| Expected @param tag for 'originalText'. | 75 | |
| '{' should be on the previous line. | 76 | |
| First sentence should end with a period. | 80 | |
| Line is longer than 80 characters. | 86 | |
| Parameter parser should be final. | 86 | |
| Expected @throws tag for 'IllegalArgumentException'. | 86 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 86 | |
| Expected an @return tag. | 95 | |
| Method 'isExternal' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| '{' should be on the previous line. | 96 | |
| Expected an @return tag. | 104 | |
| Method 'isInternal' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| '{' should be on the previous line. | 105 | |
| Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Missing a Javadoc comment. | 109 | |
| '{' should be on the previous line. | 110 | |
| Method 'getFilename' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| Missing a Javadoc comment. | 114 | |
| '{' should be on the previous line. | 115 | |
| Expected an @return tag. | 123 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| '{' should be on the previous line. | 124 | |
| Line is longer than 80 characters. | 129 | |
| Expected an @return tag. | 133 | |
| Method 'getOriginalLinkText' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| '{' should be on the previous line. | 134 | |
| Line is longer than 80 characters. | 139 | |
| Expected an @return tag. | 145 | |
| Method 'getSpace' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| '{' should be on the previous line. | 146 | |
| Line is longer than 80 characters. | 151 | |
| Expected an @return tag. | 156 | |
| Method 'getPage' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| '{' should be on the previous line. | 157 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| Missing a Javadoc comment. | 161 | |
| '{' should be on the previous line. | 162 | |
| '+' is not preceded with whitespace. | 163 | |
| '+' is not followed by whitespace. | 163 | |
| '+' is not preceded with whitespace. | 163 | |
| '+' is not followed by whitespace. | 163 | |
| Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| Missing a Javadoc comment. | 166 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 11 | |
| '{' should be on the previous line. | 12 | |
| Line is longer than 80 characters. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Method 'shouldRender' is not designed for extension - needs to be abstract, final or empty. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Parameter renderMode should be final. | 15 | |
| '{' should be on the previous line. | 16 | |
| Method 'render' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Parameter wiki should be final. | 20 | |
| Parameter context should be final. | 20 | |
| '{' should be on the previous line. | 21 | |
| 'if' construct must use '{}'s. | 22 | |
| '{' should be on the previous line. | 28 | |
| '{' should be on the previous line. | 33 | |
| Line is longer than 80 characters. | 35 | |
| '}' should be on the same line. | 38 | |
| '{' should be on the previous line. | 40 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 8 | |
| '{' should be on the previous line. | 12 | |
| Missing a Javadoc comment. | 13 | |
| First sentence should end with a period. | 15 | |
| Parameter pluginAccessor should be final. | 20 | |
| '{' should be on the previous line. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Expected an @return tag. | 28 | |
| Method 'render' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Parameter originalContent should be final. | 28 | |
| Expected @param tag for 'originalContent'. | 28 | |
| Parameter renderContext should be final. | 28 | |
| Expected @param tag for 'renderContext'. | 28 | |
| '{' should be on the previous line. | 29 | |
| Expected an @return tag. | 36 | |
| Method 'renderAsText' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Parameter originalContent should be final. | 36 | |
| Expected @param tag for 'originalContent'. | 36 | |
| Parameter context should be final. | 36 | |
| Expected @param tag for 'context'. | 36 | |
| '{' should be on the previous line. | 37 | |
| Method 'getRendererType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| '{' should be on the previous line. | 47 | |
| Line has trailing spaces. | 50 | |
| Missing a Javadoc comment. | 51 | |
| '{' should be on the previous line. | 52 | |
| Line is longer than 80 characters. | 53 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 10 | |
| '{' should be on the previous line. | 11 | |
| Missing a Javadoc comment. | 12 | |
| '{' should be on the previous line. | 13 | |
| Missing a Javadoc comment. | 16 | |
| Parameter subRenderer should be final. | 16 | |
| '{' should be on the previous line. | 17 | |
| Method 'getPanelCSSClass' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| Missing a Javadoc comment. | 21 | |
| '{' should be on the previous line. | 22 | |
| Method 'getPanelHeaderCSSClass' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| '{' should be on the previous line. | 27 | |
| Method 'getPanelContentCSSClass' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| '{' should be on the previous line. | 32 | |
| Line is longer than 80 characters. | 36 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Parameter parameters should be final. | 36 | |
| Parameter body should be final. | 36 | |
| Parameter renderContext should be final. | 36 | |
| 'if' construct must use '{}'s. | 38 | |
| 'else' construct must use '{}'s. | 40 | |
| Method 'getBodyRenderMode' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| '{' should be on the previous line. | 45 | |
| Line is longer than 80 characters. | 49 | |
| Method 'getBodyContent' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter parameters should be final. | 49 | |
| Parameter body should be final. | 49 | |
| Parameter renderContext should be final. | 49 | |
| 'if' construct must use '{}'s. | 51 | |
| 'if' construct must use '{}'s. | 54 | |
| Line is longer than 80 characters. | 57 | |
| Method 'suppressMacroRenderingDuringWysiwyg' 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 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Name 'RESOURCE_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 12 | |
| Variable 'RESOURCE_TYPE' must be private and have accessor methods. | 12 | |
| Missing a Javadoc comment. | 14 | |
| Name 'FILE_EXT_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 14 | |
| Variable 'FILE_EXT_1' must be private and have accessor methods. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Name 'FILE_EXT_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 15 | |
| Variable 'FILE_EXT_2' must be private and have accessor methods. | 15 | |
| Missing a Javadoc comment. | 17 | |
| Parameter string should be final. | 17 | |
| '{' should be on the previous line. | 18 | |
| Missing a Javadoc comment. | 22 | |
| Parameter parser should be final. | 22 | |
| '{' should be on the previous line. | 23 | |
| 'if' construct must use '{}'s. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 31 | |
| Parameter parser should be final. | 31 | |
| '{' should be on the previous line. | 32 | |
| Line is longer than 80 characters. | 33 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 5 | |
| Line is longer than 80 characters. | 8 | |
| '{' should be on the previous line. | 11 | |
| Missing a Javadoc comment. | 12 | |
| '{' should be on the previous line. | 13 | |
| Missing a Javadoc comment. | 16 | |
| Parameter message should be final. | 16 | |
| '{' should be on the previous line. | 17 | |
| Missing a Javadoc comment. | 21 | |
| Parameter message should be final. | 21 | |
| Parameter cause should be final. | 21 | |
| '{' should be on the previous line. | 22 | |
| Missing a Javadoc comment. | 26 | |
| Parameter cause should be final. | 26 | |
| '{' should be on the previous line. | 27 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 13 | |
| '{' should be on the previous line. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Parameter contents should be final. | 19 | |
| 'contents' hides a field. | 19 | |
| '{' should be on the previous line. | 20 | |
| Line is longer than 80 characters. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Parameter buffer should be final. | 24 | |
| Parameter depth should be final. | 24 | |
| Parameter subRenderer should be final. | 24 | |
| Parameter context should be final. | 24 | |
| 'for' construct must use '{}'s. | 26 | |
| 'if' construct must use '{}'s. | 30 | |
| Line is longer than 80 characters. | 31 | |
| '{' should be on the previous line. | 34 | |
| Line is longer than 80 characters. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Parameter buffer should be final. | 43 | |
| Parameter depth should be final. | 43 | |
| Parameter subRenderer should be final. | 43 | |
| Parameter context should be final. | 43 | |
| '{' should be on the previous line. | 46 | |
| Missing a Javadoc comment. | 52 | |
| Parameter bullets should be final. | 52 | |
| Parameter item should be final. | 52 | |
| '{' should be on the previous line. | 53 | |
| '{' should be on the previous line. | 55 | |
| Missing a Javadoc comment. | 62 | |
| Parameter bullets should be final. | 62 | |
| '{' should be on the previous line. | 63 | |
| Missing a Javadoc comment. | 67 | |
| Parameter bullet should be final. | 67 | |
| '{' should be on the previous line. | 68 | |
| Line is longer than 80 characters. | 69 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| '{' should be on the previous line. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Missing a Javadoc comment. | 8 | |
| Line is longer than 80 characters. | 10 | |
| Missing a Javadoc comment. | 10 | |
| Parameter macroRendererComponent should be final. | 10 | |
| 'macroRendererComponent' hides a field. | 10 | |
| Parameter context should be final. | 10 | |
| 'context' hides a field. | 10 | |
| Method 'handleMacro' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Parameter buffer should be final. | 16 | |
| Parameter macroTag should be final. | 16 | |
| Parameter body should be final. | 16 | |
| Method 'handleText' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Parameter buffer should be final. | 21 | |
| Parameter s should be final. | 21 | |
| '{' should be on the previous line. | 22 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Variable 'wikiContentHandler' must be private and have accessor methods. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Line is longer than 80 characters. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Parameter macroManager should be final. | 18 | |
| 'macroManager' hides a field. | 18 | |
| Parameter wikiContentHandler should be final. | 18 | |
| 'wikiContentHandler' hides a field. | 18 | |
| Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Parameter wiki should be final. | 24 | |
| '{' should be on the previous line. | 25 | |
| '{' should be on the previous line. | 28 | |
| '{' should be on the previous line. | 37 | |
| '{' should be on the previous line. | 40 | |
| switch without "default" clause. | 41 | |
| '{' should be on the previous line. | 42 | |
| Line is longer than 80 characters. | 48 | |
| ')' is preceded with whitespace. | 48 | |
| Line is longer than 80 characters. | 54 | |
| Line is longer than 80 characters. | 55 | |
| ',' is not followed by whitespace. | 55 | |
| Line is longer than 80 characters. | 58 | |
| Line is longer than 80 characters. | 59 | |
| '}' should be on the same line. | 63 | |
| '{' should be on the previous line. | 65 | |
| '{' should be on the previous line. | 71 | |
| Missing a Javadoc comment. | 79 | |
| Parameter wiki should be final. | 79 | |
| Parameter i should be final. | 79 | |
| Parameter out should be final. | 79 | |
| '{' should be on the previous line. | 80 | |
| '{' should be on the previous line. | 83 | |
| '{' should be on the previous line. | 87 | |
| '{' should be on the previous line. | 92 | |
| Line is longer than 80 characters. | 94 | |
| Line has trailing spaces. | 95 | |
| Line is longer than 80 characters. | 95 | |
| Line is longer than 80 characters. | 96 | |
| '}' should be on the same line. | 102 | |
| '{' should be on the previous line. | 104 | |
| '}' should be on the same line. | 109 | |
| '{' should be on the previous line. | 111 | |
| Missing a Javadoc comment. | 118 | |
| Parameter buffer should be final. | 118 | |
| Parameter startTag should be final. | 118 | |
| Parameter body should be final. | 118 | |
| ',' is not followed by whitespace. | 120 | |
| ',' is not followed by whitespace. | 120 | |
| Missing a Javadoc comment. | 123 | |
| Parameter name should be final. | 123 | |
| '{' should be on the previous line. | 124 | |
| '{' should be on the previous line. | 126 | |
| Missing a Javadoc comment. | 133 | |
| Parameter wiki should be final. | 133 | |
| Parameter startTag should be final. | 133 | |
| '{' should be on the previous line. | 134 | |
| Line is longer than 80 characters. | 137 | |
| '{' should be on the previous line. | 142 | |
| '{' should be on the previous line. | 148 | |
| Line is longer than 80 characters. | 150 | |
| '}' should be on the same line. | 155 | |
| '{' should be on the previous line. | 157 | |
| Line has trailing spaces. | 162 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 6 | |
| Missing a Javadoc comment. | 6 | |
| Line is longer than 80 characters. | 8 | |
| Missing a Javadoc comment. | 8 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 8 | |
| Missing a Javadoc comment. | 10 | |
| Method 'getModule' is not designed for extension - needs to be abstract, final or empty. | 12 | |
| Missing a Javadoc comment. | 12 | |
| '{' should be on the previous line. | 13 | |
| Expected an @return tag. | 20 | |
| Method 'makeFormatterFromClass' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| '{' should be on the previous line. | 21 | |
| '{' should be on the previous line. | 23 | |
| '}' should be on the same line. | 25 | |
| '{' should be on the previous line. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Method 'getFormatter' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| '{' should be on the previous line. | 35 | |
| 'if' construct must use '{}'s. | 36 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 10 | |
| '{' should be on the previous line. | 14 | |
| Method 'isInline' is not designed for extension - needs to be abstract, final or empty. | 15 | |
| Missing a Javadoc comment. | 15 | |
| '{' should be on the previous line. | 16 | |
| Method 'hasBody' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| Missing a Javadoc comment. | 20 | |
| '{' should be on the previous line. | 21 | |
| Method 'getBodyRenderMode' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| '{' should be on the previous line. | 26 | |
| Method 'suppressMacroRenderingDuringWysiwyg' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| '{' should be on the previous line. | 31 | |
| Line is longer than 80 characters. | 35 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Parameter parameters should be final. | 35 | |
| Parameter body should be final. | 35 | |
| Parameter renderContext should be final. | 35 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 6 | |
| Line is longer than 80 characters. | 7 | |
| '{' should be on the previous line. | 10 | |
| Line is longer than 80 characters. | 11 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 14 | |
| Parameter raw should be final. | 14 | |
| 'raw' hides a field. | 14 | |
| '{' should be on the previous line. | 15 | |
| Line is longer than 80 characters. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Method 'value' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| '{' should be on the previous line. | 24 | |
| 'if' construct must use '{}'s. | 26 | |
| 'else' construct must use '{}'s. | 28 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| '{' should be on the previous line. | 37 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 13 | |
| '{' should be on the previous line. | 14 | |
| Line is longer than 80 characters. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 | |
| Line is longer than 80 characters. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Line is longer than 80 characters. | 19 | |
| Method 'renderNextBlock' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Parameter thisLine should be final. | 19 | |
| Parameter nextLines should be final. | 19 | |
| Parameter context should be final. | 19 | |
| Parameter subRenderer should be final. | 19 | |
| '{' should be on the previous line. | 23 | |
| First sentence should end with a period. | 31 | |
| Line is longer than 80 characters. | 35 | |
| Method 'renderHeading' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Parameter headingLevel should be final. | 35 | |
| Expected @param tag for 'headingLevel'. | 35 | |
| Parameter body should be final. | 35 | |
| Expected @param tag for 'body'. | 35 | |
| Parameter context should be final. | 35 | |
| Expected @param tag for 'context'. | 35 | |
| Parameter subRenderer should be final. | 35 | |
| Expected @param tag for 'subRenderer'. | 35 | |
| Line is longer than 80 characters. | 57 | |
| Method 'renderHeading' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Parameter headingLevel should be final. | 57 | |
| Parameter body should be final. | 57 | |
| Parameter context should be final. | 57 | |
| Parameter subRenderer should be final. | 57 | |
| Parameter renderFormat should be final. | 57 | |
| Line is longer than 80 characters. | 60 | |
| Line is longer than 80 characters. | 62 | |
| '{' should be on the previous line. | 65 | |
| Line is longer than 80 characters. | 68 | |
| Expected an @return tag. | 74 | |
| Method 'getAnchor' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Parameter context should be final. | 74 | |
| Expected @param tag for 'context'. | 74 | |
| Parameter body should be final. | 74 | |
| Expected @param tag for 'body'. | 74 | |
| '{' should be on the previous line. | 75 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 45 | |
| Line is longer than 80 characters. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 60 | |
| Parameter originalText should be final. | 60 | |
| 'originalText' hides a field. | 60 | |
| '{' should be on the previous line. | 61 | |
| Missing a Javadoc comment. | 66 | |
| Parameter s should be final. | 66 | |
| '{' should be on the previous line. | 67 | |
| Line is longer than 80 characters. | 68 | |
| '{' should be on the previous line. | 74 | |
| '}' should be on the same line. | 77 | |
| '{' should be on the previous line. | 79 | |
| Line is longer than 80 characters. | 86 | |
| Missing a Javadoc comment. | 90 | |
| Parameter resourceString should be final. | 90 | |
| '{' should be on the previous line. | 91 | |
| Line is longer than 80 characters. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Line is longer than 80 characters. | 104 | |
| 'if' construct must use '{}'s. | 105 | |
| Line is longer than 80 characters. | 106 | |
| '}' should be on the same line. | 109 | |
| '{' should be on the previous line. | 111 | |
| '{' should be on the previous line. | 114 | |
| Line is longer than 80 characters. | 115 | |
| Line is longer than 80 characters. | 116 | |
| '{' should be on the previous line. | 119 | |
| Line is longer than 80 characters. | 121 | |
| Line is longer than 80 characters. | 128 | |
| 'if' construct must use '{}'s. | 130 | |
| Missing a Javadoc comment. | 134 | |
| Parameter parameterString should be final. | 134 | |
| '{' should be on the previous line. | 135 | |
| '{' should be on the previous line. | 139 | |
| '{' should be on the previous line. | 142 | |
| Line is longer than 80 characters. | 143 | |
| Line is longer than 80 characters. | 144 | |
| '{' should be on the previous line. | 146 | |
| ',' is not followed by whitespace. | 147 | |
| '-' is not preceded with whitespace. | 147 | |
| '-' is not followed by whitespace. | 147 | |
| Line is longer than 80 characters. | 151 | |
| 'if' construct must use '{}'s. | 152 | |
| '}' should be on the same line. | 154 | |
| '{' should be on the previous line. | 156 | |
| Line is longer than 80 characters. | 157 | |
| Expected an @return tag. | 166 | |
| Method 'getOriginalText' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| '{' should be on the previous line. | 167 | |
| Expected an @return tag. | 174 | |
| Method 'getResource' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| '{' should be on the previous line. | 175 | |
| Expected an @return tag. | 182 | |
| Method 'getPage' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| '{' should be on the previous line. | 183 | |
| Expected an @return tag. | 190 | |
| Method 'getSpace' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| '{' should be on the previous line. | 191 | |
| Expected an @return tag. | 198 | |
| Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| '{' should be on the previous line. | 199 | |
| Expected an @return tag. | 208 | |
| Method 'isExternal' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| '{' should be on the previous line. | 209 | |
| Expected an @return tag. | 216 | |
| Method 'getFilename' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| '{' should be on the previous line. | 217 | |
| Expected an @return tag. | 224 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| '{' should be on the previous line. | 225 |
| Violation | Message | Line |
|---|---|---|
| Redundant import from the same package - com.atlassian.renderer.v2.macro.code.formatter.AbstractFormatter. | 3 | |
| '{' should be on the previous line. | 13 | |
| Missing a Javadoc comment. | 14 | |
| '{' is followed by whitespace. | 14 | |
| Missing a Javadoc comment. | 16 | |
| '{' should be on the previous line. | 17 | |
| Method 'getSupportedLanguages' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| Missing a Javadoc comment. | 20 | |
| '{' should be on the previous line. | 21 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 18 | |
| '{' should be on the previous line. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Variable 'rows' must be private and have accessor methods. | 20 | |
| Missing a Javadoc comment. | 22 | |
| '{' should be on the previous line. | 23 | |
| Method 'addRow' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Parameter s should be final. | 27 | |
| '{' should be on the previous line. | 28 | |
| Method 'addRow' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Parameter row should be final. | 32 | |
| '{' should be on the previous line. | 33 | |
| Line is longer than 80 characters. | 37 | |
| Method 'render' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Parameter subRenderer should be final. | 37 | |
| Parameter context should be final. | 37 | |
| Parameter buff should be final. | 37 | |
| 'if' construct must use '{}'s. | 39 | |
| Line is longer than 80 characters. | 39 | |
| 'if' is not followed by whitespace. | 39 | |
| '{' should be on the previous line. | 42 | |
| 'if' construct must use '{}'s. | 47 | |
| 'if' is not followed by whitespace. | 47 | |
| Missing a Javadoc comment. | 50 | |
| Parameter raw should be final. | 50 | |
| '{' should be on the previous line. | 51 | |
| '{' should be on the previous line. | 56 | |
| '{' should be on the previous line. | 60 | |
| '{' should be on the previous line. | 64 | |
| '}' should be on the same line. | 67 | |
| '{' should be on the previous line. | 69 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter o should be final. | 80 | |
| '{' should be on the previous line. | 81 | |
| 'if' construct must use '{}'s. | 82 | |
| 'if' construct must use '{}'s. | 83 | |
| 'if' construct must use '{}'s. | 87 | |
| Line is longer than 80 characters. | 87 | |
| Avoid inline conditionals. | 87 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| '{' should be on the previous line. | 93 | |
| Avoid inline conditionals. | 94 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 11 | |
| Line is longer than 80 characters. | 12 | |
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 25 | |
| Unclosed HTML tag found: <pre><renderer-component key="mycomponent" weight="20" cl | 25 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Parameter plugin should be final. | 38 | |
| Parameter element should be final. | 38 | |
| Redundant throws: 'PluginParseException' is unchecked exception. | 38 | |
| Method 'enabled' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| '{' should be on the previous line. | 45 | |
| Method 'getModule' 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 | |
| 'if' construct must use '{}'s. | 52 | |
| Method 'getWeight' 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 | |
| Line is longer than 80 characters. | 64 | |
| Method 'instantiateComponentClass' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| '{' should be on the previous line. | 71 | |
| '{' should be on the previous line. | 73 | |
| '}' should be on the same line. | 75 | |
| '{' should be on the previous line. | 77 | |
| Line is longer than 80 characters. | 78 | |
| '}' should be on the same line. | 79 | |
| '{' should be on the previous line. | 81 | |
| Line is longer than 80 characters. | 82 | |
| Missing a Javadoc comment. | 86 | |
| '{' should be on the previous line. | 87 | |
| 'if' construct must use '{}'s. | 90 | |
| 'if' construct must use '{}'s. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Line is longer than 80 characters. | 96 | |
| Missing a Javadoc comment. | 99 | |
| Parameter element should be final. | 99 | |
| Redundant throws: 'PluginParseException' is unchecked exception. | 99 | |
| '{' should be on the previous line. | 100 | |
| 'if' construct must use '{}'s. | 103 | |
| Line is longer than 80 characters. | 104 | |
| '{' should be on the previous line. | 107 | |
| '}' should be on the same line. | 109 | |
| '{' should be on the previous line. | 111 | |
| Line is longer than 80 characters. | 112 | |
| Missing a Javadoc comment. | 116 | |
| Redundant throws: 'PluginParseException' is unchecked exception. | 116 | |
| '{' should be on the previous line. | 117 | |
| 'if' construct must use '{}'s. | 120 | |
| Line is longer than 80 characters. | 120 | |
| Line is longer than 80 characters. | 121 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 8 | |
| '{' should be on the previous line. | 12 | |
| Line is longer than 80 characters. | 14 | |
| Line is longer than 80 characters. | 15 | |
| Line is longer than 80 characters. | 16 | |
| Line is longer than 80 characters. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Expected @param tag for 'context'. | 23 | |
| Expected @param tag for 'pageContent'. | 29 | |
| Expected @param tag for 'context'. | 36 | |
| Expected @param tag for 'text'. | 36 | |
| Missing a Javadoc comment. | 38 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 5 | |
| Class MacroTag should be declared as final. | 6 | |
| Missing a Javadoc comment. | 6 | |
| '{' should be on the previous line. | 7 | |
| Missing a Javadoc comment. | 8 | |
| Variable 'startIndex' must be private and have accessor methods. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Variable 'endIndex' must be private and have accessor methods. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Variable 'originalText' must be private and have accessor methods. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Variable 'command' must be private and have accessor methods. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Variable 'argString' must be private and have accessor methods. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 17 | |
| Parameter wiki should be final. | 17 | |
| Parameter startIndex should be final. | 17 | |
| '{' should be on the previous line. | 18 | |
| 'if' construct must use '{}'s. | 19 | |
| '3' is a magic number. | 19 | |
| '{' should be on the previous line. | 28 | |
| '{' should be on the previous line. | 32 | |
| switch without "default" clause. | 33 | |
| '{' should be on the previous line. | 34 | |
| Line is longer than 80 characters. | 36 | |
| 'if' construct must use '{}'s. | 45 | |
| 'else' construct must use '{}'s. | 47 | |
| '}' should be on the same line. | 51 | |
| '{' should be on the previous line. | 53 | |
| 'if' construct must use '{}'s. | 57 | |
| 'else' construct must use '{}'s. | 59 | |
| Line is longer than 80 characters. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter wiki should be final. | 66 | |
| Parameter startIndex should be final. | 66 | |
| Parameter i should be final. | 66 | |
| Parameter command should be final. | 66 | |
| Parameter args should be final. | 66 | |
| 'if' construct must use '{}'s. | 68 | |
| 'if' construct must use '{}'s. | 73 | |
| Line has trailing spaces. | 76 | |
| Line is longer than 80 characters. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Line is longer than 80 characters. | 78 | |
| Missing a Javadoc comment. | 81 | |
| Parameter wiki should be final. | 81 | |
| Parameter i should be final. | 81 | |
| '{' should be on the previous line. | 82 | |
| '{' should be on the previous line. | 84 | |
| '{' should be on the previous line. | 86 | |
| Line is longer than 80 characters. | 94 | |
| Missing a Javadoc comment. | 94 | |
| Parameter startIndex should be final. | 94 | |
| 'startIndex' hides a field. | 94 | |
| Parameter originalText should be final. | 94 | |
| 'originalText' hides a field. | 94 | |
| Parameter command should be final. | 94 | |
| 'command' hides a field. | 94 | |
| Parameter argString should be final. | 94 | |
| 'argString' hides a field. | 94 | |
| Parameter newlineBefore should be final. | 94 | |
| 'newlineBefore' hides a field. | 94 | |
| Parameter newlineAfter should be final. | 94 | |
| 'newlineAfter' hides a field. | 94 | |
| Missing a Javadoc comment. | 105 | |
| '{' should be on the previous line. | 106 | |
| Missing a Javadoc comment. | 110 | |
| '{' should be on the previous line. | 111 | |
| Missing a Javadoc comment. | 115 | |
| '{' should be on the previous line. | 116 | |
| Missing a Javadoc comment. | 120 | |
| Parameter o should be final. | 120 | |
| '{' should be on the previous line. | 121 | |
| 'if' construct must use '{}'s. | 122 | |
| 'if' construct must use '{}'s. | 123 | |
| 'if' construct must use '{}'s. | 127 | |
| 'if' construct must use '{}'s. | 128 | |
| 'if' construct must use '{}'s. | 129 | |
| 'if' construct must use '{}'s. | 130 | |
| 'if' construct must use '{}'s. | 131 | |
| Line is longer than 80 characters. | 131 | |
| Avoid inline conditionals. | 131 | |
| 'if' construct must use '{}'s. | 132 | |
| Line is longer than 80 characters. | 132 | |
| Avoid inline conditionals. | 132 | |
| 'if' construct must use '{}'s. | 133 | |
| Line is longer than 80 characters. | 133 | |
| Avoid inline conditionals. | 133 | |
| 'if' construct must use '{}'s. | 134 | |
| Line is longer than 80 characters. | 134 | |
| Avoid inline conditionals. | 134 | |
| Missing a Javadoc comment. | 140 | |
| '{' should be on the previous line. | 141 | |
| '31' is a magic number. | 144 | |
| Avoid inline conditionals. | 144 | |
| '31' is a magic number. | 145 | |
| Avoid inline conditionals. | 145 | |
| '31' is a magic number. | 146 | |
| Line is longer than 80 characters. | 147 | |
| '31' is a magic number. | 147 | |
| Avoid inline conditionals. | 147 | |
| '31' is a magic number. | 148 | |
| Avoid inline conditionals. | 148 | |
| '31' is a magic number. | 149 | |
| Avoid inline conditionals. | 149 | |
| '31' is a magic number. | 150 | |
| Avoid inline conditionals. | 150 | |
| Missing a Javadoc comment. | 154 | |
| Parameter endTag should be final. | 154 | |
| 'endTag' hides a field. | 154 | |
| '{' should be on the previous line. | 155 | |
| Missing a Javadoc comment. | 159 | |
| '{' should be on the previous line. | 160 | |
| Missing a Javadoc comment. | 164 | |
| '{' should be on the previous line. | 166 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 3 | |
| Utility classes should not have a public or default constructor. | 6 | |
| '{' should be on the previous line. | 7 | |
| Missing a Javadoc comment. | 8 | |
| Name 'regExpKeywords' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 8 | |
| Missing a Javadoc comment. | 10 | |
| Parameter str should be final. | 10 | |
| '{' should be on the previous line. | 11 | |
| '{' should be on the previous line. | 15 | |
| '(' is followed by whitespace. | 17 | |
| '>' is not preceded with whitespace. | 17 | |
| '>' is not followed by whitespace. | 17 | |
| '-' is not preceded with whitespace. | 17 | |
| '-' is not followed by whitespace. | 17 | |
| '==' is not preceded with whitespace. | 17 | |
| '==' is not followed by whitespace. | 17 | |
| ')' is preceded with whitespace. | 17 | |
| 'if' construct must use '{}'s. | 19 | |
| 'if' is not followed by whitespace. | 19 | |
| '(' is followed by whitespace. | 19 | |
| '!=' is not preceded with whitespace. | 19 | |
| '!=' is not followed by whitespace. | 19 | |
| ')' is preceded with whitespace. | 19 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 7 | |
| '{' should be on the previous line. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Line is longer than 80 characters. | 17 | |
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 24 | |
| Parameter pattern should be final. | 24 | |
| 'pattern' hides a field. | 24 | |
| Expected @param tag for 'pattern'. | 24 | |
| Parameter replacement should be final. | 24 | |
| 'replacement' hides a field. | 24 | |
| Expected @param tag for 'replacement'. | 24 | |
| Parameter necessaryConstantParts should be final. | 24 | |
| 'necessaryConstantParts' hides a field. | 24 | |
| Expected @param tag for 'necessaryConstantParts'. | 24 | |
| Method 'replaceAll' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter str should be final. | 31 | |
| '{' should be on the previous line. | 32 | |
| '{' should be on the previous line. | 34 | |
| '{' should be on the previous line. | 36 | |
| Method 'replace' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Parameter str should be final. | 44 | |
| '{' should be on the previous line. | 45 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 19 | |
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Comment matches to-do format 'TODO:'. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Line is longer than 80 characters. | 36 | |
| Method 'renderNextBlock' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Parameter thisLine should be final. | 36 | |
| Parameter nextLines should be final. | 36 | |
| Parameter context should be final. | 36 | |
| Parameter subRenderer should be final. | 36 | |
| '{' should be on the previous line. | 39 | |
| Line is longer than 80 characters. | 46 | |
| '{' should be on the previous line. | 56 | |
| '{' should be on the previous line. | 60 | |
| Line is longer than 80 characters. | 61 | |
| '}' should be on the same line. | 67 | |
| '{' should be on the previous line. | 69 | |
| '}' should be on the same line. | 72 | |
| '{' should be on the previous line. | 74 | |
| Line is longer than 80 characters. | 79 | |
| '1.25' is a magic number. | 81 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 3 | |
| Line is longer than 80 characters. | 5 | |
| Missing a Javadoc comment. | 5 | |
| Missing a Javadoc comment. | 7 | |
| Missing a Javadoc comment. | 9 | |
| '{' should be on the previous line. | 10 | |
| Missing a Javadoc comment. | 13 | |
| Parameter formatters should be final. | 13 | |
| 'formatters' hides a field. | 13 | |
| '{' should be on the previous line. | 14 | |
| Method 'getSourceCodeFormatter' is not designed for extension - needs to be abstract, final or empty. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Parameter language should be final. | 18 | |
| '{' should be on the previous line. | 19 | |
| Method 'getAvailableLanguages' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Missing a Javadoc comment. | 23 | |
| '{' should be on the previous line. | 24 | |
| Missing a Javadoc comment. | 28 | |
| Parameter codeFormatters should be final. | 28 | |
| '{' should be on the previous line. | 29 | |
| '{' should be on the previous line. | 33 | |
| '{' should be on the previous line. | 36 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 6 | |
| Line is longer than 80 characters. | 7 | |
| Line is longer than 80 characters. | 8 | |
| Line is longer than 80 characters. | 10 | |
| '{' should be on the previous line. | 15 | |
| Missing a Javadoc comment. | 16 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 10 | |
| Missing a Javadoc comment. | 10 | |
| Line is longer than 80 characters. | 12 | |
| Missing a Javadoc comment. | 12 | |
| Line has trailing spaces. | 18 | |
| Line is longer than 80 characters. | 20 | |
| Line is longer than 80 characters. | 22 | |
| '+' is not preceded with whitespace. | 22 | |
| Method 'shouldRender' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Parameter renderMode should be final. | 24 | |
| '{' should be on the previous line. | 25 | |
| Method 'render' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter wiki should be final. | 29 | |
| Parameter context should be final. | 29 | |
| '{' should be on the previous line. | 30 | |
| '{' should be on the previous line. | 32 | |
| Line is longer than 80 characters. | 38 | |
| Method 'appendSubstitution' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Parameter buffer should be final. | 38 | |
| Parameter context should be final. | 38 | |
| Parameter matcher should be final. | 38 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 6 | |
| '{' should be on the previous line. | 9 | |
| Expected an @return tag. | 14 | |
| Expected @param tag for 'nodeContext'. | 14 | |
| Expected an @return tag. | 19 | |
| Line is longer than 80 characters. | 19 | |
| Expected @param tag for 'nodeContext'. | 19 | |
| Expected @param tag for 'wysiwygConverter'. | 19 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| '{' should be on the previous line. | 8 | |
| Line is longer than 80 characters. | 10 | |
| Line is longer than 80 characters. | 14 | |
| Line is longer than 80 characters. | 16 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 5 | |
| Line is longer than 80 characters. | 6 | |
| Line is longer than 80 characters. | 7 | |
| '{' should be on the previous line. | 10 | |
| Missing a Javadoc comment. | 11 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 12 | |
| Line is longer than 80 characters. | 14 | |
| Line is longer than 80 characters. | 15 | |
| Line is longer than 80 characters. | 16 | |
| Redundant throws: 'PluginParseException' is unchecked exception. | 18 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 23 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 3 | |
| Redundant import from the same package - com.atlassian.renderer.v2.macro.basic.validator.MacroParameterValidationException. | 3 | |
| Line is longer than 80 characters. | 9 | |
| '{' should be on the previous line. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Line is longer than 80 characters. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 17 | |
| Parameter parameters should be final. | 17 | |
| 'parameters' hides a field. | 17 | |
| '{' should be on the previous line. | 18 | |
| Line is longer than 80 characters. | 22 | |
| Method 'setValidator' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Parameter parameterName should be final. | 22 | |
| Parameter parameterValidator should be final. | 22 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 38 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Parameter parameterName should be final. | 38 | |
| '{' should be on the previous line. | 42 | |
| Line is longer than 80 characters. | 46 | |
| '{' should be on the previous line. | 48 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 10 | |
| '{' should be on the previous line. | 11 | |
| Line is longer than 80 characters. | 12 | |
| Missing a Javadoc comment. | 12 | |
| Line is longer than 80 characters. | 14 | |
| Method 'renderNextBlock' is not designed for extension - needs to be abstract, final or empty. | 14 | |
| Missing a Javadoc comment. | 14 | |
| Parameter thisLine should be final. | 14 | |
| Parameter nextLines should be final. | 14 | |
| Parameter context should be final. | 14 | |
| Parameter subRenderer should be final. | 14 | |
| '{' should be on the previous line. | 18 | |
| Line is longer than 80 characters. | 20 | |
| '{' should be on the previous line. | 23 | |
| '}' should be on the same line. | 25 | |
| '{' should be on the previous line. | 27 | |
| Line is longer than 80 characters. | 30 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 23 | |
| Missing a Javadoc comment. | 25 | |
| Variable 'attachmentManager' must be private and have accessor methods. | 25 | |
| Missing a Javadoc comment. | 28 | |
| 'protected' modifier out of order with the JLS suggestions. | 28 | |
| Variable 'validObjectTags' must be private and have accessor methods. | 28 | |
| Missing a Javadoc comment. | 61 | |
| 'protected' modifier out of order with the JLS suggestions. | 61 | |
| Variable 'validEmbedTags' must be private and have accessor methods. | 61 | |
| Missing a Javadoc comment. | 92 | |
| 'protected' modifier out of order with the JLS suggestions. | 92 | |
| Variable 'validParamTags' must be private and have accessor methods. | 92 | |
| Missing a Javadoc comment. | 119 | |
| Parameter attachmentManager should be final. | 119 | |
| 'attachmentManager' hides a field. | 119 | |
| '{' should be on the previous line. | 120 | |
| Line is longer than 80 characters. | 125 | |
| Line is longer than 80 characters. | 131 | |
| Method 'setupObjectProperties' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Parameter resource should be final. | 131 | |
| Parameter context should be final. | 131 | |
| Line is longer than 80 characters. | 137 | |
| Line is longer than 80 characters. | 140 | |
| 'if' construct must use '{}'s. | 141 | |
| Line is longer than 80 characters. | 142 | |
| Line is longer than 80 characters. | 153 | |
| Line is longer than 80 characters. | 160 | |
| Method 'renderResource' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| Missing a Javadoc comment. | 160 | |
| Parameter resource should be final. | 160 | |
| Parameter context should be final. | 160 | |
| '{' should be on the previous line. | 165 | |
| '}' should be on the same line. | 167 | |
| 'catch' is not followed by whitespace. | 168 | |
| '{' should be on the previous line. | 169 | |
| Line is longer than 80 characters. | 170 | |
| Line is longer than 80 characters. | 178 | |
| Method 'renderEmbeddedObjectWrapper' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| Missing a Javadoc comment. | 178 | |
| Parameter renderedObjectHtml should be final. | 178 | |
| Parameter contextMap should be final. | 178 | |
| 'if' is not followed by whitespace. | 182 | |
| '{' should be on the previous line. | 183 | |
| Method 'renderEmbeddedObject' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| Missing a Javadoc comment. | 194 | |
| Parameter contextMap should be final. | 194 | |
| '{' should be on the previous line. | 195 | |
| Line is longer than 80 characters. | 197 | |
| 'if' is not followed by whitespace. | 200 | |
| '{' should be on the previous line. | 201 | |
| Line is longer than 80 characters. | 204 | |
| 'if' is not followed by whitespace. | 213 | |
| '{' should be on the previous line. | 214 | |
| Line is longer than 80 characters. | 218 | |
| 'if' is not followed by whitespace. | 227 | |
| '{' should be on the previous line. | 228 | |
| Line is longer than 80 characters. | 231 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 9 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 11 | |
| Variable 'description' must be private and have accessor methods. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Variable 'resourcePath' must be private and have accessor methods. | 12 | |
| Method 'getDescription' 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 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Parameter description should be final. | 19 | |
| 'description' hides a field. | 19 | |
| '{' should be on the previous line. | 20 | |
| Method 'getResourcePath' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 25 | |
| Method 'setResourcePath' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter resourcePath should be final. | 29 | |
| 'resourcePath' hides a field. | 29 | |
| '{' should be on the previous line. | 30 |