We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d002e commit 11de55eCopy full SHA for 11de55e
java/ql/consistency-queries/javaEquivalent.ql
@@ -0,0 +1,6 @@
1
+import java
2
+import semmle.code.java.Diagnostics
3
+
4
+from Diagnostic d
5
+where exists(d.getMessage().indexOf("Couldn't find a Java equivalent function to "))
6
+select d
0 commit comments