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

SONARXML-220 Fix quality flaws after moving from Java 8 to Java 17 #327

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

alban-auzeill
Copy link
Member

@alban-auzeill alban-auzeill commented Jan 9, 2025

Comment on lines +117 to +120
<tag att1='value1'\s
att2
= 'value2' att3=
'value3' att4='multiline\s

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume the \s is to prevent the space to be trimmed from the string?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, all string to textbox conversions were done unsing my IDE, not me. And IDE seems to preserve all spaces.
Aboud \s I found this doc.

@alban-auzeill alban-auzeill merged commit f75a0d5 into master Jan 9, 2025
13 checks passed
@alban-auzeill alban-auzeill deleted the alban/SONARXML-220 branch January 9, 2025 12:15
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.

2 participants