This is an automated email from the ASF dual-hosted git repository.
pmouawad pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git.
from 105a399 This commit fixes bugs 63614 and 63723 Bug 63614 -
Distributed testing: Unable to generate Dashboard report at end of load test
new dbcd39f Fix security warning by Sonar
new ed9f62c Fix sonar warning : Make field private
new 3110a88 Fix SONAR warning :Check delete result
new 5dc63d8 Sonar security Warning: False positives in the context of
performance and pen testing which is what JMeter is made for
new 8576798 Sonar security Warning: False positive
new 3c0ed9f Fix Sonar warning: Replace printStackTrace by logging
new 178f633 Fix Sonar warning: Make field private
The 7 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:
.../java/org/apache/jmeter/reporters/MailerModel.java | 3 +++
.../src/main/java/org/apache/jmeter/gui/MainFrame.java | 2 +-
.../jmeter/report/processor/ExternalSampleSorter.java | 4 +++-
.../jmeter/report/processor/SampleWriterConsumer.java | 4 +++-
.../org/apache/jmeter/util/CustomX509TrustManager.java | 5 +++--
.../org/apache/jmeter/util/TrustAllSSLSocketFactory.java | 16 ++++++++--------
.../src/main/java/test/DummyAnnotatedTest.java | 2 +-
.../src/main/java/woolfel/DummyTestCase.java | 13 ++++++++-----
.../smtp/sampler/protocol/TrustAllSSLSocketFactory.java | 6 ++----
.../protocol/mongodb/sampler/MongoScriptSampler.java | 2 +-
10 files changed, 33 insertions(+), 24 deletions(-)