> Hi Arnaud, this is a great feature.  How does it handle unchecked unions?  
> Will
> it warn if you write to a field but only read the value via a different field?

It's a simple minded check, nothing fancy. It will warn when there are no
reference to the the object at all after the assignment, and isn't trying to
keep track of fields, so unchecked unions do not make any difference.

Arno

Reply via email to