How to turn off Eclipse warning quot;The import is never usedquot;?(如何关闭 Eclipse 警告“从未使用过导入?)
问题描述
我在项目中有很多此类警告,我想将其关闭.我对删除这些导入不感兴趣,所以请不要告诉我该怎么做.
I have a lot of this warnings in project and I would like to turn it off. I'm not interested in removing those imports, so please don't tell me how to do it.
我使用的是 eclipse 3.4.2.
I'm using eclipse 3.4.2.
推荐答案
要更改整个工作区:
Window > Preferences > Java > Compiler > Errors/Warnings > Unused Import > Ignore.
Window > Preferences > Java > Compiler > Errors/Warnings > Unused Import > Ignore.
要覆盖单个项目的工作区设置:
To override workspace settings for a single project:
项目 > 属性 > Java 编译器 > 错误/警告 > 未使用的导入 > 忽略.
Project > Properties > Java Compiler > Errors/Warnings > Unused Import > Ignore.
这篇关于如何关闭 Eclipse 警告“从未使用过导入"?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何关闭 Eclipse 警告“从未使用过导入"?


- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01