akka/akka-core

Scaladoc warnings when generating docs locally - unable to link to Javadoc

Open

#19,998 opened on Mar 10, 2016

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Scala (13,277 stars) (3,547 forks)batch import
1 - triagedhelp wanted

Description

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

Contributor guide