Show All Instances of selected Java Type 1.0.14

Add this URL to your Eclipse Installation to reach this Solution's Update Site.
More Info


Categories:
Login or register to tag items

As mentioned in the Eclipse help Java Development User Guide Tips and tricks Debugging section, when debugging with JavaSE-1.6 you can see all instances of a particular class. You can invoke this functionality via the popup menu (All Instances...) of Variables view rows for reference type values or in the Java editor by positioning the cursor on or selecting a reference type expression. However it is not possible to see all instances of an arbitrary class. The All Instances plug-in adds this functionality. It can be invoked using the:

- Run > All Instances of Java Class...
- All Instances of Java Class... toolbar buttons in the Variables and Expressions views

Once invoked it shows the customized Open Type dialog of JDT. Once you selects the class it adds the Instances (count) expression to the Expressions view. It also adds the expressions for sub classes of the selected . You can further show hide inner and anonymous inner classes. If there are 0 instances and Show static fields preference is enabled expressions to show the values of the static fields of the classes are also added.

In addition, an expression showing java.security.CodeSource info for the class is also added if that information is available.

Additional Details

  • Version Number: 1.0.14
  • Eclipse Versions: 3.5.2,3.6,3.7
  • Organization: Sandip Chitale
  • Date Created: 29/05/2011
  • Date Updated: 11/06/2011
  • Development Status: Alpha
  • License: BSD
  • Submitted by: Sandip Chitale
  • This listing has been installed 3 times in the last 30 days.

Reviews

Add a Review