LL090
Duplicate uses unit
Object Pascal — Delphi & Free Pascal
Warning
Maintainability
Listing the same unit twice adds noise and can mask refactoring mistakes
listing the same unit twice adds noise and can mask refactoring mistakes.
Why this severity
listing the same unit twice adds noise and can mask refactoring mistakes.
Known false positives
none expected; duplicate uses entries are always redundant.
Remediation example
uses System.SysUtils, System.Classes; // remove the duplicate entry