Directory groovy/groovy-core/src/test/groovy/notworking/

Directory Created:
2003-09-11 20:43
Directory Deleted:
2006-10-12 12:24
Total Files:
0
Deleted Files:
13
Lines of Code:
0

Browse with ViewVC

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 63 (100.0%) 386 (100.0%) 6.1
jstrachan 50 (79.4%) 386 (100.0%) 7.7
paulk 13 (20.6%) 0 (0.0%) 0.0

Most Recent Commits

paulk 2006-10-12 12:24

Made notworking 'test' into a working example as it wasn't really a test anyway

0 lines of code changed in:

jstrachan 2005-03-02 09:23

updated the test cases to use JSR parser syntax

0 lines of code changed in:

jstrachan 2003-12-12 10:32

Used "this" notation for Strings when outputting to the console.



Also added more test cases that demonstrate bugs folks have found the last few days

127 lines of code changed in:

jstrachan 2003-12-11 15:35

A fix for GROOVY-7 at last! Who-hoo we can release beta-1 real soon.



Basically the 'property' keyword is now deprecated (though we'll continue to support it up until 1.0 proper release)



Now there is no difference between a property & field; they're essentially the same thing. Also property initializers now work fine.

0 lines of code changed in:

jstrachan 2003-11-15 06:42

Apologies for the monster commit everyone - was stuck travelling for 24 hours so had heaps of time to hack groovy - without WiFi in Houston or Gatwick :(



here's a summary of the changes



* refactored the MetaClass method invocation code to be much cleaner (no List and Object[] crap) the dispatcher can now handle overloading of 1 type of a multi-arg list.



* fixed bad exception message when exceptions occur inside a closure which lead to a wierd exception message that was very confusing (due to an exception being wrapped). Added a test case to demonstrate this now works fine.



* added a NoSuchMethodException for better exception



* added better error checking validation messages & exceptions for bad class names & known properties & methods.



* attempted to tidy up the line numbers when exceptions occur; its not totally working yet :)



* tidied up class resolving code so that classpath & compile unit class resolutions work much cleaner.



* uncommented a bunch of test cases. If you search for @todo in the *.groovy files you'll often see little bits of tests that are commented out until some issue with the parser or runtime is sorted out.



* the while() loop appears to be working now

2 lines of code changed in:

jstrachan 2003-10-06 07:53

Refactored the test cases to take out semicolons and to remove package statements.



Also started to use Object.println() rather than System.out.println() throughout the test cases

115 lines of code changed in:

jstrachan 2003-09-26 18:36

Moved the GroovyTestCase into the core groovy.lang package (since the primary use case for Groovy to start with is writing unit test cases). We could move this to groovy.test later on maybe.



Also I've updated the copyright notice to be to myself and bob

1 lines of code changed in:

jstrachan 2003-09-24 08:47

added more test cases

12 lines of code changed in:

jstrachan 2003-09-19 09:56

tidied up test cases adding new map tests (commented out so far

6 lines of code changed in:

jstrachan 2003-09-13 07:36

got iterations working finally! also commented out the LocalFieldTest

0 lines of code changed in:

jstrachan 2003-09-12 11:42

added more details to failing field test

4 lines of code changed in:

jstrachan 2003-09-11 20:43

reimported code to fix binary issue

119 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT