jgit/org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm
Jonathan Nieder a5778b6f41 archive: Drop unnecessary empty comments and 'final' qualifiers on locals
Early JGit code used comments to inform the Eclipse formatter about
where to break lines and used final in the hope of making code faster.
The ArchiveCommand command implementation imitated that style.

Nowadays the project relies less on the Eclipse formatter and relies
more on Java having sane performance with local variables that are not
explicitly marked 'final'.  Removing the unnecessary empty comments and
'final' qualifiers makes this code more readable and more consistent
with recent JGit code.

Change-Id: I7a181432eda7e18bd32cf110d89c0efbe490c4f1
Signed-off-by: Jonathan Nieder <jrn@google.com>
2015-05-27 16:49:34 -07:00
..
AddTest.java Add basic "jgit add" tests 2012-11-29 16:38:07 -08:00
ArchiveTest.java archive: Drop unnecessary empty comments and 'final' qualifiers on locals 2015-05-27 16:49:34 -07:00
BranchTest.java Implement "git branch --contains" in pgm 2014-03-07 18:24:42 -05:00
CLIGitCommandTest.java Allow to write tests with CLI syntax 2012-04-18 18:57:36 +02:00
CheckoutTest.java Add option --orphan for checkout 2015-02-04 13:35:32 +01:00
CloneTest.java [pgm] Add option --bare to clone command 2014-12-22 15:45:46 +01:00
CommitAndLogTest.java Allow to write tests with CLI syntax 2012-04-18 18:57:36 +02:00
ConfigTest.java Fix failing ConfigTest on Windows 2014-05-17 04:09:22 -04:00
DescribeTest.java Add "--long" option to JGit describe 2015-03-09 13:48:04 -07:00
FetchTest.java CLI fetch command should support --tags 2013-10-26 17:25:23 -04:00
LsRemoteTest.java [pgm] Add option --tags for ls-remote 2014-12-16 15:29:08 +01:00
MergeTest.java Handle -m option for Merge command 2014-08-30 01:17:24 +02:00
ReflogTest.java Fix line endings 2013-05-03 16:19:07 +02:00
RepoTest.java Strip trailing /s in repo base URI. 2014-07-28 16:13:50 -07:00
StatusTest.java CLI status should support --untracked-files 2015-03-12 18:10:26 -07:00
TagTest.java Add a test for org.eclipse.jgit.pgm.Tag 2012-11-15 16:28:02 -08:00