-
Bug
-
Resolution: Fixed
-
P4
-
1.2.0
-
None
-
01a
-
x86, sparc
-
generic, solaris_2.6
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2021292 | 1.4.0 | Richard Ray | P4 | Resolved | Fixed | beta |
java.lang.ArrayIndexOutOfBoundsException with Spreadsheet demo applet when clicking on cells. I've seen this on Solaris and Win32.
Steps to reproduce:
1) Launch the Spreadsheet demo applet
2) Click on the cells in the applet window
Results:
Exception occurred during event dispatching:
java.lang.ArrayIndexOutOfBoundsException: -1
at SpreadSheet.mousePressed(Compiled Code)
at java.awt.AWTEventMulticaster.mousePressed(Compiled Code)
at java.awt.AWTEventMulticaster.mousePressed(Compiled Code)
at java.awt.Component.processMouseEvent(Compiled Code)
at java.awt.Component.processEvent(Compiled Code)
at java.awt.Container.processEvent(Compiled Code)
at java.awt.Component.dispatchEventImpl(Compiled Code)
at java.awt.Container.dispatchEventImpl(Compiled Code)
at java.awt.Component.dispatchEvent(Compiled Code)
at java.awt.EventQueue.dispatchEvent(Compiled Code)
at java.awt.EventDispatchThread.run(Compiled Code)
This is also fixed in 1.3.1_01a.
###@###.### 2001-08-29
Steps to reproduce:
1) Launch the Spreadsheet demo applet
2) Click on the cells in the applet window
Results:
Exception occurred during event dispatching:
java.lang.ArrayIndexOutOfBoundsException: -1
at SpreadSheet.mousePressed(Compiled Code)
at java.awt.AWTEventMulticaster.mousePressed(Compiled Code)
at java.awt.AWTEventMulticaster.mousePressed(Compiled Code)
at java.awt.Component.processMouseEvent(Compiled Code)
at java.awt.Component.processEvent(Compiled Code)
at java.awt.Container.processEvent(Compiled Code)
at java.awt.Component.dispatchEventImpl(Compiled Code)
at java.awt.Container.dispatchEventImpl(Compiled Code)
at java.awt.Component.dispatchEvent(Compiled Code)
at java.awt.EventQueue.dispatchEvent(Compiled Code)
at java.awt.EventDispatchThread.run(Compiled Code)
This is also fixed in 1.3.1_01a.
###@###.### 2001-08-29
- backported by
-
JDK-2021292 java.lang.ArrayIndexOutOfBoundsException with Spreadsheet demo applet
-
- Resolved
-