Number: 53
Title: nodes may appear in wrong cluster
Submitter: F. Liekweg
Date: Mon Oct 8 06:03:35 2001
Subsys: Dot
Version: 1.5 and 1.7c
System: x86-Linux-Redhat 6.1/Kernel 2.2.12
Severity: major
Problem:
A node (node "Proj (arg_1) [48@43]" in the example) appears in the wrong cluster (in cluster_node_57 instead of cluster_node_43).
Input file: b53.dot
Output file: b53.jpg
Comments:
If the code for cluster_node_57 is moved between cluster_node_52 and cluster_node_60, the graph is drawn correctly with node_48 in cluster_node_43.
Fix:
Stictly speaking, this is not a bug. The node mentioned occurs in multiple clusters (as part of an edge). Thus, it is associated with the first cluster it is found in. It is possible that dot should give a warning.
Owner: north
Status: Fixed