&& (type.getName().equals(imp.getContext()
.getType().getName())))
objects.add(obj);
}
if (obj instanceof ContextualProperty) {
ContextualProperty prop = (ContextualProperty) obj;
if ((prop.getContext() != null)
&& (prop.getType() != null)
&& (type.getName() != null)
&& (type.getName().equals(prop.getContext()
.getName())))
objects.add(obj);
}
}
}