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

ClassData#isStaticInnerClass doesn't correctly calculate 'staticness' from method local types #7

Closed
Machine-Maker opened this issue Aug 1, 2023 · 0 comments

Comments

@Machine-Maker
Copy link
Contributor

Method local records and enum are "static", in that even in non-static parent methods, they cannot access state from the enclosing class. The method on ClassData incorrectly reports them as not static inner classes.

Also, method local classes inside static methods are also static are incorrectly reported as not static classes.

@DenWav DenWav closed this as completed in 32301fd Aug 2, 2023
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

1 participant