The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 0 | Error |
NewlineAtEndOfFile | 1 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 0 | Error |
RegexpSingleline
| 0 | Error |
JavadocMethod | 155 | Error |
JavadocType | 1 | Error |
JavadocVariable | 31 | Error |
JavadocStyle | 24 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
LineLength | 110 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 0 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
LeftCurly | 0 | Error |
NeedBraces | 0 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 43 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 3 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 121 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 32 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 1 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 47 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 88 | |
Expected @throws tag for 'MojoExecutionException'. | 88 | |
Expected @throws tag for 'MojoFailureException'. | 88 | |
Line is longer than 80 characters. | 97 | |
Method 'skipMojo' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Line is longer than 80 characters. | 109 | |
Line is longer than 80 characters. | 110 | |
Method 'isSkip' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Method 'setSkip' is not designed for extension - needs to be abstract, final or empty. | 128 | |
'skip' hides a field. | 128 | |
Method 'isForceMojoExecution' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Method 'setForceMojoExecution' is not designed for extension - needs to be abstract, final or empty. | 143 | |
'forceMojoExecution' hides a field. | 143 | |
Method 'getEncoding' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Method 'setEncoding' is not designed for extension - needs to be abstract, final or empty. | 158 | |
'encoding' hides a field. | 158 | |
Method 'getProject' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Method 'setProject' is not designed for extension - needs to be abstract, final or empty. | 173 | |
'project' hides a field. | 173 | |
Method 'getSettings' is not designed for extension - needs to be abstract, final or empty. | 180 | |
Method 'setSettings' is not designed for extension - needs to be abstract, final or empty. | 188 | |
'settings' hides a field. | 188 | |
Method 'getMavenSession' is not designed for extension - needs to be abstract, final or empty. | 195 | |
Method 'setMavenSession' is not designed for extension - needs to be abstract, final or empty. | 203 | |
'mavenSession' hides a field. | 203 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 9 | |
Missing a Javadoc comment. | 13 | |
Variable 'html' must be private and have accessor methods. | 13 | |
Missing a Javadoc comment. | 14 | |
Variable 'sdf' must be private and have accessor methods. | 14 | |
Missing a Javadoc comment. | 16 | |
Variable 'context' must be private and have accessor methods. | 16 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 22 | |
'context' hides a field. | 22 | |
First sentence should end with a period. | 27 | |
Expected an @return tag. | 30 | |
Method 'getColumnDecorators' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Line is longer than 80 characters. | 31 | |
Expected an @return tag. | 48 | |
Method 'getDirectory' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Expected @param tag for 'prefix'. | 48 | |
Expected @param tag for 'delimiter'. | 48 | |
Method 'getHtmlComment' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Method 'getDocType' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Line is longer than 80 characters. | 65 | |
Method 'getMeta' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Line is longer than 80 characters. | 69 | |
Method 'getGoogleAnalyticsJavascript' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Line is longer than 80 characters. | 73 | |
First sentence should end with a period. | 76 | |
Expected an @return tag. | 79 | |
Line is longer than 80 characters. | 79 | |
Method 'getHtml' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Expected @param tag for 'data'. | 79 | |
Expected @param tag for 'prefix'. | 79 | |
Expected @param tag for 'delimiter'. | 79 | |
'html' hides a field. | 82 | |
Line is longer than 80 characters. | 96 | |
Line is longer than 80 characters. | 106 | |
First sentence should end with a period. | 121 | |
Expected an @return tag. | 124 | |
Line is longer than 80 characters. | 124 | |
Method 'getTableCell' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Expected @param tag for 'content'. | 124 | |
Expected @param tag for 'decorator'. | 124 | |
First sentence should end with a period. | 129 | |
Expected an @return tag. | 133 | |
Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Expected @param tag for 'c'. | 133 | |
First sentence should end with a period. | 137 | |
Expected an @return tag. | 140 | |
Method 'getTableRowTag' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Expected @param tag for 'row'. | 140 | |
First sentence should end with a period. | 148 | |
Expected an @return tag. | 151 | |
Method 'getTableRow' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Expected @param tag for 'row'. | 151 | |
Expected @param tag for 'data'. | 151 | |
Expected @param tag for 'columnDecorators'. | 152 | |
First sentence should end with a period. | 163 | |
Expected an @return tag. | 166 | |
Method 'getTableRows' is not designed for extension - needs to be abstract, final or empty. | 166 | |
Expected @param tag for 'data'. | 166 | |
Expected @param tag for 'columnDecorators'. | 167 | |
First sentence should end with a period. | 175 | |
Expected an @return tag. | 178 | |
Line is longer than 80 characters. | 178 | |
Method 'getTableHeaders' is not designed for extension - needs to be abstract, final or empty. | 178 | |
Expected @param tag for 'columnDecorators'. | 178 | |
First sentence should end with a period. | 191 | |
Expected an @return tag. | 194 | |
Method 'getHtmlTable' is not designed for extension - needs to be abstract, final or empty. | 194 | |
Expected @param tag for 'data'. | 194 | |
Expected @param tag for 'columnDecorators'. | 195 | |
Method 'getContext' is not designed for extension - needs to be abstract, final or empty. | 217 | |
Missing a Javadoc comment. | 217 | |
Method 'setContext' is not designed for extension - needs to be abstract, final or empty. | 221 | |
Missing a Javadoc comment. | 221 | |
'context' hides a field. | 221 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 3 | |
Missing a Javadoc comment. | 8 | |
Variable 'tableDataClass' must be private and have accessor methods. | 8 | |
Missing a Javadoc comment. | 9 | |
Variable 'spanClass' must be private and have accessor methods. | 9 | |
Missing a Javadoc comment. | 10 | |
Variable 'columnTitle' must be private and have accessor methods. | 10 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 16 | |
'tableDataClass' hides a field. | 16 | |
'spanClass' hides a field. | 16 | |
'columnTitle' hides a field. | 17 | |
Method 'getTableDataClass' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Missing a Javadoc comment. | 24 | |
Method 'setTableDataClass' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
'tableDataClass' hides a field. | 28 | |
Method 'getSpanClass' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Method 'setSpanClass' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
'spanClass' hides a field. | 36 | |
Method 'getColumnTitle' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Method 'setColumnTitle' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
'columnTitle' hides a field. | 44 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 3 | |
Missing a Javadoc comment. | 8 | |
Variable 'image' must be private and have accessor methods. | 8 | |
Missing a Javadoc comment. | 9 | |
Variable 'ahref' must be private and have accessor methods. | 9 | |
Missing a Javadoc comment. | 10 | |
Variable 'lastModified' must be private and have accessor methods. | 10 | |
Missing a Javadoc comment. | 11 | |
Variable 'size' must be private and have accessor methods. | 11 | |
Method 'getImage' is not designed for extension - needs to be abstract, final or empty. | 13 | |
Missing a Javadoc comment. | 13 | |
Method 'setImage' is not designed for extension - needs to be abstract, final or empty. | 17 | |
Missing a Javadoc comment. | 17 | |
'image' hides a field. | 17 | |
Method 'getAhref' is not designed for extension - needs to be abstract, final or empty. | 21 | |
Missing a Javadoc comment. | 21 | |
Method 'setAhref' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
'ahref' hides a field. | 25 | |
Method 'getLastModified' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Method 'setLastModified' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Method 'setSize' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
'size' hides a field. | 41 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 5 | |
Missing a Javadoc comment. | 10 | |
Variable 'indent' must be private and have accessor methods. | 10 | |
Method 'getIndentedContent' is not designed for extension - needs to be abstract, final or empty. | 12 | |
Missing a Javadoc comment. | 12 | |
Method 'getIndent' is not designed for extension - needs to be abstract, final or empty. | 16 | |
Missing a Javadoc comment. | 16 | |
First sentence should end with a period. | 20 | |
Expected an @return tag. | 23 | |
Method 'getHref' is not designed for extension - needs to be abstract, final or empty. | 23 | |
Expected @param tag for 'dest'. | 23 | |
Expected @param tag for 'show'. | 23 | |
First sentence should end with a period. | 27 | |
Expected an @return tag. | 30 | |
Method 'getImage' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Expected @param tag for 'image'. | 30 | |
Method 'openTag' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Method 'closeTag' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Method 'getTag' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 7 | |
Missing a Javadoc comment. | 11 | |
Variable 'client' must be private and have accessor methods. | 11 | |
Missing a Javadoc comment. | 12 | |
Variable 'bucket' must be private and have accessor methods. | 12 | |
Missing a Javadoc comment. | 13 | |
Variable 'delimiter' must be private and have accessor methods. | 13 | |
Missing a Javadoc comment. | 14 | |
Variable 'fileImage' must be private and have accessor methods. | 14 | |
Missing a Javadoc comment. | 15 | |
Variable 'directoryImage' must be private and have accessor methods. | 15 | |
Missing a Javadoc comment. | 16 | |
Variable 'css' must be private and have accessor methods. | 16 | |
Missing a Javadoc comment. | 17 | |
Variable 'defaultObject' must be private and have accessor methods. | 17 | |
Missing a Javadoc comment. | 18 | |
Variable 'lastModifiedDateFormatter' must be private and have accessor methods. | 18 | |
Missing a Javadoc comment. | 19 | |
Variable 'about' must be private and have accessor methods. | 19 | |
Method 'getClient' is not designed for extension - needs to be abstract, final or empty. | 21 | |
Missing a Javadoc comment. | 21 | |
Method 'setClient' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
'client' hides a field. | 25 | |
Method 'getBucket' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Method 'setBucket' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
'bucket' hides a field. | 33 | |
Method 'getDelimiter' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Method 'setDelimiter' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
'delimiter' hides a field. | 41 | |
Method 'getFileImage' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Method 'setFileImage' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
'fileImage' hides a field. | 49 | |
Method 'getDirectoryImage' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Method 'setDirectoryImage' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
'directoryImage' hides a field. | 57 | |
Method 'getCss' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Method 'setCss' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
'css' hides a field. | 65 | |
Method 'getDefaultObject' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Method 'setDefaultObject' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
'defaultObject' hides a field. | 73 | |
Method 'getLastModifiedDateFormatter' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Line is longer than 80 characters. | 81 | |
Method 'setLastModifiedDateFormatter' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Method 'getAbout' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Method 'setAbout' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
'about' hides a field. | 89 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 12 | |
Missing a Javadoc comment. | 16 | |
Variable 'html' must be private and have accessor methods. | 16 | |
Missing a Javadoc comment. | 17 | |
Variable 'nf' must be private and have accessor methods. | 17 | |
Missing a Javadoc comment. | 18 | |
Variable 'context' must be private and have accessor methods. | 18 | |
Missing a Javadoc comment. | 19 | |
Variable 'browseHtml' must be private and have accessor methods. | 19 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 25 | |
'context' hides a field. | 25 | |
Expected an @return tag. | 35 | |
Method 'getNumberFormatInstance' is not designed for extension - needs to be abstract, final or empty. | 35 | |
'nf' hides a field. | 36 | |
First sentence should end with a period. | 43 | |
Expected an @return tag. | 47 | |
Line is longer than 80 characters. | 47 | |
Method 'getTrimmedPrefix' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Expected @param tag for 'prefix'. | 47 | |
Expected @param tag for 'delimiter'. | 47 | |
First sentence should end with a period. | 55 | |
Method 'addDisplayRows' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Expected @param tag for 'displayRows'. | 59 | |
Expected @param tag for 'data'. | 60 | |
First sentence should end with a period. | 66 | |
Line is longer than 80 characters. | 69 | |
Method 'addDisplayRow' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Expected @param tag for 'displayRow'. | 69 | |
Expected @param tag for 'data'. | 69 | |
'4' is a magic number. | 73 | |
'3' is a magic number. | 77 | |
Expected an @return tag. | 85 | |
Method 'getShow' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Expected @param tag for 'key'. | 85 | |
Expected @param tag for 'prefix'. | 85 | |
First sentence should end with a period. | 94 | |
Expected an @return tag. | 97 | |
Line is longer than 80 characters. | 97 | |
Method 'getDisplayRow' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Expected @param tag for 'commonPrefix'. | 97 | |
Expected @param tag for 'prefix'. | 97 | |
Expected @param tag for 'delimiter'. | 98 | |
Method 'getDirectoryDisplayRows' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Missing a Javadoc comment. | 117 | |
Line is longer than 80 characters. | 118 | |
Expected an @return tag. | 135 | |
Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Expected @param tag for 'objectListing'. | 135 | |
Expected @param tag for 'prefix'. | 136 | |
Expected @param tag for 'delimiter'. | 136 | |
Method 'isDirectory' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Missing a Javadoc comment. | 150 | |
Line is longer than 80 characters. | 151 | |
First sentence should end with a period. | 168 | |
Expected an @return tag. | 171 | |
Line is longer than 80 characters. | 171 | |
Method 'getDisplayRow' is not designed for extension - needs to be abstract, final or empty. | 171 | |
Expected @param tag for 'summary'. | 171 | |
Expected @param tag for 'prefix'. | 171 | |
Expected @param tag for 'delimiter'. | 172 | |
'1024D' is a magic number. | 182 | |
Method 'getObjectDisplayRows' is not designed for extension - needs to be abstract, final or empty. | 193 | |
Missing a Javadoc comment. | 193 | |
Line is longer than 80 characters. | 194 | |
First sentence should end with a period. | 210 | |
Expected an @return tag. | 213 | |
Method 'getUpOneDirectoryDisplayRow' is not designed for extension - needs to be abstract, final or empty. | 213 | |
Expected @param tag for 'prefix'. | 213 | |
Expected @param tag for 'delimiter'. | 214 | |
First sentence should end with a period. | 236 | |
Expected an @return tag. | 240 | |
Line is longer than 80 characters. | 240 | |
Method 'getUpOneDirectoryDest' is not designed for extension - needs to be abstract, final or empty. | 240 | |
Parameter prefix should be final. | 240 | |
Expected @param tag for 'prefix'. | 240 | |
Expected @param tag for 'delimiter'. | 240 | |
Method 'setContext' is not designed for extension - needs to be abstract, final or empty. | 252 | |
Missing a Javadoc comment. | 252 | |
'context' hides a field. | 252 | |
Method 'getContext' is not designed for extension - needs to be abstract, final or empty. | 256 | |
Missing a Javadoc comment. | 256 | |
Method 'getBrowseHtml' is not designed for extension - needs to be abstract, final or empty. | 260 | |
Missing a Javadoc comment. | 260 | |
Method 'setBrowseHtml' is not designed for extension - needs to be abstract, final or empty. | 264 | |
Missing a Javadoc comment. | 264 | |
'browseHtml' hides a field. | 264 |
Violation | Message | Line |
---|---|---|
Variable 'mimeTypes' must be private and have accessor methods. | 26 | |
Method 'getObjectMetadata' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Line is longer than 80 characters. | 88 | |
Method 'getPutObjectRequest' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Method 'getPutObjectRequest' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Method 'getAuthenticationErrorMessage' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Line is longer than 80 characters. | 108 | |
Line is longer than 80 characters. | 109 | |
Line is longer than 80 characters. | 113 | |
Method 'updateCredentials' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Missing a Javadoc comment. | 122 | |
Method 'validateCredentials' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Missing a Javadoc comment. | 135 | |
Method 'getCredentials' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Missing a Javadoc comment. | 141 | |
Method 'getAccessKeyId' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Missing a Javadoc comment. | 145 | |
Method 'setAccessKeyId' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Missing a Javadoc comment. | 149 | |
'accessKeyId' hides a field. | 149 | |
Method 'getSecretAccessKey' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Missing a Javadoc comment. | 153 | |
Method 'setSecretAccessKey' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Missing a Javadoc comment. | 157 | |
'secretAccessKey' hides a field. | 157 | |
Method 'getBucket' is not designed for extension - needs to be abstract, final or empty. | 161 | |
Missing a Javadoc comment. | 161 | |
Method 'setBucket' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Missing a Javadoc comment. | 165 | |
'bucket' hides a field. | 165 | |
Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty. | 169 | |
Missing a Javadoc comment. | 169 | |
Method 'setPrefix' is not designed for extension - needs to be abstract, final or empty. | 173 | |
Missing a Javadoc comment. | 173 | |
'prefix' hides a field. | 173 | |
Method 'getDelimiter' is not designed for extension - needs to be abstract, final or empty. | 177 | |
Missing a Javadoc comment. | 177 | |
Method 'setDelimiter' is not designed for extension - needs to be abstract, final or empty. | 181 | |
Missing a Javadoc comment. | 181 | |
'delimiter' hides a field. | 181 | |
Method 'getMaxKeys' is not designed for extension - needs to be abstract, final or empty. | 185 | |
Missing a Javadoc comment. | 185 | |
Method 'setMaxKeys' is not designed for extension - needs to be abstract, final or empty. | 189 | |
Missing a Javadoc comment. | 189 | |
'maxKeys' hides a field. | 189 | |
Method 'getServerId' is not designed for extension - needs to be abstract, final or empty. | 193 | |
Missing a Javadoc comment. | 193 | |
Method 'setServerId' is not designed for extension - needs to be abstract, final or empty. | 197 | |
Missing a Javadoc comment. | 197 | |
'serverId' hides a field. | 197 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 5 | |
Missing a Javadoc comment. | 6 | |
Variable 'isRoot' must be private and have accessor methods. | 6 | |
Missing a Javadoc comment. | 7 | |
Variable 'defaultObjectKey' must be private and have accessor methods. | 7 | |
Missing a Javadoc comment. | 8 | |
Variable 'objectListing' must be private and have accessor methods. | 8 | |
Missing a Javadoc comment. | 9 | |
Variable 'prefix' must be private and have accessor methods. | 9 | |
Missing a Javadoc comment. | 10 | |
Variable 'html' must be private and have accessor methods. | 10 | |
Missing a Javadoc comment. | 11 | |
Variable 'bucketContext' must be private and have accessor methods. | 11 | |
Missing a Javadoc comment. | 12 | |
Variable 'browseHtmlKey' must be private and have accessor methods. | 12 | |
Method 'isRoot' is not designed for extension - needs to be abstract, final or empty. | 14 | |
Missing a Javadoc comment. | 14 | |
Method 'setRoot' is not designed for extension - needs to be abstract, final or empty. | 18 | |
Missing a Javadoc comment. | 18 | |
'isRoot' hides a field. | 18 | |
Method 'getDefaultObjectKey' is not designed for extension - needs to be abstract, final or empty. | 22 | |
Missing a Javadoc comment. | 22 | |
Method 'setDefaultObjectKey' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Missing a Javadoc comment. | 26 | |
'defaultObjectKey' hides a field. | 26 | |
Method 'getObjectListing' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Method 'setObjectListing' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
'objectListing' hides a field. | 34 | |
Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Method 'setPrefix' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
'prefix' hides a field. | 42 | |
Method 'getHtml' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Method 'setHtml' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
'html' hides a field. | 50 | |
Method 'getBucketContext' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Method 'setBucketContext' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Method 'getBrowseHtmlKey' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Method 'setBrowseHtmlKey' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
'browseHtmlKey' hides a field. | 66 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name | 0 | |
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. | 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. | 48 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 78 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 88 | |
Line is longer than 80 characters. | 93 | |
Line is longer than 80 characters. | 94 | |
Line is longer than 80 characters. | 97 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 111 | |
Line is longer than 80 characters. | 118 | |
Line is longer than 80 characters. | 132 | |
Line is longer than 80 characters. | 137 | |
Line is longer than 80 characters. | 138 | |
Line is longer than 80 characters. | 153 | |
Line is longer than 80 characters. | 171 | |
Line is longer than 80 characters. | 178 | |
Line is longer than 80 characters. | 191 | |
Line is longer than 80 characters. | 204 | |
Line is longer than 80 characters. | 223 | |
Line is longer than 80 characters. | 224 | |
Line is longer than 80 characters. | 227 | |
Line is longer than 80 characters. | 235 | |
Line is longer than 80 characters. | 241 | |
Line is longer than 80 characters. | 250 | |
Line is longer than 80 characters. | 261 | |
Line is longer than 80 characters. | 264 | |
Line is longer than 80 characters. | 268 | |
Line is longer than 80 characters. | 273 | |
Line is longer than 80 characters. | 275 | |
Line is longer than 80 characters. | 277 | |
Line is longer than 80 characters. | 283 | |
Line is longer than 80 characters. | 288 | |
Line is longer than 80 characters. | 293 | |
Line is longer than 80 characters. | 302 | |
Line is longer than 80 characters. | 303 | |
Line is longer than 80 characters. | 307 | |
Line is longer than 80 characters. | 310 | |
Line is longer than 80 characters. | 313 | |
Line is longer than 80 characters. | 318 | |
Line is longer than 80 characters. | 319 | |
Line is longer than 80 characters. | 321 | |
Line is longer than 80 characters. | 329 | |
Line is longer than 80 characters. | 333 | |
Line is longer than 80 characters. | 339 | |
Line is longer than 80 characters. | 344 | |
Line is longer than 80 characters. | 345 | |
Line is longer than 80 characters. | 348 | |
Line is longer than 80 characters. | 350 | |
Line is longer than 80 characters. | 351 | |
Line is longer than 80 characters. | 367 | |
Line is longer than 80 characters. | 370 | |
Line is longer than 80 characters. | 381 | |
Line is longer than 80 characters. | 390 | |
Line is longer than 80 characters. | 401 | |
Line is longer than 80 characters. | 402 | |
Line is longer than 80 characters. | 405 | |
Line is longer than 80 characters. | 406 | |
Line is longer than 80 characters. | 413 | |
Line is longer than 80 characters. | 424 | |
Line is longer than 80 characters. | 438 | |
Line is longer than 80 characters. | 439 | |
Line is longer than 80 characters. | 496 | |
Line is longer than 80 characters. | 504 | |
Line is longer than 80 characters. | 505 |