src/main/java/org/apache/commons/beanutils2/sql/ResultSetIterator.java (6 lines): - line 99: throw new UnsupportedOperationException("FIXME - mapped properties not currently supported"); - line 136: throw new UnsupportedOperationException("FIXME - indexed properties not currently supported"); - line 151: throw new UnsupportedOperationException("FIXME - mapped properties not currently supported"); - line 222: throw new UnsupportedOperationException("FIXME - mapped operations not currently supported"); - line 239: throw new UnsupportedOperationException("FIXME - indexed properties not currently supported"); - line 278: throw new UnsupportedOperationException("FIXME - mapped properties not currently supported"); src/main/java/org/apache/commons/beanutils2/PropertyUtilsBean.java (2 lines): - line 218: // TODO BEFORE 2.0 - line 880: * TODO: Why? src/main/java/org/apache/commons/beanutils2/MappedPropertyDescriptor.java (1 line): - line 319: * TODO: Why? src/main/java/org/apache/commons/beanutils2/ConstructorUtils.java (1 line): - line 186: * TODO: Why? src/main/java/org/apache/commons/beanutils2/converters/ArrayConverter.java (1 line): - line 309: // TODO - probably should catch conversion errors and throw src/main/java/org/apache/commons/beanutils2/BeanUtilsBean.java (1 line): - line 482: // FIXME - should we create or support a TypedMap?