Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recognize & expand WeakHashMap #2463

Open
pyricau opened this issue Jan 13, 2023 · 0 comments
Open

Recognize & expand WeakHashMap #2463

pyricau opened this issue Jan 13, 2023 · 0 comments
Milestone

Comments

@pyricau
Copy link
Member

pyricau commented Jan 13, 2023

Current output:

├─ com.squareup.picasso3.Picasso instance
│    ↓ Picasso.targetToAction
│              ~~~~~~~~~~~~~~
├─ java.util.WeakHashMap instance
│    ↓ WeakHashMap.table
│                  ~~~~~
├─ java.util.WeakHashMap$Entry[] array
│    ↓ WeakHashMap$Entry[0]
│                       ~~~
├─ java.util.WeakHashMap$Entry instance
│    ↓ WeakHashMap$Entry.value
│                        ~~~~~
├─ com.squareup.picasso3.ImageViewAction instance

Expectation instead:

├─ com.squareup.picasso3.Picasso instance
│    ↓ Picasso.targetToAction
│              ~~~~~~~~~~~~~~
├─ java.util.WeakHashMap instance
│    ↓ WeakHashMap[instance @4229 of android.widget.ImageView]
│                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
├─ com.squareup.picasso3.ImageViewAction instance
@square square deleted a comment from EpicDima Feb 16, 2024
@square square deleted a comment from EpicDima Feb 16, 2024
@pyricau pyricau added this to the 3.0 milestone Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant