Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
28 0 93 652

Files

Files Infos Warnings Errors
org/apache/maven/surefire/junitcore/AsynchronousRunner.java 0 4 0
org/apache/maven/surefire/junitcore/ClassesParallelRunListener.java 0 1 0
org/apache/maven/surefire/junitcore/ConcurrentRunListener.java 0 11 0
org/apache/maven/surefire/junitcore/ConfigurableParallelComputer.java 0 4 1
org/apache/maven/surefire/junitcore/JUnitCoreParameters.java 0 0 1
org/apache/maven/surefire/junitcore/JUnitCoreProvider.java 0 4 2
org/apache/maven/surefire/junitcore/JUnitCoreRunListener.java 0 2 0
org/apache/maven/surefire/junitcore/JUnitCoreWrapper.java 0 0 6
org/apache/maven/surefire/junitcore/LogicalStream.java 0 2 0
org/apache/maven/surefire/junitcore/MethodsParallelRunListener.java 0 1 0
org/apache/maven/surefire/junitcore/NonConcurrentRunListener.java 0 4 3
org/apache/maven/surefire/junitcore/ParallelComputerFactory.java 0 1 21
org/apache/maven/surefire/junitcore/SynchronousRunner.java 0 0 1
org/apache/maven/surefire/junitcore/TestMethod.java 0 1 0
org/apache/maven/surefire/junitcore/TestSet.java 0 9 1
org/apache/maven/surefire/junitcore/pc/AbstractThreadPoolStrategy.java 0 0 56
org/apache/maven/surefire/junitcore/pc/Balancer.java 0 1 4
org/apache/maven/surefire/junitcore/pc/BalancerFactory.java 0 3 1
org/apache/maven/surefire/junitcore/pc/InvokerStrategy.java 0 0 15
org/apache/maven/surefire/junitcore/pc/NonSharedThreadPoolStrategy.java 0 0 13
org/apache/maven/surefire/junitcore/pc/ParallelComputer.java 0 4 0
org/apache/maven/surefire/junitcore/pc/ParallelComputerBuilder.java 0 13 243
org/apache/maven/surefire/junitcore/pc/Scheduler.java 0 24 213
org/apache/maven/surefire/junitcore/pc/SchedulingStrategies.java 0 1 22
org/apache/maven/surefire/junitcore/pc/SchedulingStrategy.java 0 3 9
org/apache/maven/surefire/junitcore/pc/SharedThreadPoolStrategy.java 0 0 40

Rules

Rules Violations Severity
FileLength 0 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
1 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
LeftCurly
  • option: "nl"
171 Errors Error
RightCurly
  • option: "alone"
26 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
15 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
86 Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
2 Errors Error
JavadocVariable
  • scope: "protected"
0 Infos Info
ConstantName 1 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 2 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option: "space"
1 Errors Error
OperatorWrap 9 Errors Error
ParenPad
  • option: "space"
408 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 4 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 5 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock
  • option: "text"
0 Errors Error
NeedBraces 6 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
7 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"
0 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/surefire/junitcore/AsynchronousRunner.java

Violation Message Line
Warnings Missing a Javadoc comment. 43
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 66

org/apache/maven/surefire/junitcore/ClassesParallelRunListener.java

Violation Message Line
Warnings Missing a Javadoc comment. 33

org/apache/maven/surefire/junitcore/ConcurrentRunListener.java

Violation Message Line
Warnings Missing a Javadoc comment. 73
Warnings Missing a Javadoc comment. 77
Warnings Missing a Javadoc comment. 87
Warnings Missing a Javadoc comment. 97
Warnings Missing a Javadoc comment. 107
Warnings Missing a Javadoc comment. 116
Warnings Missing a Javadoc comment. 126
Warnings Missing a Javadoc comment. 135
Warnings Missing a Javadoc comment. 166
Warnings Missing a Javadoc comment. 184
Warnings Missing a Javadoc comment. 199

org/apache/maven/surefire/junitcore/ConfigurableParallelComputer.java

Violation Message Line
Errors Missing a Javadoc comment. 41
Warnings Missing a Javadoc comment. 56
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 66
Warnings Missing a Javadoc comment. 81

org/apache/maven/surefire/junitcore/JUnitCoreParameters.java

Violation Message Line
Errors Line is longer than 120 characters. 78

org/apache/maven/surefire/junitcore/JUnitCoreProvider.java

Violation Message Line
Warnings Missing a Javadoc comment. 75
Errors Line is longer than 120 characters. 86
Warnings Missing a Javadoc comment. 90
Warnings Missing a Javadoc comment. 95
Warnings Missing a Javadoc comment. 106
Errors Redundant throws: 'ReporterException' is unchecked exception. 107

org/apache/maven/surefire/junitcore/JUnitCoreRunListener.java

Violation Message Line
Warnings Expected @param tag for 'description'. 62
Warnings Expected @throws tag for 'Exception'. 63

org/apache/maven/surefire/junitcore/JUnitCoreWrapper.java

Violation Message Line
Errors '(' is not followed by whitespace. 110
Errors ')' is not preceded with whitespace. 110
Errors '(' is not followed by whitespace. 117
Errors ')' is not preceded with whitespace. 117
Errors Line is longer than 120 characters. 127
Errors Line is longer than 120 characters. 148

org/apache/maven/surefire/junitcore/LogicalStream.java

Violation Message Line
Warnings Missing a Javadoc comment. 70
Warnings Missing a Javadoc comment. 79

org/apache/maven/surefire/junitcore/MethodsParallelRunListener.java

Violation Message Line
Warnings Missing a Javadoc comment. 37

org/apache/maven/surefire/junitcore/NonConcurrentRunListener.java

Violation Message Line
Warnings Missing a Javadoc comment. 45
Warnings Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 57
Errors Line is longer than 120 characters. 61
Errors ')' is not preceded with whitespace. 63
Warnings Missing a Javadoc comment. 66
Errors ')' is not preceded with whitespace. 72

org/apache/maven/surefire/junitcore/ParallelComputerFactory.java

Violation Message Line
Errors Line is longer than 120 characters. 27
Errors '(' is not followed by whitespace. 46
Errors ')' is not preceded with whitespace. 46
Warnings 'availableProcessors' hides a field. 52
Errors '+' should be on a new line. 98
Errors Line is longer than 120 characters. 101
Errors ')' is not preceded with whitespace. 101
Errors '?' should be on a new line. 114
Errors ':' should be on a new line. 115
Errors '?' should be on a new line. 245
Errors '?' should be on a new line. 248
Errors '?' should be on a new line. 251
Errors 'if' construct must use '{}'s. 272
Errors 'if' construct must use '{}'s. 273
Errors 'if' construct must use '{}'s. 274
Errors 'if' construct must use '{}'s. 304
Errors 'if' construct must use '{}'s. 305
Errors 'if' construct must use '{}'s. 306
Errors ':' is not preceded with whitespace. 311
Errors '||' should be on a new line. 335
Errors '||' should be on a new line. 336
Errors '?' should be on a new line. 363

org/apache/maven/surefire/junitcore/SynchronousRunner.java

Violation Message Line
Errors Line does not match expected header line of '^\s*$'. 2

org/apache/maven/surefire/junitcore/TestMethod.java

Violation Message Line
Warnings 'description' hides a field. 67

org/apache/maven/surefire/junitcore/TestSet.java

Violation Message Line
Errors Name 'testSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 51
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 66
Warnings Missing a Javadoc comment. 105
Warnings Missing a Javadoc comment. 121
Warnings Missing a Javadoc comment. 131
Warnings Missing a Javadoc comment. 140
Warnings Missing a Javadoc comment. 154
Warnings Missing a Javadoc comment. 159
Warnings Missing a Javadoc comment. 164

org/apache/maven/surefire/junitcore/pc/AbstractThreadPoolStrategy.java

Violation Message Line
Errors '{' should be on a new line. 40
Errors '(' is not followed by whitespace. 43
Errors ')' is not preceded with whitespace. 43
Errors '(' is not followed by whitespace. 45
Errors ')' is not preceded with whitespace. 45
Errors '{' should be on a new line. 45
Errors '(' is not followed by whitespace. 46
Errors ')' is not preceded with whitespace. 46
Errors '(' is not followed by whitespace. 49
Errors ')' is not preceded with whitespace. 49
Errors '{' should be on a new line. 49
Errors '{' should be on a new line. 54
Errors '{' should be on a new line. 58
Errors '{' should be on a new line. 62
Errors '(' is not followed by whitespace. 63
Errors ')' is not preceded with whitespace. 63
Errors '(' is not followed by whitespace. 67
Errors ')' is not preceded with whitespace. 67
Errors '{' should be on a new line. 67
Errors '(' is not followed by whitespace. 68
Errors ')' is not preceded with whitespace. 68
Errors '{' should be on a new line. 68
Errors '(' is not followed by whitespace. 69
Errors ')' is not preceded with whitespace. 69
Errors '(' is not followed by whitespace. 70
Errors ')' is not preceded with whitespace. 70
Errors '{' should be on a new line. 70
Errors '(' is not followed by whitespace. 71
Errors ')' is not preceded with whitespace. 71
Errors '{' should be on a new line. 77
Errors '(' is not followed by whitespace. 78
Errors ')' is not preceded with whitespace. 78
Errors '(' is not followed by whitespace. 79
Errors ')' is not preceded with whitespace. 79
Errors '{' should be on a new line. 79
Errors '}' should be alone on a line. 81
Errors '{' should be on a new line. 81
Errors '{' should be on a new line. 88
Errors '(' is not followed by whitespace. 89
Errors ')' is not preceded with whitespace. 89
Errors '(' is not followed by whitespace. 90
Errors ')' is not preceded with whitespace. 90
Errors '{' should be on a new line. 90
Errors '}' should be alone on a line. 92
Errors '{' should be on a new line. 92
Errors '(' is not followed by whitespace. 99
Errors ')' is not preceded with whitespace. 99
Errors '{' should be on a new line. 99
Errors '(' is not followed by whitespace. 100
Errors ')' is not preceded with whitespace. 100
Errors '{' should be on a new line. 100
Errors '(' is not followed by whitespace. 102
Errors ')' is not preceded with whitespace. 102
Errors '(' is not followed by whitespace. 103
Errors ')' is not preceded with whitespace. 103
Errors '{' should be on a new line. 108

org/apache/maven/surefire/junitcore/pc/Balancer.java

Violation Message Line
Errors '{' should be on a new line. 33
Errors Redundant 'public' modifier. 41
Errors Redundant 'public' modifier. 46
Warnings Missing a Javadoc comment. 48
Errors Redundant 'public' modifier. 48

org/apache/maven/surefire/junitcore/pc/BalancerFactory.java

Violation Message Line
Errors '{' should be on a new line. 28
Warnings Expected an @return tag. 36
Warnings Expected an @return tag. 47
Warnings Expected an @return tag. 58

org/apache/maven/surefire/junitcore/pc/InvokerStrategy.java

Violation Message Line
Errors '{' should be on a new line. 32
Errors '(' is not followed by whitespace. 33
Errors ')' is not preceded with whitespace. 33
Errors '(' is not followed by whitespace. 36
Errors ')' is not preceded with whitespace. 36
Errors '{' should be on a new line. 36
Errors '(' is not followed by whitespace. 37
Errors ')' is not preceded with whitespace. 37
Errors '{' should be on a new line. 37
Errors '{' should be on a new line. 43
Errors '(' is not followed by whitespace. 44
Errors ')' is not preceded with whitespace. 44
Errors '{' should be on a new line. 48
Errors '{' should be on a new line. 53
Errors '{' should be on a new line. 58

org/apache/maven/surefire/junitcore/pc/NonSharedThreadPoolStrategy.java

Violation Message Line
Errors '{' should be on a new line. 33
Errors '(' is not followed by whitespace. 34
Errors ')' is not preceded with whitespace. 34
Errors '{' should be on a new line. 34
Errors '(' is not followed by whitespace. 35
Errors ')' is not preceded with whitespace. 35
Errors '{' should be on a new line. 39
Errors '{' should be on a new line. 44
Errors '{' should be on a new line. 47
Errors '(' is not followed by whitespace. 48
Errors ')' is not preceded with whitespace. 48
Errors '}' should be alone on a line. 50
Errors '{' should be on a new line. 50

org/apache/maven/surefire/junitcore/pc/ParallelComputer.java

Violation Message Line
Warnings Missing a Javadoc comment. 44
Warnings Missing a Javadoc comment. 46
Warnings Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 59

org/apache/maven/surefire/junitcore/pc/ParallelComputerBuilder.java

Violation Message Line
Errors Line is longer than 120 characters. 54
Errors Line is longer than 120 characters. 56
Errors '{' should be on a new line. 64
Errors '{' should be on a new line. 65
Errors '(' is not followed by whitespace. 70
Errors ')' is not preceded with whitespace. 70
Errors '{' should be on a new line. 77
Errors '(' is not followed by whitespace. 79
Errors ')' is not preceded with whitespace. 79
Errors '(' is not followed by whitespace. 80
Errors ')' is not preceded with whitespace. 80
Errors '(' is not followed by whitespace. 81
Errors ')' is not preceded with whitespace. 81
Warnings Missing a Javadoc comment. 84
Errors '{' should be on a new line. 84
Warnings Missing a Javadoc comment. 90
Errors '{' should be on a new line. 90
Errors Line is longer than 120 characters. 98
Warnings Unused @throws tag for 'IllegalArgumentException'. 99
Warnings Expected an @return tag. 101
Errors '(' is not followed by whitespace. 101
Warnings 'totalPoolSize' hides a field. 101
Errors ')' is not preceded with whitespace. 101
Errors '{' should be on a new line. 101
Errors '(' is not followed by whitespace. 102
Errors ')' is not preceded with whitespace. 102
Errors '{' should be on a new line. 102
Errors '(' is not followed by whitespace. 103
Errors ')' is not preceded with whitespace. 103
Warnings Missing a Javadoc comment. 110
Errors '{' should be on a new line. 110
Errors '(' is not followed by whitespace. 111
Errors ')' is not preceded with whitespace. 111
Warnings Missing a Javadoc comment. 114
Errors '(' is not followed by whitespace. 114
Errors ')' is not preceded with whitespace. 114
Errors '{' should be on a new line. 114
Errors '(' is not followed by whitespace. 115
Errors ')' is not preceded with whitespace. 115
Warnings Missing a Javadoc comment. 118
Errors '{' should be on a new line. 118
Errors '(' is not followed by whitespace. 119
Errors ')' is not preceded with whitespace. 119
Warnings Missing a Javadoc comment. 122
Errors '(' is not followed by whitespace. 122
Errors ')' is not preceded with whitespace. 122
Errors '{' should be on a new line. 122
Errors '(' is not followed by whitespace. 123
Errors ')' is not preceded with whitespace. 123
Warnings Missing a Javadoc comment. 126
Errors '{' should be on a new line. 126
Errors '(' is not followed by whitespace. 127
Errors ')' is not preceded with whitespace. 127
Warnings Missing a Javadoc comment. 130
Errors '(' is not followed by whitespace. 130
Errors ')' is not preceded with whitespace. 130
Errors '{' should be on a new line. 130
Errors '(' is not followed by whitespace. 131
Errors ')' is not preceded with whitespace. 131
Errors '(' is not followed by whitespace. 134
Errors ')' is not preceded with whitespace. 134
Errors '{' should be on a new line. 134
Errors '(' is not followed by whitespace. 135
Errors ')' is not preceded with whitespace. 135
Errors '{' should be on a new line. 135
Errors '(' is not followed by whitespace. 136
Errors ')' is not preceded with whitespace. 136
Errors '(' is not followed by whitespace. 139
Errors ')' is not preceded with whitespace. 139
Errors '{' should be on a new line. 139
Errors '(' is not followed by whitespace. 140
Errors ')' is not preceded with whitespace. 140
Errors '(' is not followed by whitespace. 143
Errors ')' is not preceded with whitespace. 143
Errors '(' is not followed by whitespace. 147
Errors ')' is not preceded with whitespace. 147
Errors '{' should be on a new line. 147
Errors '(' is not followed by whitespace. 148
Errors ')' is not preceded with whitespace. 148
Warnings Missing a Javadoc comment. 151
Errors '{' should be on a new line. 151
Errors '{' should be on a new line. 167
Errors '(' is not followed by whitespace. 168
Errors ')' is not preceded with whitespace. 168
Errors '(' is not followed by whitespace. 174
Errors ')' is not preceded with whitespace. 174
Errors '{' should be on a new line. 174
Warnings 'master' hides a field. 175
Errors '(' is not followed by whitespace. 176
Errors ')' is not preceded with whitespace. 176
Errors '(' is not followed by whitespace. 180
Errors ')' is not preceded with whitespace. 180
Errors '{' should be on a new line. 180
Errors '(' is not followed by whitespace. 181
Errors ')' is not preceded with whitespace. 181
Errors '(' is not followed by whitespace. 190
Errors ')' is not preceded with whitespace. 190
Errors '{' should be on a new line. 208
Errors '(' is not followed by whitespace. 210
Errors ')' is not preceded with whitespace. 210
Errors '{' should be on a new line. 210
Errors '(' is not followed by whitespace. 215
Errors ')' is not preceded with whitespace. 215
Errors '{' should be on a new line. 215
Errors '(' is not followed by whitespace. 216
Errors ')' is not preceded with whitespace. 216
Errors '(' is not followed by whitespace. 217
Errors ')' is not preceded with whitespace. 217
Errors '{' should be on a new line. 217
Errors '(' is not followed by whitespace. 218
Errors ')' is not preceded with whitespace. 218
Errors '}' should be alone on a line. 219
Errors '(' is not followed by whitespace. 219
Errors ')' is not preceded with whitespace. 219
Errors '{' should be on a new line. 219
Errors '(' is not followed by whitespace. 220
Errors ')' is not preceded with whitespace. 220
Errors '{' should be on a new line. 225
Errors '{' should be on a new line. 230
Errors '{' is not followed by whitespace. 240
Errors '}' is not preceded with whitespace. 240
Errors '(' is not followed by whitespace. 250
Errors ')' is not preceded with whitespace. 250
Errors '{' should be on a new line. 250
Errors Line is longer than 120 characters. 251
Errors '(' is not followed by whitespace. 251
Errors ')' is not preceded with whitespace. 251
Errors '(' is not followed by whitespace. 254
Errors ')' is not preceded with whitespace. 254
Errors '{' should be on a new line. 254
Errors '(' is not followed by whitespace. 255
Errors ')' is not preceded with whitespace. 255
Errors '{' should be on a new line. 255
Errors '(' is not followed by whitespace. 256
Errors ')' is not preceded with whitespace. 256
Errors '}' should be alone on a line. 257
Errors '(' is not followed by whitespace. 257
Errors ')' is not preceded with whitespace. 257
Errors '{' should be on a new line. 257
Errors '(' is not followed by whitespace. 258
Errors '(' is not followed by whitespace. 258
Errors ')' is not preceded with whitespace. 258
Errors ')' is not preceded with whitespace. 258
Errors '}' should be alone on a line. 259
Errors '{' should be on a new line. 259
Errors '(' is not followed by whitespace. 260
Errors '(' is not followed by whitespace. 260
Errors ')' is not preceded with whitespace. 260
Errors ')' is not preceded with whitespace. 260
Errors '{' should be on a new line. 264
Errors Line is longer than 120 characters. 265
Errors '(' is not followed by whitespace. 265
Errors ')' is not preceded with whitespace. 265
Errors '(' is not followed by whitespace. 265
Errors ')' is not preceded with whitespace. 265
Errors '{' should be on a new line. 268
Errors '(' is not followed by whitespace. 270
Errors ';' is not followed by whitespace. 270
Errors '{' should be on a new line. 270
Errors '{' should be on a new line. 272
Errors '(' is not followed by whitespace. 273
Errors ')' is not preceded with whitespace. 273
Errors '}' should be alone on a line. 274
Errors '(' is not followed by whitespace. 274
Errors ')' is not preceded with whitespace. 274
Errors '{' should be on a new line. 274
Errors '{' should be on a new line. 280
Errors '(' is not followed by whitespace. 281
Errors ')' is not preceded with whitespace. 281
Errors '{' should be on a new line. 281
Errors '(' is not followed by whitespace. 283
Errors ')' is not preceded with whitespace. 283
Errors '{' should be on a new line. 283
Errors '(' is not followed by whitespace. 285
Errors ')' is not preceded with whitespace. 285
Errors '{' should be on a new line. 285
Errors '}' should be alone on a line. 291
Errors '{' should be on a new line. 291
Errors '{' should be on a new line. 296
Errors '(' is not followed by whitespace. 297
Errors ')' is not preceded with whitespace. 297
Errors '(' is not followed by whitespace. 298
Errors ')' is not preceded with whitespace. 298
Errors '(' is not followed by whitespace. 299
Errors ')' is not preceded with whitespace. 299
Errors '(' is not followed by whitespace. 301
Errors ')' is not preceded with whitespace. 301
Errors '(' is not followed by whitespace. 302
Errors ')' is not preceded with whitespace. 302
Errors '(' is not followed by whitespace. 374
Errors ')' is not preceded with whitespace. 374
Errors '{' should be on a new line. 374
Errors '(' is not followed by whitespace. 375
Errors ')' is not preceded with whitespace. 375
Errors '{' should be on a new line. 375
Errors '(' is not followed by whitespace. 376
Errors ')' is not preceded with whitespace. 376
Errors '(' is not followed by whitespace. 378
Errors ')' is not preceded with whitespace. 378
Errors '{' should be on a new line. 378
Errors Line is longer than 120 characters. 379
Errors '(' is not followed by whitespace. 379
Errors '(' is not followed by whitespace. 379
Errors ')' is not preceded with whitespace. 379
Errors ')' is not preceded with whitespace. 379
Errors '}' should be alone on a line. 381
Errors '{' should be on a new line. 381
Errors '(' is not followed by whitespace. 383
Errors ')' is not preceded with whitespace. 383
Errors '{' should be on a new line. 383
Errors '}' should be alone on a line. 385
Errors '(' is not followed by whitespace. 385
Errors ')' is not preceded with whitespace. 385
Errors '{' should be on a new line. 385
Errors '(' is not followed by whitespace. 386
Errors ')' is not preceded with whitespace. 386
Errors '(' is not followed by whitespace. 389
Errors ')' is not preceded with whitespace. 389
Errors '{' should be on a new line. 389
Errors '(' is not followed by whitespace. 390
Errors '(' is not followed by whitespace. 390
Errors ')' is not preceded with whitespace. 391
Errors ')' is not preceded with whitespace. 391
Errors Line is longer than 120 characters. 396
Errors '(' is not followed by whitespace. 396
Errors ')' is not preceded with whitespace. 396
Errors '{' should be on a new line. 396
Errors '(' is not followed by whitespace. 398
Errors ')' is not preceded with whitespace. 398
Errors '(' is not followed by whitespace. 399
Errors ')' is not preceded with whitespace. 399
Errors '(' is not followed by whitespace. 402
Errors ')' is not preceded with whitespace. 402
Errors '{' should be on a new line. 402
Errors '(' is not followed by whitespace. 403
Errors ')' is not preceded with whitespace. 403
Errors '{' should be on a new line. 403
Errors '(' is not followed by whitespace. 404
Errors ')' is not preceded with whitespace. 404
Errors '}' should be alone on a line. 405
Errors '(' is not followed by whitespace. 405
Errors ')' is not preceded with whitespace. 405
Errors '{' should be on a new line. 405
Errors '(' is not followed by whitespace. 406
Errors ')' is not preceded with whitespace. 406
Errors '}' should be alone on a line. 407
Errors '{' should be on a new line. 407
Errors '(' is not followed by whitespace. 408
Errors '(' is not followed by whitespace. 408
Errors ')' is not preceded with whitespace. 408
Errors ')' is not preceded with whitespace. 408
Errors '(' is not followed by whitespace. 412
Errors ')' is not preceded with whitespace. 412
Errors '{' should be on a new line. 412
Errors '(' is not followed by whitespace. 413
Errors ')' is not preceded with whitespace. 413

org/apache/maven/surefire/junitcore/pc/Scheduler.java

Violation Message Line
Errors '{' should be on a new line. 46
Errors '(' is not followed by whitespace. 61
Warnings Expected @param tag for 'description'. 61
Warnings Expected @param tag for 'strategy'. 61
Errors ')' is not preceded with whitespace. 61
Errors '{' should be on a new line. 61
Errors '(' is not followed by whitespace. 62
Errors ')' is not preceded with whitespace. 62
Warnings Unused @throws tag for 'NullPointerException'. 75
Errors '(' is not followed by whitespace. 77
Errors ')' is not preceded with whitespace. 77
Errors '{' should be on a new line. 77
Errors '(' is not followed by whitespace. 78
Errors '(' is not followed by whitespace. 78
Errors ')' is not preceded with whitespace. 78
Errors ')' is not preceded with whitespace. 78
Warnings Unused @throws tag for 'NullPointerException'. 92
Errors '(' is not followed by whitespace. 94
Errors ')' is not preceded with whitespace. 94
Errors '{' should be on a new line. 94
Errors '(' is not followed by whitespace. 95
Errors ')' is not preceded with whitespace. 95
Warnings Unused @throws tag for 'NullPointerException'. 109
Errors Line is longer than 120 characters. 111
Errors '(' is not followed by whitespace. 111
Errors ')' is not preceded with whitespace. 111
Errors '{' should be on a new line. 111
Errors '(' is not followed by whitespace. 112
Errors ')' is not preceded with whitespace. 112
Errors '(' is not followed by whitespace. 113
Errors ')' is not preceded with whitespace. 113
Errors '(' is not followed by whitespace. 114
Errors ')' is not preceded with whitespace. 114
Errors '(' is not followed by whitespace. 123
Warnings Expected @param tag for 'description'. 123
Warnings Expected @param tag for 'strategy'. 123
Warnings Expected @param tag for 'concurrency'. 123
Errors ')' is not preceded with whitespace. 123
Errors '{' should be on a new line. 123
Errors '(' is not followed by whitespace. 124
Errors ')' is not preceded with whitespace. 124
Errors '(' is not followed by whitespace. 125
Errors ')' is not preceded with whitespace. 125
Errors '(' is not followed by whitespace. 126
Errors ')' is not preceded with whitespace. 126
Errors '(' is not followed by whitespace. 135
Warnings Expected @param tag for 'description'. 135
Warnings Expected @param tag for 'masterScheduler'. 135
Warnings Expected @param tag for 'strategy'. 135
Errors ')' is not preceded with whitespace. 135
Errors '{' should be on a new line. 135
Errors '(' is not followed by whitespace. 136
Errors ')' is not preceded with whitespace. 136
Errors '(' is not followed by whitespace. 139
Warnings 'masterController' hides a field. 139
Errors ')' is not preceded with whitespace. 139
Errors '{' should be on a new line. 139
Errors '(' is not followed by whitespace. 140
Errors ')' is not preceded with whitespace. 140
Errors '{' should be on a new line. 140
Errors '(' is not followed by whitespace. 141
Errors ')' is not preceded with whitespace. 141
Errors '(' is not followed by whitespace. 150
Errors ')' is not preceded with whitespace. 150
Errors '{' should be on a new line. 150
Errors '(' is not followed by whitespace. 152
Errors ')' is not preceded with whitespace. 152
Errors '{' should be on a new line. 152
Errors '(' is not followed by whitespace. 153
Errors ')' is not preceded with whitespace. 153
Errors '(' is not followed by whitespace. 154
Errors ')' is not preceded with whitespace. 154
Errors '(' is not followed by whitespace. 155
Errors ')' is not preceded with whitespace. 155
Errors '{' should be on a new line. 155
Errors '(' is not followed by whitespace. 156
Errors ')' is not preceded with whitespace. 156
Errors '(' is not followed by whitespace. 157
Errors ')' is not preceded with whitespace. 157
Errors '{' should be on a new line. 166
Errors '(' is not followed by whitespace. 167
Errors ')' is not preceded with whitespace. 167
Warnings Missing a Javadoc comment. 170
Errors '(' is not followed by whitespace. 170
Errors ')' is not preceded with whitespace. 170
Errors '{' should be on a new line. 170
Errors '(' is not followed by whitespace. 171
Errors ')' is not preceded with whitespace. 171
Warnings Missing a Javadoc comment. 174
Errors '(' is not followed by whitespace. 174
Errors ')' is not preceded with whitespace. 174
Errors '{' should be on a new line. 174
Errors '(' is not followed by whitespace. 175
Errors ')' is not preceded with whitespace. 175
Errors '(' is not followed by whitespace. 188
Errors ')' is not preceded with whitespace. 188
Errors '{' should be on a new line. 188
Errors '(' is not followed by whitespace. 192
Errors ')' is not preceded with whitespace. 192
Errors '{' should be on a new line. 192
Errors '(' is not followed by whitespace. 193
Errors ')' is not preceded with whitespace. 193
Errors '(' is not followed by whitespace. 196
Errors ')' is not preceded with whitespace. 196
Errors '{' should be on a new line. 196
Errors '{' should be on a new line. 197
Errors '(' is not followed by whitespace. 198
Errors '(' is not followed by whitespace. 198
Errors ')' is not preceded with whitespace. 198
Errors ')' is not preceded with whitespace. 198
Errors '}' should be alone on a line. 199
Errors '(' is not followed by whitespace. 199
Errors ')' is not preceded with whitespace. 199
Errors '{' should be on a new line. 199
Errors '(' is not followed by whitespace. 200
Errors ')' is not preceded with whitespace. 200
Errors '{' should be on a new line. 204
Errors '}' should be alone on a line. 206
Errors '{' should be on a new line. 206
Errors '(' is not followed by whitespace. 207
Errors ')' is not preceded with whitespace. 207
Errors '{' should be on a new line. 207
Errors '}' should be alone on a line. 209
Errors '{' should be on a new line. 209
Warnings Missing a Javadoc comment. 217
Errors '{' should be on a new line. 217
Warnings Missing a Javadoc comment. 220
Errors '{' should be on a new line. 220
Warnings Missing a Javadoc comment. 223
Errors '(' is not followed by whitespace. 223
Errors ')' is not preceded with whitespace. 223
Errors '{' should be on a new line. 223
Errors '(' is not followed by whitespace. 224
Errors ')' is not preceded with whitespace. 224
Errors '{' should be on a new line. 224
Errors '(' is not followed by whitespace. 225
Errors ')' is not preceded with whitespace. 225
Errors '}' should be alone on a line. 226
Errors '(' is not followed by whitespace. 226
Errors ')' is not preceded with whitespace. 226
Errors '{' should be on a new line. 226
Errors '{' should be on a new line. 227
Errors '(' is not followed by whitespace. 229
Errors ')' is not preceded with whitespace. 229
Errors '(' is not followed by whitespace. 230
Errors ')' is not preceded with whitespace. 230
Errors '}' should be alone on a line. 232
Errors '(' is not followed by whitespace. 232
Errors ')' is not preceded with whitespace. 232
Errors '{' should be on a new line. 232
Errors '(' is not followed by whitespace. 233
Errors ')' is not preceded with whitespace. 233
Errors '}' should be alone on a line. 234
Errors '(' is not followed by whitespace. 234
Errors ')' is not preceded with whitespace. 234
Errors '{' should be on a new line. 234
Errors '(' is not followed by whitespace. 236
Errors ')' is not preceded with whitespace. 236
Warnings Missing a Javadoc comment. 241
Errors '{' should be on a new line. 241
Errors '{' should be on a new line. 242
Errors '}' should be alone on a line. 244
Errors '(' is not followed by whitespace. 244
Errors ')' is not preceded with whitespace. 244
Errors '{' should be on a new line. 244
Errors '(' is not followed by whitespace. 245
Errors ')' is not preceded with whitespace. 245
Errors '}' should be alone on a line. 246
Errors '{' should be on a new line. 246
Errors '(' is not followed by whitespace. 247
Errors ')' is not preceded with whitespace. 247
Errors '{' should be on a new line. 247
Errors '(' is not followed by whitespace. 253
Errors ')' is not preceded with whitespace. 253
Errors '{' should be on a new line. 253
Errors '{' should be on a new line. 255
Errors '{' should be on a new line. 256
Errors '}' should be alone on a line. 259
Errors '{' should be on a new line. 259
Errors '{' should be on a new line. 260
Errors '}' should be alone on a line. 262
Errors '{' should be on a new line. 262
Warnings Missing a Javadoc comment. 270
Errors '{' should be on a new line. 270
Errors '{' should be on a new line. 277
Errors '(' is not followed by whitespace. 280
Errors ')' is not preceded with whitespace. 280
Errors '{' should be on a new line. 280
Errors '{' should be on a new line. 287
Errors '{' should be on a new line. 291
Errors '{' should be on a new line. 292
Errors '}' should be alone on a line. 294
Errors 'catch' is not followed by whitespace. 294
Errors '(' is not followed by whitespace. 294
Errors ')' is not preceded with whitespace. 294
Errors '{' should be on a new line. 294
Errors '(' is not followed by whitespace. 295
Errors ')' is not preceded with whitespace. 295
Errors '(' is not followed by whitespace. 299
Errors ')' is not preceded with whitespace. 299
Errors '{' should be on a new line. 299
Errors '(' is not followed by whitespace. 300
Errors ')' is not preceded with whitespace. 300
Errors '{' should be on a new line. 304
Errors '(' is not followed by whitespace. 309
Errors ')' is not preceded with whitespace. 309
Errors '{' should be on a new line. 309
Errors '(' is not followed by whitespace. 310
Errors ')' is not preceded with whitespace. 310
Errors '(' is not followed by whitespace. 310
Errors '(' is not followed by whitespace. 310
Errors ')' is not preceded with whitespace. 310
Errors ')' is not preceded with whitespace. 310
Errors Missing a Javadoc comment. 314
Errors '{' should be on a new line. 314
Warnings Missing a Javadoc comment. 317
Errors '{' should be on a new line. 317
Warnings Missing a Javadoc comment. 321
Errors '(' is not followed by whitespace. 321
Warnings 'poolHandler' hides a field. 321
Errors ')' is not preceded with whitespace. 321
Errors '{' should be on a new line. 321
Warnings Missing a Javadoc comment. 325
Errors '(' is not followed by whitespace. 325
Errors ')' is not preceded with whitespace. 325
Errors '{' should be on a new line. 325
Errors '(' is not followed by whitespace. 326
Errors ')' is not preceded with whitespace. 326
Errors '{' should be on a new line. 326
Errors '(' is not followed by whitespace. 327
Errors ')' is not preceded with whitespace. 327
Warnings 'poolHandler' hides a field. 329
Errors '(' is not followed by whitespace. 330
Errors ')' is not preceded with whitespace. 330
Errors '{' should be on a new line. 330
Errors '(' is not followed by whitespace. 331
Errors ')' is not preceded with whitespace. 331

org/apache/maven/surefire/junitcore/pc/SchedulingStrategies.java

Violation Message Line
Errors '{' should be on a new line. 31
Errors '{' should be on a new line. 36
Errors '(' is not followed by whitespace. 44
Errors ')' is not preceded with whitespace. 44
Errors '{' should be on a new line. 44
Errors '(' is not followed by whitespace. 45
Errors '(' is not followed by whitespace. 45
Errors ')' is not preceded with whitespace. 45
Errors ')' is not preceded with whitespace. 45
Errors '{' should be on a new line. 51
Errors '(' is not followed by whitespace. 52
Errors ')' is not preceded with whitespace. 52
Warnings Unused @throws tag for 'NullPointerException'. 65
Errors '(' is not followed by whitespace. 67
Errors ')' is not preceded with whitespace. 67
Errors '{' should be on a new line. 67
Errors '(' is not followed by whitespace. 68
Errors ')' is not preceded with whitespace. 68
Errors '{' should be on a new line. 68
Errors '(' is not followed by whitespace. 69
Errors ')' is not preceded with whitespace. 69
Errors '(' is not followed by whitespace. 71
Errors ')' is not preceded with whitespace. 71

org/apache/maven/surefire/junitcore/pc/SchedulingStrategy.java

Violation Message Line
Errors Unused import - org.junit.runners.model.RunnerScheduler. 22
Errors Unused import - java.util.concurrent.RejectedExecutionException. 24
Errors '{' should be on a new line. 38
Warnings Unused @throws tag for 'RejectedExecutionException'. 44
Warnings Unused @throws tag for 'NullPointerException'. 46
Errors '(' is not followed by whitespace. 50
Errors ')' is not preceded with whitespace. 50
Errors '{' should be on a new line. 88
Warnings Missing a Javadoc comment. 92
Errors '(' is not followed by whitespace. 92
Errors ')' is not preceded with whitespace. 92
Errors '{' should be on a new line. 92

org/apache/maven/surefire/junitcore/pc/SharedThreadPoolStrategy.java

Violation Message Line
Errors '{' should be on a new line. 36
Errors '(' is not followed by whitespace. 37
Errors ')' is not preceded with whitespace. 37
Errors '{' should be on a new line. 37
Errors '(' is not followed by whitespace. 38
Errors ')' is not preceded with whitespace. 38
Errors '{' should be on a new line. 42
Errors '{' should be on a new line. 47
Errors '(' is not followed by whitespace. 49
Errors ')' is not preceded with whitespace. 49
Errors '{' should be on a new line. 49
Errors '{' should be on a new line. 50
Errors '}' should be alone on a line. 52
Errors '(' is not followed by whitespace. 52
Errors ')' is not preceded with whitespace. 52
Errors '{' should be on a new line. 52
Errors '}' should be alone on a line. 56
Errors '(' is not followed by whitespace. 56
Errors ')' is not preceded with whitespace. 56
Errors '{' should be on a new line. 56
Errors '}' should be alone on a line. 58
Errors '(' is not followed by whitespace. 58
Errors ')' is not preceded with whitespace. 58
Errors '{' should be on a new line. 58
Errors Redundant 'final' modifier. 67
Errors '{' should be on a new line. 67
Errors '(' is not followed by whitespace. 68
Errors ')' is not preceded with whitespace. 68
Errors Redundant 'final' modifier. 72
Errors '{' should be on a new line. 72
Errors '(' is not followed by whitespace. 73
Errors ')' is not preceded with whitespace. 73
Errors '(' is not followed by whitespace. 76
Errors ')' is not preceded with whitespace. 76
Errors '{' should be on a new line. 76
Errors '(' is not followed by whitespace. 78
Errors ')' is not preceded with whitespace. 78
Errors '{' should be on a new line. 78
Errors '(' is not followed by whitespace. 79
Errors ')' is not preceded with whitespace. 79