[root]/groovy/groovy-core/src/main/org/codehaus/groovy/runtime
metaclass
(12 files, 4645 lines)
typehandling
(11 files, 1643 lines)
wrappers
(11 files, 682 lines)
| 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 |
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:
disable timezone test for now
4 lines of code changed in:
fix time issues with build
6 lines of code changed in:
increased test coverage
15 lines of code changed in:
JAVADOC: remove some warnings
7 lines of code changed in:
GROOVY-1770: use(Category) returns value returned from closure
15 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
70 lines of code changed in:
fix for GROOVY-1750: generalise printf, add sprintf, add tests
108 lines of code changed in:
changed GroovySystem static public fields to private and added static getters instead
2 lines of code changed in:
Initial fix for GROOVY-1549: handles e.g. Integer[] and int[] but not int[][]
130 lines of code changed in:
corrects a typo (ShutDown -> Shutdown)
1 lines of code changed in:
* allows adding a shutdown hook to the runtime by using a closure
9 lines of code changed in:
* 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:
change vm check to >=5 to allow printf for java6 too
2 lines of code changed in:
Make "string" + null use the NullObject like null + "String" does
2 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)
0 lines of code changed in:
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:
Move more MetaClass related stuff into runtime.metaclass package
6 lines of code changed in:
Add groovy.lang.GroovySsytem to hold system data
3 lines of code changed in:
Another fix in getMaximumInterfaceDistance using a test case from blackdrag
1 lines of code changed in:
(419 more)