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 156114 - Hyperlinking in OW does not work for files without extensions
Summary: Hyperlinking in OW does not work for files without extensions
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Platform (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2008-12-28 18:15 UTC by Martin Krauskopf
Modified: 2009-02-19 23:02 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 Martin Krauskopf 2008-12-28 18:15:59 UTC
Try to run the 'tester.rb' with the following content in 6.5 and 7.0. In 6.5 everything is hyperlinked, in 7.0 only the
one with tester.rb.

  $ cat tester.rb 
  load 'non_extension'
  $ cat non_extension 
  raise 'hi'

Probably regression(P2) of Execution API migration.
Comment 1 Erno Mononen 2008-12-30 08:04:14 UTC
Should be simple to fix, thanks for the catch.
Comment 2 Erno Mononen 2008-12-30 14:44:40 UTC
Fixed in 0910f66e577e.
Comment 3 Quality Engineering 2008-12-31 05:28:49 UTC
Integrated into 'main-golden', will be available in build *200812310201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/0910f66e577e
User: Erno Mononen <emononen@netbeans.org>
Log: #156114: Hyperlinking in OW does not work for files without extensions