Collapse most referenced functions by package
BFergerson opened this issue · 0 comments
BFergerson commented
Iterate most referenced functions and collapse functions which belong to the same package as the previous.
Ex:
- org.slf4j.Logger
- info()
- debug()
- org.apache.log4j.Category.info()
- org.slf4j.Logger.error()