You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks like JDT bug . Unfortunately, Github doesn't allow moving issues between organizations so you would have to open a new one in the proper location https://github.com/eclipse-jdt/eclipse.jdt.core .
As there is nothing that can be done by the Eclipse Platform project I'm closing this one.
Let's make sure issue is not already fixed in latest builds first.
Steps to reproduce
From a fresh installation and clean workspace:
with eclipse-jee-2024-12-R-win32-x86_64.zip
and plugin: Lombok v1.18.36
I tried Test.java:
Run Test.java
I expected: <what was the expected outcome?>
1
1
which means both 2 methods have annotation object
But got: <what is the actual undesired behavior?>
1
0
I encountered this issue when compiling Test.java with Eclipse: 'The method object with return type ClassInf has no annotation object.'
However, this issue does not occur when I compile Test.java using IntelliJ IDEA or javac.
Tested under this environment:
*JDK:
jdk-21.0.5
The text was updated successfully, but these errors were encountered: