Community
Participate
Working Groups
Methods CreateDiagramAction::getCreationCommandRegistry() and CreateDiagramActionProvider::getCreationCommandRegistry() from oep.navigator make use of a private constructor: this.creationCommandRegistry = new CreationCommandRegistry(org.eclipse.papyrus.core.Activator.PLUGIN_ID); It should be replaced by: this.creationCommandRegistry = CreationCommandRegistry.getInstance(org.eclipse.papyrus.core.Activator.PLUGIN_ID);
Created attachment 193022 [details] patch for oep.navigator
Arnaud, now that you are committer ;-), can you apply the patch and close the bug item? thanks.
This bug refers to an old version of Papyrus (0.7.1). In the current version (Kepler M6), the code has been significantly refactored. The bug does not make sense anymore. Closing the bug.