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 270609

Summary: Js syntax error not detected
Product: javascript Reporter: ndwolf <ndwolf>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description ndwolf 2017-05-10 17:12:36 UTC
Having this code: 
$scope.customTrackerItem = {
                            extraFields = {
                                milestone: {
                                    fieldId: 55965,
                                    id: 55965,
                                    fieldData: {
                                        id: 568
                                    }
                                }
                            }
                        };


editor doesn't detects the syntax error "Invalid shorthand property initializer" at line 2.