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
Add support for read-write and read-only properties.
Not sure how high a priority this is. Seems like it would require some type of semantic analysis, or could do a simple string distance or word matching.
The text was updated successfully, but these errors were encountered:
Probably, something like require srcML file to have hpp file before cpp, and have method policy that collects dependency information, what members it accesses (will need to keep track of what is declared inside), and what it returns (is it a data member)? Then, send this off to srcuml listener, and it can then update if the field is read/written.
Add support for read-write and read-only properties.
Not sure how high a priority this is. Seems like it would require some type of semantic analysis, or could do a simple string distance or word matching.
The text was updated successfully, but these errors were encountered: