Class AvoidNoArgumentSuperConstructorCallCheck

All Implemented Interfaces:
Configurable, Contextualizable

Checks if call to superclass constructor without arguments is present. Such invocation is redundant because constructor body implicitly begins with a superclass constructor invocation super(); See specification for detailed information.
Since:
8.29