Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Right click create group #11476
base: main
Are you sure you want to change the base?
Right click create group #11476
Changes from 15 commits
910c857
cbc0d7d
f126974
e4c2281
9b4d2db
9631067
d4222a7
faca154
ca5e69f
3a6037e
8dd474a
12dedd4
2c87cda
f3011ed
53f1544
ec9b081
aabb4a3
f654aba
d772aaa
d3e1f1e
e4ec775
fd088d1
e2ad784
cf33b73
85d42b9
ea49e46
00de24b
a1dfe75
77f927b
f80e515
c5241f0
bba0522
1912281
4931eac
f928a36
93f2df5
0367f7b
e87af8e
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this change needed? I checked the caller - and it seems it is passed to
org.jabref.logic.exporter.Exporter#export(org.jabref.model.database.BibDatabaseContext, java.nio.file.Path, java.util.List<org.jabref.model.entry.BibEntry>, java.util.List<java.nio.file.Path>, org.jabref.logic.journals.JournalAbbreviationRepository)
, which requires a list and nothing observable.I would even try to use
toList()
since the list should not be modified (should it?)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe I just did this because the function signature changed (from
Optional<List<..>>
toOptional<ObservableList<...>>
and I was trying to minimally fix to comply. Will add in thetoList
call and change it back.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will just revert and see if the CI is green.
Reason: BibDatbase context code:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did my revert go through, because I did not see it?
Please double check that this file is not changed!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Per my earlier comment -
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The heading does not match the following things.
Please move the Boolean Property.