GEF SDK v3.1.0RC1: bug in class NodeCluster? [message #184433] |
Mon, 13 June 2005 15:48 |
Eclipse User |
|
|
|
Originally posted by: rdenk.ftisoft.at
Hi,
some time ago I wrote an editor with GEF SDK v3.1.0M6 and now tried the same
code with RC1. The editor basically worked well, but i was not able to draw
directed graphs with a lot of nodes, respectively a lot of clusters. I used
the DirectedGraphLayout class for layouting the graph, and it always gave me
an ArrayIndexOutOfBoundsException in class NodeClusters.getLeftNeighbor() or
NodeClusters.getRightNeighbor(). The reason seemed to be that there were
initialized two arrays keeping the left and right neighbour clusters with
size 20, so when trying to layout a graph with more than 20 neighbour
clusters, it must fail!
This seems to be a bug in RC1, or am I misunderstanding something? Did
anybody have similar problems with RC1??
regards,
rdenk
|
|
|
Powered by
FUDForum. Page generated in 0.03256 seconds