integrated-application-development / delphilint

Delphi IDE package providing on-the-fly code analysis and linting, powered by SonarDelphi
GNU Lesser General Public License v3.0
80 stars 9 forks source link

"Analyze All Open Files" analyzes more files than are open #7

Open fourls opened 6 months ago

fourls commented 6 months ago

Prerequisites

DelphiLint version

0.7.0

SonarDelphi version

1.3.0

SonarQube version

No response

Issue description

Occasionally, the "Analyze All Open Files" action in the Delphi IDE analyzes more files than are actually open. In these cases the files seem to be recently closed files (as observed in logs).

This is inconvenient as:

Steps to reproduce

Unclear. It seems to be related to closing large numbers of files at once?

Minimal Delphi code exhibiting the issue

No response