blob: 2610f5f8740ceac5bbc988a3bbc105d43bdc5346 [file] [log] [blame]
<html>
<body>
Reports possible escapes of <b>this</b>
during object construction. Escapes occur when <b>this</b>
is used as a method argument or the object of an assignment in a constructor or
initializer. Such escapes may result in subtle bugs, as the object is now
available in a context in which it is not guaranteed to be initialized.
<!-- tooltip end -->
<p>
</body>
</html>