Community
Participate
Working Groups
Steps to reproduce: Choose the palette of SysML BDD diagram as a palette for customization Choose the InFlowport as an entry for customization. Save the palette as BDD_Ex. Open palette customization dialog again. Try to customize BDD_Ex - it's not possible, CCE in the console: java.lang.ClassCastException: org.eclipse.papyrus.diagram.common.service.AspectCreationEntry at org.eclipse.papyrus.diagram.common.service.XMLDefinitionPaletteFactory.traverseAspectToolEntryNode(XMLDefinitionPaletteFactory.java:164) ...
I replaced class cast to PaletteToolEntry with cast to CombinedTemplateCreationEntry
Fixed