TCLethbridge
TCLethbridge
yes, of course. The Umple grammar expects all methods to follow a certain syntax. The presence of the @ breaks that syntax. To fix this we would have to allow...
I don't think this issue is worth fixing.
I would be fine to have annotations pass through from methods to Java generated code if they are parsed, stored in the metamodel, and then output. But I have lowered...
There is a growing need to support annotations, not just on methods, but on attributes and classes too. They should be treated as a special kind of comments and output...
This issue is being re-opened, since it would be desirable for annotations (if not all comments) to be attached to the variables of all attributes, not just internal attributes.
This should be done with #1984
I just merged PR #1866 which made good progress on this. I am assigning two new people to keep working on it, as well as creating automated tests of the...
This should be done in conjunction with #1898. It would simply inject, for example: colour yellow; into the relevant class. Pick a few default colours that would look nice. If...
For reference, on the server there is a constant backup log kept every few minutes of the contents of umpleonline/countlog.txt ... that enables resetting to the correct value. The log...
Some constraints and ideas on this: Umple is login-free and we want to keep it that way. Access to a repo is by a code (URL) that gives access to...