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

[Maybe] New analysis: compare dependencies defined in POM and in module-info.class #21

Open
jjohannes opened this issue Nov 14, 2022 · 1 comment

Comments

@jjohannes
Copy link
Member

We stumbled over differences here that caused things to be missing on the Module Path.

An analysis that shows these differences would be helpful. This information could be used to report problems to library maintainers. Or even to automatically fix issues through a component metadata rules (although such a rule would have to look into the Jar).

@jjohannes
Copy link
Member Author

Additional idea: Use tasks of dependency-analysis-android-gradle-plugin to analyse if the scope (requires vs requires transitive) is correct in module-info.class (and in pom Metadata) of the external dependencies.

@jjohannes jjohannes changed the title New analysis: compare dependencies defined in POM and in module-info.class [Maybe] New analysis: compare dependencies defined in POM and in module-info.class May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant