チェーンメソッドまたはプロパティの呼び出し中に発生する可能性がある NullPointerException を報告します。
例:
domain?.getZone().getName()
クイックフィックス適用後:
domain?.getZone()?.getName()