Files
codeql/java/ql/lib/change-notes/released/6.1.0.md
2025-01-21 12:47:53 +00:00

702 B

6.1.0

New Features

  • The Java and Kotlin extractors now support CODEQL_PATH_TRANSFORMER. SEMMLE_PATH_TRANSFORMER is still supported, but deprecated.

Minor Analysis Improvements

  • JavacTool-based compiler interception no longer requires an --add-opens directive when FileObject.toUri is accessible.
  • JavacTool-based compiler interception no longer throws an exception visible to the program using JavacTool on failure to extract a file path from a passed JavaFileObject.
  • JavacTool-based compiler interception now supports files that don't simply wrap a file:// URL, such as a source file inside a JAR, or an in-memory file, but which do implement getCharContent.