Comment 5 for bug 634561

Revision history for this message
Robert Dyer (psybers) wrote :

Is the problem here that there is no default constructor defined to assign those 2 properties? Thus if you call a default constructor on this type you wind up with a case where the use-def analysis would indeed be correct in stating those 2 properties were never assigned before use?