[root]/groovy/groovy-core/src/main/groovy/xml
dom
(1 files, 364 lines)
streamingmarkupsupport
(4 files, 593 lines)
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 69 (100.0%) | 2950 (100.0%) | 42.7 |
| jstrachan | 21 (30.4%) | 1243 (42.1%) | 59.1 |
| tug | 25 (36.2%) | 1072 (36.3%) | 42.8 |
| paulk | 10 (14.5%) | 309 (10.5%) | 30.9 |
| glaforge | 4 (5.8%) | 129 (4.4%) | 32.2 |
| galleon | 1 (1.4%) | 70 (2.4%) | 70.0 |
| spullara | 5 (7.2%) | 60 (2.0%) | 12.0 |
| jez | 1 (1.4%) | 36 (1.2%) | 36.0 |
| sstirling | 1 (1.4%) | 31 (1.1%) | 31.0 |
| mguillem | 1 (1.4%) | 0 (0.0%) | 0.0 |
GROOVY-1383: make DOMBuilder attribute processing consistent with SaxBuilder
83 lines of code changed in:
Introduce the Entity class which allows named and numeric entities to be safely inserted into attributes and element bodies
247 lines of code changed in:
Fix GROOVY-1520, GROOVY-1092 and GROOVY-1490.
Very many thanks to Peter Ledbrrok for the patch!
58 lines of code changed in:
Add mkp.xmlDeclaration
This causes an xml declaration or be emitted:
<?xml version="1.0" encoding="????"?>
The encoding is sniffed from the output stream if possible.
Otherwise it's set to US-ASCII
7 lines of code changed in:
Tags in the deafulrt namespace were being prefixed with "::" - this change fixes this.
5 lines of code changed in:
remove redundent workrounds for old bugs
6 lines of code changed in:
use size() not length()
1 lines of code changed in:
GROOVY-1535: added more XML tests including FactorySupport test
1 lines of code changed in:
add '**' to DOMCategory and XmlParser
make children() in DOMCategory behave like XmlParser
Add depth/breadthFirst to DOMCategory
1 lines of code changed in:
update junit -> 3.8.2 and BSF -> 2.4.0
1 lines of code changed in:
Refactored out XML factory creation to reduce duplication
74 lines of code changed in:
GROOVY-1524 Further improvements and testcases for DOMCategory plus fixed up groovy.xml.dom.DOMTest
149 lines of code changed in:
fixed most of the warnings reported by Eclipse (javadoc, unused imports, ...)
0 lines of code changed in:
Removed the old trick of replacing underscores with hyphens.
3 lines of code changed in:
Patch from Peter Ledbrook (GROOVY-1418)
54 lines of code changed in:
correct GROOVY-1308 for better handling of XML escaping
Thanks Peter for the patch
70 lines of code changed in:
Remove all @Property usage
24 lines of code changed in:
Fix typo bod -> body
1 lines of code changed in:
Fix problem when there is no body to an element - used to throw NPR
3 lines of code changed in:
Det the delegates of inner closures to the correct value
24 lines of code changed in:
(21 more)