dvdciri / dvdciri/daggraph

Annotation in provide method

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
bug help wanted
Dominant language
JavaScript
Stars
1.1k
Forks
59
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.