Community
Participate
Working Groups
The following classes should be in common (not copied in diagram plug-ins): org.eclipse.papyrus.diagram.clazz.custom.listeners.DropTargetListener org.eclipse.papyrus.diagram.clazz.custom.parsers.AppliedStereotypeParser
New packages are: org.eclipse.papyrus.diagram.common.listeners.DropTargetListener org.eclipse.papyrus.diagram.common.parser.custom.AppliedStereotypeParser AppliedStereotypeParser is referenced by GMFGen models -> should be corrected (committed in r362)
Created attachment 140463 [details] mylyn/context/zip
AppliedStereotypeParser appears twice: org.eclipse.papyrus.diagram.common.parser.custom.AppliedStereotypeParser org.eclipse.papyrus.diagram.common.parser.stereotype.AppliedStereotypeParser
org.eclipse.papyrus.diagram.clazz.custom.policies.RemoveOrphanViewPolicy Moved to : org.eclipse.papyrus.diagram.common.editpolicies.RemoveOrphanViewPolicy Generated classes in Class diagram updated in order to avoid compilation issues but the GMFGen still requires to be fixed in order to reference RemoveOrphanViewPolicy correctly. --> Action Patrick (r366)
RemoveOrphanViewPolicy uses VisualID specific to the ClassDiagram --> should not be in common (rollback commit (r366)) Equivalent classes should be created for each diagram with VisualID specific to each of them... The best solution would be to generate this class not to create it manually.
Created attachment 140513 [details] mylyn/context/zip
Not relevant anymore.