Bug 73982 - IllegalMonitorStateException opening all types dialog
Summary: IllegalMonitorStateException opening all types dialog
Status: RESOLVED DUPLICATE of bug 73226
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-15 09:56 EDT by Darin Wright CLA
Modified: 2004-09-15 10:08 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 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 ***