Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tm-dev] RE: 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


Back to the top