Dongmin Cha
Dongmin Cha
@joel-costigliola I've created a pull request to address this issue: https://github.com/assertj/assertj/pull/3857 The proposed solution refactors the validation logic to correctly unwrap various container types and ensures that an `IllegalArgumentException` is...
@hankem can you check this issue when you have a time please?
@hankem @codecholeric I previously opened issue #1509 about improving error messages for synthetic/anonymous classes. I understand you may be quite busy, so I went ahead and implemented the enhancement myself....
@hankem I've added another commit to fix the Windows CI test failures. The issue was that the hint message was using hardcoded `\n` characters for line breaks, but Windows uses...
Hi @hankem , just wanted to let you know that all checks are passing now! Personally, I believe that developers shouldn't need to understand the internal behavior of the Java...
@hankem Thank you for your comment. I looked into the frozen violations concern you raised. I came up with two possible solutions to address this issue. The first option is...