Re: JMeter and lib/ext classpath

sebb <[email protected]> Thu, 25 Feb 2010 15:45:36 +0000
Newsgroups gmane.comp.jakarta.jmeter.devel
Message-ID <[email protected]>
On 25/02/2010, Brett Cave <[email protected]> wrote:
> Hi,
>
>  At which point is a class that extends AbstractTestElement?

Huh?

>  Would it be safe to use static attributes after super() in the default
>  constructor?
>

If they are final, yes.

Otherwise, it depends. Might need to to implement NoThreadClone.