Issue #327
Some transitions' name aren't displayed in the model explorer and produce NPE in the console...
Status: | Resolved | Start date: | 08 December 2017 | ||
---|---|---|---|---|---|
Priority: | Medium | Due date: | |||
Assignee: | % Done: | 50% | |||
Category: | - | ||||
Target version: | Modelio 3.7.1 |
Description
Some transitions' name aren’t displayed in the model explorer and produce NPE in the console:
java.lang.NullPointerException
at org.modelio.uml.ui.browser.contrib.labelprovider.UmlLabelProvider$BrowserLabelService.visitTransition(UmlLabelProvider.java:1621)
at org.modelio.metamodel.impl.uml.behavior.stateMachineModel.TransitionImpl.accept(TransitionImpl.java:218)
at org.modelio.metamodel.impl.uml.infrastructure.UmlModelElementImpl.accept(UmlModelElementImpl.java:375)
...
Steps to reproduce:
- Import the attached project.
- Check the model in the explorer –> Some Transitions’s name aren’t displayed.
- Move an element in the diagram –> NPE in the console!
History
#1
Updated by Christophe Demeulemeester about 3 years ago
- Description updated (diff)
#2
Updated by Christophe Demeulemeester about 3 years ago
- Description updated (diff)
#3
Updated by Christophe Demeulemeester almost 3 years ago
- Status changed from New to Resolved
- Assignee set to Christophe Malgouyres
- Target version set to Modelio 3.7.1
- % Done changed from 0 to 50