Directory groovy/jsr/tck/test/misc/

Directory Created:
2004-12-24 09:57
Total Files:
8
Deleted Files:
3
Lines of Code:
594

Browse with ViewVC

[root]/groovy/jsr/tck/test/misc

Lines of Code

groovy/jsr/tck/test/misc/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 50 (100.0%) 930 (100.0%) 18.6
jstrachan 43 (86.0%) 829 (89.1%) 19.2
jez 6 (12.0%) 99 (10.6%) 16.5
jrose 1 (2.0%) 2 (0.2%) 2.0

Most Recent Commits

jstrachan 2005-02-24 09:10

Tightened up the constructor parsing some more to catch more typos in the parser

17 lines of code changed in:

jstrachan 2005-02-17 13:45

Added support for foo.@bar to explicitly access a field in New Groovy. We let the MetaClass decide what the 'attribute' is, so we could one day use this mechanism for other things (e.g. XML attributes versus methods)

32 lines of code changed in:

jstrachan 2005-02-04 20:03

Fixed bug in prefix/postfix operators and got a few more test cases working

7 lines of code changed in:

jstrachan 2005-02-02 18:40

ported to a real JUnit test case

10 lines of code changed in:

jstrachan 2005-02-02 16:34

got the field/property/method disambiguation test working - also fixed a wacky bug...

if you have a field and a method with the same name before it was assuming a method call should map to a closure invocation on the field! :) Now its fixed to at least try the method call

41 lines of code changed in:

jstrachan 2005-02-02 15:59

Finally figured out why the property test case was behaving strangely for @Property name; JUnit doesn't like it when you overload setName() and to not set its name field.

31 lines of code changed in:

jstrachan 2005-02-02 12:44

Fixed JavaBean property test case

9 lines of code changed in:

jstrachan 2005-02-02 11:46

Added @Property test case

13 lines of code changed in:

jstrachan 2005-02-02 11:31

Fixed up the exception handling better, to preserve the cause and handle null AST nodes.

Fixed a number of class name / package related bugs

Added support for range expressions

Implemented @Property to define bean properties

65 lines of code changed in:

jez 2005-02-02 01:02

* added test case demonstrating various annotations associated with variable declarations

15 lines of code changed in:

jstrachan 2005-02-01 20:40

Added better exception handling to report errors in the Antlr plugin and AST validation through the control framework

0 lines of code changed in:

jrose 2005-02-01 19:34

More variations in the declaration test cases.

2 lines of code changed in:

jstrachan 2005-01-31 11:48

tidied up the test case a little and added a multi-line-string test

15 lines of code changed in:

jstrachan 2005-01-31 11:24

Completed support for modifiers on class, method, field, parameter

5 lines of code changed in:

jstrachan 2005-01-31 10:53

added a working map test case now and fixed bug in qualified name support

33 lines of code changed in:

jstrachan 2005-01-31 10:25

Fixed switch statement

21 lines of code changed in:

jez 2005-01-31 09:59

* fix for switch statement in new grammar

22 lines of code changed in:

jstrachan 2005-01-31 09:56

added another test case

12 lines of code changed in:

jez 2005-01-31 09:39

* fix in new grammar to allow 'if' without 'else'

* fix to ensure that the expression after 'throw' is not discarded on the AST

27 lines of code changed in:

jstrachan 2005-01-28 22:45

Added annotation support to the New Groovy parser & AST (we don't actually generate any annotation bytecode yet though, but they are put into the AST correctly)

70 lines of code changed in:

(24 more)

Generated by StatSVN 0.3.2-SNAPSHOT