Directory groovy/groovy-core/src/test-new/groovy/bugs/

Directory Created:
2005-02-02 18:47
Directory Deleted:
2005-04-01 09:36
Total Files:
0
Deleted Files:
97
Lines of Code:
0

Browse with ViewVC

[root]/groovy/groovy-core/src/test-new/groovy/bugs

Lines of Code

groovy/groovy-core/src/test-new/groovy/bugs/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 445 (100.0%) 556 (100.0%) 1.2
jstrachan 440 (98.9%) 526 (94.6%) 1.1
phk 4 (0.9%) 28 (5.0%) 7.0
jez 1 (0.2%) 2 (0.4%) 2.0

Most Recent Commits

jstrachan 2005-04-01 09:36

delete the old test cases which we used to use while the JSR parser was outside of the core

0 lines of code changed in:

phk 2005-03-23 02:30

Fix some wired bug of the test script "Groovy779_Bug.groovy", and

the testsuite for "groovy.bugs.Groovy779_Bug.class" was added to UberTestCase2.

The wired bug was from the reason that

"Groovy779_Bug.groovy" have defined another class Person,

which have conflicted with other class Person used in other test script.

14 lines of code changed in:

phk 2005-03-22 17:36

Change package name to groovy.bugs

1 lines of code changed in:

phk 2005-03-22 17:33

(Fix GROOVY-779) Generate an exception for a mismatched access to typed properties.

For an example,



class Person {

@Property def public String nameID

@Property def public int age

}

p = new Person(nameID:"Dave Ford", age:"12") // This should generate an exception

println p.age

println p.nameID

13 lines of code changed in:

phk 2005-03-11 10:14

(Fix the issue GROOVY-770) list minust operation bug

0 lines of code changed in:

jstrachan 2005-03-01 21:26

moved over the new test cases

0 lines of code changed in:

jstrachan 2005-03-01 20:58

started moving across new tests

8 lines of code changed in:

jstrachan 2005-02-25 20:16

more working tests - yay!

1 lines of code changed in:

jstrachan 2005-02-25 14:33

fixed a bunch more tests now that groovy arrays are just about working

4 lines of code changed in:

jstrachan 2005-02-24 16:33

Added most of the guts for auto-list and array coercions. Got a few parser glitches when parsing array types; but other than that its looking good

3 lines of code changed in:

jstrachan 2005-02-24 10:29

Fixed a bunch more test cases; it'll be much easier to see the wood for the trees once New Groovy is integrated into groovy-core after beta-10

23 lines of code changed in:

jstrachan 2005-02-24 09:10

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

7 lines of code changed in:

jstrachan 2005-02-24 08:30

Applied patch for GROOVY-375, many thanks Scott Ferguson!

1 lines of code changed in:

jstrachan 2005-02-24 08:04

Applied patch for GROOVY-325, many thanks Peter Brant!

1 lines of code changed in:

jstrachan 2005-02-22 18:39

Added an example of Brian's ambiguous statement along with the 3 different interpretations and testing that each generates the necessary errors or results

0 lines of code changed in:

jstrachan 2005-02-22 18:03

added Chris's ambiguity example, allowing the leading | to be omitted to save a little on the verbosity

0 lines of code changed in:

jstrachan 2005-02-19 12:27

rolled back previous patch :). Lets force double || on any non-trivial closure parameter list

so

{a, b| ... }

{a| ... }

{|int a| ...}

1 lines of code changed in:

jstrachan 2005-02-18 16:03

Changed Antlr to handle constructors for New Groovy

6 lines of code changed in:

jstrachan 2005-02-18 13:51

A bunch more tests are now working. Apart from the 3 main outstanding issues; it'd make life much easier to integrate the new parser into the core & use the regular test harness - as soon as beta-10 is out we can do that

3 lines of code changed in:

jstrachan 2005-02-18 13:09

Added Russell's test

0 lines of code changed in:

(14 more)

Generated by StatSVN 0.3.2-SNAPSHOT