Skip to content
New issue

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

read-write and read-only properties #14

Open
mjdecker opened this issue Aug 12, 2016 · 2 comments
Open

read-write and read-only properties #14

mjdecker opened this issue Aug 12, 2016 · 2 comments

Comments

@mjdecker
Copy link
Contributor

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.

@mjdecker
Copy link
Contributor Author

In addition, if want to fully implement Sutton's work, then should not show attributes that are not read/written.

@mjdecker
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant