mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01: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.