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

Directory Created:
2006-06-23 12:05
Total Files:
11
Deleted Files:
0
Lines of Code:
682

Browse with ViewVC

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 21 (100.0%) 941 (100.0%) 44.8
tug 16 (76.2%) 705 (74.9%) 44.0
blackdrag 4 (19.0%) 236 (25.1%) 59.0
mguillem 1 (4.8%) 0 (0.0%) 0.0

Most Recent Commits

blackdrag 2006-11-16 21:24

cleanup: unused import removed

0 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/runtime/wrappers: PojoWrapper.java (-1)
blackdrag 2006-11-15 15:45

a PojoWrapper can be used for a GroovyObject too if it is used to wrap for a non Groovy class. So any check for the actual instance being a Groovyobject is not valid

5 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/runtime/wrappers: PojoWrapper.java (+5 -12)
blackdrag 2006-10-11 23:08

next MOP step, let MetaClassImpl.java respect wrapped arguments as they are used when a method call parameter is casted. Some unused wrapper code is commented out for now

231 lines of code changed in:

mguillem 2006-08-30 08:18

fixed most of the warnings reported by Eclipse (javadoc, unused imports, ...)

0 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/runtime/wrappers: Wrapper.java (-18)
tug 2006-06-23 16:15

Add a temporary sanity check to ensure we don't wrap groovy objects as POJOs

11 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/runtime/wrappers: PojoWrapper.java (+11)
tug 2006-06-23 15:52

complete all the primitive wrapper types - add the constrained type information to Wrapper

230 lines of code changed in:

tug 2006-06-23 12:05

Commit intial versions of the Wrapper classes to be used by the new MOP to capure type information.

Changes to the MetaClass implementation are just to enrure that these classes can be used transparently at the moment.

There will be one wrapper for each scalr primitive type in the future.

464 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT