Skip to content

Java: Fix parsing of extra semicolons after imports#7138

Merged
greg-at-moderne merged 3 commits intomainfrom
greg-fix-import-stray-semicolon
Mar 25, 2026
Merged

Java: Fix parsing of extra semicolons after imports#7138
greg-at-moderne merged 3 commits intomainfrom
greg-fix-import-stray-semicolon

Conversation

@greg-at-moderne
Copy link
Contributor

@greg-at-moderne greg-at-moderne commented Mar 25, 2026

What's changed?

Fixing parsing of extra semicolons in import statements in Java.

What's your motivation?

@greg-at-moderne greg-at-moderne marked this pull request as ready for review March 25, 2026 14:44
@greg-at-moderne greg-at-moderne merged commit 5746413 into main Mar 25, 2026
1 check passed
@greg-at-moderne greg-at-moderne deleted the greg-fix-import-stray-semicolon branch March 25, 2026 14:44
@github-project-automation github-project-automation bot moved this from In Progress to Done in OpenRewrite Mar 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Parser fails on extraneous semicolon in import statement when followed by another import

1 participant