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 - False warning about missing semicolon behind a template string
Summary: False warning about missing semicolon behind a template string
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-17 13:33 UTC by Petr Pisl
Modified: 2016-06-18 03:11 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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