blob: 3a1213e366c1dc700c25995bbb8baf4985c03e99 [file] [log] [blame]
<html>
<body>
Reports constructors which do not begin with calls to "super" constructor, or
other constructors of the same class. Such constructors can be thought of as implicitly beginning with a
call to <b>super()</b>. Some coding standards prefer that such calls to
<b>super()</b> be made explicitly.
<!-- tooltip end -->
<p>
</body>
</html>