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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I'm using Eclipse 202406 with jdk-21 and m2e.
My project uses maven and we use annotation processor to generate code for Mapstruct and Immutables.
It have the following settings:
But even with this I'm getting different behavior than the one code generated by jdk-21.
Below is the code generated by JDT:
and this is the code generated by JDK:
Note the
arg0
vspJoinEntity
parameter names ?Am I missing something ?
Beta Was this translation helpful? Give feedback.
All reactions