Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Thrift.qll
1 parent 02363d7 commit 9f06e13Copy full SHA for 9f06e13
1 file changed
python/ql/src/external/Thrift.qll
@@ -52,8 +52,8 @@ class ThriftElement extends ExternalData {
52
exists(ThriftElement first, ThriftElement last |
53
first = this.getChild(min(int l | exists(this.getChild(l)))) and
54
last = this.getChild(max(int l | exists(this.getChild(l)))) and
55
- first.hasLocationInfo(fp, bl, bc, _, _) and
56
- last.hasLocationInfo(fp, _, _, el, ec)
+ first.hasLocationInfo(filepath, startline, startcolumn, _, _) and
+ last.hasLocationInfo(filepath, _, _, endline, endcolumn)
57
)
58
}
59
0 commit comments