Skip to content

Commit

Permalink
Java: Add up/downgrade scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
igfoo committed Sep 17, 2024
1 parent 9f1c251 commit 9a398aa
Show file tree
Hide file tree
Showing 8 changed files with 5,028 additions and 0 deletions.
1,233 changes: 1,233 additions & 0 deletions java/downgrades/376ce7dad79375c0772b8edb938da82ca5271ba1/old.dbscheme

Large diffs are not rendered by default.

1,265 changes: 1,265 additions & 0 deletions java/downgrades/376ce7dad79375c0772b8edb938da82ca5271ba1/semmlecode.dbscheme

Large diffs are not rendered by default.

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
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
Loading

0 comments on commit 9a398aa

Please sign in to comment.