Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The calculation of the dependency size doesn't work in some cases #21

Closed
cesarsotovalero opened this issue Nov 25, 2020 · 0 comments
Closed
Labels
bug Something isn't working

Comments

@cesarsotovalero
Copy link
Collaborator

DepClean computes the size of the dependencies based on the dependency jars downloads from Maven central using the mvn dependency:copy-dependencies plugin. If the name of the JAR does not match the name of the dependencies as obtained from the mvn dependency:tree, then the size of the JAR is not obtained and the sorting crashes triggering a NullPointException.

@cesarsotovalero cesarsotovalero added the bug Something isn't working label Nov 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant