Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
10 31 101 67

Rules

Rules Violations Severity
LeftCurly
  • option : "nl"
0 Errors Error
RightCurly
  • option : "alone"
0 Errors Error
LineLength
  • ignorePattern : "@version|@see|@todo|TODO"
  • max : "120"
21 Errors Error
MemberName 9 Errors Error
JavadocMethod 100 Warnings Warning
JavadocType 0 Errors Error
JavadocVariable 31 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 1 Errors Error
TypeName 0 Errors Error
RegexpHeader
  • headerFile : "target/checkstyle-header.txt"
5 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 2 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"
4 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"
1 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"
19 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 6 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • protectedAllowed : "true"
0 Errors Error
UpperEll 0 Errors Error

Details

org/apache/maven/plugin/deploy/AbstractDeployMojo.java

Violation Message Line
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 58
Warnings Missing a Javadoc comment. 63
Warnings Missing a Javadoc comment. 68

org/apache/maven/plugin/deploy/DeployFileMojo.java

Violation Message Line
Warnings Missing a Javadoc comment. 178
Warnings Missing a Javadoc comment. 198
Warnings Unused @throws tag for 'NullPointerException'. 251
Warnings Expected @param tag for 'model'. 253
Warnings Expected an @return tag. 293
Warnings 'pomFile' hides a field. 293
Warnings Expected @param tag for 'pomFile'. 293
Warnings Missing a Javadoc comment. 327
Warnings Missing a Javadoc comment. 359
Warnings Missing a Javadoc comment. 364
Warnings Missing a Javadoc comment. 369
Warnings Missing a Javadoc comment. 374
Warnings Missing a Javadoc comment. 379
Warnings Missing a Javadoc comment. 384
Warnings Missing a Javadoc comment. 389
Warnings Missing a Javadoc comment. 394
Warnings Missing a Javadoc comment. 399
Warnings Missing a Javadoc comment. 404
Warnings Missing a Javadoc comment. 409
Warnings Missing a Javadoc comment. 414

org/apache/maven/plugin/deploy/DeployMojo.java

Violation Message Line
Infos Missing a Javadoc comment. 58
Warnings Missing a Javadoc comment. 124
Warnings Missing a Javadoc comment. 199
Warnings Missing a Javadoc comment. 251

org/codehaus/plexus/util/ReaderFactory.java

Violation Message Line
Errors Unused import - java.nio.charset.Charset. 32
Errors Line is longer than 120 characters. 45
Warnings Expected an @return tag. 101
Warnings Expected @param tag for 'in'. 101
Warnings Expected @throws tag for 'IOException'. 102
Warnings Expected an @return tag. 111
Warnings Expected @param tag for 'file'. 111
Warnings Expected @throws tag for 'IOException'. 112
Warnings Expected an @return tag. 121
Warnings Expected @param tag for 'url'. 121
Warnings Expected @throws tag for 'IOException'. 122
Warnings Expected an @return tag. 130
Warnings Expected @param tag for 'in'. 130
Warnings Expected an @return tag. 138
Warnings Expected @param tag for 'file'. 138
Warnings Expected @throws tag for 'FileNotFoundException'. 139
Warnings Expected an @return tag. 147
Warnings Expected @param tag for 'url'. 147
Warnings Expected @throws tag for 'IOException'. 148
Warnings Expected an @return tag. 157
Warnings Expected @param tag for 'in'. 157
Warnings Expected @param tag for 'encoding'. 157
Warnings Expected @throws tag for 'UnsupportedEncodingException'. 158
Warnings Expected an @return tag. 167
Warnings Expected @param tag for 'file'. 167
Warnings Expected @param tag for 'encoding'. 167
Warnings Expected @throws tag for 'FileNotFoundException'. 168
Warnings Expected @throws tag for 'UnsupportedEncodingException'. 168
Errors '(' is not followed by whitespace. 170
Errors ')' is not preceded with whitespace. 170
Warnings Expected an @return tag. 177
Warnings Expected @param tag for 'url'. 177
Warnings Expected @param tag for 'encoding'. 177
Warnings Expected @throws tag for 'IOException'. 178

org/codehaus/plexus/util/WriterFactory.java

Violation Message Line
Errors Unused import - java.nio.charset.Charset. 31
Errors Line is longer than 120 characters. 44
Warnings Expected an @return tag. 100
Warnings Expected @param tag for 'out'. 100
Warnings Expected @throws tag for 'IOException'. 101
Warnings Expected an @return tag. 110
Warnings Expected @param tag for 'file'. 110
Warnings Expected @throws tag for 'IOException'. 111
Warnings Expected an @return tag. 119
Warnings Expected @param tag for 'out'. 119
Warnings Expected an @return tag. 127
Warnings Expected @param tag for 'file'. 127
Warnings Expected @throws tag for 'IOException'. 128
Warnings Expected an @return tag. 137
Warnings Expected @param tag for 'out'. 137
Warnings Expected @param tag for 'encoding'. 137
Warnings Expected @throws tag for 'UnsupportedEncodingException'. 138
Warnings Expected an @return tag. 147
Warnings Expected @param tag for 'file'. 147
Warnings Expected @param tag for 'encoding'. 147
Warnings Expected @throws tag for 'UnsupportedEncodingException'. 148
Warnings Expected @throws tag for 'FileNotFoundException'. 148
Errors '(' is not followed by whitespace. 150
Errors ')' is not preceded with whitespace. 150

org/codehaus/plexus/util/xml/XmlReader.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Line is longer than 120 characters. 57
Infos Missing a Javadoc comment. 61
Infos Missing a Javadoc comment. 63
Infos Missing a Javadoc comment. 65
Infos Missing a Javadoc comment. 67
Infos Missing a Javadoc comment. 69
Infos Missing a Javadoc comment. 71
Infos Missing a Javadoc comment. 73
Infos Missing a Javadoc comment. 75
Errors Name '_staticDefaultEncoding' must match pattern '^[a-z][a-zA-Z0-9]*$'. 75
Infos Missing a Javadoc comment. 77
Errors Name '_reader' must match pattern '^[a-z][a-zA-Z0-9]*$'. 77
Infos Missing a Javadoc comment. 79
Errors Name '_encoding' must match pattern '^[a-z][a-zA-Z0-9]*$'. 79
Infos Missing a Javadoc comment. 81
Errors Name '_defaultEncoding' must match pattern '^[a-z][a-zA-Z0-9]*$'. 81
Errors Redundant throws: 'XmlStreamReaderException' is subclass of 'IOException'. 175
Warnings Expected @param tag for 'defaultEncoding'. 332
Errors Redundant throws: 'XmlStreamReaderException' is subclass of 'IOException'. 333
Errors Line is longer than 120 characters. 387
Errors Redundant throws: 'XmlStreamReaderException' is subclass of 'IOException'. 387
Warnings Missing a Javadoc comment. 392
Warnings Missing a Javadoc comment. 438
Warnings Missing a Javadoc comment. 456
Warnings Missing a Javadoc comment. 466
Warnings Missing a Javadoc comment. 478
Warnings Missing a Javadoc comment. 485
Errors Line is longer than 120 characters. 508
Errors Line is longer than 120 characters. 513
Errors Line is longer than 120 characters. 526
Warnings Missing a Javadoc comment. 540
Errors Line is longer than 120 characters. 567
Warnings Missing a Javadoc comment. 597
Infos Missing a Javadoc comment. 608
Warnings Missing a Javadoc comment. 611
Warnings Missing a Javadoc comment. 630
Errors '0xFE' is a magic number. 639
Errors '0xFF' is a magic number. 639
Errors '0xFF' is a magic number. 646
Errors '0xFE' is a magic number. 646
Errors '0xEF' is a magic number. 653
Errors '0xBB' is a magic number. 653
Errors '0xBF' is a magic number. 653
Warnings Missing a Javadoc comment. 665
Errors '0x3C' is a magic number. 676
Errors '0x3F' is a magic number. 676
Errors '0x3C' is a magic number. 680
Errors '0x3F' is a magic number. 680
Errors '0x3C' is a magic number. 684
Errors '0x3F' is a magic number. 684
Errors '0x78' is a magic number. 684
Errors '0x6D' is a magic number. 684
Errors '0x4C' is a magic number. 688
Errors '0x6F' is a magic number. 688
Errors '0xA7' is a magic number. 688
Errors '0x94' is a magic number. 688
Infos Missing a Javadoc comment. 695
Warnings Missing a Javadoc comment. 699
Errors Line is longer than 120 characters. 734
Warnings Missing a Javadoc comment. 754
Errors Line is longer than 120 characters. 758
Warnings Missing a Javadoc comment. 762
Errors Line is longer than 120 characters. 765
Infos Missing a Javadoc comment. 768
Infos Missing a Javadoc comment. 771
Infos Missing a Javadoc comment. 774
Errors Line is longer than 120 characters. 776
Infos Missing a Javadoc comment. 778
Errors Line is longer than 120 characters. 780
Infos Missing a Javadoc comment. 782
Errors Line is longer than 120 characters. 784

org/codehaus/plexus/util/xml/XmlReaderException.java

Violation Message Line
Errors Line does not match expected header line of '^/\*\s*$'. 3
Errors Line is longer than 120 characters. 16
Infos Missing a Javadoc comment. 20
Errors Name '_bomEncoding' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Infos Missing a Javadoc comment. 22
Errors Name '_xmlGuessEncoding' must match pattern '^[a-z][a-zA-Z0-9]*$'. 22
Infos Missing a Javadoc comment. 24
Errors Name '_xmlEncoding' must match pattern '^[a-z][a-zA-Z0-9]*$'. 24
Infos Missing a Javadoc comment. 26
Errors Name '_contentTypeMime' must match pattern '^[a-z][a-zA-Z0-9]*$'. 26
Infos Missing a Javadoc comment. 28
Errors Name '_contentTypeEncoding' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
Infos Missing a Javadoc comment. 30
Errors Name '_is' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30

org/codehaus/plexus/util/xml/XmlStreamReader.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Line is longer than 120 characters. 46
Errors Redundant throws: 'XmlStreamReaderException' is subclass of 'IOException'. 119
Warnings Expected @param tag for 'defaultEncoding'. 227
Errors Redundant throws: 'XmlStreamReaderException' is subclass of 'IOException'. 228
Errors Line is longer than 120 characters. 267
Errors Redundant throws: 'XmlStreamReaderException' is subclass of 'IOException'. 267

org/codehaus/plexus/util/xml/XmlStreamReaderException.java

Violation Message Line
Errors Line does not match expected header line of '^/\*\s*$'. 3
Errors Line is longer than 120 characters. 6
Errors Line is longer than 120 characters. 10
Errors Line is longer than 120 characters. 15

org/codehaus/plexus/util/xml/XmlStreamWriter.java

Violation Message Line
Errors Line does not match expected header line of '^/\*\s*$'. 3
Errors Line is longer than 120 characters. 39
Infos Missing a Javadoc comment. 44
Infos Missing a Javadoc comment. 46
Infos Missing a Javadoc comment. 48
Infos Missing a Javadoc comment. 50
Infos Missing a Javadoc comment. 52
Warnings Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 59
Warnings Missing a Javadoc comment. 65
Warnings Missing a Javadoc comment. 70
Warnings Missing a Javadoc comment. 82
Warnings Missing a Javadoc comment. 91
Warnings Missing a Javadoc comment. 152
Infos Missing a Javadoc comment. 165