[root]/groovy/groovy-core/src/main/groovy/lang
xml
(0 files, 0 lines)
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 821 (100.0%) | 27256 (100.0%) | 33.1 |
| jstrachan | 300 (36.5%) | 9276 (34.0%) | 30.9 |
| tug | 110 (13.4%) | 6180 (22.7%) | 56.1 |
| blackdrag | 182 (22.2%) | 4200 (15.4%) | 23.0 |
| phk | 45 (5.5%) | 1800 (6.6%) | 40.0 |
| glaforge | 39 (4.8%) | 1437 (5.3%) | 36.8 |
| spullara | 38 (4.6%) | 950 (3.5%) | 25.0 |
| sstirling | 4 (0.5%) | 857 (3.1%) | 214.2 |
| dierk | 16 (1.9%) | 727 (2.7%) | 45.4 |
| bran | 11 (1.3%) | 713 (2.6%) | 64.8 |
| graeme | 10 (1.2%) | 323 (1.2%) | 32.3 |
| jstump | 6 (0.7%) | 174 (0.6%) | 29.0 |
| paulk | 16 (1.9%) | 126 (0.5%) | 7.8 |
| cpoirier | 6 (0.7%) | 119 (0.4%) | 19.8 |
| ckl | 3 (0.4%) | 103 (0.4%) | 34.3 |
| goetze | 5 (0.6%) | 66 (0.2%) | 13.2 |
| russel | 4 (0.5%) | 50 (0.2%) | 12.5 |
| fraz | 3 (0.4%) | 46 (0.2%) | 15.3 |
| cstein | 5 (0.6%) | 44 (0.2%) | 8.8 |
| jez | 4 (0.5%) | 29 (0.1%) | 7.2 |
| mcspanky | 2 (0.2%) | 16 (0.1%) | 8.0 |
| zohar | 1 (0.1%) | 12 (0.0%) | 12.0 |
| mguillem | 10 (1.2%) | 5 (0.0%) | 0.5 |
| bob | 1 (0.1%) | 3 (0.0%) | 3.0 |
minor refactoring
43 lines of code changed in:
CHECKSTYLE: remove some warnings plus swapped to simian as built-in strictdupcheck matched all license header comments
14 lines of code changed in:
JAVADOC: remove some warnings
4 lines of code changed in:
CHECKSTYLE: remove unused imports
3 lines of code changed in:
fixed DelegatingMetaClass to implement the MutableMetaClass interface
19 lines of code changed in:
more javadoc comments, added MutableMetaClass interface
174 lines of code changed in:
removed isGroovyObject method from MetaClass interface and changed impl in DelegatingMetaClass, adding test case
2 lines of code changed in:
changed GroovySystem static public fields to private and added static getters instead
25 lines of code changed in:
javadoc comments for MetaObjectProtocol interface
103 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
24 lines of code changed in:
Move more MetaClass related stuff into runtime.metaclass package
1 lines of code changed in:
Move the MetaClass implementations to the runtime package
5 lines of code changed in:
Rename MOP to MetaObjectProtocol
31 lines of code changed in:
Add groovy.lang.GroovySsytem to hold system data
78 lines of code changed in:
Add new interface MOP
0 lines of code changed in:
First step in making MetaClass an interface
172 lines of code changed in:
Prune some methods form MetaClassRegistry
7 lines of code changed in:
Last part of commit to change MetaClassregistry to an interface
56 lines of code changed in:
Make MetaClassRegistry an Interface
First part of commit
37 lines of code changed in:
Add a createMetaClass method to MetaClass and use it in MetaClassRegistry to instantiate all the MetaClasses other than Object
73 lines of code changed in:
(456 more)