| Directory | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 12 (100.0%) | 93 (100.0%) | 7.7 |
| groovy/groovy-core/src/test/groovy/swing/ | 5 (41.7%) | 66 (71.0%) | 13.2 |
| groovy/groovy-core/src/main/groovy/swing/ | 2 (16.7%) | 17 (18.3%) | 8.5 |
| groovy/groovy-core/src/test/groovy/ | 4 (33.3%) | 8 (8.6%) | 2.0 |
| groovy/groovy-core/src/main/org/codehaus/groovy/runtime/ | 1 (8.3%) | 2 (2.2%) | 2.0 |

size() is not a method on array bojects, the property length is what we are looking for
Perpahs we should, via meta-methods, include all of the java.util.List methods onto arrays?
2 lines of code changed in:
add headless test to new swingbuilder test
2 lines of code changed in:
GROOVY-1625 - refactored createNode steps into one method
49 lines of code changed in:
test case description caused verify error, removing it
1 lines of code changed in:
GROOVY-1817 - set the column model on the JTable if the table model of a JTable is groovy.model.DefaultTableModel, with test
8 lines of code changed in:
GROOVY-1805 - replace HashMap with LinkedHashMap so that map ordering is preserved. Needed for SwingBuilder as the order some properties are set in the bean matter.
31 lines of code changed in: