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

Bug 435330

Summary: [eslint] Setting severity has no effect
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: JS ToolsAssignee: Mark Macdonald <mamacdon>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 5.0   
Target Milestone: 6.0 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2014-05-20 15:21:17 EDT
1. In Settings > Validation, change the severity for the "Undefined member use" case to "Ignore" or "Warning"
2. Validate a js file that has an undeclared reference, eg.
  jQuery;

The "jQuery is not defined" problem does not have the expected severity -- it is always an error, ignoring whatever severity you picked in step 1.

This affects all problems except the 2 dealing with missing JSDoc.
Comment 1 Mark Macdonald CLA 2014-05-20 15:25:45 EDT
I broke this while fixing bug 434022

http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=e81cee4