Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 74 by
drsgo...@gmail.com: Eclipse Entension bean handler does
not handle primitives correctly.
http://code.google.com/p/peaberry/issues/detail?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.