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
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.