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 242785 - Add possibility to navigate using 'virtual' icons between destructors
Summary: Add possibility to navigate using 'virtual' icons between destructors
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.0
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-11 10:57 UTC by Alexander Simon
Modified: 2014-04-24 02:07 UTC (History)
0 users

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 Simon 2014-03-11 10:57:16 UTC
A destructor doses not have override/overridden badge. It makes impossible to fast navigation between destructor hierarchy.

Code example:
struct base {
  virtual ~base(); // add override badge
}
struct sub : public base {
  ~sub(); // add overridden badge 
}
Comment 1 Alexander Simon 2014-03-11 11:01:42 UTC
fixed. change set:
http://hg.netbeans.org/cnd-main/rev/6afcbf83ac70
Comment 2 Quality Engineering 2014-03-12 02:47:30 UTC
Integrated into 'main-silver', will be available in build *201403120001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/6afcbf83ac70
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #242785 Add possibility to navigate using 'virtual' icons between destructors
Comment 3 Quality Engineering 2014-04-24 02:07:59 UTC
Integrated into 'releases/release80', will be available in build *201404240045* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/04c543281c18
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #242785 Add possibility to navigate using 'virtual' icons between destructors
(transplanted from 6afcbf83ac701a72525c34d61bba58ad3b6e16a0)