Searched refs:Getter (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/beans/Introspector/
H A DTest4619536.java70 ipd = BeanUtils.getIndexedPropertyDescriptor(Getter.class, "foo");
72 error(ipd, "Getter.foo classic methods incorrect");
75 error(ipd, "Getter.foo pdType should equal ipdType");
182 public static class Getter extends Index { class in class:Test4619536

Completed in 132 milliseconds