dvdciri/daggraph

Annotation in provide method

Aperta

#3 aperta il 1 dic 2017

 (0 commenti) (0 reazioni) (0 assegnatari)JavaScript (59 fork)batch import
bughelp wanted

Metriche repository

Star
 (1141 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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": []
              }
            ]
          }

Guida contributor