Community
Participate
Working Groups
org.eclipse.modisco.infra.discovery.ui.internal.celleditors.composite.TargetURIComposite contains an anonymous class that extends org.eclipse.ui.dialogs.SaveAsDialog, which is marked @noextend
Created attachment 197507 [details] patch This patch replaces the use of the SaveAsDialog class by WorkspaceResourceDialog from EMF Common UI, so as to avoid having to subclass SaveAsDialog.
Hello Kenn, Here is a patch fixing the illegal use of org.eclipse.ui.dialogs.SaveAsDialog by a MoDisco 0.9 component. Cf. http://download.eclipse.org/modeling/mdt/modisco/downloads/drops/0.9.0/R201106080421/api_report/html/org.eclipse.ui.ide%20%283.7.0%29/org.eclipse.ui.dialogs.SaveAsDialog.html Do you agree to apply this patch in the service release? Regards, Gregoire
Committed on trunk (revision 4533) and branch 0_9 (revision 4534).
Already solved.