westboros
Results
2
comments of
westboros
Perhaps this bit of code in SysML2PlantUMLText.java in org.omg.sysml.plantuml is causing the behavior (line 260): private static void appendVariation(StringBuilder sb, Type typ) { if (!(typ instanceof Usage)) return; Usage u...
Thank you for the response and explanation. I was not aware it was a known issue. Is there some existing item that I can point to and close this as...