Java topics - change titles & add intros

This commit is contained in:
Alistair Christie
2020-02-18 16:34:55 +00:00
parent bcb4759b6a
commit fdbc74825e
10 changed files with 38 additions and 20 deletions

View File

@@ -1,5 +1,7 @@
Tutorial: Navigating the call graph
===================================
Navigating the call graph
=========================
CodeQL provides an API for identifying code that calls other code, and code that can be called from elsewhere. This allows you to find, for example, methods that are never used.
Call graph API
--------------