Checkstyle Results
The following document contains the results of Checkstyle 11.0.0 with org/forgerock/checkstyle/check-src-default.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
111 | 0 | 0 | 4795 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | NeedBraces | 420 | ![]() |
design | VisibilityModifier
|
189 | ![]() |
header | RegexpHeader
|
105 | ![]() |
imports | RedundantImport | 42 | ![]() |
UnusedImports
|
336 | ![]() | |
indentation | Indentation
|
359 | ![]() |
javadoc | JavadocPackage | 1 | ![]() |
JavadocVariable
|
315 | ![]() | |
naming | ConstantName
|
126 | ![]() |
LocalVariableName | 252 | ![]() | |
MethodName | 210 | ![]() | |
ParameterName | 168 | ![]() | |
StaticVariableName | 42 | ![]() | |
TypeName | 105 | ![]() | |
regexp | RegexpSingleline
|
84 | ![]() |
sizes | LineLength
|
1306 | ![]() |
whitespace | WhitespaceAfter | 462 | ![]() |
WhitespaceAround | 273 | ![]() |
Details
org/forgerock/audit/benchmark/CsvAuditEventHandlerWriteBenchmarkTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
indentation | Indentation | 'throws' has incorrect indentation level 12, expected level should be 16. | 72 |
org/forgerock/audit/benchmark/JsonAuditEventHandlerWriteBenchmarkTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
indentation | Indentation | 'throws' has incorrect indentation level 12, expected level should be 16. | 68 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerReadBenchmarkTest_ReadState_jmhType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Missing a header - not enough lines in file. | 1 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 2 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerReadBenchmarkTest_ReadState_jmhType' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerReadBenchmarkTest_ReadState_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.audit.benchmark.CsvAuditEventHandlerReadBenchmarkTest.ReadState. | 2 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 159). | 3 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerReadBenchmarkTest_ReadState_jmhType_B1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 3 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerReadBenchmarkTest_ReadState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 3 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerReadBenchmarkTest_ReadState_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 257). | 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 255). | 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 265). | 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 263). | 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 267). | 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 265). | 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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
design | VisibilityModifier | Variable 'readyTrial' must be private and have accessor methods. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
design | VisibilityModifier | Variable 'readyIteration' must be private and have accessor methods. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'readyInvocation' must be private and have accessor methods. | 21 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerReadBenchmarkTest_ReadState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 2 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerReadBenchmarkTest_ReadState_jmhType_B3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerReadBenchmarkTest_jmhType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Missing a header - not enough lines in file. | 1 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerReadBenchmarkTest_jmhType' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerReadBenchmarkTest_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.audit.benchmark.CsvAuditEventHandlerReadBenchmarkTest. | 2 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 139). | 3 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerReadBenchmarkTest_jmhType_B1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 3 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerReadBenchmarkTest_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 'CsvAuditEventHandlerReadBenchmarkTest_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 237). | 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 235). | 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 245). | 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 243). | 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 247). | 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 245). | 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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
design | VisibilityModifier | Variable 'readyTrial' must be private and have accessor methods. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
design | VisibilityModifier | Variable 'readyIteration' must be private and have accessor methods. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'readyInvocation' must be private and have accessor methods. | 21 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerReadBenchmarkTest_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 'CsvAuditEventHandlerReadBenchmarkTest_jmhType_B3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerReadBenchmarkTest_queryForId_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.results.ScalarResult. | 31 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.results.AggregationPolicy. | 32 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.CsvAuditEventHandlerReadBenchmarkTest_jmhType. | 35 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.CsvAuditEventHandlerReadBenchmarkTest_ReadState_jmhType. | 36 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerReadBenchmarkTest_queryForId_jmhTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 37 |
![]() |
naming | MethodName | Name 'queryForId_Throughput' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 68 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 168). | 72 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 72 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 73 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 73 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 199). | 85 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 99 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 110 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 113 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 114 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 136 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 139 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 424). | 143 |
![]() |
naming | MethodName | Name 'queryForId_thrpt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_readstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 150 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 150 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 157 |
![]() |
naming | MethodName | Name 'queryForId_AverageTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 163 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 168). | 167 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 167 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 168 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 168 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 198). | 180 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 194 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 205 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 208 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 209 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 144). | 231 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 234 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 423). | 238 |
![]() |
naming | MethodName | Name 'queryForId_avgt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_readstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 245 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 245 |
![]() |
naming | MethodName | Name 'queryForId_SampleTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 258 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 168). | 262 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 262 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 263 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 263 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 275 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 245). | 279 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 293 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 295 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 304 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 307 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 308 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 312 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 330 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 496). | 334 |
![]() |
naming | MethodName | Name 'queryForId_sample_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_readstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 337 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 348 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 360 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 360 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 367 |
![]() |
naming | MethodName | Name 'queryForId_SingleShotTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 373 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 168). | 376 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 376 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 377 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 377 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 207). | 385 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 389 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 391 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 400 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 403 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 404 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 407 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 408 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 421 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 424 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 436). | 428 |
![]() |
naming | MethodName | Name 'queryForId_ss_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_readstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 432 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 439 |
![]() |
naming | StaticVariableName | Name 'f_csvauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 440 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 441 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 442 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_csvauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 442 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 447 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 447 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 449 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 449 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 450 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 451 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 452 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 453 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 454 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 455 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 456 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 464 |
![]() |
naming | StaticVariableName | Name 'f_readstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 465 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 466 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 467 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_readstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 467 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 472 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 472 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 474 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 474 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 475 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 476 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 477 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 478 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 479 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 480 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 481 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 482 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerReadBenchmarkTest_readById_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.results.ScalarResult. | 31 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.results.AggregationPolicy. | 32 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.CsvAuditEventHandlerReadBenchmarkTest_jmhType. | 35 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.CsvAuditEventHandlerReadBenchmarkTest_ReadState_jmhType. | 36 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerReadBenchmarkTest_readById_jmhTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 37 |
![]() |
naming | MethodName | Name 'readById_Throughput' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 68 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 168). | 72 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 72 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 73 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 73 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 197). | 85 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 99 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 110 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 113 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 114 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 136 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 139 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 422). | 143 |
![]() |
naming | MethodName | Name 'readById_thrpt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_readstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 150 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 150 |
![]() |
naming | MethodName | Name 'readById_AverageTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 163 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 168). | 167 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 167 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 168 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 168 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 196). | 180 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 194 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 205 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 208 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 209 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 142). | 231 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 234 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 421). | 238 |
![]() |
naming | MethodName | Name 'readById_avgt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_readstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 245 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 245 |
![]() |
naming | MethodName | Name 'readById_SampleTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 258 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 168). | 262 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 262 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 263 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 263 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 275 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 243). | 279 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 293 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 295 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 304 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 307 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 308 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 312 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 330 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 494). | 334 |
![]() |
naming | MethodName | Name 'readById_sample_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_readstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 337 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 348 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 360 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 360 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 367 |
![]() |
naming | MethodName | Name 'readById_SingleShotTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 373 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 168). | 376 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 376 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 377 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 377 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 205). | 385 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 389 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 391 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 400 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 403 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 404 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 407 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 408 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 421 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 424 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 434). | 428 |
![]() |
naming | MethodName | Name 'readById_ss_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_readstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 432 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 439 |
![]() |
naming | StaticVariableName | Name 'f_csvauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 440 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 441 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 442 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_csvauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 442 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 447 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 447 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 449 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 449 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 450 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 451 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 452 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 453 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 454 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 455 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 456 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 464 |
![]() |
naming | StaticVariableName | Name 'f_readstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 465 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 466 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 467 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_readstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 467 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 472 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 472 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 474 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 474 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 475 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 476 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 477 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 478 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 479 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 480 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 481 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 482 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_BufferedFlushedRotatedWriteState_jmhType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Missing a header - not enough lines in file. | 1 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 185). | 2 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_BufferedFlushedRotatedWriteState_jmhType' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_BufferedFlushedRotatedWriteState_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.audit.benchmark.CsvAuditEventHandlerWriteBenchmarkTest.BufferedFlushedRotatedWriteState. | 2 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 207). | 3 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_BufferedFlushedRotatedWriteState_jmhType_B1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 3 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_BufferedFlushedRotatedWriteState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 188). | 3 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_BufferedFlushedRotatedWriteState_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 305). | 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 303). | 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 313). | 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 311). | 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 315). | 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 313). | 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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
design | VisibilityModifier | Variable 'readyTrial' must be private and have accessor methods. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
design | VisibilityModifier | Variable 'readyIteration' must be private and have accessor methods. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'readyInvocation' must be private and have accessor methods. | 21 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_BufferedFlushedRotatedWriteState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 188). | 2 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_BufferedFlushedRotatedWriteState_jmhType_B3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_BufferedFlushedSecureWriteState_jmhType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Missing a header - not enough lines in file. | 1 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 183). | 2 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_BufferedFlushedSecureWriteState_jmhType' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_BufferedFlushedSecureWriteState_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.audit.benchmark.CsvAuditEventHandlerWriteBenchmarkTest.BufferedFlushedSecureWriteState. | 2 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 205). | 3 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_BufferedFlushedSecureWriteState_jmhType_B1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 3 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_BufferedFlushedSecureWriteState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 186). | 3 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_BufferedFlushedSecureWriteState_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 303). | 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 301). | 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 311). | 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 309). | 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 313). | 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 311). | 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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
design | VisibilityModifier | Variable 'readyTrial' must be private and have accessor methods. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
design | VisibilityModifier | Variable 'readyIteration' must be private and have accessor methods. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'readyInvocation' must be private and have accessor methods. | 21 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_BufferedFlushedSecureWriteState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 186). | 2 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_BufferedFlushedSecureWriteState_jmhType_B3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_BufferedFlushedWriteState_jmhType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Missing a header - not enough lines in file. | 1 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 2 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_BufferedFlushedWriteState_jmhType' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_BufferedFlushedWriteState_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.audit.benchmark.CsvAuditEventHandlerWriteBenchmarkTest.BufferedFlushedWriteState. | 2 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 193). | 3 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_BufferedFlushedWriteState_jmhType_B1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 3 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_BufferedFlushedWriteState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 3 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_BufferedFlushedWriteState_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 291). | 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 289). | 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 299). | 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 297). | 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 301). | 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 299). | 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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
design | VisibilityModifier | Variable 'readyTrial' must be private and have accessor methods. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
design | VisibilityModifier | Variable 'readyIteration' must be private and have accessor methods. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'readyInvocation' must be private and have accessor methods. | 21 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_BufferedFlushedWriteState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 2 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_BufferedFlushedWriteState_jmhType_B3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_BufferedRotatedWriteState_jmhType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Missing a header - not enough lines in file. | 1 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 2 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_BufferedRotatedWriteState_jmhType' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_BufferedRotatedWriteState_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.audit.benchmark.CsvAuditEventHandlerWriteBenchmarkTest.BufferedRotatedWriteState. | 2 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 193). | 3 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_BufferedRotatedWriteState_jmhType_B1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 3 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_BufferedRotatedWriteState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 3 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_BufferedRotatedWriteState_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 291). | 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 289). | 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 299). | 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 297). | 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 301). | 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 299). | 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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
design | VisibilityModifier | Variable 'readyTrial' must be private and have accessor methods. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
design | VisibilityModifier | Variable 'readyIteration' must be private and have accessor methods. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'readyInvocation' must be private and have accessor methods. | 21 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_BufferedRotatedWriteState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 2 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_BufferedRotatedWriteState_jmhType_B3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_BufferedSecureWriteState_jmhType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Missing a header - not enough lines in file. | 1 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 169). | 2 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_BufferedSecureWriteState_jmhType' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_BufferedSecureWriteState_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.audit.benchmark.CsvAuditEventHandlerWriteBenchmarkTest.BufferedSecureWriteState. | 2 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 191). | 3 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_BufferedSecureWriteState_jmhType_B1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 3 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_BufferedSecureWriteState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 172). | 3 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_BufferedSecureWriteState_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 289). | 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 287). | 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 297). | 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 295). | 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 299). | 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 297). | 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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
design | VisibilityModifier | Variable 'readyTrial' must be private and have accessor methods. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
design | VisibilityModifier | Variable 'readyIteration' must be private and have accessor methods. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'readyInvocation' must be private and have accessor methods. | 21 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_BufferedSecureWriteState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 172). | 2 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_BufferedSecureWriteState_jmhType_B3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_BufferedWriteState_jmhType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Missing a header - not enough lines in file. | 1 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 157). | 2 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_BufferedWriteState_jmhType' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_BufferedWriteState_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.audit.benchmark.CsvAuditEventHandlerWriteBenchmarkTest.BufferedWriteState. | 2 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 179). | 3 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_BufferedWriteState_jmhType_B1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 3 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_BufferedWriteState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 160). | 3 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_BufferedWriteState_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 277). | 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 275). | 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 285). | 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 283). | 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 287). | 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 285). | 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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
design | VisibilityModifier | Variable 'readyTrial' must be private and have accessor methods. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
design | VisibilityModifier | Variable 'readyIteration' must be private and have accessor methods. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'readyInvocation' must be private and have accessor methods. | 21 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_BufferedWriteState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 160). | 2 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_BufferedWriteState_jmhType_B3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_UnbufferedRotatedWriteState_jmhType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Missing a header - not enough lines in file. | 1 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 175). | 2 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_UnbufferedRotatedWriteState_jmhType' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_UnbufferedRotatedWriteState_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.audit.benchmark.CsvAuditEventHandlerWriteBenchmarkTest.UnbufferedRotatedWriteState. | 2 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 197). | 3 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_UnbufferedRotatedWriteState_jmhType_B1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 3 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_UnbufferedRotatedWriteState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 178). | 3 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_UnbufferedRotatedWriteState_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 295). | 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 293). | 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 303). | 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 301). | 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 305). | 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 303). | 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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
design | VisibilityModifier | Variable 'readyTrial' must be private and have accessor methods. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
design | VisibilityModifier | Variable 'readyIteration' must be private and have accessor methods. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'readyInvocation' must be private and have accessor methods. | 21 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_UnbufferedRotatedWriteState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 178). | 2 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_UnbufferedRotatedWriteState_jmhType_B3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_UnbufferedSecureWriteState_jmhType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Missing a header - not enough lines in file. | 1 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 173). | 2 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_UnbufferedSecureWriteState_jmhType' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_UnbufferedSecureWriteState_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.audit.benchmark.CsvAuditEventHandlerWriteBenchmarkTest.UnbufferedSecureWriteState. | 2 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 195). | 3 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_UnbufferedSecureWriteState_jmhType_B1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 3 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_UnbufferedSecureWriteState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 176). | 3 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_UnbufferedSecureWriteState_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 293). | 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 291). | 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 301). | 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 299). | 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 303). | 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 301). | 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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
design | VisibilityModifier | Variable 'readyTrial' must be private and have accessor methods. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
design | VisibilityModifier | Variable 'readyIteration' must be private and have accessor methods. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'readyInvocation' must be private and have accessor methods. | 21 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_UnbufferedSecureWriteState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 176). | 2 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_UnbufferedSecureWriteState_jmhType_B3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_UnbufferedWriteState_jmhType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Missing a header - not enough lines in file. | 1 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 161). | 2 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_UnbufferedWriteState_jmhType' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_UnbufferedWriteState_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.audit.benchmark.CsvAuditEventHandlerWriteBenchmarkTest.UnbufferedWriteState. | 2 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 183). | 3 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_UnbufferedWriteState_jmhType_B1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 3 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_UnbufferedWriteState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 164). | 3 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_UnbufferedWriteState_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 281). | 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 279). | 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 289). | 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 287). | 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 291). | 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 289). | 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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
design | VisibilityModifier | Variable 'readyTrial' must be private and have accessor methods. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
design | VisibilityModifier | Variable 'readyIteration' must be private and have accessor methods. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'readyInvocation' must be private and have accessor methods. | 21 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_UnbufferedWriteState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 164). | 2 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_UnbufferedWriteState_jmhType_B3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_bufferedFlushedRotatedWrite_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.results.ScalarResult. | 31 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.results.AggregationPolicy. | 32 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.CsvAuditEventHandlerWriteBenchmarkTest_BufferedFlushedRotatedWriteState_jmhType. | 35 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.CsvAuditEventHandlerWriteBenchmarkTest_jmhType. | 36 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_bufferedFlushedRotatedWrite_jmhTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 37 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 62 |
![]() |
naming | MethodName | Name 'bufferedFlushedRotatedWrite_Throughput' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 68 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 72 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 72 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 192). | 73 |
![]() |
naming | LocalVariableName | Name 'l_bufferedflushedrotatedwritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 73 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 80 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 240). | 85 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 90 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 183). | 99 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 172). | 110 |
![]() |
naming | LocalVariableName | Name 'l_bufferedflushedrotatedwritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 113 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 179). | 114 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 116 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 160). | 136 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 139 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 490). | 143 |
![]() |
naming | MethodName | Name 'bufferedFlushedRotatedWrite_thrpt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_bufferedflushedrotatedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 142). | 148 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 150 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 150 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 157 |
![]() |
naming | MethodName | Name 'bufferedFlushedRotatedWrite_AverageTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 163 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 167 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 167 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 192). | 168 |
![]() |
naming | LocalVariableName | Name 'l_bufferedflushedrotatedwritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 168 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 175 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 239). | 180 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 185 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 183). | 194 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 172). | 205 |
![]() |
naming | LocalVariableName | Name 'l_bufferedflushedrotatedwritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 208 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 179). | 209 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 211 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 161). | 231 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 234 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 489). | 238 |
![]() |
naming | MethodName | Name 'bufferedFlushedRotatedWrite_avgt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_bufferedflushedrotatedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 142). | 243 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 245 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 245 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 252 |
![]() |
naming | MethodName | Name 'bufferedFlushedRotatedWrite_SampleTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 258 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 262 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 262 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 192). | 263 |
![]() |
naming | LocalVariableName | Name 'l_bufferedflushedrotatedwritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 263 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 270 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 275 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 286). | 279 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 284 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 183). | 293 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 295 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 172). | 304 |
![]() |
naming | LocalVariableName | Name 'l_bufferedflushedrotatedwritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 307 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 179). | 308 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 310 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 312 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 327 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 330 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 562). | 334 |
![]() |
naming | MethodName | Name 'bufferedFlushedRotatedWrite_sample_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_bufferedflushedrotatedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 337 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 348 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 349 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 360 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 360 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 367 |
![]() |
naming | MethodName | Name 'bufferedFlushedRotatedWrite_SingleShotTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 373 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 376 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 376 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 192). | 377 |
![]() |
naming | LocalVariableName | Name 'l_bufferedflushedrotatedwritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 377 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 248). | 385 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 183). | 389 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 391 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 172). | 400 |
![]() |
naming | LocalVariableName | Name 'l_bufferedflushedrotatedwritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 403 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 179). | 404 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 406 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 407 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 408 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 421 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 424 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 502). | 428 |
![]() |
naming | MethodName | Name 'bufferedFlushedRotatedWrite_ss_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_bufferedflushedrotatedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 432 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 142). | 433 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 439 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 440 |
![]() |
naming | StaticVariableName | Name 'f_bufferedflushedrotatedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 440 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 441 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 175). | 442 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_bufferedflushedrotatedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 442 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 443 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 447 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 447 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 449 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 449 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 450 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 451 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 452 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 453 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 454 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 455 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 456 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 457 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 465 |
![]() |
naming | StaticVariableName | Name 'f_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 466 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 467 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 468 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 468 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 473 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 473 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 475 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 475 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 476 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 477 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 478 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 479 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 480 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 481 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 482 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_bufferedFlushedSecureWrite_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.results.ScalarResult. | 31 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.results.AggregationPolicy. | 32 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.CsvAuditEventHandlerWriteBenchmarkTest_BufferedFlushedSecureWriteState_jmhType. | 35 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.CsvAuditEventHandlerWriteBenchmarkTest_jmhType. | 36 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_bufferedFlushedSecureWrite_jmhTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 37 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 62 |
![]() |
naming | MethodName | Name 'bufferedFlushedSecureWrite_Throughput' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 68 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 72 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 72 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 189). | 73 |
![]() |
naming | LocalVariableName | Name 'l_bufferedflushedsecurewritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 73 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 144). | 80 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 238). | 85 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 90 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 181). | 99 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 170). | 110 |
![]() |
naming | LocalVariableName | Name 'l_bufferedflushedsecurewritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 113 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 177). | 114 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 116 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 159). | 136 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 139 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 487). | 143 |
![]() |
naming | MethodName | Name 'bufferedFlushedSecureWrite_thrpt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_bufferedflushedsecurewritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 148 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 150 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 150 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 157 |
![]() |
naming | MethodName | Name 'bufferedFlushedSecureWrite_AverageTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 163 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 167 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 167 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 189). | 168 |
![]() |
naming | LocalVariableName | Name 'l_bufferedflushedsecurewritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 168 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 144). | 175 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 237). | 180 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 185 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 181). | 194 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 170). | 205 |
![]() |
naming | LocalVariableName | Name 'l_bufferedflushedsecurewritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 208 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 177). | 209 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 211 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 160). | 231 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 234 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 486). | 238 |
![]() |
naming | MethodName | Name 'bufferedFlushedSecureWrite_avgt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_bufferedflushedsecurewritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 243 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 245 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 245 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 252 |
![]() |
naming | MethodName | Name 'bufferedFlushedSecureWrite_SampleTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 258 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 262 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 262 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 189). | 263 |
![]() |
naming | LocalVariableName | Name 'l_bufferedflushedsecurewritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 263 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 144). | 270 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 275 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 284). | 279 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 284 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 181). | 293 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 295 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 170). | 304 |
![]() |
naming | LocalVariableName | Name 'l_bufferedflushedsecurewritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 307 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 177). | 308 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 310 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 312 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 327 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 330 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 559). | 334 |
![]() |
naming | MethodName | Name 'bufferedFlushedSecureWrite_sample_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_bufferedflushedsecurewritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 337 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 348 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 144). | 349 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 360 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 360 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 367 |
![]() |
naming | MethodName | Name 'bufferedFlushedSecureWrite_SingleShotTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 373 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 376 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 376 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 189). | 377 |
![]() |
naming | LocalVariableName | Name 'l_bufferedflushedsecurewritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 377 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 246). | 385 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 181). | 389 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 391 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 170). | 400 |
![]() |
naming | LocalVariableName | Name 'l_bufferedflushedsecurewritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 403 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 177). | 404 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 406 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 407 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 408 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 142). | 421 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 424 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 499). | 428 |
![]() |
naming | MethodName | Name 'bufferedFlushedSecureWrite_ss_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_bufferedflushedsecurewritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 432 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 433 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 439 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 440 |
![]() |
naming | StaticVariableName | Name 'f_bufferedflushedsecurewritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 440 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 441 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 173). | 442 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_bufferedflushedsecurewritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 442 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 443 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 447 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 447 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 449 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 449 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 450 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 451 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 452 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 453 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 454 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 455 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 456 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 457 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 465 |
![]() |
naming | StaticVariableName | Name 'f_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 466 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 467 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 468 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 468 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 473 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 473 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 475 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 475 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 476 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 477 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 478 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 479 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 480 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 481 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 482 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_bufferedFlushedWrite_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.results.ScalarResult. | 31 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.results.AggregationPolicy. | 32 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.CsvAuditEventHandlerWriteBenchmarkTest_BufferedFlushedWriteState_jmhType. | 35 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.CsvAuditEventHandlerWriteBenchmarkTest_jmhType. | 36 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_bufferedFlushedWrite_jmhTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 37 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 62 |
![]() |
naming | MethodName | Name 'bufferedFlushedWrite_Throughput' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 68 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 72 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 72 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 73 |
![]() |
naming | LocalVariableName | Name 'l_bufferedflushedwritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 73 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 80 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 226). | 85 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 90 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 169). | 99 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 158). | 110 |
![]() |
naming | LocalVariableName | Name 'l_bufferedflushedwritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 113 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 165). | 114 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 116 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 153). | 136 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 139 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 469). | 143 |
![]() |
naming | MethodName | Name 'bufferedFlushedWrite_thrpt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_bufferedflushedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 148 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 150 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 150 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 157 |
![]() |
naming | MethodName | Name 'bufferedFlushedWrite_AverageTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 163 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 167 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 167 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 168 |
![]() |
naming | LocalVariableName | Name 'l_bufferedflushedwritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 168 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 175 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 225). | 180 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 185 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 169). | 194 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 158). | 205 |
![]() |
naming | LocalVariableName | Name 'l_bufferedflushedwritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 208 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 165). | 209 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 211 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 154). | 231 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 234 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 468). | 238 |
![]() |
naming | MethodName | Name 'bufferedFlushedWrite_avgt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_bufferedflushedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 243 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 245 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 245 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 252 |
![]() |
naming | MethodName | Name 'bufferedFlushedWrite_SampleTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 258 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 262 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 262 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 263 |
![]() |
naming | LocalVariableName | Name 'l_bufferedflushedwritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 263 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 270 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 275 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 272). | 279 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 284 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 169). | 293 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 295 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 158). | 304 |
![]() |
naming | LocalVariableName | Name 'l_bufferedflushedwritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 307 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 165). | 308 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 310 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 312 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 327 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 330 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 541). | 334 |
![]() |
naming | MethodName | Name 'bufferedFlushedWrite_sample_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_bufferedflushedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 337 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 348 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 349 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 360 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 360 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 367 |
![]() |
naming | MethodName | Name 'bufferedFlushedWrite_SingleShotTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 373 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 376 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 376 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 377 |
![]() |
naming | LocalVariableName | Name 'l_bufferedflushedwritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 377 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 234). | 385 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 169). | 389 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 391 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 158). | 400 |
![]() |
naming | LocalVariableName | Name 'l_bufferedflushedwritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 403 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 165). | 404 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 406 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 407 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 408 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 421 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 424 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 481). | 428 |
![]() |
naming | MethodName | Name 'bufferedFlushedWrite_ss_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_bufferedflushedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 432 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 433 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 439 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 440 |
![]() |
naming | StaticVariableName | Name 'f_bufferedflushedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 440 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 441 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 161). | 442 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_bufferedflushedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 442 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 447 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 447 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 449 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 449 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 450 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 451 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 452 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 453 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 454 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 455 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 456 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 457 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 465 |
![]() |
naming | StaticVariableName | Name 'f_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 466 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 467 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 468 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 468 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 473 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 473 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 475 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 475 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 476 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 477 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 478 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 479 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 480 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 481 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 482 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_bufferedRotatedWrite_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.results.ScalarResult. | 31 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.results.AggregationPolicy. | 32 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.CsvAuditEventHandlerWriteBenchmarkTest_BufferedRotatedWriteState_jmhType. | 35 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.CsvAuditEventHandlerWriteBenchmarkTest_jmhType. | 36 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_bufferedRotatedWrite_jmhTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 37 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 62 |
![]() |
naming | MethodName | Name 'bufferedRotatedWrite_Throughput' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 68 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 72 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 72 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 73 |
![]() |
naming | LocalVariableName | Name 'l_bufferedrotatedwritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 73 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 80 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 226). | 85 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 90 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 169). | 99 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 158). | 110 |
![]() |
naming | LocalVariableName | Name 'l_bufferedrotatedwritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 113 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 165). | 114 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 116 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 153). | 136 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 139 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 469). | 143 |
![]() |
naming | MethodName | Name 'bufferedRotatedWrite_thrpt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_bufferedrotatedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 148 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 150 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 150 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 157 |
![]() |
naming | MethodName | Name 'bufferedRotatedWrite_AverageTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 163 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 167 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 167 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 168 |
![]() |
naming | LocalVariableName | Name 'l_bufferedrotatedwritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 168 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 175 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 225). | 180 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 185 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 169). | 194 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 158). | 205 |
![]() |
naming | LocalVariableName | Name 'l_bufferedrotatedwritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 208 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 165). | 209 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 211 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 154). | 231 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 234 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 468). | 238 |
![]() |
naming | MethodName | Name 'bufferedRotatedWrite_avgt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_bufferedrotatedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 243 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 245 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 245 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 252 |
![]() |
naming | MethodName | Name 'bufferedRotatedWrite_SampleTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 258 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 262 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 262 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 263 |
![]() |
naming | LocalVariableName | Name 'l_bufferedrotatedwritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 263 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 270 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 275 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 272). | 279 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 284 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 169). | 293 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 295 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 158). | 304 |
![]() |
naming | LocalVariableName | Name 'l_bufferedrotatedwritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 307 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 165). | 308 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 310 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 312 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 327 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 330 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 541). | 334 |
![]() |
naming | MethodName | Name 'bufferedRotatedWrite_sample_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_bufferedrotatedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 337 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 348 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 349 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 360 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 360 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 367 |
![]() |
naming | MethodName | Name 'bufferedRotatedWrite_SingleShotTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 373 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 376 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 376 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 377 |
![]() |
naming | LocalVariableName | Name 'l_bufferedrotatedwritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 377 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 234). | 385 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 169). | 389 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 391 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 158). | 400 |
![]() |
naming | LocalVariableName | Name 'l_bufferedrotatedwritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 403 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 165). | 404 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 406 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 407 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 408 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 421 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 424 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 481). | 428 |
![]() |
naming | MethodName | Name 'bufferedRotatedWrite_ss_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_bufferedrotatedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 432 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 433 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 439 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 440 |
![]() |
naming | StaticVariableName | Name 'f_bufferedrotatedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 440 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 441 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 161). | 442 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_bufferedrotatedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 442 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 447 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 447 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 449 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 449 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 450 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 451 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 452 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 453 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 454 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 455 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 456 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 457 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 465 |
![]() |
naming | StaticVariableName | Name 'f_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 466 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 467 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 468 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 468 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 473 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 473 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 475 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 475 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 476 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 477 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 478 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 479 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 480 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 481 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 482 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_bufferedSecureWrite_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.results.ScalarResult. | 31 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.results.AggregationPolicy. | 32 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.CsvAuditEventHandlerWriteBenchmarkTest_BufferedSecureWriteState_jmhType. | 35 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.CsvAuditEventHandlerWriteBenchmarkTest_jmhType. | 36 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_bufferedSecureWrite_jmhTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 37 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 62 |
![]() |
naming | MethodName | Name 'bufferedSecureWrite_Throughput' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 68 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 72 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 72 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 168). | 73 |
![]() |
naming | LocalVariableName | Name 'l_bufferedsecurewritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 73 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 80 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 224). | 85 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 90 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 167). | 99 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 110 |
![]() |
naming | LocalVariableName | Name 'l_bufferedsecurewritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 113 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 163). | 114 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 116 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 152). | 136 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 139 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 466). | 143 |
![]() |
naming | MethodName | Name 'bufferedSecureWrite_thrpt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_bufferedsecurewritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 148 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 150 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 150 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 157 |
![]() |
naming | MethodName | Name 'bufferedSecureWrite_AverageTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 163 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 167 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 167 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 168). | 168 |
![]() |
naming | LocalVariableName | Name 'l_bufferedsecurewritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 168 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 175 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 223). | 180 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 185 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 167). | 194 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 205 |
![]() |
naming | LocalVariableName | Name 'l_bufferedsecurewritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 208 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 163). | 209 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 211 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 153). | 231 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 234 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 465). | 238 |
![]() |
naming | MethodName | Name 'bufferedSecureWrite_avgt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_bufferedsecurewritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 243 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 245 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 245 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 252 |
![]() |
naming | MethodName | Name 'bufferedSecureWrite_SampleTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 258 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 262 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 262 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 168). | 263 |
![]() |
naming | LocalVariableName | Name 'l_bufferedsecurewritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 263 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 270 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 275 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 270). | 279 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 284 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 167). | 293 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 295 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 304 |
![]() |
naming | LocalVariableName | Name 'l_bufferedsecurewritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 307 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 163). | 308 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 310 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 312 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 327 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 330 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 538). | 334 |
![]() |
naming | MethodName | Name 'bufferedSecureWrite_sample_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_bufferedsecurewritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 337 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 348 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 349 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 360 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 360 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 367 |
![]() |
naming | MethodName | Name 'bufferedSecureWrite_SingleShotTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 373 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 376 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 376 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 168). | 377 |
![]() |
naming | LocalVariableName | Name 'l_bufferedsecurewritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 377 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 232). | 385 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 167). | 389 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 391 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 400 |
![]() |
naming | LocalVariableName | Name 'l_bufferedsecurewritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 403 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 163). | 404 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 406 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 407 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 408 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 421 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 424 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 478). | 428 |
![]() |
naming | MethodName | Name 'bufferedSecureWrite_ss_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_bufferedsecurewritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 432 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 433 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 439 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 440 |
![]() |
naming | StaticVariableName | Name 'f_bufferedsecurewritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 440 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 441 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 159). | 442 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_bufferedsecurewritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 442 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 447 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 447 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 449 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 449 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 450 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 451 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 452 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 453 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 454 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 455 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 456 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 457 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 465 |
![]() |
naming | StaticVariableName | Name 'f_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 466 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 467 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 468 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 468 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 473 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 473 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 475 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 475 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 476 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 477 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 478 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 479 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 480 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 481 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 482 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_bufferedWrite_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.results.ScalarResult. | 31 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.results.AggregationPolicy. | 32 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.CsvAuditEventHandlerWriteBenchmarkTest_BufferedWriteState_jmhType. | 35 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.CsvAuditEventHandlerWriteBenchmarkTest_jmhType. | 36 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_bufferedWrite_jmhTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 37 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 62 |
![]() |
naming | MethodName | Name 'bufferedWrite_Throughput' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 68 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 72 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 72 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 73 |
![]() |
naming | LocalVariableName | Name 'l_bufferedwritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 73 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 212). | 85 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 90 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 155). | 99 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 144). | 110 |
![]() |
naming | LocalVariableName | Name 'l_bufferedwritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 113 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 114 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 136 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 139 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 448). | 143 |
![]() |
naming | MethodName | Name 'bufferedWrite_thrpt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_bufferedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 150 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 150 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 157 |
![]() |
naming | MethodName | Name 'bufferedWrite_AverageTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 163 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 167 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 167 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 168 |
![]() |
naming | LocalVariableName | Name 'l_bufferedwritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 168 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 211). | 180 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 185 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 155). | 194 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 144). | 205 |
![]() |
naming | LocalVariableName | Name 'l_bufferedwritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 208 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 209 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 147). | 231 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 234 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 447). | 238 |
![]() |
naming | MethodName | Name 'bufferedWrite_avgt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_bufferedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 245 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 245 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 252 |
![]() |
naming | MethodName | Name 'bufferedWrite_SampleTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 258 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 262 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 262 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 263 |
![]() |
naming | LocalVariableName | Name 'l_bufferedwritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 263 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 275 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 258). | 279 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 284 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 155). | 293 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 295 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 144). | 304 |
![]() |
naming | LocalVariableName | Name 'l_bufferedwritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 307 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 308 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 312 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 327 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 330 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 520). | 334 |
![]() |
naming | MethodName | Name 'bufferedWrite_sample_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_bufferedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 337 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 348 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 360 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 360 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 367 |
![]() |
naming | MethodName | Name 'bufferedWrite_SingleShotTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 373 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 376 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 376 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 377 |
![]() |
naming | LocalVariableName | Name 'l_bufferedwritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 377 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 220). | 385 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 155). | 389 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 391 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 144). | 400 |
![]() |
naming | LocalVariableName | Name 'l_bufferedwritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 403 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 404 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 407 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 408 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 421 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 424 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 460). | 428 |
![]() |
naming | MethodName | Name 'bufferedWrite_ss_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_bufferedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 432 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 439 |
![]() |
naming | StaticVariableName | Name 'f_bufferedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 440 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 441 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 147). | 442 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_bufferedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 442 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 447 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 447 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 449 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 449 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 450 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 451 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 452 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 453 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 454 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 455 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 456 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 457 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 465 |
![]() |
naming | StaticVariableName | Name 'f_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 466 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 467 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 468 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 468 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 473 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 473 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 475 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 475 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 476 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 477 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 478 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 479 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 480 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 481 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 482 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_jmhType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Missing a header - not enough lines in file. | 1 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_jmhType' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_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.audit.benchmark.CsvAuditEventHandlerWriteBenchmarkTest. | 2 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 3 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_jmhType_B1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 3 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 3 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_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 239). | 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 237). | 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 247). | 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 245). | 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 249). | 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 247). | 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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
design | VisibilityModifier | Variable 'readyTrial' must be private and have accessor methods. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
design | VisibilityModifier | Variable 'readyIteration' must be private and have accessor methods. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'readyInvocation' must be private and have accessor methods. | 21 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 2 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_jmhType_B3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_unbufferedRotatedWrite_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.results.ScalarResult. | 31 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.results.AggregationPolicy. | 32 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.CsvAuditEventHandlerWriteBenchmarkTest_jmhType. | 35 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.CsvAuditEventHandlerWriteBenchmarkTest_UnbufferedRotatedWriteState_jmhType. | 36 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_unbufferedRotatedWrite_jmhTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 37 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 62 |
![]() |
naming | MethodName | Name 'unbufferedRotatedWrite_Throughput' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 68 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 72 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 72 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 177). | 73 |
![]() |
naming | LocalVariableName | Name 'l_unbufferedrotatedwritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 73 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 80 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 230). | 85 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 90 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 173). | 99 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 162). | 110 |
![]() |
naming | LocalVariableName | Name 'l_unbufferedrotatedwritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 113 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 169). | 114 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 116 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 155). | 136 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 139 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 475). | 143 |
![]() |
naming | MethodName | Name 'unbufferedRotatedWrite_thrpt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_unbufferedrotatedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 148 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 150 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 150 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 157 |
![]() |
naming | MethodName | Name 'unbufferedRotatedWrite_AverageTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 163 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 167 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 167 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 177). | 168 |
![]() |
naming | LocalVariableName | Name 'l_unbufferedrotatedwritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 168 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 175 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 229). | 180 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 185 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 173). | 194 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 162). | 205 |
![]() |
naming | LocalVariableName | Name 'l_unbufferedrotatedwritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 208 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 169). | 209 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 211 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 231 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 234 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 474). | 238 |
![]() |
naming | MethodName | Name 'unbufferedRotatedWrite_avgt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_unbufferedrotatedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 243 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 245 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 245 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 252 |
![]() |
naming | MethodName | Name 'unbufferedRotatedWrite_SampleTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 258 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 262 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 262 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 177). | 263 |
![]() |
naming | LocalVariableName | Name 'l_unbufferedrotatedwritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 263 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 270 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 275 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 276). | 279 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 284 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 173). | 293 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 295 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 162). | 304 |
![]() |
naming | LocalVariableName | Name 'l_unbufferedrotatedwritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 307 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 169). | 308 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 310 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 312 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 327 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 330 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 547). | 334 |
![]() |
naming | MethodName | Name 'unbufferedRotatedWrite_sample_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_unbufferedrotatedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 337 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 348 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 349 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 360 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 360 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 367 |
![]() |
naming | MethodName | Name 'unbufferedRotatedWrite_SingleShotTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 373 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 376 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 376 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 177). | 377 |
![]() |
naming | LocalVariableName | Name 'l_unbufferedrotatedwritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 377 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 238). | 385 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 173). | 389 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 391 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 162). | 400 |
![]() |
naming | LocalVariableName | Name 'l_unbufferedrotatedwritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 403 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 169). | 404 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 406 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 407 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 408 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 421 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 424 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 487). | 428 |
![]() |
naming | MethodName | Name 'unbufferedRotatedWrite_ss_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_unbufferedrotatedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 432 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 433 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 439 |
![]() |
naming | StaticVariableName | Name 'f_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 440 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 441 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 442 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 442 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 447 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 447 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 449 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 449 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 450 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 451 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 452 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 453 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 454 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 455 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 456 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 464 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 465 |
![]() |
naming | StaticVariableName | Name 'f_unbufferedrotatedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 465 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 466 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 165). | 467 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_unbufferedrotatedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 467 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 468 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 472 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 472 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 474 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 474 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 475 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 476 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 477 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 478 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 479 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 480 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 481 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 482 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_unbufferedSecureWrite_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.results.ScalarResult. | 31 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.results.AggregationPolicy. | 32 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.CsvAuditEventHandlerWriteBenchmarkTest_jmhType. | 35 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.CsvAuditEventHandlerWriteBenchmarkTest_UnbufferedSecureWriteState_jmhType. | 36 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_unbufferedSecureWrite_jmhTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 37 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 62 |
![]() |
naming | MethodName | Name 'unbufferedSecureWrite_Throughput' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 68 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 72 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 72 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 73 |
![]() |
naming | LocalVariableName | Name 'l_unbufferedsecurewritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 73 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 80 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 228). | 85 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 90 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 99 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 160). | 110 |
![]() |
naming | LocalVariableName | Name 'l_unbufferedsecurewritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 113 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 167). | 114 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 116 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 154). | 136 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 139 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 472). | 143 |
![]() |
naming | MethodName | Name 'unbufferedSecureWrite_thrpt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_unbufferedsecurewritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 148 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 150 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 150 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 157 |
![]() |
naming | MethodName | Name 'unbufferedSecureWrite_AverageTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 163 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 167 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 167 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 168 |
![]() |
naming | LocalVariableName | Name 'l_unbufferedsecurewritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 168 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 175 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 227). | 180 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 185 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 194 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 160). | 205 |
![]() |
naming | LocalVariableName | Name 'l_unbufferedsecurewritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 208 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 167). | 209 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 211 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 155). | 231 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 234 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 471). | 238 |
![]() |
naming | MethodName | Name 'unbufferedSecureWrite_avgt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_unbufferedsecurewritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 243 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 245 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 245 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 252 |
![]() |
naming | MethodName | Name 'unbufferedSecureWrite_SampleTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 258 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 262 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 262 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 263 |
![]() |
naming | LocalVariableName | Name 'l_unbufferedsecurewritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 263 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 270 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 275 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 274). | 279 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 284 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 293 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 295 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 160). | 304 |
![]() |
naming | LocalVariableName | Name 'l_unbufferedsecurewritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 307 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 167). | 308 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 310 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 312 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 327 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 330 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 544). | 334 |
![]() |
naming | MethodName | Name 'unbufferedSecureWrite_sample_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_unbufferedsecurewritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 337 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 348 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 349 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 360 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 360 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 367 |
![]() |
naming | MethodName | Name 'unbufferedSecureWrite_SingleShotTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 373 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 376 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 376 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 377 |
![]() |
naming | LocalVariableName | Name 'l_unbufferedsecurewritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 377 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 236). | 385 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 389 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 391 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 160). | 400 |
![]() |
naming | LocalVariableName | Name 'l_unbufferedsecurewritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 403 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 167). | 404 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 406 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 407 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 408 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 421 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 424 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 484). | 428 |
![]() |
naming | MethodName | Name 'unbufferedSecureWrite_ss_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_unbufferedsecurewritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 432 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 433 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 439 |
![]() |
naming | StaticVariableName | Name 'f_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 440 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 441 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 442 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 442 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 447 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 447 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 449 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 449 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 450 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 451 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 452 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 453 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 454 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 455 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 456 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 464 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 465 |
![]() |
naming | StaticVariableName | Name 'f_unbufferedsecurewritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 465 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 466 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 163). | 467 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_unbufferedsecurewritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 467 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 472 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 472 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 474 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 474 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 475 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 476 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 477 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 478 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 479 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 480 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 481 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 482 |
org/forgerock/audit/benchmark/jmh_generated/CsvAuditEventHandlerWriteBenchmarkTest_unbufferedWrite_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.results.ScalarResult. | 31 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.results.AggregationPolicy. | 32 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.CsvAuditEventHandlerWriteBenchmarkTest_jmhType. | 35 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.CsvAuditEventHandlerWriteBenchmarkTest_UnbufferedWriteState_jmhType. | 36 |
![]() |
naming | TypeName | Name 'CsvAuditEventHandlerWriteBenchmarkTest_unbufferedWrite_jmhTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 37 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 62 |
![]() |
naming | MethodName | Name 'unbufferedWrite_Throughput' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 68 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 72 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 72 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 73 |
![]() |
naming | LocalVariableName | Name 'l_unbufferedwritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 73 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 80 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 216). | 85 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 90 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 159). | 99 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 110 |
![]() |
naming | LocalVariableName | Name 'l_unbufferedwritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 113 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 155). | 114 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 136 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 139 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 454). | 143 |
![]() |
naming | MethodName | Name 'unbufferedWrite_thrpt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_unbufferedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 150 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 150 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 157 |
![]() |
naming | MethodName | Name 'unbufferedWrite_AverageTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 163 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 167 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 167 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 168 |
![]() |
naming | LocalVariableName | Name 'l_unbufferedwritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 168 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 175 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 215). | 180 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 185 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 159). | 194 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 205 |
![]() |
naming | LocalVariableName | Name 'l_unbufferedwritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 208 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 155). | 209 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 149). | 231 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 234 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 453). | 238 |
![]() |
naming | MethodName | Name 'unbufferedWrite_avgt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_unbufferedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 245 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 245 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 252 |
![]() |
naming | MethodName | Name 'unbufferedWrite_SampleTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 258 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 262 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 262 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 263 |
![]() |
naming | LocalVariableName | Name 'l_unbufferedwritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 263 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 270 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 275 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 262). | 279 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 284 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 159). | 293 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 295 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 304 |
![]() |
naming | LocalVariableName | Name 'l_unbufferedwritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 307 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 155). | 308 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 312 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 327 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 330 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 526). | 334 |
![]() |
naming | MethodName | Name 'unbufferedWrite_sample_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_unbufferedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 337 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 348 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 349 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 360 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 360 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 367 |
![]() |
naming | MethodName | Name 'unbufferedWrite_SingleShotTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 373 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 376 |
![]() |
naming | LocalVariableName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 376 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 377 |
![]() |
naming | LocalVariableName | Name 'l_unbufferedwritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 377 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 224). | 385 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 159). | 389 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 391 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 400 |
![]() |
naming | LocalVariableName | Name 'l_unbufferedwritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 403 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 155). | 404 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 407 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 408 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 421 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 424 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 466). | 428 |
![]() |
naming | MethodName | Name 'unbufferedWrite_ss_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_unbufferedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 432 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 439 |
![]() |
naming | StaticVariableName | Name 'f_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 440 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 441 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 442 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_csvauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 442 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 447 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 447 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 449 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 449 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 450 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 451 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 452 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 453 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 454 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 455 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 456 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 464 |
![]() |
naming | StaticVariableName | Name 'f_unbufferedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 465 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 466 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 467 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_unbufferedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 467 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 472 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 472 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 474 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 474 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 475 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 476 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 477 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 478 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 479 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 480 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 481 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 482 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerReadBenchmarkTest_ElasticsearchCompatibleBestCaseReadState_jmhType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Missing a header - not enough lines in file. | 1 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 201). | 2 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerReadBenchmarkTest_ElasticsearchCompatibleBestCaseReadState_jmhType' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerReadBenchmarkTest_ElasticsearchCompatibleBestCaseReadState_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.audit.benchmark.JsonAuditEventHandlerReadBenchmarkTest.ElasticsearchCompatibleBestCaseReadState. | 2 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 223). | 3 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerReadBenchmarkTest_ElasticsearchCompatibleBestCaseReadState_jmhType_B1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 3 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerReadBenchmarkTest_ElasticsearchCompatibleBestCaseReadState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 204). | 3 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerReadBenchmarkTest_ElasticsearchCompatibleBestCaseReadState_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 321). | 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 319). | 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 329). | 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 327). | 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 331). | 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 329). | 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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
design | VisibilityModifier | Variable 'readyTrial' must be private and have accessor methods. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
design | VisibilityModifier | Variable 'readyIteration' must be private and have accessor methods. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'readyInvocation' must be private and have accessor methods. | 21 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerReadBenchmarkTest_ElasticsearchCompatibleBestCaseReadState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 204). | 2 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerReadBenchmarkTest_ElasticsearchCompatibleBestCaseReadState_jmhType_B3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerReadBenchmarkTest_ElasticsearchCompatibleWorstCaseReadState_jmhType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Missing a header - not enough lines in file. | 1 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 203). | 2 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerReadBenchmarkTest_ElasticsearchCompatibleWorstCaseReadState_jmhType' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerReadBenchmarkTest_ElasticsearchCompatibleWorstCaseReadState_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.audit.benchmark.JsonAuditEventHandlerReadBenchmarkTest.ElasticsearchCompatibleWorstCaseReadState. | 2 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 225). | 3 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerReadBenchmarkTest_ElasticsearchCompatibleWorstCaseReadState_jmhType_B1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 3 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerReadBenchmarkTest_ElasticsearchCompatibleWorstCaseReadState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 206). | 3 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerReadBenchmarkTest_ElasticsearchCompatibleWorstCaseReadState_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 323). | 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 321). | 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 331). | 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 329). | 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 333). | 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 331). | 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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
design | VisibilityModifier | Variable 'readyTrial' must be private and have accessor methods. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
design | VisibilityModifier | Variable 'readyIteration' must be private and have accessor methods. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'readyInvocation' must be private and have accessor methods. | 21 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerReadBenchmarkTest_ElasticsearchCompatibleWorstCaseReadState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 206). | 2 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerReadBenchmarkTest_ElasticsearchCompatibleWorstCaseReadState_jmhType_B3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerReadBenchmarkTest_ReadState_jmhType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Missing a header - not enough lines in file. | 1 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 139). | 2 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerReadBenchmarkTest_ReadState_jmhType' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerReadBenchmarkTest_ReadState_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.audit.benchmark.JsonAuditEventHandlerReadBenchmarkTest.ReadState. | 2 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 161). | 3 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerReadBenchmarkTest_ReadState_jmhType_B1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 3 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerReadBenchmarkTest_ReadState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 142). | 3 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerReadBenchmarkTest_ReadState_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 259). | 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 257). | 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 267). | 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 265). | 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 269). | 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 267). | 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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
design | VisibilityModifier | Variable 'readyTrial' must be private and have accessor methods. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
design | VisibilityModifier | Variable 'readyIteration' must be private and have accessor methods. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'readyInvocation' must be private and have accessor methods. | 21 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerReadBenchmarkTest_ReadState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 142). | 2 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerReadBenchmarkTest_ReadState_jmhType_B3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerReadBenchmarkTest_elasticsearchCompatibleBestCaseQueryForId_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.results.ScalarResult. | 31 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.results.AggregationPolicy. | 32 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.JsonAuditEventHandlerReadBenchmarkTest_ElasticsearchCompatibleBestCaseReadState_jmhType. | 35 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.JsonAuditEventHandlerReadBenchmarkTest_jmhType. | 36 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerReadBenchmarkTest_elasticsearchCompatibleBestCaseQueryForId_jmhTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 37 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 62 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleBestCaseQueryForId_Throughput' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 68 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 72 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 72 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 216). | 73 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatiblebestcasereadstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 73 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 168). | 80 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 262). | 85 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 172). | 90 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 199). | 99 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 188). | 110 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatiblebestcasereadstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 113 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 195). | 114 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 154). | 116 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 136 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 139 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 520). | 143 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleBestCaseQueryForId_thrpt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_elasticsearchcompatiblebestcasereadstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 164). | 148 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 150 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 150 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 152). | 157 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleBestCaseQueryForId_AverageTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 163 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 167 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 167 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 216). | 168 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatiblebestcasereadstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 168 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 168). | 175 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 261). | 180 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 172). | 185 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 199). | 194 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 188). | 205 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatiblebestcasereadstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 208 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 195). | 209 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 154). | 211 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 175). | 231 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 234 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 519). | 238 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleBestCaseQueryForId_avgt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_elasticsearchcompatiblebestcasereadstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 164). | 243 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 245 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 245 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 252 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleBestCaseQueryForId_SampleTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 258 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 262 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 262 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 216). | 263 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatiblebestcasereadstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 263 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 168). | 270 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 275 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 308). | 279 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 172). | 284 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 199). | 293 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 295 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 188). | 304 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatiblebestcasereadstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 307 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 195). | 308 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 154). | 310 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 312 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 327 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 330 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 592). | 334 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleBestCaseQueryForId_sample_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_elasticsearchcompatiblebestcasereadstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 337 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 348 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 168). | 349 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 360 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 360 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 155). | 367 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleBestCaseQueryForId_SingleShotTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 373 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 376 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 376 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 216). | 377 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatiblebestcasereadstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 377 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 270). | 385 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 199). | 389 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 391 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 188). | 400 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatiblebestcasereadstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 403 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 195). | 404 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 154). | 406 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 407 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 408 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 157). | 421 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 424 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 532). | 428 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleBestCaseQueryForId_ss_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_elasticsearchcompatiblebestcasereadstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 432 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 164). | 433 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 439 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 154). | 440 |
![]() |
naming | StaticVariableName | Name 'f_elasticsearchcompatiblebestcasereadstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 440 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 441 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 191). | 442 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_elasticsearchcompatiblebestcasereadstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 442 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 443 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 447 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 447 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 449 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 449 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 450 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 451 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 452 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 453 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 454 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 455 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 456 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 457 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 465 |
![]() |
naming | StaticVariableName | Name 'f_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 466 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 467 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 468 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 468 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 473 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 473 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 475 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 475 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 476 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 477 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 478 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 479 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 480 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 481 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 482 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerReadBenchmarkTest_elasticsearchCompatibleBestCaseReadById_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.results.ScalarResult. | 31 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.results.AggregationPolicy. | 32 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.JsonAuditEventHandlerReadBenchmarkTest_ElasticsearchCompatibleBestCaseReadState_jmhType. | 35 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.JsonAuditEventHandlerReadBenchmarkTest_jmhType. | 36 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerReadBenchmarkTest_elasticsearchCompatibleBestCaseReadById_jmhTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 37 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 149). | 62 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleBestCaseReadById_Throughput' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 68 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 72 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 72 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 216). | 73 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatiblebestcasereadstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 73 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 166). | 80 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 260). | 85 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 170). | 90 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 199). | 99 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 188). | 110 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatiblebestcasereadstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 113 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 195). | 114 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 154). | 116 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 172). | 136 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 139 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 518). | 143 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleBestCaseReadById_thrpt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_elasticsearchcompatiblebestcasereadstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 162). | 148 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 150 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 150 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 157 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleBestCaseReadById_AverageTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 163 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 167 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 167 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 216). | 168 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatiblebestcasereadstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 168 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 166). | 175 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 259). | 180 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 170). | 185 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 199). | 194 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 188). | 205 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatiblebestcasereadstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 208 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 195). | 209 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 154). | 211 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 173). | 231 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 234 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 517). | 238 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleBestCaseReadById_avgt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_elasticsearchcompatiblebestcasereadstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 162). | 243 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 245 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 245 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 149). | 252 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleBestCaseReadById_SampleTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 258 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 262 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 262 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 216). | 263 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatiblebestcasereadstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 263 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 166). | 270 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 275 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 306). | 279 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 170). | 284 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 199). | 293 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 295 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 188). | 304 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatiblebestcasereadstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 307 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 195). | 308 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 154). | 310 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 312 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 327 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 330 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 590). | 334 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleBestCaseReadById_sample_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_elasticsearchcompatiblebestcasereadstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 337 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 348 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 166). | 349 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 360 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 360 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 153). | 367 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleBestCaseReadById_SingleShotTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 373 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 376 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 376 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 216). | 377 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatiblebestcasereadstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 377 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 268). | 385 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 199). | 389 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 391 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 188). | 400 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatiblebestcasereadstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 403 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 195). | 404 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 154). | 406 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 407 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 408 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 155). | 421 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 424 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 530). | 428 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleBestCaseReadById_ss_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_elasticsearchcompatiblebestcasereadstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 432 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 162). | 433 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 439 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 154). | 440 |
![]() |
naming | StaticVariableName | Name 'f_elasticsearchcompatiblebestcasereadstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 440 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 441 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 191). | 442 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_elasticsearchcompatiblebestcasereadstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 442 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 443 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 447 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 447 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 449 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 449 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 450 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 451 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 452 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 453 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 454 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 455 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 456 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 457 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 465 |
![]() |
naming | StaticVariableName | Name 'f_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 466 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 467 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 468 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 468 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 473 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 473 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 475 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 475 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 476 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 477 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 478 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 479 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 480 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 481 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 482 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerReadBenchmarkTest_elasticsearchCompatibleWorstCaseQueryForId_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.results.ScalarResult. | 31 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.results.AggregationPolicy. | 32 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.JsonAuditEventHandlerReadBenchmarkTest_ElasticsearchCompatibleWorstCaseReadState_jmhType. | 35 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.JsonAuditEventHandlerReadBenchmarkTest_jmhType. | 36 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerReadBenchmarkTest_elasticsearchCompatibleWorstCaseQueryForId_jmhTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 37 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 152). | 62 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleWorstCaseQueryForId_Throughput' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 68 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 72 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 72 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 219). | 73 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatibleworstcasereadstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 73 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 170). | 80 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 264). | 85 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 90 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 201). | 99 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 190). | 110 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatibleworstcasereadstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 113 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 197). | 114 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 116 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 175). | 136 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 139 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 523). | 143 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleWorstCaseQueryForId_thrpt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_elasticsearchcompatibleworstcasereadstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 166). | 148 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 150 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 150 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 153). | 157 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleWorstCaseQueryForId_AverageTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 163 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 167 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 167 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 219). | 168 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatibleworstcasereadstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 168 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 170). | 175 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 263). | 180 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 185 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 201). | 194 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 190). | 205 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatibleworstcasereadstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 208 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 197). | 209 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 211 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 176). | 231 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 234 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 522). | 238 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleWorstCaseQueryForId_avgt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_elasticsearchcompatibleworstcasereadstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 166). | 243 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 245 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 245 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 152). | 252 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleWorstCaseQueryForId_SampleTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 258 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 262 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 262 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 219). | 263 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatibleworstcasereadstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 263 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 170). | 270 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 275 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 310). | 279 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 284 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 201). | 293 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 295 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 190). | 304 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatibleworstcasereadstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 307 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 197). | 308 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 310 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 312 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 327 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 330 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 595). | 334 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleWorstCaseQueryForId_sample_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_elasticsearchcompatibleworstcasereadstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 337 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 348 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 170). | 349 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 360 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 360 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 367 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleWorstCaseQueryForId_SingleShotTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 373 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 376 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 376 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 219). | 377 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatibleworstcasereadstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 377 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 272). | 385 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 201). | 389 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 391 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 190). | 400 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatibleworstcasereadstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 403 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 197). | 404 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 406 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 407 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 408 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 158). | 421 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 424 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 535). | 428 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleWorstCaseQueryForId_ss_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_elasticsearchcompatibleworstcasereadstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 432 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 166). | 433 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 439 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 440 |
![]() |
naming | StaticVariableName | Name 'f_elasticsearchcompatibleworstcasereadstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 440 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 441 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 193). | 442 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_elasticsearchcompatibleworstcasereadstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 442 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 443 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 447 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 447 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 449 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 449 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 450 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 451 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 452 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 453 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 454 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 455 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 456 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 457 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 465 |
![]() |
naming | StaticVariableName | Name 'f_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 466 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 467 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 468 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 468 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 473 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 473 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 475 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 475 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 476 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 477 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 478 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 479 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 480 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 481 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 482 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerReadBenchmarkTest_elasticsearchCompatibleWorstCaseReadById_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.results.ScalarResult. | 31 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.results.AggregationPolicy. | 32 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.JsonAuditEventHandlerReadBenchmarkTest_ElasticsearchCompatibleWorstCaseReadState_jmhType. | 35 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.JsonAuditEventHandlerReadBenchmarkTest_jmhType. | 36 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerReadBenchmarkTest_elasticsearchCompatibleWorstCaseReadById_jmhTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 37 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 62 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleWorstCaseReadById_Throughput' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 68 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 72 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 72 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 219). | 73 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatibleworstcasereadstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 73 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 168). | 80 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 262). | 85 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 172). | 90 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 201). | 99 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 190). | 110 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatibleworstcasereadstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 113 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 197). | 114 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 116 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 173). | 136 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 139 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 521). | 143 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleWorstCaseReadById_thrpt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_elasticsearchcompatibleworstcasereadstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 164). | 148 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 150 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 150 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 157 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleWorstCaseReadById_AverageTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 163 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 167 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 167 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 219). | 168 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatibleworstcasereadstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 168 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 168). | 175 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 261). | 180 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 172). | 185 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 201). | 194 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 190). | 205 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatibleworstcasereadstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 208 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 197). | 209 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 211 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 231 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 234 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 520). | 238 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleWorstCaseReadById_avgt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_elasticsearchcompatibleworstcasereadstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 164). | 243 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 245 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 245 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 252 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleWorstCaseReadById_SampleTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 258 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 262 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 262 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 219). | 263 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatibleworstcasereadstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 263 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 168). | 270 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 275 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 308). | 279 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 172). | 284 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 201). | 293 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 295 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 190). | 304 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatibleworstcasereadstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 307 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 197). | 308 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 310 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 312 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 149). | 327 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 330 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 593). | 334 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleWorstCaseReadById_sample_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_elasticsearchcompatibleworstcasereadstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 337 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 348 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 168). | 349 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 360 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 360 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 154). | 367 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleWorstCaseReadById_SingleShotTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 373 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 376 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 376 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 219). | 377 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatibleworstcasereadstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 377 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 270). | 385 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 201). | 389 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 391 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 190). | 400 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatibleworstcasereadstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 403 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 197). | 404 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 406 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 407 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 408 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 421 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 424 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 533). | 428 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleWorstCaseReadById_ss_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_elasticsearchcompatibleworstcasereadstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 432 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 164). | 433 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 439 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 440 |
![]() |
naming | StaticVariableName | Name 'f_elasticsearchcompatibleworstcasereadstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 440 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 441 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 193). | 442 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_elasticsearchcompatibleworstcasereadstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 442 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 443 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 447 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 447 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 449 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 449 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 450 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 451 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 452 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 453 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 454 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 455 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 456 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 457 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 465 |
![]() |
naming | StaticVariableName | Name 'f_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 466 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 467 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 468 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 468 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 473 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 473 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 475 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 475 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 476 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 477 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 478 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 479 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 480 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 481 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 482 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerReadBenchmarkTest_jmhType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Missing a header - not enough lines in file. | 1 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerReadBenchmarkTest_jmhType' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerReadBenchmarkTest_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.audit.benchmark.JsonAuditEventHandlerReadBenchmarkTest. | 2 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 3 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerReadBenchmarkTest_jmhType_B1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 3 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerReadBenchmarkTest_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 3 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerReadBenchmarkTest_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 239). | 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 237). | 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 247). | 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 245). | 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 249). | 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 247). | 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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
design | VisibilityModifier | Variable 'readyTrial' must be private and have accessor methods. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
design | VisibilityModifier | Variable 'readyIteration' must be private and have accessor methods. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'readyInvocation' must be private and have accessor methods. | 21 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerReadBenchmarkTest_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 2 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerReadBenchmarkTest_jmhType_B3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerReadBenchmarkTest_queryForId_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.results.ScalarResult. | 31 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.results.AggregationPolicy. | 32 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.JsonAuditEventHandlerReadBenchmarkTest_jmhType. | 35 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.JsonAuditEventHandlerReadBenchmarkTest_ReadState_jmhType. | 36 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerReadBenchmarkTest_queryForId_jmhTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 37 |
![]() |
naming | MethodName | Name 'queryForId_Throughput' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 68 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 72 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 72 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 73 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 73 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 200). | 85 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 99 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 110 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 113 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 114 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 136 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 139 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 427). | 143 |
![]() |
naming | MethodName | Name 'queryForId_thrpt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_readstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 150 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 150 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 157 |
![]() |
naming | MethodName | Name 'queryForId_AverageTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 163 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 167 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 167 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 168 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 168 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 199). | 180 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 194 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 205 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 208 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 209 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 144). | 231 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 234 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 426). | 238 |
![]() |
naming | MethodName | Name 'queryForId_avgt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_readstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 245 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 245 |
![]() |
naming | MethodName | Name 'queryForId_SampleTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 258 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 262 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 262 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 263 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 263 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 275 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 246). | 279 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 293 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 295 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 304 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 307 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 308 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 312 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 330 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 499). | 334 |
![]() |
naming | MethodName | Name 'queryForId_sample_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_readstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 337 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 348 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 360 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 360 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 367 |
![]() |
naming | MethodName | Name 'queryForId_SingleShotTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 373 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 376 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 376 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 377 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 377 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 208). | 385 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 389 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 391 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 400 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 403 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 404 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 407 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 408 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 421 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 424 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 439). | 428 |
![]() |
naming | MethodName | Name 'queryForId_ss_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_readstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 432 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 439 |
![]() |
naming | StaticVariableName | Name 'f_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 440 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 441 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 442 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 442 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 447 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 447 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 449 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 449 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 450 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 451 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 452 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 453 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 454 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 455 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 456 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 464 |
![]() |
naming | StaticVariableName | Name 'f_readstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 465 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 466 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 467 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_readstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 467 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 472 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 472 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 474 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 474 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 475 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 476 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 477 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 478 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 479 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 480 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 481 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 482 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerReadBenchmarkTest_readById_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.results.ScalarResult. | 31 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.results.AggregationPolicy. | 32 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.JsonAuditEventHandlerReadBenchmarkTest_jmhType. | 35 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.JsonAuditEventHandlerReadBenchmarkTest_ReadState_jmhType. | 36 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerReadBenchmarkTest_readById_jmhTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 37 |
![]() |
naming | MethodName | Name 'readById_Throughput' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 68 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 72 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 72 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 73 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 73 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 198). | 85 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 99 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 110 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 113 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 114 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 136 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 139 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 425). | 143 |
![]() |
naming | MethodName | Name 'readById_thrpt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_readstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 150 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 150 |
![]() |
naming | MethodName | Name 'readById_AverageTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 163 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 167 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 167 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 168 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 168 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 197). | 180 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 194 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 205 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 208 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 209 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 142). | 231 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 234 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 424). | 238 |
![]() |
naming | MethodName | Name 'readById_avgt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_readstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 245 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 245 |
![]() |
naming | MethodName | Name 'readById_SampleTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 258 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 262 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 262 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 263 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 263 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 275 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 244). | 279 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 293 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 295 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 304 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 307 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 308 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 312 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 330 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 497). | 334 |
![]() |
naming | MethodName | Name 'readById_sample_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_readstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 337 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 348 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 360 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 360 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 367 |
![]() |
naming | MethodName | Name 'readById_SingleShotTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 373 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 376 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 376 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 377 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 377 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 206). | 385 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 389 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 391 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 400 |
![]() |
naming | LocalVariableName | Name 'l_readstate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 403 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 404 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 407 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 408 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 421 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 424 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 437). | 428 |
![]() |
naming | MethodName | Name 'readById_ss_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_readstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 432 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 439 |
![]() |
naming | StaticVariableName | Name 'f_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 440 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 441 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 442 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_jsonauditeventhandlerreadbenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 442 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 447 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 447 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 449 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 449 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 450 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 451 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 452 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 453 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 454 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 455 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 456 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 464 |
![]() |
naming | StaticVariableName | Name 'f_readstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 465 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 466 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 467 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_readstate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 467 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 472 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 472 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 474 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 474 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 475 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 476 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 477 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 478 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 479 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 480 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 481 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 482 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerWriteBenchmarkTest_ElasticsearchCompatibleBestCaseWriteState_jmhType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Missing a header - not enough lines in file. | 1 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 205). | 2 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerWriteBenchmarkTest_ElasticsearchCompatibleBestCaseWriteState_jmhType' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerWriteBenchmarkTest_ElasticsearchCompatibleBestCaseWriteState_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.audit.benchmark.JsonAuditEventHandlerWriteBenchmarkTest.ElasticsearchCompatibleBestCaseWriteState. | 2 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 227). | 3 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerWriteBenchmarkTest_ElasticsearchCompatibleBestCaseWriteState_jmhType_B1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 3 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerWriteBenchmarkTest_ElasticsearchCompatibleBestCaseWriteState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 208). | 3 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerWriteBenchmarkTest_ElasticsearchCompatibleBestCaseWriteState_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 325). | 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 323). | 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 333). | 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 331). | 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 335). | 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 333). | 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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
design | VisibilityModifier | Variable 'readyTrial' must be private and have accessor methods. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
design | VisibilityModifier | Variable 'readyIteration' must be private and have accessor methods. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'readyInvocation' must be private and have accessor methods. | 21 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerWriteBenchmarkTest_ElasticsearchCompatibleBestCaseWriteState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 208). | 2 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerWriteBenchmarkTest_ElasticsearchCompatibleBestCaseWriteState_jmhType_B3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerWriteBenchmarkTest_ElasticsearchCompatibleWorstCaseWriteState_jmhType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Missing a header - not enough lines in file. | 1 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 207). | 2 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerWriteBenchmarkTest_ElasticsearchCompatibleWorstCaseWriteState_jmhType' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerWriteBenchmarkTest_ElasticsearchCompatibleWorstCaseWriteState_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.audit.benchmark.JsonAuditEventHandlerWriteBenchmarkTest.ElasticsearchCompatibleWorstCaseWriteState. | 2 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 229). | 3 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerWriteBenchmarkTest_ElasticsearchCompatibleWorstCaseWriteState_jmhType_B1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 3 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerWriteBenchmarkTest_ElasticsearchCompatibleWorstCaseWriteState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 210). | 3 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerWriteBenchmarkTest_ElasticsearchCompatibleWorstCaseWriteState_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 327). | 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 325). | 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 335). | 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 333). | 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 337). | 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 335). | 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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
design | VisibilityModifier | Variable 'readyTrial' must be private and have accessor methods. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
design | VisibilityModifier | Variable 'readyIteration' must be private and have accessor methods. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'readyInvocation' must be private and have accessor methods. | 21 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerWriteBenchmarkTest_ElasticsearchCompatibleWorstCaseWriteState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 210). | 2 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerWriteBenchmarkTest_ElasticsearchCompatibleWorstCaseWriteState_jmhType_B3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerWriteBenchmarkTest_RotatedWriteState_jmhType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Missing a header - not enough lines in file. | 1 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 157). | 2 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerWriteBenchmarkTest_RotatedWriteState_jmhType' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerWriteBenchmarkTest_RotatedWriteState_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.audit.benchmark.JsonAuditEventHandlerWriteBenchmarkTest.RotatedWriteState. | 2 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 179). | 3 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerWriteBenchmarkTest_RotatedWriteState_jmhType_B1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 3 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerWriteBenchmarkTest_RotatedWriteState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 160). | 3 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerWriteBenchmarkTest_RotatedWriteState_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 277). | 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 275). | 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 285). | 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 283). | 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 287). | 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 285). | 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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
design | VisibilityModifier | Variable 'readyTrial' must be private and have accessor methods. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
design | VisibilityModifier | Variable 'readyIteration' must be private and have accessor methods. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'readyInvocation' must be private and have accessor methods. | 21 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerWriteBenchmarkTest_RotatedWriteState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 160). | 2 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerWriteBenchmarkTest_RotatedWriteState_jmhType_B3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerWriteBenchmarkTest_WriteState_jmhType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Missing a header - not enough lines in file. | 1 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 2 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerWriteBenchmarkTest_WriteState_jmhType' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerWriteBenchmarkTest_WriteState_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.audit.benchmark.JsonAuditEventHandlerWriteBenchmarkTest.WriteState. | 2 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 165). | 3 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerWriteBenchmarkTest_WriteState_jmhType_B1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 3 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerWriteBenchmarkTest_WriteState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 3 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerWriteBenchmarkTest_WriteState_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 263). | 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 261). | 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 271). | 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 269). | 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 273). | 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 271). | 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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
design | VisibilityModifier | Variable 'readyTrial' must be private and have accessor methods. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
design | VisibilityModifier | Variable 'readyIteration' must be private and have accessor methods. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'readyInvocation' must be private and have accessor methods. | 21 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerWriteBenchmarkTest_WriteState_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 2 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerWriteBenchmarkTest_WriteState_jmhType_B3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerWriteBenchmarkTest_elasticsearchCompatibleBestCaseWrite_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.results.ScalarResult. | 31 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.results.AggregationPolicy. | 32 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.JsonAuditEventHandlerWriteBenchmarkTest_ElasticsearchCompatibleBestCaseWriteState_jmhType. | 35 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.JsonAuditEventHandlerWriteBenchmarkTest_jmhType. | 36 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerWriteBenchmarkTest_elasticsearchCompatibleBestCaseWrite_jmhTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 37 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 62 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleBestCaseWrite_Throughput' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 68 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 72 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 72 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 220). | 73 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatiblebestcasewritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 73 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 165). | 80 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 259). | 85 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 169). | 90 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 202). | 99 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 191). | 110 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatiblebestcasewritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 113 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 198). | 114 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 116 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 169). | 136 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 139 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 520). | 143 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleBestCaseWrite_thrpt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_elasticsearchcompatiblebestcasewritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 161). | 148 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 150 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 150 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 147). | 157 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleBestCaseWrite_AverageTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 163 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 167 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 167 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 220). | 168 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatiblebestcasewritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 168 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 165). | 175 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 258). | 180 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 169). | 185 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 202). | 194 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 191). | 205 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatiblebestcasewritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 208 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 198). | 209 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 211 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 170). | 231 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 234 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 519). | 238 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleBestCaseWrite_avgt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_elasticsearchcompatiblebestcasewritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 161). | 243 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 245 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 245 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 252 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleBestCaseWrite_SampleTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 258 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 262 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 262 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 220). | 263 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatiblebestcasewritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 263 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 165). | 270 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 275 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 305). | 279 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 169). | 284 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 202). | 293 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 295 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 191). | 304 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatiblebestcasewritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 307 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 198). | 308 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 310 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 312 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 145). | 327 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 330 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 592). | 334 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleBestCaseWrite_sample_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_elasticsearchcompatiblebestcasewritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 337 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 348 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 165). | 349 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 360 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 360 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 367 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleBestCaseWrite_SingleShotTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 373 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 376 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 376 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 220). | 377 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatiblebestcasewritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 377 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 267). | 385 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 202). | 389 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 391 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 191). | 400 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatiblebestcasewritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 403 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 198). | 404 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 406 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 407 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 408 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 152). | 421 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 424 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 532). | 428 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleBestCaseWrite_ss_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_elasticsearchcompatiblebestcasewritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 432 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 161). | 433 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 439 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 157). | 440 |
![]() |
naming | StaticVariableName | Name 'f_elasticsearchcompatiblebestcasewritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 440 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 441 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 194). | 442 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_elasticsearchcompatiblebestcasewritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 442 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 443 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 447 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 447 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 449 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 449 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 450 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 451 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 452 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 453 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 454 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 455 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 456 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 457 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 465 |
![]() |
naming | StaticVariableName | Name 'f_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 466 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 467 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 468 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 468 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 473 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 473 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 475 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 475 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 476 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 477 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 478 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 479 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 480 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 481 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 482 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerWriteBenchmarkTest_elasticsearchCompatibleWorstCaseWrite_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.results.ScalarResult. | 31 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.results.AggregationPolicy. | 32 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.JsonAuditEventHandlerWriteBenchmarkTest_ElasticsearchCompatibleWorstCaseWriteState_jmhType. | 35 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.JsonAuditEventHandlerWriteBenchmarkTest_jmhType. | 36 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerWriteBenchmarkTest_elasticsearchCompatibleWorstCaseWrite_jmhTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 37 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 147). | 62 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleWorstCaseWrite_Throughput' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 68 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 72 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 72 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 223). | 73 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatibleworstcasewritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 73 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 167). | 80 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 261). | 85 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 90 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 204). | 99 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 193). | 110 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatibleworstcasewritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 113 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 200). | 114 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 158). | 116 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 170). | 136 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 139 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 523). | 143 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleWorstCaseWrite_thrpt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_elasticsearchcompatibleworstcasewritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 163). | 148 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 150 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 150 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 157 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleWorstCaseWrite_AverageTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 163 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 167 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 167 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 223). | 168 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatibleworstcasewritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 168 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 167). | 175 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 260). | 180 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 185 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 204). | 194 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 193). | 205 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatibleworstcasewritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 208 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 200). | 209 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 158). | 211 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 231 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 234 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 522). | 238 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleWorstCaseWrite_avgt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_elasticsearchcompatibleworstcasewritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 163). | 243 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 245 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 245 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 147). | 252 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleWorstCaseWrite_SampleTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 258 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 262 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 262 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 223). | 263 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatibleworstcasewritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 263 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 167). | 270 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 275 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 307). | 279 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 284 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 204). | 293 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 295 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 193). | 304 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatibleworstcasewritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 307 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 200). | 308 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 158). | 310 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 312 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 327 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 330 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 595). | 334 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleWorstCaseWrite_sample_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_elasticsearchcompatibleworstcasewritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 337 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 348 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 167). | 349 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 360 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 360 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 367 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleWorstCaseWrite_SingleShotTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 373 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 376 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 376 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 223). | 377 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatibleworstcasewritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 377 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 269). | 385 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 204). | 389 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 391 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 193). | 400 |
![]() |
naming | LocalVariableName | Name 'l_elasticsearchcompatibleworstcasewritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 403 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 200). | 404 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 158). | 406 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 407 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 408 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 153). | 421 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 424 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 535). | 428 |
![]() |
naming | MethodName | Name 'elasticsearchCompatibleWorstCaseWrite_ss_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_elasticsearchcompatibleworstcasewritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 432 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 163). | 433 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 439 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 159). | 440 |
![]() |
naming | StaticVariableName | Name 'f_elasticsearchcompatibleworstcasewritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 440 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 441 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 196). | 442 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_elasticsearchcompatibleworstcasewritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 442 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 153). | 443 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 447 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 447 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 449 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 449 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 450 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 451 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 452 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 453 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 454 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 455 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 456 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 457 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 465 |
![]() |
naming | StaticVariableName | Name 'f_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 466 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 467 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 468 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 468 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 473 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 473 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 475 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 475 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 476 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 477 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 478 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 479 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 480 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 481 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 482 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerWriteBenchmarkTest_jmhType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Missing a header - not enough lines in file. | 1 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 2 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerWriteBenchmarkTest_jmhType' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerWriteBenchmarkTest_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.audit.benchmark.JsonAuditEventHandlerWriteBenchmarkTest. | 2 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 3 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerWriteBenchmarkTest_jmhType_B1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 3 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerWriteBenchmarkTest_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 3 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerWriteBenchmarkTest_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 241). | 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 239). | 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 249). | 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 247). | 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 251). | 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 249). | 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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
design | VisibilityModifier | Variable 'readyTrial' must be private and have accessor methods. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
design | VisibilityModifier | Variable 'readyIteration' must be private and have accessor methods. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'readyInvocation' must be private and have accessor methods. | 21 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerWriteBenchmarkTest_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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 2 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerWriteBenchmarkTest_jmhType_B3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerWriteBenchmarkTest_rotatedWrite_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.results.ScalarResult. | 31 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.results.AggregationPolicy. | 32 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.JsonAuditEventHandlerWriteBenchmarkTest_jmhType. | 35 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.JsonAuditEventHandlerWriteBenchmarkTest_RotatedWriteState_jmhType. | 36 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerWriteBenchmarkTest_rotatedWrite_jmhTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 37 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 62 |
![]() |
naming | MethodName | Name 'rotatedWrite_Throughput' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 68 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 72 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 72 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 73 |
![]() |
naming | LocalVariableName | Name 'l_rotatedwritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 73 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 211). | 85 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 90 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 154). | 99 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 110 |
![]() |
naming | LocalVariableName | Name 'l_rotatedwritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 113 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 114 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 145). | 136 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 139 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 448). | 143 |
![]() |
naming | MethodName | Name 'rotatedWrite_thrpt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_rotatedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 150 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 150 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 157 |
![]() |
naming | MethodName | Name 'rotatedWrite_AverageTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 163 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 167 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 167 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 168 |
![]() |
naming | LocalVariableName | Name 'l_rotatedwritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 168 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 210). | 180 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 185 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 154). | 194 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 205 |
![]() |
naming | LocalVariableName | Name 'l_rotatedwritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 208 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 209 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 231 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 234 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 447). | 238 |
![]() |
naming | MethodName | Name 'rotatedWrite_avgt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_rotatedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 245 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 245 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 252 |
![]() |
naming | MethodName | Name 'rotatedWrite_SampleTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 258 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 262 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 262 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 263 |
![]() |
naming | LocalVariableName | Name 'l_rotatedwritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 263 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 275 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 257). | 279 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 284 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 154). | 293 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 295 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 304 |
![]() |
naming | LocalVariableName | Name 'l_rotatedwritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 307 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 308 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 312 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 327 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 330 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 520). | 334 |
![]() |
naming | MethodName | Name 'rotatedWrite_sample_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_rotatedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 337 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 348 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 360 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 360 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 367 |
![]() |
naming | MethodName | Name 'rotatedWrite_SingleShotTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 373 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 376 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 376 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 377 |
![]() |
naming | LocalVariableName | Name 'l_rotatedwritestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 377 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 219). | 385 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 154). | 389 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 391 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 400 |
![]() |
naming | LocalVariableName | Name 'l_rotatedwritestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 403 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 404 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 407 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 408 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 421 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 424 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 460). | 428 |
![]() |
naming | MethodName | Name 'rotatedWrite_ss_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_rotatedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 432 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 439 |
![]() |
naming | StaticVariableName | Name 'f_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 440 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 441 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 442 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 442 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 447 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 447 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 449 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 449 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 450 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 451 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 452 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 453 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 454 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 455 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 456 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 464 |
![]() |
naming | StaticVariableName | Name 'f_rotatedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 465 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 466 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 467 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_rotatedwritestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 467 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 472 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 472 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 474 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 474 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 475 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 476 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 477 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 478 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 479 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 480 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 481 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 482 |
org/forgerock/audit/benchmark/jmh_generated/JsonAuditEventHandlerWriteBenchmarkTest_write_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.results.ScalarResult. | 31 |
![]() |
imports | UnusedImports | Unused import - org.openjdk.jmh.results.AggregationPolicy. | 32 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.JsonAuditEventHandlerWriteBenchmarkTest_jmhType. | 35 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.forgerock.audit.benchmark.jmh_generated.JsonAuditEventHandlerWriteBenchmarkTest_WriteState_jmhType. | 36 |
![]() |
naming | TypeName | Name 'JsonAuditEventHandlerWriteBenchmarkTest_write_jmhTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 37 |
![]() |
naming | MethodName | Name 'write_Throughput' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 68 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 72 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 72 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 73 |
![]() |
naming | LocalVariableName | Name 'l_writestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 73 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 197). | 85 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 99 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 110 |
![]() |
naming | LocalVariableName | Name 'l_writestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 113 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 114 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 136 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 139 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 427). | 143 |
![]() |
naming | MethodName | Name 'write_thrpt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_writestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 150 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 150 |
![]() |
naming | MethodName | Name 'write_AverageTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 163 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 167 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 167 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 168 |
![]() |
naming | LocalVariableName | Name 'l_writestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 168 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 196). | 180 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 194 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 205 |
![]() |
naming | LocalVariableName | Name 'l_writestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 208 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 209 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 139). | 231 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 234 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 426). | 238 |
![]() |
naming | MethodName | Name 'write_avgt_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_writestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 245 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 245 |
![]() |
naming | MethodName | Name 'write_SampleTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 258 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 262 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 262 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 263 |
![]() |
naming | LocalVariableName | Name 'l_writestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 263 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 275 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 243). | 279 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 293 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 295 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 304 |
![]() |
naming | LocalVariableName | Name 'l_writestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 307 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 308 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 312 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 315 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 318 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 330 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 499). | 334 |
![]() |
naming | MethodName | Name 'write_sample_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_writestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 337 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 348 |
![]() |
whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 360 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 360 |
![]() |
naming | MethodName | Name 'write_SingleShotTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 373 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 376 |
![]() |
naming | LocalVariableName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 376 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 377 |
![]() |
naming | LocalVariableName | Name 'l_writestate1_G' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 377 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 205). | 385 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 389 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 391 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 400 |
![]() |
naming | LocalVariableName | Name 'l_writestate1_G_backoff' must match pattern '^([a-z][a-zA-Z0-9]*|_)$'. | 403 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 404 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 407 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 408 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 414 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 421 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 424 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 439). | 428 |
![]() |
naming | MethodName | Name 'write_ss_jmhStub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_writestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
naming | ParameterName | Name 'l_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 432 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 439 |
![]() |
naming | StaticVariableName | Name 'f_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 440 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 441 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 442 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_jsonauditeventhandlerwritebenchmarktest0_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 442 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 447 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 447 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 449 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 449 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 450 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 451 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 452 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 453 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 454 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 455 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 456 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 464 |
![]() |
naming | StaticVariableName | Name 'f_writestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 465 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 466 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 467 |
![]() |
naming | MethodName | Name '_jmh_tryInit_f_writestate1_G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 467 |
![]() |
whitespace | WhitespaceAfter | 'synchronized' is not followed by whitespace. | 472 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 472 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 474 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 474 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 475 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 16. | 476 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 477 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 16. | 478 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 479 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 480 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 481 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 16. | 482 |