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 122056 - Code Completion is incorrect inside class declaration
Summary: Code Completion is incorrect inside class declaration
Status: VERIFIED FIXED
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:
: 125241 137020 141062 (view as bug list)
Depends on: 138311
Blocks: 123437 132765 142091
  Show dependency tree
 
Reported: 2007-11-15 19:13 UTC by kozlov
Modified: 2008-10-23 13:10 UTC (History)
3 users (show)

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 kozlov 2007-11-15 19:13:15 UTC
Reproduced in build071115.

Code Completion list inside class is incompatible
Comment 1 Alexei Mokeev 2007-11-20 07:59:38 UTC
Given the bug description I'm marking this bugs as INCOMPLETE.
Comment 2 Victor Vasilyev 2007-11-20 16:45:56 UTC
I'm removing the INCOMPLETE keyword. The bug is clear and absolutely correct. 
The current implementation of code completion doesn't provide special processing for both the Class Scope and the
Interface Scope. The implementation wrongly distinguishes it as the Global Scope and provides a set of proposals that is
not applicable for these scopes.

This bug will be fixed after final classification of the PHP related scopes from viewpoint of code completion process
and after implementation of code completion providers for mentioned specific scopes. It will be provided after 6.0 release.
Comment 3 Alexei Mokeev 2008-01-25 10:38:22 UTC
*** Issue 125241 has been marked as a duplicate of this issue. ***
Comment 4 Tomasz Slota 2008-06-09 11:14:10 UTC
*** Issue 136740 has been marked as a duplicate of this issue. ***
Comment 5 Tomasz Slota 2008-06-09 11:14:22 UTC
*** Issue 136740 has been marked as a duplicate of this issue. ***
Comment 6 Tomasz Slota 2008-06-11 17:04:04 UTC
*** Issue 137020 has been marked as a duplicate of this issue. ***
Comment 7 Tomasz Slota 2008-07-29 16:35:52 UTC
downgrading to P3, see issue 142091
Comment 8 Tomasz Slota 2008-07-30 14:40:22 UTC
*** Issue 141062 has been marked as a duplicate of this issue. ***
Comment 9 polan 2008-08-08 09:03:36 UTC

*** This issue has been marked as a duplicate of 142091 ***
Comment 10 Tomasz Slota 2008-08-08 09:08:08 UTC
I think this issue was closed by accident. It cannot be a duplicate of the umbrella issue.

PS. This issue is now partially fixed thanks to recent changes by rmatous 
Comment 11 rmatous 2008-08-19 14:53:53 UTC
Tomas, could you briefly enumerate what is still missing to consider this issue as fixed to have idea how much work is
needed. 
Comment 12 Tomasz Slota 2008-10-09 15:25:22 UTC
It looks like CC inside class definition now works correctly, including all the use cases from issues marked as a duplicate. If there are are any new problems 
discovered in this area they should be reported as separate issues.
Comment 13 Mikhail Matveev 2008-10-23 13:10:25 UTC
Confirmed. Marking as verified.