Bug 36892

Summary: Make scanner creating cheaper
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 3.0 M2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Jerome Lanneluc CLA 2003-04-25 07:48:42 EDT
Build 2.1

Make scanner creating cheaper (allow scanner to work on a shared buffer)
Comment 1 Philipe Mulet CLA 2003-04-29 06:54:31 EDT
Scanner is iterating over a char[]. This isn't going to change for performance 
reasons.
Comment 2 Philipe Mulet CLA 2003-06-19 18:06:23 EDT
Clients should figure how to make better usage of input char[] source.
Closing as wontfix.