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

Key: IDEADEV-3655
Type: Exception Exception
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Maxim Mossienko
Reporter: Exception Analyzer
Votes: 0
Watchers: 0
Operations

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

[#145] NPE: MatchResultImpl.getMatch

Created: 13 Dec 05 17:23   Updated: 04 Apr 06 20:23
Component/s: None
Fix Version/s: 5.1.1, Demetra 5218

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

Build: 3,461
Fixed in build: 4,190


 Description  « Hide
exception://145/
Last updated by maxim.mossienko
User description: Structural search
variable search regex with grouping
Error message: Error during dispatching of java.awt.event.InvocationEvent[INVOCATION_DEFAULT,runnable=javax.swing.Timer$DoPostEvent@d513ff,notifier=null,catchExceptions=false,when=1130235448156] on sun.awt.windows.WToolkit@157816a
java.lang.NullPointerException
at com.intellij.structuralsearch.impl.matcher.MatchResultImpl.getMatch(MatchResultImpl.java:61)
at com.intellij.structuralsearch.plugin.ui.SearchCommand$1$1.newMatch(SearchCommand.java:91)
at com.intellij.structuralsearch.impl.matcher.MatchConstraintsSink.newMatch(MatchConstraintsSink.java:44)
at com.intellij.structuralsearch.impl.matcher.MatchingVisitor.matchContext(MatchingVisitor.java:1060)
at com.intellij.structuralsearch.impl.matcher.MatchingVisitor.matchContext(MatchingVisitor.java:1010)
at com.intellij.structuralsearch.impl.matcher.MatchingVisitor.matchContext(MatchingVisitor.java:1010)
at com.intellij.structuralsearch.impl.matcher.MatchingVisitor.matchContext(MatchingVisitor.java:1010)
at com.intellij.structuralsearch.impl.matcher.MatchingVisitor.matchContext(MatchingVisitor.java:1010)
at com.intellij.structuralsearch.impl.matcher.MatchingVisitor.matchContext(MatchingVisitor.java:1010)
at com.intellij.structuralsearch.impl.matcher.MatchingVisitor.matchContext(MatchingVisitor.java:1010)
at com.intellij.structuralsearch.impl.matcher.MatchingVisitor.matchContext(MatchingVisitor.java:1010)
at com.intellij.structuralsearch.impl.matcher.MatchingVisitor.matchContext(MatchingVisitor.java:1010)
at com.intellij.structuralsearch.impl.matcher.MatcherImpl.match(MatcherImpl.java:382)
at com.intellij.structuralsearch.impl.matcher.MatcherImpl.access$800(MatcherImpl.java:34)
at com.intellij.structuralsearch.impl.matcher.MatcherImpl$MatchOneFile.run(MatcherImpl.java:371)
at com.intellij.structuralsearch.impl.matcher.MatcherImpl$TaskScheduler.actionPerformed(MatcherImpl.java:315)
at javax.swing.Timer.fireActionPerformed(Timer.java:271)
at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
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:363)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:354)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:263)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
at java.awt.Dialog$1.run(Dialog.java:515)
at java.awt.Dialog.show(Dialog.java:536)
at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:457)
at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:308)
at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:722)
at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:111)
at com.intellij.openapi.progress.util.ProgressWindow.access$100(ProgressWindow.java:16)
at com.intellij.openapi.progress.util.ProgressWindow$1.run(ProgressWindow.java:68)
at com.intellij.openapi.application.impl.LaterInvocatorEx$FlushQueue.run(LaterInvocatorEx.java:216)
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:363)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:354)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:263)
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:
There are no comments yet on this issue.