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 super(). Some coding standards prefer that such calls to super() be made explicitly.