google-code-export / umple

Automatically exported from code.google.com/p/umple
1 stars 0 forks source link

Double quotes in action or guard code cause failure to draw state diagram #495

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Enter the following code

class X {
  sm {
    s {
      ae1 [consume("a")] -> / {test()"a";} s1;
    }
    s1 {}
  }
}

The presence of double quotes in either place results in failure to draw a 
state diagram. Likely some escaping is needed to make this work.

Original issue reported on code.google.com by TimothyCLethbridge on 4 Feb 2014 at 12:35

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r4278.

Original comment by TimothyCLethbridge on 25 Jul 2014 at 5:27

GoogleCodeExporter commented 9 years ago

Original comment by TimothyCLethbridge on 25 Jul 2014 at 5:42