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 262468

Summary: False warning about missing semicolon behind a template string
Product: javascript Reporter: Petr Pisl <ppisl>
Component: EditorAssignee: Petr Hejl <phejl>
Status: RESOLVED FIXED    
Severity: normal CC: chrizzly
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Petr Pisl 2016-06-17 13:33:24 UTC
If you have a code like:

var path = "neco";
var ttt = `${path}`;

then there is a false warning about missing semicolon.
Comment 1 Petr Hejl 2016-06-17 14:05:12 UTC
Fixed in web-main 5ee24a078cd3.
Comment 2 Quality Engineering 2016-06-18 03:11:00 UTC
Integrated into 'main-silver', will be available in build *201606180002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5ee24a078cd3
User: Petr Hejl <phejl@netbeans.org>
Log: #262468 - False warning about missing semicolon behind a template string