[8] Review request for 8015853: java.lang.ArrayIndexOutOfBoundsException when running SwingSet2 demo (original) (raw)
dmitry markov dmitry.markov at oracle.com
Tue Jun 4 13:52:21 UTC 2013
- Previous message: [8] Review request for 8013370: Null pointer exception when adding more than 9 accelators to a JMenuBar
- Next message: [8] Review request for 8015853: java.lang.ArrayIndexOutOfBoundsException when running SwingSet2 demo
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
Could you review the fix: bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8015853 webrev: http://cr.openjdk.java.net/~vkarnauk/8015853/webrev.00/
The calculation of index1 variable in the View.forwardUpdate() method is not correct. The method getViewCount() should be used instead of getViewIndex() to calculate the correct index1 value.
Thanks, Dmitry.
- Previous message: [8] Review request for 8013370: Null pointer exception when adding more than 9 accelators to a JMenuBar
- Next message: [8] Review request for 8015853: java.lang.ArrayIndexOutOfBoundsException when running SwingSet2 demo
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]