Skip to content
This repository has been archived by the owner on Dec 20, 2017. It is now read-only.

Exception during Find in Path #175

Closed
axelcostaspena opened this issue Aug 11, 2014 · 5 comments
Closed

Exception during Find in Path #175

axelcostaspena opened this issue Aug 11, 2014 · 5 comments
Labels

Comments

@axelcostaspena
Copy link

Performed "Find in Path" with text "main.js" and scope: full project

Exception arised.

Happens also if I use "find file" (Ctrl-Shift-N) and a markdown file matches the search term.

com/intellij/openapi/fileEditor/impl/TrailingSpacesStripper
java.lang.NoClassDefFoundError: com/intellij/openapi/fileEditor/impl/TrailingSpacesStripper
at net.nicoulaj.idea.markdown.lang.psi.impl.MarkdownFileImpl.getVirtualFile(MarkdownFileImpl.java:67)
at com.intellij.find.impl.FindInProjectTask.a(FindInProjectTask.java:192)
at com.intellij.find.impl.FindInProjectTask.findUsages(FindInProjectTask.java:131)
at com.intellij.find.impl.FindInProjectUtil.findUsages(FindInProjectUtil.java:171)
at com.intellij.find.findInProject.FindInProjectManager$2$1.generate(FindInProjectManager.java:137)
at com.intellij.usages.impl.SearchForUsagesRunnable.searchUsages(SearchForUsagesRunnable.java:336)
at com.intellij.usages.impl.SearchForUsagesRunnable.run(SearchForUsagesRunnable.java:318)
at com.intellij.usages.impl.UsageViewManagerImpl$1.run(UsageViewManagerImpl.java:139)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$TaskRunnable.run(ProgressManagerImpl.java:477)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$2.run(ProgressManagerImpl.java:184)
at com.intellij.openapi.progress.ProgressManager.executeProcessUnderProgress(ProgressManager.java:222)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:218)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:171)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$8.run(ProgressManagerImpl.java:386)
at com.intellij.openapi.application.impl.ApplicationImpl$9.run(ApplicationImpl.java:446)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:149)
Caused by: java.lang.ClassNotFoundException: com.intellij.openapi.fileEditor.impl.TrailingSpacesStripper PluginClassLoader[net.nicoulaj.idea.markdown, 0.9.6]
at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.java:68)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 21 more

@pulse00
Copy link

pulse00 commented Aug 11, 2014

i'm seeing the same exception, but in my case it prevents the tree view of the project tree to be expanded. i only get a Loading... node instead of the directory structure.

Happend after the update to IU-138.1503.3 EAP 14.

@LeeGDavis
Copy link

+1 Tree view is broken. NoClassDefFoundError: com/intellij/openapi/fileEditor/impl/TrailingSpacesStripper

Windows 7x64
UI-138.1503.3 EAP 14

@dhcoder
Copy link

dhcoder commented Aug 13, 2014

+1, here as well.

Windows 7x64
IntelliJ IDEA (Community Edition) IC-138.1503.3
Build #IC-138.1503, built on August 7, 2014
JRE: 1.8.0-b132 x86
JVM: Java HotSpot(TM) Server VM by Oracle Corporation

@lrobert
Copy link

lrobert commented Aug 13, 2014

+1 Tree view is broken. NoClassDefFoundError: com/intellij/openapi/fileEditor/impl/TrailingSpacesStripper

Windows 8 - PhpStorm
Build #PS-13.1505, built on August 6, 2014
JRE 1.7.0_60-b19 x86

Repository owner locked and limited conversation to collaborators Aug 13, 2014
@nicoulaj nicoulaj added the Bug label Sep 24, 2014
@nicoulaj
Copy link
Owner

Closing as duplicate of #172

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

6 participants