Refactored the comments for UnlinkedFilesCrawler#15709
Merged
Siedlerchr merged 1 commit intoMay 10, 2026
Merged
Conversation
Contributor
Review Summary by QodoUpdate UnlinkedFilesCrawler class documentation
WalkthroughsDescription• Updated class documentation to reflect current behavior • Clarified that results determine linking strategy based on user choice Diagramflowchart LR
A["UnlinkedFilesCrawler"] -- "documentation updated" --> B["Reflects current linking behavior"]
B -- "clarifies" --> C["Link to existing or create new entry"]
File Changes1. jabgui/src/main/java/org/jabref/gui/externalfiles/UnlinkedFilesCrawler.java
|
Contributor
subhramit
approved these changes
May 10, 2026
subhramit
left a comment
Member
There was a problem hiding this comment.
LGTM as per internal discussion
Siedlerchr
approved these changes
May 10, 2026
Siedlerchr
added a commit
to pluto-han/jabref
that referenced
this pull request
May 11, 2026
* upstream/main: (21 commits) chore(deps): update dependency com.konghq:unirest-modules-gson to v4.10.0 (JabRef#15715) Add manual tests (JabRef#15351) Refactored the comments for UnlinkedFilesCrawler (JabRef#15709) Replace inline styles with CSS classes (JabRef#15694) add test case for multiple authors in csl citaiton (JabRef#15707) fix invalid desktop file for linux (JabRef#15702) Change FileKeystore and Folder fields to disable/enable (JabRef#15685) Chore(deps): Bump org.openrewrite.recipe:rewrite-recipe-bom from 3.30.0 to 3.30.1 (JabRef#15696) New Crowdin updates (JabRef#15693) Chore(deps): Bump dev.langchain4j:langchain4j-bom in /versions (JabRef#15698) Chore(deps): Bump org.apache.logging.log4j:log4j-to-slf4j in /versions (JabRef#15700) chore(deps): update dependency org.apache.logging.log4j:log4j-to-slf4j to v2.26.0 (JabRef#15699) Chore(deps): Bump org.openrewrite.rewrite from 7.32.1 to 7.32.2 (JabRef#15697) Chore(deps): Bump jablib/src/main/resources/csl-locales (JabRef#15689) Fix month checker regex (JabRef#15678) Chore(deps): Bump com.dlsc.gemsfx:gemsfx in /versions (JabRef#15692) Chore(deps): Bump org.hisp.dhis:json-tree in /versions (JabRef#15691) Chore(deps): Bump jablib/src/main/resources/csl-styles (JabRef#15690) New Crowdin updates (JabRef#15687) Chore(deps): Bump com.konghq:unirest-java-core in /versions (JabRef#15683) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Related issues and pull requests
Related to #15110
PR Description
Refactored the comments for `UnlinkedFilesCrawler' to match the current behavior of the class.
Checklist
CHANGELOG.mdin a way that can be understood by the average user (if change is visible to the user)