[root]/groovy/groovy-core/src/test/groovy/inspect
| 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 |
reformat test code
41 lines of code changed in:
increase coverage
41 lines of code changed in:
increased test coverage
64 lines of code changed in:
increase coverage
17 lines of code changed in:
fix for GROOVY-1750: generalise printf, add sprintf, add tests
1 lines of code changed in:
* changing method count on Object for new method addShutdownHook method
1 lines of code changed in:
Added:
- No argument every()/any()
- Various withXXX and newXXX for DataOutput/DataInput/ObjectOutput/ObjectInput
4 lines of code changed in:
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:
as normal fields are no longer shown as properties this test was adapted to the now correct logic
7 lines of code changed in:
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:
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:
Trying to roll back the changes to invokeMethod - hold on to your hats!
2 lines of code changed in:
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:
cleanup around getProperties()
14 lines of code changed in:
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:
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:
GROOVY-946 : support sleep(seconds) as static method on Object
2 lines of code changed in:
GROOVY-879 Provide a replacement for the dropped === operator, e.g. Object.is(Object)
2 lines of code changed in:
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:
dummy change to trigger the build
2 lines of code changed in:
(2 more)