Fix class loading order to support any extension#587
Fix class loading order to support any extension#587Mahmoud-Khawaja wants to merge 1 commit intojavapathfinder:masterfrom
Conversation
|
Hi @cyrille-artho , This is more elegant solution that adding a new config in init in ClassLoaderInfo. I was thinking first about adding jpf was searching for classes in the following order: so here is the thing but in the new code we are looking for all properties named I've tested that on my machine and it works good now in jpf-test ext in Math.java model class i have a function abs that should that should return 999 regardless the parameter when i test that java -jar ../jpf-core/build/RunJPF.jar TestMath.jpfit will result which means that its using the function in my model class. same thing for string model class. Now, I think this will be helpful to fix the same issue we had with jpf-nas months ago. Please Let me know what you think about that |
No description provided.