Bug 60432

Summary: [formatting] Javadoc formatting with special character
Product: [Eclipse Project] JDT Reporter: Fabrice Daugan <jmagicproject>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.2   
Hardware: Sun   
OS: All   
Whiteboard:
Attachments:
Description Flags
The format preference file none

Description Fabrice Daugan CLA 2004-04-29 10:58:27 EDT
See this example :
/**
 * KeyUsage 2.5.29.15: <br>0x80 = Digital Signature <br>
 * 0x40 = Non repudication <br> 0x20 = Key encipherment <br>
 * 0x04 = Certificate signing <br>  0x02 = CRL signing <br>  =  0xE6
 */

give after formatting:
/**
 * KeyUsage 2.5.29.15: <br>
 * 0x80 = Digital Signature <br>
 * 0x40 = Non repudication <br>
 * 0x20 = Key encipherment <br>
 * 0x04 = Certificate signing <br>
 * 0x02 = CRL signing <br>= 0xE6
 */

instead of:
/**
 * KeyUsage 2.5.29.15: <br>
 * 0x80 = Digital Signature <br>
 * 0x40 = Non repudication <br>
 * 0x20 = Key encipherment <br>
 * 0x04 = Certificate signing <br>
 * 0x02 = CRL signing <br>
 * = 0xE6
 */

Doesn't works too with:
 <br>* 0xE6
 <br>/ 0xE6
 <br>+ 0xE6
 <br>- 0xE6
... maybe other

but works with
 <br>*0xE6
 <br>/0xE6
 <br>+0xE6
 <br>-0xE6
 <br>a 0xE6
 <br>b 0xE6
 ... not tested all :)
Comment 1 Olivier Thomann CLA 2004-04-29 11:45:11 EDT
Move to JDT/Text
Comment 2 Dani Megert CLA 2004-04-29 12:47:49 EDT
Which build?
Please attach your formatter profile.
Comment 3 Fabrice Daugan CLA 2004-04-30 08:20:43 EDT
Created attachment 10164 [details]
The format preference file
Comment 4 Dani Megert CLA 2005-10-10 12:34:01 EDT
Ownership changed.
Comment 5 Fabrice Daugan CLA 2006-09-09 03:49:15 EDT
Also, has been fixed in 3.2.
Comment 6 Olivier Thomann CLA 2007-03-30 10:13:30 EDT
Reopen to close as WORKSFORME.
Comment 7 Olivier Thomann CLA 2007-03-30 10:13:57 EDT
Closing as WORKSFORME