Bug 33757

Summary: Problem not detected when opening a working copy
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 RC2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.