Commit c93465b
committed
Archive compilelogs to diagnose intermittent compiler warnings
The Compiler check occasionally reports Unnecessary @SuppressWarnings
("restriction") on files a change does not touch, because the platform
fragment carrying the org.eclipse.swt.internal classes sometimes lands on
the compile classpath without the host's discouraged access rules.
target/compilelogs/*.xml records the exact -classpath ECJ was invoked
with, including access rules, so archiving it makes that state
comparable between builds.
Assisted-by: Anthropic Claude Code (claude-opus-5[1m])1 parent 9ca368d commit c93465b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
| 332 | + | |
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| |||
0 commit comments