Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 2.52 KB

File metadata and controls

48 lines (29 loc) · 2.52 KB

CodeQL for Java and Kotlin

Experiment and learn how to write effective and efficient queries for CodeQL databases generated from Java and Kotlin codebases.

Enabling Kotlin support

CodeQL treats Java and Kotlin as parts of the same language, so to enable Kotlin support you should enable java as a language.

.. toctree::
   :hidden:

   basic-query-for-java-code
   codeql-library-for-java
   analyzing-data-flow-in-java
   types-in-java
   overflow-prone-comparisons-in-java
   navigating-the-call-graph
   annotations-in-java
   javadoc
   working-with-source-locations
   abstract-syntax-tree-classes-for-working-with-java-programs