Skip to content

Commit 2b3ad60

Browse files
committed
Java 14: update supported language version in docs
1 parent 9a79e3b commit 2b3ad60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/language/support/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.0","``.sln``, ``.csproj``, ``.cs``, ``.cshtml``, ``.xaml``"
1717
Go (aka Golang), "Go up to 1.14", "Go 1.11 or more recent", ``.go``
18-
Java,"Java 6 to 13 [4]_","javac (OpenJDK and Oracle JDK),
18+
Java,"Java 6 to 14 [4]_","javac (OpenJDK and Oracle JDK),
1919

2020
Eclipse compiler for Java (ECJ) [5]_",``.java``
2121
JavaScript,ECMAScript 2019 or lower,Not applicable,"``.js``, ``.jsx``, ``.mjs``, ``.es``, ``.es6``, ``.htm``, ``.html``, ``.xhm``, ``.xhtml``, ``.vue``, ``.json``, ``.yaml``, ``.yml``, ``.raml``, ``.xml`` [6]_"
@@ -27,7 +27,7 @@
2727
.. [1] Support for the clang-cl compiler is preliminary.
2828
.. [2] Support for the Arm Compiler (armcc) is preliminary.
2929
.. [3] In addition, support is included for the preview features of C# 8.0 and .NET Core 3.0.
30-
.. [4] Builds that execute on Java 6 to 12 can be analyzed. The analysis understands Java 12 language features.
30+
.. [4] Builds that execute on Java 6 to 14 can be analyzed. The analysis understands Java 14 standard language features.
3131
.. [5] ECJ is supported when the build invokes it via the Maven Compiler plugin or the Takari Lifecycle plugin.
3232
.. [6] JSX and Flow code, YAML, JSON, HTML, and XML files may also be analyzed with JavaScript files.
3333
.. [7] TypeScript analysis is performed by running the JavaScript extractor with TypeScript enabled. This is the default for LGTM.

0 commit comments

Comments
 (0)