From 1eed985b74dec0b0e56eec7ba58607c195ec5871 Mon Sep 17 00:00:00 2001 From: Brittany Date: Tue, 14 Dec 2021 12:12:49 -0800 Subject: [PATCH] Exception shouldn't happen when pasting an entry with a publication date-range of form yyyy-yyyy (#8247) * Fixed the DOI connection Error issue: Issue 8127 * Update CHANGELOG.md * cleaning up code for fixing issue 8127 * adding endDate for processing date range * modified Changelog * add test case for the modified Date.java * fixing the checkstyle error * add one line comment to indicate the issue * removed the comment CS427 Issue ... * Update JabRef_Main.xml * Update .gitignore * Update JabRef_Main.xml * Update Date.java Co-authored-by: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com> --- .idea/runConfigurations/JabRef_Main.xml | 2 +- CHANGELOG.md | 1 + .../java/org/jabref/model/entry/Date.java | 32 +++++++++++++++++++ .../java/org/jabref/model/entry/DateTest.java | 6 ++++ 4 files changed, 40 insertions(+), 1 deletion(-) diff --git a/.idea/runConfigurations/JabRef_Main.xml b/.idea/runConfigurations/JabRef_Main.xml index 4bb85cf63f1..a588730b31a 100644 --- a/.idea/runConfigurations/JabRef_Main.xml +++ b/.idea/runConfigurations/JabRef_Main.xml @@ -11,4 +11,4 @@