Bug 60432 - [formatting] Javadoc formatting with special character
Summary: [formatting] Javadoc formatting with special character
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: Sun All
: P3 normal (vote)
Target Milestone: 3.2   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-29 10:58 EDT by Fabrice Daugan CLA
Modified: 2007-03-30 10:13 EDT (History)
0 users

See Also:


Attachments
The format preference file (18.26 KB, text/plain)
2004-04-30 08:20 EDT, Fabrice Daugan CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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