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

exception - search #6346

Closed
ilippert opened this issue Apr 25, 2020 · 3 comments
Closed

exception - search #6346

ilippert opened this issue Apr 25, 2020 · 3 comments

Comments

@ilippert
Copy link
Contributor

After having not touched jabref for an hour or so, I got back to it, searched for a name, and got this exception. Sorry, I cannot reproduce this yet.

JabRef 5.1--2020-04-23--bbea7df
Linux 5.5.17-200.fc31.x86_64 amd64
Java 14.0.1

Log File java.util.NoSuchElementException at java.base/java.util.AbstractList$Itr.next(Unknown Source) at java.base/java.util.Iterator.forEachRemaining(Unknown Source) at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Unknown Source) at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) at java.base/java.util.stream.ReferencePipeline.collect(Unknown Source) at org.jabref/org.jabref.gui.maintable.MainTable.getSelectedEntries(Unknown Source) at org.jabref/org.jabref.gui.BasePanel.lambda$createMainTable$2(Unknown Source) at org.jabref.merged.module/com.sun.javafx.collections.ListListenerHelper$Generic.fireValueChangedEvent(Unknown Source) at org.jabref.merged.module/com.sun.javafx.collections.ListListenerHelper.fireValueChangedEvent(Unknown Source) at org.jabref.merged.module/javafx.collections.ObservableListBase.fireChange(Unknown Source) at org.jabref.merged.module/javafx.collections.ListChangeBuilder.commit(Unknown Source) at org.jabref.merged.module/javafx.collections.ListChangeBuilder.endChange(Unknown Source) at org.jabref.merged.module/javafx.collections.ObservableListBase.endChange(Unknown Source) at org.jabref.merged.module/com.sun.javafx.scene.control.SelectedItemsReadOnlyObservableList.lambda$new$1(Unknown Source) at org.jabref.merged.module/com.sun.javafx.collections.ListListenerHelper$Generic.fireValueChangedEvent(Unknown Source) at org.jabref.merged.module/com.sun.javafx.collections.ListListenerHelper.fireValueChangedEvent(Unknown Source) at org.jabref.merged.module/javafx.collections.ObservableListBase.fireChange(Unknown Source) at org.jabref.merged.module/javafx.collections.ListChangeBuilder.commit(Unknown Source) at org.jabref.merged.module/javafx.collections.ListChangeBuilder.endChange(Unknown Source) at org.jabref.merged.module/javafx.collections.ObservableListBase.endChange(Unknown Source) at org.jabref.merged.module/com.sun.javafx.scene.control.ReadOnlyUnbackedObservableList._endChange(Unknown Source) at org.jabref.merged.module/javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList._endChange(Unknown Source) at org.jabref.merged.module/javafx.scene.control.ControlUtils.updateSelectedIndices(Unknown Source) at org.jabref.merged.module/javafx.scene.control.TableView$TableViewArrayListSelectionModel.fireCustomSelectedCellsListChangeEvent(Unknown Source) at org.jabref.merged.module/javafx.scene.control.TableView$TableViewArrayListSelectionModel.clearSelection(Unknown Source) at org.jabref.merged.module/javafx.scene.control.TableView$TableViewArrayListSelectionModel.updateDefaultSelection(Unknown Source) at org.jabref.merged.module/javafx.scene.control.TableView$TableViewArrayListSelectionModel.lambda$new$2(Unknown Source) at org.jabref.merged.module/javafx.collections.WeakListChangeListener.onChanged(Unknown Source) at org.jabref.merged.module/com.sun.javafx.collections.ListListenerHelper$Generic.fireValueChangedEvent(Unknown Source) at org.jabref.merged.module/com.sun.javafx.collections.ListListenerHelper.fireValueChangedEvent(Unknown Source) at org.jabref.merged.module/javafx.collections.ObservableListBase.fireChange(Unknown Source) at org.jabref.merged.module/javafx.collections.ListChangeBuilder.commit(Unknown Source) at org.jabref.merged.module/javafx.collections.ListChangeBuilder.endChange(Unknown Source) at org.jabref.merged.module/javafx.collections.ObservableListBase.endChange(Unknown Source) at org.jabref.merged.module/javafx.collections.transformation.SortedList.sourceChanged(Unknown Source) at org.jabref.merged.module/javafx.collections.transformation.TransformationList.lambda$getListener$0(Unknown Source) at org.jabref.merged.module/javafx.collections.WeakListChangeListener.onChanged(Unknown Source) at org.jabref.merged.module/com.sun.javafx.collections.ListListenerHelper$Generic.fireValueChangedEvent(Unknown Source) at org.jabref.merged.module/com.sun.javafx.collections.ListListenerHelper.fireValueChangedEvent(Unknown Source) at org.jabref.merged.module/javafx.collections.ObservableListBase.fireChange(Unknown Source) at org.jabref.merged.module/javafx.collections.transformation.FilteredList.refilter(Unknown Source) at org.jabref.merged.module/javafx.collections.transformation.FilteredList$1.invalidated(Unknown Source) at org.jabref.merged.module/javafx.beans.property.ObjectPropertyBase.markInvalid(Unknown Source) at org.jabref.merged.module/javafx.beans.property.ObjectPropertyBase$Listener.invalidated(Unknown Source) at org.jabref.merged.module/com.sun.javafx.binding.ExpressionHelper$SingleInvalidation.fireValueChangedEvent(Unknown Source) at org.jabref.merged.module/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source) at org.jabref.merged.module/javafx.beans.binding.ObjectBinding.invalidate(Unknown Source) at org.jabref.merged.module/com.sun.javafx.binding.BindingHelperObserver.invalidated(Unknown Source) at org.jabref.merged.module/com.sun.javafx.binding.ExpressionHelper$Generic.fireValueChangedEvent(Unknown Source) at org.jabref.merged.module/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source) at org.jabref.merged.module/javafx.beans.property.ObjectPropertyBase.fireValueChangedEvent(Unknown Source) at org.jabref.merged.module/javafx.beans.property.ObjectPropertyBase.markInvalid(Unknown Source) at org.jabref.merged.module/javafx.beans.property.ObjectPropertyBase.set(Unknown Source) at org.jabref.merged.module/javafx.beans.property.ObjectProperty.setValue(Unknown Source) at org.jabref/org.jabref.gui.StateManager.setSearchQuery(Unknown Source) at org.jabref/org.jabref.gui.search.GlobalSearchBar.performSearch(Unknown Source) at org.jabref.merged.module/org.reactfx.util.FxTimer.lambda$restart$0(Unknown Source) at org.jabref.merged.module/com.sun.scenario.animation.shared.TimelineClipCore.visitKeyFrame(Unknown Source) at org.jabref.merged.module/com.sun.scenario.animation.shared.TimelineClipCore.playTo(Unknown Source) at org.jabref.merged.module/javafx.animation.Timeline.doPlayTo(Unknown Source) at org.jabref.merged.module/javafx.animation.AnimationAccessorImpl.playTo(Unknown Source) at org.jabref.merged.module/com.sun.scenario.animation.shared.SingleLoopClipEnvelope.timePulse(Unknown Source) at org.jabref.merged.module/javafx.animation.Animation.doTimePulse(Unknown Source) at org.jabref.merged.module/javafx.animation.Animation$1.lambda$timePulse$0(Unknown Source) at java.base/java.security.AccessController.doPrivileged(Unknown Source) at org.jabref.merged.module/javafx.animation.Animation$1.timePulse(Unknown Source) at org.jabref.merged.module/com.sun.scenario.animation.AbstractMasterTimer.timePulseImpl(Unknown Source) at org.jabref.merged.module/com.sun.scenario.animation.AbstractMasterTimer$MainLoop.run(Unknown Source) at org.jabref.merged.module/com.sun.javafx.tk.quantum.QuantumToolkit.pulse(Unknown Source) at org.jabref.merged.module/com.sun.javafx.tk.quantum.QuantumToolkit.pulse(Unknown Source) at org.jabref.merged.module/com.sun.javafx.tk.quantum.QuantumToolkit.pulseFromQueue(Unknown Source) at org.jabref.merged.module/com.sun.javafx.tk.quantum.QuantumToolkit.lambda$runToolkit$11(Unknown Source) at org.jabref.merged.module/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) at org.jabref.merged.module/com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method) at org.jabref.merged.module/com.sun.glass.ui.gtk.GtkApplication.lambda$runLoop$11(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source)
@github-actions
Copy link
Contributor

github-actions bot commented Dec 8, 2020

This issue has been inactive for half a year. Since JabRef is constantly evolving this issue may not be relevant any longer and it will be closed in two weeks if no further activity occurs.

As part of an effort to ensure that the JabRef team is focusing on important and valid issues, we would like to ask if you could update the issue if it still persists. This could be in the following form:

  • If there has been a longer discussion, add a short summary of the most important points as a new comment (if not yet existing).
  • Provide further steps or information on how to reproduce this issue.
  • Upvote the initial post if you like to see it implemented soon. Votes are not the only metric that we use to determine the requests that are implemented, however, they do factor into our decision-making process.
  • If all information is provided and still up-to-date, then just add a short comment that the issue is still relevant.

Thank you for your contribution!

@ilippert
Copy link
Contributor Author

ilippert commented Dec 8, 2020

no idea, happy to close this. but maybe somebody else closes this who can better judge the exception.

@github-actions
Copy link
Contributor

This issue has been inactive for half a year. Since JabRef is constantly evolving this issue may not be relevant any longer and it will be closed in two weeks if no further activity occurs.

As part of an effort to ensure that the JabRef team is focusing on important and valid issues, we would like to ask if you could update the issue if it still persists. This could be in the following form:

  • If there has been a longer discussion, add a short summary of the most important points as a new comment (if not yet existing).
  • Provide further steps or information on how to reproduce this issue.
  • Upvote the initial post if you like to see it implemented soon. Votes are not the only metric that we use to determine the requests that are implemented, however, they do factor into our decision-making process.
  • If all information is provided and still up-to-date, then just add a short comment that the issue is still relevant.

Thank you for your contribution!

koppor pushed a commit that referenced this issue Jan 15, 2023
50eea55b2c Gaceta Sanitaria: adjust et-al to align w guide
7b26635231 Create journal-of-prosthodontics.csl (#6320)
fcffad7b5d Update and rename world-politcs.csl to world-politics.csl (#6346)
e89fb04a21 Update environmental-conservation.csl (#6312)
168aa3c021 Update molecular-ecology.csl (#6363)
15f1c9907b Update indian-journal-of-orthopaedics.csl (#6358)
a18a7475cb Update frontiers.csl (#6360)

git-subtree-dir: buildres/csl/csl-styles
git-subtree-split: 50eea55b2c512833fec6c8b810f7e73b53b2f611
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant