Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: JRuby 1.1.4
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
My change to optimize exception construction introduced (unknown) all over when a method name is not present (like at the root of a script). We need to correct this to show the root of a script with no "in" section in the backtrace, as in previous versions.
I fixed this in r7470 but will leave open to create a test for it.