CORE-57 - Surface javac diagnostics for runtime compile failures #180
SonarQubeCloud / SonarCloud Code Analysis
succeeded
May 18, 2026 in 13s
Quality Gate passed
Annotations
Check failure on line 308 in src/main/java/net/openhft/compiler/CachedCompiler.java
sonarqubecloud / SonarCloud Code Analysis
Replace this call to "replaceAll()" by a call to the "replace()" method.
See more on https://sonarcloud.io/project/issues?id=OpenHFT_Java-Runtime-Compiler&issues=AZ48DGFCdKoBbZ036FAi&open=AZ48DGFCdKoBbZ036FAi&pullRequest=180
Check warning on line 196 in src/main/java/net/openhft/compiler/CachedCompiler.java
sonarqubecloud / SonarCloud Code Analysis
Replace the synchronized class "StringBuffer" by an unsynchronized one such as "StringBuilder".
See more on https://sonarcloud.io/project/issues?id=OpenHFT_Java-Runtime-Compiler&issues=AZ48DGFCdKoBbZ036FAh&open=AZ48DGFCdKoBbZ036FAh&pullRequest=180
Check warning on line 254 in src/main/java/net/openhft/compiler/CachedCompiler.java
sonarqubecloud / SonarCloud Code Analysis
Replace this "Map.get()" and condition with a call to "Map.computeIfAbsent()".
See more on https://sonarcloud.io/project/issues?id=OpenHFT_Java-Runtime-Compiler&issues=AZ48DGFCdKoBbZ036FAg&open=AZ48DGFCdKoBbZ036FAg&pullRequest=180
Loading