LI123456mo opened a new pull request, #16022: URL: https://github.com/apache/dubbo/pull/16022
Created ConcurrentHashSetTest.java to provide unit test coverage for the ConcurrentHashSet utility. Verified the Set property of ensuring unique elements (duplicate adds return false). Tested the internal delegation to ConcurrentHashMap for size(), isEmpty(), and contains(). Confirmed that the iterator() correctly scrolls through the set keys. Validated remove() and clear() functionality to ensure the set is properly cleaned. Applied spotless formatting to match project standards. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
