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 49261 - The method's code completion is not updated after typing a letter
Summary: The method's code completion is not updated after typing a letter
Status: CLOSED DUPLICATE of bug 49117
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-19 10:06 UTC by pzajac
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 pzajac 2004-09-19 10:06:13 UTC
[200409151800]
Example:
Type this code:
String a = "ddsfs";
a.<CTRL_SPACE>s

The cc is not updated after typing 's'.
Comment 1 Martin Roskanin 2004-09-20 13:46:07 UTC
should be fixed. Thanks for your report

*** This issue has been marked as a duplicate of 49117 ***
Comment 2 pzajac 2004-10-05 10:08:28 UTC
v