Community
Participate
Working Groups
The creation of inherited element (ex: Package, InstanceSpecification...) triggers the related ViewProvider loading. Once loaded the class provides(ViewForKind) methods always returns true (only the diagram type is checked) even in case the provider is not able to create a view. The ViewProvider implementation has to be fixed, but the CreateEditPolicy should also make sure a non-null view can be created before returning the view creation command.
In r5004: - EditPolicy fixes (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=346739) - Palette factory now directly rely on IElementTypes from service edit (except for CommentAnnotated and ConstraintConstrained links) - plugin.xml provider loading condition modified accordingly to previous change - BDD view provider implementation corrected
Merge in trunk : r5130.