/collections-explorer

A Java parser to extract the usage of collections and streams in Java code

Primary LanguageJavaMIT LicenseMIT

collections-explorer

A Java parser to extract the usage of collections in Java code.

How to build

To build Collection-explorer you need the following dependencies:

Java 10 or older
Maven

Run the command mvn package to generate an executable jar with all dependencies embeded.

How to run

Run the jar with the help -h command to see the available options.

Documentation in progress.