当前位置: 代码迷 >> Eclipse >> Eclipse 累积
  详细解决方案

Eclipse 累积

热度:355   发布时间:2016-04-23 01:57:38.0
Eclipse 积累

Eclipse对静态导入还不能自动插入导入语句。

解决方法:

在包语句后面输入一个通配符静态导入(例如:import static org.example.Constants.*; ),使所有语句能够通过编译。然后可以使用Source>Organize Imports来展开通配符并对导入语句排序。

  相关解决方案