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

Git rid of recursive visitors to prevent SOEs #35

Open
BasLeijdekkers opened this issue Oct 6, 2016 · 0 comments
Open

Git rid of recursive visitors to prevent SOEs #35

BasLeijdekkers opened this issue Oct 6, 2016 · 0 comments

Comments

@BasLeijdekkers
Copy link
Owner

java.lang.StackOverflowError
at com.intellij.psi.impl.source.tree.CompositeElement.createPsiNoLock(CompositeElement.java:806)
at com.intellij.psi.impl.source.tree.CompositeElement.getPsi(CompositeElement.java:778)
at com.intellij.psi.impl.source.SourceTreeToPsiMap.treeElementToPsi(SourceTreeToPsiMap.java:30)
at com.intellij.psi.impl.source.tree.SharedImplUtil.getFirstChild(SharedImplUtil.java:52)
at com.intellij.extapi.psi.ASTDelegatePsiElement.getFirstChild(ASTDelegatePsiElement.java:101)
at com.intellij.psi.impl.PsiElementBase.acceptChildren(PsiElementBase.java:67)
at com.intellij.psi.PsiRecursiveElementVisitor.visitElement(PsiRecursiveElementVisitor.java:40)
at com.sixrr.stockmetrics.projectCalculators.SourceLinesOfCodeProjectCalculator$Visitor.visitElement(SourceLinesOfCodeProjectCalculator.java:42)

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

No branches or pull requests

1 participant