Searched refs:validUntouchedEntriesSet (Results 1 – 2 of 2) sorted by relevance
225 …ImmutableSet<MigrationEntry> validUntouchedEntriesSet = ImmutableSet.copyOf(report.getValidUntouch… in handleFileMigration() local234 ….filter(entry -> !validUntouchedEntriesSet.contains(entry)).collect(ImmutableList.toImmutableList(… in handleFileMigration()
416 …ImmutableSet<MigrationEntry> validUntouchedEntriesSet = ImmutableSet.copyOf(validUntouchedEntries); in printMetrics() local418 if (validUntouchedEntriesSet.contains(val)) { in printMetrics()