Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.0-RC-1
-
None
-
None
Description
class Foo {
String s
Foo(s)
}
def foo = new Foo() // shouldn't call Foo(s) with null!
assert foo
assert !foo.s
See http://www.nabble.com/always-default-constructor--tf2834900.html for more details.