DaGeRe / peass

Tool for Performance analysis of software system
GNU Affero General Public License v3.0
10 stars 9 forks source link

TwiceExecutableChecker NPE #121

Closed amtsvch closed 1 year ago

amtsvch commented 1 year ago

Step: selection.

In the Class TwiceExecutableChecker method checkTestExistance throws an NPE in line 61, as TempClazzFolder has been already deleted by truncateLastRunResults() in line 43.

DaGeRe commented 1 year ago

Could you further specify under which circumstances this happens? Since the TwiceExecutableChecker works, e.g. for commons-fileupload, this cannot be a general problem.

amtsvch commented 1 year ago

Indeed, the issue was caused by AntTestExecutor from Peass-Ant module. I'll close the issue due to irrelevance here.