Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
84 0 0 2599

Files

Files Infos Warnings Errors
net/sourceforge/plantumldependency/cli/constants/PlantUMLConstants.java 0 0 1
net/sourceforge/plantumldependency/cli/constants/PlantUMLDependencyConstants.java 0 0 35
net/sourceforge/plantumldependency/cli/constants/RegularExpressionConstants.java 0 0 6
net/sourceforge/plantumldependency/cli/constants/log/ErrorConstants.java 0 0 38
net/sourceforge/plantumldependency/cli/constants/log/FineConstants.java 0 0 16
net/sourceforge/plantumldependency/cli/constants/log/InfoConstants.java 0 0 6
net/sourceforge/plantumldependency/cli/exception/PlantUMLDependencyException.java 0 0 9
net/sourceforge/plantumldependency/cli/generic/GenericDependency.java 0 0 13
net/sourceforge/plantumldependency/cli/generic/impl/GenericDependencyImpl.java 0 0 30
net/sourceforge/plantumldependency/cli/generic/type/DependencyType.java 0 0 33
net/sourceforge/plantumldependency/cli/generic/type/Displayable.java 0 0 10
net/sourceforge/plantumldependency/cli/generic/type/ImportDependenciesCollection.java 0 0 28
net/sourceforge/plantumldependency/cli/generic/type/ImportType.java 0 0 13
net/sourceforge/plantumldependency/cli/generic/type/impl/DependencyTypeImpl.java 0 0 179
net/sourceforge/plantumldependency/cli/generic/type/impl/ImportDependenciesCollectionImpl.java 0 0 59
net/sourceforge/plantumldependency/cli/generic/type/impl/annotationimpl/AnnotationDependencyTypeImpl.java 0 0 26
net/sourceforge/plantumldependency/cli/generic/type/impl/classimpl/ClassAbstractDependencyTypeImpl.java 0 0 30
net/sourceforge/plantumldependency/cli/generic/type/impl/classimpl/ClassDependencyTypeImpl.java 0 0 30
net/sourceforge/plantumldependency/cli/generic/type/impl/enumimpl/EnumDependencyTypeImpl.java 0 0 29
net/sourceforge/plantumldependency/cli/generic/type/impl/interfaceimpl/InterfaceDependencyTypeImpl.java 0 0 28
net/sourceforge/plantumldependency/cli/generic/type/impl/nativeimpl/NativeDependencyTypeImpl.java 0 0 17
net/sourceforge/plantumldependency/cli/generic/type/impl/stubimpl/StubDependencyTypeImpl.java 0 0 15
net/sourceforge/plantumldependency/cli/main/ant/PlantUMLDependencyProgramTask.java 0 0 68
net/sourceforge/plantumldependency/cli/main/option/basedirectory/PlantUMLDependencyBaseDirectoryOption.java 0 0 15
net/sourceforge/plantumldependency/cli/main/option/display/name/PlantUMLDependencyDisplayNameOption.java 0 0 18
net/sourceforge/plantumldependency/cli/main/option/display/name/argument/PlantUMLDependencyDisplayNameOptionArgument.java 0 0 15
net/sourceforge/plantumldependency/cli/main/option/display/packagename/PlantUMLDependencyDisplayPackageNameOption.java 0 0 18
net/sourceforge/plantumldependency/cli/main/option/display/packagename/argument/PlantUMLDependencyDisplayPackageNameOptionArgument.java 0 0 15
net/sourceforge/plantumldependency/cli/main/option/display/type/PlantUMLDependencyDisplayTypeOption.java 0 0 21
net/sourceforge/plantumldependency/cli/main/option/display/type/argument/DisplayType.java 0 0 23
net/sourceforge/plantumldependency/cli/main/option/display/type/argument/PlantUMLDependencyDisplayTypeOptionArgument.java 0 0 28
net/sourceforge/plantumldependency/cli/main/option/exclude/PlantUMLDependencyExcludeOption.java 0 0 17
net/sourceforge/plantumldependency/cli/main/option/include/PlantUMLDependencyIncludeOption.java 0 0 34
net/sourceforge/plantumldependency/cli/main/option/output/PlantUMLDependencyOutputOption.java 0 0 88
net/sourceforge/plantumldependency/cli/main/option/output/PlantUMLDependencyOutputOptionExecution.java 0 0 70
net/sourceforge/plantumldependency/cli/main/option/programminglanguage/PlantUMLDependencyProgrammingLanguageOption.java 0 0 19
net/sourceforge/plantumldependency/cli/main/option/programminglanguage/argument/CppProgrammingLanguage.java 0 0 11
net/sourceforge/plantumldependency/cli/main/option/programminglanguage/argument/JavaProgrammingLanguage.java 0 0 393
net/sourceforge/plantumldependency/cli/main/option/programminglanguage/argument/PlantUMLDependencyProgrammingLanguageOptionArgument.java 0 0 18
net/sourceforge/plantumldependency/cli/main/option/programminglanguage/argument/ProgrammingLanguage.java 0 0 54
net/sourceforge/plantumldependency/cli/main/option/programminglanguage/argument/java/JavaRawDependency.java 0 0 47
net/sourceforge/plantumldependency/cli/main/option/programminglanguage/argument/java/type/AnnotationJavaType.java 0 0 32
net/sourceforge/plantumldependency/cli/main/option/programminglanguage/argument/java/type/ClassJavaType.java 0 0 47
net/sourceforge/plantumldependency/cli/main/option/programminglanguage/argument/java/type/EnumJavaType.java 0 0 42
net/sourceforge/plantumldependency/cli/main/option/programminglanguage/argument/java/type/InterfaceJavaType.java 0 0 40
net/sourceforge/plantumldependency/cli/main/option/programminglanguage/argument/java/type/JavaParentType.java 0 0 3
net/sourceforge/plantumldependency/cli/main/option/programminglanguage/argument/java/type/JavaType.java 0 0 80
net/sourceforge/plantumldependency/cli/main/option/programminglanguage/context/AbstractProgrammingLanguageContext.java 0 0 152
net/sourceforge/plantumldependency/cli/main/option/programminglanguage/context/ProgrammingLanguageContext.java 0 0 32
net/sourceforge/plantumldependency/cli/main/option/programminglanguage/context/impl/CppProgrammingLanguageContext.java 0 0 38
net/sourceforge/plantumldependency/cli/main/option/programminglanguage/context/impl/JavaProgrammingLanguageContext.java 0 0 40
net/sourceforge/plantumldependency/cli/main/program/PlantUMLDependencyProgram.java 0 0 78
net/sourceforge/plantumldependency/cli/plantumldiagram/PlantUMLDiagram.java 0 0 4
net/sourceforge/plantumldependency/cli/plantumldiagram/WithDescription.java 0 0 4
net/sourceforge/plantumldependency/cli/plantumldiagram/classes/PlantUMLClassesDiagram.java 0 0 8
net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/AbstractPlantUMLClassesDiagramElement.java 0 0 24
net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/PlantUMLClassesDiagramAbstractClassElement.java 0 0 3
net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/PlantUMLClassesDiagramAnnotationElement.java 0 0 4
net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/PlantUMLClassesDiagramClassElement.java 0 0 4
net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/PlantUMLClassesDiagramElement.java 0 0 7
net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/PlantUMLClassesDiagramEnumElement.java 0 0 4
net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/PlantUMLClassesDiagramInterfaceElement.java 0 0 4
net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/impl/PlantUMLClassesDiagramAbstractClassElementImpl.java 0 0 10
net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/impl/PlantUMLClassesDiagramAnnotationElementImpl.java 0 0 25
net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/impl/PlantUMLClassesDiagramClassElementImpl.java 0 0 28
net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/impl/PlantUMLClassesDiagramEnumElementImpl.java 0 0 25
net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/impl/PlantUMLClassesDiagramInterfaceElementImpl.java 0 0 25
net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/stereotype/PlantUMLSpottedCharacter.java 0 0 6
net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/stereotype/PlantUMLStereotype.java 0 0 7
net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/stereotype/WithStereotype.java 0 0 5
net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/stereotype/impl/PlantUMLSpottedCharacterImpl.java 0 0 24
net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/stereotype/impl/PlantUMLStereotypeImpl.java 0 0 38
net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/tag/PlantUMLClassesDiagramElementTag.java 0 0 6
net/sourceforge/plantumldependency/cli/plantumldiagram/classes/impl/PlantUMLClassesDiagramImpl.java 0 0 49
net/sourceforge/plantumldependency/cli/plantumldiagram/classes/relation/AbstractPlantUMLClassesDiagramRelation.java 0 0 29
net/sourceforge/plantumldependency/cli/plantumldiagram/classes/relation/PlantUMLClassesDiagramExtendRelation.java 0 0 3
net/sourceforge/plantumldependency/cli/plantumldiagram/classes/relation/PlantUMLClassesDiagramImplementRelation.java 0 0 3
net/sourceforge/plantumldependency/cli/plantumldiagram/classes/relation/PlantUMLClassesDiagramRelation.java 0 0 5
net/sourceforge/plantumldependency/cli/plantumldiagram/classes/relation/PlantUMLClassesDiagramRelationType.java 0 0 5
net/sourceforge/plantumldependency/cli/plantumldiagram/classes/relation/PlantUMLClassesDiagramUseRelation.java 0 0 3
net/sourceforge/plantumldependency/cli/plantumldiagram/classes/relation/impl/PlantUMLClassesDiagramExtendRelationImpl.java 0 0 10
net/sourceforge/plantumldependency/cli/plantumldiagram/classes/relation/impl/PlantUMLClassesDiagramImplementRelationImpl.java 0 0 10
net/sourceforge/plantumldependency/cli/plantumldiagram/classes/relation/impl/PlantUMLClassesDiagramUseRelationImpl.java 0 0 10

Rules

Rules Violations Severity
JavadocPackage
  • allowLegacy: "true"
0 Errors Error
NewlineAtEndOfFile 1 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 2340 Errors Error
MethodLength 0 Errors Error
ParameterNumber 1 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 1 Errors Error
LeftCurly 0 Errors Error
NeedBraces 0 Errors Error
RightCurly 0 Errors Error
AvoidInlineConditionals 40 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 216 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/cli/constants/PlantUMLConstants.java

Violation Message Line
Errors Line is longer than 80 characters (found 93). 30

net/sourceforge/plantumldependency/cli/constants/PlantUMLDependencyConstants.java

Violation Message Line
Errors Line is longer than 80 characters (found 116). 29
Errors Line is longer than 80 characters (found 111). 30
Errors Line is longer than 80 characters (found 107). 31
Errors Line is longer than 80 characters (found 105). 32
Errors Line is longer than 80 characters (found 110). 33
Errors Line is longer than 80 characters (found 115). 34
Errors Line is longer than 80 characters (found 107). 35
Errors Line is longer than 80 characters (found 110). 36
Errors Line is longer than 80 characters (found 114). 37
Errors Line is longer than 80 characters (found 114). 38
Errors Line is longer than 80 characters (found 96). 40
Errors Line is longer than 80 characters (found 95). 41
Errors Line is longer than 80 characters (found 108). 42
Errors Line is longer than 80 characters (found 81). 49
Errors Line is longer than 80 characters (found 100). 50
Errors Line is longer than 80 characters (found 92). 51
Errors Line is longer than 80 characters (found 108). 52
Errors Line is longer than 80 characters (found 123). 53
Errors Line is longer than 80 characters (found 117). 54
Errors Line is longer than 80 characters (found 81). 57
Errors Line is longer than 80 characters (found 93). 59
Errors Line is longer than 80 characters (found 89). 68
Errors Line is longer than 80 characters (found 116). 69
Errors Line is longer than 80 characters (found 88). 71
Errors Line is longer than 80 characters (found 82). 72
Errors Line is longer than 80 characters (found 89). 74
Errors Line is longer than 80 characters (found 132). 75
Errors Line is longer than 80 characters (found 104). 78
Errors Line is longer than 80 characters (found 105). 79
Errors Line is longer than 80 characters (found 83). 80
Errors Line is longer than 80 characters (found 92). 82
Errors Line is longer than 80 characters (found 119). 83
Errors Line is longer than 80 characters (found 121). 96
Errors Line is longer than 80 characters (found 117). 105
Errors Line is longer than 80 characters (found 99). 109

net/sourceforge/plantumldependency/cli/constants/RegularExpressionConstants.java

Violation Message Line
Errors Line is longer than 80 characters (found 93). 34
Errors Line is longer than 80 characters (found 240). 44
Errors Line is longer than 80 characters (found 100). 47
Errors Line is longer than 80 characters (found 84). 50
Errors Line is longer than 80 characters (found 120). 53
Errors Line is longer than 80 characters (found 119). 56

net/sourceforge/plantumldependency/cli/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 162). 38
Errors Line is longer than 80 characters (found 140). 41
Errors Line is longer than 80 characters (found 164). 44
Errors Line is longer than 80 characters (found 128). 47
Errors Line is longer than 80 characters (found 118). 50
Errors Line is longer than 80 characters (found 128). 53
Errors Line is longer than 80 characters (found 136). 56
Errors Line is longer than 80 characters (found 152). 59
Errors Line is longer than 80 characters (found 136). 62
Errors Line is longer than 80 characters (found 126). 65
Errors Line is longer than 80 characters (found 185). 68
Errors Line is longer than 80 characters (found 126). 71
Errors Line is longer than 80 characters (found 148). 74
Errors Line is longer than 80 characters (found 165). 77
Errors Line is longer than 80 characters (found 140). 80
Errors Line is longer than 80 characters (found 130). 83
Errors Line is longer than 80 characters (found 156). 86
Errors Line is longer than 80 characters (found 196). 89
Errors Line is longer than 80 characters (found 144). 92
Errors Line is longer than 80 characters (found 153). 95
Errors Line is longer than 80 characters (found 165). 98
Errors Line is longer than 80 characters (found 151). 101
Errors Line is longer than 80 characters (found 178). 104
Errors Line is longer than 80 characters (found 161). 107
Errors Line is longer than 80 characters (found 144). 110
Errors Line is longer than 80 characters (found 150). 113
Errors Line is longer than 80 characters (found 126). 116
Errors Line is longer than 80 characters (found 142). 119
Errors Line is longer than 80 characters (found 181). 122
Errors Line is longer than 80 characters (found 197). 125
Errors Line is longer than 80 characters (found 148). 128
Errors Line is longer than 80 characters (found 152). 131
Errors Line is longer than 80 characters (found 199). 134
Errors Line is longer than 80 characters (found 169). 137
Errors Line is longer than 80 characters (found 130). 140
Errors Line is longer than 80 characters (found 152). 143

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

Violation Message Line
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 151). 38
Errors Line is longer than 80 characters (found 191). 41
Errors Line is longer than 80 characters (found 186). 44
Errors Line is longer than 80 characters (found 173). 47
Errors Line is longer than 80 characters (found 193). 50
Errors Line is longer than 80 characters (found 87). 52
Errors Line is longer than 80 characters (found 252). 53
Errors Line is longer than 80 characters (found 188). 56
Errors Line is longer than 80 characters (found 165). 59
Errors Line is longer than 80 characters (found 175). 62
Errors Line is longer than 80 characters (found 126). 65
Errors Line is longer than 80 characters (found 125). 68
Errors Line is longer than 80 characters (found 148). 71
Errors Line is longer than 80 characters (found 151). 74

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

Violation Message Line
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 115). 38
Errors Line is longer than 80 characters (found 147). 41
Errors Line is longer than 80 characters (found 135). 44
Errors Line is longer than 80 characters (found 139). 47

net/sourceforge/plantumldependency/cli/exception/PlantUMLDependencyException.java

Violation Message Line
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 98). 41
Errors Line is longer than 80 characters (found 97). 45
Errors Line is longer than 80 characters (found 98). 56
Errors Line is longer than 80 characters (found 97). 60
Errors Line is longer than 80 characters (found 99). 63
Errors Line is longer than 80 characters (found 98). 64
Errors Line is longer than 80 characters (found 88). 68

net/sourceforge/plantumldependency/cli/generic/GenericDependency.java

Violation Message Line
Errors Line is longer than 80 characters (found 99). 33
Errors Line is longer than 80 characters (found 100). 34
Errors Line is longer than 80 characters (found 99). 35
Errors Line is longer than 80 characters (found 96). 36
Errors Line is longer than 80 characters (found 95). 37
Errors Line is longer than 80 characters (found 99). 38
Errors Line is longer than 80 characters (found 93). 41
Errors Line is longer than 80 characters (found 90). 45
Errors Line is longer than 80 characters (found 95). 49
Errors Line is longer than 80 characters (found 86). 51
Errors Line is longer than 80 characters (found 82). 57
Errors Line is longer than 80 characters (found 95). 99
Errors Line is longer than 80 characters (found 100). 102

net/sourceforge/plantumldependency/cli/generic/impl/GenericDependencyImpl.java

Violation Message Line
Errors Line is longer than 80 characters (found 109). 29
Errors Line is longer than 80 characters (found 102). 30
Errors Line is longer than 80 characters (found 100). 31
Errors Line is longer than 80 characters (found 96). 32
Errors Line is longer than 80 characters (found 96). 33
Errors Line is longer than 80 characters (found 96). 39
Errors Line is longer than 80 characters (found 86). 43
Errors Line is longer than 80 characters (found 93). 45
Errors Line is longer than 80 characters (found 100). 55
Errors Line is longer than 80 characters (found 94). 57
Errors Line is longer than 80 characters (found 93). 61
Errors Line is longer than 80 characters (found 89). 65
Errors Line is longer than 80 characters (found 99). 76
Errors Line is longer than 80 characters (found 83). 77
Errors Line is longer than 80 characters (found 95). 81
Errors Line is longer than 80 characters (found 86). 84
Errors Line is longer than 80 characters (found 99). 87
Errors Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. 96
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 114
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 133
Errors Method 'getDependencyType' is not designed for extension - needs to be abstract, final or empty. 160
Errors Method 'getFullName' is not designed for extension - needs to be abstract, final or empty. 170
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 180
Errors Method 'getPackageName' is not designed for extension - needs to be abstract, final or empty. 190
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 200
Errors Line is longer than 80 characters (found 93). 204
Errors Avoid inline conditionals. 204
Errors Method 'setDependencyType' is not designed for extension - needs to be abstract, final or empty. 213
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 223
Errors Line is longer than 80 characters (found 87). 225

net/sourceforge/plantumldependency/cli/generic/type/DependencyType.java

Violation Message Line
Errors Line is longer than 80 characters (found 92). 32
Errors Line is longer than 80 characters (found 108). 33
Errors Line is longer than 80 characters (found 110). 34
Errors Line is longer than 80 characters (found 100). 38
Errors Line is longer than 80 characters (found 83). 39
Errors Line is longer than 80 characters (found 93). 41
Errors Line is longer than 80 characters (found 118). 45
Errors Line is longer than 80 characters (found 97). 49
Errors Line is longer than 80 characters (found 92). 50
Errors Line is longer than 80 characters (found 100). 53
Errors Line is longer than 80 characters (found 82). 60
Errors Line is longer than 80 characters (found 99). 74
Errors Line is longer than 80 characters (found 97). 81
Errors Line is longer than 80 characters (found 99). 117
Errors Line is longer than 80 characters (found 97). 118
Errors Line is longer than 80 characters (found 99). 124
Errors Line is longer than 80 characters (found 99). 131
Errors Line is longer than 80 characters (found 100). 132
Errors Line is longer than 80 characters (found 99). 138
Errors Line is longer than 80 characters (found 94). 145
Errors Line is longer than 80 characters (found 108). 147
Errors Line is longer than 80 characters (found 94). 152
Errors Line is longer than 80 characters (found 84). 161
Errors Line is longer than 80 characters (found 99). 162
Errors Line is longer than 80 characters (found 94). 169
Errors Line is longer than 80 characters (found 98). 173
Errors Line is longer than 80 characters (found 93). 174
Errors Line is longer than 80 characters (found 96). 177
Errors Line is longer than 80 characters (found 82). 178
Errors Line is longer than 80 characters (found 95). 180
Errors Line is longer than 80 characters (found 84). 182
Errors Line is longer than 80 characters (found 99). 183
Errors Line is longer than 80 characters (found 118). 187

net/sourceforge/plantumldependency/cli/generic/type/Displayable.java

Violation Message Line
Errors Line is longer than 80 characters (found 92). 30
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 99). 43
Errors Line is longer than 80 characters (found 88). 47
Errors Line is longer than 80 characters (found 93). 48
Errors Line is longer than 80 characters (found 94). 51
Errors Line is longer than 80 characters (found 86). 53
Errors Line is longer than 80 characters (found 90). 54
Errors Line is longer than 80 characters (found 101). 58

net/sourceforge/plantumldependency/cli/generic/type/ImportDependenciesCollection.java

Violation Message Line
Errors Line is longer than 80 characters (found 93). 37
Errors Line is longer than 80 characters (found 116). 41
Errors Line is longer than 80 characters (found 98). 47
Errors Line is longer than 80 characters (found 87). 49
Errors Line is longer than 80 characters (found 90). 52
Errors Line is longer than 80 characters (found 91). 55
Errors Line is longer than 80 characters (found 92). 58
Errors Line is longer than 80 characters (found 99). 60
Errors Line is longer than 80 characters (found 106). 64
Errors Line is longer than 80 characters (found 97). 67
Errors Line is longer than 80 characters (found 99). 72
Errors Line is longer than 80 characters (found 86). 79
Errors Line is longer than 80 characters (found 88). 84
Errors Line is longer than 80 characters (found 100). 85
Errors Line is longer than 80 characters (found 102). 89
Errors Line is longer than 80 characters (found 92). 92
Errors Line is longer than 80 characters (found 95). 93
Errors Line is longer than 80 characters (found 95). 98
Errors Line is longer than 80 characters (found 99). 105
Errors Line is longer than 80 characters (found 97). 106
Errors Line is longer than 80 characters (found 91). 114
Errors Line is longer than 80 characters (found 83). 118
Errors Line is longer than 80 characters (found 99). 121
Errors Line is longer than 80 characters (found 90). 122
Errors Line is longer than 80 characters (found 81). 123
Errors Line is longer than 80 characters (found 96). 129
Errors Line is longer than 80 characters (found 95). 130
Errors Line is longer than 80 characters (found 96). 134

net/sourceforge/plantumldependency/cli/generic/type/ImportType.java

Violation Message Line
Errors Line is longer than 80 characters (found 107). 28
Errors Line is longer than 80 characters (found 114). 29
Errors Line is longer than 80 characters (found 114). 30
Errors Line is longer than 80 characters (found 92). 36
Errors Line is longer than 80 characters (found 100). 39
Errors Line is longer than 80 characters (found 96). 40
Errors Line is longer than 80 characters (found 98). 41
Errors Line is longer than 80 characters (found 96). 42
Errors Line is longer than 80 characters (found 93). 44
Errors Line is longer than 80 characters (found 103). 57
Errors Line is longer than 80 characters (found 96). 60
Errors Line is longer than 80 characters (found 95). 69
Errors Line is longer than 80 characters (found 88). 94

net/sourceforge/plantumldependency/cli/generic/type/impl/DependencyTypeImpl.java

Violation Message Line
Errors Line is longer than 80 characters (found 128). 30
Errors Line is longer than 80 characters (found 136). 31
Errors Line is longer than 80 characters (found 116). 32
Errors Line is longer than 80 characters (found 118). 33
Errors Line is longer than 80 characters (found 144). 34
Errors Line is longer than 80 characters (found 90). 35
Errors Line is longer than 80 characters (found 111). 36
Errors Line is longer than 80 characters (found 121). 37
Errors Line is longer than 80 characters (found 110). 38
Errors Line is longer than 80 characters (found 115). 39
Errors Line is longer than 80 characters (found 94). 40
Errors Line is longer than 80 characters (found 102). 41
Errors Line is longer than 80 characters (found 96). 42
Errors Line is longer than 80 characters (found 96). 43
Errors Line is longer than 80 characters (found 90). 44
Errors Line is longer than 80 characters (found 92). 45
Errors Line is longer than 80 characters (found 88). 54
Errors Line is longer than 80 characters (found 92). 56
Errors Line is longer than 80 characters (found 108). 57
Errors Line is longer than 80 characters (found 110). 58
Errors Line is longer than 80 characters (found 125). 59
Errors Line is longer than 80 characters (found 128). 60
Errors Line is longer than 80 characters (found 122). 61
Errors Line is longer than 80 characters (found 93). 66
Errors Line is longer than 80 characters (found 97). 73
Errors Line is longer than 80 characters (found 84). 79
Errors Line is longer than 80 characters (found 83). 82
Errors Line is longer than 80 characters (found 94). 85
Errors Line is longer than 80 characters (found 118). 90
Errors Line is longer than 80 characters (found 99). 106
Errors Line is longer than 80 characters (found 98). 118
Errors Line is longer than 80 characters (found 99). 124
Errors Line is longer than 80 characters (found 100). 130
Errors Line is longer than 80 characters (found 95). 136
Errors Line is longer than 80 characters (found 95). 143
Errors Line is longer than 80 characters (found 85). 146
Errors Line is longer than 80 characters (found 98). 149
Errors Line is longer than 80 characters (found 86). 150
Errors Line is longer than 80 characters (found 91). 158
Errors Line is longer than 80 characters (found 83). 160
Errors Line is longer than 80 characters (found 99). 164
Errors Line is longer than 80 characters (found 91). 165
Errors Line is longer than 80 characters (found 89). 166
Errors Line is longer than 80 characters (found 91). 174
Errors Line is longer than 80 characters (found 83). 176
Errors Line is longer than 80 characters (found 99). 179
Errors Line is longer than 80 characters (found 98). 180
Errors Line is longer than 80 characters (found 98). 182
Errors Line is longer than 80 characters (found 100). 185
Errors Line is longer than 80 characters (found 99). 188
Errors Line is longer than 80 characters (found 97). 192
Errors Line is longer than 80 characters (found 81). 195
Errors Line is longer than 80 characters (found 81). 202
Errors Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. 211
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 229
Errors Line is longer than 80 characters (found 91). 236
Errors Line is longer than 80 characters (found 114). 237
Errors Line is longer than 80 characters (found 84). 238
Errors Line is longer than 80 characters (found 104). 240
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 253
Errors Line is longer than 80 characters (found 96). 278
Errors Line is longer than 80 characters (found 93). 282
Errors Line is longer than 80 characters (found 98). 288
Errors Line is longer than 80 characters (found 93). 289
Errors Line is longer than 80 characters (found 96). 292
Errors Line is longer than 80 characters (found 82). 293
Errors Line is longer than 80 characters (found 95). 295
Errors Line is longer than 80 characters (found 84). 297
Errors Line is longer than 80 characters (found 99). 298
Errors Line is longer than 80 characters (found 91). 302
Errors Line is longer than 80 characters (found 99). 303
Errors Line is longer than 80 characters (found 112). 305
Errors Line is longer than 80 characters (found 116). 307
Errors Line is longer than 80 characters (found 118). 309
Errors Line is longer than 80 characters (found 114). 313
Errors Line is longer than 80 characters (found 86). 314
Errors Line is longer than 80 characters (found 107). 315
Errors Line is longer than 80 characters (found 109). 316
Errors Line is longer than 80 characters (found 104). 319
Errors Line is longer than 80 characters (found 86). 320
Errors Line is longer than 80 characters (found 104). 321
Errors Line is longer than 80 characters (found 104). 322
Errors Line is longer than 80 characters (found 113). 325
Errors Line is longer than 80 characters (found 101). 327
Errors Line is longer than 80 characters (found 98). 328
Errors Method 'getAnnotationsDependencies' is not designed for extension - needs to be abstract, final or empty. 339
Errors Line is longer than 80 characters (found 88). 345
Errors Line is longer than 80 characters (found 98). 348
Errors Line is longer than 80 characters (found 93). 349
Errors Line is longer than 80 characters (found 96). 352
Errors Line is longer than 80 characters (found 82). 353
Errors Line is longer than 80 characters (found 95). 355
Errors Line is longer than 80 characters (found 100). 357
Errors Line is longer than 80 characters (found 117). 361
Errors Line is longer than 80 characters (found 88). 362
Errors Line is longer than 80 characters (found 113). 363
Errors Line is longer than 80 characters (found 92). 366
Errors Line is longer than 80 characters (found 119). 367
Errors Line is longer than 80 characters (found 108). 371
Errors Line is longer than 80 characters (found 96). 375
Errors Method 'getFullName' is not designed for extension - needs to be abstract, final or empty. 386
Errors Method 'getImportDependenciesCollection' is not designed for extension - needs to be abstract, final or empty. 396
Errors Line is longer than 80 characters (found 96). 402
Errors Line is longer than 80 characters (found 98). 405
Errors Line is longer than 80 characters (found 93). 406
Errors Line is longer than 80 characters (found 96). 409
Errors Line is longer than 80 characters (found 82). 410
Errors Line is longer than 80 characters (found 95). 412
Errors Line is longer than 80 characters (found 100). 414
Errors Line is longer than 80 characters (found 99). 419
Errors Line is longer than 80 characters (found 148). 421
Errors Line is longer than 80 characters (found 98). 425
Errors Line is longer than 80 characters (found 111). 427
Errors Line is longer than 80 characters (found 100). 428
Errors Line is longer than 80 characters (found 81). 429
Errors Line is longer than 80 characters (found 97). 430
Errors Line is longer than 80 characters (found 116). 433
Errors Line is longer than 80 characters (found 110). 438
Errors Line is longer than 80 characters (found 116). 443
Errors Line is longer than 80 characters (found 85). 447
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 455
Errors Method 'getPackageName' is not designed for extension - needs to be abstract, final or empty. 465
Errors Method 'getParentExtensionsDependencies' is not designed for extension - needs to be abstract, final or empty. 475
Errors Line is longer than 80 characters (found 94). 481
Errors Line is longer than 80 characters (found 98). 484
Errors Line is longer than 80 characters (found 93). 485
Errors Line is longer than 80 characters (found 96). 488
Errors Line is longer than 80 characters (found 82). 489
Errors Line is longer than 80 characters (found 95). 491
Errors Line is longer than 80 characters (found 97). 493
Errors Line is longer than 80 characters (found 99). 498
Errors Line is longer than 80 characters (found 112). 500
Errors Line is longer than 80 characters (found 97). 503
Errors Line is longer than 80 characters (found 119). 504
Errors Line is longer than 80 characters (found 108). 508
Errors Line is longer than 80 characters (found 95). 512
Errors Method 'getParentImplementationsDependencies' is not designed for extension - needs to be abstract, final or empty. 523
Errors Line is longer than 80 characters (found 99). 529
Errors Line is longer than 80 characters (found 98). 532
Errors Line is longer than 80 characters (found 93). 533
Errors Line is longer than 80 characters (found 96). 536
Errors Line is longer than 80 characters (found 82). 537
Errors Line is longer than 80 characters (found 95). 539
Errors Line is longer than 80 characters (found 99). 541
Errors Line is longer than 80 characters (found 81). 545
Errors Line is longer than 80 characters (found 99). 546
Errors Line is longer than 80 characters (found 117). 548
Errors Line is longer than 80 characters (found 102). 551
Errors Line is longer than 80 characters (found 119). 552
Errors Line is longer than 80 characters (found 82). 554
Errors Line is longer than 80 characters (found 108). 556
Errors Line is longer than 80 characters (found 100). 560
Errors Method 'getPlantUMLClassesDiagramElement' is not designed for extension - needs to be abstract, final or empty. 571
Errors Line is longer than 80 characters (found 84). 574
Errors Method 'getPlantUMLClassesDiagramRelations' is not designed for extension - needs to be abstract, final or empty. 584
Errors Line is longer than 80 characters (found 88). 585
Errors Line is longer than 80 characters (found 105). 587
Errors Line is longer than 80 characters (found 104). 588
Errors Method 'getPlantUMLClassesDiagramRelations' is not designed for extension - needs to be abstract, final or empty. 598
Errors Line is longer than 80 characters (found 85). 599
Errors Line is longer than 80 characters (found 99). 600
Errors Line is longer than 80 characters (found 102). 602
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 611
Errors Line is longer than 80 characters (found 81). 615
Errors Avoid inline conditionals. 615
Errors Line is longer than 80 characters (found 91). 620
Errors Line is longer than 80 characters (found 99). 624
Errors Line is longer than 80 characters (found 91). 626
Errors Line is longer than 80 characters (found 81). 627
Errors Line is longer than 80 characters (found 85). 630
Errors Line is longer than 80 characters (found 81). 632
Errors Method 'setFullName' is not designed for extension - needs to be abstract, final or empty. 642
Errors Line is longer than 80 characters (found 94). 643
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 654
Errors Line is longer than 80 characters (found 105). 662
Errors Line is longer than 80 characters (found 119). 663
Errors Line is longer than 80 characters (found 115). 664
Errors Line is longer than 80 characters (found 114). 665
Errors Line is longer than 80 characters (found 103). 666

net/sourceforge/plantumldependency/cli/generic/type/impl/ImportDependenciesCollectionImpl.java

Violation Message Line
Errors Line is longer than 80 characters (found 103). 30
Errors Line is longer than 80 characters (found 90). 31
Errors Line is longer than 80 characters (found 102). 32
Errors Line is longer than 80 characters (found 90). 33
Errors Line is longer than 80 characters (found 88). 43
Errors Line is longer than 80 characters (found 84). 47
Errors Line is longer than 80 characters (found 93). 49
Errors Line is longer than 80 characters (found 87). 53
Errors Line is longer than 80 characters (found 111). 56
Errors Line is longer than 80 characters (found 96). 62
Errors Line is longer than 80 characters (found 98). 66
Errors Line is longer than 80 characters (found 99). 67
Errors Line is longer than 80 characters (found 114). 72
Errors Line is longer than 80 characters (found 109). 73
Errors Line is longer than 80 characters (found 108). 75
Errors Line is longer than 80 characters (found 98). 94
Errors Line is longer than 80 characters (found 100). 95
Errors Line is longer than 80 characters (found 84). 101
Errors Line is longer than 80 characters (found 88). 106
Errors Line is longer than 80 characters (found 87). 108
Errors Line is longer than 80 characters (found 97). 113
Errors Line is longer than 80 characters (found 92). 117
Errors Line is longer than 80 characters (found 99). 119
Errors Line is longer than 80 characters (found 123). 123
Errors Line is longer than 80 characters (found 97). 129
Errors Line is longer than 80 characters (found 98). 133
Errors Line is longer than 80 characters (found 99). 134
Errors Line is longer than 80 characters (found 114). 138
Errors Line is longer than 80 characters (found 103). 139
Errors Line is longer than 80 characters (found 91). 142
Errors Method 'addImportDependencies' is not designed for extension - needs to be abstract, final or empty. 152
Errors Line is longer than 80 characters (found 110). 153
Errors Method 'addImportDependenciesSet' is not designed for extension - needs to be abstract, final or empty. 162
Errors Line is longer than 80 characters (found 81). 165
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 173
Errors Line is longer than 80 characters (found 120). 180
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 193
Errors Line is longer than 80 characters (found 94). 204
Errors Method 'findDependency' is not designed for extension - needs to be abstract, final or empty. 220
Errors Line is longer than 80 characters (found 90). 224
Errors Method 'findDependency' is not designed for extension - needs to be abstract, final or empty. 240
Errors Line is longer than 80 characters (found 110). 241
Errors Line is longer than 80 characters (found 90). 244
Errors Line is longer than 80 characters (found 97). 248
Errors Method 'getAllImportDependencies' is not designed for extension - needs to be abstract, final or empty. 261
Errors Line is longer than 80 characters (found 85). 272
Errors Method 'getImportDependenciesWithType' is not designed for extension - needs to be abstract, final or empty. 281
Errors Line is longer than 80 characters (found 97). 282
Errors Method 'getImportDependenciesWithTypes' is not designed for extension - needs to be abstract, final or empty. 293
Errors Line is longer than 80 characters (found 110). 294
Errors Line is longer than 80 characters (found 94). 295
Errors Line is longer than 80 characters (found 122). 297
Errors Line is longer than 80 characters (found 100). 300
Errors Line is longer than 80 characters (found 84). 304
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 316
Errors Line is longer than 80 characters (found 107). 320
Errors Avoid inline conditionals. 320
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 329
Errors Line is longer than 80 characters (found 114). 331

net/sourceforge/plantumldependency/cli/generic/type/impl/annotationimpl/AnnotationDependencyTypeImpl.java

Violation Message Line
Errors Line is longer than 80 characters (found 111). 27
Errors Line is longer than 80 characters (found 88). 34
Errors Line is longer than 80 characters (found 83). 35
Errors Line is longer than 80 characters (found 97). 36
Errors Line is longer than 80 characters (found 92). 37
Errors Line is longer than 80 characters (found 108). 38
Errors Line is longer than 80 characters (found 127). 39
Errors Line is longer than 80 characters (found 88). 43
Errors Line is longer than 80 characters (found 93). 45
Errors Line is longer than 80 characters (found 91). 58
Errors Line is longer than 80 characters (found 83). 60
Errors Line is longer than 80 characters (found 106). 64
Errors Line is longer than 80 characters (found 91). 65
Errors Line is longer than 80 characters (found 91). 73
Errors Line is longer than 80 characters (found 83). 75
Errors Line is longer than 80 characters (found 99). 78
Errors Line is longer than 80 characters (found 98). 79
Errors Line is longer than 80 characters (found 99). 81
Errors Line is longer than 80 characters (found 104). 85
Errors Line is longer than 80 characters (found 109). 88
Errors Line is longer than 80 characters (found 81). 89
Errors Method 'generatePlantUMLClassesDiagramElement' is not designed for extension - needs to be abstract, final or empty. 97
Errors Line is longer than 80 characters (found 85). 98
Errors Method 'isDisplayable' is not designed for extension - needs to be abstract, final or empty. 107
Errors Line is longer than 80 characters (found 88). 109
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 120

net/sourceforge/plantumldependency/cli/generic/type/impl/classimpl/ClassAbstractDependencyTypeImpl.java

Violation Message Line
Errors Line is longer than 80 characters (found 116). 27
Errors Line is longer than 80 characters (found 88). 34
Errors Line is longer than 80 characters (found 97). 35
Errors Line is longer than 80 characters (found 92). 36
Errors Line is longer than 80 characters (found 108). 37
Errors Line is longer than 80 characters (found 130). 38
Errors Line is longer than 80 characters (found 89). 42
Errors Line is longer than 80 characters (found 93). 44
Errors Line is longer than 80 characters (found 91). 57
Errors Line is longer than 80 characters (found 83). 59
Errors Line is longer than 80 characters (found 109). 63
Errors Line is longer than 80 characters (found 97). 64
Errors Line is longer than 80 characters (found 90). 65
Errors Line is longer than 80 characters (found 91). 72
Errors Line is longer than 80 characters (found 83). 74
Errors Line is longer than 80 characters (found 99). 77
Errors Line is longer than 80 characters (found 98). 78
Errors Line is longer than 80 characters (found 95). 80
Errors Line is longer than 80 characters (found 100). 83
Errors Line is longer than 80 characters (found 99). 86
Errors Line is longer than 80 characters (found 107). 90
Errors Line is longer than 80 characters (found 118). 91
Errors Line is longer than 80 characters (found 81). 92
Errors Line is longer than 80 characters (found 100). 94
Errors Line is longer than 80 characters (found 82). 95
Errors Method 'generatePlantUMLClassesDiagramElement' is not designed for extension - needs to be abstract, final or empty. 103
Errors Line is longer than 80 characters (found 85). 104
Errors Line is longer than 80 characters (found 81). 105
Errors Method 'isDisplayable' is not designed for extension - needs to be abstract, final or empty. 113
Errors Line is longer than 80 characters (found 88). 115

net/sourceforge/plantumldependency/cli/generic/type/impl/classimpl/ClassDependencyTypeImpl.java

Violation Message Line
Errors Line is longer than 80 characters (found 107). 27
Errors Line is longer than 80 characters (found 88). 34
Errors Line is longer than 80 characters (found 83). 35
Errors Line is longer than 80 characters (found 97). 36
Errors Line is longer than 80 characters (found 92). 37
Errors Line is longer than 80 characters (found 108). 38
Errors Line is longer than 80 characters (found 122). 39
Errors Line is longer than 80 characters (found 89). 43
Errors Line is longer than 80 characters (found 93). 45
Errors Line is longer than 80 characters (found 91). 58
Errors Line is longer than 80 characters (found 83). 60
Errors Line is longer than 80 characters (found 101). 64
Errors Line is longer than 80 characters (found 97). 65
Errors Line is longer than 80 characters (found 90). 66
Errors Line is longer than 80 characters (found 91). 73
Errors Line is longer than 80 characters (found 83). 75
Errors Line is longer than 80 characters (found 99). 78
Errors Line is longer than 80 characters (found 98). 79
Errors Line is longer than 80 characters (found 95). 81
Errors Line is longer than 80 characters (found 100). 84
Errors Line is longer than 80 characters (found 99). 87
Errors Line is longer than 80 characters (found 99). 91
Errors Line is longer than 80 characters (found 118). 92
Errors Line is longer than 80 characters (found 81). 93
Errors Line is longer than 80 characters (found 110). 95
Errors Method 'generatePlantUMLClassesDiagramElement' is not designed for extension - needs to be abstract, final or empty. 112
Errors Line is longer than 80 characters (found 85). 113
Errors Method 'isDisplayable' is not designed for extension - needs to be abstract, final or empty. 122
Errors Line is longer than 80 characters (found 88). 124
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 135

net/sourceforge/plantumldependency/cli/generic/type/impl/enumimpl/EnumDependencyTypeImpl.java

Violation Message Line
Errors Line is longer than 80 characters (found 105). 27
Errors Line is longer than 80 characters (found 88). 34
Errors Line is longer than 80 characters (found 83). 35
Errors Line is longer than 80 characters (found 97). 36
Errors Line is longer than 80 characters (found 92). 37
Errors Line is longer than 80 characters (found 108). 38
Errors Line is longer than 80 characters (found 121). 39
Errors Line is longer than 80 characters (found 88). 43
Errors Line is longer than 80 characters (found 93). 45
Errors Line is longer than 80 characters (found 91). 58
Errors Line is longer than 80 characters (found 83). 60
Errors Line is longer than 80 characters (found 100). 64
Errors Line is longer than 80 characters (found 91). 65
Errors Line is longer than 80 characters (found 90). 66
Errors Line is longer than 80 characters (found 91). 73
Errors Line is longer than 80 characters (found 83). 75
Errors Line is longer than 80 characters (found 99). 78
Errors Line is longer than 80 characters (found 98). 79
Errors Line is longer than 80 characters (found 100). 81
Errors Line is longer than 80 characters (found 99). 84
Errors Line is longer than 80 characters (found 98). 88
Errors Line is longer than 80 characters (found 81). 90
Errors Line is longer than 80 characters (found 109). 92
Errors Line is longer than 80 characters (found 82). 93
Errors Method 'generatePlantUMLClassesDiagramElement' is not designed for extension - needs to be abstract, final or empty. 101
Errors Line is longer than 80 characters (found 85). 102
Errors Method 'isDisplayable' is not designed for extension - needs to be abstract, final or empty. 111
Errors Line is longer than 80 characters (found 88). 113
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 124

net/sourceforge/plantumldependency/cli/generic/type/impl/interfaceimpl/InterfaceDependencyTypeImpl.java

Violation Message Line
Errors Line is longer than 80 characters (found 110). 27
Errors Line is longer than 80 characters (found 88). 34
Errors Line is longer than 80 characters (found 83). 35
Errors Line is longer than 80 characters (found 97). 36
Errors Line is longer than 80 characters (found 92). 37
Errors Line is longer than 80 characters (found 108). 38
Errors Line is longer than 80 characters (found 126). 39
Errors Line is longer than 80 characters (found 88). 43
Errors Line is longer than 80 characters (found 93). 45
Errors Line is longer than 80 characters (found 91). 58
Errors Line is longer than 80 characters (found 83). 60
Errors Line is longer than 80 characters (found 105). 64
Errors Line is longer than 80 characters (found 91). 65
Errors Line is longer than 80 characters (found 90). 66
Errors Line is longer than 80 characters (found 91). 73
Errors Line is longer than 80 characters (found 83). 75
Errors Line is longer than 80 characters (found 99). 78
Errors Line is longer than 80 characters (found 98). 79
Errors Line is longer than 80 characters (found 98). 81
Errors Line is longer than 80 characters (found 99). 84
Errors Line is longer than 80 characters (found 103). 88
Errors Line is longer than 80 characters (found 105). 92
Errors Line is longer than 80 characters (found 81). 93
Errors Method 'generatePlantUMLClassesDiagramElement' is not designed for extension - needs to be abstract, final or empty. 101
Errors Line is longer than 80 characters (found 85). 102
Errors Method 'isDisplayable' is not designed for extension - needs to be abstract, final or empty. 111
Errors Line is longer than 80 characters (found 88). 113
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 124

net/sourceforge/plantumldependency/cli/generic/type/impl/nativeimpl/NativeDependencyTypeImpl.java

Violation Message Line
Errors Line is longer than 80 characters (found 118). 27
Errors Line is longer than 80 characters (found 114). 28
Errors Line is longer than 80 characters (found 83). 33
Errors Line is longer than 80 characters (found 92). 34
Errors Line is longer than 80 characters (found 108). 35
Errors Line is longer than 80 characters (found 122). 36
Errors Line is longer than 80 characters (found 88). 40
Errors Line is longer than 80 characters (found 93). 42
Errors Line is longer than 80 characters (found 91). 55
Errors Line is longer than 80 characters (found 83). 57
Errors Line is longer than 80 characters (found 102). 61
Errors Method 'generatePlantUMLClassesDiagramElement' is not designed for extension - needs to be abstract, final or empty. 70
Errors Line is longer than 80 characters (found 85). 71
Errors Line is longer than 80 characters (found 101). 72
Errors Method 'isDisplayable' is not designed for extension - needs to be abstract, final or empty. 80
Errors Line is longer than 80 characters (found 88). 82
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 93

net/sourceforge/plantumldependency/cli/generic/type/impl/stubimpl/StubDependencyTypeImpl.java

Violation Message Line
Errors Line is longer than 80 characters (found 107). 27
Errors Line is longer than 80 characters (found 83). 32
Errors Line is longer than 80 characters (found 92). 33
Errors Line is longer than 80 characters (found 108). 34
Errors Line is longer than 80 characters (found 122). 35
Errors Line is longer than 80 characters (found 88). 39
Errors Line is longer than 80 characters (found 93). 41
Errors Line is longer than 80 characters (found 91). 54
Errors Line is longer than 80 characters (found 83). 56
Errors Line is longer than 80 characters (found 100). 60
Errors Method 'generatePlantUMLClassesDiagramElement' is not designed for extension - needs to be abstract, final or empty. 69
Errors Line is longer than 80 characters (found 85). 70
Errors Method 'isDisplayable' is not designed for extension - needs to be abstract, final or empty. 79
Errors Line is longer than 80 characters (found 88). 81
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 92

net/sourceforge/plantumldependency/cli/main/ant/PlantUMLDependencyProgramTask.java

Violation Message Line
Errors Line is longer than 80 characters (found 116). 27
Errors Line is longer than 80 characters (found 109). 28
Errors Line is longer than 80 characters (found 98). 29
Errors Line is longer than 80 characters (found 84). 36
Errors Line is longer than 80 characters (found 110). 37
Errors Line is longer than 80 characters (found 107). 38
Errors Line is longer than 80 characters (found 121). 39
Errors Line is longer than 80 characters (found 107). 40
Errors Line is longer than 80 characters (found 98). 41
Errors Line is longer than 80 characters (found 98). 42
Errors Line is longer than 80 characters (found 122). 43
Errors Line is longer than 80 characters (found 84). 44
Errors Line is longer than 80 characters (found 91). 45
Errors Line is longer than 80 characters (found 87). 51
Errors Line is longer than 80 characters (found 93). 53
Errors Line is longer than 80 characters (found 81). 60
Errors Line is longer than 80 characters (found 93). 63
Errors Line is longer than 80 characters (found 97). 64
Errors Line is longer than 80 characters (found 98). 65
Errors Line is longer than 80 characters (found 97). 66
Errors Line is longer than 80 characters (found 83). 69
Errors Line is longer than 80 characters (found 85). 73
Errors Line is longer than 80 characters (found 100). 84
Errors Line is longer than 80 characters (found 95). 85
Errors Line is longer than 80 characters (found 84). 88
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 95
Errors Method 'getBaseDir' is not designed for extension - needs to be abstract, final or empty. 124
Errors Line is longer than 80 characters (found 92). 125
Errors Method 'getDisplayName' is not designed for extension - needs to be abstract, final or empty. 135
Errors Line is longer than 80 characters (found 90). 136
Errors Method 'getDisplayPackageName' is not designed for extension - needs to be abstract, final or empty. 146
Errors Line is longer than 80 characters (found 97). 147
Errors Method 'getDisplayType' is not designed for extension - needs to be abstract, final or empty. 157
Errors Line is longer than 80 characters (found 90). 158
Errors Method 'getExcludes' is not designed for extension - needs to be abstract, final or empty. 168
Errors Line is longer than 80 characters (found 86). 169
Errors Method 'getIncludes' is not designed for extension - needs to be abstract, final or empty. 179
Errors Line is longer than 80 characters (found 86). 180
Errors Method 'getOutput' is not designed for extension - needs to be abstract, final or empty. 190
Errors Method 'getProgrammingLanguage' is not designed for extension - needs to be abstract, final or empty. 201
Errors Line is longer than 80 characters (found 98). 202
Errors Method 'getVerboseLevel' is not designed for extension - needs to be abstract, final or empty. 212
Errors Method 'setBaseDir' is not designed for extension - needs to be abstract, final or empty. 224
Errors Line is longer than 80 characters (found 112). 225
Errors Method 'setDisplayName' is not designed for extension - needs to be abstract, final or empty. 236
Errors Line is longer than 80 characters (found 110). 237
Errors Line is longer than 80 characters (found 87). 244
Errors Method 'setDisplayPackageName' is not designed for extension - needs to be abstract, final or empty. 248
Errors Line is longer than 80 characters (found 117). 249
Errors Method 'setDisplayType' is not designed for extension - needs to be abstract, final or empty. 260
Errors Line is longer than 80 characters (found 110). 261
Errors Method 'setExcludes' is not designed for extension - needs to be abstract, final or empty. 272
Errors Line is longer than 80 characters (found 106). 273
Errors Method 'setIncludes' is not designed for extension - needs to be abstract, final or empty. 284
Errors Line is longer than 80 characters (found 106). 285
Errors Method 'setOutput' is not designed for extension - needs to be abstract, final or empty. 296
Errors Line is longer than 80 characters (found 87). 297
Errors Line is longer than 80 characters (found 88). 304
Errors Method 'setProgrammingLanguage' is not designed for extension - needs to be abstract, final or empty. 308
Errors Line is longer than 80 characters (found 118). 309
Errors Line is longer than 80 characters (found 81). 316
Errors Method 'setVerboseLevel' is not designed for extension - needs to be abstract, final or empty. 320
Errors Line is longer than 80 characters (found 93). 321
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 329
Errors Line is longer than 80 characters (found 109). 331
Errors Line is longer than 80 characters (found 117). 332
Errors Line is longer than 80 characters (found 118). 333
Errors Line is longer than 80 characters (found 93). 334

net/sourceforge/plantumldependency/cli/main/option/basedirectory/PlantUMLDependencyBaseDirectoryOption.java

Violation Message Line
Errors Line is longer than 80 characters (found 94). 29
Errors Line is longer than 80 characters (found 96). 30
Errors Line is longer than 80 characters (found 116). 31
Errors Line is longer than 80 characters (found 83). 38
Errors Line is longer than 80 characters (found 86). 39
Errors Line is longer than 80 characters (found 119). 40
Errors Line is longer than 80 characters (found 94). 43
Errors Line is longer than 80 characters (found 93). 46
Errors Line is longer than 80 characters (found 96). 50
Errors Line is longer than 80 characters (found 96). 59
Errors Line is longer than 80 characters (found 180). 73
Errors Method 'getDefaultArgumentAsStringIfOptionNotSpecified' is not designed for extension - needs to be abstract, final or empty. 82
Errors Line is longer than 80 characters (found 95). 83
Errors Method 'getDefaultArgumentAsStringIfOptionSpecified' is not designed for extension - needs to be abstract, final or empty. 93
Errors Line is longer than 80 characters (found 92). 94

net/sourceforge/plantumldependency/cli/main/option/display/name/PlantUMLDependencyDisplayNameOption.java

Violation Message Line
Errors Line is longer than 80 characters (found 127). 29
Errors Line is longer than 80 characters (found 114). 30
Errors Line is longer than 80 characters (found 96). 31
Errors Line is longer than 80 characters (found 116). 32
Errors Line is longer than 80 characters (found 124). 38
Errors Line is longer than 80 characters (found 83). 40
Errors Line is longer than 80 characters (found 86). 41
Errors Line is longer than 80 characters (found 99). 44
Errors Line is longer than 80 characters (found 93). 47
Errors Line is longer than 80 characters (found 97). 51
Errors Line is longer than 80 characters (found 96). 60
Errors Line is longer than 80 characters (found 127). 74
Errors Line is longer than 80 characters (found 91). 76
Errors Line is longer than 80 characters (found 128). 78
Errors Method 'getDefaultArgumentAsStringIfOptionNotSpecified' is not designed for extension - needs to be abstract, final or empty. 87
Errors Line is longer than 80 characters (found 95). 88
Errors Method 'getDefaultArgumentAsStringIfOptionSpecified' is not designed for extension - needs to be abstract, final or empty. 98
Errors Line is longer than 80 characters (found 92). 99

net/sourceforge/plantumldependency/cli/main/option/display/name/argument/PlantUMLDependencyDisplayNameOptionArgument.java

Violation Message Line
Errors Line is longer than 80 characters (found 81). 25
Errors Line is longer than 80 characters (found 109). 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 83). 36
Errors Line is longer than 80 characters (found 91). 37
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 101). 47
Errors Line is longer than 80 characters (found 237). 54
Errors Method 'getMainUsageDescription' is not designed for extension - needs to be abstract, final or empty. 73
Errors Method 'parseArgument' is not designed for extension - needs to be abstract, final or empty. 83
Errors Line is longer than 80 characters (found 85). 84
Errors Line is longer than 80 characters (found 104). 91

net/sourceforge/plantumldependency/cli/main/option/display/packagename/PlantUMLDependencyDisplayPackageNameOption.java

Violation Message Line
Errors Line is longer than 80 characters (found 135). 29
Errors Line is longer than 80 characters (found 122). 30
Errors Line is longer than 80 characters (found 96). 31
Errors Line is longer than 80 characters (found 116). 32
Errors Line is longer than 80 characters (found 138). 38
Errors Line is longer than 80 characters (found 83). 40
Errors Line is longer than 80 characters (found 86). 41
Errors Line is longer than 80 characters (found 94). 44
Errors Line is longer than 80 characters (found 93). 47
Errors Line is longer than 80 characters (found 104). 51
Errors Line is longer than 80 characters (found 96). 60
Errors Line is longer than 80 characters (found 135). 74
Errors Line is longer than 80 characters (found 91). 76
Errors Line is longer than 80 characters (found 136). 78
Errors Method 'getDefaultArgumentAsStringIfOptionNotSpecified' is not designed for extension - needs to be abstract, final or empty. 87
Errors Line is longer than 80 characters (found 95). 88
Errors Method 'getDefaultArgumentAsStringIfOptionSpecified' is not designed for extension - needs to be abstract, final or empty. 98
Errors Line is longer than 80 characters (found 92). 99

net/sourceforge/plantumldependency/cli/main/option/display/packagename/argument/PlantUMLDependencyDisplayPackageNameOptionArgument.java

Violation Message Line
Errors Line is longer than 80 characters (found 88). 24
Errors Line is longer than 80 characters (found 109). 27
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 83). 35
Errors Line is longer than 80 characters (found 91). 36
Errors Line is longer than 80 characters (found 95). 39
Errors Line is longer than 80 characters (found 93). 42
Errors Line is longer than 80 characters (found 108). 46
Errors Line is longer than 80 characters (found 245). 53
Errors Method 'getMainUsageDescription' is not designed for extension - needs to be abstract, final or empty. 72
Errors Method 'parseArgument' is not designed for extension - needs to be abstract, final or empty. 82
Errors Line is longer than 80 characters (found 85). 83
Errors Line is longer than 80 characters (found 104). 90

net/sourceforge/plantumldependency/cli/main/option/display/type/PlantUMLDependencyDisplayTypeOption.java

Violation Message Line
Errors Line is longer than 80 characters (found 121). 29
Errors Line is longer than 80 characters (found 128). 30
Errors Line is longer than 80 characters (found 96). 31
Errors Line is longer than 80 characters (found 96). 32
Errors Line is longer than 80 characters (found 108). 33
Errors Line is longer than 80 characters (found 116). 34
Errors Line is longer than 80 characters (found 92). 39
Errors Line is longer than 80 characters (found 124). 40
Errors Line is longer than 80 characters (found 83). 42
Errors Line is longer than 80 characters (found 86). 43
Errors Line is longer than 80 characters (found 99). 46
Errors Line is longer than 80 characters (found 93). 49
Errors Line is longer than 80 characters (found 109). 53
Errors Line is longer than 80 characters (found 96). 62
Errors Line is longer than 80 characters (found 103). 71
Errors Line is longer than 80 characters (found 135). 72
Errors Line is longer than 80 characters (found 101). 73
Errors Method 'getDefaultArgumentAsStringIfOptionNotSpecified' is not designed for extension - needs to be abstract, final or empty. 82
Errors Line is longer than 80 characters (found 95). 83
Errors Method 'getDefaultArgumentAsStringIfOptionSpecified' is not designed for extension - needs to be abstract, final or empty. 93
Errors Line is longer than 80 characters (found 92). 94

net/sourceforge/plantumldependency/cli/main/option/display/type/argument/DisplayType.java

Violation Message Line
Errors Line is longer than 80 characters (found 81). 25
Errors Line is longer than 80 characters (found 96). 28
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 96). 31
Errors Line is longer than 80 characters (found 93). 40
Errors Line is longer than 80 characters (found 114). 46
Errors Line is longer than 80 characters (found 162). 49
Errors Line is longer than 80 characters (found 203). 52
Errors Line is longer than 80 characters (found 81). 54
Errors Line is longer than 80 characters (found 153). 57
Errors Line is longer than 80 characters (found 145). 60
Errors Line is longer than 80 characters (found 122). 63
Errors Line is longer than 80 characters (found 188). 66
Errors Line is longer than 80 characters (found 118). 68
Errors Line is longer than 80 characters (found 123). 71
Errors Line is longer than 80 characters (found 114). 74
Errors Line is longer than 80 characters (found 99). 77
Errors Line is longer than 80 characters (found 84). 79
Errors Line is longer than 80 characters (found 95). 87
Errors Line is longer than 80 characters (found 94). 91
Errors Line is longer than 80 characters (found 98). 95
Errors Line is longer than 80 characters (found 81). 97

net/sourceforge/plantumldependency/cli/main/option/display/type/argument/PlantUMLDependencyDisplayTypeOptionArgument.java

Violation Message Line
Errors Line is longer than 80 characters (found 81). 25
Errors Line is longer than 80 characters (found 114). 28
Errors Line is longer than 80 characters (found 119). 29
Errors Line is longer than 80 characters (found 146). 30
Errors Line is longer than 80 characters (found 107). 31
Errors Line is longer than 80 characters (found 106). 32
Errors Line is longer than 80 characters (found 96). 33
Errors Line is longer than 80 characters (found 94). 34
Errors Line is longer than 80 characters (found 108). 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 116). 38
Errors Line is longer than 80 characters (found 83). 44
Errors Line is longer than 80 characters (found 91). 45
Errors Line is longer than 80 characters (found 105). 48
Errors Line is longer than 80 characters (found 93). 51
Errors Line is longer than 80 characters (found 113). 55
Errors Line is longer than 80 characters (found 149). 65
Errors Line is longer than 80 characters (found 120). 66
Errors Line is longer than 80 characters (found 95). 69
Errors Line is longer than 80 characters (found 123). 72
Errors Method 'getMainUsageDescription' is not designed for extension - needs to be abstract, final or empty. 88
Errors Method 'parseArgument' is not designed for extension - needs to be abstract, final or empty. 98
Errors Line is longer than 80 characters (found 97). 99
Errors Line is longer than 80 characters (found 88). 104
Errors Line is longer than 80 characters (found 89). 109
Errors Line is longer than 80 characters (found 130). 111
Errors Line is longer than 80 characters (found 113). 115

net/sourceforge/plantumldependency/cli/main/option/exclude/PlantUMLDependencyExcludeOption.java

Violation Message Line
Errors Line is longer than 80 characters (found 115). 29
Errors Line is longer than 80 characters (found 96). 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 86). 38
Errors Line is longer than 80 characters (found 122). 39
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 93). 51
Errors Line is longer than 80 characters (found 96). 60
Errors Line is longer than 80 characters (found 119). 69
Errors Line is longer than 80 characters (found 111). 70
Errors Line is longer than 80 characters (found 103). 71
Errors Method 'getDefaultArgumentAsStringIfOptionNotSpecified' is not designed for extension - needs to be abstract, final or empty. 79
Errors Line is longer than 80 characters (found 95). 80
Errors Method 'getDefaultArgumentAsStringIfOptionSpecified' is not designed for extension - needs to be abstract, final or empty. 90
Errors Line is longer than 80 characters (found 92). 91

net/sourceforge/plantumldependency/cli/main/option/include/PlantUMLDependencyIncludeOption.java

Violation Message Line
Errors Line is longer than 80 characters (found 115). 29
Errors Line is longer than 80 characters (found 121). 30
Errors Line is longer than 80 characters (found 158). 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 116). 34
Errors Line is longer than 80 characters (found 122). 39
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 122). 43
Errors Line is longer than 80 characters (found 97). 48
Errors Line is longer than 80 characters (found 93). 51
Errors Line is longer than 80 characters (found 93). 55
Errors Line is longer than 80 characters (found 96). 64
Errors Line is longer than 80 characters (found 82). 68
Errors Line is longer than 80 characters (found 99). 74
Errors Line is longer than 80 characters (found 82). 75
Errors Line is longer than 80 characters (found 118). 78
Errors Line is longer than 80 characters (found 119). 79
Errors Line is longer than 80 characters (found 116). 80
Errors Line is longer than 80 characters (found 118). 81
Errors Line is longer than 80 characters (found 97). 83
Errors Line is longer than 80 characters (found 202). 91
Errors Line is longer than 80 characters (found 94). 92
Errors Method 'getDefaultArgumentAsStringIfOptionNotSpecified' is not designed for extension - needs to be abstract, final or empty. 102
Errors Line is longer than 80 characters (found 95). 103
Errors Line is longer than 80 characters (found 113). 106
Errors Method 'getDefaultArgumentAsStringIfOptionSpecified' is not designed for extension - needs to be abstract, final or empty. 114
Errors Line is longer than 80 characters (found 92). 115
Errors Line is longer than 80 characters (found 113). 118
Errors Line is longer than 80 characters (found 86). 125
Errors Line is longer than 80 characters (found 88). 128
Errors Line is longer than 80 characters (found 94). 136
Errors Line is longer than 80 characters (found 104). 140

net/sourceforge/plantumldependency/cli/main/option/output/PlantUMLDependencyOutputOption.java

Violation Message Line
Errors Line is longer than 80 characters (found 115). 29
Errors Line is longer than 80 characters (found 113). 30
Errors Line is longer than 80 characters (found 121). 31
Errors Line is longer than 80 characters (found 113). 32
Errors Line is longer than 80 characters (found 108). 33
Errors Line is longer than 80 characters (found 108). 34
Errors Line is longer than 80 characters (found 121). 35
Errors Line is longer than 80 characters (found 96). 36
Errors Line is longer than 80 characters (found 100). 37
Errors Line is longer than 80 characters (found 90). 38
Errors Line is longer than 80 characters (found 107). 39
Errors Line is longer than 80 characters (found 114). 40
Errors Line is longer than 80 characters (found 113). 41
Errors Line is longer than 80 characters (found 116). 42
Errors Line is longer than 80 characters (found 110). 50
Errors Line is longer than 80 characters (found 107). 51
Errors Line is longer than 80 characters (found 121). 52
Errors Line is longer than 80 characters (found 107). 53
Errors Line is longer than 80 characters (found 92). 54
Errors Line is longer than 80 characters (found 98). 55
Errors Line is longer than 80 characters (found 98). 56
Errors Line is longer than 80 characters (found 122). 57
Errors Line is longer than 80 characters (found 107). 58
Errors Line is longer than 80 characters (found 83). 60
Errors Line is longer than 80 characters (found 114). 61
Errors Line is longer than 80 characters (found 86). 62
Errors Line is longer than 80 characters (found 85). 63
Errors Line is longer than 80 characters (found 84). 64
Errors Line is longer than 80 characters (found 91). 65
Errors Line is longer than 80 characters (found 95). 70
Errors Line is longer than 80 characters (found 98). 71
Errors Line is longer than 80 characters (found 93). 74
Errors Line is longer than 80 characters (found 94). 78
Errors Line is longer than 80 characters (found 109). 84
Errors Line is longer than 80 characters (found 82). 90
Errors Line is longer than 80 characters (found 97). 117
Errors Line is longer than 80 characters (found 99). 120
Errors Line is longer than 80 characters (found 82). 121
Errors Line is longer than 80 characters (found 94). 123
Errors Line is longer than 80 characters (found 99). 126
Errors Line is longer than 80 characters (found 98). 129
Errors Line is longer than 80 characters (found 87). 130
Errors Line is longer than 80 characters (found 97). 132
Errors Line is longer than 80 characters (found 95). 133
Errors Line is longer than 80 characters (found 97). 135
Errors Line is longer than 80 characters (found 95). 136
Errors Line is longer than 80 characters (found 94). 138
Errors Line is longer than 80 characters (found 89). 139
Errors Line is longer than 80 characters (found 98). 141
Errors Line is longer than 80 characters (found 81). 145
Errors More than 7 parameters (found 9). 145
Errors Line is longer than 80 characters (found 85). 146
Errors Line is longer than 80 characters (found 111). 147
Errors Line is longer than 80 characters (found 83). 149
Errors Line is longer than 80 characters (found 95). 151
Errors Line is longer than 80 characters (found 107). 153
Errors Line is longer than 80 characters (found 84). 192
Errors Line is longer than 80 characters (found 86). 195
Errors Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. 237
Errors Line is longer than 80 characters (found 86). 246
Errors Line is longer than 80 characters (found 88). 249
Errors Method 'parseCommandLine' is not designed for extension - needs to be abstract, final or empty. 269
Errors Line is longer than 80 characters (found 104). 270
Errors Line is longer than 80 characters (found 113). 273
Errors Line is longer than 80 characters (found 90). 277
Errors Line is longer than 80 characters (found 117). 278
Errors Line is longer than 80 characters (found 118). 279
Errors Line is longer than 80 characters (found 112). 281
Errors Line is longer than 80 characters (found 82). 283
Errors Line is longer than 80 characters (found 86). 285
Errors Line is longer than 80 characters (found 114). 287
Errors Line is longer than 80 characters (found 90). 289
Errors Line is longer than 80 characters (found 106). 291
Errors Line is longer than 80 characters (found 111). 292
Errors Line is longer than 80 characters (found 87). 295
Errors Line is longer than 80 characters (found 82). 305
Errors Line is longer than 80 characters (found 86). 309
Errors Line is longer than 80 characters (found 86). 319
Errors Line is longer than 80 characters (found 88). 323
Errors Line is longer than 80 characters (found 93). 333
Errors Line is longer than 80 characters (found 102). 337
Errors Line is longer than 80 characters (found 86). 347
Errors Line is longer than 80 characters (found 88). 351
Errors Line is longer than 80 characters (found 82). 361
Errors Line is longer than 80 characters (found 82). 375
Errors Line is longer than 80 characters (found 94). 401
Errors Line is longer than 80 characters (found 104). 405
Errors Line is longer than 80 characters (found 87). 415

net/sourceforge/plantumldependency/cli/main/option/output/PlantUMLDependencyOutputOptionExecution.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 108). 30
Errors Line is longer than 80 characters (found 105). 31
Errors Line is longer than 80 characters (found 96). 32
Errors Line is longer than 80 characters (found 91). 33
Errors Line is longer than 80 characters (found 90). 34
Errors Line is longer than 80 characters (found 84). 43
Errors Line is longer than 80 characters (found 92). 45
Errors Line is longer than 80 characters (found 107). 46
Errors Line is longer than 80 characters (found 113). 47
Errors Line is longer than 80 characters (found 83). 49
Errors Line is longer than 80 characters (found 93). 50
Errors Line is longer than 80 characters (found 85). 51
Errors Line is longer than 80 characters (found 98). 57
Errors Line is longer than 80 characters (found 93). 60
Errors Line is longer than 80 characters (found 86). 64
Errors Line is longer than 80 characters (found 118). 70
Errors Line is longer than 80 characters (found 96). 73
Errors Line is longer than 80 characters (found 100). 74
Errors Line is longer than 80 characters (found 83). 78
Errors Line is longer than 80 characters (found 98). 81
Errors Line is longer than 80 characters (found 93). 84
Errors Line is longer than 80 characters (found 89). 87
Errors Line is longer than 80 characters (found 94). 90
Errors Line is longer than 80 characters (found 84). 92
Errors Line is longer than 80 characters (found 114). 96
Errors Line is longer than 80 characters (found 90). 97
Errors Line is longer than 80 characters (found 88). 98
Errors Line is longer than 80 characters (found 113). 99
Errors Line is longer than 80 characters (found 101). 107
Errors Line is longer than 80 characters (found 102). 109
Errors Line is longer than 80 characters (found 104). 114
Errors Line is longer than 80 characters (found 100). 119
Errors Line is longer than 80 characters (found 92). 120
Errors Line is longer than 80 characters (found 98). 125
Errors Line is longer than 80 characters (found 100). 126
Errors Line is longer than 80 characters (found 83). 129
Errors Line is longer than 80 characters (found 87). 131
Errors Line is longer than 80 characters (found 99). 132
Errors Line is longer than 80 characters (found 81). 134
Errors Line is longer than 80 characters (found 108). 138
Errors Line is longer than 80 characters (found 94). 141
Errors Line is longer than 80 characters (found 97). 148
Errors Line is longer than 80 characters (found 86). 157
Errors Line is longer than 80 characters (found 100). 161
Errors Line is longer than 80 characters (found 92). 167
Errors Line is longer than 80 characters (found 88). 176
Errors Line is longer than 80 characters (found 82). 179
Errors Line is longer than 80 characters (found 98). 181
Errors Line is longer than 80 characters (found 93). 184
Errors Line is longer than 80 characters (found 89). 187
Errors Line is longer than 80 characters (found 94). 190
Errors Line is longer than 80 characters (found 98). 193
Errors Line is longer than 80 characters (found 103). 197
Errors Line is longer than 80 characters (found 90). 198
Errors Line is longer than 80 characters (found 120). 199
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 214
Errors Line is longer than 80 characters (found 118). 216
Errors Line is longer than 80 characters (found 81). 219
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 230
Errors Line is longer than 80 characters (found 103). 232
Errors Line is longer than 80 characters (found 118). 233
Errors Line is longer than 80 characters (found 103). 235
Errors Line is longer than 80 characters (found 85). 236
Errors Line is longer than 80 characters (found 116). 238
Errors Line is longer than 80 characters (found 87). 311
Errors Line is longer than 80 characters (found 94). 323
Errors Line is longer than 80 characters (found 88). 335
Errors Line is longer than 80 characters (found 81). 347
Errors Line is longer than 80 characters (found 88). 371

net/sourceforge/plantumldependency/cli/main/option/programminglanguage/PlantUMLDependencyProgrammingLanguageOption.java

Violation Message Line
Errors Line is longer than 80 characters (found 119). 28
Errors Line is longer than 80 characters (found 96). 29
Errors Line is longer than 80 characters (found 116). 30
Errors Line is longer than 80 characters (found 139). 35
Errors Line is longer than 80 characters (found 107). 36
Errors Line is longer than 80 characters (found 83). 38
Errors Line is longer than 80 characters (found 86). 39
Errors Line is longer than 80 characters (found 95). 42
Errors Line is longer than 80 characters (found 81). 43
Errors Line is longer than 80 characters (found 93). 45
Errors Line is longer than 80 characters (found 117). 49
Errors Line is longer than 80 characters (found 99). 58
Errors Line is longer than 80 characters (found 115). 69
Errors Line is longer than 80 characters (found 141). 71
Errors Line is longer than 80 characters (found 94). 72
Errors Method 'getDefaultArgumentAsStringIfOptionNotSpecified' is not designed for extension - needs to be abstract, final or empty. 81
Errors Line is longer than 80 characters (found 95). 82
Errors Method 'getDefaultArgumentAsStringIfOptionSpecified' is not designed for extension - needs to be abstract, final or empty. 92
Errors Line is longer than 80 characters (found 92). 93

net/sourceforge/plantumldependency/cli/main/option/programminglanguage/argument/CppProgrammingLanguage.java

Violation Message Line
Errors Line is longer than 80 characters (found 88). 25
Errors Line is longer than 80 characters (found 112). 27
Errors Line is longer than 80 characters (found 92). 33
Errors Line is longer than 80 characters (found 113). 34
Errors Line is longer than 80 characters (found 121). 35
Errors Line is longer than 80 characters (found 93). 40
Errors Line is longer than 80 characters (found 84). 53
Errors Line is longer than 80 characters (found 98). 67
Errors Line is longer than 80 characters (found 88). 68
Errors Line is longer than 80 characters (found 114). 69
Errors Line is longer than 80 characters (found 83). 78

net/sourceforge/plantumldependency/cli/main/option/programminglanguage/argument/JavaProgrammingLanguage.java

Violation Message Line
Errors Line is longer than 80 characters (found 88). 25
Errors Line is longer than 80 characters (found 109). 30
Errors Line is longer than 80 characters (found 109). 31
Errors Line is longer than 80 characters (found 109). 32
Errors Line is longer than 80 characters (found 107). 33
Errors Line is longer than 80 characters (found 105). 34
Errors Line is longer than 80 characters (found 113). 35
Errors Line is longer than 80 characters (found 111). 36
Errors Line is longer than 80 characters (found 109). 37
Errors Line is longer than 80 characters (found 116). 38
Errors Line is longer than 80 characters (found 106). 39
Errors Line is longer than 80 characters (found 110). 40
Errors Line is longer than 80 characters (found 119). 41
Errors Line is longer than 80 characters (found 106). 42
Errors Line is longer than 80 characters (found 103). 43
Errors Line is longer than 80 characters (found 106). 44
Errors Line is longer than 80 characters (found 84). 45
Errors Line is longer than 80 characters (found 86). 46
Errors Line is longer than 80 characters (found 84). 47
Errors Line is longer than 80 characters (found 117). 48
Errors Line is longer than 80 characters (found 129). 49
Errors Line is longer than 80 characters (found 134). 50
Errors Line is longer than 80 characters (found 93). 51
Errors Line is longer than 80 characters (found 101). 52
Errors Line is longer than 80 characters (found 106). 53
Errors Line is longer than 80 characters (found 94). 54
Errors Line is longer than 80 characters (found 99). 55
Errors Line is longer than 80 characters (found 95). 56
Errors Line is longer than 80 characters (found 100). 57
Errors Line is longer than 80 characters (found 96). 58
Errors Line is longer than 80 characters (found 96). 59
Errors Line is longer than 80 characters (found 96). 60
Errors Line is longer than 80 characters (found 95). 61
Errors Line is longer than 80 characters (found 99). 62
Errors Line is longer than 80 characters (found 94). 63
Errors Line is longer than 80 characters (found 95). 64
Errors Line is longer than 80 characters (found 104). 65
Errors Line is longer than 80 characters (found 90). 66
Errors Line is longer than 80 characters (found 89). 67
Errors Line is longer than 80 characters (found 84). 75
Errors Line is longer than 80 characters (found 81). 77
Errors Line is longer than 80 characters (found 88). 79
Errors Line is longer than 80 characters (found 97). 80
Errors Line is longer than 80 characters (found 92). 81
Errors Line is longer than 80 characters (found 110). 82
Errors Line is longer than 80 characters (found 112). 83
Errors Line is longer than 80 characters (found 106). 84
Errors Line is longer than 80 characters (found 113). 85
Errors Line is longer than 80 characters (found 122). 86
Errors Line is longer than 80 characters (found 93). 91
Errors Line is longer than 80 characters (found 102). 98
Errors Line is longer than 80 characters (found 97). 104
Errors Line is longer than 80 characters (found 98). 108
Errors Line is longer than 80 characters (found 89). 111
Errors Line is longer than 80 characters (found 98). 114
Errors Line is longer than 80 characters (found 100). 115
Errors Line is longer than 80 characters (found 96). 116
Errors Line is longer than 80 characters (found 96). 117
Errors Line is longer than 80 characters (found 92). 120
Errors Line is longer than 80 characters (found 103). 123
Errors Line is longer than 80 characters (found 104). 124
Errors Line is longer than 80 characters (found 118). 127
Errors Line is longer than 80 characters (found 115). 130
Errors Line is longer than 80 characters (found 102). 131
Errors Line is longer than 80 characters (found 90). 136
Errors Line is longer than 80 characters (found 102). 140
Errors Line is longer than 80 characters (found 106). 141
Errors Line is longer than 80 characters (found 110). 142
Errors Line is longer than 80 characters (found 97). 144
Errors Line is longer than 80 characters (found 96). 145
Errors Line is longer than 80 characters (found 110). 146
Errors Line is longer than 80 characters (found 95). 148
Errors Line is longer than 80 characters (found 112). 149
Errors Line is longer than 80 characters (found 110). 150
Errors Line is longer than 80 characters (found 111). 152
Errors Line is longer than 80 characters (found 97). 156
Errors Line is longer than 80 characters (found 97). 157
Errors Line is longer than 80 characters (found 98). 161
Errors Line is longer than 80 characters (found 90). 164
Errors Line is longer than 80 characters (found 98). 167
Errors Line is longer than 80 characters (found 100). 168
Errors Line is longer than 80 characters (found 112). 173
Errors Line is longer than 80 characters (found 111). 174
Errors Line is longer than 80 characters (found 109). 175
Errors Line is longer than 80 characters (found 107). 181
Errors Line is longer than 80 characters (found 107). 187
Errors Line is longer than 80 characters (found 110). 189
Errors Line is longer than 80 characters (found 96). 197
Errors Line is longer than 80 characters (found 82). 201
Errors Line is longer than 80 characters (found 82). 202
Errors Avoid inline conditionals. 207
Errors Line is longer than 80 characters (found 100). 211
Errors Line is longer than 80 characters (found 100). 212
Errors Line is longer than 80 characters (found 120). 213
Errors Line is longer than 80 characters (found 89). 217
Errors Line is longer than 80 characters (found 88). 220
Errors Line is longer than 80 characters (found 99). 222
Errors Line is longer than 80 characters (found 98). 223
Errors Line is longer than 80 characters (found 98). 225
Errors Line is longer than 80 characters (found 100). 226
Errors Line is longer than 80 characters (found 84). 229
Errors Line is longer than 80 characters (found 92). 230
Errors Line is longer than 80 characters (found 87). 231
Errors Line is longer than 80 characters (found 83). 233
Errors Line is longer than 80 characters (found 111). 237
Errors Line is longer than 80 characters (found 87). 238
Errors Line is longer than 80 characters (found 105). 239
Errors Line is longer than 80 characters (found 104). 241
Errors Line is longer than 80 characters (found 82). 243
Errors Must have at least one statement. 248
Errors Line is longer than 80 characters (found 100). 249
Errors Line is longer than 80 characters (found 110). 252
Errors Line is longer than 80 characters (found 98). 253
Errors Line is longer than 80 characters (found 95). 262
Errors Line is longer than 80 characters (found 88). 263
Errors Line is longer than 80 characters (found 120). 265
Errors Line is longer than 80 characters (found 89). 269
Errors Line is longer than 80 characters (found 98). 272
Errors Line is longer than 80 characters (found 100). 273
Errors Line is longer than 80 characters (found 96). 275
Errors Line is longer than 80 characters (found 109). 279
Errors Line is longer than 80 characters (found 113). 282
Errors Line is longer than 80 characters (found 101). 284
Errors Line is longer than 80 characters (found 91). 285
Errors Line is longer than 80 characters (found 103). 286
Errors Line is longer than 80 characters (found 99). 288
Errors Line is longer than 80 characters (found 89). 289
Errors Line is longer than 80 characters (found 99). 290
Errors Line is longer than 80 characters (found 96). 296
Errors Line is longer than 80 characters (found 93). 297
Errors Line is longer than 80 characters (found 120). 299
Errors Line is longer than 80 characters (found 89). 303
Errors Line is longer than 80 characters (found 89). 306
Errors Line is longer than 80 characters (found 98). 308
Errors Line is longer than 80 characters (found 100). 309
Errors Line is longer than 80 characters (found 96). 311
Errors Line is longer than 80 characters (found 109). 315
Errors Line is longer than 80 characters (found 102). 316
Errors Line is longer than 80 characters (found 100). 317
Errors Line is longer than 80 characters (found 90). 321
Errors Line is longer than 80 characters (found 82). 323
Errors Line is longer than 80 characters (found 106). 324
Errors Line is longer than 80 characters (found 98). 326
Errors Line is longer than 80 characters (found 89). 330
Errors Line is longer than 80 characters (found 92). 339
Errors Line is longer than 80 characters (found 98). 340
Errors Line is longer than 80 characters (found 82). 341
Errors Line is longer than 80 characters (found 88). 344
Errors Line is longer than 80 characters (found 94). 350
Errors Line is longer than 80 characters (found 90). 359
Errors Line is longer than 80 characters (found 89). 362
Errors Line is longer than 80 characters (found 83). 364
Errors Line is longer than 80 characters (found 82). 367
Errors Line is longer than 80 characters (found 88). 384
Errors Line is longer than 80 characters (found 82). 386
Errors Line is longer than 80 characters (found 98). 388
Errors Line is longer than 80 characters (found 99). 391
Errors Line is longer than 80 characters (found 98). 392
Errors Line is longer than 80 characters (found 98). 394
Errors Line is longer than 80 characters (found 100). 395
Errors Line is longer than 80 characters (found 84). 398
Errors Line is longer than 80 characters (found 94). 399
Errors Line is longer than 80 characters (found 90). 401
Errors Line is longer than 80 characters (found 91). 405
Errors Line is longer than 80 characters (found 105). 408
Errors Line is longer than 80 characters (found 89). 411
Errors Line is longer than 80 characters (found 116). 413
Errors Line is longer than 80 characters (found 88). 414
Errors Line is longer than 80 characters (found 98). 422
Errors Line is longer than 80 characters (found 98). 426
Errors Line is longer than 80 characters (found 97). 430
Errors Line is longer than 80 characters (found 92). 434
Errors Line is longer than 80 characters (found 106). 442
Errors Line is longer than 80 characters (found 97). 459
Errors Line is longer than 80 characters (found 99). 460
Errors Line is longer than 80 characters (found 95). 465
Errors Line is longer than 80 characters (found 84). 468
Errors Line is longer than 80 characters (found 94). 469
Errors Line is longer than 80 characters (found 93). 473
Errors Line is longer than 80 characters (found 100). 518
Errors Line is longer than 80 characters (found 99). 522
Errors Line is longer than 80 characters (found 99). 526
Errors Line is longer than 80 characters (found 102). 530
Errors Line is longer than 80 characters (found 99). 561
Errors Line is longer than 80 characters (found 99). 565
Errors Line is longer than 80 characters (found 100). 569
Errors Line is longer than 80 characters (found 84). 570
Errors Line is longer than 80 characters (found 103). 573
Errors Line is longer than 80 characters (found 112). 579
Errors Line is longer than 80 characters (found 94). 591
Errors Line is longer than 80 characters (found 81). 592
Errors Line is longer than 80 characters (found 95). 595
Errors Line is longer than 80 characters (found 97). 599
Errors Line is longer than 80 characters (found 94). 603
Errors Line is longer than 80 characters (found 110). 611
Errors Line is longer than 80 characters (found 92). 631
Errors Line is longer than 80 characters (found 84). 633
Errors Line is longer than 80 characters (found 88). 635
Errors Line is longer than 80 characters (found 99). 637
Errors Line is longer than 80 characters (found 98). 638
Errors Line is longer than 80 characters (found 98). 640
Errors Line is longer than 80 characters (found 100). 641
Errors Line is longer than 80 characters (found 83). 645
Errors Line is longer than 80 characters (found 107). 649
Errors Line is longer than 80 characters (found 109). 652
Errors Line is longer than 80 characters (found 89). 655
Errors Line is longer than 80 characters (found 116). 658
Errors Line is longer than 80 characters (found 100). 661
Errors Line is longer than 80 characters (found 91). 662
Errors Line is longer than 80 characters (found 87). 669
Errors Line is longer than 80 characters (found 84). 672
Errors Line is longer than 80 characters (found 99). 674
Errors Line is longer than 80 characters (found 98). 675
Errors Line is longer than 80 characters (found 88). 677
Errors Line is longer than 80 characters (found 98). 679
Errors Line is longer than 80 characters (found 100). 680
Errors Line is longer than 80 characters (found 99). 683
Errors Line is longer than 80 characters (found 94). 684
Errors Line is longer than 80 characters (found 113). 692
Errors Line is longer than 80 characters (found 87). 693
Errors Line is longer than 80 characters (found 105). 694
Errors Line is longer than 80 characters (found 90). 696
Errors Line is longer than 80 characters (found 96). 697
Errors Line is longer than 80 characters (found 104). 698
Errors Line is longer than 80 characters (found 98). 701
Errors Line is longer than 80 characters (found 87). 704
Errors Line is longer than 80 characters (found 117). 706
Errors Line is longer than 80 characters (found 99). 710
Errors Line is longer than 80 characters (found 110). 713
Errors Line is longer than 80 characters (found 85). 721
Errors Line is longer than 80 characters (found 88). 724
Errors Line is longer than 80 characters (found 98). 726
Errors Line is longer than 80 characters (found 100). 727
Errors Line is longer than 80 characters (found 100). 730
Errors Line is longer than 80 characters (found 83). 734
Errors Line is longer than 80 characters (found 109). 738
Errors Line is longer than 80 characters (found 114). 739
Errors Line is longer than 80 characters (found 114). 742
Errors Line is longer than 80 characters (found 113). 745
Errors Line is longer than 80 characters (found 101). 749
Errors Line is longer than 80 characters (found 99). 757
Errors Line is longer than 80 characters (found 85). 758
Errors Line is longer than 80 characters (found 84). 763
Errors Line is longer than 80 characters (found 88). 765
Errors Line is longer than 80 characters (found 99). 767
Errors Line is longer than 80 characters (found 98). 768
Errors Line is longer than 80 characters (found 98). 770
Errors Line is longer than 80 characters (found 100). 771
Errors Line is longer than 80 characters (found 83). 775
Errors Line is longer than 80 characters (found 105). 779
Errors Line is longer than 80 characters (found 109). 782
Errors Line is longer than 80 characters (found 89). 783
Errors Line is longer than 80 characters (found 107). 786
Errors Line is longer than 80 characters (found 113). 788
Errors Line is longer than 80 characters (found 119). 790
Errors Line is longer than 80 characters (found 103). 791
Errors Line is longer than 80 characters (found 114). 793
Errors Line is longer than 80 characters (found 110). 796
Errors Line is longer than 80 characters (found 99). 804
Errors Line is longer than 80 characters (found 84). 808
Errors Line is longer than 80 characters (found 88). 810
Errors Line is longer than 80 characters (found 98). 812
Errors Line is longer than 80 characters (found 100). 813
Errors Line is longer than 80 characters (found 90). 818
Errors Line is longer than 80 characters (found 102). 826
Errors Line is longer than 80 characters (found 101). 828
Errors Line is longer than 80 characters (found 96). 829
Errors Line is longer than 80 characters (found 118). 830
Errors Line is longer than 80 characters (found 105). 833
Errors Line is longer than 80 characters (found 87). 835
Errors Line is longer than 80 characters (found 108). 838
Errors Line is longer than 80 characters (found 88). 841
Errors Line is longer than 80 characters (found 88). 853
Errors Line is longer than 80 characters (found 82). 855
Errors Line is longer than 80 characters (found 88). 857
Errors Line is longer than 80 characters (found 84). 859
Errors Line is longer than 80 characters (found 99). 861
Errors Line is longer than 80 characters (found 98). 862
Errors Line is longer than 80 characters (found 98). 864
Errors Line is longer than 80 characters (found 100). 865
Errors Line is longer than 80 characters (found 118). 873
Errors Line is longer than 80 characters (found 109). 876
Errors Line is longer than 80 characters (found 85). 879
Errors Line is longer than 80 characters (found 118). 882
Errors Line is longer than 80 characters (found 104). 885
Errors Line is longer than 80 characters (found 91). 886
Errors Line is longer than 80 characters (found 83). 893
Errors Line is longer than 80 characters (found 88). 896
Errors Line is longer than 80 characters (found 82). 898
Errors Line is longer than 80 characters (found 99). 902
Errors Line is longer than 80 characters (found 98). 903
Errors Line is longer than 80 characters (found 98). 905
Errors Line is longer than 80 characters (found 100). 906
Errors Line is longer than 80 characters (found 95). 909
Errors Line is longer than 80 characters (found 94). 910
Errors Line is longer than 80 characters (found 97). 918
Errors Line is longer than 80 characters (found 105). 921
Errors Line is longer than 80 characters (found 86). 923
Errors Line is longer than 80 characters (found 92). 924
Errors Line is longer than 80 characters (found 104). 925
Errors Line is longer than 80 characters (found 94). 928
Errors Line is longer than 80 characters (found 109). 930
Errors Line is longer than 80 characters (found 113). 933
Errors Line is longer than 80 characters (found 95). 937
Errors Line is longer than 80 characters (found 118). 940
Errors Line is longer than 80 characters (found 81). 948
Errors Line is longer than 80 characters (found 88). 951
Errors Line is longer than 80 characters (found 82). 953
Errors Line is longer than 80 characters (found 98). 955
Errors Line is longer than 80 characters (found 100). 956
Errors Line is longer than 80 characters (found 100). 959
Errors Line is longer than 80 characters (found 83). 963
Errors Line is longer than 80 characters (found 105). 967
Errors Line is longer than 80 characters (found 105). 968
Errors Line is longer than 80 characters (found 90). 969
Errors Line is longer than 80 characters (found 114). 971
Errors Line is longer than 80 characters (found 115). 974
Errors Line is longer than 80 characters (found 101). 978
Errors Line is longer than 80 characters (found 98). 986
Errors Line is longer than 80 characters (found 82). 987
Errors Line is longer than 80 characters (found 88). 990
Errors Line is longer than 80 characters (found 82). 992
Errors Line is longer than 80 characters (found 84). 994
Errors Line is longer than 80 characters (found 99). 996
Errors Line is longer than 80 characters (found 98). 997
Errors Line is longer than 80 characters (found 98). 999
Errors Line is longer than 80 characters (found 100). 1000
Errors Line is longer than 80 characters (found 93). 1010
Errors Line is longer than 80 characters (found 97). 1013
Errors Line is longer than 80 characters (found 85). 1015
Errors Line is longer than 80 characters (found 116). 1018
Errors Line is longer than 80 characters (found 109). 1019
Errors Line is longer than 80 characters (found 107). 1021
Errors Line is longer than 80 characters (found 115). 1022
Errors Line is longer than 80 characters (found 110). 1024
Errors Line is longer than 80 characters (found 118). 1027
Errors Line is longer than 80 characters (found 98). 1035
Errors Line is longer than 80 characters (found 88). 1039
Errors Line is longer than 80 characters (found 82). 1041
Errors Line is longer than 80 characters (found 84). 1043
Errors Line is longer than 80 characters (found 98). 1045
Errors Line is longer than 80 characters (found 100). 1046
Errors Line is longer than 80 characters (found 98). 1051
Errors Line is longer than 80 characters (found 118). 1059
Errors Line is longer than 80 characters (found 97). 1061
Errors Line is longer than 80 characters (found 92). 1062
Errors Line is longer than 80 characters (found 101). 1063
Errors Line is longer than 80 characters (found 120). 1066
Errors Line is longer than 80 characters (found 87). 1067
Errors Line is longer than 80 characters (found 117). 1070
Errors Line is longer than 80 characters (found 88). 1072
Errors Line is longer than 80 characters (found 100). 1081
Errors Line is longer than 80 characters (found 89). 1085
Errors Line is longer than 80 characters (found 98). 1088
Errors Line is longer than 80 characters (found 100). 1089
Errors Line is longer than 80 characters (found 98). 1091
Errors Line is longer than 80 characters (found 98). 1093
Errors Line is longer than 80 characters (found 103). 1097
Errors Line is longer than 80 characters (found 109). 1098
Errors Line is longer than 80 characters (found 113). 1099
Errors Line is longer than 80 characters (found 109). 1100
Errors Line is longer than 80 characters (found 100). 1104
Errors Line is longer than 80 characters (found 89). 1108
Errors Line is longer than 80 characters (found 98). 1110
Errors Line is longer than 80 characters (found 98). 1112
Errors Line is longer than 80 characters (found 110). 1116
Errors Line is longer than 80 characters (found 81). 1122
Errors Line is longer than 80 characters (found 81). 1128
Errors Line is longer than 80 characters (found 109). 1134
Errors Line is longer than 80 characters (found 99). 1137
Errors Line is longer than 80 characters (found 91). 1140
Errors Line is longer than 80 characters (found 99). 1143
Errors Line is longer than 80 characters (found 100). 1151
Errors Line is longer than 80 characters (found 86). 1152
Errors Line is longer than 80 characters (found 89). 1155
Errors Line is longer than 80 characters (found 98). 1157
Errors Line is longer than 80 characters (found 99). 1161
Errors Line is longer than 80 characters (found 109). 1167
Errors Line is longer than 80 characters (found 88). 1173
Errors Line is longer than 80 characters (found 103). 1175
Errors Line is longer than 80 characters (found 102). 1178
Errors Line is longer than 80 characters (found 89). 1189
Errors Line is longer than 80 characters (found 88). 1196
Errors Line is longer than 80 characters (found 90). 1205
Errors Line is longer than 80 characters (found 84). 1225
Errors Line is longer than 80 characters (found 98). 1239
Errors Line is longer than 80 characters (found 88). 1240
Errors Line is longer than 80 characters (found 115). 1241
Errors Line is longer than 80 characters (found 83). 1250
Errors Line is longer than 80 characters (found 109). 1251
Errors Line is longer than 80 characters (found 104). 1252
Errors Line is longer than 80 characters (found 109). 1253
Errors Line is longer than 80 characters (found 83). 1255

net/sourceforge/plantumldependency/cli/main/option/programminglanguage/argument/PlantUMLDependencyProgrammingLanguageOptionArgument.java

Violation Message Line
Errors Line is longer than 80 characters (found 88). 25
Errors Line is longer than 80 characters (found 119). 27
Errors Line is longer than 80 characters (found 145). 28
Errors Line is longer than 80 characters (found 134). 29
Errors Line is longer than 80 characters (found 94). 30
Errors Line is longer than 80 characters (found 92). 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 121). 44
Errors Line is longer than 80 characters (found 111). 54
Errors Line is longer than 80 characters (found 95). 61
Errors Line is longer than 80 characters (found 105). 64
Errors Method 'getMainUsageDescription' is not designed for extension - needs to be abstract, final or empty. 73
Errors Method 'parseArgument' is not designed for extension - needs to be abstract, final or empty. 83
Errors Line is longer than 80 characters (found 97). 84
Errors Line is longer than 80 characters (found 81). 94

net/sourceforge/plantumldependency/cli/main/option/programminglanguage/argument/ProgrammingLanguage.java

Violation Message Line
Errors Line is longer than 80 characters (found 88). 25
Errors Line is longer than 80 characters (found 119). 30
Errors Line is longer than 80 characters (found 117). 31
Errors Line is longer than 80 characters (found 113). 32
Errors Line is longer than 80 characters (found 107). 33
Errors Line is longer than 80 characters (found 96). 34
Errors Line is longer than 80 characters (found 90). 35
Errors Line is longer than 80 characters (found 84). 46
Errors Line is longer than 80 characters (found 92). 48
Errors Line is longer than 80 characters (found 113). 49
Errors Line is longer than 80 characters (found 93). 52
Errors Line is longer than 80 characters (found 93). 55
Errors Line is longer than 80 characters (found 103). 59
Errors Line is longer than 80 characters (found 98). 65
Errors Line is longer than 80 characters (found 87). 68
Errors Line is longer than 80 characters (found 84). 71
Errors Line is longer than 80 characters (found 119). 74
Errors Line is longer than 80 characters (found 81). 77
Errors Line is longer than 80 characters (found 98). 79
Errors Line is longer than 80 characters (found 87). 83
Errors Line is longer than 80 characters (found 121). 84
Errors Line is longer than 80 characters (found 83). 95
Errors Line is longer than 80 characters (found 89). 98
Errors Line is longer than 80 characters (found 98). 111
Errors Line is longer than 80 characters (found 92). 119
Errors Line is longer than 80 characters (found 90). 120
Errors Line is longer than 80 characters (found 84). 123
Errors Line is longer than 80 characters (found 99). 125
Errors Line is longer than 80 characters (found 97). 128
Errors Line is longer than 80 characters (found 88). 129
Errors Line is longer than 80 characters (found 98). 133
Errors Line is longer than 80 characters (found 99). 135
Errors Line is longer than 80 characters (found 97). 137
Errors Line is longer than 80 characters (found 84). 151
Errors Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. 164
Errors Line is longer than 80 characters (found 93). 177
Errors Line is longer than 80 characters (found 89). 180
Errors Line is longer than 80 characters (found 94). 183
Errors Line is longer than 80 characters (found 107). 188
Errors Line is longer than 80 characters (found 87). 189
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 196
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 224
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 233
Errors Avoid inline conditionals. 237
Errors Line is longer than 80 characters (found 94). 244
Errors Line is longer than 80 characters (found 100). 248
Errors Line is longer than 80 characters (found 98). 251
Errors Line is longer than 80 characters (found 100). 252
Errors Line is longer than 80 characters (found 96). 254
Errors Line is longer than 80 characters (found 96). 255
Errors Line is longer than 80 characters (found 81). 258
Errors Line is longer than 80 characters (found 86). 261
Errors Line is longer than 80 characters (found 102). 262
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 283

net/sourceforge/plantumldependency/cli/main/option/programminglanguage/argument/java/JavaRawDependency.java

Violation Message Line
Errors Line is longer than 80 characters (found 93). 25
Errors Line is longer than 80 characters (found 117). 29
Errors Line is longer than 80 characters (found 102). 30
Errors Line is longer than 80 characters (found 96). 31
Errors Line is longer than 80 characters (found 106). 38
Errors Line is longer than 80 characters (found 95). 42
Errors Line is longer than 80 characters (found 93). 45
Errors Line is longer than 80 characters (found 89). 49
Errors Line is longer than 80 characters (found 96). 56
Errors Line is longer than 80 characters (found 97). 74
Errors Line is longer than 80 characters (found 99). 80
Errors Line is longer than 80 characters (found 97). 106
Errors Line is longer than 80 characters (found 95). 109
Errors Line is longer than 80 characters (found 85). 112
Errors Line is longer than 80 characters (found 110). 115
Errors Line is longer than 80 characters (found 111). 116
Errors Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. 132
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 149
Errors Line is longer than 80 characters (found 89). 156
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 169
Errors Line is longer than 80 characters (found 84). 199
Errors Method 'getFullName' is not designed for extension - needs to be abstract, final or empty. 204
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 215
Errors Method 'getPackageName' is not designed for extension - needs to be abstract, final or empty. 226
Errors Method 'getParentExtensions' is not designed for extension - needs to be abstract, final or empty. 237
Errors Method 'getParentImplementations' is not designed for extension - needs to be abstract, final or empty. 248
Errors Method 'getType' is not designed for extension - needs to be abstract, final or empty. 259
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 268
Errors Avoid inline conditionals. 272
Errors Line is longer than 80 characters (found 87). 273
Errors Avoid inline conditionals. 273
Errors Method 'hasNativeMethods' is not designed for extension - needs to be abstract, final or empty. 284
Errors Method 'isAbstract' is not designed for extension - needs to be abstract, final or empty. 295
Errors Method 'setAbstract' is not designed for extension - needs to be abstract, final or empty. 307
Errors Method 'setName' is not designed for extension - needs to be abstract, final or empty. 319
Errors Line is longer than 80 characters (found 82). 327
Errors Method 'setNativeMethods' is not designed for extension - needs to be abstract, final or empty. 331
Errors Method 'setPackageName' is not designed for extension - needs to be abstract, final or empty. 343
Errors Line is longer than 80 characters (found 85). 351
Errors Method 'setParentExtensions' is not designed for extension - needs to be abstract, final or empty. 355
Errors Line is longer than 80 characters (found 90). 363
Errors Method 'setParentImplementations' is not designed for extension - needs to be abstract, final or empty. 367
Errors Method 'setType' is not designed for extension - needs to be abstract, final or empty. 379
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 388
Errors Line is longer than 80 characters (found 117). 390
Errors Line is longer than 80 characters (found 102). 391
Errors Line is longer than 80 characters (found 94). 392

net/sourceforge/plantumldependency/cli/main/option/programminglanguage/argument/java/type/AnnotationJavaType.java

Violation Message Line
Errors Line is longer than 80 characters (found 98). 25
Errors Line is longer than 80 characters (found 121). 27
Errors Line is longer than 80 characters (found 119). 28
Errors Line is longer than 80 characters (found 127). 29
Errors Line is longer than 80 characters (found 127). 30
Errors Line is longer than 80 characters (found 115). 31
Errors Line is longer than 80 characters (found 114). 32
Errors Line is longer than 80 characters (found 119). 33
Errors Line is longer than 80 characters (found 111). 34
Errors Line is longer than 80 characters (found 108). 35
Errors Line is longer than 80 characters (found 116). 36
Errors Line is longer than 80 characters (found 100). 37
Errors Line is longer than 80 characters (found 90). 38
Errors Line is longer than 80 characters (found 89). 39
Errors Line is longer than 80 characters (found 84). 44
Errors Line is longer than 80 characters (found 88). 47
Errors Line is longer than 80 characters (found 108). 48
Errors Line is longer than 80 characters (found 93). 53
Errors Line is longer than 80 characters (found 121). 79
Errors Line is longer than 80 characters (found 87). 82
Errors Line is longer than 80 characters (found 87). 83
Errors Line is longer than 80 characters (found 111). 92
Errors Line is longer than 80 characters (found 92). 93
Errors Line is longer than 80 characters (found 91). 100
Errors Line is longer than 80 characters (found 81). 101
Errors Line is longer than 80 characters (found 106). 104
Errors Line is longer than 80 characters (found 110). 114
Errors Line is longer than 80 characters (found 115). 116
Errors Line is longer than 80 characters (found 114). 136
Errors Line is longer than 80 characters (found 106). 140
Errors Line is longer than 80 characters (found 85). 150
Errors Line is longer than 80 characters (found 106). 155

net/sourceforge/plantumldependency/cli/main/option/programminglanguage/argument/java/type/ClassJavaType.java

Violation Message Line
Errors Line is longer than 80 characters (found 98). 25
Errors Line is longer than 80 characters (found 112). 27
Errors Line is longer than 80 characters (found 119). 28
Errors Line is longer than 80 characters (found 127). 29
Errors Line is longer than 80 characters (found 115). 30
Errors Line is longer than 80 characters (found 110). 31
Errors Line is longer than 80 characters (found 123). 32
Errors Line is longer than 80 characters (found 113). 33
Errors Line is longer than 80 characters (found 115). 34
Errors Line is longer than 80 characters (found 114). 35
Errors Line is longer than 80 characters (found 127). 36
Errors Line is longer than 80 characters (found 119). 37
Errors Line is longer than 80 characters (found 111). 38
Errors Line is longer than 80 characters (found 108). 39
Errors Line is longer than 80 characters (found 116). 40
Errors Line is longer than 80 characters (found 129). 41
Errors Line is longer than 80 characters (found 134). 42
Errors Line is longer than 80 characters (found 100). 43
Errors Line is longer than 80 characters (found 124). 44
Errors Line is longer than 80 characters (found 115). 45
Errors Line is longer than 80 characters (found 90). 46
Errors Line is longer than 80 characters (found 84). 50
Errors Line is longer than 80 characters (found 88). 53
Errors Line is longer than 80 characters (found 108). 54
Errors Line is longer than 80 characters (found 106). 55
Errors Line is longer than 80 characters (found 98). 56
Errors Line is longer than 80 characters (found 106). 57
Errors Line is longer than 80 characters (found 93). 62
Errors Line is longer than 80 characters (found 121). 88
Errors Line is longer than 80 characters (found 87). 91
Errors Line is longer than 80 characters (found 87). 92
Errors Line is longer than 80 characters (found 111). 101
Errors Line is longer than 80 characters (found 92). 102
Errors Line is longer than 80 characters (found 91). 109
Errors Line is longer than 80 characters (found 81). 110
Errors Line is longer than 80 characters (found 121). 111
Errors Line is longer than 80 characters (found 116). 115
Errors Line is longer than 80 characters (found 103). 118
Errors Line is longer than 80 characters (found 101). 119
Errors Line is longer than 80 characters (found 115). 122
Errors Line is longer than 80 characters (found 106). 123
Errors Line is longer than 80 characters (found 110). 135
Errors Line is longer than 80 characters (found 88). 144
Errors Line is longer than 80 characters (found 92). 146
Errors Line is longer than 80 characters (found 110). 148
Errors Line is longer than 80 characters (found 114). 170
Errors Line is longer than 80 characters (found 85). 180

net/sourceforge/plantumldependency/cli/main/option/programminglanguage/argument/java/type/EnumJavaType.java

Violation Message Line
Errors Line is longer than 80 characters (found 98). 25
Errors Line is longer than 80 characters (found 112). 27
Errors Line is longer than 80 characters (found 121). 28
Errors Line is longer than 80 characters (found 119). 29
Errors Line is longer than 80 characters (found 127). 30
Errors Line is longer than 80 characters (found 115). 31
Errors Line is longer than 80 characters (found 110). 32
Errors Line is longer than 80 characters (found 123). 33
Errors Line is longer than 80 characters (found 127). 34
Errors Line is longer than 80 characters (found 113). 35
Errors Line is longer than 80 characters (found 115). 36
Errors Line is longer than 80 characters (found 114). 37
Errors Line is longer than 80 characters (found 119). 38
Errors Line is longer than 80 characters (found 111). 39
Errors Line is longer than 80 characters (found 108). 40
Errors Line is longer than 80 characters (found 116). 41
Errors Line is longer than 80 characters (found 129). 42
Errors Line is longer than 80 characters (found 134). 43
Errors Line is longer than 80 characters (found 100). 44
Errors Line is longer than 80 characters (found 90). 45
Errors Line is longer than 80 characters (found 89). 46
Errors Line is longer than 80 characters (found 84). 51
Errors Line is longer than 80 characters (found 88). 54
Errors Line is longer than 80 characters (found 108). 55
Errors Line is longer than 80 characters (found 96). 56
Errors Line is longer than 80 characters (found 106). 57
Errors Line is longer than 80 characters (found 93). 62
Errors Line is longer than 80 characters (found 121). 88
Errors Line is longer than 80 characters (found 87). 91
Errors Line is longer than 80 characters (found 87). 92
Errors Line is longer than 80 characters (found 111). 101
Errors Line is longer than 80 characters (found 92). 102
Errors Line is longer than 80 characters (found 91). 109
Errors Line is longer than 80 characters (found 81). 110
Errors Line is longer than 80 characters (found 100). 113
Errors Line is longer than 80 characters (found 110). 123
Errors Line is longer than 80 characters (found 119). 132
Errors Line is longer than 80 characters (found 92). 135
Errors Line is longer than 80 characters (found 110). 137
Errors Line is longer than 80 characters (found 114). 159
Errors Line is longer than 80 characters (found 106). 163
Errors Line is longer than 80 characters (found 85). 173

net/sourceforge/plantumldependency/cli/main/option/programminglanguage/argument/java/type/InterfaceJavaType.java

Violation Message Line
Errors Line is longer than 80 characters (found 98). 25
Errors Line is longer than 80 characters (found 121). 27
Errors Line is longer than 80 characters (found 119). 28
Errors Line is longer than 80 characters (found 127). 29
Errors Line is longer than 80 characters (found 115). 30
Errors Line is longer than 80 characters (found 110). 31
Errors Line is longer than 80 characters (found 123). 32
Errors Line is longer than 80 characters (found 127). 33
Errors Line is longer than 80 characters (found 113). 34
Errors Line is longer than 80 characters (found 115). 35
Errors Line is longer than 80 characters (found 114). 36
Errors Line is longer than 80 characters (found 119). 37
Errors Line is longer than 80 characters (found 111). 38
Errors Line is longer than 80 characters (found 108). 39
Errors Line is longer than 80 characters (found 116). 40
Errors Line is longer than 80 characters (found 129). 41
Errors Line is longer than 80 characters (found 134). 42
Errors Line is longer than 80 characters (found 100). 43
Errors Line is longer than 80 characters (found 90). 44
Errors Line is longer than 80 characters (found 89). 45
Errors Line is longer than 80 characters (found 84). 50
Errors Line is longer than 80 characters (found 88). 53
Errors Line is longer than 80 characters (found 108). 54
Errors Line is longer than 80 characters (found 106). 55
Errors Line is longer than 80 characters (found 93). 60
Errors Line is longer than 80 characters (found 121). 86
Errors Line is longer than 80 characters (found 87). 89
Errors Line is longer than 80 characters (found 87). 90
Errors Line is longer than 80 characters (found 111). 99
Errors Line is longer than 80 characters (found 92). 100
Errors Line is longer than 80 characters (found 91). 107
Errors Line is longer than 80 characters (found 81). 108
Errors Line is longer than 80 characters (found 105). 111
Errors Line is longer than 80 characters (found 110). 121
Errors Line is longer than 80 characters (found 92). 130
Errors Line is longer than 80 characters (found 119). 132
Errors Line is longer than 80 characters (found 110). 135
Errors Line is longer than 80 characters (found 114). 157
Errors Line is longer than 80 characters (found 85). 167
Errors Line is longer than 80 characters (found 106). 172

net/sourceforge/plantumldependency/cli/main/option/programminglanguage/argument/java/type/JavaParentType.java

Violation Message Line
Errors Line is longer than 80 characters (found 98). 25
Errors Line is longer than 80 characters (found 97). 28
Errors Line is longer than 80 characters (found 93). 30

net/sourceforge/plantumldependency/cli/main/option/programminglanguage/argument/java/type/JavaType.java

Violation Message Line
Errors Line is longer than 80 characters (found 98). 25
Errors Line is longer than 80 characters (found 120). 30
Errors Line is longer than 80 characters (found 106). 31
Errors Line is longer than 80 characters (found 116). 32
Errors Line is longer than 80 characters (found 102). 33
Errors Line is longer than 80 characters (found 96). 34
Errors Line is longer than 80 characters (found 96). 35
Errors Line is longer than 80 characters (found 95). 36
Errors Line is longer than 80 characters (found 107). 37
Errors Line is longer than 80 characters (found 96). 38
Errors Line is longer than 80 characters (found 90). 39
Errors Line is longer than 80 characters (found 89). 40
Errors Line is longer than 80 characters (found 84). 51
Errors Line is longer than 80 characters (found 88). 54
Errors Line is longer than 80 characters (found 90). 57
Errors Line is longer than 80 characters (found 93). 60
Errors Line is longer than 80 characters (found 81). 64
Errors Line is longer than 80 characters (found 87). 70
Errors Line is longer than 80 characters (found 83). 73
Errors Line is longer than 80 characters (found 97). 85
Errors Line is longer than 80 characters (found 86). 88
Errors Line is longer than 80 characters (found 96). 93
Errors Line is longer than 80 characters (found 88). 98
Errors Line is longer than 80 characters (found 100). 119
Errors Line is longer than 80 characters (found 82). 120
Errors Line is longer than 80 characters (found 85). 123
Errors Line is longer than 80 characters (found 99). 125
Errors Line is longer than 80 characters (found 81). 130
Errors Line is longer than 80 characters (found 83). 132
Errors Line is longer than 80 characters (found 84). 134
Errors Line is longer than 80 characters (found 105). 136
Errors Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. 161
Errors Line is longer than 80 characters (found 97). 171
Errors Line is longer than 80 characters (found 97). 175
Errors Line is longer than 80 characters (found 89). 177
Errors Line is longer than 80 characters (found 99). 179
Errors Line is longer than 80 characters (found 100). 182
Errors Line is longer than 80 characters (found 118). 185
Errors Line is longer than 80 characters (found 96). 189
Errors Line is longer than 80 characters (found 86). 193
Errors Line is longer than 80 characters (found 97). 195
Errors Line is longer than 80 characters (found 99). 199
Errors Line is longer than 80 characters (found 98). 200
Errors Line is longer than 80 characters (found 97). 202
Errors Line is longer than 80 characters (found 100). 205
Errors Line is longer than 80 characters (found 96). 208
Errors Line is longer than 80 characters (found 98). 210
Errors Line is longer than 80 characters (found 108). 214
Errors Line is longer than 80 characters (found 93). 221
Errors Line is longer than 80 characters (found 84). 225
Errors Line is longer than 80 characters (found 93). 227
Errors Line is longer than 80 characters (found 85). 229
Errors Line is longer than 80 characters (found 96). 231
Errors Line is longer than 80 characters (found 96). 234
Errors Line is longer than 80 characters (found 107). 237
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 245
Errors Line is longer than 80 characters (found 99). 268
Errors Line is longer than 80 characters (found 89). 272
Errors Line is longer than 80 characters (found 94). 274
Errors Line is longer than 80 characters (found 95). 285
Errors Line is longer than 80 characters (found 89). 292
Errors Line is longer than 80 characters (found 98). 294
Errors Line is longer than 80 characters (found 116). 298
Errors Line is longer than 80 characters (found 98). 305
Errors Line is longer than 80 characters (found 89). 312
Errors Line is longer than 80 characters (found 98). 314
Errors Line is longer than 80 characters (found 88). 318
Errors Line is longer than 80 characters (found 97). 322
Errors Line is longer than 80 characters (found 97). 326
Errors Line is longer than 80 characters (found 89). 333
Errors Method 'extractParents' is not designed for extension - needs to be abstract, final or empty. 336
Errors Line is longer than 80 characters (found 93). 342
Errors Line is longer than 80 characters (found 101). 344
Errors Method 'getLanguageKeyword' is not designed for extension - needs to be abstract, final or empty. 358
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 367
Errors Line is longer than 80 characters (found 95). 371
Errors Avoid inline conditionals. 371
Errors Line is longer than 80 characters (found 84). 379
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 394
Errors Line is longer than 80 characters (found 89). 396

net/sourceforge/plantumldependency/cli/main/option/programminglanguage/context/AbstractProgrammingLanguageContext.java

Violation Message Line
Errors Line is longer than 80 characters (found 87). 25
Errors Line is longer than 80 characters (found 128). 29
Errors Line is longer than 80 characters (found 136). 30
Errors Line is longer than 80 characters (found 109). 31
Errors Line is longer than 80 characters (found 109). 32
Errors Line is longer than 80 characters (found 104). 33
Errors Line is longer than 80 characters (found 121). 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 96). 37
Errors Line is longer than 80 characters (found 97). 38
Errors Line is longer than 80 characters (found 96). 39
Errors Line is longer than 80 characters (found 92). 50
Errors Line is longer than 80 characters (found 93). 51
Errors Line is longer than 80 characters (found 108). 52
Errors Line is longer than 80 characters (found 102). 53
Errors Line is longer than 80 characters (found 110). 54
Errors Line is longer than 80 characters (found 99). 57
Errors Line is longer than 80 characters (found 93). 60
Errors Line is longer than 80 characters (found 96). 64
Errors Line is longer than 80 characters (found 113). 67
Errors Line is longer than 80 characters (found 93). 73
Errors Line is longer than 80 characters (found 100). 79
Errors Line is longer than 80 characters (found 92). 85
Errors Line is longer than 80 characters (found 94). 91
Errors Line is longer than 80 characters (found 85). 92
Errors Line is longer than 80 characters (found 95). 98
Errors Line is longer than 80 characters (found 95). 99
Errors Line is longer than 80 characters (found 98). 100
Errors Line is longer than 80 characters (found 83). 103
Errors Line is longer than 80 characters (found 95). 106
Errors Line is longer than 80 characters (found 118). 118
Errors Line is longer than 80 characters (found 93). 126
Errors Line is longer than 80 characters (found 89). 129
Errors Line is longer than 80 characters (found 94). 132
Errors Line is longer than 80 characters (found 92). 136
Errors Line is longer than 80 characters (found 94). 137
Errors Line is longer than 80 characters (found 121). 138
Errors Line is longer than 80 characters (found 100). 145
Errors Line is longer than 80 characters (found 93). 148
Errors Line is longer than 80 characters (found 89). 151
Errors Line is longer than 80 characters (found 94). 154
Errors Line is longer than 80 characters (found 107). 158
Errors Line is longer than 80 characters (found 99). 159
Errors Line is longer than 80 characters (found 103). 161
Errors Line is longer than 80 characters (found 87). 162
Errors Line is longer than 80 characters (found 100). 169
Errors Line is longer than 80 characters (found 98). 172
Errors Line is longer than 80 characters (found 85). 175
Errors Line is longer than 80 characters (found 96). 176
Errors Line is longer than 80 characters (found 93). 178
Errors Line is longer than 80 characters (found 89). 181
Errors Line is longer than 80 characters (found 94). 184
Errors Line is longer than 80 characters (found 107). 188
Errors Line is longer than 80 characters (found 99). 191
Errors Line is longer than 80 characters (found 115). 194
Errors Line is longer than 80 characters (found 85). 195
Errors Line is longer than 80 characters (found 89). 196
Errors Line is longer than 80 characters (found 91). 200
Errors Line is longer than 80 characters (found 116). 202
Errors Line is longer than 80 characters (found 90). 204
Errors Line is longer than 80 characters (found 99). 208
Errors Line is longer than 80 characters (found 115). 210
Errors Line is longer than 80 characters (found 93). 211
Errors Line is longer than 80 characters (found 89). 212
Errors Method 'addParsedAndSeenDependencies' is not designed for extension - needs to be abstract, final or empty. 226
Errors Line is longer than 80 characters (found 82). 227
Errors Line is longer than 80 characters (found 84). 230
Errors Method 'addPotentialJavaLangSeenDependencies' is not designed for extension - needs to be abstract, final or empty. 238
Errors Line is longer than 80 characters (found 90). 239
Errors Line is longer than 80 characters (found 84). 241
Errors Line is longer than 80 characters (found 92). 242
Errors Method 'addSeenDependencies' is not designed for extension - needs to be abstract, final or empty. 250
Errors Line is longer than 80 characters (found 84). 253
Errors Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. 261
Errors Line is longer than 80 characters (found 112). 265
Errors Avoid inline conditionals. 265
Errors Avoid inline conditionals. 265
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 274
Errors Line is longer than 80 characters (found 89). 280
Errors Line is longer than 80 characters (found 94). 281
Errors Line is longer than 80 characters (found 115). 282
Errors Line is longer than 80 characters (found 95). 284
Errors Line is longer than 80 characters (found 105). 286
Errors Line is longer than 80 characters (found 90). 287
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 302
Errors Line is longer than 80 characters (found 98). 313
Errors Line is longer than 80 characters (found 88). 325
Errors Line is longer than 80 characters (found 94). 339
Errors Line is longer than 80 characters (found 110). 353
Errors Line is longer than 80 characters (found 96). 360
Errors Line is longer than 80 characters (found 99). 364
Errors Line is longer than 80 characters (found 85). 365
Errors Line is longer than 80 characters (found 98). 367
Errors Line is longer than 80 characters (found 96). 370
Errors Line is longer than 80 characters (found 95). 372
Errors Line is longer than 80 characters (found 100). 373
Errors Line is longer than 80 characters (found 85). 377
Errors Line is longer than 80 characters (found 99). 378
Errors Line is longer than 80 characters (found 115). 380
Errors Line is longer than 80 characters (found 83). 381
Errors Line is longer than 80 characters (found 108). 382
Errors Method 'getParsedAndSeenDependencies' is not designed for extension - needs to be abstract, final or empty. 429
Errors Line is longer than 80 characters (found 81). 441
Errors Method 'getParsedDependencies' is not designed for extension - needs to be abstract, final or empty. 450
Errors Method 'getParsedDependency' is not designed for extension - needs to be abstract, final or empty. 471
Errors Method 'getParsedOrSeenDependency' is not designed for extension - needs to be abstract, final or empty. 482
Errors Method 'getPlantUMLClassesDiagram' is not designed for extension - needs to be abstract, final or empty. 493
Errors Line is longer than 80 characters (found 133). 495
Errors Line is longer than 80 characters (found 136). 496
Errors Line is longer than 80 characters (found 97). 498
Errors Line is longer than 80 characters (found 101). 499
Errors Line is longer than 80 characters (found 99). 501
Errors Line is longer than 80 characters (found 88). 502
Errors Line is longer than 80 characters (found 113). 503
Errors Line is longer than 80 characters (found 111). 507
Errors Method 'getPotentialJavaLangSeenDependencies' is not designed for extension - needs to be abstract, final or empty. 515
Errors Line is longer than 80 characters (found 84). 516
Errors Line is longer than 80 characters (found 89). 527
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 536
Errors Line is longer than 80 characters (found 101). 540
Errors Avoid inline conditionals. 540
Errors Line is longer than 80 characters (found 115). 541
Errors Avoid inline conditionals. 541
Errors Line is longer than 80 characters (found 103). 542
Errors Avoid inline conditionals. 542
Errors Line is longer than 80 characters (found 105). 544
Errors Avoid inline conditionals. 544
Errors Line is longer than 80 characters (found 107). 545
Errors Avoid inline conditionals. 545
Errors Line is longer than 80 characters (found 121). 548
Errors Avoid inline conditionals. 548
Errors Method 'hasToDisplay' is not designed for extension - needs to be abstract, final or empty. 557
Errors Method 'removeAllPotentialJavaLangSeenDependencyAndChangePackageToJavaLang' is not designed for extension - needs to be abstract, final or empty. 567
Errors Line is longer than 80 characters (found 86). 568
Errors Line is longer than 80 characters (found 91). 569
Errors Line is longer than 80 characters (found 96). 571
Errors Method 'removePotentialJavaLangSeenDependency' is not designed for extension - needs to be abstract, final or empty. 583
Errors Line is longer than 80 characters (found 87). 593
Errors Line is longer than 80 characters (found 94). 605
Errors Line is longer than 80 characters (found 88). 617
Errors Line is longer than 80 characters (found 97). 629
Errors Line is longer than 80 characters (found 97). 633
Errors Line is longer than 80 characters (found 90). 641
Errors Line is longer than 80 characters (found 90). 645
Errors Line is longer than 80 characters (found 86). 653
Errors Line is longer than 80 characters (found 105). 658
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 667
Errors Line is longer than 80 characters (found 90). 669
Errors Line is longer than 80 characters (found 102). 670
Errors Line is longer than 80 characters (found 103). 671
Errors Line is longer than 80 characters (found 98). 672

net/sourceforge/plantumldependency/cli/main/option/programminglanguage/context/ProgrammingLanguageContext.java

Violation Message Line
Errors Line is longer than 80 characters (found 87). 25
Errors Line is longer than 80 characters (found 92). 31
Errors Line is longer than 80 characters (found 93). 32
Errors Line is longer than 80 characters (found 100). 36
Errors Line is longer than 80 characters (found 93). 39
Errors Line is longer than 80 characters (found 108). 43
Errors Line is longer than 80 characters (found 99). 47
Errors Line is longer than 80 characters (found 94). 51
Errors Line is longer than 80 characters (found 95). 57
Errors Line is longer than 80 characters (found 95). 58
Errors Line is longer than 80 characters (found 98). 59
Errors Line is longer than 80 characters (found 88). 60
Errors Line is longer than 80 characters (found 94). 63
Errors Line is longer than 80 characters (found 81). 66
Errors Line is longer than 80 characters (found 94). 75
Errors Line is longer than 80 characters (found 96). 81
Errors Line is longer than 80 characters (found 95). 84
Errors Line is longer than 80 characters (found 97). 93
Errors Line is longer than 80 characters (found 100). 104
Errors Line is longer than 80 characters (found 100). 115
Errors Line is longer than 80 characters (found 99). 122
Errors Line is longer than 80 characters (found 94). 125
Errors Line is longer than 80 characters (found 100). 132
Errors Line is longer than 80 characters (found 96). 135
Errors Line is longer than 80 characters (found 81). 139
Errors Line is longer than 80 characters (found 84). 145
Errors Line is longer than 80 characters (found 86). 149
Errors Line is longer than 80 characters (found 95). 156
Errors Line is longer than 80 characters (found 98). 157
Errors Line is longer than 80 characters (found 98). 165
Errors Line is longer than 80 characters (found 98). 166
Errors Line is longer than 80 characters (found 88). 170

net/sourceforge/plantumldependency/cli/main/option/programminglanguage/context/impl/CppProgrammingLanguageContext.java

Violation Message Line
Errors Line is longer than 80 characters (found 92). 25
Errors Line is longer than 80 characters (found 92). 32
Errors Line is longer than 80 characters (found 121). 33
Errors Line is longer than 80 characters (found 116). 37
Errors Line is longer than 80 characters (found 93). 40
Errors Line is longer than 80 characters (found 87). 44
Errors Line is longer than 80 characters (found 93). 62
Errors Line is longer than 80 characters (found 89). 65
Errors Line is longer than 80 characters (found 94). 68
Errors Line is longer than 80 characters (found 84). 72
Errors Line is longer than 80 characters (found 94). 73
Errors Line is longer than 80 characters (found 85). 74
Errors Line is longer than 80 characters (found 94). 81
Errors Line is longer than 80 characters (found 93). 84
Errors Line is longer than 80 characters (found 89). 87
Errors Line is longer than 80 characters (found 94). 90
Errors Line is longer than 80 characters (found 99). 94
Errors Line is longer than 80 characters (found 99). 95
Errors Line is longer than 80 characters (found 112). 97
Errors Line is longer than 80 characters (found 94). 104
Errors Line is longer than 80 characters (found 94). 107
Errors Line is longer than 80 characters (found 93). 110
Errors Line is longer than 80 characters (found 89). 113
Errors Line is longer than 80 characters (found 94). 116
Errors Line is longer than 80 characters (found 99). 120
Errors Line is longer than 80 characters (found 107). 121
Errors Line is longer than 80 characters (found 94). 122
Errors Line is longer than 80 characters (found 115). 123
Errors Line is longer than 80 characters (found 100). 131
Errors Line is longer than 80 characters (found 98). 134
Errors Line is longer than 80 characters (found 85). 137
Errors Line is longer than 80 characters (found 96). 138
Errors Line is longer than 80 characters (found 93). 140
Errors Line is longer than 80 characters (found 89). 143
Errors Line is longer than 80 characters (found 94). 146
Errors Line is longer than 80 characters (found 99). 150
Errors Line is longer than 80 characters (found 99). 153
Errors Line is longer than 80 characters (found 113). 155

net/sourceforge/plantumldependency/cli/main/option/programminglanguage/context/impl/JavaProgrammingLanguageContext.java

Violation Message Line
Errors Line is longer than 80 characters (found 92). 25
Errors Line is longer than 80 characters (found 92). 32
Errors Line is longer than 80 characters (found 121). 33
Errors Line is longer than 80 characters (found 116). 37
Errors Line is longer than 80 characters (found 93). 40
Errors Line is longer than 80 characters (found 88). 44
Errors Line is longer than 80 characters (found 93). 62
Errors Line is longer than 80 characters (found 89). 65
Errors Line is longer than 80 characters (found 94). 68
Errors Line is longer than 80 characters (found 85). 72
Errors Line is longer than 80 characters (found 94). 73
Errors Line is longer than 80 characters (found 85). 74
Errors Line is longer than 80 characters (found 96). 81
Errors Line is longer than 80 characters (found 83). 82
Errors Line is longer than 80 characters (found 93). 85
Errors Line is longer than 80 characters (found 89). 88
Errors Line is longer than 80 characters (found 94). 91
Errors Line is longer than 80 characters (found 100). 95
Errors Line is longer than 80 characters (found 99). 96
Errors Line is longer than 80 characters (found 112). 98
Errors Line is longer than 80 characters (found 96). 105
Errors Line is longer than 80 characters (found 83). 106
Errors Line is longer than 80 characters (found 97). 109
Errors Line is longer than 80 characters (found 93). 112
Errors Line is longer than 80 characters (found 89). 115
Errors Line is longer than 80 characters (found 94). 118
Errors Line is longer than 80 characters (found 100). 122
Errors Line is longer than 80 characters (found 107). 123
Errors Line is longer than 80 characters (found 94). 124
Errors Line is longer than 80 characters (found 115). 125
Errors Line is longer than 80 characters (found 100). 133
Errors Line is longer than 80 characters (found 98). 136
Errors Line is longer than 80 characters (found 85). 139
Errors Line is longer than 80 characters (found 96). 140
Errors Line is longer than 80 characters (found 93). 142
Errors Line is longer than 80 characters (found 89). 145
Errors Line is longer than 80 characters (found 94). 148
Errors Line is longer than 80 characters (found 100). 152
Errors Line is longer than 80 characters (found 99). 155
Errors Line is longer than 80 characters (found 113). 157

net/sourceforge/plantumldependency/cli/main/program/PlantUMLDependencyProgram.java

Violation Message Line
Errors Line is longer than 80 characters (found 115). 32
Errors Line is longer than 80 characters (found 108). 33
Errors Line is longer than 80 characters (found 101). 34
Errors Line is longer than 80 characters (found 116). 35
Errors Line is longer than 80 characters (found 115). 36
Errors Line is longer than 80 characters (found 132). 37
Errors Line is longer than 80 characters (found 129). 38
Errors Line is longer than 80 characters (found 94). 39
Errors Line is longer than 80 characters (found 90). 40
Errors Line is longer than 80 characters (found 131). 41
Errors Line is longer than 80 characters (found 111). 42
Errors Line is longer than 80 characters (found 124). 43
Errors Line is longer than 80 characters (found 84). 52
Errors Line is longer than 80 characters (found 110). 53
Errors Line is longer than 80 characters (found 107). 54
Errors Line is longer than 80 characters (found 121). 55
Errors Line is longer than 80 characters (found 107). 56
Errors Line is longer than 80 characters (found 98). 57
Errors Line is longer than 80 characters (found 98). 58
Errors Line is longer than 80 characters (found 96). 59
Errors Line is longer than 80 characters (found 122). 60
Errors Line is longer than 80 characters (found 81). 61
Errors Line is longer than 80 characters (found 83). 62
Errors Line is longer than 80 characters (found 82). 63
Errors Line is longer than 80 characters (found 91). 65
Errors Line is longer than 80 characters (found 86). 66
Errors Line is longer than 80 characters (found 91). 68
Errors Line is longer than 80 characters (found 81). 69
Errors Line is longer than 80 characters (found 83). 70
Errors Line is longer than 80 characters (found 93). 75
Errors Line is longer than 80 characters (found 104). 82
Errors Line is longer than 80 characters (found 98). 91
Errors Line is longer than 80 characters (found 97). 92
Errors Line is longer than 80 characters (found 85). 102
Errors Line is longer than 80 characters (found 92). 104
Errors Line is longer than 80 characters (found 104). 124
Errors Line is longer than 80 characters (found 100). 127
Errors Line is longer than 80 characters (found 90). 130
Errors Line is longer than 80 characters (found 101). 131
Errors Line is longer than 80 characters (found 91). 142
Errors Line is longer than 80 characters (found 87). 153
Errors Line is longer than 80 characters (found 107). 156
Errors Line is longer than 80 characters (found 102). 157
Errors Line is longer than 80 characters (found 83). 165
Errors Line is longer than 80 characters (found 104). 173
Errors Line is longer than 80 characters (found 114). 175
Errors Line is longer than 80 characters (found 87). 176
Errors Line is longer than 80 characters (found 81). 177
Errors Line is longer than 80 characters (found 85). 178
Errors Line is longer than 80 characters (found 117). 179
Errors Line is longer than 80 characters (found 99). 180
Errors Line is longer than 80 characters (found 112). 194
Errors Line is longer than 80 characters (found 112). 197
Errors Line is longer than 80 characters (found 133). 200
Errors Line is longer than 80 characters (found 136). 203
Errors Line is longer than 80 characters (found 98). 206
Errors Line is longer than 80 characters (found 100). 210
Errors Line is longer than 80 characters (found 118). 213
Errors Line is longer than 80 characters (found 114). 216
Errors Line is longer than 80 characters (found 117). 217
Errors Line is longer than 80 characters (found 103). 222
Errors Line is longer than 80 characters (found 118). 223
Errors Line is longer than 80 characters (found 90). 224
Errors Line is longer than 80 characters (found 114). 225
Errors Line is longer than 80 characters (found 96). 226
Errors Line is longer than 80 characters (found 109). 227
Errors Line is longer than 80 characters (found 114). 228
Errors Line is longer than 80 characters (found 96). 229
Errors Line is longer than 80 characters (found 87). 230
Errors Line is longer than 80 characters (found 114). 231
Errors Line is longer than 80 characters (found 99). 232
Errors Line is longer than 80 characters (found 230). 241
Errors Line is longer than 80 characters (found 158). 242
Errors Line is longer than 80 characters (found 115). 243
Errors Line is longer than 80 characters (found 176). 244
Errors Line is longer than 80 characters (found 223). 245
Errors Line is longer than 80 characters (found 146). 247
Errors Line is longer than 80 characters (found 154). 248

net/sourceforge/plantumldependency/cli/plantumldiagram/PlantUMLDiagram.java

Violation Message Line
Errors Line is longer than 80 characters (found 96). 32
Errors Line is longer than 80 characters (found 83). 44
Errors Line is longer than 80 characters (found 93). 45
Errors Line is longer than 80 characters (found 107). 49

net/sourceforge/plantumldependency/cli/plantumldiagram/WithDescription.java

Violation Message Line
Errors Line is longer than 80 characters (found 88). 28
Errors Line is longer than 80 characters (found 93). 30
Errors Line is longer than 80 characters (found 99). 37
Errors Line is longer than 80 characters (found 89). 40

net/sourceforge/plantumldependency/cli/plantumldiagram/classes/PlantUMLClassesDiagram.java

Violation Message Line
Errors Line is longer than 80 characters (found 108). 30
Errors Line is longer than 80 characters (found 110). 31
Errors Line is longer than 80 characters (found 98). 34
Errors Line is longer than 80 characters (found 102). 36
Errors Line is longer than 80 characters (found 96). 45
Errors Line is longer than 80 characters (found 93). 46
Errors Line is longer than 80 characters (found 92). 55
Errors Line is longer than 80 characters (found 93). 64

net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/AbstractPlantUMLClassesDiagramElement.java

Violation Message Line
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 115). 34
Errors Line is longer than 80 characters (found 86). 37
Errors Line is longer than 80 characters (found 93). 39
Errors Line is longer than 80 characters (found 102). 43
Errors Line is longer than 80 characters (found 116). 49
Errors Line is longer than 80 characters (found 98). 63
Errors Line is longer than 80 characters (found 120). 67
Errors Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. 77
Errors Line is longer than 80 characters (found 96). 87
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 99
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 117
Errors Line is longer than 80 characters (found 104). 128
Errors Line is longer than 80 characters (found 88). 147
Errors Method 'getElementTag' is not designed for extension - needs to be abstract, final or empty. 159
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 169
Errors Method 'getPlantUMLTextDescription' is not designed for extension - needs to be abstract, final or empty. 179
Errors Line is longer than 80 characters (found 97). 181
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 189
Errors Line is longer than 80 characters (found 85). 193
Errors Avoid inline conditionals. 193
Errors Avoid inline conditionals. 194
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 203

net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/PlantUMLClassesDiagramAbstractClassElement.java

Violation Message Line
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 104). 35

net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/PlantUMLClassesDiagramAnnotationElement.java

Violation Message Line
Errors Line is longer than 80 characters (found 104). 27
Errors Line is longer than 80 characters (found 94). 30
Errors Line is longer than 80 characters (found 93). 33
Errors Line is longer than 80 characters (found 112). 37

net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/PlantUMLClassesDiagramClassElement.java

Violation Message Line
Errors Line is longer than 80 characters (found 104). 27
Errors Line is longer than 80 characters (found 99). 30
Errors Line is longer than 80 characters (found 93). 32
Errors Line is longer than 80 characters (found 107). 36

net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/PlantUMLClassesDiagramElement.java

Violation Message Line
Errors Line is longer than 80 characters (found 115). 30
Errors Line is longer than 80 characters (found 98). 34
Errors Line is longer than 80 characters (found 93). 37
Errors Line is longer than 80 characters (found 117). 42
Errors Line is longer than 80 characters (found 93). 45
Errors Line is longer than 80 characters (found 87). 48
Errors Line is longer than 80 characters (found 99). 54

net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/PlantUMLClassesDiagramEnumElement.java

Violation Message Line
Errors Line is longer than 80 characters (found 104). 27
Errors Line is longer than 80 characters (found 98). 30
Errors Line is longer than 80 characters (found 93). 32
Errors Line is longer than 80 characters (found 106). 36

net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/PlantUMLClassesDiagramInterfaceElement.java

Violation Message Line
Errors Line is longer than 80 characters (found 104). 27
Errors Line is longer than 80 characters (found 93). 30
Errors Line is longer than 80 characters (found 93). 33
Errors Line is longer than 80 characters (found 111). 37

net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/impl/PlantUMLClassesDiagramAbstractClassElementImpl.java

Violation Message Line
Errors Line is longer than 80 characters (found 84). 25
Errors Line is longer than 80 characters (found 141). 27
Errors Line is longer than 80 characters (found 121). 28
Errors Line is longer than 80 characters (found 108). 29
Errors Line is longer than 80 characters (found 81). 32
Errors Line is longer than 80 characters (found 93). 34
Errors Line is longer than 80 characters (found 117). 38
Errors Line is longer than 80 characters (found 82). 51
Errors Line is longer than 80 characters (found 118). 64
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 73

net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/impl/PlantUMLClassesDiagramAnnotationElementImpl.java

Violation Message Line
Errors Line is longer than 80 characters (found 84). 25
Errors Line is longer than 80 characters (found 137). 27
Errors Line is longer than 80 characters (found 95). 28
Errors Line is longer than 80 characters (found 116). 29
Errors Line is longer than 80 characters (found 118). 30
Errors Line is longer than 80 characters (found 108). 31
Errors Line is longer than 80 characters (found 108). 32
Errors Line is longer than 80 characters (found 93). 37
Errors Line is longer than 80 characters (found 113). 41
Errors Line is longer than 80 characters (found 115). 70
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 80
Errors Line is longer than 80 characters (found 113). 82
Errors Line is longer than 80 characters (found 84). 84
Errors Avoid inline conditionals. 84
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 93
Errors Line is longer than 80 characters (found 116). 104
Errors Method 'getAdditionalPlantUMLTextDescription' is not designed for extension - needs to be abstract, final or empty. 120
Errors Line is longer than 80 characters (found 101). 122
Errors Avoid inline conditionals. 122
Errors Method 'getStereotype' 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 Line is longer than 80 characters (found 85). 144
Errors Avoid inline conditionals. 144
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 153
Errors Line is longer than 80 characters (found 104). 155

net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/impl/PlantUMLClassesDiagramClassElementImpl.java

Violation Message Line
Errors Line is longer than 80 characters (found 84). 25
Errors Line is longer than 80 characters (found 132). 27
Errors Line is longer than 80 characters (found 95). 28
Errors Line is longer than 80 characters (found 116). 29
Errors Line is longer than 80 characters (found 113). 30
Errors Line is longer than 80 characters (found 108). 31
Errors Line is longer than 80 characters (found 108). 32
Errors Line is longer than 80 characters (found 115). 33
Errors Line is longer than 80 characters (found 93). 38
Errors Line is longer than 80 characters (found 108). 42
Errors Line is longer than 80 characters (found 94). 68
Errors Line is longer than 80 characters (found 116). 74
Errors Line is longer than 80 characters (found 110). 89
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 99
Errors Line is longer than 80 characters (found 116). 101
Errors Line is longer than 80 characters (found 84). 102
Errors Avoid inline conditionals. 102
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 111
Errors Line is longer than 80 characters (found 106). 122
Errors Method 'getAdditionalPlantUMLTextDescription' is not designed for extension - needs to be abstract, final or empty. 138
Errors Line is longer than 80 characters (found 101). 140
Errors Avoid inline conditionals. 140
Errors Method 'getStereotype' is not designed for extension - needs to be abstract, final or empty. 148
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 158
Errors Line is longer than 80 characters (found 85). 162
Errors Avoid inline conditionals. 162
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 171
Errors Line is longer than 80 characters (found 104). 173

net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/impl/PlantUMLClassesDiagramEnumElementImpl.java

Violation Message Line
Errors Line is longer than 80 characters (found 84). 25
Errors Line is longer than 80 characters (found 131). 27
Errors Line is longer than 80 characters (found 95). 28
Errors Line is longer than 80 characters (found 116). 29
Errors Line is longer than 80 characters (found 108). 30
Errors Line is longer than 80 characters (found 112). 31
Errors Line is longer than 80 characters (found 108). 32
Errors Line is longer than 80 characters (found 93). 37
Errors Line is longer than 80 characters (found 107). 41
Errors Line is longer than 80 characters (found 109). 70
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 80
Errors Line is longer than 80 characters (found 114). 82
Errors Line is longer than 80 characters (found 84). 83
Errors Avoid inline conditionals. 83
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 92
Errors Line is longer than 80 characters (found 104). 103
Errors Method 'getAdditionalPlantUMLTextDescription' is not designed for extension - needs to be abstract, final or empty. 119
Errors Line is longer than 80 characters (found 101). 121
Errors Avoid inline conditionals. 121
Errors Method 'getStereotype' is not designed for extension - needs to be abstract, final or empty. 129
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 139
Errors Line is longer than 80 characters (found 85). 143
Errors Avoid inline conditionals. 143
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 152
Errors Line is longer than 80 characters (found 104). 154

net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/impl/PlantUMLClassesDiagramInterfaceElementImpl.java

Violation Message Line
Errors Line is longer than 80 characters (found 84). 25
Errors Line is longer than 80 characters (found 136). 27
Errors Line is longer than 80 characters (found 95). 28
Errors Line is longer than 80 characters (found 116). 29
Errors Line is longer than 80 characters (found 108). 30
Errors Line is longer than 80 characters (found 117). 31
Errors Line is longer than 80 characters (found 108). 32
Errors Line is longer than 80 characters (found 93). 37
Errors Line is longer than 80 characters (found 112). 41
Errors Line is longer than 80 characters (found 114). 70
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 80
Errors Line is longer than 80 characters (found 111). 82
Errors Line is longer than 80 characters (found 84). 84
Errors Avoid inline conditionals. 84
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 93
Errors Line is longer than 80 characters (found 114). 104
Errors Method 'getAdditionalPlantUMLTextDescription' is not designed for extension - needs to be abstract, final or empty. 120
Errors Line is longer than 80 characters (found 101). 122
Errors Avoid inline conditionals. 122
Errors Method 'getStereotype' 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 Line is longer than 80 characters (found 85). 144
Errors Avoid inline conditionals. 144
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 153
Errors Line is longer than 80 characters (found 104). 155

net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/stereotype/PlantUMLSpottedCharacter.java

Violation Message Line
Errors Line is longer than 80 characters (found 90). 25
Errors Line is longer than 80 characters (found 82). 34
Errors Line is longer than 80 characters (found 98). 42
Errors Line is longer than 80 characters (found 96). 50
Errors Line is longer than 80 characters (found 93). 52
Errors Line is longer than 80 characters (found 107). 56

net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/stereotype/PlantUMLStereotype.java

Violation Message Line
Errors Line is longer than 80 characters (found 90). 25
Errors Line is longer than 80 characters (found 100). 33
Errors Line is longer than 80 characters (found 99). 42
Errors Line is longer than 80 characters (found 93). 45
Errors Line is longer than 80 characters (found 95). 49
Errors Line is longer than 80 characters (found 99). 53
Errors Line is longer than 80 characters (found 93). 56

net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/stereotype/WithStereotype.java

Violation Message Line
Errors Line is longer than 80 characters (found 90). 25
Errors Line is longer than 80 characters (found 99). 30
Errors Line is longer than 80 characters (found 93). 32
Errors Line is longer than 80 characters (found 95). 39
Errors Line is longer than 80 characters (found 98). 42

net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/stereotype/impl/PlantUMLSpottedCharacterImpl.java

Violation Message Line
Errors Line is longer than 80 characters (found 95). 25
Errors Line is longer than 80 characters (found 96). 29
Errors Line is longer than 80 characters (found 107). 30
Errors Line is longer than 80 characters (found 108). 31
Errors Line is longer than 80 characters (found 102). 32
Errors Line is longer than 80 characters (found 96). 33
Errors Line is longer than 80 characters (found 114). 37
Errors Line is longer than 80 characters (found 93). 43
Errors Line is longer than 80 characters (found 107). 53
Errors Line is longer than 80 characters (found 82). 70
Errors Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. 80
Errors Line is longer than 80 characters (found 106). 87
Errors Line is longer than 80 characters (found 86). 89
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 101
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 119
Errors Line is longer than 80 characters (found 86). 130
Errors Method 'getCharacter' is not designed for extension - needs to be abstract, final or empty. 149
Errors Method 'getColor' is not designed for extension - needs to be abstract, final or empty. 159
Errors Method 'getPlantUMLTextDescription' is not designed for extension - needs to be abstract, final or empty. 169
Errors Line is longer than 80 characters (found 97). 171
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 180
Errors Avoid inline conditionals. 185
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 194
Errors Line is longer than 80 characters (found 98). 196

net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/stereotype/impl/PlantUMLStereotypeImpl.java

Violation Message Line
Errors Line is longer than 80 characters (found 95). 25
Errors Line is longer than 80 characters (found 107). 29
Errors Line is longer than 80 characters (found 108). 30
Errors Line is longer than 80 characters (found 96). 31
Errors Line is longer than 80 characters (found 95). 32
Errors Line is longer than 80 characters (found 102). 33
Errors Line is longer than 80 characters (found 96). 34
Errors Line is longer than 80 characters (found 89). 35
Errors Line is longer than 80 characters (found 114). 39
Errors Line is longer than 80 characters (found 108). 40
Errors Line is longer than 80 characters (found 93). 45
Errors Line is longer than 80 characters (found 101). 55
Errors Line is longer than 80 characters (found 93). 67
Errors Line is longer than 80 characters (found 84). 71
Errors Line is longer than 80 characters (found 84). 79
Errors Line is longer than 80 characters (found 84). 90
Errors Line is longer than 80 characters (found 93). 92
Errors Line is longer than 80 characters (found 102). 96
Errors Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. 106
Errors Line is longer than 80 characters (found 99). 113
Errors Line is longer than 80 characters (found 102). 116
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 131
Errors Line is longer than 80 characters (found 87). 138
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 152
Errors Line is longer than 80 characters (found 86). 168
Errors Method 'getPlantUMLSpottedCharacter' is not designed for extension - needs to be abstract, final or empty. 186
Errors Method 'getPlantUMLTextDescription' is not designed for extension - needs to be abstract, final or empty. 196
Errors Line is longer than 80 characters (found 103). 199
Errors Avoid inline conditionals. 199
Errors Line is longer than 80 characters (found 117). 200
Errors Avoid inline conditionals. 200
Errors Method 'getText' is not designed for extension - needs to be abstract, final or empty. 209
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 219
Errors Line is longer than 80 characters (found 113). 223
Errors Avoid inline conditionals. 223
Errors Avoid inline conditionals. 224
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 233
Errors Line is longer than 80 characters (found 119). 235

net/sourceforge/plantumldependency/cli/plantumldiagram/classes/element/tag/PlantUMLClassesDiagramElementTag.java

Violation Message Line
Errors Line is longer than 80 characters (found 83). 25
Errors Line is longer than 80 characters (found 98). 28
Errors Line is longer than 80 characters (found 96). 31
Errors Line is longer than 80 characters (found 93). 33
Errors Line is longer than 80 characters (found 90). 54
Errors Line is longer than 80 characters (found 97). 61

net/sourceforge/plantumldependency/cli/plantumldiagram/classes/impl/PlantUMLClassesDiagramImpl.java

Violation Message Line
Errors Line is longer than 80 characters (found 94). 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 102). 32
Errors Line is longer than 80 characters (found 93). 40
Errors Line is longer than 80 characters (found 108). 41
Errors Line is longer than 80 characters (found 110). 42
Errors Line is longer than 80 characters (found 93). 47
Errors Line is longer than 80 characters (found 105). 57
Errors Line is longer than 80 characters (found 93). 60
Errors Line is longer than 80 characters (found 81). 63
Errors Line is longer than 80 characters (found 94). 66
Errors Line is longer than 80 characters (found 83). 69
Errors Line is longer than 80 characters (found 112). 77
Errors Line is longer than 80 characters (found 95). 84
Errors Line is longer than 80 characters (found 96). 87
Errors Line is longer than 80 characters (found 105). 91
Errors Line is longer than 80 characters (found 83). 92
Errors Line is longer than 80 characters (found 111). 93
Errors Line is longer than 80 characters (found 114). 94
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 102
Errors Line is longer than 80 characters (found 95). 108
Errors Line is longer than 80 characters (found 101). 109
Errors Line is longer than 80 characters (found 97). 112
Errors Line is longer than 80 characters (found 104). 113
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 128
Errors Line is longer than 80 characters (found 82). 139
Errors Line is longer than 80 characters (found 98). 144
Errors Line is longer than 80 characters (found 100). 151
Errors Method 'getPlantUMLClassesDiagramElements' is not designed for extension - needs to be abstract, final or empty. 162
Errors Line is longer than 80 characters (found 86). 163
Errors Line is longer than 80 characters (found 93). 164
Errors Method 'getPlantUMLClassesDiagramRelations' is not designed for extension - needs to be abstract, final or empty. 172
Errors Line is longer than 80 characters (found 88). 173
Errors Line is longer than 80 characters (found 95). 174
Errors Method 'getPlantUMLTextDescription' is not designed for extension - needs to be abstract, final or empty. 182
Errors Line is longer than 80 characters (found 91). 184
Errors Line is longer than 80 characters (found 91). 186
Errors Line is longer than 80 characters (found 92). 188
Errors Line is longer than 80 characters (found 107). 191
Errors Line is longer than 80 characters (found 107). 193
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 207
Errors Line is longer than 80 characters (found 109). 212
Errors Avoid inline conditionals. 212
Errors Line is longer than 80 characters (found 111). 214
Errors Avoid inline conditionals. 214
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 223
Errors Line is longer than 80 characters (found 112). 225
Errors Line is longer than 80 characters (found 95). 226

net/sourceforge/plantumldependency/cli/plantumldiagram/classes/relation/AbstractPlantUMLClassesDiagramRelation.java

Violation Message Line
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 108). 34
Errors Line is longer than 80 characters (found 87). 37
Errors Line is longer than 80 characters (found 93). 39
Errors Line is longer than 80 characters (found 104). 43
Errors Line is longer than 80 characters (found 117). 49
Errors Line is longer than 80 characters (found 92). 64
Errors Line is longer than 80 characters (found 93). 66
Errors Line is longer than 80 characters (found 96). 68
Errors Line is longer than 80 characters (found 98). 71
Errors Line is longer than 80 characters (found 115). 72
Errors Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. 83
Errors Method 'deepClone' is not designed for extension - needs to be abstract, final or empty. 107
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 125
Errors Line is longer than 80 characters (found 106). 136
Errors Method 'getFirstElement' is not designed for extension - needs to be abstract, final or empty. 162
Errors Method 'getPlantUMLTextDescription' is not designed for extension - needs to be abstract, final or empty. 172
Errors Line is longer than 80 characters (found 111). 174
Errors Method 'getSecondElement' is not designed for extension - needs to be abstract, final or empty. 182
Errors Method 'getType' is not designed for extension - needs to be abstract, final or empty. 192
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 202
Errors Line is longer than 80 characters (found 89). 206
Errors Avoid inline conditionals. 206
Errors Line is longer than 80 characters (found 91). 207
Errors Avoid inline conditionals. 207
Errors Avoid inline conditionals. 208
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 217
Errors Line is longer than 80 characters (found 117). 219

net/sourceforge/plantumldependency/cli/plantumldiagram/classes/relation/PlantUMLClassesDiagramExtendRelation.java

Violation Message Line
Errors Line is longer than 80 characters (found 92). 28
Errors Line is longer than 80 characters (found 93). 31
Errors Line is longer than 80 characters (found 94). 35

net/sourceforge/plantumldependency/cli/plantumldiagram/classes/relation/PlantUMLClassesDiagramImplementRelation.java

Violation Message Line
Errors Line is longer than 80 characters (found 95). 28
Errors Line is longer than 80 characters (found 93). 31
Errors Line is longer than 80 characters (found 97). 35

net/sourceforge/plantumldependency/cli/plantumldiagram/classes/relation/PlantUMLClassesDiagramRelation.java

Violation Message Line
Errors Line is longer than 80 characters (found 108). 30
Errors Line is longer than 80 characters (found 97). 34
Errors Line is longer than 80 characters (found 90). 36
Errors Line is longer than 80 characters (found 93). 39
Errors Line is longer than 80 characters (found 119). 44

net/sourceforge/plantumldependency/cli/plantumldiagram/classes/relation/PlantUMLClassesDiagramRelationType.java

Violation Message Line
Errors Line is longer than 80 characters (found 100). 28
Errors Line is longer than 80 characters (found 97). 31
Errors Line is longer than 80 characters (found 93). 33
Errors Line is longer than 80 characters (found 83). 48
Errors Line is longer than 80 characters (found 90). 55

net/sourceforge/plantumldependency/cli/plantumldiagram/classes/relation/PlantUMLClassesDiagramUseRelation.java

Violation Message Line
Errors Line is longer than 80 characters (found 99). 28
Errors Line is longer than 80 characters (found 93). 30
Errors Line is longer than 80 characters (found 91). 34

net/sourceforge/plantumldependency/cli/plantumldiagram/classes/relation/impl/PlantUMLClassesDiagramExtendRelationImpl.java

Violation Message Line
Errors Line is longer than 80 characters (found 85). 25
Errors Line is longer than 80 characters (found 142). 27
Errors Line is longer than 80 characters (found 108). 28
Errors Line is longer than 80 characters (found 118). 29
Errors Line is longer than 80 characters (found 116). 30
Errors Line is longer than 80 characters (found 93). 35
Errors Line is longer than 80 characters (found 111). 39
Errors Line is longer than 80 characters (found 92). 49
Errors Line is longer than 80 characters (found 93). 51
Errors Line is longer than 80 characters (found 97). 54

net/sourceforge/plantumldependency/cli/plantumldiagram/classes/relation/impl/PlantUMLClassesDiagramImplementRelationImpl.java

Violation Message Line
Errors Line is longer than 80 characters (found 85). 25
Errors Line is longer than 80 characters (found 145). 27
Errors Line is longer than 80 characters (found 108). 28
Errors Line is longer than 80 characters (found 118). 29
Errors Line is longer than 80 characters (found 119). 30
Errors Line is longer than 80 characters (found 93). 35
Errors Line is longer than 80 characters (found 114). 39
Errors Line is longer than 80 characters (found 92). 49
Errors Line is longer than 80 characters (found 93). 51
Errors Line is longer than 80 characters (found 100). 54

net/sourceforge/plantumldependency/cli/plantumldiagram/classes/relation/impl/PlantUMLClassesDiagramUseRelationImpl.java

Violation Message Line
Errors Line is longer than 80 characters (found 85). 25
Errors Line is longer than 80 characters (found 139). 27
Errors Line is longer than 80 characters (found 108). 28
Errors Line is longer than 80 characters (found 118). 29
Errors Line is longer than 80 characters (found 113). 30
Errors Line is longer than 80 characters (found 93). 35
Errors Line is longer than 80 characters (found 108). 39
Errors Line is longer than 80 characters (found 92). 49
Errors Line is longer than 80 characters (found 93). 51
Errors Line is longer than 80 characters (found 94). 54