Stefan Bodewig wrote:
On Wed, 28 Jan 2004, Antoine L�vy-Lambert <[EMAIL PROTECTED]> wrote:
Does it break *BC* if I change the ChangeLogTask class to inherit
from AbstractCvsTask instead of Task ?
Yes and no - but not too bad, I'd say.
If you replace methods in ChangeLogTask with methods from AbstractCvsTask, classes compiled against ChangeLogTask may require recompilation.
I do not think that this is the case. However classes that used reflection to get the methods may be affected. Peter
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
