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

TFpSonarIssue

Declaration

Source position: fpsonar.types.pp line 64

type TFpSonarIssue = record

public

  RuleId: string;

  FileName: string;

  StartLine: Integer;

  StartCol: Integer;

  EndLine: Integer;

  EndCol: Integer;

  Severity: TFpSonarSeverity;

  IssueType: TFpSonarIssueType;

  Confidence: TFpSonarConfidence;

  MessageKey: string;

  MessageArgs: TFpSonarStringArray;

  Fingerprint: string;

  SuppressionSource: TFpSonarSuppressionSource;

  class function Make();

end;


Documentation generated on: 2026-07-12