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

Oobranch e : add backend #7790

Merged
merged 74 commits into from
Aug 21, 2021
Merged

Oobranch e : add backend #7790

merged 74 commits into from
Aug 21, 2021

Conversation

antalk2
Copy link
Contributor

@antalk2 antalk2 commented Jun 3, 2021

Adds backend: manages ranges and data storage for citation groups.
Provides cursor to write citation markers to.

antalk2 added 30 commits May 27, 2021 23:15
JabRef#7788 (review)

- more use of StringUtil.isNullOrEmpty
- private final XTextRangeCompare cmp;
- List<V> partition = partitions.computeIfAbsent(partitionKey, _key -> new ArrayList<>());
- visualSort does not throw WrappedTargetException, NoDocumentException
- set renamed to comparableMarks
@calixtus
Copy link
Member

Looks good to me! Thanks. After a second review we can merge.

}

List<String> keys = Arrays.asList(citeMatcher.group(3).split(","));
String i = citeMatcher.group(1);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i is normally used only in loops, but for the moment it doesn't matter. You can fix this in a later PR.

Copy link
Member

@Siedlerchr Siedlerchr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some minor nitpicking things, but nothing important. So I merge ths now.
A general hint: Please use more descriptive variable names where possibe

@Siedlerchr Siedlerchr merged commit 644e48d into JabRef:main Aug 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: changes required Pull requests that are not yet complete
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants