Categories
|
![]() Apache
Class HunterProducts: IntelliJ IDEA Vendor: Charles Kubicek Email: Website: http://kubicek.org.uk/classhunter SourceCode: link Description:The Class Hunter Intellij plugin aims to provide a way for Intellij
programmers to locate missing Java classes in folders or Jar files required by projects.
Class Hunter is designed to start with a set of locations where Java projects and applications
are commonly stored (i.e. C:\java) and search for classes.
A search can be initiated directly from source editing when a class in a source file remains red without an import prompt, or from opening Class Hunter from a menu and pasting a class from a ClassNotFoundException after a runtime failure. Class Hunter integrates with IDEA in an unintrusive way by adding a "Find Class" option to the editing context menu and the search menu. Particular features of Class Hunter include:
String searches in Class Hunter also allow the programmer to find potentially useful classes by only specifying part of a class name, i.e., the search string "util" would find classes such as StringUtils and XmlUtil. Comments, suggestions, bugs etc. are very welcome.
![]() ![]() Recent change notes:Fixed bug related to removing folders in the config window.Full documentation URL:
http://kubicek.org.uk/classhunter
|
||||||||||||||||||||||||||||||||||||||||||



Comments:
Without Class Hunter, it would have taken me forever to locate the classes in the jars that were not found at runtime. It was a matter of minutes using the plugin :-)
Thanks a lot!