Skip to content

Commit bc2d31b

Browse files
authored
Merge pull request github#2114 from yh-semmle/java-expr-parent
Java: refine type of parent column in `exprs` relation
2 parents 75bf339 + 64db00a commit bc2d31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/config/semmlecode.dbscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ exprs(
501501
unique int id: @expr,
502502
int kind: int ref,
503503
int typeid: @type ref,
504-
int parent: @element ref,
504+
int parent: @exprparent ref,
505505
int idx: int ref
506506
);
507507

0 commit comments

Comments
 (0)