-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Labels
good first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.📌 Pinned📍 AssignedAssigned by assign-issue-action (or manually assigned)Assigned by assign-issue-action (or manually assigned)
Description
Have
@Article{Jr.2025,
month = {Jun},
}and
@Article{Jr.2025,
month = jun,
}The latter is better. The merge dialog should select the second column. -- See #14454 for a similar scenario (other field)
Task:
- Create
org.jabref.logic.bibtex.comparator.plausibility.MonthPlausibilityComparator - Wire it into
org.jabref.logic.bibtex.comparator.plausibility.MonthComparatorFactory. UseFieldProperty.MONTH - Add test cases
Hints:
- Do test-driven development.
- Look at the failed PR Added MonthPlausibilityComparator to prefer normalized months #14629. It is 90% done, you can base on this.
Metadata
Metadata
Assignees
Labels
good first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.📌 Pinned📍 AssignedAssigned by assign-issue-action (or manually assigned)Assigned by assign-issue-action (or manually assigned)
Type
Projects
Status
Done