Looks like this plug-in does not support JDK 11. The problem seems to be in WALA; it can't find java.lang.Object. The class hierarchy is quite different in Java > 8 because of the module system. There's also significant changes to the JDK structure, e.g., rt.jar no longer exists and has been replaced with something else.
Looks like this plug-in does not support JDK 11. The problem seems to be in WALA; it can't find
java.lang.Object. The class hierarchy is quite different in Java > 8 because of the module system. There's also significant changes to the JDK structure, e.g.,rt.jarno longer exists and has been replaced with something else.