From 94f525ff725c5b99489a6ba238c646efd6cce755 Mon Sep 17 00:00:00 2001 From: Felicity Chapman Date: Mon, 18 Mar 2019 10:17:56 +0000 Subject: [PATCH 1/2] Be more explicit about Java versions supported --- change-notes/1.20/support/framework-support.rst | 2 +- change-notes/1.20/support/language-support.rst | 2 +- change-notes/1.20/support/versions-compilers.csv | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/change-notes/1.20/support/framework-support.rst b/change-notes/1.20/support/framework-support.rst index 7c004af07b67..dc1995f9345c 100644 --- a/change-notes/1.20/support/framework-support.rst +++ b/change-notes/1.20/support/framework-support.rst @@ -1,7 +1,7 @@ Frameworks and libraries ######################## -The QL libraries and queries in this version have been explicitly checked against the libraries and frameworks listed below. +The QL libraries and queries in version |version| have been explicitly checked against the libraries and frameworks listed below. .. pull-quote:: diff --git a/change-notes/1.20/support/language-support.rst b/change-notes/1.20/support/language-support.rst index f04cb5f82fd7..7455b208b567 100644 --- a/change-notes/1.20/support/language-support.rst +++ b/change-notes/1.20/support/language-support.rst @@ -14,6 +14,6 @@ Note that where there are several versions or dialects of a language, the suppor .. container:: footnote-group .. [1] The best results are achieved with COBOL code that stays close to the ANSI 85 standard. - .. [2] Java 11 refers to the language features used. Builds that execute on Java 6 or higher can be analyzed. + .. [2] Builds that execute on Java 6 or higher can be analyzed. The analysis understands Java 11 language features. .. [3] JSX and Flow code, YAML, JSON, and HTML files may also be analyzed with JavaScript files. .. [4] TypeScript analysis is performed by running the JavaScript extractor with TypeScript enabled. This is the default for LGTM. diff --git a/change-notes/1.20/support/versions-compilers.csv b/change-notes/1.20/support/versions-compilers.csv index fb903ca08a61..9ca3a1552ef0 100644 --- a/change-notes/1.20/support/versions-compilers.csv +++ b/change-notes/1.20/support/versions-compilers.csv @@ -8,7 +8,7 @@ C#,C# up to 7.2 together with .NET versions up to 4.7.1,"Microsoft Visual Studio .NET Core up to 2.1","``.sln``, ``.csproj``, ``.cs``, ``.cshtml``, ``.xaml``" COBOL,ANSI 85 or newer [1]_.,Not applicable,"``.cbl``, ``.CBL``, ``.cpy``, ``.CPY``, ``.copy``, ``.COPY``" -Java,"Java 11 [2]_. or lower","javac (OpenJDK and Oracle JDK) +Java,"Java 6 to 11 [2]_.","javac (OpenJDK and Oracle JDK) Eclipse compiler for Java (ECJ) batch compiler",``.java`` JavaScript,ECMAScript 2018 or lower,Not applicable,"``.js``, ``.jsx``, ``.mjs``, ``.es``, ``.es6``, ``.htm``, ``.html``, ``.xhm``, ``.xhtml``, ``.vue``, ``.json`` [3]_." From e05387f237e0a4e54338cf31dcf2e5039bf9864c Mon Sep 17 00:00:00 2001 From: Felicity Chapman Date: Mon, 18 Mar 2019 15:44:47 +0000 Subject: [PATCH 2/2] Correct information about build support --- change-notes/1.20/support/language-support.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/change-notes/1.20/support/language-support.rst b/change-notes/1.20/support/language-support.rst index 7455b208b567..451138c10a5e 100644 --- a/change-notes/1.20/support/language-support.rst +++ b/change-notes/1.20/support/language-support.rst @@ -14,6 +14,6 @@ Note that where there are several versions or dialects of a language, the suppor .. container:: footnote-group .. [1] The best results are achieved with COBOL code that stays close to the ANSI 85 standard. - .. [2] Builds that execute on Java 6 or higher can be analyzed. The analysis understands Java 11 language features. + .. [2] Builds that execute on Java 6 to 11 can be analyzed. The analysis understands Java 11 language features. .. [3] JSX and Flow code, YAML, JSON, and HTML files may also be analyzed with JavaScript files. .. [4] TypeScript analysis is performed by running the JavaScript extractor with TypeScript enabled. This is the default for LGTM.