(re)commit jars with -kb option
0 lines of code changed in:
updated testcase to look for JSR06 groovy all file
1 lines of code changed in:
upgraded to groovyall to JSR06
11 lines of code changed in:
commited without the -kb flag :(
0 lines of code changed in:
new version jsr06-0.1
16 lines of code changed in:
new test for version jsr06-0.1
159 lines of code changed in:
move to xfire-1.1.2 and groovy 1.0-jsr06
0 lines of code changed in:
backported to jdk1.4.2
7 lines of code changed in:
version update
3 lines of code changed in:
start of jsr-06 release
13 lines of code changed in:
remove left over System.out
0 lines of code changed in:
Housekeeping: Updated groovy.psi.g to reflect the recent changes made to groovy.g in groovy-core
14 lines of code changed in:
Updated the IDEA project/module files
4 lines of code changed in:
Updated the Groovy 1.0 RC-1 SNAPSHOT JAR files
0 lines of code changed in:
Slightly simplify the changes which fix Groovy-1362
14 lines of code changed in:
Apply Joachim Baumann's patch for Groovy 1362.
Thanks Joachim!
271 lines of code changed in:
correct misspelling of "NLS" to "nls" (nls is optional, NLS not)
3 lines of code changed in:
small change to make ResovleVisitor a ClassCodeVisitior and adds object initilializers in classes
it is now possible to use code like:
class Foo{
def bar;
{bar="it works"}
}
43 lines of code changed in:
correct handling of primitive arrays
11 lines of code changed in:
avoids NPE if MetaClass is diretly used like in some tests
7 lines of code changed in:
remove nondeterminism between rules created through adding NLS before "throws"
3 lines of code changed in:
add a helper method to convert array names correctly for class loading
28 lines of code changed in:
let's the GroovyCodesource decide if a source is cachable or not. by default file sources are, all others not.
11 lines of code changed in:
adds a nls before "throws" and removes a=b in if-expression, but only if used directly. if (a=b) isn't allowed then anay longer, but if ((a=b)) is still available
11 lines of code changed in:
Add a temporary sanity check to ensure we don't wrap groovy objects as POJOs
11 lines of code changed in:
complete all the primitive wrapper types - add the constrained type information to Wrapper
230 lines of code changed in:
Commit intial versions of the Wrapper classes to be used by the new MOP to capure type information.
Changes to the MetaClass implementation are just to enrure that these classes can be used transparently at the moment.
There will be one wrapper for each scalr primitive type in the future.
496 lines of code changed in:
GROOVY-1372: Added ability to specify parent class loader in constructor
4 lines of code changed in:
GROOVY-1371: Added ability to specify parent class loader in constructor
29 lines of code changed in:
patch for jira1361 - scripts not in eclipse source dir
29 lines of code changed in:
patches to fix issues 1340,1355,1356,1361
435 lines of code changed in:
Updated the Groovy 1.0 RC-1 SNAPSHOT JAR files
0 lines of code changed in:
Housekeeping: Updated groovy.psi.g to reflect the recent changes made to groovy.g in groovy-core
9 lines of code changed in:
Allow datum dependant durations to be converted to milliseconds by using the current instant as the datum
Also work round java.sql.Date sillyness
44 lines of code changed in:
removes "new Object{}" it isn't supported by groovy and shouldn't be recognized then
8 lines of code changed in:
correct GROOVY-1308 for better handling of XML escaping
Thanks Peter for the patch
70 lines of code changed in:
adding getClassName again for ide plugins
5 lines of code changed in:
Add support tracking groovy files that have been deleted and delete the corresponding .class files. JIRA 639.
373 lines of code changed in:
allow String == GString
4 lines of code changed in:
with this change groovy now resolves import statments to classes if a full class name is given. If the resolving failes, the class generation fails. This should ensure that there are no surprises if a class is imported.
64 lines of code changed in:
enables resolving and the correct scope generation for default arguments in parameters
12 lines of code changed in:
changes the script naming convention to use a counter instead of the current time
9 lines of code changed in:
extended error message for duplicate class definitions. The emssage prints now the location of the duplicated class and gives a special message for the "class in script combined with script body and class has name of the file" problem
28 lines of code changed in:
allows throws clause in interfaces without the need for a semicolon
1 lines of code changed in:
corrected newlines and copyright
2 lines of code changed in:
changes RootLoade into a URLClassloader and removes the inner loader. With this patch the getRootLoader method in DGM should work again.
30 lines of code changed in:
removes the xerces parser from the given classpath. This is needed as the parser used by ant to call this task and a parser inside the executed task may conflict due to a class duplication. The result is a class cast exception, for the Xerces class.
3 lines of code changed in:
add some more time arithmetic support
19 lines of code changed in:
Add a singleton NullObject so that we can call methods on null
This is dealing with JIRA-1119 & JIRA-433
131 lines of code changed in:
applied patch for creating site with Eclipse 3.1/3.2
10 lines of code changed in:
option to manually add groovy nature from package explorer - JIRA issues 331,1337
9 lines of code changed in:
updates method for determine project classpath - JIRA Issue 1029
55 lines of code changed in:
GROOVY-833: final clean-up work
26 lines of code changed in:
Remove all @Property usage
152 lines of code changed in:
Add basic Date Duration arithmetic
95 lines of code changed in:
GROOVY-833: fix without delegate
7 lines of code changed in:
Fix bug in toMilliseconds and update unit test to chack for correct operation
3 lines of code changed in:
GROOVY-833: Groovy-core compile errors in eclipse with 5.0 compiler enabled
43 lines of code changed in:
Updated the Groovy 1.0 RC-1 SNAPSHOT JAR files
Removed usages of @Property from tests and from the Colors & Fonts panel
Made GroovyJ require IDEA Demetra build #5321
9 lines of code changed in:
GROOVY-1336: Upgrade Jacob, don't rely only on finalize()
48 lines of code changed in:
Two unit tests which produce failures when @Property is removed
8 lines of code changed in:
GROOVY-1335 and GROOVY-824: AntBuilder doesn't instantiate Tasks the Ant way
217 lines of code changed in:
new property semantics
7 lines of code changed in:
Upgraded ASM from version 2.0 to version 2.2
5 lines of code changed in:
Updated the IDEA project/module files
31 lines of code changed in: