< prev index next >

src/java.desktop/share/classes/com/sun/beans/introspect/PropertyInfo.java

Print this page

        

*** 123,133 **** put(Name.hidden, annotation.hidden()); put(Name.preferred, annotation.preferred()); put(Name.visualUpdate, annotation.visualUpdate()); put(Name.description, annotation.description()); String[] values = annotation.enumerationValues(); - if (0 < values.length) { try { Object[] array = new Object[3 * values.length]; int index = 0; for (String value : values) { Class<?> type = info.method.getDeclaringClass(); --- 123,132 ----
*** 158,168 **** ignored.printStackTrace(); } } } } - } public Class<?> getPropertyType() { return this.type; } --- 157,166 ----
< prev index next >