You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The property code generator should generate getter methods for property constants.
An example of the need for these is in Aadl2Validator, in the methods classifiersFoundInSupported* methods, where the value of the relevant property constant is retrieved and the values checked to make sure the references items exist.
I'm trying to get rid of the use of GetProperties methods, and right now there is no suitable replacement for the existing code, which all have a from like
The property code generator should generate getter methods for property constants.
An example of the need for these is in
Aadl2Validator
, in the methodsclassifiersFoundInSupported*
methods, where the value of the relevant property constant is retrieved and the values checked to make sure the references items exist.I'm trying to get rid of the use of
GetProperties
methods, and right now there is no suitable replacement for the existing code, which all have a from likeThe text was updated successfully, but these errors were encountered: