Skip to content
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

Eclipse Entension bean handler does not handle primitives correctly. #77

Open
mcculls opened this issue Jun 22, 2015 · 2 comments
Open

Comments

@mcculls
Copy link
Member

mcculls commented Jun 22, 2015

Originally reported on Google Code with ID 74

ExtensionBeanHandler#valueOf is invoked when a primitive type is defined in the extension
point. However it tests the class against the wrapper class rather than primitive class;
i.e. Integer.class rather than int.class.

These means primitive types cannot be used.

Reported by drsgoodall on 2012-06-22 10:16:45

@mcculls
Copy link
Member Author

mcculls commented Jun 22, 2015

Reported by mcculls on 2012-08-04 21:25:42

  • Status changed: Accepted

@mcculls
Copy link
Member Author

mcculls commented Jun 22, 2015

Reported by mcculls on 2012-08-04 21:49:09

  • Labels added: Peaberry-Extension

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant