Are there any open source tools that automate the functionality of finding the number of usages of a Java API? I can figure out this information for one class at a time in my IDE. I want to use this information to create a rudimentary report on the speed of adoption of a particular library. I would create a daily report on the number of usages of dozens of classes, and I would report on several code bases.
Are there any open source tools that automate the functionality of finding the number
Share
I’m going to try Macker. Its style is to report references to configured classes as errors, but that’s fine. It can be run from an automated build. Thanks Robert.