-
-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
invoking unknown method: com.intellij.patterns.StringPattern#oneOf #299
Comments
I have the same problem java.lang.NoSuchMethodError: com.intellij.patterns.StringPattern.oneOf([Ljava/lang/String;)Lcom/intellij/patterns/StringPattern; java.lang.NoSuchMethodError: com.intellij.patterns.StringPattern.oneOf([Ljava/lang/String;)Lcom/intellij/patterns/StringPattern; |
EAP has been released. Version is 138.1161 |
13 usages for this methods in some critcal patterns. not fixable before weekend... |
I've also has same problm. Take a trace, hope it can help:
|
I have also same problem. This is my stacktrace:
|
Have you seen note at the plugin info page in pstorm? it says: |
How do you roll PHPStorm back to a earlier version? |
Just reinstall previous EAP to another (empty) directory 16.07.2014, 19:34, "Martin Århof" notifications@github.com:
|
Hey, this API change comes from the IDEA platform team, we'll get update on its status in 24 hrs and get back to you. |
@Koc thanks, it was just phpstorm EAP fileserver that were down, so it wasnt possible to download the earlier versions. |
The break is only because of "binary incompatibility", no plugin code changes required, just recompile it against fresh EAP. |
ref JetBrains/intellij-community@f997ddb finally this means we need the new EAP build first. iam just waiting for it to deploy updated plugin versions |
The next EAP was released yesterday. Did you have a chance to look at it, whether the issue can be resolved with it? |
Looks like plugin just works again with fresh EAP as JetBrains restored broken things. |
yes its working again, because method is back in the game. |
Yes.
|
It wasn't relay going anywhere - just moved to superclass. Simple
|
I still have the issue in 1161 with 0.10.67 what am i doing wrong? |
@rdohms try to update EAP |
@rdohms You haven't updated to latest EAP - 1289 |
ok yeah it was not reporting a new update. done. |
fixed and no further to do on our side so closed |
I have a problem. This is my stacktrace: Error:Internal error: (java.lang.NoSuchMethodError) com.google.common.io.Closeables.closeQuietly(Ljava/io/Closeable;)V |
This issue will appear in the next PhpStorm 8 EAP build.
Since build is 138.1148
PhpStorm QA
The text was updated successfully, but these errors were encountered: