This repository has been archived by the owner on Apr 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
AbstractClassMirror.findMember(EObject, String) fails when inner class is used in signature of member before #704
Milestone
Comments
possible solution
|
can be reproduced with Java 8/11 and
|
which wont copy identifier as it is derived.
|
alternative would be to change something in the metamodel. am not sure about serialization/transientvalueservice |
25 tasks
cdietrich
added a commit
that referenced
this issue
Jul 19, 2021
Signed-off-by: Christian Dietrich <[email protected]>
cdietrich
added a commit
that referenced
this issue
Aug 9, 2021
Signed-off-by: Christian Dietrich <[email protected]>
cdietrich
added a commit
that referenced
this issue
Aug 9, 2021
Signed-off-by: Christian Dietrich <[email protected]>
cdietrich
added a commit
that referenced
this issue
Aug 16, 2021
[#704] mark JvmMember.identifier non derived + settable
Fixed in 2.26 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
AbstractClassMirror.findMember(EObject, String) fails when inner class is used in signature of member before
e.g. native boolean closeScope0(Scope scope, Scope.ScopedAccessError exception);
in ScopedMemoryAccess in Java 16
(happens e.g when running
org.eclipse.xtext.xbase.tests.serializer.SerializerTest
with Java 16The text was updated successfully, but these errors were encountered: