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

Started implementation of DepClean Gradle Plugin and completed analysis part. #94

Merged
merged 5 commits into from
Jul 28, 2021

Conversation

ABHAY0O7
Copy link
Contributor

Now Plugin will be able to perform the complete analysis of the project and its dependencies i.e.

  • fetch all the dependencies and configuration of the project.
  • analyze the project's byte-code.
  • collect the result of the byte-code analysis.
  • divide the dependencies into used-declared, used-undeclared, and unused-declared groups.

ABHAY0O7 added 5 commits July 27, 2021 04:10
Added analysis interface and a java file to collect the results of the project's dependency analysis
Added a utility file to manage the dependencies (Artifacts) in a project
…encies and return their usage stats in a given project

This java file is the main file of depclean gradle analysis that will allow the analysis of byte-code and show that which dependencies are used in a given project and which are not.
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@ABHAY0O7 ABHAY0O7 changed the title Started implementation of DepClean Gradle Plugin and completed analysis part. Started implementation of DepClean Gradle Plugin and completed analysis part. (1) Jul 27, 2021
@tdurieux tdurieux merged commit 35a27ff into ASSERT-KTH:master Jul 28, 2021
@ABHAY0O7 ABHAY0O7 changed the title Started implementation of DepClean Gradle Plugin and completed analysis part. (1) Started implementation of DepClean Gradle Plugin and completed analysis part. Aug 12, 2021
@ABHAY0O7 ABHAY0O7 mentioned this pull request Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants