I attached a zip-file containing three files that are improvements to the MailerVisualizer. They should be put inside of the "src/components/org/apache/jmeter/visualizers"-directory.
Now this visualizer has a model and implements a
model-callback-interface. As a result the MailerVisualizer is now
saveable and loadable. Old MailerVisualizers should be loaded without
any problems - I introduced a try/catch-block as a result of the very
last jmx-problem-mails (that should have nothing to do with the
MailerVisualizer though).
I also came across a bug in the TableVisualizer; TableDataModel should
have the follwoing method:
public void clear() {
super.clear();
this.urlList.clear();
}
Otherwise the same results are shown again after a "Clear all". Because
of the few lines I just included them in here.
Greetings,
Wolfram Rittmeyer
mailer.zip
Description: Zip compressed data
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
