-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix customized entry problem #90
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
Conversation
…r modify its content Fix typo in BibtexEntryWriter and rename methods writeSorted/writeUnsorted to writeNewStyle/writeOldStyle
…ryType instead of a reference to the original object in the global TreeMap This should fix (at least partially) https://sourceforge.net/p/jabref/bugs/1221/ (and duplicates)
Prevent other warnings
|
Looks good from a first sight. Two minor things: missing CHANGELOD entry and tabs instead of spaces (maybe IDE |
|
Thanks, I will take care of my formatter settings for future commits. Concerning the CHANGELOG, do you generally also include bugfixes in it? If not, this PR does not contain any new feature. |
|
Yes, please include bugfixes as well. |
…ename to GuiTestUtils
This pull request contains, besides more or less minor code cleanup and refactoring, a bugfix for the problem with customized entry types (commit e92238a). See https://sourceforge.net/p/jabref/bugs/1221/ (with many duplicates)