UPDATE: Added support for showing instances of classes that have specified Annotations (e.g. @Resource) on them. Added support for not showing instances for a class if the number of instances is 0.
In this blog entry I talked about extension to Eclipse Java debugger to show all instances of selected Java Class in the Expressions view. Someone requested the support for showing all instances of objects that implement selected Java Interface. I have implemented that feature now. To fully understand the context see the original blog entry first. Then see the screenshots below:
You can install the plug-in from the plug-in's update site:
http://sandipchitaleseclipseplugins.googlecode.com/svn/trunk/AllInstancesUpdateSite
In this blog entry I talked about extension to Eclipse Java debugger to show all instances of selected Java Class in the Expressions view. Someone requested the support for showing all instances of objects that implement selected Java Interface. I have implemented that feature now. To fully understand the context see the original blog entry first. Then see the screenshots below:
http://sandipchitaleseclipseplugins.googlecode.com/svn/trunk/AllInstancesUpdateSite
Enjoy!