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 15465 - autocomplete in unnamed class Foo$1 "this." handled as Foo.this
Summary: autocomplete in unnamed class Foo$1 "this." handled as Foo.this
Status: CLOSED DUPLICATE of bug 3549
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-13 20:43 UTC by gaxzero
Modified: 2007-11-05 13:44 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 gaxzero 2001-09-13 20:43:25 UTC
while typing the following code:
---------------------------
public class Foo{
   int x;
   Foo(){
       new Bar(){
           public toString(){
                this.  //autocomplete thinks it
                       // is in  Foo.this and not Bar.this
           }
       };
   }
}
------------------------
Comment 1 Martin Roskanin 2001-09-14 08:25:38 UTC

*** This issue has been marked as a duplicate of 3549 ***
Comment 2 Quality Engineering 2003-06-30 18:02:06 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 3 Quality Engineering 2003-06-30 18:12:47 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.