Replace PlotWalk usage by RevWalk
commit4377af5af4c7a463e858123c306093c250258711
authorMichael Keppler <Michael.Keppler@gmx.de>
Tue, 14 Aug 2018 14:14:14 +0000 (14 16:14 +0200)
committerThomas Wolf <thomas.wolf@paranor.ch>
Sat, 25 Aug 2018 10:41:21 +0000 (25 06:41 -0400)
tree7e0cb6401ce02c2c261f59209b70fe91a2e9ec55
parent1f69fad3e04670e5ab4d5a25ee8bb032c16beb1a
Replace PlotWalk usage by RevWalk

* replace PlotWalk by RevWalk
* use try-with-resource to automatically call close()
* remove call to dispose(), to be more symmetric with other instances
and to avoid the remaining unfilteredCommit variable to become invalid

Change-Id: Id39560715a5483e58ff3957416263b17d966505f
Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
Bug:537937
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/GitHistoryPage.java