TCLethbridge
TCLethbridge
If you go to cruise.umple/test/cruise/umple and run `grep -s '@Ignore' * */* */*/* */*/*/*` You will find a lot of ignored tests.This is a big 'smell' in the project For...
There are a few junit test classes such as ``` ParserConstraintExpressionsTest.java:public class ParserConstraintExpressionsTest extends UmpleParserTest { UmpleInternalParserTest.java:public class UmpleInternalParserTest extends UmpleParserTest UmpleXtextParserTest.java:public class UmpleXtextParserTest extends UmpleParserTest ``` extend other test...
The list below is the result of running pylint in the directory cruise.umple/test/cruise/umple/implementation/py The command run is: pylint *.py.txt | grep ': E' (hint had to instally pipx using homebrew...
This is a master issue for Umple's requirements capabilities: use of the req and implementsReq keywords, generating diagrams and other output from these, and use of them for generating Umple...
This is a master issue for generally improving python -related capabilities.
This is the master issue for general support of use of AI in Umple. Potential topics include using LLMs to generate state machines or class diagrams from requirements (that are...