-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Refactored Singlebibtexfield #979
Conversation
|
||
// -------------------------------------------------------------------------- | ||
// a container class for all properties of a bibtex-field | ||
// -------------------------------------------------------------------------- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have a look at the comments and try to use JavaDoc instead.
Very good points! Too much copy-paste (as usual). Will sort it out tomorrow. |
Looks good. Other improvements can be made in separate PRs. |
} | ||
} | ||
|
||
// ----------------------------------------------------------------------- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove these lines? There are some others in this file similar to this as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fc69e3a
to
1b52e4c
Compare
Refactored Singlebibtexfield
Based on the initial ideas in #978 the class SingleBibtexField is extracted and two EnumSets are used for implementing the existing functionality.