Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 314348 - Invalid implementation of IMarker
Summary: Invalid implementation of IMarker
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Autotools (show other bugs)
Version: 0.5   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 0.6.1   Edit
Assignee: Jeff Johnston CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 313157
  Show dependency tree
 
Reported: 2010-05-25 15:52 EDT by Jeff Johnston CLA
Modified: 2010-07-12 18:02 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 15:52:03 EDT
The interface: org.eclipse.core.resources.IMarker is implemented by:
org.eclipse.linuxtools.cdt.autotools.ui.editors.AutoconfErrorHandler.AutoconfMarker and org.eclipse.linuxtools.internal.cdt.autotools.ui.editors.automake.AutomakeErrorHandler.AutomakeMarker
although the interface is marked as noimplment
Comment 1 Jeff Johnston CLA 2010-07-12 18:02:26 EDT
Code has been changed to simply add Annotation to annotation model rather than use a MarkerAnnotation which requires an IMarker as input.