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

Key: IDEADEV-12920
Type: Exception Exception
Status: Open Open
Priority: Major Major
Assignee: Dmitry Jemerov
Reporter: Exception Analyzer
Votes: 0
Watchers: 0
Operations

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

[#3883] IOOBE: FormLayout.getColumnSpec

Created: 27 Dec 06 18:41   Updated: 16 Oct 07 00:10
Component/s: GUI Designer
Fix Version/s: Diana Final

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

Build: 6,141


 Description  « Hide
exception://3883/
Last updated by Eugene Zhuravlev
User description: I think this happened just after I'd deleted a column in the form designer (right click on column, delete)
Error message: Index: 4, Size: 4
java.lang.IndexOutOfBoundsException: Index: 4, Size: 4
at java.util.ArrayList.RangeCheck(ArrayList.java:546)
at java.util.ArrayList.get(ArrayList.java:321)
at com.jgoodies.forms.layout.FormLayout.getColumnSpec(FormLayout.java:379)
at com.intellij.uiDesigner.radComponents.FormLayoutColumnProperties.showProperties(FormLayoutColumnProperties.java:136)
at com.intellij.uiDesigner.radComponents.RadFormLayoutManager.getRowColumnPropertiesPanel(RadFormLayoutManager.java:315)
at com.intellij.uiDesigner.propertyInspector.PropertyInspector.showSelectedColumnProperties(PropertyInspector.java:157)
at com.intellij.uiDesigner.propertyInspector.PropertyInspector.synchWithTree(PropertyInspector.java:122)
at com.intellij.uiDesigner.propertyInspector.PropertyInspector$MyComponentSelectionListener.selectedComponentChanged(PropertyInspector.java:193)
at com.intellij.uiDesigner.designSurface.GuiEditor.fireSelectedComponentChanged(GuiEditor.java:501)
at com.intellij.uiDesigner.componentTree.ComponentTreeBuilder.syncSelection(ComponentTreeBuilder.java:137)
at com.intellij.uiDesigner.componentTree.ComponentTreeBuilder.updateSelection(ComponentTreeBuilder.java:227)
at com.intellij.uiDesigner.componentTree.ComponentTreeBuilder.endUpdateSelection(ComponentTreeBuilder.java:85)
at com.intellij.uiDesigner.FormEditingUtil.selectSingleComponent(FormEditingUtil.java:641)
at com.intellij.uiDesigner.designSurface.MainProcessor.processMousePressed(MainProcessor.java:289)
at com.intellij.uiDesigner.designSurface.MainProcessor.processMouseEvent(MainProcessor.java:160)
at com.intellij.uiDesigner.designSurface.GlassLayer.processMouseEvent(GlassLayer.java:83)
at java.awt.Component.processEvent(Component.java:5253)
at java.awt.Container.processEvent(Container.java:1966)
at java.awt.Component.dispatchEventImpl(Component.java:3955)
at java.awt.Container.dispatchEventImpl(Container.java:2024)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3889)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
at java.awt.Container.dispatchEventImpl(Container.java:2010)
at java.awt.Window.dispatchEventImpl(Window.java:1778)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:357)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:347)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:260)
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.