[ 
https://issues.apache.org/jira/browse/LUCENE-4010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13259210#comment-13259210
 ] 

Uwe Schindler edited comment on LUCENE-4010 at 4/22/12 6:31 PM:
----------------------------------------------------------------

I checked it, it *always* produces invalid HTML, you can use any type param you 
want. Same happens with <B>,... We should simply remove the @link and never use 
@link pointing to anything that uses generics.
                
      was (Author: thetaphi):
    I checked it, it *always* produces invalid HTML, you can use any type param 
you want. Same happens with <B>,... We should simply remove the @link.
                  
> AttributeSource api has broken documentation due to java generics bug
> ---------------------------------------------------------------------
>
>                 Key: LUCENE-4010
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4010
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: general/javadocs
>            Reporter: Michael McCandless
>            Priority: Minor
>
> There seems to be a javadocs generation bug, whereby generic type params are 
> not properly escaped.  So if you use <A> as a type param (which we do in 
> AttributeSource.java), it produces invalid HTML.  The bug seems to be fixed 
> in java 7...
> You can see the bug here (search for "after adding"):
>     
> http://lucene.apache.org/core/old_versioned_docs/versions/3_5_0/api/all/org/apache/lucene/util/AttributeSource.html
> The <A> generic type is gone, and that closing paren is red but should be 
> blue.
> The 3.6.0 javadocs are OK because we used java7 to generate them...
> I think we should avoid <A> to workaround it until we are on java 7...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to