Showing posts with label warnings. Show all posts
Showing posts with label warnings. Show all posts

Friday, 19 June 2015

How to view detailed information about Intellij Idea warnings?

Press Alt+Ctrl+S
Search for "Java Compiler"
In "Additional command line parameters:" type the following:-Xlint:unchecked
and recompile class again.