Community
Participate
Working Groups
When assembling the Feature names of changes that shall be shown in the list of changes in the Commit/Update-Dialogs, an NPE is thrown whenever an operation returns null as a name. See: org.eclipse.emf.emfstore.server.model.versioning.operations.impl.FeatureOperationImpl.getName() A default string should be returned instead of null to fix this issue.
Changed return value from null to "Unknown Operation"