Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 314331 - Invalid use of ICodeReaderFactory interface
Summary: Invalid use of ICodeReaderFactory interface
Status: RESOLVED FIXED
Alias: None
Product: Linux Tools
Classification: Tools
Component: ChangeLog (show other bugs)
Version: 0.5   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Phil Muldoon CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 313157
  Show dependency tree
 
Reported: 2010-05-25 14:57 EDT by Jeff Johnston CLA
Modified: 2010-06-01 15:24 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Johnston CLA 2010-05-25 14:57:47 EDT
The ICodeReaderFactory interface is set as @noimplement so the class NullCodeReaderFactory is in violation of this.

The CDT has changed the interface for getting a translation unit (see compareStructureProvider) that doesn't require an ICodeReaderFactory.
Comment 1 Jeff Johnston CLA 2010-06-01 15:24:13 EDT
Code has been modified to not use the ICodeReaderFactory interface.