SandroLuck / SonarDelphi

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

Unused arguments shouldn't be triggered on overloaded methods #4

Open PatrickvL opened 8 years ago

PatrickvL commented 8 years ago

As long as at least one overload from a set of overloads uses an argument, none of the other overloads should trigger an "unused argument" issue on this argument.