akka/akka-core

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

オープン

#19,998 opened on 2016/03/10

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Scala (3,547 件のフォーク)batch import
1 - triagedhelp wanted

Repository metrics

Stars
 (13,277 個のスター)
PR merge metrics
 (平均マージ 8d 19h) (30d で 10 merged PRs)

説明

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

コントリビューターガイド