13
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Sep 24, 2024 — Sep 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move classes to separate package to make them part of coverage report and also to make them self-contained. They may move again later. More... over 12 years ago
Created SAX reader and writer to read/write directly from JDOM Documents. More... over 12 years ago
Fixes #100 - use getNodeValue instead of getTextContent More... almost 13 years ago
Fixes #97 - upgrade to Jaxen 1.1.4 Had to ignore some tests because there's some regressions in 1.1.4, like union expressions do not necessarily return data in document order any more. More... almost 13 years ago
Fixes #98 - XPAthHelper can now get to DocumentLevel and detached content More... almost 13 years ago
Fixes #94 - Gives a better Stack trace (includes underlying cause) if a singleton has failed to intialize More... almost 13 years ago
Merge pull request #94 from stefanbirkner/oldxerces More... almost 13 years ago
Handle UnsupportedOperationException when creating XSDVALIDATING. More... almost 13 years ago
Issue #93 - System.getProperty() not accessible in Applets. Make access to this process a checked system. More... about 13 years ago
Remove unused import More... about 13 years ago
Fixes #87 - Maven artifact now is jdom2 Welcome to the onslaught of fire&brimstone .... More... about 13 years ago
General improvement of test code coverage. More... about 13 years ago
Issue #91 - AttributeList double-check of duplicate fix.... The fix for this check results in some checks being done in a few places, and not all of these places were covered in the test-harness, resulting in uncovered code. This commit ensures that all places that check attributes now have appropriate test cases. More... about 13 years ago
Fix copy/paste/typo in message More... about 13 years ago
Issue #92 - Fix off-by-one bug introduced in character verification. The code will now verify the second character in a name. Additionally, the error messages for broken names has been improved to indicate what both the broken name and character are, instead of just the character. Also, change the checkNamespacePrefix code to leverage the common code from checkElementName and checkAttributeName. More... about 13 years ago
Remove ill-conceived +2 logic for ensureCapacity which does not in fact ensure even byte allocations.... what was I thinking. More... about 13 years ago
Fixes #92 - Performance improvements in Verifier. Attribution for Wilf's contributions. Close off the issue. More... about 13 years ago
Issue #92 - Update the performance benchmark tool to: - delay for 5 seconds to allow a profiler tool to be attached. - run 200 iterations, of which the best 50 are reported. - report the average time for each loop rather than the sum time. More... about 13 years ago
Issue #92 - Improve performance of checkCharacterData ... restructured loop is much faster (runs in half the time). Add check in to VerifierBuilder to confirm logic about CharacterData being a superset of other character roles. More... about 13 years ago
Issue #92 - Verifier performance Use byte-based arithmatic everywhere. More... about 13 years ago
Issue #92 - Verifie performance. More... about 13 years ago
Issue #92 - Verifier performance - Ignore compile warning. More... about 13 years ago
Issue #92 - Performance of Verifier. Initial commit with Byte-per-Character system for bitmask-based lookup tables. See details at https://github.com/hunterhacker/jdom/wiki/Verifier-Performance More... about 13 years ago
Fixes #90 - false-positive error validating namespace collisions when 'setting' an Attribute. More... about 13 years ago
Fixes #91 - remove double calls to indexOfDuplicate(Attribute) More... about 13 years ago
Fixes #89 - Add specific JAXP-factory mechanisms to JAXP-based pillars for SAX parsing. Also update the sax-based parsing descriptions/documentation. More... about 13 years ago
Fixes #88 - broken serialization of subclasses of core JDOM classes (like custom subclasses of Element). Upgrade the serialiazion test-code to report exceptions better. Add a test-case that checks that all subclasses are serializable. More... about 13 years ago
Revert change for jdom jar name More... over 13 years ago
Indicate the Namespace class is thread-safe More... over 13 years ago
Fixes #84 - Message for IllegalArgumentException in re-declare of default namespace for XPath expression. More... over 13 years ago