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 4 of 57
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Adding unit test from issue report to code (doesn't use the abstract test class so may not be desirable for permanent inclusion)
Peter Wright
More...
over 12 years ago
Adding unit test from issue report to code (doesn't use the abstract test class so may not be desirable for permanent inclusion)
Peter Wright
More...
over 12 years ago
Make sure Attrs generated for "xmlns" attributes specify their namespace as http://www.w3.org/2000/xmlns/
Peter Wright
More...
over 12 years ago
Make sure Attrs generated for "xmlns" attributes specify their namespace as http://www.w3.org/2000/xmlns/
Peter Wright
More...
over 12 years ago
Fixes #114 - line separator fails to initialize. COde was trying to be too clever about value duplication. As a result, the enumberator values were trying to reference each other before they were initialized. Fix is to just do things simpler. Much simpler.
Rolf
More...
over 12 years ago
Fixes #114 - line separator fails to initialize. COde was trying to be too clever about value duplication. As a result, the enumberator values were trying to reference each other before they were initialized. Fix is to just do things simpler. Much simpler.
Rolf
More...
over 12 years ago
Fixes #111 - improve build(String) documentation for SAXBuilder
Rolf
More...
over 12 years ago
Fixes #111 - improve build(String) documentation for SAXBuilder
Rolf
More...
over 12 years ago
Issue #106 - setPrefix call before startElement.
Rolf
More...
over 12 years ago
Fixes #113 - Jaxen 1.1.6 - no 1.1.6 jaxen in maven, update maven reference to latest 1.1.4
Rolf
More...
over 12 years ago
Fixes #113 - Jaxen 1.1.6 - no 1.1.6 jaxen in maven, update maven reference to latest 1.1.4
Rolf
More...
over 12 years ago
Fixes #112 in master branch
Rolf
More...
over 12 years ago
Fixes #112 - make array grow a reasonable amount each time.
Rolf
More...
over 12 years ago
Fix Javadoc copy/paste problems
Rolf
More...
over 12 years ago
Update comments, add 'since 2.1.x'
Rolf
More...
over 12 years ago
Fixes #102 - Documenting encoding issues with Writers in the XMLOutputter
Rolf
More...
over 12 years ago
Fix brain-fart... The Writer is input, and the Reader is output.
Rolf
More...
over 12 years ago
Refactor - Move/Rename the StAX Stream classes
Rolf
More...
over 12 years ago
Merge pull request #105 from gburgett/stream_reader
Rolf
More...
over 12 years ago
Sort out failing test-case. Improve code namespace handling. Remove enumeration for tracking state... it's easier with a simple boolean and some condition checks.
Rolf
More...
over 12 years ago
Merge branch 'stream_reader' of github.com:gburgett/jdom into stream_reader
Rolf
More...
over 12 years ago
Add revised version of the JDOMStreamReader together with some implementation details for JDOM integration, and a round-trip test
Rolf
More...
over 12 years ago
Add mechanism to get number of attributes on an Element
Rolf
More...
over 12 years ago
Added round-trip tests for JDOMStreamReader.java
gburgett
More...
over 12 years ago
Get Namespace support working. Fix bug in StAXStreamProcessor related to setPrefix declaration in stream prior to calling writeStartElement(). Add new features to NamespaceStack.
Rolf
More...
over 12 years ago
Build round-trip test case, and feed it in to StreamWriter using other JDOM Classes as feed-back. This allows a direct test. Get the StreamWriter to have some success on the round-trip, but not 100% yet
Rolf
More...
over 12 years ago
getPrefix should return null for not-in-scope namespace URIs
Rolf
More...
over 12 years ago
Add tests for NamespaceContext with changes to the class to match spec. Also change base storage from list to array.
Rolf
More...
over 12 years ago
move tests to jaxb package and fix eclipse compile warnings too.
Rolf
More...
over 12 years ago
Fix eclipse compile warnings
Rolf
More...
over 12 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