Bug 33757 - Problem not detected when opening a working copy
Summary: Problem not detected when opening a working copy
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 RC2   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-04 10:16 EST by Jerome Lanneluc CLA
Modified: 2003-03-10 11:04 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-03-04 10:16:13 EST
Build 20030304

When a working copy is created (IWorkingCopy.getWorkingCopy(...)) or opened 
(IOpenable.open(IProgressMonitor)), problems are not detected.
Comment 1 Philipe Mulet CLA 2003-03-04 10:27:04 EST
This is a consequence of the fix for deadlock bug 33231. Direct invocations of 
IWorkingCopy.open(IProgressMonitor) do not perform initial problem detection 
anymore.

Comment 2 Jerome Lanneluc CLA 2003-03-04 11:33:15 EST
Changed WorkingCopy.open(IProgressMonitor) to compute the problems.
Added regression tests ReconcilerTests.testMethodWithError6() and 
testMethodWithError7()
Comment 3 David Audel CLA 2003-03-10 11:04:44 EST
Verified.