Bug 230787 - IParseController's use of IRegion causes dependency on jface.text
Summary: IParseController's use of IRegion causes dependency on jface.text
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: IMP (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Robert M. Fuhrer CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-06 19:35 EDT by Robert M. Fuhrer CLA
Modified: 2014-01-09 15:04 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert M. Fuhrer CLA 2008-05-06 19:35:33 EDT
One of the methods in IParseController mentions a type from jface.text, which introduces a dependency on that UI-related plugin in code that nominally shouldn't have any UI dependencies.

Obviously we should use another type to represent the text range. Perhaps we should use whatever ltk.refactoring uses?