Skip to content

Commit 7443c9c

Browse files
authored
Fix outdated query console link
github#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.
1 parent b015c73 commit 7443c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/language/learn-ql/java/types-class-hierarchy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Using these new classes we can extend our query to exclude calls to ``toArray``
141141
not ce.getExpr().(CollectionToArrayCall).getActualReturnType() = target
142142
select ce, "Potentially problematic array downcast."
143143
144-
➤ `See this in the query console on LGTM.com <https://lgtm.com/query/668700471/>`__. Notice that fewer results are found by this improved query.
144+
➤ `See this in the query console on LGTM.com <https://lgtm.com/query/3150404889854131463/>`__. Notice that fewer results are found by this improved query.
145145

146146
Example: Finding mismatched contains checks
147147
-------------------------------------------

0 commit comments

Comments
 (0)