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 258873 - Assertion error when generating JSDoc for method in ES6 class
Summary: Assertion error when generating JSDoc for method in ES6 class
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-04-16 19:21 UTC by Vladimir Riha
Modified: 2016-04-21 10:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stacktrace (5.33 KB, text/plain)
2016-04-16 19:21 UTC, Vladimir Riha
Details
sample code (2.26 KB, text/plain)
2016-04-16 19:21 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2016-04-16 19:21:29 UTC
Created attachment 159291 [details]
stacktrace

Please try to put cursor on line 14 (line before simplify() declaration), type 
/**

and press Enter => AE


Thanks

Product Version: NetBeans IDE Dev (Build javascript2-frameworks-1865-on-20160415)
Updates: Updates available
Java: 1.8.0_65; Java HotSpot(TM) 64-Bit Server VM 25.65-b01
Runtime: Java(TM) SE Runtime Environment 1.8.0_65-b17
System: Linux version 4.2.0-19-generic running on amd64; UTF-8; en_US (nb)
Comment 1 Vladimir Riha 2016-04-16 19:21:47 UTC
Created attachment 159292 [details]
sample code
Comment 2 Petr Hejl 2016-04-21 10:28:24 UTC
Seems to be fixed now.