Ejemplo n.º 1
0
 @Override
 public void doSetInput(IEditorInput input, boolean releaseEditorContents) throws CoreException {
   super.doSetInput(input, releaseEditorContents);
   if (getDiagram() != null && !DiagramVersioningUtils.isOfCurrentPapyrusVersion(getDiagram())) {
     new ReconcileHelper(getEditingDomain()).reconcileDiagram(getDiagram());
   }
 }