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

fix(resolve_qualified_name): null pointer when package is empty #167

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

saburto
Copy link
Contributor

@saburto saburto commented Nov 17, 2024

Fix a null pointer when the test class has no package at all.

Example file:

// file:  ExampleTest.java
class ExampleTest {
}

it should return "ExampleTest"

@saburto saburto marked this pull request as ready for review November 17, 2024 22:08
@rcasia rcasia merged commit 43b4cf9 into rcasia:main Nov 19, 2024
3 checks passed
@rcasia
Copy link
Owner

rcasia commented Nov 19, 2024

Thanks @saburto !

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.

2 participants