tmssoftware.com
TMS Support Center
W510 False positive for strings
DEV
TMS FixInsight Pro
Jura_Lloyd
(Jura Lloyd)
April 24, 2017, 8:46pm
1
W510 should not apply to string values because it is a valid scenario to add string to itself
// this function should not generate warning
function DoubleS(const S: string): string;
begin
Result := S + S;
end;
Related topics
Topic
Replies
Views
Activity
W503 missing with "self"
TMS FixInsight Pro
2
677
September 27, 2017
False positive - W525
TMS FixInsight Pro
0
543
October 20, 2016
Minor False Positive
TMS FixInsight Pro
0
728
July 23, 2019
False positive for W535
TMS FixInsight Pro
1
277
April 14, 2022
Fixinsight 2021.10 returns a wrong W537 when the format parameter is a resource string.
TMS FixInsight Pro
6
430
January 9, 2024
© tmssoftware.com