dvdciri/daggraph

Annotation in provide method

オープン

#3 opened on 2017/12/01

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (59 件のフォーク)batch import
bughelp wanted

Repository metrics

Stars
 (1,141 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

If you have something like this, it doesn't pick up the last two dependency of Picasso.


protected Picasso providePicasso(Context context,
                                     AppAvailableFunctions appAvailableFunctions,
                                     OkHttpClientFactory okHttpClientFactory,
                                     @Named("reduced") List<Interceptor> interceptors,
                                     @Named(PICASSO_CACHE) Cache picassoCache) {

This is what it extract:

{
            "name": "Picasso",
            "dependencies": [
              {
                "name": "Context",
                "dependencies": []
              },
              {
                "name": "AppAvailableFunctions",
                "dependencies": []
              },
              {
                "name": "OkHttpClientFactory",
                "dependencies": []
              },
              {
                "name": "Name",
                "dependencies": []
              },
              {
                "name": "reduce",
                "dependencies": []
              }
            ]
          }

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