jgit/org.eclipse.jgit.lfs/src/org/eclipse/jgit/lfs
David Pursehouse 7ac182f4e4 Enable and fix 'Should be tagged with @Override' warning
Set missingOverrideAnnotation=warning in Eclipse compiler preferences
which enables the warning:

  The method <method> of type <type> should be tagged with @Override
  since it actually overrides a superclass method

Justification for this warning is described in:

  http://stackoverflow.com/a/94411/381622

Enabling this causes in excess of 1000 warnings across the entire
code-base. They are very easy to fix automatically with Eclipse's
"Quick Fix" tool.

Fix all of them except 2 which cause compilation failure when the
project is built with mvn; add TODO comments on those for further
investigation.

Change-Id: I5772061041fd361fe93137fd8b0ad356e748a29c
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
2017-02-19 20:05:08 -04:00
..
errors Add support for refusing LFS request due to invalid authorization 2017-01-13 10:46:15 +09:00
internal LfsProtocolServlet: Improve error on getLargeFileRepository failure 2017-01-14 00:05:56 +01:00
lib Enable and fix 'Should be tagged with @Override' warning 2017-02-19 20:05:08 -04:00
CleanFilter.java Enable and fix 'Should be tagged with @Override' warning 2017-02-19 20:05:08 -04:00
Lfs.java Use AnyLongObjectId instead of LongObjectId in LFS API 2016-10-26 23:03:39 +02:00
LfsPointer.java Don't rely on default locale when using toUpperCase() and toLowerCase() 2017-01-28 15:06:15 +01:00
SmudgeFilter.java Add built-in LFS smudge filter for local case 2016-09-20 10:58:05 +02:00