Bug 185773 - [api] ProjectionDocument.getProjectionMapping() leaks internal class
Summary: [api] ProjectionDocument.getProjectionMapping() leaks internal class
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: 3.4 RC1   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2007-05-07 10:33 EDT by Dani Megert CLA
Modified: 2008-05-19 09:58 EDT (History)
0 users

See Also:


Attachments
Fix (1.16 KB, patch)
2007-05-07 10:34 EDT, Dani Megert CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2007-05-07 10:33:59 EDT
I20070503-1400.

ProjectionDocument.getProjectionMapping() should return IDocumentInformationMapping as 'ProjectionMapping' is internal and not to be used by clients.
Comment 1 Dani Megert CLA 2007-05-07 10:34:54 EDT
Created attachment 66109 [details]
Fix
Comment 2 Dani Megert CLA 2007-06-20 09:20:44 EDT
Fixed in HEAD.
Comment 3 Dani Megert CLA 2008-05-08 04:46:32 EDT
This breaks binary compatibility.
Comment 4 Dani Megert CLA 2008-05-08 04:47:48 EDT
We have to deprecate the existing method and add a new one, e.g.
    IDocumentInformationMapping getDocumentInformationMapping()
Comment 5 Dani Megert CLA 2008-05-13 06:19:25 EDT
Fixed in HEAD (see bug )
Comment 6 Dani Megert CLA 2008-05-19 09:45:38 EDT
Starting verification...
Comment 7 Dani Megert CLA 2008-05-19 09:58:10 EDT
>Fixed in HEAD (see bug )
Fixed in HEAD (see bug 231073).

Verified in code of 3.4 RC1.