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 - AssertionError at com.oracle.js.parser.Parser.verifyDestructuringBindingPattern
Summary: AssertionError at com.oracle.js.parser.Parser.verifyDestructuringBindingPattern
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: Dev
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-23 07:25 UTC by kRk
Modified: 2018-02-26 11:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 229227


Attachments
stacktrace (6.48 KB, text/plain)
2017-05-23 07:25 UTC, kRk
Details
stacktrace (6.50 KB, text/plain)
2018-02-26 11:14 UTC, Michel Graciano
Details

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