Basically this is a generics-escaping bug with this 1.6.0_32 (my older
versions of java6 works fine!)
imagine you have Foo.bar(List<String> param)
and you try to do {@link Foo#bar}, javadocs expands this to
Foo#bar(List<String>) but doesnt properly escape the < and > in the
generated html.
because of this it makes broken html, the workaround is to explicitly
do {@link Foo#bar(List)}, even if Foo#bar is already unambiguous.
On Mon, May 28, 2012 at 4:52 PM, Robert Muir <[email protected]> wrote:
> I can reproduce it on the hudson machine itself: looks like a bug in
> javadocs for 1.6.0_32. Its generating invalid html. Ill see if i can
> work around it.
>
> On Mon, May 28, 2012 at 4:29 PM, Robert Muir <[email protected]> wrote:
>> 'ant javadocs-lint' passes locally (1.6.0_24-b07). So something is
>> jacked up on the hudson machine, either its python or its javadocs is
>> buggy :)
>>
>> On Mon, May 28, 2012 at 4:23 PM, Apache Jenkins Server
>> <[email protected]> wrote:
>>> Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/14408/
>>>
>>> All tests passed
>>>
>>> Build Log (for compile errors):
>>> [...truncated 24842 lines...]
>>>
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [email protected]
>>> For additional commands, e-mail: [email protected]
>>
>>
>>
>> --
>> lucidimagination.com
>
>
>
> --
> lucidimagination.com
--
lucidimagination.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]