Closed GoogleCodeExporter closed 9 years ago
It looks like the ins and out of the Bounds and Connectors (
http://code.google.com/p/bobbinwork/source/browse/trunk/src/main/java/nl/BobbinW
ork/diagram/model/
) should become sub lists of the top level group (
http://bobbinwork.googlecode.com/svn-history/r606/trunk/doc/class-diagrams3.htm
)
However, when a stitch or group makes structural changes (inserts or deletes a
segment alias bobbin) to the top level list through its own sublist, the
sublists of
siblings of the stitch or group may be come useless. See the javadoc for
AbstractList.subList() and http://forums.sun.com/thread.jspa?threadID=5396552
Original comment by bobbin.w...@gmail.com
on 2 Feb 2010 at 11:44
a hunch: only apply sublists for the outs of connectors. Perhaps the ins then
would
only be needed for the bounds and no longer for the connectors.
Original comment by bobbin.w...@gmail.com
on 5 Feb 2010 at 4:45
Original issue reported on code.google.com by
bobbin.w...@gmail.com
on 2 Feb 2010 at 9:03