Reports getOrElse(null) and suggests to replace it with orNull.
getOrElse(null)
orNull
Example:
option getOrElse null
After the quick-fix is applied:
option.orNull