java 查看 Intellij 项目中的错误
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1644861/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
View Errors in Intellij Project
提问by AEIOU
I'm using Intellij version 8. How can I view the warnings or errors for an entire project?
我使用的是 Intellij 版本 8。如何查看整个项目的警告或错误?
采纳答案by CrazyCoder
UPDATE: See this answerwhich is up to date. The original answer here was for older IDEA version when there was no automatic compilation and the Problems view.
更新:请参阅最新的答案。当没有自动编译和问题视图时,这里的原始答案是针对较旧的 IDEA 版本。
回答by user456584
I had a similar situation, wanting to view all warnings and errors in RubyMine / IntelliJ IDEA in a single collective space.
我遇到了类似的情况,想在单个集体空间中查看 RubyMine / IntelliJ IDEA 中的所有警告和错误。
The link above was helpful. For the lazy, here are the steps:
上面的链接很有帮助。对于懒人,这里是步骤:
- Install the Eclipse Modeplugin via Settings | Plugins
- Use this in combination with the "Scope / Problems" mode of the Project View
- 通过Settings |安装Eclipse Mode插件 插件
- 将此与项目视图的“范围/问题”模式结合使用

