Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-JSR-3
-
Fix Version/s: 1.0-JSR-5
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
NPE in Builder:
import groovy.swing.SwingBuilder
swing = new SwingBuilder()
frame = swing.frame() {
x = panel()
}
x
Issue Links
- is depended upon by
-
GROOVY-754
scoping
-
the x was a local variable, fixed now