Back

LL003

Empty method

Object Pascal — Delphi & Free Pascal
Warning
CodeSmell

Empty implementations often hide unfinished logic

empty implementations often hide unfinished logic.

Why this severity

empty implementations often hide unfinished logic.


Known false positives

intentional no-op overrides in framework contracts.

Remediation example

procedure TMyType.AfterSave;
begin
  inherited;
  AuditSave;
end;

Related CodeSmell rules

Reconnecting… Connection lost. Reload