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 183814 - [69cat][editor] Code Completion takes excessive time to paint dialogs
Summary: [69cat][editor] Code Completion takes excessive time to paint dialogs
Status: RESOLVED DUPLICATE of bug 183812
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-09 21:34 UTC by esmithbss
Modified: 2010-04-10 05:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread Dump with a few preceeding exception statements (14.23 KB, application/octet-stream)
2010-04-09 21:35 UTC, esmithbss
Details
Screenshot of partially painted CC dialog. (102.57 KB, image/png)
2010-04-09 21:35 UTC, esmithbss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2010-04-09 21:34:02 UTC
Product Version = NetBeans IDE Dev (Build 201004090201)
Operating System = Linux version 2.6.32-19-generic running on i386
Java; VM; Vendor = 1.6.0_19
Runtime = Java HotSpot(TM) Client VM 16.2-b04

The Code Completion system in 100409 is taking excessive time (15+ seconds) to paint the code completion dialogs on the screen. (see screenshot)

I have also attached a thread dump for what is executing during the slow period.
Comment 1 esmithbss 2010-04-09 21:35:45 UTC
Created attachment 96994 [details]
Thread Dump with a few preceeding exception statements
Comment 2 esmithbss 2010-04-09 21:35:48 UTC
Created attachment 96995 [details]
Screenshot of partially painted CC dialog.
Comment 3 Vitezslav Stejskal 2010-04-10 05:21:25 UTC
The same threaddump as in issue #183812 - SelfSamplerAction saving a profiler snapshot in EDT. No other activity.

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