Checkstyle Results
The following document contains the results of Checkstyle. 
Files
Rules
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
| 52 | |
FileTabCharacter
| 0 | |
LeftCurly
| 0 | |
RightCurly
| 0 | |
LineLength
| 11 | |
| MemberName | 0 | |
JavadocMethod
| 68 | |
JavadocType
| 28 | |
JavadocVariable
| 14 | |
| ConstantName | 1 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
EmptyForIteratorPad
| 0 | |
| OperatorWrap | 0 | |
ParenPad
| 5 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 2 | |
| ModifierOrder | 0 | |
| RedundantModifier | 9 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
| 0 | |
| NeedBraces | 7 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 2 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
| 5 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 2 | |
VisibilityModifier
| 0 | |
| UpperEll | 0 |
Details
com/terradue/jcatalogue/client/AtomEntity.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 |
com/terradue/jcatalogue/client/Catalogue.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 37 |
com/terradue/jcatalogue/client/CatalogueClient.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 93 | |
| Missing a Javadoc comment. | 98 | |
| Missing a Javadoc comment. | 111 | |
| Missing a Javadoc comment. | 127 | |
| Missing a Javadoc comment. | 132 | |
| Missing a Javadoc comment. | 139 | |
| Missing a Javadoc comment. | 144 | |
| Missing a Javadoc comment. | 151 | |
| Missing a Javadoc comment. | 156 | |
| Expected an @return tag. | 166 | |
| Expected @param tag for 'uri'. | 166 | |
| Expected @param tag for 'parameters'. | 166 | |
| Expected an @return tag. | 174 | |
| Expected @param tag for 'uri'. | 174 | |
| Expected @param tag for 'parameters'. | 174 | |
| Line is longer than 120 characters. | 231 | |
| Line is longer than 120 characters. | 263 | |
| Missing a Javadoc comment. | 343 | |
| Missing a Javadoc comment. | 348 | |
| Line is longer than 120 characters. | 352 | |
| Missing a Javadoc comment. | 362 | |
| Line is longer than 120 characters. | 372 | |
| Missing a Javadoc comment. | 372 | |
| Missing a Javadoc comment. | 379 | |
| Missing a Javadoc comment. | 386 | |
| Missing a Javadoc comment. | 393 | |
| Missing a Javadoc comment. | 400 |
com/terradue/jcatalogue/client/CatalogueDescription.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 84 |
com/terradue/jcatalogue/client/CatalogueEntity.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 23 |
com/terradue/jcatalogue/client/DataSet.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 31 | |
| Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 | |
| Missing a Javadoc comment. | 45 |
com/terradue/jcatalogue/client/HttpAuthScheme.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 38 |
com/terradue/jcatalogue/client/HttpMethod.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 |
com/terradue/jcatalogue/client/LazyLoadSerieIterator.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 |
com/terradue/jcatalogue/client/MimeTypes.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| interfaces should describe a type and hence have methods. | 19 | |
| Redundant 'public' modifier. | 22 |
com/terradue/jcatalogue/client/OpenSearchParameter.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 |
com/terradue/jcatalogue/client/OpenSearchUrl.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 87 | |
| 'parameters' hides a field. | 87 | |
| Line is longer than 120 characters. | 105 |
com/terradue/jcatalogue/client/Parameter.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 21 |
com/terradue/jcatalogue/client/Series.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 46 |
com/terradue/jcatalogue/client/download/DownloadHandler.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Expected an @return tag. | 37 | |
| Expected @param tag for 'file'. | 37 |
com/terradue/jcatalogue/client/download/Downloader.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 25 |
com/terradue/jcatalogue/client/download/HttpDownloadHandler.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| Line is longer than 120 characters. | 34 | |
| 'contentLength' hides a field. | 107 | |
| '0xF0' is a magic number. | 141 |
com/terradue/jcatalogue/client/download/HttpDownloader.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| Missing a Javadoc comment. | 16 | |
| '(' is not followed by whitespace. | 17 | |
| ')' is not preceded with whitespace. | 17 |
com/terradue/jcatalogue/client/download/Protocol.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 31 |
com/terradue/jcatalogue/client/download/package-info.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 |
com/terradue/jcatalogue/client/geo/Box.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 22 |
com/terradue/jcatalogue/client/geo/GeoLocation.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 19 |
com/terradue/jcatalogue/client/geo/Line.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 22 |
com/terradue/jcatalogue/client/geo/Point.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 22 |
com/terradue/jcatalogue/client/geo/Polygon.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 22 |
com/terradue/jcatalogue/client/geo/package-info.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 |
com/terradue/jcatalogue/client/internal/ahc/DummyTrustManager.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 |
com/terradue/jcatalogue/client/internal/ahc/HttpInvoker.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| Line is longer than 120 characters. | 47 | |
| Missing a Javadoc comment. | 53 | |
| '45' is a magic number. | 66 | |
| '60' is a magic number. | 66 | |
| '60' is a magic number. | 66 | |
| Missing a Javadoc comment. | 82 | |
| Line is longer than 120 characters. | 127 | |
| Missing a Javadoc comment. | 127 | |
| Missing a Javadoc comment. | 142 | |
| Expected @param tag for 'sslCertificate'. | 150 | |
| Expected @param tag for 'sslKey'. | 150 | |
| Expected @param tag for 'sslPassword'. | 150 | |
| Missing a Javadoc comment. | 190 | |
| Missing a Javadoc comment. | 197 | |
| Missing a Javadoc comment. | 206 |
com/terradue/jcatalogue/client/internal/ahc/UmSsoAccess.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 |
com/terradue/jcatalogue/client/internal/ahc/UmSsoStatusResponseFilter.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| ')' is not preceded with whitespace. | 69 | |
| '307' is a magic number. | 77 |
com/terradue/jcatalogue/client/internal/ahc/package-info.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 |
com/terradue/jcatalogue/client/internal/collections/Enclosures.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 34 |
com/terradue/jcatalogue/client/internal/collections/package-info.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 |
com/terradue/jcatalogue/client/internal/converters/AtomDateConverter.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 39 | |
| Line is longer than 120 characters. | 44 | |
| ')' is not preceded with whitespace. | 44 | |
| Missing a Javadoc comment. | 46 | |
| 'if' construct must use '{}'s. | 63 | |
| 'if' construct must use '{}'s. | 68 | |
| 'if' construct must use '{}'s. | 73 | |
| 'if' construct must use '{}'s. | 78 | |
| 'if' construct must use '{}'s. | 83 | |
| 'if' construct must use '{}'s. | 88 | |
| 'if' construct must use '{}'s. | 90 |
com/terradue/jcatalogue/client/internal/converters/CharsetConverter.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 31 | |
| ')' is not preceded with whitespace. | 42 |
com/terradue/jcatalogue/client/internal/converters/GeoConverter.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 39 | |
| Line is longer than 120 characters. | 59 | |
| '+' is not preceded with whitespace. | 69 | |
| '+' is not followed by whitespace. | 69 | |
| Line is longer than 120 characters. | 86 |
com/terradue/jcatalogue/client/internal/converters/LocaleConverter.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 33 |
com/terradue/jcatalogue/client/internal/converters/package-info.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 |
com/terradue/jcatalogue/client/internal/digester/AtomRulesModule.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 30 |
com/terradue/jcatalogue/client/internal/digester/DataSetRulesModule.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 34 |
com/terradue/jcatalogue/client/internal/digester/LinkedAtomEntityModule.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 27 |
com/terradue/jcatalogue/client/internal/digester/Namespaces.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| interfaces should describe a type and hence have methods. | 19 | |
| Redundant 'public' modifier. | 22 | |
| Redundant 'public' modifier. | 24 | |
| Redundant 'public' modifier. | 26 | |
| Redundant 'public' modifier. | 28 | |
| Redundant 'public' modifier. | 30 | |
| Redundant 'public' modifier. | 32 | |
| Redundant 'public' modifier. | 34 | |
| Redundant 'public' modifier. | 36 |
com/terradue/jcatalogue/client/internal/digester/OpenSearchModule.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 27 |
com/terradue/jcatalogue/client/internal/digester/OpenSearchUrlCreationFactory.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 |
com/terradue/jcatalogue/client/internal/digester/PriorityParamRule.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 |
com/terradue/jcatalogue/client/internal/digester/SetGeoDataLocationRule.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 |
com/terradue/jcatalogue/client/internal/digester/SingleDataSetRulesModule.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 37 |
com/terradue/jcatalogue/client/internal/digester/package-info.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 |
com/terradue/jcatalogue/client/internal/lang/Assertions.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| Unused @throws tag for 'IllegalArgumentException'. | 32 | |
| Unused @throws tag for 'NullPointerException'. | 33 | |
| Unused @throws tag for 'IllegalStateException'. | 57 | |
| Unused @throws tag for 'NullPointerException'. | 58 | |
| Unused @throws tag for 'NullPointerException'. | 85 | |
| Expected @param tag for '<T>'. | 87 |
com/terradue/jcatalogue/client/internal/lang/package-info.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 |
com/terradue/jcatalogue/client/internal/package-info.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 |
com/terradue/jcatalogue/client/package-info.java
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 |