Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
60 33 250 65

Files

Files Infos Warnings Errors
org/apache/maven/plugin/surefire/runorder/PrioritizedTest.java 0 4 0
org/apache/maven/plugin/surefire/runorder/Priority.java 0 7 0
org/apache/maven/plugin/surefire/runorder/RunEntryStatistics.java 0 11 1
org/apache/maven/plugin/surefire/runorder/RunEntryStatisticsMap.java 0 11 0
org/apache/maven/plugin/surefire/runorder/ThreadedExecutionScheduler.java 0 3 1
org/apache/maven/surefire/NonAbstractClassFilter.java 0 1 0
org/apache/maven/surefire/SpecificTestClassFilter.java 0 2 2
org/apache/maven/surefire/booter/BaseProviderFactory.java 0 20 1
org/apache/maven/surefire/booter/ForkingReporterFactory.java 0 3 4
org/apache/maven/surefire/booter/ForkingRunListener.java 15 14 7
org/apache/maven/surefire/booter/ProviderParameterNames.java 9 0 1
org/apache/maven/surefire/booter/SurefireClassLoadersAware.java 0 1 0
org/apache/maven/surefire/booter/SurefireReflector.java 0 22 1
org/apache/maven/surefire/providerapi/AbstractProvider.java 0 1 0
org/apache/maven/surefire/providerapi/SurefireProvider.java 0 1 1
org/apache/maven/surefire/report/CategorizedReportEntry.java 0 7 1
org/apache/maven/surefire/report/ConsoleLogger.java 0 1 1
org/apache/maven/surefire/report/ConsoleOutputCapture.java 0 1 1
org/apache/maven/surefire/report/ConsoleOutputReceiverForCurrentThread.java 0 3 2
org/apache/maven/surefire/report/DefaultConsoleReporter.java 0 2 0
org/apache/maven/surefire/report/DefaultDirectConsoleReporter.java 0 2 1
org/apache/maven/surefire/report/LegacyPojoStackTraceWriter.java 0 5 2
org/apache/maven/surefire/report/ReportEntry.java 0 1 8
org/apache/maven/surefire/report/ReporterConfiguration.java 0 1 0
org/apache/maven/surefire/report/ReporterException.java 0 1 0
org/apache/maven/surefire/report/RunListener.java 0 2 0
org/apache/maven/surefire/report/SafeThrowable.java 0 4 1
org/apache/maven/surefire/report/SimpleReportEntry.java 0 17 3
org/apache/maven/surefire/suite/RunResult.java 1 21 5
org/apache/maven/surefire/testset/DirectoryScannerParameters.java 0 3 0
org/apache/maven/surefire/testset/RunOrderParameters.java 0 5 1
org/apache/maven/surefire/testset/TestArtifactInfo.java 0 3 0
org/apache/maven/surefire/testset/TestRequest.java 0 5 0
org/apache/maven/surefire/util/DefaultDirectoryScanner.java 0 2 0
org/apache/maven/surefire/util/DefaultRunOrderCalculator.java 0 4 2
org/apache/maven/surefire/util/DefaultScanResult.java 0 10 5
org/apache/maven/surefire/util/NestedCheckedException.java 0 2 0
org/apache/maven/surefire/util/NestedRuntimeException.java 0 2 0
org/apache/maven/surefire/util/ReflectionUtils.java 0 16 2
org/apache/maven/surefire/util/RunOrder.java 8 4 0
org/apache/maven/surefire/util/RunOrderCalculator.java 0 1 1
org/apache/maven/surefire/util/ScanResult.java 0 5 0
org/apache/maven/surefire/util/TestsToRun.java 0 5 0
org/apache/maven/surefire/util/UrlUtils.java 0 1 0
org/apache/maven/surefire/util/internal/ByteBuffer.java 0 12 3
org/apache/maven/surefire/util/internal/StringUtils.java 0 1 7

Rules

Rules Violations Severity
FileLength 0 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
7 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
LeftCurly
  • option: "nl"
2 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
3 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
234 Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
2 Errors Error
JavadocVariable
  • scope: "protected"
33 Infos Info
ConstantName 7 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MethodName 1 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 0 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 0 Errors Error
ParenPad
  • option: "space"
2 Errors Error
WhitespaceAfter 5 Errors Error
WhitespaceAround 1 Errors Error
ModifierOrder 2 Errors Error
RedundantModifier 8 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock
  • option: "text"
2 Errors Error
NeedBraces 0 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 0 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"
22 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 1 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/runorder/PrioritizedTest.java

Violation Message Line
Warnings Missing a Javadoc comment. 31
Warnings Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 43
Warnings Missing a Javadoc comment. 48

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

Violation Message Line
Warnings Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 54
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

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

Violation Message Line
Errors Line does not match expected header line of '^\s*$'. 2
Warnings Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 53
Warnings 'runTime' hides a field. 53
Warnings Missing a Javadoc comment. 58
Warnings 'runTime' hides a field. 58
Warnings Missing a Javadoc comment. 63
Warnings Missing a Javadoc comment. 68
Warnings Missing a Javadoc comment. 74
Warnings Missing a Javadoc comment. 79
Warnings Missing a Javadoc comment. 88

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

Violation Message Line
Warnings Missing a Javadoc comment. 49
Warnings Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 59
Warnings Missing a Javadoc comment. 99
Warnings Missing a Javadoc comment. 116
Warnings Missing a Javadoc comment. 122
Warnings Missing a Javadoc comment. 129
Warnings Missing a Javadoc comment. 136
Warnings Missing a Javadoc comment. 155
Warnings Missing a Javadoc comment. 168
Warnings Missing a Javadoc comment. 206

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

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

org/apache/maven/surefire/NonAbstractClassFilter.java

Violation Message Line
Warnings Missing a Javadoc comment. 31

org/apache/maven/surefire/SpecificTestClassFilter.java

Violation Message Line
Errors Line does not match expected header line of '^\s*$'. 2
Errors Missing a Javadoc comment. 27
Warnings Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 46

org/apache/maven/surefire/booter/BaseProviderFactory.java

Violation Message Line
Errors Name 'ROOT_CHANNEl' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 61
Warnings Missing a Javadoc comment. 69
Warnings Missing a Javadoc comment. 75
Warnings Missing a Javadoc comment. 87
Warnings Missing a Javadoc comment. 98
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 'testClassLoader' hides a field. 122
Warnings Missing a Javadoc comment. 127
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. 157
Warnings Missing a Javadoc comment. 162
Warnings Missing a Javadoc comment. 167
Warnings Missing a Javadoc comment. 172
Warnings Missing a Javadoc comment. 177
Warnings Missing a Javadoc comment. 182

org/apache/maven/surefire/booter/ForkingReporterFactory.java

Violation Message Line
Warnings Missing a Javadoc comment. 45
Warnings Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 56
Errors '17' is a magic number. 58
Errors '17' is a magic number. 58
Errors '17' is a magic number. 58
Errors '17' is a magic number. 58

org/apache/maven/surefire/booter/ForkingRunListener.java

Violation Message Line
Infos Missing a Javadoc comment. 54
Infos Missing a Javadoc comment. 56
Infos Missing a Javadoc comment. 58
Infos Missing a Javadoc comment. 60
Infos Missing a Javadoc comment. 62
Infos Missing a Javadoc comment. 64
Infos Missing a Javadoc comment. 66
Infos Missing a Javadoc comment. 68
Infos Missing a Javadoc comment. 70
Infos Missing a Javadoc comment. 72
Infos Missing a Javadoc comment. 74
Infos Missing a Javadoc comment. 76
Infos Missing a Javadoc comment. 78
Infos Missing a Javadoc comment. 80
Infos Missing a Javadoc comment. 82
Warnings Missing a Javadoc comment. 95
Warnings Missing a Javadoc comment. 105
Warnings Missing a Javadoc comment. 110
Warnings Missing a Javadoc comment. 115
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. 140
Warnings Missing a Javadoc comment. 168
Warnings Missing a Javadoc comment. 183
Errors 'static' modifier out of order with the JLS suggestions. 208
Errors Name 'digits' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 208
Warnings Missing a Javadoc comment. 213
Errors ';' is not followed by whitespace. 221
Errors ';' is not followed by whitespace. 222
Errors ';' is not followed by whitespace. 233
Errors ';' is not followed by whitespace. 234
Warnings 'testSetChannelId' hides a field. 243
Errors ';' is not followed by whitespace. 247
Warnings Missing a Javadoc comment. 315

org/apache/maven/surefire/booter/ProviderParameterNames.java

Violation Message Line
Errors Line does not match expected header line of '^\s*$'. 2
Infos Missing a Javadoc comment. 26
Infos Missing a Javadoc comment. 28
Infos Missing a Javadoc comment. 30
Infos Missing a Javadoc comment. 32
Infos Missing a Javadoc comment. 34
Infos Missing a Javadoc comment. 36
Infos Missing a Javadoc comment. 38
Infos Missing a Javadoc comment. 40
Infos Missing a Javadoc comment. 42

org/apache/maven/surefire/booter/SurefireClassLoadersAware.java

Violation Message Line
Warnings Missing a Javadoc comment. 28

org/apache/maven/surefire/booter/SurefireReflector.java

Violation Message Line
Warnings Missing a Javadoc comment. 81
Warnings Missing a Javadoc comment. 108
Warnings 'directoryScannerParameters' hides a field. 163
Warnings 'runOrderParameters' hides a field. 182
Warnings 'testArtifactInfo' hides a field. 199
Warnings 'reporterConfiguration' hides a field. 212
Errors Line is longer than 120 characters. 220
Warnings Missing a Javadoc comment. 220
Warnings Missing a Javadoc comment. 225
Warnings 'surefireClassLoader' hides a field. 225
Warnings Missing a Javadoc comment. 233
Warnings 'booterParameters' hides a field. 233
Warnings Missing a Javadoc comment. 239
Warnings Missing a Javadoc comment. 247
Warnings Missing a Javadoc comment. 253
Warnings 'runOrderParameters' hides a field. 253
Warnings Missing a Javadoc comment. 260
Warnings Missing a Javadoc comment. 274
Warnings Missing a Javadoc comment. 287
Warnings 'reporterConfiguration' hides a field. 296
Warnings Missing a Javadoc comment. 302
Warnings Missing a Javadoc comment. 317
Warnings 'testArtifactInfo' hides a field. 325

org/apache/maven/surefire/providerapi/AbstractProvider.java

Violation Message Line
Warnings Missing a Javadoc comment. 32

org/apache/maven/surefire/providerapi/SurefireProvider.java

Violation Message Line
Errors Redundant throws: 'ReporterException' is unchecked exception. 71
Warnings Expected @throws tag for 'InvocationTargetException'. 71

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

Violation Message Line
Warnings Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 40
Warnings Missing a Javadoc comment. 47
Warnings Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 62
Warnings Missing a Javadoc comment. 83
Warnings Missing a Javadoc comment. 104
Errors '31' is a magic number. 107

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

Violation Message Line
Warnings Missing a Javadoc comment. 32
Errors Redundant 'public' modifier. 32

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

Violation Message Line
Warnings Missing a Javadoc comment. 33
Errors Name 'newline' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 81

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

Violation Message Line
Errors Line is longer than 120 characters. 27
Errors Name 'current' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 27
Warnings Missing a Javadoc comment. 33
Warnings Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 43

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

Violation Message Line
Warnings Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 37

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

Violation Message Line
Errors Line does not match expected header line of '^\s*$'. 2
Warnings Missing a Javadoc comment. 31
Warnings Missing a Javadoc comment. 36

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

Violation Message Line
Warnings Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 49
Warnings Missing a Javadoc comment. 60
Errors '77' is a magic number. 70
Errors '77' is a magic number. 79
Warnings Missing a Javadoc comment. 107
Warnings Missing a Javadoc comment. 149

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

Violation Message Line
Errors Missing a Javadoc comment. 22
Errors Redundant 'public' modifier. 29
Errors Redundant 'public' modifier. 36
Errors Redundant 'public' modifier. 43
Errors Redundant 'public' modifier. 50
Warnings Expected an @return tag. 57
Errors Redundant 'public' modifier. 57
Errors Redundant 'public' modifier. 66
Errors Redundant 'public' modifier. 73

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

Violation Message Line
Warnings Missing a Javadoc comment. 43

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

Violation Message Line
Warnings Missing a Javadoc comment. 32

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

Violation Message Line
Warnings Unused @throws tag for 'ReporterException'. 35
Warnings Unused @throws tag for 'ReporterException'. 43

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

Violation Message Line
Errors Line does not match expected header line of '^\s*$'. 2
Warnings Missing a Javadoc comment. 28
Warnings Missing a Javadoc comment. 33
Warnings Missing a Javadoc comment. 45
Warnings Missing a Javadoc comment. 57

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

Violation Message Line
Warnings Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 77
Warnings Missing a Javadoc comment. 83
Warnings Missing a Javadoc comment. 88
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. 138
Warnings Expected an @return tag. 146
Warnings Expected @param tag for 'o'. 146
Warnings Missing a Javadoc comment. 181
Errors '31' is a magic number. 184
Errors '31' is a magic number. 185
Errors '31' is a magic number. 186
Warnings Missing a Javadoc comment. 190

org/apache/maven/surefire/suite/RunResult.java

Violation Message Line
Infos Missing a Javadoc comment. 60
Warnings Missing a Javadoc comment. 66
Warnings Missing a Javadoc comment. 71
Warnings Missing a Javadoc comment. 83
Warnings Missing a Javadoc comment. 88
Warnings Missing a Javadoc comment. 110
Warnings Missing a Javadoc comment. 115
Warnings Missing a Javadoc comment. 120
Warnings Missing a Javadoc comment. 125
Warnings Missing a Javadoc comment. 130
Warnings Missing a Javadoc comment. 144
Warnings Missing a Javadoc comment. 150
Warnings Missing a Javadoc comment. 155
Warnings Missing a Javadoc comment. 160
Warnings Missing a Javadoc comment. 165
Warnings Missing a Javadoc comment. 171
Warnings 'timeout' hides a field. 174
Warnings Missing a Javadoc comment. 182
Warnings Missing a Javadoc comment. 216
Warnings Missing a Javadoc comment. 230
Warnings Missing a Javadoc comment. 264
Warnings Missing a Javadoc comment. 306
Errors '31' is a magic number. 309
Errors '31' is a magic number. 310
Errors '31' is a magic number. 311
Errors '31' is a magic number. 312
Errors '31' is a magic number. 313

org/apache/maven/surefire/testset/DirectoryScannerParameters.java

Violation Message Line
Warnings Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 106

org/apache/maven/surefire/testset/RunOrderParameters.java

Violation Message Line
Warnings Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 40
Warnings Missing a Javadoc comment. 46
Errors Name 'ALPHABETICAL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Warnings Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 56

org/apache/maven/surefire/testset/TestArtifactInfo.java

Violation Message Line
Warnings Missing a Javadoc comment. 33
Warnings Missing a Javadoc comment. 39
Warnings Missing a Javadoc comment. 44

org/apache/maven/surefire/testset/TestRequest.java

Violation Message Line
Warnings Missing a Javadoc comment. 44
Warnings Expected @param tag for 'suiteXmlFiles'. 52
Warnings Expected @param tag for 'testSourceDirectory'. 52
Warnings Expected @param tag for 'requestedTest'. 52
Warnings Expected @param tag for 'requestedTestMethod'. 52

org/apache/maven/surefire/util/DefaultDirectoryScanner.java

Violation Message Line
Warnings Missing a Javadoc comment. 57
Warnings Missing a Javadoc comment. 65

org/apache/maven/surefire/util/DefaultRunOrderCalculator.java

Violation Message Line
Warnings Missing a Javadoc comment. 47
Warnings Missing a Javadoc comment. 55
Errors '500' is a magic number. 58
Warnings 'runOrder' hides a field. 69
Errors Line is longer than 120 characters. 88
Warnings 'runOrder' hides a field. 99

org/apache/maven/surefire/util/DefaultScanResult.java

Violation Message Line
Errors Name 'scanResultNo' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35
Warnings Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 47
Warnings Missing a Javadoc comment. 52
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 76
Warnings Missing a Javadoc comment. 81
Warnings Missing a Javadoc comment. 86
Warnings Missing a Javadoc comment. 106
Warnings Missing a Javadoc comment. 140
Errors '(' is not followed by whitespace. 140
Errors ')' is not preceded with whitespace. 140
Errors '{' is not preceded with whitespace. 140
Errors '{' should be on a new line. 140

org/apache/maven/surefire/util/NestedCheckedException.java

Violation Message Line
Warnings Expected an @return tag. 106
Warnings Expected an @return tag. 119

org/apache/maven/surefire/util/NestedRuntimeException.java

Violation Message Line
Warnings Expected an @return tag. 109
Warnings Expected an @return tag. 122

org/apache/maven/surefire/util/ReflectionUtils.java

Violation Message Line
Warnings Missing a Javadoc comment. 36
Warnings Missing a Javadoc comment. 41
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 66
Warnings Missing a Javadoc comment. 72
Warnings Missing a Javadoc comment. 84
Warnings Missing a Javadoc comment. 104
Warnings Missing a Javadoc comment. 122
Warnings Missing a Javadoc comment. 146
Warnings Missing a Javadoc comment. 171
Warnings Missing a Javadoc comment. 178
Warnings Missing a Javadoc comment. 184
Warnings Missing a Javadoc comment. 202
Warnings Missing a Javadoc comment. 217
Warnings Missing a Javadoc comment. 224
Errors Empty catch block. 231
Errors Empty catch block. 234
Warnings Missing a Javadoc comment. 239

org/apache/maven/surefire/util/RunOrder.java

Violation Message Line
Infos Missing a Javadoc comment. 33
Infos Missing a Javadoc comment. 35
Infos Missing a Javadoc comment. 37
Infos Missing a Javadoc comment. 39
Infos Missing a Javadoc comment. 41
Infos Missing a Javadoc comment. 43
Infos Missing a Javadoc comment. 45
Infos Missing a Javadoc comment. 47
Warnings Missing a Javadoc comment. 69
Warnings Missing a Javadoc comment. 115
Warnings Missing a Javadoc comment. 142
Warnings Missing a Javadoc comment. 147

org/apache/maven/surefire/util/RunOrderCalculator.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
Warnings Missing a Javadoc comment. 27

org/apache/maven/surefire/util/ScanResult.java

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

org/apache/maven/surefire/util/TestsToRun.java

Violation Message Line
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 77
Warnings Missing a Javadoc comment. 92
Warnings Missing a Javadoc comment. 112
Warnings Missing a Javadoc comment. 127

org/apache/maven/surefire/util/UrlUtils.java

Violation Message Line
Warnings Missing a Javadoc comment. 62

org/apache/maven/surefire/util/internal/ByteBuffer.java

Violation Message Line
Warnings Missing a Javadoc comment. 31
Warnings Missing a Javadoc comment. 36
Warnings Missing a Javadoc comment. 43
Warnings Missing a Javadoc comment. 48
Errors Name 'comma' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 53
Warnings Missing a Javadoc comment. 55
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 66
Errors 'static' modifier out of order with the JLS suggestions. 92
Errors Name 'digits' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 92
Warnings Missing a Javadoc comment. 97
Warnings Missing a Javadoc comment. 102
Warnings Missing a Javadoc comment. 107
Warnings Missing a Javadoc comment. 112
Warnings Missing a Javadoc comment. 131

org/apache/maven/surefire/util/internal/StringUtils.java

Violation Message Line
Warnings Missing a Javadoc comment. 59
Errors '{' should be on a new line. 140
Errors '126' is a magic number. 144
Errors '0xF000' is a magic number. 147
Errors '0x0F00' is a magic number. 148
Errors '0x00F0' is a magic number. 149
Errors '126' is a magic number. 245
Errors '0xF0' is a magic number. 247