From 3ae2f6d620a894c93e509b03990c2d4ba9de7f7a Mon Sep 17 00:00:00 2001 From: Neil Wilson Date: Wed, 26 Oct 2022 17:10:52 -0500 Subject: [PATCH] Fix a bug in SearchResultEntry.equals Fixed a bug in the SearchResultEntry.equals method that could prevent a SearchResultEntry object (which is a subclass of Entry) from being considered equal to an Entry that is not a SearchResultEntry. --- docs/release-notes.html | 7 +++ .../unboundid/ldap/sdk/SearchResultEntry.java | 14 +++--- .../ldap/sdk/SearchResultEntryTestCase.java | 44 ++++++++++++++++--- 3 files changed, 49 insertions(+), 16 deletions(-) diff --git a/docs/release-notes.html b/docs/release-notes.html index 192ef16a7..4061bfad5 100644 --- a/docs/release-notes.html +++ b/docs/release-notes.html @@ -13,6 +13,13 @@

Version 6.0.7