On 2014-05-11, Gary Gregory wrote:
> -1 There are 58 Javadoc failures under Java 8.
So we'll need 4 +1s in this case :-)
Please not that apart from some missing @params and @returns there is a
clear bug in Java 8's javadoc that I don't think we can work around.
> C:\temp\rc\commons-compress-1.8.1-src\src\main\java\org\apache\commons\compress\archivers\ar\ArArchiveEntry.java:52:
> error: unknown tag: Immutable
> [ERROR] * @Immutable
> [ERROR] ^
> [ERROR]
while the POM says
<tag>
<name>Immutable</name>
<placement>a</placement>
<head>This class is immutable</head>
</tag>
so java8 is ignoring the tags we define.
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]