-
Notifications
You must be signed in to change notification settings - Fork 19
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
problem with generics #1
Comments
Thanks for reporting this bug. The first ! wouuuww :) It will take a few days, not that many, for me to correct the bug. Just have to find time for it. I would be very interested by a pull request (with tests), if you like patching it yourself. (This feature / bug fix would be quite a good candidate for TDD style.) |
I have to find time for it too but I will try to patch it |
Issue should be solved on master branch. Your gist became a test. snapshots have been deployed on https://oss.sonatype.org/content/repositories/snapshots/org/boundbox/ |
I have the same problem but when generics are in Class like SpiceRequest
and in my test
boundbox generated the nexts method un
instead of
|
Hi flavien, I really don't have much time to enhance BB these days, and 'til Xmas. Funny that you were the first user to use BB with RS, and I wasn't :) S. 2013/11/8 Fernando Franco Gíraldez [email protected]
Stéphane NICOLAS, |
Hi Stéphane, Sorry, I can't work on BB anymore. I've too much project I must work on. I have certainly been overly ambitious in becoming a BB contributor. You can remove me from the contributor list if you want, no problem. Flavien |
BoundBoxing a class with generics causes errors in the generated class (e.g. java.util.List<this.is.my.Object>.class)
Detailed issue: https://gist.github.com/flavienlaurent/6636457
The text was updated successfully, but these errors were encountered: