Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
63 192 10 16

Files

Files Infos Warnings Errors
de/smartics/maven/issues/AbstractIssuesConnectionMojo.java 4 3 0
de/smartics/maven/issues/AbstractIssuesReportMojo.java 7 2 0
de/smartics/maven/issues/AbstractReportMojo.java 7 0 0
de/smartics/maven/issues/AbstractVersionFactory.java 1 0 0
de/smartics/maven/issues/ArtifactVersionRange.java 0 1 0
de/smartics/maven/issues/IssueManagementConfig.java 24 0 0
de/smartics/maven/issues/IssuesReport_de.properties 0 0 16
de/smartics/maven/issues/bugzilla/AbstractBugzillaReportMojo.java 12 0 0
de/smartics/maven/issues/bugzilla/AbstractIssuesReportRenderer.java 7 0 0
de/smartics/maven/issues/bugzilla/AbstractSectionReportRenderer.java 9 0 0
de/smartics/maven/issues/bugzilla/AbstractVersionSkipper.java 1 0 0
de/smartics/maven/issues/bugzilla/BugzillaQueryData.java 23 0 0
de/smartics/maven/issues/bugzilla/BugzillaReleaseNotesReportMojo.java 3 0 0
de/smartics/maven/issues/bugzilla/BugzillaReleasePlanReportMojo.java 7 0 0
de/smartics/maven/issues/bugzilla/BugzillaSectionReportMojo.java 6 0 0
de/smartics/maven/issues/bugzilla/BugzillaVersionFactory.java 1 0 0
de/smartics/maven/issues/bugzilla/BugzillaVersionRange.java 6 0 0
de/smartics/maven/issues/bugzilla/DefaultVersionSkipper.java 1 0 0
de/smartics/maven/issues/bugzilla/ReleasePlanVersionSkipper.java 1 0 0
de/smartics/maven/issues/bugzilla/Sections.java 3 0 0
de/smartics/maven/issues/bugzilla/SimpleSectioner.java 1 0 0
de/smartics/maven/issues/bugzilla/TabularReportMojo.java 8 0 0
de/smartics/maven/issues/bugzilla/TabularReportRenderer.java 4 0 0
de/smartics/maven/issues/bugzilla/VersionedSectionReleasePlanReportRenderer.java 7 0 0
de/smartics/maven/issues/bugzilla/VersionedSectionReportRenderer.java 12 0 0
de/smartics/maven/issues/bugzilla/VersionedSectioner.java 1 0 0
de/smartics/maven/issues/bugzilla/Versions.java 2 0 0
de/smartics/maven/issues/cache/AbstractFileTaskDataStore.java 5 0 0
de/smartics/maven/issues/cache/TaskDataCache.java 2 1 0
de/smartics/maven/issues/cache/XmlTaskDataStore.java 2 1 0
de/smartics/maven/issues/cache/XmlTaskReader.java 3 0 0
de/smartics/maven/issues/cache/XmlTaskWriter.java 7 0 0
de/smartics/maven/issues/factory/DefaultRepositoryFacadeFactory.java 2 0 0
de/smartics/maven/issues/notes/NotesReader.java 1 0 0
de/smartics/maven/issues/repository/AbstractRepositoryFacade.java 3 2 0
de/smartics/maven/issues/util/InverseVersionComparator.java 1 0 0
de/smartics/maven/issues/util/ReportReference.java 7 0 0
de/smartics/maven/issues/util/ReportReferenceExtractor.java 1 0 0

Rules

Rules Violations Severity
SuppressionFilter
  • file: "D:\Projekte\workspaces\projects\maven\issues-maven-plugin\target\checkout\target/checkstyle-suppressions.xml"
0 Errors Error
NewlineAtEndOfFile 0 Warnings Warning
FileTabCharacter 0 Errors Error
FileLength
  • max: "1500"
0 Errors Error
SuppressionCommentFilter 0 Errors Error
JavadocPackage 0 Errors Error
FileContentsHolder 0 Warnings Warning
ConstantName 0 Warnings Warning
LocalFinalVariableName
  • format: "^[a-z][A-Z]{0,2}([a-z0-9]+[A-Z]{0,2})*$"
0 Warnings Warning
LocalVariableName
  • format: "^[a-z][A-Z]{0,2}([a-z0-9]+[A-Z]{0,2})*$"
0 Warnings Warning
MemberName
  • format: "^[a-z][A-Z]{0,2}([a-z0-9]+[A-Z]{0,2})*$"
0 Warnings Warning
MethodName
  • format: "^[a-z][A-Z]{0,2}([a-z0-9]+[A-Z]{0,2})*$"
0 Warnings Warning
PackageName 0 Warnings Warning
ParameterName
  • format: "^[a-z][A-Z]{0,2}([a-z0-9]+[A-Z]{0,2})*$"
0 Warnings Warning
StaticVariableName
  • format: "^[a-z][A-Z]{0,2}([a-z0-9]+[A-Z]{0,2})*$"
0 Warnings Warning
TypeName
  • format: "^[A-Z]{1,2}([a-z0-9]+[A-Z]{0,2})*$"
0 Warnings Warning
JavadocMethod
  • allowThrowsTagsForSubclasses: "true"
  • scope: "protected"
7 Warnings Warning
JavadocType
  • allowUnknownTags: "true"
0 Warnings Warning
JavadocVariable 0 Warnings Warning
JavadocStyle
  • checkHtml: "true"
  • checkEmptyJavadoc: "true"
0 Warnings Warning
AvoidStarImport 0 Warnings Warning
IllegalImport 0 Warnings Warning
RedundantImport 0 Warnings Warning
UnusedImports 0 Warnings Warning
ExecutableStatementCount 0 Warnings Warning
LineLength
  • max: "120"
  • ignorePattern: "^\s*\*\s*[^\s]+.+$"
0 Warnings Warning
MethodLength
  • max: "40"
  • countEmpty: "false"
0 Warnings Warning
AnonInnerLength 0 Warnings Warning
ParameterNumber
  • max: "5"
0 Warnings Warning
EmptyForInitializerPad 0 Warnings Warning
EmptyForIteratorPad 0 Warnings Warning
MethodParamPad 0 Warnings Warning
NoWhitespaceAfter
  • allowLineBreaks: "true"
  • tokens: "ARRAY_INIT, BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS"
0  Ignore
NoWhitespaceBefore
  • allowLineBreaks: "true"
0  Ignore
OperatorWrap
  • tokens: "BAND, BOR, BSR, BXOR, COLON, DIV, EQUAL, GE, GT, LAND, LE, LITERAL_INSTANCEOF, LOR, LT, MINUS, MOD, NOT_EQUAL, PLUS, QUESTION, SL, SR, STAR"
0 Warnings Warning
ParenPad 0 Warnings Warning
TypecastParenPad 0 Warnings Warning
WhitespaceAfter 0  Ignore
WhitespaceAround 0  Ignore
ModifierOrder 0 Warnings Warning
RedundantModifier 0 Warnings Warning
EmptyBlock
  • option: "text"
0 Warnings Warning
LeftCurly
  • option: "nl"
0 Warnings Warning
NeedBraces 0 Warnings Warning
RightCurly
  • option: "alone"
0 Warnings Warning
AvoidNestedBlocks 0 Warnings Warning
AvoidInlineConditionals 0  Ignore
CovariantEquals 0 Warnings Warning
EmptyStatement 1 Warnings Warning
EqualsHashCode 0 Warnings Warning
FinalLocalVariable
  • tokens: "VARIABLE_DEF,PARAMETER_DEF"
1 Warnings Warning
IllegalInstantiation 0 Warnings Warning
InnerAssignment 0 Warnings Warning
MagicNumber
  • ignoreNumbers: "-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,32,37,42,64,128,256,512,1024,2048,4096,8192"
0 Warnings Warning
MissingSwitchDefault 0 Warnings Warning
ModifiedControlVariable 0 Warnings Warning
RedundantThrows
  • allowSubclasses: "true"
  • allowUnchecked: "true"
0 Warnings Warning
SimplifyBooleanExpression 0 Warnings Warning
SimplifyBooleanReturn 0 Warnings Warning
StringLiteralEquality 0 Warnings Warning
NestedIfDepth
  • max: "2"
0 Warnings Warning
NestedTryDepth
  • max: "2"
0 Warnings Warning
SuperClone 0 Warnings Warning
SuperFinalize 0 Warnings Warning
VisibilityModifier
  • protectedAllowed: "true"
0 Warnings Warning
FinalClass 0 Warnings Warning
HideUtilityClassConstructor 0 Warnings Warning
InterfaceIsType 0 Warnings Warning
MutableException 0 Warnings Warning
DesignForExtension 192 Infos Info
ThrowsCount
  • max: "4"
0 Warnings Warning
CyclomaticComplexity
  • max: "8"
0 Warnings Warning
NPathComplexity 0 Warnings Warning
JavaNCSS
  • fileMaximum: "1500"
  • classMaximum: "1000"
  • methodMaximum: "40"
0 Warnings Warning
ArrayTypeStyle 0 Warnings Warning
FinalParameters
  • tokens: "METHOD_DEF,CTOR_DEF,LITERAL_CATCH"
1 Warnings Warning
Regexp
  • message: "Line has trailing spaces."
  • illegalPattern: "true"
  • format: "[ \t]+$"
0 Warnings Warning
RegexpSinglelineJava
  • message: "Line contains non-ASCII char."
  • ignoreComments: "true"
  • format: "[^\x00-\x7F]"
0 Warnings Warning
UpperEll 0 Warnings Warning
RegexpSingleline
  • message: "Line contains non-ASCII char."
  • fileExtensions: ".properties"
  • format: "^[^#].*[^\x00-\x7F]|^[^\x00-\x7F]"
16 Warnings Warning

Details

de/smartics/maven/issues/AbstractIssuesConnectionMojo.java

Violation Message Line
Infos Method 'executeReport' is not designed for extension - needs to be abstract, final or empty. 292
Infos Method 'createVersionRange' is not designed for extension - needs to be abstract, final or empty. 329
Warnings Missing a Javadoc comment. 329
Warnings Expected @param tag for 'versionFactoryInstance'. 425
Warnings Expected @param tag for 'versionRange'. 425
Infos Method 'canGenerateReport' is not designed for extension - needs to be abstract, final or empty. 449
Infos Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. 541

de/smartics/maven/issues/AbstractIssuesReportMojo.java

Violation Message Line
Infos Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. 247
Infos Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 266
Infos Method 'getDescriptionFile' is not designed for extension - needs to be abstract, final or empty. 282
Infos Method 'getNoResultsDescription' is not designed for extension - needs to be abstract, final or empty. 302
Infos Method 'getIncludeComponentAtIndex' is not designed for extension - needs to be abstract, final or empty. 394
Infos Method 'getIncludeComponentAtIndexColumnWidth' is not designed for extension - needs to be abstract, final or empty. 409
Infos Method 'createRenderer' is not designed for extension - needs to be abstract, final or empty. 426
Warnings Expected @param tag for 'versionFactoryInstance'. 429
Warnings Expected @param tag for 'versionRange'. 430

de/smartics/maven/issues/AbstractReportMojo.java

Violation Message Line
Infos Method 'getProject' is not designed for extension - needs to be abstract, final or empty. 161
Infos Method 'getSiteRenderer' is not designed for extension - needs to be abstract, final or empty. 172
Infos Method 'getOutputDirectory' is not designed for extension - needs to be abstract, final or empty. 187
Infos Method 'execute' is not designed for extension - needs to be abstract, final or empty. 200
Infos Method 'executeReport' is not designed for extension - needs to be abstract, final or empty. 226
Infos Method 'provideSink' is not designed for extension - needs to be abstract, final or empty. 241
Infos Method 'getBundle' is not designed for extension - needs to be abstract, final or empty. 321

de/smartics/maven/issues/AbstractVersionFactory.java

Violation Message Line
Infos Method 'createVersion' is not designed for extension - needs to be abstract, final or empty. 62

de/smartics/maven/issues/ArtifactVersionRange.java

Violation Message Line
Warnings Expected @param tag for 'version'. 57

de/smartics/maven/issues/IssueManagementConfig.java

Violation Message Line
Infos Method 'getIssueManagementId' is not designed for extension - needs to be abstract, final or empty. 162
Infos Method 'getConnectionUrl' is not designed for extension - needs to be abstract, final or empty. 172
Infos Method 'getIssueManagementUser' is not designed for extension - needs to be abstract, final or empty. 184
Infos Method 'setIssueManagementUser' is not designed for extension - needs to be abstract, final or empty. 196
Infos Method 'getIssueManagementPassword' is not designed for extension - needs to be abstract, final or empty. 208
Infos Method 'setIssueManagementPassword' is not designed for extension - needs to be abstract, final or empty. 220
Infos Method 'getWebUser' is not designed for extension - needs to be abstract, final or empty. 232
Infos Method 'setWebUser' is not designed for extension - needs to be abstract, final or empty. 244
Infos Method 'getWebPassword' is not designed for extension - needs to be abstract, final or empty. 256
Infos Method 'setWebPassword' is not designed for extension - needs to be abstract, final or empty. 268
Infos Method 'getRepositoryVersion' is not designed for extension - needs to be abstract, final or empty. 280
Infos Method 'setRepositoryVersion' is not designed for extension - needs to be abstract, final or empty. 292
Infos Method 'getMaxEntries' is not designed for extension - needs to be abstract, final or empty. 305
Infos Method 'setMaxEntries' is not designed for extension - needs to be abstract, final or empty. 318
Infos Method 'getMaxRetries' is not designed for extension - needs to be abstract, final or empty. 330
Infos Method 'setMaxRetries' is not designed for extension - needs to be abstract, final or empty. 342
Infos Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. 352
Infos Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. 362
Infos Method 'isIgnoreLogoutProblem' is not designed for extension - needs to be abstract, final or empty. 380
Infos Method 'setIgnoreLogoutProblem' is not designed for extension - needs to be abstract, final or empty. 398
Infos Method 'getBuildDirectory' is not designed for extension - needs to be abstract, final or empty. 409
Infos Method 'setBuildDirectory' is not designed for extension - needs to be abstract, final or empty. 421
Infos Method 'isLogColumns' is not designed for extension - needs to be abstract, final or empty. 436
Infos Method 'setLogColumns' is not designed for extension - needs to be abstract, final or empty. 451

de/smartics/maven/issues/IssuesReport_de.properties

Violation Message Line
Errors Line contains non-ASCII char. 18
Errors Line contains non-ASCII char. 19
Errors Line contains non-ASCII char. 20
Errors Line contains non-ASCII char. 21
Errors Line contains non-ASCII char. 24
Errors Line contains non-ASCII char. 38
Errors Line contains non-ASCII char. 42
Errors Line contains non-ASCII char. 56
Errors Line contains non-ASCII char. 65
Errors Line contains non-ASCII char. 70
Errors Line contains non-ASCII char. 75
Errors Line contains non-ASCII char. 78
Errors Line contains non-ASCII char. 80
Errors Line contains non-ASCII char. 92
Errors Line contains non-ASCII char. 93
Errors Line contains non-ASCII char. 95

de/smartics/maven/issues/bugzilla/AbstractBugzillaReportMojo.java

Violation Message Line
Infos Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. 180
Infos Method 'getFilter' is not designed for extension - needs to be abstract, final or empty. 194
Infos Method 'getResolution' is not designed for extension - needs to be abstract, final or empty. 208
Infos Method 'getKeywords' is not designed for extension - needs to be abstract, final or empty. 220
Infos Method 'getKeywordsType' is not designed for extension - needs to be abstract, final or empty. 234
Infos Method 'getComponent' is not designed for extension - needs to be abstract, final or empty. 248
Infos Method 'getProduct' is not designed for extension - needs to be abstract, final or empty. 266
Infos Method 'getOrder' is not designed for extension - needs to be abstract, final or empty. 278
Infos Method 'getQueryName' is not designed for extension - needs to be abstract, final or empty. 289
Infos Method 'getCommandType' is not designed for extension - needs to be abstract, final or empty. 300
Infos Method 'getIncludeOnSamePageAllOfVersion' is not designed for extension - needs to be abstract, final or empty. 310
Infos Method 'createQueryData' is not designed for extension - needs to be abstract, final or empty. 321

de/smartics/maven/issues/bugzilla/AbstractIssuesReportRenderer.java

Violation Message Line
Infos Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. 119
Infos Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 136
Infos Method 'getNoResultsDescription' is not designed for extension - needs to be abstract, final or empty. 154
Infos Method 'renderTitle' is not designed for extension - needs to be abstract, final or empty. 172
Infos Method 'renderFooter' is not designed for extension - needs to be abstract, final or empty. 255
Infos Method 'renderTableHeader' is not designed for extension - needs to be abstract, final or empty. 267
Infos Method 'renderTableRow' is not designed for extension - needs to be abstract, final or empty. 299

de/smartics/maven/issues/bugzilla/AbstractSectionReportRenderer.java

Violation Message Line
Infos Method 'renderBody' is not designed for extension - needs to be abstract, final or empty. 82
Infos Method 'renderPreviousReportReferences' is not designed for extension - needs to be abstract, final or empty. 105
Infos Method 'renderSections' is not designed for extension - needs to be abstract, final or empty. 129
Infos Method 'renderSectionHeader' is not designed for extension - needs to be abstract, final or empty. 164
Infos Method 'getSectionText' is not designed for extension - needs to be abstract, final or empty. 187
Infos Method 'renderSectionSectionStart' is not designed for extension - needs to be abstract, final or empty. 199
Infos Method 'renderSectionSectionEnd' is not designed for extension - needs to be abstract, final or empty. 210
Infos Method 'renderSectionTitleStart' is not designed for extension - needs to be abstract, final or empty. 221
Infos Method 'renderSectionTitleEnd' is not designed for extension - needs to be abstract, final or empty. 232

de/smartics/maven/issues/bugzilla/AbstractVersionSkipper.java

Violation Message Line
Infos Method 'isReleaseSnapshotOfVersion' is not designed for extension - needs to be abstract, final or empty. 77

de/smartics/maven/issues/bugzilla/BugzillaQueryData.java

Violation Message Line
Infos Method 'getFilter' is not designed for extension - needs to be abstract, final or empty. 138
Infos Method 'setFilter' is not designed for extension - needs to be abstract, final or empty. 152
Infos Method 'getKeywords' is not designed for extension - needs to be abstract, final or empty. 164
Infos Method 'setKeywords' is not designed for extension - needs to be abstract, final or empty. 176
Infos Method 'getKeywordsType' is not designed for extension - needs to be abstract, final or empty. 190
Infos Method 'setKeywordsType' is not designed for extension - needs to be abstract, final or empty. 204
Infos Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. 218
Infos Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. 232
Infos Method 'getResolution' is not designed for extension - needs to be abstract, final or empty. 246
Infos Method 'setResolution' is not designed for extension - needs to be abstract, final or empty. 260
Infos Method 'getComponent' is not designed for extension - needs to be abstract, final or empty. 274
Infos Method 'setComponent' is not designed for extension - needs to be abstract, final or empty. 288
Infos Method 'getProduct' is not designed for extension - needs to be abstract, final or empty. 302
Infos Method 'setProduct' is not designed for extension - needs to be abstract, final or empty. 316
Infos Method 'getOrder' is not designed for extension - needs to be abstract, final or empty. 326
Infos Method 'setOrder' is not designed for extension - needs to be abstract, final or empty. 336
Infos Method 'getQueryName' is not designed for extension - needs to be abstract, final or empty. 347
Infos Method 'setQueryName' is not designed for extension - needs to be abstract, final or empty. 358
Infos Method 'getCommandType' is not designed for extension - needs to be abstract, final or empty. 369
Infos Method 'setCommandType' is not designed for extension - needs to be abstract, final or empty. 380
Infos Method 'getVersionRange' is not designed for extension - needs to be abstract, final or empty. 390
Infos Method 'setVersionRange' is not designed for extension - needs to be abstract, final or empty. 400
Infos Method 'createUrl' is not designed for extension - needs to be abstract, final or empty. 412

de/smartics/maven/issues/bugzilla/BugzillaReleaseNotesReportMojo.java

Violation Message Line
Infos Method 'getOutputName' is not designed for extension - needs to be abstract, final or empty. 91
Infos Method 'getColumns' is not designed for extension - needs to be abstract, final or empty. 111
Infos Method 'getColumnWidths' is not designed for extension - needs to be abstract, final or empty. 125

de/smartics/maven/issues/bugzilla/BugzillaReleasePlanReportMojo.java

Violation Message Line
Infos Method 'getOutputName' is not designed for extension - needs to be abstract, final or empty. 113
Infos Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. 127
Infos Method 'getName' is not designed for extension - needs to be abstract, final or empty. 139
Infos Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 150
Infos Method 'getReportRenderer' is not designed for extension - needs to be abstract, final or empty. 163
Infos Method 'getColumns' is not designed for extension - needs to be abstract, final or empty. 181
Infos Method 'getColumnWidths' is not designed for extension - needs to be abstract, final or empty. 195

de/smartics/maven/issues/bugzilla/BugzillaSectionReportMojo.java

Violation Message Line
Infos Method 'getOutputName' is not designed for extension - needs to be abstract, final or empty. 103
Infos Method 'getName' is not designed for extension - needs to be abstract, final or empty. 113
Infos Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 124
Infos Method 'getReportRenderer' is not designed for extension - needs to be abstract, final or empty. 137
Infos Method 'getColumns' is not designed for extension - needs to be abstract, final or empty. 155
Infos Method 'getColumnWidths' is not designed for extension - needs to be abstract, final or empty. 169

de/smartics/maven/issues/bugzilla/BugzillaVersionFactory.java

Violation Message Line
Infos Method 'createRange' is not designed for extension - needs to be abstract, final or empty. 57

de/smartics/maven/issues/bugzilla/BugzillaVersionRange.java

Violation Message Line
Infos Method 'getVersionId' is not designed for extension - needs to be abstract, final or empty. 166
Infos Method 'getVersionSpecification' is not designed for extension - needs to be abstract, final or empty. 176
Infos Method 'getFieldStartIndex' is not designed for extension - needs to be abstract, final or empty. 188
Infos Method 'containsVersion' is not designed for extension - needs to be abstract, final or empty. 200
Infos Method 'appendToUrl' is not designed for extension - needs to be abstract, final or empty. 211
Infos Method 'toString' is not designed for extension - needs to be abstract, final or empty. 362

de/smartics/maven/issues/bugzilla/DefaultVersionSkipper.java

Violation Message Line
Infos Method 'skipVersion' is not designed for extension - needs to be abstract, final or empty. 103

de/smartics/maven/issues/bugzilla/ReleasePlanVersionSkipper.java

Violation Message Line
Infos Method 'skipVersion' is not designed for extension - needs to be abstract, final or empty. 79

de/smartics/maven/issues/bugzilla/Sections.java

Violation Message Line
Infos Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 224
Infos Method 'addToSection' is not designed for extension - needs to be abstract, final or empty. 241
Infos Method 'containsKey' is not designed for extension - needs to be abstract, final or empty. 259

de/smartics/maven/issues/bugzilla/SimpleSectioner.java

Violation Message Line
Infos Method 'run' is not designed for extension - needs to be abstract, final or empty. 98

de/smartics/maven/issues/bugzilla/TabularReportMojo.java

Violation Message Line
Infos Method 'getOutputName' is not designed for extension - needs to be abstract, final or empty. 124
Infos Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. 138
Infos Method 'getName' is not designed for extension - needs to be abstract, final or empty. 150
Infos Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 161
Infos Method 'getReportRenderer' is not designed for extension - needs to be abstract, final or empty. 174
Infos Method 'getColumns' is not designed for extension - needs to be abstract, final or empty. 192
Infos Method 'getColumnWidths' is not designed for extension - needs to be abstract, final or empty. 206
Infos Method 'isCurrentReleaseVersionOnly' is not designed for extension - needs to be abstract, final or empty. 220

de/smartics/maven/issues/bugzilla/TabularReportRenderer.java

Violation Message Line
Infos Method 'renderBody' is not designed for extension - needs to be abstract, final or empty. 69
Infos Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. 95
Infos Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 104
Infos Method 'getNoResultsDescription' is not designed for extension - needs to be abstract, final or empty. 113

de/smartics/maven/issues/bugzilla/VersionedSectionReleasePlanReportRenderer.java

Violation Message Line
Infos Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. 71
Infos Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 80
Infos Method 'getNoResultsDescription' is not designed for extension - needs to be abstract, final or empty. 89
Infos Method 'createSectioner' is not designed for extension - needs to be abstract, final or empty. 102
Infos Method 'createVersionSkipper' is not designed for extension - needs to be abstract, final or empty. 114
Infos Method 'getVersionTextId' is not designed for extension - needs to be abstract, final or empty. 126
Infos Method 'getSectionText' is not designed for extension - needs to be abstract, final or empty. 139

de/smartics/maven/issues/bugzilla/VersionedSectionReportRenderer.java

Violation Message Line
Infos Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. 79
Infos Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 88
Infos Method 'getNoResultsDescription' is not designed for extension - needs to be abstract, final or empty. 97
Infos Method 'renderBody' is not designed for extension - needs to be abstract, final or empty. 108
Infos Method 'createVersionSkipper' is not designed for extension - needs to be abstract, final or empty. 157
Infos Method 'createSectioner' is not designed for extension - needs to be abstract, final or empty. 168
Infos Method 'getVersionTextId' is not designed for extension - needs to be abstract, final or empty. 178
Infos Method 'renderSectionSectionStart' is not designed for extension - needs to be abstract, final or empty. 189
Infos Method 'renderSectionSectionEnd' is not designed for extension - needs to be abstract, final or empty. 200
Infos Method 'renderSectionTitleStart' is not designed for extension - needs to be abstract, final or empty. 211
Infos Method 'renderSectionTitleEnd' is not designed for extension - needs to be abstract, final or empty. 222
Infos Method 'getSectionText' is not designed for extension - needs to be abstract, final or empty. 235

de/smartics/maven/issues/bugzilla/VersionedSectioner.java

Violation Message Line
Infos Method 'run' is not designed for extension - needs to be abstract, final or empty. 122

de/smartics/maven/issues/bugzilla/Versions.java

Violation Message Line
Infos Method 'add' is not designed for extension - needs to be abstract, final or empty. 251
Infos Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 276

de/smartics/maven/issues/cache/AbstractFileTaskDataStore.java

Violation Message Line
Infos Method 'load' is not designed for extension - needs to be abstract, final or empty. 96
Infos Method 'createFile' is not designed for extension - needs to be abstract, final or empty. 113
Infos Method 'readTask' is not designed for extension - needs to be abstract, final or empty. 126
Infos Method 'persist' is not designed for extension - needs to be abstract, final or empty. 162
Infos Method 'writeTask' is not designed for extension - needs to be abstract, final or empty. 178

de/smartics/maven/issues/cache/TaskDataCache.java

Violation Message Line
Warnings Expected @param tag for 'encoding'. 98
Infos Method 'getTask' is not designed for extension - needs to be abstract, final or empty. 144
Infos Method 'addTask' is not designed for extension - needs to be abstract, final or empty. 172

de/smartics/maven/issues/cache/XmlTaskDataStore.java

Violation Message Line
Infos Method 'readTask' is not designed for extension - needs to be abstract, final or empty. 89
Warnings Empty statement. 94
Infos Method 'writeTask' is not designed for extension - needs to be abstract, final or empty. 124

de/smartics/maven/issues/cache/XmlTaskReader.java

Violation Message Line
Infos Method 'readTask' is not designed for extension - needs to be abstract, final or empty. 99
Infos Method 'createTaskData' is not designed for extension - needs to be abstract, final or empty. 173
Infos Method 'close' is not designed for extension - needs to be abstract, final or empty. 518

de/smartics/maven/issues/cache/XmlTaskWriter.java

Violation Message Line
Infos Method 'writeTask' is not designed for extension - needs to be abstract, final or empty. 91
Infos Method 'writeAttribute' is not designed for extension - needs to be abstract, final or empty. 126
Infos Method 'writeAttributes' is not designed for extension - needs to be abstract, final or empty. 152
Infos Method 'writeAttributeValues' is not designed for extension - needs to be abstract, final or empty. 171
Infos Method 'writeMap' is not designed for extension - needs to be abstract, final or empty. 191
Infos Method 'writeSimpleElement' is not designed for extension - needs to be abstract, final or empty. 214
Infos Method 'close' is not designed for extension - needs to be abstract, final or empty. 231

de/smartics/maven/issues/factory/DefaultRepositoryFacadeFactory.java

Violation Message Line
Infos Method 'create' is not designed for extension - needs to be abstract, final or empty. 71
Infos Method 'supports' is not designed for extension - needs to be abstract, final or empty. 92

de/smartics/maven/issues/notes/NotesReader.java

Violation Message Line
Infos Method 'read' is not designed for extension - needs to be abstract, final or empty. 81

de/smartics/maven/issues/repository/AbstractRepositoryFacade.java

Violation Message Line
Infos Method 'getConnector' is not designed for extension - needs to be abstract, final or empty. 232
Infos Method 'queryTasks' is not designed for extension - needs to be abstract, final or empty. 244
Infos Method 'createSession' is not designed for extension - needs to be abstract, final or empty. 408
Warnings Parameter e should be final. 457
Warnings Variable 'e' should be declared final. 457

de/smartics/maven/issues/util/InverseVersionComparator.java

Violation Message Line
Infos Method 'compare' is not designed for extension - needs to be abstract, final or empty. 79

de/smartics/maven/issues/util/ReportReference.java

Violation Message Line
Infos Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. 119
Infos Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. 129
Infos Method 'getVersionRepresentative' is not designed for extension - needs to be abstract, final or empty. 147
Infos Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 161
Infos Method 'equals' is not designed for extension - needs to be abstract, final or empty. 175
Infos Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. 198
Infos Method 'toString' is not designed for extension - needs to be abstract, final or empty. 215

de/smartics/maven/issues/util/ReportReferenceExtractor.java

Violation Message Line
Infos Method 'readReportReferences' is not designed for extension - needs to be abstract, final or empty. 109