Skip to content

docs(bench): escape the ampersand that fails the benchmarks javadoc build - #599

Merged
DemchaAV merged 1 commit into
developfrom
docs/benchmarks-javadoc-entity
Aug 24, 2026
Merged

docs(bench): escape the ampersand that fails the benchmarks javadoc build#599
DemchaAV merged 1 commit into
developfrom
docs/benchmarks-javadoc-entity

Conversation

@DemchaAV

Copy link
Copy Markdown
Owner

Why

ComparativeBenchmark's class Javadoc carries a raw & ("CPU & RAM"), which javadoc rejects as a bad HTML entity — so a full-reactor ./mvnw -B -ntp javadoc:javadoc fails on the benchmarks module. Nothing ever went red for it because the CI javadoc gate excludes benchmarks; the break only surfaces when someone runs the gate across the whole reactor locally.

What changed

  • benchmarks/src/main/java/com/demcha/compose/ComparativeBenchmark.java&&amp; in the class Javadoc. A sweep of the module's Javadoc found no other raw & / < / >; the remaining doclint output is missing-comment warnings, which don't fail the build.

Verification

./mvnw -B -ntp javadoc:javadoc -pl :graph-compose-benchmarks -amBUILD SUCCESS (exit 0, zero error: lines). No runtime code touched.

Lane: docs — one Javadoc literal in the benchmarks module.

@DemchaAV
DemchaAV merged commit d71c590 into develop Aug 24, 2026
10 checks passed
@DemchaAV
DemchaAV deleted the docs/benchmarks-javadoc-entity branch August 24, 2026 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant