1. 程式人生 > >Idea中JDK為1.8,還提示Diamond types are not supported at this language level

Idea中JDK為1.8,還提示Diamond types are not supported at this language level

project的java level 已經核實確實為8,但是IDEA裡面仍然會有如下圖的提示:

 

通過檢視專案設定,發現project的java level 也是8。

 

然後繼續檢查其他模組 如modules ,發現了問題所在。

 

 

 改為8就好了。

project的java level 已經核實確實為8,但是IDEA裡面仍然會有如下圖的提示:通過檢視專案設定,發現project的java level 也是8。然後繼續檢查其他模組 如modules ,發現了問題所在。改為8就好了。遇到類似問題重點排查的位置:project structure中的project,module中的sources和setting中的java compiler