[root]/groovy/groovy-core/src/test/groovy/xml/dom
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 22 (100.0%) | 167 (100.0%) | 7.5 |
| paulk | 12 (54.5%) | 167 (100.0%) | 13.9 |
| tug | 1 (4.5%) | 0 (0.0%) | 0.0 |
| spullara | 4 (18.2%) | 0 (0.0%) | 0.0 |
| jstrachan | 1 (4.5%) | 0 (0.0%) | 0.0 |
| glaforge | 2 (9.1%) | 0 (0.0%) | 0.0 |
| dierk | 1 (4.5%) | 0 (0.0%) | 0.0 |
| blackdrag | 1 (4.5%) | 0 (0.0%) | 0.0 |
GROOVY-1383: make DOMBuilder attribute processing consistent with SaxBuilder
0 lines of code changed in:
little XML tweaks
0 lines of code changed in:
add '**' to DOMCategory and XmlParser
make children() in DOMCategory behave like XmlParser
Add depth/breadthFirst to DOMCategory
14 lines of code changed in:
more rationalising of XML tests
7 lines of code changed in:
begin rationalising XML test
78 lines of code changed in:
Additional tests
4 lines of code changed in:
Additional XML tests
1 lines of code changed in:
Added attributes() to DOMCategory and fixed previous bug causing build problems
8 lines of code changed in:
Added list() to DOMCategory
12 lines of code changed in:
GROOVY-1524 Further improvements and testcases for DOMCategory plus fixed up groovy.xml.dom.DOMTest
43 lines of code changed in:
GROOVY-1202: provide a feature to declare TestCases as 'notYetImplemented' and thus expected to fail: first attempt to make this run on the build server
0 lines of code changed in:
one def too much
0 lines of code changed in:
Missing def, required by Jochen's changes if we enable the JSR scope checks
0 lines of code changed in:
Missing def, required by Jochen's changes if we enable the scope JSR checks
0 lines of code changed in:
updated the test cases to use JSR parser syntax
0 lines of code changed in:
FIX GROOVY-459: This appropriately adds a text child instead of attempting to set the value on a non-text element.
0 lines of code changed in:
Give it a default run size
0 lines of code changed in:
Fixed some incompatibilities with the clover build due to naming.
0 lines of code changed in:
Change the StreamingDOMBUilder test to be more comparable with the DOMBuilder one.
Update the benchmark results to reflect this change
0 lines of code changed in:
Make the use function scoped to a closure. This ensures that it will work better in multi-threaded environments and is more in line with the spirit of groovy. It allows you to pass a list of categories to reduce the nesting required when there are more than one that you want to enable.
0 lines of code changed in: