mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02: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