Skip to content

Use enclosing class constructor parameter only for non-static inner classes #3039

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

Closed
wants to merge 2 commits into from

Conversation

christophstrobl
Copy link
Member

Resolves: #3038

@mp911de mp911de added the type: bug A general bug label Feb 8, 2024
@mp911de mp911de added this to the 3.1.9 (2023.0.9) milestone Feb 8, 2024
@mp911de mp911de changed the title Type parameter of static inner should not be considered enclosigClassParameter. Use parent constructor parameter only for non-static inner classes Feb 8, 2024
@mp911de mp911de changed the title Use parent constructor parameter only for non-static inner classes Use enclosing class constructor parameter only for non-static inner classes Feb 8, 2024
mp911de pushed a commit that referenced this pull request Feb 8, 2024
mp911de added a commit that referenced this pull request Feb 8, 2024
Add additional tests, add Javadoc to explain isEnclosingClassParameter() behavior.

See #3038
Original pull request: #3039
mp911de pushed a commit that referenced this pull request Feb 8, 2024
mp911de added a commit that referenced this pull request Feb 8, 2024
Add additional tests, add Javadoc to explain isEnclosingClassParameter() behavior.

See #3038
Original pull request: #3039
mp911de pushed a commit that referenced this pull request Feb 8, 2024
mp911de added a commit that referenced this pull request Feb 8, 2024
Add additional tests, add Javadoc to explain isEnclosingClassParameter() behavior.

See #3038
Original pull request: #3039
@mp911de mp911de closed this Feb 8, 2024
@mp911de mp911de deleted the issue/3038 branch February 8, 2024 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid parent parameter provided to static inner class constructors
2 participants