mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Revert "Identify data classes during extraction"
This reverts commit a61ba65c9f2182a578a7f4dbdb1c1657197f16cd, pending adding a proper upgrade script for the DB change.
This commit is contained in:
@@ -1232,7 +1232,3 @@ ktFunctionOriginalNames(
|
||||
unique int id: @method ref,
|
||||
string name: string ref
|
||||
)
|
||||
|
||||
ktDataClasses(
|
||||
unique int id: @class ref
|
||||
)
|
||||
|
||||
@@ -714,13 +714,6 @@ class CompanionObject extends Class {
|
||||
Field getInstance() { type_companion_object(_, result, this) }
|
||||
}
|
||||
|
||||
/**
|
||||
* A Kotlin data class declaration.
|
||||
*/
|
||||
class DataClass extends Class {
|
||||
DataClass() { ktDataClasses(this) }
|
||||
}
|
||||
|
||||
/**
|
||||
* A record declaration.
|
||||
*/
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
| dc.kt:1:1:1:71 | ProtoMapValue |
|
||||
@@ -1,5 +0,0 @@
|
||||
import java
|
||||
|
||||
from DataClass c
|
||||
where c.fromSource()
|
||||
select c
|
||||
Reference in New Issue
Block a user