src/main/java/org/apache/commons/beanutils2/sql/ResultSetIterator.java (6 lines): - line 98: throw new UnsupportedOperationException("FIXME - mapped properties not currently supported"); - line 133: throw new UnsupportedOperationException("FIXME - indexed properties not currently supported"); - line 147: throw new UnsupportedOperationException("FIXME - mapped properties not currently supported"); - line 217: throw new UnsupportedOperationException("FIXME - mapped operations not currently supported"); - line 233: throw new UnsupportedOperationException("FIXME - indexed properties not currently supported"); - line 270: throw new UnsupportedOperationException("FIXME - mapped properties not currently supported"); src/main/java/org/apache/commons/beanutils2/PropertyUtilsBean.java (2 lines): - line 176: // TODO BEFORE 2.0 - line 686: * Swallow IntrospectionException TODO: Why? src/main/java/org/apache/commons/beanutils2/BeanUtilsBean.java (2 lines): - line 35: * TODO docs - line 426: // FIXME - should we create or support a TypedMap? src/main/java/org/apache/commons/beanutils2/MappedPropertyDescriptor.java (1 line): - line 295: * Swallow IntrospectionException TODO: Why? src/main/java/org/apache/commons/beanutils2/ConvertUtilsBean.java (1 line): - line 101: * TODO DOCS src/main/java/org/apache/commons/beanutils2/ConstructorUtils.java (1 line): - line 181: * Swallow SecurityException TODO: Why? src/main/java/org/apache/commons/beanutils2/converters/ArrayConverter.java (1 line): - line 264: // TODO - probably should catch conversion errors and throw