813814815816817818819820821822823
} } IProperty [] sup = sp.getSuperProperties(); if(sup != null && sup.length > 0){ for(IProperty p: (IProperty []) convertResources(target,sup,IProperty.class)){ tp.addSuperProperty(p); } } } }