Getters of constructable EntityViews #1995
mahairod
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Is this related to issue #1994 you posted? If not, it would be very helpful if you could post a reproducer for this issue e.g. based on one of our quickstart maven archetypes: https://github.com/Blazebit/blaze-persistence?tab=readme-ov-file#quickstart |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So we start with this, @beikov:
In brief: I assume you can look at
Here we have Map fieldsToAccessors as input. This is created somewhere above the stack. While it is created getters are found only if appropriate fields are already present in a list.
Then when further assignment analysis is made, there is condition on eqality of field owner and assignment context. It's not valid for derived classes when assigning to a visible public/protected field in parent class.
Beta Was this translation helpful? Give feedback.
All reactions