Javadoc errors under openjdk 1.8.0.60

0 votes
asked Jun 22, 2015 in Bug by jsafrane (140 points)

Plantuml rel. 8027 does not compile under OpenJDK, as present in current Fedora Rawhide (java-1.8.0-openjdk-1.8.0.60-5.b16.fc23).

 

$ javadoc -d javadoc -sourcepath src net.sourceforge.plantuml
...
Generating javadoc/net/sourceforge/plantuml/AnimatedGifEncoder.html... 
src/net/sourceforge/plantuml/AnimatedGifEncoder.java:139: error: invalid use of @return
        * @return
          ^
src/net/sourceforge/plantuml/AnimatedGifEncoder.java:261: error: invalid use of @return 
        * @return
          ^
 
'@return' in void methods seems to be error now, it was just a waring in java-1.8.0-openjdk-1.8.0.45.
 

1 Answer

0 votes
answered Jun 22, 2015 by plantuml (294,960 points)
Ok, thanks.

We will use your patch.

Is it a blocker for you ? Do you want us to quickly publish a version 8028 with this patch ? Or can you wait 1 or 2 weeks ?

Regards,
commented Jun 22, 2015 by jsafrane (140 points)
It's not a problem for me, I can patch plantuml locally.
...