[Clirr-devel] Removing class from hierarchy generates "removed interface" alerts
Status: Alpha
Brought to you by:
lkuehne
From: Simon K. <si...@ec...> - 2004-06-21 09:28:30
|
Hi, I've tried running the latest clirr against commons-digester-1.5 vs commons-digester HEAD (because I'm familiar with the changes that ought to be reported). It looks pretty good, but raises one issue. When a class is removed from the inheritance hierarcy for class X, we also generate a bunch of alerts like: Interface Y removed from class X Interface Z removed from class X because the removed class implemented those interfaces. Should we suppress these alerts in some way, or not? It does generate quite a cascade of errors, but I'm not sure it is safe to simply omit alerts for these no-longer-implemented interfaces.. Cheers, Simon |