Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
51 26 472 307

Files

Files Infos Warnings Errors
org/apache/maven/plugin/surefire/AbstractSurefireMojo.java 0 128 27
org/apache/maven/plugin/surefire/ClasspathCache.java 0 2 2
org/apache/maven/plugin/surefire/CommonReflector.java 0 3 0
org/apache/maven/plugin/surefire/InPluginVMSurefireStarter.java 0 2 0
org/apache/maven/plugin/surefire/ProviderInfo.java 0 4 0
org/apache/maven/plugin/surefire/ProviderList.java 0 2 2
org/apache/maven/plugin/surefire/StartupReportConfiguration.java 2 22 1
org/apache/maven/plugin/surefire/SurefireDependencyResolver.java 0 5 0
org/apache/maven/plugin/surefire/SurefireExecutionParameters.java 0 41 0
org/apache/maven/plugin/surefire/SurefireHelper.java 0 1 0
org/apache/maven/plugin/surefire/SurefireProperties.java 0 17 6
org/apache/maven/plugin/surefire/SurefireReportParameters.java 0 16 0
org/apache/maven/plugin/surefire/booterclient/BooterSerializer.java 0 0 2
org/apache/maven/plugin/surefire/booterclient/ChecksumCalculator.java 0 11 2
org/apache/maven/plugin/surefire/booterclient/ForkConfiguration.java 4 11 3
org/apache/maven/plugin/surefire/booterclient/ForkNumberBucket.java 0 0 3
org/apache/maven/plugin/surefire/booterclient/ForkStarter.java 0 2 6
org/apache/maven/plugin/surefire/booterclient/MockReporter.java 11 15 0
org/apache/maven/plugin/surefire/booterclient/ProviderDetector.java 0 1 0
org/apache/maven/plugin/surefire/booterclient/lazytestprovider/OutputStreamFlushableCommandline.java 0 1 0
org/apache/maven/plugin/surefire/booterclient/lazytestprovider/TestProvidingInputStream.java 0 1 2
org/apache/maven/plugin/surefire/booterclient/output/DeserializedStacktraceWriter.java 0 5 0
org/apache/maven/plugin/surefire/booterclient/output/ForkClient.java 0 8 0
org/apache/maven/plugin/surefire/booterclient/output/ThreadedStreamConsumer.java 0 3 3
org/apache/maven/plugin/surefire/report/ConsoleOutputFileReporter.java 0 5 1
org/apache/maven/plugin/surefire/report/ConsoleReporter.java 2 6 2
org/apache/maven/plugin/surefire/report/DefaultReporterFactory.java 0 7 0
org/apache/maven/plugin/surefire/report/DirectConsoleOutput.java 0 5 0
org/apache/maven/plugin/surefire/report/FileReporter.java 0 3 2
org/apache/maven/plugin/surefire/report/FileReporterUtils.java 0 1 1
org/apache/maven/plugin/surefire/report/PrettyPrintXMLWriter.java 0 9 1
org/apache/maven/plugin/surefire/report/ReportEntryType.java 4 0 1
org/apache/maven/plugin/surefire/report/StatelessXmlReporter.java 0 6 4
org/apache/maven/plugin/surefire/report/TestSetRunListener.java 0 13 3
org/apache/maven/plugin/surefire/report/TestSetStats.java 0 18 3
org/apache/maven/plugin/surefire/report/TestcycleConsoleOutputReceiver.java 0 3 0
org/apache/maven/plugin/surefire/report/WrappedReportEntry.java 0 20 0
org/apache/maven/plugin/surefire/runorder/StatisticsReporter.java 0 6 0
org/apache/maven/plugin/surefire/util/DependencyScanner.java 3 3 213
org/apache/maven/plugin/surefire/util/DirectoryScanner.java 0 2 1
org/apache/maven/plugin/surefire/util/Relocator.java 0 3 4
org/apache/maven/plugin/surefire/util/ScannerUtil.java 0 0 8
org/apache/maven/plugin/surefire/util/SpecificFileFilter.java 0 2 1
org/apache/maven/plugins/surefire/report/ReportTestCase.java 0 14 0
org/apache/maven/plugins/surefire/report/ReportTestSuite.java 0 18 0
org/apache/maven/plugins/surefire/report/SurefireReportParser.java 0 13 1
org/apache/maven/plugins/surefire/report/TestSuiteXmlParser.java 0 3 2
org/apache/maven/surefire/report/RunStatistics.java 0 11 0

Rules

Rules Violations Severity
FileLength 1 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
7 Errors Error
FileTabCharacter
  • eachLine: "true"
111 Errors Error
LeftCurly
  • option: "nl"
8 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • ignorePattern: "@version|@see|@todo|TODO"
  • max: "120"
24 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
456 Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
4 Errors Error
JavadocVariable
  • scope: "protected"
26 Infos Info
ConstantName 5 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MethodName 2 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 2 Errors Error
MethodLength 0 Errors Error
ParameterNumber 3 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 3 Errors Error
ParenPad
  • option: "space"
82 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 20 Errors Error
ModifierOrder 13 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock
  • option: "text"
2 Errors Error
NeedBraces 1 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
16 Warnings Warning
IllegalInstantiation 0 Errors Error
InnerAssignment 3 Errors Error
MagicNumber
  • ignoreNumbers: "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 32, 64, 100, 128, 256, 512, 1000, 1024"
10 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 6 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0 Errors Error
UpperEll 0 Errors Error

Details

org/apache/maven/plugin/surefire/AbstractSurefireMojo.java

Violation Message Line
Errors File length is 2,713 lines (max allowed is 2,000). 1
Errors Line is longer than 120 characters. 213
Errors Line is longer than 120 characters. 235
Errors Line is longer than 120 characters. 321
Errors Line is longer than 120 characters. 323
Errors Line is longer than 120 characters. 378
Errors Line is longer than 120 characters. 388
Errors Line is longer than 120 characters. 437
Errors Line is longer than 120 characters. 442
Errors Line is longer than 120 characters. 443
Errors Line is longer than 120 characters. 444
Errors Line is longer than 120 characters. 566
Errors Line is longer than 120 characters. 588
Warnings Missing a Javadoc comment. 621
Warnings Missing a Javadoc comment. 625
Warnings Missing a Javadoc comment. 732
Warnings Missing a Javadoc comment. 734
Warnings Missing a Javadoc comment. 788
Errors '{' should be on a new line. 804
Warnings Missing a Javadoc comment. 840
Warnings Missing a Javadoc comment. 895
Warnings Missing a Javadoc comment. 914
Warnings Missing a Javadoc comment. 930
Warnings Missing a Javadoc comment. 933
Errors ')' is not preceded with whitespace. 979
Errors '{' is not preceded with whitespace. 979
Errors '{' should be on a new line. 979
Warnings Missing a Javadoc comment. 1035
Warnings Missing a Javadoc comment. 1040
Warnings 'runOrder' hides a field. 1101
Warnings 'failIfNoTests' hides a field. 1150
Warnings 'excludes' hides a field. 1173
Warnings Missing a Javadoc comment. 1187
Errors Line is longer than 120 characters. 1212
Errors '@Nonnull' annotation modifier does not preceed non-annotation modifiers. 1306
Warnings 'excludes' hides a field. 1308
Errors '@Nonnull' annotation modifier does not preceed non-annotation modifiers. 1379
Warnings 'project' hides a field. 1395
Warnings Missing a Javadoc comment. 1477
Warnings Missing a Javadoc comment. 1490
Warnings Missing a Javadoc comment. 1503
Warnings Missing a Javadoc comment. 1546
Errors Empty catch block. 1555
Warnings Missing a Javadoc comment. 1567
Errors Line is longer than 120 characters. 1586
Warnings Missing a Javadoc comment. 1698
Warnings Missing a Javadoc comment. 1703
Warnings Missing a Javadoc comment. 1718
Warnings Missing a Javadoc comment. 1725
Errors Line is longer than 120 characters. 1757
Errors '+' should be on a new line. 1889
Errors Line is longer than 120 characters. 2002
Errors '@Nonnull' annotation modifier does not preceed non-annotation modifiers. 2020
Errors Missing a Javadoc comment. 2155
Warnings Missing a Javadoc comment. 2165
Warnings 'providerName' hides a field. 2165
Warnings Missing a Javadoc comment. 2170
Warnings Missing a Javadoc comment. 2176
Warnings Missing a Javadoc comment. 2181
Warnings Missing a Javadoc comment. 2189
Warnings 'pluginArtifactMap' hides a field. 2192
Warnings Missing a Javadoc comment. 2200
Warnings Missing a Javadoc comment. 2202
Warnings Missing a Javadoc comment. 2207
Warnings Missing a Javadoc comment. 2209
Warnings Missing a Javadoc comment. 2214
Warnings Missing a Javadoc comment. 2219
Warnings Missing a Javadoc comment. 2224
Warnings Missing a Javadoc comment. 2229
Warnings Expected an @return tag. 2237
Warnings Missing a Javadoc comment. 2242
Warnings Missing a Javadoc comment. 2248
Warnings Missing a Javadoc comment. 2253
Warnings Missing a Javadoc comment. 2259
Warnings Missing a Javadoc comment. 2264
Warnings Missing a Javadoc comment. 2270
Warnings Missing a Javadoc comment. 2275
Warnings Missing a Javadoc comment. 2280
Warnings Missing a Javadoc comment. 2285
Warnings Missing a Javadoc comment. 2291
Warnings Missing a Javadoc comment. 2296
Warnings Missing a Javadoc comment. 2303
Warnings Missing a Javadoc comment. 2308
Warnings Missing a Javadoc comment. 2315
Warnings Missing a Javadoc comment. 2320
Warnings Missing a Javadoc comment. 2327
Warnings Missing a Javadoc comment. 2332
Warnings Missing a Javadoc comment. 2337
Warnings Missing a Javadoc comment. 2342
Warnings Missing a Javadoc comment. 2348
Warnings Missing a Javadoc comment. 2353
Warnings Missing a Javadoc comment. 2358
Warnings Missing a Javadoc comment. 2365
Warnings Missing a Javadoc comment. 2370
Warnings Missing a Javadoc comment. 2376
Warnings Missing a Javadoc comment. 2381
Warnings Missing a Javadoc comment. 2387
Warnings Missing a Javadoc comment. 2392
Warnings Missing a Javadoc comment. 2398
Warnings Missing a Javadoc comment. 2403
Warnings Missing a Javadoc comment. 2409
Warnings Missing a Javadoc comment. 2414
Warnings Missing a Javadoc comment. 2420
Warnings Missing a Javadoc comment. 2425
Warnings Missing a Javadoc comment. 2431
Warnings Missing a Javadoc comment. 2436
Warnings Missing a Javadoc comment. 2442
Warnings Missing a Javadoc comment. 2447
Warnings Missing a Javadoc comment. 2453
Warnings Missing a Javadoc comment. 2458
Warnings Missing a Javadoc comment. 2464
Warnings Missing a Javadoc comment. 2469
Warnings Missing a Javadoc comment. 2475
Warnings Missing a Javadoc comment. 2480
Warnings Missing a Javadoc comment. 2486
Warnings Missing a Javadoc comment. 2491
Warnings Missing a Javadoc comment. 2497
Warnings Missing a Javadoc comment. 2502
Warnings Missing a Javadoc comment. 2508
Warnings Missing a Javadoc comment. 2513
Warnings Missing a Javadoc comment. 2519
Warnings Missing a Javadoc comment. 2524
Warnings Missing a Javadoc comment. 2530
Warnings Missing a Javadoc comment. 2535
Warnings Missing a Javadoc comment. 2541
Warnings Missing a Javadoc comment. 2546
Warnings Missing a Javadoc comment. 2553
Warnings Missing a Javadoc comment. 2558
Warnings Missing a Javadoc comment. 2565
Warnings Missing a Javadoc comment. 2570
Warnings Missing a Javadoc comment. 2583
Warnings Missing a Javadoc comment. 2589
Warnings Missing a Javadoc comment. 2594
Warnings Missing a Javadoc comment. 2600
Warnings Missing a Javadoc comment. 2605
Warnings Missing a Javadoc comment. 2611
Warnings Missing a Javadoc comment. 2616
Warnings Missing a Javadoc comment. 2622
Warnings Missing a Javadoc comment. 2627
Warnings Missing a Javadoc comment. 2632
Warnings Missing a Javadoc comment. 2638
Warnings Missing a Javadoc comment. 2643
Warnings Missing a Javadoc comment. 2648
Warnings Missing a Javadoc comment. 2653
Warnings Missing a Javadoc comment. 2658
Warnings Missing a Javadoc comment. 2664
Warnings Missing a Javadoc comment. 2669
Warnings Missing a Javadoc comment. 2674
Warnings Missing a Javadoc comment. 2679
Warnings Missing a Javadoc comment. 2684
Warnings Missing a Javadoc comment. 2689
Warnings Missing a Javadoc comment. 2694
Warnings Missing a Javadoc comment. 2699
Warnings Missing a Javadoc comment. 2704
Warnings Missing a Javadoc comment. 2709

org/apache/maven/plugin/surefire/ClasspathCache.java

Violation Message Line
Errors Line does not match expected header line of '^\s*$'. 2
Errors Name 'classpaths' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 31
Warnings Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 39

org/apache/maven/plugin/surefire/CommonReflector.java

Violation Message Line
Warnings Missing a Javadoc comment. 39
Warnings Missing a Javadoc comment. 53
Warnings 'startupReportConfiguration' hides a field. 53

org/apache/maven/plugin/surefire/InPluginVMSurefireStarter.java

Violation Message Line
Warnings Missing a Javadoc comment. 55
Warnings Missing a Javadoc comment. 64

org/apache/maven/plugin/surefire/ProviderInfo.java

Violation Message Line
Warnings Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 39
Warnings Missing a Javadoc comment. 42

org/apache/maven/plugin/surefire/ProviderList.java

Violation Message Line
Warnings Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 49
Errors '@Nonnull' annotation modifier does not preceed non-annotation modifiers. 49
Errors '@Nonnull' annotation modifier does not preceed non-annotation modifiers. 69

org/apache/maven/plugin/surefire/StartupReportConfiguration.java

Violation Message Line
Infos Missing a Javadoc comment. 69
Infos Missing a Javadoc comment. 71
Warnings Missing a Javadoc comment. 73
Errors More than 7 parameters. 73
Warnings Missing a Javadoc comment. 93
Warnings Missing a Javadoc comment. 100
Warnings Missing a Javadoc comment. 107
Warnings Missing a Javadoc comment. 112
Warnings Missing a Javadoc comment. 117
Warnings Missing a Javadoc comment. 122
Warnings Missing a Javadoc comment. 127
Warnings Missing a Javadoc comment. 132
Warnings Missing a Javadoc comment. 137
Warnings Missing a Javadoc comment. 142
Warnings Missing a Javadoc comment. 151
Warnings Missing a Javadoc comment. 160
Warnings Missing a Javadoc comment. 166
Warnings Missing a Javadoc comment. 176
Warnings Missing a Javadoc comment. 188
Warnings Missing a Javadoc comment. 198
Warnings Missing a Javadoc comment. 204
Warnings Missing a Javadoc comment. 210
Warnings Missing a Javadoc comment. 215
Warnings Missing a Javadoc comment. 220
Warnings Missing a Javadoc comment. 225

org/apache/maven/plugin/surefire/SurefireDependencyResolver.java

Violation Message Line
Warnings Missing a Javadoc comment. 69
Warnings Missing a Javadoc comment. 84
Warnings Missing a Javadoc comment. 113
Warnings Missing a Javadoc comment. 130
Warnings Missing a Javadoc comment. 159

org/apache/maven/plugin/surefire/SurefireExecutionParameters.java

Violation Message Line
Warnings Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 36
Warnings Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 40
Warnings Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 44
Warnings Missing a Javadoc comment. 46
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 50
Warnings Missing a Javadoc comment. 52
Warnings Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 56
Warnings Missing a Javadoc comment. 58
Warnings Missing a Javadoc comment. 60
Warnings Missing a Javadoc comment. 62
Warnings Missing a Javadoc comment. 64
Warnings Missing a Javadoc comment. 66
Warnings Missing a Javadoc comment. 68
Warnings Missing a Javadoc comment. 70
Warnings Missing a Javadoc comment. 72
Warnings Missing a Javadoc comment. 74
Warnings Missing a Javadoc comment. 76
Warnings Missing a Javadoc comment. 78
Warnings Missing a Javadoc comment. 80
Warnings Missing a Javadoc comment. 82
Warnings Missing a Javadoc comment. 84
Warnings Missing a Javadoc comment. 86
Warnings Missing a Javadoc comment. 88
Warnings Missing a Javadoc comment. 90
Warnings Missing a Javadoc comment. 92
Warnings Missing a Javadoc comment. 94
Warnings Missing a Javadoc comment. 96
Warnings Missing a Javadoc comment. 98
Warnings Missing a Javadoc comment. 100
Warnings Missing a Javadoc comment. 102
Warnings Missing a Javadoc comment. 104
Warnings Missing a Javadoc comment. 106
Warnings Missing a Javadoc comment. 108
Warnings Missing a Javadoc comment. 110
Warnings Missing a Javadoc comment. 112
Warnings Missing a Javadoc comment. 114

org/apache/maven/plugin/surefire/SurefireHelper.java

Violation Message Line
Warnings Missing a Javadoc comment. 41

org/apache/maven/plugin/surefire/SurefireProperties.java

Violation Message Line
Errors Line does not match expected header line of '^\s*$'. 2
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 52
Warnings Missing a Javadoc comment. 60
Warnings Missing a Javadoc comment. 89
Warnings Missing a Javadoc comment. 94
Warnings Missing a Javadoc comment. 107
Errors Name 'keysThatCannotBeUsedAsSystemProperties' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 114
Errors '{' is not followed by whitespace. 115
Errors '{' is not preceded with whitespace. 115
Errors '}' is not followed by whitespace. 119
Errors '}' is not preceded with whitespace. 119
Warnings Missing a Javadoc comment. 121
Warnings Missing a Javadoc comment. 135
Warnings Missing a Javadoc comment. 169
Warnings Missing a Javadoc comment. 185
Warnings Missing a Javadoc comment. 197
Warnings Missing a Javadoc comment. 205
Warnings Missing a Javadoc comment. 213
Warnings 'items' hides a field. 213
Warnings Missing a Javadoc comment. 238
Warnings Missing a Javadoc comment. 265
Warnings Missing a Javadoc comment. 293

org/apache/maven/plugin/surefire/SurefireReportParameters.java

Violation Message Line
Warnings Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 36
Warnings Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 40
Warnings Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 44
Warnings Missing a Javadoc comment. 46
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 50
Warnings Missing a Javadoc comment. 52
Warnings Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 56
Warnings Missing a Javadoc comment. 58
Warnings Missing a Javadoc comment. 60
Warnings Missing a Javadoc comment. 62

org/apache/maven/plugin/surefire/booterclient/BooterSerializer.java

Violation Message Line
Errors ')' is not preceded with whitespace. 78
Errors Line is longer than 120 characters. 97

org/apache/maven/plugin/surefire/booterclient/ChecksumCalculator.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Unless required by applicable law or agreed to in writing,\s*$'. 14
Warnings Missing a Javadoc comment. 47
Warnings Missing a Javadoc comment. 52
Warnings Missing a Javadoc comment. 57
Warnings Missing a Javadoc comment. 65
Warnings Missing a Javadoc comment. 70
Warnings Missing a Javadoc comment. 75
Warnings Missing a Javadoc comment. 80
Warnings Missing a Javadoc comment. 96
Warnings Missing a Javadoc comment. 111
Warnings Missing a Javadoc comment. 116
Errors '0xF0' is a magic number. 130
Warnings Missing a Javadoc comment. 145

org/apache/maven/plugin/surefire/booterclient/ForkConfiguration.java

Violation Message Line
Infos Missing a Javadoc comment. 50
Infos Missing a Javadoc comment. 52
Infos Missing a Javadoc comment. 54
Infos Missing a Javadoc comment. 56
Warnings Missing a Javadoc comment. 78
Errors More than 7 parameters. 78
Warnings Missing a Javadoc comment. 94
Warnings Missing a Javadoc comment. 99
Errors '||' should be on a new line. 109
Warnings Expected an @return tag. 127
Errors Line is longer than 120 characters. 133
Warnings 'argLine' hides a field. 199
Warnings Missing a Javadoc comment. 250
Warnings Missing a Javadoc comment. 255
Warnings Missing a Javadoc comment. 260
Warnings Missing a Javadoc comment. 265
Warnings Missing a Javadoc comment. 270
Warnings Missing a Javadoc comment. 276

org/apache/maven/plugin/surefire/booterclient/ForkNumberBucket.java

Violation Message Line
Errors Line does not match expected header line of '^/\*\s*$'. 3
Errors Name '_drawNumber' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
Errors Name '_returnNumber' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83

org/apache/maven/plugin/surefire/booterclient/ForkStarter.java

Violation Message Line
Warnings Missing a Javadoc comment. 133
Warnings Missing a Javadoc comment. 146
Errors '60' is a magic number. 190
Errors '500' is a magic number. 269
Errors '60' is a magic number. 271
Errors Line is longer than 120 characters. 287
Errors '60' is a magic number. 336
Errors '60' is a magic number. 336

org/apache/maven/plugin/surefire/booterclient/MockReporter.java

Violation Message Line
Infos Missing a Javadoc comment. 40
Infos Missing a Javadoc comment. 42
Infos Missing a Javadoc comment. 44
Infos Missing a Javadoc comment. 46
Infos Missing a Javadoc comment. 48
Infos Missing a Javadoc comment. 50
Infos Missing a Javadoc comment. 52
Infos Missing a Javadoc comment. 54
Infos Missing a Javadoc comment. 56
Infos Missing a Javadoc comment. 58
Infos Missing a Javadoc comment. 60
Warnings Missing a Javadoc comment. 68
Warnings Missing a Javadoc comment. 72
Warnings Missing a Javadoc comment. 78
Warnings Missing a Javadoc comment. 84
Warnings Missing a Javadoc comment. 90
Warnings Missing a Javadoc comment. 97
Warnings Missing a Javadoc comment. 104
Warnings Missing a Javadoc comment. 112
Warnings Missing a Javadoc comment. 120
Warnings Missing a Javadoc comment. 125
Warnings Missing a Javadoc comment. 130
Warnings Missing a Javadoc comment. 135
Warnings Missing a Javadoc comment. 141
Warnings Missing a Javadoc comment. 149
Warnings Missing a Javadoc comment. 155

org/apache/maven/plugin/surefire/booterclient/ProviderDetector.java

Violation Message Line
Warnings Missing a Javadoc comment. 41

org/apache/maven/plugin/surefire/booterclient/lazytestprovider/OutputStreamFlushableCommandline.java

Violation Message Line
Warnings Missing a Javadoc comment. 77

org/apache/maven/plugin/surefire/booterclient/lazytestprovider/TestProvidingInputStream.java

Violation Message Line
Errors '0xff' is a magic number. 103
Errors '0xff' is a magic number. 108
Warnings Missing a Javadoc comment. 120

org/apache/maven/plugin/surefire/booterclient/output/DeserializedStacktraceWriter.java

Violation Message Line
Warnings Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 49
Warnings Missing a Javadoc comment. 55
Warnings Missing a Javadoc comment. 60
Warnings Missing a Javadoc comment. 65

org/apache/maven/plugin/surefire/booterclient/output/ForkClient.java

Violation Message Line
Warnings Missing a Javadoc comment. 67
Warnings Missing a Javadoc comment. 72
Warnings Missing a Javadoc comment. 80
Warnings Missing a Javadoc comment. 176
Warnings Missing a Javadoc comment. 275
Warnings Missing a Javadoc comment. 279
Warnings Missing a Javadoc comment. 284
Warnings Missing a Javadoc comment. 289

org/apache/maven/plugin/surefire/booterclient/output/ThreadedStreamConsumer.java

Violation Message Line
Errors Name 'poison' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 37
Warnings Missing a Javadoc comment. 85
Warnings Missing a Javadoc comment. 92
Errors '10000' is a magic number. 95
Errors Empty catch block. 102
Warnings Missing a Javadoc comment. 108

org/apache/maven/plugin/surefire/report/ConsoleOutputFileReporter.java

Violation Message Line
Warnings Missing a Javadoc comment. 50
Warnings Missing a Javadoc comment. 56
Warnings Missing a Javadoc comment. 62
Errors Redundant throws: 'ReporterException' is unchecked exception. 63
Warnings Missing a Javadoc comment. 67
Warnings Missing a Javadoc comment. 76

org/apache/maven/plugin/surefire/report/ConsoleReporter.java

Violation Message Line
Infos Missing a Javadoc comment. 38
Infos Missing a Javadoc comment. 40
Warnings Missing a Javadoc comment. 49
Warnings Missing a Javadoc comment. 55
Errors Redundant throws: 'ReporterException' is unchecked exception. 56
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 71
Warnings Missing a Javadoc comment. 81
Errors Redundant throws: 'ReporterException' is unchecked exception. 82
Warnings Missing a Javadoc comment. 96

org/apache/maven/plugin/surefire/report/DefaultReporterFactory.java

Violation Message Line
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 60
Warnings Missing a Javadoc comment. 65
Warnings Missing a Javadoc comment. 79
Warnings Missing a Javadoc comment. 94
Warnings Missing a Javadoc comment. 134
Warnings Missing a Javadoc comment. 139

org/apache/maven/plugin/surefire/report/DirectConsoleOutput.java

Violation Message Line
Warnings Missing a Javadoc comment. 40
Warnings Missing a Javadoc comment. 47
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 57
Warnings Missing a Javadoc comment. 61

org/apache/maven/plugin/surefire/report/FileReporter.java

Violation Message Line
Warnings Missing a Javadoc comment. 46
Errors Redundant throws: 'ReporterException' is unchecked exception. 54
Warnings Missing a Javadoc comment. 87
Warnings Missing a Javadoc comment. 105
Errors Redundant throws: 'ReporterException' is unchecked exception. 106

org/apache/maven/plugin/surefire/report/FileReporterUtils.java

Violation Message Line
Warnings Missing a Javadoc comment. 29
Errors 'for' construct must use '{}'s. 33

org/apache/maven/plugin/surefire/report/PrettyPrintXMLWriter.java

Violation Message Line
Errors Missing a Javadoc comment. 27
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 69
Warnings Missing a Javadoc comment. 74
Warnings Missing a Javadoc comment. 84
Warnings Missing a Javadoc comment. 105
Warnings Missing a Javadoc comment. 110
Warnings Missing a Javadoc comment. 181
Warnings Missing a Javadoc comment. 194
Warnings Missing a Javadoc comment. 241

org/apache/maven/plugin/surefire/report/ReportEntryType.java

Violation Message Line
Errors Missing a Javadoc comment. 22
Infos Missing a Javadoc comment. 24
Infos Missing a Javadoc comment. 25
Infos Missing a Javadoc comment. 26
Infos Missing a Javadoc comment. 27

org/apache/maven/plugin/surefire/report/StatelessXmlReporter.java

Violation Message Line
Errors Line is longer than 120 characters. 48
Errors Line is longer than 120 characters. 53
Errors Name 'ampBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 76
Warnings Missing a Javadoc comment. 86
Warnings Missing a Javadoc comment. 93
Errors Redundant throws: 'ReporterException' is unchecked exception. 94
Warnings 'reportsDirectory' hides a field. 165
Warnings 'reportNameSuffix' hides a field. 165
Warnings 'trimStackTrace' hides a field. 230
Warnings 'reportNameSuffix' hides a field. 230

org/apache/maven/plugin/surefire/report/TestSetRunListener.java

Violation Message Line
Errors Unused import - java.io.File. 31
Errors '1000000' is a magic number. 54
Warnings Missing a Javadoc comment. 70
Errors More than 7 parameters. 70
Warnings Missing a Javadoc comment. 86
Warnings Missing a Javadoc comment. 94
Warnings Missing a Javadoc comment. 114
Warnings Missing a Javadoc comment. 124
Warnings Missing a Javadoc comment. 130
Warnings Missing a Javadoc comment. 165
Warnings Missing a Javadoc comment. 171
Warnings Missing a Javadoc comment. 182
Warnings Missing a Javadoc comment. 194
Warnings Missing a Javadoc comment. 210
Warnings Missing a Javadoc comment. 221
Warnings Missing a Javadoc comment. 255

org/apache/maven/plugin/surefire/report/TestSetStats.java

Violation Message Line
Errors Line does not match expected header line of '^\s*$'. 2
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 59
Warnings Missing a Javadoc comment. 64
Warnings Missing a Javadoc comment. 69
Errors Inner assignments should be avoided. 71
Warnings Missing a Javadoc comment. 74
Errors Inner assignments should be avoided. 76
Warnings Missing a Javadoc comment. 95
Warnings Missing a Javadoc comment. 101
Warnings Missing a Javadoc comment. 108
Warnings Missing a Javadoc comment. 114
Warnings Missing a Javadoc comment. 120
Warnings Missing a Javadoc comment. 130
Warnings Missing a Javadoc comment. 135
Warnings Missing a Javadoc comment. 140
Warnings Missing a Javadoc comment. 145
Warnings Missing a Javadoc comment. 161
Warnings Missing a Javadoc comment. 171
Warnings Missing a Javadoc comment. 200
Warnings Missing a Javadoc comment. 221

org/apache/maven/plugin/surefire/report/TestcycleConsoleOutputReceiver.java

Violation Message Line
Warnings Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 36

org/apache/maven/plugin/surefire/report/WrappedReportEntry.java

Violation Message Line
Warnings Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 66
Warnings Missing a Javadoc comment. 71
Warnings Missing a Javadoc comment. 76
Warnings Missing a Javadoc comment. 81
Warnings Missing a Javadoc comment. 86
Warnings Missing a Javadoc comment. 91
Warnings Missing a Javadoc comment. 96
Warnings Missing a Javadoc comment. 101
Warnings Missing a Javadoc comment. 106
Warnings Missing a Javadoc comment. 116
Warnings Missing a Javadoc comment. 126
Warnings Missing a Javadoc comment. 132
Warnings Missing a Javadoc comment. 137
Warnings Missing a Javadoc comment. 150
Warnings Missing a Javadoc comment. 161
Warnings Missing a Javadoc comment. 167
Warnings Missing a Javadoc comment. 172
Warnings Missing a Javadoc comment. 177

org/apache/maven/plugin/surefire/runorder/StatisticsReporter.java

Violation Message Line
Warnings Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 45
Warnings Missing a Javadoc comment. 57
Warnings Missing a Javadoc comment. 62
Warnings Missing a Javadoc comment. 67
Warnings Missing a Javadoc comment. 72

org/apache/maven/plugin/surefire/util/DependencyScanner.java

Violation Message Line
Errors Line does not match expected header line of '^\s*$'. 21
Errors '{' should be on a new line. 45
Errors Line contains a tab character. 47
Errors Line contains a tab character. 49
Infos Missing a Javadoc comment. 49
Errors Line contains a tab character. 51
Infos Missing a Javadoc comment. 51
Errors '@Nonnull' annotation modifier does not preceed non-annotation modifiers. 51
Errors Line contains a tab character. 53
Infos Missing a Javadoc comment. 53
Errors Line is longer than 120 characters. 55
Errors Line contains a tab character. 55
Warnings Missing a Javadoc comment. 55
Errors '(' is not followed by whitespace. 55
Errors ')' is not preceded with whitespace. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 61
Errors Line contains a tab character. 63
Warnings Missing a Javadoc comment. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 65
Errors '(' is not followed by whitespace. 65
Errors ')' is not preceded with whitespace. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors 'for' is not followed by whitespace. 67
Errors '(' is not followed by whitespace. 67
Errors ')' is not preceded with whitespace. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors '(' is not followed by whitespace. 71
Errors '(' is not followed by whitespace. 71
Errors ')' is not preceded with whitespace. 71
Errors ')' is not preceded with whitespace. 71
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors '(' is not followed by whitespace. 73
Errors ')' is not preceded with whitespace. 73
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors '(' is not followed by whitespace. 75
Errors ')' is not preceded with whitespace. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors '(' is not followed by whitespace. 78
Errors ')' is not preceded with whitespace. 78
Errors Line contains a tab character. 79
Errors Line contains a tab character. 81
Errors '(' is not followed by whitespace. 81
Errors ')' is not preceded with whitespace. 81
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 85
Errors 'if' is not followed by whitespace. 85
Errors '(' is not followed by whitespace. 85
Errors ')' is not preceded with whitespace. 85
Errors '{' should be on a new line. 85
Errors Line contains a tab character. 86
Errors 'if' is not followed by whitespace. 86
Errors '(' is not followed by whitespace. 86
Errors ')' is not preceded with whitespace. 86
Errors '{' should be on a new line. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors '{' should be on a new line. 88
Errors Line contains a tab character. 89
Errors '(' is not followed by whitespace. 89
Errors ')' is not preceded with whitespace. 89
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors 'while' is not followed by whitespace. 91
Errors '(' is not followed by whitespace. 91
Errors ')' is not preceded with whitespace. 91
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors 'if' is not followed by whitespace. 94
Errors '(' is not followed by whitespace. 94
Errors '(' is not followed by whitespace. 94
Errors ')' is not preceded with whitespace. 94
Errors ')' is not preceded with whitespace. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors '(' is not followed by whitespace. 96
Errors ')' is not preceded with whitespace. 96
Errors Line contains a tab character. 97
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors Line contains a tab character. 100
Errors Line contains a tab character. 101
Errors Line contains a tab character. 102
Errors 'if' is not followed by whitespace. 102
Errors '(' is not followed by whitespace. 102
Errors ')' is not preceded with whitespace. 102
Errors Line contains a tab character. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors Line contains a tab character. 108
Errors Line contains a tab character. 109
Errors Line contains a tab character. 110
Errors Line contains a tab character. 112
Warnings Missing a Javadoc comment. 112
Errors '(' is not followed by whitespace. 112
Errors ')' is not preceded with whitespace. 112
Errors Line contains a tab character. 113
Errors Line contains a tab character. 114
Errors Line contains a tab character. 115
Errors 'if' is not followed by whitespace. 115
Errors '(' is not followed by whitespace. 115
Errors ')' is not preceded with whitespace. 115
Errors Line contains a tab character. 116
Errors Line contains a tab character. 117
Errors Line contains a tab character. 118
Errors Line contains a tab character. 119
Errors 'for' is not followed by whitespace. 119
Errors '(' is not followed by whitespace. 119
Errors ')' is not preceded with whitespace. 119
Errors Line contains a tab character. 120
Errors Line contains a tab character. 121
Errors 'for' is not followed by whitespace. 121
Errors '(' is not followed by whitespace. 121
Errors ')' is not preceded with whitespace. 121
Errors Line contains a tab character. 122
Errors Line contains a tab character. 123
Errors '(' is not followed by whitespace. 123
Errors ')' is not preceded with whitespace. 123
Errors Line contains a tab character. 124
Errors 'if' is not followed by whitespace. 124
Errors '(' is not followed by whitespace. 124
Errors ')' is not preceded with whitespace. 124
Errors Line contains a tab character. 125
Errors Line contains a tab character. 126
Errors Line contains a tab character. 127
Errors ')' is not preceded with whitespace. 127
Errors Line contains a tab character. 128
Errors Line contains a tab character. 129
Errors 'if' is not followed by whitespace. 129
Errors Line contains a tab character. 130
Errors '(' is not followed by whitespace. 130
Errors ')' is not preceded with whitespace. 130
Errors '&&' should be on a new line. 130
Errors Line contains a tab character. 131
Errors '(' is not followed by whitespace. 131
Errors ')' is not preceded with whitespace. 131
Errors ')' is not preceded with whitespace. 131
Errors Line contains a tab character. 132
Errors Line contains a tab character. 133
Errors '(' is not followed by whitespace. 133
Errors ')' is not preceded with whitespace. 133
Errors Line contains a tab character. 134
Errors Line contains a tab character. 135
Errors Line contains a tab character. 136
Errors Line contains a tab character. 137
Errors Line contains a tab character. 138
Errors Line contains a tab character. 140
Errors '{' should be on a new line. 140
Errors Line contains a tab character. 142
Errors Line contains a tab character. 143
Errors Line contains a tab character. 145
Errors Line is longer than 120 characters. 147
Errors Line contains a tab character. 147
Errors '(' is not followed by whitespace. 147
Errors ')' is not preceded with whitespace. 147
Errors Line contains a tab character. 148
Errors Line contains a tab character. 149
Errors Line contains a tab character. 150
Errors Line contains a tab character. 152
Errors 'if' is not followed by whitespace. 152
Errors '(' is not followed by whitespace. 152
Errors ')' is not preceded with whitespace. 152
Errors Line contains a tab character. 153
Errors Line contains a tab character. 154
Errors '(' is not followed by whitespace. 154
Errors '(' is not followed by whitespace. 154
Errors ')' is not preceded with whitespace. 154
Errors ')' is not preceded with whitespace. 154
Errors Line contains a tab character. 155
Errors Line contains a tab character. 156
Errors Line contains a tab character. 157
Errors Line contains a tab character. 158
Errors '(' is not followed by whitespace. 158
Errors ')' is not preceded with whitespace. 158
Errors Line contains a tab character. 159
Errors Line contains a tab character. 160
Errors '(' is not followed by whitespace. 160
Errors '(' is not followed by whitespace. 160
Errors ')' is not preceded with whitespace. 160
Errors ')' is not preceded with whitespace. 160
Errors Line contains a tab character. 161
Errors Line contains a tab character. 163
Errors '(' is not followed by whitespace. 163
Errors ')' is not preceded with whitespace. 163
Errors Line contains a tab character. 164
Errors Line contains a tab character. 165
Errors 'if' is not followed by whitespace. 165
Errors '(' is not followed by whitespace. 165
Errors '(' is not followed by whitespace. 165
Errors ')' is not preceded with whitespace. 165
Errors ')' is not preceded with whitespace. 165
Errors Line contains a tab character. 166
Errors Line contains a tab character. 167
Errors Line contains a tab character. 168
Errors Line contains a tab character. 169
Errors '(' is not followed by whitespace. 169
Errors ')' is not preceded with whitespace. 169
Errors Line contains a tab character. 170
Errors '(' is not followed by whitespace. 170
Errors ')' is not preceded with whitespace. 170
Errors Line contains a tab character. 172
Errors '(' is not followed by whitespace. 172
Errors ')' is not preceded with whitespace. 172
Errors Line contains a tab character. 173
Errors Line contains a tab character. 174

org/apache/maven/plugin/surefire/util/DirectoryScanner.java

Violation Message Line
Errors Line does not match expected header line of '^\s*$'. 21
Warnings Missing a Javadoc comment. 47
Warnings Missing a Javadoc comment. 55

org/apache/maven/plugin/surefire/util/Relocator.java

Violation Message Line
Errors '@Nullable' annotation modifier does not preceed non-annotation modifiers. 33
Errors Name 'relocationBase' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35
Warnings Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 43
Errors '@Nullable' annotation modifier does not preceed non-annotation modifiers. 48
Warnings Missing a Javadoc comment. 53
Errors '@Nonnull' annotation modifier does not preceed non-annotation modifiers. 53

org/apache/maven/plugin/surefire/util/ScannerUtil.java

Violation Message Line
Errors '{' should be on a new line. 30
Errors Line contains a tab character. 32
Errors '{' is not followed by whitespace. 32
Errors '}' is not preceded with whitespace. 32
Errors '@Nonnull' annotation modifier does not preceed non-annotation modifiers. 40
Errors '@Nonnull' annotation modifier does not preceed non-annotation modifiers. 45
Errors '@Nonnull' annotation modifier does not preceed non-annotation modifiers. 50
Errors '@Nonnull' annotation modifier does not preceed non-annotation modifiers. 55

org/apache/maven/plugin/surefire/util/SpecificFileFilter.java

Violation Message Line
Errors Missing a Javadoc comment. 29
Warnings Missing a Javadoc comment. 36
Warnings Missing a Javadoc comment. 50

org/apache/maven/plugins/surefire/report/ReportTestCase.java

Violation Message Line
Warnings Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 47
Warnings Missing a Javadoc comment. 52
Warnings Missing a Javadoc comment. 57
Warnings 'name' hides a field. 57
Warnings Missing a Javadoc comment. 62
Warnings Missing a Javadoc comment. 67
Warnings 'name' hides a field. 67
Warnings Missing a Javadoc comment. 72
Warnings Missing a Javadoc comment. 77
Warnings Missing a Javadoc comment. 82
Warnings Missing a Javadoc comment. 87
Warnings Missing a Javadoc comment. 92
Warnings Missing a Javadoc comment. 97

org/apache/maven/plugins/surefire/report/ReportTestSuite.java

Violation Message Line
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 58
Warnings Missing a Javadoc comment. 63
Warnings Missing a Javadoc comment. 68
Warnings Missing a Javadoc comment. 73
Warnings Missing a Javadoc comment. 78
Warnings Missing a Javadoc comment. 83
Warnings Missing a Javadoc comment. 96
Warnings Missing a Javadoc comment. 101
Warnings Missing a Javadoc comment. 106
Warnings Missing a Javadoc comment. 111
Warnings Missing a Javadoc comment. 116
Warnings Missing a Javadoc comment. 134
Warnings Missing a Javadoc comment. 139
Warnings Missing a Javadoc comment. 144
Warnings Missing a Javadoc comment. 149
Warnings Missing a Javadoc comment. 154

org/apache/maven/plugins/surefire/report/SurefireReportParser.java

Violation Message Line
Errors Line is longer than 120 characters. 47
Warnings Missing a Javadoc comment. 57
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 68
Warnings Missing a Javadoc comment. 113
Warnings Missing a Javadoc comment. 118
Warnings Missing a Javadoc comment. 123
Warnings Missing a Javadoc comment. 128
Warnings Missing a Javadoc comment. 173
Warnings Missing a Javadoc comment. 178
Warnings Missing a Javadoc comment. 183
Warnings Missing a Javadoc comment. 188
Warnings Missing a Javadoc comment. 209
Warnings Missing a Javadoc comment. 224

org/apache/maven/plugins/surefire/report/TestSuiteXmlParser.java

Violation Message Line
Errors Unused import - java.io.InputStream. 25
Warnings Missing a Javadoc comment. 69
Warnings Missing a Javadoc comment. 90
Errors Inner assignments should be avoided. 128
Warnings Missing a Javadoc comment. 306

org/apache/maven/surefire/report/RunStatistics.java

Violation Message Line
Warnings Missing a Javadoc comment. 52
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 70
Warnings Missing a Javadoc comment. 75
Warnings Missing a Javadoc comment. 80
Warnings Missing a Javadoc comment. 85
Warnings Missing a Javadoc comment. 90
Warnings Missing a Javadoc comment. 95
Warnings Missing a Javadoc comment. 100
Warnings Missing a Javadoc comment. 108
Warnings Missing a Javadoc comment. 113