mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
Updates result message to be more precise
This commit is contained in:
@@ -48,4 +48,4 @@ where
|
||||
candidateResultChecked(check, eqop) and
|
||||
// and which has not been checked before in this code path
|
||||
candidateResultUnchecked(unchecked)
|
||||
select check, "This null check is redundant because the value is $@ ", unchecked, "dereferenced here"
|
||||
select check, "This null check is redundant or there is a missing null check before $@ ", unchecked, "where dereferencing happens"
|
||||
|
||||
Reference in New Issue
Block a user