Skip to content

Commit 7b4960c

Browse files
committed
Update query console links in javadoc.rst
Removes 'gradle/gradle' from the queried projects because it cannot be queried currently, and instead queries all demo projects which are currently available.
1 parent b835d78 commit 7b4960c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/language/learn-ql/java/javadoc.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Now we can write a query for finding all callables ``c`` and ``@throws`` tags ``
147147
not mayThrow(c, exn)
148148
select tt, "Spurious @throws tag."
149149
150-
➤ `See this in the query console on LGTM.com <https://lgtm.com/query/1505752646058/>`__. This finds several results in the LGTM.com demo projects.
150+
➤ `See this in the query console on LGTM.com <https://lgtm.com/query/1258570917227966396/>`__. This finds several results in the LGTM.com demo projects.
151151

152152
Improvements
153153
~~~~~~~~~~~~
@@ -214,7 +214,7 @@ The first case can be covered by changing ``getDocumentedException`` to use the
214214
(result.hasName(tt.getExceptionName()) and visibleIn(tt.getFile(), result))
215215
}
216216
217-
➤ `See this in the query console on LGTM.com <https://lgtm.com/query/1505751136101/>`__. This finds many fewer, more interesting results in the LGTM.com demo projects.
217+
➤ `See this in the query console on LGTM.com <https://lgtm.com/query/8016848987103345329/>`__. This finds many fewer, more interesting results in the LGTM.com demo projects.
218218

219219
Currently, ``visibleIn`` only considers single-type imports, but you could extend it with support for other kinds of imports.
220220

0 commit comments

Comments
 (0)