TCLethbridge
TCLethbridge
This page says that getId is replaced by threadId in Java 19 so the change should be not hard. See https://bugs.openjdk.org/browse/JDK-8017617?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel The Umple code that uses thread getID is at...
This pull request is being left open until likely 2025, when the cruise.umple/src/generators/Generator_CodeJava.ump can be changed to use the new API, at which time Java19 would be the lowest version...
See also #221 which could be done together with this.
Here are my ideas for this: It would need to make use of the .grammar files found in cruise.umple/src I suggest that we add comments in these files before each...
I also think that it will be necessary to find the list of classes in the current model when a class is the next item that could be connected (in...
Here are some ideas for the grammar elements we should focus on. In https://github.com/umple/umple/blob/master/cruise.umple/src/umple_core.grammar Focus on top level rule directive - which would suggest entity - which would suggest classDefinition...
Following on from what I wrote above, here are some suggested tips to display for the various syntax directed items: Notes on Prompts for XiaOxi Top level classDefinition * Add...
@ab-fire I have been unable to reproduce this. Please provide your complete code. Here is code I tried which seems to fulfil what you stated (after removing the after statement...
Umple example testing skipped for Python generation. This issue would hopefully allow these examples to be tested (note that as time goes by other examples may be added that are...
The following code will generate a diagram with the Ticket class having two many-to-one associations (to Performance and TicketHolder). The correct diagram would instead have a many-to-many association between Performance...