Bug 73982

Summary: IllegalMonitorStateException opening all types dialog
Product: [Eclipse Project] JDT Reporter: Darin Wright <darin.eclipse>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Darin Wright CLA 2004-09-15 09:56:25 EDT
I20040914

I noticed that my "open types" dialog was hung reporting progress. I was able 
to cancel the progress dialog, but saw this in the Eclispe console:

java.lang.IllegalMonitorStateException
        at java.lang.Object.notifyAll(Native Method)
        at 
org.eclipse.jdt.internal.core.search.indexing.ReadWriteMonitor.exitRe
ad(ReadWriteMonitor.java:58)
        at org.eclipse.jdt.internal.core.search.PatternSearchJob.search
(PatternS
earchJob.java:119)
        at org.eclipse.jdt.internal.core.search.PatternSearchJob.execute
(Pattern
SearchJob.java:64)
        at 
org.eclipse.jdt.internal.core.search.processing.JobManager.performCon
currentJob(JobManager.java:260)
        at org.eclipse.jdt.core.search.SearchEngine.searchAllTypeNames
(SearchEng
ine.java:870)
        at org.eclipse.jdt.internal.corext.util.AllTypesCache.search
(AllTypesCac
he.java:532)
        at 
org.eclipse.jdt.internal.corext.util.AllTypesCache$TypeCacher.doSearc
hTypes(AllTypesCache.java:197)
        at org.eclipse.jdt.internal.corext.util.AllTypesCache$TypeCacher.run
(All
TypesCache.java:166)
Comment 1 Jerome Lanneluc CLA 2004-09-15 10:08:11 EDT

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