mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Fix outdated query console link
#3546 changed the query but did not adjust the query link. Additionally the old query could not be re-run because some of the projects it targeted (gradle/gradle and eclipse-cdt/cdt) cannot be queried currently. It now queries all available demo projects of the query console instead.
This commit is contained in:
@@ -141,7 +141,7 @@ Using these new classes we can extend our query to exclude calls to ``toArray``
|
||||
not ce.getExpr().(CollectionToArrayCall).getActualReturnType() = target
|
||||
select ce, "Potentially problematic array downcast."
|
||||
|
||||
➤ `See this in the query console on LGTM.com <https://lgtm.com/query/668700471/>`__. Notice that fewer results are found by this improved query.
|
||||
➤ `See this in the query console on LGTM.com <https://lgtm.com/query/3150404889854131463/>`__. Notice that fewer results are found by this improved query.
|
||||
|
||||
Example: Finding mismatched contains checks
|
||||
-------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user