}
if (objectList == null) {
objectList = childObjects.createObjectList(objectType, this, VOID_CONTENT_LOADER, false, false);
VirtualObjectLookupAdapter lookupAdapter = new VirtualObjectLookupAdapter(null, this.objectType, objectType);
Set<BasePsiElement> children = underlyingPsiElement.collectPsiElements(lookupAdapter, null, 100);
if (children != null) {
for (BasePsiElement child : children) {
DBObject object = child.resolveUnderlyingObject();
if (object != null && !objectList.getElements().contains(object)) {