You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "nerago (via GitHub)" <gi...@apache.org> on 2023/09/29 06:40:46 UTC

[GitHub] [commons-collections] nerago opened a new pull request, #420: COLLECTIONS-846 Miscellaneous minor bug fixes and associated test refactoring

nerago opened a new pull request, #420:
URL: https://github.com/apache/commons-collections/pull/420

   Intended bug fixes:
   
   DualBidiMaps using reference equality where Object.equals is appropriate
   TreeBidiMap and PatriciaTrie implementations of OrderedMapIterator misbehave when switching between next and previous
   AbstractSortedMapDecorator.nextKey throws exception on absent/null key
   CompositeMap.values.remove throws error for missing mutator unlike other CompositeMap remove operations
   FixedSizeSortedMap.putAll has inverted condition for IllegalArgumentException
   UnmodifiableTrie.entrySet uses wrong set wrapper
   
   See jira for more notes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] COLLECTIONS-846 Miscellaneous minor bug fixes and associated test refactoring [commons-collections]

Posted by "garydgregory (via GitHub)" <gi...@apache.org>.
garydgregory closed pull request #420: COLLECTIONS-846 Miscellaneous minor bug fixes and associated test refactoring
URL: https://github.com/apache/commons-collections/pull/420


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] COLLECTIONS-846 Miscellaneous minor bug fixes and associated test refactoring [commons-collections]

Posted by "garydgregory (via GitHub)" <gi...@apache.org>.
garydgregory commented on PR #420:
URL: https://github.com/apache/commons-collections/pull/420#issuecomment-2028796545

   -1 A PR should be small and focused. This is too big to review.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org