Skip to content

CORE-57 - Adds PR improvements

a62dfd1
Select commit
Loading
Failed to load commit list.
Open

CORE-57 - Surface javac diagnostics for runtime compile failures #180

CORE-57 - Adds PR improvements
a62dfd1
Select commit
Loading
Failed to load commit list.
SonarQubeCloud / SonarCloud Code Analysis succeeded May 18, 2026 in 13s

Annotations

Check failure on line 308 in src/main/java/net/openhft/compiler/CachedCompiler.java

See this annotation in the file changed.

@sonarqubecloud 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

See this annotation in the file changed.

@sonarqubecloud 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

See this annotation in the file changed.

@sonarqubecloud 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