question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Whitespace after XML comments removed since 3.1.0 release

See original GitHub issue

Following resolution of #206, the the 3.1.x releases drop whitespace in one more case, namely after XML comments.

To reproduce, run:

git clone git@github.com:PicnicSupermarket/oss-parent.git
cd oss-parent
git checkout origin/master
mvn com.github.ekryd.sortpom:sortpom-maven-plugin:3.0.1:sort
git commit -m 'Before' pom.xml
mvn com.github.ekryd.sortpom:sortpom-maven-plugin:3.1.2:sort
git diff

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
Stephan202commented, May 27, 2022

@Ekryd Tnx for jumping on this so quickly! I built the branch and tested it against another internal repo: the results look exactly as expected 🎉

1reaction
Ekrydcommented, May 26, 2022

Hi! i will look into this

Read more comments on GitHub >

github_iconTop Results From Across the Web

Is there any way to preserve white space in C# XML comments?
While this works in general, I would like to preserve white space (line breaks, indentation). I tried the following so far: I applied...
Read more >
XML Schema Part 2: Datatypes Second Edition - W3C
The table below offers two typical examples of XML instances in which ... lex2 := killwhitespace(lexform) -- remove whitespace characters
Read more >
XmlOptions (XMLBeans 3.1.0 Documentation)
There are two styles for using XmlOptions: multiline setup, and single-line use. ... since compilation usually implies validation against Schema for Schemas ...
Read more >
RegexBuddy Version History
Regex: Unicode whitespace after a quantifier triggered access violations in free-spacing mode if the flavor does not treat Unicode whitespace as free whitespace...
Read more >
OWL API Files - SourceForge
Tidying up Manchester OWL Syntax parser code Added to the documentation on ... various bug fixes and performance enhancements since version 3.1.0 Main...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found