[
https://issues.apache.org/jira/browse/LUCENE-4422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13461865#comment-13461865
]
Michael McCandless commented on LUCENE-4422:
--------------------------------------------
This seems like a bug in javadoc generation: it produces this:
{noformat}
...
<tr class="rowColor">
<td class="colFirst"><a
href="org/apache/lucene/index/package-summary.html">org.apache.lucene.index</a></td>
<td class="colLast">
<div class="block">Code to maintain and access indices.
<!</div>
</td>
</tr>
...
{noformat}
The javadocs linter is angry about that <! ... I don't think that's valid HTML.
> Don't rely on the computer locale to generate javadocs
> ------------------------------------------------------
>
> Key: LUCENE-4422
> URL: https://issues.apache.org/jira/browse/LUCENE-4422
> Project: Lucene - Core
> Issue Type: Bug
> Components: general/build, general/javadocs
> Affects Versions: 5.0, 4.0
> Environment: locale=fr_FR
> Reporter: Adrien Grand
> Assignee: Robert Muir
> Priority: Minor
> Fix For: 4.0
>
> Attachments: LUCENE-4422.patch
>
>
> With the fr_FR locale, javadoc 1.6.0_26 fails to generate correct HTML output
> for the class-use files.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]