-
Notifications
You must be signed in to change notification settings - Fork 34
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
Doesn't show child classes #17
Comments
I am using version 1.5. Should be SOAP |
The reason for this is, last i checked, which addmitly was year back, the Symbol Table info for the Tooling API didn't qualify inner classes e.g. OuterClass.InnerClass, e.g. only gave InnerClass back, which makes it useless to distinguish between top level or child classes when building the class list. |
I ran across this repo a couple of weeks ago. As noted in this issue, the current release does not support inner classes. In reviewing the SymbolTable documentation, it looks like this information is available. My big question: is this project still of interest and actively being worked on? if so, I'd like to branch and work on the inner class functionality. Please advise. |
@rickroesler yes and yes please! I continue to see interest in this tool and thus put some work into it a few months ago to fix some issues. Thank you! |
@afawcett Roger. Things have gotten very busy at work. I'll let you know as I make progress. |
Yes Rick, I am also interested in the support of inner classes. |
The tool doesn't show the relationship for child classes. Some child classes are declared as public and referenced everywhere. But this tool is not showing them
The text was updated successfully, but these errors were encountered: