src/main/java/org/apache/commons/validator/Field.java [736:743]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        Object indexProp = null;

        try {
            indexProp =
                PropertyUtils.getProperty(bean, this.getIndexedListProperty());

        } catch (IllegalAccessException|InvocationTargetException|NoSuchMethodException e) {
            throw new ValidatorException(e.getMessage());
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/commons/validator/Field.java [765:772]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        Object indexProp = null;

        try {
            indexProp =
                PropertyUtils.getProperty(bean, this.getIndexedListProperty());

        } catch (IllegalAccessException|InvocationTargetException|NoSuchMethodException e) {
            throw new ValidatorException(e.getMessage());
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



