Bug 73339 - code assist in detail formatter window takes a very long time
Summary: code assist in detail formatter window takes a very long time
Status: RESOLVED DUPLICATE of bug 72683
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-06 12:01 EDT by Martin Aeschlimann CLA
Modified: 2004-09-07 12:48 EDT (History)
0 users

See Also:


Attachments
screenshot of the setup (173.16 KB, image/jpeg)
2004-09-06 12:01 EDT, Martin Aeschlimann CLA
no flags Details
method time measurement (278.98 KB, image/jpeg)
2004-09-06 12:02 EDT, Martin Aeschlimann CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Aeschlimann CLA 2004-09-06 12:01:17 EDT
20040906
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-b28)
Java HotSpot(TM) Client VM (build 1.4.2-b28, mixed mode)

The code assist in the detail fomatter window takes a long time (~ 1 minute),
blocking the UI. My scenario was to directly invoke code assist in the detail
formatter window for 'org.eclipse.jdt.internal.core.CompilationUnit'.

see screenshots. Time is spend in SelectionEngine.selectType, with 242 invocations
(scenario is a singe code assist as seen in screenshot 1)
Comment 1 Martin Aeschlimann CLA 2004-09-06 12:01:49 EDT
Created attachment 14418 [details]
screenshot of the setup
Comment 2 Martin Aeschlimann CLA 2004-09-06 12:02:22 EDT
Created attachment 14419 [details]
method time measurement
Comment 3 Darin Wright CLA 2004-09-07 12:48:49 EDT

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