We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea11f74 commit 52171d6Copy full SHA for 52171d6
csharp/ql/src/Likely Bugs/UncheckedCastInEquals.ql
@@ -35,4 +35,4 @@ where
35
access = cast.getAChild() and
36
access.getTarget().getDeclaringElement() = access.getEnclosingCallable() and
37
nodeBeforeParameterAccess(access.getAControlFlowNode())
38
-select cast, "Missing type-check before casting parameter to 'Equals'."
+select cast, "Equals() method does not seem to check argument type."
0 commit comments