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 179195 - Code completion popup takes too long to appear
Summary: Code completion popup takes too long to appear
Status: RESOLVED DUPLICATE of bug 177462
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-04 08:29 UTC by swpalmer
Modified: 2010-02-11 09:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Snapshot taken during "please wait" when invoking code completion (14.00 KB, application/octet-stream)
2010-01-04 08:31 UTC, swpalmer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description swpalmer 2010-01-04 08:29:40 UTC
It takes over two seconds for the popup to appear in a small calls file when I invoked code completion on at the end of the following line in the middle of a code block.

JPanel test = new 

I made sure JPanel was imported and invoked code completion three times to make sure everything was loaded/cached that should be and it still took over two seconds...
I will attach a snapshot.
Comment 1 swpalmer 2010-01-04 08:31:49 UTC
Created attachment 93050 [details]
Snapshot taken during "please wait" when invoking code completion
Comment 2 Dusan Balek 2010-02-11 09:39:42 UTC
Already fixed in the current dev build.

*** This bug has been marked as a duplicate of bug 177462 ***