[
https://issues.apache.org/jira/browse/OPENJPA-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12711766#action_12711766
]
Michael Dick commented on OPENJPA-1099:
---------------------------------------
It's my understanding that <xmp> is deprecated and we should replace with
<pre></pre> using < > where appropriate.
I think it's supported by some browsers though (or at least was for a while
after it was deprecated). Regardless we should fix it.
> <xmp> tag in Javadoc comments causes Javadoc corruption
> -------------------------------------------------------
>
> Key: OPENJPA-1099
> URL: https://issues.apache.org/jira/browse/OPENJPA-1099
> Project: OpenJPA
> Issue Type: Bug
> Affects Versions: 1.1.0, 1.2.0, 1.2.1
> Environment: Windows maven (and nightly snapshots and releases)
> Reporter: David Ezzio
> Fix For: 2.0.0
>
>
> Two files (J2DoPrivHelper.java, and SequencedActionsTest.java) have
> <xmp>...</xmp> in their Javadoc comments. I don't know what the purpose of
> these tags may be in some environments. IMO, they should be replaced by
> <pre>...</pre> tags which do not cause problems for the Javadoc. The problem
> can be readily seen by opening the Javadoc of OpenJPA in a browser and
> clicking on index, then scroll down to the J2DoPrivHelper class entry. I'll
> leave this bug open for a few days to allow a chance for comments, in case
> I'm missing something.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.