Commit d3ebf88
authored
Link calls with METHOD_REF receiver. (#1021)
No linking those calls was a leftover from when METHOD_REF node where no
proper expressions and had no type associated.
Also fixed error in CPG format spec. JUMP_TARGET cannot be the
destination of a RECEIVER edge originating from a CALL since JUMP_TARGET
is not an EXPRESSION.1 parent bc7ac5c commit d3ebf88
2 files changed
Lines changed: 0 additions & 2 deletions
File tree
- schema/src/main/resources/schemas
- semanticcpg/src/main/scala/io/shiftleft/semanticcpg/passes/linking/calllinker
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
262 | 261 | | |
263 | 262 | | |
264 | 263 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
| |||
0 commit comments