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

Summary: [JRuby] Exceptions not hyperlinked, do not show line number or filename
Product: ruby Reporter: Jesse Glick <jglick>
Component: CodeAssignee: Torbjorn Norbye <tor>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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 ***