Remove all @author comments and empty method/class comments#3911
Merged
Conversation
Member
|
I would propose you take the maintable-beta branch as base branch, otherwise we will be getting tons of conflicts |
012d363 to
2bd87a7
Compare
Member
Author
Member
|
For merging I stick to http://meldmerge.org/ |
stefan-kolb
approved these changes
Mar 31, 2018
tobiasdiez
approved these changes
Mar 31, 2018
Member
|
Please fix conflict and checkstyle error:; |
…or-annotations # Conflicts: # src/test/java/org/jabref/gui/importer/fetcher/OAI2HandlerFetcherTest.java
Member
Author
|
I don't know, why Travis fails: I think, I only changed comments?! |
Member
Author
|
The errors are from the maintable-beta branch (see https://travis-ci.org/JabRef/jabref/jobs/360715639). So, I just merge to move forward. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This removes all
@authorpatterns as we do not track author ship by these annotations, but with the version control system git.Some other obsolete headers were also removed (e.g.,
$Id).