Add methods to add or remove multiple elements#21
Closed
pjfanning wants to merge 1 commit intoapache:trunkfrom
Closed
Add methods to add or remove multiple elements#21pjfanning wants to merge 1 commit intoapache:trunkfrom
pjfanning wants to merge 1 commit intoapache:trunkfrom
Conversation
Update Xobj.java debug test add element partial revert of add changes extra add methods try to use add again Update XmlComplexContentImpl.java revert some code to fix compile test Update XmlComplexContentImpl.java fix remove Update Xobj.java refactor Update XmlComplexContentImpl.java refactor to do some bulk finds another refactor to improve perf see if I can remove complicated and inefficient code Revert "see if I can remove complicated and inefficient code" This reverts commit e8779ad. avoid find_element_user Update XmlComplexContentImpl.java version Update XmlComplexContentImpl.java
Member
Author
|
merged with c1c6bdc |
This was referenced Jul 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A small step towards dealing with the O(n^2) performance in key parts of XMLBeans.
https://issues.apache.org/jira/browse/XMLBEANS-438
I have temporarily the sSIMPLE tests because they fail on my Mac (even before these changes) to case sensitive file names. I will add back those tests before attempting to merge any of the code changes in this PR.