We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a dependency has no types, a division by zero occurs, causing the usageRatio in depclean-results.json to be NaN.
usageRatio
depclean-results.json
NaN
Example:
{ "id": "com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:test", "coordinates": "com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava", "groupId": "com.google.guava", "artifactId": "listenablefuture", "version": "9999.0-empty-to-avoid-conflict-with-guava", "scope": "test", "packaging": "jar", "omitted": false, "size": 2199, "type": "transitive", "status": "bloated", "parent": "com.google.guava:guava:jar:30.1-jre:test", "allTypes": [], "usedTypes": [], "usageRatio": NaN, "children": [] }
The text was updated successfully, but these errors were encountered:
b017ad6
cesarsotovalero
No branches or pull requests
When a dependency has no types, a division by zero occurs, causing the
usageRatio
indepclean-results.json
to beNaN
.Example:
The text was updated successfully, but these errors were encountered: