Jmix version: 2.3.4
Jmix Studio plugin version: 2.4.0-241
IntelliJ version: IntelliJ IDEA 2024.1.1 (Ultimate Edition)
Bug Description
Idea reports that the result (io.jmix.core.event.AttributeChanges.getOldCollection(String, Class<E>)) is always non-Null, but in fact it can be Null, this leads to NPE
Environment
Jmix version: 2.3.4 Jmix Studio plugin version: 2.4.0-241 IntelliJ version: IntelliJ IDEA 2024.1.1 (Ultimate Edition)
Bug Description
Idea reports that the result (
io.jmix.core.event.AttributeChanges.getOldCollection(String, Class<E>)
) is always non-Null, but in fact it can be Null, this leads to NPE