hs-test icon indicating copy to clipboard operation
hs-test copied to clipboard

Don't fallback to default (empty) package if the specified package doesn't exist.

Open aaaaaa2493 opened this issue 3 years ago • 0 comments

Example:

TestedProgram server1 = new TestedProgram("chat.server");
TestedProgram client1 = new TestedProgram("chat.client");

Will result in executing the same class if the user haven't created chat/server and chat/client packages and created just single main class because they both will fallback to the default package.

aaaaaa2493 avatar Sep 27 '21 13:09 aaaaaa2493