openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
JDOM
Settings
|
Report Duplicate
13
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 5 hours
ago. based on code collected
about 5 hours
ago.
Sep 24, 2024 — Sep 24, 2025
Showing page 5 of 57
Search / Filter on:
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.
Rolf
More...
over 12 years ago
Created SAX reader and writer to read/write directly from JDOM Documents.
gburgett
More...
over 12 years ago
Fixes #100 - use getNodeValue instead of getTextContent
Rolf
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.
Rolf
More...
almost 13 years ago
Fixes #98 - XPAthHelper can now get to DocumentLevel and detached content
Rolf
More...
almost 13 years ago
Fixes #94 - Gives a better Stack trace (includes underlying cause) if a singleton has failed to intialize
Rolf
More...
almost 13 years ago
Merge pull request #94 from stefanbirkner/oldxerces
Rolf
More...
almost 13 years ago
Handle UnsupportedOperationException when creating XSDVALIDATING.
Stefan Birkner
More...
almost 13 years ago
Issue #93 - System.getProperty() not accessible in Applets. Make access to this process a checked system.
Rolf
More...
about 13 years ago
Remove unused import
Rolf
More...
about 13 years ago
Fixes #87 - Maven artifact now is jdom2 Welcome to the onslaught of fire&brimstone ....
Rolf
More...
about 13 years ago
General improvement of test code coverage.
Rolf
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.
Rolf
More...
about 13 years ago
Fix copy/paste/typo in message
Rolf
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.
Rolf
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.
Rolf
More...
about 13 years ago
Fixes #92 - Performance improvements in Verifier. Attribution for Wilf's contributions. Close off the issue.
Rolf
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.
Rolf
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.
Rolf
More...
about 13 years ago
Issue #92 - Verifier performance Use byte-based arithmatic everywhere.
Rolf
More...
about 13 years ago
Issue #92 - Verifie performance.
Rolf
More...
about 13 years ago
Issue #92 - Verifier performance - Ignore compile warning.
Rolf
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
Rolf
More...
about 13 years ago
Fixes #90 - false-positive error validating namespace collisions when 'setting' an Attribute.
Rolf
More...
about 13 years ago
Fixes #91 - remove double calls to indexOfDuplicate(Attribute)
Rolf
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.
Rolf
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.
Rolf
More...
about 13 years ago
Revert change for jdom jar name
Rolf
More...
over 13 years ago
Indicate the Namespace class is thread-safe
Rolf
More...
over 13 years ago
Fixes #84 - Message for IllegalArgumentException in re-declare of default namespace for XPath expression.
Rolf
More...
over 13 years ago
←
1
2
3
4
5
6
7
8
9
…
56
57
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree