Just noticed that the clone() method in the super-class
AbstractTestElement does not call

super.clone();

it calls

this.getClass().newInstance();

instead.

Not sure what this means for the sub-classes ... but given that other
sub-classes do work, I assume it is OK...

S.
On 16/02/06, Peter Lin <[EMAIL PROTECTED]> wrote:
> hmm... that is interesting. thanks for posting the info.
>
> peter
>
>
> On 2/16/06, Oleg Gutsol <[EMAIL PROTECTED]> wrote:
> >
> > Well, looks like the clone method is being called - i inserted some
> > debugging output, and it appears in the log,
> > however there is one interesting thing I noticed - the size of the
> > TestCompiler stack is N when launching in GUI mode and
> > N-1 in NON-GUI mode.
> >
> >
> > - Oleg.
> >
> >
> >
> > On 16-Feb-06, at 2:20 PM, Peter Lin wrote:
> >
> > > yeah.... my quick and dirty implementation is way too quick and too
> > > dirty.
> > >
> > > I'll try to make some time this weekend. No promises, but I'll do
> > > what I
> > > can.
> > >
> > > peter
> > >
> > >
> > > On 2/16/06, sebb <[EMAIL PROTECTED]> wrote:
> > >>
> > >> Either way, the clone method needs to be rewritten so it only does a
> > >> clone - otherwise RMI is going to have problems too ...
> > >>
> > >> S.
> > >> On 16/02/06, sebb <[EMAIL PROTECTED]> wrote:
> > >>> On 16/02/06, Peter Lin <[EMAIL PROTECTED]> wrote:
> > >>>> I just took a look at the IncludeController and it currently
> > >>>> does the
> > >>>> following.
> > >>>>
> > >>>> my guess is that in non-gui mode, the clone method isn't getting
> > >> called.  a
> > >>>> minor change to it, might fix it.
> > >>>
> > >>> Could well be - there is no way to re-run a test in non-GUI mode, so
> > >>> maybe it does not copy the tree.
> > >>>
> > >>> In GUI mode, the tree can be changed while the test is running, so I
> > >>> assume JMeter needs to create a copy...
> > >>>
> > >>
> > >> ---------------------------------------------------------------------
> > >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> > >> For additional commands, e-mail: [EMAIL PROTECTED]
> > >>
> > >>
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to