I'm using Intellij version 8. How can I view the warnings or errors for an entire project?
Asked
Active
Viewed 1.2k times
2 Answers
9
UPDATE: See this answer which is up to date. The original answer here was for older IDEA version when there was no automatic compilation and the Problems view.

Community
- 1
- 1

CrazyCoder
- 389,263
- 172
- 990
- 904
-
Must have looked over that. Thanks a lot! – AEIOU Oct 29 '09 at 16:27
-
3Could you please provide a summary here in case the link goes down? :) Thanks! – avalancha Aug 27 '15 at 11:36
-
@avalancha I've updated the answer. – CrazyCoder Aug 27 '15 at 16:51
-
3The Intellij link is broken – cellepo Aug 25 '16 at 19:00
2
I had a similar situation, wanting to view all warnings and errors in RubyMine / IntelliJ IDEA in a single collective space.
The link above was helpful. For the lazy, here are the steps:
- Install the Eclipse Mode plugin via Settings | Plugins
- Use this in combination with the "Scope / Problems" mode of the Project View

user456584
- 86,427
- 15
- 75
- 107