Bug 93896 - String allocation in Scanner.parseTags()
Summary: String allocation in Scanner.parseTags()
Status: CLOSED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2005-05-06 07:51 EDT by Maxime Daniel CLA
Modified: 2006-10-11 03:58 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maxime Daniel CLA 2005-05-06 07:51:19 EDT
In org.eclipse.jdt.internal.compiler.parser.Scanner.parseTags(), do not 
allocate a String, but consider using char arrays instead.
Build N20050506.
Comment 1 Olivier Thomann CLA 2006-10-06 14:26:53 EDT
Closing as WORKSFORME.
In HEAD this doesn't allocate strings anymore.
Comment 2 Maxime Daniel CLA 2006-10-11 03:58:43 EDT
Indeed.