umple
umple copied to clipboard
Attributes do not accept "inner" types, e.g. statemachine enumerations
Originally reported on Google Code with ID 689 Owned by @Nava2
What steps will reproduce the problem?
- Define two classes: http://cruise.eecs.uottawa.ca/umpleonline/umple.php?model=150323628045
- 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
Reported by @Nava2 on 2015-03-23 20:59:09
- Blocking: #588
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