2

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 & exceptions. 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?

garci560
  • 2,993
  • 4
  • 25
  • 34

1 Answers1

0

It's feature/bug of Java build 1.8.0_15X

I've solved this issue with downgrading to Java build 1.8.0_25.

Yaro
  • 614
  • 6
  • 13