[root]/groovy/groovy-core/src/test/groovy/script
GROOVY-1690
Add package declaration corresponding to the folder for (most of) unit tests where it was missing.
3 lines of code changed in:
Remove all @Property usage
21 lines of code changed in:
Missing def, required by Jochen's changes if we enable the JSR scope checks
8 lines of code changed in:
added property syntax
1 lines of code changed in:
fixed a few more test cases
2 lines of code changed in:
got more of the tests passing
20 lines of code changed in:
updated the test cases to use JSR parser syntax
1 lines of code changed in:
added a helper method 'evaluate' for use inside scripts to evaluate groovy expressions
14 lines of code changed in:
fix for nested closures and outermost class fields being used
1 lines of code changed in:
test cases & patches for more closure related issues
12 lines of code changed in:
Fixes to closures & groovymarkup where if methods & properties are available on the outer class they are used, otherwise the owner (most outer class) is used.
This avoids issues with markup where methods are called on the outer class being lost
64 lines of code changed in:
test cases for GROOVY-249
22 lines of code changed in:
test cases for GROOVY-249
0 lines of code changed in:
Refactored GroovyClassLoader.parseClass() and GroovyShell.evaluate() methods, according to http://jira.codehaus.org/secure/ViewIssue.jspa?key=GROOVY-161
2 lines of code changed in:
Fix for GROOVY-46 to allow function definitions inside scripts
0 lines of code changed in:
test cases and fix for allowing a class to be declared in a script and then instantiated
0 lines of code changed in:
Fixes for GROOVY-94, GROOVY-118, GROOVY-114, GROOVY-113, GROOVY-111, GROOVY-99
Also added the first cut of the user guide
Patched the JUnit test case generation from the wiki to handle scripts as well as methods.
Patched the $ escaping logic to allow $${foo} to be used to represent the ${foo} string
Made strings support multi-line spanning
Improved some of the lexical exception messages
Added sample script to convert HTML into wiki notation
Added useWriter/Reader/InputStream/OutputStream making it easier to work with streams without having to clutter your code with resource closing code.
0 lines of code changed in:
fixed bug with call of method with no object in static method
1 lines of code changed in:
added more test cases and fixed a bug introduced by recent fix
0 lines of code changed in:
Heaps of fixes for various bytecode generation issues we had.
These were mostly related to inner/outer variables and with postfix operators.
I think most of them are gone now except Zohars bug and Rod's Swing issue
1 lines of code changed in:
(11 more)