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 487 154

Files

Files Infos Warnings Errors
org/apache/maven/plugin/surefire/AbstractSurefireMojo.java 0 137 65
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 12 2
org/apache/maven/plugin/surefire/booterclient/ForkConfiguration.java 4 12 14
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"
6 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
35 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
469 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"
16 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"
18 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 3,011 lines (max allowed is 2,000). 1
Errors Line is longer than 120 characters. 211
Errors Line is longer than 120 characters. 233
Errors Line is longer than 120 characters. 319
Errors Line is longer than 120 characters. 321
Errors Line is longer than 120 characters. 376
Errors Line is longer than 120 characters. 386
Errors Line is longer than 120 characters. 435
Errors Line is longer than 120 characters. 440
Errors Line is longer than 120 characters. 441
Errors Line is longer than 120 characters. 442
Errors Line is longer than 120 characters. 562
Errors Line is longer than 120 characters. 647
Warnings Missing a Javadoc comment. 705
Warnings Missing a Javadoc comment. 709
Warnings Missing a Javadoc comment. 816
Warnings Missing a Javadoc comment. 818
Warnings Missing a Javadoc comment. 872
Errors '{' should be on a new line. 888
Warnings Missing a Javadoc comment. 924
Warnings Missing a Javadoc comment. 979
Warnings Missing a Javadoc comment. 998
Warnings Missing a Javadoc comment. 1014
Warnings Missing a Javadoc comment. 1017
Errors ')' is not preceded with whitespace. 1063
Errors '{' is not preceded with whitespace. 1063
Errors '{' should be on a new line. 1063
Warnings Missing a Javadoc comment. 1119
Warnings Missing a Javadoc comment. 1124
Errors ')' is not preceded with whitespace. 1141
Errors Line is longer than 120 characters. 1151
Errors Line is longer than 120 characters. 1152
Errors Line is longer than 120 characters. 1153
Errors '+' should be on a new line. 1163
Errors Line is longer than 120 characters. 1164
Errors '+' should be on a new line. 1164
Warnings 'parallel' hides a field. 1170
Errors Line is longer than 120 characters. 1176
Errors '+' should be on a new line. 1176
Errors Line is longer than 120 characters. 1186
Errors '+' should be on a new line. 1186
Errors Line is longer than 120 characters. 1196
Errors '+' should be on a new line. 1196
Errors '+' should be on a new line. 1213
Errors '+' should be on a new line. 1214
Errors '+' should be on a new line. 1215
Errors '+' should be on a new line. 1216
Errors '+' should be on a new line. 1217
Errors '+' should be on a new line. 1233
Errors '+' should be on a new line. 1234
Errors '+' should be on a new line. 1235
Errors '+' should be on a new line. 1236
Errors '+' should be on a new line. 1237
Errors '+' should be on a new line. 1253
Errors '+' should be on a new line. 1254
Errors '+' should be on a new line. 1255
Errors '+' should be on a new line. 1256
Errors '+' should be on a new line. 1257
Errors '+' should be on a new line. 1271
Errors '+' should be on a new line. 1272
Errors '+' should be on a new line. 1273
Errors '+' should be on a new line. 1274
Errors '+' should be on a new line. 1275
Errors '+' should be on a new line. 1276
Errors '(' is not followed by whitespace. 1292
Errors ')' is not preceded with whitespace. 1292
Errors '(' is not followed by whitespace. 1296
Errors ')' is not preceded with whitespace. 1296
Warnings 'runOrder' hides a field. 1335
Warnings 'failIfNoTests' hides a field. 1384
Warnings 'excludes' hides a field. 1407
Warnings Missing a Javadoc comment. 1421
Errors ')' is not preceded with whitespace. 1448
Errors '@Nonnull' annotation modifier does not preceed non-annotation modifiers. 1547
Warnings 'excludes' hides a field. 1549
Errors '@Nonnull' annotation modifier does not preceed non-annotation modifiers. 1620
Warnings 'project' hides a field. 1636
Warnings Missing a Javadoc comment. 1718
Warnings Missing a Javadoc comment. 1731
Warnings Missing a Javadoc comment. 1744
Warnings Missing a Javadoc comment. 1788
Errors Empty catch block. 1797
Warnings Missing a Javadoc comment. 1809
Errors Line is longer than 120 characters. 1837
Warnings Missing a Javadoc comment. 1955
Warnings Missing a Javadoc comment. 1960
Warnings Missing a Javadoc comment. 1975
Warnings Missing a Javadoc comment. 1982
Errors Line is longer than 120 characters. 2014
Errors '+' should be on a new line. 2146
Errors Line is longer than 120 characters. 2259
Errors '@Nonnull' annotation modifier does not preceed non-annotation modifiers. 2277
Errors Missing a Javadoc comment. 2412
Warnings Missing a Javadoc comment. 2422
Warnings 'providerName' hides a field. 2422
Warnings Missing a Javadoc comment. 2427
Warnings Missing a Javadoc comment. 2433
Warnings Missing a Javadoc comment. 2438
Warnings Missing a Javadoc comment. 2446
Warnings 'pluginArtifactMap' hides a field. 2449
Warnings Missing a Javadoc comment. 2457
Warnings Missing a Javadoc comment. 2459
Warnings Missing a Javadoc comment. 2464
Warnings Missing a Javadoc comment. 2466
Warnings Missing a Javadoc comment. 2471
Warnings Missing a Javadoc comment. 2476
Warnings Missing a Javadoc comment. 2481
Warnings Missing a Javadoc comment. 2486
Warnings Expected an @return tag. 2494
Warnings Missing a Javadoc comment. 2499
Warnings Missing a Javadoc comment. 2505
Warnings Missing a Javadoc comment. 2510
Warnings Missing a Javadoc comment. 2516
Warnings Missing a Javadoc comment. 2521
Warnings Missing a Javadoc comment. 2527
Warnings Missing a Javadoc comment. 2532
Warnings Missing a Javadoc comment. 2537
Warnings Missing a Javadoc comment. 2542
Warnings Missing a Javadoc comment. 2548
Warnings Missing a Javadoc comment. 2553
Warnings Missing a Javadoc comment. 2560
Warnings Missing a Javadoc comment. 2565
Warnings Missing a Javadoc comment. 2572
Warnings Missing a Javadoc comment. 2577
Warnings Missing a Javadoc comment. 2584
Warnings Missing a Javadoc comment. 2589
Warnings Missing a Javadoc comment. 2594
Warnings Missing a Javadoc comment. 2599
Warnings Missing a Javadoc comment. 2605
Warnings Missing a Javadoc comment. 2610
Warnings Missing a Javadoc comment. 2615
Warnings Missing a Javadoc comment. 2622
Warnings Missing a Javadoc comment. 2627
Warnings Missing a Javadoc comment. 2633
Warnings Missing a Javadoc comment. 2638
Warnings Missing a Javadoc comment. 2644
Warnings Missing a Javadoc comment. 2649
Warnings Missing a Javadoc comment. 2655
Warnings Missing a Javadoc comment. 2660
Warnings Missing a Javadoc comment. 2666
Warnings Missing a Javadoc comment. 2671
Warnings Missing a Javadoc comment. 2677
Warnings Missing a Javadoc comment. 2682
Warnings Missing a Javadoc comment. 2688
Warnings Missing a Javadoc comment. 2693
Warnings Missing a Javadoc comment. 2699
Warnings Missing a Javadoc comment. 2704
Warnings Missing a Javadoc comment. 2710
Warnings Missing a Javadoc comment. 2715
Warnings Missing a Javadoc comment. 2721
Warnings Missing a Javadoc comment. 2726
Warnings Missing a Javadoc comment. 2732
Warnings Missing a Javadoc comment. 2737
Warnings Missing a Javadoc comment. 2743
Warnings Missing a Javadoc comment. 2748
Warnings Missing a Javadoc comment. 2754
Warnings Missing a Javadoc comment. 2759
Warnings Missing a Javadoc comment. 2765
Warnings Missing a Javadoc comment. 2770
Warnings Missing a Javadoc comment. 2775
Warnings Missing a Javadoc comment. 2780
Warnings Missing a Javadoc comment. 2785
Warnings Missing a Javadoc comment. 2790
Warnings Missing a Javadoc comment. 2795
Warnings Missing a Javadoc comment. 2800
Warnings Missing a Javadoc comment. 2806
Warnings Missing a Javadoc comment. 2811
Warnings Missing a Javadoc comment. 2817
Warnings Missing a Javadoc comment. 2822
Warnings Missing a Javadoc comment. 2828
Warnings Missing a Javadoc comment. 2833
Warnings Missing a Javadoc comment. 2839
Warnings Missing a Javadoc comment. 2844
Warnings Missing a Javadoc comment. 2851
Warnings Missing a Javadoc comment. 2856
Warnings Missing a Javadoc comment. 2863
Warnings Missing a Javadoc comment. 2868
Warnings Missing a Javadoc comment. 2881
Warnings Missing a Javadoc comment. 2887
Warnings Missing a Javadoc comment. 2892
Warnings Missing a Javadoc comment. 2898
Warnings Missing a Javadoc comment. 2903
Warnings Missing a Javadoc comment. 2909
Warnings Missing a Javadoc comment. 2914
Warnings Missing a Javadoc comment. 2920
Warnings Missing a Javadoc comment. 2925
Warnings Missing a Javadoc comment. 2930
Warnings Missing a Javadoc comment. 2936
Warnings Missing a Javadoc comment. 2941
Warnings Missing a Javadoc comment. 2946
Warnings Missing a Javadoc comment. 2951
Warnings Missing a Javadoc comment. 2956
Warnings Missing a Javadoc comment. 2962
Warnings Missing a Javadoc comment. 2967
Warnings Missing a Javadoc comment. 2972
Warnings Missing a Javadoc comment. 2977
Warnings Missing a Javadoc comment. 2982
Warnings Missing a Javadoc comment. 2987
Warnings Missing a Javadoc comment. 2992
Warnings Missing a Javadoc comment. 2997
Warnings Missing a Javadoc comment. 3002
Warnings Missing a Javadoc comment. 3007

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. 41
Warnings Missing a Javadoc comment. 48
Errors '@Nonnull' annotation modifier does not preceed non-annotation modifiers. 48
Errors '@Nonnull' annotation modifier does not preceed non-annotation modifiers. 68

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. 46
Warnings Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 56
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 69
Warnings Missing a Javadoc comment. 74
Warnings Missing a Javadoc comment. 79
Warnings Missing a Javadoc comment. 84
Warnings Missing a Javadoc comment. 100
Warnings Missing a Javadoc comment. 115
Warnings Missing a Javadoc comment. 120
Errors '0xF0' is a magic number. 134
Warnings Missing a Javadoc comment. 149

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

Violation Message Line
Infos Missing a Javadoc comment. 52
Infos Missing a Javadoc comment. 54
Infos Missing a Javadoc comment. 56
Infos Missing a Javadoc comment. 58
Warnings Missing a Javadoc comment. 82
Errors More than 7 parameters. 82
Errors Line is longer than 120 characters. 83
Warnings Missing a Javadoc comment. 99
Warnings Missing a Javadoc comment. 104
Errors '||' should be on a new line. 114
Warnings Expected an @return tag. 132
Errors Line is longer than 120 characters. 138
Errors Line is longer than 120 characters. 154
Warnings 'argLine' hides a field. 204
Warnings 'argLine' hides a field. 218
Errors '{' should be on a new line. 220
Errors '{' should be on a new line. 224
Errors '(' is not followed by whitespace. 227
Errors ')' is not preceded with whitespace. 227
Errors '{' should be on a new line. 227
Errors '(' is not followed by whitespace. 228
Errors '(' is not followed by whitespace. 228
Errors ')' is not preceded with whitespace. 228
Errors ')' is not preceded with whitespace. 228
Warnings Missing a Javadoc comment. 279
Warnings Missing a Javadoc comment. 284
Warnings Missing a Javadoc comment. 289
Warnings Missing a Javadoc comment. 294
Warnings Missing a Javadoc comment. 299
Warnings Missing a Javadoc comment. 305

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. 66
Warnings Missing a Javadoc comment. 71
Warnings Missing a Javadoc comment. 79
Warnings Missing a Javadoc comment. 175
Warnings Missing a Javadoc comment. 274
Warnings Missing a Javadoc comment. 278
Warnings Missing a Javadoc comment. 283
Warnings Missing a Javadoc comment. 288

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. 48
Warnings Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 60
Errors Redundant throws: 'ReporterException' is unchecked exception. 61
Warnings Missing a Javadoc comment. 65
Errors Empty statement. 76
Warnings Missing a Javadoc comment. 82

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. 30
Warnings Missing a Javadoc comment. 68
Errors More than 7 parameters. 68
Warnings Missing a Javadoc comment. 84
Warnings Missing a Javadoc comment. 92
Warnings Missing a Javadoc comment. 112
Warnings Missing a Javadoc comment. 122
Warnings Missing a Javadoc comment. 128
Warnings Missing a Javadoc comment. 166
Warnings Missing a Javadoc comment. 172
Warnings Missing a Javadoc comment. 183
Warnings Missing a Javadoc comment. 195
Warnings Missing a Javadoc comment. 211
Warnings Missing a Javadoc comment. 222
Warnings Missing a Javadoc comment. 256

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. 137
Warnings Missing a Javadoc comment. 142
Warnings Missing a Javadoc comment. 147
Warnings Missing a Javadoc comment. 152
Warnings Missing a Javadoc comment. 168
Warnings Missing a Javadoc comment. 178
Warnings Missing a Javadoc comment. 207
Warnings Missing a Javadoc comment. 228

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. 37
Warnings Missing a Javadoc comment. 44
Warnings Missing a Javadoc comment. 56
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 66
Warnings Missing a Javadoc comment. 71

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