Skip to content

Commit 7283002

Browse files
authored
Merge pull request github#12410 from michaelnebel/java/docs-models-as-data
Java: Docs MaD using extensions.
2 parents e3799ad + c45c2ff commit 7283002

File tree

4 files changed

+434
-1
lines changed

4 files changed

+434
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,3 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat
4545
- :doc:`Working with source locations <working-with-source-locations>`: You can use the location of entities within Java code to look for potential errors. Locations allow you to deduce the presence, or absence, of white space which, in some cases, may indicate a problem.
4646

4747
- :doc:`Abstract syntax tree classes for working with Java programs <abstract-syntax-tree-classes-for-working-with-java-programs>`: CodeQL has a large selection of classes for representing the abstract syntax tree of Java programs.
48-

0 commit comments

Comments
 (0)