Bug 16021 - Infinite loop in JavaCore.isReferencedBy(...)
Summary: Infinite loop in JavaCore.isReferencedBy(...)
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P1 normal (vote)
Target Milestone: 2.0 M6   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-15 07:23 EDT by Jerome Lanneluc CLA
Modified: 2002-05-15 07:32 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jerome Lanneluc CLA 2002-05-15 07:23:40 EDT
Build 20020514

Trying to open a hierarchy on java.util.HashMap, the hierarchy was built but 
the editor never opened as it was in an infinite loop in JavaCore.isReferencedBy
(...).

Note that there is no visible marker associated with this class or any in its 
hierarchy.
Comment 1 Philipe Mulet CLA 2002-05-15 07:32:03 EDT
Indeed this code can enter an infinite loop. Fixed, patch released on Jdt/Core 
resource dev page.

Surprisingly, this defect doesn't show up all times. Scenario should be anytime 
placing a breakpoint on a toplevel classfile.