| commit | 743fd1d7d0deaa75b97ec81e142a8eb81de439d0 | [log] [tgz] |
|---|---|---|
| author | andreachild <andrea.child@improving.com> | Wed Nov 12 17:12:11 2025 -0800 |
| committer | GitHub <noreply@github.com> | Wed Nov 12 17:12:11 2025 -0800 |
| tree | 27dfdb1875225ffaf3bd0cb216e6d644666cdca0 | |
| parent | 337dc22af154bee4d79712b49b7745fa709a88db [diff] |
Fix for JavaTranslator handling of has with null last argument (#3278) Fixed JavaTranslator to handle scenarios for has where the second or third arguments are null. If a null second or third argument is encountered, the method overload with a predicate type for the last arg should be avoided as a null predicate will throw NullPointerException. Co-authored-by: Andrii Lomakin <andrey.lomakin@jetbrains.com>