-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ScalaDoc 2.12.3 fails on simple Java class with static Enum/Class in constructor #10509
Labels
Comments
bantonsson
added a commit
to bantonsson/paradox
that referenced
this issue
Sep 15, 2017
koertkuipers
added a commit
to tresata-opensource/xgboost
that referenced
this issue
Jun 18, 2019
CodingCat
pushed a commit
to dmlc/xgboost
that referenced
this issue
Jul 16, 2019
* bump scala to 2.12 which requires java 8 and also newer flink and akka * put scala version in artifactId * fix appveyor * fix for scaladoc issue that looks like scala/bug#10509 * fix ci_build * update versions in generate_pom.py * fix generate_pom.py * apache does not have a download for spark 2.4.3 distro using scala 2.12 yet, so for now i use a tgz i put on s3 * Upload spark-2.4.3-bin-scala2.12-hadoop2.7.tgz to our own S3 * Update Dockerfile.jvm_cross * Update Dockerfile.jvm_cross
tzulitai
added a commit
to tzulitai/flink
that referenced
this issue
Jun 2, 2020
…aces This is a similar issue as reported here: scala/bug#10509. This seems to be a problem with Scala 2.12.x. The only workaround is to redundantly add the full-length qualifiers for such interfaces.
tzulitai
added a commit
to tzulitai/flink
that referenced
this issue
Jun 2, 2020
…nterfaces This is a similar issue as reported here: scala/bug#10509. This seems to be a problem with Scala 2.12.x. The only workaround is to redundantly add the full-length qualifiers for such interfaces.
rmetzger
pushed a commit
to georyan/flink
that referenced
this issue
Jun 2, 2020
…nterfaces This is a similar issue as reported here: scala/bug#10509. This seems to be a problem with Scala 2.12.x. The only workaround is to redundantly add the full-length qualifiers for such interfaces.
asfgit
pushed a commit
to apache/flink
that referenced
this issue
Jun 4, 2020
…nterfaces This is a similar issue as reported here: scala/bug#10509. This seems to be a problem with Scala 2.12.x. The only workaround is to redundantly add the full-length qualifiers for such interfaces.
asfgit
pushed a commit
to apache/flink
that referenced
this issue
Jun 4, 2020
…nterfaces This is a similar issue as reported here: scala/bug#10509. This seems to be a problem with Scala 2.12.x. The only workaround is to redundantly add the full-length qualifiers for such interfaces.
fsk119
pushed a commit
to fsk119/flink
that referenced
this issue
Jun 8, 2020
…nterfaces This is a similar issue as reported here: scala/bug#10509. This seems to be a problem with Scala 2.12.x. The only workaround is to redundantly add the full-length qualifiers for such interfaces.
zhangjun0x01
pushed a commit
to zhangjun0x01/flink
that referenced
this issue
Jul 8, 2020
…nterfaces This is a similar issue as reported here: scala/bug#10509. This seems to be a problem with Scala 2.12.x. The only workaround is to redundantly add the full-length qualifiers for such interfaces.
lin9long
pushed a commit
to lin9long/myflink
that referenced
this issue
Aug 22, 2020
…nterfaces This is a similar issue as reported here: scala/bug#10509. This seems to be a problem with Scala 2.12.x. The only workaround is to redundantly add the full-length qualifiers for such interfaces.
Duplicates #8993 et al |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This simple file
Broken.java
Will fail like this
Works with ScalaDoc 2.11.11
The text was updated successfully, but these errors were encountered: