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 242907 - Code completion does not contains implement/extract items for friend members
Summary: Code completion does not contains implement/extract items for friend members
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 8.0
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-14 16:06 UTC by Alexander Simon
Modified: 2014-04-24 02:09 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 Alexander Simon 2014-03-14 16:06:00 UTC
Code example:

newClass.h:
#include <iostream>
class newClass {
    friend std::ostream& operator <<(std::ostream& os, const newClass& obj) {
        return os;
    }
};

newClass.cpp:
#include "newClass.h"
// completion should suggest extract body for operator <<
Comment 2 Quality Engineering 2014-03-15 06:07:31 UTC
Integrated into 'main-silver', will be available in build *201403150001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/6d1b62f21038
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug 242907 Code completion does not contains implement/extract items for friend members
Comment 3 Quality Engineering 2014-04-24 02:09:47 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/d4035a52f717
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug 242907 Code completion does not contains implement/extract items for friend members
(transplanted from 6d1b62f21038a417940af522e8c1fbe0c7cbcb2d)