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 257451 - ES6 mismatched input while parsing
Summary: ES6 mismatched input while parsing
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks: 242387
  Show dependency tree
 
Reported: 2016-01-07 07:53 UTC by jockeeriksson
Modified: 2016-01-07 12:08 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
A class that the parser can not handle. (1.43 KB, application/javascript)
2016-01-07 07:53 UTC, jockeeriksson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jockeeriksson 2016-01-07 07:53:50 UTC
Created attachment 158038 [details]
A class that the parser can not handle.

I get a parse error on this class.

line 13:42 at [@64,540:540=')',<62>,13:42]: mismatched input ')' expecting {<EOF>, NoSubstitutionTemplate, TemplateHead, 'break', 'do', 'in', 'typeof', 'instanceof', 'var', 'export', 'new', 'void', 'class', 'return', 'while', 'const', 'super', 'with', 'continue', 'for', 'switch', 'yield', 'debugger', 'function', 'this', 'if', 'throw', 'delete', 'import', 'try', 'let', '(', '{', '[', '.', ';', ',', '<', '>', '<=', '>=', '==', '!=', '===', '!==', '+', '-', '*', '/', '%', '++', '--', '<<', '>>', '>>>', '&', '|', '^', '!', '~', '&&', '||', 'null', 'true', 'false', NUMERIC_DECIMAL, NUMERIC_INTEGER, NUMERIC_BINARY, NUMERIC_OCTAL, NUMERIC_HEX, STRING, REGULAR_EXPRESSION, IDENTIFIER}
Comment 1 Petr Pisl 2016-01-07 12:08:08 UTC
Should now work from build #11 at http://deadlock.netbeans.org/job/ECMAScript6/

Thanks.