PS-98.240 - Lots Of Errors - Will Not Complete Analysis Follow
I've Invalidated Caches, but it won't complete this process on some files. I may have to downgrade.
Also, when I choose Invalidate Caches, I get these errors (attached) and have to restart Windows to get PHPStorm to launch.
Attachment(s):
ic_error4.JPG
ic_error3.JPG
ic_error2.JPG
ic_error1.JPG
Please sign in to leave a comment.
What is your OS? Did you upgraded via built-in update-by-patch or downloaded a standalone dist?
I'm not getting email notifications from the forum either.
Windows 7 x64.
I download the .zip file, delete the files in the install directory. Unzip the files into that directory. Open PHPStorm and Invalidate Caches.
Try to erase contents of ~/WebIde10/system/jars folder before start.
Do you have any 3rd party plugins installed in PhpStorm? (Settings|Plugins)
Already tried that. Seems some change to this process has bugs in it. Two things stop the analysis, using a semicolon instead of a colon for switch case:
switch($i){
case;
echo 'test';
}
And some problem with @noinspection.
Both are described with examples here:
http://youtrack.jetbrains.net/issue/WI-3769?projectKey=WI&query=by%3A+me