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

TypeElementWrapper.getInnerTypes(…) only returns classes #162

Closed
odrotbohm opened this issue Oct 3, 2024 · 2 comments
Closed

TypeElementWrapper.getInnerTypes(…) only returns classes #162

odrotbohm opened this issue Oct 3, 2024 · 2 comments

Comments

@odrotbohm
Copy link

Contrary to what the method name implies, ….getInnerTypes(…) only returns inner classes. I would expect the method to also return interfaces and records, i.e., everything that is a type in Java.

@tobiasstamann
Copy link
Contributor

Hi, sorry for the late response. I will try to fix it asap.

tobiasstamann added a commit that referenced this issue Dec 11, 2024
…ectly getting correct binary names. Now all type like class, interface, annotations, enums and records will be taken into account.
@tobiasstamann
Copy link
Contributor

I have created the release 0.29.0 which includes the fix, it will be available in maven central in a couple of hours.
Please contact me, if something else needs to be adjusted/added.

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

No branches or pull requests

2 participants