/* */ public void checkUnusedProperties()
/* */ {
/* 514 */ for (int i = 0; i < this.used.length; i++)
/* 515 */ if (this.used[i] == null) {
/* 516 */ String unusedName = ClassInfoImpl.this.propOrder[i];
/* 517 */ String nearest = EditDistance.findNearest(unusedName, new AbstractList() {
/* */ public String get(int index) {
/* 519 */ return ((PropertyInfoImpl)ClassInfoImpl.this.properties.get(index)).getName();
/* */ }
/* */
/* */ public int size() {