mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
update alert-messsages of java queries
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user