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

Summary: Editor shows error around "async" in $.ajax() as "Expected Ident but found :"
Product: javascript Reporter: Masaki Katakai <masaki>
Component: EditorAssignee: Petr Hejl <phejl>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: error on Editor

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.