Re: [PR] Add test cases for null handling in EqualsBuilder.reflectionEquals [commons-lang]

2026-03-28 Thread via GitHub


garydgregory closed pull request #1619: Add test cases for null handling in 
EqualsBuilder.reflectionEquals
URL: https://github.com/apache/commons-lang/pull/1619


-- 
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]



Re: [PR] Add test cases for null handling in EqualsBuilder.reflectionEquals [commons-lang]

2026-03-28 Thread via GitHub


garydgregory commented on PR #1619:
URL: https://github.com/apache/commons-lang/pull/1619#issuecomment-4148739281

   Closing: No feedback.


-- 
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]



[PR] Add test cases for null handling in EqualsBuilder.reflectionEquals [commons-lang]

2026-03-24 Thread via GitHub


shreyash24-tech opened a new pull request, #1619:
URL: https://github.com/apache/commons-lang/pull/1619

   ### Changes
   - Added test cases for EqualsBuilder.reflectionEquals
   
   ### Details
   - Added test to verify behavior when both objects are null
   - Added test to verify behavior when one object is null
   
   ### Reason
   These tests improve edge case coverage and ensure correct handling of null 
values.


-- 
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]