Bug 10662 - Casting to Buffer makes it impossible for clients to implement IBuffer
Summary: Casting to Buffer makes it impossible for clients to implement IBuffer
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M4   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-04 04:57 EST by Jerome Lanneluc CLA
Modified: 2002-03-04 05:03 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 2002-03-04 04:57:59 EST
Build 20020228

Several places in JDT/Core cast an IBuffer to Buffer. This makes it impossible 
for clients to implement IBuffer.
Comment 1 Jerome Lanneluc CLA 2002-03-04 05:03:29 EST
This casting was done to convert the line separators in the new contents to the 
line separators of the buffer.

Now doing the conversion outside Buffer (i.e. in the operations that used this 
conversion like CreateElementsInCUOperation).