You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by Berin Loritsch <bl...@apache.org> on 2001/08/30 19:36:20 UTC

Did somebody forget to commit some files?

We are missing an interface named "GraphAccumListener", and
a static utility class called "ColorHelper".  Also
"GraphAccumModel" is missing the updateGui(SampleResult s)
method expected:

  protected void quickUpdate(SampleResult s)
  {
    Iterator iter = listeners.iterator();
    {
      while (iter.hasNext())
      {
        ((GraphAccumListener)iter.next()).updateGui(s);
      }
    }
  }


Without those missing pieces JMeter won't compile.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org