We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This arose with SF bug 79, no longer visible, but traces visible in the SF_Bug_79 domain in Regressions.uml.
SF_Bug_79
Regressions.uml
The fix there is very clumsy.
A better fix would generate with {Domain}.{Class}; in the using class’s package spec, and {Class}.Handle in its subprograms.
with {Domain}.{Class};
{Class}.Handle
The second part is easy, but the first part would need a lot more work; and, interactions with other classes should be managed via relationships!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This arose with SF bug 79, no longer visible, but traces visible in the
SF_Bug_79
domain inRegressions.uml
.The fix there is very clumsy.
A better fix would generate
with {Domain}.{Class};
in the using class’s package spec, and{Class}.Handle
in its subprograms.The second part is easy, but the first part would need a lot more work; and, interactions with other classes should be managed via relationships!
The text was updated successfully, but these errors were encountered: