On Wed, 18 Aug 2021 07:28:57 GMT, Andrey Turbanov
wrote:
> After [JDK-8215510](https://bugs.openjdk.java.net/browse/JDK-8215510)
> (eed3a536c0) this condition is always `false`. Empty package name is handled
> separately.
> Found by IntelliJ inspection.
Can someone sponsor changes, please?
-
On Wed, 18 Aug 2021 07:28:57 GMT, Andrey Turbanov
wrote:
> After [JDK-8215510](https://bugs.openjdk.java.net/browse/JDK-8215510)
> (eed3a536c0) this condition is always `false`. Empty package name is handled
> separately.
> Found by IntelliJ inspection.
Marked as reviewed by rriggs (Reviewer)
After [JDK-8215510](https://bugs.openjdk.java.net/browse/JDK-8215510)
(eed3a536c0) this condition is always `false`. Empty package name is handled
separately.
Found by IntelliJ inspection.
-
Commit messages:
- [PATCH] Remove redundant zero-length check in ClassDesc.of
Changes: htt
On Wed, 18 Aug 2021 07:28:57 GMT, Andrey Turbanov
wrote:
> After [JDK-8215510](https://bugs.openjdk.java.net/browse/JDK-8215510)
> (eed3a536c0) this condition is always `false`. Empty package name is handled
> separately.
> Found by IntelliJ inspection.
Marked as reviewed by stsypa...@github.