Warnings in IntelliJ IDEA v12

Answer for How to get Intellij Idea to display compilation warnings? no longer applies from version 12. The message bar no longer displays, as I can see.

How can I see a complete list of all warnings in a project in version 12?

+5
source share
1 answer

This parameter and panel Messagesare in the same place as before in IDEA 12.0.3:

panel

If you don’t see it, it means that there are no errors in your project. Make any mistake and a panel will appear. Make sure it is Hide warningsnot turned on. Correct the mistake. Do the project again, you will see only warnings:

warnings

, Make , , - , , .

+4

All Articles