Directory groovy/groovy-core/src/main/org/codehaus/groovy/runtime/

Directory Created:
2003-09-11 15:11
Total Files:
29
Deleted Files:
25
Lines of Code:
11318

Browse with ViewVC

[root]/groovy/groovy-core/src/main/org/codehaus/groovy/runtime

                                    directory in repo metaclass (12 files, 4645 lines)

                                    directory in repo typehandling (11 files, 1643 lines)

                                    directory in repo wrappers (11 files, 682 lines)

Lines of Code

groovy/groovy-core/src/main/org/codehaus/groovy/runtime/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 691 (100.0%) 24697 (100.0%) 35.7
jstrachan 272 (39.4%) 9258 (37.5%) 34.0
blackdrag 123 (17.8%) 3322 (13.5%) 27.0
glaforge 47 (6.8%) 2469 (10.0%) 52.5
phk 53 (7.7%) 2133 (8.6%) 40.2
spullara 36 (5.2%) 1561 (6.3%) 43.3
paulk 21 (3.0%) 1420 (5.7%) 67.6
tug 48 (6.9%) 1234 (5.0%) 25.7
russel 11 (1.6%) 843 (3.4%) 76.6
galleon 5 (0.7%) 725 (2.9%) 145.0
bran 5 (0.7%) 376 (1.5%) 75.2
dierk 20 (2.9%) 344 (1.4%) 17.2
mcspanky 5 (0.7%) 230 (0.9%) 46.0
goetze 15 (2.2%) 216 (0.9%) 14.4
kasper 2 (0.3%) 190 (0.8%) 95.0
jez 6 (0.9%) 186 (0.8%) 31.0
alang 4 (0.6%) 53 (0.2%) 13.2
jstump 2 (0.3%) 45 (0.2%) 22.5
jbaumann 2 (0.3%) 41 (0.2%) 20.5
cstein 1 (0.1%) 31 (0.1%) 31.0
hmeling 2 (0.3%) 11 (0.0%) 5.5
popescu 2 (0.3%) 3 (0.0%) 1.5
shemnon 1 (0.1%) 2 (0.0%) 2.0
mguillem 6 (0.9%) 2 (0.0%) 0.3
graeme 2 (0.3%) 2 (0.0%) 1.0

Most Recent Commits

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.

2 lines of code changed in:

paulk 2007-03-25 14:11

disable timezone test for now

4 lines of code changed in:

paulk 2007-03-24 07:41

fix time issues with build

6 lines of code changed in:

paulk 2007-03-14 09:18

increased test coverage

15 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/runtime: TimeCategory.java (+15 -1)
paulk 2007-03-07 04:28

JAVADOC: remove some warnings

7 lines of code changed in:

paulk 2007-03-07 03:05

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

15 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

70 lines of code changed in:

paulk 2007-02-25 06:13

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

108 lines of code changed in:

graeme 2007-02-24 16:37

changed GroovySystem static public fields to private and added static getters instead

2 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[][]

130 lines of code changed in:

blackdrag 2007-02-23 15:49

corrects a typo (ShutDown -> Shutdown)

1 lines of code changed in:

blackdrag 2007-02-23 15:48

* allows adding a shutdown hook to the runtime by using a closure

9 lines of code changed in:

blackdrag 2007-02-23 13:45

* makes some formatting for GString

* adds GStringImpl as default implementation for GString

* forces the compiler to use GStringImpl instead of creating new inner clases for each GString

* corrects a check when overloading a private method with a public method

62 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/runtime: GStringImpl.java (new 62)
blackdrag 2007-02-21 11:59

change vm check to >=5 to allow printf for java6 too

2 lines of code changed in:

tug 2007-02-20 20:19

Make "string" + null use the NullObject like null + "String" does

2 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)

0 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/runtime: Invoker.java (-8)
tug 2007-02-20 19:34

Allow A Category to change the value used when a null object is written out



(JIRA is down so I'll submit a JIRA iue when it's back)

7 lines of code changed in:

tug 2007-02-20 11:24

Move more MetaClass related stuff into runtime.metaclass package

6 lines of code changed in:

tug 2007-02-19 15:55

Add groovy.lang.GroovySsytem to hold system data

3 lines of code changed in:

popescu 2007-02-19 01:24

Another fix in getMaximumInterfaceDistance using a test case from blackdrag

1 lines of code changed in:

(419 more)

Generated by StatSVN 0.3.2-SNAPSHOT