I got the following error when I am trying to check coverage using EclEmma, please help me out:
Error while loading coverage session (code 5001). Error while analyzing package fragment root java at F/solo-repository/target/test-classes (code 5007). File not found: D:\RDM Services\solo-repository\target\test-classes\com\charter\solo\account\repository\AccountBillInformationRepositoryTest.class. D:\RDM Services\solo-repository\target\test-classes\com\charter\solo\account\repository\AccountBillInformationRepositoryTest.class (The system cannot find the path specified)
I had the same error. The suggestions in this answer did not fix it for me. The thing that finally did fix it was:
It seems a bit nonsensical, but did the trick for me.