]> source.dussan.org Git - jgit.git/commit
Stack Overflow in EGit History View 83/1183/1
authorMathias Kinzler <mathias.kinzler@sap.com>
Wed, 28 Jul 2010 09:46:05 +0000 (11:46 +0200)
committerMathias Kinzler <mathias.kinzler@sap.com>
Wed, 28 Jul 2010 09:46:05 +0000 (11:46 +0200)
commit51c6f513b02bd178cc27c8afbde4f49611e81a8e
treeb8baf1dd275455497788c03f59945712d68e8b40
parent396fe6da4593645e1b9bada4fe314f6169ab2d17
Stack Overflow in EGit History View

This is caused by a recursion in PlotWalk.getTags().
As a hotfix, the sort was simply removed. The sort
must be re-implemented so that parseAny() is not called
again (currently, this happens in the PlotRefComparator).

Change-Id: I060d26fda8a75ac803acaf89cfb7d3b4317328f3
Signed-off-by: Mathias Kinzler <mathias.kinzler@sap.com>
Signed-off-by: Christian Halstrick <christian.halstrick@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/revplot/PlotWalk.java