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

Key: IDEADEV-15699
Type: Exception Exception
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Bas Leijdekkers
Reporter: Exception Analyzer
Votes: 0
Watchers: 0
Operations

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

[#4752] AIOOBE: IfStatementWithIdenticalBranchesInspection$CollapseIfFix.doFix

Created: 28 Mar 07 19:30   Updated: 29 Mar 07 00:19
Component/s: None
Fix Version/s: Selena 6791

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

Build: 6,783
Fixed in build: 6,788


 Description  « Hide
exception://4752/
Last updated by
User description: ***
Error message: 0
java.lang.ArrayIndexOutOfBoundsException: 0
at com.siyeh.ig.controlflow.IfStatementWithIdenticalBranchesInspection$CollapseIfFix.doFix(IfStatementWithIdenticalBranchesInspection.java:81)
at com.siyeh.ig.InspectionGadgetsFix.applyFix(InspectionGadgetsFix.java:58)
at com.siyeh.ig.InspectionGadgetsFix.applyFix(InspectionGadgetsFix.java:36)
at com.intellij.codeInspection.ex.QuickFixWrapper.invoke(QuickFixWrapper.java:51)
at com.intellij.codeInsight.intention.impl.IntentionHintComponent$6$1$1.run(IntentionHintComponent.java:556)
at com.intellij.openapi.application.impl.ApplicationImpl$13.compute(ApplicationImpl.java:638)
at com.intellij.psi.impl.source.PostprocessReformattingAspect.postponeFormattingInside(PostprocessReformattingAspect.java:80)
at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:636)
at com.intellij.codeInsight.intention.impl.IntentionHintComponent$6$1$2.run(IntentionHintComponent.java:569)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:85)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:62)
at com.intellij.codeInsight.intention.impl.IntentionHintComponent$6$1.run(IntentionHintComponent.java:574)
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:426)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:419)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:340)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.