-
Notifications
You must be signed in to change notification settings - Fork 1.2k
XmlPrinter: fix duplicate attribute name in generated xml #4806
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
Conversation
JP is not intended to provide an XML representation that is compatible with another library. |
javaparser-core/src/main/java/com/github/javaparser/printer/XmlPrinter.java
Outdated
Show resolved
Hide resolved
You must format the code with the command: mvn spotless:apply |
@jlerbsc thanks. the command worked with modification. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4806 +/- ##
===========================================
Coverage 58.326% 58.326%
Complexity 2518 2518
===========================================
Files 671 671
Lines 38826 38826
Branches 7054 7054
===========================================
Hits 22646 22646
Misses 13295 13295
Partials 2885 2885
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Thank you for this PR. |
Patch of #4805