From 0d42b342049c6fb11760f9f40c3869fc3b26e13b Mon Sep 17 00:00:00 2001 From: Georgii Borovinskikh Date: Wed, 29 Nov 2023 16:32:56 +0100 Subject: [PATCH] Doc string change --- src/ConnectedMode/IssueMatcher.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ConnectedMode/IssueMatcher.cs b/src/ConnectedMode/IssueMatcher.cs index 40ec3a569d..c6369b53ef 100644 --- a/src/ConnectedMode/IssueMatcher.cs +++ b/src/ConnectedMode/IssueMatcher.cs @@ -41,7 +41,8 @@ internal interface IIssueMatcher bool IsLikelyMatch(IFilterableIssue issue, SonarQubeIssue serverIssue); /// - /// Returns the first matching issue. Note: for this method to work correctly, all need to be from the same server file + /// Returns the first matching issue. Note: for this method to work correctly, all need to be from the same server file. + /// False Positives are possible, since can return true for multiple issues in the same file and only the firs one is returned. /// /// Local issue /// List of server issues from the same file