Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 342657

Summary: MEMStore.handleRevisions() does not exclude detached revisions
Product: [Modeling] EMF Reporter: Eike Stepper <stepper>
Component: cdo.coreAssignee: Eike Stepper <stepper>
Status: CLOSED FIXED QA Contact: Eike Stepper <stepper>
Severity: normal    
Priority: P3    
Version: 4.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Bug Depends on:    
Bug Blocks: 342595    

Description Eike Stepper CLA 2011-04-13 00:38:28 EDT
MEMStore.handleRevisions() does not exclude detached revisions. That's why these new test cases currently fail:

	OCLQueryTest.testDeletedObject()
	OCLQueryTest.testAuditWithDetachedObject()
Comment 1 Eike Stepper CLA 2011-04-13 00:39:22 EDT
Adding:

    if (revision instanceof DetachedCDORevision)
    {
      return true;
    }
Comment 2 Eike Stepper CLA 2011-04-13 00:41:19 EDT
Committed revision 7613
Comment 3 Eike Stepper CLA 2011-06-23 03:39:33 EDT
Available in R20110608-1407