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 f3fb343  Use new Sonar instance in docs
     new 9b6f3e9  Added extra checkstyle rule Only java files should be in 
src/*/java
     new 168a234  Formatting/whitespace
     new 8ba1e93  Fix Log messages
     new 6ec1758  Use correct logging class
     new f035e12  Use ThreadLocal.withInitial
     new da4857c  Other minor cleanups

The 6 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:
 config/checkstyle/checkstyle.xml                       | 12 ++++++------
 .../org/apache/jmeter/assertions/BSFAssertion.java     |  4 +---
 .../apache/jmeter/assertions/BeanShellAssertion.java   |  6 ++----
 .../org/apache/jmeter/assertions/CompareAssertion.java |  4 ++--
 .../apache/jmeter/assertions/JSONPathAssertion.java    |  3 +--
 .../apache/jmeter/assertions/ResponseAssertion.java    |  9 +++++----
 .../org/apache/jmeter/assertions/gui/AssertionGui.java |  1 -
 .../org/apache/jmeter/config/RandomVariableConfig.java | 10 ++++------
 .../org/apache/jmeter/extractor/XPath2Extractor.java   | 13 ++++++-------
 .../extractor/json/jsonpath/JSONPostProcessor.java     | 11 ++++-------
 .../org/apache/jmeter/visualizers/RenderAsXPath2.java  |  3 +--
 .../apache/jmeter/visualizers/SamplerResultTab.java    |  2 +-
 .../java/org/apache/jmeter/control/IfController.java   | 11 +++--------
 .../apache/jmeter/functions/gui/FunctionHelper.java    |  3 +--
 .../report/config/ReportGeneratorConfiguration.java    |  6 ++----
 .../jmeter/report/dashboard/TemplateVisitor.java       |  5 +++--
 .../main/java/org/apache/jmeter/functions/CSVRead.java |  2 +-
 .../org/apache/jorphan/logging/LoggingManager.java     |  2 +-
 .../apache/jmeter/protocol/http/gui/DNSCachePanel.java |  2 +-
 .../jmeter/protocol/java/sampler/JavaSampler.java      |  3 +--
 .../protocol/java/sampler/JavaSamplerContext.java      |  3 +--
 .../apache/jmeter/protocol/java/test/SleepTest.java    | 18 ++++++------------
 22 files changed, 53 insertions(+), 80 deletions(-)

Reply via email to