-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Labels
component: fetchergood first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.📍 AssignedAssigned by assign-issue-action (or manually assigned)Assigned by assign-issue-action (or manually assigned)🔔 reminder-sent
Description
FetcherException supports outputting http information on failure: org.jabref.logic.importer.FetcherException#getLocalizedMessage
This should be used at URLDownload (e.g., org.jabref.logic.net.URLDownload#asString(java.nio.charset.Charset, java.net.URLConnection))
Task:
- Adapt org.jabref.logic.importer.fetcher.DoiFetcher#performSearchById to use
org.jabref.logic.importer.fileformat.BibtexParser#parseEntriesinstead ofsingleFromString - Make
asString(Charset encoding, URLConnection connection)private - Adapt all other methods
Note: You can merge asString(Charset encoding, URLConnection connection) with asString(URLConnection connection) probably.
Metadata
Metadata
Assignees
Labels
component: fetchergood first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.📍 AssignedAssigned by assign-issue-action (or manually assigned)Assigned by assign-issue-action (or manually assigned)🔔 reminder-sent
Type
Projects
Status
In Progress