Searched refs:unmigratedDeletedTypes (Results 1 – 1 of 1) sorted by relevance
90 Set<String> unmigratedDeletedTypes = new ArraySet<>(setSchemaResponse.getDeletedTypes()); in checkDeletedAndIncompatibleAfterMigration() local91 unmigratedDeletedTypes.removeAll(activeMigrators); in checkDeletedAndIncompatibleAfterMigration()98 if (!unmigratedIncompatibleTypes.isEmpty() || !unmigratedDeletedTypes.isEmpty()) { in checkDeletedAndIncompatibleAfterMigration()