Bug 133817

Summary: Content Assist blocks the UI thread when working a firewall
Product: [Eclipse Project] JDT Reporter: Peter Voss <p>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Peter Voss CLA 2006-03-29 07:31:02 EST
Hi,

when upgrading from 3.2-M3 to 3.2M5 I discovered the following problem with content assist in java editors:

When typing sun.awt. and hitting ctrl-space the content assist window opens and shows its contents. But the UI thread is blocked for the next 10-30 seconds. When navigating through the list the UI gets blocked again on each item, that has no source code attachment.

This problem only occur when working behind a firewall. When I disconnect from the network the problem disappears. I assume that some network lookup is done when no source code is available in order to display the api doc tooltip.

The problem probably was introduced with 3.2M4 since a colleague of mine told me that he has the same problem with 3.2M4 (he is working for a different company but they have a firewall as well).
Comment 1 Dani Megert CLA 2006-03-29 09:17:19 EST

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