JMeter and lib/ext classpath

2010-02-25 Thread Brett Cave
Hi, At which point is a class that extends AbstractTestElement? Would it be safe to use static attributes after super() in the default constructor?

Re: JMeter and lib/ext classpath

2010-02-25 Thread sebb
On 25/02/2010, Brett Cave brettc...@gmail.com 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