Pattern: Multiple calls to super()
Issue: -
Warns if super()
appears twice in a constructor.
Rationale: The second call to super()
will fail at runtime.
Pattern: Multiple calls to super()
Issue: -
Warns if super()
appears twice in a constructor.
Rationale: The second call to super()
will fail at runtime.