Directory groovy/modules/grails/src/commons/org/codehaus/groovy/grails/commons/metaclass/

Directory Created:
2005-11-11 19:37
Directory Deleted:
2006-12-04 19:59
Total Files:
0
Deleted Files:
18
Lines of Code:
0

Browse with ViewVC

[root]/groovy/modules/grails/src/commons/org/codehaus/groovy/grails/commons/metaclass

Lines of Code

groovy/modules/grails/src/commons/org/codehaus/groovy/grails/commons/metaclass/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 53 (100.0%) 207 (100.0%) 3.9
graeme 35 (66.0%) 207 (100.0%) 5.9
blackdrag 18 (34.0%) 0 (0.0%) 0.0

Most Recent Commits

blackdrag 2006-12-04 19:59

removing the outdated grails module from the repository

0 lines of code changed in:

graeme 2006-02-17 12:09

organised imports, commented out unnecessary trace

4 lines of code changed in:

graeme 2006-01-27 18:04

updated to use commons collection ReferenceMap with soft keys and values as WeakHashMap was garbage collecting property values before they reached the view. This implementation will garabage collect values when extra memory is required by the VM

5 lines of code changed in:

graeme 2006-01-19 20:02

moved link tag into grails taglib, fixed JSP body tag invoking problem, added more utility methods to GrailsRequestAttributes, changed controllers and taglibs to use non-weak implementations of GenericDynamicProperty as they are created per request etc.

12 lines of code changed in:

graeme 2006-01-04 12:32

changed to use is instance as we're dealing with objects so retrieving the class is unnecessary. also added null check

4 lines of code changed in:

graeme 2006-01-04 12:28

fixed bug in logic causing MissingPropertyException

4 lines of code changed in:

graeme 2005-12-14 12:05

removed jdk 1.5 reliant method calls

3 lines of code changed in:

graeme 2005-12-13 17:58

renamed and simplified into helper class

0 lines of code changed in:

graeme 2005-12-13 17:58

updated to use new no-args constructor in super class

3 lines of code changed in:

graeme 2005-12-13 17:57

Added no arguments constructor that doesn't register a MetaClass

22 lines of code changed in:

graeme 2005-11-22 14:44

updated to implement a WeakHashMap mechanism for storing relationships between instances and properties so that it can be used globally within the meta class

35 lines of code changed in:

graeme 2005-11-22 11:09

Changed to extend MetaClassImpl following changes in groovy-core

3 lines of code changed in:

graeme 2005-11-15 16:38

added option to choose where the meta class gets registered in the meta class registry or not

28 lines of code changed in:

graeme 2005-11-14 19:04

added tracing calls

31 lines of code changed in:

graeme 2005-11-11 19:37

Moved generic classes from persistent to commons

53 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT