> -----Original Message-----
> From: Jordi Salvat i Alabart [mailto:[EMAIL PROTECTED]
> Sent: 02 December 2003 15:11
> To: JMeter Developers List
> Subject: Proxy GUI created during startup: bug or feature?
> 
> 
> Hi.
> 
> JMeter is creating a ProxyControlGUI element on startup. Anyone know 
> why? Is this a bug or a feature?
> 

Do you mean that you see debug log messages from it?
If so, it's not the only GUI class that is constructed during startup. 
Not sure all of them are ever used, either.
I did look at this a while ago, but did not complete the investigation.

==

One could add the following code to some/all constructore:

constructor(){
 if (log.isDebugEnabled(){// don't create throwable unnecessarily
  log.debug("constructor",new Throwable("DEBUG"));
 }
}


S.

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

Reply via email to