YCharanGowda opened a new pull request, #958: URL: https://github.com/apache/tomcat/pull/958
This PR adds additional unit tests to improve coverage of the ParameterMap class. New test cases added: - computeIfAbsent after the map is locked - compute after the map is locked - empty ParameterMap edge case These tests verify that the map remains immutable when additional Map API methods are used after locking. This change does not modify existing logic and only improves test coverage. Please review. This is my first code contribution to Apache Tomcat. -- 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]
