The following document contains the results of Checkstyle.
Rule | Violations | Severity |
---|---|---|
JavadocPackage
| 11 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 45 | ![]() |
RegexpSingleline
| 19 | ![]() |
JavadocMethod | 104 | ![]() |
JavadocType | 4 | ![]() |
JavadocVariable | 54 | ![]() |
JavadocStyle | 4 | ![]() |
ConstantName | 2 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 2 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 1 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 14 | ![]() |
LineLength | 47 | ![]() |
MethodLength | 1 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 1 | ![]() |
MethodParamPad | 3 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 15 | ![]() |
ParenPad | 20 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 4 | ![]() |
WhitespaceAround | 14 | ![]() |
ModifierOrder | 4 | ![]() |
RedundantModifier | 12 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 7 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 5 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 6 | ![]() |
EmptyStatement | 5 | ![]() |
EqualsHashCode | 1 | ![]() |
HiddenField | 56 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 7 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 1 | ![]() |
SimplifyBooleanExpression | 4 | ![]() |
SimplifyBooleanReturn | 2 | ![]() |
DesignForExtension | 116 | ![]() |
FinalClass | 1 | ![]() |
HideUtilityClassConstructor | 6 | ![]() |
InterfaceIsType | 1 | ![]() |
VisibilityModifier | 16 | ![]() |
ArrayTypeStyle | 1 | ![]() |
FinalParameters | 176 | ![]() |
TodoComment | 2 | ![]() |
UpperEll | 0 | ![]() |
Severity | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | |
![]() | Parameter modelVersion should be final. | 58 |
![]() | Parameter report should be final. | 58 |
![]() | Expected @throws tag for 'ParserConfigurationException'. | 59 |
![]() | Expected @throws tag for 'ValidatorException'. | 59 |
![]() | Expected @throws tag for 'TransformerConfigurationException'. | 60 |
![]() | Method 'setRecurse' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Parameter value should be final. | 71 |
![]() | Method 'setFileFilters' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Parameter filters should be final. | 81 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Parameter directory should be final. | 92 |
![]() | Expected @throws tag for 'Exception'. | 92 |
![]() | 'catch' is not followed by whitespace. | 129 |
![]() | Must have at least one statement. | 129 |
Severity | Message | Line |
---|---|---|
![]() | Unused import - gov.nasa.pds.validate.inventory.reader.InventoryReaderException. | 22 |
![]() | Unused import - java.io.IOException. | 27 |
![]() | Unused import - javax.xml.xpath.XPathExpressionException. | 44 |
![]() | Unused import - org.xml.sax.SAXException. | 49 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter modelVersion should be final. | 72 |
![]() | Parameter report should be final. | 72 |
![]() | Expected @throws tag for 'ParserConfigurationException'. | 73 |
![]() | Expected @throws tag for 'ValidatorException'. | 73 |
![]() | Expected @throws tag for 'TransformerConfigurationException'. | 74 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Parameter file should be final. | 95 |
![]() | Expected @throws tag for 'Exception'. | 95 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Parameter url should be final. | 100 |
![]() | 'labelSchematrons' hides a field. | 108 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Parameter label should be final. | 134 |
![]() | Parameter labelProblems should be final. | 135 |
![]() | '||' should be on a new line. | 150 |
![]() | Must have at least one statement. | 188 |
![]() | Must have at least one statement. | 200 |
![]() | 'catch' is not followed by whitespace. | 237 |
![]() | Must have at least one statement. | 237 |
![]() | Missing a Javadoc comment. | 277 |
![]() | Parameter label should be final. | 277 |
![]() | Parameter labelProblems should be final. | 278 |
![]() | Line is longer than 80 characters (found 81). | 287 |
![]() | Must have at least one statement. | 323 |
![]() | Must have at least one statement. | 357 |
Severity | Message | Line |
---|---|---|
![]() | Unused import - java.net.MalformedURLException. | 17 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Method length is 285 lines (max allowed is 150). | 78 |
![]() | Parameter container should be final. | 79 |
![]() | Parameter xml should be final. | 79 |
![]() | 'bundleMembers' hides a field. | 93 |
![]() | '&&' should be on a new line. | 113 |
![]() | '||' should be on a new line. | 114 |
![]() | ')' is preceded with whitespace. | 115 |
![]() | Line is longer than 80 characters (found 84). | 127 |
![]() | Line is longer than 80 characters (found 82). | 181 |
![]() | Line is longer than 80 characters (found 93). | 195 |
![]() | Line is longer than 80 characters (found 98). | 209 |
![]() | 'collectionMembers' hides a field. | 221 |
![]() | '&&' should be on a new line. | 241 |
![]() | '||' should be on a new line. | 242 |
![]() | Line is longer than 80 characters (found 81). | 243 |
![]() | ')' is preceded with whitespace. | 243 |
![]() | Line is longer than 80 characters (found 84). | 255 |
![]() | Line is longer than 80 characters (found 86). | 309 |
![]() | Line is longer than 80 characters (found 97). | 324 |
![]() | '(' is followed by whitespace. | 339 |
![]() | Line is longer than 80 characters (found 100). | 340 |
![]() | ')' is preceded with whitespace. | 340 |
![]() | Line is longer than 80 characters (found 92). | 365 |
![]() | Method 'findMatchingLidVids' is not designed for extension - needs to be abstract, final or empty. | 365 |
![]() | Missing a Javadoc comment. | 365 |
![]() | Parameter products should be final. | 365 |
![]() | Method 'clearSources' is not designed for extension - needs to be abstract, final or empty. | 380 |
![]() | Missing a Javadoc comment. | 380 |
![]() | Method 'setSources' is not designed for extension - needs to be abstract, final or empty. | 388 |
![]() | Missing a Javadoc comment. | 388 |
![]() | Parameter target should be final. | 388 |
![]() | Parameter traverse should be final. | 388 |
![]() | Parameter regExps should be final. | 388 |
![]() | Redundant throws: 'IOException' is subclass of 'Exception'. | 389 |
![]() | Missing a Javadoc comment. | 403 |
![]() | Parameter targets should be final. | 403 |
![]() | Parameter traverse should be final. | 403 |
![]() | Parameter regExps should be final. | 404 |
![]() | '(' is preceded with whitespace. | 414 |
![]() | Missing a Javadoc comment. | 421 |
![]() | Parameter target should be final. | 421 |
![]() | Missing a Javadoc comment. | 492 |
![]() | Parameter identifier should be final. | 492 |
Severity | Message | Line |
---|---|---|
![]() | Unused import - gov.nasa.pds.tools.label.validate.FileReferenceValidator. | 25 |
![]() | Unused import - net.sf.saxon.trans.XPathException. | 43 |
![]() | Unused import - java.util.TreeMap. | 61 |
![]() | Unused import - javax.xml.transform.SourceLocator. | 63 |
![]() | Unused import - javax.xml.transform.TransformerException. | 66 |
![]() | Unused import - org.omg.CORBA.portable.ApplicationException. | 83 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Name 'DEFAULT_FILE_FILTERS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 |
![]() | Missing a Javadoc comment. | 148 |
![]() | Missing a Javadoc comment. | 150 |
![]() | Missing a Javadoc comment. | 152 |
![]() | Missing a Javadoc comment. | 154 |
![]() | Line has trailing spaces. | 161 |
![]() | Expected @throws tag for 'TransformerConfigurationException'. | 170 |
![]() | First sentence should end with a period. | 192 |
![]() | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() | Parameter args should be final. | 200 |
![]() | Method 'query' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() | Parameter line should be final. | 213 |
![]() | '(' is followed by whitespace. | 286 |
![]() | ')' is preceded with whitespace. | 286 |
![]() | Line has trailing spaces. | 293 |
![]() | Line has trailing spaces. | 298 |
![]() | Line has trailing spaces. | 299 |
![]() | Method 'query' is not designed for extension - needs to be abstract, final or empty. | 314 |
![]() | Parameter configuration should be final. | 314 |
![]() | Expression can be simplified. | 354 |
![]() | Method 'setTargets' is not designed for extension - needs to be abstract, final or empty. | 389 |
![]() | Parameter targets should be final. | 389 |
![]() | 'targets' hides a field. | 389 |
![]() | Expected @throws tag for 'MalformedURLException'. | 390 |
![]() | 'while' construct must use '{}'s. | 392 |
![]() | Empty statement. | 392 |
![]() | Method 'setChecksumManifest' is not designed for extension - needs to be abstract, final or empty. | 411 |
![]() | Parameter manifest should be final. | 411 |
![]() | Expected @throws tag for 'MalformedURLException'. | 412 |
![]() | Method 'setManifestBasePath' is not designed for extension - needs to be abstract, final or empty. | 430 |
![]() | Parameter path should be final. | 430 |
![]() | Expected @throws tag for 'MalformedURLException'. | 431 |
![]() | Method 'setSchemas' is not designed for extension - needs to be abstract, final or empty. | 441 |
![]() | Parameter schemas should be final. | 441 |
![]() | 'schemas' hides a field. | 441 |
![]() | Expected @throws tag for 'MalformedURLException'. | 441 |
![]() | 'while' construct must use '{}'s. | 442 |
![]() | Empty statement. | 442 |
![]() | Method 'setSchematrons' is not designed for extension - needs to be abstract, final or empty. | 454 |
![]() | Parameter schematrons should be final. | 454 |
![]() | 'schematrons' hides a field. | 454 |
![]() | Expected @throws tag for 'MalformedURLException'. | 455 |
![]() | 'while' construct must use '{}'s. | 456 |
![]() | Empty statement. | 456 |
![]() | Method 'setCatalogs' is not designed for extension - needs to be abstract, final or empty. | 467 |
![]() | Parameter catalogs should be final. | 467 |
![]() | 'catalogs' hides a field. | 467 |
![]() | 'while' construct must use '{}'s. | 468 |
![]() | Empty statement. | 468 |
![]() | Method 'setReport' is not designed for extension - needs to be abstract, final or empty. | 477 |
![]() | Parameter report should be final. | 477 |
![]() | 'report' hides a field. | 477 |
![]() | Method 'getReport' is not designed for extension - needs to be abstract, final or empty. | 486 |
![]() | Method 'setReportStyle' is not designed for extension - needs to be abstract, final or empty. | 496 |
![]() | Parameter style should be final. | 496 |
![]() | Expected @throws tag for 'Exception'. | 496 |
![]() | '(' is followed by whitespace. | 497 |
![]() | Expression can be simplified. | 497 |
![]() | '&&' should be on a new line. | 497 |
![]() | Expression can be simplified. | 498 |
![]() | '&&' should be on a new line. | 498 |
![]() | Expression can be simplified. | 499 |
![]() | Method 'setTraverse' is not designed for extension - needs to be abstract, final or empty. | 512 |
![]() | Parameter value should be final. | 512 |
![]() | Method 'setSeverity' is not designed for extension - needs to be abstract, final or empty. | 521 |
![]() | Parameter level should be final. | 521 |
![]() | '3' is a magic number. | 522 |
![]() | '3' is a magic number. | 530 |
![]() | Method 'setRegExps' is not designed for extension - needs to be abstract, final or empty. | 540 |
![]() | Parameter patterns should be final. | 540 |
![]() | 'while' construct must use '{}'s. | 542 |
![]() | Empty statement. | 542 |
![]() | Method 'setModelVersion' is not designed for extension - needs to be abstract, final or empty. | 550 |
![]() | Parameter version should be final. | 550 |
![]() | Method 'setForce' is not designed for extension - needs to be abstract, final or empty. | 554 |
![]() | Missing a Javadoc comment. | 554 |
![]() | Parameter value should be final. | 554 |
![]() | Line has trailing spaces. | 557 |
![]() | Line has trailing spaces. | 560 |
![]() | Method 'setValidationRule' is not designed for extension - needs to be abstract, final or empty. | 563 |
![]() | Parameter value should be final. | 563 |
![]() | Method 'displayHelp' is not designed for extension - needs to be abstract, final or empty. | 585 |
![]() | '80' is a magic number. | 587 |
![]() | Method 'displayVersion' is not designed for extension - needs to be abstract, final or empty. | 597 |
![]() | Method 'setupReport' is not designed for extension - needs to be abstract, final or empty. | 618 |
![]() | '{' is not preceded with whitespace. | 621 |
![]() | Line is longer than 80 characters (found 81). | 650 |
![]() | '(' is followed by whitespace. | 650 |
![]() | ')' is preceded with whitespace. | 650 |
![]() | Line is longer than 80 characters (found 82). | 668 |
![]() | Line is longer than 80 characters (found 93). | 679 |
![]() | Line is longer than 80 characters (found 93). | 680 |
![]() | Method 'doValidation' is not designed for extension - needs to be abstract, final or empty. | 689 |
![]() | Parameter checksumManifest should be final. | 689 |
![]() | 'checksumManifest' hides a field. | 689 |
![]() | Expected @param tag for 'checksumManifest'. | 689 |
![]() | Expected @throws tag for 'Exception'. | 690 |
![]() | Line has trailing spaces. | 706 |
![]() | Line has trailing spaces. | 708 |
![]() | Line contains a tab character. | 710 |
![]() | Line has trailing spaces. | 712 |
![]() | Unused @throws tag for 'TransformerException'. | 772 |
![]() | Parameter schematron should be final. | 775 |
![]() | Parameter container should be final. | 776 |
![]() | Unused @param tag for 'schema'. | 794 |
![]() | Parameter schemas should be final. | 799 |
![]() | 'schemas' hides a field. | 799 |
![]() | Expected @param tag for 'schemas'. | 799 |
![]() | Expected @throws tag for 'Exception'. | 800 |
![]() | Comment matches to-do format 'TODO:'. | 815 |
![]() | 'for' is not followed by whitespace. | 828 |
![]() | Method 'printReportFooter' is not designed for extension - needs to be abstract, final or empty. | 843 |
![]() | Parameter args should be final. | 852 |
![]() | '?' should be on a new line. | 865 |
![]() | Avoid inline conditionals. | 865 |
![]() | ':' should be on a new line. | 866 |
![]() | '(' is followed by whitespace. | 907 |
![]() | ')' is preceded with whitespace. | 907 |
![]() | Parameter args should be final. | 922 |
![]() | Expected @throws tag for 'TransformerConfigurationException'. | 923 |
![]() | Line has trailing spaces. | 934 |
![]() | Line has trailing spaces. | 940 |
![]() | Line contains a tab character. | 940 |
![]() | Line is longer than 80 characters (found 109). | 941 |
![]() | Line contains a tab character. | 941 |
![]() | Missing a Javadoc comment. | 941 |
![]() | Line contains a tab character. | 942 |
![]() | Missing a Javadoc comment. | 942 |
![]() | Line has trailing spaces. | 943 |
![]() | Line contains a tab character. | 943 |
![]() | Line contains a tab character. | 944 |
![]() | Missing a Javadoc comment. | 944 |
![]() | Parameter rootLocation should be final. | 944 |
![]() | 'rootLocation' hides a field. | 944 |
![]() | Line contains a tab character. | 945 |
![]() | Line contains a tab character. | 946 |
![]() | Line has trailing spaces. | 947 |
![]() | Line contains a tab character. | 947 |
![]() | Line contains a tab character. | 948 |
![]() | Line contains a tab character. | 949 |
![]() | Parameter ex should be final. | 949 |
![]() | Line contains a tab character. | 950 |
![]() | Line contains a tab character. | 951 |
![]() | Line contains a tab character. | 952 |
![]() | Line contains a tab character. | 953 |
![]() | Line has trailing spaces. | 954 |
![]() | Line contains a tab character. | 954 |
![]() | Line contains a tab character. | 955 |
![]() | Line contains a tab character. | 956 |
![]() | Line contains a tab character. | 957 |
![]() | Line has trailing spaces. | 958 |
![]() | Line contains a tab character. | 958 |
![]() | Line contains a tab character. | 959 |
![]() | Missing a Javadoc comment. | 959 |
![]() | Line contains a tab character. | 960 |
![]() | Line contains a tab character. | 961 |
![]() | Line contains a tab character. | 962 |
![]() | Line contains a tab character. | 963 |
![]() | Line contains a tab character. | 964 |
![]() | Must have at least one statement. | 964 |
![]() | Line contains a tab character. | 965 |
![]() | Line contains a tab character. | 966 |
![]() | Line is longer than 80 characters (found 85). | 967 |
![]() | Line contains a tab character. | 967 |
![]() | Line contains a tab character. | 968 |
![]() | Line contains a tab character. | 969 |
![]() | Line has trailing spaces. | 970 |
![]() | Line contains a tab character. | 970 |
![]() | Line contains a tab character. | 971 |
![]() | Missing a Javadoc comment. | 971 |
![]() | Parameter location should be final. | 971 |
![]() | Line contains a tab character. | 972 |
![]() | Line contains a tab character. | 973 |
![]() | Line contains a tab character. | 974 |
![]() | Line contains a tab character. | 975 |
![]() | Line contains a tab character. | 976 |
Severity | Message | Line |
---|---|---|
![]() | Variable 'report' must be private and have accessor methods. | 45 |
![]() | Variable 'schemas' must be private and have accessor methods. | 51 |
![]() | Variable 'catalogs' must be private and have accessor methods. | 57 |
![]() | Variable 'labelValidator' must be private and have accessor methods. | 62 |
![]() | Variable 'force' must be private and have accessor methods. | 67 |
![]() | Variable 'schemaValidator' must be private and have accessor methods. | 72 |
![]() | Variable 'schematronTransformer' must be private and have accessor methods. | 77 |
![]() | Parameter modelVersion should be final. | 89 |
![]() | Parameter report should be final. | 89 |
![]() | 'report' hides a field. | 89 |
![]() | Expected @throws tag for 'ParserConfigurationException'. | 90 |
![]() | Expected @throws tag for 'ValidatorException'. | 90 |
![]() | Expected @throws tag for 'TransformerConfigurationException'. | 91 |
![]() | Method 'setSchemas' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Parameter schemaFiles should be final. | 111 |
![]() | Expected @throws tag for 'SAXException'. | 111 |
![]() | Method 'setSchematrons' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | Parameter schematrons should be final. | 120 |
![]() | Method 'setCachedEntityResolver' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Parameter resolver should be final. | 124 |
![]() | Method 'setCachedLSResourceResolver' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Parameter resolver should be final. | 128 |
![]() | Method 'setCatalogs' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | Parameter catalogs should be final. | 137 |
![]() | 'catalogs' hides a field. | 137 |
![]() | Method 'setForce' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() | Missing a Javadoc comment. | 141 |
![]() | Parameter value should be final. | 141 |
![]() | Method 'addValidator' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Parameter validator should be final. | 147 |
![]() | Expected @throws tag for 'Exception'. | 158 |
![]() | Missing a Javadoc comment. | 160 |
Severity | Message | Line |
---|---|---|
![]() | Class ValidatorFactory should be declared as final. | 33 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Expected an @return tag. | 54 |
![]() | Line is longer than 80 characters (found 88). | 70 |
![]() | Parameter target should be final. | 72 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | 'for' is not followed by whitespace. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Parameter validators should be final. | 89 |
![]() | Parameter modelVersion should be final. | 97 |
![]() | 'modelVersion' hides a field. | 97 |
Severity | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | |
![]() | interfaces should describe a type and hence have methods. | 23 |
![]() | Redundant 'public' modifier. | 27 |
![]() | 'static' modifier out of order with the JLS suggestions. | 27 |
![]() | Redundant 'public' modifier. | 33 |
![]() | 'static' modifier out of order with the JLS suggestions. | 33 |
![]() | Redundant 'public' modifier. | 39 |
![]() | 'static' modifier out of order with the JLS suggestions. | 39 |
![]() | Redundant 'public' modifier. | 45 |
![]() | Redundant 'public' modifier. | 51 |
![]() | Line is longer than 80 characters (found 110). | 52 |
![]() | Redundant 'public' modifier. | 58 |
![]() | Line is longer than 80 characters (found 94). | 59 |
![]() | Redundant 'public' modifier. | 62 |
![]() | Redundant 'public' modifier. | 66 |
![]() | 'static' modifier out of order with the JLS suggestions. | 66 |
![]() | Redundant 'public' modifier. | 69 |
![]() | Redundant 'public' modifier. | 72 |
![]() | Redundant 'public' modifier. | 75 |
Severity | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter baseUrl should be final. | 36 |
![]() | 'baseUrl' hides a field. | 36 |
![]() | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Parameter manifest should be final. | 54 |
Severity | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | |
![]() | Utility classes should not have a public or default constructor. | 23 |
![]() | Line has trailing spaces. | 67 |
Severity | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line has trailing spaces. | 124 |
![]() | Missing a Javadoc comment. | 125 |
![]() | Line is longer than 80 characters (found 119). | 126 |
![]() | Line contains a tab character. | 126 |
![]() | Line is longer than 80 characters (found 92). | 127 |
![]() | Line contains a tab character. | 127 |
![]() | 'shortName' hides a field. | 154 |
![]() | 'longName' hides a field. | 154 |
![]() | 'description' hides a field. | 155 |
![]() | 'shortName' hides a field. | 168 |
![]() | 'longName' hides a field. | 168 |
![]() | 'argName' hides a field. | 169 |
![]() | 'argType' hides a field. | 169 |
![]() | 'description' hides a field. | 170 |
![]() | 'shortName' hides a field. | 183 |
![]() | 'longName' hides a field. | 183 |
![]() | 'argName' hides a field. | 184 |
![]() | 'argType' hides a field. | 184 |
![]() | 'allowsMultipleArgs' hides a field. | 185 |
![]() | Expected @param tag for 'allowsMultipleArgs'. | 185 |
![]() | 'description' hides a field. | 185 |
Severity | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 24 |
Severity | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 24 |
![]() | Parameter msg should be final. | 31 |
Severity | Message | Line |
---|---|---|
![]() | Parameter opt should be final. | 34 |
![]() | Parameter longOpt should be final. | 34 |
![]() | Parameter description should be final. | 34 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter flag should be final. | 38 |
![]() | Method 'hasArg' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Parameter name should be final. | 55 |
![]() | Parameter type should be final. | 55 |
![]() | Method 'hasArg' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Parameter name should be final. | 67 |
![]() | Parameter type should be final. | 67 |
![]() | Parameter isOptional should be final. | 67 |
![]() | Method 'hasArgs' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Parameter name should be final. | 82 |
![]() | Parameter type should be final. | 82 |
![]() | Method 'hasArgs' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Parameter name should be final. | 98 |
![]() | Parameter type should be final. | 98 |
![]() | Parameter separator should be final. | 98 |
![]() | Method 'hasArgs' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Parameter name should be final. | 113 |
![]() | Parameter type should be final. | 113 |
![]() | Parameter separator should be final. | 113 |
![]() | Parameter isOptional should be final. | 114 |
![]() | Method 'hasArgs' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | Parameter numArgs should be final. | 129 |
![]() | Parameter name should be final. | 129 |
![]() | Parameter type should be final. | 129 |
![]() | Parameter separator should be final. | 129 |
![]() | Parameter isOptional should be final. | 130 |
Severity | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | |
![]() | Missing a Javadoc comment. | 26 |
![]() | Variable 'fileFilter' must be private and have accessor methods. | 28 |
![]() | Variable 'directoryFilter' must be private and have accessor methods. | 31 |
![]() | Variable 'getDirectories' must be private and have accessor methods. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter getDirectories should be final. | 36 |
![]() | 'getDirectories' hides a field. | 36 |
![]() | Parameter fileFilters should be final. | 36 |
![]() | Missing a Javadoc comment. | 45 |
Severity | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 25 |
![]() | Parameter url should be final. | 36 |
![]() | Parameter getDirectories should be final. | 36 |
![]() | Parameter fileFilters should be final. | 37 |
Severity | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter getDirectories should be final. | 35 |
![]() | Parameter fileFilters should be final. | 35 |
![]() | Method 'crawl' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Parameter fileUrl should be final. | 48 |
![]() | Expected @throws tag for 'IOException'. | 48 |
![]() | '(' is followed by whitespace. | 50 |
![]() | ')' is preceded with whitespace. | 50 |
Severity | Message | Line |
---|---|---|
![]() | Unused import - java.util.HashSet. | 22 |
![]() | Parameter getDirectories should be final. | 48 |
![]() | Parameter fileFilters should be final. | 48 |
![]() | Method 'crawl' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Parameter url should be final. | 62 |
![]() | Line is longer than 80 characters (found 89). | 70 |
![]() | '3' is a magic number. | 71 |
![]() | '&&' should be on a new line. | 79 |
![]() | '&&' should be on a new line. | 80 |
Severity | Message | Line |
---|---|---|
![]() | Parameter wc should be final. | 47 |
![]() | Method 'getWildcards' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Parameter wc should be final. | 69 |
![]() | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Parameter file should be final. | 88 |
![]() | ';' is followed by whitespace. | 92 |
![]() | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Parameter dir should be final. | 112 |
![]() | Parameter name should be final. | 112 |
Severity | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | |
![]() | First sentence should end with a period. | 37 |
![]() | Parameter identifier should be final. | 51 |
![]() | 'identifier' hides a field. | 51 |
![]() | Parameter memberStatus should be final. | 51 |
![]() | 'memberStatus' hides a field. | 51 |
![]() | Line is longer than 80 characters (found 93). | 62 |
![]() | Parameter file should be final. | 62 |
![]() | 'file' hides a field. | 62 |
![]() | Parameter checksum should be final. | 62 |
![]() | 'checksum' hides a field. | 62 |
![]() | Parameter identifier should be final. | 62 |
![]() | 'identifier' hides a field. | 62 |
![]() | Parameter memberStatus should be final. | 62 |
![]() | 'memberStatus' hides a field. | 62 |
![]() | Expected @param tag for 'memberStatus'. | 62 |
![]() | Method 'getFile' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Method 'getChecksum' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Method 'getMemberStatus' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Conditional logic can be removed. | 111 |
Severity | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 19 |
![]() | Utility classes should not have a public or default constructor. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Name 'fieldDelimiters' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 |
![]() | ',' is not followed by whitespace. | 25 |
Severity | Message | Line |
---|---|---|
![]() | Redundant 'public' modifier. | 33 |
Severity | Message | Line |
---|---|---|
![]() | Parameter exception should be final. | 39 |
![]() | 'exception' hides a field. | 39 |
![]() | Method 'getException' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Method 'getLineNumber' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Method 'setLineNumber' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Parameter line should be final. | 65 |
Severity | Message | Line |
---|---|---|
![]() | Unused import - java.net.MalformedURLException. | 23 |
![]() | Unused import - java.net.URISyntaxException. | 24 |
![]() | Parameter url should be final. | 64 |
![]() | '?' should be on a new line. | 71 |
![]() | Avoid inline conditionals. | 71 |
![]() | ':' should be on a new line. | 72 |
![]() | Line is longer than 80 characters (found 83). | 97 |
![]() | Line is longer than 80 characters (found 83). | 106 |
![]() | Line is longer than 80 characters (found 83). | 119 |
![]() | Method 'getDataFile' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | Method 'getLineNumber' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Method 'getNext' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() | Array brackets at illegal position. | 176 |
![]() | '-' is not preceded with whitespace. | 179 |
![]() | '-' is not followed by whitespace. | 179 |
![]() | '-' is not preceded with whitespace. | 191 |
![]() | '-' is not followed by whitespace. | 191 |
Severity | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | |
![]() | Method 'printHeader' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Parameter writer should be final. | 40 |
![]() | Method 'printRecordMessages' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Parameter writer should be final. | 45 |
![]() | Parameter status should be final. | 45 |
![]() | Parameter sourceUri should be final. | 46 |
![]() | Parameter problems should be final. | 46 |
![]() | Line is longer than 80 characters (found 101). | 47 |
![]() | '(' is followed by whitespace. | 56 |
![]() | Line is longer than 80 characters (found 84). | 61 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Parameter writer should be final. | 80 |
![]() | Parameter writer should be final. | 110 |
![]() | Method 'printRecordSkip' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Parameter writer should be final. | 115 |
Severity | Message | Line |
---|---|---|
![]() | Method 'printHeader' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | ',' is not followed by whitespace. | 54 |
![]() | Parameter writer should be final. | 68 |
![]() | Method 'printRecordMessages' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Parameter writer should be final. | 72 |
![]() | Parameter status should be final. | 72 |
![]() | Parameter sourceUri should be final. | 73 |
![]() | Parameter problems should be final. | 73 |
![]() | Line is longer than 80 characters (found 101). | 74 |
![]() | '(' is followed by whitespace. | 81 |
![]() | Line is longer than 80 characters (found 84). | 86 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Line is longer than 80 characters (found 81). | 127 |
![]() | Method 'printRecordSkip' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Parameter writer should be final. | 135 |
![]() | Parameter writer should be final. | 155 |
![]() | Method 'printFooter' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() | Missing a Javadoc comment. | 159 |
Severity | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Variable 'parameters' must be private and have accessor methods. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Variable 'configurations' must be private and have accessor methods. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Variable 'writer' must be private and have accessor methods. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter writer should be final. | 78 |
![]() | 'writer' hides a field. | 78 |
![]() | Parameter os should be final. | 89 |
![]() | Parameter file should be final. | 101 |
![]() | Method 'printHeader' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Method 'addParameter' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | Parameter parameter should be final. | 133 |
![]() | Method 'addConfiguration' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() | Parameter configuration should be final. | 145 |
![]() | 'writer' hides a field. | 155 |
![]() | Method 'record' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() | Missing a Javadoc comment. | 157 |
![]() | Parameter sourceUri should be final. | 157 |
![]() | Method 'record' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Parameter sourceUri should be final. | 174 |
![]() | Comment matches to-do format 'TODO:'. | 180 |
![]() | '||' should be on a new line. | 183 |
![]() | Missing a Javadoc comment. | 223 |
![]() | Parameter problems should be final. | 223 |
![]() | Method 'recordSkip' is not designed for extension - needs to be abstract, final or empty. | 233 |
![]() | Missing a Javadoc comment. | 233 |
![]() | Missing a Javadoc comment. | 246 |
![]() | Parameter writer should be final. | 246 |
![]() | 'writer' hides a field. | 246 |
![]() | 'writer' hides a field. | 262 |
![]() | Expected @param tag for 'status'. | 263 |
![]() | Method 'printFooter' is not designed for extension - needs to be abstract, final or empty. | 270 |
![]() | Line is longer than 80 characters (found 87). | 279 |
![]() | First sentence should end with a period. | 288 |
![]() | 'writer' hides a field. | 294 |
![]() | Method 'getNumPassed' is not designed for extension - needs to be abstract, final or empty. | 300 |
![]() | Method 'getNumFailed' is not designed for extension - needs to be abstract, final or empty. | 308 |
![]() | Method 'getNumSkipped' is not designed for extension - needs to be abstract, final or empty. | 316 |
![]() | Method 'getTotalErrors' is not designed for extension - needs to be abstract, final or empty. | 326 |
![]() | Method 'getTotalWarnings' is not designed for extension - needs to be abstract, final or empty. | 336 |
![]() | Method 'getTotalInfos' is not designed for extension - needs to be abstract, final or empty. | 346 |
![]() | Method 'hasErrors' is not designed for extension - needs to be abstract, final or empty. | 354 |
![]() | Avoid inline conditionals. | 355 |
![]() | Method 'hasWarnings' is not designed for extension - needs to be abstract, final or empty. | 362 |
![]() | Avoid inline conditionals. | 363 |
![]() | Line is longer than 80 characters (found 84). | 367 |
![]() | Method 'setLevel' is not designed for extension - needs to be abstract, final or empty. | 373 |
![]() | Parameter ExceptionType should be final. | 373 |
![]() | Name 'ExceptionType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 373 |
![]() | Line is longer than 80 characters (found 82). | 379 |
![]() | Method 'getLevel' is not designed for extension - needs to be abstract, final or empty. | 382 |
Severity | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 30 |
![]() | Method 'printHeader' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | ',' is not followed by whitespace. | 46 |
![]() | Parameter writer should be final. | 54 |
![]() | Method 'printRecordMessages' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Parameter writer should be final. | 60 |
![]() | Parameter status should be final. | 60 |
![]() | Parameter sourceUri should be final. | 61 |
![]() | Parameter problems should be final. | 61 |
![]() | Line is longer than 80 characters (found 101). | 62 |
![]() | Line is longer than 80 characters (found 108). | 63 |
![]() | '(' is followed by whitespace. | 65 |
![]() | Line is longer than 80 characters (found 84). | 70 |
![]() | Line is longer than 80 characters (found 82). | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Parameter writer should be final. | 89 |
![]() | Line is longer than 80 characters (found 107). | 109 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Parameter writer should be final. | 113 |
![]() | Line is longer than 80 characters (found 105). | 133 |
![]() | Line is longer than 80 characters (found 102). | 137 |
![]() | Method 'printRecordSkip' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | Missing a Javadoc comment. | 137 |
![]() | Parameter writer should be final. | 137 |
![]() | Line is longer than 80 characters (found 118). | 138 |
![]() | Line is longer than 80 characters (found 108). | 145 |
![]() | Parameter writer should be final. | 152 |
![]() | Method 'printFooter' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() | Missing a Javadoc comment. | 157 |
Severity | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Parameter schema should be final. | 61 |
![]() | '(' is followed by whitespace. | 70 |
![]() | ')' is preceded with whitespace. | 70 |
![]() | Method 'setExternalLocations' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Parameter locations should be final. | 80 |
![]() | Method 'getCachedLSResolver' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
Severity | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | 'value' hides a field. | 30 |
![]() | 'name' hides a field. | 30 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 39 |
Severity | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 24 |
![]() | '(' is preceded with whitespace. | 24 |
![]() | Parameter url should be final. | 24 |
![]() | 'url' hides a field. | 24 |
![]() | Parameter isDir should be final. | 24 |
![]() | 'isDir' hides a field. | 24 |
![]() | Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Method 'isDir' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter obj should be final. | 45 |
![]() | Conditional logic can be removed. | 47 |
![]() | '(' is followed by whitespace. | 47 |
![]() | '&&' should be on a new line. | 47 |
![]() | ')' is preceded with whitespace. | 48 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | '7' is a magic number. | 56 |
![]() | '31' is a magic number. | 57 |
![]() | Avoid inline conditionals. | 57 |
![]() | '31' is a magic number. | 58 |
![]() | Avoid inline conditionals. | 58 |
Severity | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | 'value' hides a field. | 30 |
![]() | 'name' hides a field. | 30 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 39 |
Severity | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | |
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter lid should be final. | 33 |
![]() | 'lid' hides a field. | 33 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter lid should be final. | 37 |
![]() | 'lid' hides a field. | 37 |
![]() | Parameter version should be final. | 37 |
![]() | 'version' hides a field. | 37 |
![]() | Method 'getLid' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Method 'hasVersion' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Expected an @return tag. | 71 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 71 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Parameter o should be final. | 71 |
![]() | Expected @param tag for 'o'. | 71 |
Severity | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 123). | 16 |
![]() | Line is longer than 80 characters (found 87). | 18 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Variable 'prefix' must be private and have accessor methods. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Variable 'uri' must be private and have accessor methods. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() | Variable '_default' must be private and have accessor methods. | 60 |
![]() | Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Method 'setPrefix' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Parameter value should be final. | 82 |
![]() | Method 'getUri' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Method 'setUri' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Parameter value should be final. | 106 |
![]() | Method 'isDefault' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Method 'setDefault' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() | Parameter value should be final. | 134 |
Severity | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter namespace should be final. | 35 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter namespace should be final. | 39 |
![]() | Parameter defaultNamespace should be final. | 40 |
![]() | 'defaultNamespace' hides a field. | 40 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter namespaces should be final. | 46 |
![]() | 'namespaces' hides a field. | 46 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter defaultNamespace should be final. | 50 |
![]() | 'defaultNamespace' hides a field. | 50 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter namespaces should be final. | 54 |
![]() | 'namespaces' hides a field. | 54 |
![]() | Parameter defaultNamespace should be final. | 55 |
![]() | 'defaultNamespace' hides a field. | 55 |
![]() | 'for' is not followed by whitespace. | 57 |
![]() | Method 'getDefaultNamepsace' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Method 'getNamespaceURI' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Parameter prefix should be final. | 68 |
![]() | 'if' is not followed by whitespace. | 69 |
![]() | Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Parameter arg0 should be final. | 77 |
![]() | Method 'getPrefixes' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Parameter arg0 should be final. | 83 |
Severity | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Name 'props' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 |
![]() | 'catch' is not followed by whitespace. | 45 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 62 |
Severity | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 36 |
![]() | Parameter list should be final. | 43 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter json should be final. | 50 |
![]() | ',' is not followed by whitespace. | 53 |
![]() | Line is longer than 80 characters (found 84). | 54 |
![]() | '+' is not preceded with whitespace. | 54 |
![]() | '+' is not followed by whitespace. | 54 |
![]() | Missing a Javadoc comment. | 58 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | Parameter target should be final. | 58 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Parameter target should be final. | 69 |
Severity | Message | Line |
---|---|---|
![]() | Method 'error' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Parameter exception should be final. | 35 |
![]() | Method 'fatalError' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Parameter exception should be final. | 48 |
![]() | Method 'warning' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Parameter exception should be final. | 62 |