Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] 'Breaking' API or not?

Hi,
 
I need to move some API code from one class to another (two methods).  Both methods are new for Indigo.
Do I copy the code to the new class and keep the old unused one to preserve the API, or is it ok
to remove the unused code for RC2?
 
The code has value for people who override it, and allowing them to override a method
that is no longer being called seems worse than breaking the API to me.  So I'd prefer to
remove the unused API.
 
Recommendations would be appreciated.
 
Thanks
 
P.S. From https://bugs.eclipse.org/bugs/show_bug.cgi?id=338730
 
Marc

Back to the top