Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zuordnen von Sollbuchungen schlägt fehl #691

Open
mbmueller opened this issue Feb 18, 2025 · 0 comments
Open

Zuordnen von Sollbuchungen schlägt fehl #691

mbmueller opened this issue Feb 18, 2025 · 0 comments

Comments

@mbmueller
Copy link

In OJV 3.0.1 schlägt das Zuordnen von Sollbuchungen mit folgender Exception fehl:

[Tue Feb 18 11:31:27 CET 2025][ERROR][main][de.jost_net.JVerein.gui.action.BuchungSollbuchungZuordnungAction.handleAction] Fehler
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
	at java.base/jdk.internal.util.Preconditions.outOfBounds(Unknown Source)
	at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Unknown Source)
	at java.base/jdk.internal.util.Preconditions.checkIndex(Unknown Source)
	at java.base/java.util.Objects.checkIndex(Unknown Source)
	at java.base/java.util.ArrayList.get(Unknown Source)
	at de.jost_net.JVerein.io.SplitbuchungsContainer.autoSplit(SplitbuchungsContainer.java:551)
	at de.jost_net.JVerein.gui.action.BuchungSollbuchungZuordnungAction.handleAction(BuchungSollbuchungZuordnungAction.java:214)
	at de.willuhn.jameica.gui.parts.ContextMenu$1.handleEvent(ContextMenu.java:183)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4209)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1043)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4026)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3626)
	at de.willuhn.jameica.gui.GUI.loop(GUI.java:928)
	at de.willuhn.jameica.gui.GUI.init(GUI.java:331)
	at de.willuhn.jameica.system.Application.init(Application.java:145)
	at de.willuhn.jameica.system.Application.newInstance(Application.java:87)
	at de.willuhn.jameica.Main.main(Main.java:78)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant