TCLethbridge
TCLethbridge
I sugest changing 3607 in en.error to add ... 'or else you intended to create an association but omitted destination class' Should also update the user manual page to point...
See also in the example in #2248 which I am closing as a duplicate
The solution to this problem would be to locate the place where error 1502 is raised, then attempt to match forward looking for the next curly bracket, and determine whether...
I think it would be good to experiment to see whether it would be easy to create a default package name (e.g. call it 'distributedmodel' to be distinctive) if there...
For state machines, @eabase Click on the 'S' , Start by specifying a class, but then you can edit state machiines We will make improvements to add more capabilities. We...
@eabase There is a vast amount of documentation! Click on 'Manual' at the top and open the pages about State Machines. CLick on the examples (they will load in UmpleOnline)....
It maybe that this is happening correctly, due to variations in the subclasses such as the test being run for different languages.
These look like good ideas, particularly the type hints. The old way is not deprecated. We will keep this in the queue at a lower priority for now.
f strings should work if embedded in the Python version of methods. This needs checking. Generated methods could be enhanced to give type hints (although lots of tests would then...
The tool name changed to spotbugs. https://github.com/spotbugs/spotbugs Ideally we would run it as part of our PR validation process. Also sonarQube is another possible tool to apply to Umple (it...