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

Summary: CC offers irrelevant choices in class body
Product: php Reporter: Mikhail Matveev <mikhailmatveev>
Component: EditorAssignee: Tomasz Slota <tslota>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.