You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched the whole project and found this. I think it is the reason why this error happened.
I've checked and noticed that there is no "PolyglotSourceLoaderImpl" in WALA project currently. And I found a similar SourceLoaderImpl called "JavaSourceLoaderImpl" at.com.ibm.wala.cast.java/1.6.2/com.ibm.wala.cast.java-1.6.2.jar!/com/ibm/wala/cast/java/loader/JavaSourceLoaderImpl.class". Is possible this is a potential bug? Or can you show me how to fix this? Thank you!
The text was updated successfully, but these errors were encountered:
You're right that there is a bug here. Unfortunately I don't know the right fix, as I'm not very familiar with this code. We have JDTSourceLoaderImpl and ECJSourceLoaderImpl and it's not clear what should be chosen by default in the code above. Maybe that code is old and should be removed or just fail fast? @juliandolby any ideas here?
In the meantime, does it work as a workaround to do something like this?
I'm assuming you're using ECJ. If you're using the JDT Eclipse plugin stuff there would be some slightly different code to use. Let me know if that works.
Hi, when I am trying to build class hierarchy, I encountered this error.
Part of my code is,
The stacktrace is
I searched the whole project and found this. I think it is the reason why this error happened.
I've checked and noticed that there is no "PolyglotSourceLoaderImpl" in WALA project currently. And I found a similar SourceLoaderImpl called "JavaSourceLoaderImpl" at.com.ibm.wala.cast.java/1.6.2/com.ibm.wala.cast.java-1.6.2.jar!/com/ibm/wala/cast/java/loader/JavaSourceLoaderImpl.class". Is possible this is a potential bug? Or can you show me how to fix this? Thank you!
The text was updated successfully, but these errors were encountered: