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

Java frontend: Handle multi-field-declaration statements #1558

Merged
merged 5 commits into from
May 21, 2024

Conversation

KuechA
Copy link
Contributor

@KuechA KuechA commented May 17, 2024

Fixes #1548 by implementing the proposed measures. However, handleFieldDeclaration now only returns the last field/variable which is declared in a multi-field-declaration statement but since we never use the return value in this case, it should be fine.

@KuechA KuechA enabled auto-merge (squash) May 20, 2024 08:25
Copy link

sonarcloud bot commented May 21, 2024

@KuechA KuechA merged commit 21f8358 into main May 21, 2024
3 checks passed
@KuechA KuechA deleted the java-multi-fields-decl branch May 21, 2024 16:10
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

Successfully merging this pull request may close these issues.

Java Frontend: Multi-Field declaration statements omit all but their first declaration
2 participants