Bug 12419 - api: IScanner - missing (?) getSourceBuffer
Summary: api: IScanner - missing (?) getSourceBuffer
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 M5   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-28 07:31 EST by Adam Kiezun CLA
Modified: 2002-03-28 09:54 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 Adam Kiezun CLA 2002-03-28 07:31:05 EST
it is quite strange that there's no way to retrieve the buffer contents once i 
put it into an IScanner
Comment 1 Philipe Mulet CLA 2002-03-28 09:54:05 EST
Added IScanner#getSource(). Also renamed #setSourceBuffer(char[]) into 
#setSource(char[]).

Kept old one as deprecated until next integration build is passed.

Fixed.