covscript-archives / covscript-intellij

The IntelliJ IDEA Plugin for CovScript
GNU General Public License v3.0
4 stars 0 forks source link

IDEA 182 compatibility #30

Closed develar closed 6 years ago

develar commented 6 years ago

Guava is updated in the IDEA 182 (2018.2, EAP not yet opened) to 23.6

Plugin URL: https://plugins.jetbrains.com/plugin/index?xmlId=org.covscript
Plugin: org.covscript:1.8.3
Method org.covscript.lang.module.UtilsKt.executeInRepl(String, String, long) : Pair<?, ?> contains an *invokevirtual* instruction referencing a private method com.google.common.util.concurrent.SimpleTimeLimiter.callWithTimeout(java.util.concurrent.Callable<?>, long, java.util.concurrent.TimeUnit, boolean) : T inaccessible to a class org.covscript.lang.module.UtilsKt. This can lead to **IllegalAccessError** exception at runtime.
This problem takes place in IU-182.1046 but not in IU-181.4203.6
ice1000 commented 6 years ago

Fixed