Annotations
10 warnings and 2 notices
|
Build:
open-java-format/src/main/java/com/palantir/javaformat/doc/Level.java#L780
[PatternMatchingInstanceof] This code can be simplified to use a pattern-matching instanceof.
|
|
Build:
open-java-format/src/main/java/com/palantir/javaformat/doc/Level.java#L623
[PatternMatchingInstanceof] This code can be simplified to use a pattern-matching instanceof.
|
|
Build:
open-java-format/src/main/java/com/palantir/javaformat/doc/Level.java#L563
[StatementSwitchToExpressionSwitch] This statement switch can be converted to a new-style arrow switch
|
|
Build:
open-java-format/src/main/java/com/palantir/javaformat/doc/Level.java#L153
[PatternMatchingInstanceof] This code can be simplified to use a pattern-matching instanceof.
|
|
Build:
open-java-format/src/main/java/com/palantir/javaformat/doc/Level.java#L151
[PatternMatchingInstanceof] This code can be simplified to use a pattern-matching instanceof.
|
|
Build:
open-java-format/src/main/java/com/palantir/javaformat/OpsBuilder.java#L684
[PatternMatchingInstanceof] This code can be simplified to use a pattern-matching instanceof.
|
|
Build:
open-java-format/src/main/java/com/palantir/javaformat/OpsBuilder.java#L657
[PatternMatchingInstanceof] This code can be simplified to use a pattern-matching instanceof.
|
|
Build:
open-java-format/src/main/java/com/palantir/javaformat/OpsBuilder.java#L525
[PatternMatchingInstanceof] This code can be simplified to use a pattern-matching instanceof.
|
|
Build:
open-java-format/src/main/java/com/palantir/javaformat/OpsBuilder.java#L152
[PatternMatchingInstanceof] This code can be simplified to use a pattern-matching instanceof.
|
|
Build:
open-java-format-spi/src/main/java/com/palantir/javaformat/java/Replacement.java#L60
[PatternMatchingInstanceof] This code can be simplified to use a pattern-matching instanceof.
|
|
Explain the extra Gradle arguments
Gradle 9.7.1 does not run on Java 27 yet, and the Gradle plugin's tests run their TestKit builds on the test JVM, where they fail with "Unsupported class file major version 71". Those tests are left out until the wrapper's Gradle supports Java 27.
|
|
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|
background
wait
wait-all
cancel
parallel
Loading