[root]/groovy/groovy-core/src/test/groovy
ant
(0 files, 0 lines)
benchmarks
(3 files, 62 lines)
bugs
(121 files, 4147 lines)
priv
(0 files, 0 lines)
gdo
(0 files, 0 lines)
gpath
(2 files, 67 lines)
gravy
(0 files, 0 lines)
inspect
(1 files, 247 lines)
j2ee
(2 files, 135 lines)
jmx
(0 files, 0 lines)
lang
(20 files, 1869 lines)
mock
(1 files, 95 lines)
example
(3 files, 45 lines)
interceptor
(5 files, 509 lines)
model
(1 files, 37 lines)
notworking
(0 files, 0 lines)
script
(14 files, 193 lines)
security
(6 files, 537 lines)
servlet
(1 files, 50 lines)
sql
(10 files, 564 lines)
swing
(1 files, 536 lines)
text
(3 files, 157 lines)
time
(1 files, 53 lines)
tree
(7 files, 359 lines)
txn
(3 files, 81 lines)
ui
(1 files, 38 lines)
util
(21 files, 1347 lines)
suite
(1 files, 2 lines)
xml
(18 files, 1182 lines)
dom
(2 files, 52 lines)
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 1411 (100.0%) | 16430 (100.0%) | 11.6 |
| jstrachan | 601 (42.6%) | 7858 (47.8%) | 13.0 |
| blackdrag | 128 (9.1%) | 1639 (10.0%) | 12.8 |
| phk | 48 (3.4%) | 1378 (8.4%) | 28.7 |
| glaforge | 161 (11.4%) | 1170 (7.1%) | 7.2 |
| dierk | 57 (4.0%) | 862 (5.2%) | 15.1 |
| jez | 39 (2.8%) | 590 (3.6%) | 15.1 |
| bob | 64 (4.5%) | 489 (3.0%) | 7.6 |
| spullara | 26 (1.8%) | 369 (2.2%) | 14.1 |
| mguillem | 174 (12.3%) | 363 (2.2%) | 2.0 |
| paulk | 29 (2.1%) | 355 (2.2%) | 12.2 |
| tug | 27 (1.9%) | 277 (1.7%) | 10.2 |
| cpoirier | 8 (0.6%) | 248 (1.5%) | 31.0 |
| goetze | 5 (0.4%) | 157 (1.0%) | 31.4 |
| jrose | 3 (0.2%) | 140 (0.9%) | 46.6 |
| russel | 3 (0.2%) | 114 (0.7%) | 38.0 |
| bran | 8 (0.6%) | 100 (0.6%) | 12.5 |
| jstump | 8 (0.6%) | 90 (0.5%) | 11.2 |
| alang | 5 (0.4%) | 61 (0.4%) | 12.2 |
| mcspanky | 4 (0.3%) | 60 (0.4%) | 15.0 |
| kasper | 1 (0.1%) | 42 (0.3%) | 42.0 |
| cstein | 2 (0.1%) | 23 (0.1%) | 11.5 |
| hmeling | 3 (0.2%) | 19 (0.1%) | 6.3 |
| jbaumann | 2 (0.1%) | 17 (0.1%) | 8.5 |
| shemnon | 4 (0.3%) | 8 (0.0%) | 2.0 |
| galleon | 1 (0.1%) | 1 (0.0%) | 1.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:
test for size method on boolean array
9 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.
6 lines of code changed in:
reformat test code
15 lines of code changed in:
timezone formula AGAIN!!
27 lines of code changed in:
fix time issues with build
22 lines of code changed in:
printf %g doesn't use locale decimal symbol
2 lines of code changed in:
better error messages, trying to debug different build server results
4 lines of code changed in:
better error messages, trying to debug different build server results
4 lines of code changed in:
increased test coverage
17 lines of code changed in:
GROOVY-1770: use(Category) returns value returned from closure
51 lines of code changed in:
GROOVY-644: partial fix; improved consistency for Set by adding flatten() and minus() and tweaking plus() to return a Set if working on a Set
30 lines of code changed in:
support frenchies in sprintf test ;-)
5 lines of code changed in:
fix for GROOVY-1750: generalise printf, add sprintf, add tests
20 lines of code changed in:
Initial fix for GROOVY-1549: handles e.g. Integer[] and int[] but not int[][]
0 lines of code changed in:
fix for CategoryTest issues under Ant (maybe maven was forking here?)
10 lines of code changed in:
Minor refactoring to make tests work better across environments, e.g. SerializeTest uses SystemClassLoader, rename BinaryStreamsTest to include it in test suite
9 lines of code changed in:
Minor refactoring to make tests work better across environments, e.g. SerializeTest uses SystemClassLoader, rename BinaryStreamsTest to include it in test suite
98 lines of code changed in:
Fix a bug which maens that a groovy class which subclasses HashMap is not reated as a Map wert properties.
(JIRA is down so I'll submit a JIRA iue when it's back)
18 lines of code changed in:
Unit test for GROOVY-1695, testing (new|with)(Object|Data)(Input|Output)Stream.
0 lines of code changed in:
(526 more)