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 262643 - Editor shows error around "async" in $.ajax() as "Expected Ident but found :"
Summary: Editor shows error around "async" in $.ajax() as "Expected Ident but found :"
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-07-01 07:41 UTC by Masaki Katakai
Modified: 2016-07-18 11:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
error on Editor (41.17 KB, image/png)
2016-07-01 07:41 UTC, Masaki Katakai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2016-07-01 07:41:11 UTC
Created attachment 160211 [details]
error on Editor

I noticed recent dev build shows error around 'async' in $.ajax on Editor.
I understand this is not happening before.

                return $.ajax({
                    ...
                    async: false,
                    ...
                });

I'm using 


Product Version: NetBeans IDE Dev (Build 201607010002)
Java: 1.8.0_92; Java HotSpot(TM) 64-Bit Server VM 25.92-b14
Runtime: Java(TM) SE Runtime Environment 1.8.0_92-b14
System: Linux version 3.19.0-61-generic running on amd64; ANSI_X3.4-1968; en_US (nb)

Please refer the snapshot
Comment 1 Petr Hejl 2016-07-18 11:05:39 UTC
Please retry with the latest build. This should be fixed already.