Bug 21358

Summary: DOM/AST: setLeadingComment and setJavadocComment doesn't support Unicode
Product: [Eclipse Project] JDT Reporter: Olivier Thomann <Olivier_Thomann>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.1 M1   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.