Directory groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/markup/

Directory Created:
2004-03-22 14:43
Directory Deleted:
2005-10-07 10:11
Total Files:
0
Deleted Files:
8
Lines of Code:
0

Browse with ViewVC

[root]/groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/markup

                                        Folder removed from repo streamingmarkupsupport (0 files, 0 lines)

Lines of Code

groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/markup/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 88 (100.0%) 1707 (100.0%) 19.3
tug 66 (75.0%) 1106 (64.8%) 16.7
jstrachan 4 (4.5%) 352 (20.6%) 88.0
glaforge 4 (4.5%) 98 (5.7%) 24.5
phk 3 (3.4%) 61 (3.6%) 20.3
jez 4 (4.5%) 53 (3.1%) 13.2
blackdrag 7 (8.0%) 37 (2.2%) 5.2

Most Recent Commits

tug 2005-10-07 10:11

Move XmlSlurper and the Streaming Builders out of the sandbox

0 lines of code changed in:

tug 2005-10-05 20:12

Improve the escaping of output from StreamingMarkupBuilder.

We try to dertemine to encoding being used looking at the writer. If we can't tell what the encoding is we use US-ASCII.

132 lines of code changed in:

tug 2005-10-05 08:26

Tidy up the packaging to prepare for the moove out of the sandbox

16 lines of code changed in:

tug 2005-10-03 19:07

Trying to roll back the changes to invokeMethod - hold on to your hats!

1 lines of code changed in:

phk 2005-10-03 17:54

The four access modifiers (say, private, protected, public and package default)

to (static or not) methods should work like as they do in Java.



To do that, a new method



public Object invokeMethodAt(Class at, String name, Object args)



(which is a temporay replacement of the method "invokeMethod"),

has been added to the interface GroovyObject.



For a test suit, StaticMethodAccessBug.groovy and its companions have been added.

58 lines of code changed in:

tug 2005-10-02 19:41

Allow arrays or iterators to be passed as paremeters to element methods

55 lines of code changed in:

tug 2005-10-02 16:00

Make mkp.yield take an array or any iterable argumant. It then yields each of the elements in turn (note arrays of arrays don't work yet)

55 lines of code changed in:

tug 2005-09-26 16:23

Add the mkp.pi command to allow Processing Instructions to be generated by the three streaming builders

69 lines of code changed in:

tug 2005-09-24 12:27

Moving to JSR syntax breaks namespace support - this fixes it

6 lines of code changed in:

tug 2005-09-19 11:39

Fixed bug: attributes in namespaces declared in the same element were not being handled properly

2 lines of code changed in:

tug 2005-09-16 15:51

Make XMLSlurper (partially) namespace aware.

Yielding a GPath expression in a Streaming Builder will put the elements in the correct namespace (previously the namespace information was ignored)

The namespace information for attributes is still ignored.

3 lines of code changed in:

tug 2005-09-15 15:36

Restore the ability to declare more than one namespace at once. The Groovy code generator bug which stopped this working has been fixed :)

1 lines of code changed in:

tug 2005-09-15 15:23

Restore namespace support which was knocked out when the def/@Property notation was introduced

127 lines of code changed in:

tug 2005-09-13 17:35

Add GroovyInterceptable so that the builder catches all the calls and works properly again

2 lines of code changed in:

blackdrag 2005-08-20 20:02

this is a four part commit:

1) remove the ParameterArray workaround, but keep the functionality

2) transfer Closure's invocation rules to MetaClass

3) give all groovy methods the ability to use vargs

4) add a starting implementation of a replacement for ClassWorlds

2 lines of code changed in:

phk 2005-07-16 21:00

Fix bugs about the closures and methods with object array paramaters.

(GROOVY-584, GROOVY-886, GROOVY-888, GROOVY-918, GROOVY-930, and GROOVY-931)

3 lines of code changed in:

blackdrag 2005-04-14 17:21

added some missing defs

2 lines of code changed in:

blackdrag 2005-04-14 09:46

a first try to implement some simple scope checks and some modified tests

33 lines of code changed in:

jstrachan 2005-04-01 10:43

more tests fixed

352 lines of code changed in:

glaforge 2005-03-23 22:23

Changed the closure token separator from :: to -> (hope it's the last time we change our mind)

98 lines of code changed in:

(21 more)

Generated by StatSVN 0.3.2-SNAPSHOT