Bug 188584

Summary: check-webkit-style incorrectly complaint about Undefined variable when using import *
Product: WebKit Reporter: Aakash Jain <aakash_jain>
Component: Tools / TestsAssignee: Aakash Jain <aakash_jain>
Status: ASSIGNED    
Severity: Normal CC: lforschler
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

Aakash Jain
Reported 2018-08-14 15:54:08 PDT
When using import * (e.g.: from steps import *) check-webkit-style complaints for each instance of variable/class/method used from the imported class. check-webkit-style does not know that the variable is imported from another module and incorrectly complaints. e.g.: https://bugs.webkit.org/show_bug.cgi?id=188516#c2
Attachments
Note You need to log in before you can comment on or make changes to this bug.