Skip to content
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

Indexing results should depend on the current file only #7

Open
donnerpeter opened this issue Sep 12, 2019 · 3 comments
Open

Indexing results should depend on the current file only #7

donnerpeter opened this issue Sep 12, 2019 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@donnerpeter
Copy link

In particular, resolve isn't normally permitted during indexing

@donnerpeter
Copy link
Author

In dumps from https://youtrack.jetbrains.com/issue/JBR-1393#focus=streamItem-27-3694177.0-0:

at com.intellij.psi.impl.source.tree.java.PsiMethodCallExpressionImpl.resolveMethod(PsiMethodCallExpressionImpl.java:46)
at com.cybrosis.catdea.slicer.CatdeaSliceCaller.processChildren(CatdeaSliceCaller.java:44)
at com.cybrosis.catdea.slicer.CatdeaSliceVisitor.process(CatdeaSliceVisitor.java:42)
at com.cybrosis.catdea.index.CatdeaIndexer.map(CatdeaIndexer.java:87)
at com.cybrosis.catdea.index.PsiDataIndexer.lambda$map$0(PsiDataIndexer.java:39)
at com.cybrosis.catdea.index.PsiDataIndexer$$Lambda$6227/0x000000080382d840.compute(Unknown Source)
at com.intellij.openapi.project.DumbService.computeWithAlternativeResolveEnabled(DumbService.java:340)
at com.cybrosis.catdea.index.PsiDataIndexer.map(PsiDataIndexer.java:39)
at com.cybrosis.catdea.index.PsiDataIndexer.map(PsiDataIndexer.java:31)
at com.intellij.util.indexing.impl.MapReduceIndex.mapInput(MapReduceIndex.java:310)

@Cybr0sis Cybr0sis self-assigned this Sep 20, 2019
@gharrma
Copy link

gharrma commented Jul 11, 2020

This issue causes deadlock in Android Studio as well:
https://issuetracker.google.com/156456085#comment9

@collery
Copy link

collery commented Aug 5, 2022

what's going on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants