codeql/java/kotlin-extractor
Chris Smowton 3514dd1e4d Java: merge the @class and @interface database types and tables
This will allow the extractor to emit class(id, ...) when all it knows about a class is its name, due to not having it available on the classpath. Previously it would have had to guess whether it belonged to @class or @interface, possibly introducing an inconsistency.
2023-02-14 17:21:23 +00:00
..
src/main Java: merge the @class and @interface database types and tables 2023-02-14 17:21:23 +00:00
.gitignore Add gitignore 2022-05-10 18:45:56 +01:00
build.gradle Kotlin: 1.8.0 changes 2023-01-10 14:41:30 +00:00
build.py Kotlin build system: Refactor jar-finder 2022-11-23 21:43:32 +00:00
generate_dbscheme.py Kotlin: Add AnyDbType 2022-08-25 16:40:27 +01:00
gradle.properties Kotlin: bump default CI version to 1.7.20 2022-11-25 10:19:26 +00:00
kotlin_plugin_versions.py Kotlin: Use 1.8.10 for CI 2023-02-08 11:35:23 +00:00
settings.gradle Kotlin: Add kotlin-extractor 2022-05-10 18:45:51 +01:00