JLBH
JLBH copied to clipboard
JLBH
X.26
These two variables are not properly reset when a run completes ``` private void checkSampleTimeout() { long previousSampleCount = 0; long previousSampleTime = 0; ``` while `noResultsReturned = 0;` is...
This change introduces a Chronicle-standard `code-review` profile and aligns the module with our house quality rules. It wires Checkstyle, PMD, SpotBugs(+FindSecBugs), and JaCoCo using pinned versions, codifies coverage thresholds, and...