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; |