This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git.


    from a6824ae  notify all waiting threads when result is computed
     new 6e858d8  Use string formats in log messages and add a missing U to URL
     new 82aa4e2  Fix: typos
     new ff79a53  Change function variable name displayJMeterPropterties by 
displayJMeterProperties
     new 039a56e  Change function variable name displayJMeterPropterties with 
displayJMeterProperties
     new 8c6da20  Refactor: Replace rowIndx variable name with rowIndex
     new 0988c06  Rename variables
     new 30ae6d7  Rename variable: replace savee by save
     new 9b0c656  Rename variable: replace ignoreResorces by ignoreResources
     new c73951d  Rename function name: Replace getConfiguredDatatSource() by 
getConfiguredDataSource()
     new 93fb4a62 Rename variable: replace newlist by newList
     new 68df1dc  Use a longer name for method variable
     new 38283aa  Follow the java convention for parameter names
     new 81ba16c  Spacepolice

The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../jmeter/extractor/DebugPostProcessor.java       |  4 +--
 .../org/apache/jmeter/sampler/DebugSampler.java    |  4 +--
 .../jmeter/timers/ConstantThroughputTimer.java     |  4 +--
 .../src/main/java/org/apache/jmeter/JMeter.java    |  2 +-
 .../apache/jmeter/config/gui/ArgumentsPanel.java   |  8 ++---
 .../control/gui/TestFragmentControllerGui.java     |  2 +-
 .../org/apache/jmeter/engine/JMeterEngine.java     |  2 +-
 .../java/org/apache/jmeter/gui/action/Load.java    |  2 +-
 .../org/apache/jmeter/gui/util/FilePanelEntry.java |  2 +-
 .../apache/jmeter/gui/util/JLabeledRadioI18N.java  | 40 +++++++++++-----------
 .../org/apache/jmeter/save/CSVSaveService.java     |  8 ++---
 .../java/org/apache/jmeter/util/JMeterUtils.java   | 10 +++---
 .../org/apache/jorphan/collections/HashTree.java   |  6 ++--
 .../jmeter/protocol/http/control/Cookie.java       |  6 ++--
 .../http/control/gui/HttpMirrorControlGui.java     |  2 +-
 .../http/gui/action/ParseCurlCommandAction.java    |  2 +-
 .../protocol/http/parser/RegexpHTMLParser.java     | 16 ++++-----
 .../jmeter/protocol/http/proxy/HttpReplyHdr.java   |  4 +--
 .../protocol/http/proxy/gui/ProxyControlGui.java   |  2 +-
 .../jmeter/protocol/http/sampler/HTTPHC4Impl.java  |  2 +-
 .../jmeter/protocol/http/sampler/PostWriter.java   |  2 +-
 .../protocol/jdbc/config/DataSourceElement.java    |  6 ++--
 .../jmeter/protocol/jms/sampler/JMSProperties.java |  4 +--
 .../protocol/jms/sampler/PublisherSampler.java     |  2 +-
 .../protocol/java/control/gui/ClassFilter.java     |  8 ++---
 xdocs/changes.xml                                  |  2 +-
 26 files changed, 74 insertions(+), 78 deletions(-)

Reply via email to