This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 257341

Summary: ES6 for of generates global directive warning.
Product: javascript Reporter: jockeeriksson <jockeeriksson>
Component: EditorAssignee: Petr Hejl <phejl>
Status: RESOLVED FIXED    
Severity: normal CC: dusty
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 242387    

Description jockeeriksson 2015-12-30 12:08:32 UTC
ex 

  for (var value of this.bets) {
        this.method(value.id); 
    }

value.id gets a warning about global directive.
Comment 1 Petr Hejl 2016-04-14 09:25:43 UTC
Seems to be fixed.