akka/akka-core
Scaladoc warnings when generating docs locally - unable to link to Javadoc
Aperta
#19.998 aperta il 10 mar 2016
1 - triagedhelp wanted
Metriche repository
- Star
- (13.277 stelle)
- Metriche merge PR
- (Merge medio 8g 19h) (10 PR mergiate in 30 g)
Descrizione
There is a number of warnings that appear when running sbt doc locally that are not logged on jenkins, for example:
[warn] /home/w/projects/akka/akka-actor/src/main/scala/akka/io/Inet.scala:120: Could not find any member to link for "java.net.Socket#setSendBufferSize".
This warning basically means that it's unable to find Java class, and in the result the link is not clickable.
The link is not clickable both on the published documentation and in my locally produced version