Normally, in NetBeans, when you do "Find Usages" (Alt-F7), you
get less than you might expect. Here, I'm doing "Find Usages" on
org.jdesktop.beansbinding.Converter in the Client Editor
sample project that is in the New Project wizard in the
IDE:
The result is, unlike what you might expect, that the usages of
the class are only found in the project classes:
However... in NetBeans IDE 8.1 (development builds already
available here and a
beta soon), you'll be able to add the...