If a javav fiel is created under jtreg source root and the file contains a partially typed import statement like this:
import
class Foo { }
The jtreg plugin will crash - attempting to see whether the import statement points to testng. The check should be made more robust in this situation.
import
class Foo { }
The jtreg plugin will crash - attempting to see whether the import statement points to testng. The check should be made more robust in this situation.