Withdrawn: JDK-8276939: Fix AbstractLdapNamingEnumeration next to throw NoSuchElementException instead of NullPointerException

2022-01-13 Thread duke
On Sun, 24 Oct 2021 16:27:02 GMT, andrewluotechnologies wrote: > `AbstractLdapNamingEnumeration` `next` throws `NullPointerException` instead > of `NoSuchElementException`, however the javadoc for `NamingEnumeration` says > that next should throw `NoSuchElementException` when no elements are

RFR: JDK-8276939: Fix AbstractLdapNamingEnumeration next to throw NoSuchElementException instead of NullPointerException

2021-11-18 Thread andrewluotechnologies
tch()`: `res = homeCtx.getSearchReply(enumClnt, res);` - Commit messages: - JDK-8276939: Fix AbstractLdapNamingEnumeration next to throw NoSuchElementException instead of NullPointerException Changes: https://git.openjdk.java.net/jdk/pull/6095/files Webrev: https://webrevs.openjdk.java.

Re: Fix AbstractLdapNamingEnumeration next to throw NoSuchElementException instead of NullPointerException

2021-11-10 Thread Aleksei Efimov
to be of the format issue number: message.​​​ With Best Regards, Aleksei From: core-libs-dev on behalf of Andrew Luo Sent: Sunday, October 24, 2021 9:47 PM To: core-libs-dev Subject: Fix AbstractLdapNamingEnumeration next to throw NoSuchElementException instead

Fix AbstractLdapNamingEnumeration next to throw NoSuchElementException instead of NullPointerException

2021-10-24 Thread Andrew Luo
I have a small PR to fix a bug in AbstractLdapNamingEnumeration - details are in the PR: https://github.com/openjdk/jdk/pull/6095 (Note: I'm already an OpenJDK contributor and have signed an OCA but don't have an author account to be able to create bugs) Thanks, -Andrew