15

I'm using Intellij version 8. How can I view the warnings or errors for an entire project?

avalancha
  • 1,457
  • 1
  • 22
  • 41
AEIOU
  • 763
  • 3
  • 8
  • 15

2 Answers2

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
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:

  1. Install the Eclipse Mode plugin via Settings | Plugins
  2. Use this in combination with the "Scope / Problems" mode of the Project View
user456584
  • 86,427
  • 15
  • 75
  • 107