The cumulated outgoing references show the list of all reference types which originate
from the instances of classes and arrays in the current object set.
There are three columns shown in the table, which can be sorted:
-
Reference type
Shows the type of the outgoing reference which is one of
-
field
the referenced object or array is held in the indicated field of an instance
of the indicated class.
-
static field
the referenced object or array is held in the indicated static field of the
indicated class.
-
constant
the referenced object or array is held in the constant pool of the indicated
class. These references mostly stem from constants declared as
private static final.
-
class array content
the referenced object or array is held in an array of instances of classes
(e.g. the array might be of type String[] or
Object[]).
-
Object count
Shows how many references of this outgoing reference type are present in the
current object set. The reference count is displayed graphically as well.
-
Size
Shows the total size of the object set which would result if this reference type
was added as a filter step. Note that this is the shallow size which
does not include the size of referenced arrays and instances but only the size of
the corresponding pointers.
No specific view settings apply to the cumulated outgoing references.
|