[Tcl Java] Re: Tcl Blend copies return values

1999-03-22 Thread Moses DeJong
On Sun, 21 Mar 1999, Christopher Hylands wrote: > Thanks, my little test case was bogus, it did not illustrate the > bug that I was having. > > It turns out that the problem was somewhat more complex. > > In Ptolemy II, we have a Nameable interface which is implemented > by a NamedObj class.

[Tcl Java] Re: Tcl Blend copies return values

1999-03-22 Thread Christopher Hylands
Thanks, my little test case was bogus, it did not illustrate the bug that I was having. It turns out that the problem was somewhat more complex. In Ptolemy II, we have a Nameable interface which is implemented by a NamedObj class. A NamedList is a list of NamedObjs. The NamedList class has a m

[Tcl Java] Re: Tcl Blend copies return values

1999-03-19 Thread Moses DeJong
Does this same thing happend in Jacl? Also, is this a JDK 1.2 only problem? I was not aware there was a LinkedList class in 1.1 so I am guessing that you are running in JDK 1.2. Mo DeJong dejong at cs.umn.edu On Thu, 18 Mar 1999, Christopher Hylands wrote: > It looks like Tcl Blend is returning