Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
690026058

Files

FilesInfosWarningsErrors
gov/nasa/pds/citool/ApplicationException.java0029
gov/nasa/pds/citool/CITool.java00570
gov/nasa/pds/citool/CIToolComparator.java0070
gov/nasa/pds/citool/CIToolIngester.java002158
gov/nasa/pds/citool/CIToolValidator.java00130
gov/nasa/pds/citool/CIToolValidatorException.java008
gov/nasa/pds/citool/catalog/CatalogIndex.java0023
gov/nasa/pds/citool/catalog/CatalogList.java0018
gov/nasa/pds/citool/commandline/options/ConfigKey.java0041
gov/nasa/pds/citool/commandline/options/Flag.java0056
gov/nasa/pds/citool/commandline/options/InvalidOptionException.java004
gov/nasa/pds/citool/commandline/options/Mode.java0018
gov/nasa/pds/citool/commandline/options/ToolsOption.java0012
gov/nasa/pds/citool/commandline/options/ToolsPropertiesConfiguration.java0038
gov/nasa/pds/citool/comparator/CatalogComparator.java0063
gov/nasa/pds/citool/comparator/ObjectStatementComparator.java0060
gov/nasa/pds/citool/diff/DiffException.java0031
gov/nasa/pds/citool/diff/DiffRecord.java00110
gov/nasa/pds/citool/diff/ValueDiff.java0076
gov/nasa/pds/citool/file/FileList.java00169
gov/nasa/pds/citool/file/FileListGenerator.java00894
gov/nasa/pds/citool/file/FileObject.java00192
gov/nasa/pds/citool/file/MD5Checksum.java0018
gov/nasa/pds/citool/file/filefilter/WildcardOSFilter.java00251
gov/nasa/pds/citool/handler/HandlerFactory.java00195
gov/nasa/pds/citool/handler/ToolsFileHandler.java00158
gov/nasa/pds/citool/handler/ToolsStreamHandler.java0064
gov/nasa/pds/citool/handler/UnknownHandlerConfigurationException.java0030
gov/nasa/pds/citool/ingestor/CatalogDB.java0011425
gov/nasa/pds/citool/ingestor/CatalogFilenameFilter.java0034
gov/nasa/pds/citool/ingestor/CatalogObject.java001180
gov/nasa/pds/citool/ingestor/CatalogRegistryIngester.java004190
gov/nasa/pds/citool/ingestor/Constants.java00144
gov/nasa/pds/citool/ingestor/Reference.java0044
gov/nasa/pds/citool/ingestor/StorageIngester.java00344
gov/nasa/pds/citool/logging/CIToolLevel.java0051
gov/nasa/pds/citool/logging/CompareFormatter.java00460
gov/nasa/pds/citool/logging/IngestFormatter.java00178
gov/nasa/pds/citool/logging/ToolsLevel.java0058
gov/nasa/pds/citool/logging/ToolsLogRecord.java00132
gov/nasa/pds/citool/logging/ValidateFormatter.java00660
gov/nasa/pds/citool/report/CompareReport.java0043
gov/nasa/pds/citool/report/IngestReport.java0092
gov/nasa/pds/citool/report/NewStandardValuesReport.java0038
gov/nasa/pds/citool/report/ReferentialIntegrityReport.java0062
gov/nasa/pds/citool/report/Report.java00142
gov/nasa/pds/citool/report/ValidateReport.java0042
gov/nasa/pds/citool/ri/DataSetRIChecker.java0047
gov/nasa/pds/citool/ri/InstrumentHostRIChecker.java0014
gov/nasa/pds/citool/ri/InstrumentRIChecker.java0030
gov/nasa/pds/citool/ri/MissionRIChecker.java0028
gov/nasa/pds/citool/ri/NewValidValueFinder.java00106
gov/nasa/pds/citool/ri/PersonnelRIChecker.java0026
gov/nasa/pds/citool/ri/RIChecker.java0060
gov/nasa/pds/citool/ri/RIFileSorter.java0044
gov/nasa/pds/citool/ri/RIRecord.java0042
gov/nasa/pds/citool/ri/RIType.java0036
gov/nasa/pds/citool/ri/ReferenceRIChecker.java0076
gov/nasa/pds/citool/ri/ReferentialIntegrityValidator.java0034
gov/nasa/pds/citool/ri/StatementFinder.java0066
gov/nasa/pds/citool/ri/TargetRIChecker.java0040
gov/nasa/pds/citool/ri/ValueMatcher.java0060
gov/nasa/pds/citool/ri/VolumeRIChecker.java0036
gov/nasa/pds/citool/status/Status.java0023
gov/nasa/pds/citool/target/Target.java0057
gov/nasa/pds/citool/util/ToolInfo.java0017
gov/nasa/pds/citool/util/Utility.java00314
gov/nasa/pds/citool/validate/ReferenceFinderValidator.java0055
gov/nasa/pds/citool/validate/ReferenceValidator.java0042

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
16Errors Error
NewlineAtEndOfFile4Errors Error
Translation0Errors Error
FileLength2Errors Error
FileTabCharacter
  • eachLine: "true"
9872Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
1804Errors Error
JavadocMethod754Errors Error
JavadocType44Errors Error
JavadocVariable558Errors Error
JavadocStyle282Errors Error
ConstantName4Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName58Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName20Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport30Errors Error
UnusedImports76Errors Error
LineLength3938Errors Error
MethodLength4Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad2Errors Error
MethodParamPad2Errors Error
NoWhitespaceAfter238Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap240Errors Error
ParenPad38Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter426Errors Error
WhitespaceAround3810Errors Error
ModifierOrder18Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock34Errors Error
LeftCurly6Errors Error
NeedBraces764Errors Error
RightCurly532Errors Error
AvoidInlineConditionals8Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement10Errors Error
EqualsHashCode0Errors Error
HiddenField166Errors Error
IllegalInstantiation0Errors Error
InnerAssignment10Errors Error
MagicNumber614Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows12Errors Error
SimplifyBooleanExpression18Errors Error
SimplifyBooleanReturn12Errors Error
DesignForExtension664Errors Error
FinalClass2Errors Error
HideUtilityClassConstructor14Errors Error
InterfaceIsType0Errors Error
VisibilityModifier54Errors Error
ArrayTypeStyle4Errors Error
FinalParameters1104Errors Error
TodoComment28Errors Error
UpperEll0Errors Error

Details

gov/nasa/pds/citool/ApplicationException.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.6
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.8
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.10
ErrorsLine has trailing spaces.13
ErrorsMissing a Javadoc comment.18
ErrorsLine contains a tab character.19
ErrorsMissing a Javadoc comment.19
ErrorsLine contains a tab character.21
ErrorsMissing a Javadoc comment.21
ErrorsParameter msg should be final.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine has trailing spaces.6
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.8
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.10
ErrorsLine has trailing spaces.13
ErrorsMissing a Javadoc comment.18
ErrorsLine contains a tab character.19
ErrorsMissing a Javadoc comment.19
ErrorsLine contains a tab character.21
ErrorsMissing a Javadoc comment.21
ErrorsParameter msg should be final.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23

gov/nasa/pds/citool/CITool.java

ViolationMessageLine
ErrorsRedundant import from the same package - gov.nasa.pds.citool.CIToolComparator.16
ErrorsRedundant import from the same package - gov.nasa.pds.citool.CIToolIngester.17
ErrorsRedundant import from the same package - gov.nasa.pds.citool.CIToolValidator.18
ErrorsUnused import - gov.nasa.pds.citool.ingestor.CatalogDB.24
ErrorsMissing a Javadoc comment.65
ErrorsMissing a Javadoc comment.66
ErrorsMissing a Javadoc comment.67
ErrorsMissing a Javadoc comment.68
ErrorsMissing a Javadoc comment.69
ErrorsMissing a Javadoc comment.70
ErrorsMissing a Javadoc comment.71
ErrorsMissing a Javadoc comment.72
ErrorsMissing a Javadoc comment.73
ErrorsMissing a Javadoc comment.74
ErrorsMissing a Javadoc comment.75
ErrorsLine has trailing spaces.76
ErrorsMissing a Javadoc comment.77
ErrorsMissing a Javadoc comment.78
ErrorsMissing a Javadoc comment.79
ErrorsName 'keystore_pass' must match pattern '^[a-z][a-zA-Z0-9]*$'.79
ErrorsLine has trailing spaces.80
ErrorsMissing a Javadoc comment.80
ErrorsMissing a Javadoc comment.81
ErrorsMissing a Javadoc comment.82
ErrorsLine has trailing spaces.83
ErrorsLine has trailing spaces.86
ErrorsLine has trailing spaces.89
ErrorsName 'KEYSTORE_PASSWORD' must match pattern '^[a-z][a-zA-Z0-9]*$'.91
ErrorsLine has trailing spaces.92
ErrorsMissing a Javadoc comment.93
ErrorsMissing a Javadoc comment.94
ErrorsLine has trailing spaces.95
ErrorsMissing a Javadoc comment.96
ErrorsExpected an @return tag.122
ErrorsMethod 'parseLine' is not designed for extension - needs to be abstract, final or empty.122
ErrorsParameter argv should be final.122
ErrorsExpected @throws tag for 'Exception'.122
Errors'}' should be on the same line.126
Errors'catch' is not followed by whitespace.127
Errors'(' is followed by whitespace.127
Errors')' is preceded with whitespace.127
ErrorsMethod 'query' is not designed for extension - needs to be abstract, final or empty.140
ErrorsParameter commandLine should be final.140
ErrorsExpected @throws tag for 'Exception'.140
Errors'for' is not followed by whitespace.145
Errors'for' is not followed by whitespace.148
Errors'=' is not preceded with whitespace.148
Errors'=' is not followed by whitespace.148
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.194
Errors'while' construct must use '{}'s.200
Errors'while' is not followed by whitespace.200
ErrorsEmpty statement.200
ErrorsLine contains a tab character.210
ErrorsLine is longer than 80 characters.211
ErrorsLine contains a tab character.211
ErrorsLine has trailing spaces.213
ErrorsLine contains a tab character.213
Errors'}' should be on the same line.213
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine is longer than 80 characters.223
ErrorsLine contains a tab character.223
ErrorsLine is longer than 80 characters.224
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine is longer than 80 characters.227
ErrorsLine contains a tab character.227
ErrorsLine is longer than 80 characters.228
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.231
ErrorsLine is longer than 80 characters.232
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.233
ErrorsLine is longer than 80 characters.234
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine is longer than 80 characters.236
ErrorsLine contains a tab character.236
ErrorsLine has trailing spaces.237
ErrorsLine contains a tab character.237
ErrorsLine is longer than 80 characters.238
ErrorsLine contains a tab character.238
ErrorsLine is longer than 80 characters.239
ErrorsLine contains a tab character.239
Errors'!=' is not preceded with whitespace.239
Errors'!=' is not followed by whitespace.239
Errors'!=' is not preceded with whitespace.239
Errors'!=' is not followed by whitespace.239
ErrorsLine contains a tab character.240
ErrorsLine is longer than 80 characters.241
ErrorsLine contains a tab character.241
ErrorsLine contains a tab character.242
Errors'}' should be on the same line.242
ErrorsLine contains a tab character.243
ErrorsLine is longer than 80 characters.244
ErrorsLine contains a tab character.244
ErrorsLine is longer than 80 characters.245
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
Errors'if' construct must use '{}'s.248
ErrorsLine contains a tab character.248
ErrorsLine is longer than 80 characters.249
ErrorsLine contains a tab character.249
ErrorsLine is longer than 80 characters.250
ErrorsLine contains a tab character.250
ErrorsLine is longer than 80 characters.251
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
Errors'if' construct must use '{}'s.254
ErrorsLine contains a tab character.254
Errors'==' is not preceded with whitespace.254
Errors'==' is not followed by whitespace.254
Errors'==' is not preceded with whitespace.254
Errors'==' is not followed by whitespace.254
ErrorsLine is longer than 80 characters.255
ErrorsLine contains a tab character.255
ErrorsLine is longer than 80 characters.256
ErrorsLine contains a tab character.256
ErrorsLine contains a tab character.257
ErrorsLine contains a tab character.258
ErrorsLine is longer than 80 characters.259
ErrorsLine contains a tab character.259
ErrorsLine is longer than 80 characters.260
ErrorsLine contains a tab character.260
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.262
ErrorsLine is longer than 80 characters.263
ErrorsLine contains a tab character.263
ErrorsLine contains a tab character.264
ErrorsLine contains a tab character.265
ErrorsLine contains a tab character.266
ErrorsLine is longer than 80 characters.267
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.269
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.272
ErrorsLine is longer than 80 characters.273
ErrorsLine contains a tab character.273
ErrorsLine contains a tab character.274
ErrorsLine contains a tab character.275
ErrorsLine contains a tab character.276
Errors'catch' is not followed by whitespace.279
ErrorsMethod 'query' is not designed for extension - needs to be abstract, final or empty.293
ErrorsParameter configuration should be final.293
ErrorsExpected @throws tag for 'ConfigurationException'.293
Errors'while' construct must use '{}'s.308
ErrorsEmpty statement.308
Errors'targets' hides a field.310
Errors'for' is not followed by whitespace.311
ErrorsLine contains a tab character.346
ErrorsLine contains a tab character.349
ErrorsLine contains a tab character.352
ErrorsLine contains a tab character.355
ErrorsLine contains a tab character.358
Errors'catch' is not followed by whitespace.360
ErrorsMethod 'setTraverse' is not designed for extension - needs to be abstract, final or empty.365
ErrorsMissing a Javadoc comment.365
ErrorsParameter value should be final.365
ErrorsMethod 'setTargets' is not designed for extension - needs to be abstract, final or empty.369
ErrorsMissing a Javadoc comment.369
ErrorsParameter targets should be final.369
Errors'targets' hides a field.369
Errors'while' construct must use '{}'s.371
Errors'while' is not followed by whitespace.371
ErrorsEmpty statement.371
ErrorsMethod 'setIncludePaths' is not designed for extension - needs to be abstract, final or empty.374
ErrorsMissing a Javadoc comment.374
ErrorsParameter paths should be final.374
Errors'while' construct must use '{}'s.376
Errors'while' is not followed by whitespace.376
ErrorsEmpty statement.376
Errors'for' is not followed by whitespace.377
ErrorsMethod 'setAlias' is not designed for extension - needs to be abstract, final or empty.382
ErrorsMissing a Javadoc comment.382
ErrorsParameter value should be final.382
ErrorsMethod 'setAllrefs' is not designed for extension - needs to be abstract, final or empty.386
ErrorsMissing a Javadoc comment.386
ErrorsParameter allrefs should be final.386
Errors'allrefs' hides a field.386
ErrorsMethod 'setDictionaries' is not designed for extension - needs to be abstract, final or empty.390
ErrorsMissing a Javadoc comment.390
ErrorsParameter dictionaries should be final.390
Errors'dictionaries' hides a field.390
Errors'while' construct must use '{}'s.392
ErrorsEmpty statement.392
ErrorsMethod 'setReportFile' is not designed for extension - needs to be abstract, final or empty.395
ErrorsMissing a Javadoc comment.395
ErrorsParameter file should be final.395
ErrorsMethod 'setSeverity' is not designed for extension - needs to be abstract, final or empty.399
ErrorsMissing a Javadoc comment.399
ErrorsParameter value should be final.399
Errors'3' is a magic number.406
ErrorsMethod 'getToolMode' is not designed for extension - needs to be abstract, final or empty.414
ErrorsMissing a Javadoc comment.414
ErrorsMethod 'setToolMode' is not designed for extension - needs to be abstract, final or empty.419
ErrorsMissing a Javadoc comment.419
ErrorsParameter mode should be final.419
ErrorsLine is longer than 80 characters.423
ErrorsMethod 'setFunction' is not designed for extension - needs to be abstract, final or empty.423
ErrorsMissing a Javadoc comment.423
ErrorsParameter functionValue should be final.423
ErrorsLine has trailing spaces.436
ErrorsMethod 'setUsername' is not designed for extension - needs to be abstract, final or empty.437
ErrorsMissing a Javadoc comment.437
ErrorsParameter user should be final.437
ErrorsLine contains a tab character.438
ErrorsLine has trailing spaces.440
ErrorsMethod 'getUsername' is not designed for extension - needs to be abstract, final or empty.441
ErrorsMissing a Javadoc comment.441
ErrorsLine contains a tab character.442
ErrorsLine has trailing spaces.444
ErrorsMethod 'setPassword' is not designed for extension - needs to be abstract, final or empty.445
ErrorsMissing a Javadoc comment.445
ErrorsParameter passwd should be final.445
ErrorsLine contains a tab character.446
ErrorsLine has trailing spaces.448
ErrorsMethod 'getPassword' is not designed for extension - needs to be abstract, final or empty.449
ErrorsMissing a Javadoc comment.449
ErrorsLine contains a tab character.450
ErrorsLine has trailing spaces.452
ErrorsMethod 'setStorageUrl' is not designed for extension - needs to be abstract, final or empty.453
ErrorsMissing a Javadoc comment.453
ErrorsParameter storageUrl should be final.453
Errors'storageUrl' hides a field.453
ErrorsLine contains a tab character.454
ErrorsLine has trailing spaces.456
ErrorsMethod 'getStorageUrl' is not designed for extension - needs to be abstract, final or empty.457
ErrorsMissing a Javadoc comment.457
ErrorsLine contains a tab character.458
ErrorsLine has trailing spaces.460
ErrorsMethod 'setTransportUrl' is not designed for extension - needs to be abstract, final or empty.461
ErrorsMissing a Javadoc comment.461
ErrorsParameter transportUrl should be final.461
Errors'transportUrl' hides a field.461
ErrorsLine contains a tab character.462
ErrorsLine has trailing spaces.464
ErrorsMethod 'setKeystorePass' is not designed for extension - needs to be abstract, final or empty.465
ErrorsMissing a Javadoc comment.465
ErrorsParameter keypass should be final.465
ErrorsLine contains a tab character.466
ErrorsLine has trailing spaces.468
ErrorsMethod 'showVersion' is not designed for extension - needs to be abstract, final or empty.473
ErrorsMethod 'showHelp' is not designed for extension - needs to be abstract, final or empty.483
Errors'80' is a magic number.485
ErrorsMissing a Javadoc comment.490
ErrorsLine is longer than 80 characters.503
ErrorsMissing a Javadoc comment.508
ErrorsLine is longer than 80 characters.509
ErrorsLine is longer than 80 characters.510
ErrorsLine is longer than 80 characters.512
ErrorsMethod 'processMain' is not designed for extension - needs to be abstract, final or empty.545
ErrorsMissing a Javadoc comment.545
ErrorsParameter args should be final.545
ErrorsLine is longer than 80 characters.547
ErrorsLine contains a tab character.564
ErrorsLine is longer than 80 characters.565
ErrorsLine contains a tab character.565
ErrorsLine contains a tab character.566
ErrorsLine contains a tab character.567
ErrorsLine contains a tab character.568
ErrorsLine contains a tab character.569
ErrorsLine contains a tab character.570
ErrorsLine has trailing spaces.571
ErrorsLine contains a tab character.571
ErrorsLine is longer than 80 characters.573
Errors'target' hides a field.575
ErrorsMissing a Javadoc comment.585
ErrorsParameter argv should be final.585
ErrorsRedundant import from the same package - gov.nasa.pds.citool.CIToolComparator.16
ErrorsRedundant import from the same package - gov.nasa.pds.citool.CIToolIngester.17
ErrorsRedundant import from the same package - gov.nasa.pds.citool.CIToolValidator.18
ErrorsUnused import - gov.nasa.pds.citool.ingestor.CatalogDB.24
ErrorsMissing a Javadoc comment.65
ErrorsMissing a Javadoc comment.66
ErrorsMissing a Javadoc comment.67
ErrorsMissing a Javadoc comment.68
ErrorsMissing a Javadoc comment.69
ErrorsMissing a Javadoc comment.70
ErrorsMissing a Javadoc comment.71
ErrorsMissing a Javadoc comment.72
ErrorsMissing a Javadoc comment.73
ErrorsMissing a Javadoc comment.74
ErrorsMissing a Javadoc comment.75
ErrorsLine has trailing spaces.76
ErrorsMissing a Javadoc comment.77
ErrorsMissing a Javadoc comment.78
ErrorsMissing a Javadoc comment.79
ErrorsName 'keystore_pass' must match pattern '^[a-z][a-zA-Z0-9]*$'.79
ErrorsLine has trailing spaces.80
ErrorsMissing a Javadoc comment.80
ErrorsMissing a Javadoc comment.81
ErrorsMissing a Javadoc comment.82
ErrorsLine has trailing spaces.83
ErrorsLine has trailing spaces.86
ErrorsLine has trailing spaces.89
ErrorsName 'KEYSTORE_PASSWORD' must match pattern '^[a-z][a-zA-Z0-9]*$'.91
ErrorsLine has trailing spaces.92
ErrorsMissing a Javadoc comment.93
ErrorsMissing a Javadoc comment.94
ErrorsLine has trailing spaces.95
ErrorsMissing a Javadoc comment.96
ErrorsExpected an @return tag.122
ErrorsMethod 'parseLine' is not designed for extension - needs to be abstract, final or empty.122
ErrorsParameter argv should be final.122
ErrorsExpected @throws tag for 'Exception'.122
Errors'}' should be on the same line.126
Errors'catch' is not followed by whitespace.127
Errors'(' is followed by whitespace.127
Errors')' is preceded with whitespace.127
ErrorsMethod 'query' is not designed for extension - needs to be abstract, final or empty.140
ErrorsParameter commandLine should be final.140
ErrorsExpected @throws tag for 'Exception'.140
Errors'for' is not followed by whitespace.145
Errors'for' is not followed by whitespace.148
Errors'=' is not preceded with whitespace.148
Errors'=' is not followed by whitespace.148
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.194
Errors'while' construct must use '{}'s.200
Errors'while' is not followed by whitespace.200
ErrorsEmpty statement.200
ErrorsLine contains a tab character.210
ErrorsLine is longer than 80 characters.211
ErrorsLine contains a tab character.211
ErrorsLine has trailing spaces.213
ErrorsLine contains a tab character.213
Errors'}' should be on the same line.213
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine is longer than 80 characters.223
ErrorsLine contains a tab character.223
ErrorsLine is longer than 80 characters.224
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine is longer than 80 characters.227
ErrorsLine contains a tab character.227
ErrorsLine is longer than 80 characters.228
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.231
ErrorsLine is longer than 80 characters.232
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.233
ErrorsLine is longer than 80 characters.234
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine is longer than 80 characters.236
ErrorsLine contains a tab character.236
ErrorsLine has trailing spaces.237
ErrorsLine contains a tab character.237
ErrorsLine is longer than 80 characters.238
ErrorsLine contains a tab character.238
ErrorsLine is longer than 80 characters.239
ErrorsLine contains a tab character.239
Errors'!=' is not preceded with whitespace.239
Errors'!=' is not followed by whitespace.239
Errors'!=' is not preceded with whitespace.239
Errors'!=' is not followed by whitespace.239
ErrorsLine contains a tab character.240
ErrorsLine is longer than 80 characters.241
ErrorsLine contains a tab character.241
ErrorsLine contains a tab character.242
Errors'}' should be on the same line.242
ErrorsLine contains a tab character.243
ErrorsLine is longer than 80 characters.244
ErrorsLine contains a tab character.244
ErrorsLine is longer than 80 characters.245
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
Errors'if' construct must use '{}'s.248
ErrorsLine contains a tab character.248
ErrorsLine is longer than 80 characters.249
ErrorsLine contains a tab character.249
ErrorsLine is longer than 80 characters.250
ErrorsLine contains a tab character.250
ErrorsLine is longer than 80 characters.251
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
Errors'if' construct must use '{}'s.254
ErrorsLine contains a tab character.254
Errors'==' is not preceded with whitespace.254
Errors'==' is not followed by whitespace.254
Errors'==' is not preceded with whitespace.254
Errors'==' is not followed by whitespace.254
ErrorsLine is longer than 80 characters.255
ErrorsLine contains a tab character.255
ErrorsLine is longer than 80 characters.256
ErrorsLine contains a tab character.256
ErrorsLine contains a tab character.257
ErrorsLine contains a tab character.258
ErrorsLine is longer than 80 characters.259
ErrorsLine contains a tab character.259
ErrorsLine is longer than 80 characters.260
ErrorsLine contains a tab character.260
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.262
ErrorsLine is longer than 80 characters.263
ErrorsLine contains a tab character.263
ErrorsLine contains a tab character.264
ErrorsLine contains a tab character.265
ErrorsLine contains a tab character.266
ErrorsLine is longer than 80 characters.267
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.269
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.272
ErrorsLine is longer than 80 characters.273
ErrorsLine contains a tab character.273
ErrorsLine contains a tab character.274
ErrorsLine contains a tab character.275
ErrorsLine contains a tab character.276
Errors'catch' is not followed by whitespace.279
ErrorsMethod 'query' is not designed for extension - needs to be abstract, final or empty.293
ErrorsParameter configuration should be final.293
ErrorsExpected @throws tag for 'ConfigurationException'.293
Errors'while' construct must use '{}'s.308
ErrorsEmpty statement.308
Errors'targets' hides a field.310
Errors'for' is not followed by whitespace.311
ErrorsLine contains a tab character.346
ErrorsLine contains a tab character.349
ErrorsLine contains a tab character.352
ErrorsLine contains a tab character.355
ErrorsLine contains a tab character.358
Errors'catch' is not followed by whitespace.360
ErrorsMethod 'setTraverse' is not designed for extension - needs to be abstract, final or empty.365
ErrorsMissing a Javadoc comment.365
ErrorsParameter value should be final.365
ErrorsMethod 'setTargets' is not designed for extension - needs to be abstract, final or empty.369
ErrorsMissing a Javadoc comment.369
ErrorsParameter targets should be final.369
Errors'targets' hides a field.369
Errors'while' construct must use '{}'s.371
Errors'while' is not followed by whitespace.371
ErrorsEmpty statement.371
ErrorsMethod 'setIncludePaths' is not designed for extension - needs to be abstract, final or empty.374
ErrorsMissing a Javadoc comment.374
ErrorsParameter paths should be final.374
Errors'while' construct must use '{}'s.376
Errors'while' is not followed by whitespace.376
ErrorsEmpty statement.376
Errors'for' is not followed by whitespace.377
ErrorsMethod 'setAlias' is not designed for extension - needs to be abstract, final or empty.382
ErrorsMissing a Javadoc comment.382
ErrorsParameter value should be final.382
ErrorsMethod 'setAllrefs' is not designed for extension - needs to be abstract, final or empty.386
ErrorsMissing a Javadoc comment.386
ErrorsParameter allrefs should be final.386
Errors'allrefs' hides a field.386
ErrorsMethod 'setDictionaries' is not designed for extension - needs to be abstract, final or empty.390
ErrorsMissing a Javadoc comment.390
ErrorsParameter dictionaries should be final.390
Errors'dictionaries' hides a field.390
Errors'while' construct must use '{}'s.392
ErrorsEmpty statement.392
ErrorsMethod 'setReportFile' is not designed for extension - needs to be abstract, final or empty.395
ErrorsMissing a Javadoc comment.395
ErrorsParameter file should be final.395
ErrorsMethod 'setSeverity' is not designed for extension - needs to be abstract, final or empty.399
ErrorsMissing a Javadoc comment.399
ErrorsParameter value should be final.399
Errors'3' is a magic number.406
ErrorsMethod 'getToolMode' is not designed for extension - needs to be abstract, final or empty.414
ErrorsMissing a Javadoc comment.414
ErrorsMethod 'setToolMode' is not designed for extension - needs to be abstract, final or empty.419
ErrorsMissing a Javadoc comment.419
ErrorsParameter mode should be final.419
ErrorsLine is longer than 80 characters.423
ErrorsMethod 'setFunction' is not designed for extension - needs to be abstract, final or empty.423
ErrorsMissing a Javadoc comment.423
ErrorsParameter functionValue should be final.423
ErrorsLine has trailing spaces.436
ErrorsMethod 'setUsername' is not designed for extension - needs to be abstract, final or empty.437
ErrorsMissing a Javadoc comment.437
ErrorsParameter user should be final.437
ErrorsLine contains a tab character.438
ErrorsLine has trailing spaces.440
ErrorsMethod 'getUsername' is not designed for extension - needs to be abstract, final or empty.441
ErrorsMissing a Javadoc comment.441
ErrorsLine contains a tab character.442
ErrorsLine has trailing spaces.444
ErrorsMethod 'setPassword' is not designed for extension - needs to be abstract, final or empty.445
ErrorsMissing a Javadoc comment.445
ErrorsParameter passwd should be final.445
ErrorsLine contains a tab character.446
ErrorsLine has trailing spaces.448
ErrorsMethod 'getPassword' is not designed for extension - needs to be abstract, final or empty.449
ErrorsMissing a Javadoc comment.449
ErrorsLine contains a tab character.450
ErrorsLine has trailing spaces.452
ErrorsMethod 'setStorageUrl' is not designed for extension - needs to be abstract, final or empty.453
ErrorsMissing a Javadoc comment.453
ErrorsParameter storageUrl should be final.453
Errors'storageUrl' hides a field.453
ErrorsLine contains a tab character.454
ErrorsLine has trailing spaces.456
ErrorsMethod 'getStorageUrl' is not designed for extension - needs to be abstract, final or empty.457
ErrorsMissing a Javadoc comment.457
ErrorsLine contains a tab character.458
ErrorsLine has trailing spaces.460
ErrorsMethod 'setTransportUrl' is not designed for extension - needs to be abstract, final or empty.461
ErrorsMissing a Javadoc comment.461
ErrorsParameter transportUrl should be final.461
Errors'transportUrl' hides a field.461
ErrorsLine contains a tab character.462
ErrorsLine has trailing spaces.464
ErrorsMethod 'setKeystorePass' is not designed for extension - needs to be abstract, final or empty.465
ErrorsMissing a Javadoc comment.465
ErrorsParameter keypass should be final.465
ErrorsLine contains a tab character.466
ErrorsLine has trailing spaces.468
ErrorsMethod 'showVersion' is not designed for extension - needs to be abstract, final or empty.473
ErrorsMethod 'showHelp' is not designed for extension - needs to be abstract, final or empty.483
Errors'80' is a magic number.485
ErrorsMissing a Javadoc comment.490
ErrorsLine is longer than 80 characters.503
ErrorsMissing a Javadoc comment.508
ErrorsLine is longer than 80 characters.509
ErrorsLine is longer than 80 characters.510
ErrorsLine is longer than 80 characters.512
ErrorsMethod 'processMain' is not designed for extension - needs to be abstract, final or empty.545
ErrorsMissing a Javadoc comment.545
ErrorsParameter args should be final.545
ErrorsLine is longer than 80 characters.547
ErrorsLine contains a tab character.564
ErrorsLine is longer than 80 characters.565
ErrorsLine contains a tab character.565
ErrorsLine contains a tab character.566
ErrorsLine contains a tab character.567
ErrorsLine contains a tab character.568
ErrorsLine contains a tab character.569
ErrorsLine contains a tab character.570
ErrorsLine has trailing spaces.571
ErrorsLine contains a tab character.571
ErrorsLine is longer than 80 characters.573
Errors'target' hides a field.575
ErrorsMissing a Javadoc comment.585
ErrorsParameter argv should be final.585

gov/nasa/pds/citool/CIToolComparator.java

ViolationMessageLine
ErrorsUnused import - java.io.IOException.25
ErrorsMissing a Javadoc comment.36
ErrorsMissing a Javadoc comment.37
ErrorsMissing a Javadoc comment.39
ErrorsParameter report should be final.39
Errors'report' hides a field.39
ErrorsMethod 'compare' is not designed for extension - needs to be abstract, final or empty.50
ErrorsParameter source should be final.50
ErrorsParameter target should be final.50
ErrorsParameter recurse should be final.50
ErrorsExpected @param tag for 'recurse'.50
ErrorsExpected @throws tag for 'Exception'.51
ErrorsMethod 'compare' is not designed for extension - needs to be abstract, final or empty.75
ErrorsParameter source should be final.75
ErrorsParameter target should be final.75
Errors'}' should be on the same line.87
ErrorsMethod 'compare' is not designed for extension - needs to be abstract, final or empty.106
ErrorsMissing a Javadoc comment.106
ErrorsParameter sources should be final.106
ErrorsParameter targets should be final.106
Errors'for' is not followed by whitespace.108
Errors'for' is not followed by whitespace.110
Errors'if' is not followed by whitespace.112
Errors'for' is not followed by whitespace.120
Errors'for' is not followed by whitespace.124
ErrorsMust have at least one statement.128
Errors'for' is not followed by whitespace.136
ErrorsMust have at least one statement.140
Errors'for' is not followed by whitespace.149
ErrorsMethod 'parse' is not designed for extension - needs to be abstract, final or empty.162
ErrorsParameter url should be final.162
ErrorsMust have at least one statement.166
ErrorsLine is longer than 80 characters.172
Errors'if' is not followed by whitespace.181
Errors'}' should be on the same line.186
ErrorsUnused import - java.io.IOException.25
ErrorsMissing a Javadoc comment.36
ErrorsMissing a Javadoc comment.37
ErrorsMissing a Javadoc comment.39
ErrorsParameter report should be final.39
Errors'report' hides a field.39
ErrorsMethod 'compare' is not designed for extension - needs to be abstract, final or empty.50
ErrorsParameter source should be final.50
ErrorsParameter target should be final.50
ErrorsParameter recurse should be final.50
ErrorsExpected @param tag for 'recurse'.50
ErrorsExpected @throws tag for 'Exception'.51
ErrorsMethod 'compare' is not designed for extension - needs to be abstract, final or empty.75
ErrorsParameter source should be final.75
ErrorsParameter target should be final.75
Errors'}' should be on the same line.87
ErrorsMethod 'compare' is not designed for extension - needs to be abstract, final or empty.106
ErrorsMissing a Javadoc comment.106
ErrorsParameter sources should be final.106
ErrorsParameter targets should be final.106
Errors'for' is not followed by whitespace.108
Errors'for' is not followed by whitespace.110
Errors'if' is not followed by whitespace.112
Errors'for' is not followed by whitespace.120
Errors'for' is not followed by whitespace.124
ErrorsMust have at least one statement.128
Errors'for' is not followed by whitespace.136
ErrorsMust have at least one statement.140
Errors'for' is not followed by whitespace.149
ErrorsMethod 'parse' is not designed for extension - needs to be abstract, final or empty.162
ErrorsParameter url should be final.162
ErrorsMust have at least one statement.166
ErrorsLine is longer than 80 characters.172
Errors'if' is not followed by whitespace.181
Errors'}' should be on the same line.186

gov/nasa/pds/citool/CIToolIngester.java

ViolationMessageLine
ErrorsUnused import - gov.nasa.pds.citool.ingestor.Reference.20
ErrorsUnused import - java.net.URLConnection.41
ErrorsUnused import - java.util.Set.49
ErrorsMissing a Javadoc comment.54
ErrorsLine contains a tab character.56
ErrorsMissing a Javadoc comment.56
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.57
ErrorsMissing a Javadoc comment.58
ErrorsMissing a Javadoc comment.59
ErrorsMissing a Javadoc comment.60
ErrorsMissing a Javadoc comment.61
ErrorsMissing a Javadoc comment.62
ErrorsLine has trailing spaces.63
ErrorsMissing a Javadoc comment.65
ErrorsLine has trailing spaces.66
ErrorsLine has trailing spaces.67
ErrorsMissing a Javadoc comment.67
ErrorsLine has trailing spaces.70
ErrorsMissing a Javadoc comment.71
ErrorsLine has trailing spaces.72
ErrorsMissing a Javadoc comment.72
ErrorsVariable 'catObjs' must be private and have accessor methods.72
ErrorsMissing a Javadoc comment.73
ErrorsMissing a Javadoc comment.74
ErrorsVariable 'refInfo' must be private and have accessor methods.74
ErrorsLine has trailing spaces.75
ErrorsMissing a Javadoc comment.76
ErrorsMissing a Javadoc comment.77
ErrorsVariable 'targetAvailable' must be private and have accessor methods.77
ErrorsLine has trailing spaces.78
ErrorsMissing a Javadoc comment.79
ErrorsParameter report should be final.79
Errors'report' hides a field.79
ErrorsLine has trailing spaces.82
ErrorsMethod 'setRegistryUrl' is not designed for extension - needs to be abstract, final or empty.83
ErrorsMissing a Javadoc comment.83
ErrorsParameter registryUrl should be final.83
Errors'registryUrl' hides a field.83
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.86
ErrorsMethod 'setStorageUrl' is not designed for extension - needs to be abstract, final or empty.87
ErrorsMissing a Javadoc comment.87
ErrorsParameter storageUrl should be final.87
Errors'storageUrl' hides a field.87
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.90
ErrorsMethod 'setTransportUrl' is not designed for extension - needs to be abstract, final or empty.91
ErrorsMissing a Javadoc comment.91
ErrorsParameter transportUrl should be final.91
Errors'transportUrl' hides a field.91
ErrorsLine contains a tab character.92
ErrorsUnused @throws tag for 'RegistryClientException'.102
ErrorsMethod 'setSecurity' is not designed for extension - needs to be abstract, final or empty.105
ErrorsParameter securityContext should be final.105
Errors'securityContext' hides a field.105
ErrorsParameter username should be final.105
Errors'username' hides a field.105
ErrorsParameter password should be final.106
Errors'password' hides a field.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine has trailing spaces.111
ErrorsMethod 'ingest' is not designed for extension - needs to be abstract, final or empty.118
ErrorsParameter target should be final.118
ErrorsParameter recurse should be final.118
ErrorsExpected @param tag for 'recurse'.118
ErrorsExpected @throws tag for 'Exception'.118
ErrorsLine contains a tab character.119
Errors'}' should be on the same line.123
ErrorsLine contains a tab character.125
ErrorsLine has trailing spaces.127
ErrorsFirst sentence should end with a period.132
ErrorsMethod 'parseLabel' is not designed for extension - needs to be abstract, final or empty.137
ErrorsParameter source should be final.137
ErrorsLine has trailing spaces.141
Errors'}' should be on the same line.141
ErrorsLine has trailing spaces.142
ErrorsLine contains a tab character.143
ErrorsLine has trailing spaces.146
ErrorsLine has trailing spaces.147
ErrorsMethod 'process' is not designed for extension - needs to be abstract, final or empty.147
ErrorsMissing a Javadoc comment.147
ErrorsLine contains a tab character.147
ErrorsLine is longer than 80 characters.148
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine has trailing spaces.151
ErrorsLine is longer than 80 characters.152
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine has trailing spaces.154
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine has trailing spaces.157
ErrorsLine contains a tab character.157
ErrorsLine has trailing spaces.158
ErrorsLine contains a tab character.158
ErrorsLine has trailing spaces.159
ErrorsLine is longer than 80 characters.159
ErrorsLine contains a tab character.159
ErrorsLine has trailing spaces.160
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsLine has trailing spaces.162
ErrorsLine is longer than 80 characters.162
ErrorsLine contains a tab character.162
ErrorsLine is longer than 80 characters.163
ErrorsLine contains a tab character.163
ErrorsLine has trailing spaces.164
ErrorsLine contains a tab character.164
ErrorsLine has trailing spaces.165
ErrorsLine contains a tab character.165
ErrorsLine has trailing spaces.166
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
Errors'if' construct must use '{}'s.169
ErrorsLine has trailing spaces.169
ErrorsLine contains a tab character.169
ErrorsLine is longer than 80 characters.170
ErrorsLine contains a tab character.170
ErrorsLine has trailing spaces.171
ErrorsLine contains a tab character.171
ErrorsLine has trailing spaces.173
ErrorsMissing a Javadoc comment.174
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsComment matches to-do format 'TODO:'.177
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine has trailing spaces.180
ErrorsLine contains a tab character.180
ErrorsComment matches to-do format 'TODO:'.181
ErrorsLine is longer than 80 characters.181
ErrorsLine contains a tab character.181
ErrorsLine has trailing spaces.182
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsLine is longer than 80 characters.186
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsLine is longer than 80 characters.188
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsLine has trailing spaces.190
ErrorsLine contains a tab character.190
ErrorsLine is longer than 80 characters.191
ErrorsLine contains a tab character.191
ErrorsLine is longer than 80 characters.192
ErrorsLine contains a tab character.192
ErrorsLine is longer than 80 characters.193
ErrorsLine contains a tab character.193
Errors'+' is not preceded with whitespace.193
Errors'+' is not followed by whitespace.193
Errors'+' is not preceded with whitespace.193
Errors'+' is not followed by whitespace.193
Errors'+' is not preceded with whitespace.193
Errors'+' is not followed by whitespace.193
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsLine has trailing spaces.196
ErrorsLine contains a tab character.196
ErrorsLine is longer than 80 characters.197
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
Errors'}' should be on the same line.201
ErrorsLine contains a tab character.202
ErrorsLine is longer than 80 characters.203
ErrorsLine contains a tab character.203
ErrorsLine is longer than 80 characters.206
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine has trailing spaces.210
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsLine is longer than 80 characters.212
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.221
ErrorsLine has trailing spaces.222
ErrorsLine contains a tab character.222
ErrorsLine is longer than 80 characters.223
ErrorsLine contains a tab character.223
ErrorsLine is longer than 80 characters.224
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine is longer than 80 characters.227
ErrorsLine contains a tab character.227
ErrorsLine has trailing spaces.228
ErrorsLine is longer than 80 characters.228
ErrorsLine contains a tab character.228
ErrorsComment matches to-do format 'TODO:'.229
ErrorsLine contains a tab character.229
ErrorsLine has trailing spaces.230
ErrorsLine contains a tab character.230
ErrorsLine is longer than 80 characters.231
ErrorsLine contains a tab character.231
ErrorsLine is longer than 80 characters.232
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.233
ErrorsLine is longer than 80 characters.234
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine is longer than 80 characters.236
ErrorsLine contains a tab character.236
ErrorsLine is longer than 80 characters.237
ErrorsLine contains a tab character.237
ErrorsLine is longer than 80 characters.238
ErrorsLine contains a tab character.238
ErrorsLine is longer than 80 characters.239
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
ErrorsLine contains a tab character.241
Errors'}' should be on the same line.241
ErrorsLine contains a tab character.242
ErrorsLine is longer than 80 characters.243
ErrorsLine contains a tab character.243
ErrorsLine is longer than 80 characters.244
ErrorsLine contains a tab character.244
ErrorsLine is longer than 80 characters.245
ErrorsLine contains a tab character.245
ErrorsLine is longer than 80 characters.246
ErrorsLine contains a tab character.246
ErrorsLine is longer than 80 characters.247
ErrorsLine contains a tab character.247
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
Errors'}' should be on the same line.249
ErrorsLine contains a tab character.250
ErrorsLine is longer than 80 characters.251
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
ErrorsLine has trailing spaces.254
ErrorsLine contains a tab character.254
Errors'}' should be on the same line.254
ErrorsLine contains a tab character.255
ErrorsLine is longer than 80 characters.256
ErrorsLine contains a tab character.256
ErrorsLine is longer than 80 characters.257
ErrorsLine contains a tab character.257
ErrorsLine contains a tab character.258
ErrorsLine is longer than 80 characters.259
ErrorsLine contains a tab character.259
ErrorsLine is longer than 80 characters.260
ErrorsLine contains a tab character.260
ErrorsLine contains a tab character.261
ErrorsLine is longer than 80 characters.262
ErrorsLine contains a tab character.262
ErrorsLine is longer than 80 characters.263
ErrorsLine contains a tab character.263
ErrorsLine is longer than 80 characters.264
ErrorsLine contains a tab character.264
ErrorsLine is longer than 80 characters.265
ErrorsLine contains a tab character.265
ErrorsLine is longer than 80 characters.266
ErrorsLine contains a tab character.266
ErrorsLine is longer than 80 characters.267
ErrorsLine contains a tab character.267
ErrorsLine has trailing spaces.268
ErrorsLine is longer than 80 characters.268
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.269
ErrorsLine is longer than 80 characters.270
ErrorsLine contains a tab character.270
ErrorsLine is longer than 80 characters.271
ErrorsLine contains a tab character.271
ErrorsLine is longer than 80 characters.272
ErrorsLine contains a tab character.272
ErrorsLine is longer than 80 characters.273
ErrorsLine contains a tab character.273
ErrorsLine is longer than 80 characters.274
ErrorsLine contains a tab character.274
ErrorsLine contains a tab character.275
ErrorsLine contains a tab character.276
Errors'}' should be on the same line.276
ErrorsLine contains a tab character.277
ErrorsLine is longer than 80 characters.278
ErrorsLine contains a tab character.278
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.281
Errors'}' should be on the same line.281
ErrorsLine contains a tab character.282
ErrorsLine is longer than 80 characters.283
ErrorsLine contains a tab character.283
ErrorsLine is longer than 80 characters.284
ErrorsLine contains a tab character.284
ErrorsLine contains a tab character.285
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.287
ErrorsLine contains a tab character.288
ErrorsLine contains a tab character.289
ErrorsLine contains a tab character.290
ErrorsLine contains a tab character.291
ErrorsLine has trailing spaces.292
ErrorsLine contains a tab character.292
ErrorsLine contains a tab character.293
ErrorsLine has trailing spaces.294
ErrorsLine contains a tab character.294
ErrorsLine contains a tab character.295
ErrorsLine is longer than 80 characters.296
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.297
ErrorsLine contains a tab character.298
ErrorsLine has trailing spaces.299
ErrorsLine is longer than 80 characters.299
ErrorsLine contains a tab character.299
Errors'+' should be on a new line.299
ErrorsLine has trailing spaces.300
ErrorsLine is longer than 80 characters.300
ErrorsLine contains a tab character.300
Errors'+' should be on a new line.300
ErrorsLine is longer than 80 characters.301
ErrorsLine contains a tab character.301
ErrorsLine contains a tab character.302
ErrorsLine has trailing spaces.303
ErrorsLine contains a tab character.303
ErrorsLine contains a tab character.304
ErrorsLine contains a tab character.305
ErrorsLine contains a tab character.306
Errors'>' is not preceded with whitespace.306
Errors'>' is not followed by whitespace.306
ErrorsLine contains a tab character.307
ErrorsLine contains a tab character.308
ErrorsLine has trailing spaces.310
ErrorsMissing a Javadoc comment.311
ErrorsParameter filename should be final.311
ErrorsLine contains a tab character.312
ErrorsLine contains a tab character.313
ErrorsLine is longer than 80 characters.314
ErrorsLine contains a tab character.316
ErrorsLine contains a tab character.318
ErrorsLine contains a tab character.319
ErrorsLine has trailing spaces.321
ErrorsMethod 'getFilesFromStorageService' is not designed for extension - needs to be abstract, final or empty.325
ErrorsMissing a Javadoc comment.325
ErrorsParameter requiredFiles should be final.325
ErrorsLine contains a tab character.326
ErrorsLine contains a tab character.327
ErrorsLine contains a tab character.328
ErrorsLine contains a tab character.329
ErrorsLine is longer than 80 characters.330
ErrorsLine contains a tab character.330
ErrorsLine contains a tab character.331
Errors'==' is not preceded with whitespace.331
Errors'==' is not followed by whitespace.331
ErrorsLine is longer than 80 characters.332
ErrorsLine contains a tab character.332
Errors'+' should be on a new line.332
ErrorsLine is longer than 80 characters.333
ErrorsLine contains a tab character.333
ErrorsLine has trailing spaces.334
ErrorsLine contains a tab character.334
ErrorsLine has trailing spaces.335
ErrorsLine contains a tab character.335
ErrorsLine contains a tab character.336
ErrorsLine is longer than 80 characters.338
ErrorsLine contains a tab character.338
ErrorsLine is longer than 80 characters.339
ErrorsLine contains a tab character.339
ErrorsLine is longer than 80 characters.340
ErrorsLine contains a tab character.340
ErrorsLine is longer than 80 characters.342
ErrorsLine contains a tab character.342
Errors'==' is not preceded with whitespace.342
Errors'==' is not followed by whitespace.342
ErrorsLine contains a tab character.343
ErrorsLine is longer than 80 characters.345
ErrorsLine contains a tab character.345
ErrorsLine is longer than 80 characters.346
ErrorsLine contains a tab character.346
ErrorsLine is longer than 80 characters.348
ErrorsLine contains a tab character.348
ErrorsLine is longer than 80 characters.349
ErrorsLine contains a tab character.349
ErrorsLine is longer than 80 characters.350
ErrorsLine contains a tab character.350
ErrorsLine is longer than 80 characters.351
ErrorsLine contains a tab character.351
ErrorsLine contains a tab character.353
ErrorsLine contains a tab character.354
ErrorsLine contains a tab character.355
ErrorsLine contains a tab character.356
Errors'}' should be on the same line.356
ErrorsLine contains a tab character.357
ErrorsLine is longer than 80 characters.358
ErrorsLine contains a tab character.358
ErrorsLine is longer than 80 characters.359
ErrorsLine contains a tab character.359
ErrorsLine is longer than 80 characters.360
ErrorsLine contains a tab character.360
Errors'+' should be on a new line.360
ErrorsLine is longer than 80 characters.361
ErrorsLine contains a tab character.361
ErrorsLine has trailing spaces.362
ErrorsLine is longer than 80 characters.362
ErrorsLine contains a tab character.362
ErrorsLine contains a tab character.363
ErrorsLine contains a tab character.364
ErrorsLine contains a tab character.365
ErrorsLine is longer than 80 characters.366
ErrorsLine contains a tab character.366
ErrorsLine is longer than 80 characters.367
ErrorsLine contains a tab character.367
Errors'+' should be on a new line.367
ErrorsLine is longer than 80 characters.368
ErrorsLine contains a tab character.368
ErrorsLine has trailing spaces.369
ErrorsLine contains a tab character.369
ErrorsLine contains a tab character.370
ErrorsLine contains a tab character.371
ErrorsLine contains a tab character.373
ErrorsLine contains a tab character.374
ErrorsLine contains a tab character.375
ErrorsLine contains a tab character.376
ErrorsLine contains a tab character.377
ErrorsLine contains a tab character.378
ErrorsLine has trailing spaces.379
ErrorsLine contains a tab character.379
ErrorsLine has trailing spaces.380
ErrorsLine is longer than 80 characters.380
ErrorsLine contains a tab character.380
ErrorsLine is longer than 80 characters.381
ErrorsLine contains a tab character.381
ErrorsLine contains a tab character.382
ErrorsLine contains a tab character.383
ErrorsLine contains a tab character.384
ErrorsLine contains a tab character.385
ErrorsLine has trailing spaces.387
ErrorsMethod 'getProductFromStorageService' is not designed for extension - needs to be abstract, final or empty.388
ErrorsMissing a Javadoc comment.388
ErrorsParameter fileName should be final.388
ErrorsLine is longer than 80 characters.389
ErrorsLine contains a tab character.389
Errors'+' is not preceded with whitespace.389
Errors'+' is not followed by whitespace.389
Errors'+' is not preceded with whitespace.389
Errors'+' is not followed by whitespace.389
ErrorsLine has trailing spaces.391
ErrorsFirst sentence should end with a period.392
ErrorsExpected an @return tag.395
ErrorsMethod length is 284 lines (max allowed is 150).395
ErrorsLine contains a tab character.396
ErrorsLine contains a tab character.397
ErrorsLine contains a tab character.398
ErrorsLine has trailing spaces.399
ErrorsLine contains a tab character.399
ErrorsLine contains a tab character.400
ErrorsLine contains a tab character.401
ErrorsLine is longer than 80 characters.402
ErrorsLine contains a tab character.402
ErrorsLine contains a tab character.403
ErrorsLine contains a tab character.404
ErrorsLine is longer than 80 characters.405
ErrorsLine contains a tab character.405
ErrorsLine contains a tab character.406
ErrorsLine contains a tab character.407
ErrorsLine contains a tab character.408
ErrorsLine contains a tab character.409
Errors'!=' is not preceded with whitespace.409
Errors'!=' is not followed by whitespace.409
ErrorsLine contains a tab character.410
ErrorsLine contains a tab character.411
Errors'}' should be on the same line.411
ErrorsLine contains a tab character.412
ErrorsLine contains a tab character.413
ErrorsLine contains a tab character.414
ErrorsLine is longer than 80 characters.415
ErrorsLine contains a tab character.415
Errors'+' is not preceded with whitespace.415
Errors'+' is not followed by whitespace.415
Errors'+' is not preceded with whitespace.415
Errors'+' is not followed by whitespace.415
ErrorsLine contains a tab character.416
ErrorsLine contains a tab character.418
ErrorsLine contains a tab character.419
Errors'!=' is not preceded with whitespace.419
Errors'!=' is not followed by whitespace.419
ErrorsLine contains a tab character.420
ErrorsLine contains a tab character.421
Errors'}' should be on the same line.421
ErrorsLine contains a tab character.422
ErrorsLine contains a tab character.423
ErrorsLine contains a tab character.424
ErrorsLine contains a tab character.425
ErrorsLine contains a tab character.426
ErrorsLine is longer than 80 characters.427
ErrorsLine contains a tab character.427
ErrorsLine contains a tab character.428
ErrorsLine contains a tab character.429
ErrorsLine is longer than 80 characters.430
ErrorsLine contains a tab character.430
ErrorsLine is longer than 80 characters.431
ErrorsLine contains a tab character.431
ErrorsLine is longer than 80 characters.432
ErrorsLine contains a tab character.432
Errors'if' construct must use '{}'s.433
ErrorsLine is longer than 80 characters.433
ErrorsLine contains a tab character.433
Errors'+' is not preceded with whitespace.433
Errors'+' is not followed by whitespace.433
Errors'+' is not preceded with whitespace.433
Errors'+' is not followed by whitespace.433
ErrorsLine is longer than 80 characters.434
ErrorsLine contains a tab character.434
Errors'+' is not preceded with whitespace.434
Errors'+' is not followed by whitespace.434
Errors'+' is not preceded with whitespace.434
Errors'+' is not followed by whitespace.434
ErrorsLine contains a tab character.435
ErrorsLine contains a tab character.436
Errors'}' should be on the same line.436
ErrorsLine contains a tab character.437
ErrorsLine contains a tab character.438
ErrorsLine contains a tab character.439
ErrorsLine is longer than 80 characters.440
ErrorsLine contains a tab character.440
ErrorsLine contains a tab character.441
Errors'if' construct must use '{}'s.442
ErrorsLine is longer than 80 characters.442
ErrorsLine contains a tab character.442
Errors'+' is not preceded with whitespace.442
Errors'+' is not followed by whitespace.442
Errors'+' is not preceded with whitespace.442
Errors'+' is not followed by whitespace.442
ErrorsLine has trailing spaces.443
ErrorsLine is longer than 80 characters.443
ErrorsLine contains a tab character.443
Errors'+' is not preceded with whitespace.443
Errors'+' is not followed by whitespace.443
Errors'+' is not preceded with whitespace.443
Errors'+' is not followed by whitespace.443
ErrorsLine contains a tab character.444
ErrorsLine contains a tab character.445
ErrorsLine contains a tab character.446
ErrorsLine contains a tab character.447
Errors'}' should be on the same line.447
ErrorsLine contains a tab character.448
ErrorsLine is longer than 80 characters.449
ErrorsLine contains a tab character.449
ErrorsLine contains a tab character.450
ErrorsLine has trailing spaces.451
ErrorsLine is longer than 80 characters.451
ErrorsLine contains a tab character.451
ErrorsLine contains a tab character.452
ErrorsLine has trailing spaces.453
ErrorsLine contains a tab character.453
ErrorsLine contains a tab character.454
Errors'!=' is not preceded with whitespace.454
Errors'!=' is not followed by whitespace.454
ErrorsLine contains a tab character.455
ErrorsLine contains a tab character.456
Errors'}' should be on the same line.456
ErrorsLine contains a tab character.457
ErrorsLine contains a tab character.458
ErrorsLine contains a tab character.459
ErrorsLine has trailing spaces.460
ErrorsLine contains a tab character.460
ErrorsLine is longer than 80 characters.461
ErrorsLine contains a tab character.461
Errors'+' is not preceded with whitespace.461
Errors'+' is not followed by whitespace.461
Errors'+' is not preceded with whitespace.461
Errors'+' is not followed by whitespace.461
ErrorsLine is longer than 80 characters.462
ErrorsLine contains a tab character.462
Errors'+' is not preceded with whitespace.462
Errors'+' is not followed by whitespace.462
Errors'+' is not preceded with whitespace.462
Errors'+' is not followed by whitespace.462
ErrorsLine contains a tab character.463
ErrorsLine has trailing spaces.464
ErrorsLine contains a tab character.464
ErrorsLine contains a tab character.465
ErrorsLine has trailing spaces.466
ErrorsLine contains a tab character.466
ErrorsLine contains a tab character.467
ErrorsLine contains a tab character.468
ErrorsLine contains a tab character.469
Errors'!=' is not preceded with whitespace.469
Errors'!=' is not followed by whitespace.469
ErrorsLine contains a tab character.470
ErrorsLine contains a tab character.471
Errors'}' should be on the same line.471
ErrorsLine contains a tab character.472
ErrorsLine contains a tab character.473
ErrorsLine contains a tab character.474
ErrorsLine contains a tab character.475
ErrorsLine is longer than 80 characters.476
ErrorsLine contains a tab character.476
ErrorsLine contains a tab character.477
ErrorsLine contains a tab character.478
ErrorsLine is longer than 80 characters.479
ErrorsLine contains a tab character.479
ErrorsLine is longer than 80 characters.480
ErrorsLine contains a tab character.480
Errors'if' construct must use '{}'s.481
ErrorsLine is longer than 80 characters.481
ErrorsLine contains a tab character.481
Errors'+' is not preceded with whitespace.481
Errors'+' is not followed by whitespace.481
Errors'+' is not preceded with whitespace.481
Errors'+' is not followed by whitespace.481
ErrorsLine is longer than 80 characters.482
ErrorsLine contains a tab character.482
Errors'+' is not preceded with whitespace.482
Errors'+' is not followed by whitespace.482
Errors'+' is not preceded with whitespace.482
Errors'+' is not followed by whitespace.482
ErrorsLine contains a tab character.483
ErrorsLine contains a tab character.484
Errors'}' should be on the same line.484
ErrorsLine contains a tab character.485
ErrorsLine contains a tab character.486
ErrorsLine contains a tab character.487
ErrorsLine contains a tab character.488
Errors'if' construct must use '{}'s.489
ErrorsLine is longer than 80 characters.489
ErrorsLine contains a tab character.489
Errors'+' is not preceded with whitespace.489
Errors'+' is not followed by whitespace.489
Errors'+' is not preceded with whitespace.489
Errors'+' is not followed by whitespace.489
ErrorsLine has trailing spaces.490
ErrorsLine is longer than 80 characters.490
ErrorsLine contains a tab character.490
Errors'+' is not preceded with whitespace.490
Errors'+' is not followed by whitespace.490
Errors'+' is not preceded with whitespace.490
Errors'+' is not followed by whitespace.490
ErrorsLine contains a tab character.491
ErrorsLine has trailing spaces.492
ErrorsLine contains a tab character.492
ErrorsLine contains a tab character.493
ErrorsLine has trailing spaces.494
ErrorsLine contains a tab character.494
ErrorsLine contains a tab character.495
ErrorsLine contains a tab character.496
Errors'!=' is not preceded with whitespace.496
Errors'!=' is not followed by whitespace.496
ErrorsLine contains a tab character.497
ErrorsLine contains a tab character.498
Errors'}' should be on the same line.498
ErrorsLine contains a tab character.499
ErrorsLine contains a tab character.500
ErrorsLine contains a tab character.501
ErrorsLine contains a tab character.502
ErrorsLine contains a tab character.503
ErrorsLine is longer than 80 characters.504
ErrorsLine contains a tab character.504
ErrorsLine is longer than 80 characters.505
ErrorsLine contains a tab character.505
ErrorsLine is longer than 80 characters.506
ErrorsLine contains a tab character.506
ErrorsLine contains a tab character.507
ErrorsLine contains a tab character.508
ErrorsLine is longer than 80 characters.509
ErrorsLine contains a tab character.509
ErrorsLine is longer than 80 characters.510
ErrorsLine contains a tab character.510
ErrorsLine is longer than 80 characters.511
ErrorsLine contains a tab character.511
Errors'if' construct must use '{}'s.512
ErrorsLine is longer than 80 characters.512
ErrorsLine contains a tab character.512
Errors'+' is not preceded with whitespace.512
Errors'+' is not followed by whitespace.512
Errors'+' is not preceded with whitespace.512
Errors'+' is not followed by whitespace.512
ErrorsLine is longer than 80 characters.513
ErrorsLine contains a tab character.513
Errors'+' is not preceded with whitespace.513
Errors'+' is not followed by whitespace.513
Errors'+' is not preceded with whitespace.513
Errors'+' is not followed by whitespace.513
ErrorsLine contains a tab character.514
ErrorsLine contains a tab character.515
Errors'}' should be on the same line.515
ErrorsLine contains a tab character.516
ErrorsLine contains a tab character.517
ErrorsLine contains a tab character.518
ErrorsLine is longer than 80 characters.519
ErrorsLine contains a tab character.519
ErrorsLine contains a tab character.520
Errors'if' construct must use '{}'s.521
ErrorsLine is longer than 80 characters.521
ErrorsLine contains a tab character.521
Errors'+' is not preceded with whitespace.521
Errors'+' is not followed by whitespace.521
Errors'+' is not preceded with whitespace.521
Errors'+' is not followed by whitespace.521
ErrorsLine has trailing spaces.522
ErrorsLine is longer than 80 characters.522
ErrorsLine contains a tab character.522
Errors'+' is not preceded with whitespace.522
Errors'+' is not followed by whitespace.522
Errors'+' is not preceded with whitespace.522
Errors'+' is not followed by whitespace.522
ErrorsLine contains a tab character.523
ErrorsLine has trailing spaces.524
ErrorsLine is longer than 80 characters.524
ErrorsLine contains a tab character.524
ErrorsLine has trailing spaces.525
ErrorsLine contains a tab character.525
ErrorsLine contains a tab character.526
Errors'}' should be on the same line.526
ErrorsLine contains a tab character.527
ErrorsLine is longer than 80 characters.528
ErrorsLine contains a tab character.528
ErrorsLine is longer than 80 characters.529
ErrorsLine contains a tab character.529
ErrorsLine has trailing spaces.530
ErrorsLine contains a tab character.531
Errors'!=' is not preceded with whitespace.531
Errors'!=' is not followed by whitespace.531
ErrorsLine contains a tab character.532
ErrorsLine contains a tab character.533
Errors'}' should be on the same line.533
ErrorsLine contains a tab character.534
ErrorsLine contains a tab character.535
ErrorsLine contains a tab character.536
ErrorsLine contains a tab character.537
ErrorsLine contains a tab character.538
ErrorsLine contains a tab character.539
ErrorsLine contains a tab character.540
ErrorsLine is longer than 80 characters.541
ErrorsLine contains a tab character.541
Errors'+' is not preceded with whitespace.541
Errors'+' is not followed by whitespace.541
Errors'+' is not preceded with whitespace.541
Errors'+' is not followed by whitespace.541
ErrorsLine contains a tab character.542
ErrorsLine contains a tab character.543
Errors'}' should be on the same line.543
ErrorsLine contains a tab character.544
ErrorsLine is longer than 80 characters.545
ErrorsLine contains a tab character.545
ErrorsLine contains a tab character.546
ErrorsLine contains a tab character.547
ErrorsLine contains a tab character.548
ErrorsLine contains a tab character.549
Errors'!=' is not preceded with whitespace.549
Errors'!=' is not followed by whitespace.549
ErrorsLine contains a tab character.550
ErrorsLine contains a tab character.551
Errors'}' should be on the same line.551
ErrorsLine contains a tab character.552
ErrorsLine contains a tab character.553
ErrorsLine contains a tab character.554
Errors'if' construct must use '{}'s.555
ErrorsLine is longer than 80 characters.555
ErrorsLine contains a tab character.555
Errors'+' is not preceded with whitespace.555
Errors'+' is not followed by whitespace.555
Errors'+' is not preceded with whitespace.555
Errors'+' is not followed by whitespace.555
ErrorsLine is longer than 80 characters.556
ErrorsLine contains a tab character.556
Errors'+' is not preceded with whitespace.556
Errors'+' is not followed by whitespace.556
Errors'+' is not preceded with whitespace.556
Errors'+' is not followed by whitespace.556
ErrorsLine contains a tab character.557
ErrorsLine contains a tab character.558
Errors'}' should be on the same line.558
ErrorsLine contains a tab character.559
ErrorsLine contains a tab character.560
ErrorsLine has trailing spaces.561
ErrorsLine contains a tab character.561
ErrorsLine is longer than 80 characters.562
ErrorsLine contains a tab character.562
ErrorsLine contains a tab character.563
ErrorsLine contains a tab character.564
ErrorsLine contains a tab character.565
ErrorsLine contains a tab character.566
ErrorsLine contains a tab character.567
ErrorsLine contains a tab character.568
Errors'!=' is not preceded with whitespace.568
Errors'!=' is not followed by whitespace.568
ErrorsLine contains a tab character.569
ErrorsLine contains a tab character.570
Errors'}' should be on the same line.570
ErrorsLine contains a tab character.571
ErrorsLine contains a tab character.572
ErrorsLine contains a tab character.573
ErrorsLine has trailing spaces.574
ErrorsLine contains a tab character.574
ErrorsLine is longer than 80 characters.575
ErrorsLine contains a tab character.575
Errors'+' is not preceded with whitespace.575
Errors'+' is not followed by whitespace.575
ErrorsLine is longer than 80 characters.576
ErrorsLine contains a tab character.576
Errors'+' is not preceded with whitespace.576
Errors'+' is not followed by whitespace.576
ErrorsLine contains a tab character.577
ErrorsLine contains a tab character.578
ErrorsLine contains a tab character.579
Errors'}' should be on the same line.579
ErrorsLine has trailing spaces.580
ErrorsLine contains a tab character.580
Errors'||' should be on a new line.580
ErrorsLine has trailing spaces.581
ErrorsLine is longer than 80 characters.581
ErrorsLine contains a tab character.581
ErrorsLine contains a tab character.582
Errors'!=' is not preceded with whitespace.582
Errors'!=' is not followed by whitespace.582
ErrorsLine contains a tab character.583
ErrorsLine contains a tab character.584
Errors'}' should be on the same line.584
ErrorsLine contains a tab character.585
ErrorsLine contains a tab character.586
ErrorsLine contains a tab character.587
ErrorsLine has trailing spaces.588
ErrorsLine contains a tab character.588
ErrorsLine has trailing spaces.589
ErrorsLine is longer than 80 characters.589
ErrorsLine contains a tab character.589
ErrorsLine contains a tab character.590
ErrorsLine contains a tab character.591
ErrorsLine contains a tab character.592
ErrorsLine has trailing spaces.593
ErrorsLine is longer than 80 characters.593
ErrorsLine contains a tab character.593
ErrorsLine has trailing spaces.594
ErrorsLine is longer than 80 characters.594
ErrorsLine contains a tab character.594
ErrorsLine has trailing spaces.595
ErrorsLine contains a tab character.595
ErrorsLine is longer than 80 characters.596
ErrorsLine contains a tab character.596
ErrorsLine is longer than 80 characters.597
ErrorsLine contains a tab character.597
ErrorsLine is longer than 80 characters.598
ErrorsLine contains a tab character.598
Errors'if' construct must use '{}'s.599
ErrorsLine is longer than 80 characters.599
ErrorsLine contains a tab character.599
Errors'+' is not preceded with whitespace.599
Errors'+' is not followed by whitespace.599
Errors'+' is not preceded with whitespace.599
Errors'+' is not followed by whitespace.599
ErrorsLine is longer than 80 characters.600
ErrorsLine contains a tab character.600
Errors'+' is not preceded with whitespace.600
Errors'+' is not followed by whitespace.600
Errors'+' is not preceded with whitespace.600
Errors'+' is not followed by whitespace.600
ErrorsLine contains a tab character.601
ErrorsLine contains a tab character.602
Errors'}' should be on the same line.602
ErrorsLine contains a tab character.603
ErrorsLine contains a tab character.604
ErrorsLine contains a tab character.605
ErrorsLine contains a tab character.606
ErrorsLine is longer than 80 characters.607
ErrorsLine contains a tab character.607
ErrorsLine contains a tab character.608
Errors'if' construct must use '{}'s.609
ErrorsLine is longer than 80 characters.609
ErrorsLine contains a tab character.609
Errors'+' is not preceded with whitespace.609
Errors'+' is not followed by whitespace.609
Errors'+' is not preceded with whitespace.609
Errors'+' is not followed by whitespace.609
ErrorsLine is longer than 80 characters.610
ErrorsLine contains a tab character.610
Errors'+' is not preceded with whitespace.610
Errors'+' is not followed by whitespace.610
Errors'+' is not preceded with whitespace.610
Errors'+' is not followed by whitespace.610
ErrorsLine contains a tab character.611
ErrorsLine has trailing spaces.612
ErrorsLine contains a tab character.612
ErrorsLine contains a tab character.613
ErrorsLine has trailing spaces.614
ErrorsLine contains a tab character.614
ErrorsLine contains a tab character.615
ErrorsLine contains a tab character.616
ErrorsLine is longer than 80 characters.617
ErrorsLine contains a tab character.617
ErrorsLine is longer than 80 characters.618
ErrorsLine contains a tab character.618
ErrorsLine contains a tab character.619
ErrorsLine is longer than 80 characters.620
ErrorsLine contains a tab character.620
ErrorsLine contains a tab character.621
ErrorsLine contains a tab character.622
ErrorsLine is longer than 80 characters.623
ErrorsLine contains a tab character.623
ErrorsLine contains a tab character.624
ErrorsLine contains a tab character.625
ErrorsLine is longer than 80 characters.626
ErrorsLine contains a tab character.626
ErrorsLine is longer than 80 characters.627
ErrorsLine contains a tab character.627
Errors'if' construct must use '{}'s.628
ErrorsLine is longer than 80 characters.628
ErrorsLine contains a tab character.628
ErrorsLine is longer than 80 characters.629
ErrorsLine contains a tab character.629
ErrorsLine contains a tab character.630
ErrorsLine contains a tab character.631
ErrorsLine contains a tab character.632
ErrorsLine is longer than 80 characters.633
ErrorsLine contains a tab character.633
ErrorsLine is longer than 80 characters.634
ErrorsLine contains a tab character.634
Errors'if' construct must use '{}'s.635
ErrorsLine is longer than 80 characters.635
ErrorsLine contains a tab character.635
ErrorsLine is longer than 80 characters.636
ErrorsLine contains a tab character.636
ErrorsLine contains a tab character.637
ErrorsLine has trailing spaces.638
ErrorsLine contains a tab character.638
ErrorsLine contains a tab character.639
ErrorsLine contains a tab character.640
Errors'}' should be on the same line.640
ErrorsLine contains a tab character.641
ErrorsLine is longer than 80 characters.642
ErrorsLine contains a tab character.642
ErrorsLine contains a tab character.643
ErrorsLine has trailing spaces.644
ErrorsLine contains a tab character.644
ErrorsLine has trailing spaces.645
ErrorsLine contains a tab character.645
ErrorsLine contains a tab character.646
Errors'if' construct must use '{}'s.647
ErrorsLine contains a tab character.647
Errors'!=' is not preceded with whitespace.647
Errors'!=' is not followed by whitespace.647
ErrorsLine contains a tab character.648
Errors'else' construct must use '{}'s.649
ErrorsLine contains a tab character.649
ErrorsLine contains a tab character.650
ErrorsLine has trailing spaces.651
ErrorsLine contains a tab character.651
ErrorsLine contains a tab character.652
ErrorsLine contains a tab character.653
ErrorsLine contains a tab character.654
ErrorsLine contains a tab character.655
ErrorsLine contains a tab character.656
ErrorsLine is longer than 80 characters.657
ErrorsLine contains a tab character.657
ErrorsLine contains a tab character.658
ErrorsLine is longer than 80 characters.659
ErrorsLine contains a tab character.659
ErrorsLine is longer than 80 characters.660
ErrorsLine contains a tab character.660
Errors'+' is not preceded with whitespace.660
Errors'+' is not followed by whitespace.660
Errors'+' is not preceded with whitespace.660
Errors'+' is not followed by whitespace.660
ErrorsLine is longer than 80 characters.661
ErrorsLine contains a tab character.661
Errors'+' is not preceded with whitespace.661
Errors'+' is not followed by whitespace.661
Errors'+' is not preceded with whitespace.661
Errors'+' is not followed by whitespace.661
ErrorsLine contains a tab character.662
ErrorsLine contains a tab character.663
ErrorsLine contains a tab character.664
Errors'}' should be on the same line.664
ErrorsLine contains a tab character.665
ErrorsLine contains a tab character.666
ErrorsLine contains a tab character.667
ErrorsLine contains a tab character.668
ErrorsLine contains a tab character.669
ErrorsLine is longer than 80 characters.670
ErrorsLine contains a tab character.670
Errors'+' is not preceded with whitespace.670
Errors'+' is not followed by whitespace.670
Errors'+' is not preceded with whitespace.670
Errors'+' is not followed by whitespace.670
ErrorsLine has trailing spaces.671
ErrorsLine is longer than 80 characters.671
ErrorsLine contains a tab character.671
Errors'+' is not preceded with whitespace.671
Errors'+' is not followed by whitespace.671
Errors'+' is not preceded with whitespace.671
Errors'+' is not followed by whitespace.671
ErrorsLine contains a tab character.672
ErrorsLine contains a tab character.673
ErrorsLine contains a tab character.674
ErrorsLine contains a tab character.675
ErrorsLine contains a tab character.676
ErrorsLine contains a tab character.677
ErrorsLine has trailing spaces.679
ErrorsMethod 'getTargetInfos' is not designed for extension - needs to be abstract, final or empty.680
ErrorsMissing a Javadoc comment.680
ErrorsParameter targetName should be final.680
ErrorsLine contains a tab character.681
Errors'if' construct must use '{}'s.682
ErrorsLine is longer than 80 characters.682
ErrorsLine contains a tab character.682
ErrorsLine has trailing spaces.683
ErrorsLine is longer than 80 characters.683
ErrorsLine contains a tab character.683
ErrorsLine contains a tab character.684
ErrorsLine contains a tab character.685
ErrorsLine contains a tab character.686
ErrorsLine contains a tab character.687
ErrorsLine has trailing spaces.689
ErrorsMissing a Javadoc comment.690
ErrorsParameter targetName should be final.690
ErrorsLine contains a tab character.691
ErrorsLine contains a tab character.692
ErrorsLine contains a tab character.693
Errors'!=' is not preceded with whitespace.693
Errors'!=' is not followed by whitespace.693
ErrorsLine contains a tab character.694
Errors'if' construct must use '{}'s.695
ErrorsLine contains a tab character.695
Errors'==' is not preceded with whitespace.695
Errors'==' is not followed by whitespace.695
ErrorsLine contains a tab character.696
ErrorsLine contains a tab character.697
Errors'if' construct must use '{}'s.698
ErrorsLine contains a tab character.698
ErrorsLine contains a tab character.699
Errors'if' construct must use '{}'s.700
ErrorsLine has trailing spaces.700
ErrorsLine contains a tab character.700
ErrorsLine contains a tab character.701
ErrorsLine contains a tab character.702
ErrorsLine contains a tab character.703
ErrorsLine contains a tab character.705
ErrorsLine has trailing spaces.707
ErrorsMethod 'parseLabels' is not designed for extension - needs to be abstract, final or empty.714
ErrorsParameter sources should be final.714
Errors'=' is not preceded with whitespace.715
Errors'=' is not followed by whitespace.715
Errors'<' is not preceded with whitespace.715
Errors'<' is not followed by whitespace.715
Errors'cast' is not followed by whitespace.716
ErrorsFirst sentence should end with a period.720
ErrorsLine has trailing spaces.723
ErrorsMethod 'parse' is not designed for extension - needs to be abstract, final or empty.726
ErrorsParameter url should be final.726
ErrorsLine contains a tab character.727
ErrorsMust have at least one statement.730
ErrorsLine is longer than 80 characters.736
Errors'if' is not followed by whitespace.745
Errors'}' should be on the same line.750
ErrorsLine contains a tab character.755
ErrorsLine has trailing spaces.760
ErrorsLine has trailing spaces.761
ErrorsExpected an @return tag.770
ErrorsMethod 'compare' is not designed for extension - needs to be abstract, final or empty.770
ErrorsParameter source should be final.770
ErrorsParameter target should be final.770
ErrorsLine has trailing spaces.782
ErrorsConditional logic can be removed.783
ErrorsLine contains a tab character.784
Errors'}' should be on the same line.785
Errors'else' construct must use '{}'s.786
ErrorsLine has trailing spaces.786
ErrorsLine has trailing spaces.787
ErrorsLine contains a tab character.787
Errors'}' should be on the same line.788
ErrorsUnused import - gov.nasa.pds.citool.ingestor.Reference.20
ErrorsUnused import - java.net.URLConnection.41
ErrorsUnused import - java.util.Set.49
ErrorsMissing a Javadoc comment.54
ErrorsLine contains a tab character.56
ErrorsMissing a Javadoc comment.56
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.57
ErrorsMissing a Javadoc comment.58
ErrorsMissing a Javadoc comment.59
ErrorsMissing a Javadoc comment.60
ErrorsMissing a Javadoc comment.61
ErrorsMissing a Javadoc comment.62
ErrorsLine has trailing spaces.63
ErrorsMissing a Javadoc comment.65
ErrorsLine has trailing spaces.66
ErrorsLine has trailing spaces.67
ErrorsMissing a Javadoc comment.67
ErrorsLine has trailing spaces.70
ErrorsMissing a Javadoc comment.71
ErrorsLine has trailing spaces.72
ErrorsMissing a Javadoc comment.72
ErrorsVariable 'catObjs' must be private and have accessor methods.72
ErrorsMissing a Javadoc comment.73
ErrorsMissing a Javadoc comment.74
ErrorsVariable 'refInfo' must be private and have accessor methods.74
ErrorsLine has trailing spaces.75
ErrorsMissing a Javadoc comment.76
ErrorsMissing a Javadoc comment.77
ErrorsVariable 'targetAvailable' must be private and have accessor methods.77
ErrorsLine has trailing spaces.78
ErrorsMissing a Javadoc comment.79
ErrorsParameter report should be final.79
Errors'report' hides a field.79
ErrorsLine has trailing spaces.82
ErrorsMethod 'setRegistryUrl' is not designed for extension - needs to be abstract, final or empty.83
ErrorsMissing a Javadoc comment.83
ErrorsParameter registryUrl should be final.83
Errors'registryUrl' hides a field.83
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.86
ErrorsMethod 'setStorageUrl' is not designed for extension - needs to be abstract, final or empty.87
ErrorsMissing a Javadoc comment.87
ErrorsParameter storageUrl should be final.87
Errors'storageUrl' hides a field.87
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.90
ErrorsMethod 'setTransportUrl' is not designed for extension - needs to be abstract, final or empty.91
ErrorsMissing a Javadoc comment.91
ErrorsParameter transportUrl should be final.91
Errors'transportUrl' hides a field.91
ErrorsLine contains a tab character.92
ErrorsUnused @throws tag for 'RegistryClientException'.102
ErrorsMethod 'setSecurity' is not designed for extension - needs to be abstract, final or empty.105
ErrorsParameter securityContext should be final.105
Errors'securityContext' hides a field.105
ErrorsParameter username should be final.105
Errors'username' hides a field.105
ErrorsParameter password should be final.106
Errors'password' hides a field.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine has trailing spaces.111
ErrorsMethod 'ingest' is not designed for extension - needs to be abstract, final or empty.118
ErrorsParameter target should be final.118
ErrorsParameter recurse should be final.118
ErrorsExpected @param tag for 'recurse'.118
ErrorsExpected @throws tag for 'Exception'.118
ErrorsLine contains a tab character.119
Errors'}' should be on the same line.123
ErrorsLine contains a tab character.125
ErrorsLine has trailing spaces.127
ErrorsFirst sentence should end with a period.132
ErrorsMethod 'parseLabel' is not designed for extension - needs to be abstract, final or empty.137
ErrorsParameter source should be final.137
ErrorsLine has trailing spaces.141
Errors'}' should be on the same line.141
ErrorsLine has trailing spaces.142
ErrorsLine contains a tab character.143
ErrorsLine has trailing spaces.146
ErrorsLine has trailing spaces.147
ErrorsMethod 'process' is not designed for extension - needs to be abstract, final or empty.147
ErrorsMissing a Javadoc comment.147
ErrorsLine contains a tab character.147
ErrorsLine is longer than 80 characters.148
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine has trailing spaces.151
ErrorsLine is longer than 80 characters.152
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine has trailing spaces.154
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine has trailing spaces.157
ErrorsLine contains a tab character.157
ErrorsLine has trailing spaces.158
ErrorsLine contains a tab character.158
ErrorsLine has trailing spaces.159
ErrorsLine is longer than 80 characters.159
ErrorsLine contains a tab character.159
ErrorsLine has trailing spaces.160
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsLine has trailing spaces.162
ErrorsLine is longer than 80 characters.162
ErrorsLine contains a tab character.162
ErrorsLine is longer than 80 characters.163
ErrorsLine contains a tab character.163
ErrorsLine has trailing spaces.164
ErrorsLine contains a tab character.164
ErrorsLine has trailing spaces.165
ErrorsLine contains a tab character.165
ErrorsLine has trailing spaces.166
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
Errors'if' construct must use '{}'s.169
ErrorsLine has trailing spaces.169
ErrorsLine contains a tab character.169
ErrorsLine is longer than 80 characters.170
ErrorsLine contains a tab character.170
ErrorsLine has trailing spaces.171
ErrorsLine contains a tab character.171
ErrorsLine has trailing spaces.173
ErrorsMissing a Javadoc comment.174
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsComment matches to-do format 'TODO:'.177
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine has trailing spaces.180
ErrorsLine contains a tab character.180
ErrorsComment matches to-do format 'TODO:'.181
ErrorsLine is longer than 80 characters.181
ErrorsLine contains a tab character.181
ErrorsLine has trailing spaces.182
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsLine is longer than 80 characters.186
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsLine is longer than 80 characters.188
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsLine has trailing spaces.190
ErrorsLine contains a tab character.190
ErrorsLine is longer than 80 characters.191
ErrorsLine contains a tab character.191
ErrorsLine is longer than 80 characters.192
ErrorsLine contains a tab character.192
ErrorsLine is longer than 80 characters.193
ErrorsLine contains a tab character.193
Errors'+' is not preceded with whitespace.193
Errors'+' is not followed by whitespace.193
Errors'+' is not preceded with whitespace.193
Errors'+' is not followed by whitespace.193
Errors'+' is not preceded with whitespace.193
Errors'+' is not followed by whitespace.193
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsLine has trailing spaces.196
ErrorsLine contains a tab character.196
ErrorsLine is longer than 80 characters.197
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
Errors'}' should be on the same line.201
ErrorsLine contains a tab character.202
ErrorsLine is longer than 80 characters.203
ErrorsLine contains a tab character.203
ErrorsLine is longer than 80 characters.206
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine has trailing spaces.210
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsLine is longer than 80 characters.212
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.221
ErrorsLine has trailing spaces.222
ErrorsLine contains a tab character.222
ErrorsLine is longer than 80 characters.223
ErrorsLine contains a tab character.223
ErrorsLine is longer than 80 characters.224
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine is longer than 80 characters.227
ErrorsLine contains a tab character.227
ErrorsLine has trailing spaces.228
ErrorsLine is longer than 80 characters.228
ErrorsLine contains a tab character.228
ErrorsComment matches to-do format 'TODO:'.229
ErrorsLine contains a tab character.229
ErrorsLine has trailing spaces.230
ErrorsLine contains a tab character.230
ErrorsLine is longer than 80 characters.231
ErrorsLine contains a tab character.231
ErrorsLine is longer than 80 characters.232
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.233
ErrorsLine is longer than 80 characters.234
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine is longer than 80 characters.236
ErrorsLine contains a tab character.236
ErrorsLine is longer than 80 characters.237
ErrorsLine contains a tab character.237
ErrorsLine is longer than 80 characters.238
ErrorsLine contains a tab character.238
ErrorsLine is longer than 80 characters.239
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
ErrorsLine contains a tab character.241
Errors'}' should be on the same line.241
ErrorsLine contains a tab character.242
ErrorsLine is longer than 80 characters.243
ErrorsLine contains a tab character.243
ErrorsLine is longer than 80 characters.244
ErrorsLine contains a tab character.244
ErrorsLine is longer than 80 characters.245
ErrorsLine contains a tab character.245
ErrorsLine is longer than 80 characters.246
ErrorsLine contains a tab character.246
ErrorsLine is longer than 80 characters.247
ErrorsLine contains a tab character.247
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
Errors'}' should be on the same line.249
ErrorsLine contains a tab character.250
ErrorsLine is longer than 80 characters.251
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
ErrorsLine has trailing spaces.254
ErrorsLine contains a tab character.254
Errors'}' should be on the same line.254
ErrorsLine contains a tab character.255
ErrorsLine is longer than 80 characters.256
ErrorsLine contains a tab character.256
ErrorsLine is longer than 80 characters.257
ErrorsLine contains a tab character.257
ErrorsLine contains a tab character.258
ErrorsLine is longer than 80 characters.259
ErrorsLine contains a tab character.259
ErrorsLine is longer than 80 characters.260
ErrorsLine contains a tab character.260
ErrorsLine contains a tab character.261
ErrorsLine is longer than 80 characters.262
ErrorsLine contains a tab character.262
ErrorsLine is longer than 80 characters.263
ErrorsLine contains a tab character.263
ErrorsLine is longer than 80 characters.264
ErrorsLine contains a tab character.264
ErrorsLine is longer than 80 characters.265
ErrorsLine contains a tab character.265
ErrorsLine is longer than 80 characters.266
ErrorsLine contains a tab character.266
ErrorsLine is longer than 80 characters.267
ErrorsLine contains a tab character.267
ErrorsLine has trailing spaces.268
ErrorsLine is longer than 80 characters.268
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.269
ErrorsLine is longer than 80 characters.270
ErrorsLine contains a tab character.270
ErrorsLine is longer than 80 characters.271
ErrorsLine contains a tab character.271
ErrorsLine is longer than 80 characters.272
ErrorsLine contains a tab character.272
ErrorsLine is longer than 80 characters.273
ErrorsLine contains a tab character.273
ErrorsLine is longer than 80 characters.274
ErrorsLine contains a tab character.274
ErrorsLine contains a tab character.275
ErrorsLine contains a tab character.276
Errors'}' should be on the same line.276
ErrorsLine contains a tab character.277
ErrorsLine is longer than 80 characters.278
ErrorsLine contains a tab character.278
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.281
Errors'}' should be on the same line.281
ErrorsLine contains a tab character.282
ErrorsLine is longer than 80 characters.283
ErrorsLine contains a tab character.283
ErrorsLine is longer than 80 characters.284
ErrorsLine contains a tab character.284
ErrorsLine contains a tab character.285
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.287
ErrorsLine contains a tab character.288
ErrorsLine contains a tab character.289
ErrorsLine contains a tab character.290
ErrorsLine contains a tab character.291
ErrorsLine has trailing spaces.292
ErrorsLine contains a tab character.292
ErrorsLine contains a tab character.293
ErrorsLine has trailing spaces.294
ErrorsLine contains a tab character.294
ErrorsLine contains a tab character.295
ErrorsLine is longer than 80 characters.296
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.297
ErrorsLine contains a tab character.298
ErrorsLine has trailing spaces.299
ErrorsLine is longer than 80 characters.299
ErrorsLine contains a tab character.299
Errors'+' should be on a new line.299
ErrorsLine has trailing spaces.300
ErrorsLine is longer than 80 characters.300
ErrorsLine contains a tab character.300
Errors'+' should be on a new line.300
ErrorsLine is longer than 80 characters.301
ErrorsLine contains a tab character.301
ErrorsLine contains a tab character.302
ErrorsLine has trailing spaces.303
ErrorsLine contains a tab character.303
ErrorsLine contains a tab character.304
ErrorsLine contains a tab character.305
ErrorsLine contains a tab character.306
Errors'>' is not preceded with whitespace.306
Errors'>' is not followed by whitespace.306
ErrorsLine contains a tab character.307
ErrorsLine contains a tab character.308
ErrorsLine has trailing spaces.310
ErrorsMissing a Javadoc comment.311
ErrorsParameter filename should be final.311
ErrorsLine contains a tab character.312
ErrorsLine contains a tab character.313
ErrorsLine is longer than 80 characters.314
ErrorsLine contains a tab character.316
ErrorsLine contains a tab character.318
ErrorsLine contains a tab character.319
ErrorsLine has trailing spaces.321
ErrorsMethod 'getFilesFromStorageService' is not designed for extension - needs to be abstract, final or empty.325
ErrorsMissing a Javadoc comment.325
ErrorsParameter requiredFiles should be final.325
ErrorsLine contains a tab character.326
ErrorsLine contains a tab character.327
ErrorsLine contains a tab character.328
ErrorsLine contains a tab character.329
ErrorsLine is longer than 80 characters.330
ErrorsLine contains a tab character.330
ErrorsLine contains a tab character.331
Errors'==' is not preceded with whitespace.331
Errors'==' is not followed by whitespace.331
ErrorsLine is longer than 80 characters.332
ErrorsLine contains a tab character.332
Errors'+' should be on a new line.332
ErrorsLine is longer than 80 characters.333
ErrorsLine contains a tab character.333
ErrorsLine has trailing spaces.334
ErrorsLine contains a tab character.334
ErrorsLine has trailing spaces.335
ErrorsLine contains a tab character.335
ErrorsLine contains a tab character.336
ErrorsLine is longer than 80 characters.338
ErrorsLine contains a tab character.338
ErrorsLine is longer than 80 characters.339
ErrorsLine contains a tab character.339
ErrorsLine is longer than 80 characters.340
ErrorsLine contains a tab character.340
ErrorsLine is longer than 80 characters.342
ErrorsLine contains a tab character.342
Errors'==' is not preceded with whitespace.342
Errors'==' is not followed by whitespace.342
ErrorsLine contains a tab character.343
ErrorsLine is longer than 80 characters.345
ErrorsLine contains a tab character.345
ErrorsLine is longer than 80 characters.346
ErrorsLine contains a tab character.346
ErrorsLine is longer than 80 characters.348
ErrorsLine contains a tab character.348
ErrorsLine is longer than 80 characters.349
ErrorsLine contains a tab character.349
ErrorsLine is longer than 80 characters.350
ErrorsLine contains a tab character.350
ErrorsLine is longer than 80 characters.351
ErrorsLine contains a tab character.351
ErrorsLine contains a tab character.353
ErrorsLine contains a tab character.354
ErrorsLine contains a tab character.355
ErrorsLine contains a tab character.356
Errors'}' should be on the same line.356
ErrorsLine contains a tab character.357
ErrorsLine is longer than 80 characters.358
ErrorsLine contains a tab character.358
ErrorsLine is longer than 80 characters.359
ErrorsLine contains a tab character.359
ErrorsLine is longer than 80 characters.360
ErrorsLine contains a tab character.360
Errors'+' should be on a new line.360
ErrorsLine is longer than 80 characters.361
ErrorsLine contains a tab character.361
ErrorsLine has trailing spaces.362
ErrorsLine is longer than 80 characters.362
ErrorsLine contains a tab character.362
ErrorsLine contains a tab character.363
ErrorsLine contains a tab character.364
ErrorsLine contains a tab character.365
ErrorsLine is longer than 80 characters.366
ErrorsLine contains a tab character.366
ErrorsLine is longer than 80 characters.367
ErrorsLine contains a tab character.367
Errors'+' should be on a new line.367
ErrorsLine is longer than 80 characters.368
ErrorsLine contains a tab character.368
ErrorsLine has trailing spaces.369
ErrorsLine contains a tab character.369
ErrorsLine contains a tab character.370
ErrorsLine contains a tab character.371
ErrorsLine contains a tab character.373
ErrorsLine contains a tab character.374
ErrorsLine contains a tab character.375
ErrorsLine contains a tab character.376
ErrorsLine contains a tab character.377
ErrorsLine contains a tab character.378
ErrorsLine has trailing spaces.379
ErrorsLine contains a tab character.379
ErrorsLine has trailing spaces.380
ErrorsLine is longer than 80 characters.380
ErrorsLine contains a tab character.380
ErrorsLine is longer than 80 characters.381
ErrorsLine contains a tab character.381
ErrorsLine contains a tab character.382
ErrorsLine contains a tab character.383
ErrorsLine contains a tab character.384
ErrorsLine contains a tab character.385
ErrorsLine has trailing spaces.387
ErrorsMethod 'getProductFromStorageService' is not designed for extension - needs to be abstract, final or empty.388
ErrorsMissing a Javadoc comment.388
ErrorsParameter fileName should be final.388
ErrorsLine is longer than 80 characters.389
ErrorsLine contains a tab character.389
Errors'+' is not preceded with whitespace.389
Errors'+' is not followed by whitespace.389
Errors'+' is not preceded with whitespace.389
Errors'+' is not followed by whitespace.389
ErrorsLine has trailing spaces.391
ErrorsFirst sentence should end with a period.392
ErrorsExpected an @return tag.395
ErrorsMethod length is 284 lines (max allowed is 150).395
ErrorsLine contains a tab character.396
ErrorsLine contains a tab character.397
ErrorsLine contains a tab character.398
ErrorsLine has trailing spaces.399
ErrorsLine contains a tab character.399
ErrorsLine contains a tab character.400
ErrorsLine contains a tab character.401
ErrorsLine is longer than 80 characters.402
ErrorsLine contains a tab character.402
ErrorsLine contains a tab character.403
ErrorsLine contains a tab character.404
ErrorsLine is longer than 80 characters.405
ErrorsLine contains a tab character.405
ErrorsLine contains a tab character.406
ErrorsLine contains a tab character.407
ErrorsLine contains a tab character.408
ErrorsLine contains a tab character.409
Errors'!=' is not preceded with whitespace.409
Errors'!=' is not followed by whitespace.409
ErrorsLine contains a tab character.410
ErrorsLine contains a tab character.411
Errors'}' should be on the same line.411
ErrorsLine contains a tab character.412
ErrorsLine contains a tab character.413
ErrorsLine contains a tab character.414
ErrorsLine is longer than 80 characters.415
ErrorsLine contains a tab character.415
Errors'+' is not preceded with whitespace.415
Errors'+' is not followed by whitespace.415
Errors'+' is not preceded with whitespace.415
Errors'+' is not followed by whitespace.415
ErrorsLine contains a tab character.416
ErrorsLine contains a tab character.418
ErrorsLine contains a tab character.419
Errors'!=' is not preceded with whitespace.419
Errors'!=' is not followed by whitespace.419
ErrorsLine contains a tab character.420
ErrorsLine contains a tab character.421
Errors'}' should be on the same line.421
ErrorsLine contains a tab character.422
ErrorsLine contains a tab character.423
ErrorsLine contains a tab character.424
ErrorsLine contains a tab character.425
ErrorsLine contains a tab character.426
ErrorsLine is longer than 80 characters.427
ErrorsLine contains a tab character.427
ErrorsLine contains a tab character.428
ErrorsLine contains a tab character.429
ErrorsLine is longer than 80 characters.430
ErrorsLine contains a tab character.430
ErrorsLine is longer than 80 characters.431
ErrorsLine contains a tab character.431
ErrorsLine is longer than 80 characters.432
ErrorsLine contains a tab character.432
Errors'if' construct must use '{}'s.433
ErrorsLine is longer than 80 characters.433
ErrorsLine contains a tab character.433
Errors'+' is not preceded with whitespace.433
Errors'+' is not followed by whitespace.433
Errors'+' is not preceded with whitespace.433
Errors'+' is not followed by whitespace.433
ErrorsLine is longer than 80 characters.434
ErrorsLine contains a tab character.434
Errors'+' is not preceded with whitespace.434
Errors'+' is not followed by whitespace.434
Errors'+' is not preceded with whitespace.434
Errors'+' is not followed by whitespace.434
ErrorsLine contains a tab character.435
ErrorsLine contains a tab character.436
Errors'}' should be on the same line.436
ErrorsLine contains a tab character.437
ErrorsLine contains a tab character.438
ErrorsLine contains a tab character.439
ErrorsLine is longer than 80 characters.440
ErrorsLine contains a tab character.440
ErrorsLine contains a tab character.441
Errors'if' construct must use '{}'s.442
ErrorsLine is longer than 80 characters.442
ErrorsLine contains a tab character.442
Errors'+' is not preceded with whitespace.442
Errors'+' is not followed by whitespace.442
Errors'+' is not preceded with whitespace.442
Errors'+' is not followed by whitespace.442
ErrorsLine has trailing spaces.443
ErrorsLine is longer than 80 characters.443
ErrorsLine contains a tab character.443
Errors'+' is not preceded with whitespace.443
Errors'+' is not followed by whitespace.443
Errors'+' is not preceded with whitespace.443
Errors'+' is not followed by whitespace.443
ErrorsLine contains a tab character.444
ErrorsLine contains a tab character.445
ErrorsLine contains a tab character.446
ErrorsLine contains a tab character.447
Errors'}' should be on the same line.447
ErrorsLine contains a tab character.448
ErrorsLine is longer than 80 characters.449
ErrorsLine contains a tab character.449
ErrorsLine contains a tab character.450
ErrorsLine has trailing spaces.451
ErrorsLine is longer than 80 characters.451
ErrorsLine contains a tab character.451
ErrorsLine contains a tab character.452
ErrorsLine has trailing spaces.453
ErrorsLine contains a tab character.453
ErrorsLine contains a tab character.454
Errors'!=' is not preceded with whitespace.454
Errors'!=' is not followed by whitespace.454
ErrorsLine contains a tab character.455
ErrorsLine contains a tab character.456
Errors'}' should be on the same line.456
ErrorsLine contains a tab character.457
ErrorsLine contains a tab character.458
ErrorsLine contains a tab character.459
ErrorsLine has trailing spaces.460
ErrorsLine contains a tab character.460
ErrorsLine is longer than 80 characters.461
ErrorsLine contains a tab character.461
Errors'+' is not preceded with whitespace.461
Errors'+' is not followed by whitespace.461
Errors'+' is not preceded with whitespace.461
Errors'+' is not followed by whitespace.461
ErrorsLine is longer than 80 characters.462
ErrorsLine contains a tab character.462
Errors'+' is not preceded with whitespace.462
Errors'+' is not followed by whitespace.462
Errors'+' is not preceded with whitespace.462
Errors'+' is not followed by whitespace.462
ErrorsLine contains a tab character.463
ErrorsLine has trailing spaces.464
ErrorsLine contains a tab character.464
ErrorsLine contains a tab character.465
ErrorsLine has trailing spaces.466
ErrorsLine contains a tab character.466
ErrorsLine contains a tab character.467
ErrorsLine contains a tab character.468
ErrorsLine contains a tab character.469
Errors'!=' is not preceded with whitespace.469
Errors'!=' is not followed by whitespace.469
ErrorsLine contains a tab character.470
ErrorsLine contains a tab character.471
Errors'}' should be on the same line.471
ErrorsLine contains a tab character.472
ErrorsLine contains a tab character.473
ErrorsLine contains a tab character.474
ErrorsLine contains a tab character.475
ErrorsLine is longer than 80 characters.476
ErrorsLine contains a tab character.476
ErrorsLine contains a tab character.477
ErrorsLine contains a tab character.478
ErrorsLine is longer than 80 characters.479
ErrorsLine contains a tab character.479
ErrorsLine is longer than 80 characters.480
ErrorsLine contains a tab character.480
Errors'if' construct must use '{}'s.481
ErrorsLine is longer than 80 characters.481
ErrorsLine contains a tab character.481
Errors'+' is not preceded with whitespace.481
Errors'+' is not followed by whitespace.481
Errors'+' is not preceded with whitespace.481
Errors'+' is not followed by whitespace.481
ErrorsLine is longer than 80 characters.482
ErrorsLine contains a tab character.482
Errors'+' is not preceded with whitespace.482
Errors'+' is not followed by whitespace.482
Errors'+' is not preceded with whitespace.482
Errors'+' is not followed by whitespace.482
ErrorsLine contains a tab character.483
ErrorsLine contains a tab character.484
Errors'}' should be on the same line.484
ErrorsLine contains a tab character.485
ErrorsLine contains a tab character.486
ErrorsLine contains a tab character.487
ErrorsLine contains a tab character.488
Errors'if' construct must use '{}'s.489
ErrorsLine is longer than 80 characters.489
ErrorsLine contains a tab character.489
Errors'+' is not preceded with whitespace.489
Errors'+' is not followed by whitespace.489
Errors'+' is not preceded with whitespace.489
Errors'+' is not followed by whitespace.489
ErrorsLine has trailing spaces.490
ErrorsLine is longer than 80 characters.490
ErrorsLine contains a tab character.490
Errors'+' is not preceded with whitespace.490
Errors'+' is not followed by whitespace.490
Errors'+' is not preceded with whitespace.490
Errors'+' is not followed by whitespace.490
ErrorsLine contains a tab character.491
ErrorsLine has trailing spaces.492
ErrorsLine contains a tab character.492
ErrorsLine contains a tab character.493
ErrorsLine has trailing spaces.494
ErrorsLine contains a tab character.494
ErrorsLine contains a tab character.495
ErrorsLine contains a tab character.496
Errors'!=' is not preceded with whitespace.496
Errors'!=' is not followed by whitespace.496
ErrorsLine contains a tab character.497
ErrorsLine contains a tab character.498
Errors'}' should be on the same line.498
ErrorsLine contains a tab character.499
ErrorsLine contains a tab character.500
ErrorsLine contains a tab character.501
ErrorsLine contains a tab character.502
ErrorsLine contains a tab character.503
ErrorsLine is longer than 80 characters.504
ErrorsLine contains a tab character.504
ErrorsLine is longer than 80 characters.505
ErrorsLine contains a tab character.505
ErrorsLine is longer than 80 characters.506
ErrorsLine contains a tab character.506
ErrorsLine contains a tab character.507
ErrorsLine contains a tab character.508
ErrorsLine is longer than 80 characters.509
ErrorsLine contains a tab character.509
ErrorsLine is longer than 80 characters.510
ErrorsLine contains a tab character.510
ErrorsLine is longer than 80 characters.511
ErrorsLine contains a tab character.511
Errors'if' construct must use '{}'s.512
ErrorsLine is longer than 80 characters.512
ErrorsLine contains a tab character.512
Errors'+' is not preceded with whitespace.512
Errors'+' is not followed by whitespace.512
Errors'+' is not preceded with whitespace.512
Errors'+' is not followed by whitespace.512
ErrorsLine is longer than 80 characters.513
ErrorsLine contains a tab character.513
Errors'+' is not preceded with whitespace.513
Errors'+' is not followed by whitespace.513
Errors'+' is not preceded with whitespace.513
Errors'+' is not followed by whitespace.513
ErrorsLine contains a tab character.514
ErrorsLine contains a tab character.515
Errors'}' should be on the same line.515
ErrorsLine contains a tab character.516
ErrorsLine contains a tab character.517
ErrorsLine contains a tab character.518
ErrorsLine is longer than 80 characters.519
ErrorsLine contains a tab character.519
ErrorsLine contains a tab character.520
Errors'if' construct must use '{}'s.521
ErrorsLine is longer than 80 characters.521
ErrorsLine contains a tab character.521
Errors'+' is not preceded with whitespace.521
Errors'+' is not followed by whitespace.521
Errors'+' is not preceded with whitespace.521
Errors'+' is not followed by whitespace.521
ErrorsLine has trailing spaces.522
ErrorsLine is longer than 80 characters.522
ErrorsLine contains a tab character.522
Errors'+' is not preceded with whitespace.522
Errors'+' is not followed by whitespace.522
Errors'+' is not preceded with whitespace.522
Errors'+' is not followed by whitespace.522
ErrorsLine contains a tab character.523
ErrorsLine has trailing spaces.524
ErrorsLine is longer than 80 characters.524
ErrorsLine contains a tab character.524
ErrorsLine has trailing spaces.525
ErrorsLine contains a tab character.525
ErrorsLine contains a tab character.526
Errors'}' should be on the same line.526
ErrorsLine contains a tab character.527
ErrorsLine is longer than 80 characters.528
ErrorsLine contains a tab character.528
ErrorsLine is longer than 80 characters.529
ErrorsLine contains a tab character.529
ErrorsLine has trailing spaces.530
ErrorsLine contains a tab character.531
Errors'!=' is not preceded with whitespace.531
Errors'!=' is not followed by whitespace.531
ErrorsLine contains a tab character.532
ErrorsLine contains a tab character.533
Errors'}' should be on the same line.533
ErrorsLine contains a tab character.534
ErrorsLine contains a tab character.535
ErrorsLine contains a tab character.536
ErrorsLine contains a tab character.537
ErrorsLine contains a tab character.538
ErrorsLine contains a tab character.539
ErrorsLine contains a tab character.540
ErrorsLine is longer than 80 characters.541
ErrorsLine contains a tab character.541
Errors'+' is not preceded with whitespace.541
Errors'+' is not followed by whitespace.541
Errors'+' is not preceded with whitespace.541
Errors'+' is not followed by whitespace.541
ErrorsLine contains a tab character.542
ErrorsLine contains a tab character.543
Errors'}' should be on the same line.543
ErrorsLine contains a tab character.544
ErrorsLine is longer than 80 characters.545
ErrorsLine contains a tab character.545
ErrorsLine contains a tab character.546
ErrorsLine contains a tab character.547
ErrorsLine contains a tab character.548
ErrorsLine contains a tab character.549
Errors'!=' is not preceded with whitespace.549
Errors'!=' is not followed by whitespace.549
ErrorsLine contains a tab character.550
ErrorsLine contains a tab character.551
Errors'}' should be on the same line.551
ErrorsLine contains a tab character.552
ErrorsLine contains a tab character.553
ErrorsLine contains a tab character.554
Errors'if' construct must use '{}'s.555
ErrorsLine is longer than 80 characters.555
ErrorsLine contains a tab character.555
Errors'+' is not preceded with whitespace.555
Errors'+' is not followed by whitespace.555
Errors'+' is not preceded with whitespace.555
Errors'+' is not followed by whitespace.555
ErrorsLine is longer than 80 characters.556
ErrorsLine contains a tab character.556
Errors'+' is not preceded with whitespace.556
Errors'+' is not followed by whitespace.556
Errors'+' is not preceded with whitespace.556
Errors'+' is not followed by whitespace.556
ErrorsLine contains a tab character.557
ErrorsLine contains a tab character.558
Errors'}' should be on the same line.558
ErrorsLine contains a tab character.559
ErrorsLine contains a tab character.560
ErrorsLine has trailing spaces.561
ErrorsLine contains a tab character.561
ErrorsLine is longer than 80 characters.562
ErrorsLine contains a tab character.562
ErrorsLine contains a tab character.563
ErrorsLine contains a tab character.564
ErrorsLine contains a tab character.565
ErrorsLine contains a tab character.566
ErrorsLine contains a tab character.567
ErrorsLine contains a tab character.568
Errors'!=' is not preceded with whitespace.568
Errors'!=' is not followed by whitespace.568
ErrorsLine contains a tab character.569
ErrorsLine contains a tab character.570
Errors'}' should be on the same line.570
ErrorsLine contains a tab character.571
ErrorsLine contains a tab character.572
ErrorsLine contains a tab character.573
ErrorsLine has trailing spaces.574
ErrorsLine contains a tab character.574
ErrorsLine is longer than 80 characters.575
ErrorsLine contains a tab character.575
Errors'+' is not preceded with whitespace.575
Errors'+' is not followed by whitespace.575
ErrorsLine is longer than 80 characters.576
ErrorsLine contains a tab character.576
Errors'+' is not preceded with whitespace.576
Errors'+' is not followed by whitespace.576
ErrorsLine contains a tab character.577
ErrorsLine contains a tab character.578
ErrorsLine contains a tab character.579
Errors'}' should be on the same line.579
ErrorsLine has trailing spaces.580
ErrorsLine contains a tab character.580
Errors'||' should be on a new line.580
ErrorsLine has trailing spaces.581
ErrorsLine is longer than 80 characters.581
ErrorsLine contains a tab character.581
ErrorsLine contains a tab character.582
Errors'!=' is not preceded with whitespace.582
Errors'!=' is not followed by whitespace.582
ErrorsLine contains a tab character.583
ErrorsLine contains a tab character.584
Errors'}' should be on the same line.584
ErrorsLine contains a tab character.585
ErrorsLine contains a tab character.586
ErrorsLine contains a tab character.587
ErrorsLine has trailing spaces.588
ErrorsLine contains a tab character.588
ErrorsLine has trailing spaces.589
ErrorsLine is longer than 80 characters.589
ErrorsLine contains a tab character.589
ErrorsLine contains a tab character.590
ErrorsLine contains a tab character.591
ErrorsLine contains a tab character.592
ErrorsLine has trailing spaces.593
ErrorsLine is longer than 80 characters.593
ErrorsLine contains a tab character.593
ErrorsLine has trailing spaces.594
ErrorsLine is longer than 80 characters.594
ErrorsLine contains a tab character.594
ErrorsLine has trailing spaces.595
ErrorsLine contains a tab character.595
ErrorsLine is longer than 80 characters.596
ErrorsLine contains a tab character.596
ErrorsLine is longer than 80 characters.597
ErrorsLine contains a tab character.597
ErrorsLine is longer than 80 characters.598
ErrorsLine contains a tab character.598
Errors'if' construct must use '{}'s.599
ErrorsLine is longer than 80 characters.599
ErrorsLine contains a tab character.599
Errors'+' is not preceded with whitespace.599
Errors'+' is not followed by whitespace.599
Errors'+' is not preceded with whitespace.599
Errors'+' is not followed by whitespace.599
ErrorsLine is longer than 80 characters.600
ErrorsLine contains a tab character.600
Errors'+' is not preceded with whitespace.600
Errors'+' is not followed by whitespace.600
Errors'+' is not preceded with whitespace.600
Errors'+' is not followed by whitespace.600
ErrorsLine contains a tab character.601
ErrorsLine contains a tab character.602
Errors'}' should be on the same line.602
ErrorsLine contains a tab character.603
ErrorsLine contains a tab character.604
ErrorsLine contains a tab character.605
ErrorsLine contains a tab character.606
ErrorsLine is longer than 80 characters.607
ErrorsLine contains a tab character.607
ErrorsLine contains a tab character.608
Errors'if' construct must use '{}'s.609
ErrorsLine is longer than 80 characters.609
ErrorsLine contains a tab character.609
Errors'+' is not preceded with whitespace.609
Errors'+' is not followed by whitespace.609
Errors'+' is not preceded with whitespace.609
Errors'+' is not followed by whitespace.609
ErrorsLine is longer than 80 characters.610
ErrorsLine contains a tab character.610
Errors'+' is not preceded with whitespace.610
Errors'+' is not followed by whitespace.610
Errors'+' is not preceded with whitespace.610
Errors'+' is not followed by whitespace.610
ErrorsLine contains a tab character.611
ErrorsLine has trailing spaces.612
ErrorsLine contains a tab character.612
ErrorsLine contains a tab character.613
ErrorsLine has trailing spaces.614
ErrorsLine contains a tab character.614
ErrorsLine contains a tab character.615
ErrorsLine contains a tab character.616
ErrorsLine is longer than 80 characters.617
ErrorsLine contains a tab character.617
ErrorsLine is longer than 80 characters.618
ErrorsLine contains a tab character.618
ErrorsLine contains a tab character.619
ErrorsLine is longer than 80 characters.620
ErrorsLine contains a tab character.620
ErrorsLine contains a tab character.621
ErrorsLine contains a tab character.622
ErrorsLine is longer than 80 characters.623
ErrorsLine contains a tab character.623
ErrorsLine contains a tab character.624
ErrorsLine contains a tab character.625
ErrorsLine is longer than 80 characters.626
ErrorsLine contains a tab character.626
ErrorsLine is longer than 80 characters.627
ErrorsLine contains a tab character.627
Errors'if' construct must use '{}'s.628
ErrorsLine is longer than 80 characters.628
ErrorsLine contains a tab character.628
ErrorsLine is longer than 80 characters.629
ErrorsLine contains a tab character.629
ErrorsLine contains a tab character.630
ErrorsLine contains a tab character.631
ErrorsLine contains a tab character.632
ErrorsLine is longer than 80 characters.633
ErrorsLine contains a tab character.633
ErrorsLine is longer than 80 characters.634
ErrorsLine contains a tab character.634
Errors'if' construct must use '{}'s.635
ErrorsLine is longer than 80 characters.635
ErrorsLine contains a tab character.635
ErrorsLine is longer than 80 characters.636
ErrorsLine contains a tab character.636
ErrorsLine contains a tab character.637
ErrorsLine has trailing spaces.638
ErrorsLine contains a tab character.638
ErrorsLine contains a tab character.639
ErrorsLine contains a tab character.640
Errors'}' should be on the same line.640
ErrorsLine contains a tab character.641
ErrorsLine is longer than 80 characters.642
ErrorsLine contains a tab character.642
ErrorsLine contains a tab character.643
ErrorsLine has trailing spaces.644
ErrorsLine contains a tab character.644
ErrorsLine has trailing spaces.645
ErrorsLine contains a tab character.645
ErrorsLine contains a tab character.646
Errors'if' construct must use '{}'s.647
ErrorsLine contains a tab character.647
Errors'!=' is not preceded with whitespace.647
Errors'!=' is not followed by whitespace.647
ErrorsLine contains a tab character.648
Errors'else' construct must use '{}'s.649
ErrorsLine contains a tab character.649
ErrorsLine contains a tab character.650
ErrorsLine has trailing spaces.651
ErrorsLine contains a tab character.651
ErrorsLine contains a tab character.652
ErrorsLine contains a tab character.653
ErrorsLine contains a tab character.654
ErrorsLine contains a tab character.655
ErrorsLine contains a tab character.656
ErrorsLine is longer than 80 characters.657
ErrorsLine contains a tab character.657
ErrorsLine contains a tab character.658
ErrorsLine is longer than 80 characters.659
ErrorsLine contains a tab character.659
ErrorsLine is longer than 80 characters.660
ErrorsLine contains a tab character.660
Errors'+' is not preceded with whitespace.660
Errors'+' is not followed by whitespace.660
Errors'+' is not preceded with whitespace.660
Errors'+' is not followed by whitespace.660
ErrorsLine is longer than 80 characters.661
ErrorsLine contains a tab character.661
Errors'+' is not preceded with whitespace.661
Errors'+' is not followed by whitespace.661
Errors'+' is not preceded with whitespace.661
Errors'+' is not followed by whitespace.661
ErrorsLine contains a tab character.662
ErrorsLine contains a tab character.663
ErrorsLine contains a tab character.664
Errors'}' should be on the same line.664
ErrorsLine contains a tab character.665
ErrorsLine contains a tab character.666
ErrorsLine contains a tab character.667
ErrorsLine contains a tab character.668
ErrorsLine contains a tab character.669
ErrorsLine is longer than 80 characters.670
ErrorsLine contains a tab character.670
Errors'+' is not preceded with whitespace.670
Errors'+' is not followed by whitespace.670
Errors'+' is not preceded with whitespace.670
Errors'+' is not followed by whitespace.670
ErrorsLine has trailing spaces.671
ErrorsLine is longer than 80 characters.671
ErrorsLine contains a tab character.671
Errors'+' is not preceded with whitespace.671
Errors'+' is not followed by whitespace.671
Errors'+' is not preceded with whitespace.671
Errors'+' is not followed by whitespace.671
ErrorsLine contains a tab character.672
ErrorsLine contains a tab character.673
ErrorsLine contains a tab character.674
ErrorsLine contains a tab character.675
ErrorsLine contains a tab character.676
ErrorsLine contains a tab character.677
ErrorsLine has trailing spaces.679
ErrorsMethod 'getTargetInfos' is not designed for extension - needs to be abstract, final or empty.680
ErrorsMissing a Javadoc comment.680
ErrorsParameter targetName should be final.680
ErrorsLine contains a tab character.681
Errors'if' construct must use '{}'s.682
ErrorsLine is longer than 80 characters.682
ErrorsLine contains a tab character.682
ErrorsLine has trailing spaces.683
ErrorsLine is longer than 80 characters.683
ErrorsLine contains a tab character.683
ErrorsLine contains a tab character.684
ErrorsLine contains a tab character.685
ErrorsLine contains a tab character.686
ErrorsLine contains a tab character.687
ErrorsLine has trailing spaces.689
ErrorsMissing a Javadoc comment.690
ErrorsParameter targetName should be final.690
ErrorsLine contains a tab character.691
ErrorsLine contains a tab character.692
ErrorsLine contains a tab character.693
Errors'!=' is not preceded with whitespace.693
Errors'!=' is not followed by whitespace.693
ErrorsLine contains a tab character.694
Errors'if' construct must use '{}'s.695
ErrorsLine contains a tab character.695
Errors'==' is not preceded with whitespace.695
Errors'==' is not followed by whitespace.695
ErrorsLine contains a tab character.696
ErrorsLine contains a tab character.697
Errors'if' construct must use '{}'s.698
ErrorsLine contains a tab character.698
ErrorsLine contains a tab character.699
Errors'if' construct must use '{}'s.700
ErrorsLine has trailing spaces.700
ErrorsLine contains a tab character.700
ErrorsLine contains a tab character.701
ErrorsLine contains a tab character.702
ErrorsLine contains a tab character.703
ErrorsLine contains a tab character.705
ErrorsLine has trailing spaces.707
ErrorsMethod 'parseLabels' is not designed for extension - needs to be abstract, final or empty.714
ErrorsParameter sources should be final.714
Errors'=' is not preceded with whitespace.715
Errors'=' is not followed by whitespace.715
Errors'<' is not preceded with whitespace.715
Errors'<' is not followed by whitespace.715
Errors'cast' is not followed by whitespace.716
ErrorsFirst sentence should end with a period.720
ErrorsLine has trailing spaces.723
ErrorsMethod 'parse' is not designed for extension - needs to be abstract, final or empty.726
ErrorsParameter url should be final.726
ErrorsLine contains a tab character.727
ErrorsMust have at least one statement.730
ErrorsLine is longer than 80 characters.736
Errors'if' is not followed by whitespace.745
Errors'}' should be on the same line.750
ErrorsLine contains a tab character.755
ErrorsLine has trailing spaces.760
ErrorsLine has trailing spaces.761
ErrorsExpected an @return tag.770
ErrorsMethod 'compare' is not designed for extension - needs to be abstract, final or empty.770
ErrorsParameter source should be final.770
ErrorsParameter target should be final.770
ErrorsLine has trailing spaces.782
ErrorsConditional logic can be removed.783
ErrorsLine contains a tab character.784
Errors'}' should be on the same line.785
Errors'else' construct must use '{}'s.786
ErrorsLine has trailing spaces.786
ErrorsLine has trailing spaces.787
ErrorsLine contains a tab character.787
Errors'}' should be on the same line.788

gov/nasa/pds/citool/CIToolValidator.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.51
ErrorsMissing a Javadoc comment.52
ErrorsMissing a Javadoc comment.53
ErrorsMissing a Javadoc comment.54
ErrorsMissing a Javadoc comment.55
ErrorsMissing a Javadoc comment.57
ErrorsParameter report should be final.57
Errors'report' hides a field.57
ErrorsMissing a Javadoc comment.61
ErrorsParameter report should be final.61
Errors'report' hides a field.61
ErrorsParameter includePaths should be final.61
ErrorsMethod 'parseDictionary' is not designed for extension - needs to be abstract, final or empty.71
ErrorsMissing a Javadoc comment.71
ErrorsParameter dictionaries should be final.71
ErrorsParameter aliasing should be final.72
ErrorsMethod 'setAllrefs' is not designed for extension - needs to be abstract, final or empty.117
ErrorsMissing a Javadoc comment.117
ErrorsParameter url should be final.117
ErrorsMethod 'doReferentialIntegrity' is not designed for extension - needs to be abstract, final or empty.121
ErrorsMissing a Javadoc comment.121
ErrorsParameter catalogs should be final.121
Errors'for' is not followed by whitespace.123
Errors'if' is not followed by whitespace.124
Errors'if' is not followed by whitespace.127
Errors'if' is not followed by whitespace.130
Errors'if' is not followed by whitespace.133
Errors'if' is not followed by whitespace.137
Errors'if' is not followed by whitespace.140
Errors'if' is not followed by whitespace.143
ErrorsExpected an @return tag.165
ErrorsMethod 'findNewStandardValues' is not designed for extension - needs to be abstract, final or empty.165
ErrorsParameter catalogs should be final.165
ErrorsParameter dictionary should be final.166
Errors':' should be on a new line.175
ErrorsMethod 'validate' is not designed for extension - needs to be abstract, final or empty.195
ErrorsMissing a Javadoc comment.195
ErrorsParameter target should be final.195
ErrorsParameter dictionaries should be final.195
ErrorsParameter recurse should be final.196
ErrorsParameter aliasing should be final.196
ErrorsMust have at least one statement.220
ErrorsMethod 'validate' is not designed for extension - needs to be abstract, final or empty.229
ErrorsMissing a Javadoc comment.229
ErrorsParameter url should be final.229
ErrorsParameter dictionary should be final.229
ErrorsFirst sentence should end with a period.271
ErrorsParameter label should be final.276
ErrorsExpected @param tag for 'label'.276
ErrorsLine is longer than 80 characters.277
ErrorsLine is longer than 80 characters.278
ErrorsMust have at least one statement.293
Errors'for' is not followed by whitespace.300
ErrorsMust have at least one statement.306
Errors'for' is not followed by whitespace.312
Errors'if' is not followed by whitespace.314
ErrorsLine is longer than 80 characters.315
ErrorsMissing a Javadoc comment.321
ErrorsParameter label should be final.321
ErrorsComment matches to-do format 'TODO:'.324
Errors'for' is not followed by whitespace.326
ErrorsLine is longer than 80 characters.333
ErrorsMissing a Javadoc comment.333
ErrorsParameter object should be final.333
Errors'for' is not followed by whitespace.337
ErrorsMissing a Javadoc comment.51
ErrorsMissing a Javadoc comment.52
ErrorsMissing a Javadoc comment.53
ErrorsMissing a Javadoc comment.54
ErrorsMissing a Javadoc comment.55
ErrorsMissing a Javadoc comment.57
ErrorsParameter report should be final.57
Errors'report' hides a field.57
ErrorsMissing a Javadoc comment.61
ErrorsParameter report should be final.61
Errors'report' hides a field.61
ErrorsParameter includePaths should be final.61
ErrorsMethod 'parseDictionary' is not designed for extension - needs to be abstract, final or empty.71
ErrorsMissing a Javadoc comment.71
ErrorsParameter dictionaries should be final.71
ErrorsParameter aliasing should be final.72
ErrorsMethod 'setAllrefs' is not designed for extension - needs to be abstract, final or empty.117
ErrorsMissing a Javadoc comment.117
ErrorsParameter url should be final.117
ErrorsMethod 'doReferentialIntegrity' is not designed for extension - needs to be abstract, final or empty.121
ErrorsMissing a Javadoc comment.121
ErrorsParameter catalogs should be final.121
Errors'for' is not followed by whitespace.123
Errors'if' is not followed by whitespace.124
Errors'if' is not followed by whitespace.127
Errors'if' is not followed by whitespace.130
Errors'if' is not followed by whitespace.133
Errors'if' is not followed by whitespace.137
Errors'if' is not followed by whitespace.140
Errors'if' is not followed by whitespace.143
ErrorsExpected an @return tag.165
ErrorsMethod 'findNewStandardValues' is not designed for extension - needs to be abstract, final or empty.165
ErrorsParameter catalogs should be final.165
ErrorsParameter dictionary should be final.166
Errors':' should be on a new line.175
ErrorsMethod 'validate' is not designed for extension - needs to be abstract, final or empty.195
ErrorsMissing a Javadoc comment.195
ErrorsParameter target should be final.195
ErrorsParameter dictionaries should be final.195
ErrorsParameter recurse should be final.196
ErrorsParameter aliasing should be final.196
ErrorsMust have at least one statement.220
ErrorsMethod 'validate' is not designed for extension - needs to be abstract, final or empty.229
ErrorsMissing a Javadoc comment.229
ErrorsParameter url should be final.229
ErrorsParameter dictionary should be final.229
ErrorsFirst sentence should end with a period.271
ErrorsParameter label should be final.276
ErrorsExpected @param tag for 'label'.276
ErrorsLine is longer than 80 characters.277
ErrorsLine is longer than 80 characters.278
ErrorsMust have at least one statement.293
Errors'for' is not followed by whitespace.300
ErrorsMust have at least one statement.306
Errors'for' is not followed by whitespace.312
Errors'if' is not followed by whitespace.314
ErrorsLine is longer than 80 characters.315
ErrorsMissing a Javadoc comment.321
ErrorsParameter label should be final.321
ErrorsComment matches to-do format 'TODO:'.324
Errors'for' is not followed by whitespace.326
ErrorsLine is longer than 80 characters.333
ErrorsMissing a Javadoc comment.333
ErrorsParameter object should be final.333
Errors'for' is not followed by whitespace.337

gov/nasa/pds/citool/CIToolValidatorException.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.3
ErrorsMissing a Javadoc comment.4
ErrorsMissing a Javadoc comment.6
ErrorsParameter message should be final.6
ErrorsMissing a Javadoc comment.3
ErrorsMissing a Javadoc comment.4
ErrorsMissing a Javadoc comment.6
ErrorsParameter message should be final.6

gov/nasa/pds/citool/catalog/CatalogIndex.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.29
Errors',' is not followed by whitespace.29
ErrorsMissing a Javadoc comment.30
Errors'static' modifier out of order with the JLS suggestions.30
ErrorsMissing a Javadoc comment.31
Errors'static' modifier out of order with the JLS suggestions.31
ErrorsMissing a Javadoc comment.33
Errors'static' modifier out of order with the JLS suggestions.33
ErrorsMissing a Javadoc comment.44
ErrorsMethod 'getIdentifier' is not designed for extension - needs to be abstract, final or empty.59
ErrorsParameter type should be final.59
ErrorsMissing a Javadoc comment.29
Errors',' is not followed by whitespace.29
ErrorsMissing a Javadoc comment.30
Errors'static' modifier out of order with the JLS suggestions.30
ErrorsMissing a Javadoc comment.31
Errors'static' modifier out of order with the JLS suggestions.31
ErrorsMissing a Javadoc comment.33
Errors'static' modifier out of order with the JLS suggestions.33
ErrorsMissing a Javadoc comment.44
ErrorsMethod 'getIdentifier' is not designed for extension - needs to be abstract, final or empty.59
ErrorsParameter type should be final.59

gov/nasa/pds/citool/catalog/CatalogList.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.38
ErrorsFirst sentence should end with a period.40
ErrorsParameter catalogs should be final.45
Errors'catalogs' hides a field.45
ErrorsFirst sentence should end with a period.49
ErrorsMethod 'get' is not designed for extension - needs to be abstract, final or empty.56
ErrorsParameter id should be final.56
Errors'catch' is not followed by whitespace.67
ErrorsMust have at least one statement.67
ErrorsMissing a Javadoc comment.38
ErrorsFirst sentence should end with a period.40
ErrorsParameter catalogs should be final.45
Errors'catalogs' hides a field.45
ErrorsFirst sentence should end with a period.49
ErrorsMethod 'get' is not designed for extension - needs to be abstract, final or empty.56
ErrorsParameter id should be final.56
Errors'catch' is not followed by whitespace.67
ErrorsMust have at least one statement.67

gov/nasa/pds/citool/commandline/options/ConfigKey.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.19
ErrorsMissing a Javadoc comment.20
ErrorsMissing a Javadoc comment.21
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.23
ErrorsMissing a Javadoc comment.24
ErrorsMissing a Javadoc comment.25
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.30
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.35
ErrorsParameter key should be final.35
Errors'key' hides a field.35
ErrorsMissing a Javadoc comment.39
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.19
ErrorsMissing a Javadoc comment.20
ErrorsMissing a Javadoc comment.21
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.23
ErrorsMissing a Javadoc comment.24
ErrorsMissing a Javadoc comment.25
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.30
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.35
ErrorsParameter key should be final.35
Errors'key' hides a field.35
ErrorsMissing a Javadoc comment.39

gov/nasa/pds/citool/commandline/options/Flag.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.55
ErrorsLine is longer than 80 characters.55
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
ErrorsLine is longer than 80 characters.60
ErrorsLine has trailing spaces.61
ErrorsLine is longer than 80 characters.63
ErrorsLine has trailing spaces.64
ErrorsLine is longer than 80 characters.66
ErrorsLine has trailing spaces.67
ErrorsLine is longer than 80 characters.69
ErrorsLine has trailing spaces.70
Errors'shortName' hides a field.121
Errors'longName' hides a field.121
Errors'description' hides a field.122
Errors'shortName' hides a field.135
Errors'longName' hides a field.135
Errors'argName' hides a field.136
Errors'argType' hides a field.136
Errors'description' hides a field.137
Errors'shortName' hides a field.150
Errors'longName' hides a field.150
Errors'argName' hides a field.151
Errors'argType' hides a field.151
Errors'allowsMultipleArgs' hides a field.152
ErrorsExpected @param tag for 'allowsMultipleArgs'.152
Errors'description' hides a field.152
ErrorsFirst sentence should end with a period.55
ErrorsLine is longer than 80 characters.55
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
ErrorsLine is longer than 80 characters.60
ErrorsLine has trailing spaces.61
ErrorsLine is longer than 80 characters.63
ErrorsLine has trailing spaces.64
ErrorsLine is longer than 80 characters.66
ErrorsLine has trailing spaces.67
ErrorsLine is longer than 80 characters.69
ErrorsLine has trailing spaces.70
Errors'shortName' hides a field.121
Errors'longName' hides a field.121
Errors'description' hides a field.122
Errors'shortName' hides a field.135
Errors'longName' hides a field.135
Errors'argName' hides a field.136
Errors'argType' hides a field.136
Errors'description' hides a field.137
Errors'shortName' hides a field.150
Errors'longName' hides a field.150
Errors'argName' hides a field.151
Errors'argType' hides a field.151
Errors'allowsMultipleArgs' hides a field.152
ErrorsExpected @param tag for 'allowsMultipleArgs'.152
Errors'description' hides a field.152

gov/nasa/pds/citool/commandline/options/InvalidOptionException.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.25
ErrorsParameter msg should be final.33
ErrorsFirst sentence should end with a period.25
ErrorsParameter msg should be final.33

gov/nasa/pds/citool/commandline/options/Mode.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.3
ErrorsMissing a Javadoc comment.4
ErrorsMissing a Javadoc comment.4
ErrorsMissing a Javadoc comment.4
ErrorsMissing a Javadoc comment.6
ErrorsMissing a Javadoc comment.8
ErrorsParameter name should be final.8
Errors'name' hides a field.8
ErrorsMissing a Javadoc comment.12
ErrorsMissing a Javadoc comment.3
ErrorsMissing a Javadoc comment.4
ErrorsMissing a Javadoc comment.4
ErrorsMissing a Javadoc comment.4
ErrorsMissing a Javadoc comment.6
ErrorsMissing a Javadoc comment.8
ErrorsParameter name should be final.8
Errors'name' hides a field.8
ErrorsMissing a Javadoc comment.12

gov/nasa/pds/citool/commandline/options/ToolsOption.java

ViolationMessageLine
ErrorsMethod 'hasArg' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMethod 'hasArg' is not designed for extension - needs to be abstract, final or empty.73
ErrorsMethod 'hasArgs' is not designed for extension - needs to be abstract, final or empty.89
ErrorsMethod 'hasArgs' is not designed for extension - needs to be abstract, final or empty.105
ErrorsMethod 'hasArgs' is not designed for extension - needs to be abstract, final or empty.121
ErrorsMethod 'hasArgs' is not designed for extension - needs to be abstract, final or empty.137
ErrorsMethod 'hasArg' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMethod 'hasArg' is not designed for extension - needs to be abstract, final or empty.73
ErrorsMethod 'hasArgs' is not designed for extension - needs to be abstract, final or empty.89
ErrorsMethod 'hasArgs' is not designed for extension - needs to be abstract, final or empty.105
ErrorsMethod 'hasArgs' is not designed for extension - needs to be abstract, final or empty.121
ErrorsMethod 'hasArgs' is not designed for extension - needs to be abstract, final or empty.137

gov/nasa/pds/citool/commandline/options/ToolsPropertiesConfiguration.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.9
ErrorsLine is longer than 80 characters.10
ErrorsMissing a Javadoc comment.10
ErrorsParameter file should be final.10
ErrorsMethod 'containsKey' is not designed for extension - needs to be abstract, final or empty.14
ErrorsMissing a Javadoc comment.14
ErrorsParameter configKey should be final.14
ErrorsMethod 'getList' is not designed for extension - needs to be abstract, final or empty.18
ErrorsMissing a Javadoc comment.18
ErrorsParameter configKey should be final.18
ErrorsMethod 'getInt' is not designed for extension - needs to be abstract, final or empty.22
ErrorsMissing a Javadoc comment.22
ErrorsParameter configKey should be final.22
ErrorsMethod 'getString' is not designed for extension - needs to be abstract, final or empty.26
ErrorsMissing a Javadoc comment.26
ErrorsParameter configKey should be final.26
ErrorsMethod 'getBoolean' is not designed for extension - needs to be abstract, final or empty.30
ErrorsMissing a Javadoc comment.30
ErrorsParameter configKey should be final.30
ErrorsMissing a Javadoc comment.9
ErrorsLine is longer than 80 characters.10
ErrorsMissing a Javadoc comment.10
ErrorsParameter file should be final.10
ErrorsMethod 'containsKey' is not designed for extension - needs to be abstract, final or empty.14
ErrorsMissing a Javadoc comment.14
ErrorsParameter configKey should be final.14
ErrorsMethod 'getList' is not designed for extension - needs to be abstract, final or empty.18
ErrorsMissing a Javadoc comment.18
ErrorsParameter configKey should be final.18
ErrorsMethod 'getInt' is not designed for extension - needs to be abstract, final or empty.22
ErrorsMissing a Javadoc comment.22
ErrorsParameter configKey should be final.22
ErrorsMethod 'getString' is not designed for extension - needs to be abstract, final or empty.26
ErrorsMissing a Javadoc comment.26
ErrorsParameter configKey should be final.26
ErrorsMethod 'getBoolean' is not designed for extension - needs to be abstract, final or empty.30
ErrorsMissing a Javadoc comment.30
ErrorsParameter configKey should be final.30

gov/nasa/pds/citool/comparator/CatalogComparator.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsUnused import - java.io.File.30
ErrorsUnused import - java.util.logging.Logger.33
ErrorsMethod 'checkEquality' is not designed for extension - needs to be abstract, final or empty.52
ErrorsParameter source should be final.52
ErrorsParameter target should be final.52
ErrorsMethod 'checkAttributeEquality' is not designed for extension - needs to be abstract, final or empty.75
ErrorsParameter sources should be final.76
ErrorsParameter target should be final.76
ErrorsLine is longer than 80 characters.86
ErrorsLine is longer than 80 characters.94
Errors'}' should be on the same line.102
ErrorsLine is longer than 80 characters.119
ErrorsLine is longer than 80 characters.122
ErrorsMethod 'checkPointerEquality' is not designed for extension - needs to be abstract, final or empty.157
ErrorsParameter sources should be final.158
ErrorsParameter target should be final.158
ErrorsLine is longer than 80 characters.182
Errors'}' should be on the same line.189
ErrorsLine is longer than 80 characters.206
ErrorsLine is longer than 80 characters.209
ErrorsLine is longer than 80 characters.213
ErrorsMethod 'checkObjectEquality' is not designed for extension - needs to be abstract, final or empty.248
ErrorsParameter sources should be final.249
ErrorsParameter target should be final.249
Errors'}' should be on the same line.265
Errors'catch' is not followed by whitespace.285
ErrorsInner assignments should be avoided.293
ErrorsExpression can be simplified.297
ErrorsLine is longer than 80 characters.308
ErrorsLine is longer than 80 characters.310
Errors'for' is not followed by whitespace.319
ErrorsUnused import - java.io.File.30
ErrorsUnused import - java.util.logging.Logger.33
ErrorsMethod 'checkEquality' is not designed for extension - needs to be abstract, final or empty.52
ErrorsParameter source should be final.52
ErrorsParameter target should be final.52
ErrorsMethod 'checkAttributeEquality' is not designed for extension - needs to be abstract, final or empty.75
ErrorsParameter sources should be final.76
ErrorsParameter target should be final.76
ErrorsLine is longer than 80 characters.86
ErrorsLine is longer than 80 characters.94
Errors'}' should be on the same line.102
ErrorsLine is longer than 80 characters.119
ErrorsLine is longer than 80 characters.122
ErrorsMethod 'checkPointerEquality' is not designed for extension - needs to be abstract, final or empty.157
ErrorsParameter sources should be final.158
ErrorsParameter target should be final.158
ErrorsLine is longer than 80 characters.182
Errors'}' should be on the same line.189
ErrorsLine is longer than 80 characters.206
ErrorsLine is longer than 80 characters.209
ErrorsLine is longer than 80 characters.213
ErrorsMethod 'checkObjectEquality' is not designed for extension - needs to be abstract, final or empty.248
ErrorsParameter sources should be final.249
ErrorsParameter target should be final.249
Errors'}' should be on the same line.265
Errors'catch' is not followed by whitespace.285
ErrorsInner assignments should be avoided.293
ErrorsExpression can be simplified.297
ErrorsLine is longer than 80 characters.308
ErrorsLine is longer than 80 characters.310
Errors'for' is not followed by whitespace.319

gov/nasa/pds/citool/comparator/ObjectStatementComparator.java

ViolationMessageLine
ErrorsMethod 'checkEquality' is not designed for extension - needs to be abstract, final or empty.48
Errors'(' is preceded with whitespace.48
ErrorsParameter source should be final.48
ErrorsParameter target should be final.49
ErrorsMethod 'checkAttributeEquality' is not designed for extension - needs to be abstract, final or empty.73
ErrorsParameter sources should be final.74
ErrorsParameter target should be final.74
ErrorsLine is longer than 80 characters.83
ErrorsLine is longer than 80 characters.91
Errors'}' should be on the same line.98
ErrorsLine is longer than 80 characters.115
ErrorsLine is longer than 80 characters.119
ErrorsLine is longer than 80 characters.135
ErrorsMethod 'checkPointerEquality' is not designed for extension - needs to be abstract, final or empty.154
ErrorsParameter sources should be final.155
ErrorsParameter target should be final.155
ErrorsLine is longer than 80 characters.179
Errors'}' should be on the same line.186
ErrorsLine is longer than 80 characters.203
ErrorsLine is longer than 80 characters.206
ErrorsMethod 'checkObjectEquality' is not designed for extension - needs to be abstract, final or empty.242
ErrorsParameter sources should be final.243
ErrorsParameter target should be final.243
ErrorsLine is longer than 80 characters.251
Errors'}' should be on the same line.258
Errors'catch' is not followed by whitespace.278
ErrorsInner assignments should be avoided.286
ErrorsExpression can be simplified.291
ErrorsLine is longer than 80 characters.303
ErrorsLine is longer than 80 characters.319
ErrorsMethod 'checkEquality' is not designed for extension - needs to be abstract, final or empty.48
Errors'(' is preceded with whitespace.48
ErrorsParameter source should be final.48
ErrorsParameter target should be final.49
ErrorsMethod 'checkAttributeEquality' is not designed for extension - needs to be abstract, final or empty.73
ErrorsParameter sources should be final.74
ErrorsParameter target should be final.74
ErrorsLine is longer than 80 characters.83
ErrorsLine is longer than 80 characters.91
Errors'}' should be on the same line.98
ErrorsLine is longer than 80 characters.115
ErrorsLine is longer than 80 characters.119
ErrorsLine is longer than 80 characters.135
ErrorsMethod 'checkPointerEquality' is not designed for extension - needs to be abstract, final or empty.154
ErrorsParameter sources should be final.155
ErrorsParameter target should be final.155
ErrorsLine is longer than 80 characters.179
Errors'}' should be on the same line.186
ErrorsLine is longer than 80 characters.203
ErrorsLine is longer than 80 characters.206
ErrorsMethod 'checkObjectEquality' is not designed for extension - needs to be abstract, final or empty.242
ErrorsParameter sources should be final.243
ErrorsParameter target should be final.243
ErrorsLine is longer than 80 characters.251
Errors'}' should be on the same line.258
Errors'catch' is not followed by whitespace.278
ErrorsInner assignments should be avoided.286
ErrorsExpression can be simplified.291
ErrorsLine is longer than 80 characters.303
ErrorsLine is longer than 80 characters.319

gov/nasa/pds/citool/diff/DiffException.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.9
ErrorsMissing a Javadoc comment.10
ErrorsMissing a Javadoc comment.11
ErrorsMissing a Javadoc comment.12
ErrorsMissing a Javadoc comment.13
ErrorsMissing a Javadoc comment.15
Errors'sourceLineNumber' hides a field.16
Errors'targetLineNumber' hides a field.16
Errors'diffs' hides a field.17
ErrorsMethod 'getDiffs' is not designed for extension - needs to be abstract, final or empty.26
ErrorsMissing a Javadoc comment.26
ErrorsMethod 'getSourceLineNumber' is not designed for extension - needs to be abstract, final or empty.30
ErrorsMissing a Javadoc comment.30
ErrorsMethod 'getTargetLineNumber' is not designed for extension - needs to be abstract, final or empty.34
ErrorsMissing a Javadoc comment.34
ErrorsMissing a Javadoc comment.9
ErrorsMissing a Javadoc comment.10
ErrorsMissing a Javadoc comment.11
ErrorsMissing a Javadoc comment.12
ErrorsMissing a Javadoc comment.13
ErrorsMissing a Javadoc comment.15
Errors'sourceLineNumber' hides a field.16
Errors'targetLineNumber' hides a field.16
Errors'diffs' hides a field.17
ErrorsMethod 'getDiffs' is not designed for extension - needs to be abstract, final or empty.26
ErrorsMissing a Javadoc comment.26
ErrorsMethod 'getSourceLineNumber' is not designed for extension - needs to be abstract, final or empty.30
ErrorsMissing a Javadoc comment.30
ErrorsMethod 'getTargetLineNumber' is not designed for extension - needs to be abstract, final or empty.34
ErrorsMissing a Javadoc comment.34

gov/nasa/pds/citool/diff/DiffRecord.java

ViolationMessageLine
ErrorsLine has trailing spaces.6
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.8
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.10
ErrorsLine has trailing spaces.13
ErrorsMissing a Javadoc comment.20
ErrorsLine contains a tab character.21
ErrorsMissing a Javadoc comment.21
ErrorsLine contains a tab character.22
ErrorsMissing a Javadoc comment.22
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsLine has trailing spaces.24
ErrorsLine contains a tab character.24
ErrorsLine is longer than 80 characters.25
ErrorsLine contains a tab character.25
ErrorsMissing a Javadoc comment.25
ErrorsParameter info should be final.25
Errors'info' hides a field.25
ErrorsParameter fromSource should be final.25
Errors'fromSource' hides a field.25
ErrorsParameter fromTarget should be final.25
Errors'fromTarget' hides a field.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine has trailing spaces.30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsMethod 'getInfo' is not designed for extension - needs to be abstract, final or empty.31
ErrorsMissing a Javadoc comment.31
Errors'return' is not preceded with whitespace.31
Errors'{' is not followed by whitespace.31
Errors';' is not followed by whitespace.31
Errors'}' is not preceded with whitespace.31
ErrorsLine has trailing spaces.32
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsMethod 'getFromSource' is not designed for extension - needs to be abstract, final or empty.33
ErrorsMissing a Javadoc comment.33
Errors'return' is not preceded with whitespace.33
Errors'{' is not followed by whitespace.33
Errors';' is not followed by whitespace.33
Errors'}' is not preceded with whitespace.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsMethod 'getFromTarget' is not designed for extension - needs to be abstract, final or empty.35
ErrorsMissing a Javadoc comment.35
Errors'return' is not preceded with whitespace.35
Errors'{' is not followed by whitespace.35
Errors';' is not followed by whitespace.35
Errors'}' is not preceded with whitespace.35
ErrorsLine has trailing spaces.6
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.8
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.10
ErrorsLine has trailing spaces.13
ErrorsMissing a Javadoc comment.20
ErrorsLine contains a tab character.21
ErrorsMissing a Javadoc comment.21
ErrorsLine contains a tab character.22
ErrorsMissing a Javadoc comment.22
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsLine has trailing spaces.24
ErrorsLine contains a tab character.24
ErrorsLine is longer than 80 characters.25
ErrorsLine contains a tab character.25
ErrorsMissing a Javadoc comment.25
ErrorsParameter info should be final.25
Errors'info' hides a field.25
ErrorsParameter fromSource should be final.25
Errors'fromSource' hides a field.25
ErrorsParameter fromTarget should be final.25
Errors'fromTarget' hides a field.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine has trailing spaces.30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsMethod 'getInfo' is not designed for extension - needs to be abstract, final or empty.31
ErrorsMissing a Javadoc comment.31
Errors'return' is not preceded with whitespace.31
Errors'{' is not followed by whitespace.31
Errors';' is not followed by whitespace.31
Errors'}' is not preceded with whitespace.31
ErrorsLine has trailing spaces.32
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsMethod 'getFromSource' is not designed for extension - needs to be abstract, final or empty.33
ErrorsMissing a Javadoc comment.33
Errors'return' is not preceded with whitespace.33
Errors'{' is not followed by whitespace.33
Errors';' is not followed by whitespace.33
Errors'}' is not preceded with whitespace.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsMethod 'getFromTarget' is not designed for extension - needs to be abstract, final or empty.35
ErrorsMissing a Javadoc comment.35
Errors'return' is not preceded with whitespace.35
Errors'{' is not followed by whitespace.35
Errors';' is not followed by whitespace.35
Errors'}' is not preceded with whitespace.35

gov/nasa/pds/citool/diff/ValueDiff.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.29
ErrorsUtility classes should not have a public or default constructor.29
ErrorsMissing a Javadoc comment.30
ErrorsParameter source should be final.30
ErrorsParameter target should be final.30
ErrorsMissing a Javadoc comment.34
ErrorsParameter source should be final.34
ErrorsParameter target should be final.34
ErrorsParameter sourceLine should be final.35
ErrorsParameter targetLine should be final.35
ErrorsMissing a Javadoc comment.40
ErrorsParameter source should be final.40
ErrorsParameter target should be final.40
ErrorsMissing a Javadoc comment.44
ErrorsParameter source should be final.44
ErrorsParameter target should be final.44
ErrorsParameter sourceLine should be final.45
ErrorsParameter targetLine should be final.45
ErrorsAvoid inline conditionals.65
ErrorsAvoid inline conditionals.65
ErrorsMissing a Javadoc comment.84
ErrorsParameter start should be final.84
ErrorsParameter end should be final.84
ErrorsParameter ind should be final.84
ErrorsParameter lines should be final.85
Errors'for' construct must use '{}'s.87
ErrorsMissing a Javadoc comment.92
ErrorsParameter start should be final.92
ErrorsParameter end should be final.92
ErrorsParameter base should be final.92
Errors'{' should be on the previous line.93
Errors'+' is not preceded with whitespace.97
Errors'+' is not followed by whitespace.97
Errors'+' is not preceded with whitespace.100
Errors'+' is not followed by whitespace.100
ErrorsParameter reader should be final.112
ErrorsExpected @param tag for 'reader'.112
ErrorsMust have at least one statement.122
ErrorsMissing a Javadoc comment.29
ErrorsUtility classes should not have a public or default constructor.29
ErrorsMissing a Javadoc comment.30
ErrorsParameter source should be final.30
ErrorsParameter target should be final.30
ErrorsMissing a Javadoc comment.34
ErrorsParameter source should be final.34
ErrorsParameter target should be final.34
ErrorsParameter sourceLine should be final.35
ErrorsParameter targetLine should be final.35
ErrorsMissing a Javadoc comment.40
ErrorsParameter source should be final.40
ErrorsParameter target should be final.40
ErrorsMissing a Javadoc comment.44
ErrorsParameter source should be final.44
ErrorsParameter target should be final.44
ErrorsParameter sourceLine should be final.45
ErrorsParameter targetLine should be final.45
ErrorsAvoid inline conditionals.65
ErrorsAvoid inline conditionals.65
ErrorsMissing a Javadoc comment.84
ErrorsParameter start should be final.84
ErrorsParameter end should be final.84
ErrorsParameter ind should be final.84
ErrorsParameter lines should be final.85
Errors'for' construct must use '{}'s.87
ErrorsMissing a Javadoc comment.92
ErrorsParameter start should be final.92
ErrorsParameter end should be final.92
ErrorsParameter base should be final.92
Errors'{' should be on the previous line.93
Errors'+' is not preceded with whitespace.97
Errors'+' is not followed by whitespace.97
Errors'+' is not preceded with whitespace.100
Errors'+' is not followed by whitespace.100
ErrorsParameter reader should be final.112
ErrorsExpected @param tag for 'reader'.112
ErrorsMust have at least one statement.122

gov/nasa/pds/citool/file/FileList.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.24
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsLine has trailing spaces.32
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsMissing a Javadoc comment.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.37
ErrorsLine contains a tab character.37
ErrorsFirst sentence should end with a period.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsMethod 'addToFileList' is not designed for extension - needs to be abstract, final or empty.42
ErrorsParameter o should be final.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.45
ErrorsFirst sentence should end with a period.46
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsMethod 'addToFileList' is not designed for extension - needs to be abstract, final or empty.50
ErrorsParameter c should be final.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.53
ErrorsFirst sentence should end with a period.54
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsMethod 'addToDirList' is not designed for extension - needs to be abstract, final or empty.58
ErrorsParameter o should be final.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsFirst sentence should end with a period.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsMethod 'addToDirList' is not designed for extension - needs to be abstract, final or empty.66
ErrorsParameter c should be final.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsFirst sentence should end with a period.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsMethod 'getFiles' is not designed for extension - needs to be abstract, final or empty.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsFirst sentence should end with a period.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsMethod 'getDirs' is not designed for extension - needs to be abstract, final or empty.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.24
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsLine has trailing spaces.32
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsMissing a Javadoc comment.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.37
ErrorsLine contains a tab character.37
ErrorsFirst sentence should end with a period.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsMethod 'addToFileList' is not designed for extension - needs to be abstract, final or empty.42
ErrorsParameter o should be final.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.45
ErrorsFirst sentence should end with a period.46
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsMethod 'addToFileList' is not designed for extension - needs to be abstract, final or empty.50
ErrorsParameter c should be final.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.53
ErrorsFirst sentence should end with a period.54
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsMethod 'addToDirList' is not designed for extension - needs to be abstract, final or empty.58
ErrorsParameter o should be final.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsFirst sentence should end with a period.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsMethod 'addToDirList' is not designed for extension - needs to be abstract, final or empty.66
ErrorsParameter c should be final.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsFirst sentence should end with a period.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsMethod 'getFiles' is not designed for extension - needs to be abstract, final or empty.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsFirst sentence should end with a period.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsMethod 'getDirs' is not designed for extension - needs to be abstract, final or empty.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84

gov/nasa/pds/citool/file/FileListGenerator.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.46
ErrorsLine contains a tab character.54
ErrorsMissing a Javadoc comment.54
ErrorsLine contains a tab character.55
ErrorsMissing a Javadoc comment.55
ErrorsLine contains a tab character.56
ErrorsMissing a Javadoc comment.56
ErrorsLine contains a tab character.57
ErrorsMissing a Javadoc comment.57
ErrorsLine contains a tab character.58
ErrorsMissing a Javadoc comment.58
ErrorsLine contains a tab character.59
ErrorsMissing a Javadoc comment.59
ErrorsFirst sentence should end with a period.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsFirst sentence should end with a period.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsParameter wildcards should be final.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsFirst sentence should end with a period.79
ErrorsLine contains a tab character.79
ErrorsLine is longer than 80 characters.80
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsParameter wildcards should be final.83
ErrorsLine is longer than 80 characters.84
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsFirst sentence should end with a period.87
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsParameter patterns should be final.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsFirst sentence should end with a period.95
ErrorsLine contains a tab character.95
ErrorsLine is longer than 80 characters.96
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
Errors'if' construct must use '{}'s.100
ErrorsLine contains a tab character.100
Errors'if' is not followed by whitespace.100
ErrorsLine is longer than 80 characters.101
ErrorsLine contains a tab character.101
Errors'else' construct must use '{}'s.102
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsFirst sentence should end with a period.106
ErrorsLine contains a tab character.106
ErrorsLine is longer than 80 characters.107
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
Errors'if' construct must use '{}'s.111
ErrorsLine contains a tab character.111
Errors'if' is not followed by whitespace.111
ErrorsLine is longer than 80 characters.112
ErrorsLine contains a tab character.112
Errors'else' construct must use '{}'s.113
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine is longer than 80 characters.120
ErrorsLine contains a tab character.120
ErrorsLine is longer than 80 characters.121
ErrorsLine contains a tab character.121
ErrorsLine is longer than 80 characters.122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsMethod 'setFilters' is not designed for extension - needs to be abstract, final or empty.124
ErrorsParameter regexp should be final.124
ErrorsParameter noFiles should be final.124
ErrorsParameter noDirs should be final.124
Errors'if' construct must use '{}'s.125
ErrorsLine contains a tab character.125
Errors'if' is not followed by whitespace.125
ErrorsLine contains a tab character.126
Errors'if' construct must use '{}'s.127
ErrorsLine contains a tab character.127
Errors'if' is not followed by whitespace.127
ErrorsLine contains a tab character.128
Errors'if' construct must use '{}'s.129
ErrorsLine contains a tab character.129
Errors'if' is not followed by whitespace.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.136
ErrorsLine is longer than 80 characters.137
ErrorsLine contains a tab character.137
ErrorsLine is longer than 80 characters.138
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsLine is longer than 80 characters.140
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine is longer than 80 characters.146
ErrorsLine contains a tab character.146
ErrorsMethod 'visitTarget' is not designed for extension - needs to be abstract, final or empty.146
ErrorsParameter target should be final.146
ErrorsExpected @param tag for 'target'.146
ErrorsParameter getSubDirs should be final.146
ErrorsExpected @throws tag for 'IOException'.146
ErrorsExpected @throws tag for 'BadLocationException'.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
Errors'if' is not followed by whitespace.152
ErrorsInner assignments should be avoided.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
Errors'if' construct must use '{}'s.155
ErrorsLine contains a tab character.155
Errors'if' is not followed by whitespace.155
ErrorsLine is longer than 80 characters.156
ErrorsLine contains a tab character.156
Errors'else' construct must use '{}'s.157
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
Errors'}' should be on the same line.159
ErrorsLine contains a tab character.160
Errors'catch' is not followed by whitespace.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.166
ErrorsLine is longer than 80 characters.167
ErrorsLine contains a tab character.167
ErrorsLine is longer than 80 characters.168
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine is longer than 80 characters.171
ErrorsLine contains a tab character.171
ErrorsLine is longer than 80 characters.172
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsLine is longer than 80 characters.174
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsLine is longer than 80 characters.178
ErrorsLine contains a tab character.178
ErrorsParameter file should be final.178
ErrorsParameter getSubDirs should be final.178
ErrorsExpected @throws tag for 'IOException'.178
ErrorsLine contains a tab character.179
Errors'if' construct must use '{}'s.180
ErrorsLine contains a tab character.180
Errors'if' is not followed by whitespace.180
ErrorsLine contains a tab character.181
Errors'else' construct must use '{}'s.182
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.190
ErrorsLine is longer than 80 characters.191
ErrorsLine contains a tab character.191
ErrorsLine is longer than 80 characters.192
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsLine is longer than 80 characters.196
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsLine is longer than 80 characters.199
ErrorsLine contains a tab character.199
ErrorsMethod 'visitDir' is not designed for extension - needs to be abstract, final or empty.199
ErrorsParameter dir should be final.199
ErrorsParameter getSubDirs should be final.199
ErrorsExpected @throws tag for 'IOException'.199
ErrorsLine contains a tab character.200
Errors'if' construct must use '{}'s.202
ErrorsLine contains a tab character.202
Errors'if' is not followed by whitespace.202
Errors'(' is followed by whitespace.202
Errors')' is preceded with whitespace.202
ErrorsLine is longer than 80 characters.203
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.205
ErrorsLine is longer than 80 characters.206
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.208
Errors'if' construct must use '{}'s.209
ErrorsLine contains a tab character.209
Errors'if' is not followed by whitespace.209
ErrorsLine is longer than 80 characters.210
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.215
ErrorsLine is longer than 80 characters.216
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine is longer than 80 characters.219
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine is longer than 80 characters.223
ErrorsLine contains a tab character.223
ErrorsLine is longer than 80 characters.224
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.227
ErrorsLine is longer than 80 characters.228
ErrorsLine contains a tab character.228
ErrorsMethod 'crawl' is not designed for extension - needs to be abstract, final or empty.228
ErrorsParameter url should be final.228
ErrorsParameter getSubDirURLs should be final.228
ErrorsExpected @throws tag for 'IOException'.228
ErrorsExpected @throws tag for 'BadLocationException'.228
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.235
Errors'if' is not followed by whitespace.235
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
ErrorsLine contains a tab character.242
ErrorsLine is longer than 80 characters.243
ErrorsLine contains a tab character.243
ErrorsLine contains a tab character.244
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
ErrorsLine contains a tab character.247
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsLine contains a tab character.251
ErrorsLine is longer than 80 characters.252
ErrorsLine contains a tab character.252
ErrorsMethod 'getHyperLinks' is not designed for extension - needs to be abstract, final or empty.252
ErrorsParameter url should be final.252
ErrorsExpected @throws tag for 'IOException'.252
ErrorsExpected @throws tag for 'BadLocationException'.252
ErrorsExpected @throws tag for 'NullPointerException'.252
ErrorsRedundant throws: 'NullPointerException' is unchecked exception.252
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.254
ErrorsLine contains a tab character.255
ErrorsLine contains a tab character.256
ErrorsLine contains a tab character.258
ErrorsLine contains a tab character.259
ErrorsLine contains a tab character.260
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.262
ErrorsLine contains a tab character.263
Errors'}' should be on the same line.263
ErrorsLine contains a tab character.264
ErrorsLine contains a tab character.265
ErrorsLine contains a tab character.266
ErrorsLine is longer than 80 characters.268
ErrorsLine contains a tab character.268
Errors'for' is not followed by whitespace.268
ErrorsLine is longer than 80 characters.269
ErrorsLine contains a tab character.269
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.272
ErrorsLine contains a tab character.273
ErrorsLine contains a tab character.275
ErrorsLine is longer than 80 characters.276
ErrorsLine contains a tab character.276
ErrorsLine contains a tab character.277
ErrorsLine contains a tab character.278
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.281
ErrorsLine contains a tab character.282
ErrorsLine contains a tab character.283
ErrorsLine is longer than 80 characters.284
ErrorsLine contains a tab character.284
ErrorsMethod 'getFileURLNames' is not designed for extension - needs to be abstract, final or empty.284
ErrorsParameter url should be final.284
ErrorsParameter links should be final.284
ErrorsExpected @throws tag for 'MalformedURLException'.284
ErrorsLine contains a tab character.285
ErrorsLine contains a tab character.286
Errors'if' construct must use '{}'s.288
ErrorsLine contains a tab character.288
Errors'if' is not followed by whitespace.288
ErrorsExpression can be simplified.288
ErrorsLine contains a tab character.289
ErrorsLine contains a tab character.291
Errors'for' is not followed by whitespace.291
ErrorsLine contains a tab character.292
ErrorsLine contains a tab character.293
Errors'if' is not followed by whitespace.293
Errors'if' construct must use '{}'s.294
ErrorsLine contains a tab character.294
Errors'if' is not followed by whitespace.294
ErrorsExpression can be simplified.294
ErrorsLine is longer than 80 characters.295
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.297
ErrorsLine contains a tab character.298
ErrorsLine contains a tab character.299
ErrorsFirst sentence should end with a period.301
ErrorsLine contains a tab character.301
ErrorsLine contains a tab character.302
ErrorsLine contains a tab character.303
ErrorsLine contains a tab character.304
ErrorsLine contains a tab character.305
ErrorsLine contains a tab character.306
ErrorsLine contains a tab character.307
ErrorsLine contains a tab character.308
ErrorsLine is longer than 80 characters.309
ErrorsLine contains a tab character.309
ErrorsMethod 'getSubDirURLNames' is not designed for extension - needs to be abstract, final or empty.309
ErrorsParameter url should be final.309
ErrorsParameter links should be final.309
ErrorsExpected @throws tag for 'MalformedURLException'.309
ErrorsLine contains a tab character.310
ErrorsLine contains a tab character.311
Errors'if' construct must use '{}'s.313
ErrorsLine contains a tab character.313
Errors'if' is not followed by whitespace.313
ErrorsExpression can be simplified.313
ErrorsLine contains a tab character.314
ErrorsLine contains a tab character.316
Errors'for' is not followed by whitespace.316
ErrorsLine contains a tab character.317
ErrorsLine contains a tab character.318
Errors'if' is not followed by whitespace.318
Errors'if' construct must use '{}'s.319
ErrorsLine contains a tab character.319
Errors'if' is not followed by whitespace.319
ErrorsLine is longer than 80 characters.320
ErrorsLine contains a tab character.320
Errors'if' construct must use '{}'s.321
ErrorsLine is longer than 80 characters.321
ErrorsLine contains a tab character.321
Errors'if' is not followed by whitespace.321
Errors'(' is followed by whitespace.321
ErrorsExpression can be simplified.321
Errors')' is preceded with whitespace.321
ErrorsLine is longer than 80 characters.322
ErrorsLine contains a tab character.322
ErrorsLine contains a tab character.323
ErrorsLine contains a tab character.324
ErrorsLine contains a tab character.325
ErrorsLine contains a tab character.326
ErrorsLine contains a tab character.328
ErrorsLine is longer than 80 characters.329
ErrorsLine contains a tab character.329
ErrorsLine contains a tab character.330
ErrorsLine contains a tab character.331
ErrorsLine contains a tab character.332
ErrorsLine is longer than 80 characters.333
ErrorsLine contains a tab character.333
ErrorsLine contains a tab character.334
ErrorsLine contains a tab character.335
ErrorsMethod 'isLinkFile' is not designed for extension - needs to be abstract, final or empty.335
ErrorsParameter link should be final.335
ErrorsLine contains a tab character.336
ErrorsLine contains a tab character.337
ErrorsConditional logic can be removed.337
Errors'if' is not followed by whitespace.337
ErrorsLine contains a tab character.338
ErrorsLine contains a tab character.339
Errors'}' should be on the same line.339
Errors'else' construct must use '{}'s.340
ErrorsLine contains a tab character.340
ErrorsLine contains a tab character.341
ErrorsLine contains a tab character.343
ErrorsLine contains a tab character.345
ErrorsLine contains a tab character.346
ErrorsLine contains a tab character.347
ErrorsLine contains a tab character.348
ErrorsLine contains a tab character.349
ErrorsLine contains a tab character.350
ErrorsLine contains a tab character.351
ErrorsLine contains a tab character.352
ErrorsMethod 'isLinkSubDir' is not designed for extension - needs to be abstract, final or empty.352
ErrorsParameter url should be final.352
ErrorsParameter link should be final.352
ErrorsLine is longer than 80 characters.353
ErrorsLine contains a tab character.353
Errors'if' is not followed by whitespace.353
Errors'(' is followed by whitespace.353
ErrorsLine is longer than 80 characters.354
ErrorsLine contains a tab character.354
ErrorsLine contains a tab character.355
Errors'if' construct must use '{}'s.356
ErrorsLine contains a tab character.356
ErrorsConditional logic can be removed.356
Errors'if' is not followed by whitespace.356
Errors'(' is followed by whitespace.356
Errors')' is preceded with whitespace.356
ErrorsLine contains a tab character.357
Errors'else' construct must use '{}'s.358
ErrorsLine contains a tab character.358
ErrorsLine contains a tab character.359
ErrorsLine contains a tab character.360
Errors'}' should be on the same line.360
Errors'else' construct must use '{}'s.361
ErrorsLine contains a tab character.361
ErrorsLine contains a tab character.362
ErrorsLine contains a tab character.364
ErrorsLine is longer than 80 characters.46
ErrorsLine contains a tab character.54
ErrorsMissing a Javadoc comment.54
ErrorsLine contains a tab character.55
ErrorsMissing a Javadoc comment.55
ErrorsLine contains a tab character.56
ErrorsMissing a Javadoc comment.56
ErrorsLine contains a tab character.57
ErrorsMissing a Javadoc comment.57
ErrorsLine contains a tab character.58
ErrorsMissing a Javadoc comment.58
ErrorsLine contains a tab character.59
ErrorsMissing a Javadoc comment.59
ErrorsFirst sentence should end with a period.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsFirst sentence should end with a period.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsParameter wildcards should be final.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsFirst sentence should end with a period.79
ErrorsLine contains a tab character.79
ErrorsLine is longer than 80 characters.80
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsParameter wildcards should be final.83
ErrorsLine is longer than 80 characters.84
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsFirst sentence should end with a period.87
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsParameter patterns should be final.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsFirst sentence should end with a period.95
ErrorsLine contains a tab character.95
ErrorsLine is longer than 80 characters.96
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
Errors'if' construct must use '{}'s.100
ErrorsLine contains a tab character.100
Errors'if' is not followed by whitespace.100
ErrorsLine is longer than 80 characters.101
ErrorsLine contains a tab character.101
Errors'else' construct must use '{}'s.102
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsFirst sentence should end with a period.106
ErrorsLine contains a tab character.106
ErrorsLine is longer than 80 characters.107
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
Errors'if' construct must use '{}'s.111
ErrorsLine contains a tab character.111
Errors'if' is not followed by whitespace.111
ErrorsLine is longer than 80 characters.112
ErrorsLine contains a tab character.112
Errors'else' construct must use '{}'s.113
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine is longer than 80 characters.120
ErrorsLine contains a tab character.120
ErrorsLine is longer than 80 characters.121
ErrorsLine contains a tab character.121
ErrorsLine is longer than 80 characters.122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsMethod 'setFilters' is not designed for extension - needs to be abstract, final or empty.124
ErrorsParameter regexp should be final.124
ErrorsParameter noFiles should be final.124
ErrorsParameter noDirs should be final.124
Errors'if' construct must use '{}'s.125
ErrorsLine contains a tab character.125
Errors'if' is not followed by whitespace.125
ErrorsLine contains a tab character.126
Errors'if' construct must use '{}'s.127
ErrorsLine contains a tab character.127
Errors'if' is not followed by whitespace.127
ErrorsLine contains a tab character.128
Errors'if' construct must use '{}'s.129
ErrorsLine contains a tab character.129
Errors'if' is not followed by whitespace.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.136
ErrorsLine is longer than 80 characters.137
ErrorsLine contains a tab character.137
ErrorsLine is longer than 80 characters.138
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsLine is longer than 80 characters.140
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine is longer than 80 characters.146
ErrorsLine contains a tab character.146
ErrorsMethod 'visitTarget' is not designed for extension - needs to be abstract, final or empty.146
ErrorsParameter target should be final.146
ErrorsExpected @param tag for 'target'.146
ErrorsParameter getSubDirs should be final.146
ErrorsExpected @throws tag for 'IOException'.146
ErrorsExpected @throws tag for 'BadLocationException'.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
Errors'if' is not followed by whitespace.152
ErrorsInner assignments should be avoided.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
Errors'if' construct must use '{}'s.155
ErrorsLine contains a tab character.155
Errors'if' is not followed by whitespace.155
ErrorsLine is longer than 80 characters.156
ErrorsLine contains a tab character.156
Errors'else' construct must use '{}'s.157
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
Errors'}' should be on the same line.159
ErrorsLine contains a tab character.160
Errors'catch' is not followed by whitespace.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.166
ErrorsLine is longer than 80 characters.167
ErrorsLine contains a tab character.167
ErrorsLine is longer than 80 characters.168
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine is longer than 80 characters.171
ErrorsLine contains a tab character.171
ErrorsLine is longer than 80 characters.172
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsLine is longer than 80 characters.174
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsLine is longer than 80 characters.178
ErrorsLine contains a tab character.178
ErrorsParameter file should be final.178
ErrorsParameter getSubDirs should be final.178
ErrorsExpected @throws tag for 'IOException'.178
ErrorsLine contains a tab character.179
Errors'if' construct must use '{}'s.180
ErrorsLine contains a tab character.180
Errors'if' is not followed by whitespace.180
ErrorsLine contains a tab character.181
Errors'else' construct must use '{}'s.182
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.190
ErrorsLine is longer than 80 characters.191
ErrorsLine contains a tab character.191
ErrorsLine is longer than 80 characters.192
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsLine is longer than 80 characters.196
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsLine is longer than 80 characters.199
ErrorsLine contains a tab character.199
ErrorsMethod 'visitDir' is not designed for extension - needs to be abstract, final or empty.199
ErrorsParameter dir should be final.199
ErrorsParameter getSubDirs should be final.199
ErrorsExpected @throws tag for 'IOException'.199
ErrorsLine contains a tab character.200
Errors'if' construct must use '{}'s.202
ErrorsLine contains a tab character.202
Errors'if' is not followed by whitespace.202
Errors'(' is followed by whitespace.202
Errors')' is preceded with whitespace.202
ErrorsLine is longer than 80 characters.203
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.205
ErrorsLine is longer than 80 characters.206
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.208
Errors'if' construct must use '{}'s.209
ErrorsLine contains a tab character.209
Errors'if' is not followed by whitespace.209
ErrorsLine is longer than 80 characters.210
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.215
ErrorsLine is longer than 80 characters.216
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine is longer than 80 characters.219
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine is longer than 80 characters.223
ErrorsLine contains a tab character.223
ErrorsLine is longer than 80 characters.224
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.227
ErrorsLine is longer than 80 characters.228
ErrorsLine contains a tab character.228
ErrorsMethod 'crawl' is not designed for extension - needs to be abstract, final or empty.228
ErrorsParameter url should be final.228
ErrorsParameter getSubDirURLs should be final.228
ErrorsExpected @throws tag for 'IOException'.228
ErrorsExpected @throws tag for 'BadLocationException'.228
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.235
Errors'if' is not followed by whitespace.235
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
ErrorsLine contains a tab character.242
ErrorsLine is longer than 80 characters.243
ErrorsLine contains a tab character.243
ErrorsLine contains a tab character.244
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
ErrorsLine contains a tab character.247
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsLine contains a tab character.251
ErrorsLine is longer than 80 characters.252
ErrorsLine contains a tab character.252
ErrorsMethod 'getHyperLinks' is not designed for extension - needs to be abstract, final or empty.252
ErrorsParameter url should be final.252
ErrorsExpected @throws tag for 'IOException'.252
ErrorsExpected @throws tag for 'BadLocationException'.252
ErrorsExpected @throws tag for 'NullPointerException'.252
ErrorsRedundant throws: 'NullPointerException' is unchecked exception.252
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.254
ErrorsLine contains a tab character.255
ErrorsLine contains a tab character.256
ErrorsLine contains a tab character.258
ErrorsLine contains a tab character.259
ErrorsLine contains a tab character.260
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.262
ErrorsLine contains a tab character.263
Errors'}' should be on the same line.263
ErrorsLine contains a tab character.264
ErrorsLine contains a tab character.265
ErrorsLine contains a tab character.266
ErrorsLine is longer than 80 characters.268
ErrorsLine contains a tab character.268
Errors'for' is not followed by whitespace.268
ErrorsLine is longer than 80 characters.269
ErrorsLine contains a tab character.269
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.272
ErrorsLine contains a tab character.273
ErrorsLine contains a tab character.275
ErrorsLine is longer than 80 characters.276
ErrorsLine contains a tab character.276
ErrorsLine contains a tab character.277
ErrorsLine contains a tab character.278
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.281
ErrorsLine contains a tab character.282
ErrorsLine contains a tab character.283
ErrorsLine is longer than 80 characters.284
ErrorsLine contains a tab character.284
ErrorsMethod 'getFileURLNames' is not designed for extension - needs to be abstract, final or empty.284
ErrorsParameter url should be final.284
ErrorsParameter links should be final.284
ErrorsExpected @throws tag for 'MalformedURLException'.284
ErrorsLine contains a tab character.285
ErrorsLine contains a tab character.286
Errors'if' construct must use '{}'s.288
ErrorsLine contains a tab character.288
Errors'if' is not followed by whitespace.288
ErrorsExpression can be simplified.288
ErrorsLine contains a tab character.289
ErrorsLine contains a tab character.291
Errors'for' is not followed by whitespace.291
ErrorsLine contains a tab character.292
ErrorsLine contains a tab character.293
Errors'if' is not followed by whitespace.293
Errors'if' construct must use '{}'s.294
ErrorsLine contains a tab character.294
Errors'if' is not followed by whitespace.294
ErrorsExpression can be simplified.294
ErrorsLine is longer than 80 characters.295
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.297
ErrorsLine contains a tab character.298
ErrorsLine contains a tab character.299
ErrorsFirst sentence should end with a period.301
ErrorsLine contains a tab character.301
ErrorsLine contains a tab character.302
ErrorsLine contains a tab character.303
ErrorsLine contains a tab character.304
ErrorsLine contains a tab character.305
ErrorsLine contains a tab character.306
ErrorsLine contains a tab character.307
ErrorsLine contains a tab character.308
ErrorsLine is longer than 80 characters.309
ErrorsLine contains a tab character.309
ErrorsMethod 'getSubDirURLNames' is not designed for extension - needs to be abstract, final or empty.309
ErrorsParameter url should be final.309
ErrorsParameter links should be final.309
ErrorsExpected @throws tag for 'MalformedURLException'.309
ErrorsLine contains a tab character.310
ErrorsLine contains a tab character.311
Errors'if' construct must use '{}'s.313
ErrorsLine contains a tab character.313
Errors'if' is not followed by whitespace.313
ErrorsExpression can be simplified.313
ErrorsLine contains a tab character.314
ErrorsLine contains a tab character.316
Errors'for' is not followed by whitespace.316
ErrorsLine contains a tab character.317
ErrorsLine contains a tab character.318
Errors'if' is not followed by whitespace.318
Errors'if' construct must use '{}'s.319
ErrorsLine contains a tab character.319
Errors'if' is not followed by whitespace.319
ErrorsLine is longer than 80 characters.320
ErrorsLine contains a tab character.320
Errors'if' construct must use '{}'s.321
ErrorsLine is longer than 80 characters.321
ErrorsLine contains a tab character.321
Errors'if' is not followed by whitespace.321
Errors'(' is followed by whitespace.321
ErrorsExpression can be simplified.321
Errors')' is preceded with whitespace.321
ErrorsLine is longer than 80 characters.322
ErrorsLine contains a tab character.322
ErrorsLine contains a tab character.323
ErrorsLine contains a tab character.324
ErrorsLine contains a tab character.325
ErrorsLine contains a tab character.326
ErrorsLine contains a tab character.328
ErrorsLine is longer than 80 characters.329
ErrorsLine contains a tab character.329
ErrorsLine contains a tab character.330
ErrorsLine contains a tab character.331
ErrorsLine contains a tab character.332
ErrorsLine is longer than 80 characters.333
ErrorsLine contains a tab character.333
ErrorsLine contains a tab character.334
ErrorsLine contains a tab character.335
ErrorsMethod 'isLinkFile' is not designed for extension - needs to be abstract, final or empty.335
ErrorsParameter link should be final.335
ErrorsLine contains a tab character.336
ErrorsLine contains a tab character.337
ErrorsConditional logic can be removed.337
Errors'if' is not followed by whitespace.337
ErrorsLine contains a tab character.338
ErrorsLine contains a tab character.339
Errors'}' should be on the same line.339
Errors'else' construct must use '{}'s.340
ErrorsLine contains a tab character.340
ErrorsLine contains a tab character.341
ErrorsLine contains a tab character.343
ErrorsLine contains a tab character.345
ErrorsLine contains a tab character.346
ErrorsLine contains a tab character.347
ErrorsLine contains a tab character.348
ErrorsLine contains a tab character.349
ErrorsLine contains a tab character.350
ErrorsLine contains a tab character.351
ErrorsLine contains a tab character.352
ErrorsMethod 'isLinkSubDir' is not designed for extension - needs to be abstract, final or empty.352
ErrorsParameter url should be final.352
ErrorsParameter link should be final.352
ErrorsLine is longer than 80 characters.353
ErrorsLine contains a tab character.353
Errors'if' is not followed by whitespace.353
Errors'(' is followed by whitespace.353
ErrorsLine is longer than 80 characters.354
ErrorsLine contains a tab character.354
ErrorsLine contains a tab character.355
Errors'if' construct must use '{}'s.356
ErrorsLine contains a tab character.356
ErrorsConditional logic can be removed.356
Errors'if' is not followed by whitespace.356
Errors'(' is followed by whitespace.356
Errors')' is preceded with whitespace.356
ErrorsLine contains a tab character.357
Errors'else' construct must use '{}'s.358
ErrorsLine contains a tab character.358
ErrorsLine contains a tab character.359
ErrorsLine contains a tab character.360
Errors'}' should be on the same line.360
Errors'else' construct must use '{}'s.361
ErrorsLine contains a tab character.361
ErrorsLine contains a tab character.362
ErrorsLine contains a tab character.364

gov/nasa/pds/citool/file/FileObject.java

ViolationMessageLine
ErrorsUnused import - java.util.ArrayList.16
ErrorsUnused import - java.util.List.17
ErrorsLine has trailing spaces.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.41
ErrorsLine is longer than 80 characters.43
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsParameter name should be final.58
Errors'name' hides a field.58
ErrorsParameter location should be final.58
Errors'location' hides a field.58
ErrorsParameter size should be final.58
Errors'size' hides a field.58
ErrorsLine contains a tab character.59
ErrorsParameter creationDateTime should be final.59
Errors'creationDateTime' hides a field.59
ErrorsParameter checksum should be final.59
Errors'checksum' hides a field.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.69
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.69
ErrorsMissing a Javadoc comment.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.73
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.73
ErrorsMissing a Javadoc comment.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.77
ErrorsMethod 'getSize' is not designed for extension - needs to be abstract, final or empty.77
ErrorsMissing a Javadoc comment.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.81
ErrorsMethod 'getCreationDateTime' is not designed for extension - needs to be abstract, final or empty.81
ErrorsMissing a Javadoc comment.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.85
ErrorsMethod 'getChecksum' is not designed for extension - needs to be abstract, final or empty.85
ErrorsMissing a Javadoc comment.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.89
ErrorsMethod 'setStorageServiceProductId' is not designed for extension - needs to be abstract, final or empty.89
ErrorsMissing a Javadoc comment.89
ErrorsParameter productId should be final.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.93
ErrorsMethod 'getStorageServiceProductId' is not designed for extension - needs to be abstract, final or empty.93
ErrorsMissing a Javadoc comment.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.97
ErrorsMethod 'setAccessUrl' is not designed for extension - needs to be abstract, final or empty.97
ErrorsMissing a Javadoc comment.97
ErrorsParameter accessUrl should be final.97
Errors'accessUrl' hides a field.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.101
ErrorsMethod 'getAccessUrl' is not designed for extension - needs to be abstract, final or empty.101
ErrorsMissing a Javadoc comment.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsUnused import - java.util.ArrayList.16
ErrorsUnused import - java.util.List.17
ErrorsLine has trailing spaces.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.41
ErrorsLine is longer than 80 characters.43
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsParameter name should be final.58
Errors'name' hides a field.58
ErrorsParameter location should be final.58
Errors'location' hides a field.58
ErrorsParameter size should be final.58
Errors'size' hides a field.58
ErrorsLine contains a tab character.59
ErrorsParameter creationDateTime should be final.59
Errors'creationDateTime' hides a field.59
ErrorsParameter checksum should be final.59
Errors'checksum' hides a field.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.69
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.69
ErrorsMissing a Javadoc comment.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.73
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.73
ErrorsMissing a Javadoc comment.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.77
ErrorsMethod 'getSize' is not designed for extension - needs to be abstract, final or empty.77
ErrorsMissing a Javadoc comment.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.81
ErrorsMethod 'getCreationDateTime' is not designed for extension - needs to be abstract, final or empty.81
ErrorsMissing a Javadoc comment.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.85
ErrorsMethod 'getChecksum' is not designed for extension - needs to be abstract, final or empty.85
ErrorsMissing a Javadoc comment.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.89
ErrorsMethod 'setStorageServiceProductId' is not designed for extension - needs to be abstract, final or empty.89
ErrorsMissing a Javadoc comment.89
ErrorsParameter productId should be final.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.93
ErrorsMethod 'getStorageServiceProductId' is not designed for extension - needs to be abstract, final or empty.93
ErrorsMissing a Javadoc comment.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.97
ErrorsMethod 'setAccessUrl' is not designed for extension - needs to be abstract, final or empty.97
ErrorsMissing a Javadoc comment.97
ErrorsParameter accessUrl should be final.97
Errors'accessUrl' hides a field.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.101
ErrorsMethod 'getAccessUrl' is not designed for extension - needs to be abstract, final or empty.101
ErrorsMissing a Javadoc comment.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103

gov/nasa/pds/citool/file/MD5Checksum.java

ViolationMessageLine
ErrorsUtility classes should not have a public or default constructor.26
ErrorsParameter filename should be final.40
ErrorsParameter filename should be final.54
Errors'1024' is a magic number.58
ErrorsParameter bytes should be final.80
Errors')' is preceded with whitespace.85
Errors'0xF0' is a magic number.86
Errors'4' is a magic number.86
Errors'0x0F' is a magic number.87
ErrorsUtility classes should not have a public or default constructor.26
ErrorsParameter filename should be final.40
ErrorsParameter filename should be final.54
Errors'1024' is a magic number.58
ErrorsParameter bytes should be final.80
Errors')' is preceded with whitespace.85
Errors'0xF0' is a magic number.86
Errors'4' is a magic number.86
Errors'0x0F' is a magic number.87

gov/nasa/pds/citool/file/filefilter/WildcardOSFilter.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine has trailing spaces.29
ErrorsLine has trailing spaces.34
ErrorsLine has trailing spaces.37
ErrorsLine contains a tab character.42
ErrorsMissing a Javadoc comment.42
ErrorsLine has trailing spaces.43
ErrorsLine contains a tab character.43
ErrorsFirst sentence should end with a period.44
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsUnused @throws tag for 'NullPointerException'.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsParameter wc should be final.50
ErrorsLine contains a tab character.51
Errors'if' is not followed by whitespace.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.54
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsFirst sentence should end with a period.59
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsMethod 'getWildcards' is not designed for extension - needs to be abstract, final or empty.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsFirst sentence should end with a period.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsUnused @throws tag for 'NullPointerException'.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsParameter wc should be final.73
ErrorsLine contains a tab character.74
Errors'if' is not followed by whitespace.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine is longer than 80 characters.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsUnused @throws tag for 'NullPointerException'.88
ErrorsLine contains a tab character.89
ErrorsLine has trailing spaces.90
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsMethod 'accept' is not designed for extension - needs to be abstract, final or empty.91
ErrorsParameter file should be final.92
ErrorsLine has trailing spaces.93
ErrorsLine contains a tab character.93
Errors'if' construct must use '{}'s.94
ErrorsLine contains a tab character.94
Errors'if' is not followed by whitespace.94
ErrorsLine contains a tab character.95
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
Errors'for' is not followed by whitespace.97
Errors';' is followed by whitespace.97
ErrorsLine is longer than 80 characters.98
ErrorsLine contains a tab character.98
Errors'if' is not followed by whitespace.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine has trailing spaces.102
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine has trailing spaces.107
ErrorsLine is longer than 80 characters.107
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine is longer than 80 characters.112
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsUnused @throws tag for 'NullPointerException'.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsMethod 'accept' is not designed for extension - needs to be abstract, final or empty.115
ErrorsParameter dir should be final.116
ErrorsParameter name should be final.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine has trailing spaces.119
ErrorsLine contains a tab character.119
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine has trailing spaces.29
ErrorsLine has trailing spaces.34
ErrorsLine has trailing spaces.37
ErrorsLine contains a tab character.42
ErrorsMissing a Javadoc comment.42
ErrorsLine has trailing spaces.43
ErrorsLine contains a tab character.43
ErrorsFirst sentence should end with a period.44
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsUnused @throws tag for 'NullPointerException'.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsParameter wc should be final.50
ErrorsLine contains a tab character.51
Errors'if' is not followed by whitespace.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.54
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsFirst sentence should end with a period.59
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsMethod 'getWildcards' is not designed for extension - needs to be abstract, final or empty.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsFirst sentence should end with a period.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsUnused @throws tag for 'NullPointerException'.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsParameter wc should be final.73
ErrorsLine contains a tab character.74
Errors'if' is not followed by whitespace.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine is longer than 80 characters.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsUnused @throws tag for 'NullPointerException'.88
ErrorsLine contains a tab character.89
ErrorsLine has trailing spaces.90
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsMethod 'accept' is not designed for extension - needs to be abstract, final or empty.91
ErrorsParameter file should be final.92
ErrorsLine has trailing spaces.93
ErrorsLine contains a tab character.93
Errors'if' construct must use '{}'s.94
ErrorsLine contains a tab character.94
Errors'if' is not followed by whitespace.94
ErrorsLine contains a tab character.95
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
Errors'for' is not followed by whitespace.97
Errors';' is followed by whitespace.97
ErrorsLine is longer than 80 characters.98
ErrorsLine contains a tab character.98
Errors'if' is not followed by whitespace.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine has trailing spaces.102
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine has trailing spaces.107
ErrorsLine is longer than 80 characters.107
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine is longer than 80 characters.112
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsUnused @throws tag for 'NullPointerException'.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsMethod 'accept' is not designed for extension - needs to be abstract, final or empty.115
ErrorsParameter dir should be final.116
ErrorsParameter name should be final.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine has trailing spaces.119
ErrorsLine contains a tab character.119

gov/nasa/pds/citool/handler/HandlerFactory.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsRedundant import from the same package - gov.nasa.pds.citool.handler.ToolsFileHandler.18
ErrorsRedundant import from the same package - gov.nasa.pds.citool.handler.ToolsStreamHandler.19
ErrorsClass HandlerFactory should be declared as final.31
ErrorsMissing a Javadoc comment.31
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
ErrorsLine contains a tab character.33
ErrorsMissing a Javadoc comment.33
ErrorsLine contains a tab character.34
ErrorsMissing a Javadoc comment.34
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.35
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.37
Errors'{' is not followed by whitespace.37
Errors'}' is not preceded with whitespace.37
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
Errors'static' modifier out of order with the JLS suggestions.39
Errors'if' construct must use '{}'s.40
ErrorsLine contains a tab character.40
Errors'if' is not followed by whitespace.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.50
ErrorsLine is longer than 80 characters.51
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsParameter mode should be final.60
ErrorsParameter reportFile should be final.60
ErrorsParameter severity should be final.60
ErrorsExpected @throws tag for 'SecurityException'.60
ErrorsRedundant throws: 'SecurityException' is unchecked exception.60
ErrorsExpected @throws tag for 'IOException'.60
ErrorsLine is longer than 80 characters.61
ErrorsLine contains a tab character.61
ErrorsExpected @throws tag for 'UnknownHandlerConfigurationException'.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
Errors'if' construct must use '{}'s.65
ErrorsLine contains a tab character.65
Errors'if' is not followed by whitespace.65
ErrorsLine contains a tab character.66
Errors'if' construct must use '{}'s.67
ErrorsLine contains a tab character.67
Errors'if' is not followed by whitespace.67
ErrorsLine contains a tab character.68
Errors'if' construct must use '{}'s.69
ErrorsLine contains a tab character.69
Errors'if' is not followed by whitespace.69
ErrorsLine contains a tab character.70
Errors'if' construct must use '{}'s.71
ErrorsLine contains a tab character.71
Errors'if' is not followed by whitespace.71
ErrorsLine contains a tab character.72
Errors'else' construct must use '{}'s.73
ErrorsLine contains a tab character.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.76
Errors'if' is not followed by whitespace.76
Errors'if' construct must use '{}'s.77
Errors'==' is not preceded with whitespace.77
Errors'==' is not followed by whitespace.77
ErrorsLine is longer than 80 characters.78
Errors'if' construct must use '{}'s.79
ErrorsLine is longer than 80 characters.80
Errors'if' construct must use '{}'s.81
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.82
Errors'}' should be on the same line.83
Errors'if' construct must use '{}'s.85
Errors'==' is not preceded with whitespace.85
Errors'==' is not followed by whitespace.85
ErrorsLine is longer than 80 characters.86
Errors'if' construct must use '{}'s.87
ErrorsLine is longer than 80 characters.88
Errors'if' construct must use '{}'s.89
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsRedundant import from the same package - gov.nasa.pds.citool.handler.ToolsFileHandler.18
ErrorsRedundant import from the same package - gov.nasa.pds.citool.handler.ToolsStreamHandler.19
ErrorsClass HandlerFactory should be declared as final.31
ErrorsMissing a Javadoc comment.31
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
ErrorsLine contains a tab character.33
ErrorsMissing a Javadoc comment.33
ErrorsLine contains a tab character.34
ErrorsMissing a Javadoc comment.34
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.35
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.37
Errors'{' is not followed by whitespace.37
Errors'}' is not preceded with whitespace.37
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
Errors'static' modifier out of order with the JLS suggestions.39
Errors'if' construct must use '{}'s.40
ErrorsLine contains a tab character.40
Errors'if' is not followed by whitespace.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.50
ErrorsLine is longer than 80 characters.51
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsParameter mode should be final.60
ErrorsParameter reportFile should be final.60
ErrorsParameter severity should be final.60
ErrorsExpected @throws tag for 'SecurityException'.60
ErrorsRedundant throws: 'SecurityException' is unchecked exception.60
ErrorsExpected @throws tag for 'IOException'.60
ErrorsLine is longer than 80 characters.61
ErrorsLine contains a tab character.61
ErrorsExpected @throws tag for 'UnknownHandlerConfigurationException'.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
Errors'if' construct must use '{}'s.65
ErrorsLine contains a tab character.65
Errors'if' is not followed by whitespace.65
ErrorsLine contains a tab character.66
Errors'if' construct must use '{}'s.67
ErrorsLine contains a tab character.67
Errors'if' is not followed by whitespace.67
ErrorsLine contains a tab character.68
Errors'if' construct must use '{}'s.69
ErrorsLine contains a tab character.69
Errors'if' is not followed by whitespace.69
ErrorsLine contains a tab character.70
Errors'if' construct must use '{}'s.71
ErrorsLine contains a tab character.71
Errors'if' is not followed by whitespace.71
ErrorsLine contains a tab character.72
Errors'else' construct must use '{}'s.73
ErrorsLine contains a tab character.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.76
Errors'if' is not followed by whitespace.76
Errors'if' construct must use '{}'s.77
Errors'==' is not preceded with whitespace.77
Errors'==' is not followed by whitespace.77
ErrorsLine is longer than 80 characters.78
Errors'if' construct must use '{}'s.79
ErrorsLine is longer than 80 characters.80
Errors'if' construct must use '{}'s.81
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.82
Errors'}' should be on the same line.83
Errors'if' construct must use '{}'s.85
Errors'==' is not preceded with whitespace.85
Errors'==' is not followed by whitespace.85
ErrorsLine is longer than 80 characters.86
Errors'if' construct must use '{}'s.87
ErrorsLine is longer than 80 characters.88
Errors'if' construct must use '{}'s.89
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93

gov/nasa/pds/citool/handler/ToolsFileHandler.java

ViolationMessageLine
ErrorsLine has trailing spaces.24
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.37
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine is longer than 80 characters.41
ErrorsLine contains a tab character.41
ErrorsParameter file should be final.41
ErrorsParameter formatter should be final.41
ErrorsExpected @throws tag for 'SecurityException'.41
ErrorsRedundant throws: 'SecurityException' is unchecked exception.41
ErrorsExpected @throws tag for 'IOException'.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine has trailing spaces.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine is longer than 80 characters.55
ErrorsLine contains a tab character.55
ErrorsParameter file should be final.55
ErrorsParameter level should be final.55
ErrorsParameter formatter should be final.55
ErrorsExpected @throws tag for 'SecurityException'.55
ErrorsRedundant throws: 'SecurityException' is unchecked exception.55
ErrorsExpected @throws tag for 'IOException'.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine is longer than 80 characters.71
ErrorsLine contains a tab character.71
ErrorsParameter file should be final.71
ErrorsParameter append should be final.71
ErrorsParameter level should be final.71
ErrorsParameter formatter should be final.71
ErrorsExpected @throws tag for 'SecurityException'.71
ErrorsRedundant throws: 'SecurityException' is unchecked exception.71
ErrorsExpected @throws tag for 'IOException'.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.24
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.37
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine is longer than 80 characters.41
ErrorsLine contains a tab character.41
ErrorsParameter file should be final.41
ErrorsParameter formatter should be final.41
ErrorsExpected @throws tag for 'SecurityException'.41
ErrorsRedundant throws: 'SecurityException' is unchecked exception.41
ErrorsExpected @throws tag for 'IOException'.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine has trailing spaces.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine is longer than 80 characters.55
ErrorsLine contains a tab character.55
ErrorsParameter file should be final.55
ErrorsParameter level should be final.55
ErrorsParameter formatter should be final.55
ErrorsExpected @throws tag for 'SecurityException'.55
ErrorsRedundant throws: 'SecurityException' is unchecked exception.55
ErrorsExpected @throws tag for 'IOException'.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine is longer than 80 characters.71
ErrorsLine contains a tab character.71
ErrorsParameter file should be final.71
ErrorsParameter append should be final.71
ErrorsParameter level should be final.71
ErrorsParameter formatter should be final.71
ErrorsExpected @throws tag for 'SecurityException'.71
ErrorsRedundant throws: 'SecurityException' is unchecked exception.71
ErrorsExpected @throws tag for 'IOException'.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75

gov/nasa/pds/citool/handler/ToolsStreamHandler.java

ViolationMessageLine
ErrorsLine has trailing spaces.24
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine has trailing spaces.32
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsParameter out should be final.36
ErrorsParameter formatter should be final.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.39
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsParameter out should be final.47
ErrorsParameter level should be final.47
ErrorsParameter formatter should be final.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.24
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine has trailing spaces.32
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsParameter out should be final.36
ErrorsParameter formatter should be final.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.39
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsParameter out should be final.47
ErrorsParameter level should be final.47
ErrorsParameter formatter should be final.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50

gov/nasa/pds/citool/handler/UnknownHandlerConfigurationException.java

ViolationMessageLine
ErrorsLine has trailing spaces.6
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.8
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.10
ErrorsLine has trailing spaces.13
ErrorsLine is longer than 80 characters.13
ErrorsMissing a Javadoc comment.18
ErrorsLine contains a tab character.20
ErrorsMissing a Javadoc comment.20
ErrorsLine contains a tab character.22
ErrorsMissing a Javadoc comment.22
ErrorsParameter message should be final.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine has trailing spaces.6
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.8
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.10
ErrorsLine has trailing spaces.13
ErrorsLine is longer than 80 characters.13
ErrorsMissing a Javadoc comment.18
ErrorsLine contains a tab character.20
ErrorsMissing a Javadoc comment.20
ErrorsLine contains a tab character.22
ErrorsMissing a Javadoc comment.22
ErrorsParameter message should be final.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24

gov/nasa/pds/citool/ingestor/CatalogDB.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsFile length is 5,611 lines (max allowed is 2,000).1
ErrorsLine has trailing spaces.6
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.8
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.10
ErrorsUnused import - gov.nasa.pds.tools.label.Value.18
ErrorsUnused import - java.sql.DatabaseMetaData.33
ErrorsUnused import - java.sql.ResultSetMetaData.34
ErrorsUnused import - java.util.List.40
ErrorsLine contains a tab character.49
ErrorsMissing a Javadoc comment.49
ErrorsVariable 'okCount' must be private and have accessor methods.49
ErrorsLine contains a tab character.50
ErrorsMissing a Javadoc comment.50
ErrorsVariable 'failCount' must be private and have accessor methods.50
ErrorsLine contains a tab character.51
ErrorsMissing a Javadoc comment.51
ErrorsVariable 'newStdValueCount' must be private and have accessor methods.51
ErrorsMissing a Javadoc comment.53
ErrorsName '_conn' must match pattern '^[a-z][a-zA-Z0-9]*$'.53
ErrorsVariable '_conn' must be private and have accessor methods.53
ErrorsMissing a Javadoc comment.54
ErrorsName '_sql' must match pattern '^[a-z][a-zA-Z0-9]*$'.54
ErrorsVariable '_sql' must be private and have accessor methods.54
ErrorsMissing a Javadoc comment.55
ErrorsName '_dename' must match pattern '^[a-z][a-zA-Z0-9]*$'.55
ErrorsVariable '_dename' must be private and have accessor methods.55
ErrorsMissing a Javadoc comment.56
ErrorsName 'INGEST_MSG' must match pattern '^[a-z][a-zA-Z0-9]*$'.56
ErrorsVariable 'INGEST_MSG' must be private and have accessor methods.56
ErrorsMissing a Javadoc comment.57
ErrorsName 'SPACES' must match pattern '^[a-z][a-zA-Z0-9]*$'.57
ErrorsVariable 'SPACES' must be private and have accessor methods.57
ErrorsMissing a Javadoc comment.58
ErrorsVariable 'isFailed' must be private and have accessor methods.58
ErrorsMissing a Javadoc comment.59
ErrorsVariable 'debugFlag' must be private and have accessor methods.59
ErrorsMissing a Javadoc comment.60
ErrorsVariable 'isConnected' must be private and have accessor methods.60
ErrorsMissing a Javadoc comment.61
ErrorsName '_now' must match pattern '^[a-z][a-zA-Z0-9]*$'.61
ErrorsVariable '_now' must be private and have accessor methods.61
ErrorsLine has trailing spaces.62
ErrorsMissing a Javadoc comment.62
ErrorsName '_unk' must match pattern '^[a-z][a-zA-Z0-9]*$'.62
ErrorsVariable '_unk' must be private and have accessor methods.62
Errors'cast' is not followed by whitespace.62
ErrorsMissing a Javadoc comment.63
ErrorsName '_na' must match pattern '^[a-z][a-zA-Z0-9]*$'.63
ErrorsVariable '_na' must be private and have accessor methods.63
Errors'cast' is not followed by whitespace.63
ErrorsMissing a Javadoc comment.65
ErrorsMissing a Javadoc comment.66
ErrorsName '_report' must match pattern '^[a-z][a-zA-Z0-9]*$'.66
ErrorsMissing a Javadoc comment.67
ErrorsName '_label' must match pattern '^[a-z][a-zA-Z0-9]*$'.67
ErrorsLine has trailing spaces.68
ErrorsFirst sentence should end with a period.69
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine is longer than 80 characters.77
ErrorsLine contains a tab character.77
ErrorsParameter user should be final.77
ErrorsParameter pass should be final.77
ErrorsParameter server should be final.77
ErrorsParameter dbname should be final.77
ErrorsParameter target should be final.77
ErrorsExpected @param tag for 'target'.77
ErrorsParameter report should be final.77
ErrorsExpected @param tag for 'report'.77
ErrorsExpected @throws tag for 'SQLException'.77
ErrorsRedundant throws: 'SQLException' is subclass of 'Exception'.77
ErrorsExpected @throws tag for 'Exception'.77
Errors'{' is not preceded with whitespace.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83
Errors'}' should be on the same line.84
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.88
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.92
Errors'!=' is not preceded with whitespace.92
Errors'!=' is not followed by whitespace.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
Errors'}' should be on the same line.96
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
Errors'}' should be on the same line.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsMethod 'setReport' is not designed for extension - needs to be abstract, final or empty.106
ErrorsMissing a Javadoc comment.106
ErrorsParameter report should be final.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsMethod 'setLabel' is not designed for extension - needs to be abstract, final or empty.110
ErrorsMissing a Javadoc comment.110
ErrorsParameter label should be final.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsFirst sentence should end with a period.114
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.117
ErrorsExpected @throws tag for 'SQLException'.117
ErrorsLine contains a tab character.119
Errors'!=' is not preceded with whitespace.119
Errors'!=' is not followed by whitespace.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine has trailing spaces.122
Errors'}' should be on the same line.122
ErrorsLine contains a tab character.124
ErrorsLine has trailing spaces.127
ErrorsMethod 'isConnected' is not designed for extension - needs to be abstract, final or empty.128
ErrorsMissing a Javadoc comment.128
ErrorsLine contains a tab character.129
ErrorsLine has trailing spaces.131
ErrorsMethod 'isFailed' is not designed for extension - needs to be abstract, final or empty.132
ErrorsMissing a Javadoc comment.132
ErrorsLine contains a tab character.133
ErrorsLine has trailing spaces.135
ErrorsMethod 'setIsFailed' is not designed for extension - needs to be abstract, final or empty.136
ErrorsMissing a Javadoc comment.136
ErrorsParameter failed should be final.136
ErrorsLine contains a tab character.137
ErrorsLine has trailing spaces.139
ErrorsFirst sentence should end with a period.140
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsMethod 'ingestMissionObject' is not designed for extension - needs to be abstract, final or empty.145
ErrorsParameter lblMap should be final.145
Errors',' is not followed by whitespace.145
ErrorsFirst sentence should end with a period.151
ErrorsLine has trailing spaces.151
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsMethod 'ingestMsnD' is not designed for extension - needs to be abstract, final or empty.156
ErrorsParameter lblMap should be final.156
Errors',' is not followed by whitespace.156
Errors'if' construct must use '{}'s.162
ErrorsLine has trailing spaces.162
Errors'!=' is not preceded with whitespace.162
Errors'!=' is not followed by whitespace.162
ErrorsLine is longer than 80 characters.163
ErrorsLine contains a tab character.165
Errors'{' is followed by whitespace.165
ErrorsLine is longer than 80 characters.166
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.176
ErrorsLine is longer than 80 characters.180
Errors'!=' is not preceded with whitespace.182
Errors'!=' is not followed by whitespace.182
ErrorsLine is longer than 80 characters.183
ErrorsLine has trailing spaces.187
Errors'!=' is not preceded with whitespace.189
Errors'!=' is not followed by whitespace.189
Errors'!=' is not preceded with whitespace.190
Errors'!=' is not followed by whitespace.190
Errors'==' is not preceded with whitespace.190
Errors'==' is not followed by whitespace.190
ErrorsLine is longer than 80 characters.191
ErrorsLine contains a tab character.191
ErrorsLine is longer than 80 characters.192
ErrorsLine is longer than 80 characters.194
Errors'=' is not preceded with whitespace.195
Errors'=' is not followed by whitespace.195
Errors'<' is not preceded with whitespace.195
Errors'<' is not followed by whitespace.195
ErrorsLine is longer than 80 characters.196
Errors'3' is a magic number.199
Errors'+' is not preceded with whitespace.199
Errors'+' is not followed by whitespace.199
Errors'4' is a magic number.200
Errors'5' is a magic number.202
ErrorsLine contains a tab character.207
ErrorsLine is longer than 80 characters.208
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine is longer than 80 characters.210
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
Errors'}' should be on the same line.213
ErrorsLine contains a tab character.215
Errors'{' is followed by whitespace.215
ErrorsLine is longer than 80 characters.216
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.221
Errors'}' should be on the same line.223
ErrorsLine has trailing spaces.225
ErrorsLine is longer than 80 characters.225
ErrorsLine contains a tab character.225
ErrorsLine is longer than 80 characters.226
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsFirst sentence should end with a period.233
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
ErrorsMethod 'ingestMsnObjsmy' is not designed for extension - needs to be abstract, final or empty.237
ErrorsParameter lblMap should be final.237
Errors',' is not followed by whitespace.237
ErrorsExpected @param tag for 'lblMap'.237
Errors'if' construct must use '{}'s.243
Errors'!=' is not preceded with whitespace.243
Errors'!=' is not followed by whitespace.243
ErrorsLine is longer than 80 characters.244
ErrorsLine has trailing spaces.246
ErrorsLine contains a tab character.246
Errors'{' is followed by whitespace.246
ErrorsLine is longer than 80 characters.247
ErrorsLine contains a tab character.247
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.257
ErrorsLine is longer than 80 characters.258
ErrorsLine is longer than 80 characters.259
ErrorsLine is longer than 80 characters.260
Errors'!=' is not preceded with whitespace.262
Errors'!=' is not followed by whitespace.262
ErrorsLine is longer than 80 characters.263
ErrorsLine has trailing spaces.267
Errors'!=' is not preceded with whitespace.269
Errors'!=' is not followed by whitespace.269
Errors'!=' is not preceded with whitespace.270
Errors'!=' is not followed by whitespace.270
Errors'==' is not preceded with whitespace.270
Errors'==' is not followed by whitespace.270
ErrorsLine is longer than 80 characters.271
ErrorsLine is longer than 80 characters.273
Errors'=' is not preceded with whitespace.274
Errors'=' is not followed by whitespace.274
Errors'<' is not preceded with whitespace.274
Errors'<' is not followed by whitespace.274
Errors'3' is a magic number.277
Errors'+' is not preceded with whitespace.277
Errors'+' is not followed by whitespace.277
Errors'4' is a magic number.278
Errors'5' is a magic number.280
ErrorsLine contains a tab character.285
ErrorsLine is longer than 80 characters.286
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.287
ErrorsLine is longer than 80 characters.288
ErrorsLine contains a tab character.288
ErrorsLine contains a tab character.289
Errors'}' should be on the same line.291
ErrorsLine is longer than 80 characters.293
ErrorsLine contains a tab character.293
Errors'{' is followed by whitespace.293
ErrorsLine is longer than 80 characters.294
ErrorsLine contains a tab character.294
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.297
ErrorsLine has trailing spaces.301
Errors'}' should be on the same line.301
ErrorsLine has trailing spaces.303
ErrorsLine is longer than 80 characters.303
ErrorsLine contains a tab character.303
ErrorsLine is longer than 80 characters.304
ErrorsLine contains a tab character.304
ErrorsLine contains a tab character.306
ErrorsLine contains a tab character.307
ErrorsFirst sentence should end with a period.311
ErrorsLine contains a tab character.311
ErrorsLine contains a tab character.312
ErrorsLine contains a tab character.313
ErrorsMethod 'ingestMsnHost' is not designed for extension - needs to be abstract, final or empty.314
ErrorsParameter lblMap should be final.314
Errors',' is not followed by whitespace.314
ErrorsExpected @param tag for 'lblMap'.314
Errors'if' construct must use '{}'s.320
Errors'!=' is not preceded with whitespace.320
Errors'!=' is not followed by whitespace.320
ErrorsLine is longer than 80 characters.321
ErrorsLine contains a tab character.323
Errors'{' is followed by whitespace.323
ErrorsLine is longer than 80 characters.324
ErrorsLine contains a tab character.324
ErrorsLine contains a tab character.329
ErrorsLine contains a tab character.330
ErrorsLine contains a tab character.333
ErrorsLine is longer than 80 characters.334
ErrorsLine is longer than 80 characters.335
Errors'if' construct must use '{}'s.337
Errors'!=' is not preceded with whitespace.337
Errors'!=' is not followed by whitespace.337
ErrorsLine is longer than 80 characters.338
ErrorsLine has trailing spaces.339
ErrorsLine is longer than 80 characters.339
ErrorsLine contains a tab character.339
Errors'+' should be on a new line.339
Errors'!=' is not preceded with whitespace.342
Errors'!=' is not followed by whitespace.342
ErrorsLine has trailing spaces.343
ErrorsLine is longer than 80 characters.343
Errors'+' should be on a new line.343
ErrorsLine is longer than 80 characters.344
ErrorsLine contains a tab character.344
ErrorsLine has trailing spaces.348
Errors'if' construct must use '{}'s.350
Errors'!=' is not preceded with whitespace.350
Errors'!=' is not followed by whitespace.350
Errors'==' is not preceded with whitespace.353
Errors'==' is not followed by whitespace.353
Errors'==' is not preceded with whitespace.353
Errors'==' is not followed by whitespace.353
ErrorsLine is longer than 80 characters.354
ErrorsLine contains a tab character.354
Errors'{' is followed by whitespace.354
ErrorsLine is longer than 80 characters.355
ErrorsLine contains a tab character.355
ErrorsLine contains a tab character.356
ErrorsLine contains a tab character.357
ErrorsLine contains a tab character.358
Errors'}' should be on the same line.361
Errors'!=' is not preceded with whitespace.363
Errors'!=' is not followed by whitespace.363
Errors'==' is not preceded with whitespace.363
Errors'==' is not followed by whitespace.363
ErrorsLine is longer than 80 characters.364
Errors'3' is a magic number.369
Errors'4' is a magic number.370
Errors'5' is a magic number.372
ErrorsLine contains a tab character.376
ErrorsLine is longer than 80 characters.377
ErrorsLine contains a tab character.377
ErrorsLine contains a tab character.378
ErrorsLine is longer than 80 characters.379
ErrorsLine contains a tab character.379
ErrorsLine contains a tab character.380
Errors'}' should be on the same line.383
ErrorsLine has trailing spaces.385
ErrorsLine is longer than 80 characters.385
ErrorsLine contains a tab character.385
ErrorsLine is longer than 80 characters.386
ErrorsLine contains a tab character.386
ErrorsLine contains a tab character.388
ErrorsLine contains a tab character.389
ErrorsFirst sentence should end with a period.393
ErrorsLine contains a tab character.393
ErrorsLine contains a tab character.394
ErrorsLine contains a tab character.395
ErrorsMethod 'ingestMsnInfo' is not designed for extension - needs to be abstract, final or empty.396
ErrorsParameter lblMap should be final.396
Errors',' is not followed by whitespace.396
ErrorsExpected @param tag for 'lblMap'.396
Errors'if' construct must use '{}'s.402
Errors'!=' is not preceded with whitespace.402
Errors'!=' is not followed by whitespace.402
ErrorsLine is longer than 80 characters.403
ErrorsLine contains a tab character.405
Errors'{' is followed by whitespace.405
ErrorsLine is longer than 80 characters.406
ErrorsLine contains a tab character.406
ErrorsLine contains a tab character.411
ErrorsLine contains a tab character.412
ErrorsLine contains a tab character.415
ErrorsLine is longer than 80 characters.416
ErrorsLine is longer than 80 characters.418
Errors'!=' is not preceded with whitespace.420
Errors'!=' is not followed by whitespace.420
ErrorsLine is longer than 80 characters.421
ErrorsLine has trailing spaces.425
ErrorsLine contains a tab character.425
Errors'if' construct must use '{}'s.430
Errors'!=' is not preceded with whitespace.430
Errors'!=' is not followed by whitespace.430
ErrorsLine is longer than 80 characters.431
Errors'if' construct must use '{}'s.432
Errors'!=' is not preceded with whitespace.432
Errors'!=' is not followed by whitespace.432
ErrorsLine is longer than 80 characters.433
Errors'if' construct must use '{}'s.434
Errors'!=' is not preceded with whitespace.434
Errors'!=' is not followed by whitespace.434
ErrorsLine is longer than 80 characters.435
Errors'if' construct must use '{}'s.436
Errors'!=' is not preceded with whitespace.436
Errors'!=' is not followed by whitespace.436
ErrorsLine is longer than 80 characters.437
ErrorsLine is longer than 80 characters.439
Errors'==' is not preceded with whitespace.439
Errors'==' is not followed by whitespace.439
Errors'==' is not preceded with whitespace.439
Errors'==' is not followed by whitespace.439
Errors'==' is not preceded with whitespace.439
Errors'==' is not followed by whitespace.439
Errors'==' is not preceded with whitespace.439
Errors'==' is not followed by whitespace.439
ErrorsLine is longer than 80 characters.440
ErrorsLine contains a tab character.440
Errors'{' is followed by whitespace.440
ErrorsLine is longer than 80 characters.441
ErrorsLine contains a tab character.441
ErrorsLine contains a tab character.442
ErrorsLine contains a tab character.443
ErrorsLine contains a tab character.444
ErrorsLine contains a tab character.445
Errors'}' should be on the same line.447
Errors'!=' is not preceded with whitespace.449
Errors'!=' is not followed by whitespace.449
Errors'==' is not preceded with whitespace.449
Errors'==' is not followed by whitespace.449
ErrorsLine has trailing spaces.450
ErrorsLine is longer than 80 characters.450
Errors'+' should be on a new line.450
ErrorsLine is longer than 80 characters.454
ErrorsLine is longer than 80 characters.455
ErrorsLine is longer than 80 characters.456
ErrorsLine is longer than 80 characters.457
ErrorsLine is longer than 80 characters.458
Errors'3' is a magic number.462
Errors'4' is a magic number.463
Errors'5' is a magic number.464
Errors'6' is a magic number.465
Errors'7' is a magic number.467
ErrorsLine is longer than 80 characters.471
ErrorsLine contains a tab character.472
ErrorsLine is longer than 80 characters.473
ErrorsLine contains a tab character.473
ErrorsLine contains a tab character.474
ErrorsLine contains a tab character.475
ErrorsLine is longer than 80 characters.476
ErrorsLine contains a tab character.476
Errors'}' should be on the same line.480
ErrorsLine has trailing spaces.482
ErrorsLine is longer than 80 characters.482
ErrorsLine contains a tab character.482
ErrorsLine is longer than 80 characters.483
ErrorsLine contains a tab character.483
ErrorsLine contains a tab character.485
ErrorsLine contains a tab character.486
ErrorsFirst sentence should end with a period.490
ErrorsLine contains a tab character.490
ErrorsLine contains a tab character.491
ErrorsLine contains a tab character.492
ErrorsMethod 'ingestMsnDoc' is not designed for extension - needs to be abstract, final or empty.493
ErrorsParameter lblMap should be final.493
Errors',' is not followed by whitespace.493
ErrorsExpected @param tag for 'lblMap'.493
Errors'if' construct must use '{}'s.499
Errors'!=' is not preceded with whitespace.499
Errors'!=' is not followed by whitespace.499
ErrorsLine is longer than 80 characters.500
ErrorsLine contains a tab character.502
Errors'{' is followed by whitespace.502
ErrorsLine is longer than 80 characters.503
ErrorsLine contains a tab character.503
ErrorsLine contains a tab character.508
ErrorsLine contains a tab character.509
ErrorsLine contains a tab character.512
ErrorsLine is longer than 80 characters.514
ErrorsLine is longer than 80 characters.515
ErrorsLine is longer than 80 characters.517
Errors'!=' is not preceded with whitespace.519
Errors'!=' is not followed by whitespace.519
ErrorsLine is longer than 80 characters.520
ErrorsLine has trailing spaces.524
Errors'if' construct must use '{}'s.526
ErrorsLine has trailing spaces.526
Errors'!=' is not preceded with whitespace.526
Errors'!=' is not followed by whitespace.526
Errors'!=' is not followed by whitespace.528
Errors'!=' is not preceded with whitespace.529
Errors'!=' is not followed by whitespace.529
Errors'==' is not preceded with whitespace.529
Errors'==' is not followed by whitespace.529
ErrorsLine is longer than 80 characters.530
ErrorsLine is longer than 80 characters.532
Errors'3' is a magic number.535
Errors'4' is a magic number.537
ErrorsLine is longer than 80 characters.541
ErrorsLine contains a tab character.542
ErrorsLine is longer than 80 characters.543
ErrorsLine contains a tab character.543
ErrorsLine contains a tab character.544
ErrorsLine contains a tab character.545
Errors'}' should be on the same line.547
ErrorsLine contains a tab character.549
Errors'{' is followed by whitespace.549
ErrorsLine is longer than 80 characters.550
ErrorsLine contains a tab character.550
ErrorsLine contains a tab character.551
ErrorsLine contains a tab character.552
ErrorsLine contains a tab character.553
Errors'}' should be on the same line.557
ErrorsLine has trailing spaces.559
ErrorsLine is longer than 80 characters.559
ErrorsLine contains a tab character.559
ErrorsLine is longer than 80 characters.560
ErrorsLine contains a tab character.560
ErrorsLine contains a tab character.562
ErrorsLine contains a tab character.563
ErrorsFirst sentence should end with a period.567
ErrorsLine contains a tab character.567
ErrorsLine contains a tab character.568
ErrorsLine contains a tab character.569
ErrorsLine is longer than 80 characters.570
ErrorsMethod 'ingestInstHostObject' is not designed for extension - needs to be abstract, final or empty.570
ErrorsParameter lblMap should be final.570
Errors',' is not followed by whitespace.570
ErrorsExpected @param tag for 'lblMap'.570
ErrorsFirst sentence should end with a period.575
ErrorsLine contains a tab character.575
ErrorsLine contains a tab character.576
ErrorsLine contains a tab character.577
ErrorsMethod 'ingestHostD' is not designed for extension - needs to be abstract, final or empty.578
ErrorsParameter lblMap should be final.578
Errors',' is not followed by whitespace.578
ErrorsExpected @param tag for 'lblMap'.578
Errors'if' construct must use '{}'s.584
Errors'!=' is not preceded with whitespace.584
Errors'!=' is not followed by whitespace.584
ErrorsLine is longer than 80 characters.585
ErrorsLine contains a tab character.585
ErrorsLine contains a tab character.587
Errors'{' is followed by whitespace.587
ErrorsLine is longer than 80 characters.588
ErrorsLine contains a tab character.588
ErrorsLine contains a tab character.593
ErrorsLine contains a tab character.594
ErrorsLine contains a tab character.597
ErrorsLine is longer than 80 characters.598
ErrorsLine is longer than 80 characters.599
ErrorsLine is longer than 80 characters.600
Errors'!=' is not preceded with whitespace.602
Errors'!=' is not followed by whitespace.602
ErrorsLine is longer than 80 characters.603
Errors'!=' is not preceded with whitespace.607
Errors'!=' is not followed by whitespace.607
Errors'!=' is not preceded with whitespace.608
Errors'!=' is not followed by whitespace.608
Errors'==' is not preceded with whitespace.608
Errors'==' is not followed by whitespace.608
ErrorsLine is longer than 80 characters.609
Errors'+' should be on a new line.609
ErrorsLine is longer than 80 characters.613
ErrorsLine is longer than 80 characters.614
Errors'=' is not preceded with whitespace.615
Errors'=' is not followed by whitespace.615
Errors'<' is not preceded with whitespace.615
Errors'<' is not followed by whitespace.615
ErrorsLine is longer than 80 characters.616
Errors'3' is a magic number.619
Errors'+' is not preceded with whitespace.619
Errors'+' is not followed by whitespace.619
Errors'4' is a magic number.620
Errors'5' is a magic number.622
ErrorsLine contains a tab character.627
ErrorsLine is longer than 80 characters.628
ErrorsLine contains a tab character.628
ErrorsLine contains a tab character.629
ErrorsLine is longer than 80 characters.630
ErrorsLine contains a tab character.630
ErrorsLine contains a tab character.631
Errors'}' should be on the same line.633
ErrorsLine contains a tab character.635
Errors'{' is followed by whitespace.635
ErrorsLine is longer than 80 characters.636
ErrorsLine contains a tab character.636
ErrorsLine contains a tab character.637
ErrorsLine contains a tab character.638
ErrorsLine contains a tab character.639
Errors'}' should be on the same line.643
ErrorsLine has trailing spaces.645
ErrorsLine is longer than 80 characters.645
ErrorsLine contains a tab character.645
ErrorsLine is longer than 80 characters.646
ErrorsLine contains a tab character.646
ErrorsLine contains a tab character.648
ErrorsLine contains a tab character.649
ErrorsFirst sentence should end with a period.653
ErrorsLine contains a tab character.653
ErrorsLine contains a tab character.654
ErrorsLine contains a tab character.655
ErrorsMethod 'ingestHostInfo' is not designed for extension - needs to be abstract, final or empty.656
ErrorsParameter lblMap should be final.656
Errors',' is not followed by whitespace.656
ErrorsExpected @param tag for 'lblMap'.656
ErrorsLine contains a tab character.662
ErrorsLine contains a tab character.663
Errors'if' construct must use '{}'s.664
ErrorsLine contains a tab character.664
Errors'!=' is not preceded with whitespace.664
Errors'!=' is not followed by whitespace.664
ErrorsLine is longer than 80 characters.665
ErrorsLine contains a tab character.665
ErrorsLine contains a tab character.667
Errors'{' is followed by whitespace.667
ErrorsLine is longer than 80 characters.668
ErrorsLine contains a tab character.668
ErrorsLine contains a tab character.669
ErrorsLine contains a tab character.670
ErrorsLine contains a tab character.671
ErrorsLine contains a tab character.673
ErrorsLine contains a tab character.674
ErrorsLine has trailing spaces.675
ErrorsLine is longer than 80 characters.676
ErrorsLine is longer than 80 characters.677
ErrorsLine is longer than 80 characters.678
Errors'!=' is not preceded with whitespace.680
Errors'!=' is not followed by whitespace.680
ErrorsLine is longer than 80 characters.681
Errors'if' construct must use '{}'s.689
Errors'!=' is not preceded with whitespace.689
Errors'!=' is not followed by whitespace.689
ErrorsLine has trailing spaces.690
ErrorsLine is longer than 80 characters.690
Errors'if' construct must use '{}'s.691
Errors'!=' is not preceded with whitespace.691
Errors'!=' is not followed by whitespace.691
ErrorsLine is longer than 80 characters.692
Errors'if' construct must use '{}'s.693
Errors'!=' is not preceded with whitespace.693
Errors'!=' is not followed by whitespace.693
ErrorsLine is longer than 80 characters.694
ErrorsLine is longer than 80 characters.695
Errors'==' is not preceded with whitespace.695
Errors'==' is not followed by whitespace.695
Errors'==' is not preceded with whitespace.695
Errors'==' is not followed by whitespace.695
Errors'==' is not preceded with whitespace.695
Errors'==' is not followed by whitespace.695
ErrorsLine contains a tab character.696
ErrorsLine is longer than 80 characters.697
ErrorsLine is longer than 80 characters.698
ErrorsLine is longer than 80 characters.699
ErrorsLine is longer than 80 characters.700
ErrorsLine is longer than 80 characters.701
ErrorsLine is longer than 80 characters.703
ErrorsLine contains a tab character.703
Errors'{' is followed by whitespace.703
ErrorsLine is longer than 80 characters.704
ErrorsLine contains a tab character.704
ErrorsLine contains a tab character.705
ErrorsLine contains a tab character.706
ErrorsLine contains a tab character.707
ErrorsLine contains a tab character.708
Errors'}' should be on the same line.710
Errors'!=' is not preceded with whitespace.712
Errors'!=' is not followed by whitespace.712
Errors'==' is not preceded with whitespace.712
Errors'==' is not followed by whitespace.712
ErrorsLine has trailing spaces.713
ErrorsLine is longer than 80 characters.713
Errors'+' should be on a new line.713
Errors'3' is a magic number.718
Errors'4' is a magic number.719
Errors'5' is a magic number.720
Errors'6' is a magic number.722
ErrorsLine is longer than 80 characters.726
ErrorsLine contains a tab character.727
ErrorsLine is longer than 80 characters.728
ErrorsLine contains a tab character.728
ErrorsLine contains a tab character.729
ErrorsLine contains a tab character.730
ErrorsLine is longer than 80 characters.731
ErrorsLine contains a tab character.731
Errors'}' should be on the same line.736
ErrorsLine has trailing spaces.738
ErrorsLine is longer than 80 characters.738
ErrorsLine contains a tab character.738
ErrorsLine is longer than 80 characters.739
ErrorsLine contains a tab character.739
ErrorsLine contains a tab character.741
ErrorsLine contains a tab character.742
ErrorsFirst sentence should end with a period.746
ErrorsLine contains a tab character.746
ErrorsLine contains a tab character.747
ErrorsLine contains a tab character.748
ErrorsLine is longer than 80 characters.749
ErrorsMethod 'ingestInstHostRefInfoObject' is not designed for extension - needs to be abstract, final or empty.749
ErrorsParameter lblMap should be final.749
Errors',' is not followed by whitespace.749
ErrorsExpected @param tag for 'lblMap'.749
ErrorsLine contains a tab character.754
Errors'if' construct must use '{}'s.756
ErrorsLine contains a tab character.756
Errors'!=' is not preceded with whitespace.756
Errors'!=' is not followed by whitespace.756
ErrorsLine is longer than 80 characters.757
ErrorsLine contains a tab character.757
Errors'if' construct must use '{}'s.759
Errors'!=' is not preceded with whitespace.759
Errors'!=' is not followed by whitespace.759
ErrorsLine has trailing spaces.761
Errors'==' is not preceded with whitespace.762
Errors'==' is not followed by whitespace.762
ErrorsLine contains a tab character.763
Errors'{' is followed by whitespace.763
ErrorsLine is longer than 80 characters.764
ErrorsLine contains a tab character.764
ErrorsLine contains a tab character.765
ErrorsLine contains a tab character.766
ErrorsLine contains a tab character.767
ErrorsLine contains a tab character.768
Errors'}' should be on the same line.770
Errors'==' is not preceded with whitespace.771
Errors'==' is not followed by whitespace.771
ErrorsLine contains a tab character.772
Errors'{' is followed by whitespace.772
ErrorsLine is longer than 80 characters.773
ErrorsLine contains a tab character.773
ErrorsLine contains a tab character.774
ErrorsLine contains a tab character.775
ErrorsLine contains a tab character.776
ErrorsLine contains a tab character.777
Errors'}' should be on the same line.779
ErrorsLine contains a tab character.781
ErrorsLine is longer than 80 characters.782
ErrorsLine is longer than 80 characters.783
ErrorsLine has trailing spaces.784
ErrorsLine is longer than 80 characters.784
Errors'+' should be on a new line.784
Errors'!=' is not preceded with whitespace.787
Errors'!=' is not followed by whitespace.787
ErrorsLine has trailing spaces.788
ErrorsLine is longer than 80 characters.788
Errors'+' should be on a new line.788
Errors'!=' is not preceded with whitespace.793
Errors'!=' is not followed by whitespace.793
Errors'==' is not preceded with whitespace.793
Errors'==' is not followed by whitespace.793
ErrorsLine is longer than 80 characters.794
ErrorsLine is longer than 80 characters.796
Errors'3' is a magic number.799
Errors'4' is a magic number.801
ErrorsLine is longer than 80 characters.805
ErrorsLine contains a tab character.806
ErrorsLine is longer than 80 characters.807
ErrorsLine contains a tab character.807
ErrorsLine contains a tab character.808
ErrorsLine contains a tab character.809
ErrorsLine has trailing spaces.812
Errors'}' should be on the same line.812
ErrorsLine has trailing spaces.814
ErrorsLine is longer than 80 characters.814
ErrorsLine contains a tab character.814
ErrorsLine is longer than 80 characters.815
ErrorsLine contains a tab character.815
ErrorsLine contains a tab character.817
ErrorsLine contains a tab character.818
ErrorsFirst sentence should end with a period.822
ErrorsLine has trailing spaces.822
ErrorsLine contains a tab character.822
ErrorsLine contains a tab character.823
ErrorsLine contains a tab character.824
ErrorsMethod 'ingestInstObject' is not designed for extension - needs to be abstract, final or empty.825
ErrorsParameter lblMap should be final.825
Errors',' is not followed by whitespace.825
ErrorsExpected @param tag for 'lblMap'.825
ErrorsLine has trailing spaces.827
ErrorsFirst sentence should end with a period.830
ErrorsLine contains a tab character.830
ErrorsLine contains a tab character.831
ErrorsLine contains a tab character.832
ErrorsMethod 'ingestInstD' is not designed for extension - needs to be abstract, final or empty.833
ErrorsParameter lblMap should be final.833
Errors',' is not followed by whitespace.833
ErrorsExpected @param tag for 'lblMap'.833
ErrorsLine contains a tab character.838
Errors'if' construct must use '{}'s.841
ErrorsLine contains a tab character.841
Errors'!=' is not preceded with whitespace.841
Errors'!=' is not followed by whitespace.841
ErrorsLine is longer than 80 characters.842
ErrorsLine contains a tab character.842
ErrorsLine contains a tab character.844
Errors'{' is followed by whitespace.844
ErrorsLine is longer than 80 characters.845
ErrorsLine contains a tab character.845
ErrorsLine contains a tab character.846
ErrorsLine contains a tab character.847
ErrorsLine contains a tab character.848
ErrorsLine contains a tab character.850
ErrorsLine contains a tab character.851
ErrorsLine has trailing spaces.852
Errors'if' construct must use '{}'s.853
Errors'!=' is not preceded with whitespace.853
Errors'!=' is not followed by whitespace.853
ErrorsLine contains a tab character.856
Errors'{' is followed by whitespace.856
ErrorsLine is longer than 80 characters.857
ErrorsLine contains a tab character.857
ErrorsLine contains a tab character.858
ErrorsLine contains a tab character.859
ErrorsLine contains a tab character.860
ErrorsLine contains a tab character.862
ErrorsLine contains a tab character.863
ErrorsLine is longer than 80 characters.865
ErrorsLine is longer than 80 characters.866
ErrorsLine is longer than 80 characters.867
Errors'+' should be on a new line.867
Errors'!=' is not preceded with whitespace.870
Errors'!=' is not followed by whitespace.870
ErrorsLine is longer than 80 characters.871
Errors'!=' is not preceded with whitespace.875
Errors'!=' is not followed by whitespace.875
Errors'!=' is not preceded with whitespace.876
Errors'!=' is not followed by whitespace.876
Errors'==' is not preceded with whitespace.876
Errors'==' is not followed by whitespace.876
ErrorsLine has trailing spaces.877
ErrorsLine is longer than 80 characters.877
Errors'+' should be on a new line.877
ErrorsLine is longer than 80 characters.881
ErrorsLine is longer than 80 characters.882
ErrorsLine is longer than 80 characters.883
Errors'=' is not preceded with whitespace.884
Errors'=' is not followed by whitespace.884
Errors'<' is not preceded with whitespace.884
Errors'<' is not followed by whitespace.884
ErrorsLine is longer than 80 characters.885
Errors'3' is a magic number.888
Errors'4' is a magic number.889
Errors'+' is not preceded with whitespace.889
Errors'+' is not followed by whitespace.889
Errors'5' is a magic number.890
Errors'6' is a magic number.892
ErrorsLine is longer than 80 characters.897
ErrorsLine has trailing spaces.898
ErrorsLine is longer than 80 characters.898
ErrorsLine contains a tab character.898
ErrorsLine is longer than 80 characters.899
ErrorsLine contains a tab character.899
ErrorsLine contains a tab character.900
ErrorsLine contains a tab character.901
Errors'}' should be on the same line.903
ErrorsLine contains a tab character.905
Errors'{' is followed by whitespace.905
ErrorsLine is longer than 80 characters.906
ErrorsLine contains a tab character.906
ErrorsLine contains a tab character.907
ErrorsLine contains a tab character.908
ErrorsLine contains a tab character.909
Errors'}' should be on the same line.913
ErrorsLine has trailing spaces.915
ErrorsLine is longer than 80 characters.915
ErrorsLine contains a tab character.915
ErrorsLine is longer than 80 characters.916
ErrorsLine contains a tab character.916
ErrorsLine contains a tab character.918
ErrorsLine contains a tab character.919
ErrorsFirst sentence should end with a period.923
ErrorsLine contains a tab character.923
ErrorsLine contains a tab character.924
ErrorsLine contains a tab character.925
ErrorsMethod 'ingestInstInfo' is not designed for extension - needs to be abstract, final or empty.926
ErrorsParameter lblMap should be final.926
Errors',' is not followed by whitespace.926
ErrorsExpected @param tag for 'lblMap'.926
ErrorsLine has trailing spaces.929
ErrorsLine contains a tab character.931
ErrorsLine contains a tab character.932
Errors'if' construct must use '{}'s.934
ErrorsLine contains a tab character.934
Errors'!=' is not preceded with whitespace.934
Errors'!=' is not followed by whitespace.934
ErrorsLine is longer than 80 characters.935
ErrorsLine contains a tab character.935
ErrorsLine contains a tab character.937
Errors'{' is followed by whitespace.937
ErrorsLine is longer than 80 characters.938
ErrorsLine contains a tab character.938
ErrorsLine contains a tab character.939
ErrorsLine contains a tab character.940
ErrorsLine contains a tab character.941
ErrorsLine contains a tab character.943
ErrorsLine contains a tab character.944
ErrorsLine has trailing spaces.945
Errors'if' construct must use '{}'s.946
Errors'!=' is not preceded with whitespace.946
Errors'!=' is not followed by whitespace.946
ErrorsLine contains a tab character.949
Errors'{' is followed by whitespace.949
ErrorsLine is longer than 80 characters.950
ErrorsLine contains a tab character.950
ErrorsLine contains a tab character.951
ErrorsLine contains a tab character.952
ErrorsLine contains a tab character.953
ErrorsLine contains a tab character.955
ErrorsLine contains a tab character.956
ErrorsLine is longer than 80 characters.958
ErrorsLine is longer than 80 characters.959
ErrorsLine has trailing spaces.960
ErrorsLine is longer than 80 characters.960
Errors'+' should be on a new line.960
Errors'!=' is not preceded with whitespace.963
Errors'!=' is not followed by whitespace.963
ErrorsLine is longer than 80 characters.964
Errors'if' construct must use '{}'s.973
Errors'!=' is not preceded with whitespace.973
Errors'!=' is not followed by whitespace.973
ErrorsLine is longer than 80 characters.974
Errors'if' construct must use '{}'s.975
Errors'!=' is not preceded with whitespace.975
Errors'!=' is not followed by whitespace.975
Errors'if' construct must use '{}'s.977
Errors'!=' is not preceded with whitespace.977
Errors'!=' is not followed by whitespace.977
ErrorsLine is longer than 80 characters.978
Errors'==' is not preceded with whitespace.980
Errors'==' is not followed by whitespace.980
Errors'==' is not preceded with whitespace.980
Errors'==' is not followed by whitespace.980
Errors'==' is not preceded with whitespace.980
Errors'==' is not followed by whitespace.980
ErrorsLine contains a tab character.981
ErrorsLine is longer than 80 characters.982
ErrorsLine is longer than 80 characters.983
ErrorsLine is longer than 80 characters.984
ErrorsLine is longer than 80 characters.985
ErrorsLine is longer than 80 characters.986
ErrorsLine is longer than 80 characters.988
ErrorsLine contains a tab character.988
Errors'{' is followed by whitespace.988
ErrorsLine is longer than 80 characters.989
ErrorsLine contains a tab character.989
ErrorsLine contains a tab character.990
ErrorsLine contains a tab character.991
ErrorsLine contains a tab character.992
ErrorsLine contains a tab character.993
Errors'}' should be on the same line.995
Errors'!=' is not preceded with whitespace.997
Errors'!=' is not followed by whitespace.997
Errors'==' is not preceded with whitespace.997
Errors'==' is not followed by whitespace.997
ErrorsLine is longer than 80 characters.998
Errors'+' should be on a new line.998
Errors'3' is a magic number.1003
Errors'4' is a magic number.1004
Errors'5' is a magic number.1005
Errors'6' is a magic number.1006
Errors'7' is a magic number.1008
ErrorsLine is longer than 80 characters.1012
ErrorsLine contains a tab character.1013
ErrorsLine is longer than 80 characters.1014
ErrorsLine contains a tab character.1014
ErrorsLine contains a tab character.1015
ErrorsLine contains a tab character.1016
ErrorsLine is longer than 80 characters.1017
ErrorsLine contains a tab character.1017
Errors'}' should be on the same line.1022
ErrorsLine has trailing spaces.1024
ErrorsLine is longer than 80 characters.1024
ErrorsLine contains a tab character.1024
ErrorsLine is longer than 80 characters.1025
ErrorsLine contains a tab character.1025
ErrorsLine contains a tab character.1027
ErrorsLine contains a tab character.1028
ErrorsFirst sentence should end with a period.1032
ErrorsLine contains a tab character.1032
ErrorsLine contains a tab character.1033
ErrorsLine contains a tab character.1034
ErrorsLine is longer than 80 characters.1035
ErrorsMethod 'ingestInstRefInfoObject' is not designed for extension - needs to be abstract, final or empty.1035
ErrorsParameter lblMap should be final.1035
Errors',' is not followed by whitespace.1035
ErrorsExpected @param tag for 'lblMap'.1035
ErrorsLine contains a tab character.1040
ErrorsLine contains a tab character.1041
Errors'if' construct must use '{}'s.1043
ErrorsLine contains a tab character.1043
Errors'!=' is not preceded with whitespace.1043
Errors'!=' is not followed by whitespace.1043
ErrorsLine has trailing spaces.1044
ErrorsLine is longer than 80 characters.1044
ErrorsLine contains a tab character.1044
Errors'if' construct must use '{}'s.1045
Errors'!=' is not preceded with whitespace.1045
Errors'!=' is not followed by whitespace.1045
ErrorsLine has trailing spaces.1046
Errors'if' construct must use '{}'s.1048
Errors'!=' is not preceded with whitespace.1048
Errors'!=' is not followed by whitespace.1048
ErrorsLine contains a tab character.1049
ErrorsLine has trailing spaces.1050
Errors'==' is not preceded with whitespace.1051
Errors'==' is not followed by whitespace.1051
Errors'==' is not preceded with whitespace.1051
Errors'==' is not followed by whitespace.1051
Errors'==' is not preceded with whitespace.1051
Errors'==' is not followed by whitespace.1051
ErrorsLine is longer than 80 characters.1052
ErrorsLine contains a tab character.1052
Errors'{' is followed by whitespace.1052
ErrorsLine is longer than 80 characters.1053
ErrorsLine contains a tab character.1053
ErrorsLine contains a tab character.1054
ErrorsLine contains a tab character.1055
ErrorsLine contains a tab character.1056
ErrorsLine contains a tab character.1057
Errors'}' should be on the same line.1059
ErrorsLine contains a tab character.1061
ErrorsLine has trailing spaces.1062
ErrorsLine is longer than 80 characters.1062
ErrorsLine is longer than 80 characters.1063
ErrorsLine is longer than 80 characters.1064
ErrorsLine is longer than 80 characters.1065
ErrorsLine contains a tab character.1065
Errors'+' should be on a new line.1065
ErrorsLine is longer than 80 characters.1066
ErrorsLine contains a tab character.1066
ErrorsLine contains a tab character.1067
ErrorsLine contains a tab character.1068
Errors'!=' is not preceded with whitespace.1068
Errors'!=' is not followed by whitespace.1068
ErrorsLine has trailing spaces.1069
ErrorsLine is longer than 80 characters.1069
ErrorsLine contains a tab character.1069
Errors'+' should be on a new line.1069
ErrorsLine contains a tab character.1070
ErrorsLine contains a tab character.1071
ErrorsLine contains a tab character.1072
ErrorsLine contains a tab character.1073
Errors'!=' is not preceded with whitespace.1074
Errors'!=' is not followed by whitespace.1074
Errors'==' is not preceded with whitespace.1074
Errors'==' is not followed by whitespace.1074
ErrorsLine is longer than 80 characters.1075
ErrorsLine is longer than 80 characters.1078
ErrorsLine is longer than 80 characters.1079
ErrorsLine is longer than 80 characters.1080
Errors'3' is a magic number.1084
Errors'4' is a magic number.1085
Errors'5' is a magic number.1087
ErrorsLine is longer than 80 characters.1091
ErrorsLine contains a tab character.1092
ErrorsLine is longer than 80 characters.1093
ErrorsLine contains a tab character.1093
ErrorsLine contains a tab character.1094
ErrorsLine contains a tab character.1095
ErrorsLine has trailing spaces.1098
Errors'}' should be on the same line.1098
ErrorsLine has trailing spaces.1100
ErrorsLine is longer than 80 characters.1100
ErrorsLine contains a tab character.1100
ErrorsLine is longer than 80 characters.1101
ErrorsLine contains a tab character.1101
ErrorsLine contains a tab character.1103
ErrorsLine contains a tab character.1104
ErrorsFirst sentence should end with a period.1108
ErrorsLine contains a tab character.1108
ErrorsLine contains a tab character.1109
ErrorsLine contains a tab character.1110
ErrorsLine has trailing spaces.1111
ErrorsLine is longer than 80 characters.1111
ErrorsMethod 'ingestDataSetObject' is not designed for extension - needs to be abstract, final or empty.1111
ErrorsParameter attrSmts should be final.1111
Errors',' is not followed by whitespace.1111
ErrorsExpected @param tag for 'attrSmts'.1111
ErrorsLine contains a tab character.1112
ErrorsFirst sentence should end with a period.1119
ErrorsLine contains a tab character.1119
ErrorsLine contains a tab character.1120
ErrorsLine contains a tab character.1121
ErrorsMethod 'ingestDSMsn' is not designed for extension - needs to be abstract, final or empty.1122
ErrorsParameter attrSmts should be final.1122
Errors',' is not followed by whitespace.1122
ErrorsExpected @param tag for 'attrSmts'.1122
ErrorsLine contains a tab character.1127
Errors'if' construct must use '{}'s.1129
Errors'!=' is not preceded with whitespace.1129
Errors'!=' is not followed by whitespace.1129
ErrorsLine is longer than 80 characters.1130
Errors'if' construct must use '{}'s.1132
ErrorsLine has trailing spaces.1132
Errors'!=' is not preceded with whitespace.1132
Errors'!=' is not followed by whitespace.1132
ErrorsLine is longer than 80 characters.1133
ErrorsLine has trailing spaces.1134
Errors'==' is not preceded with whitespace.1135
Errors'==' is not followed by whitespace.1135
Errors'==' is not preceded with whitespace.1135
Errors'==' is not followed by whitespace.1135
ErrorsLine contains a tab character.1136
Errors'{' is followed by whitespace.1136
ErrorsLine is longer than 80 characters.1137
ErrorsLine contains a tab character.1137
ErrorsLine contains a tab character.1138
ErrorsLine contains a tab character.1139
ErrorsLine contains a tab character.1140
ErrorsLine contains a tab character.1141
Errors'}' should be on the same line.1143
ErrorsLine is longer than 80 characters.1145
ErrorsLine contains a tab character.1145
ErrorsLine is longer than 80 characters.1146
ErrorsLine is longer than 80 characters.1147
Errors'!=' is not preceded with whitespace.1150
Errors'!=' is not followed by whitespace.1150
ErrorsLine is longer than 80 characters.1151
ErrorsLine has trailing spaces.1153
ErrorsLine has trailing spaces.1155
Errors'!=' is not preceded with whitespace.1155
Errors'!=' is not followed by whitespace.1155
Errors'==' is not preceded with whitespace.1155
Errors'==' is not followed by whitespace.1155
ErrorsLine is longer than 80 characters.1156
Errors'3' is a magic number.1160
Errors'4' is a magic number.1162
ErrorsLine is longer than 80 characters.1166
ErrorsLine contains a tab character.1167
ErrorsLine is longer than 80 characters.1168
ErrorsLine contains a tab character.1168
ErrorsLine contains a tab character.1169
ErrorsLine contains a tab character.1170
Errors'}' should be on the same line.1173
ErrorsLine has trailing spaces.1175
ErrorsLine is longer than 80 characters.1175
ErrorsLine contains a tab character.1175
ErrorsLine is longer than 80 characters.1176
ErrorsLine contains a tab character.1176
ErrorsLine contains a tab character.1178
ErrorsLine contains a tab character.1179
ErrorsLine contains a tab character.1180
ErrorsFirst sentence should end with a period.1184
ErrorsLine contains a tab character.1184
ErrorsLine contains a tab character.1185
ErrorsLine contains a tab character.1186
ErrorsMethod 'ingestDSD' is not designed for extension - needs to be abstract, final or empty.1187
ErrorsParameter attrSmts should be final.1187
Errors',' is not followed by whitespace.1187
ErrorsExpected @param tag for 'attrSmts'.1187
ErrorsLine contains a tab character.1192
Errors'!=' is not preceded with whitespace.1194
Errors'!=' is not followed by whitespace.1194
ErrorsLine is longer than 80 characters.1195
ErrorsLine contains a tab character.1195
Errors'}' should be on the same line.1196
ErrorsLine contains a tab character.1198
Errors'{' is followed by whitespace.1198
ErrorsLine is longer than 80 characters.1199
ErrorsLine contains a tab character.1199
ErrorsLine contains a tab character.1200
ErrorsLine contains a tab character.1201
ErrorsLine contains a tab character.1202
ErrorsLine contains a tab character.1204
ErrorsLine contains a tab character.1205
ErrorsLine has trailing spaces.1206
Errors'!=' is not preceded with whitespace.1212
Errors'!=' is not followed by whitespace.1212
ErrorsLine has trailing spaces.1217
Errors'!=' is not preceded with whitespace.1219
Errors'!=' is not followed by whitespace.1219
Errors'!=' is not preceded with whitespace.1220
Errors'!=' is not followed by whitespace.1220
Errors'==' is not preceded with whitespace.1220
Errors'==' is not followed by whitespace.1220
ErrorsLine is longer than 80 characters.1221
ErrorsLine is longer than 80 characters.1223
Errors'=' is not preceded with whitespace.1224
Errors'=' is not followed by whitespace.1224
Errors'<' is not preceded with whitespace.1224
Errors'<' is not followed by whitespace.1224
ErrorsLine is longer than 80 characters.1225
ErrorsLine has trailing spaces.1227
Errors'>' is not preceded with whitespace.1227
Errors'80' is a magic number.1227
Errors'>' is not followed by whitespace.1227
ErrorsLine contains a tab character.1227
ErrorsLine is longer than 80 characters.1228
ErrorsLine contains a tab character.1228
Errors'{' is followed by whitespace.1228
Errors'+' is not preceded with whitespace.1228
Errors'+' is not followed by whitespace.1228
Errors'80' is a magic number.1228
ErrorsLine has trailing spaces.1229
ErrorsLine is longer than 80 characters.1229
ErrorsLine contains a tab character.1229
ErrorsLine is longer than 80 characters.1230
ErrorsLine contains a tab character.1230
ErrorsLine contains a tab character.1231
Errors'3' is a magic number.1234
Errors'+' is not preceded with whitespace.1234
Errors'+' is not followed by whitespace.1234
Errors'4' is a magic number.1235
Errors'5' is a magic number.1237
ErrorsLine is longer than 80 characters.1242
ErrorsLine contains a tab character.1243
ErrorsLine is longer than 80 characters.1244
ErrorsLine contains a tab character.1244
ErrorsLine contains a tab character.1245
ErrorsLine contains a tab character.1246
Errors'}' should be on the same line.1248
ErrorsLine contains a tab character.1250
Errors'{' is followed by whitespace.1250
ErrorsLine is longer than 80 characters.1251
ErrorsLine contains a tab character.1251
ErrorsLine contains a tab character.1252
ErrorsLine contains a tab character.1253
ErrorsLine contains a tab character.1254
Errors'}' should be on the same line.1258
ErrorsLine has trailing spaces.1260
ErrorsLine is longer than 80 characters.1260
ErrorsLine contains a tab character.1260
ErrorsLine is longer than 80 characters.1261
ErrorsLine contains a tab character.1261
ErrorsLine contains a tab character.1263
ErrorsLine contains a tab character.1264
ErrorsFirst sentence should end with a period.1268
ErrorsLine contains a tab character.1268
ErrorsLine contains a tab character.1269
ErrorsLine contains a tab character.1270
ErrorsMethod 'ingestDSConf' is not designed for extension - needs to be abstract, final or empty.1271
ErrorsParameter attrSmts should be final.1271
Errors',' is not followed by whitespace.1271
ErrorsExpected @param tag for 'attrSmts'.1271
ErrorsLine contains a tab character.1276
Errors'if' construct must use '{}'s.1278
Errors'!=' is not preceded with whitespace.1278
Errors'!=' is not followed by whitespace.1278
ErrorsLine is longer than 80 characters.1279
ErrorsLine contains a tab character.1281
Errors'{' is followed by whitespace.1281
ErrorsLine is longer than 80 characters.1282
ErrorsLine contains a tab character.1282
ErrorsLine contains a tab character.1283
ErrorsLine contains a tab character.1284
ErrorsLine contains a tab character.1285
ErrorsLine contains a tab character.1287
ErrorsLine contains a tab character.1288
ErrorsLine has trailing spaces.1289
ErrorsLine is longer than 80 characters.1291
ErrorsLine is longer than 80 characters.1293
Errors'!=' is not preceded with whitespace.1295
Errors'!=' is not followed by whitespace.1295
Errors'!=' is not preceded with whitespace.1301
Errors'!=' is not followed by whitespace.1301
ErrorsLine contains a tab character.1302
Errors'!=' is not preceded with whitespace.1303
Errors'!=' is not followed by whitespace.1303
Errors'==' is not preceded with whitespace.1303
Errors'==' is not followed by whitespace.1303
ErrorsLine is longer than 80 characters.1304
ErrorsLine is longer than 80 characters.1306
Errors'=' is not preceded with whitespace.1307
Errors'=' is not followed by whitespace.1307
Errors'<' is not preceded with whitespace.1307
Errors'<' is not followed by whitespace.1307
ErrorsLine is longer than 80 characters.1308
Errors'>' is not preceded with whitespace.1310
Errors'80' is a magic number.1310
Errors'>' is not followed by whitespace.1310
ErrorsLine is longer than 80 characters.1311
ErrorsLine contains a tab character.1311
Errors'{' is followed by whitespace.1311
Errors'+' is not preceded with whitespace.1311
Errors'+' is not followed by whitespace.1311
Errors'80' is a magic number.1311
ErrorsLine has trailing spaces.1312
ErrorsLine is longer than 80 characters.1312
ErrorsLine contains a tab character.1312
ErrorsLine is longer than 80 characters.1313
ErrorsLine contains a tab character.1313
ErrorsLine contains a tab character.1314
Errors'3' is a magic number.1317
Errors'+' is not preceded with whitespace.1317
Errors'+' is not followed by whitespace.1317
Errors'4' is a magic number.1318
Errors'5' is a magic number.1320
ErrorsLine is longer than 80 characters.1325
ErrorsLine contains a tab character.1326
ErrorsLine is longer than 80 characters.1327
ErrorsLine contains a tab character.1327
ErrorsLine contains a tab character.1328
ErrorsLine contains a tab character.1329
Errors'}' should be on the same line.1331
ErrorsLine contains a tab character.1333
Errors'{' is followed by whitespace.1333
ErrorsLine is longer than 80 characters.1334
ErrorsLine contains a tab character.1334
ErrorsLine contains a tab character.1335
ErrorsLine contains a tab character.1336
ErrorsLine contains a tab character.1337
Errors'}' should be on the same line.1341
ErrorsLine has trailing spaces.1343
ErrorsLine is longer than 80 characters.1343
ErrorsLine contains a tab character.1343
ErrorsLine is longer than 80 characters.1344
ErrorsLine contains a tab character.1344
ErrorsLine contains a tab character.1346
ErrorsLine contains a tab character.1347
ErrorsFirst sentence should end with a period.1351
ErrorsLine contains a tab character.1351
ErrorsLine contains a tab character.1352
ErrorsLine contains a tab character.1353
ErrorsMethod 'ingestDSTarg' is not designed for extension - needs to be abstract, final or empty.1354
ErrorsParameter attrSmts should be final.1354
Errors',' is not followed by whitespace.1354
ErrorsExpected @param tag for 'attrSmts'.1354
ErrorsLine contains a tab character.1359
Errors'!=' is not preceded with whitespace.1361
Errors'!=' is not followed by whitespace.1361
ErrorsLine is longer than 80 characters.1362
ErrorsLine contains a tab character.1362
Errors'}' should be on the same line.1363
ErrorsLine contains a tab character.1365
Errors'{' is followed by whitespace.1365
ErrorsLine is longer than 80 characters.1366
ErrorsLine contains a tab character.1366
ErrorsLine contains a tab character.1367
ErrorsLine contains a tab character.1368
ErrorsLine contains a tab character.1369
ErrorsLine contains a tab character.1371
ErrorsLine contains a tab character.1372
ErrorsLine has trailing spaces.1373
ErrorsLine is longer than 80 characters.1375
ErrorsLine is longer than 80 characters.1377
Errors'!=' is not preceded with whitespace.1379
Errors'!=' is not followed by whitespace.1379
Errors'!=' is not preceded with whitespace.1385
Errors'!=' is not followed by whitespace.1385
ErrorsLine has trailing spaces.1387
Errors'!=' is not preceded with whitespace.1388
Errors'!=' is not followed by whitespace.1388
Errors'==' is not preceded with whitespace.1388
Errors'==' is not followed by whitespace.1388
ErrorsLine is longer than 80 characters.1389
ErrorsLine has trailing spaces.1393
Errors'3' is a magic number.1393
Errors'4' is a magic number.1395
ErrorsLine is longer than 80 characters.1399
ErrorsLine contains a tab character.1400
ErrorsLine is longer than 80 characters.1401
ErrorsLine contains a tab character.1401
ErrorsLine contains a tab character.1402
ErrorsLine contains a tab character.1403
Errors'}' should be on the same line.1405
ErrorsLine contains a tab character.1407
Errors'{' is followed by whitespace.1407
ErrorsLine is longer than 80 characters.1408
ErrorsLine contains a tab character.1408
ErrorsLine contains a tab character.1409
ErrorsLine contains a tab character.1410
ErrorsLine contains a tab character.1411
Errors'}' should be on the same line.1415
ErrorsLine has trailing spaces.1417
ErrorsLine is longer than 80 characters.1417
ErrorsLine contains a tab character.1417
ErrorsLine is longer than 80 characters.1418
ErrorsLine contains a tab character.1418
ErrorsLine contains a tab character.1420
ErrorsLine contains a tab character.1421
ErrorsFirst sentence should end with a period.1425
ErrorsLine contains a tab character.1425
ErrorsLine contains a tab character.1426
ErrorsLine contains a tab character.1427
ErrorsMethod 'ingestDSHost' is not designed for extension - needs to be abstract, final or empty.1428
ErrorsParameter lblMap should be final.1428
Errors',' is not followed by whitespace.1428
ErrorsExpected @param tag for 'lblMap'.1428
ErrorsLine contains a tab character.1433
Errors'if' construct must use '{}'s.1435
ErrorsLine has trailing spaces.1435
Errors'!=' is not preceded with whitespace.1435
Errors'!=' is not followed by whitespace.1435
ErrorsLine is longer than 80 characters.1436
ErrorsLine contains a tab character.1436
Errors'if' construct must use '{}'s.1439
Errors'!=' is not preceded with whitespace.1439
Errors'!=' is not followed by whitespace.1439
ErrorsLine is longer than 80 characters.1440
Errors'if' construct must use '{}'s.1441
Errors'!=' is not preceded with whitespace.1441
Errors'!=' is not followed by whitespace.1441
Errors'==' is not preceded with whitespace.1444
Errors'==' is not followed by whitespace.1444
Errors'==' is not preceded with whitespace.1444
Errors'==' is not followed by whitespace.1444
Errors'==' is not preceded with whitespace.1444
Errors'==' is not followed by whitespace.1444
ErrorsLine is longer than 80 characters.1445
ErrorsLine contains a tab character.1445
Errors'{' is followed by whitespace.1445
ErrorsLine is longer than 80 characters.1446
ErrorsLine contains a tab character.1446
ErrorsLine contains a tab character.1447
ErrorsLine contains a tab character.1448
ErrorsLine contains a tab character.1449
ErrorsLine contains a tab character.1450
Errors'}' should be on the same line.1452
ErrorsLine is longer than 80 characters.1454
ErrorsLine contains a tab character.1454
ErrorsLine is longer than 80 characters.1456
Errors'!=' is not preceded with whitespace.1458
Errors'!=' is not followed by whitespace.1458
ErrorsLine is longer than 80 characters.1459
Errors'!=' is not preceded with whitespace.1463
Errors'!=' is not followed by whitespace.1463
Errors'==' is not preceded with whitespace.1463
Errors'==' is not followed by whitespace.1463
ErrorsLine is longer than 80 characters.1464
Errors'3' is a magic number.1468
Errors'4' is a magic number.1469
Errors'5' is a magic number.1471
ErrorsLine is longer than 80 characters.1475
ErrorsLine contains a tab character.1476
ErrorsLine is longer than 80 characters.1477
ErrorsLine contains a tab character.1477
ErrorsLine contains a tab character.1478
ErrorsLine contains a tab character.1479
Errors'}' should be on the same line.1482
ErrorsLine has trailing spaces.1484
ErrorsLine is longer than 80 characters.1484
ErrorsLine contains a tab character.1484
ErrorsLine is longer than 80 characters.1485
ErrorsLine contains a tab character.1485
ErrorsLine contains a tab character.1487
ErrorsLine contains a tab character.1488
ErrorsFirst sentence should end with a period.1492
ErrorsLine has trailing spaces.1492
ErrorsLine contains a tab character.1492
ErrorsLine contains a tab character.1493
ErrorsLine contains a tab character.1494
ErrorsMethod 'ingestDSInfo' is not designed for extension - needs to be abstract, final or empty.1495
ErrorsParameter lblMap should be final.1495
Errors',' is not followed by whitespace.1495
ErrorsExpected @param tag for 'lblMap'.1495
ErrorsLine contains a tab character.1500
Errors'!=' is not preceded with whitespace.1502
Errors'!=' is not followed by whitespace.1502
ErrorsLine is longer than 80 characters.1503
ErrorsLine contains a tab character.1503
Errors'}' should be on the same line.1504
ErrorsLine contains a tab character.1506
Errors'{' is followed by whitespace.1506
ErrorsLine is longer than 80 characters.1507
ErrorsLine contains a tab character.1507
ErrorsLine contains a tab character.1508
ErrorsLine contains a tab character.1509
ErrorsLine contains a tab character.1510
ErrorsLine contains a tab character.1512
ErrorsLine contains a tab character.1513
ErrorsLine is longer than 80 characters.1516
ErrorsLine is longer than 80 characters.1518
Errors'!=' is not preceded with whitespace.1520
Errors'!=' is not followed by whitespace.1520
Errors'if' construct must use '{}'s.1540
ErrorsLine has trailing spaces.1540
Errors'!=' is not preceded with whitespace.1540
Errors'!=' is not followed by whitespace.1540
ErrorsLine is longer than 80 characters.1541
Errors'if' construct must use '{}'s.1542
Errors'!=' is not preceded with whitespace.1542
Errors'!=' is not followed by whitespace.1542
Errors'if' construct must use '{}'s.1544
Errors'!=' is not preceded with whitespace.1544
Errors'!=' is not followed by whitespace.1544
Errors'if' construct must use '{}'s.1546
Errors'!=' is not preceded with whitespace.1546
Errors'!=' is not followed by whitespace.1546
ErrorsLine is longer than 80 characters.1547
Errors'if' construct must use '{}'s.1548
Errors'!=' is not preceded with whitespace.1548
Errors'!=' is not followed by whitespace.1548
ErrorsLine is longer than 80 characters.1549
Errors'if' construct must use '{}'s.1550
Errors'!=' is not preceded with whitespace.1550
Errors'!=' is not followed by whitespace.1550
ErrorsLine is longer than 80 characters.1551
Errors'if' construct must use '{}'s.1552
Errors'!=' is not preceded with whitespace.1552
Errors'!=' is not followed by whitespace.1552
ErrorsLine is longer than 80 characters.1553
Errors'if' construct must use '{}'s.1554
Errors'!=' is not preceded with whitespace.1554
Errors'!=' is not followed by whitespace.1554
ErrorsLine is longer than 80 characters.1555
Errors'if' construct must use '{}'s.1556
Errors'!=' is not preceded with whitespace.1556
Errors'!=' is not followed by whitespace.1556
ErrorsLine is longer than 80 characters.1557
Errors'if' construct must use '{}'s.1558
Errors'!=' is not preceded with whitespace.1558
Errors'!=' is not followed by whitespace.1558
ErrorsLine is longer than 80 characters.1559
ErrorsLine has trailing spaces.1560
Errors'!=' is not preceded with whitespace.1560
Errors'!=' is not followed by whitespace.1560
ErrorsLine contains a tab character.1560
ErrorsLine is longer than 80 characters.1561
Errors'>' is not preceded with whitespace.1562
Errors'256' is a magic number.1562
Errors'>' is not followed by whitespace.1562
ErrorsLine contains a tab character.1563
ErrorsLine is longer than 80 characters.1565
Errors'{' is followed by whitespace.1565
Errors'255' is a magic number.1565
ErrorsLine has trailing spaces.1566
ErrorsLine is longer than 80 characters.1566
ErrorsLine contains a tab character.1566
ErrorsLine is longer than 80 characters.1567
ErrorsLine contains a tab character.1567
ErrorsLine contains a tab character.1568
Errors'if' construct must use '{}'s.1571
ErrorsLine has trailing spaces.1571
Errors'!=' is not preceded with whitespace.1571
Errors'!=' is not followed by whitespace.1571
ErrorsLine is longer than 80 characters.1572
Errors'if' construct must use '{}'s.1573
Errors'!=' is not preceded with whitespace.1573
Errors'!=' is not followed by whitespace.1573
ErrorsLine is longer than 80 characters.1574
Errors'if' construct must use '{}'s.1575
Errors'!=' is not preceded with whitespace.1575
Errors'!=' is not followed by whitespace.1575
ErrorsLine has trailing spaces.1576
ErrorsLine is longer than 80 characters.1576
Errors'if' construct must use '{}'s.1577
Errors'!=' is not preceded with whitespace.1577
Errors'!=' is not followed by whitespace.1577
ErrorsLine is longer than 80 characters.1578
ErrorsMust have at least one statement.1580
ErrorsLine is longer than 80 characters.1581
ErrorsLine contains a tab character.1581
ErrorsLine has trailing spaces.1584
ErrorsLine is longer than 80 characters.1584
Errors'==' is not preceded with whitespace.1584
Errors'==' is not followed by whitespace.1584
Errors'==' is not preceded with whitespace.1584
Errors'==' is not followed by whitespace.1584
Errors'==' is not preceded with whitespace.1584
Errors'==' is not followed by whitespace.1584
Errors'==' is not preceded with whitespace.1584
Errors'==' is not followed by whitespace.1584
Errors'==' is not preceded with whitespace.1584
Errors'==' is not followed by whitespace.1584
Errors'||' should be on a new line.1584
ErrorsLine is longer than 80 characters.1585
Errors'==' is not preceded with whitespace.1585
Errors'==' is not followed by whitespace.1585
Errors'==' is not preceded with whitespace.1585
Errors'==' is not followed by whitespace.1585
Errors'==' is not preceded with whitespace.1585
Errors'==' is not followed by whitespace.1585
Errors'==' is not preceded with whitespace.1585
Errors'==' is not followed by whitespace.1585
Errors'||' should be on a new line.1585
ErrorsLine is longer than 80 characters.1586
Errors'==' is not preceded with whitespace.1586
Errors'==' is not followed by whitespace.1586
Errors'==' is not preceded with whitespace.1586
Errors'==' is not followed by whitespace.1586
Errors'==' is not preceded with whitespace.1586
Errors'==' is not followed by whitespace.1586
Errors'||' should be on a new line.1586
Errors'==' is not preceded with whitespace.1587
Errors'==' is not followed by whitespace.1587
Errors'==' is not preceded with whitespace.1587
Errors'==' is not followed by whitespace.1587
ErrorsLine is longer than 80 characters.1588
ErrorsLine contains a tab character.1588
Errors'{' is followed by whitespace.1588
Errors'+' should be on a new line.1588
ErrorsLine is longer than 80 characters.1589
ErrorsLine contains a tab character.1589
Errors'+' should be on a new line.1589
ErrorsLine is longer than 80 characters.1590
ErrorsLine contains a tab character.1590
ErrorsLine is longer than 80 characters.1591
ErrorsLine contains a tab character.1591
ErrorsLine contains a tab character.1592
ErrorsLine contains a tab character.1593
ErrorsLine contains a tab character.1594
ErrorsLine contains a tab character.1595
Errors'}' should be on the same line.1597
Errors'!=' is not preceded with whitespace.1599
Errors'!=' is not followed by whitespace.1599
Errors'==' is not preceded with whitespace.1599
Errors'==' is not followed by whitespace.1599
ErrorsLine has trailing spaces.1600
ErrorsLine is longer than 80 characters.1600
Errors'+' should be on a new line.1600
ErrorsLine is longer than 80 characters.1601
Errors'+' should be on a new line.1601
Errors'3' is a magic number.1606
Errors'4' is a magic number.1607
Errors'5' is a magic number.1608
Errors'6' is a magic number.1609
Errors'7' is a magic number.1610
Errors'8' is a magic number.1611
Errors'9' is a magic number.1612
Errors'10' is a magic number.1613
Errors'11' is a magic number.1614
Errors'12' is a magic number.1616
Errors'13' is a magic number.1617
Errors'14' is a magic number.1618
Errors'15' is a magic number.1620
ErrorsLine is longer than 80 characters.1621
Errors'16' is a magic number.1621
ErrorsLine contains a tab character.1621
ErrorsLine is longer than 80 characters.1623
Errors'17' is a magic number.1623
ErrorsLine contains a tab character.1623
ErrorsLine is longer than 80 characters.1627
ErrorsLine contains a tab character.1628
ErrorsLine is longer than 80 characters.1629
ErrorsLine contains a tab character.1629
ErrorsLine contains a tab character.1630
ErrorsLine contains a tab character.1631
ErrorsLine is longer than 80 characters.1632
ErrorsLine contains a tab character.1632
Errors'}' should be on the same line.1635
ErrorsLine has trailing spaces.1637
ErrorsLine is longer than 80 characters.1637
ErrorsLine contains a tab character.1637
ErrorsLine is longer than 80 characters.1638
ErrorsLine contains a tab character.1638
ErrorsLine contains a tab character.1640
ErrorsLine contains a tab character.1641
ErrorsLine has trailing spaces.1644
ErrorsFirst sentence should end with a period.1645
ErrorsLine has trailing spaces.1645
ErrorsLine contains a tab character.1645
ErrorsLine contains a tab character.1646
ErrorsLine contains a tab character.1647
ErrorsLine is longer than 80 characters.1648
ErrorsMethod 'ingestDSRefInfoObject' is not designed for extension - needs to be abstract, final or empty.1648
ErrorsParameter lblMap should be final.1648
Errors',' is not followed by whitespace.1648
ErrorsExpected @param tag for 'lblMap'.1648
ErrorsLine contains a tab character.1653
Errors'if' construct must use '{}'s.1655
Errors'!=' is not preceded with whitespace.1655
Errors'!=' is not followed by whitespace.1655
ErrorsLine is longer than 80 characters.1656
Errors'if' construct must use '{}'s.1658
Errors'!=' is not preceded with whitespace.1658
Errors'!=' is not followed by whitespace.1658
ErrorsLine has trailing spaces.1660
Errors'==' is not preceded with whitespace.1661
Errors'==' is not followed by whitespace.1661
Errors'==' is not preceded with whitespace.1661
Errors'==' is not followed by whitespace.1661
ErrorsLine is longer than 80 characters.1662
ErrorsLine contains a tab character.1662
Errors'{' is followed by whitespace.1662
ErrorsLine is longer than 80 characters.1663
ErrorsLine contains a tab character.1663
ErrorsLine contains a tab character.1664
ErrorsLine contains a tab character.1665
ErrorsLine contains a tab character.1666
ErrorsLine contains a tab character.1667
Errors'}' should be on the same line.1669
ErrorsLine contains a tab character.1671
ErrorsLine is longer than 80 characters.1672
ErrorsLine is longer than 80 characters.1675
Errors'!=' is not preceded with whitespace.1677
Errors'!=' is not followed by whitespace.1677
ErrorsLine is longer than 80 characters.1678
ErrorsLine has trailing spaces.1682
ErrorsLine has trailing spaces.1683
Errors'!=' is not preceded with whitespace.1683
Errors'!=' is not followed by whitespace.1683
Errors'==' is not preceded with whitespace.1683
Errors'==' is not followed by whitespace.1683
ErrorsLine is longer than 80 characters.1684
Errors'3' is a magic number.1688
Errors'4' is a magic number.1690
ErrorsLine has trailing spaces.1691
ErrorsLine is longer than 80 characters.1694
ErrorsLine contains a tab character.1695
ErrorsLine is longer than 80 characters.1696
ErrorsLine contains a tab character.1696
ErrorsLine contains a tab character.1697
ErrorsLine contains a tab character.1698
Errors'}' should be on the same line.1701
ErrorsLine has trailing spaces.1703
ErrorsLine is longer than 80 characters.1703
ErrorsLine contains a tab character.1703
ErrorsLine is longer than 80 characters.1704
ErrorsLine contains a tab character.1704
ErrorsLine contains a tab character.1706
ErrorsLine contains a tab character.1707
ErrorsFirst sentence should end with a period.1711
ErrorsLine contains a tab character.1711
ErrorsLine contains a tab character.1712
ErrorsLine contains a tab character.1713
ErrorsMethod 'ingestReferenceObject' is not designed for extension - needs to be abstract, final or empty.1714
ErrorsParameter lblMap should be final.1714
Errors',' is not followed by whitespace.1714
ErrorsExpected @param tag for 'lblMap'.1714
ErrorsLine contains a tab character.1719
Errors'if' construct must use '{}'s.1721
Errors'!=' is not preceded with whitespace.1721
Errors'!=' is not followed by whitespace.1721
ErrorsLine has trailing spaces.1722
ErrorsLine is longer than 80 characters.1722
ErrorsLine contains a tab character.1722
ErrorsLine contains a tab character.1724
Errors'{' is followed by whitespace.1724
ErrorsLine is longer than 80 characters.1725
ErrorsLine contains a tab character.1725
ErrorsLine contains a tab character.1726
ErrorsLine contains a tab character.1727
ErrorsLine contains a tab character.1728
ErrorsLine contains a tab character.1730
ErrorsLine contains a tab character.1731
ErrorsLine has trailing spaces.1732
ErrorsLine is longer than 80 characters.1733
ErrorsLine is longer than 80 characters.1735
Errors'!=' is not preceded with whitespace.1737
Errors'!=' is not followed by whitespace.1737
ErrorsLine is longer than 80 characters.1738
Errors'!=' is not preceded with whitespace.1742
Errors'!=' is not followed by whitespace.1742
Errors'!=' is not preceded with whitespace.1743
Errors'!=' is not followed by whitespace.1743
Errors'==' is not preceded with whitespace.1743
Errors'==' is not followed by whitespace.1743
ErrorsLine is longer than 80 characters.1744
ErrorsLine is longer than 80 characters.1747
Errors'=' is not preceded with whitespace.1748
Errors'=' is not followed by whitespace.1748
Errors'<' is not preceded with whitespace.1748
Errors'<' is not followed by whitespace.1748
Errors'3' is a magic number.1751
Errors'+' is not preceded with whitespace.1751
Errors'+' is not followed by whitespace.1751
Errors'4' is a magic number.1752
Errors'5' is a magic number.1754
ErrorsLine is longer than 80 characters.1759
ErrorsLine contains a tab character.1760
ErrorsLine is longer than 80 characters.1761
ErrorsLine contains a tab character.1761
ErrorsLine contains a tab character.1762
ErrorsLine contains a tab character.1763
Errors'}' should be on the same line.1765
ErrorsLine contains a tab character.1767
Errors'{' is followed by whitespace.1767
ErrorsLine is longer than 80 characters.1768
ErrorsLine contains a tab character.1768
ErrorsLine contains a tab character.1769
ErrorsLine contains a tab character.1770
ErrorsLine contains a tab character.1771
Errors'}' should be on the same line.1775
ErrorsLine has trailing spaces.1777
ErrorsLine is longer than 80 characters.1777
ErrorsLine contains a tab character.1777
ErrorsLine is longer than 80 characters.1778
ErrorsLine contains a tab character.1778
ErrorsLine contains a tab character.1780
ErrorsLine contains a tab character.1781
ErrorsFirst sentence should end with a period.1785
ErrorsLine contains a tab character.1785
ErrorsLine contains a tab character.1786
ErrorsLine contains a tab character.1787
ErrorsLine is longer than 80 characters.1788
ErrorsMethod 'ingestPersonnelObject' is not designed for extension - needs to be abstract, final or empty.1788
ErrorsParameter lblMap should be final.1788
Errors',' is not followed by whitespace.1788
ErrorsExpected @param tag for 'lblMap'.1788
ErrorsFirst sentence should end with a period.1793
ErrorsLine contains a tab character.1793
ErrorsLine contains a tab character.1794
ErrorsLine contains a tab character.1795
ErrorsMethod 'ingestPersMailAddr' is not designed for extension - needs to be abstract, final or empty.1796
ErrorsParameter lblMap should be final.1796
Errors',' is not followed by whitespace.1796
ErrorsExpected @param tag for 'lblMap'.1796
ErrorsLine contains a tab character.1801
Errors'!=' is not preceded with whitespace.1803
Errors'!=' is not followed by whitespace.1803
ErrorsLine contains a tab character.1804
Errors'}' should be on the same line.1805
ErrorsLine contains a tab character.1807
Errors'{' is followed by whitespace.1807
ErrorsLine is longer than 80 characters.1808
ErrorsLine contains a tab character.1808
ErrorsLine contains a tab character.1809
ErrorsLine contains a tab character.1810
ErrorsLine contains a tab character.1811
ErrorsLine contains a tab character.1813
ErrorsLine contains a tab character.1814
ErrorsLine has trailing spaces.1815
ErrorsLine is longer than 80 characters.1817
ErrorsLine is longer than 80 characters.1818
ErrorsLine is longer than 80 characters.1819
Errors'!=' is not preceded with whitespace.1821
Errors'!=' is not followed by whitespace.1821
ErrorsLine is longer than 80 characters.1822
Errors'!=' is not preceded with whitespace.1826
Errors'!=' is not followed by whitespace.1826
Errors'!=' is not preceded with whitespace.1827
Errors'!=' is not followed by whitespace.1827
Errors'==' is not preceded with whitespace.1827
Errors'==' is not followed by whitespace.1827
ErrorsLine has trailing spaces.1828
ErrorsLine is longer than 80 characters.1828
Errors'+' should be on a new line.1828
ErrorsLine is longer than 80 characters.1832
Errors'=' is not preceded with whitespace.1833
Errors'=' is not followed by whitespace.1833
Errors'<' is not preceded with whitespace.1833
Errors'<' is not followed by whitespace.1833
Errors'3' is a magic number.1836
Errors'+' is not preceded with whitespace.1836
Errors'+' is not followed by whitespace.1836
Errors'4' is a magic number.1837
Errors'5' is a magic number.1839
ErrorsLine is longer than 80 characters.1844
ErrorsLine contains a tab character.1845
ErrorsLine is longer than 80 characters.1846
ErrorsLine contains a tab character.1846
ErrorsLine contains a tab character.1847
ErrorsLine contains a tab character.1848
Errors'}' should be on the same line.1850
ErrorsLine contains a tab character.1852
Errors'{' is followed by whitespace.1852
ErrorsLine is longer than 80 characters.1853
ErrorsLine contains a tab character.1853
ErrorsLine contains a tab character.1854
ErrorsLine contains a tab character.1855
ErrorsLine contains a tab character.1856
Errors'}' should be on the same line.1860
ErrorsLine has trailing spaces.1862
ErrorsLine is longer than 80 characters.1862
ErrorsLine contains a tab character.1862
ErrorsLine is longer than 80 characters.1863
ErrorsLine contains a tab character.1863
ErrorsLine contains a tab character.1865
ErrorsLine contains a tab character.1866
ErrorsFirst sentence should end with a period.1870
ErrorsLine has trailing spaces.1870
ErrorsLine contains a tab character.1870
ErrorsLine contains a tab character.1871
ErrorsLine contains a tab character.1872
ErrorsMethod 'ingestPersInfo' is not designed for extension - needs to be abstract, final or empty.1873
ErrorsParameter lblMap should be final.1873
Errors',' is not followed by whitespace.1873
ErrorsExpected @param tag for 'lblMap'.1873
ErrorsLine contains a tab character.1878
ErrorsLine contains a tab character.1879
Errors'if' construct must use '{}'s.1880
ErrorsLine contains a tab character.1880
Errors'!=' is not preceded with whitespace.1880
Errors'!=' is not followed by whitespace.1880
ErrorsLine has trailing spaces.1881
ErrorsLine is longer than 80 characters.1881
ErrorsLine contains a tab character.1881
ErrorsLine contains a tab character.1882
ErrorsLine contains a tab character.1883
Errors'{' is followed by whitespace.1883
ErrorsLine is longer than 80 characters.1884
ErrorsLine contains a tab character.1884
ErrorsLine contains a tab character.1885
ErrorsLine contains a tab character.1886
ErrorsLine contains a tab character.1887
ErrorsLine contains a tab character.1889
ErrorsLine contains a tab character.1890
ErrorsLine contains a tab character.1891
ErrorsLine is longer than 80 characters.1892
ErrorsLine is longer than 80 characters.1893
ErrorsLine is longer than 80 characters.1894
Errors'!=' is not preceded with whitespace.1896
Errors'!=' is not followed by whitespace.1896
ErrorsLine is longer than 80 characters.1897
ErrorsLine is longer than 80 characters.1909
Errors'if' construct must use '{}'s.1913
Errors'!=' is not preceded with whitespace.1913
Errors'!=' is not followed by whitespace.1913
Errors'if' construct must use '{}'s.1915
Errors'!=' is not preceded with whitespace.1915
Errors'!=' is not followed by whitespace.1915
Errors'if' construct must use '{}'s.1917
ErrorsLine has trailing spaces.1917
Errors'!=' is not preceded with whitespace.1917
Errors'!=' is not followed by whitespace.1917
Errors'if' construct must use '{}'s.1919
Errors'!=' is not preceded with whitespace.1919
Errors'!=' is not followed by whitespace.1919
ErrorsLine is longer than 80 characters.1920
Errors'if' construct must use '{}'s.1921
Errors'!=' is not preceded with whitespace.1921
Errors'!=' is not followed by whitespace.1921
Errors'if' construct must use '{}'s.1923
ErrorsLine has trailing spaces.1923
Errors'!=' is not preceded with whitespace.1923
Errors'!=' is not followed by whitespace.1923
ErrorsLine is longer than 80 characters.1924
Errors'if' construct must use '{}'s.1925
Errors'!=' is not preceded with whitespace.1925
Errors'!=' is not followed by whitespace.1925
Errors'if' construct must use '{}'s.1927
Errors'!=' is not preceded with whitespace.1927
Errors'!=' is not followed by whitespace.1927
ErrorsLine is longer than 80 characters.1928
Errors'if' construct must use '{}'s.1929
Errors'!=' is not preceded with whitespace.1929
Errors'!=' is not followed by whitespace.1929
ErrorsLine is longer than 80 characters.1930
Errors'if' construct must use '{}'s.1931
Errors'!=' is not preceded with whitespace.1931
Errors'!=' is not followed by whitespace.1931
ErrorsLine is longer than 80 characters.1932
Errors'if' construct must use '{}'s.1933
Errors'!=' is not preceded with whitespace.1933
Errors'!=' is not followed by whitespace.1933
ErrorsLine is longer than 80 characters.1934
ErrorsLine is longer than 80 characters.1936
Errors'==' is not preceded with whitespace.1938
Errors'==' is not followed by whitespace.1938
ErrorsMust have at least one statement.1938
ErrorsLine has trailing spaces.1939
ErrorsLine is longer than 80 characters.1939
ErrorsLine contains a tab character.1939
ErrorsLine is longer than 80 characters.1940
ErrorsLine contains a tab character.1940
ErrorsLine has trailing spaces.1942
ErrorsLine contains a tab character.1942
ErrorsLine has trailing spaces.1943
ErrorsLine is longer than 80 characters.1943
Errors'==' is not preceded with whitespace.1943
Errors'==' is not followed by whitespace.1943
Errors'==' is not preceded with whitespace.1943
Errors'==' is not followed by whitespace.1943
Errors'==' is not preceded with whitespace.1943
Errors'==' is not followed by whitespace.1943
Errors'==' is not preceded with whitespace.1943
Errors'==' is not followed by whitespace.1943
Errors'==' is not preceded with whitespace.1943
Errors'==' is not followed by whitespace.1943
Errors'||' should be on a new line.1943
ErrorsLine has trailing spaces.1944
ErrorsLine is longer than 80 characters.1944
ErrorsLine contains a tab character.1944
Errors'==' is not preceded with whitespace.1944
Errors'==' is not followed by whitespace.1944
Errors'==' is not preceded with whitespace.1944
Errors'==' is not followed by whitespace.1944
Errors'==' is not preceded with whitespace.1944
Errors'==' is not followed by whitespace.1944
Errors'==' is not preceded with whitespace.1944
Errors'==' is not followed by whitespace.1944
Errors'||' should be on a new line.1944
ErrorsLine contains a tab character.1945
Errors'==' is not preceded with whitespace.1945
Errors'==' is not followed by whitespace.1945
Errors'==' is not preceded with whitespace.1945
Errors'==' is not followed by whitespace.1945
ErrorsLine is longer than 80 characters.1946
ErrorsLine contains a tab character.1946
Errors'{' is followed by whitespace.1946
Errors'+' should be on a new line.1946
ErrorsLine is longer than 80 characters.1947
ErrorsLine contains a tab character.1947
ErrorsLine is longer than 80 characters.1948
ErrorsLine contains a tab character.1948
ErrorsLine contains a tab character.1949
ErrorsLine contains a tab character.1950
ErrorsLine contains a tab character.1951
ErrorsLine contains a tab character.1952
Errors'}' should be on the same line.1954
Errors'!=' is not preceded with whitespace.1956
Errors'!=' is not followed by whitespace.1956
Errors'==' is not preceded with whitespace.1956
Errors'==' is not followed by whitespace.1956
ErrorsLine has trailing spaces.1957
ErrorsLine is longer than 80 characters.1957
Errors'+' should be on a new line.1957
ErrorsLine has trailing spaces.1958
ErrorsLine is longer than 80 characters.1958
Errors'+' should be on a new line.1958
ErrorsLine is longer than 80 characters.1962
ErrorsLine is longer than 80 characters.1963
ErrorsLine is longer than 80 characters.1964
ErrorsLine is longer than 80 characters.1965
ErrorsLine is longer than 80 characters.1966
ErrorsLine is longer than 80 characters.1967
ErrorsLine is longer than 80 characters.1968
ErrorsLine is longer than 80 characters.1969
ErrorsLine is longer than 80 characters.1970
ErrorsLine is longer than 80 characters.1971
ErrorsLine is longer than 80 characters.1972
Errors'3' is a magic number.1976
Errors'4' is a magic number.1977
Errors'5' is a magic number.1978
Errors'6' is a magic number.1979
Errors'7' is a magic number.1980
Errors'8' is a magic number.1981
Errors'9' is a magic number.1982
Errors'10' is a magic number.1983
Errors'11' is a magic number.1984
Errors'12' is a magic number.1985
Errors'13' is a magic number.1986
Errors'14' is a magic number.1988
ErrorsLine is longer than 80 characters.1992
ErrorsLine contains a tab character.1993
ErrorsLine is longer than 80 characters.1994
ErrorsLine contains a tab character.1994
ErrorsLine contains a tab character.1995
ErrorsLine contains a tab character.1996
Errors'}' should be on the same line.1999
ErrorsLine has trailing spaces.2001
ErrorsLine is longer than 80 characters.2001
ErrorsLine contains a tab character.2001
ErrorsLine is longer than 80 characters.2002
ErrorsLine contains a tab character.2002
ErrorsLine contains a tab character.2004
ErrorsLine contains a tab character.2005
ErrorsFirst sentence should end with a period.2009
ErrorsLine contains a tab character.2009
ErrorsLine contains a tab character.2010
ErrorsLine contains a tab character.2011
ErrorsMethod 'ingestPersElecmail' is not designed for extension - needs to be abstract, final or empty.2012
ErrorsParameter lblMap should be final.2012
Errors',' is not followed by whitespace.2012
ErrorsExpected @param tag for 'lblMap'.2012
ErrorsLine contains a tab character.2017
Errors'if' construct must use '{}'s.2019
ErrorsLine contains a tab character.2019
Errors'!=' is not preceded with whitespace.2019
Errors'!=' is not followed by whitespace.2019
ErrorsLine has trailing spaces.2020
ErrorsLine is longer than 80 characters.2020
ErrorsLine contains a tab character.2020
ErrorsLine contains a tab character.2021
ErrorsLine contains a tab character.2022
Errors'{' is followed by whitespace.2022
ErrorsLine is longer than 80 characters.2023
ErrorsLine contains a tab character.2023
ErrorsLine contains a tab character.2024
ErrorsLine contains a tab character.2025
ErrorsLine contains a tab character.2026
ErrorsLine contains a tab character.2028
ErrorsLine contains a tab character.2029
ErrorsLine contains a tab character.2030
ErrorsLine contains a tab character.2031
Errors'if' construct must use '{}'s.2032
ErrorsLine contains a tab character.2032
Errors'!=' is not preceded with whitespace.2032
Errors'!=' is not followed by whitespace.2032
ErrorsLine is longer than 80 characters.2033
ErrorsLine contains a tab character.2033
ErrorsLine contains a tab character.2034
ErrorsLine is longer than 80 characters.2035
ErrorsLine contains a tab character.2035
Errors'{' is followed by whitespace.2035
ErrorsLine is longer than 80 characters.2036
ErrorsLine contains a tab character.2036
ErrorsLine contains a tab character.2037
ErrorsLine contains a tab character.2038
ErrorsLine contains a tab character.2039
ErrorsLine contains a tab character.2041
ErrorsLine contains a tab character.2042
ErrorsLine contains a tab character.2043
ErrorsLine is longer than 80 characters.2044
ErrorsLine is longer than 80 characters.2045
ErrorsLine is longer than 80 characters.2046
Errors'+' should be on a new line.2046
Errors'!=' is not preceded with whitespace.2049
Errors'!=' is not followed by whitespace.2049
ErrorsLine has trailing spaces.2050
ErrorsLine is longer than 80 characters.2050
Errors'+' should be on a new line.2050
Errors'if' construct must use '{}'s.2056
Errors'!=' is not preceded with whitespace.2056
Errors'!=' is not followed by whitespace.2056
ErrorsLine is longer than 80 characters.2057
Errors'if' construct must use '{}'s.2059
Errors'!=' is not preceded with whitespace.2059
Errors'!=' is not followed by whitespace.2059
ErrorsLine is longer than 80 characters.2060
Errors'==' is not preceded with whitespace.2061
Errors'==' is not followed by whitespace.2061
Errors'==' is not preceded with whitespace.2061
Errors'==' is not followed by whitespace.2061
ErrorsLine is longer than 80 characters.2062
ErrorsLine contains a tab character.2062
Errors'{' is followed by whitespace.2062
ErrorsLine is longer than 80 characters.2063
ErrorsLine contains a tab character.2063
ErrorsLine contains a tab character.2064
ErrorsLine contains a tab character.2065
ErrorsLine contains a tab character.2066
ErrorsLine contains a tab character.2067
Errors'}' should be on the same line.2069
Errors'!=' is not preceded with whitespace.2071
Errors'!=' is not followed by whitespace.2071
Errors'==' is not preceded with whitespace.2071
Errors'==' is not followed by whitespace.2071
ErrorsLine has trailing spaces.2072
ErrorsLine is longer than 80 characters.2072
Errors'+' should be on a new line.2072
ErrorsLine is longer than 80 characters.2076
ErrorsLine is longer than 80 characters.2077
ErrorsLine is longer than 80 characters.2078
Errors'3' is a magic number.2082
Errors'4' is a magic number.2083
Errors'cast' is not followed by whitespace.2083
Errors'5' is a magic number.2084
Errors'6' is a magic number.2086
ErrorsLine is longer than 80 characters.2090
ErrorsLine contains a tab character.2091
ErrorsLine is longer than 80 characters.2092
ErrorsLine contains a tab character.2092
ErrorsLine contains a tab character.2093
ErrorsLine contains a tab character.2094
ErrorsLine is longer than 80 characters.2095
ErrorsLine contains a tab character.2095
Errors'}' should be on the same line.2098
ErrorsLine has trailing spaces.2100
ErrorsLine is longer than 80 characters.2100
ErrorsLine contains a tab character.2100
ErrorsLine is longer than 80 characters.2101
ErrorsLine contains a tab character.2101
ErrorsLine contains a tab character.2103
ErrorsLine contains a tab character.2104
ErrorsFirst sentence should end with a period.2108
ErrorsLine contains a tab character.2108
ErrorsLine contains a tab character.2109
ErrorsLine contains a tab character.2110
ErrorsLine is longer than 80 characters.2111
ErrorsMethod 'ingestDSCollAssocDSObject' is not designed for extension - needs to be abstract, final or empty.2111
ErrorsParameter lblMap should be final.2111
Errors',' is not followed by whitespace.2111
ErrorsExpected @param tag for 'lblMap'.2111
ErrorsLine contains a tab character.2116
Errors'if' construct must use '{}'s.2118
Errors'!=' is not preceded with whitespace.2118
Errors'!=' is not followed by whitespace.2118
ErrorsLine is longer than 80 characters.2119
Errors'if' construct must use '{}'s.2121
Errors'!=' is not preceded with whitespace.2121
Errors'!=' is not followed by whitespace.2121
ErrorsLine has trailing spaces.2123
Errors'==' is not preceded with whitespace.2124
Errors'==' is not followed by whitespace.2124
Errors'==' is not preceded with whitespace.2124
Errors'==' is not followed by whitespace.2124
ErrorsLine is longer than 80 characters.2125
ErrorsLine contains a tab character.2125
Errors'{' is followed by whitespace.2125
ErrorsLine is longer than 80 characters.2126
ErrorsLine contains a tab character.2126
ErrorsLine contains a tab character.2127
ErrorsLine contains a tab character.2128
ErrorsLine contains a tab character.2129
ErrorsLine contains a tab character.2130
Errors'}' should be on the same line.2132
ErrorsLine is longer than 80 characters.2134
ErrorsLine contains a tab character.2134
ErrorsLine is longer than 80 characters.2135
ErrorsLine has trailing spaces.2136
ErrorsLine is longer than 80 characters.2136
Errors'+' should be on a new line.2136
Errors'!=' is not preceded with whitespace.2139
Errors'!=' is not followed by whitespace.2139
ErrorsLine is longer than 80 characters.2140
ErrorsLine has trailing spaces.2144
Errors'!=' is not preceded with whitespace.2144
Errors'!=' is not followed by whitespace.2144
Errors'==' is not preceded with whitespace.2144
Errors'==' is not followed by whitespace.2144
ErrorsLine is longer than 80 characters.2145
ErrorsLine is longer than 80 characters.2147
ErrorsLine is longer than 80 characters.2148
Errors'3' is a magic number.2151
Errors'4' is a magic number.2153
ErrorsLine is longer than 80 characters.2157
ErrorsLine contains a tab character.2158
ErrorsLine is longer than 80 characters.2159
ErrorsLine contains a tab character.2159
ErrorsLine contains a tab character.2160
ErrorsLine contains a tab character.2161
Errors'}' should be on the same line.2164
ErrorsLine has trailing spaces.2166
ErrorsLine is longer than 80 characters.2166
ErrorsLine contains a tab character.2166
ErrorsLine is longer than 80 characters.2167
ErrorsLine contains a tab character.2167
ErrorsLine contains a tab character.2169
ErrorsLine contains a tab character.2170
ErrorsFirst sentence should end with a period.2174
ErrorsLine contains a tab character.2174
ErrorsLine contains a tab character.2175
ErrorsLine contains a tab character.2176
ErrorsLine is longer than 80 characters.2177
ErrorsMethod 'ingestDataSetColObject' is not designed for extension - needs to be abstract, final or empty.2177
ErrorsParameter lblMap should be final.2177
Errors',' is not followed by whitespace.2177
ErrorsExpected @param tag for 'lblMap'.2177
ErrorsLine has trailing spaces.2178
ErrorsFirst sentence should end with a period.2183
ErrorsLine contains a tab character.2183
ErrorsLine contains a tab character.2184
ErrorsLine contains a tab character.2185
ErrorsMethod 'ingestDSCollUsgd' is not designed for extension - needs to be abstract, final or empty.2186
ErrorsParameter lblMap should be final.2186
Errors',' is not followed by whitespace.2186
ErrorsExpected @param tag for 'lblMap'.2186
ErrorsLine contains a tab character.2191
Errors'!=' is not preceded with whitespace.2193
Errors'!=' is not followed by whitespace.2193
ErrorsLine is longer than 80 characters.2194
ErrorsLine contains a tab character.2194
Errors'}' should be on the same line.2195
ErrorsLine contains a tab character.2197
Errors'{' is followed by whitespace.2197
ErrorsLine is longer than 80 characters.2198
ErrorsLine contains a tab character.2198
ErrorsLine contains a tab character.2199
ErrorsLine contains a tab character.2200
ErrorsLine contains a tab character.2201
ErrorsLine contains a tab character.2203
ErrorsLine contains a tab character.2204
ErrorsLine has trailing spaces.2205
ErrorsLine is longer than 80 characters.2206
ErrorsLine is longer than 80 characters.2207
ErrorsLine is longer than 80 characters.2208
Errors'!=' is not preceded with whitespace.2210
Errors'!=' is not followed by whitespace.2210
ErrorsLine is longer than 80 characters.2211
Errors'!=' is not preceded with whitespace.2215
Errors'!=' is not followed by whitespace.2215
Errors'!=' is not preceded with whitespace.2216
Errors'!=' is not followed by whitespace.2216
Errors'==' is not preceded with whitespace.2216
Errors'==' is not followed by whitespace.2216
ErrorsLine is longer than 80 characters.2217
ErrorsLine is longer than 80 characters.2219
Errors'=' is not preceded with whitespace.2220
Errors'=' is not followed by whitespace.2220
Errors'<' is not preceded with whitespace.2220
Errors'<' is not followed by whitespace.2220
Errors'3' is a magic number.2223
Errors'+' is not preceded with whitespace.2223
Errors'+' is not followed by whitespace.2223
Errors'4' is a magic number.2224
Errors'5' is a magic number.2226
ErrorsLine is longer than 80 characters.2231
ErrorsLine contains a tab character.2232
ErrorsLine is longer than 80 characters.2233
ErrorsLine contains a tab character.2233
ErrorsLine contains a tab character.2234
ErrorsLine contains a tab character.2235
Errors'}' should be on the same line.2237
ErrorsLine is longer than 80 characters.2239
ErrorsLine contains a tab character.2239
Errors'{' is followed by whitespace.2239
ErrorsLine is longer than 80 characters.2240
ErrorsLine contains a tab character.2240
ErrorsLine contains a tab character.2241
ErrorsLine contains a tab character.2242
ErrorsLine contains a tab character.2243
Errors'}' should be on the same line.2247
ErrorsLine has trailing spaces.2249
ErrorsLine is longer than 80 characters.2249
ErrorsLine contains a tab character.2249
ErrorsLine is longer than 80 characters.2250
ErrorsLine contains a tab character.2250
ErrorsLine contains a tab character.2253
ErrorsLine contains a tab character.2254
ErrorsFirst sentence should end with a period.2258
ErrorsLine has trailing spaces.2258
ErrorsLine contains a tab character.2258
ErrorsLine contains a tab character.2259
ErrorsLine contains a tab character.2260
ErrorsMethod 'ingestDSCollInfo' is not designed for extension - needs to be abstract, final or empty.2261
ErrorsParameter lblMap should be final.2261
Errors',' is not followed by whitespace.2261
ErrorsExpected @param tag for 'lblMap'.2261
ErrorsLine contains a tab character.2266
ErrorsLine contains a tab character.2267
Errors'!=' is not preceded with whitespace.2268
Errors'!=' is not followed by whitespace.2268
ErrorsLine is longer than 80 characters.2269
ErrorsLine contains a tab character.2269
Errors'}' should be on the same line.2270
ErrorsLine contains a tab character.2272
Errors'{' is followed by whitespace.2272
ErrorsLine is longer than 80 characters.2273
ErrorsLine contains a tab character.2273
ErrorsLine contains a tab character.2274
ErrorsLine contains a tab character.2275
ErrorsLine contains a tab character.2276
ErrorsLine contains a tab character.2278
ErrorsLine contains a tab character.2279
ErrorsLine has trailing spaces.2280
ErrorsLine is longer than 80 characters.2282
ErrorsLine is longer than 80 characters.2283
ErrorsLine is longer than 80 characters.2284
Errors'!=' is not preceded with whitespace.2286
Errors'!=' is not followed by whitespace.2286
ErrorsLine is longer than 80 characters.2287
Errors'if' construct must use '{}'s.2300
Errors'!=' is not preceded with whitespace.2300
Errors'!=' is not followed by whitespace.2300
ErrorsLine is longer than 80 characters.2301
Errors'if' construct must use '{}'s.2302
Errors'!=' is not preceded with whitespace.2302
Errors'!=' is not followed by whitespace.2302
ErrorsLine is longer than 80 characters.2303
Errors'if' construct must use '{}'s.2304
Errors'!=' is not preceded with whitespace.2304
Errors'!=' is not followed by whitespace.2304
Errors'if' construct must use '{}'s.2306
Errors'!=' is not preceded with whitespace.2306
Errors'!=' is not followed by whitespace.2306
Errors'if' construct must use '{}'s.2308
Errors'!=' is not preceded with whitespace.2308
Errors'!=' is not followed by whitespace.2308
ErrorsLine is longer than 80 characters.2309
Errors'if' construct must use '{}'s.2310
Errors'!=' is not preceded with whitespace.2310
Errors'!=' is not followed by whitespace.2310
ErrorsLine is longer than 80 characters.2311
Errors'if' construct must use '{}'s.2312
Errors'!=' is not preceded with whitespace.2312
Errors'!=' is not followed by whitespace.2312
ErrorsLine is longer than 80 characters.2313
ErrorsLine is longer than 80 characters.2315
Errors'==' is not preceded with whitespace.2315
Errors'==' is not followed by whitespace.2315
Errors'==' is not preceded with whitespace.2315
Errors'==' is not followed by whitespace.2315
Errors'==' is not preceded with whitespace.2315
Errors'==' is not followed by whitespace.2315
Errors'==' is not preceded with whitespace.2315
Errors'==' is not followed by whitespace.2315
Errors'||' should be on a new line.2315
ErrorsLine is longer than 80 characters.2316
Errors'==' is not preceded with whitespace.2316
Errors'==' is not followed by whitespace.2316
Errors'==' is not preceded with whitespace.2316
Errors'==' is not followed by whitespace.2316
Errors'==' is not preceded with whitespace.2316
Errors'==' is not followed by whitespace.2316
ErrorsLine is longer than 80 characters.2317
ErrorsLine contains a tab character.2317
Errors'{' is followed by whitespace.2317
Errors'+' should be on a new line.2317
ErrorsLine is longer than 80 characters.2318
ErrorsLine contains a tab character.2318
ErrorsLine is longer than 80 characters.2319
ErrorsLine contains a tab character.2319
ErrorsLine contains a tab character.2320
ErrorsLine contains a tab character.2321
ErrorsLine contains a tab character.2322
ErrorsLine contains a tab character.2323
Errors'}' should be on the same line.2325
Errors'!=' is not preceded with whitespace.2327
Errors'!=' is not followed by whitespace.2327
Errors'==' is not preceded with whitespace.2327
Errors'==' is not followed by whitespace.2327
ErrorsLine has trailing spaces.2328
ErrorsLine is longer than 80 characters.2328
Errors'+' should be on a new line.2328
ErrorsLine is longer than 80 characters.2329
ErrorsLine is longer than 80 characters.2332
ErrorsLine is longer than 80 characters.2333
ErrorsLine is longer than 80 characters.2334
ErrorsLine is longer than 80 characters.2335
ErrorsLine is longer than 80 characters.2336
ErrorsLine is longer than 80 characters.2337
ErrorsLine is longer than 80 characters.2338
Errors'3' is a magic number.2342
Errors'4' is a magic number.2343
Errors'5' is a magic number.2344
Errors'6' is a magic number.2345
Errors'7' is a magic number.2346
Errors'8' is a magic number.2347
Errors'9' is a magic number.2348
Errors'10' is a magic number.2350
ErrorsLine has trailing spaces.2351
ErrorsLine is longer than 80 characters.2354
ErrorsLine contains a tab character.2355
ErrorsLine is longer than 80 characters.2356
ErrorsLine contains a tab character.2356
ErrorsLine contains a tab character.2357
ErrorsLine contains a tab character.2358
Errors'}' should be on the same line.2361
ErrorsLine has trailing spaces.2363
ErrorsLine is longer than 80 characters.2363
ErrorsLine contains a tab character.2363
ErrorsLine is longer than 80 characters.2364
ErrorsLine contains a tab character.2364
ErrorsLine contains a tab character.2366
ErrorsLine contains a tab character.2367
ErrorsFirst sentence should end with a period.2371
ErrorsLine has trailing spaces.2371
ErrorsLine contains a tab character.2371
ErrorsLine contains a tab character.2372
ErrorsLine contains a tab character.2373
ErrorsMethod 'ingestDSCollD' is not designed for extension - needs to be abstract, final or empty.2374
ErrorsParameter lblMap should be final.2374
Errors',' is not followed by whitespace.2374
ErrorsExpected @param tag for 'lblMap'.2374
ErrorsLine contains a tab character.2379
ErrorsLine contains a tab character.2380
Errors'!=' is not preceded with whitespace.2381
Errors'!=' is not followed by whitespace.2381
ErrorsLine is longer than 80 characters.2382
ErrorsLine contains a tab character.2382
Errors'}' should be on the same line.2383
ErrorsLine contains a tab character.2385
Errors'{' is followed by whitespace.2385
ErrorsLine is longer than 80 characters.2386
ErrorsLine contains a tab character.2386
ErrorsLine contains a tab character.2387
ErrorsLine contains a tab character.2388
ErrorsLine contains a tab character.2389
ErrorsLine contains a tab character.2391
ErrorsLine contains a tab character.2392
ErrorsLine has trailing spaces.2393
ErrorsLine is longer than 80 characters.2395
ErrorsLine is longer than 80 characters.2396
ErrorsLine is longer than 80 characters.2397
Errors'!=' is not preceded with whitespace.2399
Errors'!=' is not followed by whitespace.2399
ErrorsLine is longer than 80 characters.2400
Errors'!=' is not preceded with whitespace.2404
Errors'!=' is not followed by whitespace.2404
Errors'!=' is not preceded with whitespace.2405
Errors'!=' is not followed by whitespace.2405
Errors'==' is not preceded with whitespace.2405
Errors'==' is not followed by whitespace.2405
ErrorsLine is longer than 80 characters.2406
ErrorsLine has trailing spaces.2408
ErrorsLine is longer than 80 characters.2408
Errors'=' is not preceded with whitespace.2409
Errors'=' is not followed by whitespace.2409
Errors'<' is not preceded with whitespace.2409
Errors'<' is not followed by whitespace.2409
ErrorsLine is longer than 80 characters.2410
Errors'3' is a magic number.2413
Errors'+' is not preceded with whitespace.2413
Errors'+' is not followed by whitespace.2413
Errors'4' is a magic number.2414
Errors'5' is a magic number.2416
ErrorsLine is longer than 80 characters.2421
ErrorsLine contains a tab character.2422
ErrorsLine is longer than 80 characters.2423
ErrorsLine contains a tab character.2423
ErrorsLine contains a tab character.2424
ErrorsLine contains a tab character.2425
Errors'}' should be on the same line.2427
ErrorsLine contains a tab character.2429
Errors'{' is followed by whitespace.2429
ErrorsLine is longer than 80 characters.2430
ErrorsLine contains a tab character.2430
ErrorsLine contains a tab character.2431
ErrorsLine contains a tab character.2432
ErrorsLine contains a tab character.2433
Errors'}' should be on the same line.2437
ErrorsLine has trailing spaces.2439
ErrorsLine is longer than 80 characters.2439
ErrorsLine contains a tab character.2439
ErrorsLine is longer than 80 characters.2440
ErrorsLine contains a tab character.2440
ErrorsLine contains a tab character.2442
ErrorsLine contains a tab character.2443
ErrorsLine has trailing spaces.2446
ErrorsFirst sentence should end with a period.2447
ErrorsLine contains a tab character.2447
ErrorsLine contains a tab character.2448
ErrorsLine contains a tab character.2449
ErrorsMethod 'ingestDSCollDoc' is not designed for extension - needs to be abstract, final or empty.2450
ErrorsParameter lblMap should be final.2450
Errors',' is not followed by whitespace.2450
ErrorsExpected @param tag for 'lblMap'.2450
ErrorsLine contains a tab character.2455
Errors'if' construct must use '{}'s.2457
Errors'!=' is not preceded with whitespace.2457
Errors'!=' is not followed by whitespace.2457
ErrorsLine is longer than 80 characters.2458
ErrorsLine contains a tab character.2458
ErrorsLine contains a tab character.2460
Errors'{' is followed by whitespace.2460
ErrorsLine is longer than 80 characters.2461
ErrorsLine contains a tab character.2461
ErrorsLine contains a tab character.2462
ErrorsLine contains a tab character.2463
ErrorsLine contains a tab character.2464
ErrorsLine contains a tab character.2466
ErrorsLine contains a tab character.2467
ErrorsLine is longer than 80 characters.2471
ErrorsLine is longer than 80 characters.2472
ErrorsLine is longer than 80 characters.2473
ErrorsLine has trailing spaces.2474
Errors'!=' is not preceded with whitespace.2475
Errors'!=' is not followed by whitespace.2475
ErrorsLine is longer than 80 characters.2476
ErrorsLine has trailing spaces.2480
Errors'!=' is not preceded with whitespace.2482
Errors'!=' is not followed by whitespace.2482
ErrorsLine has trailing spaces.2484
Errors'!=' is not preceded with whitespace.2485
Errors'!=' is not followed by whitespace.2485
Errors'==' is not preceded with whitespace.2485
Errors'==' is not followed by whitespace.2485
ErrorsLine is longer than 80 characters.2486
Errors'3' is a magic number.2490
Errors'4' is a magic number.2492
ErrorsLine has trailing spaces.2493
ErrorsLine is longer than 80 characters.2496
ErrorsLine contains a tab character.2497
ErrorsLine is longer than 80 characters.2498
ErrorsLine contains a tab character.2498
ErrorsLine contains a tab character.2499
ErrorsLine contains a tab character.2500
Errors'}' should be on the same line.2502
ErrorsLine contains a tab character.2504
Errors'{' is followed by whitespace.2504
ErrorsLine is longer than 80 characters.2505
ErrorsLine contains a tab character.2505
ErrorsLine contains a tab character.2506
ErrorsLine contains a tab character.2507
ErrorsLine contains a tab character.2508
Errors'}' should be on the same line.2512
ErrorsLine has trailing spaces.2514
ErrorsLine is longer than 80 characters.2514
ErrorsLine contains a tab character.2514
ErrorsLine is longer than 80 characters.2515
ErrorsLine contains a tab character.2515
ErrorsLine contains a tab character.2517
ErrorsLine contains a tab character.2518
ErrorsFirst sentence should end with a period.2522
ErrorsLine contains a tab character.2522
ErrorsLine contains a tab character.2523
ErrorsLine contains a tab character.2524
ErrorsMethod 'ingestInventoryObject' is not designed for extension - needs to be abstract, final or empty.2525
ErrorsParameter lblMap should be final.2525
Errors',' is not followed by whitespace.2525
ErrorsExpected @param tag for 'lblMap'.2525
ErrorsFirst sentence should end with a period.2530
ErrorsLine contains a tab character.2530
ErrorsLine contains a tab character.2531
ErrorsLine contains a tab character.2532
ErrorsMethod 'ingestInvSpcOrdNt' is not designed for extension - needs to be abstract, final or empty.2533
ErrorsParameter lblMap should be final.2533
Errors',' is not followed by whitespace.2533
ErrorsExpected @param tag for 'lblMap'.2533
ErrorsLine contains a tab character.2538
Errors'if' construct must use '{}'s.2540
Errors'!=' is not preceded with whitespace.2540
Errors'!=' is not followed by whitespace.2540
ErrorsLine is longer than 80 characters.2541
Errors'if' construct must use '{}'s.2543
Errors'!=' is not preceded with whitespace.2543
Errors'!=' is not followed by whitespace.2543
Errors'if' construct must use '{}'s.2546
Errors'!=' is not preceded with whitespace.2546
Errors'!=' is not followed by whitespace.2546
ErrorsLine is longer than 80 characters.2549
ErrorsLine is longer than 80 characters.2550
ErrorsLine is longer than 80 characters.2551
Errors'==' is not preceded with whitespace.2553
Errors'==' is not followed by whitespace.2553
Errors'==' is not preceded with whitespace.2553
Errors'==' is not followed by whitespace.2553
Errors'==' is not preceded with whitespace.2553
Errors'==' is not followed by whitespace.2553
ErrorsLine is longer than 80 characters.2554
ErrorsLine contains a tab character.2554
Errors'{' is followed by whitespace.2554
ErrorsLine is longer than 80 characters.2555
ErrorsLine contains a tab character.2555
ErrorsLine contains a tab character.2556
ErrorsLine contains a tab character.2557
ErrorsLine contains a tab character.2558
ErrorsLine has trailing spaces.2563
ErrorsLine contains a tab character.2563
ErrorsLine has trailing spaces.2564
ErrorsLine is longer than 80 characters.2564
ErrorsLine is longer than 80 characters.2565
ErrorsLine has trailing spaces.2566
ErrorsLine is longer than 80 characters.2566
ErrorsLine is longer than 80 characters.2567
ErrorsLine contains a tab character.2567
ErrorsLine has trailing spaces.2568
ErrorsLine is longer than 80 characters.2568
Errors'+' should be on a new line.2568
ErrorsLine is longer than 80 characters.2569
Errors'!=' is not preceded with whitespace.2571
Errors'!=' is not followed by whitespace.2571
ErrorsLine has trailing spaces.2572
ErrorsLine is longer than 80 characters.2572
Errors'+' should be on a new line.2572
ErrorsLine is longer than 80 characters.2573
Errors'!=' is not preceded with whitespace.2578
Errors'!=' is not followed by whitespace.2578
ErrorsLine has trailing spaces.2579
Errors'!=' is not preceded with whitespace.2579
Errors'!=' is not followed by whitespace.2579
Errors'==' is not preceded with whitespace.2579
Errors'==' is not followed by whitespace.2579
ErrorsLine has trailing spaces.2580
ErrorsLine is longer than 80 characters.2580
Errors'+' should be on a new line.2580
ErrorsLine is longer than 80 characters.2584
Errors'=' is not preceded with whitespace.2585
Errors'=' is not followed by whitespace.2585
Errors'<' is not preceded with whitespace.2585
Errors'<' is not followed by whitespace.2585
Errors'3' is a magic number.2588
Errors'4' is a magic number.2589
Errors'5' is a magic number.2590
Errors'+' is not preceded with whitespace.2590
Errors'+' is not followed by whitespace.2590
Errors'6' is a magic number.2591
Errors'7' is a magic number.2593
ErrorsLine is longer than 80 characters.2598
ErrorsLine contains a tab character.2599
ErrorsLine is longer than 80 characters.2600
ErrorsLine contains a tab character.2600
ErrorsLine contains a tab character.2601
ErrorsLine contains a tab character.2602
Errors'}' should be on the same line.2604
ErrorsLine is longer than 80 characters.2606
ErrorsLine contains a tab character.2606
Errors'{' is followed by whitespace.2606
ErrorsLine is longer than 80 characters.2607
ErrorsLine contains a tab character.2607
ErrorsLine contains a tab character.2608
ErrorsLine contains a tab character.2609
ErrorsLine contains a tab character.2610
ErrorsLine contains a tab character.2611
Errors'}' should be on the same line.2614
ErrorsLine has trailing spaces.2616
ErrorsLine is longer than 80 characters.2616
ErrorsLine contains a tab character.2616
ErrorsLine is longer than 80 characters.2617
ErrorsLine contains a tab character.2617
ErrorsLine contains a tab character.2619
ErrorsLine contains a tab character.2620
ErrorsFirst sentence should end with a period.2624
ErrorsLine contains a tab character.2624
ErrorsLine contains a tab character.2625
ErrorsLine contains a tab character.2626
ErrorsMethod 'ingestInvNodeMedia' is not designed for extension - needs to be abstract, final or empty.2627
ErrorsParameter lblMap should be final.2627
Errors',' is not followed by whitespace.2627
ErrorsExpected @param tag for 'lblMap'.2627
ErrorsLine has trailing spaces.2631
ErrorsLine contains a tab character.2632
Errors'if' construct must use '{}'s.2634
Errors'!=' is not preceded with whitespace.2634
Errors'!=' is not followed by whitespace.2634
ErrorsLine is longer than 80 characters.2635
Errors'if' construct must use '{}'s.2637
Errors'!=' is not preceded with whitespace.2637
Errors'!=' is not followed by whitespace.2637
Errors'if' construct must use '{}'s.2640
Errors'!=' is not preceded with whitespace.2640
Errors'!=' is not followed by whitespace.2640
Errors'==' is not preceded with whitespace.2642
Errors'==' is not followed by whitespace.2642
Errors'==' is not preceded with whitespace.2642
Errors'==' is not followed by whitespace.2642
Errors'==' is not preceded with whitespace.2642
Errors'==' is not followed by whitespace.2642
ErrorsLine is longer than 80 characters.2643
ErrorsLine contains a tab character.2643
Errors'{' is followed by whitespace.2643
ErrorsLine is longer than 80 characters.2644
ErrorsLine contains a tab character.2644
ErrorsLine contains a tab character.2645
ErrorsLine contains a tab character.2646
ErrorsLine contains a tab character.2647
ErrorsLine has trailing spaces.2652
ErrorsLine is longer than 80 characters.2652
ErrorsLine is longer than 80 characters.2653
ErrorsLine has trailing spaces.2654
ErrorsLine is longer than 80 characters.2654
ErrorsLine has trailing spaces.2656
ErrorsLine is longer than 80 characters.2656
Errors'+' should be on a new line.2656
ErrorsLine is longer than 80 characters.2657
Errors'!=' is not preceded with whitespace.2659
Errors'!=' is not followed by whitespace.2659
ErrorsLine is longer than 80 characters.2660
Errors'+' should be on a new line.2660
ErrorsLine is longer than 80 characters.2661
Errors'if' construct must use '{}'s.2667
Errors'!=' is not preceded with whitespace.2667
Errors'!=' is not followed by whitespace.2667
Errors'if' construct must use '{}'s.2669
Errors'!=' is not preceded with whitespace.2669
Errors'!=' is not followed by whitespace.2669
Errors'==' is not preceded with whitespace.2671
Errors'==' is not followed by whitespace.2671
Errors'==' is not preceded with whitespace.2671
Errors'==' is not followed by whitespace.2671
ErrorsLine contains a tab character.2672
Errors'{' is followed by whitespace.2672
ErrorsLine is longer than 80 characters.2673
ErrorsLine contains a tab character.2673
ErrorsLine contains a tab character.2674
ErrorsLine contains a tab character.2675
ErrorsLine contains a tab character.2676
ErrorsLine contains a tab character.2677
Errors'}' should be on the same line.2679
Errors'!=' is not preceded with whitespace.2681
Errors'!=' is not followed by whitespace.2681
Errors'==' is not preceded with whitespace.2681
Errors'==' is not followed by whitespace.2681
ErrorsLine has trailing spaces.2682
ErrorsLine is longer than 80 characters.2682
Errors'+' should be on a new line.2682
Errors'3' is a magic number.2687
Errors'4' is a magic number.2688
Errors'5' is a magic number.2689
Errors'6' is a magic number.2690
Errors'7' is a magic number.2692
ErrorsLine is longer than 80 characters.2696
ErrorsLine contains a tab character.2697
ErrorsLine is longer than 80 characters.2698
ErrorsLine contains a tab character.2698
ErrorsLine contains a tab character.2699
ErrorsLine contains a tab character.2700
Errors'}' should be on the same line.2703
ErrorsLine has trailing spaces.2705
ErrorsLine is longer than 80 characters.2705
ErrorsLine contains a tab character.2705
ErrorsLine is longer than 80 characters.2706
ErrorsLine contains a tab character.2706
ErrorsLine contains a tab character.2708
ErrorsLine contains a tab character.2709
ErrorsFirst sentence should end with a period.2713
ErrorsLine contains a tab character.2713
ErrorsLine contains a tab character.2714
ErrorsLine contains a tab character.2715
ErrorsMethod 'ingestSoftwareObject' is not designed for extension - needs to be abstract, final or empty.2716
ErrorsParameter lblMap should be final.2716
Errors',' is not followed by whitespace.2716
ErrorsExpected @param tag for 'lblMap'.2716
ErrorsFirst sentence should end with a period.2722
ErrorsLine contains a tab character.2722
ErrorsLine contains a tab character.2723
ErrorsLine contains a tab character.2724
ErrorsMethod 'ingestSWD' is not designed for extension - needs to be abstract, final or empty.2725
ErrorsParameter lblMap should be final.2725
Errors',' is not followed by whitespace.2725
ErrorsExpected @param tag for 'lblMap'.2725
ErrorsLine contains a tab character.2730
Errors'if' construct must use '{}'s.2732
Errors'!=' is not preceded with whitespace.2732
Errors'!=' is not followed by whitespace.2732
ErrorsLine contains a tab character.2733
Errors'if' construct must use '{}'s.2735
Errors'!=' is not preceded with whitespace.2735
Errors'!=' is not followed by whitespace.2735
ErrorsLine is longer than 80 characters.2736
ErrorsLine contains a tab character.2736
Errors'==' is not preceded with whitespace.2737
Errors'==' is not followed by whitespace.2737
Errors'==' is not preceded with whitespace.2737
Errors'==' is not followed by whitespace.2737
ErrorsLine is longer than 80 characters.2738
ErrorsLine contains a tab character.2738
Errors'{' is followed by whitespace.2738
ErrorsLine is longer than 80 characters.2739
ErrorsLine contains a tab character.2739
ErrorsLine contains a tab character.2740
ErrorsLine contains a tab character.2741
ErrorsLine contains a tab character.2742
ErrorsLine contains a tab character.2745
ErrorsLine is longer than 80 characters.2747
Errors'!=' is not preceded with whitespace.2749
Errors'!=' is not followed by whitespace.2749
ErrorsLine is longer than 80 characters.2750
Errors'!=' is not preceded with whitespace.2754
Errors'!=' is not followed by whitespace.2754
Errors'!=' is not preceded with whitespace.2755
Errors'!=' is not followed by whitespace.2755
Errors'==' is not preceded with whitespace.2755
Errors'==' is not followed by whitespace.2755
ErrorsLine is longer than 80 characters.2756
ErrorsLine is longer than 80 characters.2763
Errors'=' is not preceded with whitespace.2764
Errors'=' is not followed by whitespace.2764
Errors'<' is not preceded with whitespace.2764
Errors'<' is not followed by whitespace.2764
Errors'if' construct must use '{}'s.2765
ErrorsLine has trailing spaces.2765
ErrorsLine is longer than 80 characters.2766
Errors'3' is a magic number.2769
Errors'4' is a magic number.2770
Errors'+' is not preceded with whitespace.2770
Errors'+' is not followed by whitespace.2770
Errors'5' is a magic number.2771
Errors'6' is a magic number.2773
ErrorsLine is longer than 80 characters.2778
ErrorsLine contains a tab character.2779
ErrorsLine is longer than 80 characters.2780
ErrorsLine contains a tab character.2780
ErrorsLine contains a tab character.2781
ErrorsLine contains a tab character.2782
Errors'}' should be on the same line.2784
ErrorsLine contains a tab character.2786
Errors'{' is followed by whitespace.2786
ErrorsLine is longer than 80 characters.2787
ErrorsLine contains a tab character.2787
ErrorsLine contains a tab character.2788
ErrorsLine contains a tab character.2789
ErrorsLine contains a tab character.2790
Errors'}' should be on the same line.2794
ErrorsLine has trailing spaces.2796
ErrorsLine is longer than 80 characters.2796
ErrorsLine contains a tab character.2796
ErrorsLine is longer than 80 characters.2797
ErrorsLine contains a tab character.2797
ErrorsLine contains a tab character.2799
ErrorsLine contains a tab character.2800
ErrorsFirst sentence should end with a period.2804
ErrorsLine contains a tab character.2804
ErrorsLine contains a tab character.2805
ErrorsLine contains a tab character.2806
ErrorsMethod 'ingestSWInfo' is not designed for extension - needs to be abstract, final or empty.2807
ErrorsParameter lblMap should be final.2807
Errors',' is not followed by whitespace.2807
ErrorsExpected @param tag for 'lblMap'.2807
ErrorsLine contains a tab character.2812
ErrorsLine contains a tab character.2813
Errors'if' construct must use '{}'s.2814
Errors'!=' is not preceded with whitespace.2814
Errors'!=' is not followed by whitespace.2814
ErrorsLine contains a tab character.2815
Errors'if' construct must use '{}'s.2817
Errors'!=' is not preceded with whitespace.2817
Errors'!=' is not followed by whitespace.2817
ErrorsLine is longer than 80 characters.2818
ErrorsLine contains a tab character.2818
ErrorsLine has trailing spaces.2819
Errors'if' construct must use '{}'s.2828
Errors'!=' is not preceded with whitespace.2828
Errors'!=' is not followed by whitespace.2828
ErrorsLine is longer than 80 characters.2829
Errors'if' construct must use '{}'s.2830
Errors'!=' is not preceded with whitespace.2830
Errors'!=' is not followed by whitespace.2830
ErrorsLine is longer than 80 characters.2831
Errors'if' construct must use '{}'s.2832
Errors'!=' is not preceded with whitespace.2832
Errors'!=' is not followed by whitespace.2832
ErrorsLine is longer than 80 characters.2833
Errors'if' construct must use '{}'s.2834
Errors'!=' is not preceded with whitespace.2834
Errors'!=' is not followed by whitespace.2834
ErrorsLine is longer than 80 characters.2835
Errors'if' construct must use '{}'s.2836
Errors'!=' is not preceded with whitespace.2836
Errors'!=' is not followed by whitespace.2836
ErrorsLine is longer than 80 characters.2837
Errors'if' construct must use '{}'s.2838
ErrorsLine has trailing spaces.2838
Errors'!=' is not preceded with whitespace.2838
Errors'!=' is not followed by whitespace.2838
ErrorsLine is longer than 80 characters.2839
Errors'if' construct must use '{}'s.2840
Errors'!=' is not preceded with whitespace.2840
Errors'!=' is not followed by whitespace.2840
Errors'if' construct must use '{}'s.2842
Errors'!=' is not preceded with whitespace.2842
Errors'!=' is not followed by whitespace.2842
ErrorsLine is longer than 80 characters.2843
ErrorsLine has trailing spaces.2844
ErrorsLine is longer than 80 characters.2845
Errors'==' is not preceded with whitespace.2845
Errors'==' is not followed by whitespace.2845
Errors'==' is not preceded with whitespace.2845
Errors'==' is not followed by whitespace.2845
Errors'==' is not preceded with whitespace.2845
Errors'==' is not followed by whitespace.2845
Errors'==' is not preceded with whitespace.2845
Errors'==' is not followed by whitespace.2845
Errors'==' is not preceded with whitespace.2845
Errors'==' is not followed by whitespace.2845
Errors'==' is not preceded with whitespace.2845
Errors'==' is not followed by whitespace.2845
Errors'||' should be on a new line.2845
ErrorsLine is longer than 80 characters.2846
Errors'==' is not preceded with whitespace.2846
Errors'==' is not followed by whitespace.2846
Errors'==' is not preceded with whitespace.2846
Errors'==' is not followed by whitespace.2846
Errors'==' is not preceded with whitespace.2846
Errors'==' is not followed by whitespace.2846
Errors'==' is not preceded with whitespace.2846
Errors'==' is not followed by whitespace.2846
ErrorsLine is longer than 80 characters.2847
ErrorsLine contains a tab character.2847
Errors'{' is followed by whitespace.2847
Errors'+' should be on a new line.2847
ErrorsLine is longer than 80 characters.2848
ErrorsLine contains a tab character.2848
ErrorsLine is longer than 80 characters.2849
ErrorsLine contains a tab character.2849
ErrorsLine contains a tab character.2850
ErrorsLine contains a tab character.2851
ErrorsLine contains a tab character.2852
ErrorsLine contains a tab character.2853
Errors'}' should be on the same line.2855
ErrorsLine is longer than 80 characters.2857
ErrorsLine contains a tab character.2857
ErrorsLine is longer than 80 characters.2858
ErrorsLine is longer than 80 characters.2859
Errors'!=' is not preceded with whitespace.2861
Errors'!=' is not followed by whitespace.2861
ErrorsLine is longer than 80 characters.2862
Errors'!=' is not preceded with whitespace.2866
Errors'!=' is not followed by whitespace.2866
Errors'==' is not preceded with whitespace.2866
Errors'==' is not followed by whitespace.2866
ErrorsLine is longer than 80 characters.2867
Errors'+' should be on a new line.2867
ErrorsLine is longer than 80 characters.2868
ErrorsLine is longer than 80 characters.2873
ErrorsLine is longer than 80 characters.2875
ErrorsLine is longer than 80 characters.2878
Errors'3' is a magic number.2882
Errors'4' is a magic number.2883
Errors'5' is a magic number.2884
Errors'6' is a magic number.2885
Errors'7' is a magic number.2886
Errors'8' is a magic number.2887
Errors'9' is a magic number.2888
Errors'10' is a magic number.2889
Errors'11' is a magic number.2890
Errors'12' is a magic number.2892
ErrorsLine is longer than 80 characters.2895
ErrorsLine contains a tab character.2896
ErrorsLine is longer than 80 characters.2897
ErrorsLine contains a tab character.2897
ErrorsLine contains a tab character.2898
ErrorsLine contains a tab character.2899
Errors'}' should be on the same line.2902
ErrorsLine has trailing spaces.2904
ErrorsLine is longer than 80 characters.2904
ErrorsLine contains a tab character.2904
ErrorsLine is longer than 80 characters.2905
ErrorsLine contains a tab character.2905
ErrorsLine contains a tab character.2907
ErrorsLine contains a tab character.2908
ErrorsFirst sentence should end with a period.2912
ErrorsLine contains a tab character.2912
ErrorsLine contains a tab character.2913
ErrorsLine contains a tab character.2914
ErrorsMethod 'ingestSWPur' is not designed for extension - needs to be abstract, final or empty.2915
ErrorsParameter lblMap should be final.2915
Errors',' is not followed by whitespace.2915
ErrorsExpected @param tag for 'lblMap'.2915
ErrorsLine contains a tab character.2920
ErrorsLine contains a tab character.2921
Errors'if' construct must use '{}'s.2922
Errors'!=' is not preceded with whitespace.2922
Errors'!=' is not followed by whitespace.2922
ErrorsLine contains a tab character.2923
Errors'if' construct must use '{}'s.2925
Errors'!=' is not preceded with whitespace.2925
Errors'!=' is not followed by whitespace.2925
ErrorsLine is longer than 80 characters.2926
ErrorsLine contains a tab character.2926
Errors'==' is not preceded with whitespace.2927
Errors'==' is not followed by whitespace.2927
Errors'==' is not preceded with whitespace.2927
Errors'==' is not followed by whitespace.2927
ErrorsLine is longer than 80 characters.2928
ErrorsLine contains a tab character.2928
Errors'{' is followed by whitespace.2928
ErrorsLine is longer than 80 characters.2929
ErrorsLine contains a tab character.2929
ErrorsLine contains a tab character.2930
ErrorsLine contains a tab character.2931
ErrorsLine contains a tab character.2932
ErrorsLine contains a tab character.2933
ErrorsLine contains a tab character.2935
ErrorsLine is longer than 80 characters.2937
ErrorsLine is longer than 80 characters.2938
ErrorsLine is longer than 80 characters.2939
Errors'+' should be on a new line.2939
Errors'!=' is not preceded with whitespace.2942
Errors'!=' is not followed by whitespace.2942
ErrorsLine is longer than 80 characters.2943
Errors'!=' is not preceded with whitespace.2947
Errors'!=' is not followed by whitespace.2947
Errors'!=' is not preceded with whitespace.2948
Errors'!=' is not followed by whitespace.2948
Errors'==' is not preceded with whitespace.2948
Errors'==' is not followed by whitespace.2948
ErrorsLine is longer than 80 characters.2949
ErrorsLine is longer than 80 characters.2952
ErrorsLine is longer than 80 characters.2955
Errors'3' is a magic number.2955
Errors'4' is a magic number.2956
Errors'5' is a magic number.2958
ErrorsLine is longer than 80 characters.2962
ErrorsLine contains a tab character.2963
ErrorsLine is longer than 80 characters.2964
ErrorsLine contains a tab character.2964
ErrorsLine contains a tab character.2965
ErrorsLine contains a tab character.2966
Errors'}' should be on the same line.2968
ErrorsLine contains a tab character.2970
Errors'{' is followed by whitespace.2970
ErrorsLine is longer than 80 characters.2971
ErrorsLine contains a tab character.2971
ErrorsLine contains a tab character.2972
ErrorsLine contains a tab character.2973
ErrorsLine contains a tab character.2974
Errors'}' should be on the same line.2978
ErrorsLine has trailing spaces.2980
ErrorsLine is longer than 80 characters.2980
ErrorsLine contains a tab character.2980
ErrorsLine is longer than 80 characters.2981
ErrorsLine contains a tab character.2981
ErrorsLine contains a tab character.2983
ErrorsLine contains a tab character.2984
ErrorsFirst sentence should end with a period.2988
ErrorsLine has trailing spaces.2988
ErrorsLine contains a tab character.2988
ErrorsLine contains a tab character.2989
ErrorsLine contains a tab character.2990
ErrorsLine has trailing spaces.2991
ErrorsLine is longer than 80 characters.2991
ErrorsMethod 'ingestSoftwareOnlineObject' is not designed for extension - needs to be abstract, final or empty.2991
ErrorsParameter lblMap should be final.2991
Errors',' is not followed by whitespace.2991
ErrorsExpected @param tag for 'lblMap'.2991
ErrorsLine contains a tab character.2996
ErrorsLine contains a tab character.2997
Errors'if' construct must use '{}'s.2998
Errors'!=' is not preceded with whitespace.2998
Errors'!=' is not followed by whitespace.2998
ErrorsLine contains a tab character.2999
Errors'if' construct must use '{}'s.3001
Errors'!=' is not preceded with whitespace.3001
Errors'!=' is not followed by whitespace.3001
ErrorsLine is longer than 80 characters.3002
ErrorsLine contains a tab character.3002
Errors'if' construct must use '{}'s.3004
Errors'!=' is not preceded with whitespace.3004
Errors'!=' is not followed by whitespace.3004
ErrorsLine contains a tab character.3005
ErrorsLine has trailing spaces.3006
Errors'if' construct must use '{}'s.3011
Errors'!=' is not preceded with whitespace.3011
Errors'!=' is not followed by whitespace.3011
Errors'if' construct must use '{}'s.3013
Errors'!=' is not preceded with whitespace.3013
Errors'!=' is not followed by whitespace.3013
ErrorsLine is longer than 80 characters.3014
Errors'if' construct must use '{}'s.3015
Errors'!=' is not preceded with whitespace.3015
Errors'!=' is not followed by whitespace.3015
ErrorsLine is longer than 80 characters.3016
Errors'if' construct must use '{}'s.3017
Errors'!=' is not preceded with whitespace.3017
Errors'!=' is not followed by whitespace.3017
ErrorsLine is longer than 80 characters.3018
ErrorsLine has trailing spaces.3020
ErrorsLine is longer than 80 characters.3020
Errors'==' is not preceded with whitespace.3020
Errors'==' is not followed by whitespace.3020
Errors'==' is not preceded with whitespace.3020
Errors'==' is not followed by whitespace.3020
Errors'==' is not preceded with whitespace.3020
Errors'==' is not followed by whitespace.3020
Errors'==' is not preceded with whitespace.3020
Errors'==' is not followed by whitespace.3020
Errors'||' should be on a new line.3020
ErrorsLine contains a tab character.3021
Errors'==' is not preceded with whitespace.3021
Errors'==' is not followed by whitespace.3021
Errors'==' is not preceded with whitespace.3021
Errors'==' is not followed by whitespace.3021
Errors'==' is not preceded with whitespace.3021
Errors'==' is not followed by whitespace.3021
ErrorsLine is longer than 80 characters.3022
ErrorsLine contains a tab character.3022
Errors'{' is followed by whitespace.3022
Errors'+' should be on a new line.3022
ErrorsLine is longer than 80 characters.3023
ErrorsLine contains a tab character.3023
ErrorsLine is longer than 80 characters.3024
ErrorsLine contains a tab character.3024
ErrorsLine contains a tab character.3025
ErrorsLine contains a tab character.3026
ErrorsLine contains a tab character.3027
Errors'}' should be on the same line.3030
ErrorsLine is longer than 80 characters.3032
ErrorsLine contains a tab character.3032
ErrorsLine is longer than 80 characters.3033
ErrorsLine is longer than 80 characters.3034
Errors'+' should be on a new line.3034
ErrorsLine is longer than 80 characters.3035
Errors'!=' is not preceded with whitespace.3037
Errors'!=' is not followed by whitespace.3037
ErrorsLine has trailing spaces.3038
ErrorsLine is longer than 80 characters.3038
Errors'+' should be on a new line.3038
Errors'!=' is not preceded with whitespace.3044
Errors'!=' is not followed by whitespace.3044
Errors'==' is not preceded with whitespace.3044
Errors'==' is not followed by whitespace.3044
ErrorsLine is longer than 80 characters.3045
Errors'+' should be on a new line.3045
ErrorsLine has trailing spaces.3048
ErrorsLine is longer than 80 characters.3050
ErrorsLine is longer than 80 characters.3051
ErrorsLine is longer than 80 characters.3052
ErrorsLine is longer than 80 characters.3053
ErrorsLine is longer than 80 characters.3054
ErrorsLine is longer than 80 characters.3055
ErrorsLine is longer than 80 characters.3056
Errors'3' is a magic number.3060
Errors'4' is a magic number.3061
Errors'5' is a magic number.3062
Errors'6' is a magic number.3063
Errors'7' is a magic number.3064
Errors'8' is a magic number.3065
Errors'9' is a magic number.3067
ErrorsLine is longer than 80 characters.3071
ErrorsLine contains a tab character.3072
ErrorsLine is longer than 80 characters.3073
ErrorsLine contains a tab character.3073
ErrorsLine contains a tab character.3074
ErrorsLine contains a tab character.3075
Errors'}' should be on the same line.3078
ErrorsLine has trailing spaces.3080
ErrorsLine is longer than 80 characters.3080
ErrorsLine contains a tab character.3080
ErrorsLine is longer than 80 characters.3081
ErrorsLine contains a tab character.3081
ErrorsLine contains a tab character.3083
ErrorsLine contains a tab character.3084
ErrorsFirst sentence should end with a period.3088
ErrorsLine contains a tab character.3088
ErrorsLine contains a tab character.3089
ErrorsLine contains a tab character.3090
ErrorsMethod 'ingestTargetObject' is not designed for extension - needs to be abstract, final or empty.3091
ErrorsParameter lblMap should be final.3091
Errors',' is not followed by whitespace.3091
ErrorsExpected @param tag for 'lblMap'.3091
ErrorsFirst sentence should end with a period.3097
ErrorsLine contains a tab character.3097
ErrorsLine contains a tab character.3098
ErrorsLine contains a tab character.3099
ErrorsMethod 'ingestTargetD' is not designed for extension - needs to be abstract, final or empty.3100
ErrorsParameter lblMap should be final.3100
Errors',' is not followed by whitespace.3100
ErrorsExpected @param tag for 'lblMap'.3100
ErrorsLine contains a tab character.3105
ErrorsLine contains a tab character.3106
Errors'if' construct must use '{}'s.3107
ErrorsLine has trailing spaces.3107
ErrorsLine contains a tab character.3107
Errors'!=' is not preceded with whitespace.3107
Errors'!=' is not followed by whitespace.3107
ErrorsLine is longer than 80 characters.3108
ErrorsLine contains a tab character.3108
ErrorsLine contains a tab character.3109
ErrorsLine contains a tab character.3110
Errors'{' is followed by whitespace.3110
ErrorsLine is longer than 80 characters.3111
ErrorsLine contains a tab character.3111
ErrorsLine contains a tab character.3112
ErrorsLine contains a tab character.3113
ErrorsLine contains a tab character.3114
ErrorsLine contains a tab character.3115
ErrorsLine contains a tab character.3116
ErrorsLine contains a tab character.3117
ErrorsLine contains a tab character.3118
ErrorsLine has trailing spaces.3119
ErrorsLine contains a tab character.3119
ErrorsLine is longer than 80 characters.3120
ErrorsLine is longer than 80 characters.3122
ErrorsLine has trailing spaces.3123
Errors'!=' is not preceded with whitespace.3124
Errors'!=' is not followed by whitespace.3124
ErrorsLine is longer than 80 characters.3125
Errors'!=' is not preceded with whitespace.3129
Errors'!=' is not followed by whitespace.3129
Errors'!=' is not preceded with whitespace.3130
Errors'!=' is not followed by whitespace.3130
Errors'||' is not followed by whitespace.3130
Errors'==' is not preceded with whitespace.3130
Errors'==' is not followed by whitespace.3130
ErrorsLine is longer than 80 characters.3131
ErrorsLine is longer than 80 characters.3132
ErrorsLine is longer than 80 characters.3133
ErrorsLine is longer than 80 characters.3136
Errors'=' is not preceded with whitespace.3137
Errors'=' is not followed by whitespace.3137
Errors'<' is not preceded with whitespace.3137
Errors'<' is not followed by whitespace.3137
ErrorsLine is longer than 80 characters.3138
Errors'3' is a magic number.3141
Errors'+' is not preceded with whitespace.3141
Errors'+' is not followed by whitespace.3141
Errors'4' is a magic number.3142
Errors'5' is a magic number.3144
ErrorsLine has trailing spaces.3145
ErrorsLine has trailing spaces.3146
ErrorsLine is longer than 80 characters.3149
ErrorsLine contains a tab character.3150
ErrorsLine is longer than 80 characters.3151
ErrorsLine contains a tab character.3151
ErrorsLine contains a tab character.3152
ErrorsLine contains a tab character.3153
Errors'}' should be on the same line.3155
ErrorsLine contains a tab character.3157
Errors'{' is followed by whitespace.3157
ErrorsLine is longer than 80 characters.3158
ErrorsLine contains a tab character.3158
ErrorsLine contains a tab character.3159
ErrorsLine contains a tab character.3160
ErrorsLine contains a tab character.3161
Errors'}' should be on the same line.3165
ErrorsLine has trailing spaces.3167
ErrorsLine is longer than 80 characters.3167
ErrorsLine contains a tab character.3167
ErrorsLine is longer than 80 characters.3168
ErrorsLine contains a tab character.3168
ErrorsLine contains a tab character.3170
ErrorsLine contains a tab character.3171
ErrorsFirst sentence should end with a period.3175
ErrorsLine contains a tab character.3175
ErrorsLine contains a tab character.3176
ErrorsLine contains a tab character.3177
ErrorsMethod 'ingestTargetInfo' is not designed for extension - needs to be abstract, final or empty.3178
ErrorsParameter lblMap should be final.3178
Errors',' is not followed by whitespace.3178
ErrorsExpected @param tag for 'lblMap'.3178
ErrorsLine contains a tab character.3183
ErrorsLine contains a tab character.3184
Errors'if' construct must use '{}'s.3185
ErrorsLine has trailing spaces.3185
ErrorsLine contains a tab character.3185
Errors'!=' is not preceded with whitespace.3185
Errors'!=' is not followed by whitespace.3185
ErrorsLine is longer than 80 characters.3186
ErrorsLine contains a tab character.3186
ErrorsLine contains a tab character.3187
ErrorsLine contains a tab character.3188
Errors'{' is followed by whitespace.3188
ErrorsLine is longer than 80 characters.3189
ErrorsLine contains a tab character.3189
ErrorsLine contains a tab character.3190
ErrorsLine contains a tab character.3191
ErrorsLine contains a tab character.3192
ErrorsLine contains a tab character.3193
ErrorsLine contains a tab character.3194
ErrorsLine contains a tab character.3195
ErrorsLine contains a tab character.3196
ErrorsLine has trailing spaces.3197
ErrorsLine contains a tab character.3197
ErrorsLine is longer than 80 characters.3198
ErrorsLine is longer than 80 characters.3199
ErrorsLine is longer than 80 characters.3200
Errors'!=' is not preceded with whitespace.3202
Errors'!=' is not followed by whitespace.3202
ErrorsLine is longer than 80 characters.3203
Errors'if' construct must use '{}'s.3212
Errors'!=' is not preceded with whitespace.3212
Errors'!=' is not followed by whitespace.3212
ErrorsLine is longer than 80 characters.3213
Errors'if' construct must use '{}'s.3214
Errors'!=' is not preceded with whitespace.3214
Errors'!=' is not followed by whitespace.3214
ErrorsLine is longer than 80 characters.3215
Errors'if' construct must use '{}'s.3216
Errors'!=' is not preceded with whitespace.3216
Errors'!=' is not followed by whitespace.3216
ErrorsLine is longer than 80 characters.3217
Errors'if' construct must use '{}'s.3218
Errors'!=' is not preceded with whitespace.3218
Errors'!=' is not followed by whitespace.3218
Errors'if' construct must use '{}'s.3220
Errors'!=' is not preceded with whitespace.3220
Errors'!=' is not followed by whitespace.3220
ErrorsLine is longer than 80 characters.3221
ErrorsLine has trailing spaces.3222
ErrorsLine has trailing spaces.3223
ErrorsLine is longer than 80 characters.3223
Errors'==' is not preceded with whitespace.3223
Errors'==' is not followed by whitespace.3223
Errors'==' is not preceded with whitespace.3223
Errors'==' is not followed by whitespace.3223
Errors'==' is not preceded with whitespace.3223
Errors'==' is not followed by whitespace.3223
Errors'||' should be on a new line.3223
Errors'==' is not preceded with whitespace.3224
Errors'==' is not followed by whitespace.3224
Errors'==' is not preceded with whitespace.3224
Errors'==' is not followed by whitespace.3224
ErrorsLine is longer than 80 characters.3225
ErrorsLine contains a tab character.3225
Errors'{' is followed by whitespace.3225
Errors'+' should be on a new line.3225
ErrorsLine contains a tab character.3226
ErrorsLine is longer than 80 characters.3227
ErrorsLine contains a tab character.3227
ErrorsLine contains a tab character.3228
ErrorsLine contains a tab character.3229
ErrorsLine contains a tab character.3230
ErrorsLine contains a tab character.3231
Errors'}' should be on the same line.3233
Errors'!=' is not preceded with whitespace.3235
Errors'!=' is not followed by whitespace.3235
Errors'==' is not preceded with whitespace.3235
Errors'==' is not followed by whitespace.3235
ErrorsLine is longer than 80 characters.3236
ErrorsLine has trailing spaces.3237
ErrorsLine is longer than 80 characters.3237
Errors'+' should be on a new line.3237
ErrorsLine is longer than 80 characters.3238
ErrorsLine is longer than 80 characters.3241
ErrorsLine is longer than 80 characters.3242
ErrorsLine is longer than 80 characters.3243
ErrorsLine is longer than 80 characters.3244
ErrorsLine is longer than 80 characters.3245
ErrorsLine is longer than 80 characters.3246
ErrorsLine contains a tab character.3247
Errors'3' is a magic number.3250
Errors'4' is a magic number.3251
Errors'5' is a magic number.3252
Errors'6' is a magic number.3253
Errors'7' is a magic number.3254
Errors'8' is a magic number.3255
Errors'9' is a magic number.3256
Errors'10' is a magic number.3258
ErrorsLine is longer than 80 characters.3262
ErrorsLine contains a tab character.3263
ErrorsLine is longer than 80 characters.3264
ErrorsLine contains a tab character.3264
ErrorsLine contains a tab character.3265
ErrorsLine contains a tab character.3266
ErrorsLine is longer than 80 characters.3267
ErrorsLine contains a tab character.3267
ErrorsLine is longer than 80 characters.3269
Errors'}' should be on the same line.3274
ErrorsLine has trailing spaces.3276
ErrorsLine is longer than 80 characters.3276
ErrorsLine contains a tab character.3276
ErrorsLine is longer than 80 characters.3277
ErrorsLine contains a tab character.3277
ErrorsLine contains a tab character.3279
ErrorsLine contains a tab character.3280
ErrorsFirst sentence should end with a period.3284
ErrorsLine contains a tab character.3284
ErrorsLine contains a tab character.3285
ErrorsLine contains a tab character.3286
ErrorsMethod 'ingestTargetDoc' is not designed for extension - needs to be abstract, final or empty.3287
ErrorsParameter lblMap should be final.3287
Errors',' is not followed by whitespace.3287
ErrorsExpected @param tag for 'lblMap'.3287
ErrorsLine contains a tab character.3292
ErrorsLine contains a tab character.3293
Errors'if' construct must use '{}'s.3294
ErrorsLine has trailing spaces.3294
ErrorsLine contains a tab character.3294
Errors'!=' is not preceded with whitespace.3294
Errors'!=' is not followed by whitespace.3294
ErrorsLine is longer than 80 characters.3295
ErrorsLine contains a tab character.3295
ErrorsLine contains a tab character.3296
ErrorsLine contains a tab character.3297
Errors'{' is followed by whitespace.3297
ErrorsLine is longer than 80 characters.3298
ErrorsLine contains a tab character.3298
ErrorsLine contains a tab character.3299
ErrorsLine contains a tab character.3300
ErrorsLine contains a tab character.3301
ErrorsLine contains a tab character.3302
ErrorsLine contains a tab character.3303
ErrorsLine contains a tab character.3304
ErrorsLine contains a tab character.3305
ErrorsLine has trailing spaces.3306
ErrorsLine contains a tab character.3306
ErrorsLine is longer than 80 characters.3308
ErrorsLine is longer than 80 characters.3309
ErrorsLine is longer than 80 characters.3310
Errors'!=' is not preceded with whitespace.3312
Errors'!=' is not followed by whitespace.3312
ErrorsLine is longer than 80 characters.3313
Errors'!=' is not preceded with whitespace.3318
Errors'!=' is not followed by whitespace.3318
ErrorsLine has trailing spaces.3320
Errors'!=' is not preceded with whitespace.3321
Errors'!=' is not followed by whitespace.3321
Errors'==' is not preceded with whitespace.3321
Errors'==' is not followed by whitespace.3321
ErrorsLine is longer than 80 characters.3323
ErrorsLine is longer than 80 characters.3325
Errors'3' is a magic number.3328
Errors'4' is a magic number.3330
ErrorsLine is longer than 80 characters.3334
ErrorsLine contains a tab character.3335
ErrorsLine is longer than 80 characters.3336
ErrorsLine contains a tab character.3336
ErrorsLine contains a tab character.3337
ErrorsLine contains a tab character.3338
Errors'}' should be on the same line.3341
ErrorsLine has trailing spaces.3343
ErrorsLine is longer than 80 characters.3343
ErrorsLine contains a tab character.3343
ErrorsLine is longer than 80 characters.3344
ErrorsLine contains a tab character.3344
ErrorsLine contains a tab character.3346
ErrorsLine contains a tab character.3347
ErrorsFirst sentence should end with a period.3351
ErrorsLine contains a tab character.3351
ErrorsLine contains a tab character.3352
ErrorsLine contains a tab character.3353
ErrorsMethod 'ingestVolumeObject' is not designed for extension - needs to be abstract, final or empty.3354
ErrorsParameter lblMap should be final.3354
Errors',' is not followed by whitespace.3354
ErrorsExpected @param tag for 'lblMap'.3354
ErrorsFirst sentence should end with a period.3363
ErrorsLine contains a tab character.3363
ErrorsLine contains a tab character.3364
ErrorsLine contains a tab character.3365
ErrorsMethod 'ingestVolDS' is not designed for extension - needs to be abstract, final or empty.3366
ErrorsParameter lblMap should be final.3366
Errors',' is not followed by whitespace.3366
ErrorsExpected @param tag for 'lblMap'.3366
ErrorsLine contains a tab character.3371
Errors'if' construct must use '{}'s.3373
Errors'!=' is not preceded with whitespace.3373
Errors'!=' is not followed by whitespace.3373
ErrorsLine contains a tab character.3374
Errors'if' construct must use '{}'s.3376
Errors'!=' is not preceded with whitespace.3376
Errors'!=' is not followed by whitespace.3376
ErrorsLine contains a tab character.3377
Errors'==' is not preceded with whitespace.3378
Errors'==' is not followed by whitespace.3378
Errors'==' is not preceded with whitespace.3378
Errors'==' is not followed by whitespace.3378
ErrorsLine contains a tab character.3379
Errors'{' is followed by whitespace.3379
ErrorsLine is longer than 80 characters.3380
ErrorsLine contains a tab character.3380
ErrorsLine contains a tab character.3381
ErrorsLine contains a tab character.3382
ErrorsLine contains a tab character.3383
ErrorsLine contains a tab character.3384
ErrorsLine contains a tab character.3385
ErrorsLine contains a tab character.3386
ErrorsLine is longer than 80 characters.3388
ErrorsLine is longer than 80 characters.3389
ErrorsLine is longer than 80 characters.3390
Errors'!=' is not preceded with whitespace.3392
Errors'!=' is not followed by whitespace.3392
ErrorsLine is longer than 80 characters.3393
Errors'if' construct must use '{}'s.3398
Errors'!=' is not preceded with whitespace.3398
Errors'!=' is not followed by whitespace.3398
ErrorsLine is longer than 80 characters.3399
Errors'if' construct must use '{}'s.3400
Errors'!=' is not preceded with whitespace.3400
Errors'!=' is not followed by whitespace.3400
Errors'!=' is not preceded with whitespace.3403
Errors'!=' is not followed by whitespace.3403
Errors'!=' is not preceded with whitespace.3404
Errors'!=' is not followed by whitespace.3404
Errors'==' is not preceded with whitespace.3404
Errors'==' is not followed by whitespace.3404
ErrorsLine is longer than 80 characters.3405
ErrorsLine is longer than 80 characters.3407
ErrorsLine is longer than 80 characters.3408
ErrorsLine is longer than 80 characters.3409
Errors'3' is a magic number.3412
Errors'4' is a magic number.3413
Errors'5' is a magic number.3414
Errors'6' is a magic number.3416
ErrorsLine is longer than 80 characters.3420
ErrorsLine contains a tab character.3421
ErrorsLine is longer than 80 characters.3422
ErrorsLine contains a tab character.3422
ErrorsLine contains a tab character.3423
ErrorsLine contains a tab character.3424
Errors'}' should be on the same line.3426
ErrorsLine is longer than 80 characters.3428
ErrorsLine contains a tab character.3428
Errors'{' is followed by whitespace.3428
ErrorsLine is longer than 80 characters.3429
ErrorsLine contains a tab character.3429
ErrorsLine contains a tab character.3430
ErrorsLine contains a tab character.3431
ErrorsLine contains a tab character.3432
ErrorsLine contains a tab character.3433
Errors'}' should be on the same line.3436
ErrorsLine has trailing spaces.3438
ErrorsLine is longer than 80 characters.3438
ErrorsLine contains a tab character.3438
ErrorsLine is longer than 80 characters.3439
ErrorsLine contains a tab character.3439
ErrorsLine contains a tab character.3441
ErrorsLine contains a tab character.3442
ErrorsFirst sentence should end with a period.3446
ErrorsLine contains a tab character.3446
ErrorsLine contains a tab character.3447
ErrorsLine contains a tab character.3448
ErrorsMethod 'ingestVolDesc' is not designed for extension - needs to be abstract, final or empty.3449
ErrorsParameter lblMap should be final.3449
Errors',' is not followed by whitespace.3449
ErrorsExpected @param tag for 'lblMap'.3449
ErrorsLine contains a tab character.3454
ErrorsLine contains a tab character.3455
Errors'if' construct must use '{}'s.3456
Errors'!=' is not preceded with whitespace.3456
Errors'!=' is not followed by whitespace.3456
ErrorsLine contains a tab character.3457
Errors'if' construct must use '{}'s.3459
Errors'!=' is not preceded with whitespace.3459
Errors'!=' is not followed by whitespace.3459
ErrorsLine contains a tab character.3460
Errors'==' is not preceded with whitespace.3461
Errors'==' is not followed by whitespace.3461
Errors'==' is not preceded with whitespace.3461
Errors'==' is not followed by whitespace.3461
ErrorsLine contains a tab character.3462
Errors'{' is followed by whitespace.3462
ErrorsLine is longer than 80 characters.3463
ErrorsLine contains a tab character.3463
ErrorsLine contains a tab character.3464
ErrorsLine contains a tab character.3465
ErrorsLine contains a tab character.3466
ErrorsLine contains a tab character.3467
ErrorsLine contains a tab character.3468
ErrorsLine contains a tab character.3469
ErrorsLine has trailing spaces.3471
ErrorsLine is longer than 80 characters.3471
ErrorsLine contains a tab character.3472
ErrorsLine is longer than 80 characters.3473
ErrorsLine is longer than 80 characters.3474
Errors'+' should be on a new line.3474
ErrorsLine contains a tab character.3475
ErrorsLine has trailing spaces.3476
Errors'!=' is not preceded with whitespace.3477
Errors'!=' is not followed by whitespace.3477
ErrorsLine has trailing spaces.3478
ErrorsLine is longer than 80 characters.3478
Errors'+' should be on a new line.3478
ErrorsLine contains a tab character.3479
Errors'!=' is not preceded with whitespace.3483
Errors'!=' is not followed by whitespace.3483
Errors'!=' is not preceded with whitespace.3484
Errors'!=' is not followed by whitespace.3484
Errors'==' is not preceded with whitespace.3484
Errors'==' is not followed by whitespace.3484
ErrorsLine is longer than 80 characters.3485
ErrorsLine is longer than 80 characters.3487
Errors'=' is not preceded with whitespace.3488
Errors'=' is not followed by whitespace.3488
Errors'<' is not preceded with whitespace.3488
Errors'<' is not followed by whitespace.3488
ErrorsLine is longer than 80 characters.3489
Errors'3' is a magic number.3492
Errors'4' is a magic number.3493
Errors'+' is not preceded with whitespace.3493
Errors'+' is not followed by whitespace.3493
Errors'5' is a magic number.3494
Errors'6' is a magic number.3496
ErrorsLine is longer than 80 characters.3501
ErrorsLine contains a tab character.3502
ErrorsLine is longer than 80 characters.3503
ErrorsLine contains a tab character.3503
ErrorsLine contains a tab character.3504
ErrorsLine contains a tab character.3505
Errors'}' should be on the same line.3507
ErrorsLine contains a tab character.3509
Errors'{' is followed by whitespace.3509
ErrorsLine is longer than 80 characters.3510
ErrorsLine contains a tab character.3510
ErrorsLine contains a tab character.3511
ErrorsLine contains a tab character.3512
ErrorsLine contains a tab character.3513
ErrorsLine contains a tab character.3514
Errors'}' should be on the same line.3517
ErrorsLine has trailing spaces.3519
ErrorsLine is longer than 80 characters.3519
ErrorsLine contains a tab character.3519
ErrorsLine is longer than 80 characters.3520
ErrorsLine contains a tab character.3520
ErrorsLine contains a tab character.3522
ErrorsLine contains a tab character.3523
ErrorsFirst sentence should end with a period.3527
ErrorsLine contains a tab character.3527
ErrorsLine contains a tab character.3528
ErrorsLine contains a tab character.3529
ErrorsMethod 'ingestVolInfo' is not designed for extension - needs to be abstract, final or empty.3530
ErrorsParameter lblMap should be final.3530
Errors',' is not followed by whitespace.3530
ErrorsExpected @param tag for 'lblMap'.3530
ErrorsLine contains a tab character.3535
ErrorsLine contains a tab character.3536
Errors'if' construct must use '{}'s.3537
Errors'!=' is not preceded with whitespace.3537
Errors'!=' is not followed by whitespace.3537
ErrorsLine contains a tab character.3538
Errors'if' construct must use '{}'s.3540
Errors'!=' is not preceded with whitespace.3540
Errors'!=' is not followed by whitespace.3540
ErrorsLine contains a tab character.3541
Errors'==' is not preceded with whitespace.3542
Errors'==' is not followed by whitespace.3542
Errors'==' is not preceded with whitespace.3542
Errors'==' is not followed by whitespace.3542
ErrorsLine contains a tab character.3543
Errors'{' is followed by whitespace.3543
ErrorsLine is longer than 80 characters.3544
ErrorsLine contains a tab character.3544
ErrorsLine contains a tab character.3545
ErrorsLine contains a tab character.3546
ErrorsLine contains a tab character.3547
ErrorsLine contains a tab character.3548
ErrorsLine contains a tab character.3549
ErrorsLine contains a tab character.3550
ErrorsLine is longer than 80 characters.3552
ErrorsLine is longer than 80 characters.3553
ErrorsLine has trailing spaces.3554
ErrorsLine is longer than 80 characters.3554
Errors'+' should be on a new line.3554
Errors'!=' is not preceded with whitespace.3557
Errors'!=' is not followed by whitespace.3557
ErrorsLine has trailing spaces.3558
ErrorsLine is longer than 80 characters.3558
Errors'+' should be on a new line.3558
ErrorsLine contains a tab character.3559
Errors'if' construct must use '{}'s.3569
Errors'!=' is not preceded with whitespace.3569
Errors'!=' is not followed by whitespace.3569
ErrorsLine is longer than 80 characters.3570
Errors'if' construct must use '{}'s.3571
Errors'!=' is not preceded with whitespace.3571
Errors'!=' is not followed by whitespace.3571
ErrorsLine is longer than 80 characters.3572
Errors'if' construct must use '{}'s.3573
Errors'!=' is not preceded with whitespace.3573
Errors'!=' is not followed by whitespace.3573
Errors'if' construct must use '{}'s.3575
ErrorsLine has trailing spaces.3575
Errors'!=' is not preceded with whitespace.3575
Errors'!=' is not followed by whitespace.3575
Errors'if' construct must use '{}'s.3577
Errors'!=' is not preceded with whitespace.3577
Errors'!=' is not followed by whitespace.3577
Errors'if' construct must use '{}'s.3579
Errors'!=' is not preceded with whitespace.3579
Errors'!=' is not followed by whitespace.3579
ErrorsLine is longer than 80 characters.3580
Errors'else' construct must use '{}'s.3581
ErrorsLine contains a tab character.3582
ErrorsLine has trailing spaces.3584
Errors'==' is not preceded with whitespace.3584
Errors'==' is not followed by whitespace.3584
Errors'==' is not preceded with whitespace.3584
Errors'==' is not followed by whitespace.3584
Errors'==' is not preceded with whitespace.3584
Errors'==' is not followed by whitespace.3584
Errors'||' should be on a new line.3584
Errors'==' is not preceded with whitespace.3585
Errors'==' is not followed by whitespace.3585
Errors'==' is not preceded with whitespace.3585
Errors'==' is not followed by whitespace.3585
ErrorsLine is longer than 80 characters.3586
ErrorsLine contains a tab character.3586
ErrorsLine is longer than 80 characters.3587
ErrorsLine contains a tab character.3587
Errors'{' is followed by whitespace.3587
Errors'+' should be on a new line.3587
ErrorsLine contains a tab character.3588
ErrorsLine is longer than 80 characters.3589
ErrorsLine contains a tab character.3589
ErrorsLine contains a tab character.3590
ErrorsLine contains a tab character.3591
ErrorsLine contains a tab character.3592
ErrorsLine contains a tab character.3593
Errors'}' should be on the same line.3595
Errors'!=' is not preceded with whitespace.3597
Errors'!=' is not followed by whitespace.3597
Errors'==' is not preceded with whitespace.3597
Errors'==' is not followed by whitespace.3597
ErrorsLine has trailing spaces.3598
ErrorsLine is longer than 80 characters.3598
Errors'+' should be on a new line.3598
ErrorsLine is longer than 80 characters.3599
ErrorsLine is longer than 80 characters.3602
ErrorsLine is longer than 80 characters.3603
ErrorsLine is longer than 80 characters.3604
ErrorsLine is longer than 80 characters.3605
ErrorsLine is longer than 80 characters.3606
ErrorsLine is longer than 80 characters.3607
Errors'3' is a magic number.3611
Errors'4' is a magic number.3612
Errors'5' is a magic number.3613
Errors'6' is a magic number.3614
Errors'7' is a magic number.3615
Errors'8' is a magic number.3616
Errors'9' is a magic number.3617
Errors'10' is a magic number.3619
ErrorsLine is longer than 80 characters.3623
ErrorsLine contains a tab character.3624
ErrorsLine is longer than 80 characters.3625
ErrorsLine contains a tab character.3625
ErrorsLine contains a tab character.3626
ErrorsLine contains a tab character.3627
ErrorsLine is longer than 80 characters.3628
ErrorsLine contains a tab character.3628
Errors'}' should be on the same line.3632
ErrorsLine has trailing spaces.3634
ErrorsLine is longer than 80 characters.3634
ErrorsLine contains a tab character.3634
ErrorsLine is longer than 80 characters.3635
ErrorsLine contains a tab character.3635
ErrorsLine contains a tab character.3637
ErrorsLine contains a tab character.3638
ErrorsFirst sentence should end with a period.3642
ErrorsLine contains a tab character.3642
ErrorsLine contains a tab character.3643
ErrorsLine contains a tab character.3644
ErrorsMethod 'ingestVolSetInfo' is not designed for extension - needs to be abstract, final or empty.3645
ErrorsParameter lblMap should be final.3645
Errors',' is not followed by whitespace.3645
ErrorsExpected @param tag for 'lblMap'.3645
ErrorsLine has trailing spaces.3650
ErrorsLine contains a tab character.3650
Errors'if' construct must use '{}'s.3652
Errors'!=' is not preceded with whitespace.3652
Errors'!=' is not followed by whitespace.3652
ErrorsLine contains a tab character.3653
Errors'if' construct must use '{}'s.3655
Errors'!=' is not preceded with whitespace.3655
Errors'!=' is not followed by whitespace.3655
ErrorsLine is longer than 80 characters.3656
Errors'==' is not preceded with whitespace.3657
Errors'==' is not followed by whitespace.3657
Errors'==' is not preceded with whitespace.3657
Errors'==' is not followed by whitespace.3657
ErrorsLine is longer than 80 characters.3658
ErrorsLine contains a tab character.3658
Errors'{' is followed by whitespace.3658
ErrorsLine is longer than 80 characters.3659
ErrorsLine contains a tab character.3659
ErrorsLine contains a tab character.3660
ErrorsLine contains a tab character.3661
ErrorsLine contains a tab character.3662
ErrorsLine contains a tab character.3663
ErrorsLine contains a tab character.3664
ErrorsLine contains a tab character.3665
ErrorsLine has trailing spaces.3667
ErrorsLine is longer than 80 characters.3668
ErrorsLine is longer than 80 characters.3669
ErrorsLine has trailing spaces.3670
ErrorsLine is longer than 80 characters.3670
Errors'+' should be on a new line.3670
Errors'!=' is not preceded with whitespace.3673
Errors'!=' is not followed by whitespace.3673
ErrorsLine is longer than 80 characters.3674
Errors'+' should be on a new line.3674
ErrorsLine has trailing spaces.3676
Errors'!=' is not preceded with whitespace.3680
Errors'!=' is not followed by whitespace.3680
ErrorsLine has trailing spaces.3681
ErrorsLine is longer than 80 characters.3681
ErrorsLine contains a tab character.3683
Errors'{' is followed by whitespace.3683
ErrorsLine has trailing spaces.3684
ErrorsLine is longer than 80 characters.3684
ErrorsLine contains a tab character.3684
ErrorsLine is longer than 80 characters.3685
ErrorsLine contains a tab character.3685
ErrorsLine contains a tab character.3687
ErrorsLine contains a tab character.3688
ErrorsLine contains a tab character.3689
ErrorsLine has trailing spaces.3691
ErrorsLine contains a tab character.3691
Errors'!=' is not preceded with whitespace.3692
Errors'!=' is not followed by whitespace.3692
Errors'==' is not preceded with whitespace.3692
Errors'==' is not followed by whitespace.3692
ErrorsLine is longer than 80 characters.3693
ErrorsLine is longer than 80 characters.3695
ErrorsLine is longer than 80 characters.3696
Errors'3' is a magic number.3699
Errors'cast' is not followed by whitespace.3699
Errors'4' is a magic number.3700
Errors'5' is a magic number.3702
ErrorsLine is longer than 80 characters.3706
ErrorsLine contains a tab character.3707
ErrorsLine is longer than 80 characters.3708
ErrorsLine contains a tab character.3708
ErrorsLine contains a tab character.3709
ErrorsLine contains a tab character.3710
ErrorsLine is longer than 80 characters.3711
ErrorsLine contains a tab character.3711
Errors'}' should be on the same line.3713
ErrorsLine contains a tab character.3715
Errors'{' is followed by whitespace.3715
ErrorsLine is longer than 80 characters.3716
ErrorsLine contains a tab character.3716
ErrorsLine contains a tab character.3717
ErrorsLine contains a tab character.3718
ErrorsLine contains a tab character.3719
Errors'}' should be on the same line.3723
ErrorsLine has trailing spaces.3725
ErrorsLine is longer than 80 characters.3725
ErrorsLine contains a tab character.3725
ErrorsLine is longer than 80 characters.3726
ErrorsLine contains a tab character.3726
ErrorsLine contains a tab character.3728
ErrorsLine contains a tab character.3729
ErrorsFirst sentence should end with a period.3733
ErrorsLine contains a tab character.3733
ErrorsLine contains a tab character.3734
ErrorsLine contains a tab character.3735
ErrorsMethod 'ingestVolSerSet' is not designed for extension - needs to be abstract, final or empty.3736
ErrorsParameter lblMap should be final.3736
Errors',' is not followed by whitespace.3736
ErrorsExpected @param tag for 'lblMap'.3736
ErrorsLine contains a tab character.3741
Errors'if' construct must use '{}'s.3743
Errors'!=' is not preceded with whitespace.3743
Errors'!=' is not followed by whitespace.3743
ErrorsLine contains a tab character.3744
ErrorsLine contains a tab character.3746
Errors'{' is followed by whitespace.3746
ErrorsLine is longer than 80 characters.3747
ErrorsLine contains a tab character.3747
ErrorsLine contains a tab character.3748
ErrorsLine contains a tab character.3749
ErrorsLine contains a tab character.3750
ErrorsLine contains a tab character.3751
ErrorsLine contains a tab character.3752
ErrorsLine contains a tab character.3753
ErrorsLine is longer than 80 characters.3755
ErrorsLine is longer than 80 characters.3756
ErrorsLine is longer than 80 characters.3757
ErrorsLine has trailing spaces.3758
ErrorsLine is longer than 80 characters.3758
Errors'+' should be on a new line.3758
Errors'!=' is not preceded with whitespace.3761
Errors'!=' is not followed by whitespace.3761
ErrorsLine has trailing spaces.3762
ErrorsLine is longer than 80 characters.3762
Errors'+' should be on a new line.3762
Errors'!=' is not preceded with whitespace.3767
Errors'!=' is not followed by whitespace.3767
Errors'!=' is not preceded with whitespace.3768
Errors'!=' is not followed by whitespace.3768
Errors'==' is not preceded with whitespace.3768
Errors'==' is not followed by whitespace.3768
ErrorsLine is longer than 80 characters.3769
ErrorsLine is longer than 80 characters.3771
Errors'3' is a magic number.3774
Errors'4' is a magic number.3776
ErrorsLine is longer than 80 characters.3780
ErrorsLine contains a tab character.3781
ErrorsLine is longer than 80 characters.3782
ErrorsLine contains a tab character.3782
ErrorsLine contains a tab character.3783
ErrorsLine contains a tab character.3784
Errors'}' should be on the same line.3786
ErrorsLine contains a tab character.3788
Errors'{' is followed by whitespace.3788
ErrorsLine is longer than 80 characters.3789
ErrorsLine contains a tab character.3789
ErrorsLine contains a tab character.3790
ErrorsLine contains a tab character.3791
ErrorsLine contains a tab character.3792
Errors'}' should be on the same line.3796
ErrorsLine has trailing spaces.3798
ErrorsLine is longer than 80 characters.3798
ErrorsLine contains a tab character.3798
ErrorsLine is longer than 80 characters.3799
ErrorsLine contains a tab character.3799
ErrorsLine contains a tab character.3801
ErrorsLine contains a tab character.3802
ErrorsFirst sentence should end with a period.3806
ErrorsMethod 'ingestVolSerInfo' is not designed for extension - needs to be abstract, final or empty.3809
ErrorsParameter lblMap should be final.3809
Errors',' is not followed by whitespace.3809
ErrorsExpected @param tag for 'lblMap'.3809
ErrorsLine contains a tab character.3814
Errors'!=' is not preceded with whitespace.3816
Errors'!=' is not followed by whitespace.3816
ErrorsLine is longer than 80 characters.3817
ErrorsLine contains a tab character.3817
ErrorsLine has trailing spaces.3818
ErrorsLine is longer than 80 characters.3819
ErrorsLine contains a tab character.3819
ErrorsLine is longer than 80 characters.3820
ErrorsLine is longer than 80 characters.3821
Errors'!=' is not preceded with whitespace.3823
Errors'!=' is not followed by whitespace.3823
ErrorsLine is longer than 80 characters.3824
Errors'!=' is not preceded with whitespace.3828
Errors'!=' is not followed by whitespace.3828
Errors'==' is not preceded with whitespace.3828
Errors'==' is not followed by whitespace.3828
ErrorsLine is longer than 80 characters.3829
Errors'+' is not preceded with whitespace.3833
Errors'+' is not followed by whitespace.3833
Errors'3' is a magic number.3834
Errors'4' is a magic number.3836
ErrorsLine is longer than 80 characters.3840
ErrorsLine contains a tab character.3841
ErrorsLine is longer than 80 characters.3842
ErrorsLine contains a tab character.3842
ErrorsLine contains a tab character.3843
ErrorsLine contains a tab character.3844
ErrorsLine is longer than 80 characters.3845
ErrorsLine contains a tab character.3845
Errors'}' should be on the same line.3847
ErrorsLine contains a tab character.3849
Errors'{' is followed by whitespace.3849
ErrorsLine is longer than 80 characters.3850
ErrorsLine contains a tab character.3850
ErrorsLine contains a tab character.3851
ErrorsLine contains a tab character.3852
ErrorsLine contains a tab character.3853
Errors'}' should be on the same line.3857
ErrorsLine has trailing spaces.3859
ErrorsLine is longer than 80 characters.3859
ErrorsLine contains a tab character.3859
ErrorsLine is longer than 80 characters.3860
ErrorsLine contains a tab character.3860
ErrorsLine contains a tab character.3862
ErrorsLine contains a tab character.3863
ErrorsLine has trailing spaces.3866
ErrorsFirst sentence should end with a period.3867
ErrorsMethod 'ingestVolOnline' is not designed for extension - needs to be abstract, final or empty.3870
ErrorsParameter lblMap should be final.3870
Errors',' is not followed by whitespace.3870
ErrorsExpected @param tag for 'lblMap'.3870
ErrorsLine contains a tab character.3875
Errors'if' construct must use '{}'s.3877
Errors'!=' is not preceded with whitespace.3877
Errors'!=' is not followed by whitespace.3877
ErrorsLine contains a tab character.3878
Errors'if' construct must use '{}'s.3880
Errors'!=' is not preceded with whitespace.3880
Errors'!=' is not followed by whitespace.3880
ErrorsLine contains a tab character.3881
ErrorsLine has trailing spaces.3882
Errors'if' construct must use '{}'s.3887
Errors'!=' is not preceded with whitespace.3887
Errors'!=' is not followed by whitespace.3887
Errors'if' construct must use '{}'s.3889
Errors'!=' is not preceded with whitespace.3889
Errors'!=' is not followed by whitespace.3889
ErrorsLine is longer than 80 characters.3890
Errors'if' construct must use '{}'s.3891
Errors'!=' is not preceded with whitespace.3891
Errors'!=' is not followed by whitespace.3891
ErrorsLine is longer than 80 characters.3892
Errors'if' construct must use '{}'s.3893
Errors'!=' is not preceded with whitespace.3893
Errors'!=' is not followed by whitespace.3893
ErrorsLine is longer than 80 characters.3894
ErrorsLine has trailing spaces.3896
Errors'==' is not preceded with whitespace.3896
Errors'==' is not followed by whitespace.3896
Errors'==' is not preceded with whitespace.3896
Errors'==' is not followed by whitespace.3896
Errors'==' is not preceded with whitespace.3896
Errors'==' is not followed by whitespace.3896
Errors'||' should be on a new line.3896
ErrorsLine contains a tab character.3897
Errors'==' is not preceded with whitespace.3897
Errors'==' is not followed by whitespace.3897
Errors'==' is not preceded with whitespace.3897
Errors'==' is not followed by whitespace.3897
Errors'==' is not preceded with whitespace.3897
Errors'==' is not followed by whitespace.3897
ErrorsLine is longer than 80 characters.3898
ErrorsLine contains a tab character.3898
Errors'{' is followed by whitespace.3898
ErrorsLine is longer than 80 characters.3899
ErrorsLine contains a tab character.3899
ErrorsLine contains a tab character.3900
ErrorsLine contains a tab character.3901
ErrorsLine contains a tab character.3902
ErrorsComment matches to-do format 'TODO:'.3903
ErrorsLine contains a tab character.3903
ErrorsLine contains a tab character.3904
Errors'}' should be on the same line.3906
ErrorsLine contains a tab character.3908
ErrorsLine is longer than 80 characters.3909
ErrorsLine is longer than 80 characters.3910
ErrorsLine is longer than 80 characters.3911
Errors'+' should be on a new line.3911
Errors'!=' is not preceded with whitespace.3914
Errors'!=' is not followed by whitespace.3914
ErrorsLine has trailing spaces.3915
ErrorsLine is longer than 80 characters.3915
Errors'+' should be on a new line.3915
Errors'!=' is not preceded with whitespace.3920
Errors'!=' is not followed by whitespace.3920
Errors'==' is not preceded with whitespace.3920
Errors'==' is not followed by whitespace.3920
ErrorsLine is longer than 80 characters.3921
Errors'+' should be on a new line.3921
ErrorsLine has trailing spaces.3922
ErrorsLine has trailing spaces.3923
ErrorsLine is longer than 80 characters.3925
ErrorsLine is longer than 80 characters.3926
ErrorsLine is longer than 80 characters.3927
ErrorsLine is longer than 80 characters.3928
ErrorsLine is longer than 80 characters.3929
ErrorsLine is longer than 80 characters.3930
Errors'3' is a magic number.3934
Errors'4' is a magic number.3935
Errors'5' is a magic number.3936
Errors'6' is a magic number.3937
Errors'7' is a magic number.3938
Errors'8' is a magic number.3940
ErrorsLine is longer than 80 characters.3944
ErrorsLine contains a tab character.3945
ErrorsLine is longer than 80 characters.3946
ErrorsLine contains a tab character.3946
ErrorsLine contains a tab character.3947
ErrorsLine contains a tab character.3948
Errors'}' should be on the same line.3951
ErrorsLine has trailing spaces.3953
ErrorsLine is longer than 80 characters.3953
ErrorsLine contains a tab character.3953
ErrorsLine is longer than 80 characters.3954
ErrorsLine contains a tab character.3954
ErrorsLine contains a tab character.3956
ErrorsLine contains a tab character.3957
ErrorsFirst sentence should end with a period.3961
ErrorsLine is longer than 80 characters.3964
ErrorsMethod 'ingestNssdcdsidObject' is not designed for extension - needs to be abstract, final or empty.3964
ErrorsParameter lblMap should be final.3964
Errors',' is not followed by whitespace.3964
ErrorsExpected @param tag for 'lblMap'.3964
ErrorsLine contains a tab character.3969
Errors'if' construct must use '{}'s.3971
Errors'!=' is not preceded with whitespace.3971
Errors'!=' is not followed by whitespace.3971
ErrorsLine is longer than 80 characters.3972
ErrorsLine contains a tab character.3972
Errors'if' construct must use '{}'s.3974
Errors'!=' is not preceded with whitespace.3974
Errors'!=' is not followed by whitespace.3974
ErrorsLine is longer than 80 characters.3975
ErrorsLine contains a tab character.3975
Errors'if' construct must use '{}'s.3977
Errors'!=' is not preceded with whitespace.3977
Errors'!=' is not followed by whitespace.3977
ErrorsLine contains a tab character.3978
ErrorsLine has trailing spaces.3979
Errors'==' is not preceded with whitespace.3980
Errors'==' is not followed by whitespace.3980
Errors'==' is not preceded with whitespace.3980
Errors'==' is not followed by whitespace.3980
Errors'==' is not preceded with whitespace.3980
Errors'==' is not followed by whitespace.3980
ErrorsLine is longer than 80 characters.3981
ErrorsLine contains a tab character.3981
Errors'{' is followed by whitespace.3981
ErrorsLine is longer than 80 characters.3982
ErrorsLine contains a tab character.3982
ErrorsLine contains a tab character.3983
ErrorsLine contains a tab character.3984
ErrorsLine contains a tab character.3985
ErrorsLine contains a tab character.3986
Errors'}' should be on the same line.3988
ErrorsLine has trailing spaces.3990
ErrorsLine is longer than 80 characters.3990
ErrorsLine contains a tab character.3990
ErrorsLine has trailing spaces.3992
ErrorsLine is longer than 80 characters.3992
ErrorsLine is longer than 80 characters.3994
Errors'+' should be on a new line.3994
Errors'!=' is not preceded with whitespace.3997
Errors'!=' is not followed by whitespace.3997
ErrorsLine has trailing spaces.3998
ErrorsLine is longer than 80 characters.3998
Errors'+' should be on a new line.3998
ErrorsLine is longer than 80 characters.3999
Errors'!=' is not preceded with whitespace.4003
Errors'!=' is not followed by whitespace.4003
Errors'==' is not preceded with whitespace.4003
Errors'==' is not followed by whitespace.4003
ErrorsLine is longer than 80 characters.4004
ErrorsLine has trailing spaces.4006
ErrorsLine is longer than 80 characters.4008
ErrorsLine is longer than 80 characters.4009
ErrorsLine is longer than 80 characters.4010
Errors'3' is a magic number.4014
Errors'4' is a magic number.4015
Errors'5' is a magic number.4017
ErrorsLine is longer than 80 characters.4021
ErrorsLine contains a tab character.4022
ErrorsLine is longer than 80 characters.4023
ErrorsLine contains a tab character.4023
ErrorsLine contains a tab character.4024
ErrorsLine contains a tab character.4025
Errors'}' should be on the same line.4028
ErrorsLine has trailing spaces.4030
ErrorsLine is longer than 80 characters.4030
ErrorsLine contains a tab character.4030
ErrorsLine is longer than 80 characters.4031
ErrorsLine contains a tab character.4031
ErrorsLine contains a tab character.4033
ErrorsLine contains a tab character.4034
ErrorsFirst sentence should end with a period.4038
ErrorsLine is longer than 80 characters.4041
ErrorsMethod 'ingestDSReleaseObject' is not designed for extension - needs to be abstract, final or empty.4041
ErrorsParameter lblMap should be final.4041
Errors',' is not followed by whitespace.4041
ErrorsExpected @param tag for 'lblMap'.4041
ErrorsLine contains a tab character.4046
Errors'if' construct must use '{}'s.4048
Errors'!=' is not preceded with whitespace.4048
Errors'!=' is not followed by whitespace.4048
ErrorsLine is longer than 80 characters.4049
ErrorsLine contains a tab character.4049
Errors'if' construct must use '{}'s.4051
Errors'!=' is not preceded with whitespace.4051
Errors'!=' is not followed by whitespace.4051
ErrorsLine is longer than 80 characters.4052
ErrorsLine contains a tab character.4052
Errors'if' construct must use '{}'s.4062
Errors'!=' is not preceded with whitespace.4062
Errors'!=' is not followed by whitespace.4062
Errors'if' construct must use '{}'s.4064
Errors'!=' is not preceded with whitespace.4064
Errors'!=' is not followed by whitespace.4064
ErrorsLine is longer than 80 characters.4065
Errors'if' construct must use '{}'s.4066
Errors'!=' is not preceded with whitespace.4066
Errors'!=' is not followed by whitespace.4066
Errors'if' construct must use '{}'s.4068
Errors'!=' is not preceded with whitespace.4068
Errors'!=' is not followed by whitespace.4068
ErrorsLine is longer than 80 characters.4069
Errors'if' construct must use '{}'s.4070
Errors'!=' is not preceded with whitespace.4070
Errors'!=' is not followed by whitespace.4070
ErrorsLine is longer than 80 characters.4071
Errors'if' construct must use '{}'s.4072
ErrorsLine has trailing spaces.4072
Errors'!=' is not preceded with whitespace.4072
Errors'!=' is not followed by whitespace.4072
ErrorsLine is longer than 80 characters.4073
Errors'if' construct must use '{}'s.4074
Errors'!=' is not preceded with whitespace.4074
Errors'!=' is not followed by whitespace.4074
ErrorsLine is longer than 80 characters.4075
Errors'if' construct must use '{}'s.4076
Errors'!=' is not preceded with whitespace.4076
Errors'!=' is not followed by whitespace.4076
ErrorsLine is longer than 80 characters.4079
Errors'==' is not preceded with whitespace.4079
Errors'==' is not followed by whitespace.4079
Errors'==' is not preceded with whitespace.4079
Errors'==' is not followed by whitespace.4079
Errors'==' is not preceded with whitespace.4079
Errors'==' is not followed by whitespace.4079
Errors'==' is not preceded with whitespace.4079
Errors'==' is not followed by whitespace.4079
Errors'==' is not preceded with whitespace.4079
Errors'==' is not followed by whitespace.4079
Errors'==' is not preceded with whitespace.4079
Errors'==' is not followed by whitespace.4079
Errors'||' should be on a new line.4079
ErrorsLine is longer than 80 characters.4080
Errors'==' is not preceded with whitespace.4080
Errors'==' is not followed by whitespace.4080
Errors'==' is not preceded with whitespace.4080
Errors'==' is not followed by whitespace.4080
Errors'==' is not preceded with whitespace.4080
Errors'==' is not followed by whitespace.4080
Errors'==' is not preceded with whitespace.4080
Errors'==' is not followed by whitespace.4080
ErrorsLine is longer than 80 characters.4081
ErrorsLine contains a tab character.4081
Errors'{' is followed by whitespace.4081
Errors'+' should be on a new line.4081
ErrorsLine is longer than 80 characters.4082
ErrorsLine contains a tab character.4082
ErrorsLine is longer than 80 characters.4083
ErrorsLine contains a tab character.4083
ErrorsLine contains a tab character.4084
ErrorsLine contains a tab character.4085
ErrorsLine contains a tab character.4086
ErrorsLine contains a tab character.4087
Errors'}' should be on the same line.4089
ErrorsLine is longer than 80 characters.4091
ErrorsLine contains a tab character.4091
ErrorsLine is longer than 80 characters.4092
ErrorsLine has trailing spaces.4093
ErrorsLine is longer than 80 characters.4093
Errors'+' should be on a new line.4093
Errors'!=' is not preceded with whitespace.4096
Errors'!=' is not followed by whitespace.4096
ErrorsLine has trailing spaces.4097
ErrorsLine is longer than 80 characters.4097
Errors'+' should be on a new line.4097
Errors'!=' is not preceded with whitespace.4102
Errors'!=' is not followed by whitespace.4102
Errors'==' is not preceded with whitespace.4102
Errors'==' is not followed by whitespace.4102
ErrorsLine is longer than 80 characters.4103
Errors'+' should be on a new line.4103
ErrorsLine has trailing spaces.4104
ErrorsLine is longer than 80 characters.4104
Errors'+' should be on a new line.4104
Errors'3' is a magic number.4110
Errors'4' is a magic number.4111
Errors'5' is a magic number.4112
Errors'6' is a magic number.4113
Errors'7' is a magic number.4114
ErrorsLine is longer than 80 characters.4115
Errors'8' is a magic number.4115
Errors'9' is a magic number.4116
Errors'10' is a magic number.4117
Errors'11' is a magic number.4118
ErrorsLine is longer than 80 characters.4119
Errors'12' is a magic number.4119
ErrorsLine is longer than 80 characters.4121
Errors'13' is a magic number.4121
ErrorsLine is longer than 80 characters.4125
ErrorsLine contains a tab character.4126
ErrorsLine is longer than 80 characters.4127
ErrorsLine contains a tab character.4127
ErrorsLine contains a tab character.4128
ErrorsLine contains a tab character.4129
Errors'}' should be on the same line.4132
ErrorsLine has trailing spaces.4134
ErrorsLine is longer than 80 characters.4134
ErrorsLine contains a tab character.4134
ErrorsLine is longer than 80 characters.4135
ErrorsLine contains a tab character.4135
ErrorsLine contains a tab character.4137
ErrorsLine contains a tab character.4138
ErrorsFirst sentence should end with a period.4142
ErrorsLine has trailing spaces.4142
ErrorsLine is longer than 80 characters.4142
ErrorsMethod 'ingestResourceObject' is not designed for extension - needs to be abstract, final or empty.4145
ErrorsParameter lblMap should be final.4145
Errors',' is not followed by whitespace.4145
ErrorsExpected @param tag for 'lblMap'.4145
ErrorsFirst sentence should end with a period.4150
ErrorsMethod 'ingestResDS' is not designed for extension - needs to be abstract, final or empty.4153
ErrorsParameter lblMap should be final.4153
Errors',' is not followed by whitespace.4153
ErrorsExpected @param tag for 'lblMap'.4153
ErrorsLine contains a tab character.4159
Errors'if' construct must use '{}'s.4161
Errors'!=' is not preceded with whitespace.4161
Errors'!=' is not followed by whitespace.4161
ErrorsLine is longer than 80 characters.4162
ErrorsLine contains a tab character.4162
Errors'if' construct must use '{}'s.4164
Errors'!=' is not preceded with whitespace.4164
Errors'!=' is not followed by whitespace.4164
ErrorsLine is longer than 80 characters.4165
ErrorsLine contains a tab character.4165
ErrorsLine has trailing spaces.4166
Errors'==' is not preceded with whitespace.4167
Errors'==' is not followed by whitespace.4167
Errors'==' is not preceded with whitespace.4167
Errors'==' is not followed by whitespace.4167
ErrorsLine contains a tab character.4168
Errors'{' is followed by whitespace.4168
ErrorsLine is longer than 80 characters.4169
ErrorsLine contains a tab character.4169
ErrorsLine contains a tab character.4170
ErrorsLine contains a tab character.4171
ErrorsLine contains a tab character.4172
ErrorsLine contains a tab character.4173
Errors'}' should be on the same line.4175
ErrorsLine is longer than 80 characters.4177
ErrorsLine contains a tab character.4177
ErrorsLine is longer than 80 characters.4178
ErrorsLine is longer than 80 characters.4179
Errors'!=' is not preceded with whitespace.4181
Errors'!=' is not followed by whitespace.4181
ErrorsLine is longer than 80 characters.4182
Errors'!=' is not preceded with whitespace.4186
Errors'!=' is not followed by whitespace.4186
Errors'==' is not preceded with whitespace.4186
Errors'==' is not followed by whitespace.4186
ErrorsLine is longer than 80 characters.4187
ErrorsLine has trailing spaces.4189
ErrorsLine is longer than 80 characters.4190
ErrorsLine is longer than 80 characters.4191
Errors'3' is a magic number.4194
Errors'4' is a magic number.4196
ErrorsLine is longer than 80 characters.4200
ErrorsLine contains a tab character.4201
ErrorsLine is longer than 80 characters.4202
ErrorsLine contains a tab character.4202
ErrorsLine contains a tab character.4203
ErrorsLine contains a tab character.4204
Errors'}' should be on the same line.4207
ErrorsLine has trailing spaces.4209
ErrorsLine is longer than 80 characters.4209
ErrorsLine contains a tab character.4209
ErrorsLine is longer than 80 characters.4210
ErrorsLine contains a tab character.4210
ErrorsLine contains a tab character.4212
ErrorsLine contains a tab character.4213
ErrorsFirst sentence should end with a period.4217
ErrorsMethod 'ingestResInfo' is not designed for extension - needs to be abstract, final or empty.4220
ErrorsParameter lblMap should be final.4220
Errors',' is not followed by whitespace.4220
ErrorsExpected @param tag for 'lblMap'.4220
ErrorsLine contains a tab character.4226
Errors'if' construct must use '{}'s.4228
Errors'!=' is not preceded with whitespace.4228
Errors'!=' is not followed by whitespace.4228
ErrorsLine is longer than 80 characters.4229
ErrorsLine contains a tab character.4229
Errors'if' construct must use '{}'s.4231
Errors'!=' is not preceded with whitespace.4231
Errors'!=' is not followed by whitespace.4231
ErrorsLine is longer than 80 characters.4232
ErrorsLine contains a tab character.4232
Errors'if' construct must use '{}'s.4240
Errors'!=' is not preceded with whitespace.4240
Errors'!=' is not followed by whitespace.4240
Errors'if' construct must use '{}'s.4242
Errors'!=' is not preceded with whitespace.4242
Errors'!=' is not followed by whitespace.4242
ErrorsLine is longer than 80 characters.4243
ErrorsLine contains a tab character.4243
Errors'if' construct must use '{}'s.4244
Errors'!=' is not preceded with whitespace.4244
Errors'!=' is not followed by whitespace.4244
Errors'if' construct must use '{}'s.4246
Errors'!=' is not preceded with whitespace.4246
Errors'!=' is not followed by whitespace.4246
Errors'if' construct must use '{}'s.4248
Errors'!=' is not preceded with whitespace.4248
Errors'!=' is not followed by whitespace.4248
ErrorsLine is longer than 80 characters.4249
Errors'if' construct must use '{}'s.4250
Errors'!=' is not preceded with whitespace.4250
Errors'!=' is not followed by whitespace.4250
ErrorsLine is longer than 80 characters.4251
Errors'if' construct must use '{}'s.4252
Errors'!=' is not preceded with whitespace.4252
Errors'!=' is not followed by whitespace.4252
ErrorsLine is longer than 80 characters.4253
ErrorsLine contains a tab character.4253
ErrorsLine is longer than 80 characters.4255
Errors'==' is not preceded with whitespace.4255
Errors'==' is not followed by whitespace.4255
Errors'==' is not preceded with whitespace.4255
Errors'==' is not followed by whitespace.4255
Errors'==' is not preceded with whitespace.4255
Errors'==' is not followed by whitespace.4255
Errors'==' is not preceded with whitespace.4255
Errors'==' is not followed by whitespace.4255
Errors'==' is not preceded with whitespace.4255
Errors'==' is not followed by whitespace.4255
Errors'==' is not preceded with whitespace.4255
Errors'==' is not followed by whitespace.4255
Errors'==' is not preceded with whitespace.4255
Errors'==' is not followed by whitespace.4255
ErrorsLine is longer than 80 characters.4256
ErrorsLine contains a tab character.4256
Errors'{' is followed by whitespace.4256
Errors'+' should be on a new line.4256
ErrorsLine contains a tab character.4257
ErrorsLine is longer than 80 characters.4258
ErrorsLine contains a tab character.4258
ErrorsLine contains a tab character.4259
ErrorsLine contains a tab character.4260
ErrorsLine contains a tab character.4261
Errors'}' should be on the same line.4264
ErrorsLine is longer than 80 characters.4266
ErrorsLine contains a tab character.4266
ErrorsLine is longer than 80 characters.4268
Errors'!=' is not preceded with whitespace.4270
Errors'!=' is not followed by whitespace.4270
ErrorsLine is longer than 80 characters.4271
Errors'!=' is not preceded with whitespace.4275
Errors'!=' is not followed by whitespace.4275
Errors'==' is not preceded with whitespace.4275
Errors'==' is not followed by whitespace.4275
ErrorsLine is longer than 80 characters.4276
Errors'+' should be on a new line.4276
ErrorsLine is longer than 80 characters.4280
ErrorsLine is longer than 80 characters.4281
ErrorsLine is longer than 80 characters.4282
ErrorsLine is longer than 80 characters.4283
ErrorsLine is longer than 80 characters.4284
ErrorsLine is longer than 80 characters.4285
Errors'3' is a magic number.4289
Errors'4' is a magic number.4290
Errors'5' is a magic number.4291
Errors'6' is a magic number.4292
Errors'7' is a magic number.4293
Errors'8' is a magic number.4294
Errors'9' is a magic number.4296
ErrorsLine is longer than 80 characters.4300
ErrorsLine contains a tab character.4301
ErrorsLine is longer than 80 characters.4302
ErrorsLine contains a tab character.4302
ErrorsLine contains a tab character.4303
ErrorsLine contains a tab character.4304
ErrorsLine has trailing spaces.4305
ErrorsLine has trailing spaces.4306
ErrorsLine contains a tab character.4306
ErrorsLine is longer than 80 characters.4307
ErrorsLine contains a tab character.4307
ErrorsLine contains a tab character.4308
ErrorsLine contains a tab character.4309
ErrorsLine contains a tab character.4310
ErrorsLine contains a tab character.4311
ErrorsLine contains a tab character.4312
ErrorsLine contains a tab character.4313
ErrorsLine contains a tab character.4314
ErrorsLine contains a tab character.4315
Errors'}' should be on the same line.4317
ErrorsLine has trailing spaces.4319
ErrorsLine is longer than 80 characters.4319
ErrorsLine contains a tab character.4319
ErrorsLine is longer than 80 characters.4320
ErrorsLine contains a tab character.4320
ErrorsLine contains a tab character.4322
ErrorsLine contains a tab character.4323
ErrorsFirst sentence should end with a period.4327
ErrorsLine has trailing spaces.4330
ErrorsLine is longer than 80 characters.4330
ErrorsMethod 'ingestElemDefObject' is not designed for extension - needs to be abstract, final or empty.4330
ErrorsParameter lblMap should be final.4330
Errors',' is not followed by whitespace.4330
ErrorsExpected @param tag for 'lblMap'.4330
ErrorsFirst sentence should end with a period.4338
ErrorsMethod 'ingestDDCol' is not designed for extension - needs to be abstract, final or empty.4341
ErrorsMethod length is 191 lines (max allowed is 150).4341
ErrorsParameter lblMap should be final.4341
Errors',' is not followed by whitespace.4341
ErrorsExpected @param tag for 'lblMap'.4341
ErrorsLine contains a tab character.4346
Errors'if' construct must use '{}'s.4348
Errors'!=' is not preceded with whitespace.4348
Errors'!=' is not followed by whitespace.4348
ErrorsLine is longer than 80 characters.4349
ErrorsLine contains a tab character.4349
Errors'if' construct must use '{}'s.4351
Errors'!=' is not preceded with whitespace.4351
Errors'!=' is not followed by whitespace.4351
ErrorsLine contains a tab character.4352
ErrorsLine has trailing spaces.4353
Errors'if' construct must use '{}'s.4373
Errors'!=' is not preceded with whitespace.4373
Errors'!=' is not followed by whitespace.4373
ErrorsLine is longer than 80 characters.4374
Errors'if' construct must use '{}'s.4375
Errors'!=' is not preceded with whitespace.4375
Errors'!=' is not followed by whitespace.4375
ErrorsLine is longer than 80 characters.4376
Errors'if' construct must use '{}'s.4377
Errors'!=' is not preceded with whitespace.4377
Errors'!=' is not followed by whitespace.4377
Errors'if' construct must use '{}'s.4379
Errors'!=' is not preceded with whitespace.4379
Errors'!=' is not followed by whitespace.4379
ErrorsLine is longer than 80 characters.4380
Errors'if' construct must use '{}'s.4381
Errors'!=' is not preceded with whitespace.4381
Errors'!=' is not followed by whitespace.4381
Errors'if' construct must use '{}'s.4383
Errors'!=' is not preceded with whitespace.4383
Errors'!=' is not followed by whitespace.4383
Errors'if' construct must use '{}'s.4385
Errors'!=' is not preceded with whitespace.4385
Errors'!=' is not followed by whitespace.4385
ErrorsLine is longer than 80 characters.4386
Errors'if' construct must use '{}'s.4387
Errors'!=' is not preceded with whitespace.4387
Errors'!=' is not followed by whitespace.4387
ErrorsLine is longer than 80 characters.4388
Errors'if' construct must use '{}'s.4389
Errors'!=' is not preceded with whitespace.4389
Errors'!=' is not followed by whitespace.4389
Errors'if' construct must use '{}'s.4391
Errors'!=' is not preceded with whitespace.4391
Errors'!=' is not followed by whitespace.4391
Errors'if' construct must use '{}'s.4393
Errors'!=' is not preceded with whitespace.4393
Errors'!=' is not followed by whitespace.4393
ErrorsLine is longer than 80 characters.4394
Errors'if' construct must use '{}'s.4395
Errors'!=' is not preceded with whitespace.4395
Errors'!=' is not followed by whitespace.4395
Errors'if' construct must use '{}'s.4397
Errors'!=' is not preceded with whitespace.4397
Errors'!=' is not followed by whitespace.4397
Errors'if' construct must use '{}'s.4399
Errors'!=' is not preceded with whitespace.4399
Errors'!=' is not followed by whitespace.4399
Errors'if' construct must use '{}'s.4401
Errors'!=' is not preceded with whitespace.4401
Errors'!=' is not followed by whitespace.4401
ErrorsLine is longer than 80 characters.4402
Errors'if' construct must use '{}'s.4403
Errors'!=' is not preceded with whitespace.4403
Errors'!=' is not followed by whitespace.4403
Errors'if' construct must use '{}'s.4405
Errors'!=' is not preceded with whitespace.4405
Errors'!=' is not followed by whitespace.4405
ErrorsLine is longer than 80 characters.4406
Errors'if' construct must use '{}'s.4407
Errors'!=' is not preceded with whitespace.4407
Errors'!=' is not followed by whitespace.4407
ErrorsLine is longer than 80 characters.4408
Errors'if' construct must use '{}'s.4409
Errors'!=' is not preceded with whitespace.4409
Errors'!=' is not followed by whitespace.4409
ErrorsLine is longer than 80 characters.4410
ErrorsLine has trailing spaces.4412
ErrorsLine is longer than 80 characters.4412
Errors'==' is not preceded with whitespace.4412
Errors'==' is not followed by whitespace.4412
Errors'==' is not preceded with whitespace.4412
Errors'==' is not followed by whitespace.4412
Errors'==' is not preceded with whitespace.4412
Errors'==' is not followed by whitespace.4412
Errors'==' is not preceded with whitespace.4412
Errors'==' is not followed by whitespace.4412
Errors'==' is not preceded with whitespace.4412
Errors'==' is not followed by whitespace.4412
Errors'||' should be on a new line.4412
ErrorsLine is longer than 80 characters.4413
Errors'==' is not preceded with whitespace.4413
Errors'==' is not followed by whitespace.4413
Errors'==' is not preceded with whitespace.4413
Errors'==' is not followed by whitespace.4413
Errors'==' is not preceded with whitespace.4413
Errors'==' is not followed by whitespace.4413
Errors'==' is not preceded with whitespace.4413
Errors'==' is not followed by whitespace.4413
Errors'==' is not preceded with whitespace.4413
Errors'==' is not followed by whitespace.4413
Errors'||' should be on a new line.4413
ErrorsLine is longer than 80 characters.4414
Errors'==' is not preceded with whitespace.4414
Errors'==' is not followed by whitespace.4414
Errors'==' is not preceded with whitespace.4414
Errors'==' is not followed by whitespace.4414
Errors'==' is not preceded with whitespace.4414
Errors'==' is not followed by whitespace.4414
Errors'==' is not preceded with whitespace.4414
Errors'==' is not followed by whitespace.4414
Errors'==' is not preceded with whitespace.4414
Errors'==' is not followed by whitespace.4414
Errors'||' should be on a new line.4414
ErrorsLine is longer than 80 characters.4415
Errors'==' is not preceded with whitespace.4415
Errors'==' is not followed by whitespace.4415
Errors'==' is not preceded with whitespace.4415
Errors'==' is not followed by whitespace.4415
Errors'==' is not preceded with whitespace.4415
Errors'==' is not followed by whitespace.4415
Errors'==' is not preceded with whitespace.4415
Errors'==' is not followed by whitespace.4415
Errors'==' is not preceded with whitespace.4415
Errors'==' is not followed by whitespace.4415
ErrorsLine is longer than 80 characters.4416
ErrorsLine contains a tab character.4416
Errors'{' is followed by whitespace.4416
Errors'+' should be on a new line.4416
ErrorsLine contains a tab character.4417
ErrorsLine is longer than 80 characters.4418
ErrorsLine contains a tab character.4418
ErrorsLine contains a tab character.4419
ErrorsLine contains a tab character.4420
ErrorsLine contains a tab character.4421
Errors'}' should be on the same line.4424
ErrorsLine is longer than 80 characters.4426
ErrorsLine contains a tab character.4426
ErrorsLine is longer than 80 characters.4427
ErrorsLine is longer than 80 characters.4428
Errors'!=' is not preceded with whitespace.4430
Errors'!=' is not followed by whitespace.4430
ErrorsLine is longer than 80 characters.4431
Errors'!=' is not preceded with whitespace.4435
Errors'!=' is not followed by whitespace.4435
Errors'==' is not preceded with whitespace.4435
Errors'==' is not followed by whitespace.4435
ErrorsLine has trailing spaces.4436
ErrorsLine is longer than 80 characters.4436
Errors'+' should be on a new line.4436
ErrorsLine has trailing spaces.4437
ErrorsLine is longer than 80 characters.4437
Errors'+' should be on a new line.4437
ErrorsLine has trailing spaces.4438
ErrorsLine is longer than 80 characters.4438
ErrorsLine is longer than 80 characters.4441
ErrorsLine is longer than 80 characters.4442
ErrorsLine is longer than 80 characters.4443
ErrorsLine is longer than 80 characters.4444
ErrorsLine is longer than 80 characters.4445
ErrorsLine is longer than 80 characters.4446
ErrorsLine is longer than 80 characters.4447
ErrorsLine is longer than 80 characters.4448
ErrorsLine is longer than 80 characters.4449
ErrorsLine is longer than 80 characters.4450
ErrorsLine is longer than 80 characters.4451
ErrorsLine is longer than 80 characters.4452
ErrorsLine is longer than 80 characters.4453
ErrorsLine is longer than 80 characters.4454
ErrorsLine is longer than 80 characters.4455
ErrorsLine is longer than 80 characters.4456
ErrorsLine is longer than 80 characters.4457
ErrorsLine is longer than 80 characters.4458
ErrorsLine is longer than 80 characters.4459
ErrorsLine is longer than 80 characters.4460
ErrorsLine is longer than 80 characters.4461
Errors'3' is a magic number.4465
Errors'4' is a magic number.4466
Errors'5' is a magic number.4467
Errors'6' is a magic number.4468
Errors'if' construct must use '{}'s.4470
Errors'7' is a magic number.4471
Errors'if' construct must use '{}'s.4472
Errors'7' is a magic number.4473
Errors'else' construct must use '{}'s.4474
ErrorsLine is longer than 80 characters.4475
Errors'7' is a magic number.4475
Errors'if' construct must use '{}'s.4477
Errors'8' is a magic number.4478
Errors'if' construct must use '{}'s.4479
Errors'8' is a magic number.4480
Errors'else' construct must use '{}'s.4481
ErrorsLine is longer than 80 characters.4482
Errors'8' is a magic number.4482
Errors'if' construct must use '{}'s.4484
Errors'9' is a magic number.4485
Errors'cast' is not followed by whitespace.4485
Errors'if' construct must use '{}'s.4486
Errors'9' is a magic number.4487
Errors'cast' is not followed by whitespace.4487
Errors'else' construct must use '{}'s.4488
ErrorsLine is longer than 80 characters.4489
Errors'9' is a magic number.4489
Errors'if' construct must use '{}'s.4491
Errors'10' is a magic number.4492
Errors'cast' is not followed by whitespace.4492
Errors'if' construct must use '{}'s.4493
Errors'10' is a magic number.4494
Errors'cast' is not followed by whitespace.4494
Errors'else' construct must use '{}'s.4495
ErrorsLine is longer than 80 characters.4496
Errors'10' is a magic number.4496
ErrorsLine is longer than 80 characters.4498
Errors'11' is a magic number.4498
ErrorsLine is longer than 80 characters.4499
Errors'12' is a magic number.4499
ErrorsLine is longer than 80 characters.4500
Errors'13' is a magic number.4500
Errors'14' is a magic number.4501
Errors'15' is a magic number.4502
Errors'16' is a magic number.4503
ErrorsLine is longer than 80 characters.4504
Errors'17' is a magic number.4504
Errors'18' is a magic number.4505
ErrorsLine is longer than 80 characters.4506
Errors'19' is a magic number.4506
ErrorsLine is longer than 80 characters.4507
Errors'20' is a magic number.4507
ErrorsLine is longer than 80 characters.4508
Errors'21' is a magic number.4508
ErrorsLine is longer than 80 characters.4509
Errors'22' is a magic number.4509
ErrorsLine is longer than 80 characters.4511
Errors'23' is a magic number.4511
ErrorsLine is longer than 80 characters.4515
ErrorsLine contains a tab character.4516
ErrorsLine is longer than 80 characters.4517
ErrorsLine contains a tab character.4517
ErrorsLine contains a tab character.4518
ErrorsLine contains a tab character.4519
Errors'}' should be on the same line.4522
ErrorsLine has trailing spaces.4524
ErrorsLine is longer than 80 characters.4524
ErrorsLine contains a tab character.4524
ErrorsLine is longer than 80 characters.4525
ErrorsLine contains a tab character.4525
ErrorsLine contains a tab character.4528
ErrorsLine contains a tab character.4529
ErrorsFirst sentence should end with a period.4533
ErrorsMethod 'ingestDDColD' is not designed for extension - needs to be abstract, final or empty.4536
ErrorsParameter lblMap should be final.4536
Errors',' is not followed by whitespace.4536
ErrorsExpected @param tag for 'lblMap'.4536
ErrorsLine contains a tab character.4541
Errors'if' construct must use '{}'s.4543
Errors'!=' is not preceded with whitespace.4543
Errors'!=' is not followed by whitespace.4543
ErrorsLine has trailing spaces.4544
ErrorsLine is longer than 80 characters.4544
ErrorsLine contains a tab character.4544
ErrorsLine contains a tab character.4546
Errors'{' is followed by whitespace.4546
ErrorsLine is longer than 80 characters.4547
ErrorsLine contains a tab character.4547
ErrorsLine contains a tab character.4548
ErrorsLine contains a tab character.4549
ErrorsLine contains a tab character.4550
ErrorsLine contains a tab character.4551
ErrorsLine contains a tab character.4552
ErrorsLine contains a tab character.4553
ErrorsLine has trailing spaces.4555
ErrorsLine is longer than 80 characters.4558
Errors'!=' is not preceded with whitespace.4560
Errors'!=' is not followed by whitespace.4560
ErrorsLine is longer than 80 characters.4561
Errors'!=' is not preceded with whitespace.4565
Errors'!=' is not followed by whitespace.4565
Errors'!=' is not preceded with whitespace.4566
Errors'!=' is not followed by whitespace.4566
Errors'==' is not preceded with whitespace.4566
Errors'==' is not followed by whitespace.4566
ErrorsLine is longer than 80 characters.4567
ErrorsLine is longer than 80 characters.4569
Errors'=' is not preceded with whitespace.4571
Errors'=' is not followed by whitespace.4571
Errors'<' is not preceded with whitespace.4571
Errors'<' is not followed by whitespace.4571
Errors',' is not followed by whitespace.4572
Errors'+' is not preceded with whitespace.4573
Errors'+' is not followed by whitespace.4573
Errors'3' is a magic number.4574
Errors'4' is a magic number.4575
Errors'5' is a magic number.4576
ErrorsLine contains a tab character.4581
ErrorsLine is longer than 80 characters.4582
ErrorsLine contains a tab character.4582
ErrorsLine contains a tab character.4583
ErrorsLine is longer than 80 characters.4584
ErrorsLine contains a tab character.4584
ErrorsLine contains a tab character.4585
Errors'}' should be on the same line.4587
ErrorsLine contains a tab character.4589
Errors'{' is followed by whitespace.4589
ErrorsLine is longer than 80 characters.4590
ErrorsLine contains a tab character.4590
ErrorsLine contains a tab character.4591
ErrorsLine contains a tab character.4592
ErrorsLine contains a tab character.4593
Errors'}' should be on the same line.4597
ErrorsLine has trailing spaces.4599
ErrorsLine is longer than 80 characters.4599
ErrorsLine contains a tab character.4599
ErrorsLine is longer than 80 characters.4600
ErrorsLine contains a tab character.4600
ErrorsLine contains a tab character.4603
ErrorsLine contains a tab character.4604
ErrorsFirst sentence should end with a period.4608
ErrorsMethod 'ingestDDStdValD' is not designed for extension - needs to be abstract, final or empty.4611
ErrorsParameter lblMap should be final.4611
Errors',' is not followed by whitespace.4611
ErrorsExpected @param tag for 'lblMap'.4611
ErrorsLine contains a tab character.4616
Errors'if' construct must use '{}'s.4618
Errors'!=' is not preceded with whitespace.4618
Errors'!=' is not followed by whitespace.4618
ErrorsLine is longer than 80 characters.4619
ErrorsLine contains a tab character.4619
ErrorsLine contains a tab character.4621
Errors'{' is followed by whitespace.4621
ErrorsLine is longer than 80 characters.4622
ErrorsLine contains a tab character.4622
ErrorsLine contains a tab character.4623
ErrorsLine contains a tab character.4624
ErrorsLine contains a tab character.4625
ErrorsLine contains a tab character.4626
ErrorsLine contains a tab character.4627
ErrorsLine contains a tab character.4628
ErrorsLine is longer than 80 characters.4630
ErrorsLine is longer than 80 characters.4632
Errors'!=' is not preceded with whitespace.4634
Errors'!=' is not followed by whitespace.4634
ErrorsLine is longer than 80 characters.4635
Errors'!=' is not preceded with whitespace.4639
Errors'!=' is not followed by whitespace.4639
Errors'!=' is not preceded with whitespace.4640
Errors'!=' is not followed by whitespace.4640
Errors'==' is not preceded with whitespace.4640
Errors'==' is not followed by whitespace.4640
ErrorsLine is longer than 80 characters.4641
ErrorsLine is longer than 80 characters.4643
Errors'=' is not preceded with whitespace.4644
Errors'=' is not followed by whitespace.4644
Errors'<' is not preceded with whitespace.4644
Errors'<' is not followed by whitespace.4644
ErrorsLine is longer than 80 characters.4645
ErrorsLine contains a tab character.4645
Errors'+' is not preceded with whitespace.4647
Errors'+' is not followed by whitespace.4647
Errors'3' is a magic number.4648
Errors'4' is a magic number.4649
Errors'5' is a magic number.4651
ErrorsLine contains a tab character.4656
ErrorsLine is longer than 80 characters.4657
ErrorsLine contains a tab character.4657
ErrorsLine contains a tab character.4658
ErrorsLine is longer than 80 characters.4659
ErrorsLine contains a tab character.4659
ErrorsLine contains a tab character.4660
Errors'}' should be on the same line.4662
ErrorsLine contains a tab character.4664
Errors'{' is followed by whitespace.4664
ErrorsLine is longer than 80 characters.4665
ErrorsLine contains a tab character.4665
ErrorsLine contains a tab character.4666
ErrorsLine contains a tab character.4667
ErrorsLine contains a tab character.4668
Errors'}' should be on the same line.4672
ErrorsLine has trailing spaces.4674
ErrorsLine is longer than 80 characters.4674
ErrorsLine contains a tab character.4674
ErrorsLine is longer than 80 characters.4675
ErrorsLine contains a tab character.4675
ErrorsLine contains a tab character.4677
ErrorsLine contains a tab character.4678
ErrorsLine has trailing spaces.4681
ErrorsFirst sentence should end with a period.4682
ErrorsMethod 'ingestDDFormRule' is not designed for extension - needs to be abstract, final or empty.4685
ErrorsParameter lblMap should be final.4685
Errors',' is not followed by whitespace.4685
ErrorsExpected @param tag for 'lblMap'.4685
ErrorsLine contains a tab character.4690
Errors'if' construct must use '{}'s.4692
Errors'!=' is not preceded with whitespace.4692
Errors'!=' is not followed by whitespace.4692
ErrorsLine is longer than 80 characters.4693
ErrorsLine contains a tab character.4693
ErrorsLine contains a tab character.4695
Errors'{' is followed by whitespace.4695
ErrorsLine is longer than 80 characters.4696
ErrorsLine contains a tab character.4696
ErrorsLine contains a tab character.4697
ErrorsLine contains a tab character.4698
ErrorsLine contains a tab character.4699
ErrorsLine contains a tab character.4700
ErrorsLine contains a tab character.4701
ErrorsLine contains a tab character.4702
ErrorsLine is longer than 80 characters.4705
ErrorsLine is longer than 80 characters.4707
Errors'!=' is not preceded with whitespace.4709
Errors'!=' is not followed by whitespace.4709
ErrorsLine is longer than 80 characters.4710
Errors'!=' is not preceded with whitespace.4714
Errors'!=' is not followed by whitespace.4714
Errors'!=' is not preceded with whitespace.4715
Errors'!=' is not followed by whitespace.4715
Errors'==' is not preceded with whitespace.4715
Errors'==' is not followed by whitespace.4715
ErrorsLine is longer than 80 characters.4716
ErrorsLine is longer than 80 characters.4718
Errors'=' is not preceded with whitespace.4719
Errors'=' is not followed by whitespace.4719
Errors'<' is not preceded with whitespace.4719
Errors'<' is not followed by whitespace.4719
ErrorsLine is longer than 80 characters.4720
ErrorsLine contains a tab character.4720
Errors'+' is not preceded with whitespace.4722
Errors'+' is not followed by whitespace.4722
Errors'3' is a magic number.4723
Errors'4' is a magic number.4724
Errors'5' is a magic number.4726
ErrorsLine contains a tab character.4731
ErrorsLine is longer than 80 characters.4732
ErrorsLine contains a tab character.4732
ErrorsLine contains a tab character.4733
ErrorsLine is longer than 80 characters.4734
ErrorsLine contains a tab character.4734
ErrorsLine contains a tab character.4735
Errors'}' should be on the same line.4737
ErrorsLine contains a tab character.4739
Errors'{' is followed by whitespace.4739
ErrorsLine is longer than 80 characters.4740
ErrorsLine contains a tab character.4740
ErrorsLine contains a tab character.4741
ErrorsLine contains a tab character.4742
ErrorsLine contains a tab character.4743
Errors'}' should be on the same line.4747
ErrorsLine has trailing spaces.4749
ErrorsLine is longer than 80 characters.4749
ErrorsLine contains a tab character.4749
ErrorsLine is longer than 80 characters.4750
ErrorsLine contains a tab character.4750
ErrorsLine contains a tab character.4752
ErrorsLine contains a tab character.4753
ErrorsFirst sentence should end with a period.4757
ErrorsMethod 'ingestDDSysClass' is not designed for extension - needs to be abstract, final or empty.4760
ErrorsParameter lblMap should be final.4760
Errors',' is not followed by whitespace.4760
ErrorsExpected @param tag for 'lblMap'.4760
ErrorsLine contains a tab character.4765
Errors'if' construct must use '{}'s.4767
Errors'!=' is not preceded with whitespace.4767
Errors'!=' is not followed by whitespace.4767
ErrorsLine contains a tab character.4768
ErrorsLine contains a tab character.4770
Errors'{' is followed by whitespace.4770
ErrorsLine is longer than 80 characters.4771
ErrorsLine contains a tab character.4771
ErrorsLine contains a tab character.4772
ErrorsLine contains a tab character.4773
ErrorsLine contains a tab character.4774
ErrorsLine contains a tab character.4775
ErrorsLine contains a tab character.4776
ErrorsLine contains a tab character.4777
ErrorsLine is longer than 80 characters.4779
ErrorsLine is longer than 80 characters.4781
Errors'!=' is not preceded with whitespace.4783
Errors'!=' is not followed by whitespace.4783
ErrorsLine is longer than 80 characters.4784
Errors'!=' is not preceded with whitespace.4788
Errors'!=' is not followed by whitespace.4788
Errors'!=' is not preceded with whitespace.4789
Errors'!=' is not followed by whitespace.4789
Errors'==' is not preceded with whitespace.4789
Errors'==' is not followed by whitespace.4789
ErrorsLine is longer than 80 characters.4790
ErrorsLine is longer than 80 characters.4792
ErrorsLine is longer than 80 characters.4794
Errors'3' is a magic number.4795
Errors'4' is a magic number.4797
ErrorsLine has trailing spaces.4798
ErrorsLine has trailing spaces.4801
ErrorsLine contains a tab character.4801
ErrorsLine is longer than 80 characters.4802
ErrorsLine contains a tab character.4802
ErrorsLine contains a tab character.4803
ErrorsLine is longer than 80 characters.4804
ErrorsLine contains a tab character.4804
ErrorsLine contains a tab character.4805
Errors'}' should be on the same line.4807
ErrorsLine is longer than 80 characters.4809
ErrorsLine contains a tab character.4809
Errors'{' is followed by whitespace.4809
ErrorsLine is longer than 80 characters.4810
ErrorsLine contains a tab character.4810
ErrorsLine contains a tab character.4811
ErrorsLine contains a tab character.4812
ErrorsLine contains a tab character.4813
Errors'}' should be on the same line.4817
ErrorsLine has trailing spaces.4819
ErrorsLine is longer than 80 characters.4819
ErrorsLine contains a tab character.4819
ErrorsLine is longer than 80 characters.4820
ErrorsLine contains a tab character.4820
ErrorsLine contains a tab character.4823
ErrorsLine contains a tab character.4824
ErrorsFirst sentence should end with a period.4828
ErrorsMethod 'ingestDDGenClass' is not designed for extension - needs to be abstract, final or empty.4831
ErrorsParameter lblMap should be final.4831
Errors',' is not followed by whitespace.4831
ErrorsExpected @param tag for 'lblMap'.4831
ErrorsLine contains a tab character.4836
Errors'if' construct must use '{}'s.4838
Errors'!=' is not preceded with whitespace.4838
Errors'!=' is not followed by whitespace.4838
ErrorsLine contains a tab character.4839
ErrorsLine contains a tab character.4841
Errors'{' is followed by whitespace.4841
ErrorsLine is longer than 80 characters.4842
ErrorsLine contains a tab character.4842
ErrorsLine contains a tab character.4843
ErrorsLine contains a tab character.4844
ErrorsLine contains a tab character.4845
ErrorsLine contains a tab character.4846
ErrorsLine contains a tab character.4847
ErrorsLine contains a tab character.4848
ErrorsLine is longer than 80 characters.4850
ErrorsLine is longer than 80 characters.4852
Errors'!=' is not preceded with whitespace.4854
Errors'!=' is not followed by whitespace.4854
ErrorsLine is longer than 80 characters.4855
Errors'!=' is not preceded with whitespace.4859
Errors'!=' is not followed by whitespace.4859
Errors'!=' is not preceded with whitespace.4860
Errors'!=' is not followed by whitespace.4860
Errors'==' is not preceded with whitespace.4860
Errors'==' is not followed by whitespace.4860
ErrorsLine is longer than 80 characters.4861
ErrorsLine is longer than 80 characters.4863
ErrorsLine is longer than 80 characters.4865
Errors'3' is a magic number.4866
Errors'4' is a magic number.4868
ErrorsLine has trailing spaces.4872
ErrorsLine is longer than 80 characters.4872
ErrorsLine contains a tab character.4872
ErrorsLine is longer than 80 characters.4873
ErrorsLine contains a tab character.4873
ErrorsLine contains a tab character.4874
ErrorsLine is longer than 80 characters.4875
ErrorsLine contains a tab character.4875
ErrorsLine contains a tab character.4876
Errors'}' should be on the same line.4878
ErrorsLine is longer than 80 characters.4880
ErrorsLine contains a tab character.4880
Errors'{' is followed by whitespace.4880
ErrorsLine is longer than 80 characters.4881
ErrorsLine contains a tab character.4881
ErrorsLine contains a tab character.4882
ErrorsLine contains a tab character.4883
ErrorsLine contains a tab character.4884
Errors'}' should be on the same line.4888
ErrorsLine has trailing spaces.4890
ErrorsLine is longer than 80 characters.4890
ErrorsLine contains a tab character.4890
ErrorsLine is longer than 80 characters.4891
ErrorsLine contains a tab character.4891
ErrorsLine contains a tab character.4894
ErrorsLine contains a tab character.4895
ErrorsFirst sentence should end with a period.4899
ErrorsMethod 'ingestStdValObject' is not designed for extension - needs to be abstract, final or empty.4902
ErrorsParameter lblMap should be final.4902
Errors',' is not followed by whitespace.4902
ErrorsExpected @param tag for 'lblMap'.4902
ErrorsLine contains a tab character.4907
Errors'if' construct must use '{}'s.4909
Errors'!=' is not preceded with whitespace.4909
Errors'!=' is not followed by whitespace.4909
ErrorsLine contains a tab character.4910
Errors'if' construct must use '{}'s.4912
Errors'!=' is not preceded with whitespace.4912
Errors'!=' is not followed by whitespace.4912
ErrorsLine is longer than 80 characters.4913
ErrorsLine contains a tab character.4913
ErrorsLine has trailing spaces.4914
Errors'if' construct must use '{}'s.4918
Errors'!=' is not preceded with whitespace.4918
Errors'!=' is not followed by whitespace.4918
ErrorsLine is longer than 80 characters.4919
Errors'if' construct must use '{}'s.4920
Errors'!=' is not preceded with whitespace.4920
Errors'!=' is not followed by whitespace.4920
ErrorsLine is longer than 80 characters.4921
Errors'if' construct must use '{}'s.4922
Errors'!=' is not preceded with whitespace.4922
Errors'!=' is not followed by whitespace.4922
ErrorsLine is longer than 80 characters.4924
Errors'==' is not preceded with whitespace.4924
Errors'==' is not followed by whitespace.4924
Errors'==' is not preceded with whitespace.4924
Errors'==' is not followed by whitespace.4924
Errors'==' is not preceded with whitespace.4924
Errors'==' is not followed by whitespace.4924
Errors'==' is not preceded with whitespace.4924
Errors'==' is not followed by whitespace.4924
Errors'==' is not preceded with whitespace.4924
Errors'==' is not followed by whitespace.4924
ErrorsLine is longer than 80 characters.4925
ErrorsLine contains a tab character.4925
Errors'{' is followed by whitespace.4925
ErrorsLine is longer than 80 characters.4926
ErrorsLine contains a tab character.4926
ErrorsLine contains a tab character.4927
ErrorsLine contains a tab character.4928
ErrorsLine contains a tab character.4929
ErrorsLine contains a tab character.4930
Errors'}' should be on the same line.4932
ErrorsLine contains a tab character.4934
ErrorsLine is longer than 80 characters.4935
ErrorsLine is longer than 80 characters.4936
ErrorsLine has trailing spaces.4937
ErrorsLine is longer than 80 characters.4937
Errors'+' should be on a new line.4937
Errors'!=' is not preceded with whitespace.4940
Errors'!=' is not followed by whitespace.4940
ErrorsLine is longer than 80 characters.4941
ErrorsLine has trailing spaces.4944
ErrorsLine has trailing spaces.4945
Errors'!=' is not preceded with whitespace.4946
Errors'!=' is not followed by whitespace.4946
Errors'==' is not preceded with whitespace.4946
Errors'==' is not followed by whitespace.4946
ErrorsLine is longer than 80 characters.4947
Errors'+' should be on a new line.4947
ErrorsLine is longer than 80 characters.4951
ErrorsLine is longer than 80 characters.4952
ErrorsLine is longer than 80 characters.4953
ErrorsLine is longer than 80 characters.4954
ErrorsLine is longer than 80 characters.4955
Errors'3' is a magic number.4959
Errors'4' is a magic number.4960
Errors'5' is a magic number.4961
Errors'6' is a magic number.4962
Errors'7' is a magic number.4964
ErrorsLine is longer than 80 characters.4968
ErrorsLine contains a tab character.4969
ErrorsLine is longer than 80 characters.4970
ErrorsLine contains a tab character.4970
ErrorsLine contains a tab character.4971
ErrorsLine contains a tab character.4972
Errors'}' should be on the same line.4975
ErrorsLine has trailing spaces.4977
ErrorsLine is longer than 80 characters.4977
ErrorsLine contains a tab character.4977
ErrorsLine is longer than 80 characters.4978
ErrorsLine contains a tab character.4978
ErrorsLine contains a tab character.4980
ErrorsLine contains a tab character.4981
ErrorsLine has trailing spaces.4988
ErrorsMethod 'getIngestedStdValues' is not designed for extension - needs to be abstract, final or empty.4992
ErrorsLine has trailing spaces.5000
ErrorsMethod 'ingestNewStdValues' is not designed for extension - needs to be abstract, final or empty.5004
ErrorsParameter stdValues should be final.5004
Errors'for' is not followed by whitespace.5009
ErrorsLine is longer than 80 characters.5015
Errors'+' should be on a new line.5015
ErrorsLine has trailing spaces.5018
Errors'if' is not followed by whitespace.5019
ErrorsLine is longer than 80 characters.5020
Errors'+' should be on a new line.5020
ErrorsLine is longer than 80 characters.5024
ErrorsLine is longer than 80 characters.5025
ErrorsLine is longer than 80 characters.5026
ErrorsLine is longer than 80 characters.5027
ErrorsLine is longer than 80 characters.5028
Errors'3' is a magic number.5032
Errors'4' is a magic number.5033
Errors'5' is a magic number.5034
Errors'6' is a magic number.5035
Errors'7' is a magic number.5037
ErrorsLine is longer than 80 characters.5041
ErrorsLine contains a tab character.5042
ErrorsLine is longer than 80 characters.5043
ErrorsLine contains a tab character.5043
ErrorsLine contains a tab character.5044
ErrorsLine has trailing spaces.5049
ErrorsLine is longer than 80 characters.5049
ErrorsLine contains a tab character.5049
ErrorsLine is longer than 80 characters.5050
ErrorsLine contains a tab character.5050
ErrorsLine has trailing spaces.5056
ErrorsFirst sentence should end with a period.5057
ErrorsLine has trailing spaces.5060
ErrorsMethod 'ingestObjDefObject' is not designed for extension - needs to be abstract, final or empty.5060
ErrorsParameter lblMap should be final.5060
ErrorsExpected @param tag for 'lblMap'.5060
ErrorsLine contains a tab character.5060
ErrorsLine contains a tab character.5061
ErrorsLine has trailing spaces.5062
ErrorsLine contains a tab character.5062
ErrorsLine contains a tab character.5063
ErrorsLine contains a tab character.5064
ErrorsLine contains a tab character.5065
ErrorsLine has trailing spaces.5067
ErrorsFirst sentence should end with a period.5068
ErrorsMethod 'ingestDDObjAlias' is not designed for extension - needs to be abstract, final or empty.5071
ErrorsParameter lblMap should be final.5071
Errors',' is not followed by whitespace.5071
ErrorsExpected @param tag for 'lblMap'.5071
ErrorsLine contains a tab character.5076
Errors'if' construct must use '{}'s.5078
Errors'!=' is not preceded with whitespace.5078
Errors'!=' is not followed by whitespace.5078
ErrorsLine has trailing spaces.5079
ErrorsLine is longer than 80 characters.5079
ErrorsLine contains a tab character.5079
Errors'if' construct must use '{}'s.5082
Errors'!=' is not preceded with whitespace.5082
Errors'!=' is not followed by whitespace.5082
Errors'if' construct must use '{}'s.5084
Errors'!=' is not preceded with whitespace.5084
Errors'!=' is not followed by whitespace.5084
ErrorsLine is longer than 80 characters.5085
ErrorsLine contains a tab character.5085
ErrorsLine has trailing spaces.5086
Errors'==' is not preceded with whitespace.5087
Errors'==' is not followed by whitespace.5087
Errors'==' is not preceded with whitespace.5087
Errors'==' is not followed by whitespace.5087
Errors'==' is not preceded with whitespace.5087
Errors'==' is not followed by whitespace.5087
ErrorsLine is longer than 80 characters.5088
ErrorsLine contains a tab character.5088
Errors'{' is followed by whitespace.5088
ErrorsLine is longer than 80 characters.5089
ErrorsLine contains a tab character.5089
ErrorsLine contains a tab character.5090
ErrorsLine contains a tab character.5091
ErrorsLine contains a tab character.5092
Errors'}' should be on the same line.5095
ErrorsLine is longer than 80 characters.5097
ErrorsLine contains a tab character.5097
ErrorsLine is longer than 80 characters.5099
Errors'!=' is not preceded with whitespace.5101
Errors'!=' is not followed by whitespace.5101
ErrorsLine is longer than 80 characters.5102
Errors'!=' is not preceded with whitespace.5106
Errors'!=' is not followed by whitespace.5106
Errors'==' is not preceded with whitespace.5106
Errors'==' is not followed by whitespace.5106
ErrorsLine is longer than 80 characters.5107
ErrorsLine has trailing spaces.5109
Errors'3' is a magic number.5112
Errors'4' is a magic number.5113
Errors'5' is a magic number.5114
ErrorsLine is longer than 80 characters.5118
ErrorsLine contains a tab character.5119
ErrorsLine is longer than 80 characters.5120
ErrorsLine contains a tab character.5120
ErrorsLine contains a tab character.5121
ErrorsLine contains a tab character.5122
Errors'}' should be on the same line.5125
ErrorsLine has trailing spaces.5127
ErrorsLine is longer than 80 characters.5127
ErrorsLine contains a tab character.5127
ErrorsLine is longer than 80 characters.5128
ErrorsLine contains a tab character.5128
ErrorsLine contains a tab character.5130
ErrorsLine contains a tab character.5131
ErrorsLine has trailing spaces.5134
ErrorsFirst sentence should end with a period.5135
ErrorsMethod 'ingestDDObjD' is not designed for extension - needs to be abstract, final or empty.5138
ErrorsParameter lblMap should be final.5138
Errors',' is not followed by whitespace.5138
ErrorsExpected @param tag for 'lblMap'.5138
ErrorsLine contains a tab character.5143
Errors'if' construct must use '{}'s.5145
Errors'!=' is not preceded with whitespace.5145
Errors'!=' is not followed by whitespace.5145
ErrorsLine contains a tab character.5146
ErrorsLine contains a tab character.5148
Errors'{' is followed by whitespace.5148
ErrorsLine is longer than 80 characters.5149
ErrorsLine contains a tab character.5149
ErrorsLine contains a tab character.5150
ErrorsLine contains a tab character.5151
ErrorsLine contains a tab character.5152
ErrorsLine contains a tab character.5153
ErrorsLine contains a tab character.5154
ErrorsLine contains a tab character.5155
ErrorsLine is longer than 80 characters.5159
Errors'!=' is not preceded with whitespace.5161
Errors'!=' is not followed by whitespace.5161
ErrorsLine is longer than 80 characters.5162
Errors'!=' is not preceded with whitespace.5166
Errors'!=' is not followed by whitespace.5166
Errors'!=' is not preceded with whitespace.5167
Errors'!=' is not followed by whitespace.5167
Errors'==' is not preceded with whitespace.5167
Errors'==' is not followed by whitespace.5167
ErrorsLine is longer than 80 characters.5168
ErrorsLine is longer than 80 characters.5170
Errors'=' is not preceded with whitespace.5172
Errors'=' is not followed by whitespace.5172
Errors'<' is not preceded with whitespace.5172
Errors'<' is not followed by whitespace.5172
Errors'+' is not preceded with whitespace.5174
Errors'+' is not followed by whitespace.5174
Errors'3' is a magic number.5175
Errors'4' is a magic number.5176
Errors'5' is a magic number.5177
ErrorsLine is longer than 80 characters.5182
ErrorsLine contains a tab character.5183
ErrorsLine is longer than 80 characters.5184
ErrorsLine contains a tab character.5184
ErrorsLine contains a tab character.5185
ErrorsLine contains a tab character.5186
Errors'}' should be on the same line.5188
ErrorsLine contains a tab character.5190
Errors'{' is followed by whitespace.5190
ErrorsLine is longer than 80 characters.5191
ErrorsLine contains a tab character.5191
ErrorsLine contains a tab character.5192
ErrorsLine contains a tab character.5193
ErrorsLine contains a tab character.5194
Errors'}' should be on the same line.5198
ErrorsLine has trailing spaces.5200
ErrorsLine is longer than 80 characters.5200
ErrorsLine contains a tab character.5200
ErrorsLine is longer than 80 characters.5201
ErrorsLine contains a tab character.5201
ErrorsLine contains a tab character.5203
ErrorsLine contains a tab character.5204
ErrorsFirst sentence should end with a period.5208
ErrorsMethod 'ingestDDObjects' is not designed for extension - needs to be abstract, final or empty.5211
ErrorsParameter lblMap should be final.5211
Errors',' is not followed by whitespace.5211
ErrorsExpected @param tag for 'lblMap'.5211
ErrorsLine contains a tab character.5216
Errors'if' construct must use '{}'s.5218
Errors'!=' is not preceded with whitespace.5218
Errors'!=' is not followed by whitespace.5218
ErrorsLine contains a tab character.5219
ErrorsLine has trailing spaces.5224
Errors'if' construct must use '{}'s.5225
Errors'!=' is not preceded with whitespace.5225
Errors'!=' is not followed by whitespace.5225
Errors'if' construct must use '{}'s.5227
ErrorsLine has trailing spaces.5227
Errors'!=' is not preceded with whitespace.5227
Errors'!=' is not followed by whitespace.5227
ErrorsLine contains a tab character.5228
Errors'if' construct must use '{}'s.5229
Errors'!=' is not preceded with whitespace.5229
Errors'!=' is not followed by whitespace.5229
ErrorsLine contains a tab character.5230
Errors'if' construct must use '{}'s.5231
Errors'!=' is not preceded with whitespace.5231
Errors'!=' is not followed by whitespace.5231
ErrorsLine contains a tab character.5232
Errors'if' construct must use '{}'s.5233
Errors'!=' is not preceded with whitespace.5233
Errors'!=' is not followed by whitespace.5233
ErrorsLine has trailing spaces.5234
ErrorsLine is longer than 80 characters.5234
ErrorsLine contains a tab character.5234
ErrorsLine has trailing spaces.5235
ErrorsLine is longer than 80 characters.5236
Errors'==' is not preceded with whitespace.5236
Errors'==' is not followed by whitespace.5236
Errors'==' is not preceded with whitespace.5236
Errors'==' is not followed by whitespace.5236
Errors'==' is not preceded with whitespace.5236
Errors'==' is not followed by whitespace.5236
Errors'==' is not preceded with whitespace.5236
Errors'==' is not followed by whitespace.5236
Errors'==' is not preceded with whitespace.5236
Errors'==' is not followed by whitespace.5236
Errors'==' is not preceded with whitespace.5236
Errors'==' is not followed by whitespace.5236
ErrorsLine is longer than 80 characters.5237
ErrorsLine contains a tab character.5237
Errors'{' is followed by whitespace.5237
ErrorsLine is longer than 80 characters.5238
ErrorsLine contains a tab character.5238
ErrorsLine contains a tab character.5239
ErrorsLine contains a tab character.5240
ErrorsLine contains a tab character.5241
ErrorsLine contains a tab character.5242
Errors'}' should be on the same line.5244
ErrorsLine is longer than 80 characters.5246
ErrorsLine contains a tab character.5246
ErrorsLine is longer than 80 characters.5248
Errors'!=' is not preceded with whitespace.5250
Errors'!=' is not followed by whitespace.5250
ErrorsLine is longer than 80 characters.5251
Errors'!=' is not preceded with whitespace.5255
Errors'!=' is not followed by whitespace.5255
Errors'==' is not preceded with whitespace.5255
Errors'==' is not followed by whitespace.5255
ErrorsLine has trailing spaces.5256
ErrorsLine is longer than 80 characters.5256
Errors'+' should be on a new line.5256
ErrorsLine contains a tab character.5257
ErrorsLine has trailing spaces.5259
Errors'3' is a magic number.5262
Errors'4' is a magic number.5263
Errors'5' is a magic number.5264
Errors'6' is a magic number.5265
Errors'7' is a magic number.5266
Errors'8' is a magic number.5267
Errors'9' is a magic number.5268
ErrorsLine is longer than 80 characters.5272
ErrorsLine contains a tab character.5273
ErrorsLine is longer than 80 characters.5274
ErrorsLine contains a tab character.5274
ErrorsLine contains a tab character.5275
ErrorsLine contains a tab character.5276
Errors'}' should be on the same line.5279
ErrorsLine has trailing spaces.5281
ErrorsLine is longer than 80 characters.5281
ErrorsLine contains a tab character.5281
ErrorsLine is longer than 80 characters.5282
ErrorsLine contains a tab character.5282
ErrorsLine contains a tab character.5284
ErrorsLine contains a tab character.5285
ErrorsFirst sentence should end with a period.5289
ErrorsMethod 'ingestDDObjElm' is not designed for extension - needs to be abstract, final or empty.5292
ErrorsParameter lblMap should be final.5292
Errors',' is not followed by whitespace.5292
ErrorsExpected @param tag for 'lblMap'.5292
ErrorsLine contains a tab character.5297
Errors'if' construct must use '{}'s.5299
Errors'!=' is not preceded with whitespace.5299
Errors'!=' is not followed by whitespace.5299
ErrorsLine has trailing spaces.5300
ErrorsLine contains a tab character.5300
ErrorsLine has trailing spaces.5301
Errors'if' construct must use '{}'s.5304
Errors'!=' is not preceded with whitespace.5304
Errors'!=' is not followed by whitespace.5304
ErrorsLine has trailing spaces.5305
ErrorsLine contains a tab character.5305
Errors'if' construct must use '{}'s.5306
Errors'!=' is not preceded with whitespace.5306
Errors'!=' is not followed by whitespace.5306
ErrorsLine contains a tab character.5307
ErrorsLine has trailing spaces.5308
Errors'==' is not preceded with whitespace.5309
Errors'==' is not followed by whitespace.5309
Errors'==' is not preceded with whitespace.5309
Errors'==' is not followed by whitespace.5309
Errors'==' is not preceded with whitespace.5309
Errors'==' is not followed by whitespace.5309
ErrorsLine is longer than 80 characters.5310
ErrorsLine contains a tab character.5310
Errors'{' is followed by whitespace.5310
ErrorsLine is longer than 80 characters.5311
ErrorsLine contains a tab character.5311
ErrorsLine contains a tab character.5312
ErrorsLine contains a tab character.5313
ErrorsLine contains a tab character.5314
Errors'}' should be on the same line.5317
ErrorsLine is longer than 80 characters.5319
ErrorsLine contains a tab character.5319
ErrorsLine is longer than 80 characters.5321
Errors'!=' is not preceded with whitespace.5323
Errors'!=' is not followed by whitespace.5323
ErrorsLine is longer than 80 characters.5324
Errors'!=' is not preceded with whitespace.5328
Errors'!=' is not followed by whitespace.5328
Errors'==' is not preceded with whitespace.5328
Errors'==' is not followed by whitespace.5328
ErrorsLine is longer than 80 characters.5329
ErrorsLine has trailing spaces.5331
Errors'3' is a magic number.5334
Errors'4' is a magic number.5335
Errors'5' is a magic number.5336
ErrorsLine is longer than 80 characters.5340
ErrorsLine contains a tab character.5341
ErrorsLine is longer than 80 characters.5342
ErrorsLine contains a tab character.5342
ErrorsLine contains a tab character.5343
ErrorsLine contains a tab character.5344
Errors'}' should be on the same line.5347
ErrorsLine has trailing spaces.5349
ErrorsLine is longer than 80 characters.5349
ErrorsLine contains a tab character.5349
ErrorsLine is longer than 80 characters.5350
ErrorsLine contains a tab character.5350
ErrorsLine contains a tab character.5352
ErrorsLine contains a tab character.5353
ErrorsFirst sentence should end with a period.5357
ErrorsMethod 'ingestDDObjHier' is not designed for extension - needs to be abstract, final or empty.5360
ErrorsParameter lblMap should be final.5360
Errors',' is not followed by whitespace.5360
ErrorsExpected @param tag for 'lblMap'.5360
ErrorsLine contains a tab character.5365
Errors'if' construct must use '{}'s.5367
Errors'!=' is not preceded with whitespace.5367
Errors'!=' is not followed by whitespace.5367
ErrorsLine has trailing spaces.5368
ErrorsLine contains a tab character.5368
Errors'if' construct must use '{}'s.5371
Errors'!=' is not preceded with whitespace.5371
Errors'!=' is not followed by whitespace.5371
ErrorsLine has trailing spaces.5372
ErrorsLine contains a tab character.5372
Errors'if' construct must use '{}'s.5373
Errors'!=' is not preceded with whitespace.5373
Errors'!=' is not followed by whitespace.5373
ErrorsLine has trailing spaces.5374
ErrorsLine is longer than 80 characters.5374
ErrorsLine has trailing spaces.5375
Errors'==' is not preceded with whitespace.5376
Errors'==' is not followed by whitespace.5376
Errors'==' is not preceded with whitespace.5376
Errors'==' is not followed by whitespace.5376
Errors'==' is not preceded with whitespace.5376
Errors'==' is not followed by whitespace.5376
ErrorsLine is longer than 80 characters.5377
ErrorsLine contains a tab character.5377
Errors'{' is followed by whitespace.5377
ErrorsLine is longer than 80 characters.5378
ErrorsLine contains a tab character.5378
ErrorsLine contains a tab character.5379
ErrorsLine contains a tab character.5380
ErrorsLine contains a tab character.5381
ErrorsLine contains a tab character.5382
Errors'}' should be on the same line.5384
ErrorsLine is longer than 80 characters.5386
ErrorsLine contains a tab character.5386
ErrorsLine has trailing spaces.5387
ErrorsLine is longer than 80 characters.5388
Errors'!=' is not preceded with whitespace.5390
Errors'!=' is not followed by whitespace.5390
ErrorsLine is longer than 80 characters.5391
Errors'!=' is not preceded with whitespace.5395
Errors'!=' is not followed by whitespace.5395
Errors'==' is not preceded with whitespace.5395
Errors'==' is not followed by whitespace.5395
ErrorsLine is longer than 80 characters.5396
ErrorsLine has trailing spaces.5398
Errors'3' is a magic number.5401
Errors'4' is a magic number.5402
Errors'5' is a magic number.5403
ErrorsLine is longer than 80 characters.5407
ErrorsLine contains a tab character.5408
ErrorsLine is longer than 80 characters.5409
ErrorsLine contains a tab character.5409
ErrorsLine contains a tab character.5410
ErrorsLine contains a tab character.5411
Errors'}' should be on the same line.5414
ErrorsLine has trailing spaces.5416
ErrorsLine is longer than 80 characters.5416
ErrorsLine contains a tab character.5416
ErrorsLine is longer than 80 characters.5417
ErrorsLine contains a tab character.5417
ErrorsLine contains a tab character.5419
ErrorsLine contains a tab character.5420
ErrorsLine has trailing spaces.5423
ErrorsFirst sentence should end with a period.5424
ErrorsMethod 'ingestDDObjStsNote' is not designed for extension - needs to be abstract, final or empty.5427
ErrorsParameter lblMap should be final.5427
Errors',' is not followed by whitespace.5427
ErrorsExpected @param tag for 'lblMap'.5427
ErrorsLine contains a tab character.5432
Errors'if' construct must use '{}'s.5434
Errors'!=' is not preceded with whitespace.5434
Errors'!=' is not followed by whitespace.5434
ErrorsLine has trailing spaces.5435
ErrorsLine contains a tab character.5435
ErrorsLine contains a tab character.5437
Errors'{' is followed by whitespace.5437
ErrorsLine is longer than 80 characters.5438
ErrorsLine contains a tab character.5438
ErrorsLine contains a tab character.5439
ErrorsLine contains a tab character.5440
ErrorsLine contains a tab character.5441
ErrorsLine contains a tab character.5442
ErrorsLine contains a tab character.5443
ErrorsLine contains a tab character.5444
ErrorsLine is longer than 80 characters.5446
ErrorsLine is longer than 80 characters.5448
Errors'!=' is not preceded with whitespace.5450
Errors'!=' is not followed by whitespace.5450
ErrorsLine is longer than 80 characters.5451
ErrorsLine has trailing spaces.5455
Errors'!=' is not preceded with whitespace.5456
Errors'!=' is not followed by whitespace.5456
Errors'!=' is not preceded with whitespace.5457
Errors'!=' is not followed by whitespace.5457
Errors'==' is not preceded with whitespace.5457
Errors'==' is not followed by whitespace.5457
ErrorsLine is longer than 80 characters.5458
ErrorsLine is longer than 80 characters.5460
Errors'=' is not preceded with whitespace.5462
Errors'=' is not followed by whitespace.5462
Errors'<' is not preceded with whitespace.5462
Errors'<' is not followed by whitespace.5462
Errors'+' is not preceded with whitespace.5464
Errors'+' is not followed by whitespace.5464
Errors'3' is a magic number.5465
Errors'4' is a magic number.5466
Errors'5' is a magic number.5467
ErrorsLine is longer than 80 characters.5472
ErrorsLine contains a tab character.5473
ErrorsLine is longer than 80 characters.5474
ErrorsLine contains a tab character.5474
ErrorsLine contains a tab character.5475
ErrorsLine contains a tab character.5476
Errors'}' should be on the same line.5478
ErrorsLine contains a tab character.5480
Errors'{' is followed by whitespace.5480
ErrorsLine is longer than 80 characters.5481
ErrorsLine contains a tab character.5481
ErrorsLine contains a tab character.5482
ErrorsLine contains a tab character.5483
ErrorsLine contains a tab character.5484
Errors'}' should be on the same line.5488
ErrorsLine has trailing spaces.5490
ErrorsLine is longer than 80 characters.5490
ErrorsLine contains a tab character.5490
ErrorsLine is longer than 80 characters.5491
ErrorsLine contains a tab character.5491
ErrorsLine contains a tab character.5493
ErrorsLine contains a tab character.5494
ErrorsLine has trailing spaces.5497
ErrorsLine has trailing spaces.5499
ErrorsLine is longer than 80 characters.5499
ErrorsLine is longer than 80 characters.5500
ErrorsLine has trailing spaces.5502
ErrorsLine contains a tab character.5504
ErrorsExpected an @return tag.5506
ErrorsMethod 'collapse' is not designed for extension - needs to be abstract, final or empty.5506
ErrorsParameter source should be final.5506
ErrorsExpected @param tag for 'source'.5506
ErrorsLine has trailing spaces.5507
ErrorsLine is longer than 80 characters.5507
ErrorsLine contains a tab character.5507
ErrorsLine contains a tab character.5508
ErrorsLine contains a tab character.5509
ErrorsLine contains a tab character.5510
ErrorsLine contains a tab character.5511
ErrorsLine has trailing spaces.5513
ErrorsFirst sentence should end with a period.5514
ErrorsExpected an @return tag.5517
ErrorsMethod 'itrim' is not designed for extension - needs to be abstract, final or empty.5517
ErrorsParameter source should be final.5517
ErrorsExpected @param tag for 'source'.5517
ErrorsLine has trailing spaces.5518
ErrorsLine contains a tab character.5518
ErrorsLine has trailing spaces.5520
ErrorsFirst sentence should end with a period.5521
ErrorsLine is longer than 80 characters.5522
ErrorsLine is longer than 80 characters.5523
ErrorsExpected an @return tag.5525
ErrorsMethod 'ltrim' is not designed for extension - needs to be abstract, final or empty.5525
ErrorsParameter source should be final.5525
ErrorsExpected @param tag for 'source'.5525
ErrorsLine contains a tab character.5526
ErrorsLine has trailing spaces.5527
ErrorsLine contains a tab character.5527
ErrorsLine contains a tab character.5528
ErrorsLine contains a tab character.5529
ErrorsLine contains a tab character.5530
ErrorsLine contains a tab character.5531
ErrorsLine contains a tab character.5532
Errors'=' is not preceded with whitespace.5532
Errors'=' is not followed by whitespace.5532
Errors'<' is not preceded with whitespace.5532
Errors'<' is not followed by whitespace.5532
Errors'if' construct must use '{}'s.5533
ErrorsLine contains a tab character.5533
Errors'==' is not preceded with whitespace.5533
Errors'==' is not followed by whitespace.5533
ErrorsLine has trailing spaces.5534
ErrorsLine contains a tab character.5534
Errors'else' construct must use '{}'s.5535
ErrorsLine contains a tab character.5535
ErrorsLine contains a tab character.5536
ErrorsLine has trailing spaces.5537
ErrorsLine contains a tab character.5537
Errors'if' construct must use '{}'s.5538
ErrorsLine contains a tab character.5538
Errors'!=' is not preceded with whitespace.5538
Errors'!=' is not followed by whitespace.5538
Errors'-' is not preceded with whitespace.5538
Errors'-' is not followed by whitespace.5538
ErrorsLine contains a tab character.5539
ErrorsLine contains a tab character.5540
ErrorsLine has trailing spaces.5541
ErrorsLine contains a tab character.5541
Errors'}' should be on the same line.5541
Errors'else' construct must use '{}'s.5542
ErrorsLine has trailing spaces.5542
ErrorsLine contains a tab character.5542
ErrorsLine contains a tab character.5543
ErrorsLine contains a tab character.5544
ErrorsLine has trailing spaces.5546
ErrorsLine contains a tab character.5546
ErrorsFirst sentence should end with a period.5547
ErrorsLine is longer than 80 characters.5548
ErrorsExpected an @return tag.5550
ErrorsMethod 'rtrim' is not designed for extension - needs to be abstract, final or empty.5550
ErrorsParameter source should be final.5550
ErrorsExpected @param tag for 'source'.5550
ErrorsLine contains a tab character.5551
ErrorsFirst sentence should end with a period.5554
ErrorsLine has trailing spaces.5556
ErrorsLine has trailing spaces.5558
ErrorsMethod 'getRowCount' is not designed for extension - needs to be abstract, final or empty.5561
ErrorsParameter query should be final.5561
ErrorsLine is longer than 80 characters.5564
Errors'}' should be on the same line.5569
ErrorsFirst sentence should end with a period.5576
ErrorsLine has trailing spaces.5578
ErrorsLine has trailing spaces.5580
ErrorsMethod 'deleteRecords' is not designed for extension - needs to be abstract, final or empty.5583
ErrorsParameter query should be final.5583
Errors'}' should be on the same line.5589
ErrorsFirst sentence should end with a period.5596
ErrorsParameter args should be final.5599
ErrorsExpected @param tag for 'args'.5599
ErrorsLine contains a tab character.5600
ErrorsLine is longer than 80 characters.5605
ErrorsFile length is 5,611 lines (max allowed is 2,000).1
ErrorsLine has trailing spaces.6
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.8
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.10
ErrorsUnused import - gov.nasa.pds.tools.label.Value.18
ErrorsUnused import - java.sql.DatabaseMetaData.33
ErrorsUnused import - java.sql.ResultSetMetaData.34
ErrorsUnused import - java.util.List.40
ErrorsLine contains a tab character.49
ErrorsMissing a Javadoc comment.49
ErrorsVariable 'okCount' must be private and have accessor methods.49
ErrorsLine contains a tab character.50
ErrorsMissing a Javadoc comment.50
ErrorsVariable 'failCount' must be private and have accessor methods.50
ErrorsLine contains a tab character.51
ErrorsMissing a Javadoc comment.51
ErrorsVariable 'newStdValueCount' must be private and have accessor methods.51
ErrorsMissing a Javadoc comment.53
ErrorsName '_conn' must match pattern '^[a-z][a-zA-Z0-9]*$'.53
ErrorsVariable '_conn' must be private and have accessor methods.53
ErrorsMissing a Javadoc comment.54
ErrorsName '_sql' must match pattern '^[a-z][a-zA-Z0-9]*$'.54
ErrorsVariable '_sql' must be private and have accessor methods.54
ErrorsMissing a Javadoc comment.55
ErrorsName '_dename' must match pattern '^[a-z][a-zA-Z0-9]*$'.55
ErrorsVariable '_dename' must be private and have accessor methods.55
ErrorsMissing a Javadoc comment.56
ErrorsName 'INGEST_MSG' must match pattern '^[a-z][a-zA-Z0-9]*$'.56
ErrorsVariable 'INGEST_MSG' must be private and have accessor methods.56
ErrorsMissing a Javadoc comment.57
ErrorsName 'SPACES' must match pattern '^[a-z][a-zA-Z0-9]*$'.57
ErrorsVariable 'SPACES' must be private and have accessor methods.57
ErrorsMissing a Javadoc comment.58
ErrorsVariable 'isFailed' must be private and have accessor methods.58
ErrorsMissing a Javadoc comment.59
ErrorsVariable 'debugFlag' must be private and have accessor methods.59
ErrorsMissing a Javadoc comment.60
ErrorsVariable 'isConnected' must be private and have accessor methods.60
ErrorsMissing a Javadoc comment.61
ErrorsName '_now' must match pattern '^[a-z][a-zA-Z0-9]*$'.61
ErrorsVariable '_now' must be private and have accessor methods.61
ErrorsLine has trailing spaces.62
ErrorsMissing a Javadoc comment.62
ErrorsName '_unk' must match pattern '^[a-z][a-zA-Z0-9]*$'.62
ErrorsVariable '_unk' must be private and have accessor methods.62
Errors'cast' is not followed by whitespace.62
ErrorsMissing a Javadoc comment.63
ErrorsName '_na' must match pattern '^[a-z][a-zA-Z0-9]*$'.63
ErrorsVariable '_na' must be private and have accessor methods.63
Errors'cast' is not followed by whitespace.63
ErrorsMissing a Javadoc comment.65
ErrorsMissing a Javadoc comment.66
ErrorsName '_report' must match pattern '^[a-z][a-zA-Z0-9]*$'.66
ErrorsMissing a Javadoc comment.67
ErrorsName '_label' must match pattern '^[a-z][a-zA-Z0-9]*$'.67
ErrorsLine has trailing spaces.68
ErrorsFirst sentence should end with a period.69
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine is longer than 80 characters.77
ErrorsLine contains a tab character.77
ErrorsParameter user should be final.77
ErrorsParameter pass should be final.77
ErrorsParameter server should be final.77
ErrorsParameter dbname should be final.77
ErrorsParameter target should be final.77
ErrorsExpected @param tag for 'target'.77
ErrorsParameter report should be final.77
ErrorsExpected @param tag for 'report'.77
ErrorsExpected @throws tag for 'SQLException'.77
ErrorsRedundant throws: 'SQLException' is subclass of 'Exception'.77
ErrorsExpected @throws tag for 'Exception'.77
Errors'{' is not preceded with whitespace.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83
Errors'}' should be on the same line.84
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.88
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.92
Errors'!=' is not preceded with whitespace.92
Errors'!=' is not followed by whitespace.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
Errors'}' should be on the same line.96
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
Errors'}' should be on the same line.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsMethod 'setReport' is not designed for extension - needs to be abstract, final or empty.106
ErrorsMissing a Javadoc comment.106
ErrorsParameter report should be final.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsMethod 'setLabel' is not designed for extension - needs to be abstract, final or empty.110
ErrorsMissing a Javadoc comment.110
ErrorsParameter label should be final.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsFirst sentence should end with a period.114
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.117
ErrorsExpected @throws tag for 'SQLException'.117
ErrorsLine contains a tab character.119
Errors'!=' is not preceded with whitespace.119
Errors'!=' is not followed by whitespace.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine has trailing spaces.122
Errors'}' should be on the same line.122
ErrorsLine contains a tab character.124
ErrorsLine has trailing spaces.127
ErrorsMethod 'isConnected' is not designed for extension - needs to be abstract, final or empty.128
ErrorsMissing a Javadoc comment.128
ErrorsLine contains a tab character.129
ErrorsLine has trailing spaces.131
ErrorsMethod 'isFailed' is not designed for extension - needs to be abstract, final or empty.132
ErrorsMissing a Javadoc comment.132
ErrorsLine contains a tab character.133
ErrorsLine has trailing spaces.135
ErrorsMethod 'setIsFailed' is not designed for extension - needs to be abstract, final or empty.136
ErrorsMissing a Javadoc comment.136
ErrorsParameter failed should be final.136
ErrorsLine contains a tab character.137
ErrorsLine has trailing spaces.139
ErrorsFirst sentence should end with a period.140
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsMethod 'ingestMissionObject' is not designed for extension - needs to be abstract, final or empty.145
ErrorsParameter lblMap should be final.145
Errors',' is not followed by whitespace.145
ErrorsFirst sentence should end with a period.151
ErrorsLine has trailing spaces.151
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsMethod 'ingestMsnD' is not designed for extension - needs to be abstract, final or empty.156
ErrorsParameter lblMap should be final.156
Errors',' is not followed by whitespace.156
Errors'if' construct must use '{}'s.162
ErrorsLine has trailing spaces.162
Errors'!=' is not preceded with whitespace.162
Errors'!=' is not followed by whitespace.162
ErrorsLine is longer than 80 characters.163
ErrorsLine contains a tab character.165
Errors'{' is followed by whitespace.165
ErrorsLine is longer than 80 characters.166
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.176
ErrorsLine is longer than 80 characters.180
Errors'!=' is not preceded with whitespace.182
Errors'!=' is not followed by whitespace.182
ErrorsLine is longer than 80 characters.183
ErrorsLine has trailing spaces.187
Errors'!=' is not preceded with whitespace.189
Errors'!=' is not followed by whitespace.189
Errors'!=' is not preceded with whitespace.190
Errors'!=' is not followed by whitespace.190
Errors'==' is not preceded with whitespace.190
Errors'==' is not followed by whitespace.190
ErrorsLine is longer than 80 characters.191
ErrorsLine contains a tab character.191
ErrorsLine is longer than 80 characters.192
ErrorsLine is longer than 80 characters.194
Errors'=' is not preceded with whitespace.195
Errors'=' is not followed by whitespace.195
Errors'<' is not preceded with whitespace.195
Errors'<' is not followed by whitespace.195
ErrorsLine is longer than 80 characters.196
Errors'3' is a magic number.199
Errors'+' is not preceded with whitespace.199
Errors'+' is not followed by whitespace.199
Errors'4' is a magic number.200
Errors'5' is a magic number.202
ErrorsLine contains a tab character.207
ErrorsLine is longer than 80 characters.208
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine is longer than 80 characters.210
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
Errors'}' should be on the same line.213
ErrorsLine contains a tab character.215
Errors'{' is followed by whitespace.215
ErrorsLine is longer than 80 characters.216
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.221
Errors'}' should be on the same line.223
ErrorsLine has trailing spaces.225
ErrorsLine is longer than 80 characters.225
ErrorsLine contains a tab character.225
ErrorsLine is longer than 80 characters.226
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsFirst sentence should end with a period.233
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
ErrorsMethod 'ingestMsnObjsmy' is not designed for extension - needs to be abstract, final or empty.237
ErrorsParameter lblMap should be final.237
Errors',' is not followed by whitespace.237
ErrorsExpected @param tag for 'lblMap'.237
Errors'if' construct must use '{}'s.243
Errors'!=' is not preceded with whitespace.243
Errors'!=' is not followed by whitespace.243
ErrorsLine is longer than 80 characters.244
ErrorsLine has trailing spaces.246
ErrorsLine contains a tab character.246
Errors'{' is followed by whitespace.246
ErrorsLine is longer than 80 characters.247
ErrorsLine contains a tab character.247
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.257
ErrorsLine is longer than 80 characters.258
ErrorsLine is longer than 80 characters.259
ErrorsLine is longer than 80 characters.260
Errors'!=' is not preceded with whitespace.262
Errors'!=' is not followed by whitespace.262
ErrorsLine is longer than 80 characters.263
ErrorsLine has trailing spaces.267
Errors'!=' is not preceded with whitespace.269
Errors'!=' is not followed by whitespace.269
Errors'!=' is not preceded with whitespace.270
Errors'!=' is not followed by whitespace.270
Errors'==' is not preceded with whitespace.270
Errors'==' is not followed by whitespace.270
ErrorsLine is longer than 80 characters.271
ErrorsLine is longer than 80 characters.273
Errors'=' is not preceded with whitespace.274
Errors'=' is not followed by whitespace.274
Errors'<' is not preceded with whitespace.274
Errors'<' is not followed by whitespace.274
Errors'3' is a magic number.277
Errors'+' is not preceded with whitespace.277
Errors'+' is not followed by whitespace.277
Errors'4' is a magic number.278
Errors'5' is a magic number.280
ErrorsLine contains a tab character.285
ErrorsLine is longer than 80 characters.286
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.287
ErrorsLine is longer than 80 characters.288
ErrorsLine contains a tab character.288
ErrorsLine contains a tab character.289
Errors'}' should be on the same line.291
ErrorsLine is longer than 80 characters.293
ErrorsLine contains a tab character.293
Errors'{' is followed by whitespace.293
ErrorsLine is longer than 80 characters.294
ErrorsLine contains a tab character.294
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.297
ErrorsLine has trailing spaces.301
Errors'}' should be on the same line.301
ErrorsLine has trailing spaces.303
ErrorsLine is longer than 80 characters.303
ErrorsLine contains a tab character.303
ErrorsLine is longer than 80 characters.304
ErrorsLine contains a tab character.304
ErrorsLine contains a tab character.306
ErrorsLine contains a tab character.307
ErrorsFirst sentence should end with a period.311
ErrorsLine contains a tab character.311
ErrorsLine contains a tab character.312
ErrorsLine contains a tab character.313
ErrorsMethod 'ingestMsnHost' is not designed for extension - needs to be abstract, final or empty.314
ErrorsParameter lblMap should be final.314
Errors',' is not followed by whitespace.314
ErrorsExpected @param tag for 'lblMap'.314
Errors'if' construct must use '{}'s.320
Errors'!=' is not preceded with whitespace.320
Errors'!=' is not followed by whitespace.320
ErrorsLine is longer than 80 characters.321
ErrorsLine contains a tab character.323
Errors'{' is followed by whitespace.323
ErrorsLine is longer than 80 characters.324
ErrorsLine contains a tab character.324
ErrorsLine contains a tab character.329
ErrorsLine contains a tab character.330
ErrorsLine contains a tab character.333
ErrorsLine is longer than 80 characters.334
ErrorsLine is longer than 80 characters.335
Errors'if' construct must use '{}'s.337
Errors'!=' is not preceded with whitespace.337
Errors'!=' is not followed by whitespace.337
ErrorsLine is longer than 80 characters.338
ErrorsLine has trailing spaces.339
ErrorsLine is longer than 80 characters.339
ErrorsLine contains a tab character.339
Errors'+' should be on a new line.339
Errors'!=' is not preceded with whitespace.342
Errors'!=' is not followed by whitespace.342
ErrorsLine has trailing spaces.343
ErrorsLine is longer than 80 characters.343
Errors'+' should be on a new line.343
ErrorsLine is longer than 80 characters.344
ErrorsLine contains a tab character.344
ErrorsLine has trailing spaces.348
Errors'if' construct must use '{}'s.350
Errors'!=' is not preceded with whitespace.350
Errors'!=' is not followed by whitespace.350
Errors'==' is not preceded with whitespace.353
Errors'==' is not followed by whitespace.353
Errors'==' is not preceded with whitespace.353
Errors'==' is not followed by whitespace.353
ErrorsLine is longer than 80 characters.354
ErrorsLine contains a tab character.354
Errors'{' is followed by whitespace.354
ErrorsLine is longer than 80 characters.355
ErrorsLine contains a tab character.355
ErrorsLine contains a tab character.356
ErrorsLine contains a tab character.357
ErrorsLine contains a tab character.358
Errors'}' should be on the same line.361
Errors'!=' is not preceded with whitespace.363
Errors'!=' is not followed by whitespace.363
Errors'==' is not preceded with whitespace.363
Errors'==' is not followed by whitespace.363
ErrorsLine is longer than 80 characters.364
Errors'3' is a magic number.369
Errors'4' is a magic number.370
Errors'5' is a magic number.372
ErrorsLine contains a tab character.376
ErrorsLine is longer than 80 characters.377
ErrorsLine contains a tab character.377
ErrorsLine contains a tab character.378
ErrorsLine is longer than 80 characters.379
ErrorsLine contains a tab character.379
ErrorsLine contains a tab character.380
Errors'}' should be on the same line.383
ErrorsLine has trailing spaces.385
ErrorsLine is longer than 80 characters.385
ErrorsLine contains a tab character.385
ErrorsLine is longer than 80 characters.386
ErrorsLine contains a tab character.386
ErrorsLine contains a tab character.388
ErrorsLine contains a tab character.389
ErrorsFirst sentence should end with a period.393
ErrorsLine contains a tab character.393
ErrorsLine contains a tab character.394
ErrorsLine contains a tab character.395
ErrorsMethod 'ingestMsnInfo' is not designed for extension - needs to be abstract, final or empty.396
ErrorsParameter lblMap should be final.396
Errors',' is not followed by whitespace.396
ErrorsExpected @param tag for 'lblMap'.396
Errors'if' construct must use '{}'s.402
Errors'!=' is not preceded with whitespace.402
Errors'!=' is not followed by whitespace.402
ErrorsLine is longer than 80 characters.403
ErrorsLine contains a tab character.405
Errors'{' is followed by whitespace.405
ErrorsLine is longer than 80 characters.406
ErrorsLine contains a tab character.406
ErrorsLine contains a tab character.411
ErrorsLine contains a tab character.412
ErrorsLine contains a tab character.415
ErrorsLine is longer than 80 characters.416
ErrorsLine is longer than 80 characters.418
Errors'!=' is not preceded with whitespace.420
Errors'!=' is not followed by whitespace.420
ErrorsLine is longer than 80 characters.421
ErrorsLine has trailing spaces.425
ErrorsLine contains a tab character.425
Errors'if' construct must use '{}'s.430
Errors'!=' is not preceded with whitespace.430
Errors'!=' is not followed by whitespace.430
ErrorsLine is longer than 80 characters.431
Errors'if' construct must use '{}'s.432
Errors'!=' is not preceded with whitespace.432
Errors'!=' is not followed by whitespace.432
ErrorsLine is longer than 80 characters.433
Errors'if' construct must use '{}'s.434
Errors'!=' is not preceded with whitespace.434
Errors'!=' is not followed by whitespace.434
ErrorsLine is longer than 80 characters.435
Errors'if' construct must use '{}'s.436
Errors'!=' is not preceded with whitespace.436
Errors'!=' is not followed by whitespace.436
ErrorsLine is longer than 80 characters.437
ErrorsLine is longer than 80 characters.439
Errors'==' is not preceded with whitespace.439
Errors'==' is not followed by whitespace.439
Errors'==' is not preceded with whitespace.439
Errors'==' is not followed by whitespace.439
Errors'==' is not preceded with whitespace.439
Errors'==' is not followed by whitespace.439
Errors'==' is not preceded with whitespace.439
Errors'==' is not followed by whitespace.439
ErrorsLine is longer than 80 characters.440
ErrorsLine contains a tab character.440
Errors'{' is followed by whitespace.440
ErrorsLine is longer than 80 characters.441
ErrorsLine contains a tab character.441
ErrorsLine contains a tab character.442
ErrorsLine contains a tab character.443
ErrorsLine contains a tab character.444
ErrorsLine contains a tab character.445
Errors'}' should be on the same line.447
Errors'!=' is not preceded with whitespace.449
Errors'!=' is not followed by whitespace.449
Errors'==' is not preceded with whitespace.449
Errors'==' is not followed by whitespace.449
ErrorsLine has trailing spaces.450
ErrorsLine is longer than 80 characters.450
Errors'+' should be on a new line.450
ErrorsLine is longer than 80 characters.454
ErrorsLine is longer than 80 characters.455
ErrorsLine is longer than 80 characters.456
ErrorsLine is longer than 80 characters.457
ErrorsLine is longer than 80 characters.458
Errors'3' is a magic number.462
Errors'4' is a magic number.463
Errors'5' is a magic number.464
Errors'6' is a magic number.465
Errors'7' is a magic number.467
ErrorsLine is longer than 80 characters.471
ErrorsLine contains a tab character.472
ErrorsLine is longer than 80 characters.473
ErrorsLine contains a tab character.473
ErrorsLine contains a tab character.474
ErrorsLine contains a tab character.475
ErrorsLine is longer than 80 characters.476
ErrorsLine contains a tab character.476
Errors'}' should be on the same line.480
ErrorsLine has trailing spaces.482
ErrorsLine is longer than 80 characters.482
ErrorsLine contains a tab character.482
ErrorsLine is longer than 80 characters.483
ErrorsLine contains a tab character.483
ErrorsLine contains a tab character.485
ErrorsLine contains a tab character.486
ErrorsFirst sentence should end with a period.490
ErrorsLine contains a tab character.490
ErrorsLine contains a tab character.491
ErrorsLine contains a tab character.492
ErrorsMethod 'ingestMsnDoc' is not designed for extension - needs to be abstract, final or empty.493
ErrorsParameter lblMap should be final.493
Errors',' is not followed by whitespace.493
ErrorsExpected @param tag for 'lblMap'.493
Errors'if' construct must use '{}'s.499
Errors'!=' is not preceded with whitespace.499
Errors'!=' is not followed by whitespace.499
ErrorsLine is longer than 80 characters.500
ErrorsLine contains a tab character.502
Errors'{' is followed by whitespace.502
ErrorsLine is longer than 80 characters.503
ErrorsLine contains a tab character.503
ErrorsLine contains a tab character.508
ErrorsLine contains a tab character.509
ErrorsLine contains a tab character.512
ErrorsLine is longer than 80 characters.514
ErrorsLine is longer than 80 characters.515
ErrorsLine is longer than 80 characters.517
Errors'!=' is not preceded with whitespace.519
Errors'!=' is not followed by whitespace.519
ErrorsLine is longer than 80 characters.520
ErrorsLine has trailing spaces.524
Errors'if' construct must use '{}'s.526
ErrorsLine has trailing spaces.526
Errors'!=' is not preceded with whitespace.526
Errors'!=' is not followed by whitespace.526
Errors'!=' is not followed by whitespace.528
Errors'!=' is not preceded with whitespace.529
Errors'!=' is not followed by whitespace.529
Errors'==' is not preceded with whitespace.529
Errors'==' is not followed by whitespace.529
ErrorsLine is longer than 80 characters.530
ErrorsLine is longer than 80 characters.532
Errors'3' is a magic number.535
Errors'4' is a magic number.537
ErrorsLine is longer than 80 characters.541
ErrorsLine contains a tab character.542
ErrorsLine is longer than 80 characters.543
ErrorsLine contains a tab character.543
ErrorsLine contains a tab character.544
ErrorsLine contains a tab character.545
Errors'}' should be on the same line.547
ErrorsLine contains a tab character.549
Errors'{' is followed by whitespace.549
ErrorsLine is longer than 80 characters.550
ErrorsLine contains a tab character.550
ErrorsLine contains a tab character.551
ErrorsLine contains a tab character.552
ErrorsLine contains a tab character.553
Errors'}' should be on the same line.557
ErrorsLine has trailing spaces.559
ErrorsLine is longer than 80 characters.559
ErrorsLine contains a tab character.559
ErrorsLine is longer than 80 characters.560
ErrorsLine contains a tab character.560
ErrorsLine contains a tab character.562
ErrorsLine contains a tab character.563
ErrorsFirst sentence should end with a period.567
ErrorsLine contains a tab character.567
ErrorsLine contains a tab character.568
ErrorsLine contains a tab character.569
ErrorsLine is longer than 80 characters.570
ErrorsMethod 'ingestInstHostObject' is not designed for extension - needs to be abstract, final or empty.570
ErrorsParameter lblMap should be final.570
Errors',' is not followed by whitespace.570
ErrorsExpected @param tag for 'lblMap'.570
ErrorsFirst sentence should end with a period.575
ErrorsLine contains a tab character.575
ErrorsLine contains a tab character.576
ErrorsLine contains a tab character.577
ErrorsMethod 'ingestHostD' is not designed for extension - needs to be abstract, final or empty.578
ErrorsParameter lblMap should be final.578
Errors',' is not followed by whitespace.578
ErrorsExpected @param tag for 'lblMap'.578
Errors'if' construct must use '{}'s.584
Errors'!=' is not preceded with whitespace.584
Errors'!=' is not followed by whitespace.584
ErrorsLine is longer than 80 characters.585
ErrorsLine contains a tab character.585
ErrorsLine contains a tab character.587
Errors'{' is followed by whitespace.587
ErrorsLine is longer than 80 characters.588
ErrorsLine contains a tab character.588
ErrorsLine contains a tab character.593
ErrorsLine contains a tab character.594
ErrorsLine contains a tab character.597
ErrorsLine is longer than 80 characters.598
ErrorsLine is longer than 80 characters.599
ErrorsLine is longer than 80 characters.600
Errors'!=' is not preceded with whitespace.602
Errors'!=' is not followed by whitespace.602
ErrorsLine is longer than 80 characters.603
Errors'!=' is not preceded with whitespace.607
Errors'!=' is not followed by whitespace.607
Errors'!=' is not preceded with whitespace.608
Errors'!=' is not followed by whitespace.608
Errors'==' is not preceded with whitespace.608
Errors'==' is not followed by whitespace.608
ErrorsLine is longer than 80 characters.609
Errors'+' should be on a new line.609
ErrorsLine is longer than 80 characters.613
ErrorsLine is longer than 80 characters.614
Errors'=' is not preceded with whitespace.615
Errors'=' is not followed by whitespace.615
Errors'<' is not preceded with whitespace.615
Errors'<' is not followed by whitespace.615
ErrorsLine is longer than 80 characters.616
Errors'3' is a magic number.619
Errors'+' is not preceded with whitespace.619
Errors'+' is not followed by whitespace.619
Errors'4' is a magic number.620
Errors'5' is a magic number.622
ErrorsLine contains a tab character.627
ErrorsLine is longer than 80 characters.628
ErrorsLine contains a tab character.628
ErrorsLine contains a tab character.629
ErrorsLine is longer than 80 characters.630
ErrorsLine contains a tab character.630
ErrorsLine contains a tab character.631
Errors'}' should be on the same line.633
ErrorsLine contains a tab character.635
Errors'{' is followed by whitespace.635
ErrorsLine is longer than 80 characters.636
ErrorsLine contains a tab character.636
ErrorsLine contains a tab character.637
ErrorsLine contains a tab character.638
ErrorsLine contains a tab character.639
Errors'}' should be on the same line.643
ErrorsLine has trailing spaces.645
ErrorsLine is longer than 80 characters.645
ErrorsLine contains a tab character.645
ErrorsLine is longer than 80 characters.646
ErrorsLine contains a tab character.646
ErrorsLine contains a tab character.648
ErrorsLine contains a tab character.649
ErrorsFirst sentence should end with a period.653
ErrorsLine contains a tab character.653
ErrorsLine contains a tab character.654
ErrorsLine contains a tab character.655
ErrorsMethod 'ingestHostInfo' is not designed for extension - needs to be abstract, final or empty.656
ErrorsParameter lblMap should be final.656
Errors',' is not followed by whitespace.656
ErrorsExpected @param tag for 'lblMap'.656
ErrorsLine contains a tab character.662
ErrorsLine contains a tab character.663
Errors'if' construct must use '{}'s.664
ErrorsLine contains a tab character.664
Errors'!=' is not preceded with whitespace.664
Errors'!=' is not followed by whitespace.664
ErrorsLine is longer than 80 characters.665
ErrorsLine contains a tab character.665
ErrorsLine contains a tab character.667
Errors'{' is followed by whitespace.667
ErrorsLine is longer than 80 characters.668
ErrorsLine contains a tab character.668
ErrorsLine contains a tab character.669
ErrorsLine contains a tab character.670
ErrorsLine contains a tab character.671
ErrorsLine contains a tab character.673
ErrorsLine contains a tab character.674
ErrorsLine has trailing spaces.675
ErrorsLine is longer than 80 characters.676
ErrorsLine is longer than 80 characters.677
ErrorsLine is longer than 80 characters.678
Errors'!=' is not preceded with whitespace.680
Errors'!=' is not followed by whitespace.680
ErrorsLine is longer than 80 characters.681
Errors'if' construct must use '{}'s.689
Errors'!=' is not preceded with whitespace.689
Errors'!=' is not followed by whitespace.689
ErrorsLine has trailing spaces.690
ErrorsLine is longer than 80 characters.690
Errors'if' construct must use '{}'s.691
Errors'!=' is not preceded with whitespace.691
Errors'!=' is not followed by whitespace.691
ErrorsLine is longer than 80 characters.692
Errors'if' construct must use '{}'s.693
Errors'!=' is not preceded with whitespace.693
Errors'!=' is not followed by whitespace.693
ErrorsLine is longer than 80 characters.694
ErrorsLine is longer than 80 characters.695
Errors'==' is not preceded with whitespace.695
Errors'==' is not followed by whitespace.695
Errors'==' is not preceded with whitespace.695
Errors'==' is not followed by whitespace.695
Errors'==' is not preceded with whitespace.695
Errors'==' is not followed by whitespace.695
ErrorsLine contains a tab character.696
ErrorsLine is longer than 80 characters.697
ErrorsLine is longer than 80 characters.698
ErrorsLine is longer than 80 characters.699
ErrorsLine is longer than 80 characters.700
ErrorsLine is longer than 80 characters.701
ErrorsLine is longer than 80 characters.703
ErrorsLine contains a tab character.703
Errors'{' is followed by whitespace.703
ErrorsLine is longer than 80 characters.704
ErrorsLine contains a tab character.704
ErrorsLine contains a tab character.705
ErrorsLine contains a tab character.706
ErrorsLine contains a tab character.707
ErrorsLine contains a tab character.708
Errors'}' should be on the same line.710
Errors'!=' is not preceded with whitespace.712
Errors'!=' is not followed by whitespace.712
Errors'==' is not preceded with whitespace.712
Errors'==' is not followed by whitespace.712
ErrorsLine has trailing spaces.713
ErrorsLine is longer than 80 characters.713
Errors'+' should be on a new line.713
Errors'3' is a magic number.718
Errors'4' is a magic number.719
Errors'5' is a magic number.720
Errors'6' is a magic number.722
ErrorsLine is longer than 80 characters.726
ErrorsLine contains a tab character.727
ErrorsLine is longer than 80 characters.728
ErrorsLine contains a tab character.728
ErrorsLine contains a tab character.729
ErrorsLine contains a tab character.730
ErrorsLine is longer than 80 characters.731
ErrorsLine contains a tab character.731
Errors'}' should be on the same line.736
ErrorsLine has trailing spaces.738
ErrorsLine is longer than 80 characters.738
ErrorsLine contains a tab character.738
ErrorsLine is longer than 80 characters.739
ErrorsLine contains a tab character.739
ErrorsLine contains a tab character.741
ErrorsLine contains a tab character.742
ErrorsFirst sentence should end with a period.746
ErrorsLine contains a tab character.746
ErrorsLine contains a tab character.747
ErrorsLine contains a tab character.748
ErrorsLine is longer than 80 characters.749
ErrorsMethod 'ingestInstHostRefInfoObject' is not designed for extension - needs to be abstract, final or empty.749
ErrorsParameter lblMap should be final.749
Errors',' is not followed by whitespace.749
ErrorsExpected @param tag for 'lblMap'.749
ErrorsLine contains a tab character.754
Errors'if' construct must use '{}'s.756
ErrorsLine contains a tab character.756
Errors'!=' is not preceded with whitespace.756
Errors'!=' is not followed by whitespace.756
ErrorsLine is longer than 80 characters.757
ErrorsLine contains a tab character.757
Errors'if' construct must use '{}'s.759
Errors'!=' is not preceded with whitespace.759
Errors'!=' is not followed by whitespace.759
ErrorsLine has trailing spaces.761
Errors'==' is not preceded with whitespace.762
Errors'==' is not followed by whitespace.762
ErrorsLine contains a tab character.763
Errors'{' is followed by whitespace.763
ErrorsLine is longer than 80 characters.764
ErrorsLine contains a tab character.764
ErrorsLine contains a tab character.765
ErrorsLine contains a tab character.766
ErrorsLine contains a tab character.767
ErrorsLine contains a tab character.768
Errors'}' should be on the same line.770
Errors'==' is not preceded with whitespace.771
Errors'==' is not followed by whitespace.771
ErrorsLine contains a tab character.772
Errors'{' is followed by whitespace.772
ErrorsLine is longer than 80 characters.773
ErrorsLine contains a tab character.773
ErrorsLine contains a tab character.774
ErrorsLine contains a tab character.775
ErrorsLine contains a tab character.776
ErrorsLine contains a tab character.777
Errors'}' should be on the same line.779
ErrorsLine contains a tab character.781
ErrorsLine is longer than 80 characters.782
ErrorsLine is longer than 80 characters.783
ErrorsLine has trailing spaces.784
ErrorsLine is longer than 80 characters.784
Errors'+' should be on a new line.784
Errors'!=' is not preceded with whitespace.787
Errors'!=' is not followed by whitespace.787
ErrorsLine has trailing spaces.788
ErrorsLine is longer than 80 characters.788
Errors'+' should be on a new line.788
Errors'!=' is not preceded with whitespace.793
Errors'!=' is not followed by whitespace.793
Errors'==' is not preceded with whitespace.793
Errors'==' is not followed by whitespace.793
ErrorsLine is longer than 80 characters.794
ErrorsLine is longer than 80 characters.796
Errors'3' is a magic number.799
Errors'4' is a magic number.801
ErrorsLine is longer than 80 characters.805
ErrorsLine contains a tab character.806
ErrorsLine is longer than 80 characters.807
ErrorsLine contains a tab character.807
ErrorsLine contains a tab character.808
ErrorsLine contains a tab character.809
ErrorsLine has trailing spaces.812
Errors'}' should be on the same line.812
ErrorsLine has trailing spaces.814
ErrorsLine is longer than 80 characters.814
ErrorsLine contains a tab character.814
ErrorsLine is longer than 80 characters.815
ErrorsLine contains a tab character.815
ErrorsLine contains a tab character.817
ErrorsLine contains a tab character.818
ErrorsFirst sentence should end with a period.822
ErrorsLine has trailing spaces.822
ErrorsLine contains a tab character.822
ErrorsLine contains a tab character.823
ErrorsLine contains a tab character.824
ErrorsMethod 'ingestInstObject' is not designed for extension - needs to be abstract, final or empty.825
ErrorsParameter lblMap should be final.825
Errors',' is not followed by whitespace.825
ErrorsExpected @param tag for 'lblMap'.825
ErrorsLine has trailing spaces.827
ErrorsFirst sentence should end with a period.830
ErrorsLine contains a tab character.830
ErrorsLine contains a tab character.831
ErrorsLine contains a tab character.832
ErrorsMethod 'ingestInstD' is not designed for extension - needs to be abstract, final or empty.833
ErrorsParameter lblMap should be final.833
Errors',' is not followed by whitespace.833
ErrorsExpected @param tag for 'lblMap'.833
ErrorsLine contains a tab character.838
Errors'if' construct must use '{}'s.841
ErrorsLine contains a tab character.841
Errors'!=' is not preceded with whitespace.841
Errors'!=' is not followed by whitespace.841
ErrorsLine is longer than 80 characters.842
ErrorsLine contains a tab character.842
ErrorsLine contains a tab character.844
Errors'{' is followed by whitespace.844
ErrorsLine is longer than 80 characters.845
ErrorsLine contains a tab character.845
ErrorsLine contains a tab character.846
ErrorsLine contains a tab character.847
ErrorsLine contains a tab character.848
ErrorsLine contains a tab character.850
ErrorsLine contains a tab character.851
ErrorsLine has trailing spaces.852
Errors'if' construct must use '{}'s.853
Errors'!=' is not preceded with whitespace.853
Errors'!=' is not followed by whitespace.853
ErrorsLine contains a tab character.856
Errors'{' is followed by whitespace.856
ErrorsLine is longer than 80 characters.857
ErrorsLine contains a tab character.857
ErrorsLine contains a tab character.858
ErrorsLine contains a tab character.859
ErrorsLine contains a tab character.860
ErrorsLine contains a tab character.862
ErrorsLine contains a tab character.863
ErrorsLine is longer than 80 characters.865
ErrorsLine is longer than 80 characters.866
ErrorsLine is longer than 80 characters.867
Errors'+' should be on a new line.867
Errors'!=' is not preceded with whitespace.870
Errors'!=' is not followed by whitespace.870
ErrorsLine is longer than 80 characters.871
Errors'!=' is not preceded with whitespace.875
Errors'!=' is not followed by whitespace.875
Errors'!=' is not preceded with whitespace.876
Errors'!=' is not followed by whitespace.876
Errors'==' is not preceded with whitespace.876
Errors'==' is not followed by whitespace.876
ErrorsLine has trailing spaces.877
ErrorsLine is longer than 80 characters.877
Errors'+' should be on a new line.877
ErrorsLine is longer than 80 characters.881
ErrorsLine is longer than 80 characters.882
ErrorsLine is longer than 80 characters.883
Errors'=' is not preceded with whitespace.884
Errors'=' is not followed by whitespace.884
Errors'<' is not preceded with whitespace.884
Errors'<' is not followed by whitespace.884
ErrorsLine is longer than 80 characters.885
Errors'3' is a magic number.888
Errors'4' is a magic number.889
Errors'+' is not preceded with whitespace.889
Errors'+' is not followed by whitespace.889
Errors'5' is a magic number.890
Errors'6' is a magic number.892
ErrorsLine is longer than 80 characters.897
ErrorsLine has trailing spaces.898
ErrorsLine is longer than 80 characters.898
ErrorsLine contains a tab character.898
ErrorsLine is longer than 80 characters.899
ErrorsLine contains a tab character.899
ErrorsLine contains a tab character.900
ErrorsLine contains a tab character.901
Errors'}' should be on the same line.903
ErrorsLine contains a tab character.905
Errors'{' is followed by whitespace.905
ErrorsLine is longer than 80 characters.906
ErrorsLine contains a tab character.906
ErrorsLine contains a tab character.907
ErrorsLine contains a tab character.908
ErrorsLine contains a tab character.909
Errors'}' should be on the same line.913
ErrorsLine has trailing spaces.915
ErrorsLine is longer than 80 characters.915
ErrorsLine contains a tab character.915
ErrorsLine is longer than 80 characters.916
ErrorsLine contains a tab character.916
ErrorsLine contains a tab character.918
ErrorsLine contains a tab character.919
ErrorsFirst sentence should end with a period.923
ErrorsLine contains a tab character.923
ErrorsLine contains a tab character.924
ErrorsLine contains a tab character.925
ErrorsMethod 'ingestInstInfo' is not designed for extension - needs to be abstract, final or empty.926
ErrorsParameter lblMap should be final.926
Errors',' is not followed by whitespace.926
ErrorsExpected @param tag for 'lblMap'.926
ErrorsLine has trailing spaces.929
ErrorsLine contains a tab character.931
ErrorsLine contains a tab character.932
Errors'if' construct must use '{}'s.934
ErrorsLine contains a tab character.934
Errors'!=' is not preceded with whitespace.934
Errors'!=' is not followed by whitespace.934
ErrorsLine is longer than 80 characters.935
ErrorsLine contains a tab character.935
ErrorsLine contains a tab character.937
Errors'{' is followed by whitespace.937
ErrorsLine is longer than 80 characters.938
ErrorsLine contains a tab character.938
ErrorsLine contains a tab character.939
ErrorsLine contains a tab character.940
ErrorsLine contains a tab character.941
ErrorsLine contains a tab character.943
ErrorsLine contains a tab character.944
ErrorsLine has trailing spaces.945
Errors'if' construct must use '{}'s.946
Errors'!=' is not preceded with whitespace.946
Errors'!=' is not followed by whitespace.946
ErrorsLine contains a tab character.949
Errors'{' is followed by whitespace.949
ErrorsLine is longer than 80 characters.950
ErrorsLine contains a tab character.950
ErrorsLine contains a tab character.951
ErrorsLine contains a tab character.952
ErrorsLine contains a tab character.953
ErrorsLine contains a tab character.955
ErrorsLine contains a tab character.956
ErrorsLine is longer than 80 characters.958
ErrorsLine is longer than 80 characters.959
ErrorsLine has trailing spaces.960
ErrorsLine is longer than 80 characters.960
Errors'+' should be on a new line.960
Errors'!=' is not preceded with whitespace.963
Errors'!=' is not followed by whitespace.963
ErrorsLine is longer than 80 characters.964
Errors'if' construct must use '{}'s.973
Errors'!=' is not preceded with whitespace.973
Errors'!=' is not followed by whitespace.973
ErrorsLine is longer than 80 characters.974
Errors'if' construct must use '{}'s.975
Errors'!=' is not preceded with whitespace.975
Errors'!=' is not followed by whitespace.975
Errors'if' construct must use '{}'s.977
Errors'!=' is not preceded with whitespace.977
Errors'!=' is not followed by whitespace.977
ErrorsLine is longer than 80 characters.978
Errors'==' is not preceded with whitespace.980
Errors'==' is not followed by whitespace.980
Errors'==' is not preceded with whitespace.980
Errors'==' is not followed by whitespace.980
Errors'==' is not preceded with whitespace.980
Errors'==' is not followed by whitespace.980
ErrorsLine contains a tab character.981
ErrorsLine is longer than 80 characters.982
ErrorsLine is longer than 80 characters.983
ErrorsLine is longer than 80 characters.984
ErrorsLine is longer than 80 characters.985
ErrorsLine is longer than 80 characters.986
ErrorsLine is longer than 80 characters.988
ErrorsLine contains a tab character.988
Errors'{' is followed by whitespace.988
ErrorsLine is longer than 80 characters.989
ErrorsLine contains a tab character.989
ErrorsLine contains a tab character.990
ErrorsLine contains a tab character.991
ErrorsLine contains a tab character.992
ErrorsLine contains a tab character.993
Errors'}' should be on the same line.995
Errors'!=' is not preceded with whitespace.997
Errors'!=' is not followed by whitespace.997
Errors'==' is not preceded with whitespace.997
Errors'==' is not followed by whitespace.997
ErrorsLine is longer than 80 characters.998
Errors'+' should be on a new line.998
Errors'3' is a magic number.1003
Errors'4' is a magic number.1004
Errors'5' is a magic number.1005
Errors'6' is a magic number.1006
Errors'7' is a magic number.1008
ErrorsLine is longer than 80 characters.1012
ErrorsLine contains a tab character.1013
ErrorsLine is longer than 80 characters.1014
ErrorsLine contains a tab character.1014
ErrorsLine contains a tab character.1015
ErrorsLine contains a tab character.1016
ErrorsLine is longer than 80 characters.1017
ErrorsLine contains a tab character.1017
Errors'}' should be on the same line.1022
ErrorsLine has trailing spaces.1024
ErrorsLine is longer than 80 characters.1024
ErrorsLine contains a tab character.1024
ErrorsLine is longer than 80 characters.1025
ErrorsLine contains a tab character.1025
ErrorsLine contains a tab character.1027
ErrorsLine contains a tab character.1028
ErrorsFirst sentence should end with a period.1032
ErrorsLine contains a tab character.1032
ErrorsLine contains a tab character.1033
ErrorsLine contains a tab character.1034
ErrorsLine is longer than 80 characters.1035
ErrorsMethod 'ingestInstRefInfoObject' is not designed for extension - needs to be abstract, final or empty.1035
ErrorsParameter lblMap should be final.1035
Errors',' is not followed by whitespace.1035
ErrorsExpected @param tag for 'lblMap'.1035
ErrorsLine contains a tab character.1040
ErrorsLine contains a tab character.1041
Errors'if' construct must use '{}'s.1043
ErrorsLine contains a tab character.1043
Errors'!=' is not preceded with whitespace.1043
Errors'!=' is not followed by whitespace.1043
ErrorsLine has trailing spaces.1044
ErrorsLine is longer than 80 characters.1044
ErrorsLine contains a tab character.1044
Errors'if' construct must use '{}'s.1045
Errors'!=' is not preceded with whitespace.1045
Errors'!=' is not followed by whitespace.1045
ErrorsLine has trailing spaces.1046
Errors'if' construct must use '{}'s.1048
Errors'!=' is not preceded with whitespace.1048
Errors'!=' is not followed by whitespace.1048
ErrorsLine contains a tab character.1049
ErrorsLine has trailing spaces.1050
Errors'==' is not preceded with whitespace.1051
Errors'==' is not followed by whitespace.1051
Errors'==' is not preceded with whitespace.1051
Errors'==' is not followed by whitespace.1051
Errors'==' is not preceded with whitespace.1051
Errors'==' is not followed by whitespace.1051
ErrorsLine is longer than 80 characters.1052
ErrorsLine contains a tab character.1052
Errors'{' is followed by whitespace.1052
ErrorsLine is longer than 80 characters.1053
ErrorsLine contains a tab character.1053
ErrorsLine contains a tab character.1054
ErrorsLine contains a tab character.1055
ErrorsLine contains a tab character.1056
ErrorsLine contains a tab character.1057
Errors'}' should be on the same line.1059
ErrorsLine contains a tab character.1061
ErrorsLine has trailing spaces.1062
ErrorsLine is longer than 80 characters.1062
ErrorsLine is longer than 80 characters.1063
ErrorsLine is longer than 80 characters.1064
ErrorsLine is longer than 80 characters.1065
ErrorsLine contains a tab character.1065
Errors'+' should be on a new line.1065
ErrorsLine is longer than 80 characters.1066
ErrorsLine contains a tab character.1066
ErrorsLine contains a tab character.1067
ErrorsLine contains a tab character.1068
Errors'!=' is not preceded with whitespace.1068
Errors'!=' is not followed by whitespace.1068
ErrorsLine has trailing spaces.1069
ErrorsLine is longer than 80 characters.1069
ErrorsLine contains a tab character.1069
Errors'+' should be on a new line.1069
ErrorsLine contains a tab character.1070
ErrorsLine contains a tab character.1071
ErrorsLine contains a tab character.1072
ErrorsLine contains a tab character.1073
Errors'!=' is not preceded with whitespace.1074
Errors'!=' is not followed by whitespace.1074
Errors'==' is not preceded with whitespace.1074
Errors'==' is not followed by whitespace.1074
ErrorsLine is longer than 80 characters.1075
ErrorsLine is longer than 80 characters.1078
ErrorsLine is longer than 80 characters.1079
ErrorsLine is longer than 80 characters.1080
Errors'3' is a magic number.1084
Errors'4' is a magic number.1085
Errors'5' is a magic number.1087
ErrorsLine is longer than 80 characters.1091
ErrorsLine contains a tab character.1092
ErrorsLine is longer than 80 characters.1093
ErrorsLine contains a tab character.1093
ErrorsLine contains a tab character.1094
ErrorsLine contains a tab character.1095
ErrorsLine has trailing spaces.1098
Errors'}' should be on the same line.1098
ErrorsLine has trailing spaces.1100
ErrorsLine is longer than 80 characters.1100
ErrorsLine contains a tab character.1100
ErrorsLine is longer than 80 characters.1101
ErrorsLine contains a tab character.1101
ErrorsLine contains a tab character.1103
ErrorsLine contains a tab character.1104
ErrorsFirst sentence should end with a period.1108
ErrorsLine contains a tab character.1108
ErrorsLine contains a tab character.1109
ErrorsLine contains a tab character.1110
ErrorsLine has trailing spaces.1111
ErrorsLine is longer than 80 characters.1111
ErrorsMethod 'ingestDataSetObject' is not designed for extension - needs to be abstract, final or empty.1111
ErrorsParameter attrSmts should be final.1111
Errors',' is not followed by whitespace.1111
ErrorsExpected @param tag for 'attrSmts'.1111
ErrorsLine contains a tab character.1112
ErrorsFirst sentence should end with a period.1119
ErrorsLine contains a tab character.1119
ErrorsLine contains a tab character.1120
ErrorsLine contains a tab character.1121
ErrorsMethod 'ingestDSMsn' is not designed for extension - needs to be abstract, final or empty.1122
ErrorsParameter attrSmts should be final.1122
Errors',' is not followed by whitespace.1122
ErrorsExpected @param tag for 'attrSmts'.1122
ErrorsLine contains a tab character.1127
Errors'if' construct must use '{}'s.1129
Errors'!=' is not preceded with whitespace.1129
Errors'!=' is not followed by whitespace.1129
ErrorsLine is longer than 80 characters.1130
Errors'if' construct must use '{}'s.1132
ErrorsLine has trailing spaces.1132
Errors'!=' is not preceded with whitespace.1132
Errors'!=' is not followed by whitespace.1132
ErrorsLine is longer than 80 characters.1133
ErrorsLine has trailing spaces.1134
Errors'==' is not preceded with whitespace.1135
Errors'==' is not followed by whitespace.1135
Errors'==' is not preceded with whitespace.1135
Errors'==' is not followed by whitespace.1135
ErrorsLine contains a tab character.1136
Errors'{' is followed by whitespace.1136
ErrorsLine is longer than 80 characters.1137
ErrorsLine contains a tab character.1137
ErrorsLine contains a tab character.1138
ErrorsLine contains a tab character.1139
ErrorsLine contains a tab character.1140
ErrorsLine contains a tab character.1141
Errors'}' should be on the same line.1143
ErrorsLine is longer than 80 characters.1145
ErrorsLine contains a tab character.1145
ErrorsLine is longer than 80 characters.1146
ErrorsLine is longer than 80 characters.1147
Errors'!=' is not preceded with whitespace.1150
Errors'!=' is not followed by whitespace.1150
ErrorsLine is longer than 80 characters.1151
ErrorsLine has trailing spaces.1153
ErrorsLine has trailing spaces.1155
Errors'!=' is not preceded with whitespace.1155
Errors'!=' is not followed by whitespace.1155
Errors'==' is not preceded with whitespace.1155
Errors'==' is not followed by whitespace.1155
ErrorsLine is longer than 80 characters.1156
Errors'3' is a magic number.1160
Errors'4' is a magic number.1162
ErrorsLine is longer than 80 characters.1166
ErrorsLine contains a tab character.1167
ErrorsLine is longer than 80 characters.1168
ErrorsLine contains a tab character.1168
ErrorsLine contains a tab character.1169
ErrorsLine contains a tab character.1170
Errors'}' should be on the same line.1173
ErrorsLine has trailing spaces.1175
ErrorsLine is longer than 80 characters.1175
ErrorsLine contains a tab character.1175
ErrorsLine is longer than 80 characters.1176
ErrorsLine contains a tab character.1176
ErrorsLine contains a tab character.1178
ErrorsLine contains a tab character.1179
ErrorsLine contains a tab character.1180
ErrorsFirst sentence should end with a period.1184
ErrorsLine contains a tab character.1184
ErrorsLine contains a tab character.1185
ErrorsLine contains a tab character.1186
ErrorsMethod 'ingestDSD' is not designed for extension - needs to be abstract, final or empty.1187
ErrorsParameter attrSmts should be final.1187
Errors',' is not followed by whitespace.1187
ErrorsExpected @param tag for 'attrSmts'.1187
ErrorsLine contains a tab character.1192
Errors'!=' is not preceded with whitespace.1194
Errors'!=' is not followed by whitespace.1194
ErrorsLine is longer than 80 characters.1195
ErrorsLine contains a tab character.1195
Errors'}' should be on the same line.1196
ErrorsLine contains a tab character.1198
Errors'{' is followed by whitespace.1198
ErrorsLine is longer than 80 characters.1199
ErrorsLine contains a tab character.1199
ErrorsLine contains a tab character.1200
ErrorsLine contains a tab character.1201
ErrorsLine contains a tab character.1202
ErrorsLine contains a tab character.1204
ErrorsLine contains a tab character.1205
ErrorsLine has trailing spaces.1206
Errors'!=' is not preceded with whitespace.1212
Errors'!=' is not followed by whitespace.1212
ErrorsLine has trailing spaces.1217
Errors'!=' is not preceded with whitespace.1219
Errors'!=' is not followed by whitespace.1219
Errors'!=' is not preceded with whitespace.1220
Errors'!=' is not followed by whitespace.1220
Errors'==' is not preceded with whitespace.1220
Errors'==' is not followed by whitespace.1220
ErrorsLine is longer than 80 characters.1221
ErrorsLine is longer than 80 characters.1223
Errors'=' is not preceded with whitespace.1224
Errors'=' is not followed by whitespace.1224
Errors'<' is not preceded with whitespace.1224
Errors'<' is not followed by whitespace.1224
ErrorsLine is longer than 80 characters.1225
ErrorsLine has trailing spaces.1227
Errors'>' is not preceded with whitespace.1227
Errors'80' is a magic number.1227
Errors'>' is not followed by whitespace.1227
ErrorsLine contains a tab character.1227
ErrorsLine is longer than 80 characters.1228
ErrorsLine contains a tab character.1228
Errors'{' is followed by whitespace.1228
Errors'+' is not preceded with whitespace.1228
Errors'+' is not followed by whitespace.1228
Errors'80' is a magic number.1228
ErrorsLine has trailing spaces.1229
ErrorsLine is longer than 80 characters.1229
ErrorsLine contains a tab character.1229
ErrorsLine is longer than 80 characters.1230
ErrorsLine contains a tab character.1230
ErrorsLine contains a tab character.1231
Errors'3' is a magic number.1234
Errors'+' is not preceded with whitespace.1234
Errors'+' is not followed by whitespace.1234
Errors'4' is a magic number.1235
Errors'5' is a magic number.1237
ErrorsLine is longer than 80 characters.1242
ErrorsLine contains a tab character.1243
ErrorsLine is longer than 80 characters.1244
ErrorsLine contains a tab character.1244
ErrorsLine contains a tab character.1245
ErrorsLine contains a tab character.1246
Errors'}' should be on the same line.1248
ErrorsLine contains a tab character.1250
Errors'{' is followed by whitespace.1250
ErrorsLine is longer than 80 characters.1251
ErrorsLine contains a tab character.1251
ErrorsLine contains a tab character.1252
ErrorsLine contains a tab character.1253
ErrorsLine contains a tab character.1254
Errors'}' should be on the same line.1258
ErrorsLine has trailing spaces.1260
ErrorsLine is longer than 80 characters.1260
ErrorsLine contains a tab character.1260
ErrorsLine is longer than 80 characters.1261
ErrorsLine contains a tab character.1261
ErrorsLine contains a tab character.1263
ErrorsLine contains a tab character.1264
ErrorsFirst sentence should end with a period.1268
ErrorsLine contains a tab character.1268
ErrorsLine contains a tab character.1269
ErrorsLine contains a tab character.1270
ErrorsMethod 'ingestDSConf' is not designed for extension - needs to be abstract, final or empty.1271
ErrorsParameter attrSmts should be final.1271
Errors',' is not followed by whitespace.1271
ErrorsExpected @param tag for 'attrSmts'.1271
ErrorsLine contains a tab character.1276
Errors'if' construct must use '{}'s.1278
Errors'!=' is not preceded with whitespace.1278
Errors'!=' is not followed by whitespace.1278
ErrorsLine is longer than 80 characters.1279
ErrorsLine contains a tab character.1281
Errors'{' is followed by whitespace.1281
ErrorsLine is longer than 80 characters.1282
ErrorsLine contains a tab character.1282
ErrorsLine contains a tab character.1283
ErrorsLine contains a tab character.1284
ErrorsLine contains a tab character.1285
ErrorsLine contains a tab character.1287
ErrorsLine contains a tab character.1288
ErrorsLine has trailing spaces.1289
ErrorsLine is longer than 80 characters.1291
ErrorsLine is longer than 80 characters.1293
Errors'!=' is not preceded with whitespace.1295
Errors'!=' is not followed by whitespace.1295
Errors'!=' is not preceded with whitespace.1301
Errors'!=' is not followed by whitespace.1301
ErrorsLine contains a tab character.1302
Errors'!=' is not preceded with whitespace.1303
Errors'!=' is not followed by whitespace.1303
Errors'==' is not preceded with whitespace.1303
Errors'==' is not followed by whitespace.1303
ErrorsLine is longer than 80 characters.1304
ErrorsLine is longer than 80 characters.1306
Errors'=' is not preceded with whitespace.1307
Errors'=' is not followed by whitespace.1307
Errors'<' is not preceded with whitespace.1307
Errors'<' is not followed by whitespace.1307
ErrorsLine is longer than 80 characters.1308
Errors'>' is not preceded with whitespace.1310
Errors'80' is a magic number.1310
Errors'>' is not followed by whitespace.1310
ErrorsLine is longer than 80 characters.1311
ErrorsLine contains a tab character.1311
Errors'{' is followed by whitespace.1311
Errors'+' is not preceded with whitespace.1311
Errors'+' is not followed by whitespace.1311
Errors'80' is a magic number.1311
ErrorsLine has trailing spaces.1312
ErrorsLine is longer than 80 characters.1312
ErrorsLine contains a tab character.1312
ErrorsLine is longer than 80 characters.1313
ErrorsLine contains a tab character.1313
ErrorsLine contains a tab character.1314
Errors'3' is a magic number.1317
Errors'+' is not preceded with whitespace.1317
Errors'+' is not followed by whitespace.1317
Errors'4' is a magic number.1318
Errors'5' is a magic number.1320
ErrorsLine is longer than 80 characters.1325
ErrorsLine contains a tab character.1326
ErrorsLine is longer than 80 characters.1327
ErrorsLine contains a tab character.1327
ErrorsLine contains a tab character.1328
ErrorsLine contains a tab character.1329
Errors'}' should be on the same line.1331
ErrorsLine contains a tab character.1333
Errors'{' is followed by whitespace.1333
ErrorsLine is longer than 80 characters.1334
ErrorsLine contains a tab character.1334
ErrorsLine contains a tab character.1335
ErrorsLine contains a tab character.1336
ErrorsLine contains a tab character.1337
Errors'}' should be on the same line.1341
ErrorsLine has trailing spaces.1343
ErrorsLine is longer than 80 characters.1343
ErrorsLine contains a tab character.1343
ErrorsLine is longer than 80 characters.1344
ErrorsLine contains a tab character.1344
ErrorsLine contains a tab character.1346
ErrorsLine contains a tab character.1347
ErrorsFirst sentence should end with a period.1351
ErrorsLine contains a tab character.1351
ErrorsLine contains a tab character.1352
ErrorsLine contains a tab character.1353
ErrorsMethod 'ingestDSTarg' is not designed for extension - needs to be abstract, final or empty.1354
ErrorsParameter attrSmts should be final.1354
Errors',' is not followed by whitespace.1354
ErrorsExpected @param tag for 'attrSmts'.1354
ErrorsLine contains a tab character.1359
Errors'!=' is not preceded with whitespace.1361
Errors'!=' is not followed by whitespace.1361
ErrorsLine is longer than 80 characters.1362
ErrorsLine contains a tab character.1362
Errors'}' should be on the same line.1363
ErrorsLine contains a tab character.1365
Errors'{' is followed by whitespace.1365
ErrorsLine is longer than 80 characters.1366
ErrorsLine contains a tab character.1366
ErrorsLine contains a tab character.1367
ErrorsLine contains a tab character.1368
ErrorsLine contains a tab character.1369
ErrorsLine contains a tab character.1371
ErrorsLine contains a tab character.1372
ErrorsLine has trailing spaces.1373
ErrorsLine is longer than 80 characters.1375
ErrorsLine is longer than 80 characters.1377
Errors'!=' is not preceded with whitespace.1379
Errors'!=' is not followed by whitespace.1379
Errors'!=' is not preceded with whitespace.1385
Errors'!=' is not followed by whitespace.1385
ErrorsLine has trailing spaces.1387
Errors'!=' is not preceded with whitespace.1388
Errors'!=' is not followed by whitespace.1388
Errors'==' is not preceded with whitespace.1388
Errors'==' is not followed by whitespace.1388
ErrorsLine is longer than 80 characters.1389
ErrorsLine has trailing spaces.1393
Errors'3' is a magic number.1393
Errors'4' is a magic number.1395
ErrorsLine is longer than 80 characters.1399
ErrorsLine contains a tab character.1400
ErrorsLine is longer than 80 characters.1401
ErrorsLine contains a tab character.1401
ErrorsLine contains a tab character.1402
ErrorsLine contains a tab character.1403
Errors'}' should be on the same line.1405
ErrorsLine contains a tab character.1407
Errors'{' is followed by whitespace.1407
ErrorsLine is longer than 80 characters.1408
ErrorsLine contains a tab character.1408
ErrorsLine contains a tab character.1409
ErrorsLine contains a tab character.1410
ErrorsLine contains a tab character.1411
Errors'}' should be on the same line.1415
ErrorsLine has trailing spaces.1417
ErrorsLine is longer than 80 characters.1417
ErrorsLine contains a tab character.1417
ErrorsLine is longer than 80 characters.1418
ErrorsLine contains a tab character.1418
ErrorsLine contains a tab character.1420
ErrorsLine contains a tab character.1421
ErrorsFirst sentence should end with a period.1425
ErrorsLine contains a tab character.1425
ErrorsLine contains a tab character.1426
ErrorsLine contains a tab character.1427
ErrorsMethod 'ingestDSHost' is not designed for extension - needs to be abstract, final or empty.1428
ErrorsParameter lblMap should be final.1428
Errors',' is not followed by whitespace.1428
ErrorsExpected @param tag for 'lblMap'.1428
ErrorsLine contains a tab character.1433
Errors'if' construct must use '{}'s.1435
ErrorsLine has trailing spaces.1435
Errors'!=' is not preceded with whitespace.1435
Errors'!=' is not followed by whitespace.1435
ErrorsLine is longer than 80 characters.1436
ErrorsLine contains a tab character.1436
Errors'if' construct must use '{}'s.1439
Errors'!=' is not preceded with whitespace.1439
Errors'!=' is not followed by whitespace.1439
ErrorsLine is longer than 80 characters.1440
Errors'if' construct must use '{}'s.1441
Errors'!=' is not preceded with whitespace.1441
Errors'!=' is not followed by whitespace.1441
Errors'==' is not preceded with whitespace.1444
Errors'==' is not followed by whitespace.1444
Errors'==' is not preceded with whitespace.1444
Errors'==' is not followed by whitespace.1444
Errors'==' is not preceded with whitespace.1444
Errors'==' is not followed by whitespace.1444
ErrorsLine is longer than 80 characters.1445
ErrorsLine contains a tab character.1445
Errors'{' is followed by whitespace.1445
ErrorsLine is longer than 80 characters.1446
ErrorsLine contains a tab character.1446
ErrorsLine contains a tab character.1447
ErrorsLine contains a tab character.1448
ErrorsLine contains a tab character.1449
ErrorsLine contains a tab character.1450
Errors'}' should be on the same line.1452
ErrorsLine is longer than 80 characters.1454
ErrorsLine contains a tab character.1454
ErrorsLine is longer than 80 characters.1456
Errors'!=' is not preceded with whitespace.1458
Errors'!=' is not followed by whitespace.1458
ErrorsLine is longer than 80 characters.1459
Errors'!=' is not preceded with whitespace.1463
Errors'!=' is not followed by whitespace.1463
Errors'==' is not preceded with whitespace.1463
Errors'==' is not followed by whitespace.1463
ErrorsLine is longer than 80 characters.1464
Errors'3' is a magic number.1468
Errors'4' is a magic number.1469
Errors'5' is a magic number.1471
ErrorsLine is longer than 80 characters.1475
ErrorsLine contains a tab character.1476
ErrorsLine is longer than 80 characters.1477
ErrorsLine contains a tab character.1477
ErrorsLine contains a tab character.1478
ErrorsLine contains a tab character.1479
Errors'}' should be on the same line.1482
ErrorsLine has trailing spaces.1484
ErrorsLine is longer than 80 characters.1484
ErrorsLine contains a tab character.1484
ErrorsLine is longer than 80 characters.1485
ErrorsLine contains a tab character.1485
ErrorsLine contains a tab character.1487
ErrorsLine contains a tab character.1488
ErrorsFirst sentence should end with a period.1492
ErrorsLine has trailing spaces.1492
ErrorsLine contains a tab character.1492
ErrorsLine contains a tab character.1493
ErrorsLine contains a tab character.1494
ErrorsMethod 'ingestDSInfo' is not designed for extension - needs to be abstract, final or empty.1495
ErrorsParameter lblMap should be final.1495
Errors',' is not followed by whitespace.1495
ErrorsExpected @param tag for 'lblMap'.1495
ErrorsLine contains a tab character.1500
Errors'!=' is not preceded with whitespace.1502
Errors'!=' is not followed by whitespace.1502
ErrorsLine is longer than 80 characters.1503
ErrorsLine contains a tab character.1503
Errors'}' should be on the same line.1504
ErrorsLine contains a tab character.1506
Errors'{' is followed by whitespace.1506
ErrorsLine is longer than 80 characters.1507
ErrorsLine contains a tab character.1507
ErrorsLine contains a tab character.1508
ErrorsLine contains a tab character.1509
ErrorsLine contains a tab character.1510
ErrorsLine contains a tab character.1512
ErrorsLine contains a tab character.1513
ErrorsLine is longer than 80 characters.1516
ErrorsLine is longer than 80 characters.1518
Errors'!=' is not preceded with whitespace.1520
Errors'!=' is not followed by whitespace.1520
Errors'if' construct must use '{}'s.1540
ErrorsLine has trailing spaces.1540
Errors'!=' is not preceded with whitespace.1540
Errors'!=' is not followed by whitespace.1540
ErrorsLine is longer than 80 characters.1541
Errors'if' construct must use '{}'s.1542
Errors'!=' is not preceded with whitespace.1542
Errors'!=' is not followed by whitespace.1542
Errors'if' construct must use '{}'s.1544
Errors'!=' is not preceded with whitespace.1544
Errors'!=' is not followed by whitespace.1544
Errors'if' construct must use '{}'s.1546
Errors'!=' is not preceded with whitespace.1546
Errors'!=' is not followed by whitespace.1546
ErrorsLine is longer than 80 characters.1547
Errors'if' construct must use '{}'s.1548
Errors'!=' is not preceded with whitespace.1548
Errors'!=' is not followed by whitespace.1548
ErrorsLine is longer than 80 characters.1549
Errors'if' construct must use '{}'s.1550
Errors'!=' is not preceded with whitespace.1550
Errors'!=' is not followed by whitespace.1550
ErrorsLine is longer than 80 characters.1551
Errors'if' construct must use '{}'s.1552
Errors'!=' is not preceded with whitespace.1552
Errors'!=' is not followed by whitespace.1552
ErrorsLine is longer than 80 characters.1553
Errors'if' construct must use '{}'s.1554
Errors'!=' is not preceded with whitespace.1554
Errors'!=' is not followed by whitespace.1554
ErrorsLine is longer than 80 characters.1555
Errors'if' construct must use '{}'s.1556
Errors'!=' is not preceded with whitespace.1556
Errors'!=' is not followed by whitespace.1556
ErrorsLine is longer than 80 characters.1557
Errors'if' construct must use '{}'s.1558
Errors'!=' is not preceded with whitespace.1558
Errors'!=' is not followed by whitespace.1558
ErrorsLine is longer than 80 characters.1559
ErrorsLine has trailing spaces.1560
Errors'!=' is not preceded with whitespace.1560
Errors'!=' is not followed by whitespace.1560
ErrorsLine contains a tab character.1560
ErrorsLine is longer than 80 characters.1561
Errors'>' is not preceded with whitespace.1562
Errors'256' is a magic number.1562
Errors'>' is not followed by whitespace.1562
ErrorsLine contains a tab character.1563
ErrorsLine is longer than 80 characters.1565
Errors'{' is followed by whitespace.1565
Errors'255' is a magic number.1565
ErrorsLine has trailing spaces.1566
ErrorsLine is longer than 80 characters.1566
ErrorsLine contains a tab character.1566
ErrorsLine is longer than 80 characters.1567
ErrorsLine contains a tab character.1567
ErrorsLine contains a tab character.1568
Errors'if' construct must use '{}'s.1571
ErrorsLine has trailing spaces.1571
Errors'!=' is not preceded with whitespace.1571
Errors'!=' is not followed by whitespace.1571
ErrorsLine is longer than 80 characters.1572
Errors'if' construct must use '{}'s.1573
Errors'!=' is not preceded with whitespace.1573
Errors'!=' is not followed by whitespace.1573
ErrorsLine is longer than 80 characters.1574
Errors'if' construct must use '{}'s.1575
Errors'!=' is not preceded with whitespace.1575
Errors'!=' is not followed by whitespace.1575
ErrorsLine has trailing spaces.1576
ErrorsLine is longer than 80 characters.1576
Errors'if' construct must use '{}'s.1577
Errors'!=' is not preceded with whitespace.1577
Errors'!=' is not followed by whitespace.1577
ErrorsLine is longer than 80 characters.1578
ErrorsMust have at least one statement.1580
ErrorsLine is longer than 80 characters.1581
ErrorsLine contains a tab character.1581
ErrorsLine has trailing spaces.1584
ErrorsLine is longer than 80 characters.1584
Errors'==' is not preceded with whitespace.1584
Errors'==' is not followed by whitespace.1584
Errors'==' is not preceded with whitespace.1584
Errors'==' is not followed by whitespace.1584
Errors'==' is not preceded with whitespace.1584
Errors'==' is not followed by whitespace.1584
Errors'==' is not preceded with whitespace.1584
Errors'==' is not followed by whitespace.1584
Errors'==' is not preceded with whitespace.1584
Errors'==' is not followed by whitespace.1584
Errors'||' should be on a new line.1584
ErrorsLine is longer than 80 characters.1585
Errors'==' is not preceded with whitespace.1585
Errors'==' is not followed by whitespace.1585
Errors'==' is not preceded with whitespace.1585
Errors'==' is not followed by whitespace.1585
Errors'==' is not preceded with whitespace.1585
Errors'==' is not followed by whitespace.1585
Errors'==' is not preceded with whitespace.1585
Errors'==' is not followed by whitespace.1585
Errors'||' should be on a new line.1585
ErrorsLine is longer than 80 characters.1586
Errors'==' is not preceded with whitespace.1586
Errors'==' is not followed by whitespace.1586
Errors'==' is not preceded with whitespace.1586
Errors'==' is not followed by whitespace.1586
Errors'==' is not preceded with whitespace.1586
Errors'==' is not followed by whitespace.1586
Errors'||' should be on a new line.1586
Errors'==' is not preceded with whitespace.1587
Errors'==' is not followed by whitespace.1587
Errors'==' is not preceded with whitespace.1587
Errors'==' is not followed by whitespace.1587
ErrorsLine is longer than 80 characters.1588
ErrorsLine contains a tab character.1588
Errors'{' is followed by whitespace.1588
Errors'+' should be on a new line.1588
ErrorsLine is longer than 80 characters.1589
ErrorsLine contains a tab character.1589
Errors'+' should be on a new line.1589
ErrorsLine is longer than 80 characters.1590
ErrorsLine contains a tab character.1590
ErrorsLine is longer than 80 characters.1591
ErrorsLine contains a tab character.1591
ErrorsLine contains a tab character.1592
ErrorsLine contains a tab character.1593
ErrorsLine contains a tab character.1594
ErrorsLine contains a tab character.1595
Errors'}' should be on the same line.1597
Errors'!=' is not preceded with whitespace.1599
Errors'!=' is not followed by whitespace.1599
Errors'==' is not preceded with whitespace.1599
Errors'==' is not followed by whitespace.1599
ErrorsLine has trailing spaces.1600
ErrorsLine is longer than 80 characters.1600
Errors'+' should be on a new line.1600
ErrorsLine is longer than 80 characters.1601
Errors'+' should be on a new line.1601
Errors'3' is a magic number.1606
Errors'4' is a magic number.1607
Errors'5' is a magic number.1608
Errors'6' is a magic number.1609
Errors'7' is a magic number.1610
Errors'8' is a magic number.1611
Errors'9' is a magic number.1612
Errors'10' is a magic number.1613
Errors'11' is a magic number.1614
Errors'12' is a magic number.1616
Errors'13' is a magic number.1617
Errors'14' is a magic number.1618
Errors'15' is a magic number.1620
ErrorsLine is longer than 80 characters.1621
Errors'16' is a magic number.1621
ErrorsLine contains a tab character.1621
ErrorsLine is longer than 80 characters.1623
Errors'17' is a magic number.1623
ErrorsLine contains a tab character.1623
ErrorsLine is longer than 80 characters.1627
ErrorsLine contains a tab character.1628
ErrorsLine is longer than 80 characters.1629
ErrorsLine contains a tab character.1629
ErrorsLine contains a tab character.1630
ErrorsLine contains a tab character.1631
ErrorsLine is longer than 80 characters.1632
ErrorsLine contains a tab character.1632
Errors'}' should be on the same line.1635
ErrorsLine has trailing spaces.1637
ErrorsLine is longer than 80 characters.1637
ErrorsLine contains a tab character.1637
ErrorsLine is longer than 80 characters.1638
ErrorsLine contains a tab character.1638
ErrorsLine contains a tab character.1640
ErrorsLine contains a tab character.1641
ErrorsLine has trailing spaces.1644
ErrorsFirst sentence should end with a period.1645
ErrorsLine has trailing spaces.1645
ErrorsLine contains a tab character.1645
ErrorsLine contains a tab character.1646
ErrorsLine contains a tab character.1647
ErrorsLine is longer than 80 characters.1648
ErrorsMethod 'ingestDSRefInfoObject' is not designed for extension - needs to be abstract, final or empty.1648
ErrorsParameter lblMap should be final.1648
Errors',' is not followed by whitespace.1648
ErrorsExpected @param tag for 'lblMap'.1648
ErrorsLine contains a tab character.1653
Errors'if' construct must use '{}'s.1655
Errors'!=' is not preceded with whitespace.1655
Errors'!=' is not followed by whitespace.1655
ErrorsLine is longer than 80 characters.1656
Errors'if' construct must use '{}'s.1658
Errors'!=' is not preceded with whitespace.1658
Errors'!=' is not followed by whitespace.1658
ErrorsLine has trailing spaces.1660
Errors'==' is not preceded with whitespace.1661
Errors'==' is not followed by whitespace.1661
Errors'==' is not preceded with whitespace.1661
Errors'==' is not followed by whitespace.1661
ErrorsLine is longer than 80 characters.1662
ErrorsLine contains a tab character.1662
Errors'{' is followed by whitespace.1662
ErrorsLine is longer than 80 characters.1663
ErrorsLine contains a tab character.1663
ErrorsLine contains a tab character.1664
ErrorsLine contains a tab character.1665
ErrorsLine contains a tab character.1666
ErrorsLine contains a tab character.1667
Errors'}' should be on the same line.1669
ErrorsLine contains a tab character.1671
ErrorsLine is longer than 80 characters.1672
ErrorsLine is longer than 80 characters.1675
Errors'!=' is not preceded with whitespace.1677
Errors'!=' is not followed by whitespace.1677
ErrorsLine is longer than 80 characters.1678
ErrorsLine has trailing spaces.1682
ErrorsLine has trailing spaces.1683
Errors'!=' is not preceded with whitespace.1683
Errors'!=' is not followed by whitespace.1683
Errors'==' is not preceded with whitespace.1683
Errors'==' is not followed by whitespace.1683
ErrorsLine is longer than 80 characters.1684
Errors'3' is a magic number.1688
Errors'4' is a magic number.1690
ErrorsLine has trailing spaces.1691
ErrorsLine is longer than 80 characters.1694
ErrorsLine contains a tab character.1695
ErrorsLine is longer than 80 characters.1696
ErrorsLine contains a tab character.1696
ErrorsLine contains a tab character.1697
ErrorsLine contains a tab character.1698
Errors'}' should be on the same line.1701
ErrorsLine has trailing spaces.1703
ErrorsLine is longer than 80 characters.1703
ErrorsLine contains a tab character.1703
ErrorsLine is longer than 80 characters.1704
ErrorsLine contains a tab character.1704
ErrorsLine contains a tab character.1706
ErrorsLine contains a tab character.1707
ErrorsFirst sentence should end with a period.1711
ErrorsLine contains a tab character.1711
ErrorsLine contains a tab character.1712
ErrorsLine contains a tab character.1713
ErrorsMethod 'ingestReferenceObject' is not designed for extension - needs to be abstract, final or empty.1714
ErrorsParameter lblMap should be final.1714
Errors',' is not followed by whitespace.1714
ErrorsExpected @param tag for 'lblMap'.1714
ErrorsLine contains a tab character.1719
Errors'if' construct must use '{}'s.1721
Errors'!=' is not preceded with whitespace.1721
Errors'!=' is not followed by whitespace.1721
ErrorsLine has trailing spaces.1722
ErrorsLine is longer than 80 characters.1722
ErrorsLine contains a tab character.1722
ErrorsLine contains a tab character.1724
Errors'{' is followed by whitespace.1724
ErrorsLine is longer than 80 characters.1725
ErrorsLine contains a tab character.1725
ErrorsLine contains a tab character.1726
ErrorsLine contains a tab character.1727
ErrorsLine contains a tab character.1728
ErrorsLine contains a tab character.1730
ErrorsLine contains a tab character.1731
ErrorsLine has trailing spaces.1732
ErrorsLine is longer than 80 characters.1733
ErrorsLine is longer than 80 characters.1735
Errors'!=' is not preceded with whitespace.1737
Errors'!=' is not followed by whitespace.1737
ErrorsLine is longer than 80 characters.1738
Errors'!=' is not preceded with whitespace.1742
Errors'!=' is not followed by whitespace.1742
Errors'!=' is not preceded with whitespace.1743
Errors'!=' is not followed by whitespace.1743
Errors'==' is not preceded with whitespace.1743
Errors'==' is not followed by whitespace.1743
ErrorsLine is longer than 80 characters.1744
ErrorsLine is longer than 80 characters.1747
Errors'=' is not preceded with whitespace.1748
Errors'=' is not followed by whitespace.1748
Errors'<' is not preceded with whitespace.1748
Errors'<' is not followed by whitespace.1748
Errors'3' is a magic number.1751
Errors'+' is not preceded with whitespace.1751
Errors'+' is not followed by whitespace.1751
Errors'4' is a magic number.1752
Errors'5' is a magic number.1754
ErrorsLine is longer than 80 characters.1759
ErrorsLine contains a tab character.1760
ErrorsLine is longer than 80 characters.1761
ErrorsLine contains a tab character.1761
ErrorsLine contains a tab character.1762
ErrorsLine contains a tab character.1763
Errors'}' should be on the same line.1765
ErrorsLine contains a tab character.1767
Errors'{' is followed by whitespace.1767
ErrorsLine is longer than 80 characters.1768
ErrorsLine contains a tab character.1768
ErrorsLine contains a tab character.1769
ErrorsLine contains a tab character.1770
ErrorsLine contains a tab character.1771
Errors'}' should be on the same line.1775
ErrorsLine has trailing spaces.1777
ErrorsLine is longer than 80 characters.1777
ErrorsLine contains a tab character.1777
ErrorsLine is longer than 80 characters.1778
ErrorsLine contains a tab character.1778
ErrorsLine contains a tab character.1780
ErrorsLine contains a tab character.1781
ErrorsFirst sentence should end with a period.1785
ErrorsLine contains a tab character.1785
ErrorsLine contains a tab character.1786
ErrorsLine contains a tab character.1787
ErrorsLine is longer than 80 characters.1788
ErrorsMethod 'ingestPersonnelObject' is not designed for extension - needs to be abstract, final or empty.1788
ErrorsParameter lblMap should be final.1788
Errors',' is not followed by whitespace.1788
ErrorsExpected @param tag for 'lblMap'.1788
ErrorsFirst sentence should end with a period.1793
ErrorsLine contains a tab character.1793
ErrorsLine contains a tab character.1794
ErrorsLine contains a tab character.1795
ErrorsMethod 'ingestPersMailAddr' is not designed for extension - needs to be abstract, final or empty.1796
ErrorsParameter lblMap should be final.1796
Errors',' is not followed by whitespace.1796
ErrorsExpected @param tag for 'lblMap'.1796
ErrorsLine contains a tab character.1801
Errors'!=' is not preceded with whitespace.1803
Errors'!=' is not followed by whitespace.1803
ErrorsLine contains a tab character.1804
Errors'}' should be on the same line.1805
ErrorsLine contains a tab character.1807
Errors'{' is followed by whitespace.1807
ErrorsLine is longer than 80 characters.1808
ErrorsLine contains a tab character.1808
ErrorsLine contains a tab character.1809
ErrorsLine contains a tab character.1810
ErrorsLine contains a tab character.1811
ErrorsLine contains a tab character.1813
ErrorsLine contains a tab character.1814
ErrorsLine has trailing spaces.1815
ErrorsLine is longer than 80 characters.1817
ErrorsLine is longer than 80 characters.1818
ErrorsLine is longer than 80 characters.1819
Errors'!=' is not preceded with whitespace.1821
Errors'!=' is not followed by whitespace.1821
ErrorsLine is longer than 80 characters.1822
Errors'!=' is not preceded with whitespace.1826
Errors'!=' is not followed by whitespace.1826
Errors'!=' is not preceded with whitespace.1827
Errors'!=' is not followed by whitespace.1827
Errors'==' is not preceded with whitespace.1827
Errors'==' is not followed by whitespace.1827
ErrorsLine has trailing spaces.1828
ErrorsLine is longer than 80 characters.1828
Errors'+' should be on a new line.1828
ErrorsLine is longer than 80 characters.1832
Errors'=' is not preceded with whitespace.1833
Errors'=' is not followed by whitespace.1833
Errors'<' is not preceded with whitespace.1833
Errors'<' is not followed by whitespace.1833
Errors'3' is a magic number.1836
Errors'+' is not preceded with whitespace.1836
Errors'+' is not followed by whitespace.1836
Errors'4' is a magic number.1837
Errors'5' is a magic number.1839
ErrorsLine is longer than 80 characters.1844
ErrorsLine contains a tab character.1845
ErrorsLine is longer than 80 characters.1846
ErrorsLine contains a tab character.1846
ErrorsLine contains a tab character.1847
ErrorsLine contains a tab character.1848
Errors'}' should be on the same line.1850
ErrorsLine contains a tab character.1852
Errors'{' is followed by whitespace.1852
ErrorsLine is longer than 80 characters.1853
ErrorsLine contains a tab character.1853
ErrorsLine contains a tab character.1854
ErrorsLine contains a tab character.1855
ErrorsLine contains a tab character.1856
Errors'}' should be on the same line.1860
ErrorsLine has trailing spaces.1862
ErrorsLine is longer than 80 characters.1862
ErrorsLine contains a tab character.1862
ErrorsLine is longer than 80 characters.1863
ErrorsLine contains a tab character.1863
ErrorsLine contains a tab character.1865
ErrorsLine contains a tab character.1866
ErrorsFirst sentence should end with a period.1870
ErrorsLine has trailing spaces.1870
ErrorsLine contains a tab character.1870
ErrorsLine contains a tab character.1871
ErrorsLine contains a tab character.1872
ErrorsMethod 'ingestPersInfo' is not designed for extension - needs to be abstract, final or empty.1873
ErrorsParameter lblMap should be final.1873
Errors',' is not followed by whitespace.1873
ErrorsExpected @param tag for 'lblMap'.1873
ErrorsLine contains a tab character.1878
ErrorsLine contains a tab character.1879
Errors'if' construct must use '{}'s.1880
ErrorsLine contains a tab character.1880
Errors'!=' is not preceded with whitespace.1880
Errors'!=' is not followed by whitespace.1880
ErrorsLine has trailing spaces.1881
ErrorsLine is longer than 80 characters.1881
ErrorsLine contains a tab character.1881
ErrorsLine contains a tab character.1882
ErrorsLine contains a tab character.1883
Errors'{' is followed by whitespace.1883
ErrorsLine is longer than 80 characters.1884
ErrorsLine contains a tab character.1884
ErrorsLine contains a tab character.1885
ErrorsLine contains a tab character.1886
ErrorsLine contains a tab character.1887
ErrorsLine contains a tab character.1889
ErrorsLine contains a tab character.1890
ErrorsLine contains a tab character.1891
ErrorsLine is longer than 80 characters.1892
ErrorsLine is longer than 80 characters.1893
ErrorsLine is longer than 80 characters.1894
Errors'!=' is not preceded with whitespace.1896
Errors'!=' is not followed by whitespace.1896
ErrorsLine is longer than 80 characters.1897
ErrorsLine is longer than 80 characters.1909
Errors'if' construct must use '{}'s.1913
Errors'!=' is not preceded with whitespace.1913
Errors'!=' is not followed by whitespace.1913
Errors'if' construct must use '{}'s.1915
Errors'!=' is not preceded with whitespace.1915
Errors'!=' is not followed by whitespace.1915
Errors'if' construct must use '{}'s.1917
ErrorsLine has trailing spaces.1917
Errors'!=' is not preceded with whitespace.1917
Errors'!=' is not followed by whitespace.1917
Errors'if' construct must use '{}'s.1919
Errors'!=' is not preceded with whitespace.1919
Errors'!=' is not followed by whitespace.1919
ErrorsLine is longer than 80 characters.1920
Errors'if' construct must use '{}'s.1921
Errors'!=' is not preceded with whitespace.1921
Errors'!=' is not followed by whitespace.1921
Errors'if' construct must use '{}'s.1923
ErrorsLine has trailing spaces.1923
Errors'!=' is not preceded with whitespace.1923
Errors'!=' is not followed by whitespace.1923
ErrorsLine is longer than 80 characters.1924
Errors'if' construct must use '{}'s.1925
Errors'!=' is not preceded with whitespace.1925
Errors'!=' is not followed by whitespace.1925
Errors'if' construct must use '{}'s.1927
Errors'!=' is not preceded with whitespace.1927
Errors'!=' is not followed by whitespace.1927
ErrorsLine is longer than 80 characters.1928
Errors'if' construct must use '{}'s.1929
Errors'!=' is not preceded with whitespace.1929
Errors'!=' is not followed by whitespace.1929
ErrorsLine is longer than 80 characters.1930
Errors'if' construct must use '{}'s.1931
Errors'!=' is not preceded with whitespace.1931
Errors'!=' is not followed by whitespace.1931
ErrorsLine is longer than 80 characters.1932
Errors'if' construct must use '{}'s.1933
Errors'!=' is not preceded with whitespace.1933
Errors'!=' is not followed by whitespace.1933
ErrorsLine is longer than 80 characters.1934
ErrorsLine is longer than 80 characters.1936
Errors'==' is not preceded with whitespace.1938
Errors'==' is not followed by whitespace.1938
ErrorsMust have at least one statement.1938
ErrorsLine has trailing spaces.1939
ErrorsLine is longer than 80 characters.1939
ErrorsLine contains a tab character.1939
ErrorsLine is longer than 80 characters.1940
ErrorsLine contains a tab character.1940
ErrorsLine has trailing spaces.1942
ErrorsLine contains a tab character.1942
ErrorsLine has trailing spaces.1943
ErrorsLine is longer than 80 characters.1943
Errors'==' is not preceded with whitespace.1943
Errors'==' is not followed by whitespace.1943
Errors'==' is not preceded with whitespace.1943
Errors'==' is not followed by whitespace.1943
Errors'==' is not preceded with whitespace.1943
Errors'==' is not followed by whitespace.1943
Errors'==' is not preceded with whitespace.1943
Errors'==' is not followed by whitespace.1943
Errors'==' is not preceded with whitespace.1943
Errors'==' is not followed by whitespace.1943
Errors'||' should be on a new line.1943
ErrorsLine has trailing spaces.1944
ErrorsLine is longer than 80 characters.1944
ErrorsLine contains a tab character.1944
Errors'==' is not preceded with whitespace.1944
Errors'==' is not followed by whitespace.1944
Errors'==' is not preceded with whitespace.1944
Errors'==' is not followed by whitespace.1944
Errors'==' is not preceded with whitespace.1944
Errors'==' is not followed by whitespace.1944
Errors'==' is not preceded with whitespace.1944
Errors'==' is not followed by whitespace.1944
Errors'||' should be on a new line.1944
ErrorsLine contains a tab character.1945
Errors'==' is not preceded with whitespace.1945
Errors'==' is not followed by whitespace.1945
Errors'==' is not preceded with whitespace.1945
Errors'==' is not followed by whitespace.1945
ErrorsLine is longer than 80 characters.1946
ErrorsLine contains a tab character.1946
Errors'{' is followed by whitespace.1946
Errors'+' should be on a new line.1946
ErrorsLine is longer than 80 characters.1947
ErrorsLine contains a tab character.1947
ErrorsLine is longer than 80 characters.1948
ErrorsLine contains a tab character.1948
ErrorsLine contains a tab character.1949
ErrorsLine contains a tab character.1950
ErrorsLine contains a tab character.1951
ErrorsLine contains a tab character.1952
Errors'}' should be on the same line.1954
Errors'!=' is not preceded with whitespace.1956
Errors'!=' is not followed by whitespace.1956
Errors'==' is not preceded with whitespace.1956
Errors'==' is not followed by whitespace.1956
ErrorsLine has trailing spaces.1957
ErrorsLine is longer than 80 characters.1957
Errors'+' should be on a new line.1957
ErrorsLine has trailing spaces.1958
ErrorsLine is longer than 80 characters.1958
Errors'+' should be on a new line.1958
ErrorsLine is longer than 80 characters.1962
ErrorsLine is longer than 80 characters.1963
ErrorsLine is longer than 80 characters.1964
ErrorsLine is longer than 80 characters.1965
ErrorsLine is longer than 80 characters.1966
ErrorsLine is longer than 80 characters.1967
ErrorsLine is longer than 80 characters.1968
ErrorsLine is longer than 80 characters.1969
ErrorsLine is longer than 80 characters.1970
ErrorsLine is longer than 80 characters.1971
ErrorsLine is longer than 80 characters.1972
Errors'3' is a magic number.1976
Errors'4' is a magic number.1977
Errors'5' is a magic number.1978
Errors'6' is a magic number.1979
Errors'7' is a magic number.1980
Errors'8' is a magic number.1981
Errors'9' is a magic number.1982
Errors'10' is a magic number.1983
Errors'11' is a magic number.1984
Errors'12' is a magic number.1985
Errors'13' is a magic number.1986
Errors'14' is a magic number.1988
ErrorsLine is longer than 80 characters.1992
ErrorsLine contains a tab character.1993
ErrorsLine is longer than 80 characters.1994
ErrorsLine contains a tab character.1994
ErrorsLine contains a tab character.1995
ErrorsLine contains a tab character.1996
Errors'}' should be on the same line.1999
ErrorsLine has trailing spaces.2001
ErrorsLine is longer than 80 characters.2001
ErrorsLine contains a tab character.2001
ErrorsLine is longer than 80 characters.2002
ErrorsLine contains a tab character.2002
ErrorsLine contains a tab character.2004
ErrorsLine contains a tab character.2005
ErrorsFirst sentence should end with a period.2009
ErrorsLine contains a tab character.2009
ErrorsLine contains a tab character.2010
ErrorsLine contains a tab character.2011
ErrorsMethod 'ingestPersElecmail' is not designed for extension - needs to be abstract, final or empty.2012
ErrorsParameter lblMap should be final.2012
Errors',' is not followed by whitespace.2012
ErrorsExpected @param tag for 'lblMap'.2012
ErrorsLine contains a tab character.2017
Errors'if' construct must use '{}'s.2019
ErrorsLine contains a tab character.2019
Errors'!=' is not preceded with whitespace.2019
Errors'!=' is not followed by whitespace.2019
ErrorsLine has trailing spaces.2020
ErrorsLine is longer than 80 characters.2020
ErrorsLine contains a tab character.2020
ErrorsLine contains a tab character.2021
ErrorsLine contains a tab character.2022
Errors'{' is followed by whitespace.2022
ErrorsLine is longer than 80 characters.2023
ErrorsLine contains a tab character.2023
ErrorsLine contains a tab character.2024
ErrorsLine contains a tab character.2025
ErrorsLine contains a tab character.2026
ErrorsLine contains a tab character.2028
ErrorsLine contains a tab character.2029
ErrorsLine contains a tab character.2030
ErrorsLine contains a tab character.2031
Errors'if' construct must use '{}'s.2032
ErrorsLine contains a tab character.2032
Errors'!=' is not preceded with whitespace.2032
Errors'!=' is not followed by whitespace.2032
ErrorsLine is longer than 80 characters.2033
ErrorsLine contains a tab character.2033
ErrorsLine contains a tab character.2034
ErrorsLine is longer than 80 characters.2035
ErrorsLine contains a tab character.2035
Errors'{' is followed by whitespace.2035
ErrorsLine is longer than 80 characters.2036
ErrorsLine contains a tab character.2036
ErrorsLine contains a tab character.2037
ErrorsLine contains a tab character.2038
ErrorsLine contains a tab character.2039
ErrorsLine contains a tab character.2041
ErrorsLine contains a tab character.2042
ErrorsLine contains a tab character.2043
ErrorsLine is longer than 80 characters.2044
ErrorsLine is longer than 80 characters.2045
ErrorsLine is longer than 80 characters.2046
Errors'+' should be on a new line.2046
Errors'!=' is not preceded with whitespace.2049
Errors'!=' is not followed by whitespace.2049
ErrorsLine has trailing spaces.2050
ErrorsLine is longer than 80 characters.2050
Errors'+' should be on a new line.2050
Errors'if' construct must use '{}'s.2056
Errors'!=' is not preceded with whitespace.2056
Errors'!=' is not followed by whitespace.2056
ErrorsLine is longer than 80 characters.2057
Errors'if' construct must use '{}'s.2059
Errors'!=' is not preceded with whitespace.2059
Errors'!=' is not followed by whitespace.2059
ErrorsLine is longer than 80 characters.2060
Errors'==' is not preceded with whitespace.2061
Errors'==' is not followed by whitespace.2061
Errors'==' is not preceded with whitespace.2061
Errors'==' is not followed by whitespace.2061
ErrorsLine is longer than 80 characters.2062
ErrorsLine contains a tab character.2062
Errors'{' is followed by whitespace.2062
ErrorsLine is longer than 80 characters.2063
ErrorsLine contains a tab character.2063
ErrorsLine contains a tab character.2064
ErrorsLine contains a tab character.2065
ErrorsLine contains a tab character.2066
ErrorsLine contains a tab character.2067
Errors'}' should be on the same line.2069
Errors'!=' is not preceded with whitespace.2071
Errors'!=' is not followed by whitespace.2071
Errors'==' is not preceded with whitespace.2071
Errors'==' is not followed by whitespace.2071
ErrorsLine has trailing spaces.2072
ErrorsLine is longer than 80 characters.2072
Errors'+' should be on a new line.2072
ErrorsLine is longer than 80 characters.2076
ErrorsLine is longer than 80 characters.2077
ErrorsLine is longer than 80 characters.2078
Errors'3' is a magic number.2082
Errors'4' is a magic number.2083
Errors'cast' is not followed by whitespace.2083
Errors'5' is a magic number.2084
Errors'6' is a magic number.2086
ErrorsLine is longer than 80 characters.2090
ErrorsLine contains a tab character.2091
ErrorsLine is longer than 80 characters.2092
ErrorsLine contains a tab character.2092
ErrorsLine contains a tab character.2093
ErrorsLine contains a tab character.2094
ErrorsLine is longer than 80 characters.2095
ErrorsLine contains a tab character.2095
Errors'}' should be on the same line.2098
ErrorsLine has trailing spaces.2100
ErrorsLine is longer than 80 characters.2100
ErrorsLine contains a tab character.2100
ErrorsLine is longer than 80 characters.2101
ErrorsLine contains a tab character.2101
ErrorsLine contains a tab character.2103
ErrorsLine contains a tab character.2104
ErrorsFirst sentence should end with a period.2108
ErrorsLine contains a tab character.2108
ErrorsLine contains a tab character.2109
ErrorsLine contains a tab character.2110
ErrorsLine is longer than 80 characters.2111
ErrorsMethod 'ingestDSCollAssocDSObject' is not designed for extension - needs to be abstract, final or empty.2111
ErrorsParameter lblMap should be final.2111
Errors',' is not followed by whitespace.2111
ErrorsExpected @param tag for 'lblMap'.2111
ErrorsLine contains a tab character.2116
Errors'if' construct must use '{}'s.2118
Errors'!=' is not preceded with whitespace.2118
Errors'!=' is not followed by whitespace.2118
ErrorsLine is longer than 80 characters.2119
Errors'if' construct must use '{}'s.2121
Errors'!=' is not preceded with whitespace.2121
Errors'!=' is not followed by whitespace.2121
ErrorsLine has trailing spaces.2123
Errors'==' is not preceded with whitespace.2124
Errors'==' is not followed by whitespace.2124
Errors'==' is not preceded with whitespace.2124
Errors'==' is not followed by whitespace.2124
ErrorsLine is longer than 80 characters.2125
ErrorsLine contains a tab character.2125
Errors'{' is followed by whitespace.2125
ErrorsLine is longer than 80 characters.2126
ErrorsLine contains a tab character.2126
ErrorsLine contains a tab character.2127
ErrorsLine contains a tab character.2128
ErrorsLine contains a tab character.2129
ErrorsLine contains a tab character.2130
Errors'}' should be on the same line.2132
ErrorsLine is longer than 80 characters.2134
ErrorsLine contains a tab character.2134
ErrorsLine is longer than 80 characters.2135
ErrorsLine has trailing spaces.2136
ErrorsLine is longer than 80 characters.2136
Errors'+' should be on a new line.2136
Errors'!=' is not preceded with whitespace.2139
Errors'!=' is not followed by whitespace.2139
ErrorsLine is longer than 80 characters.2140
ErrorsLine has trailing spaces.2144
Errors'!=' is not preceded with whitespace.2144
Errors'!=' is not followed by whitespace.2144
Errors'==' is not preceded with whitespace.2144
Errors'==' is not followed by whitespace.2144
ErrorsLine is longer than 80 characters.2145
ErrorsLine is longer than 80 characters.2147
ErrorsLine is longer than 80 characters.2148
Errors'3' is a magic number.2151
Errors'4' is a magic number.2153
ErrorsLine is longer than 80 characters.2157
ErrorsLine contains a tab character.2158
ErrorsLine is longer than 80 characters.2159
ErrorsLine contains a tab character.2159
ErrorsLine contains a tab character.2160
ErrorsLine contains a tab character.2161
Errors'}' should be on the same line.2164
ErrorsLine has trailing spaces.2166
ErrorsLine is longer than 80 characters.2166
ErrorsLine contains a tab character.2166
ErrorsLine is longer than 80 characters.2167
ErrorsLine contains a tab character.2167
ErrorsLine contains a tab character.2169
ErrorsLine contains a tab character.2170
ErrorsFirst sentence should end with a period.2174
ErrorsLine contains a tab character.2174
ErrorsLine contains a tab character.2175
ErrorsLine contains a tab character.2176
ErrorsLine is longer than 80 characters.2177
ErrorsMethod 'ingestDataSetColObject' is not designed for extension - needs to be abstract, final or empty.2177
ErrorsParameter lblMap should be final.2177
Errors',' is not followed by whitespace.2177
ErrorsExpected @param tag for 'lblMap'.2177
ErrorsLine has trailing spaces.2178
ErrorsFirst sentence should end with a period.2183
ErrorsLine contains a tab character.2183
ErrorsLine contains a tab character.2184
ErrorsLine contains a tab character.2185
ErrorsMethod 'ingestDSCollUsgd' is not designed for extension - needs to be abstract, final or empty.2186
ErrorsParameter lblMap should be final.2186
Errors',' is not followed by whitespace.2186
ErrorsExpected @param tag for 'lblMap'.2186
ErrorsLine contains a tab character.2191
Errors'!=' is not preceded with whitespace.2193
Errors'!=' is not followed by whitespace.2193
ErrorsLine is longer than 80 characters.2194
ErrorsLine contains a tab character.2194
Errors'}' should be on the same line.2195
ErrorsLine contains a tab character.2197
Errors'{' is followed by whitespace.2197
ErrorsLine is longer than 80 characters.2198
ErrorsLine contains a tab character.2198
ErrorsLine contains a tab character.2199
ErrorsLine contains a tab character.2200
ErrorsLine contains a tab character.2201
ErrorsLine contains a tab character.2203
ErrorsLine contains a tab character.2204
ErrorsLine has trailing spaces.2205
ErrorsLine is longer than 80 characters.2206
ErrorsLine is longer than 80 characters.2207
ErrorsLine is longer than 80 characters.2208
Errors'!=' is not preceded with whitespace.2210
Errors'!=' is not followed by whitespace.2210
ErrorsLine is longer than 80 characters.2211
Errors'!=' is not preceded with whitespace.2215
Errors'!=' is not followed by whitespace.2215
Errors'!=' is not preceded with whitespace.2216
Errors'!=' is not followed by whitespace.2216
Errors'==' is not preceded with whitespace.2216
Errors'==' is not followed by whitespace.2216
ErrorsLine is longer than 80 characters.2217
ErrorsLine is longer than 80 characters.2219
Errors'=' is not preceded with whitespace.2220
Errors'=' is not followed by whitespace.2220
Errors'<' is not preceded with whitespace.2220
Errors'<' is not followed by whitespace.2220
Errors'3' is a magic number.2223
Errors'+' is not preceded with whitespace.2223
Errors'+' is not followed by whitespace.2223
Errors'4' is a magic number.2224
Errors'5' is a magic number.2226
ErrorsLine is longer than 80 characters.2231
ErrorsLine contains a tab character.2232
ErrorsLine is longer than 80 characters.2233
ErrorsLine contains a tab character.2233
ErrorsLine contains a tab character.2234
ErrorsLine contains a tab character.2235
Errors'}' should be on the same line.2237
ErrorsLine is longer than 80 characters.2239
ErrorsLine contains a tab character.2239
Errors'{' is followed by whitespace.2239
ErrorsLine is longer than 80 characters.2240
ErrorsLine contains a tab character.2240
ErrorsLine contains a tab character.2241
ErrorsLine contains a tab character.2242
ErrorsLine contains a tab character.2243
Errors'}' should be on the same line.2247
ErrorsLine has trailing spaces.2249
ErrorsLine is longer than 80 characters.2249
ErrorsLine contains a tab character.2249
ErrorsLine is longer than 80 characters.2250
ErrorsLine contains a tab character.2250
ErrorsLine contains a tab character.2253
ErrorsLine contains a tab character.2254
ErrorsFirst sentence should end with a period.2258
ErrorsLine has trailing spaces.2258
ErrorsLine contains a tab character.2258
ErrorsLine contains a tab character.2259
ErrorsLine contains a tab character.2260
ErrorsMethod 'ingestDSCollInfo' is not designed for extension - needs to be abstract, final or empty.2261
ErrorsParameter lblMap should be final.2261
Errors',' is not followed by whitespace.2261
ErrorsExpected @param tag for 'lblMap'.2261
ErrorsLine contains a tab character.2266
ErrorsLine contains a tab character.2267
Errors'!=' is not preceded with whitespace.2268
Errors'!=' is not followed by whitespace.2268
ErrorsLine is longer than 80 characters.2269
ErrorsLine contains a tab character.2269
Errors'}' should be on the same line.2270
ErrorsLine contains a tab character.2272
Errors'{' is followed by whitespace.2272
ErrorsLine is longer than 80 characters.2273
ErrorsLine contains a tab character.2273
ErrorsLine contains a tab character.2274
ErrorsLine contains a tab character.2275
ErrorsLine contains a tab character.2276
ErrorsLine contains a tab character.2278
ErrorsLine contains a tab character.2279
ErrorsLine has trailing spaces.2280
ErrorsLine is longer than 80 characters.2282
ErrorsLine is longer than 80 characters.2283
ErrorsLine is longer than 80 characters.2284
Errors'!=' is not preceded with whitespace.2286
Errors'!=' is not followed by whitespace.2286
ErrorsLine is longer than 80 characters.2287
Errors'if' construct must use '{}'s.2300
Errors'!=' is not preceded with whitespace.2300
Errors'!=' is not followed by whitespace.2300
ErrorsLine is longer than 80 characters.2301
Errors'if' construct must use '{}'s.2302
Errors'!=' is not preceded with whitespace.2302
Errors'!=' is not followed by whitespace.2302
ErrorsLine is longer than 80 characters.2303
Errors'if' construct must use '{}'s.2304
Errors'!=' is not preceded with whitespace.2304
Errors'!=' is not followed by whitespace.2304
Errors'if' construct must use '{}'s.2306
Errors'!=' is not preceded with whitespace.2306
Errors'!=' is not followed by whitespace.2306
Errors'if' construct must use '{}'s.2308
Errors'!=' is not preceded with whitespace.2308
Errors'!=' is not followed by whitespace.2308
ErrorsLine is longer than 80 characters.2309
Errors'if' construct must use '{}'s.2310
Errors'!=' is not preceded with whitespace.2310
Errors'!=' is not followed by whitespace.2310
ErrorsLine is longer than 80 characters.2311
Errors'if' construct must use '{}'s.2312
Errors'!=' is not preceded with whitespace.2312
Errors'!=' is not followed by whitespace.2312
ErrorsLine is longer than 80 characters.2313
ErrorsLine is longer than 80 characters.2315
Errors'==' is not preceded with whitespace.2315
Errors'==' is not followed by whitespace.2315
Errors'==' is not preceded with whitespace.2315
Errors'==' is not followed by whitespace.2315
Errors'==' is not preceded with whitespace.2315
Errors'==' is not followed by whitespace.2315
Errors'==' is not preceded with whitespace.2315
Errors'==' is not followed by whitespace.2315
Errors'||' should be on a new line.2315
ErrorsLine is longer than 80 characters.2316
Errors'==' is not preceded with whitespace.2316
Errors'==' is not followed by whitespace.2316
Errors'==' is not preceded with whitespace.2316
Errors'==' is not followed by whitespace.2316
Errors'==' is not preceded with whitespace.2316
Errors'==' is not followed by whitespace.2316
ErrorsLine is longer than 80 characters.2317
ErrorsLine contains a tab character.2317
Errors'{' is followed by whitespace.2317
Errors'+' should be on a new line.2317
ErrorsLine is longer than 80 characters.2318
ErrorsLine contains a tab character.2318
ErrorsLine is longer than 80 characters.2319
ErrorsLine contains a tab character.2319
ErrorsLine contains a tab character.2320
ErrorsLine contains a tab character.2321
ErrorsLine contains a tab character.2322
ErrorsLine contains a tab character.2323
Errors'}' should be on the same line.2325
Errors'!=' is not preceded with whitespace.2327
Errors'!=' is not followed by whitespace.2327
Errors'==' is not preceded with whitespace.2327
Errors'==' is not followed by whitespace.2327
ErrorsLine has trailing spaces.2328
ErrorsLine is longer than 80 characters.2328
Errors'+' should be on a new line.2328
ErrorsLine is longer than 80 characters.2329
ErrorsLine is longer than 80 characters.2332
ErrorsLine is longer than 80 characters.2333
ErrorsLine is longer than 80 characters.2334
ErrorsLine is longer than 80 characters.2335
ErrorsLine is longer than 80 characters.2336
ErrorsLine is longer than 80 characters.2337
ErrorsLine is longer than 80 characters.2338
Errors'3' is a magic number.2342
Errors'4' is a magic number.2343
Errors'5' is a magic number.2344
Errors'6' is a magic number.2345
Errors'7' is a magic number.2346
Errors'8' is a magic number.2347
Errors'9' is a magic number.2348
Errors'10' is a magic number.2350
ErrorsLine has trailing spaces.2351
ErrorsLine is longer than 80 characters.2354
ErrorsLine contains a tab character.2355
ErrorsLine is longer than 80 characters.2356
ErrorsLine contains a tab character.2356
ErrorsLine contains a tab character.2357
ErrorsLine contains a tab character.2358
Errors'}' should be on the same line.2361
ErrorsLine has trailing spaces.2363
ErrorsLine is longer than 80 characters.2363
ErrorsLine contains a tab character.2363
ErrorsLine is longer than 80 characters.2364
ErrorsLine contains a tab character.2364
ErrorsLine contains a tab character.2366
ErrorsLine contains a tab character.2367
ErrorsFirst sentence should end with a period.2371
ErrorsLine has trailing spaces.2371
ErrorsLine contains a tab character.2371
ErrorsLine contains a tab character.2372
ErrorsLine contains a tab character.2373
ErrorsMethod 'ingestDSCollD' is not designed for extension - needs to be abstract, final or empty.2374
ErrorsParameter lblMap should be final.2374
Errors',' is not followed by whitespace.2374
ErrorsExpected @param tag for 'lblMap'.2374
ErrorsLine contains a tab character.2379
ErrorsLine contains a tab character.2380
Errors'!=' is not preceded with whitespace.2381
Errors'!=' is not followed by whitespace.2381
ErrorsLine is longer than 80 characters.2382
ErrorsLine contains a tab character.2382
Errors'}' should be on the same line.2383
ErrorsLine contains a tab character.2385
Errors'{' is followed by whitespace.2385
ErrorsLine is longer than 80 characters.2386
ErrorsLine contains a tab character.2386
ErrorsLine contains a tab character.2387
ErrorsLine contains a tab character.2388
ErrorsLine contains a tab character.2389
ErrorsLine contains a tab character.2391
ErrorsLine contains a tab character.2392
ErrorsLine has trailing spaces.2393
ErrorsLine is longer than 80 characters.2395
ErrorsLine is longer than 80 characters.2396
ErrorsLine is longer than 80 characters.2397
Errors'!=' is not preceded with whitespace.2399
Errors'!=' is not followed by whitespace.2399
ErrorsLine is longer than 80 characters.2400
Errors'!=' is not preceded with whitespace.2404
Errors'!=' is not followed by whitespace.2404
Errors'!=' is not preceded with whitespace.2405
Errors'!=' is not followed by whitespace.2405
Errors'==' is not preceded with whitespace.2405
Errors'==' is not followed by whitespace.2405
ErrorsLine is longer than 80 characters.2406
ErrorsLine has trailing spaces.2408
ErrorsLine is longer than 80 characters.2408
Errors'=' is not preceded with whitespace.2409
Errors'=' is not followed by whitespace.2409
Errors'<' is not preceded with whitespace.2409
Errors'<' is not followed by whitespace.2409
ErrorsLine is longer than 80 characters.2410
Errors'3' is a magic number.2413
Errors'+' is not preceded with whitespace.2413
Errors'+' is not followed by whitespace.2413
Errors'4' is a magic number.2414
Errors'5' is a magic number.2416
ErrorsLine is longer than 80 characters.2421
ErrorsLine contains a tab character.2422
ErrorsLine is longer than 80 characters.2423
ErrorsLine contains a tab character.2423
ErrorsLine contains a tab character.2424
ErrorsLine contains a tab character.2425
Errors'}' should be on the same line.2427
ErrorsLine contains a tab character.2429
Errors'{' is followed by whitespace.2429
ErrorsLine is longer than 80 characters.2430
ErrorsLine contains a tab character.2430
ErrorsLine contains a tab character.2431
ErrorsLine contains a tab character.2432
ErrorsLine contains a tab character.2433
Errors'}' should be on the same line.2437
ErrorsLine has trailing spaces.2439
ErrorsLine is longer than 80 characters.2439
ErrorsLine contains a tab character.2439
ErrorsLine is longer than 80 characters.2440
ErrorsLine contains a tab character.2440
ErrorsLine contains a tab character.2442
ErrorsLine contains a tab character.2443
ErrorsLine has trailing spaces.2446
ErrorsFirst sentence should end with a period.2447
ErrorsLine contains a tab character.2447
ErrorsLine contains a tab character.2448
ErrorsLine contains a tab character.2449
ErrorsMethod 'ingestDSCollDoc' is not designed for extension - needs to be abstract, final or empty.2450
ErrorsParameter lblMap should be final.2450
Errors',' is not followed by whitespace.2450
ErrorsExpected @param tag for 'lblMap'.2450
ErrorsLine contains a tab character.2455
Errors'if' construct must use '{}'s.2457
Errors'!=' is not preceded with whitespace.2457
Errors'!=' is not followed by whitespace.2457
ErrorsLine is longer than 80 characters.2458
ErrorsLine contains a tab character.2458
ErrorsLine contains a tab character.2460
Errors'{' is followed by whitespace.2460
ErrorsLine is longer than 80 characters.2461
ErrorsLine contains a tab character.2461
ErrorsLine contains a tab character.2462
ErrorsLine contains a tab character.2463
ErrorsLine contains a tab character.2464
ErrorsLine contains a tab character.2466
ErrorsLine contains a tab character.2467
ErrorsLine is longer than 80 characters.2471
ErrorsLine is longer than 80 characters.2472
ErrorsLine is longer than 80 characters.2473
ErrorsLine has trailing spaces.2474
Errors'!=' is not preceded with whitespace.2475
Errors'!=' is not followed by whitespace.2475
ErrorsLine is longer than 80 characters.2476
ErrorsLine has trailing spaces.2480
Errors'!=' is not preceded with whitespace.2482
Errors'!=' is not followed by whitespace.2482
ErrorsLine has trailing spaces.2484
Errors'!=' is not preceded with whitespace.2485
Errors'!=' is not followed by whitespace.2485
Errors'==' is not preceded with whitespace.2485
Errors'==' is not followed by whitespace.2485
ErrorsLine is longer than 80 characters.2486
Errors'3' is a magic number.2490
Errors'4' is a magic number.2492
ErrorsLine has trailing spaces.2493
ErrorsLine is longer than 80 characters.2496
ErrorsLine contains a tab character.2497
ErrorsLine is longer than 80 characters.2498
ErrorsLine contains a tab character.2498
ErrorsLine contains a tab character.2499
ErrorsLine contains a tab character.2500
Errors'}' should be on the same line.2502
ErrorsLine contains a tab character.2504
Errors'{' is followed by whitespace.2504
ErrorsLine is longer than 80 characters.2505
ErrorsLine contains a tab character.2505
ErrorsLine contains a tab character.2506
ErrorsLine contains a tab character.2507
ErrorsLine contains a tab character.2508
Errors'}' should be on the same line.2512
ErrorsLine has trailing spaces.2514
ErrorsLine is longer than 80 characters.2514
ErrorsLine contains a tab character.2514
ErrorsLine is longer than 80 characters.2515
ErrorsLine contains a tab character.2515
ErrorsLine contains a tab character.2517
ErrorsLine contains a tab character.2518
ErrorsFirst sentence should end with a period.2522
ErrorsLine contains a tab character.2522
ErrorsLine contains a tab character.2523
ErrorsLine contains a tab character.2524
ErrorsMethod 'ingestInventoryObject' is not designed for extension - needs to be abstract, final or empty.2525
ErrorsParameter lblMap should be final.2525
Errors',' is not followed by whitespace.2525
ErrorsExpected @param tag for 'lblMap'.2525
ErrorsFirst sentence should end with a period.2530
ErrorsLine contains a tab character.2530
ErrorsLine contains a tab character.2531
ErrorsLine contains a tab character.2532
ErrorsMethod 'ingestInvSpcOrdNt' is not designed for extension - needs to be abstract, final or empty.2533
ErrorsParameter lblMap should be final.2533
Errors',' is not followed by whitespace.2533
ErrorsExpected @param tag for 'lblMap'.2533
ErrorsLine contains a tab character.2538
Errors'if' construct must use '{}'s.2540
Errors'!=' is not preceded with whitespace.2540
Errors'!=' is not followed by whitespace.2540
ErrorsLine is longer than 80 characters.2541
Errors'if' construct must use '{}'s.2543
Errors'!=' is not preceded with whitespace.2543
Errors'!=' is not followed by whitespace.2543
Errors'if' construct must use '{}'s.2546
Errors'!=' is not preceded with whitespace.2546
Errors'!=' is not followed by whitespace.2546
ErrorsLine is longer than 80 characters.2549
ErrorsLine is longer than 80 characters.2550
ErrorsLine is longer than 80 characters.2551
Errors'==' is not preceded with whitespace.2553
Errors'==' is not followed by whitespace.2553
Errors'==' is not preceded with whitespace.2553
Errors'==' is not followed by whitespace.2553
Errors'==' is not preceded with whitespace.2553
Errors'==' is not followed by whitespace.2553
ErrorsLine is longer than 80 characters.2554
ErrorsLine contains a tab character.2554
Errors'{' is followed by whitespace.2554
ErrorsLine is longer than 80 characters.2555
ErrorsLine contains a tab character.2555
ErrorsLine contains a tab character.2556
ErrorsLine contains a tab character.2557
ErrorsLine contains a tab character.2558
ErrorsLine has trailing spaces.2563
ErrorsLine contains a tab character.2563
ErrorsLine has trailing spaces.2564
ErrorsLine is longer than 80 characters.2564
ErrorsLine is longer than 80 characters.2565
ErrorsLine has trailing spaces.2566
ErrorsLine is longer than 80 characters.2566
ErrorsLine is longer than 80 characters.2567
ErrorsLine contains a tab character.2567
ErrorsLine has trailing spaces.2568
ErrorsLine is longer than 80 characters.2568
Errors'+' should be on a new line.2568
ErrorsLine is longer than 80 characters.2569
Errors'!=' is not preceded with whitespace.2571
Errors'!=' is not followed by whitespace.2571
ErrorsLine has trailing spaces.2572
ErrorsLine is longer than 80 characters.2572
Errors'+' should be on a new line.2572
ErrorsLine is longer than 80 characters.2573
Errors'!=' is not preceded with whitespace.2578
Errors'!=' is not followed by whitespace.2578
ErrorsLine has trailing spaces.2579
Errors'!=' is not preceded with whitespace.2579
Errors'!=' is not followed by whitespace.2579
Errors'==' is not preceded with whitespace.2579
Errors'==' is not followed by whitespace.2579
ErrorsLine has trailing spaces.2580
ErrorsLine is longer than 80 characters.2580
Errors'+' should be on a new line.2580
ErrorsLine is longer than 80 characters.2584
Errors'=' is not preceded with whitespace.2585
Errors'=' is not followed by whitespace.2585
Errors'<' is not preceded with whitespace.2585
Errors'<' is not followed by whitespace.2585
Errors'3' is a magic number.2588
Errors'4' is a magic number.2589
Errors'5' is a magic number.2590
Errors'+' is not preceded with whitespace.2590
Errors'+' is not followed by whitespace.2590
Errors'6' is a magic number.2591
Errors'7' is a magic number.2593
ErrorsLine is longer than 80 characters.2598
ErrorsLine contains a tab character.2599
ErrorsLine is longer than 80 characters.2600
ErrorsLine contains a tab character.2600
ErrorsLine contains a tab character.2601
ErrorsLine contains a tab character.2602
Errors'}' should be on the same line.2604
ErrorsLine is longer than 80 characters.2606
ErrorsLine contains a tab character.2606
Errors'{' is followed by whitespace.2606
ErrorsLine is longer than 80 characters.2607
ErrorsLine contains a tab character.2607
ErrorsLine contains a tab character.2608
ErrorsLine contains a tab character.2609
ErrorsLine contains a tab character.2610
ErrorsLine contains a tab character.2611
Errors'}' should be on the same line.2614
ErrorsLine has trailing spaces.2616
ErrorsLine is longer than 80 characters.2616
ErrorsLine contains a tab character.2616
ErrorsLine is longer than 80 characters.2617
ErrorsLine contains a tab character.2617
ErrorsLine contains a tab character.2619
ErrorsLine contains a tab character.2620
ErrorsFirst sentence should end with a period.2624
ErrorsLine contains a tab character.2624
ErrorsLine contains a tab character.2625
ErrorsLine contains a tab character.2626
ErrorsMethod 'ingestInvNodeMedia' is not designed for extension - needs to be abstract, final or empty.2627
ErrorsParameter lblMap should be final.2627
Errors',' is not followed by whitespace.2627
ErrorsExpected @param tag for 'lblMap'.2627
ErrorsLine has trailing spaces.2631
ErrorsLine contains a tab character.2632
Errors'if' construct must use '{}'s.2634
Errors'!=' is not preceded with whitespace.2634
Errors'!=' is not followed by whitespace.2634
ErrorsLine is longer than 80 characters.2635
Errors'if' construct must use '{}'s.2637
Errors'!=' is not preceded with whitespace.2637
Errors'!=' is not followed by whitespace.2637
Errors'if' construct must use '{}'s.2640
Errors'!=' is not preceded with whitespace.2640
Errors'!=' is not followed by whitespace.2640
Errors'==' is not preceded with whitespace.2642
Errors'==' is not followed by whitespace.2642
Errors'==' is not preceded with whitespace.2642
Errors'==' is not followed by whitespace.2642
Errors'==' is not preceded with whitespace.2642
Errors'==' is not followed by whitespace.2642
ErrorsLine is longer than 80 characters.2643
ErrorsLine contains a tab character.2643
Errors'{' is followed by whitespace.2643
ErrorsLine is longer than 80 characters.2644
ErrorsLine contains a tab character.2644
ErrorsLine contains a tab character.2645
ErrorsLine contains a tab character.2646
ErrorsLine contains a tab character.2647
ErrorsLine has trailing spaces.2652
ErrorsLine is longer than 80 characters.2652
ErrorsLine is longer than 80 characters.2653
ErrorsLine has trailing spaces.2654
ErrorsLine is longer than 80 characters.2654
ErrorsLine has trailing spaces.2656
ErrorsLine is longer than 80 characters.2656
Errors'+' should be on a new line.2656
ErrorsLine is longer than 80 characters.2657
Errors'!=' is not preceded with whitespace.2659
Errors'!=' is not followed by whitespace.2659
ErrorsLine is longer than 80 characters.2660
Errors'+' should be on a new line.2660
ErrorsLine is longer than 80 characters.2661
Errors'if' construct must use '{}'s.2667
Errors'!=' is not preceded with whitespace.2667
Errors'!=' is not followed by whitespace.2667
Errors'if' construct must use '{}'s.2669
Errors'!=' is not preceded with whitespace.2669
Errors'!=' is not followed by whitespace.2669
Errors'==' is not preceded with whitespace.2671
Errors'==' is not followed by whitespace.2671
Errors'==' is not preceded with whitespace.2671
Errors'==' is not followed by whitespace.2671
ErrorsLine contains a tab character.2672
Errors'{' is followed by whitespace.2672
ErrorsLine is longer than 80 characters.2673
ErrorsLine contains a tab character.2673
ErrorsLine contains a tab character.2674
ErrorsLine contains a tab character.2675
ErrorsLine contains a tab character.2676
ErrorsLine contains a tab character.2677
Errors'}' should be on the same line.2679
Errors'!=' is not preceded with whitespace.2681
Errors'!=' is not followed by whitespace.2681
Errors'==' is not preceded with whitespace.2681
Errors'==' is not followed by whitespace.2681
ErrorsLine has trailing spaces.2682
ErrorsLine is longer than 80 characters.2682
Errors'+' should be on a new line.2682
Errors'3' is a magic number.2687
Errors'4' is a magic number.2688
Errors'5' is a magic number.2689
Errors'6' is a magic number.2690
Errors'7' is a magic number.2692
ErrorsLine is longer than 80 characters.2696
ErrorsLine contains a tab character.2697
ErrorsLine is longer than 80 characters.2698
ErrorsLine contains a tab character.2698
ErrorsLine contains a tab character.2699
ErrorsLine contains a tab character.2700
Errors'}' should be on the same line.2703
ErrorsLine has trailing spaces.2705
ErrorsLine is longer than 80 characters.2705
ErrorsLine contains a tab character.2705
ErrorsLine is longer than 80 characters.2706
ErrorsLine contains a tab character.2706
ErrorsLine contains a tab character.2708
ErrorsLine contains a tab character.2709
ErrorsFirst sentence should end with a period.2713
ErrorsLine contains a tab character.2713
ErrorsLine contains a tab character.2714
ErrorsLine contains a tab character.2715
ErrorsMethod 'ingestSoftwareObject' is not designed for extension - needs to be abstract, final or empty.2716
ErrorsParameter lblMap should be final.2716
Errors',' is not followed by whitespace.2716
ErrorsExpected @param tag for 'lblMap'.2716
ErrorsFirst sentence should end with a period.2722
ErrorsLine contains a tab character.2722
ErrorsLine contains a tab character.2723
ErrorsLine contains a tab character.2724
ErrorsMethod 'ingestSWD' is not designed for extension - needs to be abstract, final or empty.2725
ErrorsParameter lblMap should be final.2725
Errors',' is not followed by whitespace.2725
ErrorsExpected @param tag for 'lblMap'.2725
ErrorsLine contains a tab character.2730
Errors'if' construct must use '{}'s.2732
Errors'!=' is not preceded with whitespace.2732
Errors'!=' is not followed by whitespace.2732
ErrorsLine contains a tab character.2733
Errors'if' construct must use '{}'s.2735
Errors'!=' is not preceded with whitespace.2735
Errors'!=' is not followed by whitespace.2735
ErrorsLine is longer than 80 characters.2736
ErrorsLine contains a tab character.2736
Errors'==' is not preceded with whitespace.2737
Errors'==' is not followed by whitespace.2737
Errors'==' is not preceded with whitespace.2737
Errors'==' is not followed by whitespace.2737
ErrorsLine is longer than 80 characters.2738
ErrorsLine contains a tab character.2738
Errors'{' is followed by whitespace.2738
ErrorsLine is longer than 80 characters.2739
ErrorsLine contains a tab character.2739
ErrorsLine contains a tab character.2740
ErrorsLine contains a tab character.2741
ErrorsLine contains a tab character.2742
ErrorsLine contains a tab character.2745
ErrorsLine is longer than 80 characters.2747
Errors'!=' is not preceded with whitespace.2749
Errors'!=' is not followed by whitespace.2749
ErrorsLine is longer than 80 characters.2750
Errors'!=' is not preceded with whitespace.2754
Errors'!=' is not followed by whitespace.2754
Errors'!=' is not preceded with whitespace.2755
Errors'!=' is not followed by whitespace.2755
Errors'==' is not preceded with whitespace.2755
Errors'==' is not followed by whitespace.2755
ErrorsLine is longer than 80 characters.2756
ErrorsLine is longer than 80 characters.2763
Errors'=' is not preceded with whitespace.2764
Errors'=' is not followed by whitespace.2764
Errors'<' is not preceded with whitespace.2764
Errors'<' is not followed by whitespace.2764
Errors'if' construct must use '{}'s.2765
ErrorsLine has trailing spaces.2765
ErrorsLine is longer than 80 characters.2766
Errors'3' is a magic number.2769
Errors'4' is a magic number.2770
Errors'+' is not preceded with whitespace.2770
Errors'+' is not followed by whitespace.2770
Errors'5' is a magic number.2771
Errors'6' is a magic number.2773
ErrorsLine is longer than 80 characters.2778
ErrorsLine contains a tab character.2779
ErrorsLine is longer than 80 characters.2780
ErrorsLine contains a tab character.2780
ErrorsLine contains a tab character.2781
ErrorsLine contains a tab character.2782
Errors'}' should be on the same line.2784
ErrorsLine contains a tab character.2786
Errors'{' is followed by whitespace.2786
ErrorsLine is longer than 80 characters.2787
ErrorsLine contains a tab character.2787
ErrorsLine contains a tab character.2788
ErrorsLine contains a tab character.2789
ErrorsLine contains a tab character.2790
Errors'}' should be on the same line.2794
ErrorsLine has trailing spaces.2796
ErrorsLine is longer than 80 characters.2796
ErrorsLine contains a tab character.2796
ErrorsLine is longer than 80 characters.2797
ErrorsLine contains a tab character.2797
ErrorsLine contains a tab character.2799
ErrorsLine contains a tab character.2800
ErrorsFirst sentence should end with a period.2804
ErrorsLine contains a tab character.2804
ErrorsLine contains a tab character.2805
ErrorsLine contains a tab character.2806
ErrorsMethod 'ingestSWInfo' is not designed for extension - needs to be abstract, final or empty.2807
ErrorsParameter lblMap should be final.2807
Errors',' is not followed by whitespace.2807
ErrorsExpected @param tag for 'lblMap'.2807
ErrorsLine contains a tab character.2812
ErrorsLine contains a tab character.2813
Errors'if' construct must use '{}'s.2814
Errors'!=' is not preceded with whitespace.2814
Errors'!=' is not followed by whitespace.2814
ErrorsLine contains a tab character.2815
Errors'if' construct must use '{}'s.2817
Errors'!=' is not preceded with whitespace.2817
Errors'!=' is not followed by whitespace.2817
ErrorsLine is longer than 80 characters.2818
ErrorsLine contains a tab character.2818
ErrorsLine has trailing spaces.2819
Errors'if' construct must use '{}'s.2828
Errors'!=' is not preceded with whitespace.2828
Errors'!=' is not followed by whitespace.2828
ErrorsLine is longer than 80 characters.2829
Errors'if' construct must use '{}'s.2830
Errors'!=' is not preceded with whitespace.2830
Errors'!=' is not followed by whitespace.2830
ErrorsLine is longer than 80 characters.2831
Errors'if' construct must use '{}'s.2832
Errors'!=' is not preceded with whitespace.2832
Errors'!=' is not followed by whitespace.2832
ErrorsLine is longer than 80 characters.2833
Errors'if' construct must use '{}'s.2834
Errors'!=' is not preceded with whitespace.2834
Errors'!=' is not followed by whitespace.2834
ErrorsLine is longer than 80 characters.2835
Errors'if' construct must use '{}'s.2836
Errors'!=' is not preceded with whitespace.2836
Errors'!=' is not followed by whitespace.2836
ErrorsLine is longer than 80 characters.2837
Errors'if' construct must use '{}'s.2838
ErrorsLine has trailing spaces.2838
Errors'!=' is not preceded with whitespace.2838
Errors'!=' is not followed by whitespace.2838
ErrorsLine is longer than 80 characters.2839
Errors'if' construct must use '{}'s.2840
Errors'!=' is not preceded with whitespace.2840
Errors'!=' is not followed by whitespace.2840
Errors'if' construct must use '{}'s.2842
Errors'!=' is not preceded with whitespace.2842
Errors'!=' is not followed by whitespace.2842
ErrorsLine is longer than 80 characters.2843
ErrorsLine has trailing spaces.2844
ErrorsLine is longer than 80 characters.2845
Errors'==' is not preceded with whitespace.2845
Errors'==' is not followed by whitespace.2845
Errors'==' is not preceded with whitespace.2845
Errors'==' is not followed by whitespace.2845
Errors'==' is not preceded with whitespace.2845
Errors'==' is not followed by whitespace.2845
Errors'==' is not preceded with whitespace.2845
Errors'==' is not followed by whitespace.2845
Errors'==' is not preceded with whitespace.2845
Errors'==' is not followed by whitespace.2845
Errors'==' is not preceded with whitespace.2845
Errors'==' is not followed by whitespace.2845
Errors'||' should be on a new line.2845
ErrorsLine is longer than 80 characters.2846
Errors'==' is not preceded with whitespace.2846
Errors'==' is not followed by whitespace.2846
Errors'==' is not preceded with whitespace.2846
Errors'==' is not followed by whitespace.2846
Errors'==' is not preceded with whitespace.2846
Errors'==' is not followed by whitespace.2846
Errors'==' is not preceded with whitespace.2846
Errors'==' is not followed by whitespace.2846
ErrorsLine is longer than 80 characters.2847
ErrorsLine contains a tab character.2847
Errors'{' is followed by whitespace.2847
Errors'+' should be on a new line.2847
ErrorsLine is longer than 80 characters.2848
ErrorsLine contains a tab character.2848
ErrorsLine is longer than 80 characters.2849
ErrorsLine contains a tab character.2849
ErrorsLine contains a tab character.2850
ErrorsLine contains a tab character.2851
ErrorsLine contains a tab character.2852
ErrorsLine contains a tab character.2853
Errors'}' should be on the same line.2855
ErrorsLine is longer than 80 characters.2857
ErrorsLine contains a tab character.2857
ErrorsLine is longer than 80 characters.2858
ErrorsLine is longer than 80 characters.2859
Errors'!=' is not preceded with whitespace.2861
Errors'!=' is not followed by whitespace.2861
ErrorsLine is longer than 80 characters.2862
Errors'!=' is not preceded with whitespace.2866
Errors'!=' is not followed by whitespace.2866
Errors'==' is not preceded with whitespace.2866
Errors'==' is not followed by whitespace.2866
ErrorsLine is longer than 80 characters.2867
Errors'+' should be on a new line.2867
ErrorsLine is longer than 80 characters.2868
ErrorsLine is longer than 80 characters.2873
ErrorsLine is longer than 80 characters.2875
ErrorsLine is longer than 80 characters.2878
Errors'3' is a magic number.2882
Errors'4' is a magic number.2883
Errors'5' is a magic number.2884
Errors'6' is a magic number.2885
Errors'7' is a magic number.2886
Errors'8' is a magic number.2887
Errors'9' is a magic number.2888
Errors'10' is a magic number.2889
Errors'11' is a magic number.2890
Errors'12' is a magic number.2892
ErrorsLine is longer than 80 characters.2895
ErrorsLine contains a tab character.2896
ErrorsLine is longer than 80 characters.2897
ErrorsLine contains a tab character.2897
ErrorsLine contains a tab character.2898
ErrorsLine contains a tab character.2899
Errors'}' should be on the same line.2902
ErrorsLine has trailing spaces.2904
ErrorsLine is longer than 80 characters.2904
ErrorsLine contains a tab character.2904
ErrorsLine is longer than 80 characters.2905
ErrorsLine contains a tab character.2905
ErrorsLine contains a tab character.2907
ErrorsLine contains a tab character.2908
ErrorsFirst sentence should end with a period.2912
ErrorsLine contains a tab character.2912
ErrorsLine contains a tab character.2913
ErrorsLine contains a tab character.2914
ErrorsMethod 'ingestSWPur' is not designed for extension - needs to be abstract, final or empty.2915
ErrorsParameter lblMap should be final.2915
Errors',' is not followed by whitespace.2915
ErrorsExpected @param tag for 'lblMap'.2915
ErrorsLine contains a tab character.2920
ErrorsLine contains a tab character.2921
Errors'if' construct must use '{}'s.2922
Errors'!=' is not preceded with whitespace.2922
Errors'!=' is not followed by whitespace.2922
ErrorsLine contains a tab character.2923
Errors'if' construct must use '{}'s.2925
Errors'!=' is not preceded with whitespace.2925
Errors'!=' is not followed by whitespace.2925
ErrorsLine is longer than 80 characters.2926
ErrorsLine contains a tab character.2926
Errors'==' is not preceded with whitespace.2927
Errors'==' is not followed by whitespace.2927
Errors'==' is not preceded with whitespace.2927
Errors'==' is not followed by whitespace.2927
ErrorsLine is longer than 80 characters.2928
ErrorsLine contains a tab character.2928
Errors'{' is followed by whitespace.2928
ErrorsLine is longer than 80 characters.2929
ErrorsLine contains a tab character.2929
ErrorsLine contains a tab character.2930
ErrorsLine contains a tab character.2931
ErrorsLine contains a tab character.2932
ErrorsLine contains a tab character.2933
ErrorsLine contains a tab character.2935
ErrorsLine is longer than 80 characters.2937
ErrorsLine is longer than 80 characters.2938
ErrorsLine is longer than 80 characters.2939
Errors'+' should be on a new line.2939
Errors'!=' is not preceded with whitespace.2942
Errors'!=' is not followed by whitespace.2942
ErrorsLine is longer than 80 characters.2943
Errors'!=' is not preceded with whitespace.2947
Errors'!=' is not followed by whitespace.2947
Errors'!=' is not preceded with whitespace.2948
Errors'!=' is not followed by whitespace.2948
Errors'==' is not preceded with whitespace.2948
Errors'==' is not followed by whitespace.2948
ErrorsLine is longer than 80 characters.2949
ErrorsLine is longer than 80 characters.2952
ErrorsLine is longer than 80 characters.2955
Errors'3' is a magic number.2955
Errors'4' is a magic number.2956
Errors'5' is a magic number.2958
ErrorsLine is longer than 80 characters.2962
ErrorsLine contains a tab character.2963
ErrorsLine is longer than 80 characters.2964
ErrorsLine contains a tab character.2964
ErrorsLine contains a tab character.2965
ErrorsLine contains a tab character.2966
Errors'}' should be on the same line.2968
ErrorsLine contains a tab character.2970
Errors'{' is followed by whitespace.2970
ErrorsLine is longer than 80 characters.2971
ErrorsLine contains a tab character.2971
ErrorsLine contains a tab character.2972
ErrorsLine contains a tab character.2973
ErrorsLine contains a tab character.2974
Errors'}' should be on the same line.2978
ErrorsLine has trailing spaces.2980
ErrorsLine is longer than 80 characters.2980
ErrorsLine contains a tab character.2980
ErrorsLine is longer than 80 characters.2981
ErrorsLine contains a tab character.2981
ErrorsLine contains a tab character.2983
ErrorsLine contains a tab character.2984
ErrorsFirst sentence should end with a period.2988
ErrorsLine has trailing spaces.2988
ErrorsLine contains a tab character.2988
ErrorsLine contains a tab character.2989
ErrorsLine contains a tab character.2990
ErrorsLine has trailing spaces.2991
ErrorsLine is longer than 80 characters.2991
ErrorsMethod 'ingestSoftwareOnlineObject' is not designed for extension - needs to be abstract, final or empty.2991
ErrorsParameter lblMap should be final.2991
Errors',' is not followed by whitespace.2991
ErrorsExpected @param tag for 'lblMap'.2991
ErrorsLine contains a tab character.2996
ErrorsLine contains a tab character.2997
Errors'if' construct must use '{}'s.2998
Errors'!=' is not preceded with whitespace.2998
Errors'!=' is not followed by whitespace.2998
ErrorsLine contains a tab character.2999
Errors'if' construct must use '{}'s.3001
Errors'!=' is not preceded with whitespace.3001
Errors'!=' is not followed by whitespace.3001
ErrorsLine is longer than 80 characters.3002
ErrorsLine contains a tab character.3002
Errors'if' construct must use '{}'s.3004
Errors'!=' is not preceded with whitespace.3004
Errors'!=' is not followed by whitespace.3004
ErrorsLine contains a tab character.3005
ErrorsLine has trailing spaces.3006
Errors'if' construct must use '{}'s.3011
Errors'!=' is not preceded with whitespace.3011
Errors'!=' is not followed by whitespace.3011
Errors'if' construct must use '{}'s.3013
Errors'!=' is not preceded with whitespace.3013
Errors'!=' is not followed by whitespace.3013
ErrorsLine is longer than 80 characters.3014
Errors'if' construct must use '{}'s.3015
Errors'!=' is not preceded with whitespace.3015
Errors'!=' is not followed by whitespace.3015
ErrorsLine is longer than 80 characters.3016
Errors'if' construct must use '{}'s.3017
Errors'!=' is not preceded with whitespace.3017
Errors'!=' is not followed by whitespace.3017
ErrorsLine is longer than 80 characters.3018
ErrorsLine has trailing spaces.3020
ErrorsLine is longer than 80 characters.3020
Errors'==' is not preceded with whitespace.3020
Errors'==' is not followed by whitespace.3020
Errors'==' is not preceded with whitespace.3020
Errors'==' is not followed by whitespace.3020
Errors'==' is not preceded with whitespace.3020
Errors'==' is not followed by whitespace.3020
Errors'==' is not preceded with whitespace.3020
Errors'==' is not followed by whitespace.3020
Errors'||' should be on a new line.3020
ErrorsLine contains a tab character.3021
Errors'==' is not preceded with whitespace.3021
Errors'==' is not followed by whitespace.3021
Errors'==' is not preceded with whitespace.3021
Errors'==' is not followed by whitespace.3021
Errors'==' is not preceded with whitespace.3021
Errors'==' is not followed by whitespace.3021
ErrorsLine is longer than 80 characters.3022
ErrorsLine contains a tab character.3022
Errors'{' is followed by whitespace.3022
Errors'+' should be on a new line.3022
ErrorsLine is longer than 80 characters.3023
ErrorsLine contains a tab character.3023
ErrorsLine is longer than 80 characters.3024
ErrorsLine contains a tab character.3024
ErrorsLine contains a tab character.3025
ErrorsLine contains a tab character.3026
ErrorsLine contains a tab character.3027
Errors'}' should be on the same line.3030
ErrorsLine is longer than 80 characters.3032
ErrorsLine contains a tab character.3032
ErrorsLine is longer than 80 characters.3033
ErrorsLine is longer than 80 characters.3034
Errors'+' should be on a new line.3034
ErrorsLine is longer than 80 characters.3035
Errors'!=' is not preceded with whitespace.3037
Errors'!=' is not followed by whitespace.3037
ErrorsLine has trailing spaces.3038
ErrorsLine is longer than 80 characters.3038
Errors'+' should be on a new line.3038
Errors'!=' is not preceded with whitespace.3044
Errors'!=' is not followed by whitespace.3044
Errors'==' is not preceded with whitespace.3044
Errors'==' is not followed by whitespace.3044
ErrorsLine is longer than 80 characters.3045
Errors'+' should be on a new line.3045
ErrorsLine has trailing spaces.3048
ErrorsLine is longer than 80 characters.3050
ErrorsLine is longer than 80 characters.3051
ErrorsLine is longer than 80 characters.3052
ErrorsLine is longer than 80 characters.3053
ErrorsLine is longer than 80 characters.3054
ErrorsLine is longer than 80 characters.3055
ErrorsLine is longer than 80 characters.3056
Errors'3' is a magic number.3060
Errors'4' is a magic number.3061
Errors'5' is a magic number.3062
Errors'6' is a magic number.3063
Errors'7' is a magic number.3064
Errors'8' is a magic number.3065
Errors'9' is a magic number.3067
ErrorsLine is longer than 80 characters.3071
ErrorsLine contains a tab character.3072
ErrorsLine is longer than 80 characters.3073
ErrorsLine contains a tab character.3073
ErrorsLine contains a tab character.3074
ErrorsLine contains a tab character.3075
Errors'}' should be on the same line.3078
ErrorsLine has trailing spaces.3080
ErrorsLine is longer than 80 characters.3080
ErrorsLine contains a tab character.3080
ErrorsLine is longer than 80 characters.3081
ErrorsLine contains a tab character.3081
ErrorsLine contains a tab character.3083
ErrorsLine contains a tab character.3084
ErrorsFirst sentence should end with a period.3088
ErrorsLine contains a tab character.3088
ErrorsLine contains a tab character.3089
ErrorsLine contains a tab character.3090
ErrorsMethod 'ingestTargetObject' is not designed for extension - needs to be abstract, final or empty.3091
ErrorsParameter lblMap should be final.3091
Errors',' is not followed by whitespace.3091
ErrorsExpected @param tag for 'lblMap'.3091
ErrorsFirst sentence should end with a period.3097
ErrorsLine contains a tab character.3097
ErrorsLine contains a tab character.3098
ErrorsLine contains a tab character.3099
ErrorsMethod 'ingestTargetD' is not designed for extension - needs to be abstract, final or empty.3100
ErrorsParameter lblMap should be final.3100
Errors',' is not followed by whitespace.3100
ErrorsExpected @param tag for 'lblMap'.3100
ErrorsLine contains a tab character.3105
ErrorsLine contains a tab character.3106
Errors'if' construct must use '{}'s.3107
ErrorsLine has trailing spaces.3107
ErrorsLine contains a tab character.3107
Errors'!=' is not preceded with whitespace.3107
Errors'!=' is not followed by whitespace.3107
ErrorsLine is longer than 80 characters.3108
ErrorsLine contains a tab character.3108
ErrorsLine contains a tab character.3109
ErrorsLine contains a tab character.3110
Errors'{' is followed by whitespace.3110
ErrorsLine is longer than 80 characters.3111
ErrorsLine contains a tab character.3111
ErrorsLine contains a tab character.3112
ErrorsLine contains a tab character.3113
ErrorsLine contains a tab character.3114
ErrorsLine contains a tab character.3115
ErrorsLine contains a tab character.3116
ErrorsLine contains a tab character.3117
ErrorsLine contains a tab character.3118
ErrorsLine has trailing spaces.3119
ErrorsLine contains a tab character.3119
ErrorsLine is longer than 80 characters.3120
ErrorsLine is longer than 80 characters.3122
ErrorsLine has trailing spaces.3123
Errors'!=' is not preceded with whitespace.3124
Errors'!=' is not followed by whitespace.3124
ErrorsLine is longer than 80 characters.3125
Errors'!=' is not preceded with whitespace.3129
Errors'!=' is not followed by whitespace.3129
Errors'!=' is not preceded with whitespace.3130
Errors'!=' is not followed by whitespace.3130
Errors'||' is not followed by whitespace.3130
Errors'==' is not preceded with whitespace.3130
Errors'==' is not followed by whitespace.3130
ErrorsLine is longer than 80 characters.3131
ErrorsLine is longer than 80 characters.3132
ErrorsLine is longer than 80 characters.3133
ErrorsLine is longer than 80 characters.3136
Errors'=' is not preceded with whitespace.3137
Errors'=' is not followed by whitespace.3137
Errors'<' is not preceded with whitespace.3137
Errors'<' is not followed by whitespace.3137
ErrorsLine is longer than 80 characters.3138
Errors'3' is a magic number.3141
Errors'+' is not preceded with whitespace.3141
Errors'+' is not followed by whitespace.3141
Errors'4' is a magic number.3142
Errors'5' is a magic number.3144
ErrorsLine has trailing spaces.3145
ErrorsLine has trailing spaces.3146
ErrorsLine is longer than 80 characters.3149
ErrorsLine contains a tab character.3150
ErrorsLine is longer than 80 characters.3151
ErrorsLine contains a tab character.3151
ErrorsLine contains a tab character.3152
ErrorsLine contains a tab character.3153
Errors'}' should be on the same line.3155
ErrorsLine contains a tab character.3157
Errors'{' is followed by whitespace.3157
ErrorsLine is longer than 80 characters.3158
ErrorsLine contains a tab character.3158
ErrorsLine contains a tab character.3159
ErrorsLine contains a tab character.3160
ErrorsLine contains a tab character.3161
Errors'}' should be on the same line.3165
ErrorsLine has trailing spaces.3167
ErrorsLine is longer than 80 characters.3167
ErrorsLine contains a tab character.3167
ErrorsLine is longer than 80 characters.3168
ErrorsLine contains a tab character.3168
ErrorsLine contains a tab character.3170
ErrorsLine contains a tab character.3171
ErrorsFirst sentence should end with a period.3175
ErrorsLine contains a tab character.3175
ErrorsLine contains a tab character.3176
ErrorsLine contains a tab character.3177
ErrorsMethod 'ingestTargetInfo' is not designed for extension - needs to be abstract, final or empty.3178
ErrorsParameter lblMap should be final.3178
Errors',' is not followed by whitespace.3178
ErrorsExpected @param tag for 'lblMap'.3178
ErrorsLine contains a tab character.3183
ErrorsLine contains a tab character.3184
Errors'if' construct must use '{}'s.3185
ErrorsLine has trailing spaces.3185
ErrorsLine contains a tab character.3185
Errors'!=' is not preceded with whitespace.3185
Errors'!=' is not followed by whitespace.3185
ErrorsLine is longer than 80 characters.3186
ErrorsLine contains a tab character.3186
ErrorsLine contains a tab character.3187
ErrorsLine contains a tab character.3188
Errors'{' is followed by whitespace.3188
ErrorsLine is longer than 80 characters.3189
ErrorsLine contains a tab character.3189
ErrorsLine contains a tab character.3190
ErrorsLine contains a tab character.3191
ErrorsLine contains a tab character.3192
ErrorsLine contains a tab character.3193
ErrorsLine contains a tab character.3194
ErrorsLine contains a tab character.3195
ErrorsLine contains a tab character.3196
ErrorsLine has trailing spaces.3197
ErrorsLine contains a tab character.3197
ErrorsLine is longer than 80 characters.3198
ErrorsLine is longer than 80 characters.3199
ErrorsLine is longer than 80 characters.3200
Errors'!=' is not preceded with whitespace.3202
Errors'!=' is not followed by whitespace.3202
ErrorsLine is longer than 80 characters.3203
Errors'if' construct must use '{}'s.3212
Errors'!=' is not preceded with whitespace.3212
Errors'!=' is not followed by whitespace.3212
ErrorsLine is longer than 80 characters.3213
Errors'if' construct must use '{}'s.3214
Errors'!=' is not preceded with whitespace.3214
Errors'!=' is not followed by whitespace.3214
ErrorsLine is longer than 80 characters.3215
Errors'if' construct must use '{}'s.3216
Errors'!=' is not preceded with whitespace.3216
Errors'!=' is not followed by whitespace.3216
ErrorsLine is longer than 80 characters.3217
Errors'if' construct must use '{}'s.3218
Errors'!=' is not preceded with whitespace.3218
Errors'!=' is not followed by whitespace.3218
Errors'if' construct must use '{}'s.3220
Errors'!=' is not preceded with whitespace.3220
Errors'!=' is not followed by whitespace.3220
ErrorsLine is longer than 80 characters.3221
ErrorsLine has trailing spaces.3222
ErrorsLine has trailing spaces.3223
ErrorsLine is longer than 80 characters.3223
Errors'==' is not preceded with whitespace.3223
Errors'==' is not followed by whitespace.3223
Errors'==' is not preceded with whitespace.3223
Errors'==' is not followed by whitespace.3223
Errors'==' is not preceded with whitespace.3223
Errors'==' is not followed by whitespace.3223
Errors'||' should be on a new line.3223
Errors'==' is not preceded with whitespace.3224
Errors'==' is not followed by whitespace.3224
Errors'==' is not preceded with whitespace.3224
Errors'==' is not followed by whitespace.3224
ErrorsLine is longer than 80 characters.3225
ErrorsLine contains a tab character.3225
Errors'{' is followed by whitespace.3225
Errors'+' should be on a new line.3225
ErrorsLine contains a tab character.3226
ErrorsLine is longer than 80 characters.3227
ErrorsLine contains a tab character.3227
ErrorsLine contains a tab character.3228
ErrorsLine contains a tab character.3229
ErrorsLine contains a tab character.3230
ErrorsLine contains a tab character.3231
Errors'}' should be on the same line.3233
Errors'!=' is not preceded with whitespace.3235
Errors'!=' is not followed by whitespace.3235
Errors'==' is not preceded with whitespace.3235
Errors'==' is not followed by whitespace.3235
ErrorsLine is longer than 80 characters.3236
ErrorsLine has trailing spaces.3237
ErrorsLine is longer than 80 characters.3237
Errors'+' should be on a new line.3237
ErrorsLine is longer than 80 characters.3238
ErrorsLine is longer than 80 characters.3241
ErrorsLine is longer than 80 characters.3242
ErrorsLine is longer than 80 characters.3243
ErrorsLine is longer than 80 characters.3244
ErrorsLine is longer than 80 characters.3245
ErrorsLine is longer than 80 characters.3246
ErrorsLine contains a tab character.3247
Errors'3' is a magic number.3250
Errors'4' is a magic number.3251
Errors'5' is a magic number.3252
Errors'6' is a magic number.3253
Errors'7' is a magic number.3254
Errors'8' is a magic number.3255
Errors'9' is a magic number.3256
Errors'10' is a magic number.3258
ErrorsLine is longer than 80 characters.3262
ErrorsLine contains a tab character.3263
ErrorsLine is longer than 80 characters.3264
ErrorsLine contains a tab character.3264
ErrorsLine contains a tab character.3265
ErrorsLine contains a tab character.3266
ErrorsLine is longer than 80 characters.3267
ErrorsLine contains a tab character.3267
ErrorsLine is longer than 80 characters.3269
Errors'}' should be on the same line.3274
ErrorsLine has trailing spaces.3276
ErrorsLine is longer than 80 characters.3276
ErrorsLine contains a tab character.3276
ErrorsLine is longer than 80 characters.3277
ErrorsLine contains a tab character.3277
ErrorsLine contains a tab character.3279
ErrorsLine contains a tab character.3280
ErrorsFirst sentence should end with a period.3284
ErrorsLine contains a tab character.3284
ErrorsLine contains a tab character.3285
ErrorsLine contains a tab character.3286
ErrorsMethod 'ingestTargetDoc' is not designed for extension - needs to be abstract, final or empty.3287
ErrorsParameter lblMap should be final.3287
Errors',' is not followed by whitespace.3287
ErrorsExpected @param tag for 'lblMap'.3287
ErrorsLine contains a tab character.3292
ErrorsLine contains a tab character.3293
Errors'if' construct must use '{}'s.3294
ErrorsLine has trailing spaces.3294
ErrorsLine contains a tab character.3294
Errors'!=' is not preceded with whitespace.3294
Errors'!=' is not followed by whitespace.3294
ErrorsLine is longer than 80 characters.3295
ErrorsLine contains a tab character.3295
ErrorsLine contains a tab character.3296
ErrorsLine contains a tab character.3297
Errors'{' is followed by whitespace.3297
ErrorsLine is longer than 80 characters.3298
ErrorsLine contains a tab character.3298
ErrorsLine contains a tab character.3299
ErrorsLine contains a tab character.3300
ErrorsLine contains a tab character.3301
ErrorsLine contains a tab character.3302
ErrorsLine contains a tab character.3303
ErrorsLine contains a tab character.3304
ErrorsLine contains a tab character.3305
ErrorsLine has trailing spaces.3306
ErrorsLine contains a tab character.3306
ErrorsLine is longer than 80 characters.3308
ErrorsLine is longer than 80 characters.3309
ErrorsLine is longer than 80 characters.3310
Errors'!=' is not preceded with whitespace.3312
Errors'!=' is not followed by whitespace.3312
ErrorsLine is longer than 80 characters.3313
Errors'!=' is not preceded with whitespace.3318
Errors'!=' is not followed by whitespace.3318
ErrorsLine has trailing spaces.3320
Errors'!=' is not preceded with whitespace.3321
Errors'!=' is not followed by whitespace.3321
Errors'==' is not preceded with whitespace.3321
Errors'==' is not followed by whitespace.3321
ErrorsLine is longer than 80 characters.3323
ErrorsLine is longer than 80 characters.3325
Errors'3' is a magic number.3328
Errors'4' is a magic number.3330
ErrorsLine is longer than 80 characters.3334
ErrorsLine contains a tab character.3335
ErrorsLine is longer than 80 characters.3336
ErrorsLine contains a tab character.3336
ErrorsLine contains a tab character.3337
ErrorsLine contains a tab character.3338
Errors'}' should be on the same line.3341
ErrorsLine has trailing spaces.3343
ErrorsLine is longer than 80 characters.3343
ErrorsLine contains a tab character.3343
ErrorsLine is longer than 80 characters.3344
ErrorsLine contains a tab character.3344
ErrorsLine contains a tab character.3346
ErrorsLine contains a tab character.3347
ErrorsFirst sentence should end with a period.3351
ErrorsLine contains a tab character.3351
ErrorsLine contains a tab character.3352
ErrorsLine contains a tab character.3353
ErrorsMethod 'ingestVolumeObject' is not designed for extension - needs to be abstract, final or empty.3354
ErrorsParameter lblMap should be final.3354
Errors',' is not followed by whitespace.3354
ErrorsExpected @param tag for 'lblMap'.3354
ErrorsFirst sentence should end with a period.3363
ErrorsLine contains a tab character.3363
ErrorsLine contains a tab character.3364
ErrorsLine contains a tab character.3365
ErrorsMethod 'ingestVolDS' is not designed for extension - needs to be abstract, final or empty.3366
ErrorsParameter lblMap should be final.3366
Errors',' is not followed by whitespace.3366
ErrorsExpected @param tag for 'lblMap'.3366
ErrorsLine contains a tab character.3371
Errors'if' construct must use '{}'s.3373
Errors'!=' is not preceded with whitespace.3373
Errors'!=' is not followed by whitespace.3373
ErrorsLine contains a tab character.3374
Errors'if' construct must use '{}'s.3376
Errors'!=' is not preceded with whitespace.3376
Errors'!=' is not followed by whitespace.3376
ErrorsLine contains a tab character.3377
Errors'==' is not preceded with whitespace.3378
Errors'==' is not followed by whitespace.3378
Errors'==' is not preceded with whitespace.3378
Errors'==' is not followed by whitespace.3378
ErrorsLine contains a tab character.3379
Errors'{' is followed by whitespace.3379
ErrorsLine is longer than 80 characters.3380
ErrorsLine contains a tab character.3380
ErrorsLine contains a tab character.3381
ErrorsLine contains a tab character.3382
ErrorsLine contains a tab character.3383
ErrorsLine contains a tab character.3384
ErrorsLine contains a tab character.3385
ErrorsLine contains a tab character.3386
ErrorsLine is longer than 80 characters.3388
ErrorsLine is longer than 80 characters.3389
ErrorsLine is longer than 80 characters.3390
Errors'!=' is not preceded with whitespace.3392
Errors'!=' is not followed by whitespace.3392
ErrorsLine is longer than 80 characters.3393
Errors'if' construct must use '{}'s.3398
Errors'!=' is not preceded with whitespace.3398
Errors'!=' is not followed by whitespace.3398
ErrorsLine is longer than 80 characters.3399
Errors'if' construct must use '{}'s.3400
Errors'!=' is not preceded with whitespace.3400
Errors'!=' is not followed by whitespace.3400
Errors'!=' is not preceded with whitespace.3403
Errors'!=' is not followed by whitespace.3403
Errors'!=' is not preceded with whitespace.3404
Errors'!=' is not followed by whitespace.3404
Errors'==' is not preceded with whitespace.3404
Errors'==' is not followed by whitespace.3404
ErrorsLine is longer than 80 characters.3405
ErrorsLine is longer than 80 characters.3407
ErrorsLine is longer than 80 characters.3408
ErrorsLine is longer than 80 characters.3409
Errors'3' is a magic number.3412
Errors'4' is a magic number.3413
Errors'5' is a magic number.3414
Errors'6' is a magic number.3416
ErrorsLine is longer than 80 characters.3420
ErrorsLine contains a tab character.3421
ErrorsLine is longer than 80 characters.3422
ErrorsLine contains a tab character.3422
ErrorsLine contains a tab character.3423
ErrorsLine contains a tab character.3424
Errors'}' should be on the same line.3426
ErrorsLine is longer than 80 characters.3428
ErrorsLine contains a tab character.3428
Errors'{' is followed by whitespace.3428
ErrorsLine is longer than 80 characters.3429
ErrorsLine contains a tab character.3429
ErrorsLine contains a tab character.3430
ErrorsLine contains a tab character.3431
ErrorsLine contains a tab character.3432
ErrorsLine contains a tab character.3433
Errors'}' should be on the same line.3436
ErrorsLine has trailing spaces.3438
ErrorsLine is longer than 80 characters.3438
ErrorsLine contains a tab character.3438
ErrorsLine is longer than 80 characters.3439
ErrorsLine contains a tab character.3439
ErrorsLine contains a tab character.3441
ErrorsLine contains a tab character.3442
ErrorsFirst sentence should end with a period.3446
ErrorsLine contains a tab character.3446
ErrorsLine contains a tab character.3447
ErrorsLine contains a tab character.3448
ErrorsMethod 'ingestVolDesc' is not designed for extension - needs to be abstract, final or empty.3449
ErrorsParameter lblMap should be final.3449
Errors',' is not followed by whitespace.3449
ErrorsExpected @param tag for 'lblMap'.3449
ErrorsLine contains a tab character.3454
ErrorsLine contains a tab character.3455
Errors'if' construct must use '{}'s.3456
Errors'!=' is not preceded with whitespace.3456
Errors'!=' is not followed by whitespace.3456
ErrorsLine contains a tab character.3457
Errors'if' construct must use '{}'s.3459
Errors'!=' is not preceded with whitespace.3459
Errors'!=' is not followed by whitespace.3459
ErrorsLine contains a tab character.3460
Errors'==' is not preceded with whitespace.3461
Errors'==' is not followed by whitespace.3461
Errors'==' is not preceded with whitespace.3461
Errors'==' is not followed by whitespace.3461
ErrorsLine contains a tab character.3462
Errors'{' is followed by whitespace.3462
ErrorsLine is longer than 80 characters.3463
ErrorsLine contains a tab character.3463
ErrorsLine contains a tab character.3464
ErrorsLine contains a tab character.3465
ErrorsLine contains a tab character.3466
ErrorsLine contains a tab character.3467
ErrorsLine contains a tab character.3468
ErrorsLine contains a tab character.3469
ErrorsLine has trailing spaces.3471
ErrorsLine is longer than 80 characters.3471
ErrorsLine contains a tab character.3472
ErrorsLine is longer than 80 characters.3473
ErrorsLine is longer than 80 characters.3474
Errors'+' should be on a new line.3474
ErrorsLine contains a tab character.3475
ErrorsLine has trailing spaces.3476
Errors'!=' is not preceded with whitespace.3477
Errors'!=' is not followed by whitespace.3477
ErrorsLine has trailing spaces.3478
ErrorsLine is longer than 80 characters.3478
Errors'+' should be on a new line.3478
ErrorsLine contains a tab character.3479
Errors'!=' is not preceded with whitespace.3483
Errors'!=' is not followed by whitespace.3483
Errors'!=' is not preceded with whitespace.3484
Errors'!=' is not followed by whitespace.3484
Errors'==' is not preceded with whitespace.3484
Errors'==' is not followed by whitespace.3484
ErrorsLine is longer than 80 characters.3485
ErrorsLine is longer than 80 characters.3487
Errors'=' is not preceded with whitespace.3488
Errors'=' is not followed by whitespace.3488
Errors'<' is not preceded with whitespace.3488
Errors'<' is not followed by whitespace.3488
ErrorsLine is longer than 80 characters.3489
Errors'3' is a magic number.3492
Errors'4' is a magic number.3493
Errors'+' is not preceded with whitespace.3493
Errors'+' is not followed by whitespace.3493
Errors'5' is a magic number.3494
Errors'6' is a magic number.3496
ErrorsLine is longer than 80 characters.3501
ErrorsLine contains a tab character.3502
ErrorsLine is longer than 80 characters.3503
ErrorsLine contains a tab character.3503
ErrorsLine contains a tab character.3504
ErrorsLine contains a tab character.3505
Errors'}' should be on the same line.3507
ErrorsLine contains a tab character.3509
Errors'{' is followed by whitespace.3509
ErrorsLine is longer than 80 characters.3510
ErrorsLine contains a tab character.3510
ErrorsLine contains a tab character.3511
ErrorsLine contains a tab character.3512
ErrorsLine contains a tab character.3513
ErrorsLine contains a tab character.3514
Errors'}' should be on the same line.3517
ErrorsLine has trailing spaces.3519
ErrorsLine is longer than 80 characters.3519
ErrorsLine contains a tab character.3519
ErrorsLine is longer than 80 characters.3520
ErrorsLine contains a tab character.3520
ErrorsLine contains a tab character.3522
ErrorsLine contains a tab character.3523
ErrorsFirst sentence should end with a period.3527
ErrorsLine contains a tab character.3527
ErrorsLine contains a tab character.3528
ErrorsLine contains a tab character.3529
ErrorsMethod 'ingestVolInfo' is not designed for extension - needs to be abstract, final or empty.3530
ErrorsParameter lblMap should be final.3530
Errors',' is not followed by whitespace.3530
ErrorsExpected @param tag for 'lblMap'.3530
ErrorsLine contains a tab character.3535
ErrorsLine contains a tab character.3536
Errors'if' construct must use '{}'s.3537
Errors'!=' is not preceded with whitespace.3537
Errors'!=' is not followed by whitespace.3537
ErrorsLine contains a tab character.3538
Errors'if' construct must use '{}'s.3540
Errors'!=' is not preceded with whitespace.3540
Errors'!=' is not followed by whitespace.3540
ErrorsLine contains a tab character.3541
Errors'==' is not preceded with whitespace.3542
Errors'==' is not followed by whitespace.3542
Errors'==' is not preceded with whitespace.3542
Errors'==' is not followed by whitespace.3542
ErrorsLine contains a tab character.3543
Errors'{' is followed by whitespace.3543
ErrorsLine is longer than 80 characters.3544
ErrorsLine contains a tab character.3544
ErrorsLine contains a tab character.3545
ErrorsLine contains a tab character.3546
ErrorsLine contains a tab character.3547
ErrorsLine contains a tab character.3548
ErrorsLine contains a tab character.3549
ErrorsLine contains a tab character.3550
ErrorsLine is longer than 80 characters.3552
ErrorsLine is longer than 80 characters.3553
ErrorsLine has trailing spaces.3554
ErrorsLine is longer than 80 characters.3554
Errors'+' should be on a new line.3554
Errors'!=' is not preceded with whitespace.3557
Errors'!=' is not followed by whitespace.3557
ErrorsLine has trailing spaces.3558
ErrorsLine is longer than 80 characters.3558
Errors'+' should be on a new line.3558
ErrorsLine contains a tab character.3559
Errors'if' construct must use '{}'s.3569
Errors'!=' is not preceded with whitespace.3569
Errors'!=' is not followed by whitespace.3569
ErrorsLine is longer than 80 characters.3570
Errors'if' construct must use '{}'s.3571
Errors'!=' is not preceded with whitespace.3571
Errors'!=' is not followed by whitespace.3571
ErrorsLine is longer than 80 characters.3572
Errors'if' construct must use '{}'s.3573
Errors'!=' is not preceded with whitespace.3573
Errors'!=' is not followed by whitespace.3573
Errors'if' construct must use '{}'s.3575
ErrorsLine has trailing spaces.3575
Errors'!=' is not preceded with whitespace.3575
Errors'!=' is not followed by whitespace.3575
Errors'if' construct must use '{}'s.3577
Errors'!=' is not preceded with whitespace.3577
Errors'!=' is not followed by whitespace.3577
Errors'if' construct must use '{}'s.3579
Errors'!=' is not preceded with whitespace.3579
Errors'!=' is not followed by whitespace.3579
ErrorsLine is longer than 80 characters.3580
Errors'else' construct must use '{}'s.3581
ErrorsLine contains a tab character.3582
ErrorsLine has trailing spaces.3584
Errors'==' is not preceded with whitespace.3584
Errors'==' is not followed by whitespace.3584
Errors'==' is not preceded with whitespace.3584
Errors'==' is not followed by whitespace.3584
Errors'==' is not preceded with whitespace.3584
Errors'==' is not followed by whitespace.3584
Errors'||' should be on a new line.3584
Errors'==' is not preceded with whitespace.3585
Errors'==' is not followed by whitespace.3585
Errors'==' is not preceded with whitespace.3585
Errors'==' is not followed by whitespace.3585
ErrorsLine is longer than 80 characters.3586
ErrorsLine contains a tab character.3586
ErrorsLine is longer than 80 characters.3587
ErrorsLine contains a tab character.3587
Errors'{' is followed by whitespace.3587
Errors'+' should be on a new line.3587
ErrorsLine contains a tab character.3588
ErrorsLine is longer than 80 characters.3589
ErrorsLine contains a tab character.3589
ErrorsLine contains a tab character.3590
ErrorsLine contains a tab character.3591
ErrorsLine contains a tab character.3592
ErrorsLine contains a tab character.3593
Errors'}' should be on the same line.3595
Errors'!=' is not preceded with whitespace.3597
Errors'!=' is not followed by whitespace.3597
Errors'==' is not preceded with whitespace.3597
Errors'==' is not followed by whitespace.3597
ErrorsLine has trailing spaces.3598
ErrorsLine is longer than 80 characters.3598
Errors'+' should be on a new line.3598
ErrorsLine is longer than 80 characters.3599
ErrorsLine is longer than 80 characters.3602
ErrorsLine is longer than 80 characters.3603
ErrorsLine is longer than 80 characters.3604
ErrorsLine is longer than 80 characters.3605
ErrorsLine is longer than 80 characters.3606
ErrorsLine is longer than 80 characters.3607
Errors'3' is a magic number.3611
Errors'4' is a magic number.3612
Errors'5' is a magic number.3613
Errors'6' is a magic number.3614
Errors'7' is a magic number.3615
Errors'8' is a magic number.3616
Errors'9' is a magic number.3617
Errors'10' is a magic number.3619
ErrorsLine is longer than 80 characters.3623
ErrorsLine contains a tab character.3624
ErrorsLine is longer than 80 characters.3625
ErrorsLine contains a tab character.3625
ErrorsLine contains a tab character.3626
ErrorsLine contains a tab character.3627
ErrorsLine is longer than 80 characters.3628
ErrorsLine contains a tab character.3628
Errors'}' should be on the same line.3632
ErrorsLine has trailing spaces.3634
ErrorsLine is longer than 80 characters.3634
ErrorsLine contains a tab character.3634
ErrorsLine is longer than 80 characters.3635
ErrorsLine contains a tab character.3635
ErrorsLine contains a tab character.3637
ErrorsLine contains a tab character.3638
ErrorsFirst sentence should end with a period.3642
ErrorsLine contains a tab character.3642
ErrorsLine contains a tab character.3643
ErrorsLine contains a tab character.3644
ErrorsMethod 'ingestVolSetInfo' is not designed for extension - needs to be abstract, final or empty.3645
ErrorsParameter lblMap should be final.3645
Errors',' is not followed by whitespace.3645
ErrorsExpected @param tag for 'lblMap'.3645
ErrorsLine has trailing spaces.3650
ErrorsLine contains a tab character.3650
Errors'if' construct must use '{}'s.3652
Errors'!=' is not preceded with whitespace.3652
Errors'!=' is not followed by whitespace.3652
ErrorsLine contains a tab character.3653
Errors'if' construct must use '{}'s.3655
Errors'!=' is not preceded with whitespace.3655
Errors'!=' is not followed by whitespace.3655
ErrorsLine is longer than 80 characters.3656
Errors'==' is not preceded with whitespace.3657
Errors'==' is not followed by whitespace.3657
Errors'==' is not preceded with whitespace.3657
Errors'==' is not followed by whitespace.3657
ErrorsLine is longer than 80 characters.3658
ErrorsLine contains a tab character.3658
Errors'{' is followed by whitespace.3658
ErrorsLine is longer than 80 characters.3659
ErrorsLine contains a tab character.3659
ErrorsLine contains a tab character.3660
ErrorsLine contains a tab character.3661
ErrorsLine contains a tab character.3662
ErrorsLine contains a tab character.3663
ErrorsLine contains a tab character.3664
ErrorsLine contains a tab character.3665
ErrorsLine has trailing spaces.3667
ErrorsLine is longer than 80 characters.3668
ErrorsLine is longer than 80 characters.3669
ErrorsLine has trailing spaces.3670
ErrorsLine is longer than 80 characters.3670
Errors'+' should be on a new line.3670
Errors'!=' is not preceded with whitespace.3673
Errors'!=' is not followed by whitespace.3673
ErrorsLine is longer than 80 characters.3674
Errors'+' should be on a new line.3674
ErrorsLine has trailing spaces.3676
Errors'!=' is not preceded with whitespace.3680
Errors'!=' is not followed by whitespace.3680
ErrorsLine has trailing spaces.3681
ErrorsLine is longer than 80 characters.3681
ErrorsLine contains a tab character.3683
Errors'{' is followed by whitespace.3683
ErrorsLine has trailing spaces.3684
ErrorsLine is longer than 80 characters.3684
ErrorsLine contains a tab character.3684
ErrorsLine is longer than 80 characters.3685
ErrorsLine contains a tab character.3685
ErrorsLine contains a tab character.3687
ErrorsLine contains a tab character.3688
ErrorsLine contains a tab character.3689
ErrorsLine has trailing spaces.3691
ErrorsLine contains a tab character.3691
Errors'!=' is not preceded with whitespace.3692
Errors'!=' is not followed by whitespace.3692
Errors'==' is not preceded with whitespace.3692
Errors'==' is not followed by whitespace.3692
ErrorsLine is longer than 80 characters.3693
ErrorsLine is longer than 80 characters.3695
ErrorsLine is longer than 80 characters.3696
Errors'3' is a magic number.3699
Errors'cast' is not followed by whitespace.3699
Errors'4' is a magic number.3700
Errors'5' is a magic number.3702
ErrorsLine is longer than 80 characters.3706
ErrorsLine contains a tab character.3707
ErrorsLine is longer than 80 characters.3708
ErrorsLine contains a tab character.3708
ErrorsLine contains a tab character.3709
ErrorsLine contains a tab character.3710
ErrorsLine is longer than 80 characters.3711
ErrorsLine contains a tab character.3711
Errors'}' should be on the same line.3713
ErrorsLine contains a tab character.3715
Errors'{' is followed by whitespace.3715
ErrorsLine is longer than 80 characters.3716
ErrorsLine contains a tab character.3716
ErrorsLine contains a tab character.3717
ErrorsLine contains a tab character.3718
ErrorsLine contains a tab character.3719
Errors'}' should be on the same line.3723
ErrorsLine has trailing spaces.3725
ErrorsLine is longer than 80 characters.3725
ErrorsLine contains a tab character.3725
ErrorsLine is longer than 80 characters.3726
ErrorsLine contains a tab character.3726
ErrorsLine contains a tab character.3728
ErrorsLine contains a tab character.3729
ErrorsFirst sentence should end with a period.3733
ErrorsLine contains a tab character.3733
ErrorsLine contains a tab character.3734
ErrorsLine contains a tab character.3735
ErrorsMethod 'ingestVolSerSet' is not designed for extension - needs to be abstract, final or empty.3736
ErrorsParameter lblMap should be final.3736
Errors',' is not followed by whitespace.3736
ErrorsExpected @param tag for 'lblMap'.3736
ErrorsLine contains a tab character.3741
Errors'if' construct must use '{}'s.3743
Errors'!=' is not preceded with whitespace.3743
Errors'!=' is not followed by whitespace.3743
ErrorsLine contains a tab character.3744
ErrorsLine contains a tab character.3746
Errors'{' is followed by whitespace.3746
ErrorsLine is longer than 80 characters.3747
ErrorsLine contains a tab character.3747
ErrorsLine contains a tab character.3748
ErrorsLine contains a tab character.3749
ErrorsLine contains a tab character.3750
ErrorsLine contains a tab character.3751
ErrorsLine contains a tab character.3752
ErrorsLine contains a tab character.3753
ErrorsLine is longer than 80 characters.3755
ErrorsLine is longer than 80 characters.3756
ErrorsLine is longer than 80 characters.3757
ErrorsLine has trailing spaces.3758
ErrorsLine is longer than 80 characters.3758
Errors'+' should be on a new line.3758
Errors'!=' is not preceded with whitespace.3761
Errors'!=' is not followed by whitespace.3761
ErrorsLine has trailing spaces.3762
ErrorsLine is longer than 80 characters.3762
Errors'+' should be on a new line.3762
Errors'!=' is not preceded with whitespace.3767
Errors'!=' is not followed by whitespace.3767
Errors'!=' is not preceded with whitespace.3768
Errors'!=' is not followed by whitespace.3768
Errors'==' is not preceded with whitespace.3768
Errors'==' is not followed by whitespace.3768
ErrorsLine is longer than 80 characters.3769
ErrorsLine is longer than 80 characters.3771
Errors'3' is a magic number.3774
Errors'4' is a magic number.3776
ErrorsLine is longer than 80 characters.3780
ErrorsLine contains a tab character.3781
ErrorsLine is longer than 80 characters.3782
ErrorsLine contains a tab character.3782
ErrorsLine contains a tab character.3783
ErrorsLine contains a tab character.3784
Errors'}' should be on the same line.3786
ErrorsLine contains a tab character.3788
Errors'{' is followed by whitespace.3788
ErrorsLine is longer than 80 characters.3789
ErrorsLine contains a tab character.3789
ErrorsLine contains a tab character.3790
ErrorsLine contains a tab character.3791
ErrorsLine contains a tab character.3792
Errors'}' should be on the same line.3796
ErrorsLine has trailing spaces.3798
ErrorsLine is longer than 80 characters.3798
ErrorsLine contains a tab character.3798
ErrorsLine is longer than 80 characters.3799
ErrorsLine contains a tab character.3799
ErrorsLine contains a tab character.3801
ErrorsLine contains a tab character.3802
ErrorsFirst sentence should end with a period.3806
ErrorsMethod 'ingestVolSerInfo' is not designed for extension - needs to be abstract, final or empty.3809
ErrorsParameter lblMap should be final.3809
Errors',' is not followed by whitespace.3809
ErrorsExpected @param tag for 'lblMap'.3809
ErrorsLine contains a tab character.3814
Errors'!=' is not preceded with whitespace.3816
Errors'!=' is not followed by whitespace.3816
ErrorsLine is longer than 80 characters.3817
ErrorsLine contains a tab character.3817
ErrorsLine has trailing spaces.3818
ErrorsLine is longer than 80 characters.3819
ErrorsLine contains a tab character.3819
ErrorsLine is longer than 80 characters.3820
ErrorsLine is longer than 80 characters.3821
Errors'!=' is not preceded with whitespace.3823
Errors'!=' is not followed by whitespace.3823
ErrorsLine is longer than 80 characters.3824
Errors'!=' is not preceded with whitespace.3828
Errors'!=' is not followed by whitespace.3828
Errors'==' is not preceded with whitespace.3828
Errors'==' is not followed by whitespace.3828
ErrorsLine is longer than 80 characters.3829
Errors'+' is not preceded with whitespace.3833
Errors'+' is not followed by whitespace.3833
Errors'3' is a magic number.3834
Errors'4' is a magic number.3836
ErrorsLine is longer than 80 characters.3840
ErrorsLine contains a tab character.3841
ErrorsLine is longer than 80 characters.3842
ErrorsLine contains a tab character.3842
ErrorsLine contains a tab character.3843
ErrorsLine contains a tab character.3844
ErrorsLine is longer than 80 characters.3845
ErrorsLine contains a tab character.3845
Errors'}' should be on the same line.3847
ErrorsLine contains a tab character.3849
Errors'{' is followed by whitespace.3849
ErrorsLine is longer than 80 characters.3850
ErrorsLine contains a tab character.3850
ErrorsLine contains a tab character.3851
ErrorsLine contains a tab character.3852
ErrorsLine contains a tab character.3853
Errors'}' should be on the same line.3857
ErrorsLine has trailing spaces.3859
ErrorsLine is longer than 80 characters.3859
ErrorsLine contains a tab character.3859
ErrorsLine is longer than 80 characters.3860
ErrorsLine contains a tab character.3860
ErrorsLine contains a tab character.3862
ErrorsLine contains a tab character.3863
ErrorsLine has trailing spaces.3866
ErrorsFirst sentence should end with a period.3867
ErrorsMethod 'ingestVolOnline' is not designed for extension - needs to be abstract, final or empty.3870
ErrorsParameter lblMap should be final.3870
Errors',' is not followed by whitespace.3870
ErrorsExpected @param tag for 'lblMap'.3870
ErrorsLine contains a tab character.3875
Errors'if' construct must use '{}'s.3877
Errors'!=' is not preceded with whitespace.3877
Errors'!=' is not followed by whitespace.3877
ErrorsLine contains a tab character.3878
Errors'if' construct must use '{}'s.3880
Errors'!=' is not preceded with whitespace.3880
Errors'!=' is not followed by whitespace.3880
ErrorsLine contains a tab character.3881
ErrorsLine has trailing spaces.3882
Errors'if' construct must use '{}'s.3887
Errors'!=' is not preceded with whitespace.3887
Errors'!=' is not followed by whitespace.3887
Errors'if' construct must use '{}'s.3889
Errors'!=' is not preceded with whitespace.3889
Errors'!=' is not followed by whitespace.3889
ErrorsLine is longer than 80 characters.3890
Errors'if' construct must use '{}'s.3891
Errors'!=' is not preceded with whitespace.3891
Errors'!=' is not followed by whitespace.3891
ErrorsLine is longer than 80 characters.3892
Errors'if' construct must use '{}'s.3893
Errors'!=' is not preceded with whitespace.3893
Errors'!=' is not followed by whitespace.3893
ErrorsLine is longer than 80 characters.3894
ErrorsLine has trailing spaces.3896
Errors'==' is not preceded with whitespace.3896
Errors'==' is not followed by whitespace.3896
Errors'==' is not preceded with whitespace.3896
Errors'==' is not followed by whitespace.3896
Errors'==' is not preceded with whitespace.3896
Errors'==' is not followed by whitespace.3896
Errors'||' should be on a new line.3896
ErrorsLine contains a tab character.3897
Errors'==' is not preceded with whitespace.3897
Errors'==' is not followed by whitespace.3897
Errors'==' is not preceded with whitespace.3897
Errors'==' is not followed by whitespace.3897
Errors'==' is not preceded with whitespace.3897
Errors'==' is not followed by whitespace.3897
ErrorsLine is longer than 80 characters.3898
ErrorsLine contains a tab character.3898
Errors'{' is followed by whitespace.3898
ErrorsLine is longer than 80 characters.3899
ErrorsLine contains a tab character.3899
ErrorsLine contains a tab character.3900
ErrorsLine contains a tab character.3901
ErrorsLine contains a tab character.3902
ErrorsComment matches to-do format 'TODO:'.3903
ErrorsLine contains a tab character.3903
ErrorsLine contains a tab character.3904
Errors'}' should be on the same line.3906
ErrorsLine contains a tab character.3908
ErrorsLine is longer than 80 characters.3909
ErrorsLine is longer than 80 characters.3910
ErrorsLine is longer than 80 characters.3911
Errors'+' should be on a new line.3911
Errors'!=' is not preceded with whitespace.3914
Errors'!=' is not followed by whitespace.3914
ErrorsLine has trailing spaces.3915
ErrorsLine is longer than 80 characters.3915
Errors'+' should be on a new line.3915
Errors'!=' is not preceded with whitespace.3920
Errors'!=' is not followed by whitespace.3920
Errors'==' is not preceded with whitespace.3920
Errors'==' is not followed by whitespace.3920
ErrorsLine is longer than 80 characters.3921
Errors'+' should be on a new line.3921
ErrorsLine has trailing spaces.3922
ErrorsLine has trailing spaces.3923
ErrorsLine is longer than 80 characters.3925
ErrorsLine is longer than 80 characters.3926
ErrorsLine is longer than 80 characters.3927
ErrorsLine is longer than 80 characters.3928
ErrorsLine is longer than 80 characters.3929
ErrorsLine is longer than 80 characters.3930
Errors'3' is a magic number.3934
Errors'4' is a magic number.3935
Errors'5' is a magic number.3936
Errors'6' is a magic number.3937
Errors'7' is a magic number.3938
Errors'8' is a magic number.3940
ErrorsLine is longer than 80 characters.3944
ErrorsLine contains a tab character.3945
ErrorsLine is longer than 80 characters.3946
ErrorsLine contains a tab character.3946
ErrorsLine contains a tab character.3947
ErrorsLine contains a tab character.3948
Errors'}' should be on the same line.3951
ErrorsLine has trailing spaces.3953
ErrorsLine is longer than 80 characters.3953
ErrorsLine contains a tab character.3953
ErrorsLine is longer than 80 characters.3954
ErrorsLine contains a tab character.3954
ErrorsLine contains a tab character.3956
ErrorsLine contains a tab character.3957
ErrorsFirst sentence should end with a period.3961
ErrorsLine is longer than 80 characters.3964
ErrorsMethod 'ingestNssdcdsidObject' is not designed for extension - needs to be abstract, final or empty.3964
ErrorsParameter lblMap should be final.3964
Errors',' is not followed by whitespace.3964
ErrorsExpected @param tag for 'lblMap'.3964
ErrorsLine contains a tab character.3969
Errors'if' construct must use '{}'s.3971
Errors'!=' is not preceded with whitespace.3971
Errors'!=' is not followed by whitespace.3971
ErrorsLine is longer than 80 characters.3972
ErrorsLine contains a tab character.3972
Errors'if' construct must use '{}'s.3974
Errors'!=' is not preceded with whitespace.3974
Errors'!=' is not followed by whitespace.3974
ErrorsLine is longer than 80 characters.3975
ErrorsLine contains a tab character.3975
Errors'if' construct must use '{}'s.3977
Errors'!=' is not preceded with whitespace.3977
Errors'!=' is not followed by whitespace.3977
ErrorsLine contains a tab character.3978
ErrorsLine has trailing spaces.3979
Errors'==' is not preceded with whitespace.3980
Errors'==' is not followed by whitespace.3980
Errors'==' is not preceded with whitespace.3980
Errors'==' is not followed by whitespace.3980
Errors'==' is not preceded with whitespace.3980
Errors'==' is not followed by whitespace.3980
ErrorsLine is longer than 80 characters.3981
ErrorsLine contains a tab character.3981
Errors'{' is followed by whitespace.3981
ErrorsLine is longer than 80 characters.3982
ErrorsLine contains a tab character.3982
ErrorsLine contains a tab character.3983
ErrorsLine contains a tab character.3984
ErrorsLine contains a tab character.3985
ErrorsLine contains a tab character.3986
Errors'}' should be on the same line.3988
ErrorsLine has trailing spaces.3990
ErrorsLine is longer than 80 characters.3990
ErrorsLine contains a tab character.3990
ErrorsLine has trailing spaces.3992
ErrorsLine is longer than 80 characters.3992
ErrorsLine is longer than 80 characters.3994
Errors'+' should be on a new line.3994
Errors'!=' is not preceded with whitespace.3997
Errors'!=' is not followed by whitespace.3997
ErrorsLine has trailing spaces.3998
ErrorsLine is longer than 80 characters.3998
Errors'+' should be on a new line.3998
ErrorsLine is longer than 80 characters.3999
Errors'!=' is not preceded with whitespace.4003
Errors'!=' is not followed by whitespace.4003
Errors'==' is not preceded with whitespace.4003
Errors'==' is not followed by whitespace.4003
ErrorsLine is longer than 80 characters.4004
ErrorsLine has trailing spaces.4006
ErrorsLine is longer than 80 characters.4008
ErrorsLine is longer than 80 characters.4009
ErrorsLine is longer than 80 characters.4010
Errors'3' is a magic number.4014
Errors'4' is a magic number.4015
Errors'5' is a magic number.4017
ErrorsLine is longer than 80 characters.4021
ErrorsLine contains a tab character.4022
ErrorsLine is longer than 80 characters.4023
ErrorsLine contains a tab character.4023
ErrorsLine contains a tab character.4024
ErrorsLine contains a tab character.4025
Errors'}' should be on the same line.4028
ErrorsLine has trailing spaces.4030
ErrorsLine is longer than 80 characters.4030
ErrorsLine contains a tab character.4030
ErrorsLine is longer than 80 characters.4031
ErrorsLine contains a tab character.4031
ErrorsLine contains a tab character.4033
ErrorsLine contains a tab character.4034
ErrorsFirst sentence should end with a period.4038
ErrorsLine is longer than 80 characters.4041
ErrorsMethod 'ingestDSReleaseObject' is not designed for extension - needs to be abstract, final or empty.4041
ErrorsParameter lblMap should be final.4041
Errors',' is not followed by whitespace.4041
ErrorsExpected @param tag for 'lblMap'.4041
ErrorsLine contains a tab character.4046
Errors'if' construct must use '{}'s.4048
Errors'!=' is not preceded with whitespace.4048
Errors'!=' is not followed by whitespace.4048
ErrorsLine is longer than 80 characters.4049
ErrorsLine contains a tab character.4049
Errors'if' construct must use '{}'s.4051
Errors'!=' is not preceded with whitespace.4051
Errors'!=' is not followed by whitespace.4051
ErrorsLine is longer than 80 characters.4052
ErrorsLine contains a tab character.4052
Errors'if' construct must use '{}'s.4062
Errors'!=' is not preceded with whitespace.4062
Errors'!=' is not followed by whitespace.4062
Errors'if' construct must use '{}'s.4064
Errors'!=' is not preceded with whitespace.4064
Errors'!=' is not followed by whitespace.4064
ErrorsLine is longer than 80 characters.4065
Errors'if' construct must use '{}'s.4066
Errors'!=' is not preceded with whitespace.4066
Errors'!=' is not followed by whitespace.4066
Errors'if' construct must use '{}'s.4068
Errors'!=' is not preceded with whitespace.4068
Errors'!=' is not followed by whitespace.4068
ErrorsLine is longer than 80 characters.4069
Errors'if' construct must use '{}'s.4070
Errors'!=' is not preceded with whitespace.4070
Errors'!=' is not followed by whitespace.4070
ErrorsLine is longer than 80 characters.4071
Errors'if' construct must use '{}'s.4072
ErrorsLine has trailing spaces.4072
Errors'!=' is not preceded with whitespace.4072
Errors'!=' is not followed by whitespace.4072
ErrorsLine is longer than 80 characters.4073
Errors'if' construct must use '{}'s.4074
Errors'!=' is not preceded with whitespace.4074
Errors'!=' is not followed by whitespace.4074
ErrorsLine is longer than 80 characters.4075
Errors'if' construct must use '{}'s.4076
Errors'!=' is not preceded with whitespace.4076
Errors'!=' is not followed by whitespace.4076
ErrorsLine is longer than 80 characters.4079
Errors'==' is not preceded with whitespace.4079
Errors'==' is not followed by whitespace.4079
Errors'==' is not preceded with whitespace.4079
Errors'==' is not followed by whitespace.4079
Errors'==' is not preceded with whitespace.4079
Errors'==' is not followed by whitespace.4079
Errors'==' is not preceded with whitespace.4079
Errors'==' is not followed by whitespace.4079
Errors'==' is not preceded with whitespace.4079
Errors'==' is not followed by whitespace.4079
Errors'==' is not preceded with whitespace.4079
Errors'==' is not followed by whitespace.4079
Errors'||' should be on a new line.4079
ErrorsLine is longer than 80 characters.4080
Errors'==' is not preceded with whitespace.4080
Errors'==' is not followed by whitespace.4080
Errors'==' is not preceded with whitespace.4080
Errors'==' is not followed by whitespace.4080
Errors'==' is not preceded with whitespace.4080
Errors'==' is not followed by whitespace.4080
Errors'==' is not preceded with whitespace.4080
Errors'==' is not followed by whitespace.4080
ErrorsLine is longer than 80 characters.4081
ErrorsLine contains a tab character.4081
Errors'{' is followed by whitespace.4081
Errors'+' should be on a new line.4081
ErrorsLine is longer than 80 characters.4082
ErrorsLine contains a tab character.4082
ErrorsLine is longer than 80 characters.4083
ErrorsLine contains a tab character.4083
ErrorsLine contains a tab character.4084
ErrorsLine contains a tab character.4085
ErrorsLine contains a tab character.4086
ErrorsLine contains a tab character.4087
Errors'}' should be on the same line.4089
ErrorsLine is longer than 80 characters.4091
ErrorsLine contains a tab character.4091
ErrorsLine is longer than 80 characters.4092
ErrorsLine has trailing spaces.4093
ErrorsLine is longer than 80 characters.4093
Errors'+' should be on a new line.4093
Errors'!=' is not preceded with whitespace.4096
Errors'!=' is not followed by whitespace.4096
ErrorsLine has trailing spaces.4097
ErrorsLine is longer than 80 characters.4097
Errors'+' should be on a new line.4097
Errors'!=' is not preceded with whitespace.4102
Errors'!=' is not followed by whitespace.4102
Errors'==' is not preceded with whitespace.4102
Errors'==' is not followed by whitespace.4102
ErrorsLine is longer than 80 characters.4103
Errors'+' should be on a new line.4103
ErrorsLine has trailing spaces.4104
ErrorsLine is longer than 80 characters.4104
Errors'+' should be on a new line.4104
Errors'3' is a magic number.4110
Errors'4' is a magic number.4111
Errors'5' is a magic number.4112
Errors'6' is a magic number.4113
Errors'7' is a magic number.4114
ErrorsLine is longer than 80 characters.4115
Errors'8' is a magic number.4115
Errors'9' is a magic number.4116
Errors'10' is a magic number.4117
Errors'11' is a magic number.4118
ErrorsLine is longer than 80 characters.4119
Errors'12' is a magic number.4119
ErrorsLine is longer than 80 characters.4121
Errors'13' is a magic number.4121
ErrorsLine is longer than 80 characters.4125
ErrorsLine contains a tab character.4126
ErrorsLine is longer than 80 characters.4127
ErrorsLine contains a tab character.4127
ErrorsLine contains a tab character.4128
ErrorsLine contains a tab character.4129
Errors'}' should be on the same line.4132
ErrorsLine has trailing spaces.4134
ErrorsLine is longer than 80 characters.4134
ErrorsLine contains a tab character.4134
ErrorsLine is longer than 80 characters.4135
ErrorsLine contains a tab character.4135
ErrorsLine contains a tab character.4137
ErrorsLine contains a tab character.4138
ErrorsFirst sentence should end with a period.4142
ErrorsLine has trailing spaces.4142
ErrorsLine is longer than 80 characters.4142
ErrorsMethod 'ingestResourceObject' is not designed for extension - needs to be abstract, final or empty.4145
ErrorsParameter lblMap should be final.4145
Errors',' is not followed by whitespace.4145
ErrorsExpected @param tag for 'lblMap'.4145
ErrorsFirst sentence should end with a period.4150
ErrorsMethod 'ingestResDS' is not designed for extension - needs to be abstract, final or empty.4153
ErrorsParameter lblMap should be final.4153
Errors',' is not followed by whitespace.4153
ErrorsExpected @param tag for 'lblMap'.4153
ErrorsLine contains a tab character.4159
Errors'if' construct must use '{}'s.4161
Errors'!=' is not preceded with whitespace.4161
Errors'!=' is not followed by whitespace.4161
ErrorsLine is longer than 80 characters.4162
ErrorsLine contains a tab character.4162
Errors'if' construct must use '{}'s.4164
Errors'!=' is not preceded with whitespace.4164
Errors'!=' is not followed by whitespace.4164
ErrorsLine is longer than 80 characters.4165
ErrorsLine contains a tab character.4165
ErrorsLine has trailing spaces.4166
Errors'==' is not preceded with whitespace.4167
Errors'==' is not followed by whitespace.4167
Errors'==' is not preceded with whitespace.4167
Errors'==' is not followed by whitespace.4167
ErrorsLine contains a tab character.4168
Errors'{' is followed by whitespace.4168
ErrorsLine is longer than 80 characters.4169
ErrorsLine contains a tab character.4169
ErrorsLine contains a tab character.4170
ErrorsLine contains a tab character.4171
ErrorsLine contains a tab character.4172
ErrorsLine contains a tab character.4173
Errors'}' should be on the same line.4175
ErrorsLine is longer than 80 characters.4177
ErrorsLine contains a tab character.4177
ErrorsLine is longer than 80 characters.4178
ErrorsLine is longer than 80 characters.4179
Errors'!=' is not preceded with whitespace.4181
Errors'!=' is not followed by whitespace.4181
ErrorsLine is longer than 80 characters.4182
Errors'!=' is not preceded with whitespace.4186
Errors'!=' is not followed by whitespace.4186
Errors'==' is not preceded with whitespace.4186
Errors'==' is not followed by whitespace.4186
ErrorsLine is longer than 80 characters.4187
ErrorsLine has trailing spaces.4189
ErrorsLine is longer than 80 characters.4190
ErrorsLine is longer than 80 characters.4191
Errors'3' is a magic number.4194
Errors'4' is a magic number.4196
ErrorsLine is longer than 80 characters.4200
ErrorsLine contains a tab character.4201
ErrorsLine is longer than 80 characters.4202
ErrorsLine contains a tab character.4202
ErrorsLine contains a tab character.4203
ErrorsLine contains a tab character.4204
Errors'}' should be on the same line.4207
ErrorsLine has trailing spaces.4209
ErrorsLine is longer than 80 characters.4209
ErrorsLine contains a tab character.4209
ErrorsLine is longer than 80 characters.4210
ErrorsLine contains a tab character.4210
ErrorsLine contains a tab character.4212
ErrorsLine contains a tab character.4213
ErrorsFirst sentence should end with a period.4217
ErrorsMethod 'ingestResInfo' is not designed for extension - needs to be abstract, final or empty.4220
ErrorsParameter lblMap should be final.4220
Errors',' is not followed by whitespace.4220
ErrorsExpected @param tag for 'lblMap'.4220
ErrorsLine contains a tab character.4226
Errors'if' construct must use '{}'s.4228
Errors'!=' is not preceded with whitespace.4228
Errors'!=' is not followed by whitespace.4228
ErrorsLine is longer than 80 characters.4229
ErrorsLine contains a tab character.4229
Errors'if' construct must use '{}'s.4231
Errors'!=' is not preceded with whitespace.4231
Errors'!=' is not followed by whitespace.4231
ErrorsLine is longer than 80 characters.4232
ErrorsLine contains a tab character.4232
Errors'if' construct must use '{}'s.4240
Errors'!=' is not preceded with whitespace.4240
Errors'!=' is not followed by whitespace.4240
Errors'if' construct must use '{}'s.4242
Errors'!=' is not preceded with whitespace.4242
Errors'!=' is not followed by whitespace.4242
ErrorsLine is longer than 80 characters.4243
ErrorsLine contains a tab character.4243
Errors'if' construct must use '{}'s.4244
Errors'!=' is not preceded with whitespace.4244
Errors'!=' is not followed by whitespace.4244
Errors'if' construct must use '{}'s.4246
Errors'!=' is not preceded with whitespace.4246
Errors'!=' is not followed by whitespace.4246
Errors'if' construct must use '{}'s.4248
Errors'!=' is not preceded with whitespace.4248
Errors'!=' is not followed by whitespace.4248
ErrorsLine is longer than 80 characters.4249
Errors'if' construct must use '{}'s.4250
Errors'!=' is not preceded with whitespace.4250
Errors'!=' is not followed by whitespace.4250
ErrorsLine is longer than 80 characters.4251
Errors'if' construct must use '{}'s.4252
Errors'!=' is not preceded with whitespace.4252
Errors'!=' is not followed by whitespace.4252
ErrorsLine is longer than 80 characters.4253
ErrorsLine contains a tab character.4253
ErrorsLine is longer than 80 characters.4255
Errors'==' is not preceded with whitespace.4255
Errors'==' is not followed by whitespace.4255
Errors'==' is not preceded with whitespace.4255
Errors'==' is not followed by whitespace.4255
Errors'==' is not preceded with whitespace.4255
Errors'==' is not followed by whitespace.4255
Errors'==' is not preceded with whitespace.4255
Errors'==' is not followed by whitespace.4255
Errors'==' is not preceded with whitespace.4255
Errors'==' is not followed by whitespace.4255
Errors'==' is not preceded with whitespace.4255
Errors'==' is not followed by whitespace.4255
Errors'==' is not preceded with whitespace.4255
Errors'==' is not followed by whitespace.4255
ErrorsLine is longer than 80 characters.4256
ErrorsLine contains a tab character.4256
Errors'{' is followed by whitespace.4256
Errors'+' should be on a new line.4256
ErrorsLine contains a tab character.4257
ErrorsLine is longer than 80 characters.4258
ErrorsLine contains a tab character.4258
ErrorsLine contains a tab character.4259
ErrorsLine contains a tab character.4260
ErrorsLine contains a tab character.4261
Errors'}' should be on the same line.4264
ErrorsLine is longer than 80 characters.4266
ErrorsLine contains a tab character.4266
ErrorsLine is longer than 80 characters.4268
Errors'!=' is not preceded with whitespace.4270
Errors'!=' is not followed by whitespace.4270
ErrorsLine is longer than 80 characters.4271
Errors'!=' is not preceded with whitespace.4275
Errors'!=' is not followed by whitespace.4275
Errors'==' is not preceded with whitespace.4275
Errors'==' is not followed by whitespace.4275
ErrorsLine is longer than 80 characters.4276
Errors'+' should be on a new line.4276
ErrorsLine is longer than 80 characters.4280
ErrorsLine is longer than 80 characters.4281
ErrorsLine is longer than 80 characters.4282
ErrorsLine is longer than 80 characters.4283
ErrorsLine is longer than 80 characters.4284
ErrorsLine is longer than 80 characters.4285
Errors'3' is a magic number.4289
Errors'4' is a magic number.4290
Errors'5' is a magic number.4291
Errors'6' is a magic number.4292
Errors'7' is a magic number.4293
Errors'8' is a magic number.4294
Errors'9' is a magic number.4296
ErrorsLine is longer than 80 characters.4300
ErrorsLine contains a tab character.4301
ErrorsLine is longer than 80 characters.4302
ErrorsLine contains a tab character.4302
ErrorsLine contains a tab character.4303
ErrorsLine contains a tab character.4304
ErrorsLine has trailing spaces.4305
ErrorsLine has trailing spaces.4306
ErrorsLine contains a tab character.4306
ErrorsLine is longer than 80 characters.4307
ErrorsLine contains a tab character.4307
ErrorsLine contains a tab character.4308
ErrorsLine contains a tab character.4309
ErrorsLine contains a tab character.4310
ErrorsLine contains a tab character.4311
ErrorsLine contains a tab character.4312
ErrorsLine contains a tab character.4313
ErrorsLine contains a tab character.4314
ErrorsLine contains a tab character.4315
Errors'}' should be on the same line.4317
ErrorsLine has trailing spaces.4319
ErrorsLine is longer than 80 characters.4319
ErrorsLine contains a tab character.4319
ErrorsLine is longer than 80 characters.4320
ErrorsLine contains a tab character.4320
ErrorsLine contains a tab character.4322
ErrorsLine contains a tab character.4323
ErrorsFirst sentence should end with a period.4327
ErrorsLine has trailing spaces.4330
ErrorsLine is longer than 80 characters.4330
ErrorsMethod 'ingestElemDefObject' is not designed for extension - needs to be abstract, final or empty.4330
ErrorsParameter lblMap should be final.4330
Errors',' is not followed by whitespace.4330
ErrorsExpected @param tag for 'lblMap'.4330
ErrorsFirst sentence should end with a period.4338
ErrorsMethod 'ingestDDCol' is not designed for extension - needs to be abstract, final or empty.4341
ErrorsMethod length is 191 lines (max allowed is 150).4341
ErrorsParameter lblMap should be final.4341
Errors',' is not followed by whitespace.4341
ErrorsExpected @param tag for 'lblMap'.4341
ErrorsLine contains a tab character.4346
Errors'if' construct must use '{}'s.4348
Errors'!=' is not preceded with whitespace.4348
Errors'!=' is not followed by whitespace.4348
ErrorsLine is longer than 80 characters.4349
ErrorsLine contains a tab character.4349
Errors'if' construct must use '{}'s.4351
Errors'!=' is not preceded with whitespace.4351
Errors'!=' is not followed by whitespace.4351
ErrorsLine contains a tab character.4352
ErrorsLine has trailing spaces.4353
Errors'if' construct must use '{}'s.4373
Errors'!=' is not preceded with whitespace.4373
Errors'!=' is not followed by whitespace.4373
ErrorsLine is longer than 80 characters.4374
Errors'if' construct must use '{}'s.4375
Errors'!=' is not preceded with whitespace.4375
Errors'!=' is not followed by whitespace.4375
ErrorsLine is longer than 80 characters.4376
Errors'if' construct must use '{}'s.4377
Errors'!=' is not preceded with whitespace.4377
Errors'!=' is not followed by whitespace.4377
Errors'if' construct must use '{}'s.4379
Errors'!=' is not preceded with whitespace.4379
Errors'!=' is not followed by whitespace.4379
ErrorsLine is longer than 80 characters.4380
Errors'if' construct must use '{}'s.4381
Errors'!=' is not preceded with whitespace.4381
Errors'!=' is not followed by whitespace.4381
Errors'if' construct must use '{}'s.4383
Errors'!=' is not preceded with whitespace.4383
Errors'!=' is not followed by whitespace.4383
Errors'if' construct must use '{}'s.4385
Errors'!=' is not preceded with whitespace.4385
Errors'!=' is not followed by whitespace.4385
ErrorsLine is longer than 80 characters.4386
Errors'if' construct must use '{}'s.4387
Errors'!=' is not preceded with whitespace.4387
Errors'!=' is not followed by whitespace.4387
ErrorsLine is longer than 80 characters.4388
Errors'if' construct must use '{}'s.4389
Errors'!=' is not preceded with whitespace.4389
Errors'!=' is not followed by whitespace.4389
Errors'if' construct must use '{}'s.4391
Errors'!=' is not preceded with whitespace.4391
Errors'!=' is not followed by whitespace.4391
Errors'if' construct must use '{}'s.4393
Errors'!=' is not preceded with whitespace.4393
Errors'!=' is not followed by whitespace.4393
ErrorsLine is longer than 80 characters.4394
Errors'if' construct must use '{}'s.4395
Errors'!=' is not preceded with whitespace.4395
Errors'!=' is not followed by whitespace.4395
Errors'if' construct must use '{}'s.4397
Errors'!=' is not preceded with whitespace.4397
Errors'!=' is not followed by whitespace.4397
Errors'if' construct must use '{}'s.4399
Errors'!=' is not preceded with whitespace.4399
Errors'!=' is not followed by whitespace.4399
Errors'if' construct must use '{}'s.4401
Errors'!=' is not preceded with whitespace.4401
Errors'!=' is not followed by whitespace.4401
ErrorsLine is longer than 80 characters.4402
Errors'if' construct must use '{}'s.4403
Errors'!=' is not preceded with whitespace.4403
Errors'!=' is not followed by whitespace.4403
Errors'if' construct must use '{}'s.4405
Errors'!=' is not preceded with whitespace.4405
Errors'!=' is not followed by whitespace.4405
ErrorsLine is longer than 80 characters.4406
Errors'if' construct must use '{}'s.4407
Errors'!=' is not preceded with whitespace.4407
Errors'!=' is not followed by whitespace.4407
ErrorsLine is longer than 80 characters.4408
Errors'if' construct must use '{}'s.4409
Errors'!=' is not preceded with whitespace.4409
Errors'!=' is not followed by whitespace.4409
ErrorsLine is longer than 80 characters.4410
ErrorsLine has trailing spaces.4412
ErrorsLine is longer than 80 characters.4412
Errors'==' is not preceded with whitespace.4412
Errors'==' is not followed by whitespace.4412
Errors'==' is not preceded with whitespace.4412
Errors'==' is not followed by whitespace.4412
Errors'==' is not preceded with whitespace.4412
Errors'==' is not followed by whitespace.4412
Errors'==' is not preceded with whitespace.4412
Errors'==' is not followed by whitespace.4412
Errors'==' is not preceded with whitespace.4412
Errors'==' is not followed by whitespace.4412
Errors'||' should be on a new line.4412
ErrorsLine is longer than 80 characters.4413
Errors'==' is not preceded with whitespace.4413
Errors'==' is not followed by whitespace.4413
Errors'==' is not preceded with whitespace.4413
Errors'==' is not followed by whitespace.4413
Errors'==' is not preceded with whitespace.4413
Errors'==' is not followed by whitespace.4413
Errors'==' is not preceded with whitespace.4413
Errors'==' is not followed by whitespace.4413
Errors'==' is not preceded with whitespace.4413
Errors'==' is not followed by whitespace.4413
Errors'||' should be on a new line.4413
ErrorsLine is longer than 80 characters.4414
Errors'==' is not preceded with whitespace.4414
Errors'==' is not followed by whitespace.4414
Errors'==' is not preceded with whitespace.4414
Errors'==' is not followed by whitespace.4414
Errors'==' is not preceded with whitespace.4414
Errors'==' is not followed by whitespace.4414
Errors'==' is not preceded with whitespace.4414
Errors'==' is not followed by whitespace.4414
Errors'==' is not preceded with whitespace.4414
Errors'==' is not followed by whitespace.4414
Errors'||' should be on a new line.4414
ErrorsLine is longer than 80 characters.4415
Errors'==' is not preceded with whitespace.4415
Errors'==' is not followed by whitespace.4415
Errors'==' is not preceded with whitespace.4415
Errors'==' is not followed by whitespace.4415
Errors'==' is not preceded with whitespace.4415
Errors'==' is not followed by whitespace.4415
Errors'==' is not preceded with whitespace.4415
Errors'==' is not followed by whitespace.4415
Errors'==' is not preceded with whitespace.4415
Errors'==' is not followed by whitespace.4415
ErrorsLine is longer than 80 characters.4416
ErrorsLine contains a tab character.4416
Errors'{' is followed by whitespace.4416
Errors'+' should be on a new line.4416
ErrorsLine contains a tab character.4417
ErrorsLine is longer than 80 characters.4418
ErrorsLine contains a tab character.4418
ErrorsLine contains a tab character.4419
ErrorsLine contains a tab character.4420
ErrorsLine contains a tab character.4421
Errors'}' should be on the same line.4424
ErrorsLine is longer than 80 characters.4426
ErrorsLine contains a tab character.4426
ErrorsLine is longer than 80 characters.4427
ErrorsLine is longer than 80 characters.4428
Errors'!=' is not preceded with whitespace.4430
Errors'!=' is not followed by whitespace.4430
ErrorsLine is longer than 80 characters.4431
Errors'!=' is not preceded with whitespace.4435
Errors'!=' is not followed by whitespace.4435
Errors'==' is not preceded with whitespace.4435
Errors'==' is not followed by whitespace.4435
ErrorsLine has trailing spaces.4436
ErrorsLine is longer than 80 characters.4436
Errors'+' should be on a new line.4436
ErrorsLine has trailing spaces.4437
ErrorsLine is longer than 80 characters.4437
Errors'+' should be on a new line.4437
ErrorsLine has trailing spaces.4438
ErrorsLine is longer than 80 characters.4438
ErrorsLine is longer than 80 characters.4441
ErrorsLine is longer than 80 characters.4442
ErrorsLine is longer than 80 characters.4443
ErrorsLine is longer than 80 characters.4444
ErrorsLine is longer than 80 characters.4445
ErrorsLine is longer than 80 characters.4446
ErrorsLine is longer than 80 characters.4447
ErrorsLine is longer than 80 characters.4448
ErrorsLine is longer than 80 characters.4449
ErrorsLine is longer than 80 characters.4450
ErrorsLine is longer than 80 characters.4451
ErrorsLine is longer than 80 characters.4452
ErrorsLine is longer than 80 characters.4453
ErrorsLine is longer than 80 characters.4454
ErrorsLine is longer than 80 characters.4455
ErrorsLine is longer than 80 characters.4456
ErrorsLine is longer than 80 characters.4457
ErrorsLine is longer than 80 characters.4458
ErrorsLine is longer than 80 characters.4459
ErrorsLine is longer than 80 characters.4460
ErrorsLine is longer than 80 characters.4461
Errors'3' is a magic number.4465
Errors'4' is a magic number.4466
Errors'5' is a magic number.4467
Errors'6' is a magic number.4468
Errors'if' construct must use '{}'s.4470
Errors'7' is a magic number.4471
Errors'if' construct must use '{}'s.4472
Errors'7' is a magic number.4473
Errors'else' construct must use '{}'s.4474
ErrorsLine is longer than 80 characters.4475
Errors'7' is a magic number.4475
Errors'if' construct must use '{}'s.4477
Errors'8' is a magic number.4478
Errors'if' construct must use '{}'s.4479
Errors'8' is a magic number.4480
Errors'else' construct must use '{}'s.4481
ErrorsLine is longer than 80 characters.4482
Errors'8' is a magic number.4482
Errors'if' construct must use '{}'s.4484
Errors'9' is a magic number.4485
Errors'cast' is not followed by whitespace.4485
Errors'if' construct must use '{}'s.4486
Errors'9' is a magic number.4487
Errors'cast' is not followed by whitespace.4487
Errors'else' construct must use '{}'s.4488
ErrorsLine is longer than 80 characters.4489
Errors'9' is a magic number.4489
Errors'if' construct must use '{}'s.4491
Errors'10' is a magic number.4492
Errors'cast' is not followed by whitespace.4492
Errors'if' construct must use '{}'s.4493
Errors'10' is a magic number.4494
Errors'cast' is not followed by whitespace.4494
Errors'else' construct must use '{}'s.4495
ErrorsLine is longer than 80 characters.4496
Errors'10' is a magic number.4496
ErrorsLine is longer than 80 characters.4498
Errors'11' is a magic number.4498
ErrorsLine is longer than 80 characters.4499
Errors'12' is a magic number.4499
ErrorsLine is longer than 80 characters.4500
Errors'13' is a magic number.4500
Errors'14' is a magic number.4501
Errors'15' is a magic number.4502
Errors'16' is a magic number.4503
ErrorsLine is longer than 80 characters.4504
Errors'17' is a magic number.4504
Errors'18' is a magic number.4505
ErrorsLine is longer than 80 characters.4506
Errors'19' is a magic number.4506
ErrorsLine is longer than 80 characters.4507
Errors'20' is a magic number.4507
ErrorsLine is longer than 80 characters.4508
Errors'21' is a magic number.4508
ErrorsLine is longer than 80 characters.4509
Errors'22' is a magic number.4509
ErrorsLine is longer than 80 characters.4511
Errors'23' is a magic number.4511
ErrorsLine is longer than 80 characters.4515
ErrorsLine contains a tab character.4516
ErrorsLine is longer than 80 characters.4517
ErrorsLine contains a tab character.4517
ErrorsLine contains a tab character.4518
ErrorsLine contains a tab character.4519
Errors'}' should be on the same line.4522
ErrorsLine has trailing spaces.4524
ErrorsLine is longer than 80 characters.4524
ErrorsLine contains a tab character.4524
ErrorsLine is longer than 80 characters.4525
ErrorsLine contains a tab character.4525
ErrorsLine contains a tab character.4528
ErrorsLine contains a tab character.4529
ErrorsFirst sentence should end with a period.4533
ErrorsMethod 'ingestDDColD' is not designed for extension - needs to be abstract, final or empty.4536
ErrorsParameter lblMap should be final.4536
Errors',' is not followed by whitespace.4536
ErrorsExpected @param tag for 'lblMap'.4536
ErrorsLine contains a tab character.4541
Errors'if' construct must use '{}'s.4543
Errors'!=' is not preceded with whitespace.4543
Errors'!=' is not followed by whitespace.4543
ErrorsLine has trailing spaces.4544
ErrorsLine is longer than 80 characters.4544
ErrorsLine contains a tab character.4544
ErrorsLine contains a tab character.4546
Errors'{' is followed by whitespace.4546
ErrorsLine is longer than 80 characters.4547
ErrorsLine contains a tab character.4547
ErrorsLine contains a tab character.4548
ErrorsLine contains a tab character.4549
ErrorsLine contains a tab character.4550
ErrorsLine contains a tab character.4551
ErrorsLine contains a tab character.4552
ErrorsLine contains a tab character.4553
ErrorsLine has trailing spaces.4555
ErrorsLine is longer than 80 characters.4558
Errors'!=' is not preceded with whitespace.4560
Errors'!=' is not followed by whitespace.4560
ErrorsLine is longer than 80 characters.4561
Errors'!=' is not preceded with whitespace.4565
Errors'!=' is not followed by whitespace.4565
Errors'!=' is not preceded with whitespace.4566
Errors'!=' is not followed by whitespace.4566
Errors'==' is not preceded with whitespace.4566
Errors'==' is not followed by whitespace.4566
ErrorsLine is longer than 80 characters.4567
ErrorsLine is longer than 80 characters.4569
Errors'=' is not preceded with whitespace.4571
Errors'=' is not followed by whitespace.4571
Errors'<' is not preceded with whitespace.4571
Errors'<' is not followed by whitespace.4571
Errors',' is not followed by whitespace.4572
Errors'+' is not preceded with whitespace.4573
Errors'+' is not followed by whitespace.4573
Errors'3' is a magic number.4574
Errors'4' is a magic number.4575
Errors'5' is a magic number.4576
ErrorsLine contains a tab character.4581
ErrorsLine is longer than 80 characters.4582
ErrorsLine contains a tab character.4582
ErrorsLine contains a tab character.4583
ErrorsLine is longer than 80 characters.4584
ErrorsLine contains a tab character.4584
ErrorsLine contains a tab character.4585
Errors'}' should be on the same line.4587
ErrorsLine contains a tab character.4589
Errors'{' is followed by whitespace.4589
ErrorsLine is longer than 80 characters.4590
ErrorsLine contains a tab character.4590
ErrorsLine contains a tab character.4591
ErrorsLine contains a tab character.4592
ErrorsLine contains a tab character.4593
Errors'}' should be on the same line.4597
ErrorsLine has trailing spaces.4599
ErrorsLine is longer than 80 characters.4599
ErrorsLine contains a tab character.4599
ErrorsLine is longer than 80 characters.4600
ErrorsLine contains a tab character.4600
ErrorsLine contains a tab character.4603
ErrorsLine contains a tab character.4604
ErrorsFirst sentence should end with a period.4608
ErrorsMethod 'ingestDDStdValD' is not designed for extension - needs to be abstract, final or empty.4611
ErrorsParameter lblMap should be final.4611
Errors',' is not followed by whitespace.4611
ErrorsExpected @param tag for 'lblMap'.4611
ErrorsLine contains a tab character.4616
Errors'if' construct must use '{}'s.4618
Errors'!=' is not preceded with whitespace.4618
Errors'!=' is not followed by whitespace.4618
ErrorsLine is longer than 80 characters.4619
ErrorsLine contains a tab character.4619
ErrorsLine contains a tab character.4621
Errors'{' is followed by whitespace.4621
ErrorsLine is longer than 80 characters.4622
ErrorsLine contains a tab character.4622
ErrorsLine contains a tab character.4623
ErrorsLine contains a tab character.4624
ErrorsLine contains a tab character.4625
ErrorsLine contains a tab character.4626
ErrorsLine contains a tab character.4627
ErrorsLine contains a tab character.4628
ErrorsLine is longer than 80 characters.4630
ErrorsLine is longer than 80 characters.4632
Errors'!=' is not preceded with whitespace.4634
Errors'!=' is not followed by whitespace.4634
ErrorsLine is longer than 80 characters.4635
Errors'!=' is not preceded with whitespace.4639
Errors'!=' is not followed by whitespace.4639
Errors'!=' is not preceded with whitespace.4640
Errors'!=' is not followed by whitespace.4640
Errors'==' is not preceded with whitespace.4640
Errors'==' is not followed by whitespace.4640
ErrorsLine is longer than 80 characters.4641
ErrorsLine is longer than 80 characters.4643
Errors'=' is not preceded with whitespace.4644
Errors'=' is not followed by whitespace.4644
Errors'<' is not preceded with whitespace.4644
Errors'<' is not followed by whitespace.4644
ErrorsLine is longer than 80 characters.4645
ErrorsLine contains a tab character.4645
Errors'+' is not preceded with whitespace.4647
Errors'+' is not followed by whitespace.4647
Errors'3' is a magic number.4648
Errors'4' is a magic number.4649
Errors'5' is a magic number.4651
ErrorsLine contains a tab character.4656
ErrorsLine is longer than 80 characters.4657
ErrorsLine contains a tab character.4657
ErrorsLine contains a tab character.4658
ErrorsLine is longer than 80 characters.4659
ErrorsLine contains a tab character.4659
ErrorsLine contains a tab character.4660
Errors'}' should be on the same line.4662
ErrorsLine contains a tab character.4664
Errors'{' is followed by whitespace.4664
ErrorsLine is longer than 80 characters.4665
ErrorsLine contains a tab character.4665
ErrorsLine contains a tab character.4666
ErrorsLine contains a tab character.4667
ErrorsLine contains a tab character.4668
Errors'}' should be on the same line.4672
ErrorsLine has trailing spaces.4674
ErrorsLine is longer than 80 characters.4674
ErrorsLine contains a tab character.4674
ErrorsLine is longer than 80 characters.4675
ErrorsLine contains a tab character.4675
ErrorsLine contains a tab character.4677
ErrorsLine contains a tab character.4678
ErrorsLine has trailing spaces.4681
ErrorsFirst sentence should end with a period.4682
ErrorsMethod 'ingestDDFormRule' is not designed for extension - needs to be abstract, final or empty.4685
ErrorsParameter lblMap should be final.4685
Errors',' is not followed by whitespace.4685
ErrorsExpected @param tag for 'lblMap'.4685
ErrorsLine contains a tab character.4690
Errors'if' construct must use '{}'s.4692
Errors'!=' is not preceded with whitespace.4692
Errors'!=' is not followed by whitespace.4692
ErrorsLine is longer than 80 characters.4693
ErrorsLine contains a tab character.4693
ErrorsLine contains a tab character.4695
Errors'{' is followed by whitespace.4695
ErrorsLine is longer than 80 characters.4696
ErrorsLine contains a tab character.4696
ErrorsLine contains a tab character.4697
ErrorsLine contains a tab character.4698
ErrorsLine contains a tab character.4699
ErrorsLine contains a tab character.4700
ErrorsLine contains a tab character.4701
ErrorsLine contains a tab character.4702
ErrorsLine is longer than 80 characters.4705
ErrorsLine is longer than 80 characters.4707
Errors'!=' is not preceded with whitespace.4709
Errors'!=' is not followed by whitespace.4709
ErrorsLine is longer than 80 characters.4710
Errors'!=' is not preceded with whitespace.4714
Errors'!=' is not followed by whitespace.4714
Errors'!=' is not preceded with whitespace.4715
Errors'!=' is not followed by whitespace.4715
Errors'==' is not preceded with whitespace.4715
Errors'==' is not followed by whitespace.4715
ErrorsLine is longer than 80 characters.4716
ErrorsLine is longer than 80 characters.4718
Errors'=' is not preceded with whitespace.4719
Errors'=' is not followed by whitespace.4719
Errors'<' is not preceded with whitespace.4719
Errors'<' is not followed by whitespace.4719
ErrorsLine is longer than 80 characters.4720
ErrorsLine contains a tab character.4720
Errors'+' is not preceded with whitespace.4722
Errors'+' is not followed by whitespace.4722
Errors'3' is a magic number.4723
Errors'4' is a magic number.4724
Errors'5' is a magic number.4726
ErrorsLine contains a tab character.4731
ErrorsLine is longer than 80 characters.4732
ErrorsLine contains a tab character.4732
ErrorsLine contains a tab character.4733
ErrorsLine is longer than 80 characters.4734
ErrorsLine contains a tab character.4734
ErrorsLine contains a tab character.4735
Errors'}' should be on the same line.4737
ErrorsLine contains a tab character.4739
Errors'{' is followed by whitespace.4739
ErrorsLine is longer than 80 characters.4740
ErrorsLine contains a tab character.4740
ErrorsLine contains a tab character.4741
ErrorsLine contains a tab character.4742
ErrorsLine contains a tab character.4743
Errors'}' should be on the same line.4747
ErrorsLine has trailing spaces.4749
ErrorsLine is longer than 80 characters.4749
ErrorsLine contains a tab character.4749
ErrorsLine is longer than 80 characters.4750
ErrorsLine contains a tab character.4750
ErrorsLine contains a tab character.4752
ErrorsLine contains a tab character.4753
ErrorsFirst sentence should end with a period.4757
ErrorsMethod 'ingestDDSysClass' is not designed for extension - needs to be abstract, final or empty.4760
ErrorsParameter lblMap should be final.4760
Errors',' is not followed by whitespace.4760
ErrorsExpected @param tag for 'lblMap'.4760
ErrorsLine contains a tab character.4765
Errors'if' construct must use '{}'s.4767
Errors'!=' is not preceded with whitespace.4767
Errors'!=' is not followed by whitespace.4767
ErrorsLine contains a tab character.4768
ErrorsLine contains a tab character.4770
Errors'{' is followed by whitespace.4770
ErrorsLine is longer than 80 characters.4771
ErrorsLine contains a tab character.4771
ErrorsLine contains a tab character.4772
ErrorsLine contains a tab character.4773
ErrorsLine contains a tab character.4774
ErrorsLine contains a tab character.4775
ErrorsLine contains a tab character.4776
ErrorsLine contains a tab character.4777
ErrorsLine is longer than 80 characters.4779
ErrorsLine is longer than 80 characters.4781
Errors'!=' is not preceded with whitespace.4783
Errors'!=' is not followed by whitespace.4783
ErrorsLine is longer than 80 characters.4784
Errors'!=' is not preceded with whitespace.4788
Errors'!=' is not followed by whitespace.4788
Errors'!=' is not preceded with whitespace.4789
Errors'!=' is not followed by whitespace.4789
Errors'==' is not preceded with whitespace.4789
Errors'==' is not followed by whitespace.4789
ErrorsLine is longer than 80 characters.4790
ErrorsLine is longer than 80 characters.4792
ErrorsLine is longer than 80 characters.4794
Errors'3' is a magic number.4795
Errors'4' is a magic number.4797
ErrorsLine has trailing spaces.4798
ErrorsLine has trailing spaces.4801
ErrorsLine contains a tab character.4801
ErrorsLine is longer than 80 characters.4802
ErrorsLine contains a tab character.4802
ErrorsLine contains a tab character.4803
ErrorsLine is longer than 80 characters.4804
ErrorsLine contains a tab character.4804
ErrorsLine contains a tab character.4805
Errors'}' should be on the same line.4807
ErrorsLine is longer than 80 characters.4809
ErrorsLine contains a tab character.4809
Errors'{' is followed by whitespace.4809
ErrorsLine is longer than 80 characters.4810
ErrorsLine contains a tab character.4810
ErrorsLine contains a tab character.4811
ErrorsLine contains a tab character.4812
ErrorsLine contains a tab character.4813
Errors'}' should be on the same line.4817
ErrorsLine has trailing spaces.4819
ErrorsLine is longer than 80 characters.4819
ErrorsLine contains a tab character.4819
ErrorsLine is longer than 80 characters.4820
ErrorsLine contains a tab character.4820
ErrorsLine contains a tab character.4823
ErrorsLine contains a tab character.4824
ErrorsFirst sentence should end with a period.4828
ErrorsMethod 'ingestDDGenClass' is not designed for extension - needs to be abstract, final or empty.4831
ErrorsParameter lblMap should be final.4831
Errors',' is not followed by whitespace.4831
ErrorsExpected @param tag for 'lblMap'.4831
ErrorsLine contains a tab character.4836
Errors'if' construct must use '{}'s.4838
Errors'!=' is not preceded with whitespace.4838
Errors'!=' is not followed by whitespace.4838
ErrorsLine contains a tab character.4839
ErrorsLine contains a tab character.4841
Errors'{' is followed by whitespace.4841
ErrorsLine is longer than 80 characters.4842
ErrorsLine contains a tab character.4842
ErrorsLine contains a tab character.4843
ErrorsLine contains a tab character.4844
ErrorsLine contains a tab character.4845
ErrorsLine contains a tab character.4846
ErrorsLine contains a tab character.4847
ErrorsLine contains a tab character.4848
ErrorsLine is longer than 80 characters.4850
ErrorsLine is longer than 80 characters.4852
Errors'!=' is not preceded with whitespace.4854
Errors'!=' is not followed by whitespace.4854
ErrorsLine is longer than 80 characters.4855
Errors'!=' is not preceded with whitespace.4859
Errors'!=' is not followed by whitespace.4859
Errors'!=' is not preceded with whitespace.4860
Errors'!=' is not followed by whitespace.4860
Errors'==' is not preceded with whitespace.4860
Errors'==' is not followed by whitespace.4860
ErrorsLine is longer than 80 characters.4861
ErrorsLine is longer than 80 characters.4863
ErrorsLine is longer than 80 characters.4865
Errors'3' is a magic number.4866
Errors'4' is a magic number.4868
ErrorsLine has trailing spaces.4872
ErrorsLine is longer than 80 characters.4872
ErrorsLine contains a tab character.4872
ErrorsLine is longer than 80 characters.4873
ErrorsLine contains a tab character.4873
ErrorsLine contains a tab character.4874
ErrorsLine is longer than 80 characters.4875
ErrorsLine contains a tab character.4875
ErrorsLine contains a tab character.4876
Errors'}' should be on the same line.4878
ErrorsLine is longer than 80 characters.4880
ErrorsLine contains a tab character.4880
Errors'{' is followed by whitespace.4880
ErrorsLine is longer than 80 characters.4881
ErrorsLine contains a tab character.4881
ErrorsLine contains a tab character.4882
ErrorsLine contains a tab character.4883
ErrorsLine contains a tab character.4884
Errors'}' should be on the same line.4888
ErrorsLine has trailing spaces.4890
ErrorsLine is longer than 80 characters.4890
ErrorsLine contains a tab character.4890
ErrorsLine is longer than 80 characters.4891
ErrorsLine contains a tab character.4891
ErrorsLine contains a tab character.4894
ErrorsLine contains a tab character.4895
ErrorsFirst sentence should end with a period.4899
ErrorsMethod 'ingestStdValObject' is not designed for extension - needs to be abstract, final or empty.4902
ErrorsParameter lblMap should be final.4902
Errors',' is not followed by whitespace.4902
ErrorsExpected @param tag for 'lblMap'.4902
ErrorsLine contains a tab character.4907
Errors'if' construct must use '{}'s.4909
Errors'!=' is not preceded with whitespace.4909
Errors'!=' is not followed by whitespace.4909
ErrorsLine contains a tab character.4910
Errors'if' construct must use '{}'s.4912
Errors'!=' is not preceded with whitespace.4912
Errors'!=' is not followed by whitespace.4912
ErrorsLine is longer than 80 characters.4913
ErrorsLine contains a tab character.4913
ErrorsLine has trailing spaces.4914
Errors'if' construct must use '{}'s.4918
Errors'!=' is not preceded with whitespace.4918
Errors'!=' is not followed by whitespace.4918
ErrorsLine is longer than 80 characters.4919
Errors'if' construct must use '{}'s.4920
Errors'!=' is not preceded with whitespace.4920
Errors'!=' is not followed by whitespace.4920
ErrorsLine is longer than 80 characters.4921
Errors'if' construct must use '{}'s.4922
Errors'!=' is not preceded with whitespace.4922
Errors'!=' is not followed by whitespace.4922
ErrorsLine is longer than 80 characters.4924
Errors'==' is not preceded with whitespace.4924
Errors'==' is not followed by whitespace.4924
Errors'==' is not preceded with whitespace.4924
Errors'==' is not followed by whitespace.4924
Errors'==' is not preceded with whitespace.4924
Errors'==' is not followed by whitespace.4924
Errors'==' is not preceded with whitespace.4924
Errors'==' is not followed by whitespace.4924
Errors'==' is not preceded with whitespace.4924
Errors'==' is not followed by whitespace.4924
ErrorsLine is longer than 80 characters.4925
ErrorsLine contains a tab character.4925
Errors'{' is followed by whitespace.4925
ErrorsLine is longer than 80 characters.4926
ErrorsLine contains a tab character.4926
ErrorsLine contains a tab character.4927
ErrorsLine contains a tab character.4928
ErrorsLine contains a tab character.4929
ErrorsLine contains a tab character.4930
Errors'}' should be on the same line.4932
ErrorsLine contains a tab character.4934
ErrorsLine is longer than 80 characters.4935
ErrorsLine is longer than 80 characters.4936
ErrorsLine has trailing spaces.4937
ErrorsLine is longer than 80 characters.4937
Errors'+' should be on a new line.4937
Errors'!=' is not preceded with whitespace.4940
Errors'!=' is not followed by whitespace.4940
ErrorsLine is longer than 80 characters.4941
ErrorsLine has trailing spaces.4944
ErrorsLine has trailing spaces.4945
Errors'!=' is not preceded with whitespace.4946
Errors'!=' is not followed by whitespace.4946
Errors'==' is not preceded with whitespace.4946
Errors'==' is not followed by whitespace.4946
ErrorsLine is longer than 80 characters.4947
Errors'+' should be on a new line.4947
ErrorsLine is longer than 80 characters.4951
ErrorsLine is longer than 80 characters.4952
ErrorsLine is longer than 80 characters.4953
ErrorsLine is longer than 80 characters.4954
ErrorsLine is longer than 80 characters.4955
Errors'3' is a magic number.4959
Errors'4' is a magic number.4960
Errors'5' is a magic number.4961
Errors'6' is a magic number.4962
Errors'7' is a magic number.4964
ErrorsLine is longer than 80 characters.4968
ErrorsLine contains a tab character.4969
ErrorsLine is longer than 80 characters.4970
ErrorsLine contains a tab character.4970
ErrorsLine contains a tab character.4971
ErrorsLine contains a tab character.4972
Errors'}' should be on the same line.4975
ErrorsLine has trailing spaces.4977
ErrorsLine is longer than 80 characters.4977
ErrorsLine contains a tab character.4977
ErrorsLine is longer than 80 characters.4978
ErrorsLine contains a tab character.4978
ErrorsLine contains a tab character.4980
ErrorsLine contains a tab character.4981
ErrorsLine has trailing spaces.4988
ErrorsMethod 'getIngestedStdValues' is not designed for extension - needs to be abstract, final or empty.4992
ErrorsLine has trailing spaces.5000
ErrorsMethod 'ingestNewStdValues' is not designed for extension - needs to be abstract, final or empty.5004
ErrorsParameter stdValues should be final.5004
Errors'for' is not followed by whitespace.5009
ErrorsLine is longer than 80 characters.5015
Errors'+' should be on a new line.5015
ErrorsLine has trailing spaces.5018
Errors'if' is not followed by whitespace.5019
ErrorsLine is longer than 80 characters.5020
Errors'+' should be on a new line.5020
ErrorsLine is longer than 80 characters.5024
ErrorsLine is longer than 80 characters.5025
ErrorsLine is longer than 80 characters.5026
ErrorsLine is longer than 80 characters.5027
ErrorsLine is longer than 80 characters.5028
Errors'3' is a magic number.5032
Errors'4' is a magic number.5033
Errors'5' is a magic number.5034
Errors'6' is a magic number.5035
Errors'7' is a magic number.5037
ErrorsLine is longer than 80 characters.5041
ErrorsLine contains a tab character.5042
ErrorsLine is longer than 80 characters.5043
ErrorsLine contains a tab character.5043
ErrorsLine contains a tab character.5044
ErrorsLine has trailing spaces.5049
ErrorsLine is longer than 80 characters.5049
ErrorsLine contains a tab character.5049
ErrorsLine is longer than 80 characters.5050
ErrorsLine contains a tab character.5050
ErrorsLine has trailing spaces.5056
ErrorsFirst sentence should end with a period.5057
ErrorsLine has trailing spaces.5060
ErrorsMethod 'ingestObjDefObject' is not designed for extension - needs to be abstract, final or empty.5060
ErrorsParameter lblMap should be final.5060
ErrorsExpected @param tag for 'lblMap'.5060
ErrorsLine contains a tab character.5060
ErrorsLine contains a tab character.5061
ErrorsLine has trailing spaces.5062
ErrorsLine contains a tab character.5062
ErrorsLine contains a tab character.5063
ErrorsLine contains a tab character.5064
ErrorsLine contains a tab character.5065
ErrorsLine has trailing spaces.5067
ErrorsFirst sentence should end with a period.5068
ErrorsMethod 'ingestDDObjAlias' is not designed for extension - needs to be abstract, final or empty.5071
ErrorsParameter lblMap should be final.5071
Errors',' is not followed by whitespace.5071
ErrorsExpected @param tag for 'lblMap'.5071
ErrorsLine contains a tab character.5076
Errors'if' construct must use '{}'s.5078
Errors'!=' is not preceded with whitespace.5078
Errors'!=' is not followed by whitespace.5078
ErrorsLine has trailing spaces.5079
ErrorsLine is longer than 80 characters.5079
ErrorsLine contains a tab character.5079
Errors'if' construct must use '{}'s.5082
Errors'!=' is not preceded with whitespace.5082
Errors'!=' is not followed by whitespace.5082
Errors'if' construct must use '{}'s.5084
Errors'!=' is not preceded with whitespace.5084
Errors'!=' is not followed by whitespace.5084
ErrorsLine is longer than 80 characters.5085
ErrorsLine contains a tab character.5085
ErrorsLine has trailing spaces.5086
Errors'==' is not preceded with whitespace.5087
Errors'==' is not followed by whitespace.5087
Errors'==' is not preceded with whitespace.5087
Errors'==' is not followed by whitespace.5087
Errors'==' is not preceded with whitespace.5087
Errors'==' is not followed by whitespace.5087
ErrorsLine is longer than 80 characters.5088
ErrorsLine contains a tab character.5088
Errors'{' is followed by whitespace.5088
ErrorsLine is longer than 80 characters.5089
ErrorsLine contains a tab character.5089
ErrorsLine contains a tab character.5090
ErrorsLine contains a tab character.5091
ErrorsLine contains a tab character.5092
Errors'}' should be on the same line.5095
ErrorsLine is longer than 80 characters.5097
ErrorsLine contains a tab character.5097
ErrorsLine is longer than 80 characters.5099
Errors'!=' is not preceded with whitespace.5101
Errors'!=' is not followed by whitespace.5101
ErrorsLine is longer than 80 characters.5102
Errors'!=' is not preceded with whitespace.5106
Errors'!=' is not followed by whitespace.5106
Errors'==' is not preceded with whitespace.5106
Errors'==' is not followed by whitespace.5106
ErrorsLine is longer than 80 characters.5107
ErrorsLine has trailing spaces.5109
Errors'3' is a magic number.5112
Errors'4' is a magic number.5113
Errors'5' is a magic number.5114
ErrorsLine is longer than 80 characters.5118
ErrorsLine contains a tab character.5119
ErrorsLine is longer than 80 characters.5120
ErrorsLine contains a tab character.5120
ErrorsLine contains a tab character.5121
ErrorsLine contains a tab character.5122
Errors'}' should be on the same line.5125
ErrorsLine has trailing spaces.5127
ErrorsLine is longer than 80 characters.5127
ErrorsLine contains a tab character.5127
ErrorsLine is longer than 80 characters.5128
ErrorsLine contains a tab character.5128
ErrorsLine contains a tab character.5130
ErrorsLine contains a tab character.5131
ErrorsLine has trailing spaces.5134
ErrorsFirst sentence should end with a period.5135
ErrorsMethod 'ingestDDObjD' is not designed for extension - needs to be abstract, final or empty.5138
ErrorsParameter lblMap should be final.5138
Errors',' is not followed by whitespace.5138
ErrorsExpected @param tag for 'lblMap'.5138
ErrorsLine contains a tab character.5143
Errors'if' construct must use '{}'s.5145
Errors'!=' is not preceded with whitespace.5145
Errors'!=' is not followed by whitespace.5145
ErrorsLine contains a tab character.5146
ErrorsLine contains a tab character.5148
Errors'{' is followed by whitespace.5148
ErrorsLine is longer than 80 characters.5149
ErrorsLine contains a tab character.5149
ErrorsLine contains a tab character.5150
ErrorsLine contains a tab character.5151
ErrorsLine contains a tab character.5152
ErrorsLine contains a tab character.5153
ErrorsLine contains a tab character.5154
ErrorsLine contains a tab character.5155
ErrorsLine is longer than 80 characters.5159
Errors'!=' is not preceded with whitespace.5161
Errors'!=' is not followed by whitespace.5161
ErrorsLine is longer than 80 characters.5162
Errors'!=' is not preceded with whitespace.5166
Errors'!=' is not followed by whitespace.5166
Errors'!=' is not preceded with whitespace.5167
Errors'!=' is not followed by whitespace.5167
Errors'==' is not preceded with whitespace.5167
Errors'==' is not followed by whitespace.5167
ErrorsLine is longer than 80 characters.5168
ErrorsLine is longer than 80 characters.5170
Errors'=' is not preceded with whitespace.5172
Errors'=' is not followed by whitespace.5172
Errors'<' is not preceded with whitespace.5172
Errors'<' is not followed by whitespace.5172
Errors'+' is not preceded with whitespace.5174
Errors'+' is not followed by whitespace.5174
Errors'3' is a magic number.5175
Errors'4' is a magic number.5176
Errors'5' is a magic number.5177
ErrorsLine is longer than 80 characters.5182
ErrorsLine contains a tab character.5183
ErrorsLine is longer than 80 characters.5184
ErrorsLine contains a tab character.5184
ErrorsLine contains a tab character.5185
ErrorsLine contains a tab character.5186
Errors'}' should be on the same line.5188
ErrorsLine contains a tab character.5190
Errors'{' is followed by whitespace.5190
ErrorsLine is longer than 80 characters.5191
ErrorsLine contains a tab character.5191
ErrorsLine contains a tab character.5192
ErrorsLine contains a tab character.5193
ErrorsLine contains a tab character.5194
Errors'}' should be on the same line.5198
ErrorsLine has trailing spaces.5200
ErrorsLine is longer than 80 characters.5200
ErrorsLine contains a tab character.5200
ErrorsLine is longer than 80 characters.5201
ErrorsLine contains a tab character.5201
ErrorsLine contains a tab character.5203
ErrorsLine contains a tab character.5204
ErrorsFirst sentence should end with a period.5208
ErrorsMethod 'ingestDDObjects' is not designed for extension - needs to be abstract, final or empty.5211
ErrorsParameter lblMap should be final.5211
Errors',' is not followed by whitespace.5211
ErrorsExpected @param tag for 'lblMap'.5211
ErrorsLine contains a tab character.5216
Errors'if' construct must use '{}'s.5218
Errors'!=' is not preceded with whitespace.5218
Errors'!=' is not followed by whitespace.5218
ErrorsLine contains a tab character.5219
ErrorsLine has trailing spaces.5224
Errors'if' construct must use '{}'s.5225
Errors'!=' is not preceded with whitespace.5225
Errors'!=' is not followed by whitespace.5225
Errors'if' construct must use '{}'s.5227
ErrorsLine has trailing spaces.5227
Errors'!=' is not preceded with whitespace.5227
Errors'!=' is not followed by whitespace.5227
ErrorsLine contains a tab character.5228
Errors'if' construct must use '{}'s.5229
Errors'!=' is not preceded with whitespace.5229
Errors'!=' is not followed by whitespace.5229
ErrorsLine contains a tab character.5230
Errors'if' construct must use '{}'s.5231
Errors'!=' is not preceded with whitespace.5231
Errors'!=' is not followed by whitespace.5231
ErrorsLine contains a tab character.5232
Errors'if' construct must use '{}'s.5233
Errors'!=' is not preceded with whitespace.5233
Errors'!=' is not followed by whitespace.5233
ErrorsLine has trailing spaces.5234
ErrorsLine is longer than 80 characters.5234
ErrorsLine contains a tab character.5234
ErrorsLine has trailing spaces.5235
ErrorsLine is longer than 80 characters.5236
Errors'==' is not preceded with whitespace.5236
Errors'==' is not followed by whitespace.5236
Errors'==' is not preceded with whitespace.5236
Errors'==' is not followed by whitespace.5236
Errors'==' is not preceded with whitespace.5236
Errors'==' is not followed by whitespace.5236
Errors'==' is not preceded with whitespace.5236
Errors'==' is not followed by whitespace.5236
Errors'==' is not preceded with whitespace.5236
Errors'==' is not followed by whitespace.5236
Errors'==' is not preceded with whitespace.5236
Errors'==' is not followed by whitespace.5236
ErrorsLine is longer than 80 characters.5237
ErrorsLine contains a tab character.5237
Errors'{' is followed by whitespace.5237
ErrorsLine is longer than 80 characters.5238
ErrorsLine contains a tab character.5238
ErrorsLine contains a tab character.5239
ErrorsLine contains a tab character.5240
ErrorsLine contains a tab character.5241
ErrorsLine contains a tab character.5242
Errors'}' should be on the same line.5244
ErrorsLine is longer than 80 characters.5246
ErrorsLine contains a tab character.5246
ErrorsLine is longer than 80 characters.5248
Errors'!=' is not preceded with whitespace.5250
Errors'!=' is not followed by whitespace.5250
ErrorsLine is longer than 80 characters.5251
Errors'!=' is not preceded with whitespace.5255
Errors'!=' is not followed by whitespace.5255
Errors'==' is not preceded with whitespace.5255
Errors'==' is not followed by whitespace.5255
ErrorsLine has trailing spaces.5256
ErrorsLine is longer than 80 characters.5256
Errors'+' should be on a new line.5256
ErrorsLine contains a tab character.5257
ErrorsLine has trailing spaces.5259
Errors'3' is a magic number.5262
Errors'4' is a magic number.5263
Errors'5' is a magic number.5264
Errors'6' is a magic number.5265
Errors'7' is a magic number.5266
Errors'8' is a magic number.5267
Errors'9' is a magic number.5268
ErrorsLine is longer than 80 characters.5272
ErrorsLine contains a tab character.5273
ErrorsLine is longer than 80 characters.5274
ErrorsLine contains a tab character.5274
ErrorsLine contains a tab character.5275
ErrorsLine contains a tab character.5276
Errors'}' should be on the same line.5279
ErrorsLine has trailing spaces.5281
ErrorsLine is longer than 80 characters.5281
ErrorsLine contains a tab character.5281
ErrorsLine is longer than 80 characters.5282
ErrorsLine contains a tab character.5282
ErrorsLine contains a tab character.5284
ErrorsLine contains a tab character.5285
ErrorsFirst sentence should end with a period.5289
ErrorsMethod 'ingestDDObjElm' is not designed for extension - needs to be abstract, final or empty.5292
ErrorsParameter lblMap should be final.5292
Errors',' is not followed by whitespace.5292
ErrorsExpected @param tag for 'lblMap'.5292
ErrorsLine contains a tab character.5297
Errors'if' construct must use '{}'s.5299
Errors'!=' is not preceded with whitespace.5299
Errors'!=' is not followed by whitespace.5299
ErrorsLine has trailing spaces.5300
ErrorsLine contains a tab character.5300
ErrorsLine has trailing spaces.5301
Errors'if' construct must use '{}'s.5304
Errors'!=' is not preceded with whitespace.5304
Errors'!=' is not followed by whitespace.5304
ErrorsLine has trailing spaces.5305
ErrorsLine contains a tab character.5305
Errors'if' construct must use '{}'s.5306
Errors'!=' is not preceded with whitespace.5306
Errors'!=' is not followed by whitespace.5306
ErrorsLine contains a tab character.5307
ErrorsLine has trailing spaces.5308
Errors'==' is not preceded with whitespace.5309
Errors'==' is not followed by whitespace.5309
Errors'==' is not preceded with whitespace.5309
Errors'==' is not followed by whitespace.5309
Errors'==' is not preceded with whitespace.5309
Errors'==' is not followed by whitespace.5309
ErrorsLine is longer than 80 characters.5310
ErrorsLine contains a tab character.5310
Errors'{' is followed by whitespace.5310
ErrorsLine is longer than 80 characters.5311
ErrorsLine contains a tab character.5311
ErrorsLine contains a tab character.5312
ErrorsLine contains a tab character.5313
ErrorsLine contains a tab character.5314
Errors'}' should be on the same line.5317
ErrorsLine is longer than 80 characters.5319
ErrorsLine contains a tab character.5319
ErrorsLine is longer than 80 characters.5321
Errors'!=' is not preceded with whitespace.5323
Errors'!=' is not followed by whitespace.5323
ErrorsLine is longer than 80 characters.5324
Errors'!=' is not preceded with whitespace.5328
Errors'!=' is not followed by whitespace.5328
Errors'==' is not preceded with whitespace.5328
Errors'==' is not followed by whitespace.5328
ErrorsLine is longer than 80 characters.5329
ErrorsLine has trailing spaces.5331
Errors'3' is a magic number.5334
Errors'4' is a magic number.5335
Errors'5' is a magic number.5336
ErrorsLine is longer than 80 characters.5340
ErrorsLine contains a tab character.5341
ErrorsLine is longer than 80 characters.5342
ErrorsLine contains a tab character.5342
ErrorsLine contains a tab character.5343
ErrorsLine contains a tab character.5344
Errors'}' should be on the same line.5347
ErrorsLine has trailing spaces.5349
ErrorsLine is longer than 80 characters.5349
ErrorsLine contains a tab character.5349
ErrorsLine is longer than 80 characters.5350
ErrorsLine contains a tab character.5350
ErrorsLine contains a tab character.5352
ErrorsLine contains a tab character.5353
ErrorsFirst sentence should end with a period.5357
ErrorsMethod 'ingestDDObjHier' is not designed for extension - needs to be abstract, final or empty.5360
ErrorsParameter lblMap should be final.5360
Errors',' is not followed by whitespace.5360
ErrorsExpected @param tag for 'lblMap'.5360
ErrorsLine contains a tab character.5365
Errors'if' construct must use '{}'s.5367
Errors'!=' is not preceded with whitespace.5367
Errors'!=' is not followed by whitespace.5367
ErrorsLine has trailing spaces.5368
ErrorsLine contains a tab character.5368
Errors'if' construct must use '{}'s.5371
Errors'!=' is not preceded with whitespace.5371
Errors'!=' is not followed by whitespace.5371
ErrorsLine has trailing spaces.5372
ErrorsLine contains a tab character.5372
Errors'if' construct must use '{}'s.5373
Errors'!=' is not preceded with whitespace.5373
Errors'!=' is not followed by whitespace.5373
ErrorsLine has trailing spaces.5374
ErrorsLine is longer than 80 characters.5374
ErrorsLine has trailing spaces.5375
Errors'==' is not preceded with whitespace.5376
Errors'==' is not followed by whitespace.5376
Errors'==' is not preceded with whitespace.5376
Errors'==' is not followed by whitespace.5376
Errors'==' is not preceded with whitespace.5376
Errors'==' is not followed by whitespace.5376
ErrorsLine is longer than 80 characters.5377
ErrorsLine contains a tab character.5377
Errors'{' is followed by whitespace.5377
ErrorsLine is longer than 80 characters.5378
ErrorsLine contains a tab character.5378
ErrorsLine contains a tab character.5379
ErrorsLine contains a tab character.5380
ErrorsLine contains a tab character.5381
ErrorsLine contains a tab character.5382
Errors'}' should be on the same line.5384
ErrorsLine is longer than 80 characters.5386
ErrorsLine contains a tab character.5386
ErrorsLine has trailing spaces.5387
ErrorsLine is longer than 80 characters.5388
Errors'!=' is not preceded with whitespace.5390
Errors'!=' is not followed by whitespace.5390
ErrorsLine is longer than 80 characters.5391
Errors'!=' is not preceded with whitespace.5395
Errors'!=' is not followed by whitespace.5395
Errors'==' is not preceded with whitespace.5395
Errors'==' is not followed by whitespace.5395
ErrorsLine is longer than 80 characters.5396
ErrorsLine has trailing spaces.5398
Errors'3' is a magic number.5401
Errors'4' is a magic number.5402
Errors'5' is a magic number.5403
ErrorsLine is longer than 80 characters.5407
ErrorsLine contains a tab character.5408
ErrorsLine is longer than 80 characters.5409
ErrorsLine contains a tab character.5409
ErrorsLine contains a tab character.5410
ErrorsLine contains a tab character.5411
Errors'}' should be on the same line.5414
ErrorsLine has trailing spaces.5416
ErrorsLine is longer than 80 characters.5416
ErrorsLine contains a tab character.5416
ErrorsLine is longer than 80 characters.5417
ErrorsLine contains a tab character.5417
ErrorsLine contains a tab character.5419
ErrorsLine contains a tab character.5420
ErrorsLine has trailing spaces.5423
ErrorsFirst sentence should end with a period.5424
ErrorsMethod 'ingestDDObjStsNote' is not designed for extension - needs to be abstract, final or empty.5427
ErrorsParameter lblMap should be final.5427
Errors',' is not followed by whitespace.5427
ErrorsExpected @param tag for 'lblMap'.5427
ErrorsLine contains a tab character.5432
Errors'if' construct must use '{}'s.5434
Errors'!=' is not preceded with whitespace.5434
Errors'!=' is not followed by whitespace.5434
ErrorsLine has trailing spaces.5435
ErrorsLine contains a tab character.5435
ErrorsLine contains a tab character.5437
Errors'{' is followed by whitespace.5437
ErrorsLine is longer than 80 characters.5438
ErrorsLine contains a tab character.5438
ErrorsLine contains a tab character.5439
ErrorsLine contains a tab character.5440
ErrorsLine contains a tab character.5441
ErrorsLine contains a tab character.5442
ErrorsLine contains a tab character.5443
ErrorsLine contains a tab character.5444
ErrorsLine is longer than 80 characters.5446
ErrorsLine is longer than 80 characters.5448
Errors'!=' is not preceded with whitespace.5450
Errors'!=' is not followed by whitespace.5450
ErrorsLine is longer than 80 characters.5451
ErrorsLine has trailing spaces.5455
Errors'!=' is not preceded with whitespace.5456
Errors'!=' is not followed by whitespace.5456
Errors'!=' is not preceded with whitespace.5457
Errors'!=' is not followed by whitespace.5457
Errors'==' is not preceded with whitespace.5457
Errors'==' is not followed by whitespace.5457
ErrorsLine is longer than 80 characters.5458
ErrorsLine is longer than 80 characters.5460
Errors'=' is not preceded with whitespace.5462
Errors'=' is not followed by whitespace.5462
Errors'<' is not preceded with whitespace.5462
Errors'<' is not followed by whitespace.5462
Errors'+' is not preceded with whitespace.5464
Errors'+' is not followed by whitespace.5464
Errors'3' is a magic number.5465
Errors'4' is a magic number.5466
Errors'5' is a magic number.5467
ErrorsLine is longer than 80 characters.5472
ErrorsLine contains a tab character.5473
ErrorsLine is longer than 80 characters.5474
ErrorsLine contains a tab character.5474
ErrorsLine contains a tab character.5475
ErrorsLine contains a tab character.5476
Errors'}' should be on the same line.5478
ErrorsLine contains a tab character.5480
Errors'{' is followed by whitespace.5480
ErrorsLine is longer than 80 characters.5481
ErrorsLine contains a tab character.5481
ErrorsLine contains a tab character.5482
ErrorsLine contains a tab character.5483
ErrorsLine contains a tab character.5484
Errors'}' should be on the same line.5488
ErrorsLine has trailing spaces.5490
ErrorsLine is longer than 80 characters.5490
ErrorsLine contains a tab character.5490
ErrorsLine is longer than 80 characters.5491
ErrorsLine contains a tab character.5491
ErrorsLine contains a tab character.5493
ErrorsLine contains a tab character.5494
ErrorsLine has trailing spaces.5497
ErrorsLine has trailing spaces.5499
ErrorsLine is longer than 80 characters.5499
ErrorsLine is longer than 80 characters.5500
ErrorsLine has trailing spaces.5502
ErrorsLine contains a tab character.5504
ErrorsExpected an @return tag.5506
ErrorsMethod 'collapse' is not designed for extension - needs to be abstract, final or empty.5506
ErrorsParameter source should be final.5506
ErrorsExpected @param tag for 'source'.5506
ErrorsLine has trailing spaces.5507
ErrorsLine is longer than 80 characters.5507
ErrorsLine contains a tab character.5507
ErrorsLine contains a tab character.5508
ErrorsLine contains a tab character.5509
ErrorsLine contains a tab character.5510
ErrorsLine contains a tab character.5511
ErrorsLine has trailing spaces.5513
ErrorsFirst sentence should end with a period.5514
ErrorsExpected an @return tag.5517
ErrorsMethod 'itrim' is not designed for extension - needs to be abstract, final or empty.5517
ErrorsParameter source should be final.5517
ErrorsExpected @param tag for 'source'.5517
ErrorsLine has trailing spaces.5518
ErrorsLine contains a tab character.5518
ErrorsLine has trailing spaces.5520
ErrorsFirst sentence should end with a period.5521
ErrorsLine is longer than 80 characters.5522
ErrorsLine is longer than 80 characters.5523
ErrorsExpected an @return tag.5525
ErrorsMethod 'ltrim' is not designed for extension - needs to be abstract, final or empty.5525
ErrorsParameter source should be final.5525
ErrorsExpected @param tag for 'source'.5525
ErrorsLine contains a tab character.5526
ErrorsLine has trailing spaces.5527
ErrorsLine contains a tab character.5527
ErrorsLine contains a tab character.5528
ErrorsLine contains a tab character.5529
ErrorsLine contains a tab character.5530
ErrorsLine contains a tab character.5531
ErrorsLine contains a tab character.5532
Errors'=' is not preceded with whitespace.5532
Errors'=' is not followed by whitespace.5532
Errors'<' is not preceded with whitespace.5532
Errors'<' is not followed by whitespace.5532
Errors'if' construct must use '{}'s.5533
ErrorsLine contains a tab character.5533
Errors'==' is not preceded with whitespace.5533
Errors'==' is not followed by whitespace.5533
ErrorsLine has trailing spaces.5534
ErrorsLine contains a tab character.5534
Errors'else' construct must use '{}'s.5535
ErrorsLine contains a tab character.5535
ErrorsLine contains a tab character.5536
ErrorsLine has trailing spaces.5537
ErrorsLine contains a tab character.5537
Errors'if' construct must use '{}'s.5538
ErrorsLine contains a tab character.5538
Errors'!=' is not preceded with whitespace.5538
Errors'!=' is not followed by whitespace.5538
Errors'-' is not preceded with whitespace.5538
Errors'-' is not followed by whitespace.5538
ErrorsLine contains a tab character.5539
ErrorsLine contains a tab character.5540
ErrorsLine has trailing spaces.5541
ErrorsLine contains a tab character.5541
Errors'}' should be on the same line.5541
Errors'else' construct must use '{}'s.5542
ErrorsLine has trailing spaces.5542
ErrorsLine contains a tab character.5542
ErrorsLine contains a tab character.5543
ErrorsLine contains a tab character.5544
ErrorsLine has trailing spaces.5546
ErrorsLine contains a tab character.5546
ErrorsFirst sentence should end with a period.5547
ErrorsLine is longer than 80 characters.5548
ErrorsExpected an @return tag.5550
ErrorsMethod 'rtrim' is not designed for extension - needs to be abstract, final or empty.5550
ErrorsParameter source should be final.5550
ErrorsExpected @param tag for 'source'.5550
ErrorsLine contains a tab character.5551
ErrorsFirst sentence should end with a period.5554
ErrorsLine has trailing spaces.5556
ErrorsLine has trailing spaces.5558
ErrorsMethod 'getRowCount' is not designed for extension - needs to be abstract, final or empty.5561
ErrorsParameter query should be final.5561
ErrorsLine is longer than 80 characters.5564
Errors'}' should be on the same line.5569
ErrorsFirst sentence should end with a period.5576
ErrorsLine has trailing spaces.5578
ErrorsLine has trailing spaces.5580
ErrorsMethod 'deleteRecords' is not designed for extension - needs to be abstract, final or empty.5583
ErrorsParameter query should be final.5583
Errors'}' should be on the same line.5589
ErrorsFirst sentence should end with a period.5596
ErrorsParameter args should be final.5599
ErrorsExpected @param tag for 'args'.5599
ErrorsLine contains a tab character.5600
ErrorsLine is longer than 80 characters.5605

gov/nasa/pds/citool/ingestor/CatalogFilenameFilter.java

ViolationMessageLine
ErrorsLine has trailing spaces.6
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.8
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.10
ErrorsMissing a Javadoc comment.21
Errors'{' should be on the previous line.22
ErrorsMissing a Javadoc comment.23
ErrorsVariable 'extension' must be private and have accessor methods.23
ErrorsMissing a Javadoc comment.24
ErrorsParameter extension should be final.24
Errors'extension' hides a field.24
Errors'{' should be on the previous line.25
ErrorsMethod 'accept' is not designed for extension - needs to be abstract, final or empty.29
ErrorsMissing a Javadoc comment.29
ErrorsParameter dir should be final.29
ErrorsParameter name should be final.29
ErrorsLine has trailing spaces.6
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.8
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.10
ErrorsMissing a Javadoc comment.21
Errors'{' should be on the previous line.22
ErrorsMissing a Javadoc comment.23
ErrorsVariable 'extension' must be private and have accessor methods.23
ErrorsMissing a Javadoc comment.24
ErrorsParameter extension should be final.24
Errors'extension' hides a field.24
Errors'{' should be on the previous line.25
ErrorsMethod 'accept' is not designed for extension - needs to be abstract, final or empty.29
ErrorsMissing a Javadoc comment.29
ErrorsParameter dir should be final.29
ErrorsParameter name should be final.29

gov/nasa/pds/citool/ingestor/CatalogObject.java

ViolationMessageLine
ErrorsUnused import - java.net.URL.17
ErrorsUnused import - java.util.Arrays.21
ErrorsUnused import - java.util.Vector.26
ErrorsUnused import - java.util.logging.Logger.28
ErrorsUnused import - gov.nasa.pds.tools.label.parser.LabelParser.32
ErrorsUnused import - gov.nasa.pds.tools.LabelParserException.33
ErrorsUnused import - gov.nasa.pds.tools.constants.Constants.ProblemType.34
ErrorsUnused import - gov.nasa.pds.tools.label.Numeric.35
ErrorsUnused import - gov.nasa.pds.tools.label.Statement.39
ErrorsUnused import - gov.nasa.pds.tools.util.Utility.44
ErrorsFirst sentence should end with a period.55
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.62
ErrorsMissing a Javadoc comment.62
Errors'static' modifier out of order with the JLS suggestions.62
Errors'{' is followed by whitespace.62
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsMissing a Javadoc comment.67
ErrorsName '_catObjType' must match pattern '^[a-z][a-zA-Z0-9]*$'.67
ErrorsLine contains a tab character.68
ErrorsMissing a Javadoc comment.68
ErrorsName '_isLocal' must match pattern '^[a-z][a-zA-Z0-9]*$'.68
ErrorsLine contains a tab character.69
ErrorsMissing a Javadoc comment.69
ErrorsName '_report' must match pattern '^[a-z][a-zA-Z0-9]*$'.69
ErrorsLine contains a tab character.70
ErrorsMissing a Javadoc comment.70
ErrorsName '_label' must match pattern '^[a-z][a-zA-Z0-9]*$'.70
ErrorsLine contains a tab character.71
ErrorsMissing a Javadoc comment.71
ErrorsName '_pdsLabelMap' must match pattern '^[a-z][a-zA-Z0-9]*$'.71
ErrorsLine contains a tab character.72
ErrorsMissing a Javadoc comment.72
ErrorsName '_references' must match pattern '^[a-z][a-zA-Z0-9]*$'.72
ErrorsLine contains a tab character.73
ErrorsMissing a Javadoc comment.73
ErrorsName '_fileObj' must match pattern '^[a-z][a-zA-Z0-9]*$'.73
ErrorsLine contains a tab character.74
ErrorsMissing a Javadoc comment.74
ErrorsName '_pointerFiles' must match pattern '^[a-z][a-zA-Z0-9]*$'.74
ErrorsLine contains a tab character.75
ErrorsMissing a Javadoc comment.75
ErrorsName '_filename' must match pattern '^[a-z][a-zA-Z0-9]*$'.75
ErrorsLine contains a tab character.76
ErrorsMissing a Javadoc comment.76
ErrorsName '_version' must match pattern '^[a-z][a-zA-Z0-9]*$'.76
ErrorsLine contains a tab character.77
ErrorsMissing a Javadoc comment.77
ErrorsName '_product' must match pattern '^[a-z][a-zA-Z0-9]*$'.77
ErrorsLine contains a tab character.78
ErrorsMissing a Javadoc comment.78
ErrorsName '_metadata' must match pattern '^[a-z][a-zA-Z0-9]*$'.78
ErrorsLine contains a tab character.79
ErrorsMissing a Javadoc comment.79
ErrorsName '_resrcObjs' must match pattern '^[a-z][a-zA-Z0-9]*$'.79
ErrorsLine contains a tab character.80
ErrorsMissing a Javadoc comment.80
ErrorsName '_targetInfos' must match pattern '^[a-z][a-zA-Z0-9]*$'.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsMissing a Javadoc comment.82
ErrorsParameter report should be final.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine has trailing spaces.94
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsMethod 'getFilename' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMissing a Javadoc comment.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsMethod 'getLabel' is not designed for extension - needs to be abstract, final or empty.99
ErrorsMissing a Javadoc comment.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.103
ErrorsMethod 'getTargetInfos' is not designed for extension - needs to be abstract, final or empty.103
ErrorsMissing a Javadoc comment.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsMethod 'getCatObjType' is not designed for extension - needs to be abstract, final or empty.107
ErrorsMissing a Javadoc comment.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine has trailing spaces.110
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsMethod 'setIsLocal' is not designed for extension - needs to be abstract, final or empty.111
ErrorsMissing a Javadoc comment.111
ErrorsParameter local should be final.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsMethod 'getIsLocal' is not designed for extension - needs to be abstract, final or empty.115
ErrorsMissing a Javadoc comment.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.119
ErrorsMethod 'setReferences' is not designed for extension - needs to be abstract, final or empty.119
ErrorsMissing a Javadoc comment.119
ErrorsParameter refs should be final.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine has trailing spaces.122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsMethod 'getReferences' is not designed for extension - needs to be abstract, final or empty.123
ErrorsMissing a Javadoc comment.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine has trailing spaces.126
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsMethod 'setVersion' is not designed for extension - needs to be abstract, final or empty.127
ErrorsMissing a Javadoc comment.127
ErrorsParameter version should be final.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine has trailing spaces.130
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsMethod 'getVersion' is not designed for extension - needs to be abstract, final or empty.131
ErrorsMissing a Javadoc comment.131
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsLine has trailing spaces.134
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsMethod 'getMetadata' is not designed for extension - needs to be abstract, final or empty.135
ErrorsMissing a Javadoc comment.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine has trailing spaces.138
ErrorsLine contains a tab character.138
ErrorsFirst sentence should end with a period.139
ErrorsLine contains a tab character.139
ErrorsLine has trailing spaces.140
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsMethod 'setFileObject' is not designed for extension - needs to be abstract, final or empty.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine has trailing spaces.145
ErrorsLine has trailing spaces.147
ErrorsLine contains a tab character.147
ErrorsLine has trailing spaces.149
ErrorsLine contains a tab character.152
ErrorsLine is longer than 80 characters.153
ErrorsLine contains a tab character.153
ErrorsLine has trailing spaces.154
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine has trailing spaces.159
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsMethod 'getFileObject' is not designed for extension - needs to be abstract, final or empty.160
ErrorsMissing a Javadoc comment.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine has trailing spaces.163
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsMethod 'getPointerFiles' is not designed for extension - needs to be abstract, final or empty.164
ErrorsMissing a Javadoc comment.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine has trailing spaces.167
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsMethod 'getExtrinsicObject' is not designed for extension - needs to be abstract, final or empty.168
ErrorsMissing a Javadoc comment.168
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine has trailing spaces.171
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsMethod 'setExtrinsicObject' is not designed for extension - needs to be abstract, final or empty.172
ErrorsMissing a Javadoc comment.172
ErrorsParameter product should be final.172
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine has trailing spaces.175
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsMethod 'getResrcObjs' is not designed for extension - needs to be abstract, final or empty.176
ErrorsMissing a Javadoc comment.176
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsLine has trailing spaces.179
ErrorsLine contains a tab character.179
ErrorsFirst sentence should end with a period.180
ErrorsLine contains a tab character.180
ErrorsLine has trailing spaces.181
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsLine is longer than 80 characters.186
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsExpected an @return tag.188
ErrorsLine contains a tab character.188
ErrorsMethod 'getCatalogObj' is not designed for extension - needs to be abstract, final or empty.188
ErrorsLine contains a tab character.189
ErrorsParameter objList should be final.189
ErrorsLine contains a tab character.190
ErrorsParameter pdsLabelMap should be final.190
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsLine is longer than 80 characters.196
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsLine is longer than 80 characters.198
ErrorsLine contains a tab character.198
ErrorsLine has trailing spaces.199
ErrorsLine contains a tab character.199
ErrorsLine has trailing spaces.200
ErrorsLine contains a tab character.200
ErrorsLine is longer than 80 characters.201
ErrorsLine contains a tab character.201
ErrorsLine is longer than 80 characters.202
ErrorsLine contains a tab character.202
ErrorsLine is longer than 80 characters.203
ErrorsLine contains a tab character.203
ErrorsLine is longer than 80 characters.204
ErrorsLine contains a tab character.204
ErrorsLine is longer than 80 characters.205
ErrorsLine contains a tab character.205
ErrorsLine is longer than 80 characters.206
ErrorsLine contains a tab character.206
ErrorsLine is longer than 80 characters.207
ErrorsLine contains a tab character.207
ErrorsLine is longer than 80 characters.208
ErrorsLine contains a tab character.208
ErrorsLine is longer than 80 characters.209
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsLine is longer than 80 characters.212
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsLine is longer than 80 characters.218
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.221
ErrorsLine is longer than 80 characters.222
ErrorsLine contains a tab character.222
ErrorsLine is longer than 80 characters.223
ErrorsLine contains a tab character.223
ErrorsLine has trailing spaces.224
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine is longer than 80 characters.227
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
Errors'=' is not preceded with whitespace.228
Errors'=' is not followed by whitespace.228
Errors'<' is not preceded with whitespace.228
Errors'<' is not followed by whitespace.228
ErrorsLine is longer than 80 characters.229
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.231
Errors'}' should be on the same line.231
ErrorsLine contains a tab character.232
ErrorsLine is longer than 80 characters.233
ErrorsLine contains a tab character.233
ErrorsLine is longer than 80 characters.234
ErrorsLine contains a tab character.234
Errors'if' construct must use '{}'s.235
ErrorsLine is longer than 80 characters.235
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
ErrorsLine has trailing spaces.237
ErrorsLine contains a tab character.237
Errors'if' construct must use '{}'s.238
ErrorsLine is longer than 80 characters.238
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
ErrorsLine contains a tab character.241
Errors'if' construct must use '{}'s.242
ErrorsLine contains a tab character.242
ErrorsLine contains a tab character.243
ErrorsLine contains a tab character.245
ErrorsLine is longer than 80 characters.246
ErrorsLine contains a tab character.246
Errors'if' construct must use '{}'s.247
ErrorsLine is longer than 80 characters.247
ErrorsLine contains a tab character.247
ErrorsLine is longer than 80 characters.248
ErrorsLine contains a tab character.248
ErrorsLine has trailing spaces.249
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsLine is longer than 80 characters.251
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsLine is longer than 80 characters.253
ErrorsLine contains a tab character.253
ErrorsLine is longer than 80 characters.254
ErrorsLine contains a tab character.254
ErrorsLine has trailing spaces.255
ErrorsLine contains a tab character.255
ErrorsLine is longer than 80 characters.256
ErrorsLine contains a tab character.256
ErrorsLine is longer than 80 characters.257
ErrorsLine contains a tab character.257
Errors'&&' should be on a new line.257
ErrorsLine is longer than 80 characters.258
ErrorsLine contains a tab character.258
ErrorsLine contains a tab character.259
ErrorsLine contains a tab character.260
ErrorsComment matches to-do format 'TODO:'.261
ErrorsLine is longer than 80 characters.261
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.262
ErrorsLine is longer than 80 characters.263
ErrorsLine contains a tab character.263
ErrorsLine is longer than 80 characters.264
ErrorsLine contains a tab character.264
ErrorsLine has trailing spaces.265
ErrorsLine contains a tab character.265
ErrorsLine is longer than 80 characters.266
ErrorsLine contains a tab character.266
ErrorsLine is longer than 80 characters.267
ErrorsLine contains a tab character.267
ErrorsLine is longer than 80 characters.268
ErrorsLine contains a tab character.268
ErrorsLine is longer than 80 characters.269
ErrorsLine contains a tab character.269
ErrorsLine is longer than 80 characters.270
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.271
ErrorsLine has trailing spaces.272
ErrorsLine contains a tab character.272
ErrorsLine is longer than 80 characters.273
ErrorsLine contains a tab character.273
ErrorsLine is longer than 80 characters.274
ErrorsLine contains a tab character.274
ErrorsLine is longer than 80 characters.275
ErrorsLine contains a tab character.275
Errors'=' is not preceded with whitespace.275
Errors'=' is not followed by whitespace.275
Errors'<' is not preceded with whitespace.275
Errors'<' is not followed by whitespace.275
ErrorsLine is longer than 80 characters.276
ErrorsLine contains a tab character.276
ErrorsLine contains a tab character.277
ErrorsLine contains a tab character.278
Errors'}' should be on the same line.278
Errors'else' construct must use '{}'s.279
ErrorsLine has trailing spaces.279
ErrorsLine contains a tab character.279
ErrorsLine has trailing spaces.280
ErrorsLine is longer than 80 characters.280
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.281
ErrorsLine contains a tab character.283
ErrorsLine is longer than 80 characters.284
ErrorsLine contains a tab character.284
ErrorsLine contains a tab character.285
ErrorsLine is longer than 80 characters.286
ErrorsLine contains a tab character.286
ErrorsLine is longer than 80 characters.287
ErrorsLine contains a tab character.287
ErrorsLine is longer than 80 characters.288
ErrorsLine contains a tab character.288
ErrorsLine is longer than 80 characters.289
ErrorsLine contains a tab character.289
ErrorsLine is longer than 80 characters.290
ErrorsLine contains a tab character.290
ErrorsLine has trailing spaces.291
ErrorsLine contains a tab character.291
ErrorsLine is longer than 80 characters.292
ErrorsLine contains a tab character.292
ErrorsLine is longer than 80 characters.293
ErrorsLine contains a tab character.293
ErrorsLine is longer than 80 characters.294
ErrorsLine contains a tab character.294
Errors'=' is not preceded with whitespace.294
Errors'=' is not followed by whitespace.294
Errors'<' is not preceded with whitespace.294
Errors'<' is not followed by whitespace.294
ErrorsLine is longer than 80 characters.295
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.297
Errors'}' should be on the same line.297
Errors'else' construct must use '{}'s.298
ErrorsLine has trailing spaces.298
ErrorsLine contains a tab character.298
ErrorsLine is longer than 80 characters.299
ErrorsLine contains a tab character.299
ErrorsLine contains a tab character.300
ErrorsLine contains a tab character.301
ErrorsLine is longer than 80 characters.303
ErrorsLine contains a tab character.303
ErrorsLine contains a tab character.304
Errors'if' construct must use '{}'s.305
ErrorsLine contains a tab character.305
ErrorsLine is longer than 80 characters.306
ErrorsLine contains a tab character.306
ErrorsLine contains a tab character.308
ErrorsLine contains a tab character.309
ErrorsLine contains a tab character.310
ErrorsLine contains a tab character.311
ErrorsLine has trailing spaces.312
ErrorsLine contains a tab character.312
ErrorsLine contains a tab character.313
ErrorsLine contains a tab character.314
ErrorsFirst sentence should end with a period.316
ErrorsLine contains a tab character.316
ErrorsLine contains a tab character.317
ErrorsLine contains a tab character.318
ErrorsLine contains a tab character.319
ErrorsLine contains a tab character.320
ErrorsLine contains a tab character.321
ErrorsExpected an @return tag.322
ErrorsLine contains a tab character.322
ErrorsMethod 'object2List' is not designed for extension - needs to be abstract, final or empty.322
ErrorsParameter label should be final.322
ErrorsLine contains a tab character.323
ErrorsLine contains a tab character.324
ErrorsLine contains a tab character.325
ErrorsLine contains a tab character.326
ErrorsLine contains a tab character.327
ErrorsLine contains a tab character.328
ErrorsLine contains a tab character.329
ErrorsLine contains a tab character.330
ErrorsLine contains a tab character.331
ErrorsLine contains a tab character.333
ErrorsMissing a Javadoc comment.333
ErrorsParameter objType should be final.333
ErrorsLine contains a tab character.334
Errors'=' is not preceded with whitespace.334
Errors'=' is not followed by whitespace.334
Errors'<' is not preceded with whitespace.334
Errors'<' is not followed by whitespace.334
ErrorsLine contains a tab character.335
ErrorsLine contains a tab character.336
ErrorsLine contains a tab character.337
ErrorsLine contains a tab character.338
ErrorsLine contains a tab character.339
ErrorsLine contains a tab character.340
ErrorsLine contains a tab character.341
ErrorsLine has trailing spaces.342
ErrorsLine contains a tab character.342
ErrorsLine contains a tab character.343
ErrorsMethod 'getPdsLabelMap' is not designed for extension - needs to be abstract, final or empty.343
ErrorsMissing a Javadoc comment.343
ErrorsLine contains a tab character.344
ErrorsLine contains a tab character.345
ErrorsLine contains a tab character.347
ErrorsLine contains a tab character.348
ErrorsLine contains a tab character.349
ErrorsLine has trailing spaces.350
ErrorsLine contains a tab character.350
ErrorsLine contains a tab character.351
ErrorsLine contains a tab character.352
ErrorsExpected an @return tag.353
ErrorsLine contains a tab character.353
ErrorsMethod 'processLabel' is not designed for extension - needs to be abstract, final or empty.353
ErrorsParameter label should be final.353
ErrorsLine contains a tab character.354
ErrorsLine contains a tab character.355
ErrorsLine contains a tab character.356
ErrorsLine contains a tab character.357
ErrorsLine contains a tab character.358
ErrorsLine has trailing spaces.359
ErrorsLine contains a tab character.359
ErrorsLine is longer than 80 characters.360
ErrorsLine contains a tab character.360
ErrorsLine is longer than 80 characters.361
ErrorsLine contains a tab character.361
ErrorsLine contains a tab character.362
ErrorsLine contains a tab character.363
ErrorsLine is longer than 80 characters.364
ErrorsLine contains a tab character.364
ErrorsLine is longer than 80 characters.365
ErrorsLine contains a tab character.365
ErrorsLine is longer than 80 characters.366
ErrorsLine contains a tab character.366
ErrorsLine contains a tab character.367
ErrorsLine contains a tab character.369
ErrorsLine contains a tab character.370
Errors'=' is not preceded with whitespace.370
Errors'=' is not followed by whitespace.370
ErrorsLine is longer than 80 characters.371
ErrorsLine contains a tab character.371
ErrorsLine is longer than 80 characters.372
ErrorsLine contains a tab character.372
ErrorsLine contains a tab character.373
ErrorsLine has trailing spaces.375
ErrorsLine contains a tab character.375
ErrorsLine has trailing spaces.376
ErrorsLine is longer than 80 characters.376
ErrorsLine contains a tab character.376
ErrorsLine is longer than 80 characters.377
ErrorsLine contains a tab character.377
ErrorsLine has trailing spaces.378
ErrorsLine contains a tab character.378
Errors'!=' is not preceded with whitespace.378
Errors'!=' is not followed by whitespace.378
ErrorsLine is longer than 80 characters.379
ErrorsLine contains a tab character.379
ErrorsLine contains a tab character.380
ErrorsLine has trailing spaces.381
ErrorsLine contains a tab character.381
ErrorsLine contains a tab character.382
ErrorsLine contains a tab character.383
ErrorsLine contains a tab character.384
ErrorsLine contains a tab character.385
ErrorsLine contains a tab character.386
ErrorsLine contains a tab character.387
ErrorsLine contains a tab character.388
ErrorsLine has trailing spaces.389
ErrorsLine contains a tab character.389
ErrorsFirst sentence should end with a period.390
ErrorsLine contains a tab character.390
ErrorsLine contains a tab character.391
ErrorsLine has trailing spaces.392
ErrorsLine contains a tab character.392
ErrorsLine is longer than 80 characters.393
ErrorsLine contains a tab character.393
ErrorsLine contains a tab character.394
ErrorsLine contains a tab character.395
ErrorsLine contains a tab character.396
ErrorsParameter value should be final.396
ErrorsExpected @param tag for 'value'.396
ErrorsLine contains a tab character.398
ErrorsLine has trailing spaces.399
ErrorsLine contains a tab character.399
ErrorsLine contains a tab character.400
ErrorsLine contains a tab character.401
ErrorsLine has trailing spaces.402
ErrorsLine is longer than 80 characters.402
ErrorsLine contains a tab character.402
ErrorsLine contains a tab character.403
ErrorsLine contains a tab character.404
ErrorsLine contains a tab character.405
Errors'}' should be on the same line.405
ErrorsLine has trailing spaces.406
ErrorsLine contains a tab character.406
ErrorsMust have at least one statement.406
ErrorsComment matches to-do format 'TODO:'.407
ErrorsLine contains a tab character.407
ErrorsLine contains a tab character.408
Errors'}' should be on the same line.408
Errors'else' construct must use '{}'s.409
ErrorsLine has trailing spaces.409
ErrorsLine contains a tab character.409
ErrorsLine contains a tab character.410
ErrorsLine contains a tab character.412
ErrorsUnused import - java.net.URL.17
ErrorsUnused import - java.util.Arrays.21
ErrorsUnused import - java.util.Vector.26
ErrorsUnused import - java.util.logging.Logger.28
ErrorsUnused import - gov.nasa.pds.tools.label.parser.LabelParser.32
ErrorsUnused import - gov.nasa.pds.tools.LabelParserException.33
ErrorsUnused import - gov.nasa.pds.tools.constants.Constants.ProblemType.34
ErrorsUnused import - gov.nasa.pds.tools.label.Numeric.35
ErrorsUnused import - gov.nasa.pds.tools.label.Statement.39
ErrorsUnused import - gov.nasa.pds.tools.util.Utility.44
ErrorsFirst sentence should end with a period.55
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.62
ErrorsMissing a Javadoc comment.62
Errors'static' modifier out of order with the JLS suggestions.62
Errors'{' is followed by whitespace.62
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsMissing a Javadoc comment.67
ErrorsName '_catObjType' must match pattern '^[a-z][a-zA-Z0-9]*$'.67
ErrorsLine contains a tab character.68
ErrorsMissing a Javadoc comment.68
ErrorsName '_isLocal' must match pattern '^[a-z][a-zA-Z0-9]*$'.68
ErrorsLine contains a tab character.69
ErrorsMissing a Javadoc comment.69
ErrorsName '_report' must match pattern '^[a-z][a-zA-Z0-9]*$'.69
ErrorsLine contains a tab character.70
ErrorsMissing a Javadoc comment.70
ErrorsName '_label' must match pattern '^[a-z][a-zA-Z0-9]*$'.70
ErrorsLine contains a tab character.71
ErrorsMissing a Javadoc comment.71
ErrorsName '_pdsLabelMap' must match pattern '^[a-z][a-zA-Z0-9]*$'.71
ErrorsLine contains a tab character.72
ErrorsMissing a Javadoc comment.72
ErrorsName '_references' must match pattern '^[a-z][a-zA-Z0-9]*$'.72
ErrorsLine contains a tab character.73
ErrorsMissing a Javadoc comment.73
ErrorsName '_fileObj' must match pattern '^[a-z][a-zA-Z0-9]*$'.73
ErrorsLine contains a tab character.74
ErrorsMissing a Javadoc comment.74
ErrorsName '_pointerFiles' must match pattern '^[a-z][a-zA-Z0-9]*$'.74
ErrorsLine contains a tab character.75
ErrorsMissing a Javadoc comment.75
ErrorsName '_filename' must match pattern '^[a-z][a-zA-Z0-9]*$'.75
ErrorsLine contains a tab character.76
ErrorsMissing a Javadoc comment.76
ErrorsName '_version' must match pattern '^[a-z][a-zA-Z0-9]*$'.76
ErrorsLine contains a tab character.77
ErrorsMissing a Javadoc comment.77
ErrorsName '_product' must match pattern '^[a-z][a-zA-Z0-9]*$'.77
ErrorsLine contains a tab character.78
ErrorsMissing a Javadoc comment.78
ErrorsName '_metadata' must match pattern '^[a-z][a-zA-Z0-9]*$'.78
ErrorsLine contains a tab character.79
ErrorsMissing a Javadoc comment.79
ErrorsName '_resrcObjs' must match pattern '^[a-z][a-zA-Z0-9]*$'.79
ErrorsLine contains a tab character.80
ErrorsMissing a Javadoc comment.80
ErrorsName '_targetInfos' must match pattern '^[a-z][a-zA-Z0-9]*$'.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsMissing a Javadoc comment.82
ErrorsParameter report should be final.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine has trailing spaces.94
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsMethod 'getFilename' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMissing a Javadoc comment.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsMethod 'getLabel' is not designed for extension - needs to be abstract, final or empty.99
ErrorsMissing a Javadoc comment.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.103
ErrorsMethod 'getTargetInfos' is not designed for extension - needs to be abstract, final or empty.103
ErrorsMissing a Javadoc comment.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsMethod 'getCatObjType' is not designed for extension - needs to be abstract, final or empty.107
ErrorsMissing a Javadoc comment.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine has trailing spaces.110
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsMethod 'setIsLocal' is not designed for extension - needs to be abstract, final or empty.111
ErrorsMissing a Javadoc comment.111
ErrorsParameter local should be final.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsMethod 'getIsLocal' is not designed for extension - needs to be abstract, final or empty.115
ErrorsMissing a Javadoc comment.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.119
ErrorsMethod 'setReferences' is not designed for extension - needs to be abstract, final or empty.119
ErrorsMissing a Javadoc comment.119
ErrorsParameter refs should be final.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine has trailing spaces.122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsMethod 'getReferences' is not designed for extension - needs to be abstract, final or empty.123
ErrorsMissing a Javadoc comment.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine has trailing spaces.126
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsMethod 'setVersion' is not designed for extension - needs to be abstract, final or empty.127
ErrorsMissing a Javadoc comment.127
ErrorsParameter version should be final.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine has trailing spaces.130
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsMethod 'getVersion' is not designed for extension - needs to be abstract, final or empty.131
ErrorsMissing a Javadoc comment.131
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsLine has trailing spaces.134
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsMethod 'getMetadata' is not designed for extension - needs to be abstract, final or empty.135
ErrorsMissing a Javadoc comment.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine has trailing spaces.138
ErrorsLine contains a tab character.138
ErrorsFirst sentence should end with a period.139
ErrorsLine contains a tab character.139
ErrorsLine has trailing spaces.140
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsMethod 'setFileObject' is not designed for extension - needs to be abstract, final or empty.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine has trailing spaces.145
ErrorsLine has trailing spaces.147
ErrorsLine contains a tab character.147
ErrorsLine has trailing spaces.149
ErrorsLine contains a tab character.152
ErrorsLine is longer than 80 characters.153
ErrorsLine contains a tab character.153
ErrorsLine has trailing spaces.154
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine has trailing spaces.159
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsMethod 'getFileObject' is not designed for extension - needs to be abstract, final or empty.160
ErrorsMissing a Javadoc comment.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine has trailing spaces.163
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsMethod 'getPointerFiles' is not designed for extension - needs to be abstract, final or empty.164
ErrorsMissing a Javadoc comment.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine has trailing spaces.167
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsMethod 'getExtrinsicObject' is not designed for extension - needs to be abstract, final or empty.168
ErrorsMissing a Javadoc comment.168
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine has trailing spaces.171
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsMethod 'setExtrinsicObject' is not designed for extension - needs to be abstract, final or empty.172
ErrorsMissing a Javadoc comment.172
ErrorsParameter product should be final.172
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine has trailing spaces.175
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsMethod 'getResrcObjs' is not designed for extension - needs to be abstract, final or empty.176
ErrorsMissing a Javadoc comment.176
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsLine has trailing spaces.179
ErrorsLine contains a tab character.179
ErrorsFirst sentence should end with a period.180
ErrorsLine contains a tab character.180
ErrorsLine has trailing spaces.181
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsLine is longer than 80 characters.186
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsExpected an @return tag.188
ErrorsLine contains a tab character.188
ErrorsMethod 'getCatalogObj' is not designed for extension - needs to be abstract, final or empty.188
ErrorsLine contains a tab character.189
ErrorsParameter objList should be final.189
ErrorsLine contains a tab character.190
ErrorsParameter pdsLabelMap should be final.190
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsLine is longer than 80 characters.196
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsLine is longer than 80 characters.198
ErrorsLine contains a tab character.198
ErrorsLine has trailing spaces.199
ErrorsLine contains a tab character.199
ErrorsLine has trailing spaces.200
ErrorsLine contains a tab character.200
ErrorsLine is longer than 80 characters.201
ErrorsLine contains a tab character.201
ErrorsLine is longer than 80 characters.202
ErrorsLine contains a tab character.202
ErrorsLine is longer than 80 characters.203
ErrorsLine contains a tab character.203
ErrorsLine is longer than 80 characters.204
ErrorsLine contains a tab character.204
ErrorsLine is longer than 80 characters.205
ErrorsLine contains a tab character.205
ErrorsLine is longer than 80 characters.206
ErrorsLine contains a tab character.206
ErrorsLine is longer than 80 characters.207
ErrorsLine contains a tab character.207
ErrorsLine is longer than 80 characters.208
ErrorsLine contains a tab character.208
ErrorsLine is longer than 80 characters.209
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsLine is longer than 80 characters.212
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsLine is longer than 80 characters.218
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.221
ErrorsLine is longer than 80 characters.222
ErrorsLine contains a tab character.222
ErrorsLine is longer than 80 characters.223
ErrorsLine contains a tab character.223
ErrorsLine has trailing spaces.224
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine is longer than 80 characters.227
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
Errors'=' is not preceded with whitespace.228
Errors'=' is not followed by whitespace.228
Errors'<' is not preceded with whitespace.228
Errors'<' is not followed by whitespace.228
ErrorsLine is longer than 80 characters.229
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.231
Errors'}' should be on the same line.231
ErrorsLine contains a tab character.232
ErrorsLine is longer than 80 characters.233
ErrorsLine contains a tab character.233
ErrorsLine is longer than 80 characters.234
ErrorsLine contains a tab character.234
Errors'if' construct must use '{}'s.235
ErrorsLine is longer than 80 characters.235
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
ErrorsLine has trailing spaces.237
ErrorsLine contains a tab character.237
Errors'if' construct must use '{}'s.238
ErrorsLine is longer than 80 characters.238
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
ErrorsLine contains a tab character.241
Errors'if' construct must use '{}'s.242
ErrorsLine contains a tab character.242
ErrorsLine contains a tab character.243
ErrorsLine contains a tab character.245
ErrorsLine is longer than 80 characters.246
ErrorsLine contains a tab character.246
Errors'if' construct must use '{}'s.247
ErrorsLine is longer than 80 characters.247
ErrorsLine contains a tab character.247
ErrorsLine is longer than 80 characters.248
ErrorsLine contains a tab character.248
ErrorsLine has trailing spaces.249
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsLine is longer than 80 characters.251
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsLine is longer than 80 characters.253
ErrorsLine contains a tab character.253
ErrorsLine is longer than 80 characters.254
ErrorsLine contains a tab character.254
ErrorsLine has trailing spaces.255
ErrorsLine contains a tab character.255
ErrorsLine is longer than 80 characters.256
ErrorsLine contains a tab character.256
ErrorsLine is longer than 80 characters.257
ErrorsLine contains a tab character.257
Errors'&&' should be on a new line.257
ErrorsLine is longer than 80 characters.258
ErrorsLine contains a tab character.258
ErrorsLine contains a tab character.259
ErrorsLine contains a tab character.260
ErrorsComment matches to-do format 'TODO:'.261
ErrorsLine is longer than 80 characters.261
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.262
ErrorsLine is longer than 80 characters.263
ErrorsLine contains a tab character.263
ErrorsLine is longer than 80 characters.264
ErrorsLine contains a tab character.264
ErrorsLine has trailing spaces.265
ErrorsLine contains a tab character.265
ErrorsLine is longer than 80 characters.266
ErrorsLine contains a tab character.266
ErrorsLine is longer than 80 characters.267
ErrorsLine contains a tab character.267
ErrorsLine is longer than 80 characters.268
ErrorsLine contains a tab character.268
ErrorsLine is longer than 80 characters.269
ErrorsLine contains a tab character.269
ErrorsLine is longer than 80 characters.270
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.271
ErrorsLine has trailing spaces.272
ErrorsLine contains a tab character.272
ErrorsLine is longer than 80 characters.273
ErrorsLine contains a tab character.273
ErrorsLine is longer than 80 characters.274
ErrorsLine contains a tab character.274
ErrorsLine is longer than 80 characters.275
ErrorsLine contains a tab character.275
Errors'=' is not preceded with whitespace.275
Errors'=' is not followed by whitespace.275
Errors'<' is not preceded with whitespace.275
Errors'<' is not followed by whitespace.275
ErrorsLine is longer than 80 characters.276
ErrorsLine contains a tab character.276
ErrorsLine contains a tab character.277
ErrorsLine contains a tab character.278
Errors'}' should be on the same line.278
Errors'else' construct must use '{}'s.279
ErrorsLine has trailing spaces.279
ErrorsLine contains a tab character.279
ErrorsLine has trailing spaces.280
ErrorsLine is longer than 80 characters.280
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.281
ErrorsLine contains a tab character.283
ErrorsLine is longer than 80 characters.284
ErrorsLine contains a tab character.284
ErrorsLine contains a tab character.285
ErrorsLine is longer than 80 characters.286
ErrorsLine contains a tab character.286
ErrorsLine is longer than 80 characters.287
ErrorsLine contains a tab character.287
ErrorsLine is longer than 80 characters.288
ErrorsLine contains a tab character.288
ErrorsLine is longer than 80 characters.289
ErrorsLine contains a tab character.289
ErrorsLine is longer than 80 characters.290
ErrorsLine contains a tab character.290
ErrorsLine has trailing spaces.291
ErrorsLine contains a tab character.291
ErrorsLine is longer than 80 characters.292
ErrorsLine contains a tab character.292
ErrorsLine is longer than 80 characters.293
ErrorsLine contains a tab character.293
ErrorsLine is longer than 80 characters.294
ErrorsLine contains a tab character.294
Errors'=' is not preceded with whitespace.294
Errors'=' is not followed by whitespace.294
Errors'<' is not preceded with whitespace.294
Errors'<' is not followed by whitespace.294
ErrorsLine is longer than 80 characters.295
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.297
Errors'}' should be on the same line.297
Errors'else' construct must use '{}'s.298
ErrorsLine has trailing spaces.298
ErrorsLine contains a tab character.298
ErrorsLine is longer than 80 characters.299
ErrorsLine contains a tab character.299
ErrorsLine contains a tab character.300
ErrorsLine contains a tab character.301
ErrorsLine is longer than 80 characters.303
ErrorsLine contains a tab character.303
ErrorsLine contains a tab character.304
Errors'if' construct must use '{}'s.305
ErrorsLine contains a tab character.305
ErrorsLine is longer than 80 characters.306
ErrorsLine contains a tab character.306
ErrorsLine contains a tab character.308
ErrorsLine contains a tab character.309
ErrorsLine contains a tab character.310
ErrorsLine contains a tab character.311
ErrorsLine has trailing spaces.312
ErrorsLine contains a tab character.312
ErrorsLine contains a tab character.313
ErrorsLine contains a tab character.314
ErrorsFirst sentence should end with a period.316
ErrorsLine contains a tab character.316
ErrorsLine contains a tab character.317
ErrorsLine contains a tab character.318
ErrorsLine contains a tab character.319
ErrorsLine contains a tab character.320
ErrorsLine contains a tab character.321
ErrorsExpected an @return tag.322
ErrorsLine contains a tab character.322
ErrorsMethod 'object2List' is not designed for extension - needs to be abstract, final or empty.322
ErrorsParameter label should be final.322
ErrorsLine contains a tab character.323
ErrorsLine contains a tab character.324
ErrorsLine contains a tab character.325
ErrorsLine contains a tab character.326
ErrorsLine contains a tab character.327
ErrorsLine contains a tab character.328
ErrorsLine contains a tab character.329
ErrorsLine contains a tab character.330
ErrorsLine contains a tab character.331
ErrorsLine contains a tab character.333
ErrorsMissing a Javadoc comment.333
ErrorsParameter objType should be final.333
ErrorsLine contains a tab character.334
Errors'=' is not preceded with whitespace.334
Errors'=' is not followed by whitespace.334
Errors'<' is not preceded with whitespace.334
Errors'<' is not followed by whitespace.334
ErrorsLine contains a tab character.335
ErrorsLine contains a tab character.336
ErrorsLine contains a tab character.337
ErrorsLine contains a tab character.338
ErrorsLine contains a tab character.339
ErrorsLine contains a tab character.340
ErrorsLine contains a tab character.341
ErrorsLine has trailing spaces.342
ErrorsLine contains a tab character.342
ErrorsLine contains a tab character.343
ErrorsMethod 'getPdsLabelMap' is not designed for extension - needs to be abstract, final or empty.343
ErrorsMissing a Javadoc comment.343
ErrorsLine contains a tab character.344
ErrorsLine contains a tab character.345
ErrorsLine contains a tab character.347
ErrorsLine contains a tab character.348
ErrorsLine contains a tab character.349
ErrorsLine has trailing spaces.350
ErrorsLine contains a tab character.350
ErrorsLine contains a tab character.351
ErrorsLine contains a tab character.352
ErrorsExpected an @return tag.353
ErrorsLine contains a tab character.353
ErrorsMethod 'processLabel' is not designed for extension - needs to be abstract, final or empty.353
ErrorsParameter label should be final.353
ErrorsLine contains a tab character.354
ErrorsLine contains a tab character.355
ErrorsLine contains a tab character.356
ErrorsLine contains a tab character.357
ErrorsLine contains a tab character.358
ErrorsLine has trailing spaces.359
ErrorsLine contains a tab character.359
ErrorsLine is longer than 80 characters.360
ErrorsLine contains a tab character.360
ErrorsLine is longer than 80 characters.361
ErrorsLine contains a tab character.361
ErrorsLine contains a tab character.362
ErrorsLine contains a tab character.363
ErrorsLine is longer than 80 characters.364
ErrorsLine contains a tab character.364
ErrorsLine is longer than 80 characters.365
ErrorsLine contains a tab character.365
ErrorsLine is longer than 80 characters.366
ErrorsLine contains a tab character.366
ErrorsLine contains a tab character.367
ErrorsLine contains a tab character.369
ErrorsLine contains a tab character.370
Errors'=' is not preceded with whitespace.370
Errors'=' is not followed by whitespace.370
ErrorsLine is longer than 80 characters.371
ErrorsLine contains a tab character.371
ErrorsLine is longer than 80 characters.372
ErrorsLine contains a tab character.372
ErrorsLine contains a tab character.373
ErrorsLine has trailing spaces.375
ErrorsLine contains a tab character.375
ErrorsLine has trailing spaces.376
ErrorsLine is longer than 80 characters.376
ErrorsLine contains a tab character.376
ErrorsLine is longer than 80 characters.377
ErrorsLine contains a tab character.377
ErrorsLine has trailing spaces.378
ErrorsLine contains a tab character.378
Errors'!=' is not preceded with whitespace.378
Errors'!=' is not followed by whitespace.378
ErrorsLine is longer than 80 characters.379
ErrorsLine contains a tab character.379
ErrorsLine contains a tab character.380
ErrorsLine has trailing spaces.381
ErrorsLine contains a tab character.381
ErrorsLine contains a tab character.382
ErrorsLine contains a tab character.383
ErrorsLine contains a tab character.384
ErrorsLine contains a tab character.385
ErrorsLine contains a tab character.386
ErrorsLine contains a tab character.387
ErrorsLine contains a tab character.388
ErrorsLine has trailing spaces.389
ErrorsLine contains a tab character.389
ErrorsFirst sentence should end with a period.390
ErrorsLine contains a tab character.390
ErrorsLine contains a tab character.391
ErrorsLine has trailing spaces.392
ErrorsLine contains a tab character.392
ErrorsLine is longer than 80 characters.393
ErrorsLine contains a tab character.393
ErrorsLine contains a tab character.394
ErrorsLine contains a tab character.395
ErrorsLine contains a tab character.396
ErrorsParameter value should be final.396
ErrorsExpected @param tag for 'value'.396
ErrorsLine contains a tab character.398
ErrorsLine has trailing spaces.399
ErrorsLine contains a tab character.399
ErrorsLine contains a tab character.400
ErrorsLine contains a tab character.401
ErrorsLine has trailing spaces.402
ErrorsLine is longer than 80 characters.402
ErrorsLine contains a tab character.402
ErrorsLine contains a tab character.403
ErrorsLine contains a tab character.404
ErrorsLine contains a tab character.405
Errors'}' should be on the same line.405
ErrorsLine has trailing spaces.406
ErrorsLine contains a tab character.406
ErrorsMust have at least one statement.406
ErrorsComment matches to-do format 'TODO:'.407
ErrorsLine contains a tab character.407
ErrorsLine contains a tab character.408
Errors'}' should be on the same line.408
Errors'else' construct must use '{}'s.409
ErrorsLine has trailing spaces.409
ErrorsLine contains a tab character.409
ErrorsLine contains a tab character.410
ErrorsLine contains a tab character.412

gov/nasa/pds/citool/ingestor/CatalogRegistryIngester.java

ViolationMessageLine
ErrorsRedundant import from the same package - gov.nasa.pds.citool.ingestor.Constants.16
ErrorsRedundant import from the same package - gov.nasa.pds.citool.ingestor.Reference.17
ErrorsUnused import - gov.nasa.pds.registry.model.ObjectStatus.29
ErrorsUnused import - gov.nasa.pds.tools.dict.Dictionary.44
ErrorsUnused import - java.io.File.46
ErrorsUnused import - java.net.URI.57
ErrorsMissing a Javadoc comment.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsMissing a Javadoc comment.65
ErrorsVariable 'fileObjCount' must be private and have accessor methods.65
ErrorsLine contains a tab character.66
ErrorsMissing a Javadoc comment.66
ErrorsVariable 'storageCount' must be private and have accessor methods.66
ErrorsLine contains a tab character.67
ErrorsMissing a Javadoc comment.67
ErrorsVariable 'registryCount' must be private and have accessor methods.67
ErrorsLine contains a tab character.68
ErrorsMissing a Javadoc comment.68
ErrorsVariable 'failCount' must be private and have accessor methods.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsMissing a Javadoc comment.70
ErrorsVariable 'registryPackageName' must be private and have accessor methods.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsMissing a Javadoc comment.72
ErrorsLine contains a tab character.73
ErrorsMissing a Javadoc comment.73
ErrorsLine contains a tab character.74
ErrorsMissing a Javadoc comment.74
ErrorsLine contains a tab character.75
ErrorsMissing a Javadoc comment.75
ErrorsLine contains a tab character.76
ErrorsMissing a Javadoc comment.76
ErrorsLine contains a tab character.77
ErrorsMissing a Javadoc comment.77
ErrorsLine contains a tab character.78
ErrorsMissing a Javadoc comment.78
ErrorsLine contains a tab character.79
ErrorsMissing a Javadoc comment.79
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.80
ErrorsMissing a Javadoc comment.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsFirst sentence should end with a period.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.87
ErrorsLine contains a tab character.87
ErrorsParameter registryURL should be final.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.93
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.95
ErrorsFirst sentence should end with a period.96
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine is longer than 80 characters.103
ErrorsLine contains a tab character.103
ErrorsParameter registryURL should be final.103
ErrorsParameter securityContext should be final.103
ErrorsLine contains a tab character.104
ErrorsParameter username should be final.104
ErrorsParameter password should be final.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine is longer than 80 characters.107
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine is longer than 80 characters.109
ErrorsLine contains a tab character.109
ErrorsLine has trailing spaces.110
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine has trailing spaces.112
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsMissing a Javadoc comment.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine has trailing spaces.120
ErrorsLine contains a tab character.120
ErrorsFirst sentence should end with a period.121
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsExpected an @return tag.124
ErrorsLine contains a tab character.124
ErrorsMethod 'getStorageIngester' is not designed for extension - needs to be abstract, final or empty.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine has trailing spaces.127
ErrorsLine contains a tab character.127
ErrorsFirst sentence should end with a period.128
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsLine is longer than 80 characters.133
ErrorsLine contains a tab character.133
ErrorsMethod 'setStorageService' is not designed for extension - needs to be abstract, final or empty.133
ErrorsParameter storageURL should be final.133
ErrorsParameter productName should be final.133
ErrorsExpected @throws tag for 'ConnectionException'.133
ErrorsLine has trailing spaces.134
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine is longer than 80 characters.137
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
Errors'catch' is not followed by whitespace.142
ErrorsLine is longer than 80 characters.143
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine has trailing spaces.147
ErrorsLine contains a tab character.147
ErrorsFirst sentence should end with a period.148
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsMethod 'setTransportURL' is not designed for extension - needs to be abstract, final or empty.152
ErrorsParameter transportURL should be final.152
Errors'transportURL' hides a field.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine has trailing spaces.155
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsMethod 'setArchiveStatus' is not designed for extension - needs to be abstract, final or empty.156
ErrorsMissing a Javadoc comment.156
ErrorsParameter status should be final.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine has trailing spaces.159
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsMethod 'setVolumeLid' is not designed for extension - needs to be abstract, final or empty.160
ErrorsMissing a Javadoc comment.160
ErrorsParameter lid should be final.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine has trailing spaces.163
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine is longer than 80 characters.167
ErrorsLine contains a tab character.167
ErrorsLine has trailing spaces.168
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine has trailing spaces.171
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsMethod 'ingest' is not designed for extension - needs to be abstract, final or empty.173
ErrorsParameter catObj should be final.173
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsLine is longer than 80 characters.178
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
Errors'}' should be on the same line.180
ErrorsLine has trailing spaces.181
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine has trailing spaces.183
ErrorsLine contains a tab character.183
Errors'if' construct must use '{}'s.184
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.188
Errors'if' construct must use '{}'s.189
ErrorsLine contains a tab character.189
ErrorsLine has trailing spaces.190
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsLine has trailing spaces.193
ErrorsLine contains a tab character.193
ErrorsLine has trailing spaces.194
ErrorsLine contains a tab character.194
ErrorsMissing a Javadoc comment.194
ErrorsParameter catObj should be final.194
ErrorsLine has trailing spaces.195
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsLine has trailing spaces.198
ErrorsLine contains a tab character.198
ErrorsLine has trailing spaces.199
ErrorsLine is longer than 80 characters.199
ErrorsLine contains a tab character.199
ErrorsLine has trailing spaces.200
ErrorsLine is longer than 80 characters.200
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsLine is longer than 80 characters.202
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
ErrorsLine is longer than 80 characters.204
ErrorsLine contains a tab character.204
Errors'+' is not preceded with whitespace.204
Errors'+' is not followed by whitespace.204
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
ErrorsLine has trailing spaces.207
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.210
Errors'==' is not preceded with whitespace.210
Errors'==' is not followed by whitespace.210
ErrorsLine is longer than 80 characters.211
ErrorsLine contains a tab character.211
ErrorsLine is longer than 80 characters.212
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsLine is longer than 80 characters.214
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
Errors'}' should be on the same line.216
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine is longer than 80 characters.220
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine is longer than 80 characters.223
ErrorsLine contains a tab character.223
ErrorsLine is longer than 80 characters.224
ErrorsLine contains a tab character.224
ErrorsLine is longer than 80 characters.225
ErrorsLine contains a tab character.225
ErrorsLine is longer than 80 characters.226
ErrorsLine contains a tab character.226
ErrorsLine is longer than 80 characters.227
ErrorsLine contains a tab character.227
ErrorsLine is longer than 80 characters.228
ErrorsLine contains a tab character.228
ErrorsLine is longer than 80 characters.230
ErrorsLine contains a tab character.230
ErrorsLine is longer than 80 characters.231
ErrorsLine contains a tab character.231
ErrorsLine is longer than 80 characters.232
ErrorsLine contains a tab character.232
ErrorsLine is longer than 80 characters.233
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.235
ErrorsLine has trailing spaces.236
ErrorsLine is longer than 80 characters.236
ErrorsLine contains a tab character.236
ErrorsLine is longer than 80 characters.237
ErrorsLine contains a tab character.237
Errors'{' is followed by whitespace.237
ErrorsLine has trailing spaces.238
ErrorsLine is longer than 80 characters.238
ErrorsLine contains a tab character.238
ErrorsLine is longer than 80 characters.239
ErrorsLine contains a tab character.239
Errors'{' is followed by whitespace.239
ErrorsLine has trailing spaces.240
ErrorsLine contains a tab character.240
Errors'}' should be on the same line.240
ErrorsLine contains a tab character.241
ErrorsLine is longer than 80 characters.242
ErrorsLine contains a tab character.242
ErrorsLine is longer than 80 characters.243
ErrorsLine contains a tab character.243
ErrorsLine is longer than 80 characters.244
ErrorsLine contains a tab character.244
ErrorsLine is longer than 80 characters.245
ErrorsLine contains a tab character.245
ErrorsLine is longer than 80 characters.246
ErrorsLine contains a tab character.246
ErrorsLine contains a tab character.247
ErrorsLine contains a tab character.248
Errors'}' should be on the same line.248
ErrorsLine contains a tab character.249
ErrorsLine is longer than 80 characters.250
ErrorsLine contains a tab character.250
ErrorsLine is longer than 80 characters.251
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsLine is longer than 80 characters.253
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.254
ErrorsLine contains a tab character.255
ErrorsLine contains a tab character.256
ErrorsLine contains a tab character.258
ErrorsLine is longer than 80 characters.259
ErrorsLine contains a tab character.259
ErrorsLine contains a tab character.260
ErrorsLine has trailing spaces.262
ErrorsLine contains a tab character.262
ErrorsLine is longer than 80 characters.263
ErrorsLine contains a tab character.263
ErrorsLine is longer than 80 characters.264
ErrorsLine contains a tab character.264
ErrorsLine is longer than 80 characters.265
ErrorsLine contains a tab character.265
ErrorsLine contains a tab character.266
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.269
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.271
ErrorsLine is longer than 80 characters.273
ErrorsLine contains a tab character.273
ErrorsLine is longer than 80 characters.274
ErrorsLine contains a tab character.274
ErrorsLine is longer than 80 characters.275
ErrorsLine contains a tab character.275
ErrorsLine contains a tab character.276
ErrorsLine has trailing spaces.278
ErrorsLine is longer than 80 characters.278
ErrorsLine contains a tab character.278
ErrorsLine contains a tab character.279
ErrorsLine is longer than 80 characters.280
ErrorsLine contains a tab character.280
ErrorsLine has trailing spaces.281
ErrorsLine contains a tab character.281
ErrorsLine has trailing spaces.282
ErrorsLine contains a tab character.282
ErrorsLine has trailing spaces.283
ErrorsLine is longer than 80 characters.283
ErrorsLine contains a tab character.283
ErrorsLine is longer than 80 characters.284
ErrorsLine contains a tab character.284
ErrorsLine contains a tab character.285
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.287
ErrorsLine has trailing spaces.288
ErrorsLine is longer than 80 characters.288
ErrorsLine contains a tab character.288
ErrorsLine is longer than 80 characters.289
ErrorsLine contains a tab character.289
ErrorsLine contains a tab character.290
ErrorsLine contains a tab character.291
ErrorsLine has trailing spaces.292
ErrorsLine contains a tab character.292
ErrorsLine contains a tab character.293
ErrorsLine has trailing spaces.294
ErrorsLine contains a tab character.294
ErrorsFirst sentence should end with a period.295
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.296
ErrorsLine has trailing spaces.297
ErrorsLine contains a tab character.297
ErrorsLine contains a tab character.298
ErrorsLine has trailing spaces.299
ErrorsLine contains a tab character.299
ErrorsLine has trailing spaces.300
ErrorsLine contains a tab character.300
ErrorsLine contains a tab character.301
ErrorsLine contains a tab character.302
ErrorsMethod 'ingestExtrinsicObject' is not designed for extension - needs to be abstract, final or empty.302
ErrorsParameter catObj should be final.302
ErrorsLine contains a tab character.303
ErrorsLine contains a tab character.304
ErrorsLine has trailing spaces.305
ErrorsLine contains a tab character.305
ErrorsLine has trailing spaces.306
ErrorsLine contains a tab character.306
ErrorsLine contains a tab character.307
ErrorsLine is longer than 80 characters.308
ErrorsLine contains a tab character.308
ErrorsLine has trailing spaces.309
ErrorsLine contains a tab character.309
ErrorsLine has trailing spaces.310
ErrorsLine contains a tab character.310
ErrorsLine is longer than 80 characters.311
ErrorsLine contains a tab character.311
ErrorsLine contains a tab character.312
ErrorsLine is longer than 80 characters.313
ErrorsLine contains a tab character.313
ErrorsLine is longer than 80 characters.314
ErrorsLine contains a tab character.314
ErrorsLine is longer than 80 characters.315
ErrorsLine contains a tab character.315
ErrorsLine is longer than 80 characters.316
ErrorsLine contains a tab character.316
ErrorsLine is longer than 80 characters.317
ErrorsLine contains a tab character.317
ErrorsComment matches to-do format 'TODO:'.318
ErrorsLine is longer than 80 characters.318
ErrorsLine contains a tab character.318
ErrorsLine is longer than 80 characters.319
ErrorsLine contains a tab character.319
ErrorsLine is longer than 80 characters.321
ErrorsLine contains a tab character.322
ErrorsLine contains a tab character.323
ErrorsLine has trailing spaces.324
ErrorsLine contains a tab character.324
ErrorsLine contains a tab character.325
ErrorsLine contains a tab character.326
ErrorsLine has trailing spaces.327
ErrorsLine contains a tab character.327
ErrorsLine contains a tab character.328
ErrorsLine is longer than 80 characters.329
ErrorsLine contains a tab character.329
ErrorsLine has trailing spaces.330
ErrorsLine is longer than 80 characters.330
ErrorsLine contains a tab character.330
ErrorsLine contains a tab character.331
ErrorsLine is longer than 80 characters.332
ErrorsLine contains a tab character.332
ErrorsLine is longer than 80 characters.333
ErrorsLine contains a tab character.333
ErrorsLine is longer than 80 characters.334
ErrorsLine contains a tab character.334
ErrorsLine contains a tab character.335
ErrorsLine contains a tab character.336
ErrorsLine contains a tab character.337
ErrorsLine contains a tab character.338
Errors'}' should be on the same line.338
ErrorsLine contains a tab character.339
ErrorsLine has trailing spaces.340
ErrorsLine is longer than 80 characters.340
ErrorsLine contains a tab character.340
ErrorsLine is longer than 80 characters.341
ErrorsLine contains a tab character.341
Errors'+' is not preceded with whitespace.341
Errors'+' is not followed by whitespace.341
ErrorsLine is longer than 80 characters.342
ErrorsLine contains a tab character.342
ErrorsLine contains a tab character.343
ErrorsLine contains a tab character.344
ErrorsLine has trailing spaces.345
ErrorsLine contains a tab character.345
ErrorsLine contains a tab character.346
Errors'}' should be on the same line.346
ErrorsLine contains a tab character.347
ErrorsLine contains a tab character.348
ErrorsLine contains a tab character.349
ErrorsLine contains a tab character.350
ErrorsLine contains a tab character.351
ErrorsLine contains a tab character.352
ErrorsLine contains a tab character.353
ErrorsLine contains a tab character.354
ErrorsLine has trailing spaces.355
ErrorsLine contains a tab character.355
ErrorsLine is longer than 80 characters.356
ErrorsLine contains a tab character.356
ErrorsLine is longer than 80 characters.357
ErrorsLine contains a tab character.357
ErrorsLine is longer than 80 characters.358
ErrorsLine contains a tab character.358
Errors'+' is not preceded with whitespace.358
Errors'+' is not followed by whitespace.358
ErrorsLine contains a tab character.359
ErrorsLine has trailing spaces.360
ErrorsLine contains a tab character.360
ErrorsLine is longer than 80 characters.361
ErrorsLine contains a tab character.361
ErrorsLine is longer than 80 characters.362
ErrorsLine contains a tab character.362
ErrorsLine contains a tab character.363
ErrorsLine contains a tab character.364
ErrorsLine has trailing spaces.365
ErrorsLine contains a tab character.365
ErrorsLine has trailing spaces.367
ErrorsLine is longer than 80 characters.367
ErrorsLine contains a tab character.367
ErrorsLine is longer than 80 characters.368
ErrorsLine contains a tab character.368
ErrorsLine contains a tab character.369
ErrorsLine contains a tab character.370
ErrorsLine contains a tab character.371
ErrorsLine contains a tab character.372
ErrorsLine has trailing spaces.373
ErrorsLine is longer than 80 characters.373
ErrorsLine contains a tab character.373
ErrorsLine is longer than 80 characters.374
ErrorsLine contains a tab character.374
ErrorsLine contains a tab character.375
ErrorsLine contains a tab character.376
ErrorsLine contains a tab character.377
ErrorsLine contains a tab character.378
ErrorsLine has trailing spaces.379
ErrorsLine is longer than 80 characters.379
ErrorsLine contains a tab character.379
ErrorsLine is longer than 80 characters.380
ErrorsLine contains a tab character.380
ErrorsLine contains a tab character.381
ErrorsLine contains a tab character.382
ErrorsLine contains a tab character.383
ErrorsLine contains a tab character.384
ErrorsLine contains a tab character.385
ErrorsLine has trailing spaces.386
ErrorsLine contains a tab character.386
ErrorsLine contains a tab character.387
ErrorsLine contains a tab character.388
ErrorsLine has trailing spaces.389
ErrorsLine contains a tab character.389
ErrorsLine contains a tab character.390
ErrorsMissing a Javadoc comment.390
ErrorsParameter prod should be final.390
ErrorsParameter key should be final.390
ErrorsLine contains a tab character.391
ErrorsLine contains a tab character.393
ErrorsLine contains a tab character.394
ErrorsLine contains a tab character.395
Errors'cast' is not followed by whitespace.395
ErrorsLine has trailing spaces.396
ErrorsLine contains a tab character.396
ErrorsLine contains a tab character.397
ErrorsLine contains a tab character.398
Errors'!=' is not preceded with whitespace.398
Errors'!=' is not followed by whitespace.398
Errors'>' is not preceded with whitespace.398
Errors'>' is not followed by whitespace.398
Errors'if' construct must use '{}'s.399
ErrorsLine contains a tab character.399
Errors'==' is not preceded with whitespace.399
Errors'==' is not followed by whitespace.399
ErrorsLine contains a tab character.400
ErrorsLine contains a tab character.401
ErrorsComment matches to-do format 'TODO:'.402
ErrorsLine is longer than 80 characters.402
ErrorsLine contains a tab character.402
ErrorsLine is longer than 80 characters.403
ErrorsLine contains a tab character.403
ErrorsLine is longer than 80 characters.404
ErrorsLine contains a tab character.404
ErrorsLine contains a tab character.405
ErrorsLine contains a tab character.406
Errors'}' should be on the same line.406
Errors'else' construct must use '{}'s.407
ErrorsLine has trailing spaces.407
ErrorsLine contains a tab character.407
ErrorsLine contains a tab character.408
ErrorsLine contains a tab character.409
ErrorsLine has trailing spaces.410
ErrorsLine contains a tab character.410
ErrorsLine has trailing spaces.411
ErrorsLine contains a tab character.411
ErrorsLine contains a tab character.412
ErrorsLine has trailing spaces.413
ErrorsLine contains a tab character.413
ErrorsLine is longer than 80 characters.414
ErrorsLine contains a tab character.414
ErrorsMissing a Javadoc comment.414
ErrorsParameter oldProd should be final.414
ErrorsParameter newProd should be final.414
ErrorsLine has trailing spaces.415
ErrorsLine is longer than 80 characters.415
ErrorsLine contains a tab character.415
ErrorsLine is longer than 80 characters.416
ErrorsLine contains a tab character.416
ErrorsLine has trailing spaces.417
ErrorsLine contains a tab character.417
Errors'if' construct must use '{}'s.418
ErrorsLine contains a tab character.418
ErrorsConditional logic can be removed.418
ErrorsLine contains a tab character.419
Errors'else' construct must use '{}'s.420
ErrorsLine has trailing spaces.420
ErrorsLine contains a tab character.420
ErrorsLine contains a tab character.421
ErrorsLine contains a tab character.422
ErrorsLine has trailing spaces.423
ErrorsLine contains a tab character.423
ErrorsLine has trailing spaces.424
ErrorsLine contains a tab character.424
ErrorsFirst sentence should end with a period.425
ErrorsLine contains a tab character.425
ErrorsLine contains a tab character.426
ErrorsLine has trailing spaces.427
ErrorsLine contains a tab character.427
ErrorsLine contains a tab character.428
ErrorsLine has trailing spaces.429
ErrorsLine contains a tab character.429
ErrorsLine has trailing spaces.430
ErrorsLine contains a tab character.430
ErrorsLine contains a tab character.431
ErrorsLine has trailing spaces.432
ErrorsLine contains a tab character.432
ErrorsLine contains a tab character.433
ErrorsMethod 'ingestHKExtrinsicObject' is not designed for extension - needs to be abstract, final or empty.433
ErrorsParameter catObj should be final.433
ErrorsLine contains a tab character.434
ErrorsLine contains a tab character.435
ErrorsLine contains a tab character.436
Errors'=' is not preceded with whitespace.436
Errors'=' is not followed by whitespace.436
ErrorsLine has trailing spaces.437
ErrorsLine contains a tab character.437
ErrorsLine has trailing spaces.438
ErrorsLine contains a tab character.438
ErrorsLine contains a tab character.439
ErrorsLine is longer than 80 characters.440
ErrorsLine contains a tab character.440
ErrorsLine has trailing spaces.441
ErrorsLine contains a tab character.441
ErrorsLine has trailing spaces.442
ErrorsLine contains a tab character.442
ErrorsLine contains a tab character.443
ErrorsLine is longer than 80 characters.444
ErrorsLine contains a tab character.444
ErrorsLine is longer than 80 characters.445
ErrorsLine contains a tab character.445
ErrorsLine has trailing spaces.446
ErrorsLine contains a tab character.446
ErrorsLine contains a tab character.447
ErrorsLine has trailing spaces.448
ErrorsLine is longer than 80 characters.448
ErrorsLine contains a tab character.448
ErrorsLine contains a tab character.449
ErrorsLine is longer than 80 characters.450
ErrorsLine contains a tab character.450
ErrorsLine is longer than 80 characters.451
ErrorsLine contains a tab character.451
ErrorsLine is longer than 80 characters.452
ErrorsLine contains a tab character.452
ErrorsLine is longer than 80 characters.453
ErrorsLine contains a tab character.453
ErrorsLine contains a tab character.454
ErrorsLine contains a tab character.455
ErrorsLine contains a tab character.456
Errors'}' should be on the same line.456
ErrorsLine contains a tab character.457
ErrorsLine has trailing spaces.458
ErrorsLine is longer than 80 characters.458
ErrorsLine contains a tab character.458
ErrorsLine contains a tab character.459
ErrorsLine contains a tab character.460
ErrorsLine contains a tab character.461
Errors'}' should be on the same line.461
ErrorsLine contains a tab character.462
ErrorsLine is longer than 80 characters.463
ErrorsLine contains a tab character.463
ErrorsLine contains a tab character.464
ErrorsLine contains a tab character.465
ErrorsLine contains a tab character.466
ErrorsLine contains a tab character.467
ErrorsLine has trailing spaces.468
ErrorsLine contains a tab character.468
ErrorsLine is longer than 80 characters.469
ErrorsLine contains a tab character.469
ErrorsLine is longer than 80 characters.470
ErrorsLine contains a tab character.470
ErrorsLine is longer than 80 characters.471
ErrorsLine contains a tab character.471
ErrorsLine contains a tab character.472
ErrorsLine has trailing spaces.473
ErrorsLine contains a tab character.473
ErrorsLine is longer than 80 characters.474
ErrorsLine contains a tab character.474
ErrorsLine is longer than 80 characters.475
ErrorsLine contains a tab character.475
ErrorsLine contains a tab character.476
ErrorsLine contains a tab character.477
ErrorsLine has trailing spaces.478
ErrorsLine contains a tab character.478
ErrorsLine contains a tab character.479
ErrorsLine contains a tab character.480
ErrorsLine has trailing spaces.481
ErrorsLine contains a tab character.481
ErrorsLine has trailing spaces.483
ErrorsLine is longer than 80 characters.483
ErrorsLine contains a tab character.483
ErrorsLine is longer than 80 characters.484
ErrorsLine contains a tab character.484
ErrorsLine contains a tab character.485
ErrorsLine contains a tab character.486
ErrorsLine contains a tab character.487
ErrorsLine has trailing spaces.488
ErrorsLine is longer than 80 characters.488
ErrorsLine contains a tab character.488
ErrorsLine is longer than 80 characters.489
ErrorsLine contains a tab character.489
ErrorsLine contains a tab character.490
ErrorsLine contains a tab character.491
ErrorsLine contains a tab character.492
ErrorsLine has trailing spaces.493
ErrorsLine is longer than 80 characters.493
ErrorsLine contains a tab character.493
ErrorsLine is longer than 80 characters.494
ErrorsLine contains a tab character.494
ErrorsLine contains a tab character.495
ErrorsLine contains a tab character.496
ErrorsLine contains a tab character.497
ErrorsLine contains a tab character.498
ErrorsLine contains a tab character.499
ErrorsLine has trailing spaces.500
ErrorsLine contains a tab character.500
ErrorsFirst sentence should end with a period.501
ErrorsLine contains a tab character.501
ErrorsLine has trailing spaces.502
ErrorsLine contains a tab character.502
ErrorsLine contains a tab character.503
ErrorsLine has trailing spaces.504
ErrorsLine contains a tab character.504
ErrorsLine contains a tab character.505
ErrorsLine contains a tab character.506
ErrorsLine contains a tab character.507
ErrorsLine is longer than 80 characters.508
ErrorsLine contains a tab character.508
ErrorsMethod 'updateProduct' is not designed for extension - needs to be abstract, final or empty.508
ErrorsParameter catObj should be final.508
ErrorsParameter refs should be final.508
ErrorsLine contains a tab character.509
ErrorsLine contains a tab character.510
ErrorsLine contains a tab character.511
ErrorsLine contains a tab character.512
Errors'==' is not preceded with whitespace.512
Errors'==' is not followed by whitespace.512
ErrorsLine contains a tab character.513
ErrorsLine contains a tab character.514
ErrorsLine has trailing spaces.515
ErrorsLine contains a tab character.515
ErrorsLine contains a tab character.516
Errors'product' hides a field.516
ErrorsLine has trailing spaces.517
ErrorsLine contains a tab character.517
Errors'if' construct must use '{}'s.518
ErrorsLine contains a tab character.518
Errors'==' is not preceded with whitespace.518
Errors'==' is not followed by whitespace.518
ErrorsLine contains a tab character.519
Errors'else' construct must use '{}'s.520
ErrorsLine has trailing spaces.520
ErrorsLine contains a tab character.520
ErrorsLine contains a tab character.521
ErrorsLine has trailing spaces.523
ErrorsLine contains a tab character.523
ErrorsLine contains a tab character.524
ErrorsLine has trailing spaces.525
ErrorsLine contains a tab character.525
ErrorsLine has trailing spaces.526
ErrorsLine contains a tab character.526
ErrorsLine is longer than 80 characters.527
ErrorsLine contains a tab character.527
ErrorsComment matches to-do format 'TODO:'.528
ErrorsLine is longer than 80 characters.528
ErrorsLine contains a tab character.528
ErrorsLine has trailing spaces.529
ErrorsLine contains a tab character.529
Errors'if' construct must use '{}'s.530
ErrorsLine contains a tab character.530
Errors'!=' is not preceded with whitespace.530
Errors'!=' is not followed by whitespace.530
ErrorsLine is longer than 80 characters.531
ErrorsLine contains a tab character.531
Errors'if' construct must use '{}'s.532
ErrorsLine contains a tab character.532
Errors'!=' is not preceded with whitespace.532
Errors'!=' is not followed by whitespace.532
ErrorsLine is longer than 80 characters.533
ErrorsLine contains a tab character.533
ErrorsLine contains a tab character.534
ErrorsLine contains a tab character.535
Errors'!=' is not preceded with whitespace.535
Errors'!=' is not followed by whitespace.535
ErrorsLine is longer than 80 characters.536
ErrorsLine contains a tab character.536
ErrorsLine contains a tab character.537
ErrorsLine contains a tab character.538
ErrorsLine contains a tab character.539
Errors'}' should be on the same line.539
ErrorsLine contains a tab character.540
Errors'if' construct must use '{}'s.541
ErrorsLine contains a tab character.541
Errors'!=' is not preceded with whitespace.541
Errors'!=' is not followed by whitespace.541
ErrorsLine is longer than 80 characters.542
ErrorsLine contains a tab character.542
Errors'if' construct must use '{}'s.543
ErrorsLine contains a tab character.543
Errors'!=' is not preceded with whitespace.543
Errors'!=' is not followed by whitespace.543
ErrorsLine is longer than 80 characters.544
ErrorsLine contains a tab character.544
ErrorsLine contains a tab character.545
Errors'if' construct must use '{}'s.546
ErrorsLine contains a tab character.546
Errors'!=' is not preceded with whitespace.546
Errors'!=' is not followed by whitespace.546
ErrorsLine is longer than 80 characters.547
ErrorsLine contains a tab character.547
ErrorsLine contains a tab character.548
ErrorsLine contains a tab character.549
Errors'}' should be on the same line.549
ErrorsLine contains a tab character.550
Errors'if' construct must use '{}'s.551
ErrorsLine contains a tab character.551
Errors'!=' is not preceded with whitespace.551
Errors'!=' is not followed by whitespace.551
ErrorsLine is longer than 80 characters.552
ErrorsLine contains a tab character.552
ErrorsLine contains a tab character.553
Errors'!=' is not preceded with whitespace.553
Errors'!=' is not followed by whitespace.553
ErrorsLine is longer than 80 characters.554
ErrorsLine contains a tab character.554
ErrorsLine is longer than 80 characters.555
ErrorsLine contains a tab character.555
ErrorsLine is longer than 80 characters.556
ErrorsLine contains a tab character.556
ErrorsLine contains a tab character.557
ErrorsLine contains a tab character.558
Errors'}' should be on the same line.558
ErrorsLine contains a tab character.559
ErrorsLine is longer than 80 characters.560
ErrorsLine contains a tab character.560
Errors'if' construct must use '{}'s.561
ErrorsLine contains a tab character.561
Errors'!=' is not preceded with whitespace.561
Errors'!=' is not followed by whitespace.561
ErrorsLine is longer than 80 characters.562
ErrorsLine contains a tab character.562
ErrorsLine contains a tab character.563
ErrorsLine contains a tab character.564
Errors'!=' is not preceded with whitespace.564
Errors'!=' is not followed by whitespace.564
ErrorsLine is longer than 80 characters.565
ErrorsLine contains a tab character.565
ErrorsLine contains a tab character.566
ErrorsLine contains a tab character.567
ErrorsLine contains a tab character.568
Errors'!=' is not preceded with whitespace.568
Errors'!=' is not followed by whitespace.568
ErrorsLine is longer than 80 characters.569
ErrorsLine contains a tab character.569
ErrorsLine contains a tab character.570
ErrorsLine contains a tab character.571
Errors'!=' is not preceded with whitespace.571
Errors'!=' is not followed by whitespace.571
ErrorsLine is longer than 80 characters.572
ErrorsLine contains a tab character.572
ErrorsLine contains a tab character.573
ErrorsLine is longer than 80 characters.574
ErrorsLine contains a tab character.574
ErrorsLine contains a tab character.575
ErrorsLine contains a tab character.576
Errors'!=' is not preceded with whitespace.576
Errors'!=' is not followed by whitespace.576
ErrorsLine is longer than 80 characters.577
ErrorsLine contains a tab character.577
ErrorsLine contains a tab character.578
ErrorsLine is longer than 80 characters.579
ErrorsLine contains a tab character.579
ErrorsLine contains a tab character.580
ErrorsLine is longer than 80 characters.581
ErrorsLine contains a tab character.581
ErrorsLine contains a tab character.582
Errors'if' construct must use '{}'s.584
ErrorsLine is longer than 80 characters.584
ErrorsLine contains a tab character.584
ErrorsLine contains a tab character.585
ErrorsLine contains a tab character.586
ErrorsLine contains a tab character.587
Errors'>' is not preceded with whitespace.587
Errors'>' is not followed by whitespace.587
ErrorsLine contains a tab character.588
ErrorsLine has trailing spaces.589
ErrorsLine is longer than 80 characters.589
ErrorsLine contains a tab character.589
ErrorsLine contains a tab character.590
ErrorsLine contains a tab character.591
Errors'if' construct must use '{}'s.592
ErrorsLine contains a tab character.592
Errors'!=' is not preceded with whitespace.592
Errors'!=' is not followed by whitespace.592
ErrorsLine is longer than 80 characters.593
ErrorsLine contains a tab character.593
ErrorsLine contains a tab character.594
Errors'}' should be on the same line.594
ErrorsLine contains a tab character.595
Errors'if' construct must use '{}'s.596
ErrorsLine contains a tab character.596
Errors'!=' is not preceded with whitespace.596
Errors'!=' is not followed by whitespace.596
ErrorsLine is longer than 80 characters.597
ErrorsLine contains a tab character.597
Errors'if' construct must use '{}'s.598
ErrorsLine contains a tab character.598
Errors'!=' is not preceded with whitespace.598
Errors'!=' is not followed by whitespace.598
ErrorsLine is longer than 80 characters.599
ErrorsLine contains a tab character.599
Errors'if' construct must use '{}'s.600
ErrorsLine contains a tab character.600
Errors'!=' is not preceded with whitespace.600
Errors'!=' is not followed by whitespace.600
ErrorsLine has trailing spaces.601
ErrorsLine is longer than 80 characters.601
ErrorsLine contains a tab character.601
ErrorsLine contains a tab character.602
Errors'}' should be on the same line.602
ErrorsLine contains a tab character.603
Errors'if' construct must use '{}'s.604
ErrorsLine contains a tab character.604
Errors'!=' is not preceded with whitespace.604
Errors'!=' is not followed by whitespace.604
ErrorsLine is longer than 80 characters.605
ErrorsLine contains a tab character.605
ErrorsLine contains a tab character.606
ErrorsLine has trailing spaces.607
ErrorsLine contains a tab character.607
ErrorsLine contains a tab character.608
ErrorsLine contains a tab character.609
ErrorsLine contains a tab character.610
ErrorsLine contains a tab character.611
ErrorsLine has trailing spaces.612
ErrorsLine contains a tab character.612
ErrorsLine contains a tab character.613
ErrorsLine contains a tab character.614
ErrorsLine contains a tab character.615
ErrorsLine has trailing spaces.616
ErrorsLine is longer than 80 characters.616
ErrorsLine contains a tab character.616
ErrorsLine is longer than 80 characters.617
ErrorsLine contains a tab character.617
ErrorsLine contains a tab character.618
ErrorsLine contains a tab character.619
ErrorsLine has trailing spaces.620
ErrorsLine contains a tab character.620
ErrorsLine contains a tab character.621
ErrorsLine has trailing spaces.622
ErrorsLine contains a tab character.622
ErrorsLine is longer than 80 characters.623
ErrorsLine contains a tab character.623
ErrorsMissing a Javadoc comment.623
ErrorsParameter keyToLook should be final.623
ErrorsParameter valueToFind should be final.623
ErrorsLine is longer than 80 characters.624
ErrorsLine contains a tab character.624
ErrorsLine contains a tab character.625
ErrorsLine contains a tab character.626
ErrorsLine is longer than 80 characters.627
ErrorsLine contains a tab character.627
ErrorsLine has trailing spaces.628
ErrorsLine is longer than 80 characters.628
ErrorsLine contains a tab character.628
ErrorsLine contains a tab character.629
ErrorsLine is longer than 80 characters.630
ErrorsLine contains a tab character.630
ErrorsLine has trailing spaces.631
ErrorsLine is longer than 80 characters.631
ErrorsLine contains a tab character.631
ErrorsLine is longer than 80 characters.632
ErrorsLine contains a tab character.632
ErrorsLine is longer than 80 characters.633
ErrorsLine contains a tab character.633
ErrorsLine is longer than 80 characters.634
ErrorsLine contains a tab character.634
ErrorsLine has trailing spaces.635
ErrorsLine contains a tab character.635
ErrorsLine is longer than 80 characters.636
ErrorsLine contains a tab character.636
Errors'+' is not preceded with whitespace.636
Errors'+' is not followed by whitespace.636
Errors'+' is not preceded with whitespace.636
Errors'+' is not followed by whitespace.636
ErrorsLine is longer than 80 characters.637
ErrorsLine contains a tab character.637
ErrorsLine is longer than 80 characters.638
ErrorsLine contains a tab character.638
ErrorsLine contains a tab character.639
ErrorsLine contains a tab character.640
ErrorsLine contains a tab character.641
ErrorsLine contains a tab character.642
Errors'}' should be on the same line.642
ErrorsLine contains a tab character.643
ErrorsLine is longer than 80 characters.644
ErrorsLine contains a tab character.644
ErrorsLine is longer than 80 characters.645
ErrorsLine contains a tab character.645
ErrorsLine is longer than 80 characters.646
ErrorsLine contains a tab character.646
ErrorsLine is longer than 80 characters.647
ErrorsLine contains a tab character.647
ErrorsLine contains a tab character.648
ErrorsLine is longer than 80 characters.649
ErrorsLine contains a tab character.649
Errors'+' is not preceded with whitespace.649
Errors'+' is not followed by whitespace.649
Errors'+' is not preceded with whitespace.649
Errors'+' is not followed by whitespace.649
ErrorsLine is longer than 80 characters.650
ErrorsLine contains a tab character.650
ErrorsLine contains a tab character.651
ErrorsLine contains a tab character.652
ErrorsLine contains a tab character.653
ErrorsLine contains a tab character.654
ErrorsLine has trailing spaces.655
ErrorsLine contains a tab character.655
ErrorsLine contains a tab character.656
ErrorsLine contains a tab character.657
ErrorsLine has trailing spaces.658
ErrorsLine contains a tab character.658
ErrorsLine contains a tab character.659
ErrorsLine contains a tab character.660
ErrorsLine has trailing spaces.661
ErrorsLine contains a tab character.661
ErrorsLine has trailing spaces.662
ErrorsLine is longer than 80 characters.662
ErrorsLine contains a tab character.662
ErrorsMissing a Javadoc comment.662
ErrorsParameter version should be final.662
ErrorsParameter associationType should be final.662
ErrorsLine has trailing spaces.663
ErrorsLine contains a tab character.663
ErrorsParameter allRefs should be final.663
ErrorsLine contains a tab character.664
ErrorsLine contains a tab character.665
ErrorsLine contains a tab character.666
ErrorsLine contains a tab character.667
ErrorsLine contains a tab character.668
Errors'!=' is not preceded with whitespace.668
Errors'!=' is not followed by whitespace.668
ErrorsLine contains a tab character.669
ErrorsLine is longer than 80 characters.670
ErrorsLine contains a tab character.670
Errors'+' is not preceded with whitespace.670
Errors'+' is not followed by whitespace.670
Errors'+' is not preceded with whitespace.670
Errors'+' is not followed by whitespace.670
ErrorsLine contains a tab character.671
Errors'+' is not preceded with whitespace.671
Errors'+' is not followed by whitespace.671
ErrorsLine contains a tab character.672
ErrorsLine contains a tab character.673
Errors'}' should be on the same line.673
ErrorsLine contains a tab character.674
ErrorsLine contains a tab character.675
ErrorsLine contains a tab character.676
ErrorsLine contains a tab character.677
ErrorsLine has trailing spaces.678
ErrorsLine contains a tab character.678
ErrorsLine contains a tab character.679
ErrorsLine contains a tab character.680
ErrorsLine contains a tab character.681
ErrorsLine has trailing spaces.682
ErrorsLine contains a tab character.682
ErrorsLine is longer than 80 characters.683
ErrorsLine contains a tab character.683
ErrorsMissing a Javadoc comment.683
ErrorsParameter key should be final.683
ErrorsParameter associationType should be final.683
ErrorsParameter allRefs should be final.683
ErrorsParameter catObj should be final.683
ErrorsLine contains a tab character.684
ErrorsLine contains a tab character.685
ErrorsLine has trailing spaces.686
ErrorsLine contains a tab character.686
ErrorsLine contains a tab character.687
ErrorsLine has trailing spaces.688
ErrorsLine is longer than 80 characters.688
ErrorsLine contains a tab character.688
ErrorsLine contains a tab character.689
ErrorsLine is longer than 80 characters.690
ErrorsLine contains a tab character.690
ErrorsLine has trailing spaces.691
ErrorsLine contains a tab character.691
ErrorsLine contains a tab character.692
ErrorsLine contains a tab character.693
ErrorsLine is longer than 80 characters.694
ErrorsLine contains a tab character.694
ErrorsLine is longer than 80 characters.695
ErrorsLine contains a tab character.695
ErrorsLine contains a tab character.696
ErrorsLine has trailing spaces.697
ErrorsLine contains a tab character.697
Errors'}' should be on the same line.697
ErrorsLine contains a tab character.698
ErrorsLine contains a tab character.699
ErrorsLine contains a tab character.700
ErrorsLine contains a tab character.701
ErrorsLine is longer than 80 characters.702
ErrorsLine contains a tab character.702
ErrorsLine contains a tab character.703
ErrorsLine contains a tab character.704
ErrorsLine contains a tab character.705
ErrorsLine has trailing spaces.706
ErrorsLine contains a tab character.706
ErrorsLine has trailing spaces.707
ErrorsLine is longer than 80 characters.707
ErrorsLine contains a tab character.707
ErrorsMissing a Javadoc comment.707
ErrorsParameter key should be final.707
ErrorsParameter valueToMatch should be final.707
ErrorsParameter allRefs should be final.707
ErrorsLine contains a tab character.708
ErrorsParameter associationType should be final.708
ErrorsParameter catObj should be final.708
ErrorsLine contains a tab character.709
ErrorsLine contains a tab character.710
ErrorsLine has trailing spaces.711
ErrorsLine contains a tab character.711
ErrorsLine contains a tab character.712
ErrorsLine is longer than 80 characters.713
ErrorsLine contains a tab character.713
Errors'+' is not preceded with whitespace.713
Errors'+' is not followed by whitespace.713
ErrorsLine has trailing spaces.714
ErrorsLine contains a tab character.714
ErrorsLine is longer than 80 characters.715
ErrorsLine contains a tab character.715
ErrorsLine contains a tab character.716
ErrorsLine contains a tab character.717
Errors'!=' is not preceded with whitespace.717
Errors'!=' is not followed by whitespace.717
ErrorsLine is longer than 80 characters.718
ErrorsLine contains a tab character.718
ErrorsLine is longer than 80 characters.719
ErrorsLine contains a tab character.719
Errors'+' is not preceded with whitespace.719
Errors'+' is not followed by whitespace.719
Errors'+' is not preceded with whitespace.719
Errors'+' is not followed by whitespace.719
ErrorsLine is longer than 80 characters.720
ErrorsLine contains a tab character.720
Errors'+' is not preceded with whitespace.720
Errors'+' is not followed by whitespace.720
ErrorsLine contains a tab character.721
ErrorsLine contains a tab character.722
Errors'}' should be on the same line.722
ErrorsLine contains a tab character.723
ErrorsLine is longer than 80 characters.724
ErrorsLine contains a tab character.724
ErrorsLine has trailing spaces.725
ErrorsLine contains a tab character.725
ErrorsLine contains a tab character.726
ErrorsLine contains a tab character.727
ErrorsLine has trailing spaces.728
ErrorsLine contains a tab character.728
ErrorsLine contains a tab character.729
Errors'}' should be on the same line.729
ErrorsLine has trailing spaces.730
ErrorsLine contains a tab character.730
ErrorsLine contains a tab character.731
Errors'if' construct must use '{}'s.732
ErrorsLine is longer than 80 characters.732
ErrorsLine contains a tab character.732
ErrorsLine is longer than 80 characters.733
ErrorsLine contains a tab character.733
Errors'else' construct must use '{}'s.734
ErrorsLine has trailing spaces.734
ErrorsLine contains a tab character.734
ErrorsLine is longer than 80 characters.735
ErrorsLine contains a tab character.735
ErrorsLine has trailing spaces.736
ErrorsLine contains a tab character.736
ErrorsLine contains a tab character.737
ErrorsLine contains a tab character.738
ErrorsLine contains a tab character.739
Errors'!=' is not preceded with whitespace.739
Errors'!=' is not followed by whitespace.739
ErrorsLine is longer than 80 characters.740
ErrorsLine contains a tab character.740
ErrorsLine has trailing spaces.741
ErrorsLine contains a tab character.741
ErrorsLine is longer than 80 characters.742
ErrorsLine contains a tab character.742
Errors'+' is not preceded with whitespace.742
Errors'+' is not followed by whitespace.742
Errors'+' is not preceded with whitespace.742
Errors'+' is not followed by whitespace.742
ErrorsLine is longer than 80 characters.743
ErrorsLine contains a tab character.743
Errors'+' is not preceded with whitespace.743
Errors'+' is not followed by whitespace.743
ErrorsLine contains a tab character.744
ErrorsLine contains a tab character.745
Errors'}' should be on the same line.745
ErrorsLine contains a tab character.746
ErrorsLine is longer than 80 characters.747
ErrorsLine contains a tab character.747
ErrorsLine has trailing spaces.748
ErrorsLine is longer than 80 characters.748
ErrorsLine contains a tab character.748
Errors'&&' should be on a new line.748
ErrorsLine is longer than 80 characters.749
ErrorsLine contains a tab character.749
Errors'||' should be on a new line.749
ErrorsLine is longer than 80 characters.750
ErrorsLine contains a tab character.750
ErrorsLine is longer than 80 characters.751
ErrorsLine contains a tab character.751
ErrorsLine has trailing spaces.752
ErrorsLine is longer than 80 characters.752
ErrorsLine contains a tab character.752
ErrorsLine contains a tab character.753
ErrorsLine contains a tab character.754
ErrorsLine contains a tab character.755
ErrorsLine contains a tab character.756
ErrorsLine contains a tab character.757
ErrorsLine contains a tab character.758
ErrorsLine contains a tab character.759
ErrorsLine contains a tab character.760
ErrorsLine has trailing spaces.763
ErrorsLine is longer than 80 characters.763
ErrorsLine contains a tab character.763
ErrorsMissing a Javadoc comment.763
ErrorsParameter version should be final.763
ErrorsParameter associationType should be final.763
ErrorsLine has trailing spaces.764
ErrorsLine is longer than 80 characters.764
ErrorsLine contains a tab character.764
ErrorsParameter allRefs should be final.764
ErrorsParameter catObj should be final.764
ErrorsLine contains a tab character.765
ErrorsLine contains a tab character.766
Errors'==' is not preceded with whitespace.766
Errors'==' is not followed by whitespace.766
ErrorsLine is longer than 80 characters.767
ErrorsLine contains a tab character.767
ErrorsLine contains a tab character.768
Errors'}' should be on the same line.768
ErrorsLine contains a tab character.769
Errors'==' is not preceded with whitespace.769
Errors'==' is not followed by whitespace.769
ErrorsLine is longer than 80 characters.770
ErrorsLine contains a tab character.770
ErrorsLine contains a tab character.771
Errors'}' should be on the same line.771
ErrorsLine contains a tab character.772
Errors'==' is not preceded with whitespace.772
Errors'==' is not followed by whitespace.772
ErrorsLine is longer than 80 characters.773
ErrorsLine contains a tab character.773
ErrorsLine contains a tab character.774
Errors'}' should be on the same line.774
ErrorsLine contains a tab character.775
Errors'==' is not preceded with whitespace.775
Errors'==' is not followed by whitespace.775
ErrorsLine is longer than 80 characters.776
ErrorsLine contains a tab character.776
ErrorsLine contains a tab character.777
Errors'}' should be on the same line.777
ErrorsLine contains a tab character.778
Errors'==' is not preceded with whitespace.778
Errors'==' is not followed by whitespace.778
ErrorsLine is longer than 80 characters.779
ErrorsLine contains a tab character.779
ErrorsLine contains a tab character.780
ErrorsLine contains a tab character.781
ErrorsLine contains a tab character.782
ErrorsLine has trailing spaces.783
ErrorsLine contains a tab character.783
ErrorsFirst sentence should end with a period.784
ErrorsLine contains a tab character.784
ErrorsLine contains a tab character.785
ErrorsLine has trailing spaces.786
ErrorsLine contains a tab character.786
ErrorsLine contains a tab character.787
ErrorsLine contains a tab character.788
ErrorsLine has trailing spaces.789
ErrorsLine contains a tab character.789
ErrorsLine contains a tab character.790
ErrorsLine has trailing spaces.791
ErrorsLine contains a tab character.791
ErrorsParameter catObj should be final.791
ErrorsLine contains a tab character.792
ErrorsExpected @throws tag for 'RegistryServiceException'.792
ErrorsLine contains a tab character.793
Errors'product' hides a field.793
ErrorsLine contains a tab character.794
ErrorsLine contains a tab character.795
ErrorsLine contains a tab character.796
ErrorsLine has trailing spaces.797
ErrorsLine contains a tab character.797
ErrorsLine contains a tab character.798
ErrorsLine contains a tab character.799
ErrorsLine contains a tab character.800
ErrorsLine contains a tab character.801
ErrorsLine has trailing spaces.802
ErrorsLine contains a tab character.802
ErrorsLine is longer than 80 characters.803
ErrorsLine contains a tab character.803
ErrorsLine contains a tab character.804
ErrorsLine has trailing spaces.805
ErrorsLine contains a tab character.805
ErrorsLine has trailing spaces.806
ErrorsLine contains a tab character.806
ErrorsLine contains a tab character.807
ErrorsLine is longer than 80 characters.808
ErrorsLine contains a tab character.808
Errors'+' is not preceded with whitespace.808
Errors'+' is not followed by whitespace.808
Errors'+' is not preceded with whitespace.808
Errors'+' is not followed by whitespace.808
ErrorsLine contains a tab character.809
ErrorsLine contains a tab character.810
ErrorsLine has trailing spaces.811
ErrorsLine is longer than 80 characters.811
ErrorsLine contains a tab character.811
ErrorsLine is longer than 80 characters.812
ErrorsLine contains a tab character.812
Errors'{' is followed by whitespace.812
ErrorsLine contains a tab character.813
Errors'}' should be on the same line.813
ErrorsLine is longer than 80 characters.814
ErrorsLine contains a tab character.814
ErrorsLine contains a tab character.815
ErrorsLine contains a tab character.816
ErrorsLine is longer than 80 characters.817
ErrorsLine contains a tab character.817
ErrorsLine contains a tab character.818
ErrorsLine has trailing spaces.819
ErrorsLine is longer than 80 characters.819
ErrorsLine contains a tab character.819
ErrorsLine is longer than 80 characters.820
ErrorsLine contains a tab character.820
Errors'+' is not preceded with whitespace.820
Errors'+' is not followed by whitespace.820
Errors'+' is not followed by whitespace.820
Errors'+' is not preceded with whitespace.820
Errors'+' is not followed by whitespace.820
ErrorsLine contains a tab character.821
ErrorsLine contains a tab character.822
ErrorsLine contains a tab character.823
ErrorsLine has trailing spaces.824
ErrorsLine is longer than 80 characters.824
ErrorsLine contains a tab character.824
ErrorsLine is longer than 80 characters.825
ErrorsLine contains a tab character.825
Errors'{' is followed by whitespace.825
ErrorsLine contains a tab character.826
Errors'}' should be on the same line.826
ErrorsLine is longer than 80 characters.827
ErrorsLine contains a tab character.827
ErrorsLine contains a tab character.828
ErrorsLine is longer than 80 characters.829
ErrorsLine contains a tab character.829
ErrorsLine contains a tab character.830
ErrorsLine is longer than 80 characters.831
ErrorsLine contains a tab character.831
Errors'+' is not preceded with whitespace.831
Errors'+' is not followed by whitespace.831
Errors'+' is not preceded with whitespace.831
Errors'+' is not followed by whitespace.831
Errors'+' is not preceded with whitespace.831
Errors'+' is not followed by whitespace.831
ErrorsLine contains a tab character.832
ErrorsLine contains a tab character.833
ErrorsLine contains a tab character.834
ErrorsLine contains a tab character.835
ErrorsLine is longer than 80 characters.836
ErrorsLine contains a tab character.836
ErrorsLine is longer than 80 characters.837
ErrorsLine contains a tab character.837
Errors'{' is followed by whitespace.837
ErrorsLine contains a tab character.838
Errors'}' should be on the same line.838
ErrorsLine is longer than 80 characters.839
ErrorsLine contains a tab character.839
ErrorsLine contains a tab character.840
ErrorsLine is longer than 80 characters.841
ErrorsLine contains a tab character.841
Errors'+' is not preceded with whitespace.841
Errors'+' is not followed by whitespace.841
Errors'+' is not preceded with whitespace.841
Errors'+' is not followed by whitespace.841
ErrorsLine contains a tab character.842
ErrorsLine contains a tab character.843
ErrorsLine contains a tab character.844
ErrorsLine contains a tab character.845
ErrorsLine is longer than 80 characters.846
ErrorsLine contains a tab character.846
ErrorsLine is longer than 80 characters.847
ErrorsLine contains a tab character.847
Errors'{' is followed by whitespace.847
ErrorsLine contains a tab character.848
Errors'}' should be on the same line.848
ErrorsLine is longer than 80 characters.849
ErrorsLine contains a tab character.849
ErrorsLine contains a tab character.850
ErrorsLine contains a tab character.851
ErrorsLine contains a tab character.852
ErrorsLine has trailing spaces.853
ErrorsLine is longer than 80 characters.853
ErrorsLine contains a tab character.853
ErrorsLine contains a tab character.854
ErrorsLine is longer than 80 characters.855
ErrorsLine contains a tab character.855
Errors'+' is not preceded with whitespace.855
Errors'+' is not followed by whitespace.855
Errors'+' is not preceded with whitespace.855
Errors'+' is not followed by whitespace.855
ErrorsLine contains a tab character.856
ErrorsLine contains a tab character.857
ErrorsLine contains a tab character.858
ErrorsLine is longer than 80 characters.859
ErrorsLine contains a tab character.859
Errors'{' is followed by whitespace.859
ErrorsLine contains a tab character.860
Errors'}' should be on the same line.860
ErrorsLine is longer than 80 characters.861
ErrorsLine contains a tab character.861
ErrorsLine contains a tab character.862
ErrorsLine is longer than 80 characters.863
ErrorsLine contains a tab character.863
ErrorsLine contains a tab character.864
ErrorsLine is longer than 80 characters.865
ErrorsLine contains a tab character.865
Errors'+' is not preceded with whitespace.865
Errors'+' is not followed by whitespace.865
Errors'+' is not preceded with whitespace.865
Errors'+' is not followed by whitespace.865
Errors'+' is not preceded with whitespace.865
Errors'+' is not followed by whitespace.865
ErrorsLine contains a tab character.866
ErrorsLine contains a tab character.867
ErrorsLine contains a tab character.868
ErrorsLine contains a tab character.869
ErrorsLine contains a tab character.870
ErrorsLine contains a tab character.871
ErrorsLine is longer than 80 characters.872
ErrorsLine contains a tab character.872
Errors'{' is followed by whitespace.872
ErrorsLine contains a tab character.873
ErrorsLine contains a tab character.874
ErrorsLine contains a tab character.875
ErrorsLine is longer than 80 characters.876
ErrorsLine contains a tab character.876
ErrorsLine is longer than 80 characters.877
ErrorsLine contains a tab character.877
ErrorsLine contains a tab character.878
ErrorsLine contains a tab character.879
ErrorsLine contains a tab character.880
ErrorsLine contains a tab character.881
ErrorsLine has trailing spaces.882
ErrorsLine contains a tab character.882
ErrorsLine is longer than 80 characters.883
ErrorsLine contains a tab character.883
Errors'!=' is not preceded with whitespace.883
Errors'!=' is not followed by whitespace.883
ErrorsLine contains a tab character.884
ErrorsLine has trailing spaces.885
ErrorsLine is longer than 80 characters.885
ErrorsLine contains a tab character.885
ErrorsLine contains a tab character.886
ErrorsLine contains a tab character.887
ErrorsLine contains a tab character.888
ErrorsLine contains a tab character.889
ErrorsLine has trailing spaces.890
ErrorsLine contains a tab character.890
ErrorsLine contains a tab character.891
ErrorsLine contains a tab character.892
ErrorsLine is longer than 80 characters.893
ErrorsLine contains a tab character.893
ErrorsLine contains a tab character.894
ErrorsLine contains a tab character.895
ErrorsLine is longer than 80 characters.896
ErrorsLine contains a tab character.896
ErrorsLine contains a tab character.897
ErrorsLine contains a tab character.898
ErrorsLine contains a tab character.899
ErrorsLine contains a tab character.900
ErrorsLine contains a tab character.901
ErrorsLine is longer than 80 characters.902
ErrorsLine contains a tab character.902
ErrorsLine contains a tab character.903
ErrorsLine contains a tab character.904
ErrorsLine contains a tab character.905
ErrorsLine contains a tab character.907
ErrorsLine contains a tab character.908
ErrorsLine contains a tab character.909
ErrorsLine is longer than 80 characters.911
ErrorsLine contains a tab character.911
Errors'if' construct must use '{}'s.912
ErrorsLine contains a tab character.912
ErrorsLine contains a tab character.913
ErrorsLine contains a tab character.914
ErrorsLine has trailing spaces.915
ErrorsLine contains a tab character.915
ErrorsLine is longer than 80 characters.916
ErrorsLine contains a tab character.916
Errors'!=' is not preceded with whitespace.916
Errors'!=' is not followed by whitespace.916
ErrorsLine contains a tab character.917
ErrorsLine is longer than 80 characters.918
ErrorsLine contains a tab character.918
Errors'{' is followed by whitespace.918
ErrorsLine contains a tab character.919
ErrorsLine contains a tab character.920
ErrorsLine has trailing spaces.921
ErrorsLine contains a tab character.921
ErrorsLine contains a tab character.922
ErrorsLine contains a tab character.923
ErrorsLine contains a tab character.924
ErrorsLine is longer than 80 characters.925
ErrorsLine contains a tab character.925
ErrorsLine is longer than 80 characters.926
ErrorsLine contains a tab character.926
ErrorsLine has trailing spaces.927
ErrorsLine contains a tab character.927
ErrorsLine contains a tab character.929
ErrorsLine contains a tab character.930
ErrorsLine has trailing spaces.931
ErrorsLine contains a tab character.931
ErrorsFirst sentence should end with a period.932
ErrorsLine contains a tab character.932
ErrorsLine contains a tab character.933
ErrorsLine has trailing spaces.934
ErrorsLine contains a tab character.934
ErrorsLine contains a tab character.935
ErrorsLine contains a tab character.936
ErrorsLine has trailing spaces.937
ErrorsLine contains a tab character.937
ErrorsLine contains a tab character.938
ErrorsLine is longer than 80 characters.939
ErrorsLine contains a tab character.939
ErrorsParameter fileObject should be final.939
ErrorsParameter objType should be final.939
ErrorsExpected @param tag for 'objType'.939
ErrorsLine contains a tab character.940
ErrorsExpected @throws tag for 'RegistryServiceException'.940
ErrorsLine contains a tab character.941
Errors'product' hides a field.941
ErrorsLine contains a tab character.942
ErrorsLine contains a tab character.943
ErrorsLine has trailing spaces.944
ErrorsLine contains a tab character.944
ErrorsLine contains a tab character.945
ErrorsLine contains a tab character.946
ErrorsLine contains a tab character.947
ErrorsLine contains a tab character.948
ErrorsLine is longer than 80 characters.949
ErrorsLine contains a tab character.949
ErrorsLine is longer than 80 characters.950
ErrorsLine contains a tab character.950
ErrorsLine is longer than 80 characters.951
ErrorsLine contains a tab character.951
ErrorsLine contains a tab character.952
ErrorsLine contains a tab character.953
Errors'}' should be on the same line.953
ErrorsLine contains a tab character.954
ErrorsLine is longer than 80 characters.955
ErrorsLine contains a tab character.955
ErrorsLine contains a tab character.956
ErrorsLine contains a tab character.958
ErrorsLine contains a tab character.959
ErrorsLine is longer than 80 characters.960
ErrorsLine contains a tab character.960
ErrorsLine has trailing spaces.961
ErrorsLine contains a tab character.961
ErrorsLine is longer than 80 characters.962
ErrorsLine contains a tab character.962
ErrorsLine is longer than 80 characters.963
ErrorsLine contains a tab character.963
ErrorsLine is longer than 80 characters.964
ErrorsLine contains a tab character.964
ErrorsLine is longer than 80 characters.965
ErrorsLine is longer than 80 characters.966
Errors'if' construct must use '{}'s.967
Errors'!=' is not preceded with whitespace.967
Errors'!=' is not followed by whitespace.967
ErrorsLine has trailing spaces.968
ErrorsLine contains a tab character.968
ErrorsLine is longer than 80 characters.969
ErrorsLine contains a tab character.969
Errors'if' construct must use '{}'s.970
Errors'!=' is not preceded with whitespace.970
Errors'!=' is not followed by whitespace.970
ErrorsLine has trailing spaces.971
ErrorsLine contains a tab character.971
ErrorsLine is longer than 80 characters.972
ErrorsLine contains a tab character.972
ErrorsLine is longer than 80 characters.974
ErrorsLine has trailing spaces.975
ErrorsLine has trailing spaces.977
ErrorsLine contains a tab character.979
ErrorsLine has trailing spaces.980
ErrorsLine contains a tab character.980
ErrorsFirst sentence should end with a period.981
ErrorsLine contains a tab character.981
ErrorsLine contains a tab character.982
ErrorsLine has trailing spaces.983
ErrorsLine contains a tab character.983
ErrorsLine contains a tab character.984
ErrorsLine contains a tab character.985
ErrorsLine has trailing spaces.986
ErrorsLine contains a tab character.986
ErrorsLine contains a tab character.987
ErrorsLine has trailing spaces.988
ErrorsLine is longer than 80 characters.988
ErrorsLine contains a tab character.988
ErrorsParameter resrcObj should be final.988
ErrorsExpected @param tag for 'resrcObj'.988
ErrorsParameter catObj should be final.988
ErrorsLine contains a tab character.989
ErrorsExpected @throws tag for 'RegistryServiceException'.989
ErrorsLine contains a tab character.990
Errors'product' hides a field.990
ErrorsLine contains a tab character.991
ErrorsLine contains a tab character.992
ErrorsLine contains a tab character.993
ErrorsLine has trailing spaces.994
ErrorsLine contains a tab character.994
ErrorsLine has trailing spaces.995
ErrorsLine contains a tab character.995
ErrorsLine is longer than 80 characters.996
ErrorsLine contains a tab character.996
Errors'{' is followed by whitespace.996
ErrorsLine has trailing spaces.997
ErrorsLine contains a tab character.997
ErrorsLine contains a tab character.998
ErrorsLine contains a tab character.999
ErrorsLine contains a tab character.1000
ErrorsLine contains a tab character.1001
ErrorsLine contains a tab character.1002
ErrorsLine contains a tab character.1004
ErrorsLine contains a tab character.1005
ErrorsLine is longer than 80 characters.1006
ErrorsLine contains a tab character.1006
ErrorsLine contains a tab character.1007
ErrorsLine is longer than 80 characters.1008
ErrorsLine contains a tab character.1008
Errors'+' is not preceded with whitespace.1008
Errors'+' is not followed by whitespace.1008
Errors'+' is not preceded with whitespace.1008
Errors'+' is not followed by whitespace.1008
ErrorsLine contains a tab character.1009
ErrorsLine contains a tab character.1010
ErrorsLine contains a tab character.1011
ErrorsLine has trailing spaces.1012
ErrorsLine is longer than 80 characters.1012
ErrorsLine contains a tab character.1012
ErrorsLine has trailing spaces.1013
ErrorsLine contains a tab character.1013
ErrorsLine has trailing spaces.1014
ErrorsLine contains a tab character.1014
ErrorsLine contains a tab character.1015
ErrorsLine is longer than 80 characters.1016
ErrorsLine contains a tab character.1016
ErrorsLine contains a tab character.1017
ErrorsLine contains a tab character.1018
Errors'}' should be on the same line.1018
ErrorsLine contains a tab character.1019
ErrorsLine contains a tab character.1020
ErrorsLine contains a tab character.1021
ErrorsLine contains a tab character.1023
ErrorsLine is longer than 80 characters.1024
ErrorsLine contains a tab character.1024
ErrorsLine contains a tab character.1025
Errors'}' should be on the same line.1025
ErrorsLine contains a tab character.1026
Errors'if' construct must use '{}'s.1027
ErrorsLine contains a tab character.1027
ErrorsLine is longer than 80 characters.1028
ErrorsLine contains a tab character.1028
ErrorsLine contains a tab character.1029
ErrorsLine contains a tab character.1030
ErrorsLine has trailing spaces.1031
ErrorsLine contains a tab character.1031
ErrorsLine contains a tab character.1032
ErrorsLine contains a tab character.1033
ErrorsLine contains a tab character.1034
ErrorsLine is longer than 80 characters.1035
ErrorsLine contains a tab character.1035
ErrorsLine is longer than 80 characters.1036
ErrorsLine contains a tab character.1036
ErrorsLine is longer than 80 characters.1037
ErrorsLine contains a tab character.1037
ErrorsLine has trailing spaces.1038
ErrorsLine contains a tab character.1038
ErrorsLine has trailing spaces.1039
ErrorsLine contains a tab character.1039
ErrorsLine contains a tab character.1041
ErrorsLine contains a tab character.1042
ErrorsLine has trailing spaces.1043
ErrorsLine contains a tab character.1043
ErrorsMissing a Javadoc comment.1044
ErrorsParameter key should be final.1044
Errors'if' construct must use '{}'s.1045
ErrorsLine contains a tab character.1045
Errors'||' should be on a new line.1045
ErrorsLine contains a tab character.1046
ErrorsLine contains a tab character.1047
ErrorsLine has trailing spaces.1048
ErrorsLine contains a tab character.1048
ErrorsLine is longer than 80 characters.1049
ErrorsLine contains a tab character.1049
Errors'if' construct must use '{}'s.1050
ErrorsLine has trailing spaces.1050
ErrorsLine contains a tab character.1050
ErrorsLine has trailing spaces.1051
ErrorsLine contains a tab character.1051
ErrorsLine contains a tab character.1052
Errors'if' construct must use '{}'s.1053
ErrorsLine contains a tab character.1053
ErrorsLine contains a tab character.1054
Errors'+' is not preceded with whitespace.1054
Errors'+' is not followed by whitespace.1054
Errors'else' construct must use '{}'s.1055
ErrorsLine has trailing spaces.1055
ErrorsLine contains a tab character.1055
ErrorsLine contains a tab character.1056
ErrorsLine contains a tab character.1057
ErrorsLine has trailing spaces.1058
ErrorsLine contains a tab character.1058
ErrorsFirst sentence should end with a period.1059
ErrorsLine contains a tab character.1059
ErrorsLine contains a tab character.1060
ErrorsLine has trailing spaces.1061
ErrorsLine contains a tab character.1061
ErrorsLine contains a tab character.1062
ErrorsLine contains a tab character.1063
ErrorsLine contains a tab character.1064
ErrorsMethod 'publishAssociations' is not designed for extension - needs to be abstract, final or empty.1064
ErrorsParameter catObj should be final.1064
ErrorsLine contains a tab character.1065
ErrorsLine contains a tab character.1066
ErrorsLine contains a tab character.1067
ErrorsLine contains a tab character.1068
ErrorsLine has trailing spaces.1069
ErrorsLine is longer than 80 characters.1069
ErrorsLine contains a tab character.1069
ErrorsLine has trailing spaces.1070
ErrorsLine is longer than 80 characters.1070
ErrorsLine contains a tab character.1070
ErrorsLine contains a tab character.1071
ErrorsLine is longer than 80 characters.1072
ErrorsLine contains a tab character.1072
ErrorsLine contains a tab character.1073
ErrorsLine has trailing spaces.1074
ErrorsLine is longer than 80 characters.1074
ErrorsLine contains a tab character.1074
ErrorsLine is longer than 80 characters.1075
ErrorsLine contains a tab character.1075
Errors',' is not followed by whitespace.1075
ErrorsLine contains a tab character.1076
ErrorsLine contains a tab character.1077
ErrorsLine contains a tab character.1078
ErrorsLine contains a tab character.1079
ErrorsLine contains a tab character.1080
ErrorsLine contains a tab character.1081
ErrorsLine has trailing spaces.1082
ErrorsLine is longer than 80 characters.1082
ErrorsLine contains a tab character.1082
ErrorsLine is longer than 80 characters.1083
ErrorsLine contains a tab character.1083
ErrorsLine contains a tab character.1084
ErrorsLine contains a tab character.1085
ErrorsLine contains a tab character.1086
ErrorsLine contains a tab character.1087
ErrorsLine has trailing spaces.1088
ErrorsLine contains a tab character.1088
ErrorsFirst sentence should end with a period.1089
ErrorsLine contains a tab character.1089
ErrorsLine contains a tab character.1090
ErrorsLine has trailing spaces.1091
ErrorsLine contains a tab character.1091
ErrorsLine contains a tab character.1092
ErrorsLine has trailing spaces.1093
ErrorsLine contains a tab character.1093
ErrorsLine contains a tab character.1094
ErrorsLine contains a tab character.1095
ErrorsMethod 'publishAssociation' is not designed for extension - needs to be abstract, final or empty.1095
ErrorsParameter catObj should be final.1095
ErrorsParameter ref should be final.1095
ErrorsLine contains a tab character.1096
ErrorsLine contains a tab character.1097
ErrorsLine contains a tab character.1098
ErrorsLine is longer than 80 characters.1099
ErrorsLine contains a tab character.1099
ErrorsLine contains a tab character.1100
ErrorsLine has trailing spaces.1101
ErrorsLine contains a tab character.1101
ErrorsLine contains a tab character.1102
ErrorsLine contains a tab character.1103
ErrorsLine has trailing spaces.1104
ErrorsLine contains a tab character.1104
ErrorsLine contains a tab character.1105
ErrorsLine is longer than 80 characters.1106
ErrorsLine contains a tab character.1106
ErrorsLine contains a tab character.1107
ErrorsLine has trailing spaces.1108
ErrorsLine is longer than 80 characters.1108
ErrorsLine contains a tab character.1108
ErrorsLine is longer than 80 characters.1109
ErrorsLine contains a tab character.1109
Errors',' is not followed by whitespace.1109
ErrorsLine contains a tab character.1110
ErrorsLine contains a tab character.1111
ErrorsLine contains a tab character.1112
ErrorsLine contains a tab character.1113
ErrorsLine contains a tab character.1114
ErrorsLine has trailing spaces.1115
ErrorsLine is longer than 80 characters.1115
ErrorsLine contains a tab character.1115
ErrorsLine is longer than 80 characters.1116
ErrorsLine contains a tab character.1116
ErrorsLine contains a tab character.1117
ErrorsLine contains a tab character.1118
ErrorsLine contains a tab character.1119
ErrorsLine contains a tab character.1120
ErrorsLine has trailing spaces.1121
ErrorsLine contains a tab character.1121
ErrorsFirst sentence should end with a period.1122
ErrorsLine contains a tab character.1122
ErrorsLine contains a tab character.1123
ErrorsLine has trailing spaces.1124
ErrorsLine contains a tab character.1124
ErrorsLine contains a tab character.1125
ErrorsLine contains a tab character.1126
ErrorsLine contains a tab character.1127
ErrorsLine is longer than 80 characters.1128
ErrorsLine contains a tab character.1128
ErrorsParameter aRef should be final.1128
ErrorsExpected @throws tag for 'RegistryClientException'.1128
ErrorsLine contains a tab character.1129
ErrorsLine contains a tab character.1130
ErrorsLine contains a tab character.1132
Errors'!=' is not preceded with whitespace.1132
Errors'!=' is not followed by whitespace.1132
ErrorsLine contains a tab character.1133
ErrorsLine has trailing spaces.1134
ErrorsLine contains a tab character.1134
ErrorsLine is longer than 80 characters.1135
ErrorsLine contains a tab character.1135
ErrorsLine has trailing spaces.1136
ErrorsLine contains a tab character.1136
ErrorsLine contains a tab character.1137
Errors'+' is not preceded with whitespace.1137
Errors'+' is not followed by whitespace.1137
ErrorsLine contains a tab character.1138
Errors'!=' is not preceded with whitespace.1138
Errors'!=' is not followed by whitespace.1138
ErrorsLine contains a tab character.1139
ErrorsLine contains a tab character.1140
ErrorsLine contains a tab character.1141
Errors'}' should be on the same line.1141
ErrorsLine contains a tab character.1142
ErrorsLine contains a tab character.1143
ErrorsLine contains a tab character.1144
ErrorsLine contains a tab character.1145
ErrorsLine contains a tab character.1146
ErrorsLine has trailing spaces.1147
ErrorsLine contains a tab character.1147
ErrorsLine contains a tab character.1148
ErrorsLine has trailing spaces.1149
ErrorsLine contains a tab character.1149
ErrorsLine is longer than 80 characters.1150
ErrorsLine contains a tab character.1150
Errors'{' is followed by whitespace.1150
ErrorsLine contains a tab character.1151
ErrorsLine contains a tab character.1153
ErrorsLine has trailing spaces.1155
ErrorsLine contains a tab character.1155
ErrorsFirst sentence should end with a period.1156
ErrorsLine contains a tab character.1156
ErrorsLine contains a tab character.1157
ErrorsLine has trailing spaces.1158
ErrorsLine contains a tab character.1158
ErrorsLine contains a tab character.1159
ErrorsUnused @param tag for 'assocation'.1159
ErrorsLine contains a tab character.1160
ErrorsLine contains a tab character.1161
ErrorsLine has trailing spaces.1162
ErrorsLine contains a tab character.1162
ErrorsLine contains a tab character.1163
ErrorsLine contains a tab character.1164
ErrorsLine is longer than 80 characters.1165
ErrorsLine contains a tab character.1165
ErrorsMethod 'associationExists' is not designed for extension - needs to be abstract, final or empty.1165
ErrorsParameter association should be final.1165
ErrorsExpected @param tag for 'association'.1165
ErrorsLine contains a tab character.1166
ErrorsLine contains a tab character.1167
ErrorsLine contains a tab character.1168
ErrorsLine contains a tab character.1169
ErrorsLine is longer than 80 characters.1170
ErrorsLine contains a tab character.1170
ErrorsLine contains a tab character.1171
ErrorsLine contains a tab character.1172
ErrorsLine contains a tab character.1173
ErrorsLine contains a tab character.1174
ErrorsLine is longer than 80 characters.1175
ErrorsLine contains a tab character.1175
ErrorsLine contains a tab character.1176
Errors'10' is a magic number.1176
ErrorsLine contains a tab character.1177
ErrorsLine contains a tab character.1178
ErrorsLine contains a tab character.1179
ErrorsLine contains a tab character.1180
ErrorsMust have at least one statement.1180
ErrorsLine contains a tab character.1181
ErrorsLine contains a tab character.1182
ErrorsLine contains a tab character.1183
ErrorsLine contains a tab character.1184
ErrorsLine has trailing spaces.1185
ErrorsLine contains a tab character.1185
ErrorsLine contains a tab character.1186
ErrorsLine contains a tab character.1187
ErrorsLine contains a tab character.1188
ErrorsLine contains a tab character.1189
ErrorsLine contains a tab character.1190
ErrorsLine contains a tab character.1191
ErrorsLine contains a tab character.1192
ErrorsLine contains a tab character.1193
ErrorsLine contains a tab character.1194
ErrorsLine contains a tab character.1195
ErrorsLine is longer than 80 characters.1196
ErrorsLine contains a tab character.1196
ErrorsMethod 'productExists' is not designed for extension - needs to be abstract, final or empty.1196
ErrorsParameter lid should be final.1196
ErrorsLine contains a tab character.1197
ErrorsLine contains a tab character.1198
ErrorsLine is longer than 80 characters.1199
ErrorsLine contains a tab character.1199
Errors',' is not followed by whitespace.1199
ErrorsLine contains a tab character.1200
ErrorsLine contains a tab character.1201
ErrorsMust have at least one statement.1201
ErrorsLine contains a tab character.1202
ErrorsLine contains a tab character.1203
ErrorsLine contains a tab character.1204
ErrorsLine contains a tab character.1205
ErrorsLine contains a tab character.1206
ErrorsLine has trailing spaces.1207
ErrorsLine contains a tab character.1207
ErrorsLine has trailing spaces.1208
ErrorsLine contains a tab character.1208
ErrorsLine contains a tab character.1209
ErrorsLine has trailing spaces.1210
ErrorsLine contains a tab character.1210
ErrorsLine contains a tab character.1211
ErrorsLine contains a tab character.1212
ErrorsMethod 'getExtrinsic' is not designed for extension - needs to be abstract, final or empty.1212
ErrorsMissing a Javadoc comment.1212
ErrorsParameter lid should be final.1212
ErrorsLine contains a tab character.1213
ErrorsLine contains a tab character.1214
ErrorsLine contains a tab character.1215
ErrorsLine is longer than 80 characters.1216
ErrorsLine contains a tab character.1216
ErrorsLine contains a tab character.1217
ErrorsMust have at least one statement.1217
ErrorsLine contains a tab character.1218
ErrorsLine contains a tab character.1219
ErrorsLine contains a tab character.1220
ErrorsLine contains a tab character.1221
ErrorsFirst sentence should end with a period.1223
ErrorsLine contains a tab character.1223
ErrorsLine contains a tab character.1224
ErrorsLine contains a tab character.1225
ErrorsLine contains a tab character.1226
ErrorsLine has trailing spaces.1227
ErrorsLine contains a tab character.1227
ErrorsLine contains a tab character.1228
ErrorsLine contains a tab character.1229
ErrorsLine contains a tab character.1230
ErrorsMethod 'getExtrinsic' is not designed for extension - needs to be abstract, final or empty.1230
ErrorsParameter lid should be final.1230
ErrorsParameter version should be final.1230
ErrorsLine contains a tab character.1231
ErrorsLine contains a tab character.1232
ErrorsLine is longer than 80 characters.1233
ErrorsLine contains a tab character.1233
ErrorsLine contains a tab character.1234
ErrorsLine contains a tab character.1235
ErrorsLine contains a tab character.1236
ErrorsLine is longer than 80 characters.1237
ErrorsLine contains a tab character.1237
Errors',' is not followed by whitespace.1237
ErrorsLine contains a tab character.1238
ErrorsLine contains a tab character.1239
ErrorsLine has trailing spaces.1240
ErrorsLine is longer than 80 characters.1240
ErrorsLine contains a tab character.1240
ErrorsLine has trailing spaces.1241
ErrorsLine contains a tab character.1241
ErrorsLine contains a tab character.1242
ErrorsLine contains a tab character.1243
ErrorsLine contains a tab character.1244
ErrorsLine contains a tab character.1245
ErrorsLine contains a tab character.1246
ErrorsLine contains a tab character.1247
ErrorsLine contains a tab character.1248
ErrorsLine has trailing spaces.1249
ErrorsLine contains a tab character.1249
ErrorsLine contains a tab character.1250
ErrorsMethod 'createRegistryPackage' is not designed for extension - needs to be abstract, final or empty.1250
ErrorsMissing a Javadoc comment.1250
ErrorsLine contains a tab character.1251
ErrorsLine is longer than 80 characters.1252
ErrorsLine contains a tab character.1252
ErrorsLine contains a tab character.1253
ErrorsLine has trailing spaces.1254
ErrorsLine contains a tab character.1254
Errors'if' construct must use '{}'s.1255
ErrorsLine contains a tab character.1255
Errors'==' is not preceded with whitespace.1255
Errors'==' is not followed by whitespace.1255
ErrorsLine contains a tab character.1256
Errors'else' construct must use '{}'s.1257
ErrorsLine has trailing spaces.1257
ErrorsLine contains a tab character.1257
ErrorsLine contains a tab character.1258
ErrorsLine has trailing spaces.1259
ErrorsLine contains a tab character.1259
ErrorsLine is longer than 80 characters.1260
ErrorsLine contains a tab character.1260
ErrorsLine contains a tab character.1261
ErrorsLine contains a tab character.1262
ErrorsLine has trailing spaces.1263
ErrorsLine contains a tab character.1263
ErrorsLine is longer than 80 characters.1264
ErrorsLine contains a tab character.1264
ErrorsLine has trailing spaces.1265
ErrorsLine contains a tab character.1265
Errors'}' should be on the same line.1265
ErrorsLine contains a tab character.1266
ErrorsLine is longer than 80 characters.1267
ErrorsLine contains a tab character.1267
Errors'==' is not preceded with whitespace.1267
Errors'==' is not followed by whitespace.1267
Errors'||' should be on a new line.1267
ErrorsLine contains a tab character.1268
Errors'==' is not preceded with whitespace.1268
Errors'==' is not followed by whitespace.1268
ErrorsLine is longer than 80 characters.1269
ErrorsLine contains a tab character.1269
ErrorsLine has trailing spaces.1270
ErrorsLine contains a tab character.1270
ErrorsLine contains a tab character.1271
ErrorsLine is longer than 80 characters.1272
ErrorsLine contains a tab character.1272
Errors'==' is not preceded with whitespace.1272
Errors'==' is not followed by whitespace.1272
Errors'||' should be on a new line.1272
ErrorsLine contains a tab character.1273
Errors'==' is not preceded with whitespace.1273
Errors'==' is not followed by whitespace.1273
ErrorsLine is longer than 80 characters.1274
ErrorsLine contains a tab character.1274
ErrorsLine contains a tab character.1275
ErrorsLine contains a tab character.1276
ErrorsLine contains a tab character.1277
ErrorsLine has trailing spaces.1278
ErrorsLine contains a tab character.1278
Errors'}' should be on the same line.1278
ErrorsLine contains a tab character.1279
Errors'if' construct must use '{}'s.1280
ErrorsLine contains a tab character.1280
ErrorsLine is longer than 80 characters.1281
ErrorsLine contains a tab character.1281
Errors'+' is not preceded with whitespace.1281
Errors'+' should be on a new line.1281
ErrorsLine has trailing spaces.1282
ErrorsLine is longer than 80 characters.1282
ErrorsLine contains a tab character.1282
Errors'+' should be on a new line.1282
ErrorsLine is longer than 80 characters.1283
ErrorsLine contains a tab character.1283
ErrorsLine contains a tab character.1284
ErrorsLine contains a tab character.1285
ErrorsLine contains a tab character.1286
ErrorsRedundant import from the same package - gov.nasa.pds.citool.ingestor.Constants.16
ErrorsRedundant import from the same package - gov.nasa.pds.citool.ingestor.Reference.17
ErrorsUnused import - gov.nasa.pds.registry.model.ObjectStatus.29
ErrorsUnused import - gov.nasa.pds.tools.dict.Dictionary.44
ErrorsUnused import - java.io.File.46
ErrorsUnused import - java.net.URI.57
ErrorsMissing a Javadoc comment.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsMissing a Javadoc comment.65
ErrorsVariable 'fileObjCount' must be private and have accessor methods.65
ErrorsLine contains a tab character.66
ErrorsMissing a Javadoc comment.66
ErrorsVariable 'storageCount' must be private and have accessor methods.66
ErrorsLine contains a tab character.67
ErrorsMissing a Javadoc comment.67
ErrorsVariable 'registryCount' must be private and have accessor methods.67
ErrorsLine contains a tab character.68
ErrorsMissing a Javadoc comment.68
ErrorsVariable 'failCount' must be private and have accessor methods.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsMissing a Javadoc comment.70
ErrorsVariable 'registryPackageName' must be private and have accessor methods.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsMissing a Javadoc comment.72
ErrorsLine contains a tab character.73
ErrorsMissing a Javadoc comment.73
ErrorsLine contains a tab character.74
ErrorsMissing a Javadoc comment.74
ErrorsLine contains a tab character.75
ErrorsMissing a Javadoc comment.75
ErrorsLine contains a tab character.76
ErrorsMissing a Javadoc comment.76
ErrorsLine contains a tab character.77
ErrorsMissing a Javadoc comment.77
ErrorsLine contains a tab character.78
ErrorsMissing a Javadoc comment.78
ErrorsLine contains a tab character.79
ErrorsMissing a Javadoc comment.79
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.80
ErrorsMissing a Javadoc comment.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsFirst sentence should end with a period.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.87
ErrorsLine contains a tab character.87
ErrorsParameter registryURL should be final.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.93
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.95
ErrorsFirst sentence should end with a period.96
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine is longer than 80 characters.103
ErrorsLine contains a tab character.103
ErrorsParameter registryURL should be final.103
ErrorsParameter securityContext should be final.103
ErrorsLine contains a tab character.104
ErrorsParameter username should be final.104
ErrorsParameter password should be final.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine is longer than 80 characters.107
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine is longer than 80 characters.109
ErrorsLine contains a tab character.109
ErrorsLine has trailing spaces.110
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine has trailing spaces.112
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsMissing a Javadoc comment.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine has trailing spaces.120
ErrorsLine contains a tab character.120
ErrorsFirst sentence should end with a period.121
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsExpected an @return tag.124
ErrorsLine contains a tab character.124
ErrorsMethod 'getStorageIngester' is not designed for extension - needs to be abstract, final or empty.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine has trailing spaces.127
ErrorsLine contains a tab character.127
ErrorsFirst sentence should end with a period.128
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsLine is longer than 80 characters.133
ErrorsLine contains a tab character.133
ErrorsMethod 'setStorageService' is not designed for extension - needs to be abstract, final or empty.133
ErrorsParameter storageURL should be final.133
ErrorsParameter productName should be final.133
ErrorsExpected @throws tag for 'ConnectionException'.133
ErrorsLine has trailing spaces.134
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine is longer than 80 characters.137
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
Errors'catch' is not followed by whitespace.142
ErrorsLine is longer than 80 characters.143
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine has trailing spaces.147
ErrorsLine contains a tab character.147
ErrorsFirst sentence should end with a period.148
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsMethod 'setTransportURL' is not designed for extension - needs to be abstract, final or empty.152
ErrorsParameter transportURL should be final.152
Errors'transportURL' hides a field.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine has trailing spaces.155
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsMethod 'setArchiveStatus' is not designed for extension - needs to be abstract, final or empty.156
ErrorsMissing a Javadoc comment.156
ErrorsParameter status should be final.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine has trailing spaces.159
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsMethod 'setVolumeLid' is not designed for extension - needs to be abstract, final or empty.160
ErrorsMissing a Javadoc comment.160
ErrorsParameter lid should be final.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine has trailing spaces.163
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine is longer than 80 characters.167
ErrorsLine contains a tab character.167
ErrorsLine has trailing spaces.168
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine has trailing spaces.171
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsMethod 'ingest' is not designed for extension - needs to be abstract, final or empty.173
ErrorsParameter catObj should be final.173
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsLine is longer than 80 characters.178
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
Errors'}' should be on the same line.180
ErrorsLine has trailing spaces.181
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine has trailing spaces.183
ErrorsLine contains a tab character.183
Errors'if' construct must use '{}'s.184
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.188
Errors'if' construct must use '{}'s.189
ErrorsLine contains a tab character.189
ErrorsLine has trailing spaces.190
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsLine has trailing spaces.193
ErrorsLine contains a tab character.193
ErrorsLine has trailing spaces.194
ErrorsLine contains a tab character.194
ErrorsMissing a Javadoc comment.194
ErrorsParameter catObj should be final.194
ErrorsLine has trailing spaces.195
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsLine has trailing spaces.198
ErrorsLine contains a tab character.198
ErrorsLine has trailing spaces.199
ErrorsLine is longer than 80 characters.199
ErrorsLine contains a tab character.199
ErrorsLine has trailing spaces.200
ErrorsLine is longer than 80 characters.200
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsLine is longer than 80 characters.202
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
ErrorsLine is longer than 80 characters.204
ErrorsLine contains a tab character.204
Errors'+' is not preceded with whitespace.204
Errors'+' is not followed by whitespace.204
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
ErrorsLine has trailing spaces.207
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.210
Errors'==' is not preceded with whitespace.210
Errors'==' is not followed by whitespace.210
ErrorsLine is longer than 80 characters.211
ErrorsLine contains a tab character.211
ErrorsLine is longer than 80 characters.212
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsLine is longer than 80 characters.214
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
Errors'}' should be on the same line.216
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine is longer than 80 characters.220
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine is longer than 80 characters.223
ErrorsLine contains a tab character.223
ErrorsLine is longer than 80 characters.224
ErrorsLine contains a tab character.224
ErrorsLine is longer than 80 characters.225
ErrorsLine contains a tab character.225
ErrorsLine is longer than 80 characters.226
ErrorsLine contains a tab character.226
ErrorsLine is longer than 80 characters.227
ErrorsLine contains a tab character.227
ErrorsLine is longer than 80 characters.228
ErrorsLine contains a tab character.228
ErrorsLine is longer than 80 characters.230
ErrorsLine contains a tab character.230
ErrorsLine is longer than 80 characters.231
ErrorsLine contains a tab character.231
ErrorsLine is longer than 80 characters.232
ErrorsLine contains a tab character.232
ErrorsLine is longer than 80 characters.233
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.235
ErrorsLine has trailing spaces.236
ErrorsLine is longer than 80 characters.236
ErrorsLine contains a tab character.236
ErrorsLine is longer than 80 characters.237
ErrorsLine contains a tab character.237
Errors'{' is followed by whitespace.237
ErrorsLine has trailing spaces.238
ErrorsLine is longer than 80 characters.238
ErrorsLine contains a tab character.238
ErrorsLine is longer than 80 characters.239
ErrorsLine contains a tab character.239
Errors'{' is followed by whitespace.239
ErrorsLine has trailing spaces.240
ErrorsLine contains a tab character.240
Errors'}' should be on the same line.240
ErrorsLine contains a tab character.241
ErrorsLine is longer than 80 characters.242
ErrorsLine contains a tab character.242
ErrorsLine is longer than 80 characters.243
ErrorsLine contains a tab character.243
ErrorsLine is longer than 80 characters.244
ErrorsLine contains a tab character.244
ErrorsLine is longer than 80 characters.245
ErrorsLine contains a tab character.245
ErrorsLine is longer than 80 characters.246
ErrorsLine contains a tab character.246
ErrorsLine contains a tab character.247
ErrorsLine contains a tab character.248
Errors'}' should be on the same line.248
ErrorsLine contains a tab character.249
ErrorsLine is longer than 80 characters.250
ErrorsLine contains a tab character.250
ErrorsLine is longer than 80 characters.251
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsLine is longer than 80 characters.253
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.254
ErrorsLine contains a tab character.255
ErrorsLine contains a tab character.256
ErrorsLine contains a tab character.258
ErrorsLine is longer than 80 characters.259
ErrorsLine contains a tab character.259
ErrorsLine contains a tab character.260
ErrorsLine has trailing spaces.262
ErrorsLine contains a tab character.262
ErrorsLine is longer than 80 characters.263
ErrorsLine contains a tab character.263
ErrorsLine is longer than 80 characters.264
ErrorsLine contains a tab character.264
ErrorsLine is longer than 80 characters.265
ErrorsLine contains a tab character.265
ErrorsLine contains a tab character.266
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.269
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.271
ErrorsLine is longer than 80 characters.273
ErrorsLine contains a tab character.273
ErrorsLine is longer than 80 characters.274
ErrorsLine contains a tab character.274
ErrorsLine is longer than 80 characters.275
ErrorsLine contains a tab character.275
ErrorsLine contains a tab character.276
ErrorsLine has trailing spaces.278
ErrorsLine is longer than 80 characters.278
ErrorsLine contains a tab character.278
ErrorsLine contains a tab character.279
ErrorsLine is longer than 80 characters.280
ErrorsLine contains a tab character.280
ErrorsLine has trailing spaces.281
ErrorsLine contains a tab character.281
ErrorsLine has trailing spaces.282
ErrorsLine contains a tab character.282
ErrorsLine has trailing spaces.283
ErrorsLine is longer than 80 characters.283
ErrorsLine contains a tab character.283
ErrorsLine is longer than 80 characters.284
ErrorsLine contains a tab character.284
ErrorsLine contains a tab character.285
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.287
ErrorsLine has trailing spaces.288
ErrorsLine is longer than 80 characters.288
ErrorsLine contains a tab character.288
ErrorsLine is longer than 80 characters.289
ErrorsLine contains a tab character.289
ErrorsLine contains a tab character.290
ErrorsLine contains a tab character.291
ErrorsLine has trailing spaces.292
ErrorsLine contains a tab character.292
ErrorsLine contains a tab character.293
ErrorsLine has trailing spaces.294
ErrorsLine contains a tab character.294
ErrorsFirst sentence should end with a period.295
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.296
ErrorsLine has trailing spaces.297
ErrorsLine contains a tab character.297
ErrorsLine contains a tab character.298
ErrorsLine has trailing spaces.299
ErrorsLine contains a tab character.299
ErrorsLine has trailing spaces.300
ErrorsLine contains a tab character.300
ErrorsLine contains a tab character.301
ErrorsLine contains a tab character.302
ErrorsMethod 'ingestExtrinsicObject' is not designed for extension - needs to be abstract, final or empty.302
ErrorsParameter catObj should be final.302
ErrorsLine contains a tab character.303
ErrorsLine contains a tab character.304
ErrorsLine has trailing spaces.305
ErrorsLine contains a tab character.305
ErrorsLine has trailing spaces.306
ErrorsLine contains a tab character.306
ErrorsLine contains a tab character.307
ErrorsLine is longer than 80 characters.308
ErrorsLine contains a tab character.308
ErrorsLine has trailing spaces.309
ErrorsLine contains a tab character.309
ErrorsLine has trailing spaces.310
ErrorsLine contains a tab character.310
ErrorsLine is longer than 80 characters.311
ErrorsLine contains a tab character.311
ErrorsLine contains a tab character.312
ErrorsLine is longer than 80 characters.313
ErrorsLine contains a tab character.313
ErrorsLine is longer than 80 characters.314
ErrorsLine contains a tab character.314
ErrorsLine is longer than 80 characters.315
ErrorsLine contains a tab character.315
ErrorsLine is longer than 80 characters.316
ErrorsLine contains a tab character.316
ErrorsLine is longer than 80 characters.317
ErrorsLine contains a tab character.317
ErrorsComment matches to-do format 'TODO:'.318
ErrorsLine is longer than 80 characters.318
ErrorsLine contains a tab character.318
ErrorsLine is longer than 80 characters.319
ErrorsLine contains a tab character.319
ErrorsLine is longer than 80 characters.321
ErrorsLine contains a tab character.322
ErrorsLine contains a tab character.323
ErrorsLine has trailing spaces.324
ErrorsLine contains a tab character.324
ErrorsLine contains a tab character.325
ErrorsLine contains a tab character.326
ErrorsLine has trailing spaces.327
ErrorsLine contains a tab character.327
ErrorsLine contains a tab character.328
ErrorsLine is longer than 80 characters.329
ErrorsLine contains a tab character.329
ErrorsLine has trailing spaces.330
ErrorsLine is longer than 80 characters.330
ErrorsLine contains a tab character.330
ErrorsLine contains a tab character.331
ErrorsLine is longer than 80 characters.332
ErrorsLine contains a tab character.332
ErrorsLine is longer than 80 characters.333
ErrorsLine contains a tab character.333
ErrorsLine is longer than 80 characters.334
ErrorsLine contains a tab character.334
ErrorsLine contains a tab character.335
ErrorsLine contains a tab character.336
ErrorsLine contains a tab character.337
ErrorsLine contains a tab character.338
Errors'}' should be on the same line.338
ErrorsLine contains a tab character.339
ErrorsLine has trailing spaces.340
ErrorsLine is longer than 80 characters.340
ErrorsLine contains a tab character.340
ErrorsLine is longer than 80 characters.341
ErrorsLine contains a tab character.341
Errors'+' is not preceded with whitespace.341
Errors'+' is not followed by whitespace.341
ErrorsLine is longer than 80 characters.342
ErrorsLine contains a tab character.342
ErrorsLine contains a tab character.343
ErrorsLine contains a tab character.344
ErrorsLine has trailing spaces.345
ErrorsLine contains a tab character.345
ErrorsLine contains a tab character.346
Errors'}' should be on the same line.346
ErrorsLine contains a tab character.347
ErrorsLine contains a tab character.348
ErrorsLine contains a tab character.349
ErrorsLine contains a tab character.350
ErrorsLine contains a tab character.351
ErrorsLine contains a tab character.352
ErrorsLine contains a tab character.353
ErrorsLine contains a tab character.354
ErrorsLine has trailing spaces.355
ErrorsLine contains a tab character.355
ErrorsLine is longer than 80 characters.356
ErrorsLine contains a tab character.356
ErrorsLine is longer than 80 characters.357
ErrorsLine contains a tab character.357
ErrorsLine is longer than 80 characters.358
ErrorsLine contains a tab character.358
Errors'+' is not preceded with whitespace.358
Errors'+' is not followed by whitespace.358
ErrorsLine contains a tab character.359
ErrorsLine has trailing spaces.360
ErrorsLine contains a tab character.360
ErrorsLine is longer than 80 characters.361
ErrorsLine contains a tab character.361
ErrorsLine is longer than 80 characters.362
ErrorsLine contains a tab character.362
ErrorsLine contains a tab character.363
ErrorsLine contains a tab character.364
ErrorsLine has trailing spaces.365
ErrorsLine contains a tab character.365
ErrorsLine has trailing spaces.367
ErrorsLine is longer than 80 characters.367
ErrorsLine contains a tab character.367
ErrorsLine is longer than 80 characters.368
ErrorsLine contains a tab character.368
ErrorsLine contains a tab character.369
ErrorsLine contains a tab character.370
ErrorsLine contains a tab character.371
ErrorsLine contains a tab character.372
ErrorsLine has trailing spaces.373
ErrorsLine is longer than 80 characters.373
ErrorsLine contains a tab character.373
ErrorsLine is longer than 80 characters.374
ErrorsLine contains a tab character.374
ErrorsLine contains a tab character.375
ErrorsLine contains a tab character.376
ErrorsLine contains a tab character.377
ErrorsLine contains a tab character.378
ErrorsLine has trailing spaces.379
ErrorsLine is longer than 80 characters.379
ErrorsLine contains a tab character.379
ErrorsLine is longer than 80 characters.380
ErrorsLine contains a tab character.380
ErrorsLine contains a tab character.381
ErrorsLine contains a tab character.382
ErrorsLine contains a tab character.383
ErrorsLine contains a tab character.384
ErrorsLine contains a tab character.385
ErrorsLine has trailing spaces.386
ErrorsLine contains a tab character.386
ErrorsLine contains a tab character.387
ErrorsLine contains a tab character.388
ErrorsLine has trailing spaces.389
ErrorsLine contains a tab character.389
ErrorsLine contains a tab character.390
ErrorsMissing a Javadoc comment.390
ErrorsParameter prod should be final.390
ErrorsParameter key should be final.390
ErrorsLine contains a tab character.391
ErrorsLine contains a tab character.393
ErrorsLine contains a tab character.394
ErrorsLine contains a tab character.395
Errors'cast' is not followed by whitespace.395
ErrorsLine has trailing spaces.396
ErrorsLine contains a tab character.396
ErrorsLine contains a tab character.397
ErrorsLine contains a tab character.398
Errors'!=' is not preceded with whitespace.398
Errors'!=' is not followed by whitespace.398
Errors'>' is not preceded with whitespace.398
Errors'>' is not followed by whitespace.398
Errors'if' construct must use '{}'s.399
ErrorsLine contains a tab character.399
Errors'==' is not preceded with whitespace.399
Errors'==' is not followed by whitespace.399
ErrorsLine contains a tab character.400
ErrorsLine contains a tab character.401
ErrorsComment matches to-do format 'TODO:'.402
ErrorsLine is longer than 80 characters.402
ErrorsLine contains a tab character.402
ErrorsLine is longer than 80 characters.403
ErrorsLine contains a tab character.403
ErrorsLine is longer than 80 characters.404
ErrorsLine contains a tab character.404
ErrorsLine contains a tab character.405
ErrorsLine contains a tab character.406
Errors'}' should be on the same line.406
Errors'else' construct must use '{}'s.407
ErrorsLine has trailing spaces.407
ErrorsLine contains a tab character.407
ErrorsLine contains a tab character.408
ErrorsLine contains a tab character.409
ErrorsLine has trailing spaces.410
ErrorsLine contains a tab character.410
ErrorsLine has trailing spaces.411
ErrorsLine contains a tab character.411
ErrorsLine contains a tab character.412
ErrorsLine has trailing spaces.413
ErrorsLine contains a tab character.413
ErrorsLine is longer than 80 characters.414
ErrorsLine contains a tab character.414
ErrorsMissing a Javadoc comment.414
ErrorsParameter oldProd should be final.414
ErrorsParameter newProd should be final.414
ErrorsLine has trailing spaces.415
ErrorsLine is longer than 80 characters.415
ErrorsLine contains a tab character.415
ErrorsLine is longer than 80 characters.416
ErrorsLine contains a tab character.416
ErrorsLine has trailing spaces.417
ErrorsLine contains a tab character.417
Errors'if' construct must use '{}'s.418
ErrorsLine contains a tab character.418
ErrorsConditional logic can be removed.418
ErrorsLine contains a tab character.419
Errors'else' construct must use '{}'s.420
ErrorsLine has trailing spaces.420
ErrorsLine contains a tab character.420
ErrorsLine contains a tab character.421
ErrorsLine contains a tab character.422
ErrorsLine has trailing spaces.423
ErrorsLine contains a tab character.423
ErrorsLine has trailing spaces.424
ErrorsLine contains a tab character.424
ErrorsFirst sentence should end with a period.425
ErrorsLine contains a tab character.425
ErrorsLine contains a tab character.426
ErrorsLine has trailing spaces.427
ErrorsLine contains a tab character.427
ErrorsLine contains a tab character.428
ErrorsLine has trailing spaces.429
ErrorsLine contains a tab character.429
ErrorsLine has trailing spaces.430
ErrorsLine contains a tab character.430
ErrorsLine contains a tab character.431
ErrorsLine has trailing spaces.432
ErrorsLine contains a tab character.432
ErrorsLine contains a tab character.433
ErrorsMethod 'ingestHKExtrinsicObject' is not designed for extension - needs to be abstract, final or empty.433
ErrorsParameter catObj should be final.433
ErrorsLine contains a tab character.434
ErrorsLine contains a tab character.435
ErrorsLine contains a tab character.436
Errors'=' is not preceded with whitespace.436
Errors'=' is not followed by whitespace.436
ErrorsLine has trailing spaces.437
ErrorsLine contains a tab character.437
ErrorsLine has trailing spaces.438
ErrorsLine contains a tab character.438
ErrorsLine contains a tab character.439
ErrorsLine is longer than 80 characters.440
ErrorsLine contains a tab character.440
ErrorsLine has trailing spaces.441
ErrorsLine contains a tab character.441
ErrorsLine has trailing spaces.442
ErrorsLine contains a tab character.442
ErrorsLine contains a tab character.443
ErrorsLine is longer than 80 characters.444
ErrorsLine contains a tab character.444
ErrorsLine is longer than 80 characters.445
ErrorsLine contains a tab character.445
ErrorsLine has trailing spaces.446
ErrorsLine contains a tab character.446
ErrorsLine contains a tab character.447
ErrorsLine has trailing spaces.448
ErrorsLine is longer than 80 characters.448
ErrorsLine contains a tab character.448
ErrorsLine contains a tab character.449
ErrorsLine is longer than 80 characters.450
ErrorsLine contains a tab character.450
ErrorsLine is longer than 80 characters.451
ErrorsLine contains a tab character.451
ErrorsLine is longer than 80 characters.452
ErrorsLine contains a tab character.452
ErrorsLine is longer than 80 characters.453
ErrorsLine contains a tab character.453
ErrorsLine contains a tab character.454
ErrorsLine contains a tab character.455
ErrorsLine contains a tab character.456
Errors'}' should be on the same line.456
ErrorsLine contains a tab character.457
ErrorsLine has trailing spaces.458
ErrorsLine is longer than 80 characters.458
ErrorsLine contains a tab character.458
ErrorsLine contains a tab character.459
ErrorsLine contains a tab character.460
ErrorsLine contains a tab character.461
Errors'}' should be on the same line.461
ErrorsLine contains a tab character.462
ErrorsLine is longer than 80 characters.463
ErrorsLine contains a tab character.463
ErrorsLine contains a tab character.464
ErrorsLine contains a tab character.465
ErrorsLine contains a tab character.466
ErrorsLine contains a tab character.467
ErrorsLine has trailing spaces.468
ErrorsLine contains a tab character.468
ErrorsLine is longer than 80 characters.469
ErrorsLine contains a tab character.469
ErrorsLine is longer than 80 characters.470
ErrorsLine contains a tab character.470
ErrorsLine is longer than 80 characters.471
ErrorsLine contains a tab character.471
ErrorsLine contains a tab character.472
ErrorsLine has trailing spaces.473
ErrorsLine contains a tab character.473
ErrorsLine is longer than 80 characters.474
ErrorsLine contains a tab character.474
ErrorsLine is longer than 80 characters.475
ErrorsLine contains a tab character.475
ErrorsLine contains a tab character.476
ErrorsLine contains a tab character.477
ErrorsLine has trailing spaces.478
ErrorsLine contains a tab character.478
ErrorsLine contains a tab character.479
ErrorsLine contains a tab character.480
ErrorsLine has trailing spaces.481
ErrorsLine contains a tab character.481
ErrorsLine has trailing spaces.483
ErrorsLine is longer than 80 characters.483
ErrorsLine contains a tab character.483
ErrorsLine is longer than 80 characters.484
ErrorsLine contains a tab character.484
ErrorsLine contains a tab character.485
ErrorsLine contains a tab character.486
ErrorsLine contains a tab character.487
ErrorsLine has trailing spaces.488
ErrorsLine is longer than 80 characters.488
ErrorsLine contains a tab character.488
ErrorsLine is longer than 80 characters.489
ErrorsLine contains a tab character.489
ErrorsLine contains a tab character.490
ErrorsLine contains a tab character.491
ErrorsLine contains a tab character.492
ErrorsLine has trailing spaces.493
ErrorsLine is longer than 80 characters.493
ErrorsLine contains a tab character.493
ErrorsLine is longer than 80 characters.494
ErrorsLine contains a tab character.494
ErrorsLine contains a tab character.495
ErrorsLine contains a tab character.496
ErrorsLine contains a tab character.497
ErrorsLine contains a tab character.498
ErrorsLine contains a tab character.499
ErrorsLine has trailing spaces.500
ErrorsLine contains a tab character.500
ErrorsFirst sentence should end with a period.501
ErrorsLine contains a tab character.501
ErrorsLine has trailing spaces.502
ErrorsLine contains a tab character.502
ErrorsLine contains a tab character.503
ErrorsLine has trailing spaces.504
ErrorsLine contains a tab character.504
ErrorsLine contains a tab character.505
ErrorsLine contains a tab character.506
ErrorsLine contains a tab character.507
ErrorsLine is longer than 80 characters.508
ErrorsLine contains a tab character.508
ErrorsMethod 'updateProduct' is not designed for extension - needs to be abstract, final or empty.508
ErrorsParameter catObj should be final.508
ErrorsParameter refs should be final.508
ErrorsLine contains a tab character.509
ErrorsLine contains a tab character.510
ErrorsLine contains a tab character.511
ErrorsLine contains a tab character.512
Errors'==' is not preceded with whitespace.512
Errors'==' is not followed by whitespace.512
ErrorsLine contains a tab character.513
ErrorsLine contains a tab character.514
ErrorsLine has trailing spaces.515
ErrorsLine contains a tab character.515
ErrorsLine contains a tab character.516
Errors'product' hides a field.516
ErrorsLine has trailing spaces.517
ErrorsLine contains a tab character.517
Errors'if' construct must use '{}'s.518
ErrorsLine contains a tab character.518
Errors'==' is not preceded with whitespace.518
Errors'==' is not followed by whitespace.518
ErrorsLine contains a tab character.519
Errors'else' construct must use '{}'s.520
ErrorsLine has trailing spaces.520
ErrorsLine contains a tab character.520
ErrorsLine contains a tab character.521
ErrorsLine has trailing spaces.523
ErrorsLine contains a tab character.523
ErrorsLine contains a tab character.524
ErrorsLine has trailing spaces.525
ErrorsLine contains a tab character.525
ErrorsLine has trailing spaces.526
ErrorsLine contains a tab character.526
ErrorsLine is longer than 80 characters.527
ErrorsLine contains a tab character.527
ErrorsComment matches to-do format 'TODO:'.528
ErrorsLine is longer than 80 characters.528
ErrorsLine contains a tab character.528
ErrorsLine has trailing spaces.529
ErrorsLine contains a tab character.529
Errors'if' construct must use '{}'s.530
ErrorsLine contains a tab character.530
Errors'!=' is not preceded with whitespace.530
Errors'!=' is not followed by whitespace.530
ErrorsLine is longer than 80 characters.531
ErrorsLine contains a tab character.531
Errors'if' construct must use '{}'s.532
ErrorsLine contains a tab character.532
Errors'!=' is not preceded with whitespace.532
Errors'!=' is not followed by whitespace.532
ErrorsLine is longer than 80 characters.533
ErrorsLine contains a tab character.533
ErrorsLine contains a tab character.534
ErrorsLine contains a tab character.535
Errors'!=' is not preceded with whitespace.535
Errors'!=' is not followed by whitespace.535
ErrorsLine is longer than 80 characters.536
ErrorsLine contains a tab character.536
ErrorsLine contains a tab character.537
ErrorsLine contains a tab character.538
ErrorsLine contains a tab character.539
Errors'}' should be on the same line.539
ErrorsLine contains a tab character.540
Errors'if' construct must use '{}'s.541
ErrorsLine contains a tab character.541
Errors'!=' is not preceded with whitespace.541
Errors'!=' is not followed by whitespace.541
ErrorsLine is longer than 80 characters.542
ErrorsLine contains a tab character.542
Errors'if' construct must use '{}'s.543
ErrorsLine contains a tab character.543
Errors'!=' is not preceded with whitespace.543
Errors'!=' is not followed by whitespace.543
ErrorsLine is longer than 80 characters.544
ErrorsLine contains a tab character.544
ErrorsLine contains a tab character.545
Errors'if' construct must use '{}'s.546
ErrorsLine contains a tab character.546
Errors'!=' is not preceded with whitespace.546
Errors'!=' is not followed by whitespace.546
ErrorsLine is longer than 80 characters.547
ErrorsLine contains a tab character.547
ErrorsLine contains a tab character.548
ErrorsLine contains a tab character.549
Errors'}' should be on the same line.549
ErrorsLine contains a tab character.550
Errors'if' construct must use '{}'s.551
ErrorsLine contains a tab character.551
Errors'!=' is not preceded with whitespace.551
Errors'!=' is not followed by whitespace.551
ErrorsLine is longer than 80 characters.552
ErrorsLine contains a tab character.552
ErrorsLine contains a tab character.553
Errors'!=' is not preceded with whitespace.553
Errors'!=' is not followed by whitespace.553
ErrorsLine is longer than 80 characters.554
ErrorsLine contains a tab character.554
ErrorsLine is longer than 80 characters.555
ErrorsLine contains a tab character.555
ErrorsLine is longer than 80 characters.556
ErrorsLine contains a tab character.556
ErrorsLine contains a tab character.557
ErrorsLine contains a tab character.558
Errors'}' should be on the same line.558
ErrorsLine contains a tab character.559
ErrorsLine is longer than 80 characters.560
ErrorsLine contains a tab character.560
Errors'if' construct must use '{}'s.561
ErrorsLine contains a tab character.561
Errors'!=' is not preceded with whitespace.561
Errors'!=' is not followed by whitespace.561
ErrorsLine is longer than 80 characters.562
ErrorsLine contains a tab character.562
ErrorsLine contains a tab character.563
ErrorsLine contains a tab character.564
Errors'!=' is not preceded with whitespace.564
Errors'!=' is not followed by whitespace.564
ErrorsLine is longer than 80 characters.565
ErrorsLine contains a tab character.565
ErrorsLine contains a tab character.566
ErrorsLine contains a tab character.567
ErrorsLine contains a tab character.568
Errors'!=' is not preceded with whitespace.568
Errors'!=' is not followed by whitespace.568
ErrorsLine is longer than 80 characters.569
ErrorsLine contains a tab character.569
ErrorsLine contains a tab character.570
ErrorsLine contains a tab character.571
Errors'!=' is not preceded with whitespace.571
Errors'!=' is not followed by whitespace.571
ErrorsLine is longer than 80 characters.572
ErrorsLine contains a tab character.572
ErrorsLine contains a tab character.573
ErrorsLine is longer than 80 characters.574
ErrorsLine contains a tab character.574
ErrorsLine contains a tab character.575
ErrorsLine contains a tab character.576
Errors'!=' is not preceded with whitespace.576
Errors'!=' is not followed by whitespace.576
ErrorsLine is longer than 80 characters.577
ErrorsLine contains a tab character.577
ErrorsLine contains a tab character.578
ErrorsLine is longer than 80 characters.579
ErrorsLine contains a tab character.579
ErrorsLine contains a tab character.580
ErrorsLine is longer than 80 characters.581
ErrorsLine contains a tab character.581
ErrorsLine contains a tab character.582
Errors'if' construct must use '{}'s.584
ErrorsLine is longer than 80 characters.584
ErrorsLine contains a tab character.584
ErrorsLine contains a tab character.585
ErrorsLine contains a tab character.586
ErrorsLine contains a tab character.587
Errors'>' is not preceded with whitespace.587
Errors'>' is not followed by whitespace.587
ErrorsLine contains a tab character.588
ErrorsLine has trailing spaces.589
ErrorsLine is longer than 80 characters.589
ErrorsLine contains a tab character.589
ErrorsLine contains a tab character.590
ErrorsLine contains a tab character.591
Errors'if' construct must use '{}'s.592
ErrorsLine contains a tab character.592
Errors'!=' is not preceded with whitespace.592
Errors'!=' is not followed by whitespace.592
ErrorsLine is longer than 80 characters.593
ErrorsLine contains a tab character.593
ErrorsLine contains a tab character.594
Errors'}' should be on the same line.594
ErrorsLine contains a tab character.595
Errors'if' construct must use '{}'s.596
ErrorsLine contains a tab character.596
Errors'!=' is not preceded with whitespace.596
Errors'!=' is not followed by whitespace.596
ErrorsLine is longer than 80 characters.597
ErrorsLine contains a tab character.597
Errors'if' construct must use '{}'s.598
ErrorsLine contains a tab character.598
Errors'!=' is not preceded with whitespace.598
Errors'!=' is not followed by whitespace.598
ErrorsLine is longer than 80 characters.599
ErrorsLine contains a tab character.599
Errors'if' construct must use '{}'s.600
ErrorsLine contains a tab character.600
Errors'!=' is not preceded with whitespace.600
Errors'!=' is not followed by whitespace.600
ErrorsLine has trailing spaces.601
ErrorsLine is longer than 80 characters.601
ErrorsLine contains a tab character.601
ErrorsLine contains a tab character.602
Errors'}' should be on the same line.602
ErrorsLine contains a tab character.603
Errors'if' construct must use '{}'s.604
ErrorsLine contains a tab character.604
Errors'!=' is not preceded with whitespace.604
Errors'!=' is not followed by whitespace.604
ErrorsLine is longer than 80 characters.605
ErrorsLine contains a tab character.605
ErrorsLine contains a tab character.606
ErrorsLine has trailing spaces.607
ErrorsLine contains a tab character.607
ErrorsLine contains a tab character.608
ErrorsLine contains a tab character.609
ErrorsLine contains a tab character.610
ErrorsLine contains a tab character.611
ErrorsLine has trailing spaces.612
ErrorsLine contains a tab character.612
ErrorsLine contains a tab character.613
ErrorsLine contains a tab character.614
ErrorsLine contains a tab character.615
ErrorsLine has trailing spaces.616
ErrorsLine is longer than 80 characters.616
ErrorsLine contains a tab character.616
ErrorsLine is longer than 80 characters.617
ErrorsLine contains a tab character.617
ErrorsLine contains a tab character.618
ErrorsLine contains a tab character.619
ErrorsLine has trailing spaces.620
ErrorsLine contains a tab character.620
ErrorsLine contains a tab character.621
ErrorsLine has trailing spaces.622
ErrorsLine contains a tab character.622
ErrorsLine is longer than 80 characters.623
ErrorsLine contains a tab character.623
ErrorsMissing a Javadoc comment.623
ErrorsParameter keyToLook should be final.623
ErrorsParameter valueToFind should be final.623
ErrorsLine is longer than 80 characters.624
ErrorsLine contains a tab character.624
ErrorsLine contains a tab character.625
ErrorsLine contains a tab character.626
ErrorsLine is longer than 80 characters.627
ErrorsLine contains a tab character.627
ErrorsLine has trailing spaces.628
ErrorsLine is longer than 80 characters.628
ErrorsLine contains a tab character.628
ErrorsLine contains a tab character.629
ErrorsLine is longer than 80 characters.630
ErrorsLine contains a tab character.630
ErrorsLine has trailing spaces.631
ErrorsLine is longer than 80 characters.631
ErrorsLine contains a tab character.631
ErrorsLine is longer than 80 characters.632
ErrorsLine contains a tab character.632
ErrorsLine is longer than 80 characters.633
ErrorsLine contains a tab character.633
ErrorsLine is longer than 80 characters.634
ErrorsLine contains a tab character.634
ErrorsLine has trailing spaces.635
ErrorsLine contains a tab character.635
ErrorsLine is longer than 80 characters.636
ErrorsLine contains a tab character.636
Errors'+' is not preceded with whitespace.636
Errors'+' is not followed by whitespace.636
Errors'+' is not preceded with whitespace.636
Errors'+' is not followed by whitespace.636
ErrorsLine is longer than 80 characters.637
ErrorsLine contains a tab character.637
ErrorsLine is longer than 80 characters.638
ErrorsLine contains a tab character.638
ErrorsLine contains a tab character.639
ErrorsLine contains a tab character.640
ErrorsLine contains a tab character.641
ErrorsLine contains a tab character.642
Errors'}' should be on the same line.642
ErrorsLine contains a tab character.643
ErrorsLine is longer than 80 characters.644
ErrorsLine contains a tab character.644
ErrorsLine is longer than 80 characters.645
ErrorsLine contains a tab character.645
ErrorsLine is longer than 80 characters.646
ErrorsLine contains a tab character.646
ErrorsLine is longer than 80 characters.647
ErrorsLine contains a tab character.647
ErrorsLine contains a tab character.648
ErrorsLine is longer than 80 characters.649
ErrorsLine contains a tab character.649
Errors'+' is not preceded with whitespace.649
Errors'+' is not followed by whitespace.649
Errors'+' is not preceded with whitespace.649
Errors'+' is not followed by whitespace.649
ErrorsLine is longer than 80 characters.650
ErrorsLine contains a tab character.650
ErrorsLine contains a tab character.651
ErrorsLine contains a tab character.652
ErrorsLine contains a tab character.653
ErrorsLine contains a tab character.654
ErrorsLine has trailing spaces.655
ErrorsLine contains a tab character.655
ErrorsLine contains a tab character.656
ErrorsLine contains a tab character.657
ErrorsLine has trailing spaces.658
ErrorsLine contains a tab character.658
ErrorsLine contains a tab character.659
ErrorsLine contains a tab character.660
ErrorsLine has trailing spaces.661
ErrorsLine contains a tab character.661
ErrorsLine has trailing spaces.662
ErrorsLine is longer than 80 characters.662
ErrorsLine contains a tab character.662
ErrorsMissing a Javadoc comment.662
ErrorsParameter version should be final.662
ErrorsParameter associationType should be final.662
ErrorsLine has trailing spaces.663
ErrorsLine contains a tab character.663
ErrorsParameter allRefs should be final.663
ErrorsLine contains a tab character.664
ErrorsLine contains a tab character.665
ErrorsLine contains a tab character.666
ErrorsLine contains a tab character.667
ErrorsLine contains a tab character.668
Errors'!=' is not preceded with whitespace.668
Errors'!=' is not followed by whitespace.668
ErrorsLine contains a tab character.669
ErrorsLine is longer than 80 characters.670
ErrorsLine contains a tab character.670
Errors'+' is not preceded with whitespace.670
Errors'+' is not followed by whitespace.670
Errors'+' is not preceded with whitespace.670
Errors'+' is not followed by whitespace.670
ErrorsLine contains a tab character.671
Errors'+' is not preceded with whitespace.671
Errors'+' is not followed by whitespace.671
ErrorsLine contains a tab character.672
ErrorsLine contains a tab character.673
Errors'}' should be on the same line.673
ErrorsLine contains a tab character.674
ErrorsLine contains a tab character.675
ErrorsLine contains a tab character.676
ErrorsLine contains a tab character.677
ErrorsLine has trailing spaces.678
ErrorsLine contains a tab character.678
ErrorsLine contains a tab character.679
ErrorsLine contains a tab character.680
ErrorsLine contains a tab character.681
ErrorsLine has trailing spaces.682
ErrorsLine contains a tab character.682
ErrorsLine is longer than 80 characters.683
ErrorsLine contains a tab character.683
ErrorsMissing a Javadoc comment.683
ErrorsParameter key should be final.683
ErrorsParameter associationType should be final.683
ErrorsParameter allRefs should be final.683
ErrorsParameter catObj should be final.683
ErrorsLine contains a tab character.684
ErrorsLine contains a tab character.685
ErrorsLine has trailing spaces.686
ErrorsLine contains a tab character.686
ErrorsLine contains a tab character.687
ErrorsLine has trailing spaces.688
ErrorsLine is longer than 80 characters.688
ErrorsLine contains a tab character.688
ErrorsLine contains a tab character.689
ErrorsLine is longer than 80 characters.690
ErrorsLine contains a tab character.690
ErrorsLine has trailing spaces.691
ErrorsLine contains a tab character.691
ErrorsLine contains a tab character.692
ErrorsLine contains a tab character.693
ErrorsLine is longer than 80 characters.694
ErrorsLine contains a tab character.694
ErrorsLine is longer than 80 characters.695
ErrorsLine contains a tab character.695
ErrorsLine contains a tab character.696
ErrorsLine has trailing spaces.697
ErrorsLine contains a tab character.697
Errors'}' should be on the same line.697
ErrorsLine contains a tab character.698
ErrorsLine contains a tab character.699
ErrorsLine contains a tab character.700
ErrorsLine contains a tab character.701
ErrorsLine is longer than 80 characters.702
ErrorsLine contains a tab character.702
ErrorsLine contains a tab character.703
ErrorsLine contains a tab character.704
ErrorsLine contains a tab character.705
ErrorsLine has trailing spaces.706
ErrorsLine contains a tab character.706
ErrorsLine has trailing spaces.707
ErrorsLine is longer than 80 characters.707
ErrorsLine contains a tab character.707
ErrorsMissing a Javadoc comment.707
ErrorsParameter key should be final.707
ErrorsParameter valueToMatch should be final.707
ErrorsParameter allRefs should be final.707
ErrorsLine contains a tab character.708
ErrorsParameter associationType should be final.708
ErrorsParameter catObj should be final.708
ErrorsLine contains a tab character.709
ErrorsLine contains a tab character.710
ErrorsLine has trailing spaces.711
ErrorsLine contains a tab character.711
ErrorsLine contains a tab character.712
ErrorsLine is longer than 80 characters.713
ErrorsLine contains a tab character.713
Errors'+' is not preceded with whitespace.713
Errors'+' is not followed by whitespace.713
ErrorsLine has trailing spaces.714
ErrorsLine contains a tab character.714
ErrorsLine is longer than 80 characters.715
ErrorsLine contains a tab character.715
ErrorsLine contains a tab character.716
ErrorsLine contains a tab character.717
Errors'!=' is not preceded with whitespace.717
Errors'!=' is not followed by whitespace.717
ErrorsLine is longer than 80 characters.718
ErrorsLine contains a tab character.718
ErrorsLine is longer than 80 characters.719
ErrorsLine contains a tab character.719
Errors'+' is not preceded with whitespace.719
Errors'+' is not followed by whitespace.719
Errors'+' is not preceded with whitespace.719
Errors'+' is not followed by whitespace.719
ErrorsLine is longer than 80 characters.720
ErrorsLine contains a tab character.720
Errors'+' is not preceded with whitespace.720
Errors'+' is not followed by whitespace.720
ErrorsLine contains a tab character.721
ErrorsLine contains a tab character.722
Errors'}' should be on the same line.722
ErrorsLine contains a tab character.723
ErrorsLine is longer than 80 characters.724
ErrorsLine contains a tab character.724
ErrorsLine has trailing spaces.725
ErrorsLine contains a tab character.725
ErrorsLine contains a tab character.726
ErrorsLine contains a tab character.727
ErrorsLine has trailing spaces.728
ErrorsLine contains a tab character.728
ErrorsLine contains a tab character.729
Errors'}' should be on the same line.729
ErrorsLine has trailing spaces.730
ErrorsLine contains a tab character.730
ErrorsLine contains a tab character.731
Errors'if' construct must use '{}'s.732
ErrorsLine is longer than 80 characters.732
ErrorsLine contains a tab character.732
ErrorsLine is longer than 80 characters.733
ErrorsLine contains a tab character.733
Errors'else' construct must use '{}'s.734
ErrorsLine has trailing spaces.734
ErrorsLine contains a tab character.734
ErrorsLine is longer than 80 characters.735
ErrorsLine contains a tab character.735
ErrorsLine has trailing spaces.736
ErrorsLine contains a tab character.736
ErrorsLine contains a tab character.737
ErrorsLine contains a tab character.738
ErrorsLine contains a tab character.739
Errors'!=' is not preceded with whitespace.739
Errors'!=' is not followed by whitespace.739
ErrorsLine is longer than 80 characters.740
ErrorsLine contains a tab character.740
ErrorsLine has trailing spaces.741
ErrorsLine contains a tab character.741
ErrorsLine is longer than 80 characters.742
ErrorsLine contains a tab character.742
Errors'+' is not preceded with whitespace.742
Errors'+' is not followed by whitespace.742
Errors'+' is not preceded with whitespace.742
Errors'+' is not followed by whitespace.742
ErrorsLine is longer than 80 characters.743
ErrorsLine contains a tab character.743
Errors'+' is not preceded with whitespace.743
Errors'+' is not followed by whitespace.743
ErrorsLine contains a tab character.744
ErrorsLine contains a tab character.745
Errors'}' should be on the same line.745
ErrorsLine contains a tab character.746
ErrorsLine is longer than 80 characters.747
ErrorsLine contains a tab character.747
ErrorsLine has trailing spaces.748
ErrorsLine is longer than 80 characters.748
ErrorsLine contains a tab character.748
Errors'&&' should be on a new line.748
ErrorsLine is longer than 80 characters.749
ErrorsLine contains a tab character.749
Errors'||' should be on a new line.749
ErrorsLine is longer than 80 characters.750
ErrorsLine contains a tab character.750
ErrorsLine is longer than 80 characters.751
ErrorsLine contains a tab character.751
ErrorsLine has trailing spaces.752
ErrorsLine is longer than 80 characters.752
ErrorsLine contains a tab character.752
ErrorsLine contains a tab character.753
ErrorsLine contains a tab character.754
ErrorsLine contains a tab character.755
ErrorsLine contains a tab character.756
ErrorsLine contains a tab character.757
ErrorsLine contains a tab character.758
ErrorsLine contains a tab character.759
ErrorsLine contains a tab character.760
ErrorsLine has trailing spaces.763
ErrorsLine is longer than 80 characters.763
ErrorsLine contains a tab character.763
ErrorsMissing a Javadoc comment.763
ErrorsParameter version should be final.763
ErrorsParameter associationType should be final.763
ErrorsLine has trailing spaces.764
ErrorsLine is longer than 80 characters.764
ErrorsLine contains a tab character.764
ErrorsParameter allRefs should be final.764
ErrorsParameter catObj should be final.764
ErrorsLine contains a tab character.765
ErrorsLine contains a tab character.766
Errors'==' is not preceded with whitespace.766
Errors'==' is not followed by whitespace.766
ErrorsLine is longer than 80 characters.767
ErrorsLine contains a tab character.767
ErrorsLine contains a tab character.768
Errors'}' should be on the same line.768
ErrorsLine contains a tab character.769
Errors'==' is not preceded with whitespace.769
Errors'==' is not followed by whitespace.769
ErrorsLine is longer than 80 characters.770
ErrorsLine contains a tab character.770
ErrorsLine contains a tab character.771
Errors'}' should be on the same line.771
ErrorsLine contains a tab character.772
Errors'==' is not preceded with whitespace.772
Errors'==' is not followed by whitespace.772
ErrorsLine is longer than 80 characters.773
ErrorsLine contains a tab character.773
ErrorsLine contains a tab character.774
Errors'}' should be on the same line.774
ErrorsLine contains a tab character.775
Errors'==' is not preceded with whitespace.775
Errors'==' is not followed by whitespace.775
ErrorsLine is longer than 80 characters.776
ErrorsLine contains a tab character.776
ErrorsLine contains a tab character.777
Errors'}' should be on the same line.777
ErrorsLine contains a tab character.778
Errors'==' is not preceded with whitespace.778
Errors'==' is not followed by whitespace.778
ErrorsLine is longer than 80 characters.779
ErrorsLine contains a tab character.779
ErrorsLine contains a tab character.780
ErrorsLine contains a tab character.781
ErrorsLine contains a tab character.782
ErrorsLine has trailing spaces.783
ErrorsLine contains a tab character.783
ErrorsFirst sentence should end with a period.784
ErrorsLine contains a tab character.784
ErrorsLine contains a tab character.785
ErrorsLine has trailing spaces.786
ErrorsLine contains a tab character.786
ErrorsLine contains a tab character.787
ErrorsLine contains a tab character.788
ErrorsLine has trailing spaces.789
ErrorsLine contains a tab character.789
ErrorsLine contains a tab character.790
ErrorsLine has trailing spaces.791
ErrorsLine contains a tab character.791
ErrorsParameter catObj should be final.791
ErrorsLine contains a tab character.792
ErrorsExpected @throws tag for 'RegistryServiceException'.792
ErrorsLine contains a tab character.793
Errors'product' hides a field.793
ErrorsLine contains a tab character.794
ErrorsLine contains a tab character.795
ErrorsLine contains a tab character.796
ErrorsLine has trailing spaces.797
ErrorsLine contains a tab character.797
ErrorsLine contains a tab character.798
ErrorsLine contains a tab character.799
ErrorsLine contains a tab character.800
ErrorsLine contains a tab character.801
ErrorsLine has trailing spaces.802
ErrorsLine contains a tab character.802
ErrorsLine is longer than 80 characters.803
ErrorsLine contains a tab character.803
ErrorsLine contains a tab character.804
ErrorsLine has trailing spaces.805
ErrorsLine contains a tab character.805
ErrorsLine has trailing spaces.806
ErrorsLine contains a tab character.806
ErrorsLine contains a tab character.807
ErrorsLine is longer than 80 characters.808
ErrorsLine contains a tab character.808
Errors'+' is not preceded with whitespace.808
Errors'+' is not followed by whitespace.808
Errors'+' is not preceded with whitespace.808
Errors'+' is not followed by whitespace.808
ErrorsLine contains a tab character.809
ErrorsLine contains a tab character.810
ErrorsLine has trailing spaces.811
ErrorsLine is longer than 80 characters.811
ErrorsLine contains a tab character.811
ErrorsLine is longer than 80 characters.812
ErrorsLine contains a tab character.812
Errors'{' is followed by whitespace.812
ErrorsLine contains a tab character.813
Errors'}' should be on the same line.813
ErrorsLine is longer than 80 characters.814
ErrorsLine contains a tab character.814
ErrorsLine contains a tab character.815
ErrorsLine contains a tab character.816
ErrorsLine is longer than 80 characters.817
ErrorsLine contains a tab character.817
ErrorsLine contains a tab character.818
ErrorsLine has trailing spaces.819
ErrorsLine is longer than 80 characters.819
ErrorsLine contains a tab character.819
ErrorsLine is longer than 80 characters.820
ErrorsLine contains a tab character.820
Errors'+' is not preceded with whitespace.820
Errors'+' is not followed by whitespace.820
Errors'+' is not followed by whitespace.820
Errors'+' is not preceded with whitespace.820
Errors'+' is not followed by whitespace.820
ErrorsLine contains a tab character.821
ErrorsLine contains a tab character.822
ErrorsLine contains a tab character.823
ErrorsLine has trailing spaces.824
ErrorsLine is longer than 80 characters.824
ErrorsLine contains a tab character.824
ErrorsLine is longer than 80 characters.825
ErrorsLine contains a tab character.825
Errors'{' is followed by whitespace.825
ErrorsLine contains a tab character.826
Errors'}' should be on the same line.826
ErrorsLine is longer than 80 characters.827
ErrorsLine contains a tab character.827
ErrorsLine contains a tab character.828
ErrorsLine is longer than 80 characters.829
ErrorsLine contains a tab character.829
ErrorsLine contains a tab character.830
ErrorsLine is longer than 80 characters.831
ErrorsLine contains a tab character.831
Errors'+' is not preceded with whitespace.831
Errors'+' is not followed by whitespace.831
Errors'+' is not preceded with whitespace.831
Errors'+' is not followed by whitespace.831
Errors'+' is not preceded with whitespace.831
Errors'+' is not followed by whitespace.831
ErrorsLine contains a tab character.832
ErrorsLine contains a tab character.833
ErrorsLine contains a tab character.834
ErrorsLine contains a tab character.835
ErrorsLine is longer than 80 characters.836
ErrorsLine contains a tab character.836
ErrorsLine is longer than 80 characters.837
ErrorsLine contains a tab character.837
Errors'{' is followed by whitespace.837
ErrorsLine contains a tab character.838
Errors'}' should be on the same line.838
ErrorsLine is longer than 80 characters.839
ErrorsLine contains a tab character.839
ErrorsLine contains a tab character.840
ErrorsLine is longer than 80 characters.841
ErrorsLine contains a tab character.841
Errors'+' is not preceded with whitespace.841
Errors'+' is not followed by whitespace.841
Errors'+' is not preceded with whitespace.841
Errors'+' is not followed by whitespace.841
ErrorsLine contains a tab character.842
ErrorsLine contains a tab character.843
ErrorsLine contains a tab character.844
ErrorsLine contains a tab character.845
ErrorsLine is longer than 80 characters.846
ErrorsLine contains a tab character.846
ErrorsLine is longer than 80 characters.847
ErrorsLine contains a tab character.847
Errors'{' is followed by whitespace.847
ErrorsLine contains a tab character.848
Errors'}' should be on the same line.848
ErrorsLine is longer than 80 characters.849
ErrorsLine contains a tab character.849
ErrorsLine contains a tab character.850
ErrorsLine contains a tab character.851
ErrorsLine contains a tab character.852
ErrorsLine has trailing spaces.853
ErrorsLine is longer than 80 characters.853
ErrorsLine contains a tab character.853
ErrorsLine contains a tab character.854
ErrorsLine is longer than 80 characters.855
ErrorsLine contains a tab character.855
Errors'+' is not preceded with whitespace.855
Errors'+' is not followed by whitespace.855
Errors'+' is not preceded with whitespace.855
Errors'+' is not followed by whitespace.855
ErrorsLine contains a tab character.856
ErrorsLine contains a tab character.857
ErrorsLine contains a tab character.858
ErrorsLine is longer than 80 characters.859
ErrorsLine contains a tab character.859
Errors'{' is followed by whitespace.859
ErrorsLine contains a tab character.860
Errors'}' should be on the same line.860
ErrorsLine is longer than 80 characters.861
ErrorsLine contains a tab character.861
ErrorsLine contains a tab character.862
ErrorsLine is longer than 80 characters.863
ErrorsLine contains a tab character.863
ErrorsLine contains a tab character.864
ErrorsLine is longer than 80 characters.865
ErrorsLine contains a tab character.865
Errors'+' is not preceded with whitespace.865
Errors'+' is not followed by whitespace.865
Errors'+' is not preceded with whitespace.865
Errors'+' is not followed by whitespace.865
Errors'+' is not preceded with whitespace.865
Errors'+' is not followed by whitespace.865
ErrorsLine contains a tab character.866
ErrorsLine contains a tab character.867
ErrorsLine contains a tab character.868
ErrorsLine contains a tab character.869
ErrorsLine contains a tab character.870
ErrorsLine contains a tab character.871
ErrorsLine is longer than 80 characters.872
ErrorsLine contains a tab character.872
Errors'{' is followed by whitespace.872
ErrorsLine contains a tab character.873
ErrorsLine contains a tab character.874
ErrorsLine contains a tab character.875
ErrorsLine is longer than 80 characters.876
ErrorsLine contains a tab character.876
ErrorsLine is longer than 80 characters.877
ErrorsLine contains a tab character.877
ErrorsLine contains a tab character.878
ErrorsLine contains a tab character.879
ErrorsLine contains a tab character.880
ErrorsLine contains a tab character.881
ErrorsLine has trailing spaces.882
ErrorsLine contains a tab character.882
ErrorsLine is longer than 80 characters.883
ErrorsLine contains a tab character.883
Errors'!=' is not preceded with whitespace.883
Errors'!=' is not followed by whitespace.883
ErrorsLine contains a tab character.884
ErrorsLine has trailing spaces.885
ErrorsLine is longer than 80 characters.885
ErrorsLine contains a tab character.885
ErrorsLine contains a tab character.886
ErrorsLine contains a tab character.887
ErrorsLine contains a tab character.888
ErrorsLine contains a tab character.889
ErrorsLine has trailing spaces.890
ErrorsLine contains a tab character.890
ErrorsLine contains a tab character.891
ErrorsLine contains a tab character.892
ErrorsLine is longer than 80 characters.893
ErrorsLine contains a tab character.893
ErrorsLine contains a tab character.894
ErrorsLine contains a tab character.895
ErrorsLine is longer than 80 characters.896
ErrorsLine contains a tab character.896
ErrorsLine contains a tab character.897
ErrorsLine contains a tab character.898
ErrorsLine contains a tab character.899
ErrorsLine contains a tab character.900
ErrorsLine contains a tab character.901
ErrorsLine is longer than 80 characters.902
ErrorsLine contains a tab character.902
ErrorsLine contains a tab character.903
ErrorsLine contains a tab character.904
ErrorsLine contains a tab character.905
ErrorsLine contains a tab character.907
ErrorsLine contains a tab character.908
ErrorsLine contains a tab character.909
ErrorsLine is longer than 80 characters.911
ErrorsLine contains a tab character.911
Errors'if' construct must use '{}'s.912
ErrorsLine contains a tab character.912
ErrorsLine contains a tab character.913
ErrorsLine contains a tab character.914
ErrorsLine has trailing spaces.915
ErrorsLine contains a tab character.915
ErrorsLine is longer than 80 characters.916
ErrorsLine contains a tab character.916
Errors'!=' is not preceded with whitespace.916
Errors'!=' is not followed by whitespace.916
ErrorsLine contains a tab character.917
ErrorsLine is longer than 80 characters.918
ErrorsLine contains a tab character.918
Errors'{' is followed by whitespace.918
ErrorsLine contains a tab character.919
ErrorsLine contains a tab character.920
ErrorsLine has trailing spaces.921
ErrorsLine contains a tab character.921
ErrorsLine contains a tab character.922
ErrorsLine contains a tab character.923
ErrorsLine contains a tab character.924
ErrorsLine is longer than 80 characters.925
ErrorsLine contains a tab character.925
ErrorsLine is longer than 80 characters.926
ErrorsLine contains a tab character.926
ErrorsLine has trailing spaces.927
ErrorsLine contains a tab character.927
ErrorsLine contains a tab character.929
ErrorsLine contains a tab character.930
ErrorsLine has trailing spaces.931
ErrorsLine contains a tab character.931
ErrorsFirst sentence should end with a period.932
ErrorsLine contains a tab character.932
ErrorsLine contains a tab character.933
ErrorsLine has trailing spaces.934
ErrorsLine contains a tab character.934
ErrorsLine contains a tab character.935
ErrorsLine contains a tab character.936
ErrorsLine has trailing spaces.937
ErrorsLine contains a tab character.937
ErrorsLine contains a tab character.938
ErrorsLine is longer than 80 characters.939
ErrorsLine contains a tab character.939
ErrorsParameter fileObject should be final.939
ErrorsParameter objType should be final.939
ErrorsExpected @param tag for 'objType'.939
ErrorsLine contains a tab character.940
ErrorsExpected @throws tag for 'RegistryServiceException'.940
ErrorsLine contains a tab character.941
Errors'product' hides a field.941
ErrorsLine contains a tab character.942
ErrorsLine contains a tab character.943
ErrorsLine has trailing spaces.944
ErrorsLine contains a tab character.944
ErrorsLine contains a tab character.945
ErrorsLine contains a tab character.946
ErrorsLine contains a tab character.947
ErrorsLine contains a tab character.948
ErrorsLine is longer than 80 characters.949
ErrorsLine contains a tab character.949
ErrorsLine is longer than 80 characters.950
ErrorsLine contains a tab character.950
ErrorsLine is longer than 80 characters.951
ErrorsLine contains a tab character.951
ErrorsLine contains a tab character.952
ErrorsLine contains a tab character.953
Errors'}' should be on the same line.953
ErrorsLine contains a tab character.954
ErrorsLine is longer than 80 characters.955
ErrorsLine contains a tab character.955
ErrorsLine contains a tab character.956
ErrorsLine contains a tab character.958
ErrorsLine contains a tab character.959
ErrorsLine is longer than 80 characters.960
ErrorsLine contains a tab character.960
ErrorsLine has trailing spaces.961
ErrorsLine contains a tab character.961
ErrorsLine is longer than 80 characters.962
ErrorsLine contains a tab character.962
ErrorsLine is longer than 80 characters.963
ErrorsLine contains a tab character.963
ErrorsLine is longer than 80 characters.964
ErrorsLine contains a tab character.964
ErrorsLine is longer than 80 characters.965
ErrorsLine is longer than 80 characters.966
Errors'if' construct must use '{}'s.967
Errors'!=' is not preceded with whitespace.967
Errors'!=' is not followed by whitespace.967
ErrorsLine has trailing spaces.968
ErrorsLine contains a tab character.968
ErrorsLine is longer than 80 characters.969
ErrorsLine contains a tab character.969
Errors'if' construct must use '{}'s.970
Errors'!=' is not preceded with whitespace.970
Errors'!=' is not followed by whitespace.970
ErrorsLine has trailing spaces.971
ErrorsLine contains a tab character.971
ErrorsLine is longer than 80 characters.972
ErrorsLine contains a tab character.972
ErrorsLine is longer than 80 characters.974
ErrorsLine has trailing spaces.975
ErrorsLine has trailing spaces.977
ErrorsLine contains a tab character.979
ErrorsLine has trailing spaces.980
ErrorsLine contains a tab character.980
ErrorsFirst sentence should end with a period.981
ErrorsLine contains a tab character.981
ErrorsLine contains a tab character.982
ErrorsLine has trailing spaces.983
ErrorsLine contains a tab character.983
ErrorsLine contains a tab character.984
ErrorsLine contains a tab character.985
ErrorsLine has trailing spaces.986
ErrorsLine contains a tab character.986
ErrorsLine contains a tab character.987
ErrorsLine has trailing spaces.988
ErrorsLine is longer than 80 characters.988
ErrorsLine contains a tab character.988
ErrorsParameter resrcObj should be final.988
ErrorsExpected @param tag for 'resrcObj'.988
ErrorsParameter catObj should be final.988
ErrorsLine contains a tab character.989
ErrorsExpected @throws tag for 'RegistryServiceException'.989
ErrorsLine contains a tab character.990
Errors'product' hides a field.990
ErrorsLine contains a tab character.991
ErrorsLine contains a tab character.992
ErrorsLine contains a tab character.993
ErrorsLine has trailing spaces.994
ErrorsLine contains a tab character.994
ErrorsLine has trailing spaces.995
ErrorsLine contains a tab character.995
ErrorsLine is longer than 80 characters.996
ErrorsLine contains a tab character.996
Errors'{' is followed by whitespace.996
ErrorsLine has trailing spaces.997
ErrorsLine contains a tab character.997
ErrorsLine contains a tab character.998
ErrorsLine contains a tab character.999
ErrorsLine contains a tab character.1000
ErrorsLine contains a tab character.1001
ErrorsLine contains a tab character.1002
ErrorsLine contains a tab character.1004
ErrorsLine contains a tab character.1005
ErrorsLine is longer than 80 characters.1006
ErrorsLine contains a tab character.1006
ErrorsLine contains a tab character.1007
ErrorsLine is longer than 80 characters.1008
ErrorsLine contains a tab character.1008
Errors'+' is not preceded with whitespace.1008
Errors'+' is not followed by whitespace.1008
Errors'+' is not preceded with whitespace.1008
Errors'+' is not followed by whitespace.1008
ErrorsLine contains a tab character.1009
ErrorsLine contains a tab character.1010
ErrorsLine contains a tab character.1011
ErrorsLine has trailing spaces.1012
ErrorsLine is longer than 80 characters.1012
ErrorsLine contains a tab character.1012
ErrorsLine has trailing spaces.1013
ErrorsLine contains a tab character.1013
ErrorsLine has trailing spaces.1014
ErrorsLine contains a tab character.1014
ErrorsLine contains a tab character.1015
ErrorsLine is longer than 80 characters.1016
ErrorsLine contains a tab character.1016
ErrorsLine contains a tab character.1017
ErrorsLine contains a tab character.1018
Errors'}' should be on the same line.1018
ErrorsLine contains a tab character.1019
ErrorsLine contains a tab character.1020
ErrorsLine contains a tab character.1021
ErrorsLine contains a tab character.1023
ErrorsLine is longer than 80 characters.1024
ErrorsLine contains a tab character.1024
ErrorsLine contains a tab character.1025
Errors'}' should be on the same line.1025
ErrorsLine contains a tab character.1026
Errors'if' construct must use '{}'s.1027
ErrorsLine contains a tab character.1027
ErrorsLine is longer than 80 characters.1028
ErrorsLine contains a tab character.1028
ErrorsLine contains a tab character.1029
ErrorsLine contains a tab character.1030
ErrorsLine has trailing spaces.1031
ErrorsLine contains a tab character.1031
ErrorsLine contains a tab character.1032
ErrorsLine contains a tab character.1033
ErrorsLine contains a tab character.1034
ErrorsLine is longer than 80 characters.1035
ErrorsLine contains a tab character.1035
ErrorsLine is longer than 80 characters.1036
ErrorsLine contains a tab character.1036
ErrorsLine is longer than 80 characters.1037
ErrorsLine contains a tab character.1037
ErrorsLine has trailing spaces.1038
ErrorsLine contains a tab character.1038
ErrorsLine has trailing spaces.1039
ErrorsLine contains a tab character.1039
ErrorsLine contains a tab character.1041
ErrorsLine contains a tab character.1042
ErrorsLine has trailing spaces.1043
ErrorsLine contains a tab character.1043
ErrorsMissing a Javadoc comment.1044
ErrorsParameter key should be final.1044
Errors'if' construct must use '{}'s.1045
ErrorsLine contains a tab character.1045
Errors'||' should be on a new line.1045
ErrorsLine contains a tab character.1046
ErrorsLine contains a tab character.1047
ErrorsLine has trailing spaces.1048
ErrorsLine contains a tab character.1048
ErrorsLine is longer than 80 characters.1049
ErrorsLine contains a tab character.1049
Errors'if' construct must use '{}'s.1050
ErrorsLine has trailing spaces.1050
ErrorsLine contains a tab character.1050
ErrorsLine has trailing spaces.1051
ErrorsLine contains a tab character.1051
ErrorsLine contains a tab character.1052
Errors'if' construct must use '{}'s.1053
ErrorsLine contains a tab character.1053
ErrorsLine contains a tab character.1054
Errors'+' is not preceded with whitespace.1054
Errors'+' is not followed by whitespace.1054
Errors'else' construct must use '{}'s.1055
ErrorsLine has trailing spaces.1055
ErrorsLine contains a tab character.1055
ErrorsLine contains a tab character.1056
ErrorsLine contains a tab character.1057
ErrorsLine has trailing spaces.1058
ErrorsLine contains a tab character.1058
ErrorsFirst sentence should end with a period.1059
ErrorsLine contains a tab character.1059
ErrorsLine contains a tab character.1060
ErrorsLine has trailing spaces.1061
ErrorsLine contains a tab character.1061
ErrorsLine contains a tab character.1062
ErrorsLine contains a tab character.1063
ErrorsLine contains a tab character.1064
ErrorsMethod 'publishAssociations' is not designed for extension - needs to be abstract, final or empty.1064
ErrorsParameter catObj should be final.1064
ErrorsLine contains a tab character.1065
ErrorsLine contains a tab character.1066
ErrorsLine contains a tab character.1067
ErrorsLine contains a tab character.1068
ErrorsLine has trailing spaces.1069
ErrorsLine is longer than 80 characters.1069
ErrorsLine contains a tab character.1069
ErrorsLine has trailing spaces.1070
ErrorsLine is longer than 80 characters.1070
ErrorsLine contains a tab character.1070
ErrorsLine contains a tab character.1071
ErrorsLine is longer than 80 characters.1072
ErrorsLine contains a tab character.1072
ErrorsLine contains a tab character.1073
ErrorsLine has trailing spaces.1074
ErrorsLine is longer than 80 characters.1074
ErrorsLine contains a tab character.1074
ErrorsLine is longer than 80 characters.1075
ErrorsLine contains a tab character.1075
Errors',' is not followed by whitespace.1075
ErrorsLine contains a tab character.1076
ErrorsLine contains a tab character.1077
ErrorsLine contains a tab character.1078
ErrorsLine contains a tab character.1079
ErrorsLine contains a tab character.1080
ErrorsLine contains a tab character.1081
ErrorsLine has trailing spaces.1082
ErrorsLine is longer than 80 characters.1082
ErrorsLine contains a tab character.1082
ErrorsLine is longer than 80 characters.1083
ErrorsLine contains a tab character.1083
ErrorsLine contains a tab character.1084
ErrorsLine contains a tab character.1085
ErrorsLine contains a tab character.1086
ErrorsLine contains a tab character.1087
ErrorsLine has trailing spaces.1088
ErrorsLine contains a tab character.1088
ErrorsFirst sentence should end with a period.1089
ErrorsLine contains a tab character.1089
ErrorsLine contains a tab character.1090
ErrorsLine has trailing spaces.1091
ErrorsLine contains a tab character.1091
ErrorsLine contains a tab character.1092
ErrorsLine has trailing spaces.1093
ErrorsLine contains a tab character.1093
ErrorsLine contains a tab character.1094
ErrorsLine contains a tab character.1095
ErrorsMethod 'publishAssociation' is not designed for extension - needs to be abstract, final or empty.1095
ErrorsParameter catObj should be final.1095
ErrorsParameter ref should be final.1095
ErrorsLine contains a tab character.1096
ErrorsLine contains a tab character.1097
ErrorsLine contains a tab character.1098
ErrorsLine is longer than 80 characters.1099
ErrorsLine contains a tab character.1099
ErrorsLine contains a tab character.1100
ErrorsLine has trailing spaces.1101
ErrorsLine contains a tab character.1101
ErrorsLine contains a tab character.1102
ErrorsLine contains a tab character.1103
ErrorsLine has trailing spaces.1104
ErrorsLine contains a tab character.1104
ErrorsLine contains a tab character.1105
ErrorsLine is longer than 80 characters.1106
ErrorsLine contains a tab character.1106
ErrorsLine contains a tab character.1107
ErrorsLine has trailing spaces.1108
ErrorsLine is longer than 80 characters.1108
ErrorsLine contains a tab character.1108
ErrorsLine is longer than 80 characters.1109
ErrorsLine contains a tab character.1109
Errors',' is not followed by whitespace.1109
ErrorsLine contains a tab character.1110
ErrorsLine contains a tab character.1111
ErrorsLine contains a tab character.1112
ErrorsLine contains a tab character.1113
ErrorsLine contains a tab character.1114
ErrorsLine has trailing spaces.1115
ErrorsLine is longer than 80 characters.1115
ErrorsLine contains a tab character.1115
ErrorsLine is longer than 80 characters.1116
ErrorsLine contains a tab character.1116
ErrorsLine contains a tab character.1117
ErrorsLine contains a tab character.1118
ErrorsLine contains a tab character.1119
ErrorsLine contains a tab character.1120
ErrorsLine has trailing spaces.1121
ErrorsLine contains a tab character.1121
ErrorsFirst sentence should end with a period.1122
ErrorsLine contains a tab character.1122
ErrorsLine contains a tab character.1123
ErrorsLine has trailing spaces.1124
ErrorsLine contains a tab character.1124
ErrorsLine contains a tab character.1125
ErrorsLine contains a tab character.1126
ErrorsLine contains a tab character.1127
ErrorsLine is longer than 80 characters.1128
ErrorsLine contains a tab character.1128
ErrorsParameter aRef should be final.1128
ErrorsExpected @throws tag for 'RegistryClientException'.1128
ErrorsLine contains a tab character.1129
ErrorsLine contains a tab character.1130
ErrorsLine contains a tab character.1132
Errors'!=' is not preceded with whitespace.1132
Errors'!=' is not followed by whitespace.1132
ErrorsLine contains a tab character.1133
ErrorsLine has trailing spaces.1134
ErrorsLine contains a tab character.1134
ErrorsLine is longer than 80 characters.1135
ErrorsLine contains a tab character.1135
ErrorsLine has trailing spaces.1136
ErrorsLine contains a tab character.1136
ErrorsLine contains a tab character.1137
Errors'+' is not preceded with whitespace.1137
Errors'+' is not followed by whitespace.1137
ErrorsLine contains a tab character.1138
Errors'!=' is not preceded with whitespace.1138
Errors'!=' is not followed by whitespace.1138
ErrorsLine contains a tab character.1139
ErrorsLine contains a tab character.1140
ErrorsLine contains a tab character.1141
Errors'}' should be on the same line.1141
ErrorsLine contains a tab character.1142
ErrorsLine contains a tab character.1143
ErrorsLine contains a tab character.1144
ErrorsLine contains a tab character.1145
ErrorsLine contains a tab character.1146
ErrorsLine has trailing spaces.1147
ErrorsLine contains a tab character.1147
ErrorsLine contains a tab character.1148
ErrorsLine has trailing spaces.1149
ErrorsLine contains a tab character.1149
ErrorsLine is longer than 80 characters.1150
ErrorsLine contains a tab character.1150
Errors'{' is followed by whitespace.1150
ErrorsLine contains a tab character.1151
ErrorsLine contains a tab character.1153
ErrorsLine has trailing spaces.1155
ErrorsLine contains a tab character.1155
ErrorsFirst sentence should end with a period.1156
ErrorsLine contains a tab character.1156
ErrorsLine contains a tab character.1157
ErrorsLine has trailing spaces.1158
ErrorsLine contains a tab character.1158
ErrorsLine contains a tab character.1159
ErrorsUnused @param tag for 'assocation'.1159
ErrorsLine contains a tab character.1160
ErrorsLine contains a tab character.1161
ErrorsLine has trailing spaces.1162
ErrorsLine contains a tab character.1162
ErrorsLine contains a tab character.1163
ErrorsLine contains a tab character.1164
ErrorsLine is longer than 80 characters.1165
ErrorsLine contains a tab character.1165
ErrorsMethod 'associationExists' is not designed for extension - needs to be abstract, final or empty.1165
ErrorsParameter association should be final.1165
ErrorsExpected @param tag for 'association'.1165
ErrorsLine contains a tab character.1166
ErrorsLine contains a tab character.1167
ErrorsLine contains a tab character.1168
ErrorsLine contains a tab character.1169
ErrorsLine is longer than 80 characters.1170
ErrorsLine contains a tab character.1170
ErrorsLine contains a tab character.1171
ErrorsLine contains a tab character.1172
ErrorsLine contains a tab character.1173
ErrorsLine contains a tab character.1174
ErrorsLine is longer than 80 characters.1175
ErrorsLine contains a tab character.1175
ErrorsLine contains a tab character.1176
Errors'10' is a magic number.1176
ErrorsLine contains a tab character.1177
ErrorsLine contains a tab character.1178
ErrorsLine contains a tab character.1179
ErrorsLine contains a tab character.1180
ErrorsMust have at least one statement.1180
ErrorsLine contains a tab character.1181
ErrorsLine contains a tab character.1182
ErrorsLine contains a tab character.1183
ErrorsLine contains a tab character.1184
ErrorsLine has trailing spaces.1185
ErrorsLine contains a tab character.1185
ErrorsLine contains a tab character.1186
ErrorsLine contains a tab character.1187
ErrorsLine contains a tab character.1188
ErrorsLine contains a tab character.1189
ErrorsLine contains a tab character.1190
ErrorsLine contains a tab character.1191
ErrorsLine contains a tab character.1192
ErrorsLine contains a tab character.1193
ErrorsLine contains a tab character.1194
ErrorsLine contains a tab character.1195
ErrorsLine is longer than 80 characters.1196
ErrorsLine contains a tab character.1196
ErrorsMethod 'productExists' is not designed for extension - needs to be abstract, final or empty.1196
ErrorsParameter lid should be final.1196
ErrorsLine contains a tab character.1197
ErrorsLine contains a tab character.1198
ErrorsLine is longer than 80 characters.1199
ErrorsLine contains a tab character.1199
Errors',' is not followed by whitespace.1199
ErrorsLine contains a tab character.1200
ErrorsLine contains a tab character.1201
ErrorsMust have at least one statement.1201
ErrorsLine contains a tab character.1202
ErrorsLine contains a tab character.1203
ErrorsLine contains a tab character.1204
ErrorsLine contains a tab character.1205
ErrorsLine contains a tab character.1206
ErrorsLine has trailing spaces.1207
ErrorsLine contains a tab character.1207
ErrorsLine has trailing spaces.1208
ErrorsLine contains a tab character.1208
ErrorsLine contains a tab character.1209
ErrorsLine has trailing spaces.1210
ErrorsLine contains a tab character.1210
ErrorsLine contains a tab character.1211
ErrorsLine contains a tab character.1212
ErrorsMethod 'getExtrinsic' is not designed for extension - needs to be abstract, final or empty.1212
ErrorsMissing a Javadoc comment.1212
ErrorsParameter lid should be final.1212
ErrorsLine contains a tab character.1213
ErrorsLine contains a tab character.1214
ErrorsLine contains a tab character.1215
ErrorsLine is longer than 80 characters.1216
ErrorsLine contains a tab character.1216
ErrorsLine contains a tab character.1217
ErrorsMust have at least one statement.1217
ErrorsLine contains a tab character.1218
ErrorsLine contains a tab character.1219
ErrorsLine contains a tab character.1220
ErrorsLine contains a tab character.1221
ErrorsFirst sentence should end with a period.1223
ErrorsLine contains a tab character.1223
ErrorsLine contains a tab character.1224
ErrorsLine contains a tab character.1225
ErrorsLine contains a tab character.1226
ErrorsLine has trailing spaces.1227
ErrorsLine contains a tab character.1227
ErrorsLine contains a tab character.1228
ErrorsLine contains a tab character.1229
ErrorsLine contains a tab character.1230
ErrorsMethod 'getExtrinsic' is not designed for extension - needs to be abstract, final or empty.1230
ErrorsParameter lid should be final.1230
ErrorsParameter version should be final.1230
ErrorsLine contains a tab character.1231
ErrorsLine contains a tab character.1232
ErrorsLine is longer than 80 characters.1233
ErrorsLine contains a tab character.1233
ErrorsLine contains a tab character.1234
ErrorsLine contains a tab character.1235
ErrorsLine contains a tab character.1236
ErrorsLine is longer than 80 characters.1237
ErrorsLine contains a tab character.1237
Errors',' is not followed by whitespace.1237
ErrorsLine contains a tab character.1238
ErrorsLine contains a tab character.1239
ErrorsLine has trailing spaces.1240
ErrorsLine is longer than 80 characters.1240
ErrorsLine contains a tab character.1240
ErrorsLine has trailing spaces.1241
ErrorsLine contains a tab character.1241
ErrorsLine contains a tab character.1242
ErrorsLine contains a tab character.1243
ErrorsLine contains a tab character.1244
ErrorsLine contains a tab character.1245
ErrorsLine contains a tab character.1246
ErrorsLine contains a tab character.1247
ErrorsLine contains a tab character.1248
ErrorsLine has trailing spaces.1249
ErrorsLine contains a tab character.1249
ErrorsLine contains a tab character.1250
ErrorsMethod 'createRegistryPackage' is not designed for extension - needs to be abstract, final or empty.1250
ErrorsMissing a Javadoc comment.1250
ErrorsLine contains a tab character.1251
ErrorsLine is longer than 80 characters.1252
ErrorsLine contains a tab character.1252
ErrorsLine contains a tab character.1253
ErrorsLine has trailing spaces.1254
ErrorsLine contains a tab character.1254
Errors'if' construct must use '{}'s.1255
ErrorsLine contains a tab character.1255
Errors'==' is not preceded with whitespace.1255
Errors'==' is not followed by whitespace.1255
ErrorsLine contains a tab character.1256
Errors'else' construct must use '{}'s.1257
ErrorsLine has trailing spaces.1257
ErrorsLine contains a tab character.1257
ErrorsLine contains a tab character.1258
ErrorsLine has trailing spaces.1259
ErrorsLine contains a tab character.1259
ErrorsLine is longer than 80 characters.1260
ErrorsLine contains a tab character.1260
ErrorsLine contains a tab character.1261
ErrorsLine contains a tab character.1262
ErrorsLine has trailing spaces.1263
ErrorsLine contains a tab character.1263
ErrorsLine is longer than 80 characters.1264
ErrorsLine contains a tab character.1264
ErrorsLine has trailing spaces.1265
ErrorsLine contains a tab character.1265
Errors'}' should be on the same line.1265
ErrorsLine contains a tab character.1266
ErrorsLine is longer than 80 characters.1267
ErrorsLine contains a tab character.1267
Errors'==' is not preceded with whitespace.1267
Errors'==' is not followed by whitespace.1267
Errors'||' should be on a new line.1267
ErrorsLine contains a tab character.1268
Errors'==' is not preceded with whitespace.1268
Errors'==' is not followed by whitespace.1268
ErrorsLine is longer than 80 characters.1269
ErrorsLine contains a tab character.1269
ErrorsLine has trailing spaces.1270
ErrorsLine contains a tab character.1270
ErrorsLine contains a tab character.1271
ErrorsLine is longer than 80 characters.1272
ErrorsLine contains a tab character.1272
Errors'==' is not preceded with whitespace.1272
Errors'==' is not followed by whitespace.1272
Errors'||' should be on a new line.1272
ErrorsLine contains a tab character.1273
Errors'==' is not preceded with whitespace.1273
Errors'==' is not followed by whitespace.1273
ErrorsLine is longer than 80 characters.1274
ErrorsLine contains a tab character.1274
ErrorsLine contains a tab character.1275
ErrorsLine contains a tab character.1276
ErrorsLine contains a tab character.1277
ErrorsLine has trailing spaces.1278
ErrorsLine contains a tab character.1278
Errors'}' should be on the same line.1278
ErrorsLine contains a tab character.1279
Errors'if' construct must use '{}'s.1280
ErrorsLine contains a tab character.1280
ErrorsLine is longer than 80 characters.1281
ErrorsLine contains a tab character.1281
Errors'+' is not preceded with whitespace.1281
Errors'+' should be on a new line.1281
ErrorsLine has trailing spaces.1282
ErrorsLine is longer than 80 characters.1282
ErrorsLine contains a tab character.1282
Errors'+' should be on a new line.1282
ErrorsLine is longer than 80 characters.1283
ErrorsLine contains a tab character.1283
ErrorsLine contains a tab character.1284
ErrorsLine contains a tab character.1285
ErrorsLine contains a tab character.1286

gov/nasa/pds/citool/ingestor/Constants.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsUtility classes should not have a public or default constructor.24
ErrorsLine has trailing spaces.25
ErrorsMissing a Javadoc comment.26
ErrorsLine has trailing spaces.27
ErrorsMissing a Javadoc comment.28
ErrorsLine has trailing spaces.29
ErrorsMissing a Javadoc comment.30
ErrorsLine has trailing spaces.31
ErrorsMissing a Javadoc comment.32
ErrorsLine has trailing spaces.33
ErrorsMissing a Javadoc comment.34
ErrorsLine has trailing spaces.35
ErrorsMissing a Javadoc comment.36
ErrorsLine has trailing spaces.37
ErrorsMissing a Javadoc comment.38
ErrorsLine has trailing spaces.39
ErrorsMissing a Javadoc comment.40
ErrorsLine has trailing spaces.41
ErrorsMissing a Javadoc comment.43
ErrorsLine has trailing spaces.44
ErrorsMissing a Javadoc comment.45
ErrorsLine has trailing spaces.46
ErrorsMissing a Javadoc comment.47
ErrorsLine has trailing spaces.48
ErrorsMissing a Javadoc comment.49
ErrorsLine has trailing spaces.50
ErrorsMissing a Javadoc comment.51
ErrorsLine has trailing spaces.52
ErrorsMissing a Javadoc comment.53
ErrorsLine has trailing spaces.54
ErrorsMissing a Javadoc comment.55
ErrorsLine has trailing spaces.56
ErrorsMissing a Javadoc comment.57
ErrorsLine has trailing spaces.58
ErrorsMissing a Javadoc comment.59
ErrorsLine has trailing spaces.60
ErrorsMissing a Javadoc comment.61
ErrorsLine has trailing spaces.62
ErrorsMissing a Javadoc comment.63
ErrorsLine has trailing spaces.64
ErrorsMissing a Javadoc comment.65
ErrorsLine has trailing spaces.66
ErrorsMissing a Javadoc comment.67
ErrorsLine has trailing spaces.68
ErrorsMissing a Javadoc comment.69
ErrorsLine has trailing spaces.70
ErrorsMissing a Javadoc comment.71
ErrorsLine has trailing spaces.72
ErrorsMissing a Javadoc comment.73
ErrorsLine has trailing spaces.74
ErrorsMissing a Javadoc comment.76
ErrorsLine has trailing spaces.77
ErrorsMissing a Javadoc comment.78
ErrorsLine has trailing spaces.79
ErrorsMissing a Javadoc comment.80
ErrorsLine has trailing spaces.81
ErrorsMissing a Javadoc comment.82
ErrorsLine has trailing spaces.83
ErrorsMissing a Javadoc comment.84
ErrorsLine has trailing spaces.85
ErrorsMissing a Javadoc comment.86
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.88
ErrorsFirst sentence should end with a period.89
ErrorsName 'pds3ToPds4Map' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.90
ErrorsLine is longer than 80 characters.98
ErrorsLine is longer than 80 characters.101
ErrorsLine is longer than 80 characters.104
ErrorsLine has trailing spaces.105
ErrorsLine is longer than 80 characters.110
ErrorsLine has trailing spaces.111
ErrorsFile does not end with a newline.0
ErrorsUtility classes should not have a public or default constructor.24
ErrorsLine has trailing spaces.25
ErrorsMissing a Javadoc comment.26
ErrorsLine has trailing spaces.27
ErrorsMissing a Javadoc comment.28
ErrorsLine has trailing spaces.29
ErrorsMissing a Javadoc comment.30
ErrorsLine has trailing spaces.31
ErrorsMissing a Javadoc comment.32
ErrorsLine has trailing spaces.33
ErrorsMissing a Javadoc comment.34
ErrorsLine has trailing spaces.35
ErrorsMissing a Javadoc comment.36
ErrorsLine has trailing spaces.37
ErrorsMissing a Javadoc comment.38
ErrorsLine has trailing spaces.39
ErrorsMissing a Javadoc comment.40
ErrorsLine has trailing spaces.41
ErrorsMissing a Javadoc comment.43
ErrorsLine has trailing spaces.44
ErrorsMissing a Javadoc comment.45
ErrorsLine has trailing spaces.46
ErrorsMissing a Javadoc comment.47
ErrorsLine has trailing spaces.48
ErrorsMissing a Javadoc comment.49
ErrorsLine has trailing spaces.50
ErrorsMissing a Javadoc comment.51
ErrorsLine has trailing spaces.52
ErrorsMissing a Javadoc comment.53
ErrorsLine has trailing spaces.54
ErrorsMissing a Javadoc comment.55
ErrorsLine has trailing spaces.56
ErrorsMissing a Javadoc comment.57
ErrorsLine has trailing spaces.58
ErrorsMissing a Javadoc comment.59
ErrorsLine has trailing spaces.60
ErrorsMissing a Javadoc comment.61
ErrorsLine has trailing spaces.62
ErrorsMissing a Javadoc comment.63
ErrorsLine has trailing spaces.64
ErrorsMissing a Javadoc comment.65
ErrorsLine has trailing spaces.66
ErrorsMissing a Javadoc comment.67
ErrorsLine has trailing spaces.68
ErrorsMissing a Javadoc comment.69
ErrorsLine has trailing spaces.70
ErrorsMissing a Javadoc comment.71
ErrorsLine has trailing spaces.72
ErrorsMissing a Javadoc comment.73
ErrorsLine has trailing spaces.74
ErrorsMissing a Javadoc comment.76
ErrorsLine has trailing spaces.77
ErrorsMissing a Javadoc comment.78
ErrorsLine has trailing spaces.79
ErrorsMissing a Javadoc comment.80
ErrorsLine has trailing spaces.81
ErrorsMissing a Javadoc comment.82
ErrorsLine has trailing spaces.83
ErrorsMissing a Javadoc comment.84
ErrorsLine has trailing spaces.85
ErrorsMissing a Javadoc comment.86
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.88
ErrorsFirst sentence should end with a period.89
ErrorsName 'pds3ToPds4Map' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.90
ErrorsLine is longer than 80 characters.98
ErrorsLine is longer than 80 characters.101
ErrorsLine is longer than 80 characters.104
ErrorsLine has trailing spaces.105
ErrorsLine is longer than 80 characters.110
ErrorsLine has trailing spaces.111

gov/nasa/pds/citool/ingestor/Reference.java

ViolationMessageLine
ErrorsUnused import - java.io.File.16
ErrorsLine has trailing spaces.33
ErrorsLine has trailing spaces.43
ErrorsMissing a Javadoc comment.44
ErrorsParameter logicalId should be final.44
Errors'logicalId' hides a field.44
ErrorsParameter version should be final.44
Errors'version' hides a field.44
ErrorsParameter associationType should be final.44
Errors'associationType' hides a field.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsMethod 'getLogicalId' is not designed for extension - needs to be abstract, final or empty.55
ErrorsMethod 'setLogicalId' is not designed for extension - needs to be abstract, final or empty.64
ErrorsParameter id should be final.64
ErrorsMethod 'getVersion' is not designed for extension - needs to be abstract, final or empty.73
ErrorsMethod 'setVersion' is not designed for extension - needs to be abstract, final or empty.82
ErrorsParameter ver should be final.82
ErrorsMethod 'getAssociationType' is not designed for extension - needs to be abstract, final or empty.93
ErrorsMethod 'setAssociationType' is not designed for extension - needs to be abstract, final or empty.102
ErrorsParameter type should be final.102
ErrorsUnused import - java.io.File.16
ErrorsLine has trailing spaces.33
ErrorsLine has trailing spaces.43
ErrorsMissing a Javadoc comment.44
ErrorsParameter logicalId should be final.44
Errors'logicalId' hides a field.44
ErrorsParameter version should be final.44
Errors'version' hides a field.44
ErrorsParameter associationType should be final.44
Errors'associationType' hides a field.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsMethod 'getLogicalId' is not designed for extension - needs to be abstract, final or empty.55
ErrorsMethod 'setLogicalId' is not designed for extension - needs to be abstract, final or empty.64
ErrorsParameter id should be final.64
ErrorsMethod 'getVersion' is not designed for extension - needs to be abstract, final or empty.73
ErrorsMethod 'setVersion' is not designed for extension - needs to be abstract, final or empty.82
ErrorsParameter ver should be final.82
ErrorsMethod 'getAssociationType' is not designed for extension - needs to be abstract, final or empty.93
ErrorsMethod 'setAssociationType' is not designed for extension - needs to be abstract, final or empty.102
ErrorsParameter type should be final.102

gov/nasa/pds/citool/ingestor/StorageIngester.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsUnused import - java.util.Arrays.18
ErrorsUnused import - java.util.logging.Logger.21
ErrorsUnused import - org.apache.commons.lang.exception.ExceptionUtils.23
ErrorsLine is longer than 80 characters.27
ErrorsRedundant import from the same package - gov.nasa.pds.citool.ingestor.CatalogObject.33
ErrorsRedundant import from the same package - gov.nasa.pds.citool.ingestor.Constants.35
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine is longer than 80 characters.63
ErrorsLine contains a tab character.63
ErrorsParameter storageServerUrl should be final.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsFirst sentence should end with a period.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsMethod 'setProductName' is not designed for extension - needs to be abstract, final or empty.73
ErrorsParameter productName should be final.73
Errors'productName' hides a field.73
ErrorsExpected @param tag for 'productName'.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsExpected an @return tag.80
ErrorsLine contains a tab character.80
ErrorsMethod 'getFMClient' is not designed for extension - needs to be abstract, final or empty.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine is longer than 80 characters.85
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsUnused @param tag for 'product'.87
ErrorsLine contains a tab character.88
ErrorsUnused @param tag for 'fileObject'.88
ErrorsLine contains a tab character.89
ErrorsUnused @param tag for 'metadata'.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsMethod 'ingestToStorage' is not designed for extension - needs to be abstract, final or empty.94
ErrorsParameter catObj should be final.94
ErrorsExpected @param tag for 'catObj'.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine is longer than 80 characters.99
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine is longer than 80 characters.103
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine is longer than 80 characters.110
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine has trailing spaces.112
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine is longer than 80 characters.116
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine is longer than 80 characters.119
ErrorsLine contains a tab character.119
ErrorsLine has trailing spaces.120
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine has trailing spaces.122
ErrorsLine is longer than 80 characters.122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine has trailing spaces.129
ErrorsLine contains a tab character.129
ErrorsFirst sentence should end with a period.130
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsLine has trailing spaces.133
ErrorsLine contains a tab character.133
ErrorsLine has trailing spaces.134
ErrorsLine is longer than 80 characters.134
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsMethod 'getProductById' is not designed for extension - needs to be abstract, final or empty.137
ErrorsParameter productId should be final.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine has trailing spaces.145
ErrorsLine contains a tab character.145
ErrorsFirst sentence should end with a period.146
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine has trailing spaces.149
ErrorsLine contains a tab character.149
ErrorsLine has trailing spaces.150
ErrorsLine is longer than 80 characters.150
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsMethod 'getProductByName' is not designed for extension - needs to be abstract, final or empty.153
ErrorsParameter productName should be final.153
Errors'productName' hides a field.153
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine is longer than 80 characters.157
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsFile does not end with a newline.0
ErrorsUnused import - java.util.Arrays.18
ErrorsUnused import - java.util.logging.Logger.21
ErrorsUnused import - org.apache.commons.lang.exception.ExceptionUtils.23
ErrorsLine is longer than 80 characters.27
ErrorsRedundant import from the same package - gov.nasa.pds.citool.ingestor.CatalogObject.33
ErrorsRedundant import from the same package - gov.nasa.pds.citool.ingestor.Constants.35
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine is longer than 80 characters.63
ErrorsLine contains a tab character.63
ErrorsParameter storageServerUrl should be final.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsFirst sentence should end with a period.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsMethod 'setProductName' is not designed for extension - needs to be abstract, final or empty.73
ErrorsParameter productName should be final.73
Errors'productName' hides a field.73
ErrorsExpected @param tag for 'productName'.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsExpected an @return tag.80
ErrorsLine contains a tab character.80
ErrorsMethod 'getFMClient' is not designed for extension - needs to be abstract, final or empty.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine is longer than 80 characters.85
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsUnused @param tag for 'product'.87
ErrorsLine contains a tab character.88
ErrorsUnused @param tag for 'fileObject'.88
ErrorsLine contains a tab character.89
ErrorsUnused @param tag for 'metadata'.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsMethod 'ingestToStorage' is not designed for extension - needs to be abstract, final or empty.94
ErrorsParameter catObj should be final.94
ErrorsExpected @param tag for 'catObj'.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine is longer than 80 characters.99
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine is longer than 80 characters.103
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine is longer than 80 characters.110
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine has trailing spaces.112
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine is longer than 80 characters.116
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine is longer than 80 characters.119
ErrorsLine contains a tab character.119
ErrorsLine has trailing spaces.120
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine has trailing spaces.122
ErrorsLine is longer than 80 characters.122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine has trailing spaces.129
ErrorsLine contains a tab character.129
ErrorsFirst sentence should end with a period.130
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsLine has trailing spaces.133
ErrorsLine contains a tab character.133
ErrorsLine has trailing spaces.134
ErrorsLine is longer than 80 characters.134
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsMethod 'getProductById' is not designed for extension - needs to be abstract, final or empty.137
ErrorsParameter productId should be final.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine has trailing spaces.145
ErrorsLine contains a tab character.145
ErrorsFirst sentence should end with a period.146
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine has trailing spaces.149
ErrorsLine contains a tab character.149
ErrorsLine has trailing spaces.150
ErrorsLine is longer than 80 characters.150
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsMethod 'getProductByName' is not designed for extension - needs to be abstract, final or empty.153
ErrorsParameter productName should be final.153
Errors'productName' hides a field.153
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine is longer than 80 characters.157
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161

gov/nasa/pds/citool/logging/CIToolLevel.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsRedundant import from the same package - gov.nasa.pds.citool.logging.ToolsLevel.20
ErrorsMissing a Javadoc comment.22
ErrorsLine is longer than 80 characters.23
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsLine is longer than 80 characters.24
ErrorsLine contains a tab character.24
ErrorsMissing a Javadoc comment.24
ErrorsLine is longer than 80 characters.25
ErrorsLine contains a tab character.25
ErrorsMissing a Javadoc comment.25
ErrorsLine is longer than 80 characters.26
ErrorsLine contains a tab character.26
ErrorsMissing a Javadoc comment.26
Errors'4' is a magic number.26
ErrorsLine is longer than 80 characters.27
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.27
Errors'5' is a magic number.27
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsParameter name should be final.29
ErrorsParameter value should be final.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsRedundant import from the same package - gov.nasa.pds.citool.logging.ToolsLevel.20
ErrorsMissing a Javadoc comment.22
ErrorsLine is longer than 80 characters.23
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsLine is longer than 80 characters.24
ErrorsLine contains a tab character.24
ErrorsMissing a Javadoc comment.24
ErrorsLine is longer than 80 characters.25
ErrorsLine contains a tab character.25
ErrorsMissing a Javadoc comment.25
ErrorsLine is longer than 80 characters.26
ErrorsLine contains a tab character.26
ErrorsMissing a Javadoc comment.26
Errors'4' is a magic number.26
ErrorsLine is longer than 80 characters.27
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.27
Errors'5' is a magic number.27
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsParameter name should be final.29
ErrorsParameter value should be final.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31

gov/nasa/pds/citool/logging/CompareFormatter.java

ViolationMessageLine
ErrorsLine has trailing spaces.6
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.8
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.10
ErrorsLine has trailing spaces.13
ErrorsRedundant import from the same package - gov.nasa.pds.citool.logging.ToolsLevel.18
ErrorsRedundant import from the same package - gov.nasa.pds.citool.logging.ToolsLogRecord.19
ErrorsLine has trailing spaces.30
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.35
ErrorsLine contains a tab character.36
ErrorsMissing a Javadoc comment.36
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.37
ErrorsLine contains a tab character.38
ErrorsMissing a Javadoc comment.38
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
ErrorsLine contains a tab character.40
ErrorsMissing a Javadoc comment.40
ErrorsLine contains a tab character.41
ErrorsMissing a Javadoc comment.41
ErrorsLine contains a tab character.42
ErrorsMissing a Javadoc comment.42
ErrorsLine has trailing spaces.43
ErrorsLine contains a tab character.43
ErrorsLine is longer than 80 characters.44
ErrorsLine contains a tab character.44
ErrorsMissing a Javadoc comment.44
ErrorsLine is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsMissing a Javadoc comment.45
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsMissing a Javadoc comment.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsMethod 'format' is not designed for extension - needs to be abstract, final or empty.58
ErrorsMissing a Javadoc comment.58
ErrorsParameter record should be final.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.63
Errors'}' should be on the same line.63
ErrorsLine contains a tab character.64
ErrorsLine is longer than 80 characters.65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
Errors'}' should be on the same line.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
Errors'&&' should be on a new line.67
ErrorsLine contains a tab character.68
Errors'||' should be on a new line.68
ErrorsLine has trailing spaces.69
ErrorsLine is longer than 80 characters.69
ErrorsLine contains a tab character.69
Errors'||' should be on a new line.69
ErrorsLine contains a tab character.70
Errors'||' should be on a new line.70
ErrorsLine contains a tab character.71
Errors'if' construct must use '{}'s.72
ErrorsLine contains a tab character.72
Errors'if' is not followed by whitespace.72
ErrorsLine contains a tab character.73
Errors'if' construct must use '{}'s.74
ErrorsLine contains a tab character.74
Errors'if' is not followed by whitespace.74
ErrorsLine contains a tab character.75
Errors'if' construct must use '{}'s.76
ErrorsLine contains a tab character.76
Errors'if' is not followed by whitespace.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsMissing a Javadoc comment.86
ErrorsParameter record should be final.86
ErrorsLine has trailing spaces.87
ErrorsLine contains a tab character.87
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.89
ErrorsLine contains a tab character.89
ErrorsLine has trailing spaces.90
ErrorsLine contains a tab character.90
Errors'for' is not followed by whitespace.90
ErrorsLine is longer than 80 characters.91
ErrorsLine contains a tab character.91
Errors'if' is not followed by whitespace.91
ErrorsLine has trailing spaces.92
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
Errors'if' is not followed by whitespace.92
Errors'&&' should be on a new line.92
ErrorsLine has trailing spaces.93
ErrorsLine contains a tab character.93
Errors'||' should be on a new line.93
ErrorsLine is longer than 80 characters.94
ErrorsLine contains a tab character.94
Errors'||' should be on a new line.94
ErrorsLine is longer than 80 characters.95
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
Errors'if' is not followed by whitespace.96
ErrorsLine is longer than 80 characters.97
ErrorsLine contains a tab character.97
ErrorsLine is longer than 80 characters.98
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
Errors'}' should be on the same line.100
ErrorsLine contains a tab character.101
Errors'if' is not followed by whitespace.101
Errors'if' construct must use '{}'s.102
ErrorsLine contains a tab character.102
Errors'if' is not followed by whitespace.102
ErrorsLine contains a tab character.103
Errors'else' construct must use '{}'s.104
ErrorsLine contains a tab character.104
ErrorsLine is longer than 80 characters.105
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
Errors'}' should be on the same line.106
ErrorsLine contains a tab character.107
Errors'if' is not followed by whitespace.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
Errors'if' construct must use '{}'s.110
ErrorsLine contains a tab character.110
Errors'if' is not followed by whitespace.110
ErrorsLine is longer than 80 characters.111
ErrorsLine contains a tab character.111
ErrorsLine is longer than 80 characters.112
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
Errors'}' should be on the same line.113
ErrorsLine contains a tab character.114
ErrorsLine is longer than 80 characters.115
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
Errors'if' construct must use '{}'s.117
ErrorsLine contains a tab character.117
Errors'if' is not followed by whitespace.117
ErrorsLine is longer than 80 characters.118
ErrorsLine contains a tab character.118
ErrorsLine is longer than 80 characters.119
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine has trailing spaces.126
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsMissing a Javadoc comment.127
ErrorsLine contains a tab character.128
Errors'if' is not followed by whitespace.128
ErrorsLine contains a tab character.129
ErrorsLine has trailing spaces.130
ErrorsLine is longer than 80 characters.130
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
Errors'}' should be on the same line.131
ErrorsLine contains a tab character.132
Errors'if' is not followed by whitespace.132
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
Errors'}' should be on the same line.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine has trailing spaces.138
ErrorsLine is longer than 80 characters.138
ErrorsLine contains a tab character.138
ErrorsLine has trailing spaces.139
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine has trailing spaces.141
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsMethod 'getTail' is not designed for extension - needs to be abstract, final or empty.142
ErrorsMissing a Javadoc comment.142
ErrorsParameter handler should be final.142
ErrorsLine contains a tab character.143
ErrorsLine has trailing spaces.144
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine is longer than 80 characters.147
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine has trailing spaces.155
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine has trailing spaces.6
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.8
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.10
ErrorsLine has trailing spaces.13
ErrorsRedundant import from the same package - gov.nasa.pds.citool.logging.ToolsLevel.18
ErrorsRedundant import from the same package - gov.nasa.pds.citool.logging.ToolsLogRecord.19
ErrorsLine has trailing spaces.30
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.35
ErrorsLine contains a tab character.36
ErrorsMissing a Javadoc comment.36
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.37
ErrorsLine contains a tab character.38
ErrorsMissing a Javadoc comment.38
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
ErrorsLine contains a tab character.40
ErrorsMissing a Javadoc comment.40
ErrorsLine contains a tab character.41
ErrorsMissing a Javadoc comment.41
ErrorsLine contains a tab character.42
ErrorsMissing a Javadoc comment.42
ErrorsLine has trailing spaces.43
ErrorsLine contains a tab character.43
ErrorsLine is longer than 80 characters.44
ErrorsLine contains a tab character.44
ErrorsMissing a Javadoc comment.44
ErrorsLine is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsMissing a Javadoc comment.45
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsMissing a Javadoc comment.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsMethod 'format' is not designed for extension - needs to be abstract, final or empty.58
ErrorsMissing a Javadoc comment.58
ErrorsParameter record should be final.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.63
Errors'}' should be on the same line.63
ErrorsLine contains a tab character.64
ErrorsLine is longer than 80 characters.65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
Errors'}' should be on the same line.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
Errors'&&' should be on a new line.67
ErrorsLine contains a tab character.68
Errors'||' should be on a new line.68
ErrorsLine has trailing spaces.69
ErrorsLine is longer than 80 characters.69
ErrorsLine contains a tab character.69
Errors'||' should be on a new line.69
ErrorsLine contains a tab character.70
Errors'||' should be on a new line.70
ErrorsLine contains a tab character.71
Errors'if' construct must use '{}'s.72
ErrorsLine contains a tab character.72
Errors'if' is not followed by whitespace.72
ErrorsLine contains a tab character.73
Errors'if' construct must use '{}'s.74
ErrorsLine contains a tab character.74
Errors'if' is not followed by whitespace.74
ErrorsLine contains a tab character.75
Errors'if' construct must use '{}'s.76
ErrorsLine contains a tab character.76
Errors'if' is not followed by whitespace.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsMissing a Javadoc comment.86
ErrorsParameter record should be final.86
ErrorsLine has trailing spaces.87
ErrorsLine contains a tab character.87
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.89
ErrorsLine contains a tab character.89
ErrorsLine has trailing spaces.90
ErrorsLine contains a tab character.90
Errors'for' is not followed by whitespace.90
ErrorsLine is longer than 80 characters.91
ErrorsLine contains a tab character.91
Errors'if' is not followed by whitespace.91
ErrorsLine has trailing spaces.92
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
Errors'if' is not followed by whitespace.92
Errors'&&' should be on a new line.92
ErrorsLine has trailing spaces.93
ErrorsLine contains a tab character.93
Errors'||' should be on a new line.93
ErrorsLine is longer than 80 characters.94
ErrorsLine contains a tab character.94
Errors'||' should be on a new line.94
ErrorsLine is longer than 80 characters.95
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
Errors'if' is not followed by whitespace.96
ErrorsLine is longer than 80 characters.97
ErrorsLine contains a tab character.97
ErrorsLine is longer than 80 characters.98
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
Errors'}' should be on the same line.100
ErrorsLine contains a tab character.101
Errors'if' is not followed by whitespace.101
Errors'if' construct must use '{}'s.102
ErrorsLine contains a tab character.102
Errors'if' is not followed by whitespace.102
ErrorsLine contains a tab character.103
Errors'else' construct must use '{}'s.104
ErrorsLine contains a tab character.104
ErrorsLine is longer than 80 characters.105
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
Errors'}' should be on the same line.106
ErrorsLine contains a tab character.107
Errors'if' is not followed by whitespace.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
Errors'if' construct must use '{}'s.110
ErrorsLine contains a tab character.110
Errors'if' is not followed by whitespace.110
ErrorsLine is longer than 80 characters.111
ErrorsLine contains a tab character.111
ErrorsLine is longer than 80 characters.112
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
Errors'}' should be on the same line.113
ErrorsLine contains a tab character.114
ErrorsLine is longer than 80 characters.115
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
Errors'if' construct must use '{}'s.117
ErrorsLine contains a tab character.117
Errors'if' is not followed by whitespace.117
ErrorsLine is longer than 80 characters.118
ErrorsLine contains a tab character.118
ErrorsLine is longer than 80 characters.119
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine has trailing spaces.126
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsMissing a Javadoc comment.127
ErrorsLine contains a tab character.128
Errors'if' is not followed by whitespace.128
ErrorsLine contains a tab character.129
ErrorsLine has trailing spaces.130
ErrorsLine is longer than 80 characters.130
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
Errors'}' should be on the same line.131
ErrorsLine contains a tab character.132
Errors'if' is not followed by whitespace.132
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
Errors'}' should be on the same line.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine has trailing spaces.138
ErrorsLine is longer than 80 characters.138
ErrorsLine contains a tab character.138
ErrorsLine has trailing spaces.139
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine has trailing spaces.141
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsMethod 'getTail' is not designed for extension - needs to be abstract, final or empty.142
ErrorsMissing a Javadoc comment.142
ErrorsParameter handler should be final.142
ErrorsLine contains a tab character.143
ErrorsLine has trailing spaces.144
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine is longer than 80 characters.147
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine has trailing spaces.155
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158

gov/nasa/pds/citool/logging/IngestFormatter.java

ViolationMessageLine
ErrorsRedundant import from the same package - gov.nasa.pds.citool.logging.ToolsLevel.18
ErrorsRedundant import from the same package - gov.nasa.pds.citool.logging.ToolsLogRecord.19
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.35
ErrorsLine contains a tab character.36
ErrorsMissing a Javadoc comment.36
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.37
ErrorsLine contains a tab character.38
ErrorsMissing a Javadoc comment.38
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
ErrorsLine contains a tab character.40
ErrorsMissing a Javadoc comment.40
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsMissing a Javadoc comment.42
ErrorsLine is longer than 80 characters.43
ErrorsLine contains a tab character.43
ErrorsMissing a Javadoc comment.43
ErrorsLine contains a tab character.45
ErrorsMissing a Javadoc comment.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine is longer than 80 characters.51
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.54
ErrorsMethod 'format' is not designed for extension - needs to be abstract, final or empty.54
ErrorsMissing a Javadoc comment.54
ErrorsParameter record should be final.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.57
ErrorsLine is longer than 80 characters.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
Errors'}' should be on the same line.59
ErrorsLine contains a tab character.60
ErrorsLine is longer than 80 characters.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
Errors'}' should be on the same line.62
Errors'else' construct must use '{}'s.63
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.68
ErrorsMissing a Javadoc comment.68
ErrorsParameter record should be final.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.74
ErrorsMissing a Javadoc comment.74
ErrorsLine contains a tab character.75
ErrorsLine is longer than 80 characters.76
ErrorsLine contains a tab character.76
ErrorsLine is longer than 80 characters.77
ErrorsLine contains a tab character.77
ErrorsLine is longer than 80 characters.78
ErrorsLine contains a tab character.78
ErrorsLine is longer than 80 characters.79
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.82
ErrorsMethod 'getTail' is not designed for extension - needs to be abstract, final or empty.82
ErrorsMissing a Javadoc comment.82
ErrorsParameter handler should be final.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.85
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine is longer than 80 characters.95
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsRedundant import from the same package - gov.nasa.pds.citool.logging.ToolsLevel.18
ErrorsRedundant import from the same package - gov.nasa.pds.citool.logging.ToolsLogRecord.19
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.35
ErrorsLine contains a tab character.36
ErrorsMissing a Javadoc comment.36
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.37
ErrorsLine contains a tab character.38
ErrorsMissing a Javadoc comment.38
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
ErrorsLine contains a tab character.40
ErrorsMissing a Javadoc comment.40
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsMissing a Javadoc comment.42
ErrorsLine is longer than 80 characters.43
ErrorsLine contains a tab character.43
ErrorsMissing a Javadoc comment.43
ErrorsLine contains a tab character.45
ErrorsMissing a Javadoc comment.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine is longer than 80 characters.51
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.54
ErrorsMethod 'format' is not designed for extension - needs to be abstract, final or empty.54
ErrorsMissing a Javadoc comment.54
ErrorsParameter record should be final.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.57
ErrorsLine is longer than 80 characters.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
Errors'}' should be on the same line.59
ErrorsLine contains a tab character.60
ErrorsLine is longer than 80 characters.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
Errors'}' should be on the same line.62
Errors'else' construct must use '{}'s.63
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.68
ErrorsMissing a Javadoc comment.68
ErrorsParameter record should be final.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.74
ErrorsMissing a Javadoc comment.74
ErrorsLine contains a tab character.75
ErrorsLine is longer than 80 characters.76
ErrorsLine contains a tab character.76
ErrorsLine is longer than 80 characters.77
ErrorsLine contains a tab character.77
ErrorsLine is longer than 80 characters.78
ErrorsLine contains a tab character.78
ErrorsLine is longer than 80 characters.79
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.82
ErrorsMethod 'getTail' is not designed for extension - needs to be abstract, final or empty.82
ErrorsMissing a Javadoc comment.82
ErrorsParameter handler should be final.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.85
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine is longer than 80 characters.95
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98

gov/nasa/pds/citool/logging/ToolsLevel.java

ViolationMessageLine
ErrorsLine has trailing spaces.13
ErrorsLine has trailing spaces.23
ErrorsLine has trailing spaces.26
ErrorsLine contains a tab character.26
ErrorsLine is longer than 80 characters.27
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.27
ErrorsLine has trailing spaces.28
Errors'9' is a magic number.28
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
Errors'8' is a magic number.30
ErrorsMissing a Javadoc comment.31
Errors'7' is a magic number.32
ErrorsMissing a Javadoc comment.33
Errors'6' is a magic number.34
ErrorsMissing a Javadoc comment.35
Errors'5' is a magic number.36
ErrorsMissing a Javadoc comment.37
Errors'4' is a magic number.38
ErrorsMissing a Javadoc comment.39
Errors'3' is a magic number.40
ErrorsMissing a Javadoc comment.41
ErrorsMissing a Javadoc comment.43
ErrorsLine has trailing spaces.45
ErrorsMissing a Javadoc comment.46
ErrorsParameter name should be final.46
ErrorsParameter value should be final.46
ErrorsLine has trailing spaces.13
ErrorsLine has trailing spaces.23
ErrorsLine has trailing spaces.26
ErrorsLine contains a tab character.26
ErrorsLine is longer than 80 characters.27
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.27
ErrorsLine has trailing spaces.28
Errors'9' is a magic number.28
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
Errors'8' is a magic number.30
ErrorsMissing a Javadoc comment.31
Errors'7' is a magic number.32
ErrorsMissing a Javadoc comment.33
Errors'6' is a magic number.34
ErrorsMissing a Javadoc comment.35
Errors'5' is a magic number.36
ErrorsMissing a Javadoc comment.37
Errors'4' is a magic number.38
ErrorsMissing a Javadoc comment.39
Errors'3' is a magic number.40
ErrorsMissing a Javadoc comment.41
ErrorsMissing a Javadoc comment.43
ErrorsLine has trailing spaces.45
ErrorsMissing a Javadoc comment.46
ErrorsParameter name should be final.46
ErrorsParameter value should be final.46

gov/nasa/pds/citool/logging/ToolsLogRecord.java

ViolationMessageLine
ErrorsLine has trailing spaces.13
ErrorsLine has trailing spaces.24
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.31
ErrorsParameter level should be final.31
ErrorsParameter message should be final.31
ErrorsLine has trailing spaces.34
ErrorsFirst sentence should end with a period.35
ErrorsLine has trailing spaces.36
ErrorsParameter level should be final.41
ErrorsParameter message should be final.41
ErrorsParameter file should be final.41
Errors'file' hides a field.41
ErrorsLine has trailing spaces.44
ErrorsFirst sentence should end with a period.45
ErrorsLine has trailing spaces.46
ErrorsParameter level should be final.52
ErrorsParameter message should be final.52
ErrorsParameter file should be final.52
Errors'file' hides a field.52
ErrorsParameter line should be final.52
Errors'line' hides a field.52
ErrorsLine has trailing spaces.55
ErrorsFirst sentence should end with a period.56
ErrorsLine has trailing spaces.57
ErrorsLine is longer than 80 characters.63
ErrorsParameter level should be final.63
ErrorsParameter message should be final.63
ErrorsParameter file should be final.63
Errors'file' hides a field.63
ErrorsParameter context should be final.63
Errors'context' hides a field.63
ErrorsLine has trailing spaces.66
ErrorsFirst sentence should end with a period.67
ErrorsLine is longer than 80 characters.75
ErrorsParameter level should be final.75
ErrorsParameter message should be final.75
ErrorsParameter file should be final.75
Errors'file' hides a field.75
ErrorsParameter context should be final.75
Errors'context' hides a field.75
ErrorsParameter line should be final.75
Errors'line' hides a field.75
ErrorsMethod 'getFile' is not designed for extension - needs to be abstract, final or empty.82
ErrorsMissing a Javadoc comment.82
Errors'return' is not preceded with whitespace.82
Errors'{' is not followed by whitespace.82
Errors';' is not followed by whitespace.82
Errors'}' is not preceded with whitespace.82
ErrorsLine has trailing spaces.83
ErrorsMethod 'getContext' is not designed for extension - needs to be abstract, final or empty.84
ErrorsMissing a Javadoc comment.84
Errors'return' is not preceded with whitespace.84
Errors'{' is not followed by whitespace.84
Errors';' is not followed by whitespace.84
Errors'}' is not preceded with whitespace.84
ErrorsLine has trailing spaces.85
ErrorsMethod 'getLine' is not designed for extension - needs to be abstract, final or empty.86
ErrorsMissing a Javadoc comment.86
Errors'return' is not preceded with whitespace.86
Errors'{' is not followed by whitespace.86
Errors';' is not followed by whitespace.86
Errors'}' is not preceded with whitespace.86
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.13
ErrorsLine has trailing spaces.24
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.31
ErrorsParameter level should be final.31
ErrorsParameter message should be final.31
ErrorsLine has trailing spaces.34
ErrorsFirst sentence should end with a period.35
ErrorsLine has trailing spaces.36
ErrorsParameter level should be final.41
ErrorsParameter message should be final.41
ErrorsParameter file should be final.41
Errors'file' hides a field.41
ErrorsLine has trailing spaces.44
ErrorsFirst sentence should end with a period.45
ErrorsLine has trailing spaces.46
ErrorsParameter level should be final.52
ErrorsParameter message should be final.52
ErrorsParameter file should be final.52
Errors'file' hides a field.52
ErrorsParameter line should be final.52
Errors'line' hides a field.52
ErrorsLine has trailing spaces.55
ErrorsFirst sentence should end with a period.56
ErrorsLine has trailing spaces.57
ErrorsLine is longer than 80 characters.63
ErrorsParameter level should be final.63
ErrorsParameter message should be final.63
ErrorsParameter file should be final.63
Errors'file' hides a field.63
ErrorsParameter context should be final.63
Errors'context' hides a field.63
ErrorsLine has trailing spaces.66
ErrorsFirst sentence should end with a period.67
ErrorsLine is longer than 80 characters.75
ErrorsParameter level should be final.75
ErrorsParameter message should be final.75
ErrorsParameter file should be final.75
Errors'file' hides a field.75
ErrorsParameter context should be final.75
Errors'context' hides a field.75
ErrorsParameter line should be final.75
Errors'line' hides a field.75
ErrorsMethod 'getFile' is not designed for extension - needs to be abstract, final or empty.82
ErrorsMissing a Javadoc comment.82
Errors'return' is not preceded with whitespace.82
Errors'{' is not followed by whitespace.82
Errors';' is not followed by whitespace.82
Errors'}' is not preceded with whitespace.82
ErrorsLine has trailing spaces.83
ErrorsMethod 'getContext' is not designed for extension - needs to be abstract, final or empty.84
ErrorsMissing a Javadoc comment.84
Errors'return' is not preceded with whitespace.84
Errors'{' is not followed by whitespace.84
Errors';' is not followed by whitespace.84
Errors'}' is not preceded with whitespace.84
ErrorsLine has trailing spaces.85
ErrorsMethod 'getLine' is not designed for extension - needs to be abstract, final or empty.86
ErrorsMissing a Javadoc comment.86
Errors'return' is not preceded with whitespace.86
Errors'{' is not followed by whitespace.86
Errors';' is not followed by whitespace.86
Errors'}' is not preceded with whitespace.86
ErrorsLine has trailing spaces.87

gov/nasa/pds/citool/logging/ValidateFormatter.java

ViolationMessageLine
ErrorsUnused import - gov.nasa.pds.tools.label.Label.25
ErrorsRedundant import from the same package - gov.nasa.pds.citool.logging.ToolsLogRecord.26
ErrorsMissing a Javadoc comment.29
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
ErrorsLine contains a tab character.33
ErrorsMissing a Javadoc comment.33
ErrorsLine contains a tab character.34
ErrorsMissing a Javadoc comment.34
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.35
ErrorsLine contains a tab character.36
ErrorsMissing a Javadoc comment.36
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.37
ErrorsLine contains a tab character.38
ErrorsMissing a Javadoc comment.38
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
ErrorsLine contains a tab character.40
ErrorsMissing a Javadoc comment.40
ErrorsLine contains a tab character.41
ErrorsMissing a Javadoc comment.41
ErrorsLine contains a tab character.42
ErrorsMissing a Javadoc comment.42
ErrorsLine contains a tab character.43
ErrorsMissing a Javadoc comment.43
ErrorsLine is longer than 80 characters.44
ErrorsLine contains a tab character.44
ErrorsMissing a Javadoc comment.44
ErrorsLine is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsMissing a Javadoc comment.45
ErrorsLine contains a tab character.47
ErrorsMissing a Javadoc comment.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.67
ErrorsMethod 'format' is not designed for extension - needs to be abstract, final or empty.67
ErrorsMissing a Javadoc comment.67
ErrorsParameter record should be final.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.70
ErrorsLine is longer than 80 characters.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
Errors'}' should be on the same line.72
ErrorsLine contains a tab character.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
Errors'}' should be on the same line.75
ErrorsLine is longer than 80 characters.76
ErrorsLine contains a tab character.76
Errors'if' is not followed by whitespace.76
Errors'(' is followed by whitespace.76
ErrorsLine contains a tab character.77
ErrorsLine is longer than 80 characters.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
Errors'}' should be on the same line.79
ErrorsLine is longer than 80 characters.80
ErrorsLine contains a tab character.80
Errors'if' is not followed by whitespace.80
Errors'(' is followed by whitespace.80
ErrorsLine contains a tab character.81
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
Errors'}' should be on the same line.83
ErrorsLine is longer than 80 characters.84
ErrorsLine contains a tab character.84
Errors'if' is not followed by whitespace.84
Errors'(' is followed by whitespace.84
Errors')' is preceded with whitespace.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
Errors'}' should be on the same line.87
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.88
Errors'||' should be on a new line.88
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.89
Errors'if' construct must use '{}'s.90
ErrorsLine contains a tab character.90
Errors'if' is not followed by whitespace.90
ErrorsLine contains a tab character.91
Errors'else' construct must use '{}'s.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.101
ErrorsMissing a Javadoc comment.101
ErrorsParameter record should be final.101
Errors'if' construct must use '{}'s.102
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
Errors'if' construct must use '{}'s.104
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
Errors'if' construct must use '{}'s.106
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.109
ErrorsLine is longer than 80 characters.110
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.112
ErrorsLine is longer than 80 characters.113
ErrorsLine contains a tab character.113
Errors'if' construct must use '{}'s.114
ErrorsLine contains a tab character.114
ErrorsLine is longer than 80 characters.115
ErrorsLine contains a tab character.115
ErrorsLine is longer than 80 characters.116
ErrorsLine contains a tab character.116
Errors'if' is not followed by whitespace.116
Errors'&&' should be on a new line.116
ErrorsLine is longer than 80 characters.117
ErrorsLine contains a tab character.117
Errors'||' should be on a new line.117
ErrorsLine is longer than 80 characters.118
ErrorsLine contains a tab character.118
Errors'||' should be on a new line.118
ErrorsLine is longer than 80 characters.119
ErrorsLine contains a tab character.119
ErrorsLine is longer than 80 characters.120
ErrorsLine contains a tab character.120
Errors'if' is not followed by whitespace.120
ErrorsLine is longer than 80 characters.121
ErrorsLine contains a tab character.121
Errors'if' construct must use '{}'s.122
ErrorsLine is longer than 80 characters.122
ErrorsLine contains a tab character.122
Errors'if' is not followed by whitespace.122
ErrorsLine is longer than 80 characters.123
ErrorsLine contains a tab character.123
ErrorsLine is longer than 80 characters.124
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
Errors'}' should be on the same line.126
ErrorsLine contains a tab character.127
Errors'if' is not followed by whitespace.127
Errors'if' construct must use '{}'s.128
ErrorsLine contains a tab character.128
Errors'if' is not followed by whitespace.128
ErrorsLine contains a tab character.129
Errors'else' construct must use '{}'s.130
ErrorsLine contains a tab character.130
ErrorsLine is longer than 80 characters.131
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
Errors'}' should be on the same line.132
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
Errors'if' construct must use '{}'s.135
ErrorsLine contains a tab character.135
Errors'if' is not followed by whitespace.135
ErrorsLine is longer than 80 characters.136
ErrorsLine contains a tab character.136
Errors'if' construct must use '{}'s.137
ErrorsLine contains a tab character.137
Errors'if' is not followed by whitespace.137
ErrorsLine is longer than 80 characters.138
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
Errors'if' construct must use '{}'s.140
ErrorsLine contains a tab character.140
ErrorsLine is longer than 80 characters.141
ErrorsLine contains a tab character.141
Errors'if' construct must use '{}'s.142
ErrorsLine contains a tab character.142
Errors'if' is not followed by whitespace.142
ErrorsLine is longer than 80 characters.143
ErrorsLine contains a tab character.143
ErrorsLine is longer than 80 characters.144
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.153
ErrorsMissing a Javadoc comment.153
ErrorsParameter record should be final.153
Errors'if' construct must use '{}'s.154
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
Errors'if' construct must use '{}'s.156
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
Errors'if' construct must use '{}'s.158
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine is longer than 80 characters.161
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.163
ErrorsLine is longer than 80 characters.164
ErrorsLine contains a tab character.164
ErrorsLine is longer than 80 characters.165
ErrorsLine contains a tab character.165
Errors'if' construct must use '{}'s.166
ErrorsLine contains a tab character.166
Errors'if' is not followed by whitespace.166
ErrorsLine is longer than 80 characters.167
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.169
Errors'}' should be on the same line.169
ErrorsLine is longer than 80 characters.170
ErrorsLine contains a tab character.170
Errors'if' is not followed by whitespace.170
Errors'&&' should be on a new line.170
ErrorsLine is longer than 80 characters.171
ErrorsLine contains a tab character.171
Errors'||' should be on a new line.171
ErrorsLine is longer than 80 characters.172
ErrorsLine contains a tab character.172
Errors'||' should be on a new line.172
ErrorsLine is longer than 80 characters.173
ErrorsLine contains a tab character.173
ErrorsLine is longer than 80 characters.174
ErrorsLine contains a tab character.174
Errors'if' is not followed by whitespace.174
ErrorsLine is longer than 80 characters.175
ErrorsLine contains a tab character.175
Errors'if' construct must use '{}'s.176
ErrorsLine is longer than 80 characters.176
ErrorsLine contains a tab character.176
Errors'if' is not followed by whitespace.176
ErrorsLine is longer than 80 characters.177
ErrorsLine contains a tab character.177
ErrorsLine is longer than 80 characters.178
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
Errors'}' should be on the same line.180
ErrorsLine contains a tab character.181
Errors'if' is not followed by whitespace.181
Errors'if' construct must use '{}'s.182
ErrorsLine contains a tab character.182
Errors'if' is not followed by whitespace.182
ErrorsLine contains a tab character.183
Errors'else' construct must use '{}'s.184
ErrorsLine contains a tab character.184
ErrorsLine is longer than 80 characters.185
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
Errors'}' should be on the same line.186
ErrorsLine contains a tab character.187
ErrorsLine is longer than 80 characters.188
ErrorsLine contains a tab character.188
Errors'if' construct must use '{}'s.189
ErrorsLine contains a tab character.189
ErrorsLine is longer than 80 characters.190
ErrorsLine contains a tab character.190
ErrorsLine is longer than 80 characters.191
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
Errors'}' should be on the same line.192
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
Errors'if' construct must use '{}'s.195
ErrorsLine contains a tab character.195
ErrorsLine is longer than 80 characters.196
ErrorsLine contains a tab character.196
ErrorsLine is longer than 80 characters.197
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.205
ErrorsMissing a Javadoc comment.205
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsLine is longer than 80 characters.209
ErrorsLine contains a tab character.209
ErrorsLine is longer than 80 characters.210
ErrorsLine contains a tab character.210
ErrorsLine is longer than 80 characters.211
ErrorsLine contains a tab character.211
ErrorsLine is longer than 80 characters.212
ErrorsLine contains a tab character.212
ErrorsLine is longer than 80 characters.213
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.216
ErrorsMethod 'getTail' is not designed for extension - needs to be abstract, final or empty.216
ErrorsMissing a Javadoc comment.216
ErrorsParameter handler should be final.216
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.219
ErrorsLine is longer than 80 characters.221
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
ErrorsUnused import - gov.nasa.pds.tools.label.Label.25
ErrorsRedundant import from the same package - gov.nasa.pds.citool.logging.ToolsLogRecord.26
ErrorsMissing a Javadoc comment.29
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
ErrorsLine contains a tab character.33
ErrorsMissing a Javadoc comment.33
ErrorsLine contains a tab character.34
ErrorsMissing a Javadoc comment.34
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.35
ErrorsLine contains a tab character.36
ErrorsMissing a Javadoc comment.36
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.37
ErrorsLine contains a tab character.38
ErrorsMissing a Javadoc comment.38
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
ErrorsLine contains a tab character.40
ErrorsMissing a Javadoc comment.40
ErrorsLine contains a tab character.41
ErrorsMissing a Javadoc comment.41
ErrorsLine contains a tab character.42
ErrorsMissing a Javadoc comment.42
ErrorsLine contains a tab character.43
ErrorsMissing a Javadoc comment.43
ErrorsLine is longer than 80 characters.44
ErrorsLine contains a tab character.44
ErrorsMissing a Javadoc comment.44
ErrorsLine is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsMissing a Javadoc comment.45
ErrorsLine contains a tab character.47
ErrorsMissing a Javadoc comment.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.67
ErrorsMethod 'format' is not designed for extension - needs to be abstract, final or empty.67
ErrorsMissing a Javadoc comment.67
ErrorsParameter record should be final.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.70
ErrorsLine is longer than 80 characters.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
Errors'}' should be on the same line.72
ErrorsLine contains a tab character.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
Errors'}' should be on the same line.75
ErrorsLine is longer than 80 characters.76
ErrorsLine contains a tab character.76
Errors'if' is not followed by whitespace.76
Errors'(' is followed by whitespace.76
ErrorsLine contains a tab character.77
ErrorsLine is longer than 80 characters.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
Errors'}' should be on the same line.79
ErrorsLine is longer than 80 characters.80
ErrorsLine contains a tab character.80
Errors'if' is not followed by whitespace.80
Errors'(' is followed by whitespace.80
ErrorsLine contains a tab character.81
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
Errors'}' should be on the same line.83
ErrorsLine is longer than 80 characters.84
ErrorsLine contains a tab character.84
Errors'if' is not followed by whitespace.84
Errors'(' is followed by whitespace.84
Errors')' is preceded with whitespace.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
Errors'}' should be on the same line.87
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.88
Errors'||' should be on a new line.88
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.89
Errors'if' construct must use '{}'s.90
ErrorsLine contains a tab character.90
Errors'if' is not followed by whitespace.90
ErrorsLine contains a tab character.91
Errors'else' construct must use '{}'s.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.101
ErrorsMissing a Javadoc comment.101
ErrorsParameter record should be final.101
Errors'if' construct must use '{}'s.102
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
Errors'if' construct must use '{}'s.104
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
Errors'if' construct must use '{}'s.106
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.109
ErrorsLine is longer than 80 characters.110
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.112
ErrorsLine is longer than 80 characters.113
ErrorsLine contains a tab character.113
Errors'if' construct must use '{}'s.114
ErrorsLine contains a tab character.114
ErrorsLine is longer than 80 characters.115
ErrorsLine contains a tab character.115
ErrorsLine is longer than 80 characters.116
ErrorsLine contains a tab character.116
Errors'if' is not followed by whitespace.116
Errors'&&' should be on a new line.116
ErrorsLine is longer than 80 characters.117
ErrorsLine contains a tab character.117
Errors'||' should be on a new line.117
ErrorsLine is longer than 80 characters.118
ErrorsLine contains a tab character.118
Errors'||' should be on a new line.118
ErrorsLine is longer than 80 characters.119
ErrorsLine contains a tab character.119
ErrorsLine is longer than 80 characters.120
ErrorsLine contains a tab character.120
Errors'if' is not followed by whitespace.120
ErrorsLine is longer than 80 characters.121
ErrorsLine contains a tab character.121
Errors'if' construct must use '{}'s.122
ErrorsLine is longer than 80 characters.122
ErrorsLine contains a tab character.122
Errors'if' is not followed by whitespace.122
ErrorsLine is longer than 80 characters.123
ErrorsLine contains a tab character.123
ErrorsLine is longer than 80 characters.124
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
Errors'}' should be on the same line.126
ErrorsLine contains a tab character.127
Errors'if' is not followed by whitespace.127
Errors'if' construct must use '{}'s.128
ErrorsLine contains a tab character.128
Errors'if' is not followed by whitespace.128
ErrorsLine contains a tab character.129
Errors'else' construct must use '{}'s.130
ErrorsLine contains a tab character.130
ErrorsLine is longer than 80 characters.131
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
Errors'}' should be on the same line.132
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
Errors'if' construct must use '{}'s.135
ErrorsLine contains a tab character.135
Errors'if' is not followed by whitespace.135
ErrorsLine is longer than 80 characters.136
ErrorsLine contains a tab character.136
Errors'if' construct must use '{}'s.137
ErrorsLine contains a tab character.137
Errors'if' is not followed by whitespace.137
ErrorsLine is longer than 80 characters.138
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
Errors'if' construct must use '{}'s.140
ErrorsLine contains a tab character.140
ErrorsLine is longer than 80 characters.141
ErrorsLine contains a tab character.141
Errors'if' construct must use '{}'s.142
ErrorsLine contains a tab character.142
Errors'if' is not followed by whitespace.142
ErrorsLine is longer than 80 characters.143
ErrorsLine contains a tab character.143
ErrorsLine is longer than 80 characters.144
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.153
ErrorsMissing a Javadoc comment.153
ErrorsParameter record should be final.153
Errors'if' construct must use '{}'s.154
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
Errors'if' construct must use '{}'s.156
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
Errors'if' construct must use '{}'s.158
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine is longer than 80 characters.161
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.163
ErrorsLine is longer than 80 characters.164
ErrorsLine contains a tab character.164
ErrorsLine is longer than 80 characters.165
ErrorsLine contains a tab character.165
Errors'if' construct must use '{}'s.166
ErrorsLine contains a tab character.166
Errors'if' is not followed by whitespace.166
ErrorsLine is longer than 80 characters.167
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.169
Errors'}' should be on the same line.169
ErrorsLine is longer than 80 characters.170
ErrorsLine contains a tab character.170
Errors'if' is not followed by whitespace.170
Errors'&&' should be on a new line.170
ErrorsLine is longer than 80 characters.171
ErrorsLine contains a tab character.171
Errors'||' should be on a new line.171
ErrorsLine is longer than 80 characters.172
ErrorsLine contains a tab character.172
Errors'||' should be on a new line.172
ErrorsLine is longer than 80 characters.173
ErrorsLine contains a tab character.173
ErrorsLine is longer than 80 characters.174
ErrorsLine contains a tab character.174
Errors'if' is not followed by whitespace.174
ErrorsLine is longer than 80 characters.175
ErrorsLine contains a tab character.175
Errors'if' construct must use '{}'s.176
ErrorsLine is longer than 80 characters.176
ErrorsLine contains a tab character.176
Errors'if' is not followed by whitespace.176
ErrorsLine is longer than 80 characters.177
ErrorsLine contains a tab character.177
ErrorsLine is longer than 80 characters.178
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
Errors'}' should be on the same line.180
ErrorsLine contains a tab character.181
Errors'if' is not followed by whitespace.181
Errors'if' construct must use '{}'s.182
ErrorsLine contains a tab character.182
Errors'if' is not followed by whitespace.182
ErrorsLine contains a tab character.183
Errors'else' construct must use '{}'s.184
ErrorsLine contains a tab character.184
ErrorsLine is longer than 80 characters.185
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
Errors'}' should be on the same line.186
ErrorsLine contains a tab character.187
ErrorsLine is longer than 80 characters.188
ErrorsLine contains a tab character.188
Errors'if' construct must use '{}'s.189
ErrorsLine contains a tab character.189
ErrorsLine is longer than 80 characters.190
ErrorsLine contains a tab character.190
ErrorsLine is longer than 80 characters.191
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
Errors'}' should be on the same line.192
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
Errors'if' construct must use '{}'s.195
ErrorsLine contains a tab character.195
ErrorsLine is longer than 80 characters.196
ErrorsLine contains a tab character.196
ErrorsLine is longer than 80 characters.197
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.205
ErrorsMissing a Javadoc comment.205
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsLine is longer than 80 characters.209
ErrorsLine contains a tab character.209
ErrorsLine is longer than 80 characters.210
ErrorsLine contains a tab character.210
ErrorsLine is longer than 80 characters.211
ErrorsLine contains a tab character.211
ErrorsLine is longer than 80 characters.212
ErrorsLine contains a tab character.212
ErrorsLine is longer than 80 characters.213
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.216
ErrorsMethod 'getTail' is not designed for extension - needs to be abstract, final or empty.216
ErrorsMissing a Javadoc comment.216
ErrorsParameter handler should be final.216
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.219
ErrorsLine is longer than 80 characters.221
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228

gov/nasa/pds/citool/report/CompareReport.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMethod 'printHeader' is not designed for extension - needs to be abstract, final or empty.52
ErrorsParameter writer should be final.53
ErrorsMethod 'printRecordMessages' is not designed for extension - needs to be abstract, final or empty.69
ErrorsParameter writer should be final.70
ErrorsParameter status should be final.70
ErrorsParameter sourceUri should be final.71
ErrorsParameter problems should be final.71
ErrorsLine is longer than 80 characters.72
ErrorsMissing a Javadoc comment.112
ErrorsParameter writer should be final.112
ErrorsMethod 'printFooter' is not designed for extension - needs to be abstract, final or empty.147
ErrorsParameter writer should be final.148
ErrorsLine is longer than 80 characters.154
ErrorsMethod 'printRecordSkip' is not designed for extension - needs to be abstract, final or empty.163
ErrorsParameter writer should be final.164
ErrorsMissing a Javadoc comment.202
ErrorsParameter args should be final.202
ErrorsParameter writer should be final.222
ErrorsParameter status should be final.222
ErrorsParameter sourceUris should be final.223
ErrorsParameter problems should be final.223
ErrorsMethod 'printHeader' is not designed for extension - needs to be abstract, final or empty.52
ErrorsParameter writer should be final.53
ErrorsMethod 'printRecordMessages' is not designed for extension - needs to be abstract, final or empty.69
ErrorsParameter writer should be final.70
ErrorsParameter status should be final.70
ErrorsParameter sourceUri should be final.71
ErrorsParameter problems should be final.71
ErrorsLine is longer than 80 characters.72
ErrorsMissing a Javadoc comment.112
ErrorsParameter writer should be final.112
ErrorsMethod 'printFooter' is not designed for extension - needs to be abstract, final or empty.147
ErrorsParameter writer should be final.148
ErrorsLine is longer than 80 characters.154
ErrorsMethod 'printRecordSkip' is not designed for extension - needs to be abstract, final or empty.163
ErrorsParameter writer should be final.164
ErrorsMissing a Javadoc comment.202
ErrorsParameter args should be final.202
ErrorsParameter writer should be final.222
ErrorsParameter status should be final.222
ErrorsParameter sourceUris should be final.223
ErrorsParameter problems should be final.223

gov/nasa/pds/citool/report/IngestReport.java

ViolationMessageLine
ErrorsLine contains a tab character.51
ErrorsMissing a Javadoc comment.51
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsMethod 'setPrintDetails' is not designed for extension - needs to be abstract, final or empty.53
ErrorsMissing a Javadoc comment.53
ErrorsParameter print should be final.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsMethod 'printHeader' is not designed for extension - needs to be abstract, final or empty.57
ErrorsParameter writer should be final.58
ErrorsMethod 'printRecordMessages' is not designed for extension - needs to be abstract, final or empty.74
ErrorsParameter writer should be final.75
ErrorsParameter status should be final.75
ErrorsParameter sourceUri should be final.76
ErrorsParameter problems should be final.76
ErrorsLine is longer than 80 characters.77
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.98
ErrorsMissing a Javadoc comment.110
ErrorsParameter writer should be final.110
ErrorsLine has trailing spaces.126
ErrorsMethod 'printFooter' is not designed for extension - needs to be abstract, final or empty.136
ErrorsParameter writer should be final.137
ErrorsLine has trailing spaces.143
ErrorsLine is longer than 80 characters.143
ErrorsLine contains a tab character.144
ErrorsLine has trailing spaces.148
ErrorsLine is longer than 80 characters.150
ErrorsLine contains a tab character.150
ErrorsLine is longer than 80 characters.151
ErrorsLine contains a tab character.151
ErrorsLine is longer than 80 characters.152
ErrorsLine contains a tab character.152
ErrorsLine is longer than 80 characters.153
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsMethod 'printRecordSkip' is not designed for extension - needs to be abstract, final or empty.160
ErrorsParameter writer should be final.161
ErrorsMissing a Javadoc comment.199
ErrorsParameter args should be final.199
ErrorsParameter writer should be final.219
ErrorsParameter status should be final.219
ErrorsParameter sourceUris should be final.220
ErrorsParameter problems should be final.220
ErrorsLine contains a tab character.51
ErrorsMissing a Javadoc comment.51
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsMethod 'setPrintDetails' is not designed for extension - needs to be abstract, final or empty.53
ErrorsMissing a Javadoc comment.53
ErrorsParameter print should be final.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsMethod 'printHeader' is not designed for extension - needs to be abstract, final or empty.57
ErrorsParameter writer should be final.58
ErrorsMethod 'printRecordMessages' is not designed for extension - needs to be abstract, final or empty.74
ErrorsParameter writer should be final.75
ErrorsParameter status should be final.75
ErrorsParameter sourceUri should be final.76
ErrorsParameter problems should be final.76
ErrorsLine is longer than 80 characters.77
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.98
ErrorsMissing a Javadoc comment.110
ErrorsParameter writer should be final.110
ErrorsLine has trailing spaces.126
ErrorsMethod 'printFooter' is not designed for extension - needs to be abstract, final or empty.136
ErrorsParameter writer should be final.137
ErrorsLine has trailing spaces.143
ErrorsLine is longer than 80 characters.143
ErrorsLine contains a tab character.144
ErrorsLine has trailing spaces.148
ErrorsLine is longer than 80 characters.150
ErrorsLine contains a tab character.150
ErrorsLine is longer than 80 characters.151
ErrorsLine contains a tab character.151
ErrorsLine is longer than 80 characters.152
ErrorsLine contains a tab character.152
ErrorsLine is longer than 80 characters.153
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsMethod 'printRecordSkip' is not designed for extension - needs to be abstract, final or empty.160
ErrorsParameter writer should be final.161
ErrorsMissing a Javadoc comment.199
ErrorsParameter args should be final.199
ErrorsParameter writer should be final.219
ErrorsParameter status should be final.219
ErrorsParameter sourceUris should be final.220
ErrorsParameter problems should be final.220

gov/nasa/pds/citool/report/NewStandardValuesReport.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.10
ErrorsMissing a Javadoc comment.11
ErrorsMissing a Javadoc comment.13
ErrorsMethod 'printHeader' is not designed for extension - needs to be abstract, final or empty.17
ErrorsParameter writer should be final.18
ErrorsMethod 'printStandardValue' is not designed for extension - needs to be abstract, final or empty.25
ErrorsMissing a Javadoc comment.25
ErrorsParameter identifier should be final.25
ErrorsParameter value should be final.25
ErrorsParameter writer should be final.32
ErrorsParameter status should be final.32
ErrorsParameter sourceUri should be final.33
ErrorsParameter problems should be final.33
ErrorsMethod 'printFooter' is not designed for extension - needs to be abstract, final or empty.38
ErrorsParameter writer should be final.39
ErrorsParameter writer should be final.48
ErrorsParameter status should be final.48
ErrorsParameter sourceUris should be final.49
ErrorsParameter problems should be final.49
ErrorsMissing a Javadoc comment.10
ErrorsMissing a Javadoc comment.11
ErrorsMissing a Javadoc comment.13
ErrorsMethod 'printHeader' is not designed for extension - needs to be abstract, final or empty.17
ErrorsParameter writer should be final.18
ErrorsMethod 'printStandardValue' is not designed for extension - needs to be abstract, final or empty.25
ErrorsMissing a Javadoc comment.25
ErrorsParameter identifier should be final.25
ErrorsParameter value should be final.25
ErrorsParameter writer should be final.32
ErrorsParameter status should be final.32
ErrorsParameter sourceUri should be final.33
ErrorsParameter problems should be final.33
ErrorsMethod 'printFooter' is not designed for extension - needs to be abstract, final or empty.38
ErrorsParameter writer should be final.39
ErrorsParameter writer should be final.48
ErrorsParameter status should be final.48
ErrorsParameter sourceUris should be final.49
ErrorsParameter problems should be final.49

gov/nasa/pds/citool/report/ReferentialIntegrityReport.java

ViolationMessageLine
ErrorsUnused import - gov.nasa.pds.tools.constants.Constants.Severity.7
ErrorsMissing a Javadoc comment.19
ErrorsMissing a Javadoc comment.20
ErrorsMissing a Javadoc comment.22
ErrorsMethod 'setIntegrityCheckHeader' is not designed for extension - needs to be abstract, final or empty.26
ErrorsMissing a Javadoc comment.26
ErrorsParameter name should be final.26
ErrorsMethod 'printHeader' is not designed for extension - needs to be abstract, final or empty.30
ErrorsParameter writer should be final.31
ErrorsMethod 'printRecordMessages' is not designed for extension - needs to be abstract, final or empty.37
ErrorsParameter writer should be final.38
ErrorsParameter status should be final.38
ErrorsParameter sourceUris should be final.39
ErrorsParameter problems should be final.39
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.54
ErrorsLine is longer than 80 characters.61
ErrorsMethod 'printRecordSkip' is not designed for extension - needs to be abstract, final or empty.79
ErrorsParameter writer should be final.80
ErrorsMissing a Javadoc comment.94
ErrorsParameter writer should be final.94
ErrorsLine is longer than 80 characters.109
ErrorsLine is longer than 80 characters.112
ErrorsLine is longer than 80 characters.113
ErrorsMethod 'printFooter' is not designed for extension - needs to be abstract, final or empty.126
ErrorsParameter writer should be final.127
ErrorsLine is longer than 80 characters.133
ErrorsParameter writer should be final.141
ErrorsParameter status should be final.141
ErrorsParameter sourceUri should be final.142
ErrorsParameter problems should be final.142
ErrorsUnused import - gov.nasa.pds.tools.constants.Constants.Severity.7
ErrorsMissing a Javadoc comment.19
ErrorsMissing a Javadoc comment.20
ErrorsMissing a Javadoc comment.22
ErrorsMethod 'setIntegrityCheckHeader' is not designed for extension - needs to be abstract, final or empty.26
ErrorsMissing a Javadoc comment.26
ErrorsParameter name should be final.26
ErrorsMethod 'printHeader' is not designed for extension - needs to be abstract, final or empty.30
ErrorsParameter writer should be final.31
ErrorsMethod 'printRecordMessages' is not designed for extension - needs to be abstract, final or empty.37
ErrorsParameter writer should be final.38
ErrorsParameter status should be final.38
ErrorsParameter sourceUris should be final.39
ErrorsParameter problems should be final.39
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.54
ErrorsLine is longer than 80 characters.61
ErrorsMethod 'printRecordSkip' is not designed for extension - needs to be abstract, final or empty.79
ErrorsParameter writer should be final.80
ErrorsMissing a Javadoc comment.94
ErrorsParameter writer should be final.94
ErrorsLine is longer than 80 characters.109
ErrorsLine is longer than 80 characters.112
ErrorsLine is longer than 80 characters.113
ErrorsMethod 'printFooter' is not designed for extension - needs to be abstract, final or empty.126
ErrorsParameter writer should be final.127
ErrorsLine is longer than 80 characters.133
ErrorsParameter writer should be final.141
ErrorsParameter status should be final.141
ErrorsParameter sourceUri should be final.142
ErrorsParameter problems should be final.142

gov/nasa/pds/citool/report/Report.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.43
ErrorsMissing a Javadoc comment.44
ErrorsMissing a Javadoc comment.45
ErrorsMissing a Javadoc comment.46
ErrorsMissing a Javadoc comment.47
ErrorsMissing a Javadoc comment.48
ErrorsMissing a Javadoc comment.49
ErrorsVariable 'parameters' must be private and have accessor methods.49
ErrorsMissing a Javadoc comment.50
ErrorsVariable 'configurations' must be private and have accessor methods.50
ErrorsMissing a Javadoc comment.51
ErrorsMissing a Javadoc comment.52
ErrorsParameter writer should be final.80
Errors'writer' hides a field.80
ErrorsParameter os should be final.91
ErrorsParameter file should be final.103
ErrorsMissing a Javadoc comment.107
ErrorsMethod 'printHeader' is not designed for extension - needs to be abstract, final or empty.115
ErrorsMethod 'addParameter' is not designed for extension - needs to be abstract, final or empty.127
ErrorsParameter parameter should be final.127
ErrorsMethod 'addConfiguration' is not designed for extension - needs to be abstract, final or empty.139
ErrorsParameter configuration should be final.139
Errors'writer' hides a field.149
ErrorsMethod 'record' is not designed for extension - needs to be abstract, final or empty.151
ErrorsMissing a Javadoc comment.151
ErrorsParameter source should be final.151
ErrorsLine is longer than 80 characters.166
ErrorsMethod 'record' is not designed for extension - needs to be abstract, final or empty.166
ErrorsParameter sourceUri should be final.166
ErrorsComment matches to-do format 'TODO:'.172
ErrorsLine is longer than 80 characters.184
ErrorsMethod 'filterProblems' is not designed for extension - needs to be abstract, final or empty.220
ErrorsMissing a Javadoc comment.220
ErrorsParameter problems should be final.221
ErrorsLine is longer than 80 characters.222
ErrorsLine is longer than 80 characters.242
ErrorsMethod 'record' is not designed for extension - needs to be abstract, final or empty.242
ErrorsParameter sourceUris should be final.242
ErrorsComment matches to-do format 'TODO:'.248
ErrorsLine is longer than 80 characters.260
ErrorsMethod 'recordSkip' is not designed for extension - needs to be abstract, final or empty.297
ErrorsMissing a Javadoc comment.297
ErrorsMethod 'recordSkip' is not designed for extension - needs to be abstract, final or empty.310
ErrorsMissing a Javadoc comment.310
ErrorsLine is longer than 80 characters.315
ErrorsMissing a Javadoc comment.324
ErrorsParameter writer should be final.324
Errors'writer' hides a field.324
ErrorsMissing a Javadoc comment.329
ErrorsParameter writer should be final.329
Errors'writer' hides a field.329
Errors'writer' hides a field.345
ErrorsExpected @param tag for 'status'.346
ErrorsMissing a Javadoc comment.350
Errors'writer' hides a field.350
ErrorsMethod 'printFooter' is not designed for extension - needs to be abstract, final or empty.358
ErrorsFirst sentence should end with a period.363
Errors'writer' hides a field.369
ErrorsMethod 'getNumPassed' is not designed for extension - needs to be abstract, final or empty.375
ErrorsMethod 'getNumFailed' is not designed for extension - needs to be abstract, final or empty.383
ErrorsMethod 'getNumSkipped' is not designed for extension - needs to be abstract, final or empty.391
ErrorsMethod 'getTotalErrors' is not designed for extension - needs to be abstract, final or empty.401
ErrorsMethod 'getTotalWarnings' is not designed for extension - needs to be abstract, final or empty.411
ErrorsMethod 'getTotalInfos' is not designed for extension - needs to be abstract, final or empty.421
ErrorsMethod 'hasErrors' is not designed for extension - needs to be abstract, final or empty.429
ErrorsAvoid inline conditionals.430
ErrorsMethod 'hasWarnings' is not designed for extension - needs to be abstract, final or empty.437
ErrorsAvoid inline conditionals.438
ErrorsMethod 'setLevel' is not designed for extension - needs to be abstract, final or empty.448
ErrorsParameter severity should be final.448
ErrorsMethod 'getLevel' is not designed for extension - needs to be abstract, final or empty.457
ErrorsMissing a Javadoc comment.43
ErrorsMissing a Javadoc comment.44
ErrorsMissing a Javadoc comment.45
ErrorsMissing a Javadoc comment.46
ErrorsMissing a Javadoc comment.47
ErrorsMissing a Javadoc comment.48
ErrorsMissing a Javadoc comment.49
ErrorsVariable 'parameters' must be private and have accessor methods.49
ErrorsMissing a Javadoc comment.50
ErrorsVariable 'configurations' must be private and have accessor methods.50
ErrorsMissing a Javadoc comment.51
ErrorsMissing a Javadoc comment.52
ErrorsParameter writer should be final.80
Errors'writer' hides a field.80
ErrorsParameter os should be final.91
ErrorsParameter file should be final.103
ErrorsMissing a Javadoc comment.107
ErrorsMethod 'printHeader' is not designed for extension - needs to be abstract, final or empty.115
ErrorsMethod 'addParameter' is not designed for extension - needs to be abstract, final or empty.127
ErrorsParameter parameter should be final.127
ErrorsMethod 'addConfiguration' is not designed for extension - needs to be abstract, final or empty.139
ErrorsParameter configuration should be final.139
Errors'writer' hides a field.149
ErrorsMethod 'record' is not designed for extension - needs to be abstract, final or empty.151
ErrorsMissing a Javadoc comment.151
ErrorsParameter source should be final.151
ErrorsLine is longer than 80 characters.166
ErrorsMethod 'record' is not designed for extension - needs to be abstract, final or empty.166
ErrorsParameter sourceUri should be final.166
ErrorsComment matches to-do format 'TODO:'.172
ErrorsLine is longer than 80 characters.184
ErrorsMethod 'filterProblems' is not designed for extension - needs to be abstract, final or empty.220
ErrorsMissing a Javadoc comment.220
ErrorsParameter problems should be final.221
ErrorsLine is longer than 80 characters.222
ErrorsLine is longer than 80 characters.242
ErrorsMethod 'record' is not designed for extension - needs to be abstract, final or empty.242
ErrorsParameter sourceUris should be final.242
ErrorsComment matches to-do format 'TODO:'.248
ErrorsLine is longer than 80 characters.260
ErrorsMethod 'recordSkip' is not designed for extension - needs to be abstract, final or empty.297
ErrorsMissing a Javadoc comment.297
ErrorsMethod 'recordSkip' is not designed for extension - needs to be abstract, final or empty.310
ErrorsMissing a Javadoc comment.310
ErrorsLine is longer than 80 characters.315
ErrorsMissing a Javadoc comment.324
ErrorsParameter writer should be final.324
Errors'writer' hides a field.324
ErrorsMissing a Javadoc comment.329
ErrorsParameter writer should be final.329
Errors'writer' hides a field.329
Errors'writer' hides a field.345
ErrorsExpected @param tag for 'status'.346
ErrorsMissing a Javadoc comment.350
Errors'writer' hides a field.350
ErrorsMethod 'printFooter' is not designed for extension - needs to be abstract, final or empty.358
ErrorsFirst sentence should end with a period.363
Errors'writer' hides a field.369
ErrorsMethod 'getNumPassed' is not designed for extension - needs to be abstract, final or empty.375
ErrorsMethod 'getNumFailed' is not designed for extension - needs to be abstract, final or empty.383
ErrorsMethod 'getNumSkipped' is not designed for extension - needs to be abstract, final or empty.391
ErrorsMethod 'getTotalErrors' is not designed for extension - needs to be abstract, final or empty.401
ErrorsMethod 'getTotalWarnings' is not designed for extension - needs to be abstract, final or empty.411
ErrorsMethod 'getTotalInfos' is not designed for extension - needs to be abstract, final or empty.421
ErrorsMethod 'hasErrors' is not designed for extension - needs to be abstract, final or empty.429
ErrorsAvoid inline conditionals.430
ErrorsMethod 'hasWarnings' is not designed for extension - needs to be abstract, final or empty.437
ErrorsAvoid inline conditionals.438
ErrorsMethod 'setLevel' is not designed for extension - needs to be abstract, final or empty.448
ErrorsParameter severity should be final.448
ErrorsMethod 'getLevel' is not designed for extension - needs to be abstract, final or empty.457

gov/nasa/pds/citool/report/ValidateReport.java

ViolationMessageLine
ErrorsMethod 'printHeader' is not designed for extension - needs to be abstract, final or empty.51
ErrorsParameter writer should be final.52
ErrorsMethod 'printRecordMessages' is not designed for extension - needs to be abstract, final or empty.68
ErrorsParameter writer should be final.69
ErrorsParameter status should be final.69
ErrorsParameter sourceUri should be final.70
ErrorsParameter problems should be final.70
ErrorsLine is longer than 80 characters.71
ErrorsMissing a Javadoc comment.104
ErrorsParameter writer should be final.104
ErrorsMethod 'printFooter' is not designed for extension - needs to be abstract, final or empty.129
ErrorsParameter writer should be final.130
ErrorsLine is longer than 80 characters.136
ErrorsMethod 'printRecordSkip' is not designed for extension - needs to be abstract, final or empty.145
ErrorsParameter writer should be final.146
ErrorsMissing a Javadoc comment.184
ErrorsParameter args should be final.184
ErrorsParameter writer should be final.204
ErrorsParameter status should be final.204
ErrorsParameter sourceUris should be final.205
ErrorsParameter problems should be final.205
ErrorsMethod 'printHeader' is not designed for extension - needs to be abstract, final or empty.51
ErrorsParameter writer should be final.52
ErrorsMethod 'printRecordMessages' is not designed for extension - needs to be abstract, final or empty.68
ErrorsParameter writer should be final.69
ErrorsParameter status should be final.69
ErrorsParameter sourceUri should be final.70
ErrorsParameter problems should be final.70
ErrorsLine is longer than 80 characters.71
ErrorsMissing a Javadoc comment.104
ErrorsParameter writer should be final.104
ErrorsMethod 'printFooter' is not designed for extension - needs to be abstract, final or empty.129
ErrorsParameter writer should be final.130
ErrorsLine is longer than 80 characters.136
ErrorsMethod 'printRecordSkip' is not designed for extension - needs to be abstract, final or empty.145
ErrorsParameter writer should be final.146
ErrorsMissing a Javadoc comment.184
ErrorsParameter args should be final.184
ErrorsParameter writer should be final.204
ErrorsParameter status should be final.204
ErrorsParameter sourceUris should be final.205
ErrorsParameter problems should be final.205

gov/nasa/pds/citool/ri/DataSetRIChecker.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.34
ErrorsName 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'.34
ErrorsMissing a Javadoc comment.35
ErrorsName 'COLLECTION_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'.35
ErrorsMissing a Javadoc comment.36
ErrorsName 'COLL_OR_DS_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'.36
ErrorsMissing a Javadoc comment.37
ErrorsName 'PRODUCT_DS_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'.37
ErrorsMethod 'performCheck' is not designed for extension - needs to be abstract, final or empty.39
ErrorsMissing a Javadoc comment.39
ErrorsParameter parentLabels should be final.39
ErrorsParameter childLabels should be final.40
Errors'}' should be on the same line.56
Errors'for' is not followed by whitespace.81
Errors'for' is not followed by whitespace.95
Errors'if' is not followed by whitespace.101
Errors'for' is not followed by whitespace.102
ErrorsMissing a Javadoc comment.117
ErrorsParameter parents should be final.118
ErrorsParameter child should be final.119
ErrorsParameter identifier should be final.119
Errors'for' is not followed by whitespace.123
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.132
ErrorsMissing a Javadoc comment.34
ErrorsName 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'.34
ErrorsMissing a Javadoc comment.35
ErrorsName 'COLLECTION_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'.35
ErrorsMissing a Javadoc comment.36
ErrorsName 'COLL_OR_DS_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'.36
ErrorsMissing a Javadoc comment.37
ErrorsName 'PRODUCT_DS_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'.37
ErrorsMethod 'performCheck' is not designed for extension - needs to be abstract, final or empty.39
ErrorsMissing a Javadoc comment.39
ErrorsParameter parentLabels should be final.39
ErrorsParameter childLabels should be final.40
Errors'}' should be on the same line.56
Errors'for' is not followed by whitespace.81
Errors'for' is not followed by whitespace.95
Errors'if' is not followed by whitespace.101
Errors'for' is not followed by whitespace.102
ErrorsMissing a Javadoc comment.117
ErrorsParameter parents should be final.118
ErrorsParameter child should be final.119
ErrorsParameter identifier should be final.119
Errors'for' is not followed by whitespace.123
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.132

gov/nasa/pds/citool/ri/InstrumentHostRIChecker.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.33
ErrorsName 'INSTRUMENT_HOST_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'.33
ErrorsMethod 'performCheck' is not designed for extension - needs to be abstract, final or empty.35
ErrorsMissing a Javadoc comment.35
ErrorsParameter parentLabels should be final.35
ErrorsParameter childLabels should be final.36
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.83
ErrorsMissing a Javadoc comment.33
ErrorsName 'INSTRUMENT_HOST_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'.33
ErrorsMethod 'performCheck' is not designed for extension - needs to be abstract, final or empty.35
ErrorsMissing a Javadoc comment.35
ErrorsParameter parentLabels should be final.35
ErrorsParameter childLabels should be final.36
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.83

gov/nasa/pds/citool/ri/InstrumentRIChecker.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.32
ErrorsName 'INSTRUMENT_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'.32
ErrorsMethod 'performCheck' is not designed for extension - needs to be abstract, final or empty.34
ErrorsMissing a Javadoc comment.34
ErrorsParameter parentLabels should be final.34
ErrorsParameter childLabels should be final.35
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.44
ErrorsLine is longer than 80 characters.46
ErrorsLine is longer than 80 characters.56
ErrorsLine is longer than 80 characters.58
ErrorsLine is longer than 80 characters.60
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.71
ErrorsMissing a Javadoc comment.32
ErrorsName 'INSTRUMENT_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'.32
ErrorsMethod 'performCheck' is not designed for extension - needs to be abstract, final or empty.34
ErrorsMissing a Javadoc comment.34
ErrorsParameter parentLabels should be final.34
ErrorsParameter childLabels should be final.35
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.44
ErrorsLine is longer than 80 characters.46
ErrorsLine is longer than 80 characters.56
ErrorsLine is longer than 80 characters.58
ErrorsLine is longer than 80 characters.60
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.71

gov/nasa/pds/citool/ri/MissionRIChecker.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.32
ErrorsName 'MISSION_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'.32
ErrorsMethod 'performCheck' is not designed for extension - needs to be abstract, final or empty.34
ErrorsMissing a Javadoc comment.34
ErrorsParameter parentLabels should be final.34
ErrorsParameter childLabels should be final.35
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.44
ErrorsLine is longer than 80 characters.45
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.57
ErrorsLine is longer than 80 characters.59
ErrorsLine is longer than 80 characters.61
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.72
ErrorsMissing a Javadoc comment.32
ErrorsName 'MISSION_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'.32
ErrorsMethod 'performCheck' is not designed for extension - needs to be abstract, final or empty.34
ErrorsMissing a Javadoc comment.34
ErrorsParameter parentLabels should be final.34
ErrorsParameter childLabels should be final.35
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.44
ErrorsLine is longer than 80 characters.45
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.57
ErrorsLine is longer than 80 characters.59
ErrorsLine is longer than 80 characters.61
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.72

gov/nasa/pds/citool/ri/NewValidValueFinder.java

ViolationMessageLine
ErrorsUtility classes should not have a public or default constructor.39
ErrorsLine is longer than 80 characters.48
ErrorsParameter statement should be final.48
ErrorsParameter dictionary should be final.48
Errors'if' is not followed by whitespace.50
ErrorsLine is longer than 80 characters.51
Errors'}' should be on the same line.52
Errors'if' is not followed by whitespace.53
ErrorsLine is longer than 80 characters.54
Errors'}' should be on the same line.55
Errors'if' is not followed by whitespace.56
ErrorsLine is longer than 80 characters.57
ErrorsLine is longer than 80 characters.69
ErrorsParameter attribute should be final.69
ErrorsParameter dictionary should be final.69
ErrorsLine is longer than 80 characters.73
ErrorsLine is longer than 80 characters.75
Errors'if' is not followed by whitespace.75
Errors'||' should be on a new line.75
Errors')' is preceded with whitespace.76
Errors'}' should be on the same line.78
Errors'if' is not followed by whitespace.79
Errors'for' is not followed by whitespace.82
Errors'if' is not followed by whitespace.84
Errors'}' should be on the same line.88
Errors'for' is not followed by whitespace.93
Errors'if' is not followed by whitespace.95
Errors'if' is not followed by whitespace.101
Errors'}' should be on the same line.103
ErrorsLine is longer than 80 characters.104
Errors'if' is not followed by whitespace.104
Errors'}' should be on the same line.106
ErrorsLine is longer than 80 characters.108
Errors'if' construct must use '{}'s.109
Errors'if' is not followed by whitespace.109
Errors'if' is not followed by whitespace.112
ErrorsLine is longer than 80 characters.113
ErrorsLine is longer than 80 characters.127
ErrorsParameter object should be final.127
ErrorsParameter dictionary should be final.127
Errors'for' is not followed by whitespace.130
Errors'if' is not followed by whitespace.131
ErrorsLine is longer than 80 characters.132
Errors'}' should be on the same line.133
Errors'if' is not followed by whitespace.134
Errors'}' should be on the same line.136
Errors'if' is not followed by whitespace.137
ErrorsLine is longer than 80 characters.151
ErrorsParameter group should be final.151
ErrorsParameter dictionary should be final.151
Errors'for' is not followed by whitespace.154
Errors'if' is not followed by whitespace.155
ErrorsLine is longer than 80 characters.156
ErrorsUtility classes should not have a public or default constructor.39
ErrorsLine is longer than 80 characters.48
ErrorsParameter statement should be final.48
ErrorsParameter dictionary should be final.48
Errors'if' is not followed by whitespace.50
ErrorsLine is longer than 80 characters.51
Errors'}' should be on the same line.52
Errors'if' is not followed by whitespace.53
ErrorsLine is longer than 80 characters.54
Errors'}' should be on the same line.55
Errors'if' is not followed by whitespace.56
ErrorsLine is longer than 80 characters.57
ErrorsLine is longer than 80 characters.69
ErrorsParameter attribute should be final.69
ErrorsParameter dictionary should be final.69
ErrorsLine is longer than 80 characters.73
ErrorsLine is longer than 80 characters.75
Errors'if' is not followed by whitespace.75
Errors'||' should be on a new line.75
Errors')' is preceded with whitespace.76
Errors'}' should be on the same line.78
Errors'if' is not followed by whitespace.79
Errors'for' is not followed by whitespace.82
Errors'if' is not followed by whitespace.84
Errors'}' should be on the same line.88
Errors'for' is not followed by whitespace.93
Errors'if' is not followed by whitespace.95
Errors'if' is not followed by whitespace.101
Errors'}' should be on the same line.103
ErrorsLine is longer than 80 characters.104
Errors'if' is not followed by whitespace.104
Errors'}' should be on the same line.106
ErrorsLine is longer than 80 characters.108
Errors'if' construct must use '{}'s.109
Errors'if' is not followed by whitespace.109
Errors'if' is not followed by whitespace.112
ErrorsLine is longer than 80 characters.113
ErrorsLine is longer than 80 characters.127
ErrorsParameter object should be final.127
ErrorsParameter dictionary should be final.127
Errors'for' is not followed by whitespace.130
Errors'if' is not followed by whitespace.131
ErrorsLine is longer than 80 characters.132
Errors'}' should be on the same line.133
Errors'if' is not followed by whitespace.134
Errors'}' should be on the same line.136
Errors'if' is not followed by whitespace.137
ErrorsLine is longer than 80 characters.151
ErrorsParameter group should be final.151
ErrorsParameter dictionary should be final.151
Errors'for' is not followed by whitespace.154
Errors'if' is not followed by whitespace.155
ErrorsLine is longer than 80 characters.156

gov/nasa/pds/citool/ri/PersonnelRIChecker.java

ViolationMessageLine
ErrorsMethod 'performCheck' is not designed for extension - needs to be abstract, final or empty.35
ErrorsMissing a Javadoc comment.35
ErrorsParameter parentLabels should be final.35
ErrorsParameter childLabels should be final.36
ErrorsLine is longer than 80 characters.37
ErrorsLine is longer than 80 characters.43
Errors'for' is not followed by whitespace.45
Errors'for' is not followed by whitespace.48
ErrorsLine is longer than 80 characters.51
ErrorsLine is longer than 80 characters.52
Errors'for' is not followed by whitespace.52
ErrorsLine is longer than 80 characters.54
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.65
ErrorsMethod 'performCheck' is not designed for extension - needs to be abstract, final or empty.35
ErrorsMissing a Javadoc comment.35
ErrorsParameter parentLabels should be final.35
ErrorsParameter childLabels should be final.36
ErrorsLine is longer than 80 characters.37
ErrorsLine is longer than 80 characters.43
Errors'for' is not followed by whitespace.45
Errors'for' is not followed by whitespace.48
ErrorsLine is longer than 80 characters.51
ErrorsLine is longer than 80 characters.52
Errors'for' is not followed by whitespace.52
ErrorsLine is longer than 80 characters.54
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.65

gov/nasa/pds/citool/ri/RIChecker.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.33
ErrorsVariable 'supportFile' must be private and have accessor methods.33
ErrorsMissing a Javadoc comment.34
ErrorsMethod 'getUnmatchedValues' is not designed for extension - needs to be abstract, final or empty.37
ErrorsMissing a Javadoc comment.37
ErrorsParameter parents should be final.38
ErrorsParameter children should be final.39
ErrorsMethod 'getUnmatchedValues' is not designed for extension - needs to be abstract, final or empty.44
ErrorsMissing a Javadoc comment.44
ErrorsParameter parents should be final.45
ErrorsParameter children should be final.46
Errors'for' is not followed by whitespace.50
ErrorsMethod 'setSupportFile' is not designed for extension - needs to be abstract, final or empty.57
ErrorsMissing a Javadoc comment.57
ErrorsParameter url should be final.57
ErrorsMethod 'addProblem' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMissing a Javadoc comment.61
ErrorsParameter problem should be final.61
ErrorsMethod 'addProblems' is not designed for extension - needs to be abstract, final or empty.65
ErrorsMissing a Javadoc comment.65
ErrorsParameter problems should be final.65
Errors'problems' hides a field.65
ErrorsMethod 'getProblems' is not designed for extension - needs to be abstract, final or empty.69
ErrorsMissing a Javadoc comment.69
ErrorsMethod 'hasProblems' is not designed for extension - needs to be abstract, final or empty.73
ErrorsMissing a Javadoc comment.73
ErrorsConditional logic can be removed.74
Errors'public' modifier out of order with the JLS suggestions.89
ErrorsMissing a Javadoc comment.92
Errors'public' modifier out of order with the JLS suggestions.92
ErrorsMissing a Javadoc comment.33
ErrorsVariable 'supportFile' must be private and have accessor methods.33
ErrorsMissing a Javadoc comment.34
ErrorsMethod 'getUnmatchedValues' is not designed for extension - needs to be abstract, final or empty.37
ErrorsMissing a Javadoc comment.37
ErrorsParameter parents should be final.38
ErrorsParameter children should be final.39
ErrorsMethod 'getUnmatchedValues' is not designed for extension - needs to be abstract, final or empty.44
ErrorsMissing a Javadoc comment.44
ErrorsParameter parents should be final.45
ErrorsParameter children should be final.46
Errors'for' is not followed by whitespace.50
ErrorsMethod 'setSupportFile' is not designed for extension - needs to be abstract, final or empty.57
ErrorsMissing a Javadoc comment.57
ErrorsParameter url should be final.57
ErrorsMethod 'addProblem' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMissing a Javadoc comment.61
ErrorsParameter problem should be final.61
ErrorsMethod 'addProblems' is not designed for extension - needs to be abstract, final or empty.65
ErrorsMissing a Javadoc comment.65
ErrorsParameter problems should be final.65
Errors'problems' hides a field.65
ErrorsMethod 'getProblems' is not designed for extension - needs to be abstract, final or empty.69
ErrorsMissing a Javadoc comment.69
ErrorsMethod 'hasProblems' is not designed for extension - needs to be abstract, final or empty.73
ErrorsMissing a Javadoc comment.73
ErrorsConditional logic can be removed.74
Errors'public' modifier out of order with the JLS suggestions.89
ErrorsMissing a Javadoc comment.92
Errors'public' modifier out of order with the JLS suggestions.92

gov/nasa/pds/citool/ri/RIFileSorter.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.24
ErrorsMissing a Javadoc comment.25
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.27
ErrorsParameter catalogs should be final.35
Errors'catalogs' hides a field.35
ErrorsMethod 'sort' is not designed for extension - needs to be abstract, final or empty.45
ErrorsParameter type should be final.45
Errors'for' is not followed by whitespace.48
Errors'if' is not followed by whitespace.49
Errors'}' should be on the same line.51
Errors'if' is not followed by whitespace.53
Errors'&&' should be on a new line.53
Errors'}' should be on the same line.59
ErrorsMethod 'getParents' is not designed for extension - needs to be abstract, final or empty.66
ErrorsMissing a Javadoc comment.66
ErrorsMethod 'getChildren' is not designed for extension - needs to be abstract, final or empty.68
ErrorsMissing a Javadoc comment.68
ErrorsMethod 'getParentFiles' is not designed for extension - needs to be abstract, final or empty.70
ErrorsMissing a Javadoc comment.70
ErrorsMethod 'getChildrenFiles' is not designed for extension - needs to be abstract, final or empty.78
ErrorsMissing a Javadoc comment.78
ErrorsMissing a Javadoc comment.24
ErrorsMissing a Javadoc comment.25
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.27
ErrorsParameter catalogs should be final.35
Errors'catalogs' hides a field.35
ErrorsMethod 'sort' is not designed for extension - needs to be abstract, final or empty.45
ErrorsParameter type should be final.45
Errors'for' is not followed by whitespace.48
Errors'if' is not followed by whitespace.49
Errors'}' should be on the same line.51
Errors'if' is not followed by whitespace.53
Errors'&&' should be on a new line.53
Errors'}' should be on the same line.59
ErrorsMethod 'getParents' is not designed for extension - needs to be abstract, final or empty.66
ErrorsMissing a Javadoc comment.66
ErrorsMethod 'getChildren' is not designed for extension - needs to be abstract, final or empty.68
ErrorsMissing a Javadoc comment.68
ErrorsMethod 'getParentFiles' is not designed for extension - needs to be abstract, final or empty.70
ErrorsMissing a Javadoc comment.70
ErrorsMethod 'getChildrenFiles' is not designed for extension - needs to be abstract, final or empty.78
ErrorsMissing a Javadoc comment.78

gov/nasa/pds/citool/ri/RIRecord.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.30
ErrorsMissing a Javadoc comment.31
ErrorsMissing a Javadoc comment.33
ErrorsParameter type should be final.33
Errors'type' hides a field.33
ErrorsParameter parentFiles should be final.33
Errors'parentFiles' hides a field.33
ErrorsMethod 'getParentFiles' is not designed for extension - needs to be abstract, final or empty.39
ErrorsMissing a Javadoc comment.39
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.43
ErrorsMissing a Javadoc comment.43
ErrorsMethod 'addProblem' is not designed for extension - needs to be abstract, final or empty.49
ErrorsMissing a Javadoc comment.49
ErrorsParameter problem should be final.49
ErrorsMethod 'addProblems' is not designed for extension - needs to be abstract, final or empty.53
ErrorsMissing a Javadoc comment.53
ErrorsParameter problems should be final.53
Errors'problems' hides a field.53
ErrorsMethod 'getProblems' is not designed for extension - needs to be abstract, final or empty.57
ErrorsMissing a Javadoc comment.57
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.30
ErrorsMissing a Javadoc comment.31
ErrorsMissing a Javadoc comment.33
ErrorsParameter type should be final.33
Errors'type' hides a field.33
ErrorsParameter parentFiles should be final.33
Errors'parentFiles' hides a field.33
ErrorsMethod 'getParentFiles' is not designed for extension - needs to be abstract, final or empty.39
ErrorsMissing a Javadoc comment.39
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.43
ErrorsMissing a Javadoc comment.43
ErrorsMethod 'addProblem' is not designed for extension - needs to be abstract, final or empty.49
ErrorsMissing a Javadoc comment.49
ErrorsParameter problem should be final.49
ErrorsMethod 'addProblems' is not designed for extension - needs to be abstract, final or empty.53
ErrorsMissing a Javadoc comment.53
ErrorsParameter problems should be final.53
Errors'problems' hides a field.53
ErrorsMethod 'getProblems' is not designed for extension - needs to be abstract, final or empty.57
ErrorsMissing a Javadoc comment.57

gov/nasa/pds/citool/ri/RIType.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.25
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.30
ErrorsMissing a Javadoc comment.31
ErrorsMissing a Javadoc comment.32
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.35
Errors'static' modifier out of order with the JLS suggestions.35
ErrorsMissing a Javadoc comment.36
Errors'static' modifier out of order with the JLS suggestions.36
ErrorsMissing a Javadoc comment.37
ErrorsMissing a Javadoc comment.39
ErrorsParameter name should be final.39
Errors'name' hides a field.39
ErrorsMissing a Javadoc comment.43
ErrorsMissing a Javadoc comment.25
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.30
ErrorsMissing a Javadoc comment.31
ErrorsMissing a Javadoc comment.32
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.35
Errors'static' modifier out of order with the JLS suggestions.35
ErrorsMissing a Javadoc comment.36
Errors'static' modifier out of order with the JLS suggestions.36
ErrorsMissing a Javadoc comment.37
ErrorsMissing a Javadoc comment.39
ErrorsParameter name should be final.39
Errors'name' hides a field.39
ErrorsMissing a Javadoc comment.43

gov/nasa/pds/citool/ri/ReferenceRIChecker.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.48
ErrorsMissing a Javadoc comment.49
ErrorsMissing a Javadoc comment.50
ErrorsMissing a Javadoc comment.51
ErrorsName 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'.51
ErrorsMissing a Javadoc comment.52
ErrorsName 'DESCRIPTION' must match pattern '^[a-z][a-zA-Z0-9]*$'.52
ErrorsFirst sentence should end with a period.54
ErrorsLine is longer than 80 characters.59
ErrorsLine is longer than 80 characters.73
ErrorsMethod 'performCheck' is not designed for extension - needs to be abstract, final or empty.73
ErrorsParameter parentLabels should be final.73
ErrorsParameter childLabels should be final.73
ErrorsLine is longer than 80 characters.84
ErrorsLine is longer than 80 characters.87
ErrorsLine is longer than 80 characters.89
ErrorsLine is longer than 80 characters.90
ErrorsLine is longer than 80 characters.92
ErrorsLine is longer than 80 characters.104
ErrorsLine is longer than 80 characters.106
ErrorsComment matches to-do format 'TODO:'.108
ErrorsLine is longer than 80 characters.111
ErrorsLine is longer than 80 characters.112
ErrorsMissing a Javadoc comment.118
ErrorsParameter parents should be final.118
ErrorsParameter allrefs should be final.144
ErrorsMust have at least one statement.161
ErrorsLine is longer than 80 characters.172
ErrorsLine is longer than 80 characters.173
ErrorsLine is longer than 80 characters.174
ErrorsLine is longer than 80 characters.187
ErrorsLine is longer than 80 characters.188
ErrorsParameter allrefs should be final.202
ErrorsExpected @throws tag for 'IOException'.202
Errors'3' is a magic number.215
Errors'if' construct must use '{}'s.217
Errors'}' should be on the same line.221
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.232
ErrorsMissing a Javadoc comment.48
ErrorsMissing a Javadoc comment.49
ErrorsMissing a Javadoc comment.50
ErrorsMissing a Javadoc comment.51
ErrorsName 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'.51
ErrorsMissing a Javadoc comment.52
ErrorsName 'DESCRIPTION' must match pattern '^[a-z][a-zA-Z0-9]*$'.52
ErrorsFirst sentence should end with a period.54
ErrorsLine is longer than 80 characters.59
ErrorsLine is longer than 80 characters.73
ErrorsMethod 'performCheck' is not designed for extension - needs to be abstract, final or empty.73
ErrorsParameter parentLabels should be final.73
ErrorsParameter childLabels should be final.73
ErrorsLine is longer than 80 characters.84
ErrorsLine is longer than 80 characters.87
ErrorsLine is longer than 80 characters.89
ErrorsLine is longer than 80 characters.90
ErrorsLine is longer than 80 characters.92
ErrorsLine is longer than 80 characters.104
ErrorsLine is longer than 80 characters.106
ErrorsComment matches to-do format 'TODO:'.108
ErrorsLine is longer than 80 characters.111
ErrorsLine is longer than 80 characters.112
ErrorsMissing a Javadoc comment.118
ErrorsParameter parents should be final.118
ErrorsParameter allrefs should be final.144
ErrorsMust have at least one statement.161
ErrorsLine is longer than 80 characters.172
ErrorsLine is longer than 80 characters.173
ErrorsLine is longer than 80 characters.174
ErrorsLine is longer than 80 characters.187
ErrorsLine is longer than 80 characters.188
ErrorsParameter allrefs should be final.202
ErrorsExpected @throws tag for 'IOException'.202
Errors'3' is a magic number.215
Errors'if' construct must use '{}'s.217
Errors'}' should be on the same line.221
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.232

gov/nasa/pds/citool/ri/ReferentialIntegrityValidator.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.32
ErrorsVariable 'riCheckers' must be private and have accessor methods.32
ErrorsMissing a Javadoc comment.33
ErrorsParameter report should be final.41
Errors'report' hides a field.41
ErrorsMethod 'isValid' is not designed for extension - needs to be abstract, final or empty.46
ErrorsMissing a Javadoc comment.46
ErrorsParameter catalogs should be final.46
ErrorsParameter allrefs should be final.46
ErrorsLine is longer than 80 characters.52
ErrorsLine is longer than 80 characters.58
ErrorsLine is longer than 80 characters.61
ErrorsMethod 'addRICheckers' is not designed for extension - needs to be abstract, final or empty.75
ErrorsParameter checkers should be final.75
ErrorsMethod 'addRIChecker' is not designed for extension - needs to be abstract, final or empty.79
ErrorsMissing a Javadoc comment.79
ErrorsParameter type should be final.79
ErrorsMissing a Javadoc comment.32
ErrorsVariable 'riCheckers' must be private and have accessor methods.32
ErrorsMissing a Javadoc comment.33
ErrorsParameter report should be final.41
Errors'report' hides a field.41
ErrorsMethod 'isValid' is not designed for extension - needs to be abstract, final or empty.46
ErrorsMissing a Javadoc comment.46
ErrorsParameter catalogs should be final.46
ErrorsParameter allrefs should be final.46
ErrorsLine is longer than 80 characters.52
ErrorsLine is longer than 80 characters.58
ErrorsLine is longer than 80 characters.61
ErrorsMethod 'addRICheckers' is not designed for extension - needs to be abstract, final or empty.75
ErrorsParameter checkers should be final.75
ErrorsMethod 'addRIChecker' is not designed for extension - needs to be abstract, final or empty.79
ErrorsMissing a Javadoc comment.79
ErrorsParameter type should be final.79

gov/nasa/pds/citool/ri/StatementFinder.java

ViolationMessageLine
ErrorsUtility classes should not have a public or default constructor.36
ErrorsLine is longer than 80 characters.47
ErrorsParameter label should be final.47
ErrorsParameter identifier should be final.47
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.51
Errors'if' construct must use '{}'s.53
Errors'if' is not followed by whitespace.53
ErrorsLine is longer than 80 characters.68
ErrorsParameter labels should be final.68
ErrorsParameter identifier should be final.68
ErrorsLine is longer than 80 characters.70
ErrorsLine is longer than 80 characters.72
Errors'if' construct must use '{}'s.74
Errors'if' is not followed by whitespace.74
ErrorsLine is longer than 80 characters.90
ErrorsParameter labels should be final.90
ErrorsParameter identifiers should be final.90
ErrorsLine is longer than 80 characters.91
Errors'for' is not followed by whitespace.92
ErrorsLine is longer than 80 characters.93
ErrorsLine is longer than 80 characters.94
Errors'for' is not followed by whitespace.94
Errors'if' is not followed by whitespace.96
ErrorsLine is longer than 80 characters.116
ErrorsParameter label should be final.116
ErrorsParameter identifiers should be final.116
ErrorsLine is longer than 80 characters.117
ErrorsLine is longer than 80 characters.119
ErrorsLine is longer than 80 characters.124
ErrorsLine is longer than 80 characters.127
Errors'}' should be on the same line.133
Errors'else' construct must use '{}'s.134
ErrorsUtility classes should not have a public or default constructor.36
ErrorsLine is longer than 80 characters.47
ErrorsParameter label should be final.47
ErrorsParameter identifier should be final.47
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.51
Errors'if' construct must use '{}'s.53
Errors'if' is not followed by whitespace.53
ErrorsLine is longer than 80 characters.68
ErrorsParameter labels should be final.68
ErrorsParameter identifier should be final.68
ErrorsLine is longer than 80 characters.70
ErrorsLine is longer than 80 characters.72
Errors'if' construct must use '{}'s.74
Errors'if' is not followed by whitespace.74
ErrorsLine is longer than 80 characters.90
ErrorsParameter labels should be final.90
ErrorsParameter identifiers should be final.90
ErrorsLine is longer than 80 characters.91
Errors'for' is not followed by whitespace.92
ErrorsLine is longer than 80 characters.93
ErrorsLine is longer than 80 characters.94
Errors'for' is not followed by whitespace.94
Errors'if' is not followed by whitespace.96
ErrorsLine is longer than 80 characters.116
ErrorsParameter label should be final.116
ErrorsParameter identifiers should be final.116
ErrorsLine is longer than 80 characters.117
ErrorsLine is longer than 80 characters.119
ErrorsLine is longer than 80 characters.124
ErrorsLine is longer than 80 characters.127
Errors'}' should be on the same line.133
Errors'else' construct must use '{}'s.134

gov/nasa/pds/citool/ri/TargetRIChecker.java

ViolationMessageLine
ErrorsUnused import - java.net.URL.22
ErrorsUnused import - java.util.logging.Logger.26
ErrorsUnused import - org.apache.commons.io.FilenameUtils.28
ErrorsMissing a Javadoc comment.37
ErrorsName 'TARGET_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'.37
ErrorsMethod 'peformCheck' is not designed for extension - needs to be abstract, final or empty.39
ErrorsMissing a Javadoc comment.39
ErrorsParameter parentLabels should be final.39
ErrorsParameter childLabels should be final.39
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.45
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.48
ErrorsLine is longer than 80 characters.50
ErrorsLine is longer than 80 characters.60
ErrorsLine is longer than 80 characters.62
ErrorsLine is longer than 80 characters.64
ErrorsParameter parents should be final.76
ErrorsParameter children should be final.76
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.81
ErrorsUnused import - java.net.URL.22
ErrorsUnused import - java.util.logging.Logger.26
ErrorsUnused import - org.apache.commons.io.FilenameUtils.28
ErrorsMissing a Javadoc comment.37
ErrorsName 'TARGET_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'.37
ErrorsMethod 'peformCheck' is not designed for extension - needs to be abstract, final or empty.39
ErrorsMissing a Javadoc comment.39
ErrorsParameter parentLabels should be final.39
ErrorsParameter childLabels should be final.39
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.45
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.48
ErrorsLine is longer than 80 characters.50
ErrorsLine is longer than 80 characters.60
ErrorsLine is longer than 80 characters.62
ErrorsLine is longer than 80 characters.64
ErrorsParameter parents should be final.76
ErrorsParameter children should be final.76
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.81

gov/nasa/pds/citool/ri/ValueMatcher.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.31
ErrorsParameter statements should be final.31
Errors'statements' hides a field.31
ErrorsMethod 'contains' is not designed for extension - needs to be abstract, final or empty.35
ErrorsMissing a Javadoc comment.35
ErrorsParameter value should be final.35
ErrorsComment matches to-do format 'TODO:'.46
ErrorsLine is longer than 80 characters.71
ErrorsMethod 'getUnmatched' is not designed for extension - needs to be abstract, final or empty.71
ErrorsMissing a Javadoc comment.71
ErrorsParameter otherStatements should be final.71
ErrorsLine is longer than 80 characters.72
Errors'for' is not followed by whitespace.73
Errors'if' is not followed by whitespace.75
Errors'for' is not followed by whitespace.77
Errors'if' construct must use '{}'s.79
Errors'if' is not followed by whitespace.79
Errors'}' should be on the same line.82
Errors'if' is not followed by whitespace.83
Errors'for' is not followed by whitespace.85
Errors'if' construct must use '{}'s.87
Errors'if' is not followed by whitespace.87
Errors'}' should be on the same line.90
Errors'if' construct must use '{}'s.92
ErrorsLine is longer than 80 characters.92
Errors'if' is not followed by whitespace.92
ErrorsParameter value1 should be final.107
ErrorsParameter value2 should be final.107
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.31
ErrorsParameter statements should be final.31
Errors'statements' hides a field.31
ErrorsMethod 'contains' is not designed for extension - needs to be abstract, final or empty.35
ErrorsMissing a Javadoc comment.35
ErrorsParameter value should be final.35
ErrorsComment matches to-do format 'TODO:'.46
ErrorsLine is longer than 80 characters.71
ErrorsMethod 'getUnmatched' is not designed for extension - needs to be abstract, final or empty.71
ErrorsMissing a Javadoc comment.71
ErrorsParameter otherStatements should be final.71
ErrorsLine is longer than 80 characters.72
Errors'for' is not followed by whitespace.73
Errors'if' is not followed by whitespace.75
Errors'for' is not followed by whitespace.77
Errors'if' construct must use '{}'s.79
Errors'if' is not followed by whitespace.79
Errors'}' should be on the same line.82
Errors'if' is not followed by whitespace.83
Errors'for' is not followed by whitespace.85
Errors'if' construct must use '{}'s.87
Errors'if' is not followed by whitespace.87
Errors'}' should be on the same line.90
Errors'if' construct must use '{}'s.92
ErrorsLine is longer than 80 characters.92
Errors'if' is not followed by whitespace.92
ErrorsParameter value1 should be final.107
ErrorsParameter value2 should be final.107

gov/nasa/pds/citool/ri/VolumeRIChecker.java

ViolationMessageLine
ErrorsUnused import - java.net.URL.22
ErrorsUnused import - org.apache.commons.io.FilenameUtils.27
ErrorsMissing a Javadoc comment.36
ErrorsName 'MEDIUM_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'.36
ErrorsLine is longer than 80 characters.38
ErrorsMethod 'performCheck' is not designed for extension - needs to be abstract, final or empty.38
ErrorsMissing a Javadoc comment.38
ErrorsParameter parentLabels should be final.38
ErrorsParameter childLabels should be final.38
ErrorsLine is longer than 80 characters.42
Errors'for' is not followed by whitespace.44
ErrorsLine is longer than 80 characters.48
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.51
ErrorsLine is longer than 80 characters.61
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.65
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.76
ErrorsUnused import - java.net.URL.22
ErrorsUnused import - org.apache.commons.io.FilenameUtils.27
ErrorsMissing a Javadoc comment.36
ErrorsName 'MEDIUM_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'.36
ErrorsLine is longer than 80 characters.38
ErrorsMethod 'performCheck' is not designed for extension - needs to be abstract, final or empty.38
ErrorsMissing a Javadoc comment.38
ErrorsParameter parentLabels should be final.38
ErrorsParameter childLabels should be final.38
ErrorsLine is longer than 80 characters.42
Errors'for' is not followed by whitespace.44
ErrorsLine is longer than 80 characters.48
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.51
ErrorsLine is longer than 80 characters.61
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.65
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.76

gov/nasa/pds/citool/status/Status.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.31
Errors'value' hides a field.31
Errors'name' hides a field.31
ErrorsMissing a Javadoc comment.36
ErrorsMissing a Javadoc comment.40
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.31
Errors'value' hides a field.31
Errors'name' hides a field.31
ErrorsMissing a Javadoc comment.36
ErrorsMissing a Javadoc comment.40

gov/nasa/pds/citool/target/Target.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.28
ErrorsFirst sentence should end with a period.30
ErrorsParameter target should be final.35
Errors'target' hides a field.35
Errors'}' should be on the same line.46
ErrorsFirst sentence should end with a period.61
ErrorsMethod 'isDirectory' is not designed for extension - needs to be abstract, final or empty.66
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.76
ErrorsMethod 'toURL' is not designed for extension - needs to be abstract, final or empty.86
ErrorsExpected @throws tag for 'MalformedURLException'.86
ErrorsLine is longer than 80 characters.102
ErrorsMethod 'traverse' is not designed for extension - needs to be abstract, final or empty.102
ErrorsParameter recurse should be final.102
ErrorsExpected @throws tag for 'IOException'.102
ErrorsExpected @throws tag for 'BadLocationException'.102
ErrorsArray brackets at illegal position.104
Errors'if' construct must use '{}'s.107
Errors'if' is not followed by whitespace.107
Errors'for' is not followed by whitespace.114
Errors'for' is not followed by whitespace.118
ErrorsLine is longer than 80 characters.125
ErrorsMissing a Javadoc comment.125
ErrorsParameter dir should be final.125
ErrorsParameter recurse should be final.125
ErrorsArray brackets at illegal position.127
Errors'for' is not followed by whitespace.133
Errors'for' is not followed by whitespace.137
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.28
ErrorsFirst sentence should end with a period.30
ErrorsParameter target should be final.35
Errors'target' hides a field.35
Errors'}' should be on the same line.46
ErrorsFirst sentence should end with a period.61
ErrorsMethod 'isDirectory' is not designed for extension - needs to be abstract, final or empty.66
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.76
ErrorsMethod 'toURL' is not designed for extension - needs to be abstract, final or empty.86
ErrorsExpected @throws tag for 'MalformedURLException'.86
ErrorsLine is longer than 80 characters.102
ErrorsMethod 'traverse' is not designed for extension - needs to be abstract, final or empty.102
ErrorsParameter recurse should be final.102
ErrorsExpected @throws tag for 'IOException'.102
ErrorsExpected @throws tag for 'BadLocationException'.102
ErrorsArray brackets at illegal position.104
Errors'if' construct must use '{}'s.107
Errors'if' is not followed by whitespace.107
Errors'for' is not followed by whitespace.114
Errors'for' is not followed by whitespace.118
ErrorsLine is longer than 80 characters.125
ErrorsMissing a Javadoc comment.125
ErrorsParameter dir should be final.125
ErrorsParameter recurse should be final.125
ErrorsArray brackets at illegal position.127
Errors'for' is not followed by whitespace.133
Errors'for' is not followed by whitespace.137

gov/nasa/pds/citool/util/ToolInfo.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsUtility classes should not have a public or default constructor.28
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.31
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.35
ErrorsMissing a Javadoc comment.37
ErrorsMissing a Javadoc comment.39
ErrorsName 'props' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.39
ErrorsUtility classes should not have a public or default constructor.28
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.31
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.35
ErrorsMissing a Javadoc comment.37
ErrorsMissing a Javadoc comment.39
ErrorsName 'props' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.39

gov/nasa/pds/citool/util/Utility.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.27
ErrorsUtility classes should not have a public or default constructor.27
ErrorsMissing a Javadoc comment.28
ErrorsParameter value should be final.28
ErrorsMissing a Javadoc comment.32
ErrorsParameter value should be final.32
ErrorsLine is longer than 80 characters.36
ErrorsLine is longer than 80 characters.38
ErrorsMissing a Javadoc comment.42
ErrorsParameter value should be final.42
ErrorsMissing a Javadoc comment.53
ErrorsParameter value should be final.53
ErrorsParameter length should be final.53
Errors'if' construct must use '{}'s.56
Errors'*' is not preceded with whitespace.56
Errors'*' is not followed by whitespace.56
Errors'3' is a magic number.56
Errors'*' is not preceded with whitespace.57
Errors'*' is not followed by whitespace.57
Errors'3' is a magic number.57
Errors'if' construct must use '{}'s.60
Errors'-' is not preceded with whitespace.61
Errors'-' is not followed by whitespace.61
ErrorsParameter value should be final.72
ErrorsLine is longer than 80 characters.76
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.86
ErrorsLine is longer than 80 characters.86
ErrorsLine is longer than 80 characters.87
ErrorsLine has trailing spaces.89
ErrorsLine contains a tab character.91
ErrorsExpected an @return tag.93
ErrorsParameter source should be final.93
ErrorsExpected @param tag for 'source'.93
ErrorsLine has trailing spaces.94
ErrorsLine is longer than 80 characters.94
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.100
ErrorsFirst sentence should end with a period.101
ErrorsExpected an @return tag.104
ErrorsParameter source should be final.104
ErrorsExpected @param tag for 'source'.104
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.107
ErrorsFirst sentence should end with a period.108
ErrorsLine is longer than 80 characters.109
ErrorsLine is longer than 80 characters.110
ErrorsExpected an @return tag.112
ErrorsParameter source should be final.112
ErrorsExpected @param tag for 'source'.112
ErrorsLine contains a tab character.113
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
Errors'=' is not preceded with whitespace.119
Errors'=' is not followed by whitespace.119
Errors'<' is not preceded with whitespace.119
Errors'<' is not followed by whitespace.119
Errors'if' construct must use '{}'s.120
ErrorsLine contains a tab character.120
Errors'==' is not preceded with whitespace.120
Errors'==' is not followed by whitespace.120
ErrorsLine has trailing spaces.121
ErrorsLine contains a tab character.121
Errors'else' construct must use '{}'s.122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine has trailing spaces.124
ErrorsLine contains a tab character.124
Errors'if' construct must use '{}'s.125
ErrorsLine contains a tab character.125
Errors'!=' is not preceded with whitespace.125
Errors'!=' is not followed by whitespace.125
Errors'-' is not preceded with whitespace.125
Errors'-' is not followed by whitespace.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine has trailing spaces.128
ErrorsLine contains a tab character.128
Errors'}' should be on the same line.128
Errors'else' construct must use '{}'s.129
ErrorsLine has trailing spaces.129
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine has trailing spaces.133
ErrorsLine contains a tab character.133
ErrorsFirst sentence should end with a period.134
ErrorsLine is longer than 80 characters.135
ErrorsExpected an @return tag.137
ErrorsParameter source should be final.137
ErrorsExpected @param tag for 'source'.137
ErrorsLine contains a tab character.138
ErrorsParameter value should be final.147
ErrorsConditional logic can be removed.148
Errors'if' is not followed by whitespace.148
Errors'||' should be on a new line.148
Errors'||' should be on a new line.149
Errors'}' should be on the same line.152
Errors'else' construct must use '{}'s.153
ErrorsMissing a Javadoc comment.157
ErrorsParameter list should be final.157
Errors'for' is not followed by whitespace.158
Errors'=' is not preceded with whitespace.158
Errors'=' is not followed by whitespace.158
ErrorsParameter s should be final.170
ErrorsExpected @throws tag for 'MalformedURLException'.170
ErrorsMissing a Javadoc comment.192
ErrorsParameter indent should be final.192
ErrorsParameter records should be final.192
ErrorsLine has trailing spaces.208
ErrorsLine has trailing spaces.209
ErrorsMissing a Javadoc comment.209
ErrorsParameter strToReplace should be final.209
ErrorsLine contains a tab character.209
Errors'if' construct must use '{}'s.210
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsLine has trailing spaces.212
ErrorsLine contains a tab character.212
Errors'if' construct must use '{}'s.213
ErrorsLine has trailing spaces.213
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine has trailing spaces.215
ErrorsLine contains a tab character.215
Errors'if' construct must use '{}'s.216
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsLine has trailing spaces.218
ErrorsLine contains a tab character.218
Errors'if' construct must use '{}'s.219
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsLine has trailing spaces.221
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsLine has trailing spaces.224
ErrorsMissing a Javadoc comment.225
ErrorsParameter value should be final.225
ErrorsParameter lists should be final.225
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.231
ErrorsMissing a Javadoc comment.27
ErrorsUtility classes should not have a public or default constructor.27
ErrorsMissing a Javadoc comment.28
ErrorsParameter value should be final.28
ErrorsMissing a Javadoc comment.32
ErrorsParameter value should be final.32
ErrorsLine is longer than 80 characters.36
ErrorsLine is longer than 80 characters.38
ErrorsMissing a Javadoc comment.42
ErrorsParameter value should be final.42
ErrorsMissing a Javadoc comment.53
ErrorsParameter value should be final.53
ErrorsParameter length should be final.53
Errors'if' construct must use '{}'s.56
Errors'*' is not preceded with whitespace.56
Errors'*' is not followed by whitespace.56
Errors'3' is a magic number.56
Errors'*' is not preceded with whitespace.57
Errors'*' is not followed by whitespace.57
Errors'3' is a magic number.57
Errors'if' construct must use '{}'s.60
Errors'-' is not preceded with whitespace.61
Errors'-' is not followed by whitespace.61
ErrorsParameter value should be final.72
ErrorsLine is longer than 80 characters.76
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.86
ErrorsLine is longer than 80 characters.86
ErrorsLine is longer than 80 characters.87
ErrorsLine has trailing spaces.89
ErrorsLine contains a tab character.91
ErrorsExpected an @return tag.93
ErrorsParameter source should be final.93
ErrorsExpected @param tag for 'source'.93
ErrorsLine has trailing spaces.94
ErrorsLine is longer than 80 characters.94
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.100
ErrorsFirst sentence should end with a period.101
ErrorsExpected an @return tag.104
ErrorsParameter source should be final.104
ErrorsExpected @param tag for 'source'.104
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.107
ErrorsFirst sentence should end with a period.108
ErrorsLine is longer than 80 characters.109
ErrorsLine is longer than 80 characters.110
ErrorsExpected an @return tag.112
ErrorsParameter source should be final.112
ErrorsExpected @param tag for 'source'.112
ErrorsLine contains a tab character.113
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
Errors'=' is not preceded with whitespace.119
Errors'=' is not followed by whitespace.119
Errors'<' is not preceded with whitespace.119
Errors'<' is not followed by whitespace.119
Errors'if' construct must use '{}'s.120
ErrorsLine contains a tab character.120
Errors'==' is not preceded with whitespace.120
Errors'==' is not followed by whitespace.120
ErrorsLine has trailing spaces.121
ErrorsLine contains a tab character.121
Errors'else' construct must use '{}'s.122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine has trailing spaces.124
ErrorsLine contains a tab character.124
Errors'if' construct must use '{}'s.125
ErrorsLine contains a tab character.125
Errors'!=' is not preceded with whitespace.125
Errors'!=' is not followed by whitespace.125
Errors'-' is not preceded with whitespace.125
Errors'-' is not followed by whitespace.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine has trailing spaces.128
ErrorsLine contains a tab character.128
Errors'}' should be on the same line.128
Errors'else' construct must use '{}'s.129
ErrorsLine has trailing spaces.129
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine has trailing spaces.133
ErrorsLine contains a tab character.133
ErrorsFirst sentence should end with a period.134
ErrorsLine is longer than 80 characters.135
ErrorsExpected an @return tag.137
ErrorsParameter source should be final.137
ErrorsExpected @param tag for 'source'.137
ErrorsLine contains a tab character.138
ErrorsParameter value should be final.147
ErrorsConditional logic can be removed.148
Errors'if' is not followed by whitespace.148
Errors'||' should be on a new line.148
Errors'||' should be on a new line.149
Errors'}' should be on the same line.152
Errors'else' construct must use '{}'s.153
ErrorsMissing a Javadoc comment.157
ErrorsParameter list should be final.157
Errors'for' is not followed by whitespace.158
Errors'=' is not preceded with whitespace.158
Errors'=' is not followed by whitespace.158
ErrorsParameter s should be final.170
ErrorsExpected @throws tag for 'MalformedURLException'.170
ErrorsMissing a Javadoc comment.192
ErrorsParameter indent should be final.192
ErrorsParameter records should be final.192
ErrorsLine has trailing spaces.208
ErrorsLine has trailing spaces.209
ErrorsMissing a Javadoc comment.209
ErrorsParameter strToReplace should be final.209
ErrorsLine contains a tab character.209
Errors'if' construct must use '{}'s.210
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsLine has trailing spaces.212
ErrorsLine contains a tab character.212
Errors'if' construct must use '{}'s.213
ErrorsLine has trailing spaces.213
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine has trailing spaces.215
ErrorsLine contains a tab character.215
Errors'if' construct must use '{}'s.216
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsLine has trailing spaces.218
ErrorsLine contains a tab character.218
Errors'if' construct must use '{}'s.219
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsLine has trailing spaces.221
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsLine has trailing spaces.224
ErrorsMissing a Javadoc comment.225
ErrorsParameter value should be final.225
ErrorsParameter lists should be final.225
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.231

gov/nasa/pds/citool/validate/ReferenceFinderValidator.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMethod 'validate' is not designed for extension - needs to be abstract, final or empty.54
ErrorsParameter catalog should be final.54
Errors'for' is not followed by whitespace.63
Errors'}' should be on the same line.73
Errors'if' is not followed by whitespace.74
Errors'}' should be on the same line.83
Errors'for' is not followed by whitespace.92
ErrorsExpression can be simplified.95
ErrorsParameter catalog should be final.113
ErrorsExpected @param tag for 'catalog'.113
ErrorsParameter object should be final.113
ErrorsParameter referenceKeyIDs should be final.114
ErrorsExpression can be simplified.120
ErrorsParameter catalog should be final.138
ErrorsExpected @param tag for 'catalog'.138
ErrorsParameter statement should be final.138
ErrorsParameter referenceKeyIDs should be final.139
Errors'}' should be on the same line.146
ErrorsExpression can be simplified.151
ErrorsParameter catalog should be final.168
ErrorsExpected @param tag for 'catalog'.168
ErrorsParameter attribute should be final.168
ErrorsParameter referenceKeyIDs should be final.169
Errors'}' should be on the same line.196
ErrorsLine is longer than 80 characters.211
ErrorsLine is longer than 80 characters.212
Errors'}' should be on the same line.214
ErrorsMethod 'validate' is not designed for extension - needs to be abstract, final or empty.54
ErrorsParameter catalog should be final.54
Errors'for' is not followed by whitespace.63
Errors'}' should be on the same line.73
Errors'if' is not followed by whitespace.74
Errors'}' should be on the same line.83
Errors'for' is not followed by whitespace.92
ErrorsExpression can be simplified.95
ErrorsParameter catalog should be final.113
ErrorsExpected @param tag for 'catalog'.113
ErrorsParameter object should be final.113
ErrorsParameter referenceKeyIDs should be final.114
ErrorsExpression can be simplified.120
ErrorsParameter catalog should be final.138
ErrorsExpected @param tag for 'catalog'.138
ErrorsParameter statement should be final.138
ErrorsParameter referenceKeyIDs should be final.139
Errors'}' should be on the same line.146
ErrorsExpression can be simplified.151
ErrorsParameter catalog should be final.168
ErrorsExpected @param tag for 'catalog'.168
ErrorsParameter attribute should be final.168
ErrorsParameter referenceKeyIDs should be final.169
Errors'}' should be on the same line.196
ErrorsLine is longer than 80 characters.211
ErrorsLine is longer than 80 characters.212
Errors'}' should be on the same line.214

gov/nasa/pds/citool/validate/ReferenceValidator.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.33
ErrorsName 'REFID' must match pattern '^[a-z][a-zA-Z0-9]*$'.33
ErrorsMissing a Javadoc comment.34
ErrorsName 'REFDESC' must match pattern '^[a-z][a-zA-Z0-9]*$'.34
ErrorsMethod 'validate' is not designed for extension - needs to be abstract, final or empty.43
ErrorsParameter label should be final.43
Errors'-' is not preceded with whitespace.68
Errors'-' is not followed by whitespace.68
Errors'5' is a magic number.70
Errors'4' is a magic number.74
Errors'catch' is not followed by whitespace.77
Errors'catch' is not followed by whitespace.94
Errors'(' is followed by whitespace.100
Errors')' is preceded with whitespace.101
Errors'(' is followed by whitespace.114
ErrorsInner assignments should be avoided.114
ErrorsInner assignments should be avoided.115
Errors')' is preceded with whitespace.115
Errors'}' should be on the same line.127
ErrorsMust have at least one statement.151
ErrorsLine is longer than 80 characters.155
ErrorsMissing a Javadoc comment.33
ErrorsName 'REFID' must match pattern '^[a-z][a-zA-Z0-9]*$'.33
ErrorsMissing a Javadoc comment.34
ErrorsName 'REFDESC' must match pattern '^[a-z][a-zA-Z0-9]*$'.34
ErrorsMethod 'validate' is not designed for extension - needs to be abstract, final or empty.43
ErrorsParameter label should be final.43
Errors'-' is not preceded with whitespace.68
Errors'-' is not followed by whitespace.68
Errors'5' is a magic number.70
Errors'4' is a magic number.74
Errors'catch' is not followed by whitespace.77
Errors'catch' is not followed by whitespace.94
Errors'(' is followed by whitespace.100
Errors')' is preceded with whitespace.101
Errors'(' is followed by whitespace.114
ErrorsInner assignments should be avoided.114
ErrorsInner assignments should be avoided.115
Errors')' is preceded with whitespace.115
Errors'}' should be on the same line.127
ErrorsMust have at least one statement.151
ErrorsLine is longer than 80 characters.155