rcasia / neotest-java

Neotest adapter for Java.
MIT License
44 stars 24 forks source link

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

Closed saburto closed 5 days ago

saburto commented 6 days ago

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

Example file:

// file:  ExampleTest.java
class ExampleTest {
}

it should return "ExampleTest"

rcasia commented 5 days ago

Thanks @saburto !