Skip to content

Commit

Permalink
Merge pull request #1216 from eclipse-passage/1214-migration
Browse files Browse the repository at this point in the history
Migration fix: remove unrecognized features when migrated #1214
  • Loading branch information
ruspl-afed authored Apr 12, 2023
2 parents 31ac267 + bc00c9b commit 3a973a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ public final void postLoad(XMLResource resource, InputStream inputStream, Map<?,
throw new RuntimeException(message, e);
}
}
evaporizeUnknownParticles(resource);
complete(resource);
evaporizeUnknownParticles(resource);
}

private void evaporizeUnknownParticles(XMLResource resource) {

resource.getEObjectToExtensionMap().clear();
}

protected void convertEntry(Entry<EObject, AnyType> entry) throws MigrationException {
Expand Down

0 comments on commit 3a973a4

Please sign in to comment.