Mkh

- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
-
Mkh created a post, java.lang.NoClassDefFoundError: com/github/markusbernhardt/proxy/selector/pac/PacScriptSource
I just updated Intellij to 17.2 and now all of my plugin tests fail on setup. The latest error is that it can't find this class:java.lang.NoClassDefFoundError: com/github/markusbernhardt/proxy/sele... -
Mkh created a post, Failure on LightPlatformCodeInsightFixtureTestCase.setup():java.lang.RuntimeException: java.io.IOException: writePrevChunkAddress:386545,500525
I've been using LightPlatformCodeInsightFixtureTestCase to run tests of my plugin for months now but all of the sudden the tests are crashing inside the super setup function? I have no idea what is... -
Mkh created a post, Extension class com.intellij.lang.LanguageExtensionPoint does not implement class com.intellij.lang.LanguageExtensionPoint.
I've been building off the Custom Language Support example for a while now (http://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support_tutorial.html). It had been working but afte... -
Mkh created a post, Access PSIFile or PSIDirectory from JUnit Test
I'm working with the PSI parser in Intellij and want to test output on a large set of files with JUnit testing. I need to access the PSI Files from with int the JUnit setUp() method. I've tried to ... -