]> source.dussan.org Git - jgit.git/commit
DfsReaderIoStats: Order fields and methods consistently 55/1199755/1
authorIvan Frade <ifrade@google.com>
Tue, 20 Aug 2024 18:56:41 +0000 (11:56 -0700)
committerIvan Frade <ifrade@google.com>
Tue, 20 Aug 2024 19:01:42 +0000 (12:01 -0700)
commit888cd56583b23b88f714ac3f0596e23c690c1a74
treea4b2dbf356dfd24a7601596f259d41f6b078be0d
parentcb0935ab6dbcb2c54f0ea67585e608987c87284e
DfsReaderIoStats: Order fields and methods consistently

As fields and getters were added, we didn't respect the (hard to see)
existing order.

Reorder with the following criteria:

Methods:
 xCacheHits() (for all indexes in index order),
 xCount()     (same),
 xBytes()     (same),
 xMicros()    (same).

Index order: primary, reverse, bitmap, commit-graph, object-size

Change-Id: I28f1d8121070d4357d566e3683947a26ceb3ba04
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/dfs/DfsReaderIoStats.java