Running a test may cause java.lang.ClassFormatError: Truncated class file

See

In v8.2.0, we did improve KRE to prevent loading custom keywords when opening project …

@duyluong
@Jass
@Shin
@chrisstu

I believe that the change made at v8.2.0 has a fault that causes an Exception “java.lang.ClassFormatError: Truncated class file” as reported by @abrombacher, @kaique.silveira, @david.casiano, @discover.selenium

The “ java.lang.ClassFormatError: Truncated class file ” Exception is raised by com.kms.katalon.core.main.TestCaseMain class at modifyCustomKeywordClassAtRunTime() method because the class file of a Custom Keyword is corrupted (possibly empty). Why? Because of the change you made for performance improvement at v8.2.0, I suppose.