Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
52 26 483 151

Files

Files Infos Warnings Errors
org/apache/maven/plugin/surefire/AbstractSurefireMojo.java 0 135 73
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 45 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 2
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 3
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/Utf8RecodingDeferredFileOutputStream.java 0 0 1
org/apache/maven/plugin/surefire/report/WrappedReportEntry.java 0 20 1
org/apache/maven/plugin/surefire/runorder/StatisticsReporter.java 0 6 0
org/apache/maven/plugin/surefire/util/DependencyScanner.java 3 3 5
org/apache/maven/plugin/surefire/util/DirectoryScanner.java 0 2 2
org/apache/maven/plugin/surefire/util/Relocator.java 0 3 4
org/apache/maven/plugin/surefire/util/ScannerUtil.java 0 0 11
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"
1 Errors Error
LeftCurly
  • option: "nl"
3 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
42 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
466 Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
4 Errors Error
JavadocVariable
  • scope: "protected"
26 Infos Info
ConstantName 4 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 3 Errors Error
MethodLength 0 Errors Error
ParameterNumber 3 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 28 Errors Error
ParenPad
  • option: "space"
9 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 7 Errors Error
ModifierOrder 14 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 1 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
17 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,974 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. 500
Errors Line is longer than 120 characters. 505
Errors Line is longer than 120 characters. 506
Errors Line is longer than 120 characters. 526
Errors Line is longer than 120 characters. 531
Errors Line is longer than 120 characters. 532
Errors Line is longer than 120 characters. 552
Errors Line is longer than 120 characters. 555
Errors Line is longer than 120 characters. 641
Errors Line is longer than 120 characters. 663
Warnings Missing a Javadoc comment. 696
Warnings Missing a Javadoc comment. 700
Warnings Missing a Javadoc comment. 807
Warnings Missing a Javadoc comment. 809
Warnings Missing a Javadoc comment. 863
Errors '{' should be on a new line. 879
Warnings Missing a Javadoc comment. 915
Warnings Missing a Javadoc comment. 970
Warnings Missing a Javadoc comment. 989
Warnings Missing a Javadoc comment. 1005
Warnings Missing a Javadoc comment. 1008
Errors ')' is not preceded with whitespace. 1054
Errors '{' is not preceded with whitespace. 1054
Errors '{' should be on a new line. 1054
Warnings Missing a Javadoc comment. 1110
Warnings Missing a Javadoc comment. 1115
Errors ')' is not preceded with whitespace. 1132
Errors Line is longer than 120 characters. 1142
Errors Line is longer than 120 characters. 1143
Errors Line is longer than 120 characters. 1144
Errors '+' should be on a new line. 1152
Errors Line is longer than 120 characters. 1153
Errors '+' should be on a new line. 1153
Warnings 'parallel' hides a field. 1159
Errors Line is longer than 120 characters. 1165
Errors '+' should be on a new line. 1165
Errors Line is longer than 120 characters. 1175
Errors '+' should be on a new line. 1175
Errors Line is longer than 120 characters. 1185
Errors '+' should be on a new line. 1185
Errors '+' should be on a new line. 1202
Errors '+' should be on a new line. 1203
Errors '+' should be on a new line. 1204
Errors '+' should be on a new line. 1205
Errors '+' should be on a new line. 1206
Errors '+' should be on a new line. 1222
Errors '+' should be on a new line. 1223
Errors '+' should be on a new line. 1224
Errors '+' should be on a new line. 1225
Errors '+' should be on a new line. 1226
Errors '+' should be on a new line. 1242
Errors '+' should be on a new line. 1243
Errors '+' should be on a new line. 1244
Errors '+' should be on a new line. 1245
Errors '+' should be on a new line. 1246
Errors '+' should be on a new line. 1260
Errors '+' should be on a new line. 1261
Errors '+' should be on a new line. 1262
Errors '+' should be on a new line. 1263
Errors '+' should be on a new line. 1264
Errors '+' should be on a new line. 1265
Errors '(' is not followed by whitespace. 1281
Errors ')' is not preceded with whitespace. 1281
Errors '(' is not followed by whitespace. 1285
Errors ')' is not preceded with whitespace. 1285
Warnings 'runOrder' hides a field. 1324
Warnings 'failIfNoTests' hides a field. 1373
Warnings 'excludes' hides a field. 1396
Warnings Missing a Javadoc comment. 1410
Errors Line is longer than 120 characters. 1435
Errors '@Nonnull' annotation modifier does not preceed non-annotation modifiers. 1529
Warnings 'excludes' hides a field. 1531
Errors '@Nonnull' annotation modifier does not preceed non-annotation modifiers. 1602
Warnings 'project' hides a field. 1618
Warnings Missing a Javadoc comment. 1700
Warnings Missing a Javadoc comment. 1713
Warnings Missing a Javadoc comment. 1726
Warnings Missing a Javadoc comment. 1769
Errors Empty catch block. 1778
Warnings Missing a Javadoc comment. 1790
Errors Line is longer than 120 characters. 1809
Warnings Missing a Javadoc comment. 1926
Warnings Missing a Javadoc comment. 1931
Warnings Missing a Javadoc comment. 1946
Warnings Missing a Javadoc comment. 1953
Errors Line is longer than 120 characters. 1985
Errors '+' should be on a new line. 2117
Errors Line is longer than 120 characters. 2230
Errors '@Nonnull' annotation modifier does not preceed non-annotation modifiers. 2248
Errors Missing a Javadoc comment. 2383
Warnings Missing a Javadoc comment. 2393
Warnings 'providerName' hides a field. 2393
Warnings Missing a Javadoc comment. 2398
Warnings Missing a Javadoc comment. 2404
Warnings Missing a Javadoc comment. 2409
Warnings Missing a Javadoc comment. 2417
Warnings 'pluginArtifactMap' hides a field. 2420
Warnings Missing a Javadoc comment. 2428
Warnings Missing a Javadoc comment. 2430
Warnings Missing a Javadoc comment. 2435
Warnings Missing a Javadoc comment. 2437
Warnings Missing a Javadoc comment. 2442
Warnings Missing a Javadoc comment. 2447
Warnings Missing a Javadoc comment. 2452
Warnings Missing a Javadoc comment. 2457
Warnings Expected an @return tag. 2465
Warnings Missing a Javadoc comment. 2470
Warnings Missing a Javadoc comment. 2476
Warnings Missing a Javadoc comment. 2481
Warnings Missing a Javadoc comment. 2487
Warnings Missing a Javadoc comment. 2492
Warnings Missing a Javadoc comment. 2498
Warnings Missing a Javadoc comment. 2503
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. 2531
Warnings Missing a Javadoc comment. 2536
Warnings Missing a Javadoc comment. 2543
Warnings Missing a Javadoc comment. 2548
Warnings Missing a Javadoc comment. 2555
Warnings Missing a Javadoc comment. 2560
Warnings Missing a Javadoc comment. 2565
Warnings Missing a Javadoc comment. 2570
Warnings Missing a Javadoc comment. 2576
Warnings Missing a Javadoc comment. 2581
Warnings Missing a Javadoc comment. 2586
Warnings Missing a Javadoc comment. 2593
Warnings Missing a Javadoc comment. 2598
Warnings Missing a Javadoc comment. 2604
Warnings Missing a Javadoc comment. 2609
Warnings Missing a Javadoc comment. 2615
Warnings Missing a Javadoc comment. 2620
Warnings Missing a Javadoc comment. 2626
Warnings Missing a Javadoc comment. 2631
Warnings Missing a Javadoc comment. 2637
Warnings Missing a Javadoc comment. 2642
Warnings Missing a Javadoc comment. 2648
Warnings Missing a Javadoc comment. 2653
Warnings Missing a Javadoc comment. 2659
Warnings Missing a Javadoc comment. 2664
Warnings Missing a Javadoc comment. 2670
Warnings Missing a Javadoc comment. 2675
Warnings Missing a Javadoc comment. 2681
Warnings Missing a Javadoc comment. 2686
Warnings Missing a Javadoc comment. 2692
Warnings Missing a Javadoc comment. 2697
Warnings Missing a Javadoc comment. 2703
Warnings Missing a Javadoc comment. 2708
Warnings Missing a Javadoc comment. 2714
Warnings Missing a Javadoc comment. 2719
Warnings Missing a Javadoc comment. 2725
Warnings Missing a Javadoc comment. 2730
Warnings Missing a Javadoc comment. 2736
Warnings Missing a Javadoc comment. 2741
Warnings Missing a Javadoc comment. 2747
Warnings Missing a Javadoc comment. 2752
Warnings Missing a Javadoc comment. 2758
Warnings Missing a Javadoc comment. 2763
Warnings Missing a Javadoc comment. 2769
Warnings Missing a Javadoc comment. 2774
Warnings Missing a Javadoc comment. 2780
Warnings Missing a Javadoc comment. 2785
Warnings Missing a Javadoc comment. 2791
Warnings Missing a Javadoc comment. 2796
Warnings Missing a Javadoc comment. 2802
Warnings Missing a Javadoc comment. 2807
Warnings Missing a Javadoc comment. 2814
Warnings Missing a Javadoc comment. 2819
Warnings Missing a Javadoc comment. 2826
Warnings Missing a Javadoc comment. 2831
Warnings Missing a Javadoc comment. 2844
Warnings Missing a Javadoc comment. 2850
Warnings Missing a Javadoc comment. 2855
Warnings Missing a Javadoc comment. 2861
Warnings Missing a Javadoc comment. 2866
Warnings Missing a Javadoc comment. 2872
Warnings Missing a Javadoc comment. 2877
Warnings Missing a Javadoc comment. 2883
Warnings Missing a Javadoc comment. 2888
Warnings Missing a Javadoc comment. 2893
Warnings Missing a Javadoc comment. 2899
Warnings Missing a Javadoc comment. 2904
Warnings Missing a Javadoc comment. 2909
Warnings Missing a Javadoc comment. 2914
Warnings Missing a Javadoc comment. 2919
Warnings Missing a Javadoc comment. 2925
Warnings Missing a Javadoc comment. 2930
Warnings Missing a Javadoc comment. 2935
Warnings Missing a Javadoc comment. 2940
Warnings Missing a Javadoc comment. 2945
Warnings Missing a Javadoc comment. 2950
Warnings Missing a Javadoc comment. 2955
Warnings Missing a Javadoc comment. 2960
Warnings Missing a Javadoc comment. 2965
Warnings Missing a Javadoc comment. 2970

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
Warnings Missing a Javadoc comment. 116
Warnings Missing a Javadoc comment. 118
Warnings Missing a Javadoc comment. 120
Warnings Missing a Javadoc comment. 122

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. 49
Warnings Missing a Javadoc comment. 55
Warnings Missing a Javadoc comment. 61
Errors Redundant throws: 'ReporterException' is unchecked exception. 62
Warnings Missing a Javadoc comment. 66
Errors Empty statement. 77
Warnings Missing a Javadoc comment. 83

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. 49
Errors Line is longer than 120 characters. 54
Warnings Missing a Javadoc comment. 88
Warnings Missing a Javadoc comment. 95
Errors Redundant throws: 'ReporterException' is unchecked exception. 96
Warnings 'reportsDirectory' hides a field. 159
Warnings 'reportNameSuffix' hides a field. 159
Warnings 'trimStackTrace' hides a field. 224
Warnings 'reportNameSuffix' hides a field. 224

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

Violation Message Line
Errors Unused import - org.apache.commons.io.output.DeferredFileOutputStream. 22
Errors Unused import - java.io.File. 31
Warnings Missing a Javadoc comment. 69
Errors More than 7 parameters. 69
Warnings Missing a Javadoc comment. 85
Warnings Missing a Javadoc comment. 93
Warnings Missing a Javadoc comment. 113
Warnings Missing a Javadoc comment. 123
Warnings Missing a Javadoc comment. 129
Warnings Missing a Javadoc comment. 164
Warnings Missing a Javadoc comment. 170
Warnings Missing a Javadoc comment. 181
Warnings Missing a Javadoc comment. 193
Warnings Missing a Javadoc comment. 209
Warnings Missing a Javadoc comment. 220
Warnings Missing a Javadoc comment. 254

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/Utf8RecodingDeferredFileOutputStream.java

Violation Message Line
Errors '1000000' is a magic number. 44

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

Violation Message Line
Warnings Missing a Javadoc comment. 50
Errors Line is longer than 120 characters. 51
Warnings Missing a Javadoc comment. 60
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. 85
Warnings Missing a Javadoc comment. 90
Warnings Missing a Javadoc comment. 95
Warnings Missing a Javadoc comment. 100
Warnings Missing a Javadoc comment. 105
Warnings Missing a Javadoc comment. 115
Warnings Missing a Javadoc comment. 125
Warnings Missing a Javadoc comment. 131
Warnings Missing a Javadoc comment. 136
Warnings Missing a Javadoc comment. 149
Warnings Missing a Javadoc comment. 160
Warnings Missing a Javadoc comment. 166
Warnings Missing a Javadoc comment. 171
Warnings Missing a Javadoc comment. 176

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
Infos Missing a Javadoc comment. 51
Infos Missing a Javadoc comment. 53
Errors '@Nonnull' annotation modifier does not preceed non-annotation modifiers. 53
Infos Missing a Javadoc comment. 55
Errors Line is longer than 120 characters. 57
Warnings Missing a Javadoc comment. 57
Warnings Missing a Javadoc comment. 65
Warnings Missing a Javadoc comment. 119
Errors Line is longer than 120 characters. 134
Errors Line is longer than 120 characters. 156

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. 48
Warnings Missing a Javadoc comment. 56
Errors Line is longer than 120 characters. 82

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 '(' is not followed by whitespace. 40
Errors ')' is not preceded with whitespace. 40
Errors '@Nonnull' annotation modifier does not preceed non-annotation modifiers. 42
Errors '@Nonnull' annotation modifier does not preceed non-annotation modifiers. 47
Errors '@Nonnull' annotation modifier does not preceed non-annotation modifiers. 52
Errors '@Nonnull' annotation modifier does not preceed non-annotation modifiers. 57
Errors '@Nonnull' annotation modifier does not preceed non-annotation modifiers. 62

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

Violation Message Line
Errors Missing a Javadoc comment. 31
Warnings Missing a Javadoc comment. 36
Warnings Missing a Javadoc comment. 48

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