Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Info Warnings Errors
36003011

Files

File I W E
gov/nasa/pds/vtool/ApplicationException.java008
gov/nasa/pds/vtool/SystemException.java008
gov/nasa/pds/vtool/VTool.java00326
gov/nasa/pds/vtool/config/VToolConfigKeys.java0050
gov/nasa/pds/vtool/file/FileList.java0084
gov/nasa/pds/vtool/file/FileListGenerator.java00451
gov/nasa/pds/vtool/file/filefilter/WildcardOSFilter.java00125
gov/nasa/pds/vtool/flags/ToolsFlags.java0074
gov/nasa/pds/vtool/flags/VToolFlags.java00171
gov/nasa/pds/vtool/handler/HandlerFactory.java00114
gov/nasa/pds/vtool/handler/ToolsFileHandler.java0079
gov/nasa/pds/vtool/handler/ToolsStreamHandler.java0032
gov/nasa/pds/vtool/handler/UnknownHandlerConfigurationException.java0011
gov/nasa/pds/vtool/license/ToolsLicense.java0017
gov/nasa/pds/vtool/logging/FullLogFormatter.java00152
gov/nasa/pds/vtool/logging/MessageRecord.java0096
gov/nasa/pds/vtool/logging/MinimalLogFormatter.java00175
gov/nasa/pds/vtool/logging/SummaryLogFormatter.java00191
gov/nasa/pds/vtool/logging/ToolsLevel.java0014
gov/nasa/pds/vtool/logging/ToolsLogFormatter.java0016
gov/nasa/pds/vtool/logging/ToolsLogRecord.java0066
gov/nasa/pds/vtool/options/ToolsOption.java00157
gov/nasa/pds/vtool/report/FullReport.java0017
gov/nasa/pds/vtool/report/JSONReport.java0019
gov/nasa/pds/vtool/report/MinimalReport.java0015
gov/nasa/pds/vtool/report/Report.java0054
gov/nasa/pds/vtool/report/StyleSheet.java0011
gov/nasa/pds/vtool/report/SummaryReport.java0033
gov/nasa/pds/vtool/report/XmlReport.java0047
gov/nasa/pds/vtool/status/ExitStatus.java0074
gov/nasa/pds/vtool/status/ExitStatusType.java0019
gov/nasa/pds/vtool/status/Status.java0016
gov/nasa/pds/vtool/target/Target.java00207
gov/nasa/pds/vtool/time/ToolsTime.java0024
gov/nasa/pds/vtool/util/Utility.java0050
vtool.properties008

Rules

RuleViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
6 Error
NewlineAtEndOfFile0 Error
Translation0 Error
FileLength0 Error
FileTabCharacter
  • eachLine: "true"
1357 Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
213 Error
JavadocMethod125 Error
JavadocType11 Error
JavadocVariable182 Error
JavadocStyle33 Error
ConstantName0 Error
LocalFinalVariableName0 Error
LocalVariableName0 Error
MemberName7 Error
MethodName0 Error
PackageName0 Error
ParameterName0 Error
StaticVariableName1 Error
TypeName0 Error
AvoidStarImport0 Error
IllegalImport0 Error
RedundantImport2 Error
UnusedImports0 Error
LineLength235 Error
MethodLength0 Error
ParameterNumber0 Error
EmptyForIteratorPad2 Error
MethodParamPad5 Error
NoWhitespaceAfter0 Error
NoWhitespaceBefore0 Error
OperatorWrap7 Error
ParenPad24 Error
TypecastParenPad0 Error
WhitespaceAfter7 Error
WhitespaceAround128 Error
ModifierOrder40 Error
RedundantModifier64 Error
AvoidNestedBlocks0 Error
EmptyBlock4 Error
LeftCurly0 Error
NeedBraces104 Error
RightCurly18 Error
AvoidInlineConditionals4 Error
EmptyStatement6 Error
EqualsHashCode0 Error
HiddenField28 Error
IllegalInstantiation0 Error
InnerAssignment1 Error
MagicNumber7 Error
MissingSwitchDefault0 Error
RedundantThrows7 Error
SimplifyBooleanExpression13 Error
SimplifyBooleanReturn2 Error
DesignForExtension118 Error
FinalClass1 Error
HideUtilityClassConstructor1 Error
InterfaceIsType6 Error
VisibilityModifier4 Error
ArrayTypeStyle17 Error
FinalParameters210 Error
TodoComment11 Error
UpperEll0 Error

Details

gov/nasa/pds/vtool/ApplicationException.java

SeverityMessageLine
 ErrorMissing a Javadoc comment.3
 ErrorLine contains a tab character.4
 ErrorMissing a Javadoc comment.4
 ErrorLine contains a tab character.6
 ErrorMissing a Javadoc comment.6
 ErrorParameter msg should be final.6
 ErrorLine contains a tab character.7
 ErrorLine contains a tab character.8

gov/nasa/pds/vtool/SystemException.java

SeverityMessageLine
 ErrorMissing a Javadoc comment.3
 ErrorLine contains a tab character.4
 ErrorMissing a Javadoc comment.4
 ErrorLine contains a tab character.6
 ErrorMissing a Javadoc comment.6
 ErrorParameter msg should be final.6
 ErrorLine contains a tab character.7
 ErrorLine contains a tab character.8

gov/nasa/pds/vtool/VTool.java

SeverityMessageLine
 ErrorMissing a Javadoc comment.97
 ErrorName 'FILE_REP' must match pattern '^[a-z][a-zA-Z0-9]*$'.97
 ErrorMissing a Javadoc comment.98
 ErrorMissing a Javadoc comment.99
 ErrorComment matches to-do format 'TODO:'.100
 ErrorMissing a Javadoc comment.101
 ErrorMissing a Javadoc comment.102
 ErrorLine contains a tab character.103
 ErrorMissing a Javadoc comment.104
 ErrorMissing a Javadoc comment.105
 ErrorMissing a Javadoc comment.106
 ErrorMissing a Javadoc comment.107
 ErrorMissing a Javadoc comment.108
 ErrorMissing a Javadoc comment.109
 ErrorMissing a Javadoc comment.110
 ErrorMissing a Javadoc comment.111
 ErrorMissing a Javadoc comment.112
 ErrorMissing a Javadoc comment.113
 ErrorMissing a Javadoc comment.114
 ErrorMissing a Javadoc comment.115
 ErrorMissing a Javadoc comment.116
 ErrorMissing a Javadoc comment.117
 ErrorMissing a Javadoc comment.118
 ErrorMissing a Javadoc comment.119
 ErrorVariable 'dictionaryPassed' must be private and have accessor methods.119
 ErrorMissing a Javadoc comment.120
 ErrorMissing a Javadoc comment.121
 ErrorMissing a Javadoc comment.122
 ErrorMissing a Javadoc comment.123
 ErrorMissing a Javadoc comment.124
 ErrorMissing a Javadoc comment.125
 ErrorMissing a Javadoc comment.126
 ErrorMissing a Javadoc comment.128
 ErrorName 'PROPERTYFILE' must match pattern '^[a-z][a-zA-Z0-9]*$'.128
 ErrorMissing a Javadoc comment.129
 ErrorName 'PROPERTYTOOLNAME' must match pattern '^[a-z][a-zA-Z0-9]*$'.129
 ErrorMissing a Javadoc comment.130
 ErrorName 'PROPERTYVERSION' must match pattern '^[a-z][a-zA-Z0-9]*$'.130
 ErrorMissing a Javadoc comment.131
 ErrorName 'PROPERTYDATE' must match pattern '^[a-z][a-zA-Z0-9]*$'.131
 ErrorMissing a Javadoc comment.132
 ErrorName 'PROPERTYCOPYRIGHT' must match pattern '^[a-z][a-zA-Z0-9]*$'.132
 ErrorLine contains a tab character.142
 Error'(' is followed by whitespace.164
 Error'&&' should be on a new line.164
 ErrorLine is longer than 80 characters (found 83).165
 ErrorExpression can be simplified.165
 ErrorMethod 'showVersion' is not designed for extension - needs to be abstract, final or empty.177
 ErrorExpected @throws tag for 'IOException'.177
 ErrorFirst sentence should end with a period.193
 ErrorMethod 'showHelp' is not designed for extension - needs to be abstract, final or empty.197
 Error'80' is a magic number.199
 ErrorLine is longer than 80 characters (found 82).210
 Error',' is not followed by whitespace.210
 ErrorLine is longer than 80 characters (found 86).212
 ErrorLine is longer than 80 characters (found 89).214
 ErrorLine is longer than 80 characters (found 86).215
 ErrorLine is longer than 80 characters (found 81).230
 Error',' is not followed by whitespace.230
 ErrorLine is longer than 80 characters (found 87).239
 ErrorExpected an @return tag.275
 ErrorMethod 'parseLine' is not designed for extension - needs to be abstract, final or empty.275
 ErrorParameter argv should be final.275
 ErrorExpected @throws tag for 'ApplicationException'.275
 Error'parser' hides a field.276
 Error'}' should be on the same line.279
 Error'catch' is not followed by whitespace.280
 Error'(' is followed by whitespace.280
 Error')' is preceded with whitespace.280
 ErrorLine is longer than 80 characters (found 100).281
 Error')' is preceded with whitespace.281
 ErrorMethod 'queryCmdLine' is not designed for extension - needs to be abstract, final or empty.292
 ErrorParameter cmd should be final.292
 ErrorExpected @param tag for 'cmd'.292
 ErrorExpected @throws tag for 'ApplicationException'.292
 ErrorLine is longer than 80 characters (found 91).293
 ErrorExpected @throws tag for 'MalformedURLException'.293
 ErrorExpected @throws tag for 'SystemException'.293
 Error'if' is not followed by whitespace.300
 Error'}' should be on the same line.310
 Error'}' should be on the same line.321
 Error'catch' is not followed by whitespace.322
 ErrorLine is longer than 80 characters (found 84).323
 Error'}' should be on the same line.325
 Error'catch' is not followed by whitespace.326
 Error'for' is not followed by whitespace.333
 Error'=' is not preceded with whitespace.333
 Error'=' is not followed by whitespace.333
 Error'for' construct must use '{}'s.335
 Error'for' is not followed by whitespace.335
 Error'=' is not preceded with whitespace.335
 Error'=' is not followed by whitespace.335
 Error'<' is not preceded with whitespace.335
 Error'<' is not followed by whitespace.335
 Error'if' is not followed by whitespace.343
 Error'if' construct must use '{}'s.348
 Error'if' construct must use '{}'s.351
 Error'if' construct must use '{}'s.355
 ErrorComment matches to-do format 'TODO:'.358
 ErrorLine contains a tab character.360
 ErrorLine contains a tab character.361
 Error'if' construct must use '{}'s.362
 Error'if' construct must use '{}'s.365
 Error'if' construct must use '{}'s.368
 Error'if' construct must use '{}'s.380
 Error'if' construct must use '{}'s.383
 Error'if' construct must use '{}'s.386
 Error'if' construct must use '{}'s.389
 ErrorMethod 'setAlias' is not designed for extension - needs to be abstract, final or empty.399
 ErrorParameter a should be final.399
 ErrorMethod 'getDictionaries' is not designed for extension - needs to be abstract, final or empty.409
 ErrorMissing a Javadoc comment.409
 ErrorMethod 'setDictionaries' is not designed for extension - needs to be abstract, final or empty.418
 ErrorParameter d should be final.418
 ErrorExpected @throws tag for 'ApplicationException'.418
 Error'while' construct must use '{}'s.423
 Error'while' is not followed by whitespace.423
 ErrorExpression can be simplified.423
 ErrorEmpty statement.423
 Error'for' is not followed by whitespace.424
 Error'=' is not preceded with whitespace.424
 Error'=' is not followed by whitespace.424
 Error'catch' is not followed by whitespace.429
 ErrorMethod 'setFollowPtrs' is not designed for extension - needs to be abstract, final or empty.442
 ErrorParameter f should be final.442
 ErrorMethod 'setForcePartial' is not designed for extension - needs to be abstract, final or empty.451
 ErrorParameter f should be final.451
 ErrorMethod 'setIncludePaths' is not designed for extension - needs to be abstract, final or empty.462
 ErrorParameter i should be final.462
 Error'(' is preceded with whitespace.463
 Error'while' construct must use '{}'s.464
 Error'while' is not followed by whitespace.464
 ErrorEmpty statement.464
 ErrorMethod 'setdirsToSkip' is not designed for extension - needs to be abstract, final or empty.473
 ErrorParameter d should be final.473
 Error'(' is preceded with whitespace.474
 Error'while' construct must use '{}'s.475
 Error'while' is not followed by whitespace.475
 ErrorEmpty statement.475
 ErrorMethod 'setfilesToSkip' is not designed for extension - needs to be abstract, final or empty.482
 ErrorParameter f should be final.482
 Error'(' is preceded with whitespace.483
 Error'while' construct must use '{}'s.484
 Error'while' is not followed by whitespace.484
 ErrorEmpty statement.484
 ErrorMethod 'setLogFile' is not designed for extension - needs to be abstract, final or empty.491
 ErrorParameter f should be final.491
 ErrorMethod 'getReport' is not designed for extension - needs to be abstract, final or empty.495
 ErrorMissing a Javadoc comment.495
 ErrorMethod 'setRptFile' is not designed for extension - needs to be abstract, final or empty.503
 ErrorParameter f should be final.503
 ErrorMethod 'setRptStyle' is not designed for extension - needs to be abstract, final or empty.513
 ErrorParameter style should be final.513
 ErrorExpected @throws tag for 'ApplicationException'.513
 Error'(' is followed by whitespace.514
 ErrorExpression can be simplified.514
 Error'&&' should be on a new line.514
 ErrorExpression can be simplified.515
 Error'&&' should be on a new line.515
 ErrorExpression can be simplified.516
 Error'&&' should be on a new line.516
 ErrorExpression can be simplified.517
 Error'&&' should be on a new line.517
 ErrorExpression can be simplified.518
 ErrorMethod 'setProgress' is not designed for extension - needs to be abstract, final or empty.530
 ErrorParameter p should be final.530
 ErrorExpected @param tag for 'p'.530
 ErrorMethod 'setfilesToFind' is not designed for extension - needs to be abstract, final or empty.539
 ErrorParameter e should be final.539
 Error'(' is preceded with whitespace.540
 Error'while' construct must use '{}'s.541
 Error'while' is not followed by whitespace.541
 ErrorEmpty statement.541
 ErrorMethod 'setRecursive' is not designed for extension - needs to be abstract, final or empty.549
 ErrorParameter r should be final.549
 ErrorMethod 'getTargets' is not designed for extension - needs to be abstract, final or empty.553
 ErrorMissing a Javadoc comment.553
 ErrorMethod 'setTargets' is not designed for extension - needs to be abstract, final or empty.561
 ErrorParameter t should be final.561
 Error'(' is preceded with whitespace.562
 Error'while' construct must use '{}'s.563
 Error'while' is not followed by whitespace.563
 ErrorEmpty statement.563
 Error'for' is not followed by whitespace.564
 ErrorMethod 'setVerbose' is not designed for extension - needs to be abstract, final or empty.574
 ErrorParameter v should be final.574
 ErrorExpected @throws tag for 'ApplicationException'.574
 Error'3' is a magic number.575
 Error'if' construct must use '{}'s.580
 Error'if' construct must use '{}'s.582
 Error'if' construct must use '{}'s.584
 Error'3' is a magic number.584
 ErrorMethod 'readConfigFile' is not designed for extension - needs to be abstract, final or empty.597
 ErrorParameter file should be final.597
 ErrorExpected @throws tag for 'ApplicationException'.597
 Error'config' hides a field.598
 Error'catch' is not followed by whitespace.603
 Error'if' construct must use '{}'s.608
 Error'if' construct must use '{}'s.611
 ErrorComment matches to-do format 'TODO:'.613
 ErrorLine is longer than 80 characters (found 82).613
 ErrorLine contains a tab character.614
 ErrorLine contains a tab character.615
 Error'if' construct must use '{}'s.616
 Error'if' construct must use '{}'s.618
 Error'if' construct must use '{}'s.620
 Error'for' is not followed by whitespace.625
 Error'=' is not preceded with whitespace.625
 Error'=' is not followed by whitespace.625
 Error'for' is not followed by whitespace.633
 Error'=' is not preceded with whitespace.633
 Error'=' is not followed by whitespace.633
 Error'if' construct must use '{}'s.638
 Error'if' construct must use '{}'s.640
 Error'if' construct must use '{}'s.642
 Error'for' is not followed by whitespace.647
 Error'=' is not preceded with whitespace.647
 Error'=' is not followed by whitespace.647
 Error'if' construct must use '{}'s.652
 Error'if' construct must use '{}'s.654
 Error'if' construct must use '{}'s.656
 Error'if' construct must use '{}'s.658
 Error'catch' is not followed by whitespace.660
 ErrorMethod 'printRptHeader' is not designed for extension - needs to be abstract, final or empty.673
 ErrorExpected @throws tag for 'SystemException'.673
 ErrorExpected @throws tag for 'IOException'.673
 ErrorComment matches to-do format 'TODO:'.676
 ErrorLine is longer than 80 characters (found 87).686
 Error'catch' is not followed by whitespace.691
 Error'if' construct must use '{}'s.696
 Error'if' is not followed by whitespace.696
 Error'else' construct must use '{}'s.698
 Error'if' is not followed by whitespace.703
 ErrorLine is longer than 80 characters (found 84).730
 ErrorMethod 'setupReport' is not designed for extension - needs to be abstract, final or empty.768
 ErrorExpected @throws tag for 'ApplicationException'.769
 ErrorExpected @throws tag for 'SystemException'.769
 Error'{' is not preceded with whitespace.774
 ErrorMethod 'readDictionaries' is not designed for extension - needs to be abstract, final or empty.806
 ErrorParameter dictionary should be final.806
 ErrorExpected @throws tag for 'ApplicationException'.807
 ErrorExpected @throws tag for 'URISyntaxException'.807
 ErrorLine is longer than 80 characters (found 82).844
 Error':' should be on a new line.851
 ErrorExpected an @return tag.864
 ErrorParameter parser should be final.864
 Error'parser' hides a field.864
 ErrorExpected @throws tag for 'ApplicationException'.865
 Error'for' is not followed by whitespace.869
 Error'(' is followed by whitespace.869
 Error';' is followed by whitespace.869
 ErrorExpression can be simplified.887
 ErrorComment matches to-do format 'TODO:'.892
 ErrorMethod 'validateLabels' is not designed for extension - needs to be abstract, final or empty.933
 ErrorParameter targets should be final.933
 Error'targets' hides a field.933
 ErrorExpected @param tag for 'targets'.933
 ErrorExpected @throws tag for 'Exception'.934
 ErrorLine is longer than 80 characters (found 86).949
 ErrorMethod 'validateLabels' is not designed for extension - needs to be abstract, final or empty.949
 ErrorParameter targets should be final.949
 Error'targets' hides a field.949
 ErrorParameter dict should be final.949
 ErrorExpected @throws tag for 'Exception'.949
 Error'for' is not followed by whitespace.950
 Error'if' is not followed by whitespace.953
 Error'if' is not followed by whitespace.956
 Error'}' should be on the same line.958
 Error'for' is not followed by whitespace.962
 Error'if' construct must use '{}'s.964
 Error'if' is not followed by whitespace.964
 Error'catch' is not followed by whitespace.968
 Error'}' should be on the same line.971
 ErrorMethod 'validateLabel' is not designed for extension - needs to be abstract, final or empty.988
 ErrorParameter url should be final.988
 ErrorParameter dict should be final.988
 ErrorExpected @throws tag for 'ApplicationException'.989
 ErrorExpected @throws tag for 'SystemException'.989
 ErrorComment matches to-do format 'TODO:'.991
 Error'if' construct must use '{}'s.994
 Error'if' is not followed by whitespace.994
 ErrorMust have at least one statement.1003
 Error'if' is not followed by whitespace.1021
 Error'}' should be on the same line.1028
 Error'else' construct must use '{}'s.1029
 ErrorComment matches to-do format 'TODO:'.1034
 ErrorMust have at least one statement.1051
 ErrorComment matches to-do format 'TODO:'.1052
 ErrorFirst sentence should end with a period.1057
 ErrorParameter label should be final.1062
 ErrorExpected @param tag for 'label'.1062
 Error'for' is not followed by whitespace.1066
 Error'if' is not followed by whitespace.1069
 Error'if' is not followed by whitespace.1070
 Error'}' should be on the same line.1072
 Error'else' construct must use '{}'s.1073
 Error'for' is not followed by whitespace.1077
 ErrorMust have at least one statement.1080
 Error'for' is not followed by whitespace.1087
 ErrorMust have at least one statement.1093
 Error'for' is not followed by whitespace.1099
 Error'if' is not followed by whitespace.1101
 ErrorMissing a Javadoc comment.1107
 ErrorParameter label should be final.1107
 ErrorComment matches to-do format 'TODO:'.1110
 Error'for' is not followed by whitespace.1112
 ErrorLine is longer than 80 characters (found 81).1119
 ErrorMissing a Javadoc comment.1119
 ErrorParameter object should be final.1119
 Error'for' is not followed by whitespace.1123
 ErrorMethod 'showProgress' is not designed for extension - needs to be abstract, final or empty.1137
 ErrorParameter file should be final.1137
 ErrorExpected @throws tag for 'SystemException'.1137
 Error'}' should be on the same line.1148
 ErrorParameter argv should be final.1198
 Error'(' is followed by whitespace.1222
 Error')' is preceded with whitespace.1222
 Error'}' should be on the same line.1226
 Error'if' is not followed by whitespace.1231
 Error'}' should be on the same line.1238
 Error'if' is not followed by whitespace.1245
 ErrorExpression can be simplified.1245
 Error'catch' is not followed by whitespace.1249
 Error'catch' is not followed by whitespace.1252
 ErrorMethod 'printRptFooter' is not designed for extension - needs to be abstract, final or empty.1265
 ErrorMissing a Javadoc comment.1265

gov/nasa/pds/vtool/config/VToolConfigKeys.java

SeverityMessageLine
 Errorinterfaces should describe a type and hence have methods.41
 ErrorLine contains a tab character.42
 ErrorMissing a Javadoc comment.42
 ErrorRedundant 'public' modifier.42
 ErrorComment matches to-do format 'TODO:'.43
 ErrorLine is longer than 80 characters (found 89).43
 ErrorLine contains a tab character.43
 ErrorLine contains a tab character.44
 ErrorLine contains a tab character.45
 ErrorMissing a Javadoc comment.45
 ErrorRedundant 'public' modifier.45
 ErrorLine contains a tab character.46
 ErrorMissing a Javadoc comment.46
 ErrorRedundant 'public' modifier.46
 ErrorLine contains a tab character.47
 ErrorMissing a Javadoc comment.47
 ErrorRedundant 'public' modifier.47
 ErrorLine contains a tab character.48
 ErrorMissing a Javadoc comment.48
 ErrorRedundant 'public' modifier.48
 ErrorLine contains a tab character.49
 ErrorMissing a Javadoc comment.49
 ErrorRedundant 'public' modifier.49
 ErrorLine contains a tab character.50
 ErrorMissing a Javadoc comment.50
 ErrorRedundant 'public' modifier.50
 ErrorLine contains a tab character.51
 ErrorMissing a Javadoc comment.51
 ErrorRedundant 'public' modifier.51
 ErrorLine contains a tab character.52
 ErrorMissing a Javadoc comment.52
 ErrorRedundant 'public' modifier.52
 ErrorLine contains a tab character.53
 ErrorMissing a Javadoc comment.53
 ErrorRedundant 'public' modifier.53
 ErrorLine contains a tab character.54
 ErrorMissing a Javadoc comment.54
 ErrorRedundant 'public' modifier.54
 ErrorLine contains a tab character.55
 ErrorMissing a Javadoc comment.55
 ErrorRedundant 'public' modifier.55
 ErrorLine contains a tab character.56
 ErrorMissing a Javadoc comment.56
 ErrorRedundant 'public' modifier.56
 ErrorLine contains a tab character.57
 ErrorMissing a Javadoc comment.57
 ErrorRedundant 'public' modifier.57
 ErrorLine contains a tab character.58
 ErrorMissing a Javadoc comment.58
 ErrorRedundant 'public' modifier.58

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

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

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

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

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

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

gov/nasa/pds/vtool/flags/ToolsFlags.java

SeverityMessageLine
 ErrorLine has trailing spaces.18
 Errorinterfaces should describe a type and hence have methods.22
 ErrorLine contains a tab character.23
 ErrorMissing a Javadoc comment.23
 ErrorRedundant 'public' modifier.23
 Error'static' modifier out of order with the JLS suggestions.23
 ErrorLine contains a tab character.24
 ErrorMissing a Javadoc comment.24
 ErrorRedundant 'public' modifier.24
 Error'static' modifier out of order with the JLS suggestions.24
 ErrorLine contains a tab character.25
 ErrorMissing a Javadoc comment.25
 ErrorRedundant 'public' modifier.25
 Error'static' modifier out of order with the JLS suggestions.25
 ErrorLine has trailing spaces.26
 ErrorLine contains a tab character.26
 ErrorLine contains a tab character.27
 ErrorMissing a Javadoc comment.27
 ErrorRedundant 'public' modifier.27
 Error'static' modifier out of order with the JLS suggestions.27
 ErrorArray brackets at illegal position.27
 ErrorLine contains a tab character.28
 ErrorMissing a Javadoc comment.28
 ErrorRedundant 'public' modifier.28
 Error'static' modifier out of order with the JLS suggestions.28
 ErrorArray brackets at illegal position.28
 Error',' is not followed by whitespace.28
 ErrorLine contains a tab character.29
 ErrorMissing a Javadoc comment.29
 ErrorRedundant 'public' modifier.29
 Error'static' modifier out of order with the JLS suggestions.29
 ErrorArray brackets at illegal position.29
 ErrorLine contains a tab character.30
 ErrorMissing a Javadoc comment.30
 ErrorRedundant 'public' modifier.30
 Error'static' modifier out of order with the JLS suggestions.30
 ErrorArray brackets at illegal position.30
 ErrorLine contains a tab character.31
 ErrorMissing a Javadoc comment.31
 ErrorRedundant 'public' modifier.31
 Error'static' modifier out of order with the JLS suggestions.31
 ErrorArray brackets at illegal position.31
 ErrorLine has trailing spaces.32
 ErrorLine contains a tab character.32
 ErrorLine is longer than 80 characters (found 81).33
 ErrorLine contains a tab character.33
 ErrorMissing a Javadoc comment.33
 ErrorRedundant 'public' modifier.33
 Error'static' modifier out of order with the JLS suggestions.33
 ErrorLine contains a tab character.34
 ErrorLine has trailing spaces.35
 ErrorLine contains a tab character.35
 ErrorLine is longer than 80 characters (found 83).36
 ErrorLine contains a tab character.36
 ErrorMissing a Javadoc comment.36
 ErrorRedundant 'public' modifier.36
 Error'static' modifier out of order with the JLS suggestions.36
 ErrorLine contains a tab character.37
 ErrorLine has trailing spaces.38
 ErrorLine contains a tab character.38
 ErrorLine has trailing spaces.39
 ErrorLine contains a tab character.39
 ErrorMissing a Javadoc comment.39
 ErrorRedundant 'public' modifier.39
 Error'static' modifier out of order with the JLS suggestions.39
 ErrorLine contains a tab character.40
 ErrorMissing a Javadoc comment.40
 ErrorRedundant 'public' modifier.40
 Error'static' modifier out of order with the JLS suggestions.40
 ErrorLine is longer than 80 characters (found 83).41
 ErrorLine contains a tab character.41
 ErrorMissing a Javadoc comment.41
 ErrorRedundant 'public' modifier.41
 Error'static' modifier out of order with the JLS suggestions.41

gov/nasa/pds/vtool/flags/VToolFlags.java

SeverityMessageLine
 Errorinterfaces should describe a type and hence have methods.24
 ErrorLine contains a tab character.26
 ErrorMissing a Javadoc comment.26
 ErrorRedundant 'public' modifier.26
 Error'static' modifier out of order with the JLS suggestions.26
 ErrorArray brackets at illegal position.26
 ErrorLine contains a tab character.27
 ErrorMissing a Javadoc comment.27
 ErrorRedundant 'public' modifier.27
 Error'static' modifier out of order with the JLS suggestions.27
 ErrorArray brackets at illegal position.27
 ErrorLine is longer than 80 characters (found 81).28
 ErrorLine contains a tab character.28
 ErrorMissing a Javadoc comment.28
 ErrorRedundant 'public' modifier.28
 Error'static' modifier out of order with the JLS suggestions.28
 ErrorArray brackets at illegal position.28
 ErrorLine is longer than 80 characters (found 83).29
 ErrorLine contains a tab character.29
 ErrorMissing a Javadoc comment.29
 ErrorRedundant 'public' modifier.29
 Error'static' modifier out of order with the JLS suggestions.29
 ErrorArray brackets at illegal position.29
 ErrorLine contains a tab character.30
 ErrorMissing a Javadoc comment.30
 ErrorRedundant 'public' modifier.30
 Error'static' modifier out of order with the JLS suggestions.30
 ErrorArray brackets at illegal position.30
 ErrorLine contains a tab character.31
 ErrorMissing a Javadoc comment.31
 ErrorRedundant 'public' modifier.31
 Error'static' modifier out of order with the JLS suggestions.31
 ErrorArray brackets at illegal position.31
 ErrorLine contains a tab character.32
 ErrorMissing a Javadoc comment.32
 ErrorRedundant 'public' modifier.32
 Error'static' modifier out of order with the JLS suggestions.32
 ErrorArray brackets at illegal position.32
 ErrorLine contains a tab character.33
 ErrorMissing a Javadoc comment.33
 ErrorRedundant 'public' modifier.33
 Error'static' modifier out of order with the JLS suggestions.33
 ErrorArray brackets at illegal position.33
 ErrorLine contains a tab character.34
 ErrorMissing a Javadoc comment.34
 ErrorRedundant 'public' modifier.34
 Error'static' modifier out of order with the JLS suggestions.34
 ErrorArray brackets at illegal position.34
 ErrorLine is longer than 80 characters (found 95).35
 ErrorLine contains a tab character.35
 ErrorMissing a Javadoc comment.35
 ErrorRedundant 'public' modifier.35
 Error'static' modifier out of order with the JLS suggestions.35
 ErrorArray brackets at illegal position.35
 ErrorLine is longer than 80 characters (found 82).36
 ErrorLine contains a tab character.36
 ErrorMissing a Javadoc comment.36
 ErrorRedundant 'public' modifier.36
 Error'static' modifier out of order with the JLS suggestions.36
 ErrorArray brackets at illegal position.36
 ErrorLine contains a tab character.37
 ErrorMissing a Javadoc comment.37
 ErrorRedundant 'public' modifier.37
 Error'static' modifier out of order with the JLS suggestions.37
 ErrorArray brackets at illegal position.37
 ErrorLine contains a tab character.39
 ErrorMissing a Javadoc comment.39
 ErrorRedundant 'public' modifier.39
 Error'static' modifier out of order with the JLS suggestions.39
 ErrorLine contains a tab character.41
 ErrorMissing a Javadoc comment.41
 ErrorRedundant 'public' modifier.41
 Error'static' modifier out of order with the JLS suggestions.41
 ErrorLine contains a tab character.42
 ErrorLine contains a tab character.43
 ErrorLine contains a tab character.45
 ErrorMissing a Javadoc comment.45
 ErrorRedundant 'public' modifier.45
 Error'static' modifier out of order with the JLS suggestions.45
 ErrorLine contains a tab character.46
 ErrorLine contains a tab character.47
 ErrorLine is longer than 80 characters (found 82).49
 ErrorLine contains a tab character.49
 ErrorMissing a Javadoc comment.49
 ErrorRedundant 'public' modifier.49
 Error'static' modifier out of order with the JLS suggestions.49
 ErrorLine is longer than 80 characters (found 84).50
 ErrorLine contains a tab character.50
 ErrorLine contains a tab character.51
 ErrorLine is longer than 80 characters (found 81).53
 ErrorLine contains a tab character.53
 ErrorMissing a Javadoc comment.53
 ErrorRedundant 'public' modifier.53
 Error'static' modifier out of order with the JLS suggestions.53
 ErrorLine is longer than 80 characters (found 89).54
 ErrorLine contains a tab character.54
 ErrorLine contains a tab character.55
 ErrorLine contains a tab character.56
 ErrorLine contains a tab character.58
 ErrorMissing a Javadoc comment.58
 ErrorRedundant 'public' modifier.58
 Error'static' modifier out of order with the JLS suggestions.58
 ErrorLine is longer than 80 characters (found 87).59
 ErrorLine contains a tab character.59
 ErrorLine contains a tab character.60
 ErrorLine contains a tab character.62
 ErrorMissing a Javadoc comment.62
 ErrorRedundant 'public' modifier.62
 Error'static' modifier out of order with the JLS suggestions.62
 ErrorLine is longer than 80 characters (found 85).63
 ErrorLine contains a tab character.63
 ErrorLine contains a tab character.64
 ErrorLine contains a tab character.66
 ErrorMissing a Javadoc comment.66
 ErrorRedundant 'public' modifier.66
 Error'static' modifier out of order with the JLS suggestions.66
 ErrorLine contains a tab character.67
 ErrorLine is longer than 80 characters (found 82).69
 ErrorLine contains a tab character.69
 ErrorMissing a Javadoc comment.69
 ErrorRedundant 'public' modifier.69
 Error'static' modifier out of order with the JLS suggestions.69
 ErrorLine is longer than 80 characters (found 82).71
 ErrorLine contains a tab character.71
 ErrorMissing a Javadoc comment.71
 ErrorRedundant 'public' modifier.71
 Error'static' modifier out of order with the JLS suggestions.71
 ErrorLine is longer than 80 characters (found 84).72
 ErrorLine contains a tab character.72
 ErrorLine contains a tab character.73
 ErrorLine contains a tab character.74
 ErrorLine is longer than 80 characters (found 82).76
 ErrorLine contains a tab character.76
 ErrorMissing a Javadoc comment.76
 ErrorRedundant 'public' modifier.76
 Error'static' modifier out of order with the JLS suggestions.76
 ErrorLine is longer than 80 characters (found 90).77
 ErrorLine contains a tab character.77
 ErrorLine is longer than 80 characters (found 87).78
 ErrorLine contains a tab character.78
 ErrorLine is longer than 80 characters (found 91).79
 ErrorLine contains a tab character.79
 ErrorLine contains a tab character.80
 ErrorLine is longer than 80 characters (found 82).82
 ErrorLine contains a tab character.82
 ErrorMissing a Javadoc comment.82
 ErrorRedundant 'public' modifier.82
 Error'static' modifier out of order with the JLS suggestions.82
 ErrorLine is longer than 80 characters (found 88).83
 ErrorLine contains a tab character.83
 ErrorLine is longer than 80 characters (found 91).84
 ErrorLine contains a tab character.84
 ErrorLine is longer than 80 characters (found 90).85
 ErrorLine contains a tab character.85
 ErrorLine contains a tab character.86
 ErrorLine is longer than 80 characters (found 83).88
 ErrorLine contains a tab character.88
 ErrorMissing a Javadoc comment.88
 ErrorRedundant 'public' modifier.88
 Error'static' modifier out of order with the JLS suggestions.88
 ErrorLine is longer than 80 characters (found 89).89
 ErrorLine contains a tab character.89
 ErrorLine is longer than 80 characters (found 89).90
 ErrorLine contains a tab character.90
 ErrorLine contains a tab character.92
 ErrorMissing a Javadoc comment.92
 ErrorRedundant 'public' modifier.92
 Error'static' modifier out of order with the JLS suggestions.92
 ErrorLine contains a tab character.93
 ErrorLine contains a tab character.94
 ErrorLine contains a tab character.95

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

SeverityMessageLine
 ErrorMissing package-info.java file.
 ErrorRedundant import from the same package - gov.nasa.pds.vtool.handler.ToolsFileHandler.3
 ErrorRedundant import from the same package - gov.nasa.pds.vtool.handler.ToolsStreamHandler.4
 ErrorClass HandlerFactory should be declared as final.16
 ErrorMissing a Javadoc comment.16
 ErrorLine contains a tab character.17
 ErrorMissing a Javadoc comment.17
 ErrorLine has trailing spaces.18
 ErrorLine contains a tab character.18
 ErrorLine contains a tab character.19
 ErrorMissing a Javadoc comment.19
 Error'{' is not followed by whitespace.19
 Error'}' is not preceded with whitespace.19
 ErrorLine has trailing spaces.20
 ErrorLine contains a tab character.20
 ErrorLine contains a tab character.21
 ErrorMissing a Javadoc comment.21
 Error'static' modifier out of order with the JLS suggestions.21
 Error'if' construct must use '{}'s.22
 ErrorLine contains a tab character.22
 Error'if' is not followed by whitespace.22
 ErrorLine contains a tab character.23
 ErrorLine has trailing spaces.24
 ErrorLine contains a tab character.24
 ErrorLine contains a tab character.25
 ErrorLine contains a tab character.26
 ErrorLine has trailing spaces.27
 ErrorLine contains a tab character.27
 ErrorLine contains a tab character.28
 ErrorLine contains a tab character.29
 ErrorLine has trailing spaces.30
 ErrorLine contains a tab character.30
 ErrorLine is longer than 80 characters (found 91).31
 ErrorLine contains a tab character.31
 ErrorLine is longer than 80 characters (found 94).32
 ErrorLine contains a tab character.32
 ErrorLine is longer than 80 characters (found 94).33
 ErrorLine contains a tab character.33
 ErrorLine contains a tab character.34
 ErrorLine has trailing spaces.35
 ErrorLine contains a tab character.35
 ErrorLine contains a tab character.36
 ErrorLine has trailing spaces.37
 ErrorLine contains a tab character.37
 ErrorLine contains a tab character.38
 ErrorLine contains a tab character.39
 ErrorLine contains a tab character.40
 ErrorLine contains a tab character.41
 ErrorLine has trailing spaces.42
 ErrorLine is longer than 80 characters (found 128).42
 ErrorLine contains a tab character.42
 ErrorParameter reportFile should be final.42
 ErrorParameter reportStyle should be final.42
 ErrorParameter severity should be final.42
 ErrorExpected @throws tag for 'SecurityException'.42
 ErrorRedundant throws: 'SecurityException' is unchecked exception.42
 ErrorExpected @throws tag for 'IOException'.42
 ErrorLine has trailing spaces.43
 ErrorLine is longer than 80 characters (found 136).43
 ErrorLine contains a tab character.43
 ErrorExpected @throws tag for 'UnknownHandlerConfigurationException'.43
 ErrorLine contains a tab character.44
 ErrorLine contains a tab character.45
 ErrorLine contains a tab character.46
 ErrorLine has trailing spaces.47
 ErrorLine contains a tab character.47
 Error'if' construct must use '{}'s.48
 ErrorLine contains a tab character.48
 Error'if' is not followed by whitespace.48
 ErrorLine contains a tab character.49
 Error'if' construct must use '{}'s.50
 ErrorLine contains a tab character.50
 Error'if' is not followed by whitespace.50
 ErrorLine contains a tab character.51
 Error'if' construct must use '{}'s.52
 ErrorLine contains a tab character.52
 Error'if' is not followed by whitespace.52
 ErrorLine contains a tab character.53
 Error'else' construct must use '{}'s.54
 ErrorLine contains a tab character.54
 ErrorLine is longer than 80 characters (found 111).55
 ErrorLine contains a tab character.55
 ErrorLine has trailing spaces.56
 ErrorLine contains a tab character.56
 Error'if' construct must use '{}'s.57
 ErrorLine contains a tab character.57
 Error'if' is not followed by whitespace.57
 ErrorLine contains a tab character.58
 Error'if' construct must use '{}'s.59
 ErrorLine contains a tab character.59
 Error'if' is not followed by whitespace.59
 ErrorLine contains a tab character.60
 Error'if' construct must use '{}'s.61
 ErrorLine contains a tab character.61
 Error'if' is not followed by whitespace.61
 ErrorLine contains a tab character.62
 Error'else' construct must use '{}'s.63
 ErrorLine contains a tab character.63
 ErrorLine is longer than 80 characters (found 110).64
 ErrorLine contains a tab character.64
 ErrorLine has trailing spaces.65
 ErrorLine contains a tab character.65
 ErrorLine contains a tab character.66
 Error'if' is not followed by whitespace.66
 ErrorLine is longer than 80 characters (found 96).67
 ErrorLine contains a tab character.67
 ErrorLine contains a tab character.68
 Error'}' should be on the same line.68
 ErrorLine contains a tab character.69
 ErrorLine is longer than 80 characters (found 87).70
 ErrorLine contains a tab character.70
 ErrorLine contains a tab character.71
 ErrorLine contains a tab character.72
 ErrorLine contains a tab character.73

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

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

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

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

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

SeverityMessageLine
 ErrorMissing a Javadoc comment.3
 ErrorLine contains a tab character.5
 ErrorLine has trailing spaces.6
 ErrorLine contains a tab character.6
 ErrorLine contains a tab character.7
 ErrorLine contains a tab character.8
 ErrorLine contains a tab character.10
 ErrorMissing a Javadoc comment.10
 ErrorParameter message should be final.10
 ErrorLine contains a tab character.11
 ErrorLine contains a tab character.12

gov/nasa/pds/vtool/license/ToolsLicense.java

SeverityMessageLine
 ErrorMissing package-info.java file.
 ErrorLine has trailing spaces.13
 ErrorLine has trailing spaces.19
 Errorinterfaces should describe a type and hence have methods.23
 ErrorLine has trailing spaces.24
 ErrorLine contains a tab character.24
 ErrorMissing a Javadoc comment.25
 ErrorRedundant 'public' modifier.25
 ErrorLine is longer than 80 characters (found 85).27
 ErrorLine is longer than 80 characters (found 94).28
 ErrorLine contains a tab character.28
 ErrorLine contains a tab character.29
 ErrorLine is longer than 80 characters (found 83).30
 ErrorLine is longer than 80 characters (found 88).31
 ErrorLine is longer than 80 characters (found 87).32
 ErrorLine is longer than 80 characters (found 87).33
 ErrorLine is longer than 80 characters (found 87).34

gov/nasa/pds/vtool/logging/FullLogFormatter.java

SeverityMessageLine
 ErrorMissing package-info.java file.
 ErrorMissing a Javadoc comment.24
 ErrorLine contains a tab character.25
 ErrorMissing a Javadoc comment.25
 ErrorLine contains a tab character.26
 ErrorMissing a Javadoc comment.26
 ErrorLine contains a tab character.27
 ErrorMissing a Javadoc comment.27
 ErrorLine contains a tab character.28
 ErrorMissing a Javadoc comment.28
 ErrorLine contains a tab character.29
 ErrorMissing a Javadoc comment.29
 ErrorLine contains a tab character.30
 ErrorMissing a Javadoc comment.30
 ErrorLine contains a tab character.31
 ErrorMissing a Javadoc comment.31
 ErrorLine is longer than 80 characters (found 84).32
 ErrorLine contains a tab character.32
 ErrorMissing a Javadoc comment.32
 ErrorLine is longer than 80 characters (found 135).33
 ErrorLine contains a tab character.33
 ErrorMissing a Javadoc comment.33
 ErrorLine has trailing spaces.34
 ErrorLine contains a tab character.34
 ErrorLine contains a tab character.35
 ErrorMissing a Javadoc comment.35
 ErrorLine contains a tab character.36
 ErrorLine contains a tab character.37
 ErrorLine contains a tab character.38
 ErrorLine contains a tab character.39
 ErrorLine contains a tab character.40
 ErrorLine contains a tab character.41
 ErrorLine is longer than 80 characters (found 86).42
 ErrorLine contains a tab character.42
 ErrorLine contains a tab character.43
 ErrorLine contains a tab character.45
 ErrorLine contains a tab character.48
 ErrorMethod 'format' is not designed for extension - needs to be abstract, final or empty.48
 ErrorParameter record should be final.49
 ErrorLine contains a tab character.50
 ErrorLine has trailing spaces.51
 ErrorLine contains a tab character.51
 ErrorLine contains a tab character.52
 ErrorLine is longer than 80 characters (found 82).53
 ErrorLine contains a tab character.53
 ErrorLine contains a tab character.54
 ErrorLine is longer than 80 characters (found 86).55
 ErrorLine contains a tab character.55
 ErrorLine contains a tab character.56
 ErrorLine contains a tab character.60
 ErrorLine contains a tab character.61
 ErrorLine contains a tab character.62
 ErrorLine contains a tab character.63
 ErrorLine has trailing spaces.64
 ErrorLine contains a tab character.64
 ErrorLine contains a tab character.65
 ErrorLine contains a tab character.66
 ErrorLine has trailing spaces.67
 ErrorLine contains a tab character.67
 ErrorLine contains a tab character.68
 ErrorMissing a Javadoc comment.68
 ErrorParameter record should be final.68
 ErrorLine contains a tab character.69
 ErrorLine has trailing spaces.70
 ErrorLine contains a tab character.70
 ErrorLine contains a tab character.71
 ErrorLine contains a tab character.72
 ErrorLine is longer than 80 characters (found 85).73
 ErrorLine contains a tab character.73
 ErrorLine contains a tab character.74
 ErrorLine contains a tab character.75
 ErrorLine contains a tab character.76
 ErrorLine contains a tab character.77
 ErrorLine contains a tab character.78
 ErrorLine contains a tab character.79
 ErrorLine has trailing spaces.80
 ErrorLine contains a tab character.80
 Error'if' construct must use '{}'s.81
 ErrorLine contains a tab character.81
 ErrorLine contains a tab character.82
 Error'if' construct must use '{}'s.83
 ErrorLine contains a tab character.83
 ErrorLine contains a tab character.84
 Error'else' construct must use '{}'s.85
 ErrorLine contains a tab character.85
 ErrorLine contains a tab character.86
 ErrorLine has trailing spaces.87
 ErrorLine contains a tab character.87
 ErrorLine is longer than 80 characters (found 106).88
 ErrorLine contains a tab character.88
 ErrorLine has trailing spaces.89
 ErrorLine contains a tab character.89
 ErrorLine contains a tab character.90
 ErrorLine contains a tab character.91
 ErrorLine is longer than 80 characters (found 141).92
 ErrorLine contains a tab character.92
 ErrorLine contains a tab character.93
 ErrorLine contains a tab character.94
 Error'if' construct must use '{}'s.95
 ErrorLine is longer than 80 characters (found 85).95
 ErrorLine contains a tab character.95
 ErrorLine is longer than 80 characters (found 121).96
 ErrorLine contains a tab character.96
 Error'if' construct must use '{}'s.97
 ErrorLine is longer than 80 characters (found 88).97
 ErrorLine contains a tab character.97
 ErrorLine has trailing spaces.98
 ErrorLine is longer than 80 characters (found 128).98
 ErrorLine contains a tab character.98
 ErrorLine contains a tab character.99
 ErrorLine is longer than 80 characters (found 81).100
 ErrorLine contains a tab character.100
 ErrorLine is longer than 80 characters (found 98).101
 ErrorLine contains a tab character.101
 Error'if' construct must use '{}'s.102
 ErrorLine contains a tab character.102
 ErrorLine is longer than 80 characters (found 94).103
 ErrorLine contains a tab character.103
 ErrorLine is longer than 80 characters (found 83).104
 ErrorLine contains a tab character.104
 ErrorLine contains a tab character.105
 ErrorLine contains a tab character.106
 Error'if' construct must use '{}'s.107
 ErrorLine contains a tab character.107
 ErrorLine is longer than 80 characters (found 94).108
 ErrorLine contains a tab character.108
 ErrorLine is longer than 80 characters (found 83).109
 ErrorLine contains a tab character.109
 ErrorLine contains a tab character.110
 ErrorLine contains a tab character.111
 ErrorLine contains a tab character.112
 ErrorLine has trailing spaces.113
 ErrorLine contains a tab character.113
 ErrorLine contains a tab character.114
 ErrorLine contains a tab character.115
 ErrorLine contains a tab character.116
 ErrorLine has trailing spaces.117
 ErrorLine contains a tab character.117
 ErrorLine contains a tab character.118
 ErrorMethod 'getTail' is not designed for extension - needs to be abstract, final or empty.118
 ErrorParameter handler should be final.119
 ErrorLine is longer than 80 characters (found 101).120
 ErrorLine contains a tab character.120
 ErrorLine contains a tab character.121
 ErrorLine contains a tab character.122
 ErrorLine is longer than 80 characters (found 129).123
 ErrorLine contains a tab character.123
 ErrorLine is longer than 80 characters (found 103).124
 ErrorLine contains a tab character.124
 ErrorLine contains a tab character.125
 ErrorLine contains a tab character.126
 ErrorLine contains a tab character.127

gov/nasa/pds/vtool/logging/MessageRecord.java

SeverityMessageLine
 ErrorMissing a Javadoc comment.17
 ErrorLine contains a tab character.18
 ErrorMissing a Javadoc comment.18
 ErrorLine contains a tab character.19
 ErrorMissing a Javadoc comment.19
 ErrorLine contains a tab character.20
 ErrorMissing a Javadoc comment.20
 ErrorLine contains a tab character.21
 ErrorMissing a Javadoc comment.21
 ErrorLine has trailing spaces.22
 ErrorLine contains a tab character.22
 ErrorLine contains a tab character.23
 ErrorMissing a Javadoc comment.23
 ErrorLine contains a tab character.24
 ErrorLine contains a tab character.25
 ErrorLine contains a tab character.26
 ErrorLine contains a tab character.27
 ErrorLine contains a tab character.28
 ErrorLine has trailing spaces.29
 ErrorLine contains a tab character.29
 ErrorLine contains a tab character.30
 ErrorMethod 'setMessage' is not designed for extension - needs to be abstract, final or empty.30
 ErrorMissing a Javadoc comment.30
 ErrorParameter message should be final.30
 Error'message' hides a field.30
 ErrorLine contains a tab character.31
 ErrorLine contains a tab character.32
 ErrorLine has trailing spaces.33
 ErrorLine contains a tab character.33
 ErrorLine contains a tab character.34
 ErrorMethod 'getMessage' is not designed for extension - needs to be abstract, final or empty.34
 ErrorMissing a Javadoc comment.34
 ErrorLine contains a tab character.35
 ErrorLine contains a tab character.36
 ErrorLine has trailing spaces.37
 ErrorLine contains a tab character.37
 ErrorLine contains a tab character.38
 ErrorMethod 'seen' is not designed for extension - needs to be abstract, final or empty.38
 ErrorMissing a Javadoc comment.38
 ErrorLine contains a tab character.39
 ErrorLine contains a tab character.40
 ErrorLine has trailing spaces.41
 ErrorLine contains a tab character.41
 ErrorLine contains a tab character.42
 ErrorMethod 'getTimesSeen' is not designed for extension - needs to be abstract, final or empty.42
 ErrorMissing a Javadoc comment.42
 ErrorLine contains a tab character.43
 ErrorLine contains a tab character.44
 ErrorLine has trailing spaces.45
 ErrorLine contains a tab character.45
 ErrorLine contains a tab character.46
 ErrorMethod 'setFile' is not designed for extension - needs to be abstract, final or empty.46
 ErrorMissing a Javadoc comment.46
 ErrorParameter file should be final.46
 Error'file' hides a field.46
 ErrorLine contains a tab character.47
 ErrorLine contains a tab character.48
 ErrorLine has trailing spaces.49
 ErrorLine contains a tab character.49
 ErrorLine contains a tab character.50
 ErrorMethod 'getFile' is not designed for extension - needs to be abstract, final or empty.50
 ErrorMissing a Javadoc comment.50
 ErrorLine contains a tab character.51
 ErrorLine contains a tab character.52
 ErrorLine has trailing spaces.53
 ErrorLine contains a tab character.53
 ErrorLine contains a tab character.54
 ErrorMethod 'setLine' is not designed for extension - needs to be abstract, final or empty.54
 ErrorMissing a Javadoc comment.54
 ErrorParameter line should be final.54
 Error'line' hides a field.54
 ErrorLine contains a tab character.55
 ErrorLine contains a tab character.56
 ErrorLine has trailing spaces.57
 ErrorLine contains a tab character.57
 ErrorLine contains a tab character.58
 ErrorMethod 'getLine' is not designed for extension - needs to be abstract, final or empty.58
 ErrorMissing a Javadoc comment.58
 ErrorLine contains a tab character.59
 ErrorLine contains a tab character.60
 ErrorLine has trailing spaces.61
 ErrorLine contains a tab character.61
 ErrorLine contains a tab character.62
 ErrorMethod 'hasLine' is not designed for extension - needs to be abstract, final or empty.62
 ErrorMissing a Javadoc comment.62
 ErrorLine contains a tab character.63
 ErrorAvoid inline conditionals.63
 ErrorLine contains a tab character.64
 ErrorLine has trailing spaces.65
 ErrorLine contains a tab character.65
 ErrorLine contains a tab character.66
 ErrorMethod 'hasFile' is not designed for extension - needs to be abstract, final or empty.66
 ErrorMissing a Javadoc comment.66
 ErrorLine contains a tab character.67
 ErrorAvoid inline conditionals.67
 ErrorLine contains a tab character.68

gov/nasa/pds/vtool/logging/MinimalLogFormatter.java

SeverityMessageLine
 ErrorMissing a Javadoc comment.24
 ErrorLine contains a tab character.25
 ErrorMissing a Javadoc comment.25
 ErrorLine contains a tab character.26
 ErrorMissing a Javadoc comment.26
 ErrorLine contains a tab character.27
 ErrorMissing a Javadoc comment.27
 ErrorLine contains a tab character.28
 ErrorMissing a Javadoc comment.28
 ErrorLine contains a tab character.29
 ErrorMissing a Javadoc comment.29
 ErrorLine contains a tab character.30
 ErrorMissing a Javadoc comment.30
 ErrorLine contains a tab character.31
 ErrorMissing a Javadoc comment.31
 ErrorLine contains a tab character.32
 ErrorMissing a Javadoc comment.32
 ErrorLine contains a tab character.33
 ErrorMissing a Javadoc comment.33
 ErrorLine contains a tab character.34
 ErrorMissing a Javadoc comment.34
 ErrorLine contains a tab character.35
 ErrorMissing a Javadoc comment.35
 ErrorLine is longer than 80 characters (found 84).36
 ErrorLine contains a tab character.36
 ErrorMissing a Javadoc comment.36
 ErrorLine is longer than 80 characters (found 135).37
 ErrorLine contains a tab character.37
 ErrorMissing a Javadoc comment.37
 ErrorLine has trailing spaces.38
 ErrorLine contains a tab character.38
 ErrorLine contains a tab character.39
 ErrorMissing a Javadoc comment.39
 ErrorLine contains a tab character.40
 ErrorLine contains a tab character.41
 ErrorLine contains a tab character.42
 ErrorLine contains a tab character.43
 ErrorLine contains a tab character.44
 ErrorLine contains a tab character.45
 ErrorLine contains a tab character.46
 ErrorLine contains a tab character.47
 ErrorLine contains a tab character.48
 ErrorLine is longer than 80 characters (found 86).49
 ErrorLine contains a tab character.49
 ErrorLine contains a tab character.50
 ErrorLine contains a tab character.52
 ErrorLine contains a tab character.55
 ErrorMethod 'format' is not designed for extension - needs to be abstract, final or empty.55
 ErrorParameter record should be final.56
 ErrorLine contains a tab character.57
 ErrorLine has trailing spaces.58
 ErrorLine contains a tab character.58
 ErrorLine contains a tab character.59
 ErrorLine is longer than 80 characters (found 82).60
 ErrorLine contains a tab character.60
 ErrorLine contains a tab character.61
 ErrorLine is longer than 80 characters (found 86).62
 ErrorLine contains a tab character.62
 ErrorLine has trailing spaces.63
 ErrorLine is longer than 80 characters (found 124).63
 ErrorLine contains a tab character.63
 Error'||' should be on a new line.63
 ErrorLine is longer than 80 characters (found 81).64
 ErrorLine contains a tab character.64
 ErrorLine contains a tab character.66
 ErrorLine contains a tab character.67
 ErrorLine contains a tab character.68
 ErrorLine contains a tab character.69
 ErrorLine has trailing spaces.70
 ErrorLine contains a tab character.70
 ErrorLine contains a tab character.71
 ErrorLine contains a tab character.72
 ErrorLine has trailing spaces.73
 ErrorLine contains a tab character.73
 ErrorLine contains a tab character.74
 ErrorMissing a Javadoc comment.74
 ErrorParameter record should be final.74
 ErrorLine contains a tab character.75
 ErrorLine contains a tab character.76
 ErrorLine contains a tab character.77
 ErrorLine contains a tab character.78
 ErrorLine contains a tab character.80
 ErrorLine contains a tab character.81
 ErrorLine is longer than 80 characters (found 85).82
 ErrorLine contains a tab character.82
 ErrorLine contains a tab character.83
 ErrorLine contains a tab character.84
 ErrorLine contains a tab character.85
 ErrorLine contains a tab character.86
 ErrorLine contains a tab character.87
 ErrorLine is longer than 80 characters (found 83).88
 ErrorLine contains a tab character.88
 ErrorLine contains a tab character.89
 ErrorLine has trailing spaces.90
 ErrorLine contains a tab character.90
 Error'if' construct must use '{}'s.91
 ErrorLine contains a tab character.91
 ErrorLine contains a tab character.92
 Error'if' construct must use '{}'s.93
 ErrorLine contains a tab character.93
 ErrorLine contains a tab character.94
 Error'else' construct must use '{}'s.95
 ErrorLine contains a tab character.95
 ErrorLine contains a tab character.96
 ErrorLine has trailing spaces.97
 ErrorLine contains a tab character.97
 ErrorLine contains a tab character.98
 ErrorLine contains a tab character.99
 ErrorLine is longer than 80 characters (found 141).100
 ErrorLine contains a tab character.100
 Error'if' construct must use '{}'s.101
 ErrorLine contains a tab character.101
 ErrorLine contains a tab character.102
 Error'if' construct must use '{}'s.103
 ErrorLine contains a tab character.103
 ErrorLine contains a tab character.104
 Error'if' construct must use '{}'s.105
 ErrorLine contains a tab character.105
 ErrorLine contains a tab character.106
 ErrorLine contains a tab character.107
 ErrorLine contains a tab character.108
 ErrorLine has trailing spaces.109
 ErrorLine contains a tab character.109
 ErrorLine contains a tab character.110
 ErrorLine contains a tab character.111
 ErrorLine contains a tab character.112
 ErrorLine has trailing spaces.113
 ErrorLine contains a tab character.113
 ErrorLine contains a tab character.114
 ErrorLine contains a tab character.115
 ErrorLine contains a tab character.116
 ErrorLine has trailing spaces.117
 ErrorLine contains a tab character.117
 ErrorLine is longer than 80 characters (found 82).118
 ErrorLine contains a tab character.118
 ErrorLine is longer than 80 characters (found 86).119
 ErrorLine contains a tab character.119
 ErrorLine is longer than 80 characters (found 82).120
 ErrorLine contains a tab character.120
 ErrorLine contains a tab character.121
 ErrorLine has trailing spaces.122
 ErrorLine contains a tab character.122
 ErrorLine contains a tab character.123
 ErrorLine contains a tab character.124
 ErrorLine contains a tab character.125
 ErrorLine contains a tab character.127
 ErrorMethod 'getTail' is not designed for extension - needs to be abstract, final or empty.127
 ErrorParameter handler should be final.128
 ErrorLine contains a tab character.129
 ErrorLine contains a tab character.130
 ErrorLine contains a tab character.131
 ErrorLine has trailing spaces.132
 ErrorLine contains a tab character.132
 ErrorLine contains a tab character.133
 ErrorLine contains a tab character.134
 ErrorLine contains a tab character.135
 ErrorLine contains a tab character.136
 ErrorLine has trailing spaces.137
 ErrorLine contains a tab character.137
 ErrorLine is longer than 80 characters (found 82).138
 ErrorLine contains a tab character.138
 ErrorLine is longer than 80 characters (found 86).139
 ErrorLine contains a tab character.139
 ErrorLine is longer than 80 characters (found 90).140
 ErrorLine contains a tab character.140
 ErrorLine has trailing spaces.141
 ErrorLine contains a tab character.141
 ErrorLine contains a tab character.142
 ErrorLine is longer than 80 characters (found 129).143
 ErrorLine contains a tab character.143
 ErrorLine is longer than 80 characters (found 103).144
 ErrorLine contains a tab character.144
 ErrorLine contains a tab character.145
 ErrorLine contains a tab character.146
 ErrorLine contains a tab character.147

gov/nasa/pds/vtool/logging/SummaryLogFormatter.java

SeverityMessageLine
 ErrorMissing a Javadoc comment.25
 ErrorLine contains a tab character.26
 ErrorMissing a Javadoc comment.26
 ErrorLine contains a tab character.27
 ErrorMissing a Javadoc comment.27
 ErrorLine contains a tab character.28
 ErrorMissing a Javadoc comment.28
 ErrorLine contains a tab character.29
 ErrorMissing a Javadoc comment.29
 ErrorLine contains a tab character.30
 ErrorMissing a Javadoc comment.30
 ErrorLine contains a tab character.31
 ErrorMissing a Javadoc comment.31
 ErrorLine contains a tab character.32
 ErrorMissing a Javadoc comment.32
 ErrorLine contains a tab character.33
 ErrorMissing a Javadoc comment.33
 ErrorLine contains a tab character.34
 ErrorMissing a Javadoc comment.34
 ErrorLine contains a tab character.35
 ErrorMissing a Javadoc comment.35
 ErrorLine is longer than 80 characters (found 84).36
 ErrorLine contains a tab character.36
 ErrorMissing a Javadoc comment.36
 ErrorLine is longer than 80 characters (found 135).37
 ErrorLine contains a tab character.37
 ErrorMissing a Javadoc comment.37
 ErrorLine has trailing spaces.38
 ErrorLine contains a tab character.38
 ErrorLine contains a tab character.39
 ErrorMissing a Javadoc comment.39
 ErrorLine contains a tab character.40
 ErrorLine contains a tab character.41
 ErrorLine contains a tab character.42
 ErrorLine contains a tab character.43
 ErrorLine contains a tab character.44
 ErrorLine contains a tab character.45
 ErrorLine contains a tab character.46
 ErrorLine contains a tab character.47
 ErrorLine is longer than 80 characters (found 86).48
 ErrorLine contains a tab character.48
 ErrorLine contains a tab character.49
 ErrorLine contains a tab character.51
 ErrorLine contains a tab character.54
 ErrorMethod 'format' is not designed for extension - needs to be abstract, final or empty.54
 ErrorParameter record should be final.55
 ErrorLine contains a tab character.56
 ErrorLine contains a tab character.57
 ErrorLine is longer than 80 characters (found 82).58
 ErrorLine contains a tab character.58
 ErrorLine contains a tab character.59
 ErrorLine is longer than 80 characters (found 86).60
 ErrorLine contains a tab character.60
 ErrorLine contains a tab character.61
 Error'if' construct must use '{}'s.65
 ErrorLine contains a tab character.65
 ErrorLine contains a tab character.66
 Error'if' construct must use '{}'s.67
 ErrorLine contains a tab character.67
 ErrorLine contains a tab character.68
 Error'else' construct must use '{}'s.69
 ErrorLine contains a tab character.69
 ErrorLine contains a tab character.70
 ErrorLine has trailing spaces.71
 ErrorLine contains a tab character.71
 ErrorLine contains a tab character.72
 ErrorLine contains a tab character.73
 ErrorLine is longer than 80 characters (found 93).74
 ErrorLine contains a tab character.74
 ErrorLine contains a tab character.75
 ErrorLine contains a tab character.76
 ErrorLine contains a tab character.77
 ErrorLine contains a tab character.78
 ErrorLine contains a tab character.79
 ErrorLine contains a tab character.80
 ErrorLine contains a tab character.81
 ErrorLine contains a tab character.82
 ErrorLine contains a tab character.83
 ErrorLine contains a tab character.84
 ErrorLine has trailing spaces.85
 ErrorLine contains a tab character.85
 ErrorLine contains a tab character.86
 ErrorLine contains a tab character.87
 ErrorLine has trailing spaces.88
 ErrorLine contains a tab character.88
 ErrorLine contains a tab character.89
 ErrorMissing a Javadoc comment.89
 ErrorParameter record should be final.89
 ErrorLine contains a tab character.90
 ErrorLine has trailing spaces.91
 ErrorLine contains a tab character.91
 Error'if' construct must use '{}'s.92
 ErrorLine contains a tab character.92
 ErrorLine contains a tab character.93
 Error'if' construct must use '{}'s.94
 ErrorLine contains a tab character.94
 ErrorLine contains a tab character.95
 Error'if' construct must use '{}'s.96
 ErrorLine contains a tab character.96
 ErrorLine contains a tab character.97
 ErrorLine has trailing spaces.98
 ErrorLine contains a tab character.98
 ErrorLine contains a tab character.99
 ErrorLine is longer than 80 characters (found 99).100
 ErrorLine contains a tab character.100
 ErrorLine contains a tab character.101
 ErrorLine contains a tab character.102
 ErrorLine contains a tab character.103
 ErrorLine contains a tab character.104
 ErrorLine contains a tab character.105
 ErrorLine contains a tab character.106
 ErrorLine contains a tab character.107
 ErrorLine has trailing spaces.108
 ErrorLine contains a tab character.108
 ErrorLine contains a tab character.109
 ErrorLine contains a tab character.110
 ErrorLine contains a tab character.111
 ErrorLine has trailing spaces.112
 ErrorLine contains a tab character.112
 ErrorLine contains a tab character.113
 ErrorMethod 'getTail' is not designed for extension - needs to be abstract, final or empty.113
 ErrorParameter handler should be final.114
 ErrorLine contains a tab character.115
 ErrorLine contains a tab character.116
 ErrorLine contains a tab character.117
 ErrorLine has trailing spaces.118
 ErrorLine contains a tab character.118
 ErrorLine is longer than 80 characters (found 81).119
 ErrorLine contains a tab character.119
 ErrorLine is longer than 80 characters (found 90).120
 ErrorLine contains a tab character.120
 ErrorLine contains a tab character.121
 ErrorLine contains a tab character.122
 ErrorLine contains a tab character.123
 ErrorLine contains a tab character.124
 ErrorLine contains a tab character.125
 ErrorLine is longer than 80 characters (found 87).126
 ErrorLine contains a tab character.126
 ErrorLine contains a tab character.127
 ErrorLine contains a tab character.128
 ErrorLine contains a tab character.129
 ErrorLine is longer than 80 characters (found 99).130
 ErrorLine contains a tab character.130
 ErrorLine contains a tab character.131
 ErrorLine has trailing spaces.132
 ErrorLine contains a tab character.132
 ErrorLine is longer than 80 characters (found 83).133
 ErrorLine contains a tab character.133
 ErrorLine is longer than 80 characters (found 92).134
 ErrorLine contains a tab character.134
 ErrorLine contains a tab character.135
 ErrorLine contains a tab character.136
 ErrorLine contains a tab character.137
 ErrorLine contains a tab character.138
 ErrorLine contains a tab character.139
 ErrorLine is longer than 80 characters (found 87).140
 ErrorLine contains a tab character.140
 ErrorLine contains a tab character.141
 ErrorLine contains a tab character.142
 ErrorLine contains a tab character.143
 ErrorLine is longer than 80 characters (found 99).144
 ErrorLine contains a tab character.144
 ErrorLine contains a tab character.145
 ErrorLine has trailing spaces.146
 ErrorLine contains a tab character.146
 ErrorLine contains a tab character.147
 ErrorLine is longer than 80 characters (found 89).148
 ErrorLine contains a tab character.148
 ErrorLine contains a tab character.149
 ErrorLine contains a tab character.150
 ErrorLine contains a tab character.151
 ErrorLine contains a tab character.152
 ErrorLine contains a tab character.153
 ErrorLine is longer than 80 characters (found 87).154
 ErrorLine contains a tab character.154
 ErrorLine contains a tab character.155
 ErrorLine contains a tab character.156
 ErrorLine contains a tab character.157
 ErrorLine is longer than 80 characters (found 99).158
 ErrorLine contains a tab character.158
 ErrorLine contains a tab character.159
 ErrorLine has trailing spaces.160
 ErrorLine contains a tab character.160
 ErrorLine contains a tab character.161
 ErrorLine is longer than 80 characters (found 129).162
 ErrorLine contains a tab character.162
 ErrorLine is longer than 80 characters (found 103).163
 ErrorLine contains a tab character.163
 ErrorLine contains a tab character.164
 ErrorLine contains a tab character.165
 ErrorLine contains a tab character.166

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

SeverityMessageLine
 ErrorLine has trailing spaces.13
 ErrorLine has trailing spaces.23
 ErrorLine is longer than 80 characters (found 105).26
 ErrorMissing a Javadoc comment.26
 Error'3' is a magic number.26
 ErrorLine is longer than 80 characters (found 107).27
 ErrorMissing a Javadoc comment.27
 ErrorLine is longer than 80 characters (found 99).28
 ErrorMissing a Javadoc comment.28
 ErrorLine has trailing spaces.29
 ErrorLine has trailing spaces.30
 ErrorMissing a Javadoc comment.31
 ErrorParameter name should be final.31
 ErrorParameter value should be final.31

gov/nasa/pds/vtool/logging/ToolsLogFormatter.java

SeverityMessageLine
 ErrorLine has trailing spaces.13
 ErrorLine has trailing spaces.26
 ErrorMethod 'format' is not designed for extension - needs to be abstract, final or empty.33
 ErrorParameter record should be final.34
 Error'if' construct must use '{}'s.38
 Error'else' construct must use '{}'s.40
 Error'if' construct must use '{}'s.42
 Error'if' construct must use '{}'s.44
 Error'if' construct must use '{}'s.46
 ErrorLine is longer than 80 characters (found 85).47
 ErrorLine is longer than 80 characters (found 88).48
 ErrorLine has trailing spaces.52
 ErrorMethod 'getHead' is not designed for extension - needs to be abstract, final or empty.53
 ErrorParameter handler should be final.54
 ErrorMethod 'getTail' is not designed for extension - needs to be abstract, final or empty.61
 ErrorParameter handler should be final.62

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

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

gov/nasa/pds/vtool/options/ToolsOption.java

SeverityMessageLine
 ErrorLine is longer than 80 characters (found 95).20
 ErrorLine has trailing spaces.22
 ErrorLine has trailing spaces.23
 ErrorLine has trailing spaces.28
 ErrorLine contains a tab character.28
 ErrorLine contains a tab character.29
 ErrorMissing a Javadoc comment.29
 ErrorLine has trailing spaces.30
 ErrorLine contains a tab character.30
 ErrorLine contains a tab character.31
 ErrorLine contains a tab character.32
 ErrorLine has trailing spaces.33
 ErrorLine contains a tab character.33
 ErrorLine contains a tab character.34
 ErrorLine contains a tab character.35
 ErrorLine contains a tab character.36
 ErrorLine contains a tab character.37
 ErrorLine contains a tab character.38
 ErrorParameter opt should be final.38
 ErrorParameter longOpt should be final.38
 ErrorParameter description should be final.38
 ErrorLine contains a tab character.39
 ErrorLine contains a tab character.40
 ErrorLine has trailing spaces.41
 ErrorLine contains a tab character.41
 ErrorLine contains a tab character.42
 ErrorLine contains a tab character.43
 ErrorLine has trailing spaces.44
 ErrorLine contains a tab character.44
 ErrorLine contains a tab character.45
 ErrorLine contains a tab character.46
 ErrorLine contains a tab character.47
 ErrorLine contains a tab character.48
 ErrorMethod 'hasArg' is not designed for extension - needs to be abstract, final or empty.48
 ErrorParameter name should be final.48
 ErrorParameter type should be final.48
 ErrorLine contains a tab character.49
 ErrorLine contains a tab character.50
 ErrorLine has trailing spaces.51
 ErrorLine contains a tab character.51
 ErrorLine contains a tab character.52
 ErrorLine has trailing spaces.53
 ErrorLine contains a tab character.53
 ErrorLine has trailing spaces.54
 ErrorLine contains a tab character.54
 ErrorLine contains a tab character.55
 ErrorLine contains a tab character.56
 ErrorLine is longer than 80 characters (found 90).57
 ErrorLine contains a tab character.57
 ErrorLine contains a tab character.58
 ErrorLine contains a tab character.59
 ErrorMethod 'hasArg' is not designed for extension - needs to be abstract, final or empty.59
 ErrorParameter name should be final.59
 ErrorParameter type should be final.59
 ErrorParameter isOptional should be final.59
 ErrorLine contains a tab character.60
 ErrorLine contains a tab character.61
 ErrorLine contains a tab character.62
 ErrorLine has trailing spaces.63
 ErrorLine contains a tab character.63
 ErrorLine contains a tab character.64
 ErrorLine is longer than 80 characters (found 83).65
 ErrorLine contains a tab character.65
 ErrorLine contains a tab character.66
 ErrorLine has trailing spaces.67
 ErrorLine contains a tab character.67
 ErrorLine has trailing spaces.68
 ErrorLine contains a tab character.68
 ErrorLine has trailing spaces.69
 ErrorLine contains a tab character.69
 ErrorLine has trailing spaces.70
 ErrorLine contains a tab character.70
 ErrorLine contains a tab character.71
 ErrorLine contains a tab character.72
 ErrorLine contains a tab character.73
 ErrorLine contains a tab character.74
 ErrorMethod 'hasArgs' is not designed for extension - needs to be abstract, final or empty.74
 ErrorParameter name should be final.74
 ErrorParameter type should be final.74
 ErrorLine contains a tab character.75
 ErrorLine contains a tab character.76
 ErrorLine has trailing spaces.77
 ErrorLine contains a tab character.77
 ErrorLine contains a tab character.78
 ErrorLine contains a tab character.79
 ErrorLine contains a tab character.80
 ErrorLine has trailing spaces.81
 ErrorLine contains a tab character.81
 ErrorLine has trailing spaces.82
 ErrorLine contains a tab character.82
 ErrorLine has trailing spaces.83
 ErrorLine contains a tab character.83
 ErrorLine contains a tab character.84
 ErrorLine contains a tab character.85
 ErrorLine contains a tab character.86
 ErrorLine contains a tab character.87
 ErrorLine contains a tab character.88
 ErrorLine contains a tab character.89
 ErrorMethod 'hasArgs' is not designed for extension - needs to be abstract, final or empty.89
 ErrorParameter name should be final.89
 ErrorParameter type should be final.89
 ErrorParameter separator should be final.89
 ErrorLine contains a tab character.90
 ErrorLine contains a tab character.91
 ErrorLine has trailing spaces.92
 ErrorLine contains a tab character.92
 ErrorLine contains a tab character.93
 ErrorLine contains a tab character.94
 ErrorLine contains a tab character.95
 ErrorLine has trailing spaces.96
 ErrorLine contains a tab character.96
 ErrorLine contains a tab character.97
 ErrorLine contains a tab character.98
 ErrorLine contains a tab character.99
 ErrorLine contains a tab character.100
 ErrorLine has trailing spaces.101
 ErrorLine contains a tab character.101
 ErrorLine contains a tab character.102
 ErrorLine contains a tab character.103
 ErrorLine is longer than 80 characters (found 91).104
 ErrorLine contains a tab character.104
 ErrorMethod 'hasArgs' is not designed for extension - needs to be abstract, final or empty.104
 ErrorParameter name should be final.104
 ErrorParameter type should be final.104
 ErrorParameter separator should be final.104
 ErrorParameter isOptional should be final.104
 ErrorLine is longer than 80 characters (found 84).105
 ErrorLine contains a tab character.105
 ErrorLine contains a tab character.106
 ErrorLine has trailing spaces.107
 ErrorLine contains a tab character.107
 ErrorLine contains a tab character.108
 ErrorLine contains a tab character.109
 ErrorLine has trailing spaces.110
 ErrorLine contains a tab character.110
 ErrorLine contains a tab character.111
 ErrorLine contains a tab character.112
 ErrorLine contains a tab character.113
 ErrorLine contains a tab character.114
 ErrorLine contains a tab character.115
 ErrorLine contains a tab character.116
 ErrorLine contains a tab character.117
 ErrorLine contains a tab character.118
 ErrorLine is longer than 80 characters (found 104).119
 ErrorLine contains a tab character.119
 ErrorMethod 'hasArgs' is not designed for extension - needs to be abstract, final or empty.119
 ErrorParameter numArgs should be final.119
 ErrorParameter name should be final.119
 ErrorParameter type should be final.119
 ErrorParameter separator should be final.119
 ErrorParameter isOptional should be final.119
 ErrorLine contains a tab character.120
 ErrorLine contains a tab character.121
 ErrorLine contains a tab character.122
 ErrorLine contains a tab character.123
 ErrorLine contains a tab character.124
 ErrorLine contains a tab character.125

gov/nasa/pds/vtool/report/FullReport.java

SeverityMessageLine
 ErrorMissing package-info.java file.
 ErrorMethod 'printHeader' is not designed for extension - needs to be abstract, final or empty.51
 ErrorParameter writer should be final.52
 ErrorMethod 'printRecordMessages' is not designed for extension - needs to be abstract, final or empty.56
 ErrorParameter writer should be final.57
 ErrorParameter status should be final.57
 ErrorParameter sourceUri should be final.58
 ErrorParameter problems should be final.58
 ErrorLine is longer than 80 characters (found 107).59
 Error'(' is followed by whitespace.70
 ErrorMissing a Javadoc comment.96
 ErrorParameter writer should be final.96
 ErrorParameter writer should be final.122
 ErrorMethod 'printRecordSkip' is not designed for extension - needs to be abstract, final or empty.126
 ErrorParameter writer should be final.127
 ErrorMissing a Javadoc comment.165
 ErrorParameter args should be final.165

gov/nasa/pds/vtool/report/JSONReport.java

SeverityMessageLine
 ErrorMethod 'printHeader' is not designed for extension - needs to be abstract, final or empty.45
 ErrorMissing a Javadoc comment.45
 ErrorParameter writer should be final.72
 ErrorMethod 'printRecordMessages' is not designed for extension - needs to be abstract, final or empty.75
 ErrorParameter writer should be final.76
 ErrorParameter status should be final.76
 ErrorParameter sourceUri should be final.77
 ErrorParameter problems should be final.77
 ErrorLine is longer than 80 characters (found 107).78
 Error'(' is followed by whitespace.86
 ErrorMissing a Javadoc comment.118
 Error'(' is followed by whitespace.131
 Error'(' is followed by whitespace.137
 ErrorMethod 'printRecordSkip' is not designed for extension - needs to be abstract, final or empty.156
 ErrorMissing a Javadoc comment.156
 ErrorParameter writer should be final.156
 ErrorParameter writer should be final.177
 ErrorMethod 'printFooter' is not designed for extension - needs to be abstract, final or empty.181
 ErrorMissing a Javadoc comment.181

gov/nasa/pds/vtool/report/MinimalReport.java

SeverityMessageLine
 ErrorLine has trailing spaces.40
 ErrorLine has trailing spaces.42
 ErrorMissing a Javadoc comment.45
 ErrorName 'PADDING' must match pattern '^[a-z][a-zA-Z0-9]*$'.45
 ErrorMethod 'printFooter' is not designed for extension - needs to be abstract, final or empty.47
 ErrorParameter writer should be final.48
 ErrorMethod 'printHeader' is not designed for extension - needs to be abstract, final or empty.60
 ErrorParameter writer should be final.61
 ErrorMethod 'printRecordMessages' is not designed for extension - needs to be abstract, final or empty.67
 ErrorParameter writer should be final.68
 ErrorParameter status should be final.68
 ErrorLine is longer than 80 characters (found 81).77
 ErrorLine has trailing spaces.86
 ErrorMissing a Javadoc comment.93
 ErrorParameter args should be final.93

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

SeverityMessageLine
 ErrorMissing a Javadoc comment.43
 ErrorMissing a Javadoc comment.44
 ErrorMissing a Javadoc comment.45
 ErrorMissing a Javadoc comment.46
 ErrorMissing a Javadoc comment.47
 ErrorMissing a Javadoc comment.48
 ErrorMissing a Javadoc comment.49
 ErrorVariable 'parameters' must be private and have accessor methods.49
 ErrorMissing a Javadoc comment.50
 ErrorVariable 'configurations' must be private and have accessor methods.50
 ErrorMissing a Javadoc comment.51
 ErrorVariable 'writer' must be private and have accessor methods.51
 ErrorMissing a Javadoc comment.52
 ErrorParameter writer should be final.80
 Error'writer' hides a field.80
 ErrorParameter os should be final.91
 ErrorParameter file should be final.103
 ErrorMethod 'printHeader' is not designed for extension - needs to be abstract, final or empty.111
 ErrorMethod 'addParameter' is not designed for extension - needs to be abstract, final or empty.135
 ErrorParameter parameter should be final.135
 ErrorMethod 'addConfiguration' is not designed for extension - needs to be abstract, final or empty.147
 ErrorParameter configuration should be final.147
 Error'writer' hides a field.157
 ErrorLine is longer than 80 characters (found 82).170
 ErrorMethod 'record' is not designed for extension - needs to be abstract, final or empty.170
 ErrorParameter sourceUri should be final.170
 ErrorComment matches to-do format 'TODO:'.176
 ErrorLine is longer than 80 characters (found 81).188
 ErrorMissing a Javadoc comment.224
 ErrorParameter problems should be final.225
 ErrorLine is longer than 80 characters (found 88).226
 ErrorMethod 'recordSkip' is not designed for extension - needs to be abstract, final or empty.235
 ErrorMissing a Javadoc comment.235
 ErrorMissing a Javadoc comment.248
 ErrorParameter writer should be final.248
 Error'writer' hides a field.248
 Error'writer' hides a field.264
 ErrorExpected @param tag for 'status'.265
 ErrorMethod 'printFooter' is not designed for extension - needs to be abstract, final or empty.272
 ErrorFirst sentence should end with a period.289
 Error'writer' hides a field.295
 ErrorMethod 'getNumPassed' is not designed for extension - needs to be abstract, final or empty.301
 ErrorMethod 'getNumFailed' is not designed for extension - needs to be abstract, final or empty.309
 ErrorMethod 'getNumSkipped' is not designed for extension - needs to be abstract, final or empty.317
 ErrorMethod 'getTotalErrors' is not designed for extension - needs to be abstract, final or empty.327
 ErrorMethod 'getTotalWarnings' is not designed for extension - needs to be abstract, final or empty.337
 ErrorMethod 'getTotalInfos' is not designed for extension - needs to be abstract, final or empty.347
 ErrorMethod 'hasErrors' is not designed for extension - needs to be abstract, final or empty.355
 ErrorAvoid inline conditionals.356
 ErrorMethod 'hasWarnings' is not designed for extension - needs to be abstract, final or empty.363
 ErrorAvoid inline conditionals.364
 ErrorMethod 'setLevel' is not designed for extension - needs to be abstract, final or empty.374
 ErrorParameter severity should be final.374
 ErrorMethod 'getLevel' is not designed for extension - needs to be abstract, final or empty.383

gov/nasa/pds/vtool/report/StyleSheet.java

SeverityMessageLine
 ErrorFirst sentence should end with a period.17
 Errorinterfaces should describe a type and hence have methods.22
 ErrorLine contains a tab character.23
 ErrorMissing a Javadoc comment.23
 ErrorRedundant 'public' modifier.23
 ErrorLine contains a tab character.24
 ErrorMissing a Javadoc comment.24
 ErrorRedundant 'public' modifier.24
 ErrorLine contains a tab character.25
 ErrorMissing a Javadoc comment.25
 ErrorRedundant 'public' modifier.25

gov/nasa/pds/vtool/report/SummaryReport.java

SeverityMessageLine
 ErrorMissing a Javadoc comment.38
 ErrorLine is longer than 80 characters (found 83).39
 ErrorMissing a Javadoc comment.39
 ErrorLine is longer than 80 characters (found 85).40
 ErrorMissing a Javadoc comment.40
 ErrorLine is longer than 80 characters (found 82).41
 ErrorMissing a Javadoc comment.41
 ErrorLine has trailing spaces.42
 ErrorMissing a Javadoc comment.44
 ErrorMissing a Javadoc comment.45
 ErrorMissing a Javadoc comment.46
 ErrorMissing a Javadoc comment.47
 ErrorMissing a Javadoc comment.49
 ErrorParameter example should be final.49
 Error'example' hides a field.49
 ErrorMissing a Javadoc comment.55
 ErrorMissing a Javadoc comment.59
 ErrorMissing a Javadoc comment.63
 ErrorLine has trailing spaces.66
 ErrorMissing a Javadoc comment.67
 ErrorMethod 'printFooter' is not designed for extension - needs to be abstract, final or empty.72
 ErrorParameter writer should be final.73
 ErrorLine has trailing spaces.94
 ErrorParameter writer should be final.139
 ErrorMethod 'printRecordMessages' is not designed for extension - needs to be abstract, final or empty.143
 ErrorParameter writer should be final.144
 ErrorParameter status should be final.144
 ErrorParameter sourceUri should be final.145
 ErrorParameter problems should be final.145
 ErrorLine is longer than 80 characters (found 81).155
 ErrorLine has trailing spaces.175
 ErrorMissing a Javadoc comment.176
 ErrorParameter args should be final.176

gov/nasa/pds/vtool/report/XmlReport.java

SeverityMessageLine
 ErrorMissing a Javadoc comment.33
 ErrorMethod 'printHeader' is not designed for extension - needs to be abstract, final or empty.35
 ErrorMissing a Javadoc comment.35
 ErrorLine is longer than 80 characters (found 87).43
 ErrorLine is longer than 80 characters (found 87).47
 ErrorLine is longer than 80 characters (found 81).58
 ErrorLine is longer than 80 characters (found 83).60
 ErrorParameter writer should be final.75
 ErrorMethod 'printRecordMessages' is not designed for extension - needs to be abstract, final or empty.80
 ErrorParameter writer should be final.81
 ErrorParameter status should be final.81
 ErrorParameter sourceUri should be final.82
 ErrorParameter problems should be final.82
 ErrorLine is longer than 80 characters (found 107).83
 ErrorLine is longer than 80 characters (found 108).84
 Error'(' is followed by whitespace.86
 ErrorLine is longer than 80 characters (found 91).91
 ErrorLine is longer than 80 characters (found 88).110
 ErrorMissing a Javadoc comment.110
 ErrorParameter writer should be final.110
 ErrorLine is longer than 80 characters (found 92).112
 Error'(' is followed by whitespace.124
 ErrorLine is longer than 80 characters (found 83).126
 Error'(' is followed by whitespace.132
 ErrorLine is longer than 80 characters (found 83).134
 ErrorLine is longer than 80 characters (found 81).141
 ErrorLine is longer than 80 characters (found 86).142
 ErrorLine is longer than 80 characters (found 85).155
 ErrorMissing a Javadoc comment.155
 ErrorParameter writer should be final.155
 ErrorLine is longer than 80 characters (found 92).157
 Error'(' is followed by whitespace.169
 ErrorLine is longer than 80 characters (found 81).171
 Error'(' is followed by whitespace.177
 ErrorLine is longer than 80 characters (found 81).179
 ErrorLine is longer than 80 characters (found 81).186
 ErrorLine is longer than 80 characters (found 86).187
 ErrorLine is longer than 80 characters (found 102).200
 ErrorMethod 'printRecordSkip' is not designed for extension - needs to be abstract, final or empty.200
 ErrorMissing a Javadoc comment.200
 ErrorParameter writer should be final.200
 ErrorLine is longer than 80 characters (found 118).201
 ErrorLine is longer than 80 characters (found 106).207
 ErrorLine is longer than 80 characters (found 108).208
 ErrorParameter writer should be final.215
 ErrorMethod 'printFooter' is not designed for extension - needs to be abstract, final or empty.220
 ErrorMissing a Javadoc comment.220

gov/nasa/pds/vtool/status/ExitStatus.java

SeverityMessageLine
 ErrorFirst sentence should end with a period.17
 ErrorLine has trailing spaces.37
 ErrorLine contains a tab character.42
 ErrorMissing a Javadoc comment.42
 ErrorLine contains a tab character.43
 ErrorMissing a Javadoc comment.43
 ErrorName 'ERROR' must match pattern '^[a-z][a-zA-Z0-9]*$'.43
 ErrorLine has trailing spaces.44
 ErrorLine contains a tab character.44
 ErrorFirst sentence should end with a period.45
 ErrorLine contains a tab character.45
 ErrorLine contains a tab character.46
 ErrorLine contains a tab character.47
 ErrorLine has trailing spaces.48
 ErrorLine contains a tab character.48
 ErrorLine contains a tab character.49
 ErrorLine contains a tab character.50
 ErrorRedundant throws: 'IllegalArgumentException' is unchecked exception.50
 ErrorLine contains a tab character.51
 ErrorLine contains a tab character.52
 ErrorLine has trailing spaces.53
 ErrorLine contains a tab character.53
 ErrorFirst sentence should end with a period.54
 ErrorLine contains a tab character.54
 ErrorLine contains a tab character.55
 ErrorLine has trailing spaces.56
 ErrorLine contains a tab character.56
 ErrorLine contains a tab character.57
 ErrorLine contains a tab character.58
 ErrorLine has trailing spaces.59
 ErrorLine contains a tab character.59
 ErrorLine contains a tab character.60
 ErrorLine contains a tab character.61
 ErrorLine contains a tab character.62
 ErrorMethod 'getStatus' is not designed for extension - needs to be abstract, final or empty.62
 ErrorParameter severity should be final.62
 ErrorLine contains a tab character.63
 ErrorLine contains a tab character.64
 ErrorLine contains a tab character.65
 Error'if' is not followed by whitespace.65
 ErrorLine contains a tab character.66
 Error'191' is a magic number.66
 ErrorLine contains a tab character.67
 ErrorLine contains a tab character.68
 ErrorLine contains a tab character.69
 ErrorLine has trailing spaces.70
 ErrorLine contains a tab character.70
 ErrorFirst sentence should end with a period.71
 ErrorLine contains a tab character.71
 ErrorLine contains a tab character.72
 ErrorLine contains a tab character.73
 ErrorLine contains a tab character.74
 ErrorLine contains a tab character.75
 ErrorLine contains a tab character.76
 ErrorMethod 'setStatus' is not designed for extension - needs to be abstract, final or empty.76
 ErrorParameter value should be final.76
 ErrorExpected @throws tag for 'IndexOutOfBoundsException'.76
 ErrorRedundant throws: 'IndexOutOfBoundsException' is unchecked exception.76
 ErrorLine contains a tab character.77
 ErrorLine contains a tab character.78
 ErrorFirst sentence should end with a period.80
 ErrorLine has trailing spaces.82
 ErrorLine contains a tab character.86
 ErrorMethod 'setStatus' is not designed for extension - needs to be abstract, final or empty.86
 ErrorParameter report should be final.86
 Error'if' construct must use '{}'s.87
 ErrorLine contains a tab character.88
 Error'if' construct must use '{}'s.89
 ErrorLine contains a tab character.89
 ErrorLine contains a tab character.90
 Error'if' construct must use '{}'s.91
 ErrorLine contains a tab character.91
 ErrorLine contains a tab character.92
 ErrorLine contains a tab character.93

gov/nasa/pds/vtool/status/ExitStatusType.java

SeverityMessageLine
 Errorinterfaces should describe a type and hence have methods.8
 ErrorLine contains a tab character.9
 ErrorMissing a Javadoc comment.9
 ErrorRedundant 'public' modifier.9
 ErrorLine contains a tab character.10
 ErrorMissing a Javadoc comment.10
 ErrorRedundant 'public' modifier.10
 ErrorLine contains a tab character.11
 ErrorMissing a Javadoc comment.11
 ErrorRedundant 'public' modifier.11
 ErrorLine contains a tab character.12
 ErrorMissing a Javadoc comment.12
 ErrorRedundant 'public' modifier.12
 ErrorLine contains a tab character.13
 ErrorMissing a Javadoc comment.13
 ErrorRedundant 'public' modifier.13
 ErrorLine contains a tab character.14
 ErrorMissing a Javadoc comment.14
 ErrorRedundant 'public' modifier.14

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

SeverityMessageLine
 ErrorLine has trailing spaces.21
 ErrorLine has trailing spaces.23
 ErrorMissing a Javadoc comment.26
 ErrorMissing a Javadoc comment.26
 ErrorMissing a Javadoc comment.26
 ErrorMissing a Javadoc comment.26
 ErrorLine has trailing spaces.27
 ErrorMissing a Javadoc comment.28
 ErrorMissing a Javadoc comment.29
 ErrorMissing a Javadoc comment.31
 Error'value' hides a field.31
 Error'name' hides a field.31
 ErrorLine has trailing spaces.35
 ErrorMissing a Javadoc comment.36
 ErrorLine has trailing spaces.39
 ErrorMissing a Javadoc comment.40

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

SeverityMessageLine
 ErrorMissing package-info.java file.
 ErrorLine has trailing spaces.30
 ErrorLine has trailing spaces.31
 ErrorLine contains a tab character.36
 ErrorMissing a Javadoc comment.36
 ErrorLine contains a tab character.37
 ErrorMissing a Javadoc comment.37
 ErrorLine has trailing spaces.38
 ErrorLine contains a tab character.38
 ErrorFirst sentence should end with a period.39
 ErrorLine contains a tab character.39
 ErrorLine contains a tab character.40
 ErrorLine has trailing spaces.41
 ErrorLine contains a tab character.41
 ErrorLine contains a tab character.42
 ErrorLine contains a tab character.43
 ErrorLine contains a tab character.44
 ErrorParameter target should be final.44
 Error'target' hides a field.44
 ErrorLine contains a tab character.45
 ErrorLine contains a tab character.46
 ErrorLine contains a tab character.47
 ErrorLine contains a tab character.48
 Error'if' is not followed by whitespace.48
 ErrorLine is longer than 80 characters (found 86).49
 ErrorLine contains a tab character.49
 Error'if' construct must use '{}'s.50
 ErrorLine contains a tab character.50
 Error'if' is not followed by whitespace.50
 ErrorLine contains a tab character.51
 Error'else' construct must use '{}'s.52
 ErrorLine contains a tab character.52
 ErrorLine contains a tab character.53
 ErrorLine contains a tab character.54
 Error'}' should be on the same line.54
 Error'else' construct must use '{}'s.55
 ErrorLine contains a tab character.55
 ErrorLine is longer than 80 characters (found 84).56
 ErrorLine contains a tab character.56
 ErrorLine contains a tab character.57
 ErrorLine contains a tab character.58
 ErrorLine contains a tab character.59
 Error'if' construct must use '{}'s.60
 ErrorLine contains a tab character.60
 Error'if' is not followed by whitespace.60
 ErrorLine contains a tab character.61
 Error'else' construct must use '{}'s.62
 ErrorLine contains a tab character.62
 ErrorLine contains a tab character.63
 ErrorLine contains a tab character.64
 ErrorLine contains a tab character.65
 ErrorLine has trailing spaces.66
 ErrorLine contains a tab character.66
 ErrorFirst sentence should end with a period.67
 ErrorLine contains a tab character.67
 ErrorLine contains a tab character.68
 ErrorLine has trailing spaces.69
 ErrorLine contains a tab character.69
 ErrorLine contains a tab character.70
 ErrorLine contains a tab character.71
 ErrorLine contains a tab character.72
 ErrorMethod 'isDirectory' is not designed for extension - needs to be abstract, final or empty.72
 ErrorLine contains a tab character.73
 ErrorLine contains a tab character.74
 ErrorLine has trailing spaces.75
 ErrorLine contains a tab character.75
 ErrorLine has trailing spaces.76
 ErrorLine contains a tab character.76
 ErrorLine contains a tab character.77
 ErrorLine contains a tab character.78
 ErrorLine has trailing spaces.79
 ErrorLine contains a tab character.79
 ErrorLine contains a tab character.80
 ErrorLine contains a tab character.81
 ErrorLine contains a tab character.82
 ErrorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.82
 ErrorLine contains a tab character.83
 ErrorLine contains a tab character.84
 ErrorLine has trailing spaces.85
 ErrorLine contains a tab character.85
 ErrorLine contains a tab character.86
 ErrorLine contains a tab character.87
 ErrorLine has trailing spaces.88
 ErrorLine contains a tab character.88
 ErrorLine contains a tab character.89
 ErrorLine contains a tab character.90
 ErrorLine contains a tab character.91
 ErrorLine contains a tab character.92
 ErrorMethod 'toURL' is not designed for extension - needs to be abstract, final or empty.92
 ErrorExpected @throws tag for 'MalformedURLException'.92
 ErrorLine contains a tab character.93
 ErrorLine contains a tab character.94
 ErrorLine has trailing spaces.95
 ErrorLine contains a tab character.95
 ErrorLine is longer than 80 characters (found 88).96
 ErrorLine contains a tab character.96
 ErrorMethod 'traverse' is not designed for extension - needs to be abstract, final or empty.96
 ErrorMissing a Javadoc comment.96
 ErrorParameter filesToFind should be final.96
 ErrorParameter filesToSkip should be final.96
 ErrorLine is longer than 80 characters (found 86).97
 ErrorLine contains a tab character.97
 ErrorParameter dirsToSkip should be final.97
 ErrorLine contains a tab character.98
 ErrorLine contains a tab character.99
 ErrorLine has trailing spaces.100
 ErrorLine contains a tab character.100
 ErrorLine contains a tab character.101
 ErrorLine contains a tab character.102
 ErrorLine has trailing spaces.103
 ErrorLine contains a tab character.103
 ErrorLine contains a tab character.104
 ErrorLine contains a tab character.105
 ErrorLine has trailing spaces.106
 ErrorLine contains a tab character.106
 ErrorLine contains a tab character.107
 ErrorLine contains a tab character.108
 ErrorLine has trailing spaces.109
 ErrorLine contains a tab character.109
 ErrorLine contains a tab character.110
 ErrorLine contains a tab character.111
 ErrorLine has trailing spaces.112
 ErrorLine contains a tab character.112
 ErrorMethod 'traverse' is not designed for extension - needs to be abstract, final or empty.112
 ErrorParameter recurse should be final.112
 ErrorParameter filesToFind should be final.112
 ErrorExpected @param tag for 'filesToFind'.112
 ErrorLine is longer than 80 characters (found 104).113
 ErrorLine contains a tab character.113
 ErrorParameter filesToSkip should be final.113
 ErrorExpected @param tag for 'filesToSkip'.113
 ErrorParameter dirsToSkip should be final.113
 ErrorExpected @param tag for 'dirsToSkip'.113
 ErrorLine contains a tab character.114
 ErrorLine contains a tab character.115
 Error'if' construct must use '{}'s.116
 ErrorLine contains a tab character.116
 Error'if' is not followed by whitespace.116
 ErrorLine contains a tab character.117
 ErrorLine has trailing spaces.118
 ErrorLine contains a tab character.118
 ErrorLine contains a tab character.119
 ErrorLine contains a tab character.120
 ErrorLine has trailing spaces.121
 ErrorLine contains a tab character.121
 ErrorLine is longer than 80 characters (found 83).122
 ErrorLine contains a tab character.122
 ErrorLine contains a tab character.123
 Error'for' is not followed by whitespace.123
 ErrorLine contains a tab character.124
 Error'target' hides a field.124
 ErrorLine contains a tab character.125
 ErrorLine contains a tab character.126
 ErrorLine has trailing spaces.127
 ErrorLine contains a tab character.127
 ErrorLine contains a tab character.128
 Error'for' is not followed by whitespace.128
 ErrorLine contains a tab character.129
 Error'if' is not followed by whitespace.129
 ErrorLine is longer than 80 characters (found 125).130
 ErrorLine contains a tab character.130
 ErrorLine contains a tab character.131
 Error'}' should be on the same line.131
 ErrorLine contains a tab character.132
 ErrorLine contains a tab character.133
 Error'target' hides a field.133
 ErrorLine contains a tab character.134
 ErrorLine contains a tab character.135
 ErrorLine has trailing spaces.136
 ErrorLine contains a tab character.136
 ErrorLine contains a tab character.137
 ErrorLine contains a tab character.138
 ErrorLine has trailing spaces.139
 ErrorLine contains a tab character.139
 ErrorLine has trailing spaces.140
 ErrorLine is longer than 80 characters (found 93).140
 ErrorLine contains a tab character.140
 ErrorMissing a Javadoc comment.140
 ErrorParameter dir should be final.140
 ErrorParameter recurse should be final.140
 ErrorParameter filesToFind should be final.140
 ErrorLine is longer than 80 characters (found 110).141
 ErrorLine contains a tab character.141
 ErrorParameter filesToSkip should be final.141
 ErrorParameter dirsToSkip should be final.141
 ErrorLine contains a tab character.142
 ErrorLine has trailing spaces.143
 ErrorLine contains a tab character.143
 ErrorLine contains a tab character.144
 ErrorLine contains a tab character.145
 ErrorLine has trailing spaces.146
 ErrorLine contains a tab character.146
 ErrorLine contains a tab character.147
 ErrorLine contains a tab character.148
 Error'for' is not followed by whitespace.148
 ErrorLine contains a tab character.149
 Error'target' hides a field.149
 ErrorLine contains a tab character.150
 ErrorLine contains a tab character.151
 ErrorLine contains a tab character.152
 Error'for' is not followed by whitespace.152
 ErrorLine is longer than 80 characters (found 117).153
 ErrorLine contains a tab character.153
 ErrorLine contains a tab character.154
 ErrorLine has trailing spaces.155
 ErrorLine contains a tab character.155
 ErrorLine contains a tab character.156

gov/nasa/pds/vtool/time/ToolsTime.java

SeverityMessageLine
 ErrorFirst sentence should end with a period.23
 ErrorLine contains a tab character.31
 ErrorMissing a Javadoc comment.31
 ErrorLine contains a tab character.33
 ErrorMissing a Javadoc comment.33
 ErrorLine contains a tab character.34
 ErrorLine contains a tab character.35
 ErrorFirst sentence should end with a period.37
 ErrorLine contains a tab character.37
 ErrorLine contains a tab character.38
 ErrorLine contains a tab character.39
 ErrorLine contains a tab character.40
 ErrorLine contains a tab character.41
 ErrorLine contains a tab character.42
 ErrorLine contains a tab character.43
 ErrorLine contains a tab character.44
 ErrorLine contains a tab character.45
 ErrorMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.45
 ErrorParameter df should be final.45
 ErrorLine contains a tab character.46
 ErrorLine contains a tab character.47
 ErrorLine contains a tab character.48
 ErrorLine contains a tab character.49
 ErrorLine contains a tab character.50

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

SeverityMessageLine
 ErrorMissing package-info.java file.
 ErrorUtility classes should not have a public or default constructor.31
 ErrorMissing a Javadoc comment.33
 ErrorParameter value should be final.33
 ErrorMissing a Javadoc comment.37
 ErrorParameter value should be final.37
 ErrorLine is longer than 80 characters (found 97).41
 ErrorLine is longer than 80 characters (found 92).43
 ErrorMissing a Javadoc comment.47
 ErrorParameter value should be final.47
 ErrorMissing a Javadoc comment.58
 ErrorParameter value should be final.58
 ErrorParameter length should be final.58
 Error'if' construct must use '{}'s.61
 Error'*' is not preceded with whitespace.61
 Error'*' is not followed by whitespace.61
 Error'3' is a magic number.61
 Error'*' is not preceded with whitespace.62
 Error'*' is not followed by whitespace.62
 Error'3' is a magic number.62
 Error'if' construct must use '{}'s.65
 Error'-' is not preceded with whitespace.66
 Error'-' is not followed by whitespace.66
 ErrorParameter value should be final.77
 ErrorLine is longer than 80 characters (found 92).81
 ErrorLine contains a tab character.90
 ErrorLine contains a tab character.91
 ErrorLine contains a tab character.92
 ErrorLine contains a tab character.93
 ErrorLine contains a tab character.94
 ErrorLine contains a tab character.95
 ErrorParameter s should be final.95
 ErrorExpected @throws tag for 'MalformedURLException'.95
 ErrorLine contains a tab character.96
 ErrorLine contains a tab character.97
 ErrorLine contains a tab character.98
 ErrorLine contains a tab character.99
 ErrorLine contains a tab character.100
 ErrorLine contains a tab character.101
 ErrorLine contains a tab character.102
 ErrorLine contains a tab character.103
 ErrorLine contains a tab character.105
 ErrorMissing a Javadoc comment.105
 ErrorParameter json should be final.105
 ErrorLine contains a tab character.106
 Error',' is not followed by whitespace.108
 ErrorLine is longer than 80 characters (found 86).109
 Error'+' is not preceded with whitespace.109
 Error'+' is not followed by whitespace.109
 ErrorLine contains a tab character.111

vtool.properties

SeverityMessageLine
 ErrorLine has trailing spaces.1
 ErrorLine has trailing spaces.2
 ErrorLine has trailing spaces.3
 ErrorLine has trailing spaces.6
 ErrorLine has trailing spaces.7
 ErrorLine has trailing spaces.8
 ErrorLine has trailing spaces.9
 ErrorLine has trailing spaces.10