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

Bug 336640

Summary: SystemViewRemoteOutputAdapter should not use hard-coded editor id
Product: [Tools] Target Management Reporter: Remy Suen <remy.suen>
Component: RSEAssignee: David McKnight <dmcknigh>
Status: RESOLVED FIXED QA Contact: Martin Oberhuber <mober.at+eclipse>
Severity: minor    
Priority: P3 CC: dmcknigh
Version: 3.3   
Target Milestone: 3.3 M6   
Hardware: All   
OS: All   
Whiteboard:

Description Remy Suen CLA 2011-02-08 12:46:54 EST
In its protected getDefaultTextEditor() method, the static DEFAULT_TEXT_EDITOR_ID string from the EditorsUI class should be used instead.
Comment 1 David McKnight CLA 2011-02-10 09:13:02 EST
I've modified the code to use EditorUI.DEFAULT_TEXT_EDITOR_ID rather than the hardcoded string.