Bug 14007

Summary: StringLiteral.setLiteralValue does not do Unicode escaping
Product: [Eclipse Project] JDT Reporter: Jim des Rivieres <jeem>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M6   
Hardware: PC   
OS: All   
Whiteboard:

Description Jim des Rivieres CLA 2002-04-17 11:11:13 EDT
StringLiteral.setLiteralValue does not do Unicode escaping.
Comment 1 Olivier Thomann CLA 2002-04-17 13:18:26 EDT
StringLiteral.setLiteralValue doesn't need to do the Unicode escaping. This is done in the 
setEscapedValue() called by StringLiteral.setLiteralValue. The bug was in fact in the 
StringLiteral.getLiteralValue.
Regression tests added: 
ASTTest.testStringLiteralUnicode().
Fixed and released in HEAD.