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
Import sun.misc.CompoundEnumeration is unused in modules/java.base/java/lang/ClassLoader.java
And also ClassLoader and CompoundEnumeration both belongs to the same package, java.lang.
And we don't have any model class that overrides it.
Thus it is not required that we explicitly import it.
Fixes: javapathfinder#35
Error when built with javac 10.0.1
https://travis-ci.org/javapathfinder/jpf-core/builds/375815945#L2753-L2757
The text was updated successfully, but these errors were encountered: