Skip to content

Commit 27fd16a

Browse files
committed
Java: update documentation on supported language versions
1 parent d7ca065 commit 27fd16a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/codeql/support/reusables/versions-compilers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
.NET Core up to 3.1","``.sln``, ``.csproj``, ``.cs``, ``.cshtml``, ``.xaml``"
1717
Go (aka Golang), "Go up to 1.15", "Go 1.11 or more recent", ``.go``
18-
Java,"Java 6 to 14 [3]_","javac (OpenJDK and Oracle JDK),
18+
Java,"Java 7 to 15 [3]_","javac (OpenJDK and Oracle JDK),
1919

2020
Eclipse compiler for Java (ECJ) [4]_",``.java``
2121
JavaScript,ECMAScript 2019 or lower,Not applicable,"``.js``, ``.jsx``, ``.mjs``, ``.es``, ``.es6``, ``.htm``, ``.html``, ``.xhm``, ``.xhtml``, ``.vue``, ``.json``, ``.yaml``, ``.yml``, ``.raml``, ``.xml`` [5]_"
@@ -26,7 +26,7 @@
2626

2727
.. [1] Support for the clang-cl compiler is preliminary.
2828
.. [2] Support for the Arm Compiler (armcc) is preliminary.
29-
.. [3] Builds that execute on Java 6 to 14 can be analyzed. The analysis understands Java 14 standard language features.
29+
.. [3] Builds that execute on Java 7 to 15 can be analyzed. The analysis understands Java 15 standard language features.
3030
.. [4] ECJ is supported when the build invokes it via the Maven Compiler plugin or the Takari Lifecycle plugin.
3131
.. [5] JSX and Flow code, YAML, JSON, HTML, and XML files may also be analyzed with JavaScript files.
3232
.. [6] TypeScript analysis is performed by running the JavaScript extractor with TypeScript enabled. This is the default for LGTM.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
lgtm,codescanning
2+
* The Java extractor has been upgraded to support Java 15.

0 commit comments

Comments
 (0)