Skip to content

Commit 73ecb11

Browse files
committed
Update name of renamed article and add to index
1 parent 8218397 commit 73ecb11

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/codeql/codeql-language-guides/codeql-for-java.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat
1818
basic-query-for-java-code
1919
codeql-library-for-java
2020
analyzing-data-flow-in-java
21+
using-data-extensions-to-model-dependencies
2122
types-in-java
2223
overflow-prone-comparisons-in-java
2324
navigating-the-call-graph
@@ -32,6 +33,8 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat
3233

3334
- :doc:`Analyzing data flow in Java <analyzing-data-flow-in-java>`: You can use CodeQL to track the flow of data through a Java program to its use.
3435

36+
- :doc:`Using data extensions to model your Java/Kotlin dependencies`: You can model frameworks and libraries that your code base depends on using data extensions and publish them as CodeQL model packs.
37+
3538
- :doc:`Java types <types-in-java>`: You can use CodeQL to find out information about data types used in Java code. This allows you to write queries to identify specific type-related issues.
3639

3740
- :doc:`Overflow-prone comparisons in Java <overflow-prone-comparisons-in-java>`: You can use CodeQL to check for comparisons in Java code where one side of the comparison is prone to overflow.

docs/codeql/codeql-language-guides/using-data-extensions-to-model-dependencies.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
.. _customizing-library-models-for-java:
1+
.. _using-data-extensions-to-model-dependencies:
22

3-
:orphan:
4-
:nosearch:
5-
6-
Customizing Library Models for Java
7-
===================================
3+
Using data extensions to model your Java/Kotlin dependencies
4+
============================================================
85

96
.. include:: ../reusables/beta-note-customizing-library-models.rst
107

0 commit comments

Comments
 (0)