Author: pmouawad
Date: Fri Mar 23 22:40:57 2012
New Revision: 1304638
URL: http://svn.apache.org/viewvc?rev=1304638&view=rev
Log:
Bug 52698 - Remove Graph Full Results Listener
Removed:
jmeter/trunk/src/components/org/apache/jmeter/visualizers/GraphAccum.java
jmeter/trunk/src/components/org/apache/jmeter/visualizers/GraphAccumListener.java
jmeter/trunk/src/components/org/apache/jmeter/visualizers/GraphAccumModel.java
jmeter/trunk/src/components/org/apache/jmeter/visualizers/GraphAccumVisualizer.java
Modified:
jmeter/trunk/bin/upgrade.properties
jmeter/trunk/xdocs/changes.xml
jmeter/trunk/xdocs/usermanual/component_reference.xml
Modified: jmeter/trunk/bin/upgrade.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/upgrade.properties?rev=1304638&r1=1304637&r2=1304638&view=diff
==============================================================================
--- jmeter/trunk/bin/upgrade.properties (original)
+++ jmeter/trunk/bin/upgrade.properties Fri Mar 23 22:40:57 2012
@@ -94,3 +94,6 @@ org.apache.jmeter.protocol.java.sampler.
# Note: ConfigTestElement is the test element associated with ObsoleteGui
org.apache.jmeter.protocol.http.modifier.UserParameterModifier=org.apache.jmeter.config.ConfigTestElement
org.apache.jmeter.protocol.http.modifier.gui.UserParameterModifierGui=org.apache.jmeter.config.gui.ObsoleteGui
+
+# Obsolete Graph Full Results listener
+org.apache.jmeter.visualizers.GraphAccumVisualizer=org.apache.jmeter.config.gui.ObsoleteGui
\ No newline at end of file
Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1304638&r1=1304637&r2=1304638&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Fri Mar 23 22:40:57 2012
@@ -72,6 +72,10 @@ empty Name and Value are no more saved.
<p>
JMeter now expands the Test Plan tree to the testplan level and no further and selects the
root of the tree. Furthermore default value of onload.expandtree is false.
</p>
+
+<p>
+Graph Full Results Listener has been removed.
+</p>
<!-- =================== Bug fixes =================== -->
<h2>Bug fixes</h2>
@@ -160,6 +164,7 @@ JMeter now expands the Test Plan tree to
<h3>Listeners</h3>
<ul>
<li>Bug 52603 - MailerVisualizer : Enable SSL , TLS and Authentication</li>
+<li>Bug 52698 - Remove Graph Full Results Listener</li>
</ul>
<h3>Timers, Assertions, Config, Pre- & Post-Processors</h3>
Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1304638&r1=1304637&r2=1304638&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Fri Mar 23 22:40:57 2012
@@ -2377,12 +2377,6 @@ Note that cookies, method and the query
</description>
</component>
-
-
-<component name="Graph Full Results" index="§-num;.3.2" width="672" height="316"
screenshot="graphfullresults.png">
-<description>No Description</description>
-</component>
-
<component name="Graph Results" index="§-num;.3.3" width="915" height="686" screenshot="graph_results.png">
<description><p>The Graph Results listener generates a simple graph that plots
all sample times. Along
the bottom of the graph, the current sample (black), the current average of all samples(blue),
the
|