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

Bug 314372

Summary: Illegal extension of internal CEditor class
Product: [Tools] Linux Tools Reporter: Jeff Johnston <jjohnstn>
Component: GProfAssignee: Xavier Raynaud <xraynaud>
Status: RESOLVED FIXED QA Contact: Xavier Raynaud <xavier.raynaud>
Severity: normal    
Priority: P3 CC: akurtakov
Version: 0.5   
Target Milestone: 3.0   
Hardware: PC   
OS: Linux   
Whiteboard:
Bug Depends on:    
Bug Blocks: 313157    

Description Jeff Johnston CLA 2010-05-25 18:26:57 EDT
org.eclipse.linuxtools.dataviewers.annotatedsourceeditor.STAnnotatedCSourceEditor extends: org.eclipse.cdt.internal.ui.editor.CEditor

which is an internal class.  This causes a number of API violations.
Comment 1 Andrew Overholt CLA 2011-09-30 15:17:59 EDT
Updating Xavier's email address for existing bugs.
Comment 2 Roland Grunberg CLA 2014-04-10 12:35:19 EDT
We could consider removing the Editor once Bug 350291 is resolved (assuming only Gcov is currently using it). It's entirely possible to display annotations in whichever Editor is used to open a C/C++ source file.
Comment 3 Alexander Kurtakov CLA 2014-05-23 01:33:30 EDT
annotatedsourceeditor is gone now.