Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » GEF SDK v3.1.0RC1: bug in class NodeCluster?
GEF SDK v3.1.0RC1: bug in class NodeCluster? [message #184433] Mon, 13 June 2005 15:48
Eclipse UserFriend
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
Previous Topic:context menu and properties
Next Topic:Problems with GridLayout
Goto Forum:
  


Current Time: Fri Apr 19 10:56:50 GMT 2024

Powered by FUDForum. Page generated in 0.03293 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top