-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17451 from igfoo/igfoo/dbscheme
Java: Remove deprecated elements from dbscheme
- Loading branch information
Showing
14 changed files
with
5,159 additions
and
830 deletions.
There are no files selected for viewing
1,233 changes: 1,233 additions & 0 deletions
1,233
java/downgrades/376ce7dad79375c0772b8edb938da82ca5271ba1/old.dbscheme
Large diffs are not rendered by default.
Oops, something went wrong.
1,265 changes: 1,265 additions & 0 deletions
1,265
java/downgrades/376ce7dad79375c0772b8edb938da82ca5271ba1/semmlecode.dbscheme
Large diffs are not rendered by default.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
java/downgrades/376ce7dad79375c0772b8edb938da82ca5271ba1/typeVars.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
class TypeVariable extends @typevariable { | ||
string toString() { none() } | ||
} | ||
|
||
class ClassOrInterfaceOrCallable extends @classorinterfaceorcallable { | ||
string toString() { none() } | ||
} | ||
|
||
from TypeVariable id, string nodeName, int pos, ClassOrInterfaceOrCallable parentid | ||
where typeVars(id, nodeName, pos, parentid) | ||
select id, nodeName, pos, 0, parentid |
3 changes: 3 additions & 0 deletions
3
java/downgrades/376ce7dad79375c0772b8edb938da82ca5271ba1/upgrade.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
description: Remove deprecated entries | ||
compatibility: partial | ||
typeVars.rel: run typeVars.qlo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.