Checkstyle Results
The following document contains the results of Checkstyle 11.0.0 with org/forgerock/checkstyle/check-src-default.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
24 | 0 | 0 | 586 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | NeedBraces | 30 | ![]() |
design | VisibilityModifier
|
24 | ![]() |
header | RegexpHeader
|
21 | ![]() |
imports | RedundantImport | 5 | ![]() |
UnusedImports
|
80 | ![]() | |
javadoc | JavadocPackage | 7 | ![]() |
JavadocVariable
|
48 | ![]() | |
naming | ConstantName
|
24 | ![]() |
LocalVariableName | 40 | ![]() | |
MemberName | 19 | ![]() | |
MethodName | 50 | ![]() | |
ParameterName | 40 | ![]() | |
TypeName | 21 | ![]() | |
regexp | RegexpSingleline
|
20 | ![]() |
sizes | LineLength
|
122 | ![]() |
whitespace | WhitespaceAfter | 20 | ![]() |
WhitespaceAround | 15 | ![]() |
Details
org/forgerock/http/filter/FiltersChainOfBenchmark.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
naming | MemberName | Name 'OK_HANDLER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() |
naming | MemberName | Name 'PASS_THROUGH' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
![]() |
naming | MemberName | Name 'REQUEST' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() |
naming | MemberName | Name 'CONTEXT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
org/forgerock/http/filter/generated/FiltersChainOfBenchmark_jmhType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Missing a header - not enough lines in file. | 1 |
![]() |
naming | TypeName | Name 'FiltersChainOfBenchmark_jmhType' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/http/filter/generated/FiltersChainOfBenchmark_jmhType_B1.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Line does not match expected header line of '^\W*The contents of this file are subject to the terms of the Common Development and$'. | 1 |
![]() |
imports | UnusedImports | Unused import - org.forgerock.http.filter.FiltersChainOfBenchmark. | 2 |
![]() |
naming | TypeName | Name 'FiltersChainOfBenchmark_jmhType_B1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 3 |
org/forgerock/http/filter/generated/FiltersChainOfBenchmark_jmhType_B2.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Line does not match expected header line of '^\W*The contents of this file are subject to the terms of the Common Development and$'. | 1 |
![]() |
naming | TypeName | Name 'FiltersChainOfBenchmark_jmhType_B2' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 3 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
design | VisibilityModifier | Variable 'setupTrialMutex' must be private and have accessor methods. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
design | VisibilityModifier | Variable 'tearTrialMutex' must be private and have accessor methods. | 5 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 209). | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
naming | ConstantName | Name 'setupTrialMutexUpdater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^[a-z][a-zA-Z0-9]*Logger$|^logger$'. | 6 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 207). | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
naming | ConstantName | Name 'tearTrialMutexUpdater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^[a-z][a-zA-Z0-9]*Logger$|^logger$'. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
design | VisibilityModifier | Variable 'setupIterationMutex' must be private and have accessor methods. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
design | VisibilityModifier | Variable 'tearIterationMutex' must be private and have accessor methods. | 10 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 217). | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
naming | ConstantName | Name 'setupIterationMutexUpdater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^[a-z][a-zA-Z0-9]*Logger$|^logger$'. | 11 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 215). | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
naming | ConstantName | Name 'tearIterationMutexUpdater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^[a-z][a-zA-Z0-9]*Logger$|^logger$'. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
design | VisibilityModifier | Variable 'setupInvocationMutex' must be private and have accessor methods. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
design | VisibilityModifier | Variable 'tearInvocationMutex' must be private and have accessor methods. | 15 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 219). | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
naming | ConstantName | Name 'setupInvocationMutexUpdater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^[a-z][a-zA-Z0-9]*Logger$|^logger$'. | 16 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 217). | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
naming | ConstantName | Name 'tearInvocationMutexUpdater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^[a-z][a-zA-Z0-9]*Logger$|^logger$'. | 17 |
org/forgerock/http/filter/generated/FiltersChainOfBenchmark_jmhType_B3.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Line does not match expected header line of '^\W*The contents of this file are subject to the terms of the Common Development and$'. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
naming | TypeName | Name 'FiltersChainOfBenchmark_jmhType_B3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/http/filter/generated/FiltersChainOfBenchmark_testOriginalChainOf_jmhTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Line does not match expected header line of '^\W*The contents of this file are subject to the terms of the Common Development and$'. | 1 |
![]() |
imports | UnusedImports | Unused import - java.util.List. | 3 |
![]() |
imports | UnusedImports | Unused import - java.util.concurrent.atomic.AtomicInteger. | 4 |
![]() |
imports | UnusedImports | Unused import - java.util.Collection. | 5 |
![]() |
imports | UnusedImports | Unused import - java.util.ArrayList. | 6 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.CompilerControl. | 8 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.results.Result. | 12 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.Mode. | 18 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.Fork. | 19 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.Measurement. | 20 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.Threads. | 21 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.Warmup. | 22 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.BenchmarkMode. | 23 |
![]() |
imports | UnusedImports | Unused import - java.lang.reflect.Field. | 26 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.infra.BenchmarkParams. | 27 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.infra.IterationParams. | 28 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.http.filter.generated.FiltersChainOfBenchmark_jmhType. | 31 |
![]() |
naming | TypeName | Name 'FiltersChainOfBenchmark_testOriginalChainOf_jmhTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 32 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 52 |
![]() |
naming | MethodName | Name 'testOriginalChainOf_Throughput' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
naming | LocalVariableName | Name 'l_blackhole1_1' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 55 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 56 |
![]() |
naming | LocalVariableName | Name 'l_filterschainofbenchmark0_0' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 56 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 160). | 91 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 93 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 205). | 97 |
![]() |
naming | MethodName | Name 'testOriginalChainOf_thrpt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
![]() |
naming | ParameterName | Name 'l_filterschainofbenchmark0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
![]() |
naming | ParameterName | Name 'l_blackhole1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 104 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 104 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 111 |
![]() |
naming | MethodName | Name 'testOriginalChainOf_AverageTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 |
![]() |
naming | LocalVariableName | Name 'l_blackhole1_1' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 114 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 115 |
![]() |
naming | LocalVariableName | Name 'l_filterschainofbenchmark0_0' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 115 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 161). | 150 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 152 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 204). | 156 |
![]() |
naming | MethodName | Name 'testOriginalChainOf_avgt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
![]() |
naming | ParameterName | Name 'l_filterschainofbenchmark0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
![]() |
naming | ParameterName | Name 'l_blackhole1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 163 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 163 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 170 |
![]() |
naming | MethodName | Name 'testOriginalChainOf_SampleTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 |
![]() |
naming | LocalVariableName | Name 'l_blackhole1_1' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 173 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 174 |
![]() |
naming | LocalVariableName | Name 'l_filterschainofbenchmark0_0' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 174 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 185 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 152). | 189 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 210 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 212 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 277). | 216 |
![]() |
naming | MethodName | Name 'testOriginalChainOf_sample_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 216 |
![]() |
naming | ParameterName | Name 'l_filterschainofbenchmark0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 216 |
![]() |
naming | ParameterName | Name 'l_blackhole1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 216 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 219 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 230 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 242 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 242 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 249 |
![]() |
naming | MethodName | Name 'testOriginalChainOf_SingleShotTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 249 |
![]() |
naming | LocalVariableName | Name 'l_blackhole1_1' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 251 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 252 |
![]() |
naming | LocalVariableName | Name 'l_filterschainofbenchmark0_0' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 252 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 269 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 271 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 217). | 275 |
![]() |
naming | MethodName | Name 'testOriginalChainOf_ss_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 |
![]() |
naming | ParameterName | Name 'l_filterschainofbenchmark0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 |
![]() |
naming | ParameterName | Name 'l_blackhole1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 279 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 286 |
![]() |
naming | MemberName | Name 'f_blackhole1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 288 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_blackhole1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 297 |
![]() |
naming | MemberName | Name 'f_filterschainofbenchmark0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 298 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 299 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 145). | 300 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_filterschainofbenchmark0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 300 |
org/forgerock/http/handler/HandlersChainOfBenchmark.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
naming | MemberName | Name 'OK_RESPONSE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
naming | MemberName | Name 'OK_HANDLER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
naming | MemberName | Name 'PASS_THROUGH' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
![]() |
naming | MemberName | Name 'REQUEST' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
![]() |
naming | MemberName | Name 'CONTEXT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 80 |
org/forgerock/http/handler/generated/HandlersChainOfBenchmark_jmhType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Missing a header - not enough lines in file. | 1 |
![]() |
naming | TypeName | Name 'HandlersChainOfBenchmark_jmhType' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/http/handler/generated/HandlersChainOfBenchmark_jmhType_B1.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Line does not match expected header line of '^\W*The contents of this file are subject to the terms of the Common Development and$'. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
imports | UnusedImports | Unused import - org.forgerock.http.handler.HandlersChainOfBenchmark. | 2 |
![]() |
naming | TypeName | Name 'HandlersChainOfBenchmark_jmhType_B1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 3 |
org/forgerock/http/handler/generated/HandlersChainOfBenchmark_jmhType_B2.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Line does not match expected header line of '^\W*The contents of this file are subject to the terms of the Common Development and$'. | 1 |
![]() |
naming | TypeName | Name 'HandlersChainOfBenchmark_jmhType_B2' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 3 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
design | VisibilityModifier | Variable 'setupTrialMutex' must be private and have accessor methods. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
design | VisibilityModifier | Variable 'tearTrialMutex' must be private and have accessor methods. | 5 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 211). | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
naming | ConstantName | Name 'setupTrialMutexUpdater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^[a-z][a-zA-Z0-9]*Logger$|^logger$'. | 6 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 209). | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
naming | ConstantName | Name 'tearTrialMutexUpdater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^[a-z][a-zA-Z0-9]*Logger$|^logger$'. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
design | VisibilityModifier | Variable 'setupIterationMutex' must be private and have accessor methods. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
design | VisibilityModifier | Variable 'tearIterationMutex' must be private and have accessor methods. | 10 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 219). | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
naming | ConstantName | Name 'setupIterationMutexUpdater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^[a-z][a-zA-Z0-9]*Logger$|^logger$'. | 11 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 217). | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
naming | ConstantName | Name 'tearIterationMutexUpdater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^[a-z][a-zA-Z0-9]*Logger$|^logger$'. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
design | VisibilityModifier | Variable 'setupInvocationMutex' must be private and have accessor methods. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
design | VisibilityModifier | Variable 'tearInvocationMutex' must be private and have accessor methods. | 15 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 221). | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
naming | ConstantName | Name 'setupInvocationMutexUpdater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^[a-z][a-zA-Z0-9]*Logger$|^logger$'. | 16 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 219). | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
naming | ConstantName | Name 'tearInvocationMutexUpdater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^[a-z][a-zA-Z0-9]*Logger$|^logger$'. | 17 |
org/forgerock/http/handler/generated/HandlersChainOfBenchmark_jmhType_B3.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Line does not match expected header line of '^\W*The contents of this file are subject to the terms of the Common Development and$'. | 1 |
![]() |
naming | TypeName | Name 'HandlersChainOfBenchmark_jmhType_B3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/http/handler/generated/HandlersChainOfBenchmark_testOriginalChainOf_jmhTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Line does not match expected header line of '^\W*The contents of this file are subject to the terms of the Common Development and$'. | 1 |
![]() |
imports | UnusedImports | Unused import - java.util.List. | 3 |
![]() |
imports | UnusedImports | Unused import - java.util.concurrent.atomic.AtomicInteger. | 4 |
![]() |
imports | UnusedImports | Unused import - java.util.Collection. | 5 |
![]() |
imports | UnusedImports | Unused import - java.util.ArrayList. | 6 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.CompilerControl. | 8 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.results.Result. | 12 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.Mode. | 18 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.Fork. | 19 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.Measurement. | 20 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.Threads. | 21 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.Warmup. | 22 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.BenchmarkMode. | 23 |
![]() |
imports | UnusedImports | Unused import - java.lang.reflect.Field. | 26 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.infra.BenchmarkParams. | 27 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.infra.IterationParams. | 28 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.http.handler.generated.HandlersChainOfBenchmark_jmhType. | 31 |
![]() |
naming | TypeName | Name 'HandlersChainOfBenchmark_testOriginalChainOf_jmhTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 32 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 52 |
![]() |
naming | MethodName | Name 'testOriginalChainOf_Throughput' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
naming | LocalVariableName | Name 'l_blackhole1_1' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 55 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 56 |
![]() |
naming | LocalVariableName | Name 'l_handlerschainofbenchmark0_0' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 56 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 160). | 91 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 93 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 207). | 97 |
![]() |
naming | MethodName | Name 'testOriginalChainOf_thrpt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
![]() |
naming | ParameterName | Name 'l_handlerschainofbenchmark0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
![]() |
naming | ParameterName | Name 'l_blackhole1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 104 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 104 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 111 |
![]() |
naming | MethodName | Name 'testOriginalChainOf_AverageTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 |
![]() |
naming | LocalVariableName | Name 'l_blackhole1_1' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 114 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 115 |
![]() |
naming | LocalVariableName | Name 'l_handlerschainofbenchmark0_0' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 115 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 161). | 150 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 152 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 206). | 156 |
![]() |
naming | MethodName | Name 'testOriginalChainOf_avgt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
![]() |
naming | ParameterName | Name 'l_handlerschainofbenchmark0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
![]() |
naming | ParameterName | Name 'l_blackhole1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 163 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 163 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 170 |
![]() |
naming | MethodName | Name 'testOriginalChainOf_SampleTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 |
![]() |
naming | LocalVariableName | Name 'l_blackhole1_1' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 173 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 174 |
![]() |
naming | LocalVariableName | Name 'l_handlerschainofbenchmark0_0' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 174 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 185 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 153). | 189 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 210 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 212 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 279). | 216 |
![]() |
naming | MethodName | Name 'testOriginalChainOf_sample_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 216 |
![]() |
naming | ParameterName | Name 'l_handlerschainofbenchmark0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 216 |
![]() |
naming | ParameterName | Name 'l_blackhole1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 216 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 219 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 230 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 242 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 242 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 249 |
![]() |
naming | MethodName | Name 'testOriginalChainOf_SingleShotTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 249 |
![]() |
naming | LocalVariableName | Name 'l_blackhole1_1' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 251 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 252 |
![]() |
naming | LocalVariableName | Name 'l_handlerschainofbenchmark0_0' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 252 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 269 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 271 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 219). | 275 |
![]() |
naming | MethodName | Name 'testOriginalChainOf_ss_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 |
![]() |
naming | ParameterName | Name 'l_handlerschainofbenchmark0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 |
![]() |
naming | ParameterName | Name 'l_blackhole1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 279 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 286 |
![]() |
naming | MemberName | Name 'f_blackhole1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 288 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_blackhole1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 297 |
![]() |
naming | MemberName | Name 'f_handlerschainofbenchmark0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 298 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 299 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 147). | 300 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_handlerschainofbenchmark0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 300 |
org/forgerock/http/serialization/JacksonJsonSerialization.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.Fork. | 33 |
org/forgerock/http/serialization/generated/JacksonJsonSerialization_jmhType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Missing a header - not enough lines in file. | 1 |
![]() |
naming | TypeName | Name 'JacksonJsonSerialization_jmhType' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/http/serialization/generated/JacksonJsonSerialization_jmhType_B1.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Line does not match expected header line of '^\W*The contents of this file are subject to the terms of the Common Development and$'. | 1 |
![]() |
imports | UnusedImports | Unused import - org.forgerock.http.serialization.JacksonJsonSerialization. | 2 |
![]() |
naming | TypeName | Name 'JacksonJsonSerialization_jmhType_B1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 3 |
org/forgerock/http/serialization/generated/JacksonJsonSerialization_jmhType_B2.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Line does not match expected header line of '^\W*The contents of this file are subject to the terms of the Common Development and$'. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
naming | TypeName | Name 'JacksonJsonSerialization_jmhType_B2' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 3 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
design | VisibilityModifier | Variable 'setupTrialMutex' must be private and have accessor methods. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
design | VisibilityModifier | Variable 'tearTrialMutex' must be private and have accessor methods. | 5 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 211). | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
naming | ConstantName | Name 'setupTrialMutexUpdater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^[a-z][a-zA-Z0-9]*Logger$|^logger$'. | 6 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 209). | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
naming | ConstantName | Name 'tearTrialMutexUpdater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^[a-z][a-zA-Z0-9]*Logger$|^logger$'. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
design | VisibilityModifier | Variable 'setupIterationMutex' must be private and have accessor methods. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
design | VisibilityModifier | Variable 'tearIterationMutex' must be private and have accessor methods. | 10 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 219). | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
naming | ConstantName | Name 'setupIterationMutexUpdater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^[a-z][a-zA-Z0-9]*Logger$|^logger$'. | 11 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 217). | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
naming | ConstantName | Name 'tearIterationMutexUpdater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^[a-z][a-zA-Z0-9]*Logger$|^logger$'. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
design | VisibilityModifier | Variable 'setupInvocationMutex' must be private and have accessor methods. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
design | VisibilityModifier | Variable 'tearInvocationMutex' must be private and have accessor methods. | 15 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 221). | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
naming | ConstantName | Name 'setupInvocationMutexUpdater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^[a-z][a-zA-Z0-9]*Logger$|^logger$'. | 16 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 219). | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
naming | ConstantName | Name 'tearInvocationMutexUpdater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^[a-z][a-zA-Z0-9]*Logger$|^logger$'. | 17 |
org/forgerock/http/serialization/generated/JacksonJsonSerialization_jmhType_B3.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Line does not match expected header line of '^\W*The contents of this file are subject to the terms of the Common Development and$'. | 1 |
![]() |
naming | TypeName | Name 'JacksonJsonSerialization_jmhType_B3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/http/serialization/generated/JacksonJsonSerialization_testConstructObjectMapperEachTime_jmhTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Line does not match expected header line of '^\W*The contents of this file are subject to the terms of the Common Development and$'. | 1 |
![]() |
imports | UnusedImports | Unused import - java.util.List. | 3 |
![]() |
imports | UnusedImports | Unused import - java.util.concurrent.atomic.AtomicInteger. | 4 |
![]() |
imports | UnusedImports | Unused import - java.util.Collection. | 5 |
![]() |
imports | UnusedImports | Unused import - java.util.ArrayList. | 6 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.CompilerControl. | 8 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.results.Result. | 12 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.Mode. | 18 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.Fork. | 19 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.Measurement. | 20 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.Threads. | 21 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.Warmup. | 22 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.BenchmarkMode. | 23 |
![]() |
imports | UnusedImports | Unused import - java.lang.reflect.Field. | 26 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.infra.BenchmarkParams. | 27 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.infra.IterationParams. | 28 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.http.serialization.generated.JacksonJsonSerialization_jmhType. | 31 |
![]() |
naming | TypeName | Name 'JacksonJsonSerialization_testConstructObjectMapperEachTime_jmhTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 32 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 52 |
![]() |
naming | MethodName | Name 'testConstructObjectMapperEachTime_Throughput' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
naming | LocalVariableName | Name 'l_blackhole1_1' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 55 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 56 |
![]() |
naming | LocalVariableName | Name 'l_jacksonjsonserialization0_0' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 56 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 67 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 91 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 93 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 221). | 97 |
![]() |
naming | MethodName | Name 'testConstructObjectMapperEachTime_thrpt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
![]() |
naming | ParameterName | Name 'l_jacksonjsonserialization0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
![]() |
naming | ParameterName | Name 'l_blackhole1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 104 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 104 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 144). | 111 |
![]() |
naming | MethodName | Name 'testConstructObjectMapperEachTime_AverageTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 |
![]() |
naming | LocalVariableName | Name 'l_blackhole1_1' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 114 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 115 |
![]() |
naming | LocalVariableName | Name 'l_jacksonjsonserialization0_0' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 115 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 175). | 150 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 152 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 220). | 156 |
![]() |
naming | MethodName | Name 'testConstructObjectMapperEachTime_avgt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
![]() |
naming | ParameterName | Name 'l_jacksonjsonserialization0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
![]() |
naming | ParameterName | Name 'l_blackhole1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 163 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 163 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 170 |
![]() |
naming | MethodName | Name 'testConstructObjectMapperEachTime_SampleTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 |
![]() |
naming | LocalVariableName | Name 'l_blackhole1_1' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 173 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 174 |
![]() |
naming | LocalVariableName | Name 'l_jacksonjsonserialization0_0' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 174 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 185 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 167). | 189 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 210 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 212 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 293). | 216 |
![]() |
naming | MethodName | Name 'testConstructObjectMapperEachTime_sample_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 216 |
![]() |
naming | ParameterName | Name 'l_jacksonjsonserialization0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 216 |
![]() |
naming | ParameterName | Name 'l_blackhole1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 216 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 219 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 230 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 242 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 242 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 147). | 249 |
![]() |
naming | MethodName | Name 'testConstructObjectMapperEachTime_SingleShotTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 249 |
![]() |
naming | LocalVariableName | Name 'l_blackhole1_1' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 251 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 252 |
![]() |
naming | LocalVariableName | Name 'l_jacksonjsonserialization0_0' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 252 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 259 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 157). | 269 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 271 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 233). | 275 |
![]() |
naming | MethodName | Name 'testConstructObjectMapperEachTime_ss_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 |
![]() |
naming | ParameterName | Name 'l_jacksonjsonserialization0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 |
![]() |
naming | ParameterName | Name 'l_blackhole1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 279 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 286 |
![]() |
naming | MemberName | Name 'f_blackhole1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 288 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_blackhole1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 297 |
![]() |
naming | MemberName | Name 'f_jacksonjsonserialization0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 298 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 299 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 147). | 300 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_jacksonjsonserialization0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 300 |
org/forgerock/http/serialization/generated/JacksonJsonSerialization_testDefaultJson_jmhTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Line does not match expected header line of '^\W*The contents of this file are subject to the terms of the Common Development and$'. | 1 |
![]() |
imports | UnusedImports | Unused import - java.util.List. | 3 |
![]() |
imports | UnusedImports | Unused import - java.util.concurrent.atomic.AtomicInteger. | 4 |
![]() |
imports | UnusedImports | Unused import - java.util.Collection. | 5 |
![]() |
imports | UnusedImports | Unused import - java.util.ArrayList. | 6 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.CompilerControl. | 8 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.results.Result. | 12 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.Mode. | 18 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.Fork. | 19 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.Measurement. | 20 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.Threads. | 21 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.Warmup. | 22 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.BenchmarkMode. | 23 |
![]() |
imports | UnusedImports | Unused import - java.lang.reflect.Field. | 26 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.infra.BenchmarkParams. | 27 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.infra.IterationParams. | 28 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.http.serialization.generated.JacksonJsonSerialization_jmhType. | 31 |
![]() |
naming | TypeName | Name 'JacksonJsonSerialization_testDefaultJson_jmhTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 32 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 52 |
![]() |
naming | MethodName | Name 'testDefaultJson_Throughput' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
naming | LocalVariableName | Name 'l_blackhole1_1' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 55 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 56 |
![]() |
naming | LocalVariableName | Name 'l_jacksonjsonserialization0_0' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 56 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 91 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 93 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 203). | 97 |
![]() |
naming | MethodName | Name 'testDefaultJson_thrpt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
![]() |
naming | ParameterName | Name 'l_jacksonjsonserialization0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
![]() |
naming | ParameterName | Name 'l_blackhole1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 104 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 104 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 111 |
![]() |
naming | MethodName | Name 'testDefaultJson_AverageTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 |
![]() |
naming | LocalVariableName | Name 'l_blackhole1_1' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 114 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 115 |
![]() |
naming | LocalVariableName | Name 'l_jacksonjsonserialization0_0' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 115 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 157). | 150 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 152 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 202). | 156 |
![]() |
naming | MethodName | Name 'testDefaultJson_avgt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
![]() |
naming | ParameterName | Name 'l_jacksonjsonserialization0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
![]() |
naming | ParameterName | Name 'l_blackhole1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 163 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 163 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 170 |
![]() |
naming | MethodName | Name 'testDefaultJson_SampleTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 |
![]() |
naming | LocalVariableName | Name 'l_blackhole1_1' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 173 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 174 |
![]() |
naming | LocalVariableName | Name 'l_jacksonjsonserialization0_0' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 174 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 185 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 149). | 189 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 210 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 212 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 275). | 216 |
![]() |
naming | MethodName | Name 'testDefaultJson_sample_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 216 |
![]() |
naming | ParameterName | Name 'l_jacksonjsonserialization0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 216 |
![]() |
naming | ParameterName | Name 'l_blackhole1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 216 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 219 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 230 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 242 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 242 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 249 |
![]() |
naming | MethodName | Name 'testDefaultJson_SingleShotTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 249 |
![]() |
naming | LocalVariableName | Name 'l_blackhole1_1' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 251 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 252 |
![]() |
naming | LocalVariableName | Name 'l_jacksonjsonserialization0_0' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 252 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 139). | 269 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 271 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 215). | 275 |
![]() |
naming | MethodName | Name 'testDefaultJson_ss_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 |
![]() |
naming | ParameterName | Name 'l_jacksonjsonserialization0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 |
![]() |
naming | ParameterName | Name 'l_blackhole1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 279 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 286 |
![]() |
naming | MemberName | Name 'f_blackhole1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 288 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_blackhole1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 297 |
![]() |
naming | MemberName | Name 'f_jacksonjsonserialization0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 298 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 299 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 147). | 300 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_jacksonjsonserialization0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 300 |
org/forgerock/http/serialization/generated/JacksonJsonSerialization_testWithAttribute_jmhTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Line does not match expected header line of '^\W*The contents of this file are subject to the terms of the Common Development and$'. | 1 |
![]() |
imports | UnusedImports | Unused import - java.util.List. | 3 |
![]() |
imports | UnusedImports | Unused import - java.util.concurrent.atomic.AtomicInteger. | 4 |
![]() |
imports | UnusedImports | Unused import - java.util.Collection. | 5 |
![]() |
imports | UnusedImports | Unused import - java.util.ArrayList. | 6 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.CompilerControl. | 8 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.results.Result. | 12 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.Mode. | 18 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.Fork. | 19 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.Measurement. | 20 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.Threads. | 21 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.Warmup. | 22 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.annotations.BenchmarkMode. | 23 |
![]() |
imports | UnusedImports | Unused import - java.lang.reflect.Field. | 26 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.infra.BenchmarkParams. | 27 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.infra.IterationParams. | 28 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.http.serialization.generated.JacksonJsonSerialization_jmhType. | 31 |
![]() |
naming | TypeName | Name 'JacksonJsonSerialization_testWithAttribute_jmhTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 32 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 52 |
![]() |
naming | MethodName | Name 'testWithAttribute_Throughput' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
naming | LocalVariableName | Name 'l_blackhole1_1' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 55 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 56 |
![]() |
naming | LocalVariableName | Name 'l_jacksonjsonserialization0_0' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 56 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 158). | 91 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 93 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 205). | 97 |
![]() |
naming | MethodName | Name 'testWithAttribute_thrpt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
![]() |
naming | ParameterName | Name 'l_jacksonjsonserialization0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
![]() |
naming | ParameterName | Name 'l_blackhole1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 104 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 104 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 111 |
![]() |
naming | MethodName | Name 'testWithAttribute_AverageTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 |
![]() |
naming | LocalVariableName | Name 'l_blackhole1_1' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 114 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 115 |
![]() |
naming | LocalVariableName | Name 'l_jacksonjsonserialization0_0' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 115 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 159). | 150 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 152 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 204). | 156 |
![]() |
naming | MethodName | Name 'testWithAttribute_avgt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
![]() |
naming | ParameterName | Name 'l_jacksonjsonserialization0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
![]() |
naming | ParameterName | Name 'l_blackhole1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 163 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 163 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 170 |
![]() |
naming | MethodName | Name 'testWithAttribute_SampleTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 |
![]() |
naming | LocalVariableName | Name 'l_blackhole1_1' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 173 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 174 |
![]() |
naming | LocalVariableName | Name 'l_jacksonjsonserialization0_0' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 174 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 185 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 189 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 210 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 212 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 277). | 216 |
![]() |
naming | MethodName | Name 'testWithAttribute_sample_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 216 |
![]() |
naming | ParameterName | Name 'l_jacksonjsonserialization0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 216 |
![]() |
naming | ParameterName | Name 'l_blackhole1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 216 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 219 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 230 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 242 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 242 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 249 |
![]() |
naming | MethodName | Name 'testWithAttribute_SingleShotTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 249 |
![]() |
naming | LocalVariableName | Name 'l_blackhole1_1' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 251 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 252 |
![]() |
naming | LocalVariableName | Name 'l_jacksonjsonserialization0_0' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 252 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 269 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 271 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 217). | 275 |
![]() |
naming | MethodName | Name 'testWithAttribute_ss_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 |
![]() |
naming | ParameterName | Name 'l_jacksonjsonserialization0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 |
![]() |
naming | ParameterName | Name 'l_blackhole1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 279 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 286 |
![]() |
naming | MemberName | Name 'f_blackhole1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 288 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_blackhole1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 297 |
![]() |
naming | MemberName | Name 'f_jacksonjsonserialization0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 298 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 299 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 147). | 300 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_jacksonjsonserialization0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 300 |
org/openjdk/jmh/infra/generated/Blackhole_jmhType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Missing a header - not enough lines in file. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
naming | TypeName | Name 'Blackhole_jmhType' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/openjdk/jmh/infra/generated/Blackhole_jmhType_B1.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Line does not match expected header line of '^\W*The contents of this file are subject to the terms of the Common Development and$'. | 1 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.infra.Blackhole. | 2 |
![]() |
naming | TypeName | Name 'Blackhole_jmhType_B1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 3 |
org/openjdk/jmh/infra/generated/Blackhole_jmhType_B2.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Line does not match expected header line of '^\W*The contents of this file are subject to the terms of the Common Development and$'. | 1 |
![]() |
naming | TypeName | Name 'Blackhole_jmhType_B2' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 3 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
design | VisibilityModifier | Variable 'setupTrialMutex' must be private and have accessor methods. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
design | VisibilityModifier | Variable 'tearTrialMutex' must be private and have accessor methods. | 5 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 181). | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
naming | ConstantName | Name 'setupTrialMutexUpdater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^[a-z][a-zA-Z0-9]*Logger$|^logger$'. | 6 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 179). | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
naming | ConstantName | Name 'tearTrialMutexUpdater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^[a-z][a-zA-Z0-9]*Logger$|^logger$'. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
design | VisibilityModifier | Variable 'setupIterationMutex' must be private and have accessor methods. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
design | VisibilityModifier | Variable 'tearIterationMutex' must be private and have accessor methods. | 10 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 189). | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
naming | ConstantName | Name 'setupIterationMutexUpdater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^[a-z][a-zA-Z0-9]*Logger$|^logger$'. | 11 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 187). | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
naming | ConstantName | Name 'tearIterationMutexUpdater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^[a-z][a-zA-Z0-9]*Logger$|^logger$'. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
design | VisibilityModifier | Variable 'setupInvocationMutex' must be private and have accessor methods. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
design | VisibilityModifier | Variable 'tearInvocationMutex' must be private and have accessor methods. | 15 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 191). | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
naming | ConstantName | Name 'setupInvocationMutexUpdater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^[a-z][a-zA-Z0-9]*Logger$|^logger$'. | 16 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 189). | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
naming | ConstantName | Name 'tearInvocationMutexUpdater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^[a-z][a-zA-Z0-9]*Logger$|^logger$'. | 17 |
org/openjdk/jmh/infra/generated/Blackhole_jmhType_B3.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Line does not match expected header line of '^\W*The contents of this file are subject to the terms of the Common Development and$'. | 1 |
![]() |
naming | TypeName | Name 'Blackhole_jmhType_B3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |