Bug 21358 - DOM/AST: setLeadingComment and setJavadocComment doesn't support Unicode
Summary: DOM/AST: setLeadingComment and setJavadocComment doesn't support Unicode
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M1   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-08 12:21 EDT by Olivier Thomann CLA
Modified: 2002-09-19 10:19 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 Olivier Thomann CLA 2002-07-08 12:21:56 EDT
These methods need to support Unicode. For now, it is hardcoded that the
comments have to start with /* or // and end with */.
It should use the scanner to check the validity of the comment string.
Comment 1 Olivier Thomann CLA 2002-07-24 12:54:50 EDT
Fixed in 2.1 stream.
Comment 2 David Audel CLA 2002-09-19 10:19:54 EDT
Verified.