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 141062 - CC offers irrelevant choices in class body
Summary: CC offers irrelevant choices in class body
Status: VERIFIED DUPLICATE of bug 122056
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomasz Slota
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-21 19:49 UTC by Mikhail Matveev
Modified: 2008-10-23 12:59 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 Mikhail Matveev 2008-07-21 19:49:26 UTC
class MyClass{

    private $aa;

    pr|

} 

CC offers lots of functions from PHP platform. Only private and protected modifiers are possible here.
Comment 1 Tomasz Slota 2008-07-30 14:40:22 UTC

*** This issue has been marked as a duplicate of 122056 ***
Comment 2 Mikhail Matveev 2008-10-23 12:59:51 UTC
Not sure if it is a duplicate of 122056, but it's fixed anyway. Marking as verified.