-
Notifications
You must be signed in to change notification settings - Fork 164
Closed
Labels
Description
Currently the eclipse.platform.releng.aggregator master build (and I expect also the next I-build) fails with the following compilation error:
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:5.0.1-SNAPSHOT:compile (default-compile) on project org.eclipse.jdt.debug: Compilation failure: Compilation failure:
[ERROR] /home/jenkins/agent/workspace/atform.releng.aggregator_PR-3432/eclipse.jdt.debug/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIStackFrame.java:[1574]
[ERROR] @SuppressWarnings("deprecation")
[ERROR] ^^^^^^^^^^^^^
[ERROR] Unnecessary @SuppressWarnings("deprecation")
As the code didn't change for quite some time, I assume it's actually a bug in the compiler, that the deprecated method called within it, is not detected:
https://github.com/eclipse-jdt/eclipse.jdt.debug/blob/d0cd55117a2260b7cdd3f71210befbde9786b055/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIStackFrame.java#L1574-L1578
With the latest I-build from this afternoon, I20251025-0900, it was still working.
Reactions are currently unavailable