umple icon indicating copy to clipboard operation
umple copied to clipboard

Attributes do not accept "inner" types, e.g. statemachine enumerations

Open Nava2 opened this issue 10 years ago • 2 comments

Originally reported on Google Code with ID 689 Owned by @Nava2


What steps will reproduce the problem?

  1. Define two classes: http://cruise.eecs.uottawa.ca/umpleonline/umple.php?model=150323628045
  2. Try to compile

What is the expected output? What do you see instead?

Compilation fails because the identifier has a '.' in it, currently only accepts alphanumerics.


Reported by @Nava2 on 2015-03-23 20:51:57

Nava2 avatar Aug 26 '15 03:08 Nava2

Reported by @Nava2 on 2015-03-23 20:59:09

  • Blocking: #588

Nava2 avatar Aug 26 '15 03:08 Nava2

Workaround: Adding a depend my.Type; where Type is the type with an inner static type required.


Reported by @Nava2 on 2015-03-26 20:49:00

Nava2 avatar Aug 26 '15 03:08 Nava2