We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
RedundantToStringCall.ql
1 parent 426962e commit 8988182Copy full SHA for 8988182
csharp/ql/src/Useless code/RedundantToStringCall.ql
@@ -20,4 +20,4 @@ where
20
mc instanceof ImplicitToStringExpr and
21
mc.getTarget() instanceof ToStringMethod and
22
not mc.getQualifier() instanceof BaseAccess
23
-select mc, "Redundant call to 'ToString' on a String object."
+select mc, "Redundant call to 'ToString'."
0 commit comments