Bug 12419

Summary: api: IScanner - missing (?) getSourceBuffer
Product: [Eclipse Project] JDT Reporter: Adam Kiezun <akiezun>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M5   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.