Child pages
  • About Usages

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Usages is a Java API usage analyzer.

GitHub Repositoryhttps://github.com/Devexperts/usages
Public Maven repo-
LicenseGPLv3
ContactImage Added

 

This tool tool analyzes dependencies between Java classes. It scans ".class" files and analyzes all kinds of dependencies: usages of fields, usages of methods, extensions of classes and implementation of interfaces, usages of annotations, overrides of methods. It is designed to gather and combine usages information from a number of projects and then use this collected usages information while refactoring libraries that are being used in those projects. Deprecated members that are safe to remove from the library can be automatically identified by the tool.

...

Usage

Use this tool in one of the following ways:

...