mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
332 B
332 B
category
| category |
|---|
| feature |
- Added support for Java 25 compact source files (JEP 512). The new predicate
Class.isImplicit()identifies classes that are implicitly declared when using compact source files, and the new predicateCompilationUnit.isCompactSourceFile()identifies compilation units that contain compact source files.