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 165888 - 'Goto Tested Class' not working for class/tests in the lib directory
Summary: 'Goto Tested Class' not working for class/tests in the lib directory
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-24 02:35 UTC by callagga
Modified: 2009-09-24 12:36 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 callagga 2009-05-24 02:35:14 UTC
'Goto Tested Class' works OK for classes in the ./app directory (e.g. ./app/model/xxx.rb), however it is NOT working for
classes in the ./lib directory.  These are classes that one requires for a rails project that don't correspond to a
view/helper or model, but still needs to reside somewhere.  

For example the relationship between:
 - ./lib/node.rb, and
 - ./spec/lib/node_spec.rb

It is noted that the spec files in ./spec/lib actually run, hence netbeans acknowledges their existence. However when
trying to "Go to Tested Class" here it doesn't work.


Product Version: NetBeans IDE Dev (Build 200905220201)
Java: 1.5.0_16; Java HotSpot(TM) Client VM 1.5.0_16-133
System: Mac OS X version 10.5.7 running on i386; MacRoman; en_US (nb)
Userdir: /Users/greg/.netbeans/dev
Comment 1 Erno Mononen 2009-05-29 16:25:38 UTC
Reproduced, should be simple to fix.
Comment 2 Erno Mononen 2009-09-22 13:23:51 UTC
Fixed in e963c6f3b498.
Comment 3 Quality Engineering 2009-09-24 12:36:39 UTC
Integrated into 'main-golden', will be available in build *200909230201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e963c6f3b498
User: Erno Mononen <emononen@netbeans.org>
Log: #165888: 'Goto Tested Class' not working for class/tests in the lib directory