Seite 1 von 1

Verspätungsbegründung IndexoutofBound exception

Verfasst: Do Jun 04, 2020 11:57 pm
von petero
Hallo,

wenn man im Fenster der Verspätungsbegründung, wo noch keine Vorschläge vorhanden sind, die Pfeiltasten oben drückt bekommt man eine Index out of Bound exception. Verhalten ist dauerhaft reproduzierbar.
Sind Vorschläge vorhanden passiert das nicht.

Code: Alles auswählen

java.lang.IndexOutOfBoundsException: bitIndex < 0: -2
	at java.util.BitSet.get(Unknown Source)
	at javax.swing.DefaultListSelectionModel.set(Unknown Source)
	at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source)
	at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source)
	at javax.swing.DefaultListSelectionModel.setSelectionInterval(Unknown Source)
	at javax.swing.JList.setSelectedIndex(Unknown Source)
	at js.java.tools.gui.jsuggestfield.SuggestDecorator$5.keyReleased(SuggestDecorator.java:311)
	at java.awt.Component.processKeyEvent(Unknown Source)
	at javax.swing.JComponent.processKeyEvent(Unknown Source)
	at java.awt.Component.processEvent(Unknown Source)
	at java.awt.Container.processEvent(Unknown Source)
	at java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
	at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
	at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
	at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
	at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
	at java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Window.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.awt.EventQueue.access$500(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue$4.run(Unknown Source)
	at java.awt.EventQueue$4.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)
Build: 5713
Java: 1.8.0_251; Java HotSpot(TM) 64-Bit Server VM
Runtime: Java(TM) SE Runtime Environment; 1.8.0_251-b08
Arch: 64; running on amd64; 4 cores
OS: Windows 10; version 10.0
VM Memory: 1792 MB max; 492 MB used
User: petero UID: 14848
IPv6: false

Gruß
Peter

Re: Verspätungsbegründung IndexoutofBound exception

Verfasst: Sa Aug 01, 2020 9:50 pm
von MeldungsRobot
Automatische Meldung vom Bugtracker:

Der Case #3060 wurde geschlossen (erledigt). Behoben ab Build 5723 (Java). Freigegeben ab Revision 10724.

Re: Verspätungsbegründung IndexoutofBound exception

Verfasst: Mo Aug 03, 2020 5:58 am
von MeldungsRobot
Automatische Meldung vom Bugtracker:

Die Korrektur von Case #3060 ist jetzt online.