svn commit: r1847974 - /jmeter/trunk/src/components/org/apache/jmeter/visualizers/backend/BackendListenerGui.java

2018-12-02 Thread fschumacher
Author: fschumacher Date: Sun Dec 2 11:16:32 2018 New Revision: 1847974 URL: http://svn.apache.org/viewvc?rev=1847974=rev Log: Extract code to create BackendListenerClient from a classname Part of #435 and Bugzilla Id: 62972 Modified:

svn commit: r1847985 - in /jmeter/trunk/src/core/org/apache/jmeter: gui/util/PowerTableModel.java testbeans/gui/TableEditor.java

2018-12-02 Thread fschumacher
Author: fschumacher Date: Sun Dec 2 11:27:21 2018 New Revision: 1847985 URL: http://svn.apache.org/viewvc?rev=1847985=rev Log: Replace calls to deprecated method Class#newInstance Part of #435 and Bugzilla Id: 62972 Modified:

svn commit: r1847986 - /jmeter/trunk/src/core/org/apache/jmeter/gui/util/PowerTableModel.java

2018-12-02 Thread fschumacher
Author: fschumacher Date: Sun Dec 2 11:28:12 2018 New Revision: 1847986 URL: http://svn.apache.org/viewvc?rev=1847986=rev Log: With varargs there is no need for the arrays Part of #435 and Bugzilla Id: 62972 Modified: jmeter/trunk/src/core/org/apache/jmeter/gui/util/PowerTableModel.java

svn commit: r1847961 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AccessLogSampler.java

2018-12-02 Thread fschumacher
Author: fschumacher Date: Sun Dec 2 11:07:03 2018 New Revision: 1847961 URL: http://svn.apache.org/viewvc?rev=1847961=rev Log: Use log format strings Part of #435 and Bugzilla Id: 62972 Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AccessLogSampler.java

svn commit: r1847980 - /jmeter/trunk/src/jorphan/org/apache/jorphan/gui/ObjectTableModel.java

2018-12-02 Thread fschumacher
Author: fschumacher Date: Sun Dec 2 11:22:07 2018 New Revision: 1847980 URL: http://svn.apache.org/viewvc?rev=1847980=rev Log: Use log format strings Part of #435 and Bugzilla Id: 62972 Modified: jmeter/trunk/src/jorphan/org/apache/jorphan/gui/ObjectTableModel.java Modified:

svn commit: r1847979 - in /jmeter/trunk/src: jorphan/org/apache/jorphan/gui/ jorphan/org/apache/jorphan/reflect/ protocol/http/org/apache/jmeter/protocol/http/proxy/ protocol/java/org/apache/jmeter/pr

2018-12-02 Thread fschumacher
Author: fschumacher Date: Sun Dec 2 11:21:32 2018 New Revision: 1847979 URL: http://svn.apache.org/viewvc?rev=1847979=rev Log: Replace calls to deprecated Class#newInstance method Part of #435 and Bugzilla Id: 62972 Modified:

svn commit: r1847981 - in /jmeter/trunk/src: components/org/apache/jmeter/visualizers/ components/org/apache/jmeter/visualizers/backend/graphite/ core/org/apache/jmeter/ core/org/apache/jmeter/engine/

2018-12-02 Thread fschumacher
Author: fschumacher Date: Sun Dec 2 11:23:44 2018 New Revision: 1847981 URL: http://svn.apache.org/viewvc?rev=1847981=rev Log: Replace calls to deprecated Class#newInstance method Part of #435 and Bugzilla Id: 62972 Modified:

svn commit: r1847958 - /jmeter/trunk/test/src/org/apache/jorphan/exec/TestKeyToolUtils.java

2018-12-02 Thread fschumacher
Author: fschumacher Date: Sun Dec 2 11:00:28 2018 New Revision: 1847958 URL: http://svn.apache.org/viewvc?rev=1847958=rev Log: spacepolice Modified: jmeter/trunk/test/src/org/apache/jorphan/exec/TestKeyToolUtils.java Modified:

svn commit: r1847964 - in /jmeter/trunk: src/core/org/apache/jmeter/gui/action/ src/core/org/apache/jmeter/util/ test/src/org/apache/jorphan/test/

2018-12-02 Thread fschumacher
Author: fschumacher Date: Sun Dec 2 11:09:06 2018 New Revision: 1847964 URL: http://svn.apache.org/viewvc?rev=1847964=rev Log: Replace calls to deprecated Class#newInstance Part of #435 and Bugzilla Id: 62972 Modified: jmeter/trunk/src/core/org/apache/jmeter/gui/action/ActionRouter.java

svn commit: r1847965 - /jmeter/trunk/src/core/org/apache/jmeter/util/BeanShellInterpreter.java

2018-12-02 Thread fschumacher
Author: fschumacher Date: Sun Dec 2 11:10:02 2018 New Revision: 1847965 URL: http://svn.apache.org/viewvc?rev=1847965=rev Log: Use log format strings Part of #435 and Bugzilla Id: 62972 Modified: jmeter/trunk/src/core/org/apache/jmeter/util/BeanShellInterpreter.java Modified:

svn commit: r1847987 - /jmeter/trunk/src/core/org/apache/jmeter/gui/util/PowerTableModel.java

2018-12-02 Thread fschumacher
Author: fschumacher Date: Sun Dec 2 11:33:14 2018 New Revision: 1847987 URL: http://svn.apache.org/viewvc?rev=1847987=rev Log: Simplify code that tries to find the correct constructor Part of #435 and Bugzilla Id: 62972 Modified:

svn commit: r1847966 - /jmeter/trunk/src/core/org/apache/jmeter/util/BeanShellInterpreter.java

2018-12-02 Thread fschumacher
Author: fschumacher Date: Sun Dec 2 11:11:31 2018 New Revision: 1847966 URL: http://svn.apache.org/viewvc?rev=1847966=rev Log: Simplify code Newer java versions have changed the method signatures to varargs. Use those varargs. Part of #435 and Bugzilla Id: 62972 Modified:

svn commit: r1847969 - /jmeter/trunk/src/core/org/apache/jmeter/util/BeanShellInterpreter.java

2018-12-02 Thread fschumacher
Author: fschumacher Date: Sun Dec 2 11:12:48 2018 New Revision: 1847969 URL: http://svn.apache.org/viewvc?rev=1847969=rev Log: Use Java naming conventions for parameter names Part of #435 and Bugzilla Id: 62972 Modified:

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

2018-12-02 Thread fschumacher
Author: fschumacher Date: Sun Dec 2 11:14:49 2018 New Revision: 1847973 URL: http://svn.apache.org/viewvc?rev=1847973=rev Log: Replace calls to deprecated Class#newInstance Part of #435 and Bugzilla Id: 62972 Modified:

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

2018-12-02 Thread fschumacher
Author: fschumacher Date: Sun Dec 2 11:39:02 2018 New Revision: 1847991 URL: http://svn.apache.org/viewvc?rev=1847991=rev Log: Add changelog entry. Closes #435 Bugzilla Id: 62972 Modified: jmeter/trunk/xdocs/changes.xml Modified: jmeter/trunk/xdocs/changes.xml URL:

svn commit: r1847959 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AccessLogSampler.java

2018-12-02 Thread fschumacher
Author: fschumacher Date: Sun Dec 2 11:04:09 2018 New Revision: 1847959 URL: http://svn.apache.org/viewvc?rev=1847959=rev Log: Use StringUtils.isNotBlank to make intent clearer Part of #435 and Bugzilla Id: 62972 Modified:

svn commit: r1847960 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AccessLogSampler.java

2018-12-02 Thread fschumacher
Author: fschumacher Date: Sun Dec 2 11:05:50 2018 New Revision: 1847960 URL: http://svn.apache.org/viewvc?rev=1847960=rev Log: Replace deprecated newInstance calls Part of #435 and Bugzilla Id: 62972 Modified:

svn commit: r1847975 - /jmeter/trunk/src/components/org/apache/jmeter/visualizers/backend/BackendListenerGui.java

2018-12-02 Thread fschumacher
Author: fschumacher Date: Sun Dec 2 11:17:25 2018 New Revision: 1847975 URL: http://svn.apache.org/viewvc?rev=1847975=rev Log: Extract code into private methods to make intent clearer Part of #435 and Bugzilla Id: 62972 Modified:

svn commit: r1847976 - /jmeter/trunk/src/components/org/apache/jmeter/visualizers/backend/BackendListenerGui.java

2018-12-02 Thread fschumacher
Author: fschumacher Date: Sun Dec 2 11:18:35 2018 New Revision: 1847976 URL: http://svn.apache.org/viewvc?rev=1847976=rev Log: Use StringUtils.isNotBlank to make intent of code clearer Part of #435 and Bugzilla Id: 62972 Modified:

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

2018-12-02 Thread fschumacher
Author: fschumacher Date: Sun Dec 2 11:35:31 2018 New Revision: 1847990 URL: http://svn.apache.org/viewvc?rev=1847990=rev Log: Adapt test case to new method of constructing instances Part of #435 and Bugzilla Id: 62972 Modified:

svn commit: r1847989 - in /jmeter/trunk/src: components/org/apache/jmeter/visualizers/backend/influxdb/ core/org/apache/jmeter/gui/util/ core/org/apache/jmeter/save/ core/org/apache/jmeter/testbeans/g

2018-12-02 Thread fschumacher
Author: fschumacher Date: Sun Dec 2 11:34:38 2018 New Revision: 1847989 URL: http://svn.apache.org/viewvc?rev=1847989=rev Log: Replace calls to deprecated method Class#newInstance Part of #435 and Bugzilla Id: 62972 Modified:

svn commit: r1847977 - in /jmeter/trunk/src: core/org/apache/jmeter/testelement/AbstractTestElement.java core/org/apache/jmeter/testelement/property/AbstractProperty.java protocol/http/org/apache/jmet

2018-12-02 Thread fschumacher
Author: fschumacher Date: Sun Dec 2 11:19:45 2018 New Revision: 1847977 URL: http://svn.apache.org/viewvc?rev=1847977=rev Log: Replace calls to deprecated Class#newInstance method Part of #435 and Bugzilla Id: 62972 Modified:

svn commit: r1847978 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/BaseParser.java

2018-12-02 Thread fschumacher
Author: fschumacher Date: Sun Dec 2 11:20:26 2018 New Revision: 1847978 URL: http://svn.apache.org/viewvc?rev=1847978=rev Log: Use log format strings Part of #435 and Bugzilla Id: 62972 Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/BaseParser.java

svn commit: r1847982 - in /jmeter/trunk/src/core/org/apache/jmeter: gui/util/MenuFactory.java testelement/property/MapProperty.java util/BeanShellServer.java

2018-12-02 Thread fschumacher
Author: fschumacher Date: Sun Dec 2 11:24:36 2018 New Revision: 1847982 URL: http://svn.apache.org/viewvc?rev=1847982=rev Log: Replace calls to deprecated Class#newInstance method Part of #435 and Bugzilla Id: 62972 Modified:

svn commit: r1847984 - /jmeter/trunk/src/core/org/apache/jmeter/util/BeanShellServer.java

2018-12-02 Thread fschumacher
Author: fschumacher Date: Sun Dec 2 11:25:42 2018 New Revision: 1847984 URL: http://svn.apache.org/viewvc?rev=1847984=rev Log: With varargs there is no need for an extra array Part of #435 and Bugzilla Id: 62972 Modified: jmeter/trunk/src/core/org/apache/jmeter/util/BeanShellServer.java