update alert-messsages of java queries

This commit is contained in:
erik-krogh
2022-09-25 22:22:50 +02:00
parent f4ef4342c2
commit 46b5bf32f9
134 changed files with 1586 additions and 1578 deletions

View File

@@ -36,5 +36,5 @@ where
// This is the case is some dummy implementations.
exists(MethodAccess ma | ma.getEnclosingCallable() = m | ma.getMethod().getName() = "write")
select c,
"This class extends java.io.OutputStream and implements $@, but does not override write(byte[],int,int)",
"This class extends 'java.io.OutputStream' and implements $@, but does not override 'write(byte[],int,int)'.",
m, m.getName()