This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 113420 - [JRuby] Exceptions not hyperlinked, do not show line number or filename
Summary: [JRuby] Exceptions not hyperlinked, do not show line number or filename
Status: RESOLVED DUPLICATE of bug 107236
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-21 20:30 UTC by Jesse Glick
Modified: 2007-08-27 13:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2007-08-21 20:30:42 UTC
070821. If I have a simple Ruby project whose line #3 reads

raise 'hey!'

and I run it from the cmdline I get

lib/whatever.rb:3: hey! (RuntimeError)

From NB, I get

:-1: hey! (RuntimeError)

which is not very helpful for diagnosis!

After switching to /usr/bin/ruby in Options, I get

/whatever/lib/whatever.rb:3: hey! (RuntimeError)

so this is just a JRuby problem.
Comment 1 Jiri Skrivanek 2007-08-27 13:07:08 UTC

*** This issue has been marked as a duplicate of 107236 ***