Eclipse Auto Complete: Java 1.7 Generics Diamond

前端 未结 4 1289
无人共我
无人共我 2020-12-20 12:40

I just upgraded to Luna (from Kepler) and I noticed some little (yet annoying) problem:
The auto completion lacks the possibility to generate diamonds \"<>\" for alre

4条回答
  •  感情败类
    2020-12-20 13:06

    This diamond feature is introduced in jdk 1.8 it does not work with jdk 1.7.
    So it is the new feature introduced by oracle .

    Thus this will only depend on the jdk version on your computer not the ide version..

提交回复
热议问题