Bug 182988 - [formatter] HTML entities get escaped
Summary: [formatter] HTML entities get escaped
Status: CLOSED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.3   Edit
Hardware: All All
: P5 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2007-04-18 11:28 EDT by Sebastian Davids CLA
Modified: 2020-02-21 14:00 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Davids CLA 2007-04-18 11:28:48 EDT
Build ID: 3.3M6

/** … */

will be converted into:

/** &hellip */
Comment 1 Sebastian Davids CLA 2007-04-18 11:33:13 EDT
The test case is wrong ... this only happens inside <pre/>

/** <pre>&#133;</pre> */

/**
 * <pre>
 *  &#133;
 * </pre>
 */


/** <pre>&hellip;</pre> */

/**
 * <pre>
 * &amp;hellip
 * </pre>
 */

This happens if "Format Java code snippets inside 'pre' tags" is enabled.

I do not think this is the desired behavior is it?

Comment 2 Frederic Fusier CLA 2008-08-18 08:07:46 EDT
Ownership has changed for the formatter, but I surely will not have enough time to fix your bug during the 3.5 development process, hence set its priority to P5.
Please provide a patch if you definitely need the bug to be fixed in this version and I'll have a look at it...
TIA
Comment 3 Eclipse Genie CLA 2020-02-21 14:00:36 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug.

If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.