new
<>
例:
List<String> list = new ArrayList<String>(); // 配列リストの型引数を報告します
クイックフィックス適用後:
List<String> list = new ArrayList<>();