Bug 73378

Summary: [Scanner] buffer caching is broken
Product: [Tools] CDT Reporter: Andrew Niefer <aniefer>
Component: cdt-parserAssignee: Andrew Niefer <aniefer>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: dave.daoust, steven.wasleski
Version: 2.0   
Target Milestone: 2.0.1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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