Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
47 0 0 1387

Files

Files Infos Warnings Errors
net/sourceforge/plantumldependency/commoncli/command/CommandLine.java 0 0 21
net/sourceforge/plantumldependency/commoncli/command/impl/CommandLineImpl.java 0 0 60
net/sourceforge/plantumldependency/commoncli/constants/CommandLineConstants.java 0 0 18
net/sourceforge/plantumldependency/commoncli/constants/log/ErrorConstants.java 0 0 51
net/sourceforge/plantumldependency/commoncli/constants/log/FineConstants.java 0 0 18
net/sourceforge/plantumldependency/commoncli/constants/log/InfoConstants.java 0 0 5
net/sourceforge/plantumldependency/commoncli/exception/CommandLineException.java 0 0 10
net/sourceforge/plantumldependency/commoncli/exception/MissingPropertyException.java 0 0 4
net/sourceforge/plantumldependency/commoncli/option/AbstractOption.java 0 0 45
net/sourceforge/plantumldependency/commoncli/option/AbstractOptionWithArgument.java 0 0 48
net/sourceforge/plantumldependency/commoncli/option/Option.java 0 0 7
net/sourceforge/plantumldependency/commoncli/option/OptionWithArgument.java 0 0 49
net/sourceforge/plantumldependency/commoncli/option/argument/AbstractOptionArgument.java 0 0 36
net/sourceforge/plantumldependency/commoncli/option/argument/OptionArgument.java 0 0 8
net/sourceforge/plantumldependency/commoncli/option/argument/impl/bool/BooleanOptionArgumentImpl.java 0 0 21
net/sourceforge/plantumldependency/commoncli/option/argument/impl/directory/ExistingDirectoryOptionArgumentImpl.java 0 0 21
net/sourceforge/plantumldependency/commoncli/option/argument/impl/file/ExistingFileOptionArgumentImpl.java 0 0 22
net/sourceforge/plantumldependency/commoncli/option/argument/impl/file/ExistingOrNotFileOptionArgumentImpl.java 0 0 22
net/sourceforge/plantumldependency/commoncli/option/argument/impl/file/NotExistingFileOptionArgumentImpl.java 0 0 22
net/sourceforge/plantumldependency/commoncli/option/argument/impl/filepattern/AbstractFilePatternOptionArgumentImpl.java 0 0 14
net/sourceforge/plantumldependency/commoncli/option/argument/impl/filepattern/ExcludeFilePatternOptionArgumentImpl.java 0 0 18
net/sourceforge/plantumldependency/commoncli/option/argument/impl/filepattern/IncludeFilePatternOptionArgumentImpl.java 0 0 18
net/sourceforge/plantumldependency/commoncli/option/argument/impl/integer/IntegerIntervalOptionArgumentImpl.java 0 0 34
net/sourceforge/plantumldependency/commoncli/option/argument/impl/integer/IntegerOptionArgumentImpl.java 0 0 17
net/sourceforge/plantumldependency/commoncli/option/argument/impl/locale/LocaleOptionArgumentImpl.java 0 0 14
net/sourceforge/plantumldependency/commoncli/option/argument/impl/log/LevelOptionArgumentImpl.java 0 0 15
net/sourceforge/plantumldependency/commoncli/option/execution/AbstractOptionExecution.java 0 0 15
net/sourceforge/plantumldependency/commoncli/option/execution/ExecutableOption.java 0 0 8
net/sourceforge/plantumldependency/commoncli/option/execution/OptionExecution.java 0 0 6
net/sourceforge/plantumldependency/commoncli/option/impl/about/AboutOption.java 0 0 35
net/sourceforge/plantumldependency/commoncli/option/impl/about/AboutOptionExecution.java 0 0 20
net/sourceforge/plantumldependency/commoncli/option/impl/help/HelpOption.java 0 0 34
net/sourceforge/plantumldependency/commoncli/option/impl/help/HelpOptionExecution.java 0 0 15
net/sourceforge/plantumldependency/commoncli/option/impl/output/OutputOption.java 0 0 24
net/sourceforge/plantumldependency/commoncli/option/impl/verbose/VerboseLevelOption.java 0 0 24
net/sourceforge/plantumldependency/commoncli/option/impl/verbose/VerboseOption.java 0 0 22
net/sourceforge/plantumldependency/commoncli/option/impl/version/VersionOption.java 0 0 35
net/sourceforge/plantumldependency/commoncli/option/impl/version/VersionOptionExecution.java 0 0 27
net/sourceforge/plantumldependency/commoncli/option/status/OptionStatus.java 0 0 8
net/sourceforge/plantumldependency/commoncli/program/JavaProgram.java 0 0 49
net/sourceforge/plantumldependency/commoncli/program/execution/JavaProgramExecution.java 0 0 6
net/sourceforge/plantumldependency/commoncli/program/execution/impl/JavaProgramExecutionImpl.java 0 0 23
net/sourceforge/plantumldependency/commoncli/program/impl/JavaProgramImpl.java 0 0 144
net/sourceforge/plantumldependency/commoncli/program/version/ProgramVersion.java 0 0 5
net/sourceforge/plantumldependency/commoncli/program/version/impl/ProgramVersionImpl.java 0 0 59
net/sourceforge/plantumldependency/commoncli/utils/fileset/FileSetUtils.java 0 0 6
net/sourceforge/plantumldependency/commoncli/utils/version/ProgramVersionUtils.java 0 0 204

Rules

Rules Violations Severity
JavadocPackage
  • allowLegacy: "true"
0 Errors Error
NewlineAtEndOfFile 34 Errors Error
Translation 0 Errors Error
FileLength 0 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
0 Errors Error
JavadocMethod 0 Errors Error
JavadocType 0 Errors Error
JavadocVariable 0 Errors Error
JavadocStyle 0 Errors Error
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MemberName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
LineLength 1184 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 0 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 0 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly 0 Errors Error
NeedBraces 0 Errors Error
RightCurly 0 Errors Error
AvoidInlineConditionals 16 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 0 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 153 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 0 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 0 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

net/sourceforge/plantumldependency/commoncli/command/CommandLine.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 83). 31
Errors Line is longer than 80 characters (found 96). 36
Errors Line is longer than 80 characters (found 93). 39
Errors Line is longer than 80 characters (found 110). 43
Errors Line is longer than 80 characters (found 103). 51
Errors Line is longer than 80 characters (found 93). 52
Errors Line is longer than 80 characters (found 96). 55
Errors Line is longer than 80 characters (found 82). 56
Errors Line is longer than 80 characters (found 91). 59
Errors Line is longer than 80 characters (found 97). 76
Errors Line is longer than 80 characters (found 85). 82
Errors Line is longer than 80 characters (found 98). 88
Errors Line is longer than 80 characters (found 98). 93
Errors Line is longer than 80 characters (found 98). 96
Errors Line is longer than 80 characters (found 99). 97
Errors Line is longer than 80 characters (found 82). 101
Errors Line is longer than 80 characters (found 100). 104
Errors Line is longer than 80 characters (found 95). 109
Errors Line is longer than 80 characters (found 98). 112
Errors Line is longer than 80 characters (found 99). 113

net/sourceforge/plantumldependency/commoncli/command/impl/CommandLineImpl.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 96). 32
Errors Line is longer than 80 characters (found 95). 33
Errors Line is longer than 80 characters (found 104). 34
Errors Line is longer than 80 characters (found 102). 35
Errors Line is longer than 80 characters (found 100). 36
Errors Line is longer than 80 characters (found 90). 37
Errors Line is longer than 80 characters (found 115). 38
Errors Line is longer than 80 characters (found 127). 39
Errors Line is longer than 80 characters (found 122). 40
Errors Line is longer than 80 characters (found 111). 41
Errors Line is longer than 80 characters (found 111). 42
Errors Line is longer than 80 characters (found 106). 43
Errors Line is longer than 80 characters (found 118). 44
Errors Line is longer than 80 characters (found 113). 45
Errors Line is longer than 80 characters (found 109). 46
Errors Line is longer than 80 characters (found 110). 47
Errors Line is longer than 80 characters (found 115). 48
Errors Line is longer than 80 characters (found 109). 49
Errors Line is longer than 80 characters (found 83). 56
Errors Line is longer than 80 characters (found 93). 63
Errors Line is longer than 80 characters (found 94). 73
Errors Line is longer than 80 characters (found 86). 82
Errors Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. 97
Errors Line is longer than 80 characters (found 118). 99
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 107
Errors Line is longer than 80 characters (found 89). 113
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 126
Errors Line is longer than 80 characters (found 98). 149
Errors Line is longer than 80 characters (found 96). 153
Errors Line is longer than 80 characters (found 112). 154
Errors Line is longer than 80 characters (found 93). 157
Errors Line is longer than 80 characters (found 91). 158
Errors Line is longer than 80 characters (found 90). 161
Errors Line is longer than 80 characters (found 98). 170
Errors Line is longer than 80 characters (found 113). 173
Errors Line is longer than 80 characters (found 114). 177
Errors Line is longer than 80 characters (found 109). 183
Errors Line is longer than 80 characters (found 98). 185
Errors Line is longer than 80 characters (found 90). 188
Errors Method 'findOptionArgument' is not designed for extension - needs to be abstract, final or empty. 199
Errors Line is longer than 80 characters (found 105). 200
Errors Line is longer than 80 characters (found 94). 207
Errors Line is longer than 80 characters (found 105). 212
Errors Line is longer than 80 characters (found 100). 215
Errors Line is longer than 80 characters (found 109). 223
Errors Line is longer than 80 characters (found 104). 226
Errors Method 'getCommandLineArguments' is not designed for extension - needs to be abstract, final or empty. 240
Errors Method 'getCommandLineArgumentsAsString' is not designed for extension - needs to be abstract, final or empty. 250
Errors Line is longer than 80 characters (found 95). 263
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 274
Errors Line is longer than 80 characters (found 105). 278
Errors Avoid inline conditionals. 278
Errors Method 'isOptionActiveAndSpecified' is not designed for extension - needs to be abstract, final or empty. 287
Errors Line is longer than 80 characters (found 96). 288
Errors Line is longer than 80 characters (found 98). 289
Errors Method 'isOptionSpecified' is not designed for extension - needs to be abstract, final or empty. 297
Errors Line is longer than 80 characters (found 87). 298
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 307
Errors Line is longer than 80 characters (found 99). 309

net/sourceforge/plantumldependency/commoncli/constants/CommandLineConstants.java

Violation Message Line
Errors Line is longer than 80 characters (found 93). 39
Errors Line is longer than 80 characters (found 88). 48
Errors Line is longer than 80 characters (found 108). 49
Errors Line is longer than 80 characters (found 107). 50
Errors Line is longer than 80 characters (found 100). 57
Errors Line is longer than 80 characters (found 86). 60
Errors Line is longer than 80 characters (found 119). 63
Errors Line is longer than 80 characters (found 125). 67
Errors Line is longer than 80 characters (found 110). 71
Errors Line is longer than 80 characters (found 84). 75
Errors Line is longer than 80 characters (found 97). 87
Errors Line is longer than 80 characters (found 97). 91
Errors Line is longer than 80 characters (found 87). 92
Errors Line is longer than 80 characters (found 115). 95
Errors Line is longer than 80 characters (found 90). 96
Errors Line is longer than 80 characters (found 97). 111
Errors Line is longer than 80 characters (found 118). 115
Errors Line is longer than 80 characters (found 92). 116

net/sourceforge/plantumldependency/commoncli/constants/log/ErrorConstants.java

Violation Message Line
Errors Line is longer than 80 characters (found 94). 28
Errors Line is longer than 80 characters (found 93). 31
Errors Line is longer than 80 characters (found 173). 38
Errors Line is longer than 80 characters (found 149). 41
Errors Line is longer than 80 characters (found 128). 44
Errors Line is longer than 80 characters (found 144). 47
Errors Line is longer than 80 characters (found 140). 50
Errors Line is longer than 80 characters (found 182). 53
Errors Line is longer than 80 characters (found 153). 56
Errors Line is longer than 80 characters (found 161). 59
Errors Line is longer than 80 characters (found 126). 62
Errors Line is longer than 80 characters (found 148). 65
Errors Line is longer than 80 characters (found 203). 68
Errors Line is longer than 80 characters (found 148). 71
Errors Line is longer than 80 characters (found 142). 74
Errors Line is longer than 80 characters (found 202). 77
Errors Line is longer than 80 characters (found 128). 80
Errors Line is longer than 80 characters (found 159). 83
Errors Line is longer than 80 characters (found 163). 86
Errors Line is longer than 80 characters (found 139). 89
Errors Line is longer than 80 characters (found 155). 92
Errors Line is longer than 80 characters (found 148). 95
Errors Line is longer than 80 characters (found 178). 98
Errors Line is longer than 80 characters (found 176). 101
Errors Line is longer than 80 characters (found 177). 104
Errors Line is longer than 80 characters (found 162). 107
Errors Line is longer than 80 characters (found 185). 110
Errors Line is longer than 80 characters (found 165). 113
Errors Line is longer than 80 characters (found 174). 116
Errors Line is longer than 80 characters (found 174). 119
Errors Line is longer than 80 characters (found 165). 122
Errors Line is longer than 80 characters (found 134). 125
Errors Line is longer than 80 characters (found 154). 128
Errors Line is longer than 80 characters (found 139). 131
Errors Line is longer than 80 characters (found 126). 134
Errors Line is longer than 80 characters (found 116). 137
Errors Line is longer than 80 characters (found 149). 140
Errors Line is longer than 80 characters (found 130). 143
Errors Line is longer than 80 characters (found 138). 146
Errors Line is longer than 80 characters (found 136). 149
Errors Line is longer than 80 characters (found 119). 152
Errors Line is longer than 80 characters (found 135). 155
Errors Line is longer than 80 characters (found 136). 158
Errors Line is longer than 80 characters (found 137). 161
Errors Line is longer than 80 characters (found 128). 164
Errors Line is longer than 80 characters (found 154). 167
Errors Line is longer than 80 characters (found 126). 170
Errors Line is longer than 80 characters (found 134). 173
Errors Line is longer than 80 characters (found 155). 176
Errors Line is longer than 80 characters (found 179). 179
Errors Line is longer than 80 characters (found 132). 182

net/sourceforge/plantumldependency/commoncli/constants/log/FineConstants.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 98). 28
Errors Line is longer than 80 characters (found 93). 31
Errors Line is longer than 80 characters (found 137). 38
Errors Line is longer than 80 characters (found 147). 41
Errors Line is longer than 80 characters (found 149). 44
Errors Line is longer than 80 characters (found 139). 47
Errors Line is longer than 80 characters (found 138). 50
Errors Line is longer than 80 characters (found 134). 53
Errors Line is longer than 80 characters (found 155). 56
Errors Line is longer than 80 characters (found 158). 59
Errors Line is longer than 80 characters (found 168). 62
Errors Line is longer than 80 characters (found 151). 65
Errors Line is longer than 80 characters (found 149). 68
Errors Line is longer than 80 characters (found 158). 71
Errors Line is longer than 80 characters (found 165). 74
Errors Line is longer than 80 characters (found 191). 77
Errors Line is longer than 80 characters (found 170). 80

net/sourceforge/plantumldependency/commoncli/constants/log/InfoConstants.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 93). 28
Errors Line is longer than 80 characters (found 93). 31
Errors Line is longer than 80 characters (found 151). 38
Errors Line is longer than 80 characters (found 134). 41

net/sourceforge/plantumldependency/commoncli/exception/CommandLineException.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 95). 28
Errors Line is longer than 80 characters (found 93). 30
Errors Line is longer than 80 characters (found 98). 40
Errors Line is longer than 80 characters (found 97). 44
Errors Line is longer than 80 characters (found 98). 55
Errors Line is longer than 80 characters (found 97). 59
Errors Line is longer than 80 characters (found 99). 62
Errors Line is longer than 80 characters (found 98). 63
Errors Line is longer than 80 characters (found 81). 67

net/sourceforge/plantumldependency/commoncli/exception/MissingPropertyException.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 93). 30
Errors Line is longer than 80 characters (found 98). 40
Errors Line is longer than 80 characters (found 97). 44

net/sourceforge/plantumldependency/commoncli/option/AbstractOption.java

Violation Message Line
Errors Line is longer than 80 characters (found 96). 29
Errors Line is longer than 80 characters (found 95). 30
Errors Line is longer than 80 characters (found 96). 31
Errors Line is longer than 80 characters (found 94). 32
Errors Line is longer than 80 characters (found 102). 33
Errors Line is longer than 80 characters (found 100). 34
Errors Line is longer than 80 characters (found 122). 35
Errors Line is longer than 80 characters (found 111). 36
Errors Line is longer than 80 characters (found 122). 37
Errors Line is longer than 80 characters (found 113). 38
Errors Line is longer than 80 characters (found 91). 47
Errors Line is longer than 80 characters (found 93). 49
Errors Line is longer than 80 characters (found 93). 59
Errors Line is longer than 80 characters (found 91). 62
Errors Line is longer than 80 characters (found 82). 73
Errors Line is longer than 80 characters (found 97). 80
Errors Line is longer than 80 characters (found 83). 82
Errors Line is longer than 80 characters (found 97). 83
Errors Line is longer than 80 characters (found 94). 85
Errors Line is longer than 80 characters (found 89). 86
Errors Line is longer than 80 characters (found 100). 88
Errors Line is longer than 80 characters (found 96). 92
Errors Line is longer than 80 characters (found 89). 93
Errors Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. 105
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 115
Errors Line is longer than 80 characters (found 82). 121
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 135
Errors Method 'getAllNames' is not designed for extension - needs to be abstract, final or empty. 162
Errors Line is longer than 80 characters (found 84). 164
Errors Method 'getFullUsage' is not designed for extension - needs to be abstract, final or empty. 174
Errors Line is longer than 80 characters (found 96). 195
Errors Line is longer than 80 characters (found 97). 215
Errors Method 'getMainUsage' is not designed for extension - needs to be abstract, final or empty. 228
Errors Line is longer than 80 characters (found 99). 236
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 249
Errors Method 'getSecondaryNames' is not designed for extension - needs to be abstract, final or empty. 259
Errors Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. 270
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 280
Errors Avoid inline conditionals. 284
Errors Method 'isMandatory' is not designed for extension - needs to be abstract, final or empty. 293
Errors Line is longer than 80 characters (found 89). 302
Errors Line is longer than 80 characters (found 83). 330
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 359
Errors Line is longer than 80 characters (found 111). 361
Errors Line is longer than 80 characters (found 84). 362

net/sourceforge/plantumldependency/commoncli/option/AbstractOptionWithArgument.java

Violation Message Line
Errors Line is longer than 80 characters (found 95). 29
Errors Line is longer than 80 characters (found 94). 30
Errors Line is longer than 80 characters (found 100). 31
Errors Line is longer than 80 characters (found 90). 32
Errors Line is longer than 80 characters (found 112). 33
Errors Line is longer than 80 characters (found 115). 34
Errors Line is longer than 80 characters (found 125). 35
Errors Line is longer than 80 characters (found 83). 41
Errors Line is longer than 80 characters (found 83). 42
Errors Line is longer than 80 characters (found 92). 46
Errors Line is longer than 80 characters (found 93). 51
Errors Line is longer than 80 characters (found 115). 55
Errors Line is longer than 80 characters (found 105). 61
Errors Line is longer than 80 characters (found 100). 67
Errors Line is longer than 80 characters (found 97). 76
Errors Line is longer than 80 characters (found 83). 78
Errors Line is longer than 80 characters (found 97). 79
Errors Line is longer than 80 characters (found 94). 83
Errors Line is longer than 80 characters (found 89). 84
Errors Line is longer than 80 characters (found 100). 86
Errors Line is longer than 80 characters (found 100). 89
Errors Line is longer than 80 characters (found 108). 93
Errors Line is longer than 80 characters (found 91). 94
Errors Line is longer than 80 characters (found 85). 96
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 106
Errors Line is longer than 80 characters (found 104). 108
Errors Method 'findAndParseArgumentAsStringOrGetDefaultArgument' is not designed for extension - needs to be abstract, final or empty. 118
Errors Line is longer than 80 characters (found 97). 119
Errors Line is longer than 80 characters (found 89). 126
Errors Line is longer than 80 characters (found 86). 128
Errors Line is longer than 80 characters (found 100). 130
Errors Method 'findAndParseArgumentOrGetDefaultArgument' is not designed for extension - needs to be abstract, final or empty. 141
Errors Line is longer than 80 characters (found 114). 142
Errors Method 'getDefaultArgumentIfOptionNotSpecified' is not designed for extension - needs to be abstract, final or empty. 164
Errors Line is longer than 80 characters (found 112). 165
Errors Line is longer than 80 characters (found 110). 168
Errors Method 'getDefaultArgumentIfOptionSpecified' is not designed for extension - needs to be abstract, final or empty. 176
Errors Line is longer than 80 characters (found 109). 177
Errors Line is longer than 80 characters (found 107). 180
Errors Method 'getFullUsageAdditions' is not designed for extension - needs to be abstract, final or empty. 188
Errors Method 'getFullUsageDescriptionAdditions' is not designed for extension - needs to be abstract, final or empty. 200
Errors Method 'getMainUsageAdditions' is not designed for extension - needs to be abstract, final or empty. 214
Errors Method 'getOptionArgument' is not designed for extension - needs to be abstract, final or empty. 226
Errors Method 'getValueSeparator' is not designed for extension - needs to be abstract, final or empty. 236
Errors Line is longer than 80 characters (found 83). 245
Errors Line is longer than 80 characters (found 83). 259
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 274
Errors Line is longer than 80 characters (found 119). 276

net/sourceforge/plantumldependency/commoncli/option/Option.java

Violation Message Line
Errors Line is longer than 80 characters (found 93). 36
Errors Line is longer than 80 characters (found 95). 40
Errors Line is longer than 80 characters (found 93). 51
Errors Line is longer than 80 characters (found 100). 65
Errors Line is longer than 80 characters (found 93). 86
Errors Line is longer than 80 characters (found 83). 95
Errors Line is longer than 80 characters (found 90). 105

net/sourceforge/plantumldependency/commoncli/option/OptionWithArgument.java

Violation Message Line
Errors Line is longer than 80 characters (found 83). 28
Errors Line is longer than 80 characters (found 83). 29
Errors Line is longer than 80 characters (found 93). 36
Errors Line is longer than 80 characters (found 99). 43
Errors Line is longer than 80 characters (found 93). 44
Errors Line is longer than 80 characters (found 93). 45
Errors Line is longer than 80 characters (found 81). 49
Errors Line is longer than 80 characters (found 95). 52
Errors Line is longer than 80 characters (found 84). 53
Errors Line is longer than 80 characters (found 100). 56
Errors Line is longer than 80 characters (found 99). 59
Errors Line is longer than 80 characters (found 93). 60
Errors Line is longer than 80 characters (found 84). 63
Errors Line is longer than 80 characters (found 81). 66
Errors Line is longer than 80 characters (found 94). 67
Errors Line is longer than 80 characters (found 95). 69
Errors Line is longer than 80 characters (found 84). 70
Errors Line is longer than 80 characters (found 113). 73
Errors Line is longer than 80 characters (found 97). 76
Errors Line is longer than 80 characters (found 99). 77
Errors Line is longer than 80 characters (found 96). 81
Errors Line is longer than 80 characters (found 100). 82
Errors Line is longer than 80 characters (found 81). 84
Errors Line is longer than 80 characters (found 93). 86
Errors Line is longer than 80 characters (found 111). 90
Errors Line is longer than 80 characters (found 97). 93
Errors Line is longer than 80 characters (found 94). 94
Errors Line is longer than 80 characters (found 96). 98
Errors Line is longer than 80 characters (found 100). 99
Errors Line is longer than 80 characters (found 81). 101
Errors Line is longer than 80 characters (found 93). 103
Errors Line is longer than 80 characters (found 108). 107
Errors Line is longer than 80 characters (found 93). 110
Errors Line is longer than 80 characters (found 100). 111
Errors Line is longer than 80 characters (found 97). 112
Errors Line is longer than 80 characters (found 98). 113
Errors Line is longer than 80 characters (found 96). 117
Errors Line is longer than 80 characters (found 100). 118
Errors Line is longer than 80 characters (found 93). 122
Errors Line is longer than 80 characters (found 98). 126
Errors Line is longer than 80 characters (found 100). 129
Errors Line is longer than 80 characters (found 96). 130
Errors Line is longer than 80 characters (found 95). 131
Errors Line is longer than 80 characters (found 87). 132
Errors Line is longer than 80 characters (found 96). 135
Errors Line is longer than 80 characters (found 100). 136
Errors Line is longer than 80 characters (found 93). 140
Errors Line is longer than 80 characters (found 95). 144
Errors Line is longer than 80 characters (found 98). 155

net/sourceforge/plantumldependency/commoncli/option/argument/AbstractOptionArgument.java

Violation Message Line
Errors Line is longer than 80 characters (found 103). 29
Errors Line is longer than 80 characters (found 104). 30
Errors Line is longer than 80 characters (found 105). 31
Errors Line is longer than 80 characters (found 105). 32
Errors Line is longer than 80 characters (found 102). 33
Errors Line is longer than 80 characters (found 100). 34
Errors Line is longer than 80 characters (found 96). 35
Errors Line is longer than 80 characters (found 97). 36
Errors Line is longer than 80 characters (found 96). 37
Errors Line is longer than 80 characters (found 122). 38
Errors Line is longer than 80 characters (found 99). 43
Errors Line is longer than 80 characters (found 93). 47
Errors Line is longer than 80 characters (found 84). 51
Errors Line is longer than 80 characters (found 101). 54
Errors Line is longer than 80 characters (found 95). 63
Errors Line is longer than 80 characters (found 95). 72
Errors Line is longer than 80 characters (found 98). 74
Errors Line is longer than 80 characters (found 89). 75
Errors Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. 89
Errors Line is longer than 80 characters (found 111). 97
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 113
Errors Line is longer than 80 characters (found 82). 119
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 132
Errors Line is longer than 80 characters (found 86). 143
Errors Line is longer than 80 characters (found 100). 150
Errors Method 'getFullUsageDescription' is not designed for extension - needs to be abstract, final or empty. 164
Errors Method 'getMainUsage' is not designed for extension - needs to be abstract, final or empty. 174
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 202
Errors Line is longer than 80 characters (found 116). 206
Errors Avoid inline conditionals. 206
Errors Line is longer than 80 characters (found 96). 207
Errors Avoid inline conditionals. 207
Errors Method 'isMandatory' is not designed for extension - needs to be abstract, final or empty. 216
Errors Line is longer than 80 characters (found 89). 225
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 252
Errors Line is longer than 80 characters (found 109). 254

net/sourceforge/plantumldependency/commoncli/option/argument/OptionArgument.java

Violation Message Line
Errors Line is longer than 80 characters (found 83). 30
Errors Line is longer than 80 characters (found 81). 33
Errors Line is longer than 80 characters (found 93). 37
Errors Line is longer than 80 characters (found 96). 41
Errors Line is longer than 80 characters (found 99). 45
Errors Line is longer than 80 characters (found 100). 49
Errors Line is longer than 80 characters (found 91). 60
Errors Line is longer than 80 characters (found 92). 75

net/sourceforge/plantumldependency/commoncli/option/argument/impl/bool/BooleanOptionArgumentImpl.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 95). 27
Errors Line is longer than 80 characters (found 83). 28
Errors Line is longer than 80 characters (found 84). 29
Errors Line is longer than 80 characters (found 88). 30
Errors Line is longer than 80 characters (found 90). 31
Errors Line is longer than 80 characters (found 92). 32
Errors Line is longer than 80 characters (found 116). 33
Errors Line is longer than 80 characters (found 115). 34
Errors Line is longer than 80 characters (found 83). 36
Errors Line is longer than 80 characters (found 91). 37
Errors Line is longer than 80 characters (found 97). 41
Errors Line is longer than 80 characters (found 93). 44
Errors Line is longer than 80 characters (found 88). 48
Errors Line is longer than 80 characters (found 88). 54
Errors Line is longer than 80 characters (found 95). 58
Errors Line is longer than 80 characters (found 95). 64
Errors Method 'getMainUsageDescription' is not designed for extension - needs to be abstract, final or empty. 76
Errors Method 'parseArgument' is not designed for extension - needs to be abstract, final or empty. 86
Errors Line is longer than 80 characters (found 90). 87
Errors Line is longer than 80 characters (found 104). 94

net/sourceforge/plantumldependency/commoncli/option/argument/impl/directory/ExistingDirectoryOptionArgumentImpl.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 84). 25
Errors Line is longer than 80 characters (found 90). 29
Errors Line is longer than 80 characters (found 92). 30
Errors Line is longer than 80 characters (found 116). 31
Errors Line is longer than 80 characters (found 126). 32
Errors Line is longer than 80 characters (found 121). 33
Errors Line is longer than 80 characters (found 83). 38
Errors Line is longer than 80 characters (found 91). 39
Errors Line is longer than 80 characters (found 97). 43
Errors Line is longer than 80 characters (found 93). 46
Errors Line is longer than 80 characters (found 90). 50
Errors Line is longer than 80 characters (found 114). 56
Errors Line is longer than 80 characters (found 115). 63
Errors Line is longer than 80 characters (found 95). 69
Errors Line is longer than 80 characters (found 89). 72
Errors Method 'getMainUsageDescription' is not designed for extension - needs to be abstract, final or empty. 81
Errors Method 'parseArgument' is not designed for extension - needs to be abstract, final or empty. 91
Errors Line is longer than 80 characters (found 82). 92
Errors Line is longer than 80 characters (found 94). 98
Errors Line is longer than 80 characters (found 112). 100

net/sourceforge/plantumldependency/commoncli/option/argument/impl/file/ExistingFileOptionArgumentImpl.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 90). 29
Errors Line is longer than 80 characters (found 92). 30
Errors Line is longer than 80 characters (found 116). 31
Errors Line is longer than 80 characters (found 122). 32
Errors Line is longer than 80 characters (found 121). 33
Errors Line is longer than 80 characters (found 116). 34
Errors Line is longer than 80 characters (found 83). 39
Errors Line is longer than 80 characters (found 91). 40
Errors Line is longer than 80 characters (found 97). 44
Errors Line is longer than 80 characters (found 93). 47
Errors Line is longer than 80 characters (found 85). 51
Errors Line is longer than 80 characters (found 109). 57
Errors Line is longer than 80 characters (found 105). 64
Errors Line is longer than 80 characters (found 95). 70
Errors Line is longer than 80 characters (found 84). 73
Errors Method 'getMainUsageDescription' is not designed for extension - needs to be abstract, final or empty. 82
Errors Method 'parseArgument' is not designed for extension - needs to be abstract, final or empty. 92
Errors Line is longer than 80 characters (found 82). 93
Errors Line is longer than 80 characters (found 108). 99
Errors Line is longer than 80 characters (found 89). 101
Errors Line is longer than 80 characters (found 107). 103

net/sourceforge/plantumldependency/commoncli/option/argument/impl/file/ExistingOrNotFileOptionArgumentImpl.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 90). 29
Errors Line is longer than 80 characters (found 92). 30
Errors Line is longer than 80 characters (found 116). 31
Errors Line is longer than 80 characters (found 122). 32
Errors Line is longer than 80 characters (found 120). 33
Errors Line is longer than 80 characters (found 116). 34
Errors Line is longer than 80 characters (found 83). 39
Errors Line is longer than 80 characters (found 91). 40
Errors Line is longer than 80 characters (found 97). 44
Errors Line is longer than 80 characters (found 93). 47
Errors Line is longer than 80 characters (found 90). 51
Errors Line is longer than 80 characters (found 114). 57
Errors Line is longer than 80 characters (found 179). 64
Errors Line is longer than 80 characters (found 95). 70
Errors Line is longer than 80 characters (found 89). 73
Errors Method 'getMainUsageDescription' is not designed for extension - needs to be abstract, final or empty. 82
Errors Method 'parseArgument' is not designed for extension - needs to be abstract, final or empty. 92
Errors Line is longer than 80 characters (found 82). 93
Errors Line is longer than 80 characters (found 108). 99
Errors Line is longer than 80 characters (found 89). 101
Errors Line is longer than 80 characters (found 93). 103

net/sourceforge/plantumldependency/commoncli/option/argument/impl/file/NotExistingFileOptionArgumentImpl.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 90). 29
Errors Line is longer than 80 characters (found 92). 30
Errors Line is longer than 80 characters (found 116). 31
Errors Line is longer than 80 characters (found 117). 32
Errors Line is longer than 80 characters (found 122). 33
Errors Line is longer than 80 characters (found 120). 34
Errors Line is longer than 80 characters (found 83). 39
Errors Line is longer than 80 characters (found 91). 40
Errors Line is longer than 80 characters (found 97). 44
Errors Line is longer than 80 characters (found 93). 47
Errors Line is longer than 80 characters (found 88). 51
Errors Line is longer than 80 characters (found 112). 57
Errors Line is longer than 80 characters (found 139). 64
Errors Line is longer than 80 characters (found 95). 70
Errors Line is longer than 80 characters (found 87). 73
Errors Method 'getMainUsageDescription' is not designed for extension - needs to be abstract, final or empty. 82
Errors Method 'parseArgument' is not designed for extension - needs to be abstract, final or empty. 92
Errors Line is longer than 80 characters (found 82). 93
Errors Line is longer than 80 characters (found 108). 99
Errors Line is longer than 80 characters (found 103). 101
Errors Line is longer than 80 characters (found 93). 103

net/sourceforge/plantumldependency/commoncli/option/argument/impl/filepattern/AbstractFilePatternOptionArgumentImpl.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 86). 25
Errors Line is longer than 80 characters (found 91). 27
Errors Line is longer than 80 characters (found 97). 33
Errors Line is longer than 80 characters (found 93). 36
Errors Line is longer than 80 characters (found 104). 40
Errors Line is longer than 80 characters (found 231). 50
Errors Line is longer than 80 characters (found 95). 56
Errors Line is longer than 80 characters (found 91). 59
Errors Line is longer than 80 characters (found 95). 67
Errors Line is longer than 80 characters (found 98). 69
Errors Line is longer than 80 characters (found 89). 70
Errors Line is longer than 80 characters (found 89). 73
Errors Method 'getMainUsageDescription' is not designed for extension - needs to be abstract, final or empty. 83

net/sourceforge/plantumldependency/commoncli/option/argument/impl/filepattern/ExcludeFilePatternOptionArgumentImpl.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 86). 25
Errors Line is longer than 80 characters (found 100). 27
Errors Line is longer than 80 characters (found 92). 28
Errors Line is longer than 80 characters (found 116). 29
Errors Line is longer than 80 characters (found 100). 30
Errors Line is longer than 80 characters (found 83). 31
Errors Line is longer than 80 characters (found 97). 37
Errors Line is longer than 80 characters (found 93). 40
Errors Line is longer than 80 characters (found 97). 44
Errors Line is longer than 80 characters (found 95). 53
Errors Line is longer than 80 characters (found 90). 56
Errors Line is longer than 80 characters (found 95). 64
Errors Line is longer than 80 characters (found 98). 66
Errors Line is longer than 80 characters (found 89). 67
Errors Line is longer than 80 characters (found 88). 70
Errors Method 'parseArgument' is not designed for extension - needs to be abstract, final or empty. 80
Errors Line is longer than 80 characters (found 85). 81

net/sourceforge/plantumldependency/commoncli/option/argument/impl/filepattern/IncludeFilePatternOptionArgumentImpl.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 86). 25
Errors Line is longer than 80 characters (found 100). 27
Errors Line is longer than 80 characters (found 92). 28
Errors Line is longer than 80 characters (found 116). 29
Errors Line is longer than 80 characters (found 100). 30
Errors Line is longer than 80 characters (found 83). 31
Errors Line is longer than 80 characters (found 97). 37
Errors Line is longer than 80 characters (found 93). 40
Errors Line is longer than 80 characters (found 97). 44
Errors Line is longer than 80 characters (found 95). 53
Errors Line is longer than 80 characters (found 90). 56
Errors Line is longer than 80 characters (found 95). 64
Errors Line is longer than 80 characters (found 98). 66
Errors Line is longer than 80 characters (found 89). 67
Errors Line is longer than 80 characters (found 88). 70
Errors Method 'parseArgument' is not designed for extension - needs to be abstract, final or empty. 80
Errors Line is longer than 80 characters (found 85). 81

net/sourceforge/plantumldependency/commoncli/option/argument/impl/integer/IntegerIntervalOptionArgumentImpl.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 82). 25
Errors Line is longer than 80 characters (found 94). 28
Errors Line is longer than 80 characters (found 90). 29
Errors Line is longer than 80 characters (found 92). 30
Errors Line is longer than 80 characters (found 116). 31
Errors Line is longer than 80 characters (found 124). 32
Errors Line is longer than 80 characters (found 115). 33
Errors Line is longer than 80 characters (found 83). 34
Errors Line is longer than 80 characters (found 91). 35
Errors Line is longer than 80 characters (found 97). 39
Errors Line is longer than 80 characters (found 93). 42
Errors Line is longer than 80 characters (found 91). 46
Errors Line is longer than 80 characters (found 118). 55
Errors Line is longer than 80 characters (found 100). 61
Errors Line is longer than 80 characters (found 99). 67
Errors Line is longer than 80 characters (found 89). 76
Errors Line is longer than 80 characters (found 90). 79
Errors Line is longer than 80 characters (found 95). 82
Errors Line is longer than 80 characters (found 82). 85
Errors Line is longer than 80 characters (found 110). 87
Errors Line is longer than 80 characters (found 89). 95
Errors Line is longer than 80 characters (found 90). 98
Errors Line is longer than 80 characters (found 95). 101
Errors Line is longer than 80 characters (found 98). 103
Errors Line is longer than 80 characters (found 89). 104
Errors Line is longer than 80 characters (found 82). 107
Errors Line is longer than 80 characters (found 99). 108
Errors Method 'getMainUsageDescription' is not designed for extension - needs to be abstract, final or empty. 119
Errors Method 'parseArgument' is not designed for extension - needs to be abstract, final or empty. 151
Errors Line is longer than 80 characters (found 85). 152
Errors Line is longer than 80 characters (found 117). 159
Errors Line is longer than 80 characters (found 117). 162
Errors Line is longer than 80 characters (found 104). 166

net/sourceforge/plantumldependency/commoncli/option/argument/impl/integer/IntegerOptionArgumentImpl.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 82). 25
Errors Line is longer than 80 characters (found 90). 28
Errors Line is longer than 80 characters (found 92). 29
Errors Line is longer than 80 characters (found 116). 30
Errors Line is longer than 80 characters (found 115). 31
Errors Line is longer than 80 characters (found 83). 32
Errors Line is longer than 80 characters (found 91). 33
Errors Line is longer than 80 characters (found 97). 37
Errors Line is longer than 80 characters (found 93). 40
Errors Line is longer than 80 characters (found 83). 44
Errors Line is longer than 80 characters (found 112). 53
Errors Line is longer than 80 characters (found 95). 59
Errors Method 'getMainUsageDescription' is not designed for extension - needs to be abstract, final or empty. 71
Errors Method 'parseArgument' is not designed for extension - needs to be abstract, final or empty. 81
Errors Line is longer than 80 characters (found 85). 82
Errors Line is longer than 80 characters (found 104). 89

net/sourceforge/plantumldependency/commoncli/option/argument/impl/locale/LocaleOptionArgumentImpl.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 81). 25
Errors Line is longer than 80 characters (found 92). 29
Errors Line is longer than 80 characters (found 116). 30
Errors Line is longer than 80 characters (found 83). 34
Errors Line is longer than 80 characters (found 91). 35
Errors Line is longer than 80 characters (found 97). 39
Errors Line is longer than 80 characters (found 93). 42
Errors Line is longer than 80 characters (found 81). 46
Errors Line is longer than 80 characters (found 104). 55
Errors Line is longer than 80 characters (found 95). 62
Errors Method 'getMainUsageDescription' is not designed for extension - needs to be abstract, final or empty. 74
Errors Method 'parseArgument' is not designed for extension - needs to be abstract, final or empty. 84
Errors Line is longer than 80 characters (found 84). 85

net/sourceforge/plantumldependency/commoncli/option/argument/impl/log/LevelOptionArgumentImpl.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 90). 28
Errors Line is longer than 80 characters (found 92). 29
Errors Line is longer than 80 characters (found 116). 30
Errors Line is longer than 80 characters (found 117). 31
Errors Line is longer than 80 characters (found 83). 35
Errors Line is longer than 80 characters (found 91). 36
Errors Line is longer than 80 characters (found 97). 40
Errors Line is longer than 80 characters (found 93). 43
Errors Line is longer than 80 characters (found 409). 57
Errors Line is longer than 80 characters (found 95). 63
Errors Method 'getMainUsageDescription' is not designed for extension - needs to be abstract, final or empty. 75
Errors Method 'parseArgument' is not designed for extension - needs to be abstract, final or empty. 85
Errors Line is longer than 80 characters (found 83). 86
Errors Line is longer than 80 characters (found 106). 93

net/sourceforge/plantumldependency/commoncli/option/execution/AbstractOptionExecution.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 102). 29
Errors Line is longer than 80 characters (found 96). 30
Errors Line is longer than 80 characters (found 97). 31
Errors Line is longer than 80 characters (found 96). 32
Errors Line is longer than 80 characters (found 100). 37
Errors Line is longer than 80 characters (found 93). 39
Errors Line is longer than 80 characters (found 102). 46
Errors Line is longer than 80 characters (found 88). 58
Errors Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. 71
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 89
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 107
Errors Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. 130
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 140
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 165

net/sourceforge/plantumldependency/commoncli/option/execution/ExecutableOption.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 83). 28
Errors Line is longer than 80 characters (found 96). 31
Errors Line is longer than 80 characters (found 93). 34
Errors Line is longer than 80 characters (found 99). 52
Errors Line is longer than 80 characters (found 94). 53
Errors Line is longer than 80 characters (found 82). 56
Errors Line is longer than 80 characters (found 90). 59

net/sourceforge/plantumldependency/commoncli/option/execution/OptionExecution.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 83). 30
Errors Line is longer than 80 characters (found 85). 33
Errors Line is longer than 80 characters (found 93). 35
Errors Line is longer than 80 characters (found 122). 39
Errors Line is longer than 80 characters (found 81). 51

net/sourceforge/plantumldependency/commoncli/option/impl/about/AboutOption.java

Violation Message Line
Errors Line is longer than 80 characters (found 100). 31
Errors Line is longer than 80 characters (found 90). 32
Errors Line is longer than 80 characters (found 112). 33
Errors Line is longer than 80 characters (found 112). 34
Errors Line is longer than 80 characters (found 113). 35
Errors Line is longer than 80 characters (found 116). 36
Errors Line is longer than 80 characters (found 83). 43
Errors Line is longer than 80 characters (found 86). 45
Errors Line is longer than 80 characters (found 85). 46
Errors Line is longer than 80 characters (found 88). 51
Errors Line is longer than 80 characters (found 85). 52
Errors Line is longer than 80 characters (found 93). 54
Errors Line is longer than 80 characters (found 90). 64
Errors Line is longer than 80 characters (found 117). 70
Errors Line is longer than 80 characters (found 96). 83
Errors Line is longer than 80 characters (found 98). 85
Errors Line is longer than 80 characters (found 119). 90
Errors Line is longer than 80 characters (found 94). 98
Errors Line is longer than 80 characters (found 89). 99
Errors Line is longer than 80 characters (found 96). 101
Errors Line is longer than 80 characters (found 98). 103
Errors Line is longer than 80 characters (found 100). 106
Errors Line is longer than 80 characters (found 118). 110
Errors Line is longer than 80 characters (found 90). 112
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 122
Errors Method 'getFullUsageAdditions' is not designed for extension - needs to be abstract, final or empty. 134
Errors Method 'getFullUsageDescriptionAdditions' is not designed for extension - needs to be abstract, final or empty. 144
Errors Method 'getMainUsageAdditions' is not designed for extension - needs to be abstract, final or empty. 165
Errors Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. 175
Errors Method 'parseCommandLine' is not designed for extension - needs to be abstract, final or empty. 185
Errors Line is longer than 80 characters (found 104). 186
Errors Line is longer than 80 characters (found 88). 192
Errors Line is longer than 80 characters (found 87). 194
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 231
Errors Line is longer than 80 characters (found 116). 233

net/sourceforge/plantumldependency/commoncli/option/impl/about/AboutOptionExecution.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 97). 29
Errors Line is longer than 80 characters (found 95). 30
Errors Line is longer than 80 characters (found 96). 31
Errors Line is longer than 80 characters (found 94). 32
Errors Line is longer than 80 characters (found 100). 33
Errors Line is longer than 80 characters (found 112). 34
Errors Line is longer than 80 characters (found 83). 38
Errors Line is longer than 80 characters (found 93). 39
Errors Line is longer than 80 characters (found 97). 43
Errors Line is longer than 80 characters (found 93). 46
Errors Line is longer than 80 characters (found 99). 56
Errors Line is longer than 80 characters (found 96). 65
Errors Line is longer than 80 characters (found 98). 67
Errors Line is longer than 80 characters (found 86). 71
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 81
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 93
Errors Line is longer than 80 characters (found 83). 95
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 156
Errors Line is longer than 80 characters (found 106). 158

net/sourceforge/plantumldependency/commoncli/option/impl/help/HelpOption.java

Violation Message Line
Errors Line is longer than 80 characters (found 100). 31
Errors Line is longer than 80 characters (found 90). 32
Errors Line is longer than 80 characters (found 112). 33
Errors Line is longer than 80 characters (found 112). 34
Errors Line is longer than 80 characters (found 113). 35
Errors Line is longer than 80 characters (found 116). 36
Errors Line is longer than 80 characters (found 83). 43
Errors Line is longer than 80 characters (found 86). 45
Errors Line is longer than 80 characters (found 85). 46
Errors Line is longer than 80 characters (found 98). 51
Errors Line is longer than 80 characters (found 93). 54
Errors Line is longer than 80 characters (found 89). 64
Errors Line is longer than 80 characters (found 117). 70
Errors Line is longer than 80 characters (found 93). 83
Errors Line is longer than 80 characters (found 98). 85
Errors Line is longer than 80 characters (found 121). 90
Errors Line is longer than 80 characters (found 94). 97
Errors Line is longer than 80 characters (found 89). 98
Errors Line is longer than 80 characters (found 96). 100
Errors Line is longer than 80 characters (found 98). 102
Errors Line is longer than 80 characters (found 100). 105
Errors Line is longer than 80 characters (found 117). 109
Errors Line is longer than 80 characters (found 90). 111
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 121
Errors Method 'getFullUsageAdditions' is not designed for extension - needs to be abstract, final or empty. 133
Errors Method 'getFullUsageDescriptionAdditions' is not designed for extension - needs to be abstract, final or empty. 143
Errors Method 'getMainUsageAdditions' is not designed for extension - needs to be abstract, final or empty. 164
Errors Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. 174
Errors Method 'parseCommandLine' is not designed for extension - needs to be abstract, final or empty. 184
Errors Line is longer than 80 characters (found 104). 185
Errors Line is longer than 80 characters (found 87). 191
Errors Line is longer than 80 characters (found 87). 193
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 230
Errors Line is longer than 80 characters (found 116). 232

net/sourceforge/plantumldependency/commoncli/option/impl/help/HelpOptionExecution.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 100). 29
Errors Line is longer than 80 characters (found 112). 30
Errors Line is longer than 80 characters (found 83). 34
Errors Line is longer than 80 characters (found 93). 35
Errors Line is longer than 80 characters (found 94). 39
Errors Line is longer than 80 characters (found 93). 42
Errors Line is longer than 80 characters (found 98). 52
Errors Line is longer than 80 characters (found 96). 61
Errors Line is longer than 80 characters (found 98). 63
Errors Line is longer than 80 characters (found 85). 67
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 77
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 89
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 128
Errors Line is longer than 80 characters (found 107). 130

net/sourceforge/plantumldependency/commoncli/option/impl/output/OutputOption.java

Violation Message Line
Errors Line is longer than 80 characters (found 96). 29
Errors Line is longer than 80 characters (found 100). 30
Errors Line is longer than 80 characters (found 100). 31
Errors Line is longer than 80 characters (found 112). 32
Errors Line is longer than 80 characters (found 117). 33
Errors Line is longer than 80 characters (found 83). 41
Errors Line is longer than 80 characters (found 86). 42
Errors Line is longer than 80 characters (found 83). 43
Errors Line is longer than 80 characters (found 114). 44
Errors Line is longer than 80 characters (found 98). 48
Errors Line is longer than 80 characters (found 93). 49
Errors Line is longer than 80 characters (found 93). 52
Errors Line is longer than 80 characters (found 96). 65
Errors Line is longer than 80 characters (found 113). 74
Errors Line is longer than 80 characters (found 94). 84
Errors Line is longer than 80 characters (found 89). 85
Errors Line is longer than 80 characters (found 100). 87
Errors Line is longer than 80 characters (found 100). 90
Errors Line is longer than 80 characters (found 106). 94
Errors Line is longer than 80 characters (found 116). 96
Errors Method 'getDefaultArgumentAsStringIfOptionNotSpecified' is not designed for extension - needs to be abstract, final or empty. 104
Errors Line is longer than 80 characters (found 95). 105
Errors Method 'getDefaultArgumentAsStringIfOptionSpecified' is not designed for extension - needs to be abstract, final or empty. 117
Errors Line is longer than 80 characters (found 92). 118

net/sourceforge/plantumldependency/commoncli/option/impl/verbose/VerboseLevelOption.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 96). 31
Errors Line is longer than 80 characters (found 100). 32
Errors Line is longer than 80 characters (found 112). 33
Errors Line is longer than 80 characters (found 116). 34
Errors Line is longer than 80 characters (found 83). 41
Errors Line is longer than 80 characters (found 86). 42
Errors Line is longer than 80 characters (found 83). 43
Errors Line is longer than 80 characters (found 101). 44
Errors Line is longer than 80 characters (found 99). 48
Errors Line is longer than 80 characters (found 93). 51
Errors Line is longer than 80 characters (found 96). 64
Errors Line is longer than 80 characters (found 110). 73
Errors Line is longer than 80 characters (found 94). 83
Errors Line is longer than 80 characters (found 89). 84
Errors Line is longer than 80 characters (found 100). 86
Errors Line is longer than 80 characters (found 100). 89
Errors Line is longer than 80 characters (found 113). 93
Errors Line is longer than 80 characters (found 116). 95
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 103
Errors Method 'getDefaultArgumentAsStringIfOptionNotSpecified' is not designed for extension - needs to be abstract, final or empty. 113
Errors Line is longer than 80 characters (found 95). 114
Errors Method 'getDefaultArgumentAsStringIfOptionSpecified' is not designed for extension - needs to be abstract, final or empty. 126
Errors Line is longer than 80 characters (found 92). 127

net/sourceforge/plantumldependency/commoncli/option/impl/verbose/VerboseOption.java

Violation Message Line
Errors Line is longer than 80 characters (found 100). 29
Errors Line is longer than 80 characters (found 112). 30
Errors Line is longer than 80 characters (found 116). 31
Errors Line is longer than 80 characters (found 83). 37
Errors Line is longer than 80 characters (found 93). 42
Errors Line is longer than 80 characters (found 93). 45
Errors Line is longer than 80 characters (found 96). 58
Errors Line is longer than 80 characters (found 94). 67
Errors Line is longer than 80 characters (found 94). 74
Errors Line is longer than 80 characters (found 89). 75
Errors Line is longer than 80 characters (found 100). 77
Errors Line is longer than 80 characters (found 102). 81
Errors Line is longer than 80 characters (found 119). 82
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 91
Errors Method 'getFullUsageAdditions' is not designed for extension - needs to be abstract, final or empty. 101
Errors Method 'getFullUsageDescriptionAdditions' is not designed for extension - needs to be abstract, final or empty. 111
Errors Method 'getMainUsageAdditions' is not designed for extension - needs to be abstract, final or empty. 121
Errors Line is longer than 80 characters (found 83). 127
Errors Line is longer than 80 characters (found 99). 130
Errors Line is longer than 80 characters (found 93). 131
Errors Line is longer than 80 characters (found 99). 137
Errors Method 'isVerboseModeActive' is not designed for extension - needs to be abstract, final or empty. 137

net/sourceforge/plantumldependency/commoncli/option/impl/version/VersionOption.java

Violation Message Line
Errors Line is longer than 80 characters (found 100). 31
Errors Line is longer than 80 characters (found 90). 32
Errors Line is longer than 80 characters (found 112). 33
Errors Line is longer than 80 characters (found 112). 34
Errors Line is longer than 80 characters (found 113). 35
Errors Line is longer than 80 characters (found 116). 36
Errors Line is longer than 80 characters (found 83). 43
Errors Line is longer than 80 characters (found 86). 45
Errors Line is longer than 80 characters (found 85). 46
Errors Line is longer than 80 characters (found 100). 51
Errors Line is longer than 80 characters (found 85). 52
Errors Line is longer than 80 characters (found 93). 54
Errors Line is longer than 80 characters (found 92). 64
Errors Line is longer than 80 characters (found 99). 70
Errors Line is longer than 80 characters (found 96). 82
Errors Line is longer than 80 characters (found 98). 84
Errors Line is longer than 80 characters (found 117). 89
Errors Line is longer than 80 characters (found 94). 97
Errors Line is longer than 80 characters (found 89). 98
Errors Line is longer than 80 characters (found 96). 100
Errors Line is longer than 80 characters (found 98). 102
Errors Line is longer than 80 characters (found 100). 105
Errors Line is longer than 80 characters (found 94). 109
Errors Line is longer than 80 characters (found 90). 111
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 121
Errors Method 'getFullUsageAdditions' is not designed for extension - needs to be abstract, final or empty. 133
Errors Method 'getFullUsageDescriptionAdditions' is not designed for extension - needs to be abstract, final or empty. 143
Errors Method 'getMainUsageAdditions' is not designed for extension - needs to be abstract, final or empty. 164
Errors Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. 174
Errors Method 'parseCommandLine' is not designed for extension - needs to be abstract, final or empty. 184
Errors Line is longer than 80 characters (found 104). 185
Errors Line is longer than 80 characters (found 115). 191
Errors Line is longer than 80 characters (found 87). 193
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 230
Errors Line is longer than 80 characters (found 116). 232

net/sourceforge/plantumldependency/commoncli/option/impl/version/VersionOptionExecution.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 107). 29
Errors Line is longer than 80 characters (found 95). 30
Errors Line is longer than 80 characters (found 108). 31
Errors Line is longer than 80 characters (found 96). 32
Errors Line is longer than 80 characters (found 100). 33
Errors Line is longer than 80 characters (found 113). 34
Errors Line is longer than 80 characters (found 118). 35
Errors Line is longer than 80 characters (found 112). 36
Errors Line is longer than 80 characters (found 83). 41
Errors Line is longer than 80 characters (found 93). 42
Errors Line is longer than 80 characters (found 97). 46
Errors Line is longer than 80 characters (found 93). 49
Errors Line is longer than 80 characters (found 101). 59
Errors Line is longer than 80 characters (found 82). 64
Errors Line is longer than 80 characters (found 93). 71
Errors Line is longer than 80 characters (found 121). 78
Errors Line is longer than 80 characters (found 93). 88
Errors Line is longer than 80 characters (found 98). 90
Errors Line is longer than 80 characters (found 88). 94
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 103
Errors Line is longer than 80 characters (found 84). 105
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 115
Errors Line is longer than 80 characters (found 83). 117
Errors Line is longer than 80 characters (found 104). 130
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 196
Errors Line is longer than 80 characters (found 119). 198

net/sourceforge/plantumldependency/commoncli/option/status/OptionStatus.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 93). 30
Errors Line is longer than 80 characters (found 96). 49
Errors Line is longer than 80 characters (found 93). 58
Errors Line is longer than 80 characters (found 98). 60
Errors Line is longer than 80 characters (found 84). 61
Errors Line is longer than 80 characters (found 83). 64
Errors Line is longer than 80 characters (found 90). 82

net/sourceforge/plantumldependency/commoncli/program/JavaProgram.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 83). 34
Errors Line is longer than 80 characters (found 86). 36
Errors Line is longer than 80 characters (found 91). 38
Errors Line is longer than 80 characters (found 83). 39
Errors Line is longer than 80 characters (found 96). 42
Errors Line is longer than 80 characters (found 93). 45
Errors Line is longer than 80 characters (found 110). 49
Errors Line is longer than 80 characters (found 100). 55
Errors Line is longer than 80 characters (found 98). 58
Errors Line is longer than 80 characters (found 91). 61
Errors Line is longer than 80 characters (found 95). 67
Errors Line is longer than 80 characters (found 98). 70
Errors Line is longer than 80 characters (found 96). 73
Errors Line is longer than 80 characters (found 83). 79
Errors Line is longer than 80 characters (found 100). 81
Errors Line is longer than 80 characters (found 88). 90
Errors Line is longer than 80 characters (found 84). 96
Errors Line is longer than 80 characters (found 94). 99
Errors Line is longer than 80 characters (found 88). 101
Errors Line is longer than 80 characters (found 96). 107
Errors Line is longer than 80 characters (found 95). 110
Errors Line is longer than 80 characters (found 88). 112
Errors Line is longer than 80 characters (found 85). 115
Errors Line is longer than 80 characters (found 99). 126
Errors Line is longer than 80 characters (found 94). 146
Errors Line is longer than 80 characters (found 85). 154
Errors Line is longer than 80 characters (found 95). 157
Errors Line is longer than 80 characters (found 96). 178
Errors Line is longer than 80 characters (found 84). 179
Errors Line is longer than 80 characters (found 90). 182
Errors Line is longer than 80 characters (found 100). 189
Errors Line is longer than 80 characters (found 93). 191
Errors Line is longer than 80 characters (found 98). 201
Errors Line is longer than 80 characters (found 91). 208
Errors Line is longer than 80 characters (found 90). 212
Errors Line is longer than 80 characters (found 88). 216
Errors Line is longer than 80 characters (found 88). 230
Errors Line is longer than 80 characters (found 97). 250
Errors Line is longer than 80 characters (found 99). 257
Errors Line is longer than 80 characters (found 99). 277
Errors Line is longer than 80 characters (found 90). 281
Errors Line is longer than 80 characters (found 94). 288
Errors Line is longer than 80 characters (found 95). 311
Errors Line is longer than 80 characters (found 93). 312
Errors Line is longer than 80 characters (found 98). 332
Errors Line is longer than 80 characters (found 99). 334
Errors Line is longer than 80 characters (found 82). 337
Errors Line is longer than 80 characters (found 101). 340

net/sourceforge/plantumldependency/commoncli/program/execution/JavaProgramExecution.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 83). 31
Errors Line is longer than 80 characters (found 85). 32
Errors Line is longer than 80 characters (found 99). 35
Errors Line is longer than 80 characters (found 93). 38
Errors Line is longer than 80 characters (found 96). 42

net/sourceforge/plantumldependency/commoncli/program/execution/impl/JavaProgramExecutionImpl.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 102). 29
Errors Line is longer than 80 characters (found 100). 30
Errors Line is longer than 80 characters (found 96). 31
Errors Line is longer than 80 characters (found 117). 32
Errors Line is longer than 80 characters (found 83). 38
Errors Line is longer than 80 characters (found 85). 39
Errors Line is longer than 80 characters (found 91). 40
Errors Line is longer than 80 characters (found 93). 45
Errors Line is longer than 80 characters (found 103). 55
Errors Line is longer than 80 characters (found 89). 64
Errors Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. 76
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 86
Errors Line is longer than 80 characters (found 81). 93
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 108
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 135
Errors Method 'getOptionExecutions' is not designed for extension - needs to be abstract, final or empty. 147
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 157
Errors Line is longer than 80 characters (found 97). 161
Errors Avoid inline conditionals. 161
Errors Line is longer than 80 characters (found 85). 169
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 184
Errors Line is longer than 80 characters (found 91). 186

net/sourceforge/plantumldependency/commoncli/program/impl/JavaProgramImpl.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 97). 30
Errors Line is longer than 80 characters (found 107). 31
Errors Line is longer than 80 characters (found 95). 32
Errors Line is longer than 80 characters (found 108). 33
Errors Line is longer than 80 characters (found 96). 34
Errors Line is longer than 80 characters (found 94). 35
Errors Line is longer than 80 characters (found 102). 36
Errors Line is longer than 80 characters (found 100). 37
Errors Line is longer than 80 characters (found 107). 38
Errors Line is longer than 80 characters (found 90). 39
Errors Line is longer than 80 characters (found 111). 40
Errors Line is longer than 80 characters (found 103). 41
Errors Line is longer than 80 characters (found 120). 42
Errors Line is longer than 80 characters (found 112). 43
Errors Line is longer than 80 characters (found 111). 44
Errors Line is longer than 80 characters (found 102). 45
Errors Line is longer than 80 characters (found 115). 46
Errors Line is longer than 80 characters (found 118). 47
Errors Line is longer than 80 characters (found 108). 48
Errors Line is longer than 80 characters (found 100). 49
Errors Line is longer than 80 characters (found 112). 50
Errors Line is longer than 80 characters (found 116). 51
Errors Line is longer than 80 characters (found 120). 52
Errors Line is longer than 80 characters (found 122). 53
Errors Line is longer than 80 characters (found 119). 54
Errors Line is longer than 80 characters (found 123). 55
Errors Line is longer than 80 characters (found 117). 56
Errors Line is longer than 80 characters (found 115). 57
Errors Line is longer than 80 characters (found 115). 58
Errors Line is longer than 80 characters (found 107). 59
Errors Line is longer than 80 characters (found 106). 60
Errors Line is longer than 80 characters (found 113). 61
Errors Line is longer than 80 characters (found 117). 62
Errors Line is longer than 80 characters (found 115). 63
Errors Line is longer than 80 characters (found 116). 64
Errors Line is longer than 80 characters (found 116). 65
Errors Line is longer than 80 characters (found 112). 66
Errors Line is longer than 80 characters (found 125). 67
Errors Line is longer than 80 characters (found 111). 68
Errors Line is longer than 80 characters (found 115). 69
Errors Line is longer than 80 characters (found 115). 70
Errors Line is longer than 80 characters (found 117). 71
Errors Line is longer than 80 characters (found 121). 72
Errors Line is longer than 80 characters (found 113). 73
Errors Line is longer than 80 characters (found 112). 74
Errors Line is longer than 80 characters (found 113). 75
Errors Line is longer than 80 characters (found 116). 76
Errors Line is longer than 80 characters (found 83). 86
Errors Line is longer than 80 characters (found 86). 88
Errors Line is longer than 80 characters (found 85). 89
Errors Line is longer than 80 characters (found 91). 92
Errors Line is longer than 80 characters (found 100). 93
Errors Line is longer than 80 characters (found 83). 94
Errors Line is longer than 80 characters (found 93). 99
Errors Line is longer than 80 characters (found 94). 106
Errors Line is longer than 80 characters (found 89). 112
Errors Line is longer than 80 characters (found 99). 118
Errors Line is longer than 80 characters (found 100). 119
Errors Line is longer than 80 characters (found 115). 122
Errors Line is longer than 80 characters (found 94). 139
Errors Line is longer than 80 characters (found 84). 143
Errors Line is longer than 80 characters (found 99). 145
Errors Line is longer than 80 characters (found 98). 146
Errors Line is longer than 80 characters (found 96). 150
Errors Line is longer than 80 characters (found 94). 169
Errors Line is longer than 80 characters (found 116). 174
Errors Line is longer than 80 characters (found 96). 184
Errors Line is longer than 80 characters (found 95). 186
Errors Line is longer than 80 characters (found 87). 187
Errors Line is longer than 80 characters (found 87). 190
Errors Line is longer than 80 characters (found 90). 191
Errors Line is longer than 80 characters (found 94). 220
Errors Line is longer than 80 characters (found 95). 221
Errors Line is longer than 80 characters (found 99). 224
Errors Line is longer than 80 characters (found 94). 282
Errors Line is longer than 80 characters (found 88). 284
Errors Line is longer than 80 characters (found 100). 289
Errors Line is longer than 80 characters (found 88). 290
Errors Line is longer than 80 characters (found 121). 292
Errors Line is longer than 80 characters (found 94). 305
Errors Line is longer than 80 characters (found 88). 307
Errors Line is longer than 80 characters (found 83). 311
Errors Line is longer than 80 characters (found 100). 314
Errors Line is longer than 80 characters (found 88). 315
Errors Line is longer than 80 characters (found 94). 316
Errors Method 'addExampleCommandLine' is not designed for extension - needs to be abstract, final or empty. 334
Errors Line is longer than 80 characters (found 105). 335
Errors Method 'addKnownBugOrLimitation' is not designed for extension - needs to be abstract, final or empty. 346
Errors Line is longer than 80 characters (found 110). 347
Errors Line is longer than 80 characters (found 89). 348
Errors Method 'addOption' is not designed for extension - needs to be abstract, final or empty. 357
Errors Line is longer than 80 characters (found 105). 361
Errors Line is longer than 80 characters (found 104). 363
Errors Line is longer than 80 characters (found 104). 366
Errors Line is longer than 80 characters (found 117). 369
Errors Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. 382
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 392
Errors Line is longer than 80 characters (found 97). 401
Errors Line is longer than 80 characters (found 82). 404
Errors Line is longer than 80 characters (found 97). 409
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 422
Errors Method 'getAllExecutableOptions' is not designed for extension - needs to be abstract, final or empty. 449
Errors Method 'getAllExecutableOptions' is not designed for extension - needs to be abstract, final or empty. 459
Errors Line is longer than 80 characters (found 88). 460
Errors Method 'getAllExecutableOptions' is not designed for extension - needs to be abstract, final or empty. 473
Errors Line is longer than 80 characters (found 99). 474
Errors Line is longer than 80 characters (found 97). 477
Errors Line is longer than 80 characters (found 95). 479
Errors Method 'getAllMandatoryOptions' is not designed for extension - needs to be abstract, final or empty. 492
Errors Method 'getAllOptionalActiveOptions' is not designed for extension - needs to be abstract, final or empty. 502
Errors Method 'getAllOptions' is not designed for extension - needs to be abstract, final or empty. 512
Errors Method 'getAllOptions' is not designed for extension - needs to be abstract, final or empty. 522
Errors Method 'getAllOptions' is not designed for extension - needs to be abstract, final or empty. 536
Errors Method 'getAuthors' is not designed for extension - needs to be abstract, final or empty. 555
Errors Method 'getFullUsage' is not designed for extension - needs to be abstract, final or empty. 565
Errors Line is longer than 80 characters (found 112). 571
Errors Line is longer than 80 characters (found 116). 579
Errors Method 'getFullUsageDescription' is not designed for extension - needs to be abstract, final or empty. 600
Errors Method 'getFullUsageExamples' is not designed for extension - needs to be abstract, final or empty. 610
Errors Line is longer than 80 characters (found 84). 618
Errors Line is longer than 80 characters (found 84). 624
Errors Method 'getJarName' is not designed for extension - needs to be abstract, final or empty. 650
Errors Method 'getKnownBugsOrLimitations' is not designed for extension - needs to be abstract, final or empty. 660
Errors Line is longer than 80 characters (found 86). 668
Errors Method 'getLicenseNames' is not designed for extension - needs to be abstract, final or empty. 697
Errors Method 'getMainUsage' is not designed for extension - needs to be abstract, final or empty. 707
Errors Line is longer than 80 characters (found 90). 727
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 737
Errors Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. 758
Errors Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 768
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 778
Errors Avoid inline conditionals. 782
Errors Method 'parseCommandLine' is not designed for extension - needs to be abstract, final or empty. 791
Errors Line is longer than 80 characters (found 109). 792
Errors Line is longer than 80 characters (found 83). 795
Errors Line is longer than 80 characters (found 91). 799
Errors Line is longer than 80 characters (found 107). 800
Errors Line is longer than 80 characters (found 99). 801
Errors Line is longer than 80 characters (found 94). 803
Errors Line is longer than 80 characters (found 89). 850
Errors Line is longer than 80 characters (found 89). 864
Errors Line is longer than 80 characters (found 94). 892
Errors Line is longer than 80 characters (found 81). 904

net/sourceforge/plantumldependency/commoncli/program/version/ProgramVersion.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 85). 33
Errors Line is longer than 80 characters (found 93). 35
Errors Line is longer than 80 characters (found 119). 39
Errors Line is longer than 80 characters (found 87). 84

net/sourceforge/plantumldependency/commoncli/program/version/impl/ProgramVersionImpl.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 94). 29
Errors Line is longer than 80 characters (found 105). 30
Errors Line is longer than 80 characters (found 105). 31
Errors Line is longer than 80 characters (found 102). 32
Errors Line is longer than 80 characters (found 100). 33
Errors Line is longer than 80 characters (found 96). 34
Errors Line is longer than 80 characters (found 97). 35
Errors Line is longer than 80 characters (found 96). 36
Errors Line is longer than 80 characters (found 90). 37
Errors Line is longer than 80 characters (found 116). 38
Errors Line is longer than 80 characters (found 122). 39
Errors Line is longer than 80 characters (found 83). 44
Errors Line is longer than 80 characters (found 93). 49
Errors Line is longer than 80 characters (found 97). 59
Errors Line is longer than 80 characters (found 106). 87
Errors Line is longer than 80 characters (found 104). 104
Errors Line is longer than 80 characters (found 104). 124
Errors Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. 138
Errors Line is longer than 80 characters (found 97). 143
Errors Avoid inline conditionals. 143
Errors Line is longer than 80 characters (found 111). 144
Errors Avoid inline conditionals. 144
Errors Line is longer than 80 characters (found 97). 146
Errors Avoid inline conditionals. 146
Errors Line is longer than 80 characters (found 115). 147
Errors Avoid inline conditionals. 147
Errors Line is longer than 80 characters (found 107). 149
Errors Avoid inline conditionals. 149
Errors Line is longer than 80 characters (found 112). 150
Errors Avoid inline conditionals. 150
Errors Line is longer than 80 characters (found 88). 153
Errors Line is longer than 80 characters (found 116). 155
Errors Avoid inline conditionals. 155
Errors Avoid inline conditionals. 155
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 176
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 195
Errors Method 'getCompilationTime' is not designed for extension - needs to be abstract, final or empty. 234
Errors Method 'getFullVersionNumber' is not designed for extension - needs to be abstract, final or empty. 244
Errors Line is longer than 80 characters (found 116). 246
Errors Method 'getMajorVersionNumber' is not designed for extension - needs to be abstract, final or empty. 254
Errors Method 'getMinorVersionNumber' is not designed for extension - needs to be abstract, final or empty. 264
Errors Method 'getRevisionVersionNumber' is not designed for extension - needs to be abstract, final or empty. 274
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 284
Errors Line is longer than 80 characters (found 95). 288
Errors Avoid inline conditionals. 288
Errors Line is longer than 80 characters (found 95). 292
Errors Avoid inline conditionals. 292
Errors Method 'isSnapshot' is not designed for extension - needs to be abstract, final or empty. 301
Errors Line is longer than 80 characters (found 88). 310
Errors Line is longer than 80 characters (found 87). 324
Errors Line is longer than 80 characters (found 105). 330
Errors Line is longer than 80 characters (found 87). 339
Errors Line is longer than 80 characters (found 105). 345
Errors Line is longer than 80 characters (found 90). 354
Errors Line is longer than 80 characters (found 105). 360
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 382
Errors Line is longer than 80 characters (found 108). 384
Errors Line is longer than 80 characters (found 112). 385

net/sourceforge/plantumldependency/commoncli/utils/fileset/FileSetUtils.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 100). 27
Errors Line is longer than 80 characters (found 122). 28
Errors Line is longer than 80 characters (found 93). 38
Errors Line is longer than 80 characters (found 96). 54
Errors Line is longer than 80 characters (found 94). 78

net/sourceforge/plantumldependency/commoncli/utils/version/ProgramVersionUtils.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 104). 32
Errors Line is longer than 80 characters (found 100). 33
Errors Line is longer than 80 characters (found 107). 34
Errors Line is longer than 80 characters (found 92). 35
Errors Line is longer than 80 characters (found 90). 36
Errors Line is longer than 80 characters (found 92). 37
Errors Line is longer than 80 characters (found 111). 38
Errors Line is longer than 80 characters (found 106). 39
Errors Line is longer than 80 characters (found 109). 40
Errors Line is longer than 80 characters (found 111). 41
Errors Line is longer than 80 characters (found 116). 42
Errors Line is longer than 80 characters (found 119). 43
Errors Line is longer than 80 characters (found 118). 44
Errors Line is longer than 80 characters (found 111). 45
Errors Line is longer than 80 characters (found 119). 46
Errors Line is longer than 80 characters (found 87). 59
Errors Line is longer than 80 characters (found 83). 60
Errors Line is longer than 80 characters (found 92). 61
Errors Line is longer than 80 characters (found 93). 66
Errors Line is longer than 80 characters (found 98). 73
Errors Line is longer than 80 characters (found 96). 79
Errors Line is longer than 80 characters (found 100). 88
Errors Line is longer than 80 characters (found 86). 93
Errors Line is longer than 80 characters (found 93). 95
Errors Line is longer than 80 characters (found 96). 97
Errors Line is longer than 80 characters (found 96). 99
Errors Line is longer than 80 characters (found 98). 101
Errors Line is longer than 80 characters (found 88). 103
Errors Line is longer than 80 characters (found 94). 107
Errors Line is longer than 80 characters (found 93). 109
Errors Line is longer than 80 characters (found 119). 116
Errors Line is longer than 80 characters (found 84). 118
Errors Line is longer than 80 characters (found 86). 122
Errors Line is longer than 80 characters (found 93). 124
Errors Line is longer than 80 characters (found 96). 126
Errors Line is longer than 80 characters (found 96). 128
Errors Line is longer than 80 characters (found 98). 130
Errors Line is longer than 80 characters (found 88). 132
Errors Line is longer than 80 characters (found 94). 136
Errors Line is longer than 80 characters (found 83). 140
Errors Line is longer than 80 characters (found 93). 142
Errors Line is longer than 80 characters (found 96). 149
Errors Line is longer than 80 characters (found 98). 150
Errors Line is longer than 80 characters (found 82). 151
Errors Line is longer than 80 characters (found 113). 152
Errors Line is longer than 80 characters (found 93). 156
Errors Line is longer than 80 characters (found 106). 157
Errors Line is longer than 80 characters (found 85). 160
Errors Line is longer than 80 characters (found 82). 163
Errors Line is longer than 80 characters (found 111). 164
Errors Line is longer than 80 characters (found 91). 166
Errors Line is longer than 80 characters (found 117). 167
Errors Line is longer than 80 characters (found 91). 169
Errors Line is longer than 80 characters (found 117). 170
Errors Line is longer than 80 characters (found 93). 179
Errors Line is longer than 80 characters (found 96). 181
Errors Line is longer than 80 characters (found 96). 183
Errors Line is longer than 80 characters (found 98). 185
Errors Line is longer than 80 characters (found 88). 187
Errors Line is longer than 80 characters (found 89). 191
Errors Line is longer than 80 characters (found 93). 193
Errors Line is longer than 80 characters (found 104). 202
Errors Line is longer than 80 characters (found 96). 204
Errors Line is longer than 80 characters (found 93). 210
Errors Line is longer than 80 characters (found 96). 212
Errors Line is longer than 80 characters (found 96). 214
Errors Line is longer than 80 characters (found 98). 216
Errors Line is longer than 80 characters (found 88). 218
Errors Line is longer than 80 characters (found 89). 222
Errors Line is longer than 80 characters (found 83). 226
Errors Line is longer than 80 characters (found 93). 228
Errors Line is longer than 80 characters (found 104). 237
Errors Line is longer than 80 characters (found 111). 238
Errors Line is longer than 80 characters (found 105). 239
Errors Line is longer than 80 characters (found 113). 240
Errors Line is longer than 80 characters (found 116). 248
Errors Line is longer than 80 characters (found 92). 257
Errors Line is longer than 80 characters (found 93). 260
Errors Line is longer than 80 characters (found 96). 262
Errors Line is longer than 80 characters (found 96). 264
Errors Line is longer than 80 characters (found 98). 266
Errors Line is longer than 80 characters (found 88). 268
Errors Line is longer than 80 characters (found 95). 272
Errors Line is longer than 80 characters (found 93). 274
Errors Line is longer than 80 characters (found 83). 283
Errors Line is longer than 80 characters (found 119). 284
Errors Line is longer than 80 characters (found 114). 285
Errors Line is longer than 80 characters (found 92). 289
Errors Line is longer than 80 characters (found 93). 292
Errors Line is longer than 80 characters (found 96). 294
Errors Line is longer than 80 characters (found 96). 296
Errors Line is longer than 80 characters (found 98). 298
Errors Line is longer than 80 characters (found 88). 300
Errors Line is longer than 80 characters (found 95). 304
Errors Line is longer than 80 characters (found 83). 308
Errors Line is longer than 80 characters (found 93). 310
Errors Line is longer than 80 characters (found 83). 319
Errors Line is longer than 80 characters (found 113). 320
Errors Line is longer than 80 characters (found 100). 327
Errors Line is longer than 80 characters (found 114). 329
Errors Line is longer than 80 characters (found 96). 336
Errors Line is longer than 80 characters (found 93). 339
Errors Line is longer than 80 characters (found 96). 341
Errors Line is longer than 80 characters (found 96). 343
Errors Line is longer than 80 characters (found 98). 345
Errors Line is longer than 80 characters (found 88). 347
Errors Line is longer than 80 characters (found 92). 351
Errors Line is longer than 80 characters (found 94). 353
Errors Line is longer than 80 characters (found 93). 354
Errors Line is longer than 80 characters (found 94). 363
Errors Line is longer than 80 characters (found 105). 364
Errors Line is longer than 80 characters (found 112). 366
Errors Line is longer than 80 characters (found 96). 371
Errors Line is longer than 80 characters (found 93). 374
Errors Line is longer than 80 characters (found 96). 376
Errors Line is longer than 80 characters (found 96). 378
Errors Line is longer than 80 characters (found 98). 380
Errors Line is longer than 80 characters (found 88). 382
Errors Line is longer than 80 characters (found 83). 389
Errors Line is longer than 80 characters (found 98). 392
Errors Line is longer than 80 characters (found 93). 393
Errors Line is longer than 80 characters (found 89). 402
Errors Line is longer than 80 characters (found 112). 403
Errors Line is longer than 80 characters (found 105). 405
Errors Line is longer than 80 characters (found 113). 406
Errors Line is longer than 80 characters (found 84). 407
Errors Line is longer than 80 characters (found 120). 415
Errors Line is longer than 80 characters (found 103). 417
Errors Line is longer than 80 characters (found 96). 427
Errors Line is longer than 80 characters (found 93). 430
Errors Line is longer than 80 characters (found 96). 432
Errors Line is longer than 80 characters (found 96). 434
Errors Line is longer than 80 characters (found 98). 436
Errors Line is longer than 80 characters (found 88). 438
Errors Line is longer than 80 characters (found 83). 442
Errors Line is longer than 80 characters (found 93). 443
Errors Line is longer than 80 characters (found 95). 452
Errors Line is longer than 80 characters (found 107). 453
Errors Line is longer than 80 characters (found 112). 454
Errors Line is longer than 80 characters (found 96). 459
Errors Line is longer than 80 characters (found 93). 462
Errors Line is longer than 80 characters (found 96). 464
Errors Line is longer than 80 characters (found 96). 466
Errors Line is longer than 80 characters (found 98). 468
Errors Line is longer than 80 characters (found 88). 470
Errors Line is longer than 80 characters (found 83). 474
Errors Line is longer than 80 characters (found 93). 475
Errors Line is longer than 80 characters (found 95). 484
Errors Line is longer than 80 characters (found 107). 485
Errors Line is longer than 80 characters (found 112). 486
Errors Line is longer than 80 characters (found 100). 494
Errors Line is longer than 80 characters (found 98). 495
Errors Line is longer than 80 characters (found 98). 496
Errors Line is longer than 80 characters (found 100). 498
Errors Line is longer than 80 characters (found 98). 501
Errors Line is longer than 80 characters (found 94). 504
Errors Line is longer than 80 characters (found 85). 508
Errors Line is longer than 80 characters (found 98). 511
Errors Line is longer than 80 characters (found 121). 512
Errors Line is longer than 80 characters (found 105). 514
Errors Line is longer than 80 characters (found 119). 515
Errors Line is longer than 80 characters (found 86). 517
Errors Line is longer than 80 characters (found 110). 520
Errors Line is longer than 80 characters (found 100). 527
Errors Line is longer than 80 characters (found 98). 528
Errors Line is longer than 80 characters (found 98). 529
Errors Line is longer than 80 characters (found 100). 531
Errors Line is longer than 80 characters (found 94). 534
Errors Line is longer than 80 characters (found 85). 537
Errors Line is longer than 80 characters (found 105). 540
Errors Line is longer than 80 characters (found 103). 541
Errors Line is longer than 80 characters (found 109). 542
Errors Line is longer than 80 characters (found 113). 543
Errors Line is longer than 80 characters (found 113). 548
Errors Line is longer than 80 characters (found 92). 553
Errors Line is longer than 80 characters (found 100). 559
Errors Line is longer than 80 characters (found 90). 560
Errors Line is longer than 80 characters (found 84). 561
Errors Line is longer than 80 characters (found 100). 563
Errors Line is longer than 80 characters (found 88). 566
Errors Line is longer than 80 characters (found 100). 567
Errors Line is longer than 80 characters (found 85). 569
Errors Line is longer than 80 characters (found 110). 572
Errors Line is longer than 80 characters (found 109). 573
Errors Line is longer than 80 characters (found 91). 577
Errors Line is longer than 80 characters (found 86). 580
Errors Line is longer than 80 characters (found 86). 581
Errors Line is longer than 80 characters (found 89). 582
Errors Line is longer than 80 characters (found 117). 583
Errors Line is longer than 80 characters (found 90). 584
Errors Line is longer than 80 characters (found 107). 586
Errors Line is longer than 80 characters (found 99). 595
Errors Line is longer than 80 characters (found 99). 599
Errors Line is longer than 80 characters (found 100). 604
Errors Line is longer than 80 characters (found 97). 607
Errors Line is longer than 80 characters (found 113). 611
Errors Line is longer than 80 characters (found 100). 613
Errors Line is longer than 80 characters (found 97). 620
Errors Line is longer than 80 characters (found 99). 626
Errors Line is longer than 80 characters (found 98). 628
Errors Line is longer than 80 characters (found 95). 629
Errors Line is longer than 80 characters (found 81). 634
Errors Line is longer than 80 characters (found 100). 638