[Checkers] target_type incompleteness
Mahmood Ali
mahmood at MIT.EDU
Wed Apr 8 10:45:20 EDT 2009
Greetings,
>> But what if they occur at fields initialization? Like @A in
>> class T {
>> Object a = new @A Object();
>> }
>
> Is this now fixed in the spec (and the code)?
Nope. I haven't tried to address this issue.
The compiler inserts the fields initializer in each constructor
(including the default constructor if no synthetic constructor is
present).
Regards,
Mahmood
More information about the checkers
mailing list