Hey All,
We have a new report and sensor for Dependency Metrics. I've added the sensor to the daily build and we should be getting data every night. You can see the report at <http://hackystat.org/hackyDevSite/build_log/20041119/Hackystat-UH/dependency/package2package/index.html>.
One of the interesting packages in this report is org.hackystat.kernel.user. There are more than one hundred other packages that use this package. This type of information identifies some interesting things about quality. For example, changes to the user package will definitely highly impact other code. I hope to use Dependency information for the Priority Ranking Software Review.
Currently, I've implemented a DailyProjectData class for this metric. However, I didn't create any reducers and/or analyses because I'm a little unsure how to provide something useful.
thanks, aaron
