As a semicolon for Chris
1 lines of code changed in:
Change the name of the class to match the name of the file
0 lines of code changed in:
Patch to invoke get/set property methods directly on Groovy objects via bytecode
42 lines of code changed in:
added helper method for builder implementations
4 lines of code changed in:
Applied optimisation patch from Artur Biesiadowsk
59 lines of code changed in:
allow reuse of parent script binding
18 lines of code changed in:
add the declareAlias function
Only works dot the default namespace at the moment
Code generator bug stops the namespace version working
65 lines of code changed in:
Small refactor to remove code smell
24 lines of code changed in:
Use the correct closure to process undeclared tags
59 lines of code changed in:
updated documentation a little
7 lines of code changed in:
Applied patch from Tim Ellison to fix things on IBM's JVMs
2 lines of code changed in:
Applied patch by Ivan Z. Ganza for GroovyResultSet to implement ResultSet
2463 lines of code changed in:
fixing the eclipse plugin to correct jar versions
3 lines of code changed in:
Applied patch from Michael Campbell to allow lots of command line args
1 lines of code changed in:
added FormLayout and SashDemo
125 lines of code changed in:
allow setProperty with primitive arrays, only one and two dimensional arrays are allowed
177 lines of code changed in:
Make the empty reponse exception work with a closure
5 lines of code changed in:
Fix problem when zero parameters passed
Make emty reponse error clearer
10 lines of code changed in:
Allow a closure to take the result of an XML-RPC call
31 lines of code changed in:
Added Artur to the contributor list
4 lines of code changed in:
Applied patch for GROOVY-323 kindly submitted by abies - sorry I don't know you're real name :)
54 lines of code changed in:
patched the build to include Ant 1.6 and all the necessary jars for running basic Ant stuff with junit
13 lines of code changed in:
Added link to VIM plugin
1 lines of code changed in:
added more ant tests and demonstration of how to create paths
16 lines of code changed in:
added support for bitwise AND, OR and mod operations on numbers
188 lines of code changed in:
added a link to Brian's plugin for SubEthaEdit
2 lines of code changed in:
added an extra debug message
1 lines of code changed in:
added a little test for junit Ant task
41 lines of code changed in:
removed unnecessary import
0 lines of code changed in:
updated jedit website
15 lines of code changed in:
slightly neater still :)
1 lines of code changed in:
Added a helper method to XmlParser to make things simpler
21 lines of code changed in:
tidied up the test case some more
4 lines of code changed in:
Fix for GROOVY-280 kindly supplied by abies@pg.gda.pl - many thanks!
5 lines of code changed in:
Added Thread.start{closure} and Thread.startDaemon{closure}
See GROOVY-260
63 lines of code changed in:
Implementation of GROOVY-315.
It is now possible to create static groovy methods in DefaultGroovyStaticMethods.java.
169 lines of code changed in:
Removed CharsetReaderTest and associated file, before provinding better tests and samples when I have implemented the -encoding flag
0 lines of code changed in:
Add a unit test for StreamingMarkupBuilder
0 lines of code changed in:
move declareNamespace into the markup keyword namespace
distinguish between the closure used to handle aliased tags and the default closure
94 lines of code changed in:
test case and fix for GROOVY-308. Note that Writeable now has a return value which might break Writeable implementations
60 lines of code changed in:
fixed GROOVY-302
16 lines of code changed in:
New Incremental Builder , bug fixs in content outline
0 lines of code changed in:
New Inceremntal Builder, Fixed another content outline bug ( tree viewer dispose again )
282 lines of code changed in:
Make markup keywords use their own namespace
99 lines of code changed in:
added a page for JEdit integration
22 lines of code changed in:
removed hard coded paths added by the groovy plugin
0 lines of code changed in:
test case and fix for GROOVY-311
21 lines of code changed in:
get the xml: namespace URI right
1 lines of code changed in:
added constuctor taking a map to allow tags to be aliased
added a renameTag method to change the mapping
15 lines of code changed in:
test case and fix for modification of GROOVY-303 and Bing's new issue
123 lines of code changed in:
Fix bad GSting format in Error mssage - thanks Sam!
1 lines of code changed in:
The line numbers in the template now line up to the line numbers in the generated script so exceptions match up.
10 lines of code changed in:
Now used StreamingMarkupBuilder
200 lines of code changed in:
Add a possible replacement for MarkupBuilder
109 lines of code changed in:
removed some cruft from TODO
0 lines of code changed in:
refelctes latest cvs code , works with integration build , bug fixes , test runner
0 lines of code changed in:
Update to work with latest integration build , minor bug fixes , enabled running tests using standard runnre mecahnism
112 lines of code changed in:
removed a System.out.println from getClassPath(), that was printing a [] on every call
12 lines of code changed in:
Test case and fix for GROOVY-303
Test case in src/test/groovy/bugs/Groovy303_Bug.groovy
101 lines of code changed in:
fix for ClosureListenerTest
1 lines of code changed in:
set values of public fields which do not have setters/getters
57 lines of code changed in:
new build with content outline bug fix
1 lines of code changed in:
Applied Brian's optimizations
12 lines of code changed in:
refactoring, added GuiBuilderDemo
388 lines of code changed in:
groovy eclipse m7 binary distro
1 lines of code changed in:
M7 update , content outline bug fixes
63 lines of code changed in:
wrong jar name for groovy
1 lines of code changed in:
update to M7 and cleanup
7 lines of code changed in:
changed dep to groovy-1.0-beta-4
1 lines of code changed in:
added Ted's talk, better FAQ entry and started adding Henri's documentation patches
84 lines of code changed in:
added test cases for findAll() and collec() on Node
18 lines of code changed in:
added an IO page
2 lines of code changed in:
added Brian as a contributor
4 lines of code changed in:
applied Brian's patches for GROOVY-256
140 lines of code changed in:
test case and fix for GROOVY-278
33 lines of code changed in:
test cases and fix for GROOVY-252
39 lines of code changed in:
commented out failing test case I committed by accident
3 lines of code changed in:
getter methods should use isXXX() rather than getXXX().
added a test case for Remo's issue
38 lines of code changed in:
test case for GROOVY-269
20 lines of code changed in:
fix to handle calling super constructors
37 lines of code changed in:
Fix for GROOVY-57 and for the super.methodCall() issues
480 lines of code changed in: