[Clirr-devel] ScopeSelector fails on jakarta-commons
Status: Alpha
Brought to you by:
lkuehne
From: <lak...@t-...> - 2004-06-27 14:03:55
|
Hi Simon, I'll commit a few changes to ApiDifference that allow differentiating between src and binary compatibility errors shortly. My smoketests include running clirr against commons-collections, and I noticed a few of the following messages: ERROR: Unable to find information in class org.apache.commons.collections.FastHashMap referring back to nested class org.apache.commons.collections.FastHashMap$CollectionView$CollectionViewIterator in old class version I guess the ScopeSelector code has some problems dealing with inner classes of inner classes. Do you have time to investigate that? Lars |