Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Fix some NPEs #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix some NPEs #5

wants to merge 1 commit into from

Conversation

phase
Copy link

@phase phase commented Jun 13, 2020

The one involving inner classes appeared when it encountered
an anonymous inner class. blah.blah$1 made the outerName null.

I have no idea what's up with the frame analysis, but skipping null
frames let everything run fine.

The one involving inner classes appeared when it encountered
an anonymous inner class. `blah.blah$1` made the outerName null.

I have no idea what's up with the frame analysis, but skipping null
frames let everything run fine.

Signed-off-by: Jadon Fowler <[email protected]>
@ramidzkh
Copy link

This should be on sfPlayer1/Matcher instead

@i509VCB
Copy link

i509VCB commented Jun 13, 2020

Earth's last PR was merged here, so I think it's fine

@ramidzkh
Copy link

That's because that issue was specific to this repo

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants