Directory groovy/groovy-core/src/test/groovy/model/

Directory Created:
2003-10-24 13:47
Total Files:
1
Deleted Files:
1
Lines of Code:
37

Browse with ViewVC

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 10 (100.0%) 76 (100.0%) 7.6
jstrachan 6 (60.0%) 60 (78.9%) 10.0
glaforge 2 (20.0%) 10 (13.2%) 5.0
paulk 2 (20.0%) 6 (7.9%) 3.0

Most Recent Commits

paulk 2007-03-24 13:40

increase coverage, minor checkstyle refactorings

6 lines of code changed in:

paulk 2007-03-07 02:24

BUILD: added compiling src/examples to CI build, moved a few files into src/examples

0 lines of code changed in:

glaforge 2005-06-12 16:06

Missing def, required by Jochen's changes if we enable the JSR scope checks

10 lines of code changed in:

jstrachan 2005-03-30 19:54

patched another couple of scripts

1 lines of code changed in:

jstrachan 2005-03-02 09:23

updated the test cases to use JSR parser syntax

6 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

0 lines of code changed in:

jstrachan 2003-10-24 13:47

Numerous changes.



* tidied up the closure methods - added many new helper methods such as for iterating over files by line



* added a Swing builder together with some MVC models to make creating Swing UIs in Groovy really simple



* various things tidied up and more unit test cases



* return statement is now optional

53 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT