History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-15309
Type: Exception Exception
Status: Resolved Resolved
Resolution: Obsolete
Priority: Major Major
Assignee: Alexey Kudravtsev
Reporter: Exception Analyzer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

[#4612] NPE: XmlElementImpl.getContext

Created: 15 Mar 07 14:19   Updated: 04 Apr 07 20:19
Component/s: None
Fix Version/s: Selena 6808 (pre-M1)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 6,733


 Description  « Hide
exception://4612/
Last updated by Anton.Makeev
Error message: No message
Previous exception is: http://www.intellij.net/tracker/idea/viewSCR?publicId=87274
There was at least one exception before this one.java.lang.NullPointerException at com.intellij.openapi.util.UserDataHolderBase.getUserData(UserDataHolderBase.java:79)
at com.intellij.psi.impl.source.xml.XmlElementImpl.getContext(XmlElementImpl.java:53)
at com.intellij.psi.impl.source.xml.XmlElementImpl.getParent(XmlElementImpl.java:59)
at com.intellij.psi.util.PsiTreeUtil.getParentOfType(PsiTreeUtil.java:180)
at com.intellij.psi.util.PsiTreeUtil.getParentOfType(PsiTreeUtil.java:168)
at com.intellij.psi.util.PsiTreeUtil.getParentOfType(PsiTreeUtil.java:150)
at com.intellij.codeInspection.actions.UnimplementInterfaceAction.isAvailable(UnimplementInterfaceAction.java:29)
at com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.showIntentionActions(ShowIntentionsPass.java:156)
at com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.doApplyInformationToEditor(ShowIntentionsPass.java:120)
at com.intellij.codeHighlighting.TextEditorHighlightingPass.applyInformationToEditor(TextEditorHighlightingPass.java:81)
at com.intellij.codeInsight.daemon.impl.DaemonCodeAnalyzerImpl$1$1.run(DaemonCodeAnalyzerImpl.java:101)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:218)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:418)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:411)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:332)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

 All   Comments   Work Log   Change History      Sort Order:
Exception Analyzer - 15 Mar 07 14:21
Build 6733
Reported by Evan Leonard
Error message: No message
Previous exception is: http://www.intellij.net/tracker/idea/viewSCR?publicId=87271
There was at least one exception before this one.java.lang.NullPointerException at com.intellij.openapi.util.UserDataHolderBase.getUserData(UserDataHolderBase.java:79)
at com.intellij.psi.impl.source.xml.XmlElementImpl.getContext(XmlElementImpl.java:53)
at com.intellij.psi.impl.source.xml.XmlElementImpl.getParent(XmlElementImpl.java:59)
at org.intellij.idea.lang.javascript.intention.JSIntention.isAvailable(JSIntention.java:91)
at com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.showIntentionActions(ShowIntentionsPass.java:156)
at com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.doApplyInformationToEditor(ShowIntentionsPass.java:120)
at com.intellij.codeHighlighting.TextEditorHighlightingPass.applyInformationToEditor(TextEditorHighlightingPass.java:81)
at com.intellij.codeInsight.daemon.impl.DaemonCodeAnalyzerImpl$1$1.run(DaemonCodeAnalyzerImpl.java:101)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:218)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:418)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:411)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:332)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

Exception Analyzer - 15 Mar 07 14:36
Build 6733
Reported by Evan Leonard
Error message: No message
Previous exception is: http://www.intellij.net/tracker/idea/viewSCR?publicId=87180
There was at least one exception before this one.java.lang.NullPointerException at com.intellij.openapi.util.UserDataHolderBase.getUserData(UserDataHolderBase.java:79)
at com.intellij.psi.impl.source.xml.XmlElementImpl.getContext(XmlElementImpl.java:53)
at com.intellij.psi.impl.source.xml.XmlElementImpl.getParent(XmlElementImpl.java:59)
at com.intellij.psi.impl.SharedPsiElementImplUtil.findReferenceAt(SharedPsiElementImplUtil.java:35)
at com.intellij.psi.CompositeLanguageFileViewProvider.findReferenceAt(CompositeLanguageFileViewProvider.java:152)
at com.intellij.psi.impl.source.PsiFileImpl.findReferenceAt(PsiFileImpl.java:382)
at com.intellij.codeInspection.actions.UnimplementInterfaceAction.isAvailable(UnimplementInterfaceAction.java:26)
at com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.showIntentionActions(ShowIntentionsPass.java:156)
at com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.doApplyInformationToEditor(ShowIntentionsPass.java:120)
at com.intellij.codeHighlighting.TextEditorHighlightingPass.applyInformationToEditor(TextEditorHighlightingPass.java:81)
at com.intellij.codeInsight.daemon.impl.DaemonCodeAnalyzerImpl$1$1.run(DaemonCodeAnalyzerImpl.java:101)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:218)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:418)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:411)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:332)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

Exception Analyzer - 15 Mar 07 14:36
Build 6733
Reported by Evan Leonard
Error message: No message
java.lang.NullPointerException
at com.intellij.openapi.util.UserDataHolderBase.getUserData(UserDataHolderBase.java:79)
at com.intellij.psi.impl.source.xml.XmlElementImpl.getContext(XmlElementImpl.java:53)
at com.intellij.psi.impl.source.xml.XmlElementImpl.getParent(XmlElementImpl.java:59)
at com.intellij.psi.impl.source.xml.XmlTagImpl.getParentTag(XmlTagImpl.java:811)
at com.intellij.psi.impl.source.xml.XmlTagImpl.getNSDescriptor(XmlTagImpl.java:113)
at com.intellij.psi.impl.source.xml.XmlTagImpl.getNSDescriptor(XmlTagImpl.java:120)
at com.intellij.psi.impl.source.xml.XmlTagImpl.getNSDescriptor(XmlTagImpl.java:120)
at com.intellij.psi.impl.source.xml.XmlTagImpl.getNSDescriptor(XmlTagImpl.java:120)
at com.intellij.psi.impl.source.xml.XmlTagImpl.getNSDescriptor(XmlTagImpl.java:120)
at com.intellij.psi.impl.source.xml.XmlTagImpl.getDescriptor(XmlTagImpl.java:292)
at com.intellij.codeInspection.htmlInspections.HtmlUnknownAttributeInspection.checkAttribute(HtmlUnknownAttributeInspection.java:70)
at com.intellij.codeInspection.htmlInspections.HtmlLocalInspectionTool$1.visitXmlAttribute(HtmlLocalInspectionTool.java:68)
at com.intellij.psi.impl.source.xml.XmlAttributeImpl.accept(XmlAttributeImpl.java:111)
at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass$1$1.run(LocalInspectionsPass.java:131)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:148)
at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass$1.run(LocalInspectionsPass.java:118)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at com.intellij.concurrency.JobImpl.scheduleAndWaitForResults(JobImpl.java:106)
at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.inspect(LocalInspectionsPass.java:151)
at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.inspectRoot(LocalInspectionsPass.java:79)
at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.collectInformationWithProgress(LocalInspectionsPass.java:70)
at com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass.doCollectInformation(ProgressableTextEditorHighlightingPass.java:32)
at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:66)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1$1.run(PassExecutorService.java:228)
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:577)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1.run(PassExecutorService.java:222)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:148)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:220)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)