Search code examples
javaintellij-ideajavaccompiler-warningsintellij-14

How to show javac Warnings in Problems view in IntelliJ IDEA?


In Eclipse the Problems View displays javac errors + javac warnings, whereas in IntelliJ I get only the errors. While warnings are highlighted when editing a file, I would like to have a list of all the warnings in the Project.

Is there an option to configure exactly that or a plugin providing such a View?

I am not looking for the Inspection View. The Inspection view does not automatically update like the Problems view does when I enable auto make the project.

I am also not looking for the Message View. The Message View also does not automatically update like the Problem view does when I enable auto make. Also the message view is more like a visually more appealing variant of running javac in terminal. The list items in the message view do not act like items in the Problems view.


Solution

  • Not possible. Write a plugin or use another IDE.