Re: [Clirr-devel] ScopeSelector fails on jakarta-commons
Status: Alpha
Brought to you by:
lkuehne
From: Simon K. <si...@ec...> - 2004-06-28 04:10:21
|
On Mon, 2004-06-28 at 02:14, Lars K=FChne wrote: > Hi Simon, >=20 > I'll commit a few changes to ApiDifference that allow differentiating=20 > between src and binary compatibility errors shortly. >=20 > My smoketests include running clirr against commons-collections, and I=20 > noticed a few of the following messages: >=20 > ERROR: Unable to find information in class=20 > org.apache.commons.collections.FastHashMap referring back to nested=20 > class=20 > org.apache.commons.collections.FastHashMap$CollectionView$CollectionVie= wIterator=20 > in old class version >=20 > I guess the ScopeSelector code has some problems dealing with inner=20 > classes of inner classes. Do you have time to investigate that? I'd already spotted that and fixed it locally; just forgot to commit the change. I've now done that. Regards, Simon |