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

Doesn't show child classes #17

Open
lance-shi opened this issue Feb 5, 2015 · 6 comments
Open

Doesn't show child classes #17

lance-shi opened this issue Feb 5, 2015 · 6 comments

Comments

@lance-shi
Copy link

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

@lance-shi
Copy link
Author

I am using version 1.5. Should be SOAP

@afawcett
Copy link
Owner

afawcett commented Feb 7, 2015

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.

@rickroesler
Copy link

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.

@afawcett
Copy link
Owner

afawcett commented Apr 6, 2020

@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!

@rickroesler
Copy link

@afawcett Roger. Things have gotten very busy at work. I'll let you know as I make progress.

@stoevie
Copy link

stoevie commented Apr 16, 2020

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.

Yes Rick, I am also interested in the support of inner classes.

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

4 participants