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

Remove deprecated #162

Merged
merged 1 commit into from
Feb 24, 2024
Merged

Conversation

JohannMaierhofer
Copy link

  • Replace new xxx by xxx.valueOf
  • Replace deprecated setSummary(..)
  • Pass List to new SelectInput

Dieser Request greift #38 wieder auf und benutzt den aktuellen Code Stand. Bei einigen SelectInput konnte ich den GenericIterator ganz ersetzen weil die Liste schon da war und der Umweg damit nicht nötig war.

- Replace new xxx by xxx.valueOf
- Replace deprecated setSummary(..)
- Pass List to new SelectInput
@MSchmalzl MSchmalzl merged commit 0623ee9 into openjverein:master Feb 24, 2024
@JohannMaierhofer JohannMaierhofer deleted the remove_deprecated branch February 24, 2024 13:20
@jundelc
Copy link

jundelc commented Mar 18, 2024

bekomme einen Fehler. Könnte das mit dieser Änderung zu tun haben?

java.lang.NullPointerException at de.willuhn.datasource.pseudo.PseudoIterator.asList(PseudoIterator.java:66) at de.jost_net.JVerein.gui.control.BuchungsartControl.getSteuerBuchungsart(BuchungsartControl.java:252) at de.jost_net.JVerein.gui.view.BuchungsartView.bind(BuchungsartView.java:44) at de.willuhn.jameica.gui.GUI$5.run(GUI.java:724) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at de.willuhn.jameica.gui.GUI$6.run(GUI.java:921) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:183) at org.eclipse.swt.widgets.Display.syncExec(Display.java:5250) at de.willuhn.jameica.gui.GUI.startSync(GUI.java:917) at de.willuhn.jameica.gui.GUI.startView(GUI.java:601) at de.willuhn.jameica.gui.GUI.startView(GUI.java:536) at de.willuhn.jameica.gui.GUI.startView(GUI.java:573) at de.jost_net.JVerein.gui.action.BuchungsartAction.handleAction(BuchungsartAction.java:52) at de.willuhn.jameica.gui.parts.AbstractTablePart.open(AbstractTablePart.java:382) at de.willuhn.jameica.gui.parts.TablePart$5.mouseDoubleClick(TablePart.java:683) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:200) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4646) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1524) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1547) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1532) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1325) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4413) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3989) at de.willuhn.jameica.gui.GUI.loop(GUI.java:938) at de.willuhn.jameica.gui.GUI.init(GUI.java:335) 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)

@JohannMaierhofer
Copy link
Author

@jundelc Danke für den Hinweis. Ja, daran liegt es. Das muss ich dann auch an den anderen Stellen korrigieren.
Der Aufruf muss durch "list != null ? PseudoIterator.asList(list) : null" ersetzt werden.
Es wäre einfacher gewesen wenn das in der Methode PseudoIterator.asList() abgefangen worden wäre.

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

Successfully merging this pull request may close these issues.

4 participants