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

Fix invalid regex query throws an exception #11625

Merged
merged 1 commit into from
Aug 14, 2024
Merged

Fix invalid regex query throws an exception #11625

merged 1 commit into from
Aug 14, 2024

Conversation

LoayGhreeb
Copy link
Collaborator

Follow-up to #11510.
Invalid regex search query throws an exception: https://github.com/JabRef/jabref-issue-melting-pot/issues/414#issuecomment-2272756300.

java.lang.RuntimeException: Label.text : A bound value cannot be set.
	at [email protected]/javafx.beans.property.StringPropertyBase.set(Unknown Source)
	at [email protected]/javafx.beans.property.StringPropertyBase.set(Unknown Source)
	at [email protected]/javafx.beans.property.StringProperty.setValue(Unknown Source)

Mandatory checks

  • Change in CHANGELOG.md described in a way that is understandable for the average user (if applicable)
  • Tests created for changes (if applicable)
  • Manually tested changed features in running JabRef (always required)
  • Screenshots added in PR description (for UI changes)
  • Checked developer's documentation: Is the information available and up to date? If not, I outlined it in this pull request.
  • Checked documentation: Is the information available and up to date? If not, I created an issue at https://github.com/JabRef/user-documentation/issues or, even better, I submitted a pull request to the documentation repository.

Label.text : A bound value cannot be set.
@Siedlerchr Siedlerchr added this pull request to the merge queue Aug 14, 2024
Copy link
Contributor

github-actions bot commented Aug 14, 2024

The build for this PR is no longer available. Please visit https://builds.jabref.org/main/ for the latest build.

Merged via the queue into main with commit 08111bb Aug 14, 2024
21 checks passed
@Siedlerchr Siedlerchr deleted the invalidRegex branch August 14, 2024 20:07
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.

2 participants