-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"ghost" type parameter in field #33
Comments
Thank you for reporting this. Does indeed sound like a bug of some kinds. The only other interesting part is whether it could be related to this being a non-static inner class; those have the hidden |
web-online
pushed a commit
to web-online/java-classmate
that referenced
this issue
Sep 27, 2016
cowtowncoder
added a commit
that referenced
this issue
Sep 28, 2016
test and fix for issue #33: "ghost" type parameter in field
confirmed fixed in 1.3.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have found an issue that at first I thought was related to Issue #28 but is specific to fields so maybe is different. I've pasted a test showing the issue below:
This fails with
Assuming this is a real problem, I think I've traced it to TypeResolver._fromClass. There may be multiple things going on here, but here are my two suspicions:
(accidentally pasted in the wrong test before. edited with correct test that also uses static inner class and tests both for primitive and "ghost" parameters)
The text was updated successfully, but these errors were encountered: