We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49a3e20 commit b5f3cd7Copy full SHA for b5f3cd7
csharp/ql/src/Useless code/RedundantToStringCall.ql
@@ -18,4 +18,4 @@ from MethodCall mc
18
where
19
mc instanceof ImplicitToStringExpr and
20
mc.getTarget() instanceof ToStringMethod
21
-select mc, "Redundant call to 'ToString'."
+select mc, "Redundant call to 'ToString' on a String object."
0 commit comments