Unit 'FpSonar.Issues' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl-sonar]

TFpSonarIssueCollector.AddIssue

Declaration

Source position: fpsonar.issues.pp line 140

public procedure TFpSonarIssueCollector.AddIssue(

  const aIssue: TFpSonarIssue;

  const aSnippet: string

); overload;

function TFpSonarIssueCollector.AddIssue(

  const aRuleId: string;

  const aFileName: string;

  aStartLine: Integer;

  aStartCol: Integer;

  aEndLine: Integer;

  aEndCol: Integer;

  aSeverity: TFpSonarSeverity;

  aType: TFpSonarIssueType;

  aConfidence: TFpSonarConfidence;

  const aMessageKey: string;

  const aArgs: array of string;

  const aSnippet: string

):Integer; overload;


Documentation generated on: 2026-07-12