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 115849 - Provide lightweight reference for the parent in class view
Summary: Provide lightweight reference for the parent in class view
Status: REOPENED
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-18 14:03 UTC by Alexander Ioffe
Modified: 2013-05-17 14:00 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Ioffe 2007-09-18 14:03:31 UTC
Consider the situation. Developer is looking on Class View
but the tab with interested class declaration is not opened or not active.

How could he know whether it has parents?
In class view we can provide small reference for the parent if it has only one parent, or expanding reference in case of
multidependency
Comment 1 Alexander Simon 2007-09-20 07:40:42 UTC
Could you explain meaning of:
"parent" - is it logical container of the class (outer class/name space/global name space) or file?
"tab" - editor pane with class declaration?
I do not understand issue.
Provide small example, please.
Comment 2 Alexander Simon 2008-11-18 12:12:21 UTC
no response, close
Comment 3 Alexander Ioffe 2008-11-26 11:50:12 UTC
Sorry, for the delay. The idea was to provide the way, by which user can find superclass.
May be it is better to do it in popup menu with submenu in case of multiple inheritance.
Or may be it is better to create tooltip with links.