autonomousapps/dependency-analysis-gradle-plugin

The reason task should list the classes which depend on a dependency

オープン

#643 opened on 2022/04/18

 (8 件のコメント) (1 件のリアクション) (0 人の担当者)Kotlin (154 件のフォーク)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (2,172 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Is your feature request related to a problem? Please describe. The below is a shorted snippet of the reason task

gw category-a:subproject:reason --id :category-b:subproject

Source: main
------------
* Uses class com.company.my.special.class (implies implementation).

While knowing which class is used is a good start, knowing where it is used is key to verify/remove a dependency.

Describe the solution you'd like Output in line with the following would be nice to have:

gw category-a:subproject:reason --id :category-b:subproject

Source: main
------------
* Uses class com.company.my.special.class (implies implementation), listing first X occurrences:
  - FQClass1
  - FQClass2

This information is available in the synthetic-project.json and other intermediates.

コントリビューターガイド