File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
ql/lib/semmle/python/frameworks Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 180180 " " ,
181181 " /** A direct instantiation of `${TM_SELECTED_TEXT}`. */" ,
182182 " private class ClassInstantiation extends InstanceSource, DataFlow::CallCfgNode {" ,
183- " override CallNode node;" ,
184- " " ,
185183 " ClassInstantiation() { this = classRef().getACall() }" ,
186184 " }" ,
187185 " " ,
Original file line number Diff line number Diff line change @@ -322,8 +322,6 @@ private module Django {
322322
323323 /** A direct instantiation of `django.utils.datastructures.MultiValueDict`. */
324324 private class ClassInstantiation extends InstanceSource , DataFlow:: CallCfgNode {
325- override CallNode node ;
326-
327325 ClassInstantiation ( ) { this = classRef ( ) .getACall ( ) }
328326 }
329327
You can’t perform that action at this time.
0 commit comments