[macker-user] detecting explicit instantiation of certain classes
Brought to you by:
barredijkstra,
melquiades
From: Alex C. <ac...@bu...> - 2006-12-22 21:35:37
|
The documentation shows how I can make a rule to identify references from one set of classes to another. But I'm trying to just find cases where one set of classes explicitly instantiates (with "new") classes from another set of packages. The documentation does say that being able to distinguish between different types of references might be available at some point, but I'm wondering if anyone has worked out a regex with Macker that can do this. http://innig.net/macker/guide/accessrule.html Thanks, Alex |