This post originated from an RSS feed registered with Java Buzz
by Dave Booth.
Original Post: Global unused declaration inspection
Feed Title: IntelliJ IDEA Blog
Feed URL: http://blogs.jetbrains.com/idea/feed/
Feed Description: All the most recent updates, views, and information on IntelliJ IDEA... straight from the source.
Thanks to improvements in the internal indexes behind the Intellij IDEA code insight engine, Maia will be able to instantly highlight some java classes, methods and fields which are unused across the entire project.
To use the feature, enable the Unused declarations inspection.
Of course, all sorts of JEE @Inject annotations, test code entry points
and other implicit dependencies [...]