mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
Python: Fix incomplete renaming in Thrift.qll.
This commit is contained in:
4
python/ql/src/external/Thrift.qll
vendored
4
python/ql/src/external/Thrift.qll
vendored
@@ -52,8 +52,8 @@ class ThriftElement extends ExternalData {
|
||||
exists(ThriftElement first, ThriftElement last |
|
||||
first = this.getChild(min(int l | exists(this.getChild(l)))) and
|
||||
last = this.getChild(max(int l | exists(this.getChild(l)))) and
|
||||
first.hasLocationInfo(fp, bl, bc, _, _) and
|
||||
last.hasLocationInfo(fp, _, _, el, ec)
|
||||
first.hasLocationInfo(filepath, startline, startcolumn, _, _) and
|
||||
last.hasLocationInfo(filepath, _, _, endline, endcolumn)
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user