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 242619 - Support broken virtual annotations
Summary: Support broken virtual annotations
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-06 15:53 UTC by Vladimir Voskresensky
Modified: 2014-04-24 02:12 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 Vladimir Voskresensky 2014-03-06 15:53:39 UTC
struct Class {
  void foo(int);
};

struct Derived : public Class {
  virtual void foo(int)
};
Comment 1 Vladimir Voskresensky 2014-03-06 15:57:35 UTC
new API
http://hg.netbeans.org/cnd-main/rev/06dda0c93590
Comment 2 Vladimir Voskresensky 2014-03-07 11:43:24 UTC
btw, when click on green "o", please show all overrides as it is now work with all overridden when click on gray "o"
Comment 3 Alexander Simon 2014-03-07 15:32:57 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/4644ad4db8d2
Comment 4 Quality Engineering 2014-03-10 02:24:18 UTC
Integrated into 'main-silver', will be available in build *201403100001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/06dda0c93590
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixing #242619 - Support broken virtual annotations
- API for overridden chain descriptors
Comment 5 Quality Engineering 2014-04-24 02:12:00 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/bb38168a64b7
User: Ilia Gromov <ilia@netbeans.org>
Log: fixing #242619 - Support broken virtual annotations
- API for overridden chain descriptors [ Merge of 281669:06dda0c93590 from cnd-main ]