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 eb8c962 Save sub-results in correct order
new 953b394 Java floats are not that precise. Silence ErrorProne waring
new f475f17 Silence warnings of ErrorProne about usage of Date in test
methods
new 341977d Silence ErrorProne in test class
new 47ecfcc Add missing Override to silence ErrorProne
new 3359589 Silence ErrorProne in test class
new 8e7a4aa Make inner class static, because we can. Silence ErrorProne
new d7e745e Get rid of cast (and silence ErrorProne)
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:
.../org/apache/jmeter/junit/JMeterTestCase.java | 32 +++++++---------------
.../org/apache/jorphan/reflect/TestFunctor.java | 4 +--
.../java/org/apache/jorphan/test/AllTests.java | 3 +-
.../apache/jorphan/gui/TableModelEventBacker.java | 10 ++++---
.../apache/jorphan/math/TestStatCalculator.java | 2 +-
.../org/apache/jorphan/util/TestConverter.java | 3 ++
.../protocol/http/curl/StringArgumentHolder.java | 1 +
7 files changed, 25 insertions(+), 30 deletions(-)