Is there anything else I can do when unchecking "Add runtime assertions for not-null annotated methods and parameters" doesn't work? It keeps throwing IllegalArgumentException
. I've also tried disabling the Inspections for @NotNull/@Nullable problems
and Constant conditions & exception
s. I've restarted and restarted and invalidated the caches, and switching annotations in Configure annotations
.
I'm using:
IntelliJ IDEA 2017.2.5
Build #IC-172.4343.14, built on September 26, 2017
JRE: 1.8.0_152-release-915-b12 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.4.0-98-generic
on Ubuntu 16.
Any idea?