The GitHub Actions job "Pull Requests" on pekko.git/fix/javadoc-warnings has succeeded. Run started by GitHub user He-Pin (triggered by He-Pin).
Head commit for run: 5561730da651b93a18c766568274246220b783f7 / 虎鸣 <[email protected]> fix: fix javadoc warnings in actor module Java sources Motivation: Running `sbt doc` produces javadoc and compilation warnings in Java source files across actor, remote, and docs modules: multi-line {@link} tags, unresolvable Scala class references, unqualified @throws references, unchecked casts, and deprecated API usage. Modification: - ReceiveBuilder.java: Move multi-line {@link} to single line - UnitMatch.java: Replace {@link scala.PartialFunction} and {@link scala.runtime.BoxedUnit} with {@code} - UnsynchronizedByteArrayInputStream.java: Use fully qualified java.lang.IllegalArgumentException in @throws tag - Replace [[...]] with {@code} in 9 package-info.java files and other Java files - Replace {@link scala.PartialFunction} with {@code} in 11 japi/pf files - Fix multi-line {@link} tags in JavaFlowSupport.java and AsyncRecoveryPlugin.java - Add @SuppressWarnings("unchecked") to OptionalUtil.scalaNone() - Add @SuppressWarnings("deprecation") to ThrottlerTransportAdapterTest and MyJavaStateStore.deleteObject(String) - Format Java files with javafmt Result: All javadoc and compilation warnings in Java sources are eliminated. Tests: - sbt "actor / compile" (no warnings) - sbt "remote / Test / compile" (no warnings) - sbt "docs / compile" (no warnings) References: Follow-up to #3254 Report URL: https://github.com/apache/pekko/actions/runs/28731018542 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
