Searched refs:foundFields (Results 1 – 1 of 1) sorted by relevance
1040 final ArrayList<Field> foundFields = new ArrayList<Field>(); in getExportedPropertyFields() local1045 foundFields.add(field); in getExportedPropertyFields()1049 fields = foundFields.toArray(new Field[foundFields.size()]); in getExportedPropertyFields()1467 final ArrayList<Field> foundFields = new ArrayList<Field>(); in capturedViewGetPropertyFields() local1475 foundFields.add(field); in capturedViewGetPropertyFields()1479 fields = foundFields.toArray(new Field[foundFields.size()]); in capturedViewGetPropertyFields()