Recursion and update of all elements regardless of need.
commite8fb65ea9df415bbc7024c38ddbce85c9f353d09
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Mon, 7 May 2007 21:29:20 +0000 (7 23:29 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 8 May 2007 02:59:11 +0000 (7 22:59 -0400)
tree6ea614d61e87360f4766fd17e58084ce496f8c36
parent01f283ca91b6a03ae20161560471b0cc77a437de
Recursion and update of all elements regardless of need.

When selecting an element in the history view viewer.updateElement
is called for every element recursively. If the number of
elements is very largs this results in a stack overflow. This
only happens with Eclipse 3.3 M7 and not M6.

Is it thig bug? https://bugs.eclipse.org/bugs/show_bug.cgi?id=149642

Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.egit.ui/src/org/spearce/egit/ui/GitHistoryPage.java