You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/language/learn-ql/csharp/introduce-libraries-csharp.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1122,6 +1122,6 @@ Here is the fixed version:
1122
1122
Further reading
1123
1123
---------------
1124
1124
1125
-
- Visit :doc:`Tutorial: Analyzing data flow in C# <dataflow>` to learn more about writing queries using the standard data flow and taint tracking libraries.
1125
+
- Visit :doc:`Analyzing data flow in C# <dataflow>` to learn more about writing queries using the standard data flow and taint tracking libraries.
1126
1126
- Find out more about QL in the `QL language handbook <https://help.semmle.com/QL/ql-handbook/index.html>`__ and `QL language specification <https://help.semmle.com/QL/ql-spec/language.html>`__.
1127
1127
- Learn more about the query console in `Using the query console <https://lgtm.com/help/lgtm/using-query-console>`__.
Copy file name to clipboardExpand all lines: docs/language/learn-ql/csharp/ql-for-csharp.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ These topics provide an overview of the CodeQL libraries for C# and show example
20
20
21
21
<!-- Working with generic types and methods(generics) - how to query generic types and methods. -->
22
22
23
-
- :doc:`Tutorial: Analyzing data flow in C# <dataflow>` demonstrates how to write queries using the standard data flow and taint tracking libraries for C#.
23
+
- :doc:`Analyzing data flow in C# <dataflow>` demonstrates how to write queries using the standard data flow and taint tracking libraries for C#.
Copy file name to clipboardExpand all lines: docs/language/learn-ql/java/ql-for-java.rst
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,21 +21,21 @@ These topics provide an overview of the CodeQL libraries for Java and show examp
21
21
22
22
- `Basic Java query <https://lgtm.com/help/lgtm/console/ql-java-basic-example>`__ describes how to write and run queries using LGTM.
23
23
24
-
- :doc:`Introducing the CodeQL libraries for Java <introduce-libraries-java>` introduces the standard libraries used to write queries for Java code.
24
+
- :doc:`CodeQL libraries for Java <introduce-libraries-java>` introduces the standard libraries used to write queries for Java code.
25
25
26
-
- :doc:`Tutorial: Analyzing data flow in Java <dataflow>` demonstrates how to write queries using the standard data flow and taint tracking libraries for Java.
26
+
- :doc:`Analyzing data flow in Java <dataflow>` demonstrates how to write queries using the standard data flow and taint tracking libraries for Java.
27
27
28
-
- :doc:`Tutorial: Types and the class hierarchy<types-class-hierarchy>` introduces the classes for representing a program's class hierarchy by means of examples.
28
+
- :doc:`Types in Java<types-class-hierarchy>` introduces the classes for representing a program's class hierarchy by means of examples.
29
29
30
-
- :doc:`Tutorial: Expressions and statements <expressions-statements>` introduces the classes for representing a program's syntactic structure by means of examples.
30
+
- :doc:`Expressions and statements in Java<expressions-statements>` introduces the classes for representing a program's syntactic structure by means of examples.
31
31
32
-
- :doc:`Tutorial: Navigating the call graph <call-graph>` is a worked example of how to write a query that navigates a program's call graph to find unused methods.
32
+
- :doc:`Navigating the call graph <call-graph>` is a worked example of how to write a query that navigates a program's call graph to find unused methods.
33
33
34
-
- :doc:`Tutorial: Annotations <annotations>` introduces the classes for representing annotations by means of examples.
34
+
- :doc:`Annotations in Java<annotations>` introduces the classes for representing annotations by means of examples.
35
35
36
-
- :doc:`Tutorial: Javadoc <javadoc>` introduces the classes for representing Javadoc comments by means of examples.
36
+
- :doc:`Javadoc <javadoc>` introduces the classes for representing Javadoc comments by means of examples.
37
37
38
-
- :doc:`Tutorial: Working with source locations <source-locations>` is a worked example of how to write a query that uses the ___location information provided in the database for finding likely bugs.
38
+
- :doc:`Working with source locations <source-locations>` is a worked example of how to write a query that uses the ___location information provided in the database for finding likely bugs.
39
39
40
40
- :doc:`AST class reference <ast-class-reference>` gives an overview of all AST classes in the standard CodeQL library for Java.
0 commit comments