Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
10 7 61 14

Rules

Rules Violations Severity
Translation 0 Errors Error
FileLength 0 Errors Error
RegexpHeader
  • fileExtensions: "java"
  • headerFile: "target/checkstyle-header.txt"
9 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
LeftCurly
  • option: "nl"
0 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
2 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
58 Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
1 Errors Error
JavadocVariable
  • scope: "protected"
7 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
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
MethodLength 1 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 0 Errors Error
ParenPad
  • option: "space"
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
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
3 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 1 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0 Errors Error
UpperEll 0 Errors Error

Details

org/codehaus/mojo/jdepend/AbstractJDependMojo.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
Errors Line is longer than 120 characters (found 121). 51
Errors Line is longer than 120 characters (found 121). 63
Warnings Missing a Javadoc comment. 88
Warnings Missing a Javadoc comment. 126
Warnings Missing a Javadoc comment. 157
Warnings Missing a Javadoc comment. 178
Warnings Missing a Javadoc comment. 187
Warnings Missing a Javadoc comment. 202
Warnings Missing a Javadoc comment. 211
Warnings Expected @param tag for 'project'. 219
Warnings Missing a Javadoc comment. 228
Warnings Missing a Javadoc comment. 233
Warnings Expected an @return tag. 249
Warnings Missing a Javadoc comment. 254
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/codehaus/mojo/jdepend/JDependMojo.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4

org/codehaus/mojo/jdepend/JDependNoForkMojo.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4

org/codehaus/mojo/jdepend/JDependXMLReportParser.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
Infos Missing a Javadoc comment. 46
Infos Missing a Javadoc comment. 48
Infos Missing a Javadoc comment. 50
Infos Missing a Javadoc comment. 52
Infos Missing a Javadoc comment. 54
Infos Missing a Javadoc comment. 56
Infos Missing a Javadoc comment. 58
Warnings Expected @param tag for 'xmlFile'. 72
Warnings Expected @throws tag for 'ParserConfigurationException'. 73
Warnings Expected @throws tag for 'SAXException'. 73
Warnings Expected @throws tag for 'IOException'. 73
Warnings Missing a Javadoc comment. 91
Warnings Missing a Javadoc comment. 141
Errors Expression can be simplified. 151
Warnings Missing a Javadoc comment. 250

org/codehaus/mojo/jdepend/ReportGenerator.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
Errors Missing a Javadoc comment. 31
Warnings Missing a Javadoc comment. 50
Warnings 'jdepend' hides a field. 50
Warnings Missing a Javadoc comment. 92
Warnings Missing a Javadoc comment. 121
Warnings Missing a Javadoc comment. 244
Errors Method length is 205 lines (max allowed is 150). 262
Warnings Missing a Javadoc comment. 262
Warnings Missing a Javadoc comment. 469
Warnings Missing a Javadoc comment. 488
Warnings Missing a Javadoc comment. 548

org/codehaus/mojo/jdepend/objects/CyclePackage.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
Warnings Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 56
Warnings Missing a Javadoc comment. 61

org/codehaus/mojo/jdepend/objects/JDPackage.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
Warnings Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 56
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 66
Warnings Missing a Javadoc comment. 71
Warnings Missing a Javadoc comment. 80
Warnings Missing a Javadoc comment. 85
Warnings Missing a Javadoc comment. 94
Warnings Missing a Javadoc comment. 99
Warnings Missing a Javadoc comment. 108
Warnings Missing a Javadoc comment. 113
Warnings Missing a Javadoc comment. 118

org/codehaus/mojo/jdepend/objects/Packages.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
Warnings 'jdpackage' hides a field. 56
Warnings 'jdpackage' hides a field. 64

org/codehaus/mojo/jdepend/objects/Stats.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
Warnings Expected @param tag for 'totalClasses'. 57
Warnings Expected @param tag for 'concreteClasses'. 73
Warnings Expected @param tag for 'abstractClasses'. 89
Warnings Expected @param tag for 'ca'. 105
Warnings Missing a Javadoc comment. 118
Warnings Expected @param tag for 'a'. 134
Warnings Expected @param tag for 'i'. 150
Warnings Expected @param tag for 'd'. 166
Warnings Expected @param tag for 'v'. 182