Bug 47787 - IJavaSearchResultCollector.aboutToStart() and done() not called
Summary: IJavaSearchResultCollector.aboutToStart() and done() not called
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M6   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-01 06:14 EST by Jerome Lanneluc CLA
Modified: 2003-12-10 07:48 EST (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 2003-12-01 06:14:19 EST
Build 20031126

IJavaSearchResultCollector.aboutToStart() and IJavaSearchResultCollector.done() 
should be called when invoking SearchEngine.searchDeclarationsOfAccessedFields
(...), searchDeclarationsOfReferencedTypes(...) and 
searchDeclarationsOfSentMessages(...).
Comment 1 Jerome Lanneluc CLA 2003-12-10 07:48:51 EST
Actually this works for me in I20031209. Added regression test 
JavaSearchTests.testDeclarationOfReferenceTypes8().

Closing.