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

Stack Overflow in latest EAP build #44

Open
machak opened this issue Feb 19, 2014 · 1 comment
Open

Stack Overflow in latest EAP build #44

machak opened this issue Feb 19, 2014 · 1 comment

Comments

@machak
Copy link

machak commented Feb 19, 2014

Is this plugin still active or is jetbrains one used?

null
java.lang.StackOverflowError
at com.intellij.patterns.PsiElementPattern$5.accepts(PsiElementPattern.java:143)
at com.intellij.patterns.PsiElementPattern$5.accepts(PsiElementPattern.java:139)
at com.intellij.patterns.ElementPatternCondition.accepts(ElementPatternCondition.java:39)
at com.intellij.patterns.ObjectPattern.accepts(ObjectPattern.java:53)
at com.intellij.psi.impl.source.resolve.reference.SimpleProviderBinding.addAcceptableReferenceProviders(SimpleProviderBinding.java:60)
at com.intellij.psi.impl.source.resolve.reference.PsiReferenceRegistrarImpl.getPairsByElement(PsiReferenceRegistrarImpl.java:154)
at com.intellij.psi.impl.source.resolve.reference.ReferenceProvidersRegistryImpl.doGetReferencesFromProviders(ReferenceProvidersRegistryImpl.java:91)
at com.intellij.psi.impl.source.resolve.reference.ReferenceProvidersRegistry.getReferencesFromProviders(ReferenceProvidersRegistry.java:65)
at com.intellij.psi.impl.source.resolve.reference.ReferenceProvidersRegistry.getReferencesFromProviders(ReferenceProvidersRegistry.java:53)
at com.intellij.psi.impl.source.xml.XmlAttributeValueImpl.getReferences(XmlAttributeValueImpl.java:99)
at com.intellij.xml.impl.schema.XmlSchemaTagsProcessor.resolveReference(XmlSchemaTagsProcessor.java:137)
at com.intellij.xml.impl.schema.XmlSchemaTagsProcessor.a(XmlSchemaTagsProcessor.java:128)
at com.intellij.xml.impl.schema.XmlSchemaTagsProcessor.a(XmlSchemaTagsProcessor.java:104)
at com.intellij.xml.impl.schema.XmlSchemaTagsProcessor.a(XmlSchemaTagsProcessor.java:117)
at com.intellij.xml.impl.schema.XmlSchemaTagsProcessor.a(XmlSchemaTagsProcessor.java:108)
at com.intellij.xml.impl.schema.XmlSchemaTagsProcessor.a(XmlSchemaTagsProcessor.java:117)
at com.intellij.xml.impl.schema.XmlSchemaTagsProcessor.a(XmlSchemaTagsProcessor.java:108)
at com.intellij.xml.impl.schema.XmlSchemaTagsProcessor.startProcessing(XmlSchemaTagsProcessor.java:48)
at com.intellij.xml.impl.schema.ComplexTypeDescriptor.a(ComplexTypeDescriptor.java:137)
at com.intellij.xml.impl.schema.ComplexTypeDescriptor.access$000(ComplexTypeDescriptor.java:45)
at com.intellij.xml.impl.schema.ComplexTypeDescriptor$1.compute(ComplexTypeDescriptor.java:53)
at com.intellij.xml.impl.schema.ComplexTypeDescriptor$1.compute(ComplexTypeDescriptor.java:50)
at com.intellij.openapi.util.FieldCache.get(FieldCache.java:49)
at com.intellij.xml.impl.schema.ComplexTypeDescriptor.getElements(ComplexTypeDescriptor.java:131)
at com.intellij.xml.impl.schema.XmlElementDescriptorImpl.b(XmlElementDescriptorImpl.java:247)
at com.intellij.xml.impl.schema.XmlElementDescriptorImpl.getElementDescriptor(XmlElementDescriptorImpl.java:409)
at com.intellij.xml.impl.schema.XmlElementDescriptorImpl.getElementDescriptor(XmlElementDescriptorImpl.java:454)
at com.intellij.xml.impl.schema.XmlNSDescriptorImpl.getElementDescriptor(XmlNSDescriptorImpl.java:639)
at com.intellij.psi.impl.source.xml.XmlTagImpl.computeElementDescriptor(XmlTagImpl.java:491)
at com.intellij.psi.impl.source.xml.XmlTagImpl.getDescriptor(XmlTagImpl.java:446)
at com.intellij.xml.impl.schema.XmlNSDescriptorImpl.getElementDescriptor(XmlNSDescriptorImpl.java:636)
at com.intellij.psi.impl.source.xml.XmlTagImpl.computeElementDescriptor(XmlTagImpl.java:491)
at com.intellij.psi.impl.source.xml.XmlTagImpl.getDescriptor(XmlTagImpl.java:446)
at com.intellij.xml.impl.schema.XmlNSDescriptorImpl.getElementDescriptor(XmlNSDescriptorImpl.java:636)
at com.intellij.psi.impl.source.xml.XmlTagImpl.computeElementDescriptor(XmlTagImpl.java:491)
at com.intellij.psi.impl.source.xml.XmlTagImpl.getDescriptor(XmlTagImpl.java:446)
at com.intellij.xml.impl.schema.XmlNSDescriptorImpl.getElementDescriptor(XmlNSDescriptorImpl.java:636)
at com.intellij.psi.impl.source.xml.XmlTagImpl.computeElementDescriptor(XmlTagImpl.java:491)
at com.intellij.psi.impl.source.xml.XmlTagImpl.getDescriptor(XmlTagImpl.java:446)
at com.intellij.psi.impl.source.xml.XmlAttributeImpl.getDescriptor(XmlAttributeImpl.java:350)
at org.angularjs.codeInsight.AngularAttributesRegistry.isAngularAttribute(AngularAttributesRegistry.java:28)
at org.angularjs.editor.AngularJSInjector.getLanguagesToInject(AngularJSInjector.java:39)
at com.intellij.psi.impl.source.tree.injected.InjectedPsiCachedValueProvider$MyInjProcessor.process(InjectedPsiCachedValueProvider.java:82)

@denofevil
Copy link

JetBrains one is used now, this issue was fixed some time ago, thanks for reporting

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

2 participants