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

Summary: Wrong offsets of friend declaration
Product: cnd Reporter: petrk
Component: Code ModelAssignee: petrk
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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)