Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
12.0
-
None
-
None
Description
The formatter wraps my <pre> tags within my javadocs. I have a Javadoc like
/**
* <p>
* <pre>
* {@code
* //some code
* }
* </pre>
*
*/
formatting this fil results in
/**
* <p>
* <
* pre> <------ problem
* {@code
* //some code
* }
* </pre>
*
*/
The problem seems only to occur if <pre> is preceded by <p>.
This problem occurs even if only enable comments formatting is switched on and the rest is off.
Attachments
Issue Links
- duplicates
-
NETBEANS-469 Tag <pre> become invalid after formatting in JavaDoc
- Closed
-
NETBEANS-1699 Illegal javadoc formatting
- Closed