mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
Java: Autoformat.
This commit is contained in:
@@ -22,7 +22,8 @@ where
|
||||
not exists(TypeVariable tv | tv.getGenericCallable() = callable |
|
||||
"<" + tv.getName() + ">" = paramTag.getParamName()
|
||||
) and
|
||||
msg = "@param tag \"" + paramTag.getParamName() + "\" does not match any actual parameter of " +
|
||||
msg =
|
||||
"@param tag \"" + paramTag.getParamName() + "\" does not match any actual parameter of " +
|
||||
what + " \"" + callable.getName() + "()\"."
|
||||
else
|
||||
// The tag has no value at all.
|
||||
|
||||
Reference in New Issue
Block a user