Directory groovy/groovy-core/src/test/groovy/txn/

Directory Created:
2003-10-30 09:50
Total Files:
3
Deleted Files:
0
Lines of Code:
81

Browse with ViewVC

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 10 (100.0%) 93 (100.0%) 9.3
jstrachan 7 (70.0%) 84 (90.3%) 12.0
paulk 2 (20.0%) 8 (8.6%) 4.0
glaforge 1 (10.0%) 1 (1.1%) 1.0

Most Recent Commits

paulk 2007-04-04 06:37

reformat test code

8 lines of code changed in:

glaforge 2005-06-12 17:01

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

1 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-10-30 15:12

Major refactor of the use of print() and println().



We've now added 'global' methods to handle printing out objects in a simple way (common in things like Python and Ruby). This avoids the long winded System.out.println().



So we can now just do



println( "hello world!" )



The nice thing about this is, the owner class in which you execute this operation could overload print() and println() to do something cunning, like redirecting output to a file or whatnot.



So the previously added methods to print an object have been removed. You can no longer do



"hello".println()

3 lines of code changed in:

jstrachan 2003-10-30 09:50

Added an example of an extensible language construct

81 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT