Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
5513369202

Files

FilesInfosWarningsErrors
org/apache/maven/shared/utils/Expand.java010
org/apache/maven/shared/utils/Os.java510
org/apache/maven/shared/utils/PathTool.java003
org/apache/maven/shared/utils/PropertyUtils.java041
org/apache/maven/shared/utils/ReaderFactory.java001
org/apache/maven/shared/utils/StringUtils.java06942
org/apache/maven/shared/utils/WriterFactory.java001
org/apache/maven/shared/utils/cli/Arg.java031
org/apache/maven/shared/utils/cli/CommandLineCallable.java011
org/apache/maven/shared/utils/cli/CommandLineException.java020
org/apache/maven/shared/utils/cli/CommandLineTimeOutException.java020
org/apache/maven/shared/utils/cli/CommandLineUtils.java073
org/apache/maven/shared/utils/cli/Commandline.java0233
org/apache/maven/shared/utils/cli/DefaultConsumer.java010
org/apache/maven/shared/utils/cli/StreamConsumer.java011
org/apache/maven/shared/utils/cli/StreamPumper.java050
org/apache/maven/shared/utils/cli/WriterStreamConsumer.java020
org/apache/maven/shared/utils/cli/shell/BourneShell.java050
org/apache/maven/shared/utils/cli/shell/CmdShell.java040
org/apache/maven/shared/utils/cli/shell/CommandShell.java010
org/apache/maven/shared/utils/cli/shell/Shell.java0140
org/apache/maven/shared/utils/introspection/ClassMap.java050
org/apache/maven/shared/utils/introspection/MethodMap.java003
org/apache/maven/shared/utils/introspection/ReflectionValueExtractor.java016
org/apache/maven/shared/utils/io/DirectoryScanResult.java010
org/apache/maven/shared/utils/io/DirectoryScanner.java045
org/apache/maven/shared/utils/io/DirectoryWalkListener.java010
org/apache/maven/shared/utils/io/DirectoryWalker.java005
org/apache/maven/shared/utils/io/FileUtils.java01342
org/apache/maven/shared/utils/io/IOUtil.java010324
org/apache/maven/shared/utils/io/Java7Support.java027
org/apache/maven/shared/utils/io/MatchPattern.java051
org/apache/maven/shared/utils/io/MatchPatterns.java020
org/apache/maven/shared/utils/io/ScanConductor.java021
org/apache/maven/shared/utils/io/SelectorUtils.java305
org/apache/maven/shared/utils/io/WalkCollector.java051
org/apache/maven/shared/utils/package-info.java002
org/apache/maven/shared/utils/reflection/Reflector.java004
org/apache/maven/shared/utils/xml/PrettyPrintXMLWriter.java0100
org/apache/maven/shared/utils/xml/XMLEncode.java003
org/apache/maven/shared/utils/xml/XMLWriter.java0100
org/apache/maven/shared/utils/xml/XmlReaderException.java006
org/apache/maven/shared/utils/xml/XmlStreamReader.java0135
org/apache/maven/shared/utils/xml/XmlStreamReaderException.java002
org/apache/maven/shared/utils/xml/XmlStreamWriter.java020
org/apache/maven/shared/utils/xml/XmlWriterUtil.java004
org/apache/maven/shared/utils/xml/Xpp3Dom.java53311
org/apache/maven/shared/utils/xml/Xpp3DomBuilder.java047
org/apache/maven/shared/utils/xml/Xpp3DomWriter.java040
org/apache/maven/shared/utils/xml/pull/XmlPullParserException.java031

Rules

RulesViolationsSeverity
FileLength1Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
0Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
0Errors Error
RightCurly
  • option: "alone"
2Errors Error
LineLength
  • ignorePattern: "@version|@see|@todo|TODO"
  • max: "120"
41Errors Error
MemberName6Errors Error
JavadocMethod
  • scope: "protected"
355Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
10Errors Error
JavadocVariable
  • scope: "protected"
13Infos Info
ConstantName2Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MethodName1Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName1Errors Error
TypeName0Errors Error
AvoidStarImport2Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports3Errors Error
MethodLength2Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap0Errors Error
ParenPad
  • option: "space"
12Errors Error
WhitespaceAfter2Errors Error
WhitespaceAround0Errors Error
ModifierOrder83Errors Error
RedundantModifier2Errors Error
AvoidNestedBlocks3Errors Error
EmptyBlock
  • option: "text"
0Errors Error
NeedBraces0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
14Warnings Warning
IllegalInstantiation0Errors Error
InnerAssignment3Errors 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"
10Errors Error
MissingSwitchDefault1Errors Error
RedundantThrows10Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
5Errors Error
UpperEll0Errors Error

Details

org/apache/maven/shared/utils/Expand.java

ViolationMessageLine
Warnings'dest' hides a field.112

org/apache/maven/shared/utils/Os.java

ViolationMessageLine
InfosMissing a Javadoc comment.47
InfosMissing a Javadoc comment.49
InfosMissing a Javadoc comment.51
InfosMissing a Javadoc comment.53
InfosMissing a Javadoc comment.60
WarningsExpected an @return tag.144

org/apache/maven/shared/utils/PathTool.java

ViolationMessageLine
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.197
ErrorsLine is longer than 120 characters.270
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.270

org/apache/maven/shared/utils/PropertyUtils.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.31
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.65

org/apache/maven/shared/utils/ReaderFactory.java

ViolationMessageLine
ErrorsUnused import - java.nio.charset.Charset.32

org/apache/maven/shared/utils/StringUtils.java

ViolationMessageLine
ErrorsFile length is 2,488 lines (max allowed is 2,000).1
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.82
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.111
ErrorsInner assignments should be avoided.173
WarningsUnused @throws tag for 'NullPointerException'.255
WarningsUnused @throws tag for 'NullPointerException'.292
WarningsUnused @throws tag for 'IllegalArgumentException'.417
WarningsUnused @throws tag for 'IllegalArgumentException'.445
WarningsUnused @throws tag for 'IndexOutOfBoundsException'.474
WarningsUnused @throws tag for 'IllegalArgumentException'.475
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.513
WarningsExpected an @return tag.521
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.521
WarningsExpected @param tag for 'text'.521
WarningsExpected @param tag for 'separator'.521
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.544
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.602
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.618
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.650
WarningsUnused @throws tag for 'NullPointerException'.795
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.798
WarningsUnused @throws tag for 'NullPointerException'.819
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.821
WarningsUnused @throws tag for 'NullPointerException'.835
WarningsUnused @throws tag for 'ArithmeticException'.836
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.838
WarningsUnused @throws tag for 'NullPointerException'.859
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.861
WarningsUnused @throws tag for 'NullPointerException'.873
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.875
WarningsUnused @throws tag for 'NullPointerException'.894
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.896
WarningsUnused @throws tag for 'NullPointerException'.907
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.909
WarningsUnused @throws tag for 'NullPointerException'.933
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.935
WarningsUnused @throws tag for 'NullPointerException'.959
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.961
WarningsUnused @throws tag for 'NullPointerException'.981
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.983
WarningsUnused @throws tag for 'NullPointerException'.1007
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.1009
WarningsUnused @throws tag for 'NullPointerException'.1038
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.1040
WarningsUnused @throws tag for 'NullPointerException'.1071
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.1073
Errors'0xfff' is a magic number.1084
Errors'0xff' is a magic number.1088
Errors'0x7f' is a magic number.1092
WarningsUnused @throws tag for 'NegativeArraySizeException'.1167
WarningsUnused @throws tag for 'NullPointerException'.1168
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.1170
WarningsUnused @throws tag for 'NullPointerException'.1188
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.1190
WarningsUnused @throws tag for 'NullPointerException'.1204
WarningsUnused @throws tag for 'ArithmeticException'.1205
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.1207
WarningsUnused @throws tag for 'NullPointerException'.1225
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.1227
WarningsUnused @throws tag for 'NullPointerException'.1239
WarningsUnused @throws tag for 'ArithmeticException'.1240
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.1242
WarningsUnused @throws tag for 'NullPointerException'.1628
WarningsUnused @throws tag for 'NullPointerException'.1642
WarningsUnused @throws tag for 'NullPointerException'.1670
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.1868
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.1884
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.1920
WarningsExpected an @return tag.1967
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.1967
WarningsExpected @param tag for 's'.1967
WarningsExpected an @return tag.1984
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.1984
WarningsExpected @param tag for 's'.1984
WarningsExpected @param tag for 's1'.2029
WarningsExpected @param tag for 's2'.2029
WarningsExpected @param tag for 's1'.2047
WarningsExpected @param tag for 's2'.2047
WarningsExpected @param tag for 'text'.2073
WarningsExpected @param tag for 'namespace'.2073
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.2111
WarningsExpected @param tag for 'data'.2111
WarningsExpected @param tag for 'replaceThis'.2111
WarningsUnused @throws tag for 'NullPointerException'.2142
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.2144
WarningsUnused @throws tag for 'NullPointerException'.2164
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.2166
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.2183
WarningsExpected @param tag for 'view'.2183
WarningsExpected @param tag for 'source'.2218
WarningsExpected @param tag for 'quoteChar'.2218
WarningsExpected @param tag for 'source'.2233
WarningsExpected @param tag for 'quoteChar'.2233
WarningsExpected @param tag for 'quotingTriggers'.2233
ErrorsLine is longer than 120 characters.2248
WarningsExpected @param tag for 'source'.2248
WarningsExpected @param tag for 'quoteChar'.2248
WarningsExpected @param tag for 'escapedChars'.2248
WarningsExpected @param tag for 'escapeChar'.2248
WarningsExpected @param tag for 'force'.2249
WarningsExpected @param tag for 'source'.2264
WarningsExpected @param tag for 'quoteChar'.2264
WarningsExpected @param tag for 'escapedChars'.2264
WarningsExpected @param tag for 'quotingTriggers'.2265
WarningsExpected @param tag for 'escapeChar'.2265
WarningsExpected @param tag for 'force'.2265
WarningsExpected @param tag for 'source'.2316
WarningsExpected @param tag for 'escapedChars'.2316
WarningsExpected @param tag for 'escapeChar'.2316
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.2352
WarningsUnused @throws tag for 'IllegalArgumentException'.2391

org/apache/maven/shared/utils/WriterFactory.java

ViolationMessageLine
ErrorsUnused import - java.nio.charset.Charset.31

org/apache/maven/shared/utils/cli/Arg.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.24
WarningsMissing a Javadoc comment.26
WarningsMissing a Javadoc comment.28
WarningsMissing a Javadoc comment.30

org/apache/maven/shared/utils/cli/CommandLineCallable.java

ViolationMessageLine
WarningsMissing a Javadoc comment.32
ErrorsRedundant 'public' modifier.32

org/apache/maven/shared/utils/cli/CommandLineException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.34

org/apache/maven/shared/utils/cli/CommandLineTimeOutException.java

ViolationMessageLine
WarningsExpected @param tag for 'message'.35
WarningsExpected @param tag for 'cause'.35

org/apache/maven/shared/utils/cli/CommandLineUtils.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.79
WarningsMissing a Javadoc comment.85
WarningsMissing a Javadoc comment.92
ErrorsLine is longer than 120 characters.126
WarningsMissing a Javadoc comment.322
WarningsMissing a Javadoc comment.403
ErrorsRedundant throws: 'IllegalArgumentException' is unchecked exception.432

org/apache/maven/shared/utils/cli/Commandline.java

ViolationMessageLine
Errors',' is not followed by whitespace.74
Errors',' is not followed by whitespace.74
WarningsExpected @param tag for 'shell'.82
WarningsExpected an @return tag.171
WarningsExpected @param tag for 'executable'.188
WarningsMissing a Javadoc comment.193
WarningsMissing a Javadoc comment.199
WarningsExpected @param tag for 'name'.210
WarningsExpected @param tag for 'value'.210
WarningsExpected @throws tag for 'Exception'.220
WarningsExpected an @return tag.237
WarningsExpected @throws tag for 'CommandLineException'.238
WarningsExpected an @return tag.262
WarningsExpected an @return tag.290
WarningsMissing a Javadoc comment.306
WarningsMissing a Javadoc comment.312
WarningsExpected @param tag for 'path'.323
WarningsExpected @param tag for 'workingDirectory'.331
WarningsMissing a Javadoc comment.336
WarningsExpected an @return tag.352
WarningsExpected @throws tag for 'CommandLineException'.353
WarningsExpected an @return tag.409
ErrorsMissing a Javadoc comment.414
WarningsMissing a Javadoc comment.422
WarningsMissing a Javadoc comment.433
WarningsMissing a Javadoc comment.452

org/apache/maven/shared/utils/cli/DefaultConsumer.java

ViolationMessageLine
WarningsMissing a Javadoc comment.29

org/apache/maven/shared/utils/cli/StreamConsumer.java

ViolationMessageLine
ErrorsRedundant 'public' modifier.38
WarningsExpected @param tag for 'line'.38

org/apache/maven/shared/utils/cli/StreamPumper.java

ViolationMessageLine
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.106
WarningsMissing a Javadoc comment.114
WarningsMissing a Javadoc comment.119

org/apache/maven/shared/utils/cli/WriterStreamConsumer.java

ViolationMessageLine
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.40

org/apache/maven/shared/utils/cli/shell/BourneShell.java

ViolationMessageLine
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.96
WarningsMissing a Javadoc comment.113

org/apache/maven/shared/utils/cli/shell/CmdShell.java

ViolationMessageLine
WarningsMissing a Javadoc comment.36
WarningsExpected an @return tag.82
WarningsExpected @param tag for 'executable'.82
WarningsExpected @param tag for 'arguments'.82

org/apache/maven/shared/utils/cli/shell/CommandShell.java

ViolationMessageLine
WarningsMissing a Javadoc comment.34

org/apache/maven/shared/utils/cli/shell/Shell.java

ViolationMessageLine
Warnings'executable' hides a field.123
Warnings'executable' hides a field.128
WarningsMissing a Javadoc comment.208
WarningsMissing a Javadoc comment.213
Warnings'argQuoteDelimiter' hides a field.228
Warnings'exeQuoteDelimiter' hides a field.238
WarningsMissing a Javadoc comment.282
WarningsExpected @param tag for 'executable'.305
WarningsMissing a Javadoc comment.314
WarningsExpected @param tag for 'path'.322
Warnings'workingDir' hides a field.333
WarningsExpected @param tag for 'workingDir'.333
WarningsMissing a Javadoc comment.341
WarningsMissing a Javadoc comment.351

org/apache/maven/shared/utils/introspection/ClassMap.java

ViolationMessageLine
WarningsExpected @param tag for 'clazz'.66
WarningsExpected an @return tag.92
WarningsExpected @param tag for 'name'.92
WarningsExpected @param tag for 'params'.92
WarningsExpected @throws tag for 'MethodMap.AmbiguousException'.93

org/apache/maven/shared/utils/introspection/MethodMap.java

ViolationMessageLine
Errorsswitch without "default" clause.181
ErrorsAvoid nested blocks.184
ErrorsAvoid nested blocks.195

org/apache/maven/shared/utils/introspection/ReflectionValueExtractor.java

ViolationMessageLine
ErrorsName 'classMaps' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.60
ErrorsLine is longer than 120 characters.83
ErrorsLine is longer than 120 characters.104
ErrorsMethod length is 209 lines (max allowed is 150).112
WarningsExpected @param tag for 'trimRootToken'.112
ErrorsLine is longer than 120 characters.202
ErrorsLine is longer than 120 characters.258

org/apache/maven/shared/utils/io/DirectoryScanResult.java

ViolationMessageLine
WarningsMissing a Javadoc comment.33

org/apache/maven/shared/utils/io/DirectoryScanner.java

ViolationMessageLine
Warnings'isCaseSensitive' hides a field.286
WarningsMissing a Javadoc comment.363
ErrorsRedundant throws: 'IllegalStateException' is unchecked exception.376
ErrorsLine is longer than 120 characters.410
WarningsExpected an @return tag.446
WarningsMissing a Javadoc comment.457
ErrorsMethod length is 175 lines (max allowed is 150).562
ErrorsLine is longer than 120 characters.634
Errors')' is not preceded with whitespace.893

org/apache/maven/shared/utils/io/DirectoryWalkListener.java

ViolationMessageLine
WarningsMissing a Javadoc comment.51

org/apache/maven/shared/utils/io/DirectoryWalker.java

ViolationMessageLine
ErrorsVariable 'count' must be private and have accessor methods.42
ErrorsVariable 'dir' must be private and have accessor methods.47
ErrorsVariable 'index' must be private and have accessor methods.52
ErrorsVariable 'percentageOffset' must be private and have accessor methods.57
ErrorsVariable 'percentageSize' must be private and have accessor methods.62

org/apache/maven/shared/utils/io/FileUtils.java

ViolationMessageLine
WarningsMissing a Javadoc comment.91
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.133
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.152
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.164
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.176
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.190
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.235
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.247
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.260
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.272
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.310
WarningsExpected @throws tag for 'IOException'.311
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.556
WarningsUnused @throws tag for 'IllegalArgumentException'.591
Errors'@Nullable' annotation modifier does not preceed non-annotation modifiers.664
Errors'@Nullable' annotation modifier does not preceed non-annotation modifiers.664
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.692
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.719
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.744
WarningsUnused @throws tag for 'java.io.FileNotFoundException'.756
WarningsUnused @throws tag for 'IllegalArgumentException'.757
ErrorsLine is longer than 120 characters.759
ErrorsLine is longer than 120 characters.783
ErrorsLine is longer than 120 characters.785
WarningsUnused @throws tag for 'java.io.FileNotFoundException'.807
ErrorsLine is longer than 120 characters.941
Errors'@WillClose' annotation modifier does not preceed non-annotation modifiers.941
WarningsUnused @throws tag for 'IllegalArgumentException'.1200
ErrorsLine is longer than 120 characters.1387
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.1387
WarningsExpected @throws tag for 'IOException'.1388
ErrorsLine is longer than 120 characters.1404
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.1404
WarningsExpected @throws tag for 'IOException'.1405
ErrorsLine is longer than 120 characters.1430
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.1430
WarningsExpected @throws tag for 'IOException'.1431
ErrorsLine is longer than 120 characters.1447
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.1447
ErrorsLine is longer than 120 characters.1465
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.1465
WarningsExpected @throws tag for 'IOException'.1467
ErrorsLine is longer than 120 characters.1483
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.1483
WarningsExpected @throws tag for 'IOException'.1485
ErrorsLine is longer than 120 characters.1502
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.1502
ErrorsLine is longer than 120 characters.1586
ErrorsLine is longer than 120 characters.1801
ErrorsMissing a Javadoc comment.1807
Errors'abstract' modifier out of order with the JLS suggestions.1807
WarningsMissing a Javadoc comment.1809
ErrorsLine is longer than 120 characters.1813
ErrorsLine is longer than 120 characters.1824
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.1880

org/apache/maven/shared/utils/io/IOUtil.java

ViolationMessageLine
ErrorsUnused import - java.io.BufferedOutputStream.26
ErrorsMissing a Javadoc comment.122
WarningsExpected @param tag for 'input'.140
WarningsExpected @param tag for 'output'.140
WarningsExpected @throws tag for 'IOException'.141
ErrorsLine is longer than 120 characters.151
WarningsExpected @param tag for 'input'.151
WarningsExpected @param tag for 'output'.151
WarningsExpected @throws tag for 'IOException'.152
WarningsExpected @param tag for 'input'.165
WarningsExpected @param tag for 'output'.165
WarningsExpected @throws tag for 'IOException'.166
WarningsExpected @param tag for 'input'.176
WarningsExpected @param tag for 'output'.176
WarningsExpected @throws tag for 'IOException'.177
WarningsExpected @param tag for 'input'.201
WarningsExpected @param tag for 'output'.201
WarningsExpected @throws tag for 'IOException'.202
WarningsExpected @param tag for 'input'.214
WarningsExpected @param tag for 'output'.214
WarningsExpected @throws tag for 'IOException'.215
ErrorsLine is longer than 120 characters.229
WarningsExpected @param tag for 'input'.229
WarningsExpected @param tag for 'output'.229
WarningsExpected @throws tag for 'IOException'.230
ErrorsLine is longer than 120 characters.245
WarningsExpected @param tag for 'input'.245
WarningsExpected @param tag for 'output'.245
WarningsExpected @throws tag for 'IOException'.246
WarningsExpected an @return tag.259
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.259
WarningsExpected @param tag for 'input'.259
WarningsExpected @throws tag for 'IOException'.260
WarningsExpected an @return tag.271
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.271
WarningsExpected @param tag for 'input'.271
WarningsExpected @throws tag for 'IOException'.272
WarningsExpected an @return tag.286
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.286
WarningsExpected @param tag for 'input'.286
WarningsExpected @throws tag for 'IOException'.287
WarningsExpected an @return tag.300
ErrorsLine is longer than 120 characters.300
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.300
WarningsExpected @param tag for 'input'.300
WarningsExpected @throws tag for 'IOException'.301
WarningsExpected an @return tag.314
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.314
WarningsExpected @param tag for 'input'.314
WarningsExpected @throws tag for 'IOException'.315
WarningsExpected an @return tag.325
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.325
WarningsExpected @param tag for 'input'.325
WarningsExpected @throws tag for 'IOException'.326
WarningsExpected @param tag for 'input'.345
WarningsExpected @param tag for 'output'.345
WarningsExpected @throws tag for 'IOException'.346
WarningsExpected @param tag for 'input'.357
WarningsExpected @param tag for 'output'.357
WarningsExpected @throws tag for 'IOException'.358
WarningsExpected an @return tag.373
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.373
WarningsExpected @param tag for 'input'.373
WarningsExpected @throws tag for 'IOException'.374
WarningsExpected an @return tag.384
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.384
WarningsExpected @param tag for 'input'.384
WarningsExpected @throws tag for 'IOException'.385
WarningsExpected an @return tag.398
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.398
WarningsExpected @param tag for 'input'.398
WarningsExpected @throws tag for 'IOException'.399
WarningsExpected an @return tag.409
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.409
WarningsExpected @param tag for 'input'.409
WarningsExpected @throws tag for 'IOException'.410
WarningsExpected @param tag for 'input'.429
WarningsExpected @param tag for 'output'.429
WarningsExpected @throws tag for 'IOException'.430
WarningsExpected @param tag for 'input'.441
WarningsExpected @param tag for 'output'.441
WarningsExpected @throws tag for 'IOException'.442
WarningsExpected @param tag for 'input'.458
WarningsExpected @param tag for 'output'.458
WarningsExpected @throws tag for 'IOException'.459
WarningsExpected an @return tag.470
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.470
WarningsExpected @param tag for 'input'.470
WarningsExpected @throws tag for 'IOException'.471
WarningsExpected an @return tag.481
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.481
WarningsExpected @param tag for 'input'.481
WarningsExpected @throws tag for 'IOException'.482
WarningsExpected @param tag for 'input'.502
WarningsExpected @param tag for 'output'.502
WarningsExpected @throws tag for 'IOException'.503
WarningsExpected @param tag for 'input'.515
WarningsExpected @param tag for 'output'.515
WarningsExpected @throws tag for 'IOException'.516
WarningsExpected @param tag for 'input'.530
WarningsExpected @param tag for 'output'.530
WarningsExpected @throws tag for 'IOException'.531
ErrorsLine is longer than 120 characters.546
WarningsExpected @param tag for 'input'.546
WarningsExpected @param tag for 'output'.546
WarningsExpected @throws tag for 'IOException'.547
WarningsExpected an @return tag.560
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.560
WarningsExpected @param tag for 'input'.560
WarningsExpected @throws tag for 'IOException'.561
WarningsExpected an @return tag.572
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.572
WarningsExpected @param tag for 'input'.572
WarningsExpected @throws tag for 'IOException'.573
WarningsExpected an @return tag.587
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.587
WarningsExpected @param tag for 'input'.587
WarningsExpected @throws tag for 'IOException'.588
WarningsExpected an @return tag.601
ErrorsLine is longer than 120 characters.601
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.601
WarningsExpected @param tag for 'input'.601
WarningsExpected @throws tag for 'IOException'.602
WarningsExpected @param tag for 'input'.615
WarningsExpected @param tag for 'output'.615
WarningsExpected @throws tag for 'IOException'.616
WarningsExpected @throws tag for 'IOException'.629

org/apache/maven/shared/utils/io/Java7Support.java

ViolationMessageLine
ErrorsName 'isJava7' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.34
Errors'}' should be alone on a line.49
Errors'(' is not followed by whitespace.49
Errors')' is not preceded with whitespace.49
Errors'}' should be alone on a line.52
Errors'(' is not followed by whitespace.52
Errors')' is not preceded with whitespace.52
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.78

org/apache/maven/shared/utils/io/MatchPattern.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.54
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.85
WarningsMissing a Javadoc comment.102
WarningsMissing a Javadoc comment.108
WarningsMissing a Javadoc comment.125

org/apache/maven/shared/utils/io/MatchPatterns.java

ViolationMessageLine
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.74

org/apache/maven/shared/utils/io/ScanConductor.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.40
WarningsExpected @param tag for 'directory'.75
WarningsExpected @param tag for 'file'.84

org/apache/maven/shared/utils/io/SelectorUtils.java

ViolationMessageLine
InfosMissing a Javadoc comment.48
InfosMissing a Javadoc comment.50
InfosMissing a Javadoc comment.52
ErrorsInner assignments should be avoided.429
ErrorsInner assignments should be avoided.453
Errors'(' is not followed by whitespace.578
Errors')' is not preceded with whitespace.578
ErrorsLine is longer than 120 characters.788

org/apache/maven/shared/utils/io/WalkCollector.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.26
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.68

org/apache/maven/shared/utils/package-info.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.28
ErrorsLine is longer than 120 characters.32

org/apache/maven/shared/utils/reflection/Reflector.java

ViolationMessageLine
Errors'200' is a magic number.304
ErrorsLine is longer than 120 characters.438
ErrorsName '_getMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'.444
Errors'200' is a magic number.449

org/apache/maven/shared/utils/xml/PrettyPrintXMLWriter.java

ViolationMessageLine
WarningsMissing a Javadoc comment.149
WarningsMissing a Javadoc comment.162
WarningsMissing a Javadoc comment.172
WarningsMissing a Javadoc comment.182
WarningsMissing a Javadoc comment.192
Warnings'lineIndent' hides a field.192
WarningsMissing a Javadoc comment.202
WarningsMissing a Javadoc comment.222
WarningsMissing a Javadoc comment.233
WarningsMissing a Javadoc comment.242

org/apache/maven/shared/utils/xml/XMLEncode.java

ViolationMessageLine
Errors'static' modifier out of order with the JLS suggestions.30
Errors'static' modifier out of order with the JLS suggestions.31
ErrorsAvoid nested blocks.187

org/apache/maven/shared/utils/xml/XMLWriter.java

ViolationMessageLine
WarningsUnused @throws tag for 'IllegalStateException'.35
WarningsUnused @throws tag for 'IllegalStateException'.43
WarningsExpected @param tag for 'name'.52
WarningsUnused @throws tag for 'IllegalStateException'.60
WarningsExpected @param tag for 'key'.62
WarningsExpected @param tag for 'value'.62
WarningsUnused @throws tag for 'IllegalStateException'.68
WarningsExpected @param tag for 'text'.70
WarningsUnused @throws tag for 'IllegalStateException'.75
WarningsExpected @param tag for 'text'.77

org/apache/maven/shared/utils/xml/XmlReaderException.java

ViolationMessageLine
ErrorsName '_bomEncoding' must match pattern '^[a-z][a-zA-Z0-9]*$'.39
ErrorsName '_xmlGuessEncoding' must match pattern '^[a-z][a-zA-Z0-9]*$'.41
ErrorsName '_xmlEncoding' must match pattern '^[a-z][a-zA-Z0-9]*$'.43
ErrorsName '_contentTypeMime' must match pattern '^[a-z][a-zA-Z0-9]*$'.45
ErrorsName '_contentTypeEncoding' must match pattern '^[a-z][a-zA-Z0-9]*$'.47
ErrorsName '_is' must match pattern '^[a-z][a-zA-Z0-9]*$'.49

org/apache/maven/shared/utils/xml/XmlStreamReader.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.31
ErrorsName '_staticDefaultEncoding' must match pattern '^[a-z][a-zA-Z0-9]*$'.36
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.60
ErrorsRedundant throws: 'XmlStreamReaderException' is subclass of 'IOException'.61
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.84
ErrorsRedundant throws: 'XmlStreamReaderException' is subclass of 'IOException'.85
WarningsMissing a Javadoc comment.93
ErrorsRedundant throws: 'XmlStreamReaderException' is subclass of 'IOException'.94
WarningsMissing a Javadoc comment.99
WarningsMissing a Javadoc comment.104
WarningsMissing a Javadoc comment.110

org/apache/maven/shared/utils/xml/XmlStreamReaderException.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.25
ErrorsLine is longer than 120 characters.29

org/apache/maven/shared/utils/xml/XmlStreamWriter.java

ViolationMessageLine
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.38

org/apache/maven/shared/utils/xml/XmlWriterUtil.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.133
ErrorsLine is longer than 120 characters.146
ErrorsLine is longer than 120 characters.161
ErrorsLine is longer than 120 characters.176

org/apache/maven/shared/utils/xml/Xpp3Dom.java

ViolationMessageLine
InfosMissing a Javadoc comment.55
InfosMissing a Javadoc comment.59
Errors'(' is not followed by whitespace.61
Errors')' is not preceded with whitespace.61
InfosMissing a Javadoc comment.64
InfosMissing a Javadoc comment.66
InfosMissing a Javadoc comment.68
Errors'(' is not followed by whitespace.70
Errors')' is not preceded with whitespace.70
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.83
Errors')' is not preceded with whitespace.83
WarningsMissing a Javadoc comment.88
WarningsMissing a Javadoc comment.109
WarningsMissing a Javadoc comment.114
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.114
WarningsMissing a Javadoc comment.119
WarningsMissing a Javadoc comment.125
WarningsMissing a Javadoc comment.132
Warnings'name' hides a field.132
WarningsMissing a Javadoc comment.137
Warnings'name' hides a field.138
Warnings'value' hides a field.138
WarningsMissing a Javadoc comment.156
WarningsMissing a Javadoc comment.161
Warnings'name' hides a field.161
WarningsMissing a Javadoc comment.166
WarningsMissing a Javadoc comment.173
WarningsMissing a Javadoc comment.185
Warnings'name' hides a field.185
Warnings'name' hides a field.191
WarningsMissing a Javadoc comment.211
WarningsMissing a Javadoc comment.221
WarningsMissing a Javadoc comment.228
WarningsMissing a Javadoc comment.233
WarningsMissing a Javadoc comment.332
WarningsMissing a Javadoc comment.337
WarningsMissing a Javadoc comment.342
WarningsMissing a Javadoc comment.362
Errors'17' is a magic number.364
Errors'37' is a magic number.365
Errors'37' is a magic number.366
Errors'37' is a magic number.367
Errors'37' is a magic number.368
WarningsMissing a Javadoc comment.372
WarningsMissing a Javadoc comment.380
WarningsMissing a Javadoc comment.392
WarningsMissing a Javadoc comment.397
WarningsMissing a Javadoc comment.402

org/apache/maven/shared/utils/xml/Xpp3DomBuilder.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - org.xml.sax.*.25
ErrorsUsing the '.*' form of import should be avoided - java.io.*.30
WarningsMissing a Javadoc comment.41
ErrorsRedundant throws: 'XmlPullParserException' is unchecked exception.42
WarningsMissing a Javadoc comment.47
ErrorsRedundant throws: 'XmlPullParserException' is unchecked exception.48
WarningsMissing a Javadoc comment.53
ErrorsRedundant throws: 'XmlPullParserException' is unchecked exception.54
WarningsMissing a Javadoc comment.67
ErrorsRedundant throws: 'XmlPullParserException' is unchecked exception.68
ErrorsRedundant throws: 'XmlPullParserException' is unchecked exception.82

org/apache/maven/shared/utils/xml/Xpp3DomWriter.java

ViolationMessageLine
WarningsMissing a Javadoc comment.30
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.45

org/apache/maven/shared/utils/xml/pull/XmlPullParserException.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.26
WarningsMissing a Javadoc comment.30
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.40