Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
2720318237

Rules

RulesViolationsSeverity
FileLength2Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
20Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
26Errors Error
RightCurly
  • option: "alone"
8Errors Error
LineLength
  • ignorePattern: "@version|@see|@todo|TODO"
  • max: "120"
9Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
315Warnings Warning
JavadocType
  • scope: "protected"
4Errors Error
JavadocVariable
  • scope: "protected"
20Infos Info
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName1Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
MethodLength2Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad
  • option: "space"
1Errors Error
OperatorWrap11Errors Error
ParenPad
  • option: "space"
109Errors Error
WhitespaceAfter5Errors Error
WhitespaceAround4Errors Error
ModifierOrder1Errors Error
RedundantModifier1Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock
  • option: "text"
3Errors Error
NeedBraces11Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
3Warnings Warning
IllegalInstantiation0Errors Error
InnerAssignment2Errors 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"
3Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows1Errors Error
SimplifyBooleanExpression9Errors Error
SimplifyBooleanReturn2Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
1Errors Error
UpperEll0Errors Error

Details

org/apache/maven/it/VerificationException.java

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

org/apache/maven/it/Verifier.java

ViolationMessageLine
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [noinspection] is not a valid Javadoc tag name0
ErrorsFile length is 2,062 lines (max allowed is 2,000).1
ErrorsLine is longer than 120 characters.954
ErrorsLine is longer than 120 characters.955

org/apache/maven/it/util/DirectoryScanner.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
Warnings'isCaseSensitive' hides a field.434
ErrorsRedundant throws: 'IllegalStateException' is unchecked exception.542
ErrorsLine is longer than 120 characters.1047
WarningsExpected an @return tag.1064
WarningsExpected @throws tag for 'IOException'.1065

org/apache/maven/it/util/FileUtils.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^/\*\s*$'.3
InfosMissing a Javadoc comment.138
ErrorsName 'FS' must match pattern '^[a-z][a-zA-Z0-9]*$'.138
ErrorsVariable 'FS' must be private and have accessor methods.138
WarningsMissing a Javadoc comment.140
WarningsMissing a Javadoc comment.145
WarningsExpected @param tag for 'filename'.187
WarningsExpected @param tag for 'filename'.198
WarningsExpected @param tag for 'filename'.210
WarningsExpected an @return tag.219
WarningsExpected @param tag for 'filename'.219
WarningsExpected @param tag for 'suffix'.219
WarningsExpected an @return tag.243
WarningsExpected @param tag for 'filename'.243
WarningsMissing a Javadoc comment.269
WarningsMissing a Javadoc comment.275
WarningsMissing a Javadoc comment.281
WarningsExpected @throws tag for 'IOException'.320
WarningsExpected @throws tag for 'IOException'.341
WarningsExpected @throws tag for 'IOException'.354
WarningsMissing a Javadoc comment.398
ErrorsEmpty catch block.417
WarningsExpected an @return tag.442
WarningsExpected @param tag for 'directory'.442
WarningsExpected @param tag for 'extensions'.442
WarningsExpected @param tag for 'dir'.547
WarningsExpected @throws tag for 'IOException'.564
ErrorsExpression can be simplified.609
WarningsExpected @param tag for 'fileSeparatorChar'.719
WarningsExpected @param tag for 'fileSeparatorChar'.760
WarningsUnused @throws tag for 'java.io.FileNotFoundException'.780
WarningsUnused @throws tag for 'IllegalArgumentException'.781
ErrorsLine is longer than 120 characters.783
WarningsUnused @throws tag for 'java.io.FileNotFoundException'.799
WarningsUnused @throws tag for 'IllegalArgumentException'.800
ErrorsLine is longer than 120 characters.802
WarningsUnused @throws tag for 'java.io.FileNotFoundException'.817
WarningsUnused @throws tag for 'IllegalArgumentException'.818
ErrorsLine is longer than 120 characters.820
WarningsUnused @throws tag for 'java.io.FileNotFoundException'.841
WarningsUnused @throws tag for 'IllegalArgumentException'.842
ErrorsLine is longer than 120 characters.844
WarningsUnused @throws tag for 'java.io.FileNotFoundException'.868
WarningsUnused @throws tag for 'java.io.FileNotFoundException'.925
WarningsExpected an @return tag.928
WarningsExpected @param tag for 'lookupPath'.1062
WarningsExpected @param tag for 'path'.1062
ErrorsEmpty catch block.1123
ErrorsEmpty catch block.1163
WarningsExpected @param tag for 'file'.1172
WarningsExpected @throws tag for 'IOException'.1173
WarningsExpected @param tag for 'file'.1181
WarningsExpected @throws tag for 'IOException'.1182
WarningsExpected @param tag for 'file'.1241
WarningsExpected @throws tag for 'IOException'.1242
WarningsExpected @param tag for 'file'.1319
WarningsExpected @throws tag for 'IOException'.1320
ErrorsExpression can be simplified.1333
WarningsExpected @param tag for 'directory'.1344
WarningsExpected @throws tag for 'IOException'.1345
WarningsExpected @param tag for 'directory'.1353
WarningsExpected @throws tag for 'IOException'.1354
WarningsExpected @param tag for 'directory'.1372
WarningsExpected @throws tag for 'IOException'.1373
WarningsExpected @param tag for 'directory'.1381
WarningsExpected @throws tag for 'IOException'.1382
WarningsExpected @param tag for 'directory'.1429
WarningsExpected @param tag for 'directory'.1439
WarningsExpected @throws tag for 'IOException'.1484
WarningsExpected @throws tag for 'IOException'.1500
WarningsExpected @throws tag for 'IOException'.1526
WarningsExpected @throws tag for 'IOException'.1544
WarningsExpected @throws tag for 'IOException'.1561
WarningsExpected @throws tag for 'IOException'.1579
WarningsExpected @throws tag for 'IOException'.1600
WarningsMissing a Javadoc comment.1659
WarningsMissing a Javadoc comment.1665
WarningsExpected @param tag for 'sourceDirectory'.1697
WarningsExpected @param tag for 'destinationDirectory'.1697
WarningsExpected @throws tag for 'IOException'.1698
WarningsExpected @param tag for 'sourceDirectory'.1716
WarningsExpected @param tag for 'destinationDirectory'.1716
WarningsExpected @throws tag for 'IOException'.1717
WarningsMissing a Javadoc comment.1877
ErrorsMissing a Javadoc comment.1927
Errors'abstract' modifier out of order with the JLS suggestions.1927
WarningsMissing a Javadoc comment.1929
WarningsMissing a Javadoc comment.1932

org/apache/maven/it/util/IOUtil.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^/\*\s*$'.3
ErrorsMissing a Javadoc comment.153
WarningsExpected @param tag for 'input'.171
WarningsExpected @param tag for 'output'.171
WarningsExpected @throws tag for 'IOException'.172
WarningsExpected @param tag for 'input'.181
WarningsExpected @param tag for 'output'.182
WarningsExpected @throws tag for 'IOException'.184
WarningsExpected @param tag for 'input'.197
WarningsExpected @param tag for 'output'.197
WarningsExpected @throws tag for 'IOException'.198
WarningsExpected @param tag for 'input'.207
WarningsExpected @param tag for 'output'.207
WarningsExpected @throws tag for 'IOException'.208
WarningsExpected @param tag for 'input'.233
WarningsExpected @param tag for 'output'.233
WarningsExpected @throws tag for 'IOException'.234
WarningsExpected @param tag for 'input'.245
WarningsExpected @param tag for 'output'.245
WarningsExpected @throws tag for 'IOException'.246
WarningsExpected @param tag for 'input'.259
WarningsExpected @param tag for 'output'.259
WarningsExpected @throws tag for 'IOException'.260
WarningsExpected @param tag for 'input'.274
WarningsExpected @param tag for 'output'.275
WarningsExpected @throws tag for 'IOException'.278
WarningsExpected an @return tag.292
WarningsExpected @param tag for 'input'.292
WarningsExpected @throws tag for 'IOException'.293
WarningsExpected an @return tag.303
WarningsExpected @param tag for 'input'.303
WarningsExpected @throws tag for 'IOException'.304
WarningsExpected an @return tag.317
WarningsExpected @param tag for 'input'.317
WarningsExpected @throws tag for 'IOException'.318
WarningsExpected an @return tag.330
WarningsExpected @param tag for 'input'.330
WarningsExpected @throws tag for 'IOException'.333
WarningsExpected an @return tag.346
WarningsExpected @param tag for 'input'.346
WarningsExpected @throws tag for 'IOException'.347
WarningsExpected an @return tag.356
WarningsExpected @param tag for 'input'.356
WarningsExpected @throws tag for 'IOException'.357
WarningsExpected @param tag for 'input'.376
WarningsExpected @param tag for 'output'.376
WarningsExpected @throws tag for 'IOException'.377
WarningsExpected @param tag for 'input'.387
WarningsExpected @param tag for 'output'.387
WarningsExpected @throws tag for 'IOException'.388
WarningsExpected an @return tag.402
WarningsExpected @param tag for 'input'.402
WarningsExpected @throws tag for 'IOException'.403
WarningsExpected an @return tag.412
WarningsExpected @param tag for 'input'.412
WarningsExpected @throws tag for 'IOException'.413
WarningsExpected an @return tag.426
WarningsExpected @param tag for 'input'.426
WarningsExpected @throws tag for 'IOException'.427
WarningsExpected an @return tag.436
WarningsExpected @param tag for 'input'.436
WarningsExpected @throws tag for 'IOException'.437
WarningsExpected @param tag for 'input'.458
WarningsExpected @param tag for 'output'.458
WarningsExpected @throws tag for 'IOException'.459
WarningsExpected @param tag for 'input'.469
WarningsExpected @param tag for 'output'.469
WarningsExpected @throws tag for 'IOException'.470
WarningsExpected @param tag for 'input'.488
WarningsExpected @param tag for 'output'.488
WarningsExpected @throws tag for 'IOException'.489
WarningsExpected @param tag for 'input'.505
WarningsExpected @param tag for 'output'.505
WarningsExpected @throws tag for 'IOException'.506
WarningsExpected an @return tag.520
WarningsExpected @param tag for 'input'.520
WarningsExpected @throws tag for 'IOException'.521
WarningsExpected an @return tag.530
WarningsExpected @param tag for 'input'.530
WarningsExpected @throws tag for 'IOException'.531
WarningsExpected @param tag for 'input'.554
WarningsExpected @param tag for 'output'.554
WarningsExpected @throws tag for 'IOException'.555
WarningsExpected @param tag for 'input'.566
WarningsExpected @param tag for 'output'.566
WarningsExpected @throws tag for 'IOException'.567
WarningsExpected @param tag for 'input'.580
WarningsExpected @param tag for 'output'.580
WarningsExpected @throws tag for 'IOException'.581
WarningsExpected @param tag for 'input'.595
WarningsExpected @param tag for 'output'.596
WarningsExpected @throws tag for 'IOException'.599
WarningsExpected an @return tag.613
WarningsExpected @param tag for 'input'.613
WarningsExpected @throws tag for 'IOException'.614
WarningsExpected an @return tag.624
WarningsExpected @param tag for 'input'.624
WarningsExpected @throws tag for 'IOException'.625
WarningsExpected an @return tag.638
WarningsExpected @param tag for 'input'.638
WarningsExpected @throws tag for 'IOException'.639
WarningsExpected an @return tag.651
WarningsExpected @param tag for 'input'.651
WarningsExpected @throws tag for 'IOException'.654
WarningsExpected @param tag for 'input'.668
WarningsExpected @param tag for 'output'.668
WarningsExpected @throws tag for 'IOException'.669
WarningsExpected @param tag for 'input'.678
WarningsExpected @param tag for 'output'.679
WarningsExpected @throws tag for 'IOException'.681
WarningsExpected @throws tag for 'IOException'.695
ErrorsConditional logic can be removed.712
Errors'catch' is not followed by whitespace.742
Errors'catch' is not followed by whitespace.764
Errors'catch' is not followed by whitespace.786
WarningsUnused @param tag for 'wrtier'.795
WarningsExpected @param tag for 'writer'.797
Errors'catch' is not followed by whitespace.808

org/apache/maven/it/util/Os.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
InfosMissing a Javadoc comment.71
InfosMissing a Javadoc comment.73
InfosMissing a Javadoc comment.75
InfosMissing a Javadoc comment.77
InfosMissing a Javadoc comment.79
InfosMissing a Javadoc comment.81
InfosMissing a Javadoc comment.83
InfosMissing a Javadoc comment.85
InfosMissing a Javadoc comment.87
InfosMissing a Javadoc comment.89
InfosMissing a Javadoc comment.91
InfosMissing a Javadoc comment.96
InfosMissing a Javadoc comment.98
InfosMissing a Javadoc comment.100
WarningsExpected an @return tag.187
WarningsExpected @throws tag for 'Exception'.188

org/apache/maven/it/util/ResourceExtractor.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
ErrorsMissing a Javadoc comment.19
Errors'{' should be on a new line.19
WarningsMissing a Javadoc comment.21
Errors'(' is not followed by whitespace.21
Errors')' is not preceded with whitespace.21
Errors'{' should be on a new line.21
Errors'(' is not followed by whitespace.23
Errors')' is not preceded with whitespace.23
Errors'(' is not followed by whitespace.29
Errors')' is not preceded with whitespace.29
WarningsMissing a Javadoc comment.33
Errors'(' is not followed by whitespace.33
Errors')' is not preceded with whitespace.33
Errors'{' should be on a new line.33
Errors'(' is not followed by whitespace.34
Errors')' is not preceded with whitespace.34
WarningsMissing a Javadoc comment.37
Errors'(' is not followed by whitespace.37
Errors')' is not preceded with whitespace.37
Errors'{' should be on a new line.37
Errors'(' is not followed by whitespace.38
Errors')' is not preceded with whitespace.38
WarningsMissing a Javadoc comment.41
Errors'(' is not followed by whitespace.41
Errors')' is not preceded with whitespace.41
Errors'{' should be on a new line.42
Errors'(' is not followed by whitespace.43
Errors')' is not preceded with whitespace.43
Errors'(' is not followed by whitespace.44
Errors')' is not preceded with whitespace.44
Errors'if' construct must use '{}'s.45
Errors'(' is not followed by whitespace.45
Errors')' is not preceded with whitespace.45
Errors'(' is not followed by whitespace.45
Errors')' is not preceded with whitespace.45
Errors'(' is not followed by whitespace.46
Errors'(' is not followed by whitespace.46
Errors')' is not preceded with whitespace.46
Errors')' is not preceded with whitespace.46
Errors'{' should be on a new line.46
Errors'(' is not followed by whitespace.47
Errors')' is not preceded with whitespace.47
Errors'(' is not followed by whitespace.48
Errors')' is not preceded with whitespace.48
Errors'}' should be alone on a line.49
Errors'{' should be on a new line.49
Errors'{' should be on a new line.50
Errors'(' is not followed by whitespace.51
Errors'(' is not followed by whitespace.51
Errors')' is not preceded with whitespace.51
Errors')' is not preceded with whitespace.51
Errors'if' construct must use '{}'s.52
Errors'(' is not followed by whitespace.52
Errors')' is not preceded with whitespace.52
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
Errors'}' should be alone on a line.55
Errors'{' should be on a new line.55
Errors'(' is not followed by whitespace.56
Errors')' is not preceded with whitespace.56
Errors'}' should be alone on a line.58
Errors'(' is not followed by whitespace.58
Errors')' is not preceded with whitespace.58
Errors'{' should be on a new line.58
Errors'(' is not followed by whitespace.59
Errors')' is not preceded with whitespace.59
ErrorsLine is longer than 120 characters.65
Errors'(' is not followed by whitespace.65
Errors')' is not preceded with whitespace.65
Errors'{' should be on a new line.65
Errors'(' is not followed by whitespace.66
Errors')' is not preceded with whitespace.66
Errors'(' is not followed by whitespace.67
Errors')' is not preceded with whitespace.67
Errors'(' is not followed by whitespace.68
Errors')' is not preceded with whitespace.68
Errors'(' is not followed by whitespace.69
Errors')' is not preceded with whitespace.69
Errors'{' should be on a new line.69
Errors'(' is not followed by whitespace.71
Errors';' is not followed by whitespace.71
Errors'{' should be on a new line.71
Errors'(' is not followed by whitespace.73
Errors'(' is not followed by whitespace.73
Errors')' is not preceded with whitespace.73
Errors')' is not preceded with whitespace.73
Errors'{' should be on a new line.73
Errors'(' is not followed by whitespace.74
Errors')' is not preceded with whitespace.74
Errors'(' is not followed by whitespace.75
Errors')' is not preceded with whitespace.75
Errors'(' is not followed by whitespace.76
Errors')' is not preceded with whitespace.76
Errors'{' should be on a new line.76
Errors'}' should be alone on a line.78
Errors'{' should be on a new line.78
Errors'(' is not followed by whitespace.79
Errors')' is not preceded with whitespace.79
Errors'{' should be on a new line.80
Errors'(' is not followed by whitespace.81
Errors'(' is not followed by whitespace.81
Errors')' is not preceded with whitespace.81
Errors')' is not preceded with whitespace.81
Errors'}' should be alone on a line.82
Errors'{' should be on a new line.82
Errors'(' is not followed by whitespace.83
Errors')' is not preceded with whitespace.83
Errors'}' should be alone on a line.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.90
Errors'(' is not followed by whitespace.91
Errors'(' is not followed by whitespace.91
Errors')' is not preceded with whitespace.91
Errors')' is not preceded with whitespace.91
Errors'}' should be alone on a line.92
Errors'{' should be on a new line.92
Errors'(' is not followed by whitespace.93
Errors')' is not preceded with whitespace.93
Errors'(' is not followed by whitespace.98
Errors')' is not preceded with whitespace.98
Errors'{' should be on a new line.98
Errors'if' construct must use '{}'s.99
Errors'(' is not followed by whitespace.99
Errors'(' is not followed by whitespace.99
Errors')' is not preceded with whitespace.99
Errors')' is not preceded with whitespace.99
Errors'(' is not followed by whitespace.100
Errors')' is not preceded with whitespace.101
Errors'(' is not followed by whitespace.103
Errors')' is not preceded with whitespace.103
Errors'(' is not followed by whitespace.104
Errors')' is not preceded with whitespace.104
Errors'{' should be on a new line.104
Errors'(' is not followed by whitespace.105
Errors')' is not preceded with whitespace.106
Errors'(' is not followed by whitespace.108
Errors')' is not preceded with whitespace.108
Errors'{' should be on a new line.109
Errors'(' is not followed by whitespace.110
Errors'(' is not followed by whitespace.110
Errors')' is not preceded with whitespace.110
Errors')' is not preceded with whitespace.110
Errors'}' should be alone on a line.112
Errors'(' is not followed by whitespace.112
Errors')' is not preceded with whitespace.112
Errors'{' should be on a new line.112
Errors'(' is not followed by whitespace.113
Errors')' is not preceded with whitespace.113

org/apache/maven/it/util/SelectorUtils.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
WarningsExpected an @return tag.90
Errors'!=' should be on a new line.141
ErrorsConditional logic can be removed.177
ErrorsMethod length is 157 lines (max allowed is 150).219
Errors'!=' should be on a new line.226
ErrorsMethod length is 182 lines (max allowed is 150).415
Errors';' is not followed by whitespace.450
Errors'!=' should be on a new line.452
ErrorsInner assignments should be avoided.468
Errors';' is not followed by whitespace.474
Errors'!=' should be on a new line.476
Errors';' is not followed by whitespace.479
ErrorsInner assignments should be avoided.500
Errors';' is not followed by whitespace.506
Errors'!=' should be on a new line.508
Errors';' is not followed by whitespace.511
Errors'!=' should be on a new line.567

org/apache/maven/it/util/StringUtils.java

ViolationMessageLine
ErrorsFile length is 2,136 lines (max allowed is 2,000).1
ErrorsLine does not match expected header line of '^package '.1
WarningsUnused @throws tag for 'NullPointerException'.220
WarningsUnused @throws tag for 'NullPointerException'.259
WarningsUnused @throws tag for 'IllegalArgumentException'.385
WarningsUnused @throws tag for 'IllegalArgumentException'.413
WarningsUnused @throws tag for 'IndexOutOfBoundsException'.442
WarningsUnused @throws tag for 'IllegalArgumentException'.443
Errors'||' should be on a new line.447
WarningsExpected an @return tag.490
WarningsExpected @param tag for 'text'.490
WarningsExpected @param tag for 'separator'.490
Errors'+' should be on a new line.593
WarningsUnused @throws tag for 'NullPointerException'.766
WarningsUnused @throws tag for 'NullPointerException'.789
WarningsUnused @throws tag for 'NullPointerException'.805
WarningsUnused @throws tag for 'ArithmeticException'.806
WarningsUnused @throws tag for 'NullPointerException'.829
WarningsUnused @throws tag for 'NullPointerException'.843
WarningsUnused @throws tag for 'NullPointerException'.864
WarningsUnused @throws tag for 'NullPointerException'.877
WarningsUnused @throws tag for 'NullPointerException'.903
WarningsUnused @throws tag for 'NullPointerException'.929
WarningsUnused @throws tag for 'NullPointerException'.951
WarningsUnused @throws tag for 'NullPointerException'.977
WarningsUnused @throws tag for 'NullPointerException'.1008
WarningsUnused @throws tag for 'NullPointerException'.1041
Errors'0xfff' is a magic number.1054
Errors'0xff' is a magic number.1058
Errors'0x7f' is a magic number.1062
WarningsUnused @throws tag for 'NegativeArraySizeException'.1137
WarningsUnused @throws tag for 'NullPointerException'.1138
WarningsUnused @throws tag for 'NullPointerException'.1158
WarningsUnused @throws tag for 'NullPointerException'.1174
WarningsUnused @throws tag for 'ArithmeticException'.1175
WarningsUnused @throws tag for 'NullPointerException'.1195
WarningsUnused @throws tag for 'NullPointerException'.1209
WarningsUnused @throws tag for 'ArithmeticException'.1210
WarningsUnused @throws tag for 'NullPointerException'.1604
WarningsUnused @throws tag for 'NullPointerException'.1618
WarningsUnused @throws tag for 'NullPointerException'.1646
ErrorsExpression can be simplified.1689
ErrorsExpression can be simplified.1715
ErrorsExpression can be simplified.1743
Errors'&&' should be on a new line.1743
ErrorsExpression can be simplified.1771
ErrorsExpression can be simplified.1799
Errors'&&' should be on a new line.1799
ErrorsExpression can be simplified.1826
ErrorsExpression can be simplified.1854
Errors'&&' should be on a new line.1854
WarningsExpected an @return tag.1974
WarningsExpected @param tag for 's'.1974
WarningsExpected an @return tag.1991
WarningsExpected @param tag for 's'.1991
Errors'if' construct must use '{}'s.1993
Errors'if' construct must use '{}'s.1995
Errors'if' construct must use '{}'s.1997
Errors'if' construct must use '{}'s.1999
Errors'if' construct must use '{}'s.2001
Errors'if' construct must use '{}'s.2003
Errors'if' construct must use '{}'s.2005
WarningsExpected @param tag for 's1'.2022
WarningsExpected @param tag for 's2'.2022
Errors'if' construct must use '{}'s.2025
WarningsExpected @param tag for 's1'.2038
WarningsExpected @param tag for 's2'.2038
WarningsMissing a Javadoc comment.2055
WarningsMissing a Javadoc comment.2082
WarningsMissing a Javadoc comment.2102
WarningsMissing a Javadoc comment.2111
WarningsMissing a Javadoc comment.2120

org/apache/maven/it/util/cli/CommandLineException.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.39

org/apache/maven/it/util/cli/CommandLineUtils.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsMissing a Javadoc comment.69
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.87
WarningsMissing a Javadoc comment.93
WarningsMissing a Javadoc comment.181
WarningsExpected @throws tag for 'IOException'.203
Warnings'envVars' hides a field.207
ErrorsLine is longer than 120 characters.267
WarningsMissing a Javadoc comment.287

org/apache/maven/it/util/cli/Commandline.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
InfosMissing a Javadoc comment.127
InfosMissing a Javadoc comment.129
InfosMissing a Javadoc comment.131
InfosMissing a Javadoc comment.133
InfosMissing a Javadoc comment.135
WarningsExpected @param tag for 'toProcess'.149
WarningsMissing a Javadoc comment.182
WarningsMissing a Javadoc comment.192
WarningsExpected an @return tag.253
WarningsExpected an @return tag.283
WarningsExpected an @return tag.345
WarningsExpected @param tag for 'executable'.362
WarningsMissing a Javadoc comment.371
WarningsMissing a Javadoc comment.376
WarningsExpected @param tag for 'name'.387
WarningsExpected @param tag for 'value'.388
WarningsExpected @throws tag for 'Exception'.397
Warnings'envVars' hides a field.399
WarningsExpected an @return tag.415
WarningsExpected @throws tag for 'CommandLineException'.416
WarningsExpected an @return tag.433
WarningsExpected an @return tag.449
WarningsExpected an @return tag.477
WarningsMissing a Javadoc comment.498
WarningsExpected an @return tag.512
WarningsExpected @param tag for 'argument'.512
WarningsMissing a Javadoc comment.548
WarningsMissing a Javadoc comment.576
WarningsMissing a Javadoc comment.659
WarningsMissing a Javadoc comment.664
WarningsExpected an @return tag.696
WarningsExpected @param tag for 'path'.704
WarningsMissing a Javadoc comment.712
WarningsExpected an @return tag.720
WarningsExpected @throws tag for 'CommandLineException'.721
WarningsMissing a Javadoc comment.759
WarningsExpected @param tag for 'shell'.771
WarningsExpected an @return tag.781

org/apache/maven/it/util/cli/DefaultConsumer.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.51

org/apache/maven/it/util/cli/EnhancedStringTokenizer.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.87
WarningsMissing a Javadoc comment.122

org/apache/maven/it/util/cli/StreamConsumer.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsRedundant 'public' modifier.77
WarningsExpected @param tag for 'line'.77

org/apache/maven/it/util/cli/StreamFeeder.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.90
WarningsMissing a Javadoc comment.127

org/apache/maven/it/util/cli/StreamPumper.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.109
WarningsMissing a Javadoc comment.114
WarningsMissing a Javadoc comment.121
WarningsMissing a Javadoc comment.128
WarningsMissing a Javadoc comment.135
WarningsMissing a Javadoc comment.173
WarningsMissing a Javadoc comment.181
WarningsMissing a Javadoc comment.186

org/apache/maven/it/util/cli/WriterStreamConsumer.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.45

org/apache/maven/it/util/cli/shell/BourneShell.java

ViolationMessageLine
ErrorsMissing a header - not enough lines in file.1
WarningsMissing a Javadoc comment.9

org/apache/maven/it/util/cli/shell/CmdShell.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^/\*\s*$'.3
WarningsMissing a Javadoc comment.33
WarningsExpected an @return tag.42
WarningsExpected @param tag for 'executable'.42
WarningsExpected @param tag for 'arguments'.42

org/apache/maven/it/util/cli/shell/CommandShell.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.30

org/apache/maven/it/util/cli/shell/Shell.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsExpected @param tag for 'shellCommand'.50
WarningsExpected an @return tag.60
WarningsExpected @param tag for 'shellArgs'.71
WarningsExpected an @return tag.81