Bug 73378 - [Scanner] buffer caching is broken
Summary: [Scanner] buffer caching is broken
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-parser (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 2.0.1   Edit
Assignee: Andrew Niefer CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-07 11:36 EDT by Andrew Niefer CLA
Modified: 2004-09-08 12:05 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Niefer CLA 2004-09-07 11:36:56 EDT
The buffer caching is using HashMaps with char[]'s as keys, which doesn't work.
We need to switch to CharArrayObjectMap which can use the char[]'s properly.
Comment 1 Andrew Niefer CLA 2004-09-07 11:43:31 EDT
fixed in head and 2.0.1