-
Sub-task
-
Resolution: Delivered
-
P4
-
9
-
Verified
The `java.nio.channels.FileLock` constructors will now throw a `NullPointerException` if called with a `null` `Channel` parameter. To avoid an unexpected behavior change, subclasses of FileLock should therefore ensure that the `Channel` they pass to the superclass constructor is non-`null`.