Skip to content

Commit

Permalink
Java/Kotlin: Remove the erasure relation
Browse files Browse the repository at this point in the history
It's no longer used
  • Loading branch information
igfoo committed Oct 29, 2024
1 parent 8ab52db commit 6be2e98
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 98 deletions.
5 changes: 0 additions & 5 deletions java/ql/lib/config/semmlecode.dbscheme
Original file line number Diff line number Diff line change
Expand Up @@ -516,11 +516,6 @@ isRaw(
int memberid: @member ref
);

erasure(
unique int memberid: @member ref,
int erasureid: @member ref
);

#keyset[classid] #keyset[parent]
isAnonymClass(
int classid: @classorinterface ref,
Expand Down
93 changes: 0 additions & 93 deletions java/ql/lib/config/semmlecode.dbscheme.stats
Original file line number Diff line number Diff line change
Expand Up @@ -13843,99 +13843,6 @@
</columnsizes>
<dependencies/>
</relation>
<relation>
<name>erasure</name>
<cardinality>22246872</cardinality>
<columnsizes>
<e>
<k>memberid</k>
<v>22246872</v>
</e>
<e>
<k>erasureid</k>
<v>2976</v>
</e>
</columnsizes>
<dependencies>
<dep>
<src>memberid</src>
<trg>erasureid</trg>
<val>
<hist>
<budget>12</budget>
<bs>
<b>
<a>1</a>
<b>2</b>
<v>22246872</v>
</b>
</bs>
</hist>
</val>
</dep>
<dep>
<src>erasureid</src>
<trg>memberid</trg>
<val>
<hist>
<budget>12</budget>
<bs>
<b>
<a>1</a>
<b>2</b>
<v>184</v>
</b>
<b>
<a>2</a>
<b>3</b>
<v>456</v>
</b>
<b>
<a>3</a>
<b>5</b>
<v>260</v>
</b>
<b>
<a>5</a>
<b>6</b>
<v>734</v>
</b>
<b>
<a>6</a>
<b>9</b>
<v>236</v>
</b>
<b>
<a>9</a>
<b>23</b>
<v>254</v>
</b>
<b>
<a>23</a>
<b>98</b>
<v>225</v>
</b>
<b>
<a>101</a>
<b>288</b>
<v>225</v>
</b>
<b>
<a>345</a>
<b>2541</b>
<v>225</v>
</b>
<b>
<a>2940</a>
<b>448198</b>
<v>173</v>
</b>
</bs>
</hist>
</val>
</dep>
</dependencies>
</relation>
<relation>
<name>isAnonymClass</name>
<cardinality>157916</cardinality>
Expand Down

0 comments on commit 6be2e98

Please sign in to comment.