Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
5513364504

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/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.java0049
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.java533145
org/apache/maven/shared/utils/xml/Xpp3DomBuilder.java04104
org/apache/maven/shared/utils/xml/Xpp3DomWriter.java0412
org/apache/maven/shared/utils/xml/pull/XmlPullParserException.java0314

Rules

RulesViolationsSeverity
FileLength1Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
0Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
45Errors Error
RightCurly
  • option: "alone"
6Errors Error
LineLength
  • ignorePattern: "@version|@see|@todo|TODO"
  • max: "120"
42Errors Error
MemberName6Errors Error
JavadocMethod
  • scope: "protected"
350Warnings 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
OperatorWrap3Errors Error
ParenPad
  • option: "space"
230Errors Error
WhitespaceAfter2Errors Error
WhitespaceAround31Errors 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/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.31
Errors'static' modifier out of order with the JLS suggestions.32
Errors'for' is not followed by whitespace.40
Errors'(' is not followed by whitespace.43
Errors')' is not preceded with whitespace.43
Errors'{' should be on a new line.43
Errors'if' is not followed by whitespace.55
Errors'if' is not followed by whitespace.67
Errors'if' is not followed by whitespace.71
Errors'if' is not followed by whitespace.78
Errors'if' is not followed by whitespace.81
Errors'if' is not followed by whitespace.96
Errors'if' is not followed by whitespace.123
Errors'for' is not followed by whitespace.129
Errors'if' is not followed by whitespace.144
Errors'if' is not followed by whitespace.154
Errors')' is not preceded with whitespace.166
ErrorsAvoid nested blocks.187
Errors'if' is not followed by whitespace.194
Errors'if' is not followed by whitespace.208
Errors'if' is not followed by whitespace.212
Errors'if' is not followed by whitespace.238
Errors'for' is not followed by whitespace.243
Errors'if' is not followed by whitespace.246
Errors'(' is not followed by whitespace.246
Errors'(' is not followed by whitespace.246
Errors')' is not preceded with whitespace.246
Errors')' is not preceded with whitespace.246
Errors'(' is not followed by whitespace.259
Errors'(' is not followed by whitespace.259
Errors')' is not preceded with whitespace.259
Errors')' is not preceded with whitespace.259
Errors'if' is not followed by whitespace.268
Errors'for' is not followed by whitespace.274
Errors'if' is not followed by whitespace.277
Errors'if' is not followed by whitespace.285
Errors'if' is not followed by whitespace.290
Errors'if' is not followed by whitespace.295
Errors'if' is not followed by whitespace.300
Errors'if' is not followed by whitespace.305
Errors'catch' is not followed by whitespace.329
Errors'if' is not followed by whitespace.338
Errors'for' is not followed by whitespace.342
Errors'(' is not followed by whitespace.345
Errors')' is not preceded with whitespace.345
Errors'{' should be on a new line.345
Errors'(' is not followed by whitespace.346
Errors')' is not preceded with whitespace.346
Errors'{' should be on a new line.346

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
Errors'{' should be on a new line.37
InfosMissing a Javadoc comment.53
InfosMissing a Javadoc comment.57
Errors'(' is not followed by whitespace.59
Errors')' is not preceded with whitespace.59
InfosMissing a Javadoc comment.62
InfosMissing a Javadoc comment.64
InfosMissing a Javadoc comment.66
Errors'(' is not followed by whitespace.68
Errors')' is not preceded with whitespace.68
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.81
Errors')' is not preceded with whitespace.81
Errors'(' is not followed by whitespace.83
WarningsMissing a Javadoc comment.86
Errors'(' is not followed by whitespace.96
Errors')' is not preceded with whitespace.96
Errors'{' should be on a new line.96
Errors'(' is not followed by whitespace.97
Errors'(' is not followed by whitespace.97
Errors')' is not preceded with whitespace.97
Errors')' is not preceded with whitespace.97
Errors'(' is not followed by whitespace.100
Errors')' is not preceded with whitespace.100
Errors'{' should be on a new line.100
Errors')' is not preceded with whitespace.101
WarningsMissing a Javadoc comment.105
WarningsMissing a Javadoc comment.110
Errors'@Nonnull' annotation modifier does not preceed non-annotation modifiers.110
WarningsMissing a Javadoc comment.115
WarningsMissing a Javadoc comment.121
WarningsMissing a Javadoc comment.128
Warnings'name' hides a field.128
WarningsMissing a Javadoc comment.133
Warnings'name' hides a field.134
Warnings'value' hides a field.134
Errors')' is not preceded with whitespace.136
Errors'{' should be on a new line.136
Errors')' is not preceded with whitespace.139
Errors'{' should be on a new line.139
Errors')' is not preceded with whitespace.142
WarningsMissing a Javadoc comment.150
WarningsMissing a Javadoc comment.155
Warnings'name' hides a field.155
WarningsMissing a Javadoc comment.160
WarningsMissing a Javadoc comment.167
WarningsMissing a Javadoc comment.179
Warnings'name' hides a field.179
Errors'(' is not followed by whitespace.181
Errors')' is not preceded with whitespace.181
Errors'(' is not followed by whitespace.182
Errors')' is not preceded with whitespace.182
Warnings'name' hides a field.185
Errors'==' is not preceded with whitespace.187
Errors'(' is not followed by whitespace.194
Errors')' is not preceded with whitespace.194
Errors'{' should be on a new line.194
Errors'(' is not followed by whitespace.195
Errors'(' is not followed by whitespace.195
Errors')' is not preceded with whitespace.195
Errors')' is not preceded with whitespace.195
Errors'{' should be on a new line.195
Errors'(' is not followed by whitespace.196
Errors')' is not preceded with whitespace.196
WarningsMissing a Javadoc comment.203
WarningsMissing a Javadoc comment.213
WarningsMissing a Javadoc comment.220
WarningsMissing a Javadoc comment.225
Errors'(' is not followed by whitespace.234
Errors')' is not preceded with whitespace.234
Errors'(' is not followed by whitespace.236
Errors')' is not preceded with whitespace.236
Errors')' is not preceded with whitespace.236
Errors'(' is not followed by whitespace.241
Errors'(' is not followed by whitespace.241
Errors')' is not preceded with whitespace.241
Errors')' is not preceded with whitespace.241
Errors'{' should be on a new line.241
Errors'(' is not followed by whitespace.242
Errors')' is not preceded with whitespace.242
Errors'(' is not followed by whitespace.245
Errors')' is not preceded with whitespace.245
Errors'{' should be on a new line.245
Errors'(' is not followed by whitespace.246
Errors'(' is not followed by whitespace.246
Errors'(' is not followed by whitespace.246
Errors')' is not preceded with whitespace.246
Errors')' is not preceded with whitespace.246
Errors')' is not preceded with whitespace.246
Errors'{' should be on a new line.246
Errors'(' is not followed by whitespace.247
Errors'(' is not followed by whitespace.247
Errors')' is not preceded with whitespace.247
Errors')' is not preceded with whitespace.247
Errors'(' is not followed by whitespace.253
Errors')' is not preceded with whitespace.253
Errors'(' is not followed by whitespace.255
Errors')' is not preceded with whitespace.255
Errors'{' should be on a new line.255
Errors'(' is not followed by whitespace.256
Errors')' is not preceded with whitespace.256
Errors'(' is not followed by whitespace.257
Errors')' is not preceded with whitespace.257
Errors'{' should be on a new line.257
Errors'(' is not followed by whitespace.266
Errors')' is not preceded with whitespace.266
Errors'}' should be alone on a line.269
Errors'{' should be on a new line.269
Errors'(' is not followed by whitespace.272
Errors')' is not preceded with whitespace.272
Errors'{' should be on a new line.272
Errors'(' is not followed by whitespace.276
Errors')' is not preceded with whitespace.276
Errors'{' should be on a new line.276
Errors'(' is not followed by whitespace.277
Errors')' is not preceded with whitespace.277
Errors'(' is not followed by whitespace.284
Errors')' is not preceded with whitespace.284
Errors'{' should be on a new line.284
Errors'(' is not followed by whitespace.289
Errors')' is not preceded with whitespace.289
Errors'(' is not followed by whitespace.292
Errors')' is not preceded with whitespace.292
Errors'(' is not followed by whitespace.298
Errors')' is not preceded with whitespace.298
Errors'{' should be on a new line.298
Errors'(' is not followed by whitespace.299
Errors')' is not preceded with whitespace.299
Errors'(' is not followed by whitespace.302
Errors')' is not preceded with whitespace.302
Errors'{' should be on a new line.302
Errors'(' is not followed by whitespace.303
Errors')' is not preceded with whitespace.303
Errors'(' is not followed by whitespace.306
Errors')' is not preceded with whitespace.306
Errors'{' is not preceded with whitespace.306
Errors'{' should be on a new line.306
WarningsMissing a Javadoc comment.311
Errors'(' is not followed by whitespace.313
Errors')' is not preceded with whitespace.313
WarningsMissing a Javadoc comment.316
Errors'(' is not followed by whitespace.318
Errors')' is not preceded with whitespace.318
WarningsMissing a Javadoc comment.321
Errors'(' is not followed by whitespace.335
Errors'(' is not followed by whitespace.335
Errors')' is not preceded with whitespace.335
Errors')' is not preceded with whitespace.335
Errors'&&' should be on a new line.335
Errors'(' is not followed by whitespace.336
Errors'(' is not followed by whitespace.336
Errors')' is not preceded with whitespace.336
Errors')' is not preceded with whitespace.336
Errors'&&' should be on a new line.336
Errors'(' is not followed by whitespace.337
Errors'(' is not followed by whitespace.337
Errors')' is not preceded with whitespace.337
Errors')' is not preceded with whitespace.337
Errors'&&' should be on a new line.337
Errors'(' is not followed by whitespace.338
Errors'(' is not followed by whitespace.338
Errors')' is not preceded with whitespace.338
Errors')' is not preceded with whitespace.338
WarningsMissing a Javadoc comment.341
Errors'17' is a magic number.343
Errors'37' is a magic number.344
Errors'37' is a magic number.345
Errors'37' is a magic number.346
Errors'37' is a magic number.347
WarningsMissing a Javadoc comment.351
Errors'(' is not followed by whitespace.354
Errors'(' is not followed by whitespace.354
Errors')' is not preceded with whitespace.354
WarningsMissing a Javadoc comment.359
Errors'(' is not followed by whitespace.362
Errors'(' is not followed by whitespace.362
Errors')' is not preceded with whitespace.362
Errors'(' is not followed by whitespace.366
Errors')' is not preceded with whitespace.366
Errors'{' should be on a new line.366
WarningsMissing a Javadoc comment.370
WarningsMissing a Javadoc comment.375
WarningsMissing a Javadoc comment.380

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
Errors'{' should be on a new line.56
Errors'(' is not followed by whitespace.57
Errors')' is not preceded with whitespace.57
Errors')' is not preceded with whitespace.58
Errors'}' should be alone on a line.59
Errors'(' is not followed by whitespace.59
Errors')' is not preceded with whitespace.59
Errors'{' should be on a new line.59
Errors'(' is not followed by whitespace.60
Errors')' is not preceded with whitespace.60
WarningsMissing a Javadoc comment.64
ErrorsRedundant throws: 'XmlPullParserException' is unchecked exception.65
Errors'(' is not followed by whitespace.69
Errors'(' is not followed by whitespace.69
Errors')' is not preceded with whitespace.69
Errors')' is not preceded with whitespace.69
Errors'(' is not followed by whitespace.78
Errors')' is not preceded with whitespace.78
ErrorsRedundant throws: 'XmlPullParserException' is unchecked exception.78
Errors'{' should be on a new line.78
Errors'{' should be on a new line.80
Errors'(' is not followed by whitespace.81
Errors')' is not preceded with whitespace.81
Errors')' is not preceded with whitespace.83
Errors'(' is not followed by whitespace.84
Errors')' is not preceded with whitespace.84
Errors'}' should be alone on a line.86
Errors'(' is not followed by whitespace.86
Errors')' is not preceded with whitespace.86
Errors'{' is not preceded with whitespace.86
Errors'{' should be on a new line.86
Errors'(' is not followed by whitespace.87
Errors')' is not preceded with whitespace.87
Errors'}' should be alone on a line.88
Errors'(' is not followed by whitespace.88
Errors')' is not preceded with whitespace.88
Errors'{' should be on a new line.88
Errors'(' is not followed by whitespace.89
Errors')' is not preceded with whitespace.89
Errors'{' should be on a new line.94
Errors'(' is not followed by whitespace.108
Errors')' is not preceded with whitespace.108
Errors'{' should be on a new line.108
ErrorsLine is longer than 120 characters.113
Errors'(' is not followed by whitespace.113
Errors')' is not preceded with whitespace.113
Errors'{' should be on a new line.113
Errors'(' is not followed by whitespace.117
Errors')' is not preceded with whitespace.117
Errors'(' is not followed by whitespace.118
Errors')' is not preceded with whitespace.118
Errors'(' is not followed by whitespace.127
Errors'(' is not followed by whitespace.127
Errors')' is not preceded with whitespace.127
Errors'(' is not followed by whitespace.127
Errors')' is not preceded with whitespace.127
Errors')' is not preceded with whitespace.127
Errors'(' is not followed by whitespace.131
Errors')' is not preceded with whitespace.131
Errors'{' should be on a new line.131
Errors'(' is not followed by whitespace.132
Errors')' is not preceded with whitespace.132
Errors'(' is not followed by whitespace.135
Errors')' is not preceded with whitespace.135
Errors'{' should be on a new line.135
Errors'(' is not followed by whitespace.139
Errors')' is not preceded with whitespace.139
Errors'(' is not followed by whitespace.139
Errors')' is not preceded with whitespace.139
Errors'(' is not followed by whitespace.144
Errors')' is not preceded with whitespace.144
Errors'{' should be on a new line.144
Errors'(' is not followed by whitespace.145
Errors')' is not preceded with whitespace.145
Errors'(' is not followed by whitespace.149
Errors')' is not preceded with whitespace.149
Errors'{' should be on a new line.149
Errors'(' is not followed by whitespace.150
Errors')' is not preceded with whitespace.150
Errors'(' is not followed by whitespace.154
Errors')' is not preceded with whitespace.154
Errors'{' should be on a new line.154
Errors'(' is not followed by whitespace.155
Errors')' is not preceded with whitespace.155
Errors'(' is not followed by whitespace.166
Errors')' is not preceded with whitespace.166
Errors'{' should be on a new line.166
Errors'(' is not followed by whitespace.193
Errors')' is not preceded with whitespace.193
Errors'{' should be on a new line.193
Errors'(' is not followed by whitespace.194
Errors')' is not preceded with whitespace.194
Errors'(' is not followed by whitespace.195
Errors')' is not preceded with whitespace.195
Errors'(' is not followed by whitespace.198
Errors')' is not preceded with whitespace.198
Errors'{' should be on a new line.198
Errors'(' is not followed by whitespace.200
Errors')' is not preceded with whitespace.200
Errors')' is not preceded with whitespace.201

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
Errors'(' is not followed by whitespace.49
Errors')' is not preceded with whitespace.49
Errors'{' should be on a new line.49
Errors'(' is not followed by whitespace.50
Errors'(' is not followed by whitespace.50
Errors')' is not preceded with whitespace.50
Errors')' is not preceded with whitespace.50
Errors'(' is not followed by whitespace.53
Errors')' is not preceded with whitespace.53
Errors'{' should be on a new line.53
Errors'(' is not followed by whitespace.54
Errors')' is not preceded with whitespace.54

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

ViolationMessageLine
ErrorsMissing a Javadoc comment.26
Errors'{' should be on a new line.26
WarningsMissing a Javadoc comment.28
Errors'(' is not followed by whitespace.28
Errors')' is not preceded with whitespace.28
Errors'{' should be on a new line.28
Errors'(' is not followed by whitespace.29
Errors')' is not preceded with whitespace.29
WarningsMissing a Javadoc comment.32
Errors'(' is not followed by whitespace.32
Errors')' is not preceded with whitespace.32
Errors'{' should be on a new line.32
Errors'(' is not followed by whitespace.33
Errors')' is not preceded with whitespace.33
WarningsMissing a Javadoc comment.36
Errors'(' is not followed by whitespace.38
Errors')' is not preceded with whitespace.38