svn commit: r1783783 - /jmeter/trunk/test/src/org/apache/jmeter/util/XPathUtilTest.java

2017-02-20 Thread fschumacher
Author: fschumacher Date: Mon Feb 20 17:30:25 2017 New Revision: 1783783 URL: http://svn.apache.org/viewvc?rev=1783783&view=rev Log: Use a OS dependent lineseparator to compare the results of the XPath-util. Bugzilla Id: 60752 Modified: jmeter/trunk/test/src/org/apache/jmeter/

svn commit: r1783797 - /jmeter/trunk/test/src/org/apache/jorphan/reflect/TestClassFinder.java

2017-02-20 Thread fschumacher
Author: fschumacher Date: Mon Feb 20 20:53:27 2017 New Revision: 1783797 URL: http://svn.apache.org/viewvc?rev=1783797&view=rev Log: More tests and make used directories/files absolute, so that they match the classpath entries. Modified: jmeter/trunk/test/src/org/apache/jorphan/ref

svn commit: r1783799 - /jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/PublisherSampler.java

2017-02-20 Thread fschumacher
Author: fschumacher Date: Mon Feb 20 21:15:22 2017 New Revision: 1783799 URL: http://svn.apache.org/viewvc?rev=1783799&view=rev Log: Don't use RAW_DATA as a @value, as it resembles a HTML tag and javadoc doesn't escape it correctly, but complains about errors in the java

svn commit: r1783938 - in /jmeter/trunk: src/jorphan/org/apache/jorphan/logging/ src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/render/ test/src/org/apache/jmeter/protocol/http/control/

2017-02-21 Thread fschumacher
Author: fschumacher Date: Tue Feb 21 20:45:28 2017 New Revision: 1783938 URL: http://svn.apache.org/viewvc?rev=1783938&view=rev Log: javadoc: Add description to deprecated tags Modified: jmeter/trunk/src/jorphan/org/apache/jorphan/logging/LoggingManager.java jmeter/trunk/src/prot

svn commit: r1783941 - /jmeter/trunk/src/components/org/apache/jmeter/visualizers/backend/influxdb/InfluxdbMetricsSender.java

2017-02-21 Thread fschumacher
Author: fschumacher Date: Tue Feb 21 20:56:42 2017 New Revision: 1783941 URL: http://svn.apache.org/viewvc?rev=1783941&view=rev Log: javadoc: add description to tags. Modified: jmeter/trunk/src/components/org/apache/jmeter/visualizers/backend/influxdb/InfluxdbMetricsSender.java Modi

svn commit: r1783942 - /jmeter/trunk/src/components/org/apache/jmeter/visualizers/backend/BackendListener.java

2017-02-21 Thread fschumacher
Author: fschumacher Date: Tue Feb 21 21:00:41 2017 New Revision: 1783942 URL: http://svn.apache.org/viewvc?rev=1783942&view=rev Log: Add missing placeholder in the log statement for the third parameter. Modified: jmeter/trunk/src/components/org/apache/jmeter/visualizers/bac

svn commit: r1783944 - /jmeter/trunk/src/components/org/apache/jmeter/visualizers/GraphVisualizer.java

2017-02-21 Thread fschumacher
Author: fschumacher Date: Tue Feb 21 21:18:46 2017 New Revision: 1783944 URL: http://svn.apache.org/viewvc?rev=1783944&view=rev Log: Rename private method to comply with java naming conventions. Modified: jmeter/trunk/src/components/org/apache/jmeter/visualizers/GraphVisualizer.

svn commit: r1783946 - /jmeter/trunk/src/components/org/apache/jmeter/visualizers/RespTimeGraphVisualizer.java

2017-02-21 Thread fschumacher
Author: fschumacher Date: Tue Feb 21 21:31:58 2017 New Revision: 1783946 URL: http://svn.apache.org/viewvc?rev=1783946&view=rev Log: Move field matcher inside the only function, where it is used. Modified: jmeter/trunk/src/components/org/apache/jmeter/visuali

svn commit: r1783947 - /jmeter/trunk/test/src/org/apache/jmeter/protocol/http/control/TestDNSCacheManager.java

2017-02-21 Thread fschumacher
Author: fschumacher Date: Tue Feb 21 21:38:18 2017 New Revision: 1783947 URL: http://svn.apache.org/viewvc?rev=1783947&view=rev Log: use assertEquals to compare values instead of assertTrue with a boolean expression. Modified: jmeter/trunk/test/src/org/apache/jmeter/protocol/http/con

svn commit: r1784051 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/hc/JMeterPoolingClientConnectionManager.java

2017-02-22 Thread fschumacher
Author: fschumacher Date: Wed Feb 22 18:02:56 2017 New Revision: 1784051 URL: http://svn.apache.org/viewvc?rev=1784051&view=rev Log: javadoc: add missing param and return tags. Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sample

svn commit: r1784380 - /jmeter/trunk/build.xml

2017-02-25 Thread fschumacher
Author: fschumacher Date: Sat Feb 25 14:18:21 2017 New Revision: 1784380 URL: http://svn.apache.org/viewvc?rev=1784380&view=rev Log: Use log4j configuration file in complete-junit task. Modified: jmeter/trunk/build.xml Modified: jmeter/trunk/build.xml URL: http://svn.apache.org/vi

svn commit: r1784381 - /jmeter/trunk/src/core/org/apache/jmeter/gui/NamePanel.java

2017-02-25 Thread fschumacher
Author: fschumacher Date: Sat Feb 25 14:23:01 2017 New Revision: 1784381 URL: http://svn.apache.org/viewvc?rev=1784381&view=rev Log: Revert r1783482. It seems, that nameField is not initialized, when the constructor runs. This leads to problems with gtk+ and nimbus laf. Modified: jm

svn commit: r1784382 - /jmeter/trunk/src/core/org/apache/jmeter/gui/NamePanel.java

2017-02-25 Thread fschumacher
Author: fschumacher Date: Sat Feb 25 14:24:07 2017 New Revision: 1784382 URL: http://svn.apache.org/viewvc?rev=1784382&view=rev Log: Add hint for sonar that it should not warn us. Modified: jmeter/trunk/src/core/org/apache/jmeter/gui/NamePanel.java Modified: jmeter/trunk/src/core/org/ap

svn commit: r1785002 - /jmeter/trunk/xdocs/stylesheets/site_printable.vsl

2017-03-01 Thread fschumacher
Author: fschumacher Date: Wed Mar 1 17:27:27 2017 New Revision: 1785002 URL: http://svn.apache.org/viewvc?rev=1785002&view=rev Log: Correctly escape all text (not only code). Followup to r1763904. Modified: jmeter/trunk/xdocs/stylesheets/site_printable.vsl Modified: jmeter/trunk/x

svn commit: r1785003 - /jmeter/trunk/xdocs/usermanual/properties_reference.xml

2017-03-01 Thread fschumacher
Author: fschumacher Date: Wed Mar 1 17:28:33 2017 New Revision: 1785003 URL: http://svn.apache.org/viewvc?rev=1785003&view=rev Log: Start the properties tag at the correct location. Modified: jmeter/trunk/xdocs/usermanual/properties_reference.xml Modified: jmeter/trunk/xdocs/userma

svn commit: r1785005 - /jmeter/trunk/xdocs/usermanual/properties_reference.xml

2017-03-01 Thread fschumacher
Author: fschumacher Date: Wed Mar 1 17:29:32 2017 New Revision: 1785005 URL: http://svn.apache.org/viewvc?rev=1785005&view=rev Log: Use ordered list correctly. Modified: jmeter/trunk/xdocs/usermanual/properties_reference.xml Modified: jmeter/trunk/xdocs/usermanual/properties_reference

svn commit: r1785008 - /jmeter/trunk/xdocs/stylesheets/site_printable.vsl

2017-03-01 Thread fschumacher
Author: fschumacher Date: Wed Mar 1 17:31:50 2017 New Revision: 1785008 URL: http://svn.apache.org/viewvc?rev=1785008&view=rev Log: Place p tags where they belong. Modified: jmeter/trunk/xdocs/stylesheets/site_printable.vsl Modified: jmeter/trunk/xdocs/stylesheets/site_printable.vsl

svn commit: r1785009 - /jmeter/trunk/xdocs/stylesheets/site_printable.vsl

2017-03-01 Thread fschumacher
Author: fschumacher Date: Wed Mar 1 17:33:59 2017 New Revision: 1785009 URL: http://svn.apache.org/viewvc?rev=1785009&view=rev Log: Make element description available. Modified: jmeter/trunk/xdocs/stylesheets/site_printable.vsl Modified: jmeter/trunk/xdocs/stylesheets/site_printable

svn commit: r1785010 - /jmeter/trunk/xdocs/stylesheets/site_printable.vsl

2017-03-01 Thread fschumacher
Author: fschumacher Date: Wed Mar 1 17:35:57 2017 New Revision: 1785010 URL: http://svn.apache.org/viewvc?rev=1785010&view=rev Log: Generate unordered list only when it will not be empty. Modified: jmeter/trunk/xdocs/stylesheets/site_printable.vsl Modified: jmeter/trunk/xdocs/stylesh

svn commit: r1785029 - in /jmeter/trunk: src/core/org/apache/jmeter/resources/messages_ja.properties xdocs/changes.xml

2017-03-01 Thread fschumacher
Author: fschumacher Date: Wed Mar 1 20:30:12 2017 New Revision: 1785029 URL: http://svn.apache.org/viewvc?rev=1785029&view=rev Log: Improvement of Japanese translation. Patch by Kimono (kimono.outfit.am at gmail.com). Bugzilla Id: 60785 Modified: jmeter/trunk/src/core/org/apache/jm

svn commit: r1785030 - /jmeter/trunk/xdocs/changes.xml

2017-03-01 Thread fschumacher
Author: fschumacher Date: Wed Mar 1 20:32:46 2017 New Revision: 1785030 URL: http://svn.apache.org/viewvc?rev=1785030&view=rev Log: spacepolice Modified: jmeter/trunk/xdocs/changes.xml Modified: jmeter/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewvc/jmeter/trunk/x

svn commit: r1785031 - /jmeter/trunk/xdocs/changes.xml

2017-03-01 Thread fschumacher
Author: fschumacher Date: Wed Mar 1 20:42:02 2017 New Revision: 1785031 URL: http://svn.apache.org/viewvc?rev=1785031&view=rev Log: Markup changes and spell out the word 'two' Modified: jmeter/trunk/xdocs/changes.xml Modified: jmeter/trunk/xdocs/changes.xml URL: http://

svn commit: r1785358 - /jmeter/trunk/xdocs/stylesheets/site_printable.vsl

2017-03-03 Thread fschumacher
Author: fschumacher Date: Fri Mar 3 18:20:10 2017 New Revision: 1785358 URL: http://svn.apache.org/viewvc?rev=1785358&view=rev Log: Remove new lines after transformed elements. Followup to r1785002, which was a followup to r1763904. Modified: jmeter/trunk/xdocs/stylesh

svn commit: r1785454 - /jmeter/trunk/xdocs/stylesheets/site_printable.vsl

2017-03-04 Thread fschumacher
Author: fschumacher Date: Sat Mar 4 10:15:49 2017 New Revision: 1785454 URL: http://svn.apache.org/viewvc?rev=1785454&view=rev Log: No new line after code macro in vsl stylesheet. Modified: jmeter/trunk/xdocs/stylesheets/site_printable.vsl Modified: jmeter/trunk/xdocs/stylesh

svn commit: r1785456 - /jmeter/trunk/xdocs/stylesheets/site_printable.vsl

2017-03-04 Thread fschumacher
Author: fschumacher Date: Sat Mar 4 10:19:51 2017 New Revision: 1785456 URL: http://svn.apache.org/viewvc?rev=1785456&view=rev Log: No new line after complink macro in vsl stylesheet. Modified: jmeter/trunk/xdocs/stylesheets/site_printable.vsl Modified: jmeter/trunk/xdocs/stylesh

svn commit: r1785457 - /jmeter/trunk/src/jorphan/org/apache/jorphan/util/ThreadDumper.java

2017-03-04 Thread fschumacher
Author: fschumacher Date: Sat Mar 4 10:25:48 2017 New Revision: 1785457 URL: http://svn.apache.org/viewvc?rev=1785457&view=rev Log: Typo and spacepolice. Modified: jmeter/trunk/src/jorphan/org/apache/jorphan/util/ThreadDumper.java Modified: jmeter/trunk/src/jorphan/org/apache/jorphan/

svn commit: r1785458 - /jmeter/trunk/build.xml

2017-03-04 Thread fschumacher
Author: fschumacher Date: Sat Mar 4 10:27:05 2017 New Revision: 1785458 URL: http://svn.apache.org/viewvc?rev=1785458&view=rev Log: spacepolice Modified: jmeter/trunk/build.xml Modified: jmeter/trunk/build.xml URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1785458&r1

svn commit: r1785463 - /jmeter/trunk/xdocs/changes.xml

2017-03-04 Thread fschumacher
Author: fschumacher Date: Sat Mar 4 10:53:02 2017 New Revision: 1785463 URL: http://svn.apache.org/viewvc?rev=1785463&view=rev Log: spacepolice Modified: jmeter/trunk/xdocs/changes.xml Modified: jmeter/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewvc/jmeter/trunk/x

svn commit: r1785464 - in /jmeter/trunk: src/core/org/apache/jmeter/reporters/ResultCollector.java xdocs/changes.xml

2017-03-04 Thread fschumacher
Author: fschumacher Date: Sat Mar 4 10:55:15 2017 New Revision: 1785464 URL: http://svn.apache.org/viewvc?rev=1785464&view=rev Log: Synchronize file access while writing CSV data. Bugzilla Id: 60818 Modified: jmeter/trunk/src/core/org/apache/jmeter/reporters/ResultCollector.java jm

svn commit: r1785465 - /jmeter/trunk/xdocs/changes.xml

2017-03-04 Thread fschumacher
Author: fschumacher Date: Sat Mar 4 11:03:14 2017 New Revision: 1785465 URL: http://svn.apache.org/viewvc?rev=1785465&view=rev Log: Clarify that HTTP PUT requests are meant. Modified: jmeter/trunk/xdocs/changes.xml Modified: jmeter/trunk/xdocs/changes.xml URL: http://svn.apache.org/vi

svn commit: r1785488 - in /jmeter/trunk: src/core/org/apache/jmeter/reporters/ResultCollector.java xdocs/changes.xml

2017-03-04 Thread fschumacher
Author: fschumacher Date: Sat Mar 4 14:15:10 2017 New Revision: 1785488 URL: http://svn.apache.org/viewvc?rev=1785488&view=rev Log: Revert r1785464 based on sebb's comment. JMeterThread does not honor contract of JMeterStopTestNowException Bugzilla Id: 60812 Modified: jmeter/

svn commit: r1785544 - in /jmeter/trunk: bin/jmeter.properties xdocs/usermanual/properties_reference.xml

2017-03-05 Thread fschumacher
Author: fschumacher Date: Sun Mar 5 11:35:43 2017 New Revision: 1785544 URL: http://svn.apache.org/viewvc?rev=1785544&view=rev Log: view.results.tree.update_period has been replaced by jmeter.gui.refresh_period Modified: jmeter/trunk/bin/jmeter.properties jmeter/trunk/xdocs/userma

svn commit: r1785545 - in /jmeter/trunk: bin/jmeter.properties xdocs/usermanual/properties_reference.xml

2017-03-05 Thread fschumacher
Author: fschumacher Date: Sun Mar 5 11:40:34 2017 New Revision: 1785545 URL: http://svn.apache.org/viewvc?rev=1785545&view=rev Log: Monitor Results Listener has been dropped, so remove its properties, too. Bugzilla Id: 60423 Modified: jmeter/trunk/bin/jmeter.properties jmeter/t

svn commit: r1786417 - /jmeter/trunk/src/components/org/apache/jmeter/visualizers/SummaryReport.java

2017-03-10 Thread fschumacher
Author: fschumacher Date: Fri Mar 10 18:58:51 2017 New Revision: 1786417 URL: http://svn.apache.org/viewvc?rev=1786417&view=rev Log: Use jmeter.gui.refresh_period to configure period of refresh for Summary Report. Bugzilla Id: 60687 Modified: jmeter/trunk/src/components/org/apache/jm

svn commit: r1786427 - /jmeter/trunk/test/src/org/apache/jmeter/protocol/http/parser/TestLagartoBasedHtmlParser.java

2017-03-10 Thread fschumacher
Author: fschumacher Date: Fri Mar 10 20:12:49 2017 New Revision: 1786427 URL: http://svn.apache.org/viewvc?rev=1786427&view=rev Log: Tests for the Lagarto Html Parser in preparation for bug 60482 Bugzilla Id: 60482 Added: jmeter/trunk/test/src/org/apache/jmeter/protocol/http/pa

svn commit: r1786434 - in /jmeter/trunk: src/protocol/http/org/apache/jmeter/protocol/http/parser/LagartoBasedHtmlParser.java test/src/org/apache/jmeter/protocol/http/parser/TestLagartoBasedHtmlParser

2017-03-10 Thread fschumacher
Author: fschumacher Date: Fri Mar 10 20:19:27 2017 New Revision: 1786434 URL: http://svn.apache.org/viewvc?rev=1786434&view=rev Log: Trim extracted URLs and remove whitespace like newline, carriage return, formfeed and backspace. Bugzilla Id: 60842 Modified: jmeter/trunk/src/protocol/

svn commit: r1786435 - /jmeter/trunk/xdocs/changes.xml

2017-03-10 Thread fschumacher
Author: fschumacher Date: Fri Mar 10 20:21:59 2017 New Revision: 1786435 URL: http://svn.apache.org/viewvc?rev=1786435&view=rev Log: Mention bug in changelog. Bugzilla Id: 60842 Modified: jmeter/trunk/xdocs/changes.xml Modified: jmeter/trunk/xdocs/changes.xml URL: http://svn.apache

svn commit: r1786497 - in /jmeter/trunk/test/src/org/apache/jmeter/protocol/http/parser: TestBug60842HtmlParser.java TestJSoupBasedHtmlParser.java TestLagartoBasedHtmlParser.java

2017-03-11 Thread fschumacher
Author: fschumacher Date: Sat Mar 11 09:15:49 2017 New Revision: 1786497 URL: http://svn.apache.org/viewvc?rev=1786497&view=rev Log: Combine tests to reduce code duplication. Fix html-pseudo code for frame, so that JSoup doesn't choke on it. Bugzilla Id: 60842 Added: jmeter/trunk

svn commit: r1786498 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/HTMLParser.java

2017-03-11 Thread fschumacher
Author: fschumacher Date: Sat Mar 11 09:32:31 2017 New Revision: 1786498 URL: http://svn.apache.org/viewvc?rev=1786498&view=rev Log: Add return tag to javadoc Bugzilla Id: 60842 Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/HTMLParser.java Modi

svn commit: r1786500 - /jmeter/trunk/xdocs/changes.xml

2017-03-11 Thread fschumacher
Author: fschumacher Date: Sat Mar 11 10:33:24 2017 New Revision: 1786500 URL: http://svn.apache.org/viewvc?rev=1786500&view=rev Log: Markup for 3rd Modified: jmeter/trunk/xdocs/changes.xml Modified: jmeter/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewvc/jmeter/trunk/x

svn commit: r1786501 - /jmeter/trunk/xdocs/changes.xml

2017-03-11 Thread fschumacher
Author: fschumacher Date: Sat Mar 11 10:33:59 2017 New Revision: 1786501 URL: http://svn.apache.org/viewvc?rev=1786501&view=rev Log: Try to be consistent with upper and lower case of product names. Modified: jmeter/trunk/xdocs/changes.xml Modified: jmeter/trunk/xdocs/changes.xml URL:

svn commit: r1786502 - in /jmeter/trunk/xdocs: changes.xml stylesheets/site_printable.vsl stylesheets/website-style.xsl

2017-03-11 Thread fschumacher
Author: fschumacher Date: Sat Mar 11 10:34:33 2017 New Revision: 1786502 URL: http://svn.apache.org/viewvc?rev=1786502&view=rev Log: Don't add a dash automatically after pr tag, as it is used mostly in text, where the dash is not needed. Modified: jmeter/trunk/xdocs/changes.xml

svn commit: r1786503 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

2017-03-11 Thread fschumacher
Author: fschumacher Date: Sat Mar 11 10:35:38 2017 New Revision: 1786503 URL: http://svn.apache.org/viewvc?rev=1786503&view=rev Log: Add note about reduced entries in View Results Tree. Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml Modified: jmeter/trunk/xdocs/userma

svn commit: r1786504 - /jmeter/trunk/xdocs/usermanual/properties_reference.xml

2017-03-11 Thread fschumacher
Author: fschumacher Date: Sat Mar 11 10:36:12 2017 New Revision: 1786504 URL: http://svn.apache.org/viewvc?rev=1786504&view=rev Log: Try to be consistent with upper/lower case and correct a typo of an anchor. Modified: jmeter/trunk/xdocs/usermanual/properties_reference.xml Modified: jm

svn commit: r1787501 - /jmeter/trunk/rat-excludes.txt

2017-03-17 Thread fschumacher
Author: fschumacher Date: Fri Mar 17 21:06:49 2017 New Revision: 1787501 URL: http://svn.apache.org/viewvc?rev=1787501&view=rev Log: Add build-local.properties to rat excluded files. Bugzilla Id: 60885 Modified: jmeter/trunk/rat-excludes.txt Modified: jmeter/trunk/rat-excludes.txt

svn commit: r1787505 - in /jmeter/trunk: README.md xdocs/building.xml

2017-03-17 Thread fschumacher
Author: fschumacher Date: Fri Mar 17 21:20:45 2017 New Revision: 1787505 URL: http://svn.apache.org/viewvc?rev=1787505&view=rev Log: Mention the usage of ANT_OPTS to use a proxy in the building instructions. Bugzilla Id: 60886 Modified: jmeter/trunk/README.md jmeter/trunk/x

svn commit: r1787587 - /jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleSaveConfiguration.java

2017-03-18 Thread fschumacher
Author: fschumacher Date: Sat Mar 18 19:31:02 2017 New Revision: 1787587 URL: http://svn.apache.org/viewvc?rev=1787587&view=rev Log: Space police. Some strange space has crept into the log messages. Modified: jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleSaveConfiguration.

svn commit: r1787589 - in /jmeter/trunk/src/protocol: http/org/apache/jmeter/protocol/http/sampler/HTTPJavaImpl.java jdbc/org/apache/jmeter/protocol/jdbc/processor/AbstractJDBCProcessor.java

2017-03-18 Thread fschumacher
Author: fschumacher Date: Sat Mar 18 19:49:19 2017 New Revision: 1787589 URL: http://svn.apache.org/viewvc?rev=1787589&view=rev Log: Space police. Remove some more no-break space unicode chars. Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sam

svn commit: r1787590 - in /jmeter/trunk/src/components/org/apache/jmeter/visualizers/backend/influxdb: InfluxdbBackendListenerClient.java InfluxdbMetricsSender.java

2017-03-18 Thread fschumacher
Author: fschumacher Date: Sat Mar 18 19:51:20 2017 New Revision: 1787590 URL: http://svn.apache.org/viewvc?rev=1787590&view=rev Log: Change some unicode quotes to ASCII ones. Modified: jmeter/trunk/src/components/org/apache/jmeter/visualizers/backend/infl

svn commit: r1787616 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

2017-03-19 Thread fschumacher
Author: fschumacher Date: Sun Mar 19 12:37:15 2017 New Revision: 1787616 URL: http://svn.apache.org/viewvc?rev=1787616&view=rev Log: Split title and data for description list. Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml Modified: jmeter/trunk/xdocs/userma

svn commit: r1787617 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

2017-03-19 Thread fschumacher
Author: fschumacher Date: Sun Mar 19 12:41:32 2017 New Revision: 1787617 URL: http://svn.apache.org/viewvc?rev=1787617&view=rev Log: Spelchack. Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml URL:

svn commit: r1788319 - in /jmeter/trunk: README.md build.xml xdocs/building.xml xdocs/changes.xml

2017-03-23 Thread fschumacher
Author: fschumacher Date: Thu Mar 23 20:44:50 2017 New Revision: 1788319 URL: http://svn.apache.org/viewvc?rev=1788319&view=rev Log: Build improvements to better enable builds in environments that are behind a proxy. Bugzilla Id: 60886 Modified: jmeter/trunk/README.md jmeter/t

svn commit: r1788325 - in /jmeter/trunk: README.md build.xml test/src/org/apache/jmeter/protocol/http/control/TestDNSCacheManager.java xdocs/building.xml xdocs/changes.xml

2017-03-23 Thread fschumacher
Author: fschumacher Date: Thu Mar 23 21:07:53 2017 New Revision: 1788325 URL: http://svn.apache.org/viewvc?rev=1788325&view=rev Log: Add properties to skip tests, that fail in environments without proper internet access, ie. are behind a proxy. Contributed by Michael Osipov. Bugzilla Id: 6

svn commit: r1788331 - /jmeter/trunk/build.xml

2017-03-23 Thread fschumacher
Author: fschumacher Date: Thu Mar 23 21:10:58 2017 New Revision: 1788331 URL: http://svn.apache.org/viewvc?rev=1788331&view=rev Log: Spacepolice This closes #284 Modified: jmeter/trunk/build.xml Modified: jmeter/trunk/build.xml URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml

svn commit: r1788530 - in /jmeter/trunk: README.md xdocs/building.xml xdocs/changes.xml

2017-03-24 Thread fschumacher
Author: fschumacher Date: Fri Mar 24 18:58:07 2017 New Revision: 1788530 URL: http://svn.apache.org/viewvc?rev=1788530&view=rev Log: Add docs for property proxy.use and change Michael's email. Bugzilla Id: 60886 Modified: jmeter/trunk/README.md jmeter/trunk/xdocs/building.xml

svn commit: r1788716 - /jmeter/trunk/xdocs/changes.xml

2017-03-26 Thread fschumacher
Author: fschumacher Date: Sun Mar 26 11:18:15 2017 New Revision: 1788716 URL: http://svn.apache.org/viewvc?rev=1788716&view=rev Log: Use vellip entity. Modified: jmeter/trunk/xdocs/changes.xml Modified: jmeter/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewvc/jmeter/trunk/x

svn commit: r1789721 - /jmeter/trunk/xdocs/usermanual/index.xml

2017-03-31 Thread fschumacher
Author: fschumacher Date: Fri Mar 31 18:38:32 2017 New Revision: 1789721 URL: http://svn.apache.org/viewvc?rev=1789721&view=rev Log: Correct link as intro.xml was renamed and is no longer the first page Modified: jmeter/trunk/xdocs/usermanual/index.xml Modified: jmeter/trunk/x

svn commit: r1789722 - /jmeter/site/usermanual/index.html

2017-03-31 Thread fschumacher
Author: fschumacher Date: Fri Mar 31 18:39:41 2017 New Revision: 1789722 URL: http://svn.apache.org/viewvc?rev=1789722&view=rev Log: Correct link as intro.xml was renamed and is no longer the first page Modified: jmeter/site/usermanual/index.html Modified: jmeter/site/usermanual/index.

svn commit: r1790429 - in /jmeter/trunk: docs/ docs/usermanual/ src/core/org/apache/jmeter/resources/ test/src/org/apache/jmeter/functions/ xdocs/ xdocs/usermanual/

2017-04-06 Thread fschumacher
Author: fschumacher Date: Thu Apr 6 17:04:19 2017 New Revision: 1790429 URL: http://svn.apache.org/viewvc?rev=1790429&view=rev Log: Add ${__escapeXml()} function. Contributed by Michael Osipov (michaelo at apache.org) This closes #288 on github. Bugzilla Id: 60883 Modified: jmeter/t

svn commit: r1790431 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

2017-04-06 Thread fschumacher
Author: fschumacher Date: Thu Apr 6 17:07:28 2017 New Revision: 1790431 URL: http://svn.apache.org/viewvc?rev=1790431&view=rev Log: Tab-Police Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml URL:

svn commit: r1790432 - /jmeter/trunk/src/functions/org/apache/jmeter/functions/EscapeXml.java

2017-04-06 Thread fschumacher
Author: fschumacher Date: Thu Apr 6 17:10:23 2017 New Revision: 1790432 URL: http://svn.apache.org/viewvc?rev=1790432&view=rev Log: Add the missing part of pr #288, which is the new function itself. Contributed by Michael Osipov. Bugzill Id: 60883 Added: jmeter/trunk/src/functions

svn commit: r1790496 - /jmeter/trunk/src/functions/org/apache/jmeter/functions/EscapeXml.java

2017-04-06 Thread fschumacher
Author: fschumacher Date: Fri Apr 7 04:09:55 2017 New Revision: 1790496 URL: http://svn.apache.org/viewvc?rev=1790496&view=rev Log: Set eol-style to native. Modified: jmeter/trunk/src/functions/org/apache/jmeter/functions/EscapeXml.java (props changed) Propchange: jmeter/trunk

svn commit: r1791581 - in /jmeter/trunk: ./ bin/ docs/ src/components/org/apache/jmeter/control/ src/components/org/apache/jmeter/modifiers/ src/components/org/apache/jmeter/visualizers/ src/core/org/

2017-04-16 Thread fschumacher
Author: fschumacher Date: Sun Apr 16 09:18:32 2017 New Revision: 1791581 URL: http://svn.apache.org/viewvc?rev=1791581&view=rev Log: Fix some typo in comments or log messages. Part of #290 on github, contributed by Anass Benomar (abenomar at umanis.com). Bugzilla Id: 60994 Modified: jm

svn commit: r1791584 - /jmeter/trunk/src/core/org/apache/jmeter/save/SaveService.java

2017-04-16 Thread fschumacher
Author: fschumacher Date: Sun Apr 16 09:42:45 2017 New Revision: 1791584 URL: http://svn.apache.org/viewvc?rev=1791584&view=rev Log: Change checksum of SaveProperties to stay in sync with the corrected typos. Related to #290 on github. Bugzilla Id: 60994 Modified: jmeter/trunk/src/core

svn commit: r1791589 - in /jmeter/trunk/src/core/org/apache/jmeter/report: config/ConfigurationUtils.java dashboard/ReportGenerator.java

2017-04-16 Thread fschumacher
Author: fschumacher Date: Sun Apr 16 09:48:24 2017 New Revision: 1791589 URL: http://svn.apache.org/viewvc?rev=1791589&view=rev Log: Fix some typo in private constants. I have left out the corrections for sources, that are not really part of JMeter - like jQuery and co - and I didn'

svn commit: r1793138 - in /jmeter/trunk: src/core/org/apache/jmeter/testelement/property/AbstractProperty.java test/src/org/apache/jmeter/testelement/property/AbstractPropertyTest.java xdocs/changes.x

2017-04-28 Thread fschumacher
Author: fschumacher Date: Fri Apr 28 19:30:23 2017 New Revision: 1793138 URL: http://svn.apache.org/viewvc?rev=1793138&view=rev Log: TableEditor can't be saved, when using two or more instances. Bugfix provided by Emilian Bold (emi at apache.org) This closes #293 on github. Bugzilla

svn commit: r1793143 - in /jmeter/trunk: LICENSE build.properties eclipse.classpath xdocs/changes.xml

2017-04-28 Thread fschumacher
Author: fschumacher Date: Fri Apr 28 19:42:08 2017 New Revision: 1793143 URL: http://svn.apache.org/viewvc?rev=1793143&view=rev Log: Update to groovy 2.4.11 (from 2.4.10) Modified: jmeter/trunk/LICENSE jmeter/trunk/build.properties jmeter/trunk/eclipse.classpath jmeter/t

svn commit: r1793144 - /jmeter/trunk/res/maven/ApacheJMeter_parent.pom

2017-04-28 Thread fschumacher
Author: fschumacher Date: Fri Apr 28 19:51:30 2017 New Revision: 1793144 URL: http://svn.apache.org/viewvc?rev=1793144&view=rev Log: Update groovy to 2.4.11 (second try, missing maven pom update) Modified: jmeter/trunk/res/maven/ApacheJMeter_parent.pom Modified: jmeter/trunk/res/m

svn commit: r1793182 - /jmeter/trunk/xdocs/changes.xml

2017-04-29 Thread fschumacher
Author: fschumacher Date: Sat Apr 29 10:01:24 2017 New Revision: 1793182 URL: http://svn.apache.org/viewvc?rev=1793182&view=rev Log: Correct markup in changes.xml Followup to r1793138. Modified: jmeter/trunk/xdocs/changes.xml Modified: jmeter/trunk/xdocs/changes.xml URL:

svn commit: r1793188 - /jmeter/trunk/test/src/org/apache/jorphan/util/TestJorphanUtils.java

2017-04-29 Thread fschumacher
Author: fschumacher Date: Sat Apr 29 11:54:58 2017 New Revision: 1793188 URL: http://svn.apache.org/viewvc?rev=1793188&view=rev Log: Cleanup test cases and reduce sonar warnings. Use assertThat with CoreMatchers#equalTo instead of hand crafted array comparisons. Use Charset instead of St

svn commit: r1793191 - in /jmeter/trunk: src/jorphan/org/apache/jorphan/util/JOrphanUtils.java test/src/org/apache/jorphan/util/TestJorphanUtils.java xdocs/changes.xml

2017-04-29 Thread fschumacher
Author: fschumacher Date: Sat Apr 29 12:18:36 2017 New Revision: 1793191 URL: http://svn.apache.org/viewvc?rev=1793191&view=rev Log: Endless loop in JOrphanUtils#replaceAllWithRegex when regex is contained in replacement Bugzilla Id: 61054 Modified: jmeter/trunk/src/jorphan/org/ap

svn commit: r1793255 - in /jmeter/trunk: src/protocol/http/org/apache/jmeter/protocol/http/proxy/gui/ProxyControlGui.java xdocs/changes.xml

2017-04-30 Thread fschumacher
Author: fschumacher Date: Sun Apr 30 10:00:12 2017 New Revision: 1793255 URL: http://svn.apache.org/viewvc?rev=1793255&view=rev Log: HTTP Test Script Recorder: Port field is very small under some LAF Bugzilla Id: 60995 Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/prot

svn commit: r1795009 - in /jmeter/trunk/bin/report-template/sbadmin2-1.0.7/bower_components: datatables-plugins/make.sh datatables-responsive/make.sh morrisjs/spec/viz/run.sh

2017-05-12 Thread fschumacher
Author: fschumacher Date: Fri May 12 18:59:15 2017 New Revision: 1795009 URL: http://svn.apache.org/viewvc?rev=1795009&view=rev Log: set native eol-style for shell files Modified: jmeter/trunk/bin/report-template/sbadmin2-1.0.7/bower_components/datatables-plugins/make.sh (props cha

svn commit: r1795011 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java

2017-05-12 Thread fschumacher
Author: fschumacher Date: Fri May 12 19:14:39 2017 New Revision: 1795011 URL: http://svn.apache.org/viewvc?rev=1795011&view=rev Log: Remove unused import Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java Modified: jmeter/trunk/src/prot

svn commit: r1795012 - /jmeter/trunk/src/functions/org/apache/jmeter/functions/TimeShift.java

2017-05-12 Thread fschumacher
Author: fschumacher Date: Fri May 12 19:17:34 2017 New Revision: 1795012 URL: http://svn.apache.org/viewvc?rev=1795012&view=rev Log: Remove cast. It is not needed here. Modified: jmeter/trunk/src/functions/org/apache/jmeter/functions/TimeShift.java Modified: jmeter/trunk/src/functions

svn commit: r1795013 - /jmeter/trunk/src/functions/org/apache/jmeter/functions/TimeShift.java

2017-05-12 Thread fschumacher
Author: fschumacher Date: Fri May 12 19:23:30 2017 New Revision: 1795013 URL: http://svn.apache.org/viewvc?rev=1795013&view=rev Log: No need to declare runtime exceptions. Modified: jmeter/trunk/src/functions/org/apache/jmeter/functions/TimeShift.java Modified: jmeter/trunk/src/funct

svn commit: r1795014 - /jmeter/trunk/src/functions/org/apache/jmeter/functions/EscapeXml.java

2017-05-12 Thread fschumacher
Author: fschumacher Date: Fri May 12 19:26:16 2017 New Revision: 1795014 URL: http://svn.apache.org/viewvc?rev=1795014&view=rev Log: Add missing Override annotation Modified: jmeter/trunk/src/functions/org/apache/jmeter/functions/EscapeXml.java Modified: jmeter/trunk/src/functions

svn commit: r1795015 - /jmeter/trunk/src/components/org/apache/jmeter/visualizers/RenderInBrowser.java

2017-05-12 Thread fschumacher
Author: fschumacher Date: Fri May 12 19:36:49 2017 New Revision: 1795015 URL: http://svn.apache.org/viewvc?rev=1795015&view=rev Log: Use lambdas. Modified: jmeter/trunk/src/components/org/apache/jmeter/visualizers/RenderInBrowser.java Modified: jmeter/trunk/src/components/org/ap

svn commit: r1795016 - /jmeter/trunk/src/core/org/apache/jmeter/gui/util/FocusRequester.java

2017-05-12 Thread fschumacher
Author: fschumacher Date: Fri May 12 19:38:56 2017 New Revision: 1795016 URL: http://svn.apache.org/viewvc?rev=1795016&view=rev Log: Use method reference. Modified: jmeter/trunk/src/core/org/apache/jmeter/gui/util/FocusRequester.java Modified: jmeter/trunk/src/core/org/apache/jmeter

svn commit: r1795017 - /jmeter/trunk/src/core/org/apache/jmeter/gui/util/TextAreaCellRenderer.java

2017-05-12 Thread fschumacher
Author: fschumacher Date: Fri May 12 19:48:03 2017 New Revision: 1795017 URL: http://svn.apache.org/viewvc?rev=1795017&view=rev Log: return new instance directly, instead of assigning it to a temporary variable first. Modified: jmeter/trunk/src/core/org/apache/jmeter/gui/

svn commit: r1795048 - /jmeter/trunk/test/src/org/apache/jorphan/reflect/TestClassFinder.java

2017-05-13 Thread fschumacher
Author: fschumacher Date: Sat May 13 10:43:19 2017 New Revision: 1795048 URL: http://svn.apache.org/viewvc?rev=1795048&view=rev Log: Try to correct test case, when first jar has no annotations. Modified: jmeter/trunk/test/src/org/apache/jorphan/reflect/TestClassFinder.java Modified: jm

svn commit: r1795049 - /jmeter/trunk/test/src/org/apache/jorphan/reflect/TestClassFinder.java

2017-05-13 Thread fschumacher
Author: fschumacher Date: Sat May 13 10:46:22 2017 New Revision: 1795049 URL: http://svn.apache.org/viewvc?rev=1795049&view=rev Log: Remove unused import. Modified: jmeter/trunk/test/src/org/apache/jorphan/reflect/TestClassFinder.java Modified: jmeter/trunk/test/src/org/apache/jor

svn commit: r1795051 - /jmeter/trunk/src/jorphan/org/apache/jorphan/reflect/ClassFinder.java

2017-05-13 Thread fschumacher
Author: fschumacher Date: Sat May 13 11:45:43 2017 New Revision: 1795051 URL: http://svn.apache.org/viewvc?rev=1795051&view=rev Log: Javadoc. Add markup and rephrase condition for parameter. Modified: jmeter/trunk/src/jorphan/org/apache/jorphan/reflect/ClassFinder.java Modified: jm

svn commit: r1795052 - /jmeter/trunk/src/jorphan/org/apache/jorphan/reflect/ClassFinder.java

2017-05-13 Thread fschumacher
Author: fschumacher Date: Sat May 13 12:00:10 2017 New Revision: 1795052 URL: http://svn.apache.org/viewvc?rev=1795052&view=rev Log: Collect the fixed entries in the list. Modified: jmeter/trunk/src/jorphan/org/apache/jorphan/reflect/ClassFinder.java Modified: jmeter/trunk/src/jorphan

svn commit: r1795053 - /jmeter/trunk/src/jorphan/org/apache/jorphan/reflect/ClassFinder.java

2017-05-13 Thread fschumacher
Author: fschumacher Date: Sat May 13 12:04:21 2017 New Revision: 1795053 URL: http://svn.apache.org/viewvc?rev=1795053&view=rev Log: Javadoc describe method findClasses. Modified: jmeter/trunk/src/jorphan/org/apache/jorphan/reflect/ClassFinder.java Modified: jmeter/trunk/src/jorphan

svn commit: r1795057 - /jmeter/trunk/src/jorphan/org/apache/jorphan/reflect/ClassFinder.java

2017-05-13 Thread fschumacher
Author: fschumacher Date: Sat May 13 12:15:37 2017 New Revision: 1795057 URL: http://svn.apache.org/viewvc?rev=1795057&view=rev Log: No need to initialize to null, as it will be re-assigned anyway. Modified: jmeter/trunk/src/jorphan/org/apache/jorphan/reflect/ClassFinder.java Modi

svn commit: r1795061 - /jmeter/trunk/src/functions/org/apache/jmeter/functions/TimeShift.java

2017-05-13 Thread fschumacher
Author: fschumacher Date: Sat May 13 12:29:05 2017 New Revision: 1795061 URL: http://svn.apache.org/viewvc?rev=1795061&view=rev Log: Set eol-style to native. Modified: jmeter/trunk/src/functions/org/apache/jmeter/functions/TimeShift.java (props changed) Propchange: jmeter/trunk

svn commit: r1795230 - in /jmeter/trunk/bin/report-template/sbadmin2-1.0.7/bower_components: datatables-plugins/make.sh morrisjs/spec/viz/run.sh

2017-05-15 Thread fschumacher
Author: fschumacher Date: Mon May 15 18:37:44 2017 New Revision: 1795230 URL: http://svn.apache.org/viewvc?rev=1795230&view=rev Log: Set eol-style to LF. Modified: jmeter/trunk/bin/report-template/sbadmin2-1.0.7/bower_components/datatables-plugins/make.sh (props changed) jm

svn commit: r1795653 - /jmeter/trunk/xdocs/changes.xml

2017-05-20 Thread fschumacher
Author: fschumacher Date: Sat May 20 09:11:33 2017 New Revision: 1795653 URL: http://svn.apache.org/viewvc?rev=1795653&view=rev Log: Use correct entity for &-char Modified: jmeter/trunk/xdocs/changes.xml Modified: jmeter/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewv

svn commit: r1795657 - in /jmeter/trunk: src/core/org/apache/jmeter/util/JMeterUtils.java test/src/org/apache/jmeter/util/TestJMeterUtils.java

2017-05-20 Thread fschumacher
Author: fschumacher Date: Sat May 20 14:21:26 2017 New Revision: 1795657 URL: http://svn.apache.org/viewvc?rev=1795657&view=rev Log: Handle uninitialized RessourceBundle more gracefully. Bugzilla Id: 61050 Modified: jmeter/trunk/src/core/org/apache/jmeter/util/JMeterUtils.java jm

svn commit: r1795658 - /jmeter/trunk/xdocs/changes.xml

2017-05-20 Thread fschumacher
Author: fschumacher Date: Sat May 20 14:24:29 2017 New Revision: 1795658 URL: http://svn.apache.org/viewvc?rev=1795658&view=rev Log: Add changelog entry for: Handle uninitialized RessourceBundle more gracefully. Bugzilla Id: 61050 Modified: jmeter/trunk/xdocs/changes.xml Modified: jm

svn commit: r1796398 - in /jmeter/trunk: src/components/org/apache/jmeter/assertions/gui/ src/components/org/apache/jmeter/visualizers/ src/components/org/apache/jmeter/visualizers/backend/ src/compon

2017-05-27 Thread fschumacher
Author: fschumacher Date: Sat May 27 14:02:40 2017 New Revision: 1796398 URL: http://svn.apache.org/viewvc?rev=1796398&view=rev Log: Spellchecking. Modified: jmeter/trunk/src/components/org/apache/jmeter/assertions/gui/XPathPanel.java jmeter/trunk/src/components/org/apache/jm

svn commit: r1796491 - in /jmeter/trunk: ./ bin/testfiles/ xdocs/ xdocs/extending/ xdocs/usermanual/

2017-05-28 Thread fschumacher
Author: fschumacher Date: Sun May 28 13:36:37 2017 New Revision: 1796491 URL: http://svn.apache.org/viewvc?rev=1796491&view=rev Log: Spellcheck. Modified: jmeter/trunk/bin/testfiles/HTMLParserTestFile_2.html jmeter/trunk/build.xml jmeter/trunk/xdocs/changes_history.xml jm

svn commit: r1797508 - in /jmeter/trunk/xdocs: changes_history.xml usermanual/component_reference.xml usermanual/jmeter_tutorial.xml usermanual/properties_reference.xml

2017-06-03 Thread fschumacher
Author: fschumacher Date: Sat Jun 3 14:23:39 2017 New Revision: 1797508 URL: http://svn.apache.org/viewvc?rev=1797508&view=rev Log: Correct markup. Modified: jmeter/trunk/xdocs/changes_history.xml jmeter/trunk/xdocs/usermanual/component_reference.xml jmeter/trunk/xdocs/userma

svn commit: r1797512 - in /jmeter/trunk: src/core/org/apache/jmeter/reporters/ src/core/org/apache/jmeter/resources/ src/protocol/http/org/apache/jmeter/protocol/http/parser/ src/protocol/http/org/apa

2017-06-03 Thread fschumacher
Author: fschumacher Date: Sat Jun 3 15:00:57 2017 New Revision: 1797512 URL: http://svn.apache.org/viewvc?rev=1797512&view=rev Log: Spellcheck Modified: jmeter/trunk/src/core/org/apache/jmeter/reporters/ResultSaver.java jmeter/trunk/src/core/org/apache/jmeter/resou

svn commit: r1797514 - /jmeter/trunk/xdocs/usermanual/jmeter_tutorial.xml

2017-06-03 Thread fschumacher
Author: fschumacher Date: Sat Jun 3 15:29:11 2017 New Revision: 1797514 URL: http://svn.apache.org/viewvc?rev=1797514&view=rev Log: Correct markup. dt tag has to be closed, not opened. Modified: jmeter/trunk/xdocs/usermanual/jmeter_tutorial.xml Modified: jmeter/trunk/xdocs/userma

svn commit: r1797515 - /jmeter/trunk/test/src/org/apache/jmeter/engine/util/TestValueReplacer.java

2017-06-03 Thread fschumacher
Author: fschumacher Date: Sat Jun 3 15:31:00 2017 New Revision: 1797515 URL: http://svn.apache.org/viewvc?rev=1797515&view=rev Log: Followup to r1793271. Make it clear, that partial matches have to be handled with parens. Modified: jmeter/trunk/test/src/org/apache/jmeter/engine/

svn commit: r1797676 - /jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/config/DataSourceElement.java

2017-06-05 Thread fschumacher
Author: fschumacher Date: Mon Jun 5 17:12:11 2017 New Revision: 1797676 URL: http://svn.apache.org/viewvc?rev=1797676&view=rev Log: Javadoc and whitespace changes. No change of functionality. Modified: jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/co

svn commit: r1797688 - /jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/config/DataSourceElement.java

2017-06-05 Thread fschumacher
Author: fschumacher Date: Mon Jun 5 19:35:16 2017 New Revision: 1797688 URL: http://svn.apache.org/viewvc?rev=1797688&view=rev Log: Inline local variable to make following refactoring easier. Modified: jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/co

svn commit: r1797689 - /jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/config/DataSourceElement.java

2017-06-05 Thread fschumacher
Author: fschumacher Date: Mon Jun 5 19:39:45 2017 New Revision: 1797689 URL: http://svn.apache.org/viewvc?rev=1797689&view=rev Log: Extract code into private method to reuse it and fix possible null pointer exception. Modified: jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/prot

<    5   6   7   8   9   10   11   12   13   14   >