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 270712

Summary: AssertionError at com.oracle.js.parser.Parser.verifyDestructuringBindingPattern
Product: javascript Reporter: kRk
Component: EditorAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal CC: hmichel
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229227
Attachments: stacktrace
stacktrace

Description kRk 2017-05-23 07:25:38 UTC
Build: NetBeans IDE Dev (Build 201705230001)
VM: OpenJDK 64-Bit Server VM, 25.131-b11, OpenJDK Runtime Environment, 1.8.0_131-8u131-b11-0ubuntu1.16.04.2-b11
OS: Linux

User Comments:
kRk: opened project




Stacktrace: 
java.lang.AssertionError
   at com.oracle.js.parser.Parser.verifyDestructuringBindingPattern(Parser.java:1893)
   at com.oracle.js.parser.Parser.verifyDestructuringParameterBindingPattern(Parser.java:4232)
   at com.oracle.js.parser.Parser.verifyArrowParameter(Parser.java:5024)
   at com.oracle.js.parser.Parser.convertArrowFunctionParameterList(Parser.java:4974)
   at com.oracle.js.parser.Parser.arrowFunction(Parser.java:4911)
   at com.oracle.js.parser.Parser.assignmentExpression(Parser.java:4854)
Comment 1 kRk 2017-05-23 07:25:40 UTC
Created attachment 164378 [details]
stacktrace
Comment 2 Michel Graciano 2018-02-26 11:14:27 UTC
Created attachment 165648 [details]
stacktrace

Probably during Swagger UI project parsing