Re: RFR: 8273435: Remove redundant zero-length check in ClassDesc.of

2021-09-29 Thread Andrey Turbanov
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? -

Re: RFR: 8273435: Remove redundant zero-length check in ClassDesc.of

2021-09-07 Thread Roger Riggs
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)

RFR: 8273435: Remove redundant zero-length check in ClassDesc.of

2021-09-07 Thread Andrey Turbanov
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

Re: RFR: 8273435: Remove redundant zero-length check in ClassDesc.of

2021-09-07 Thread Сергей Цыпанов
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.