Bug 12986 - Creating a working copy does not involve the problem requestor
Summary: Creating a working copy does not involve the problem requestor
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 major (vote)
Target Milestone: 2.0 M5   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-08 09:54 EDT by Kai-Uwe Maetzel CLA
Modified: 2002-04-09 09:53 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 Kai-Uwe Maetzel CLA 2002-04-08 09:54:13 EDT
Creating a working copy of a compilation unit using getWorkingCopy
(progressMonitor, bufferFactory, problemRequestor) does not call any method on 
the problem requestor although the working copy's content must be parsed to 
determine its structure.
Comment 1 Olivier Thomann CLA 2002-04-08 12:28:13 EDT
Fixed the title.
Comment 2 Philipe Mulet CLA 2002-04-09 09:40:39 EDT
Changed the implementation of working copy opening, so as to better address 
this issue. Now the UI code still needs to create a working copy handle passing 
along an IProblemRequestor so as to benefit from it.

Fixed
Comment 3 Philipe Mulet CLA 2002-04-09 09:53:07 EDT
Fixed