JAM-Software / SonarDelphi

This repository contains the source code to the Sonar-Delphi plugin. Can be used to analyse Delphi projects with SonarQube.
31 stars 12 forks source link

ConstructorWithoutInheritedStatementRule should not match if overloaded constructor is called #3

Closed joachimmarder closed 2 years ago

joachimmarder commented 3 years ago

In case there are overloaded constructors it is common that one may call another which then calls inherited.

The same applies for the DestructorWithoutInheritedStatementRule rule.

joachimmarder commented 2 years ago

Unit for testing: Unit1.zip