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

Not all classes are being printed in allFunctions #42

Closed
samasri opened this issue Apr 24, 2018 · 0 comments
Closed

Not all classes are being printed in allFunctions #42

samasri opened this issue Apr 24, 2018 · 0 comments
Labels

Comments

@samasri
Copy link
Owner

samasri commented Apr 24, 2018

In order to print the output in allFunctions, classes in each hierarchy are traversed, and functions in each class are outputted. This method skips all the classes that have no parents or children and hence are not recorded in hierarchies
Solution:

  • Add each class with no parent to an empty hierarchy so that it can be processed with the hierarchies.
  • Add isSingle field to Hierarchy
  • When printing hierarchies, filter them so that single hierarchies are not printed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant