Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
无论如何我可以阻止 eclipse 将静态导入移动到顶部吗?我们的代码顶部没有静态导入,每次我点击组织导入时,都会导致代码中出现很长的差异。
您可以在“组织导入”首选项中定义首选排序顺序。此选项卡还允许您指定特定静态导入的位置。
如果您希望 Eclipse 根本不更改导入的顺序,那么您绝不能使用“Organize Imports”。请改用“删除未使用的导入”。
您可以使用 * 添加普通和静态导入,然后选择顺序。