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

Bug 314348

Summary: Invalid implementation of IMarker
Product: z_Archived Reporter: Jeff Johnston <jjohnstn>
Component: AutotoolsAssignee: Jeff Johnston <jjohnstn>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: jjohnstn, linux.changelog-inbox
Version: 0.5   
Target Milestone: 0.6.1   
Hardware: PC   
OS: Linux   
Whiteboard:
Bug Depends on:    
Bug Blocks: 313157    

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.