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