Back

LL001

Long method

Object Pascal — Delphi & Free Pascal
Warning
Maintainability

Long methods increase defect risk and reduce reviewability

long methods increase defect risk and reduce reviewability.

Why this severity

long methods increase defect risk and reduce reviewability.


Known false positives

generated code and parser artifacts with inflated line counts.

Remediation example

procedure ProcessOrder;
begin
  ValidateOrder;
  CalculateTotals;
  PersistOrder;
end;

Reconnecting… Connection lost. Reload