The GitHub Actions job "Pull Requests" on pekko.git/feature/java17-instanceof 
has succeeded.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
5bdd8a1aaba010da38dc9de149d2db2f4608e9ea / 虎鸣 <[email protected]>
refactor: use pattern matching instanceof (Java 16+)

Motivation:
Java 16 introduced pattern matching for instanceof, eliminating the need
for explicit casts after type checks.

Modification:
Replace old-style instanceof checks with explicit casts in
PingSerializerExampleTest and ActorDocTest. Most of the codebase
already uses pattern matching instanceof.

Result:
Cleaner code without redundant cast expressions.

Report URL: https://github.com/apache/pekko/actions/runs/28214236195

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to