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 242861 - Wrong offsets of friend declaration
Summary: Wrong offsets of friend declaration
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-13 13:58 UTC by petrk
Modified: 2014-04-24 02:17 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 petrk 2014-03-13 13:58:48 UTC
struct AAA {
    friend struct BBB;
    int a;
};
// BBB has offsets of kwd 'friend'
Comment 1 petrk 2014-03-13 14:42:21 UTC
Fixed in http://hg.netbeans.org/cnd-main/rev/85273d9a47d2
Comment 2 Quality Engineering 2014-03-14 02:49:32 UTC
Integrated into 'main-silver', will be available in build *201403140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/85273d9a47d2
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixed #242861 - Wrong offsets of friend declaration
Comment 3 Quality Engineering 2014-04-24 02:17:36 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/2d5cb7e1040f
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixed #242861 - Wrong offsets of friend declaration
(transplanted from 85273d9a47d25d430e2cbcf01db0968acb3bd780)