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

Ensure spaces between annotations and types for lexical-preserving printing #2795

Merged
merged 3 commits into from
Nov 15, 2020

Conversation

jwaataja
Copy link
Contributor

When using lexical-preserving printing, I found that when adding annotations I got output like @NullableString rather than @Nullable String. This fix adds spaces between annotations and the base type they apply to for ClassOrInterfaceType.

@MysterAitch MysterAitch added this to the next release milestone Nov 15, 2020
@MysterAitch MysterAitch merged commit 7b65b2c into javaparser:master Nov 15, 2020
MysterAitch added a commit that referenced this pull request Nov 15, 2020
@MysterAitch
Copy link
Member

Thanks @jwaataja ! 👍

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.

None yet

2 participants