The answer given for How to get Intellij Idea to display compilation warnings? no longer applies from version 12. There is no longer a messages panel, as far as I can see.
How can I see a full list of all warnings in the project in version 12?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This option and the
Messagespanel is on the same place as before in IDEA 12.0.3:If you don’t see it, it means that your project has no errors. Make any error and the panel will appear. Verify that
Hide warningsis not enabled. Fix the error, Make the project again, you should see only warnings:Note that Make is incremental, if there were no changes, it will not compile and report any old warnings, so you may need to Rebuild to see all of them.