-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Oobranch e : add backend #7790
Conversation
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
In Backend52: - use a single expression - expand comment - rename refMarkName to markName Collectors.joining(",") moved to Codec52.getUniqueMarkName
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); |
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 is normally used only in loops, but for the moment it doesn't matter. You can fix this in a later PR.
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.
Just some minor nitpicking things, but nothing important. So I merge ths now.
A general hint: Please use more descriptive variable names where possibe
Adds backend: manages ranges and data storage for citation groups.
Provides cursor to write citation markers to.