133134135136137138139140141142143144145146
} String[] names = new String[types.length]; for (int i = 0; i < types.length; i++) { Type type = types[i]; assertTrue(type.getSort() == Type.OBJECT, "Type %s does not has internal name", type); names[i] = type.getInternalName(); } return names; }