Skip to content

Commit

Permalink
Java: Clarify supported langauge features
Browse files Browse the repository at this point in the history
  • Loading branch information
igfoo committed Jan 6, 2025
1 parent b60c860 commit 7ea8180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/codeql/reusables/supported-versions-compilers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
.. [2] Objective-C, Objective-C++, C++/CLI, and C++/CX are not supported.
.. [3] Support for the clang-cl compiler is preliminary.
.. [4] Support for the Arm Compiler (armcc) is preliminary.
.. [5] Builds that execute on Java 7 to 22 can be analyzed. The analysis understands Java 22 standard language features.
.. [5] Builds that execute on Java 7 to 22 can be analyzed. The analysis understands standard languages features in Java 8 to 22; "preview" and "incubator" features are not supported.
.. [6] ECJ is supported when the build invokes it via the Maven Compiler plugin or the Takari Lifecycle plugin.
.. [7] JSX and Flow code, YAML, JSON, HTML, and XML files may also be analyzed with JavaScript files.
.. [8] The extractor requires Python 3 to run. To analyze Python 2.7 you should install both versions of Python.
Expand Down

0 comments on commit 7ea8180

Please sign in to comment.