ops4j/peaberry

Eclipse Entension bean handler does not handle primitives correctly.

mcculls opened this issue · 2 comments

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

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

  • Status changed: Accepted

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

  • Labels added: Peaberry-Extension