Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
21 0 74 7

Rules

Rules Violations Severity
LeftCurly
  • option: "nl"
0 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
7 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
62 Warnings Warning
JavadocType
  • scope: "protected"
0 Errors Error
JavadocVariable
  • scope: "protected"
0 Infos Info
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
FileLength 0 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 0 Errors Error
ParenPad
  • option: "space"
0 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock
  • option: "text"
0 Errors Error
NeedBraces 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
12 Warnings Warning
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber
  • ignoreNumbers: "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 32, 64, 100, 128, 256, 512, 1000, 1024"
0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0 Errors Error
UpperEll 0 Errors Error

Details

org/apache/maven/shared/jar/JarAnalyzer.java

Violation Message Line
Errors Line is longer than 120 characters. 98
Errors Line is longer than 120 characters. 143
Warnings Missing a Javadoc comment. 245

org/apache/maven/shared/jar/JarData.java

Violation Message Line
Warnings 'sealed' hides a field. 92
Warnings Missing a Javadoc comment. 104
Warnings Missing a Javadoc comment. 109
Warnings Missing a Javadoc comment. 114
Warnings Missing a Javadoc comment. 119
Warnings Missing a Javadoc comment. 124
Warnings Missing a Javadoc comment. 129
Warnings Missing a Javadoc comment. 134
Warnings Missing a Javadoc comment. 139
Warnings Missing a Javadoc comment. 144
Warnings Missing a Javadoc comment. 149
Warnings Missing a Javadoc comment. 154
Warnings Missing a Javadoc comment. 159
Warnings Missing a Javadoc comment. 164
Warnings Missing a Javadoc comment. 169
Warnings Missing a Javadoc comment. 174
Warnings Missing a Javadoc comment. 179
Warnings Missing a Javadoc comment. 184

org/apache/maven/shared/jar/classes/ImportVisitor.java

Violation Message Line
Errors Line is longer than 120 characters. 50
Warnings Expected @param tag for 'constantClass'. 88
Warnings Expected @param tag for 'constantUtf8'. 121

org/apache/maven/shared/jar/classes/JarClasses.java

Violation Message Line
Warnings 'imports' hides a field. 115
Warnings Missing a Javadoc comment. 120
Warnings Missing a Javadoc comment. 125
Warnings Missing a Javadoc comment. 130
Warnings Missing a Javadoc comment. 135
Warnings Missing a Javadoc comment. 140
Warnings Missing a Javadoc comment. 145
Warnings Missing a Javadoc comment. 150
Warnings Missing a Javadoc comment. 155

org/apache/maven/shared/jar/identification/JarIdentification.java

Violation Message Line
Warnings 'groupId' hides a field. 87
Warnings 'groupId' hides a field. 102
Warnings 'artifactId' hides a field. 112
Warnings 'artifactId' hides a field. 127
Warnings 'version' hides a field. 137
Warnings 'version' hides a field. 152
Warnings 'name' hides a field. 162
Warnings 'name' hides a field. 177
Warnings 'name' hides a field. 187
Warnings 'name' hides a field. 202
Warnings Missing a Javadoc comment. 218
Warnings Missing a Javadoc comment. 223
Warnings Missing a Javadoc comment. 228
Warnings Missing a Javadoc comment. 233
Warnings Missing a Javadoc comment. 238
Warnings Missing a Javadoc comment. 243
Warnings Missing a Javadoc comment. 248
Warnings Missing a Javadoc comment. 253
Warnings Missing a Javadoc comment. 258
Warnings Missing a Javadoc comment. 263
Warnings Missing a Javadoc comment. 268
Warnings Missing a Javadoc comment. 273
Warnings Missing a Javadoc comment. 278
Warnings Missing a Javadoc comment. 283
Warnings Missing a Javadoc comment. 288

org/apache/maven/shared/jar/identification/JarIdentificationAnalysis.java

Violation Message Line
Warnings Missing a Javadoc comment. 160

org/apache/maven/shared/jar/identification/exposers/EmbeddedMavenModelExposer.java

Violation Message Line
Errors Line is longer than 120 characters. 42
Warnings Missing a Javadoc comment. 48

org/apache/maven/shared/jar/identification/exposers/FilenameExposer.java

Violation Message Line
Warnings Missing a Javadoc comment. 42

org/apache/maven/shared/jar/identification/exposers/JarClassesExposer.java

Violation Message Line
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 60

org/apache/maven/shared/jar/identification/exposers/ManifestExposer.java

Violation Message Line
Warnings Missing a Javadoc comment. 39

org/apache/maven/shared/jar/identification/exposers/RepositorySearchExposer.java

Violation Message Line
Errors Line is longer than 120 characters. 43
Warnings Missing a Javadoc comment. 71
Warnings Missing a Javadoc comment. 101
Warnings Missing a Javadoc comment. 106
Warnings Missing a Javadoc comment. 111

org/apache/maven/shared/jar/identification/exposers/StaticMainOutputExposer.java

Violation Message Line
Errors Line is longer than 120 characters. 35
Warnings Missing a Javadoc comment. 40

org/apache/maven/shared/jar/identification/exposers/TextFileExposer.java

Violation Message Line
Warnings Missing a Javadoc comment. 49

org/apache/maven/shared/jar/identification/exposers/TimestampExposer.java

Violation Message Line
Warnings Missing a Javadoc comment. 44

org/apache/maven/shared/jar/identification/hash/JarBytecodeHashAnalyzer.java

Violation Message Line
Errors Line is longer than 120 characters. 38
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 98

org/apache/maven/shared/jar/identification/hash/JarFileHashAnalyzer.java

Violation Message Line
Warnings Missing a Javadoc comment. 46
Warnings Missing a Javadoc comment. 66

org/apache/maven/shared/jar/identification/repository/EmptyRepositoryHashSearch.java

Violation Message Line
Warnings Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 42