Directory groovy/groovy-core/src/test/groovy/

Directory Created:
2003-09-11 20:43
Total Files:
185
Deleted Files:
20
Lines of Code:
11632

Browse with ViewVC

[root]/groovy/groovy-core/src/test/groovy

                        Folder removed from repo ant (0 files, 0 lines)

                        directory in repo benchmarks (3 files, 62 lines)

                        directory in repo bugs (121 files, 4147 lines)

                            Folder removed from repo priv (0 files, 0 lines)

                        Folder removed from repo gdo (0 files, 0 lines)

                        directory in repo gpath (2 files, 67 lines)

                        Folder removed from repo gravy (0 files, 0 lines)

                        directory in repo inspect (1 files, 247 lines)

                        directory in repo j2ee (2 files, 135 lines)

                        Folder removed from repo jmx (0 files, 0 lines)

                        directory in repo lang (20 files, 1869 lines)

                        directory in repo mock (1 files, 95 lines)

                            directory in repo example (3 files, 45 lines)

                            directory in repo interceptor (5 files, 509 lines)

                        directory in repo model (1 files, 37 lines)

                        Folder removed from repo notworking (0 files, 0 lines)

                        directory in repo script (14 files, 193 lines)

                        directory in repo security (6 files, 537 lines)

                        directory in repo servlet (1 files, 50 lines)

                        directory in repo sql (10 files, 564 lines)

                        directory in repo swing (1 files, 536 lines)

                        directory in repo text (3 files, 157 lines)

                        directory in repo time (1 files, 53 lines)

                        directory in repo tree (7 files, 359 lines)

                        directory in repo txn (3 files, 81 lines)

                        directory in repo ui (1 files, 38 lines)

                        directory in repo util (21 files, 1347 lines)

                            directory in repo suite (1 files, 2 lines)

                        directory in repo xml (18 files, 1182 lines)

                            directory in repo dom (2 files, 52 lines)

Lines of Code

groovy/groovy-core/src/test/groovy/ Lines of Code

Developers

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

Most Recent Commits

shemnon 2007-04-09 17:55

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:

blackdrag 2007-04-06 12:07

test for size method on boolean array

9 lines of code changed in:

shemnon 2007-04-05 23:19

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:

paulk 2007-04-04 06:37

reformat test code

15 lines of code changed in:

paulk 2007-03-25 08:48

timezone formula AGAIN!!

27 lines of code changed in:

paulk 2007-03-24 07:41

fix time issues with build

22 lines of code changed in:

paulk 2007-03-15 00:44

printf %g doesn't use locale decimal symbol

2 lines of code changed in:

paulk 2007-03-14 12:37

better error messages, trying to debug different build server results

4 lines of code changed in:

paulk 2007-03-14 11:42

better error messages, trying to debug different build server results

4 lines of code changed in:

paulk 2007-03-14 09:18

increased test coverage

17 lines of code changed in:

paulk 2007-03-07 03:05

GROOVY-1770: use(Category) returns value returned from closure

51 lines of code changed in:

paulk 2007-03-03 10:25

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:

paulk 2007-02-28 14:19

support frenchies in sprintf test ;-)

5 lines of code changed in:

paulk 2007-02-25 06:13

fix for GROOVY-1750: generalise printf, add sprintf, add tests

20 lines of code changed in:

paulk 2007-02-24 13:34

Initial fix for GROOVY-1549: handles e.g. Integer[] and int[] but not int[][]

0 lines of code changed in:

paulk 2007-02-23 05:25

fix for CategoryTest issues under Ant (maybe maven was forking here?)

10 lines of code changed in:

paulk 2007-02-23 02:17

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:

paulk 2007-02-23 01:00

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:

tug 2007-02-20 19:37

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:

mcspanky 2007-02-04 23:40

Unit test for GROOVY-1695, testing (new|with)(Object|Data)(Input|Output)Stream.

0 lines of code changed in:

(526 more)

Generated by StatSVN 0.3.2-SNAPSHOT