Bug 188584 - check-webkit-style incorrectly complaint about Undefined variable when using import *
Summary: check-webkit-style incorrectly complaint about Undefined variable when using ...
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aakash Jain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-14 15:54 PDT by Aakash Jain
Modified: 2018-08-14 15:54 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aakash Jain 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