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

Bug 489867

Summary: Move the ErrorTypes object out of the ASTManager
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Olivier Thomann <Olivier_Thomann>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 12.0   
Target Milestone: 12.0   
Hardware: All   
OS: All   
Whiteboard:

Description Michael Rennie CLA 2016-03-17 12:45:20 EDT
We have an object in the ASTManager that describes some categories of fatal parse errors. If another class wants to use these constants they have to depend on the ASTManager - which is not ideal as it has other dependencies.

We should move these constants to the Util class (that has no other dependencies)
Comment 1 Olivier Thomann CLA 2016-03-17 13:06:23 EDT
Delivered.