Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 435096

Summary: "Unexpected comma" in JSON files should be an error, not a warning
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Michael_Rennie
Version: 5.0   
Target Milestone: 6.0 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2014-05-16 15:46:46 EDT
1. Create a .json file containing this:

{ "foo": "bar,
}

2. You'll see an "Unexpected comma" message. It is marked as a warning, when in reality it is a fatal syntax error. We should show an error marker instead.