Reports getOrElse(null) and suggests to replace it with orNull.

Example:


  option getOrElse null

After the quick-fix is applied:


  option.orNull