Skip to content

Add null check in ClassRileReader.getMemberTypes() #5186#5187

Open
ptziegler wants to merge 1 commit into
eclipse-jdt:masterfrom
ptziegler:issue5186
Open

Add null check in ClassRileReader.getMemberTypes() #5186#5187
ptziegler wants to merge 1 commit into
eclipse-jdt:masterfrom
ptziegler:issue5186

Conversation

@ptziegler

Copy link
Copy Markdown
Contributor

What it does

Calling InnerClassInfo.getSourceName() may return null and thus leads to a NullPointerException when determining its length.

Closes #5186

Author checklist

Calling `InnerClassInfo.getSourceName()` may return null and thus leads
to a `NullPointerException` when determining its length.

Closes eclipse-jdt#5186
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sporadic NPE in ClassFileReader

1 participant