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

Summary: ES6 mismatched input while parsing
Product: javascript Reporter: jockeeriksson <jockeeriksson>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: RESOLVED FIXED    
Severity: normal CC: dusty
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 242387    
Attachments: A class that the parser can not handle.

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.