This post originated from an RSS feed registered with Java Buzz
by s m.
Original Post: 30 Days with IntelliJ IDEA. Inspections
Feed Title: IntelliJ IDEA Blog
Feed URL: http://blogs.jetbrains.com/idea/feed/
Feed Description: News, tips&tricks, how-to's and other issues related to IntelliJ IDEA
We continue to publish new articles from the 30 Day Guide for learning the fundamental features of IntelliJ IDEA. Today we will talk about such basic thing as inspections.
As you know inspections are built-in tools that help you find probable bugs, locate dead code, detect performance issues and improve the overall code structure.
Navigate to [...]