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 242794 - Allow hyper-link on destructor
Summary: Allow hyper-link on destructor
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 13:26 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 13:26:04 UTC
Code example:
struct P {
    P() {}
    ~P();
    void foo() {
        P *p = new P();
        delete p; // delete keyword is hyper-link to destructor of class P
    };
};
Comment 1 Alexander Simon 2014-03-11 13:47:34 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/226b704229ed
Comment 2 Quality Engineering 2014-03-12 02:47:59 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/226b704229ed
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #242794 Allow hyper-link on destructor
Comment 3 Quality Engineering 2014-04-24 02:07:14 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/e98e0f939ad9
User: Ilia Gromov <ilia@netbeans.org>
Log: fixed Bug #242794 Allow hyper-link on destructor [ Merge of 281706:226b704229ed from cnd-main ]