Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 314372 - Illegal extension of internal CEditor class
Summary: Illegal extension of internal CEditor class
Status: RESOLVED FIXED
Alias: None
Product: Linux Tools
Classification: Tools
Component: GProf (show other bugs)
Version: 0.5   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 3.0   Edit
Assignee: Xavier Raynaud CLA
QA Contact: Xavier Raynaud CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 313157
  Show dependency tree
 
Reported: 2010-05-25 18:26 EDT by Jeff Johnston CLA
Modified: 2014-05-23 01:33 EDT (History)
1 user (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 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.