Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.6.3
-
Fix Version/s: JRuby 1.6.4
-
Component/s: None
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
It assumes every class has a classloader, which isn't the case for core Java classes on all VMs. Since it catches and ignores any exception in an effort to blanket catch introspection exceptions, the NPEs were not noticed.
I'll submit a pull request.