Commit 79e070d
Bump SpotBugs forked-JVM heap for codenameone-maven-plugin
The module's SpotBugs run with `<effort>Max</effort>` intermittently
OOMs on the default 512MB fork heap, with the JVM crashing inside
FindRefComparison / ResourceValueAnalysis when the type-frame dataflow
expands the larger mojo classes. The crash returns Java exit code 1,
which `failOnError=false` does NOT suppress (that flag only swallows
reported findings, not analysis crashes), so the whole reactor build
dies. Observed on master CI (pojo-annotation-frameworks branch run at
2026-05-27 10:40) as well as on this branch's runs.
Setting `<maxHeap>2048</maxHeap>` lifts the fork heap to 2GB, which
absorbs the spikes seen so far.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 770e1c0 commit 79e070d
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
352 | 363 | | |
353 | 364 | | |
354 | 365 | | |
| |||
0 commit comments