Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mdt-papyrus.dev] What this feature org.eclipse.papyrus.uml.diagram.example.programmaticcreation ?

Hello,

 

When looking in Papyrus keybinding, I discovered 2 commands registered  by “dummy” name in Papyrus [1]

The commands are provided by org.eclipse.papyrus.uml.diagram.example.programmaticcreation [2]

 

I pushed a patch to change that [3] and also fixing some quality warnings.

While refactoring, it occurs to me that the commands will always fail with NPE L 67 [4] and L58 [5]

 

Can we just remove this buggy plugin?

 

Regards,

Benoit

 

1 : https://bugs.eclipse.org/bugs/show_bug.cgi?id=522746

2: https://git.eclipse.org/c/papyrus/org.eclipse.papyrus.git/tree/examples/uml/org.eclipse.papyrus.uml.diagram.example.programmaticcreation/plugin.xml

3: https://git.eclipse.org/r/#/c/105723/

4: https://git.eclipse.org/c/papyrus/org.eclipse.papyrus.git/tree/examples/uml/org.eclipse.papyrus.uml.diagram.example.programmaticcreation/src/org/eclipse/papyrus/uml/diagram/example/programmaticcreation/CreateSequenceDiagramElementsCommand.java

5: https://git.eclipse.org/c/papyrus/org.eclipse.papyrus.git/tree/examples/uml/org.eclipse.papyrus.uml.diagram.example.programmaticcreation/src/org/eclipse/papyrus/uml/diagram/example/programmaticcreation/CreateCompositeDiagramElementsCommand.java

 

 

 

 

 


Back to the top