Re: RFR: 8294608: Remove redundant unchecked suppression in FileDescriptor

2022-09-30 Thread Brian Burkhalter
On Wed, 28 Sep 2022 20:39:03 GMT, Andrey Turbanov wrote: > Found this redundant suppressions by IntelliJ IDEA inspection. > It seems [JDK-8189330](https://bugs.openjdk.org/browse/JDK-8189330) made them > redundant. Marked as reviewed by bpb (Reviewer). - PR: https://git.openjdk.or

Re: RFR: 8294608: Remove redundant unchecked suppression in FileDescriptor

2022-09-29 Thread Alan Bateman
On Wed, 28 Sep 2022 20:39:03 GMT, Andrey Turbanov wrote: > Found this redundant suppressions by IntelliJ IDEA inspection. > It seems [JDK-8189330](https://bugs.openjdk.org/browse/JDK-8189330) made them > redundant. Marked as reviewed by alanb (Reviewer). - PR: https://git.openjdk.

RFR: 8294608: Remove redundant unchecked suppression in FileDescriptor

2022-09-29 Thread Andrey Turbanov
Found this redundant suppressions by IntelliJ IDEA inspection. It seems [JDK-8189330](https://bugs.openjdk.org/browse/JDK-8189330) made them redundant. - Commit messages: - [PATCH] Remove redundant unchecked suppression in FileDescriptor Changes: https://git.openjdk.org/jdk/pull/10