1

Let's say we have an application that pulls in two different dependencies in order to check if a String is null or empty. If the majority of the application is using dependency A for checking the String is Empty and only one class is leveraging dependency B, I want to remove dependency B and migrate the code to leverage dependency A. Is there a library or some automatic analysis that can tell me how much a dependency is used within a project?

click
  • 447
  • 1
  • 7
  • 25

0 Answers0