Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You may also want to run the "Infer Nullity…" analyzer from the "Analysis" menu. You'll want to give IntelliJ lots of memory to work with (e.g. 8GiB) and it will take "a while" to complete. After that if you enable "Inferred annotations":

Image RemovedImage Added

then you'll start to see these inferred annotations in gray in the editor. Here's an inferred @NotNull example:

...