Skip to content

Commit 5c97a5f

Browse files
committed
Kotlin: Kotlin support is now out of beta, and generally available
1 parent 3f789ba commit 5c97a5f

16 files changed

+16
-42
lines changed

docs/codeql/codeql-language-guides/abstract-syntax-tree-classes-for-working-with-java-programs.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ CodeQL has a large selection of classes for representing the abstract syntax tre
77

88
.. include:: ../reusables/abstract-syntax-tree.rst
99

10-
.. include:: ../reusables/kotlin-beta-note.rst
11-
1210
.. include:: ../reusables/kotlin-java-differences.rst
1311

1412
Statement classes
@@ -385,4 +383,4 @@ Further reading
385383
.. _TypeLiteral: https://codeql.github.com/codeql-standard-libraries/java/semmle/code/java/Expr.qll/type.Expr$TypeLiteral.html
386384
.. _ClassInstanceExpr: https://codeql.github.com/codeql-standard-libraries/java/semmle/code/java/Expr.qll/type.Expr$ClassInstanceExpr.html
387385
.. _ArrayInit: https://codeql.github.com/codeql-standard-libraries/java/semmle/code/java/Expr.qll/type.Expr$ArrayInit.html
388-
.. _Annotation: https://codeql.github.com/codeql-standard-libraries/java/semmle/code/java/Annotation.qll/type.Annotation$Annotation.html
386+
.. _Annotation: https://codeql.github.com/codeql-standard-libraries/java/semmle/code/java/Annotation.qll/type.Annotation$Annotation.html

docs/codeql/codeql-language-guides/analyzing-data-flow-in-java.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Analyzing data flow in Java and Kotlin
55

66
You can use CodeQL to track the flow of data through a Java/Kotlin program to its use.
77

8-
.. include:: ../reusables/kotlin-beta-note.rst
9-
108
.. include:: ../reusables/kotlin-java-differences.rst
119

1210
About this article

docs/codeql/codeql-language-guides/annotations-in-java.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Annotations in Java and Kotlin
55

66
CodeQL databases of Java/Kotlin projects contain information about all annotations attached to program elements.
77

8-
.. include:: ../reusables/kotlin-beta-note.rst
9-
108
About working with annotations
119
------------------------------
1210

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ CodeQL for Java and Kotlin
55

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

8-
.. include:: ../reusables/kotlin-beta-note.rst
9-
10-
118
.. pull-quote:: Enabling Kotlin support
129

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

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ CodeQL library for Java and Kotlin
55

66
When you're analyzing a Java/Kotlin program, you can make use of the large collection of classes in the CodeQL library for Java/Kotlin.
77

8-
.. include:: ../reusables/kotlin-beta-note.rst
9-
108
About the CodeQL library for Java and Kotlin
119
--------------------------------------------
1210

docs/codeql/codeql-language-guides/customizing-library-models-for-java-and-kotlin.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Customizing library models for Java and Kotlin
55

66
You can model the methods and callables that control data flow in any framework or library. This is especially useful for custom frameworks or niche libraries, that are not supported by the standard CodeQL libraries.
77

8-
.. include:: ../reusables/kotlin-beta-note.rst
9-
108
.. include:: ../reusables/beta-note-customizing-library-models.rst
119

1210
About this article

docs/codeql/codeql-language-guides/overflow-prone-comparisons-in-java.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Overflow-prone comparisons in Java and Kotlin
55

66
You can use CodeQL to check for comparisons in Java/Kotlin code where one side of the comparison is prone to overflow.
77

8-
.. include:: ../reusables/kotlin-beta-note.rst
9-
108
About this article
119
------------------
1210

docs/codeql/codeql-language-guides/types-in-java.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Types in Java and Kotlin
55

66
You can use CodeQL to find out information about data types used in Java/Kotlin code. This allows you to write queries to identify specific type-related issues.
77

8-
.. include:: ../reusables/kotlin-beta-note.rst
9-
108
About working with Java types
119
-----------------------------
1210

docs/codeql/codeql-language-guides/working-with-source-locations.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Working with source locations
55

66
You can use the location of entities within Java/Kotlin 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.
77

8-
.. include:: ../reusables/kotlin-beta-note.rst
9-
108
About source locations
119
----------------------
1210

docs/codeql/codeql-overview/system-requirements.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ Supported platforms
1212

1313
.. include:: ../reusables/supported-platforms.rst
1414

15-
.. include:: ../reusables/kotlin-beta-note.rst
16-
1715
Additional software requirements
1816
################################
1917

0 commit comments

Comments
 (0)