Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
This is a meta task. This means this task should not be closed nor is it for error reporting, wishes or improvements. If you have any of them related to this task please fill a normal issue and link it to this.
Issue Links
- depends upon
-
GROOVY-584
Exception passing array into Closure
-
-
GROOVY-265
The delegate is ignored when resolving names in a closure in a script
-
-
GROOVY-266
an inner closure doesn't use the outer closures delegate to resolve names
-
-
GROOVY-279
closures don't find variables in a delegate if the variable written to before it's read
-
-
GROOVY-384
The inner class representing a closure has a bad constructor
-
-
GROOVY-511
The delegate of an eclosing closure is not being used to resolve references
-
-
GROOVY-534
Nested closures - variable scope problem
-
-
GROOVY-613
global properties referenced from closure that are declared later cause early NullPointer
-
-
GROOVY-634
variable assignment within nested closures doesn't work
-
-
GROOVY-886
each(){} throws NPE when called on a Java Object[], that contains String[]'s with null entries
-
-
GROOVY-888
Object[] vs int[]
-
-
GROOVY-918
Cannot set outside variables from within nested closures
-
-
GROOVY-723
MethodClosure doesn't support variable arguments method
-
-
GROOVY-319
Support for rendevous symantics
-
-
GROOVY-298
have a transactional closure and/or some kind of retry/timeout closure method
-
From all the bugs, we really should rewrite or redesign closure. One more thing, we also should rewrite class generation to make the owner on inner closure is the outer closure, not the outer class.