155156157158159160161162163164165
if (ID.longValue() == 0L) { return null; } IHeapObject obj = view.getJavaObjectByID(ID); if(obj == null) { return null; }