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 180541 - Methods from inherited Helpers not shown in CC
Summary: Methods from inherited Helpers not shown in CC
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: RHTML (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-10 06:42 UTC by Erno Mononen
Modified: 2010-02-10 21:26 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 Erno Mononen 2010-02-10 06:42:34 UTC
(See also 180537, though this is a different issue)

If you have a controller A that extends another controller B, only the methods from controller A's helper are show in CC in views. Also the methods from B's helper should be shown.
Comment 1 Erno Mononen 2010-02-10 07:33:12 UTC
Fixed in b440a680e2e4.
Comment 2 Quality Engineering 2010-02-10 21:26:18 UTC
Integrated into 'main-golden', will be available in build *201002110200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/b440a680e2e4
User: Erno Mononen <emononen@netbeans.org>
Log: #180541 - New: Methods from inherited Helpers not shown in CC