Directory groovy/groovy-core/src/test/groovy/inspect/

Directory Created:
2005-06-13 17:30
Total Files:
1
Deleted Files:
0
Lines of Code:
247

Browse with ViewVC

[root]/groovy/groovy-core/src/test/groovy/inspect

Lines of Code

groovy/groovy-core/src/test/groovy/inspect/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 22 (100.0%) 374 (100.0%) 17.0
dierk 8 (36.4%) 181 (48.4%) 22.6
paulk 5 (22.7%) 164 (43.9%) 32.8
blackdrag 3 (13.6%) 11 (2.9%) 3.6
phk 2 (9.1%) 8 (2.1%) 4.0
tug 2 (9.1%) 4 (1.1%) 2.0
mcspanky 1 (4.5%) 4 (1.1%) 4.0
glaforge 1 (4.5%) 2 (0.5%) 2.0

Most Recent Commits

paulk 2007-04-04 06:37

reformat test code

41 lines of code changed in:

paulk 2007-03-10 07:16

increase coverage

41 lines of code changed in:

paulk 2007-03-09 09:37

increased test coverage

64 lines of code changed in:

paulk 2007-03-07 07:46

increase coverage

17 lines of code changed in:

paulk 2007-02-25 06:13

fix for GROOVY-1750: generalise printf, add sprintf, add tests

1 lines of code changed in:

blackdrag 2007-02-23 16:15

* changing method count on Object for new method addShutdownHook method

1 lines of code changed in:

mcspanky 2007-01-31 13:57

Added:



- No argument every()/any()

- Various withXXX and newXXX for DataOutput/DataInput/ObjectOutput/ObjectInput

4 lines of code changed in:

blackdrag 2006-10-10 19:06

testcase changes (mostly because of the addition of iterator() and the reduced functionality of Invoker) to the commit earlier today

3 lines of code changed in:

blackdrag 2006-09-06 22:53

as normal fields are no longer shown as properties this test was adapted to the now correct logic

7 lines of code changed in:

glaforge 2006-08-18 10:15

Added dummy test to Russel's UTF-8 test otherwise JUnit complains there's no test.

And also added the Object.asType() method in the meta methods test of the inspector.

2 lines of code changed in:

tug 2006-04-17 12:24

Implement GROOVY-1294 by applying Edward Povazan's Patch - thanks Edward!



I also had to change InpecotrTest.java as that uses the number of methods added to Object and tyhis patch adds a new method.

2 lines of code changed in:

tug 2005-10-03 19:07

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

2 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.

3 lines of code changed in:

dierk 2005-09-13 12:49

cleanup around getProperties()

14 lines of code changed in:

dierk 2005-09-05 19:12

GROOVY-967: remove PropertyValue from Object.allProperties() and eachProperty{}, refactor methods to use a Map; API CHANGE ! Will break existing code! find details in JIRA

3 lines of code changed in:

phk 2005-07-27 07:40

This patch contains:

1) Support the enhanced method printf(object, format, array of primitive values)for JDK 1.5

Support the enhanced method printf(object, format, list) for JDK 1.5

2) Change the method replaceAll(string, regex, closure)

3) Fix a bug of the method splitEachLine(file, string)

4) Fix a bug of the method eachMatch(string, regex, closure)

5) Fix a bug of the method each(matcher, closure)

5 lines of code changed in:

dierk 2005-07-08 18:49

GROOVY-946 : support sleep(seconds) as static method on Object

2 lines of code changed in:

dierk 2005-07-05 21:18

GROOVY-879 Provide a replacement for the dropped === operator, e.g. Object.is(Object)

2 lines of code changed in:

dierk 2005-06-23 19:36

Resolved GROOVY-889 (duplicate MetaMethods under JDK 1.5) and related issues in Inspector and MetaClass where MetaMethods were added multiple times to the MetaClass.

1 lines of code changed in:

dierk 2005-06-14 14:19

dummy change to trigger the build

2 lines of code changed in:

(2 more)

Generated by StatSVN 0.3.2-SNAPSHOT