Yashasv-Prajapati / Docify

5 stars 2 forks source link

Fixed dependency checker(java) to detect only external libraries #116

Closed shobhitjuglan closed 2 months ago

shobhitjuglan commented 3 months ago
  1. Detects the libraries/classes being imported locally from the repository/other directories
  2. Also detects standard java libraries which are already a part of the Java Development Kit (JDK), and available by default when java is downloaded, which is a standard practice
  3. Only writes the external libraries not included in the above two groups, to the 'requirements.txt' file
linear[bot] commented 3 months ago
CS3-120 [Fix] Dependency Checker(Java)

Analyze project code and tell what libraries are being used in the project, not the libraries in the specification file(Gradle) but the ones which are actually being used in the project.

anushthaPrakash commented 2 months ago

Everything else looks fine