We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dda6a3 commit d42a364Copy full SHA for d42a364
1 file changed
org.omg.sysml.plantuml/src/org/omg/sysml/plantuml/Visitor.java
@@ -398,7 +398,7 @@ protected static String getName(Element e) {
398
399
protected String getNameAnyway(Element e, boolean creole, boolean isInherited) {
400
String ret = null;
401
- String shortName = e.getDeclaredShortName();
+ String shortName = e.getShortName();
402
if (e.equals(fullyQualifiedElement)) {
403
ret = e.getQualifiedName();
404
}
0 commit comments