DependencyDiscoverer tool update to 2.2.0

Hi all,

We updated the Dependency Discoverer tool recently. The Dependency discoverer is an application allowing the analysis of a piece of code to detect dependencies not available in MicroEJ libraries.
Here is the CHANGELOG of this new version:

Added

  • XML output format (using -outputType xml option). The default output is still the textual format.
  • Listing of native methods (available in both textual and XML output formats).

Fixed

  • Missing types only referenced by a catch clause.
  • Missing array dependencies used in .class notation.

Here is the GitHub page of this tool:

Happy coding!
The MicroEJ Team