[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[dsdp-tm-dev] RE: RC1 Code Review - Encodings
|
- From: "Oberhuber, Martin" <Martin.Oberhuber@xxxxxxxxxxxxx>
- Date: Fri, 25 May 2007 17:28:58 +0200
- Delivered-to: dsdp-tm-dev@eclipse.org
- Thread-index: Acee0lALUohbJ4N2TcCHYZmebDonCgADwG1A
- Thread-topic: RC1 Code Review - Encodings
> KM>> SubSystemConfigurationAdapter.getChangeFilterAction() is
> called to get
> the change action which is then used to get the change dialog which is
> ultimately used for settings in the filter property page. I
> think we should
> make them deprecated so we can remove them in the future, but
> it does mean
> that we'll be using the deprecated method and class in our
> code. Is that
> ok?
we should only mark it deprecated if we know an alternative,
better way to achieve the same. This way should also be
documented with the @deprecated tag.
Martin