You are viewing a plain text version of this content. The canonical link for it is here.
Posted to devnull@infra.apache.org by vl...@apache.org on 2019/06/10 07:45:29 UTC

[jmeter] reference refs/pull/466/merge deleted (was 077997b)

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

vladimirsitnikov pushed a change to reference refs/pull/466/merge
in repository https://gitbox.apache.org/repos/asf/jmeter.git.


     was 077997b  Merge ff36927cfa3199263d3efacfb4900bc31d7dced1 into 598d0428e217a81ee22dde5f4bd59c5271ee3f7f

This change permanently discards the following revisions:

 discard 077997b  Merge ff36927cfa3199263d3efacfb4900bc31d7dced1 into 598d0428e217a81ee22dde5f4bd59c5271ee3f7f
 discard ff36927  Fix bugs 63452 & 63419
 discard 598d042  Bug 63480 - XPathAssertion and XPathAssertion2: Improve test coverage for input coming from variable
 discard 9ff3f97  Bug 63480 - XPathAssertion and XPathAssertion2: Cover input coming from variable
 discard dca0e41  Bug 63480 - XPathAssertion and XPathAssertion2: Cover input coming from variable
 discard 95a3977  Use direct comparison instead of subtraction, as latter is problematic when extreme values are used.
 discard 3d73707  Use log string formatting.
 discard f231ef4  Remove XPath Assertion from upper popup menu in favor of XPath2 Assertion
 discard abb6152  Drop unused code
 discard 6018e4e  Log exception instead of message only
 discard efb4226  Fix Sonar false positive on Exception handling
 discard bca984b  Fix javadoc Fix Sonar false positive on Exception handling
 discard 9980ca6  Variables renaming for SONAR Don't clean map as it's new one
 discard a536673  Fix missing javadocs
 discard 8251733  Fix SONAR error on exception handling
 discard fe1c78e  Skip 52310 until we find a solution on buildbot
 discard a96267d  Bug 63471 looks like an enhancement Bugzilla Id: 63471
 discard f148b22  Bug 62787 - Add XPath 2 Assertion
 discard ab6bab1  Bug 63455 - XPath Assertion: "True if nothing matches" does not work if XPath expression returns a boolean
 discard 7658a56  Whitespace typo in error message
 discard 7b90b0f  Avoid adding <br></br> to the printable documentation
 discard 14c6d3d  Update dependency of jackson to 2.9.9
 discard 0af6921  Test: delay JMS server shutdown in JMS_TESTS.jmx
 discard b634189  Normalize EOL for cmd and bat files
 discard 6692edf  StringConverters used for report generation should ignore white space around booleans.
 discard bddf85a  Add new line to make CheckStyle happy
 discard a28ada3  Use Method reference instead of anonymous class for Boolean StringConverter
 discard 6c4e442  StringConverters used for report generation should ignore white space around numbers.
 discard 8bcd235  Bug 63469 - JMSPublisher: Race condition in jms.client.ClientPool#clearClient
 discard 46c8c60  Fix race condition in jms.client.ClientPool#clearClient
 discard eb1a331  Use assumeTrue in testTimerBSH so it is properly marked as skipped in case it is skipped
 discard 89a1af9  Enforce Locale.US for tests that verify numeric processing (e.g. 0.42)
 discard 440ef12  Add gitattributes, normalize line endings
 discard 5d80cdd  Skip loopback addresses to use for Bug52310 testplan
 discard 9159d2b  Bug 63464 - image/svg+xml is wrongly considered as binary
 discard a014cfa  Bug 62672 - HTTP Request send double requests when configure proxy with authentication
 discard ee49a58  Bug 62672 - HTTP Request send double requests when configure proxy with authentication
 discard 647450c  Bug 63464 - image/svg+xml is wrongly considered as binary Bugzilla Id: 63464
 discard d73b1ca  Shorten lambda expressions by using references and anyMatch
 discard 558e9f8  Revert unwanted changes from last commit
 discard 4a19a64  Try to find a network device to use for Bug52310 test
 discard 7465d09  Use correct expectations for the changed Bug52310 tests
 discard 1bd8c3e  Try to enable check for Bug52310 on travis
 discard 4b1fba7  Use a different way to calculate a working IP address for Bug52310
 discard b1a3881  Fix NPE on saving proxy auth state
 discard a2aaf0e  Requant new png images
 discard ffe3a9c  Update link to renamed sampler.
 discard 3320aca  Make boxing/unboxing explicit and silence a few warnings
 discard 5cc2e78  Line too long
 discard b1d63bd  Bug 62672 - HTTP Request send double requests when configure proxy with authentication
 discard 489245b  Updated to tika 1.21
 discard 56b539d  Fix TODO: Use more complete detection of binary content type
 discard 5e7d722  Fix javadoc
 discard 395dde3  Fix broken and useless synchronization of formEncodings/pageEncodings Fix Sonar warning on useless assignement
 discard 40bd38c  Oups wrong branch
 discard e3869de  Fix documentation
 discard e8860d3  Remove hack for closing PR
 discard 6fb1db8  Bug 62463 - Distributed client/server setup: use different RMI ports for the remote objects when using SSL
 discard 0e1a215  Bug 63394 - JMeter should fail with non-zero when test execution fails (due to missing test plan or other reason)
 discard c617d1b  Fix sonar errors Use XMLInputFactory.newInstance instead of XMLInputFactory.newFactory as they have same meaning and code, but latest method does not exist in stax
 discard 8721f0d  Fix missing bug id
 discard 15d031f  Mention Bug 62463 in release notes Bugzilla Id: 62463
 discard bd3c3c3  Mention people who helped
 discard 81924d6  Bug 63129 - JMeter can not identify encoding during first time page submission
 discard 474f62c  Bug 63450 - HTTP(S) Test Script Recorder: Put number at end instead of beginning
 discard f2be721  Bug 63450 - HTTP(S) Test Script Recorder: Put number at end instead of beginning Bugzilla Id: 63450
 discard 86a5e88  No need for this empty tearDown method, so remove it.
 discard b9e30e2  Spacepolice
 discard a968e84  Use constant for repeatedly used var name
 discard 794f61b  Use StandardsCharsets instead of looking up UTF-8 by String-value
 discard 9a28911  Move private fields to method local variables.
 discard bbc5bec  Typo in javadoc
 discard 857f5f0  Seems like the CI server is too slow to cope with three nanoseconds only
 discard 09455e9  Reduce scanning for LogParser implementations in AccessLogSamplerBeanInfo.
 discard 85b9397  Remove test from coverage report
 discard e1144b9  Bug 63433 - ListenerNotifier: Detected problem in Listener NullPointerException if filename is null Bugzilla Id: 63433
 discard 5cb3fbd  Cleanup some sonar warnings: - Naming - System.out
 discard 82df2c6  Bug 63364 - When setting "subresults.disable_renaming=true", sub results are still renamed using their parent SampleLabel while they shouldn't Bugzilla Id: 63364
 discard 6490c0d  Try to make tests run on the windows jenkins slave again (even when workspace is not cleaned up)
 discard 8a3943c  Bug 63347 - View result tree: The search field is so small that even a single character is not visible on Windows 7 Bugzilla Id: 63347
 discard c364a79  Cleanup code fix code smells
 discard 4eb4281  Slight performance improvement in PoissonRandomTimer by using ThreadLocalRandom.
 discard 5b18153  Make checkstyle happy
 discard aa6ec3b  Selection of table rows in Aggregate Graph gets lost too often
 discard ce55815  ArrayIndexOutOfBoundsException in Aggregate Graph when selecting 90% or 95% columns
 discard f530c86  Bug 63396 - JSR223 Test Elements: Description of Parameters is misleading, same for Script Bugzilla Id: 63396
 discard 2ff06fc  Formatting
 discard d598e57  Drop weird char Add NOSONAR for handled exceptions
 discard 2a05fab  Bug 63219 - New function "__StringToFile" to save a string into a file
 discard e5bab58  Bug 63298 - HTTP Requests with encoded URLs are being sent in decoded format Bugzilla Id: 63298
 discard 8ff42fb  Enable PKCS11 keystores for usage with KeyStore Manager
 discard da7256b  Next dev version (5.2-SNAPSHOT)
 discard 8cb21b5  Format javadoc
 discard 770fec1  Massage log messages
 discard e1b4086  Correct synchronized usage of field
 discard c489e6d  Correct synchronized usage of field
 discard fbb37d4  Correct double word in docs
 discard 3f0fea4  Change instantiation of concurrent set
 discard af554b3  Use StandardCharset instead of simple string value for ASCII
 discard 41f1d65  Correct javadoc. This method has no return value.
 discard abc0efb  Return value immediately
 discard 9500a2e  Add generics parameter to method variable.
 discard 3ee80d1  Folders in gitignore have to be specified more carefully
 discard f23d0a6  Prepare next release 5.1.1: update docs tree and overview (RC1)
 discard 6a58ca6  Prepare Changes.xml to the next release (5.1.1)
 discard 0eb2b98  Bug 63241 - __threadGroupName causes a NullPointerException if called from non Test threads
 discard b75585d  Bug 63241 - __threadGroupName causes a NullPointerException if called from non Test threads
 discard 36dbe68  Bug 63241 - __threadGroupName causes a NullPointerException if called from non Test threads Bugzilla Id: 63241
 discard b4f8e70  Fix logging
 discard e247e9d  Clarify feature
 discard db03a85  Next version will be 5.1.1
 discard 17946c7  fix svn:eol
 discard 90f6797  Add Spec for ReportGenerator
 discard 8f037b4  Drop unused imports
 discard 0a4fa28  Drop unused imports
 discard a859576  Bug 59896 - Report / Dashboard : Add a menu entry to generate a report on demand from a CSV file
 discard 54861ef  Bug 61879 - Remove useless files in HTML report template
 discard d81140f  Bug 61879 - Remove useless files in HTML report template
 discard a44337e  Fix missing slash in </code>
 discard 9983de5  Markup changes in docs and spacepolice (mainly to trigger ci)
 discard 9a234c0  Bug 59896 - Report / Dashboard : Add a menu entry to generate a report on demand from a CSV file
 discard 449058b  Bug 59896 - Report / Dashboard : Add a menu entry to generate a report on demand from a CSV file
 discard 1eafa0a  Bug 59896 - Report / Dashboard : Add a menu entry to generate a report on demand from a CSV file
 discard d887ec8  Bug 59896 - Report / Dashboard : Add a menu entry to generate a report on demand from a CSV file
 discard 11e0667  Fix javadoc error
 discard 929be53  Fix svn:eol
 discard 4729efc  Fix svn:eol
 discard bda426b  Bug 59896 - Report / Dashboard : Add a menu entry to generate a report on demand from a CSV file
 discard 9bade07  Bug 58183 - Rampup may not be respected if thread take time to start leading to threads continuing to start post ramp up time Fix checkstyle error Bugzilla Id: 58183
 discard abed58b  Bug 58183 - Rampup may not be respected if thread take time to start leading to threads continuing to start post ramp up time Bugzilla Id: 58183
 discard e90962f  Bug 62327 - TestPlan: In library table if path is modified and plan saved, the modification is lost on file reload Bugzilla Id: 62327
 discard 9ce018f  Bug 62446 - Counter documentation is wrong in required fieds Bugzilla Id: 62446
 discard de61fac  Bug 63065 - Document potential impacts of Beanshell upgrade (was Regression in Beanshell that manifests by "Typed variable declaration error", introduced after upgrading to JMeter 4.0) Bugzilla Id: 63065
 discard ff6e270  Bug 62977 - Unable to send HTTP requests without a User-Agent header Bugzilla Id: 62977
 discard 6702dc8  Fix typo
 discard 5b2152a  Bug 63178 - CSS Selector Extractor : Improve performance of JODD (JoddExtractor) based implementation Bugzilla Id: 63178
 discard 8bcc5a7  Add License header to new test class
 discard d8a37e9  Make test work in both IDE and ant setting
 discard cd7374c  Use Collections#newSetFromMap to generate a Set from a CHM.
 discard 3e6321d  Rename internal variables to make intent clearer
 discard 6ee4162  Take or own advice and name parameters more reader friendly.
 discard 5e1be0b  Bug 63220 - Function Helper Dialog,Export transactions for report and Import from cURL disappear being master JFrame.
 discard 8ca3335  Replace synchronization by ConcurrentHashMap
 discard f064597  Revert removal of JMeterSpec Thanks Vladimir
 discard dfafcd1  Cleanup code Reuse TrustAllSSLSocketFactory
 discard 5106696  Bug 63185 - Add option to implicitly trust SSL/TLS connections/Disable hostname verification
 discard 531007f  Better naming and no need to extend JMeterSpec
 discard dcfe9f6  Bug 63185 - Add option to implicitly trust SSL/TLS connections/Disable hostname verification
 discard ad9be4e  Fix the TODO
 discard 9e81ee1  Simplify code
 discard 56f1cf0  Fix description (cut/paste bug)
 discard f0c09b9  Fix svn:eol
 discard b7d3b78   Improve a few unit tests and classes
 discard 9b5227e   Abstract graph consumer improvements
 discard 8cba244   Refactor and Test ResponseTimePercentilesOverTimeGraphConsumer
 discard 3dc0184  ShutDownClient needs to be excluded from core jar
 discard 3a37c63  Update to next SNAPSHOT version
 discard 53b7f35  Bug 63207 - java.lang.NullPointerException: null when run Jmeter 5.1 with proxy options Bugzilla Id: 63207
 discard 796081e  Fix svn:eol
 discard 49571e5  Fix tests failure due to headless
 discard d29a261  Better handle exception
 discard da7d7cb  Fix javadoc errors
 discard b2939a4  Bug 63204 - RenderAsJSON#prettyJSON : JSONParser#parse cannot return JSONValue
 discard e2549d8  Fix checkstyle issue
 discard 07e0639  Fix svn:eol
 discard ca5072e  Fix tests failure due to headless mode
 discard d6c7792  Improve methods/variables naming Make instance variable local Increase coverage
 discard 41a0cff  Bug 63203 - Unit Tests : Replace use of @Deprecated by @VisibleForTesting for methods/constructors/classes made public for Unit Testing only Bugzilla Id: 63203
 discard 4f78fc4  Bug 63203 - Unit Tests : Replace use of @Deprecated by @VisibleForTesting for methods/constructors/classes made public for Unit Testing only Bugzilla Id: 63203
 discard 0bbf9b9  Fix Windows failure
 discard 2a14c5a   Improve Unit tests readability and use of Spock #446
 discard d34fd5c  Add tests for AssertionGui
 discard a3a7ff2  Add tests for AssertionGui
 discard 1f4466e  Add tests for AssertionGui
 discard 5e67d27  Add tests for AssertionGui
 discard 71294a1  Add tests for AssertionGui
 discard e1d3cd3  Updated to latest Spock-core v1.0 -> v1.2
 discard 6ce8653  Removing noise from unit test output
 discard cf28967  Add tests for AssertionGui
 discard 76f26d4  Bug 63202 - JMS Publisher : ObjectMessageRenderer creates XStream instance with unitialized security Bugzilla Id: 63202
 discard f1ae1c3  Updated to latest Spock-core v1.0 -> v1.2
 discard dd21c4f  Updated to latest Spock-core v1.0 -> v1.2
 discard a721528  Updated to latest Spock-core v1.0 -> v1.2
 discard b22b8ad  SearchTreeDialog disappears behind master JFrame
 discard da2a47f  Bug 63198 - Response Time Vs Request and Latency Vs Request graphs don't line up with throughput Bugzilla Id: 63198
 discard f8403cd  Start a new version
 discard 9d6648c  Refactor PackageTest to print all errors in a single message
 discard 95ad5da  httpbin seems to have changed redirects to https, so fix the test case.
 discard 7d27460  Correct name of executable that gets wrapped
 discard 420f4c5  Optimize png in xdocs for size
 discard 5131b1e  Prepare next release 5.1: update docs tree and overview (RC2)
 discard 2baa81b  Bug 63180 - Apply Naming Policy allows multi selection but only considers first node Bugzilla Id: 63180
 discard c0baf1a  Fix Template label : Validate should be Create/Merge as per Felix note
 discard 07d5a73  Bug 63177 - Rename NON GUI mode into CLI Mode in documentation
 discard 8721b1d  Bug 63177 - Rename NON GUI mode into CLI Mode in documentation
 discard 05ae6bb  Remove old known issue
 discard 16ef904  Highlight change
 discard 1a16c56  Prepare next release 5.1: update docs tree and overview (RC1) #2
 discard b31eabd  Improve RegExp about jar name file to include Saxon-HE-x.x.x-y.jar (on download_jar task and Jar junit test) Bugzilla Id: 63033
 discard 1b6117f  Compress new png screenshots
 discard 29473e4  Add some screenshots on changes
 discard 17fc2e5  Prepare next release 5.1: update docs tree and overview (RC1)
 discard 2efb89c  Improve New and Noteworthy.
 discard c7fdeee  Some light improvements
 discard ff925be  Use log string formatting.
 discard be05969  Use log string formatting.
 discard 2a645ec  Use log string formatting and Javadoc markup.
 discard 0260c95  Use log string formatting and Javadoc markup.
 discard d281fae  Use log string formatting.
 discard 404758a  Use log string formatting.
 discard ce6f927  Use log string formatting.
 discard 74d478e  Use log string formatting.
 discard 6013249  Javadoc
 discard 1056e78  Use string formatting for logs
 discard b28bc0b  Javadoc markup
 discard 557ef65  Start filling in the New and Noteworthy section.
 discard dac4e0d  Use consistent arrows for menu structure
 discard 0414ee1  Add more simple text files to the exclude list for rat
 discard 853be98  Minor rephrase and markup changes. There must not be a space between the link name and the link
 discard 6c0a2ab  Don't repeat words and change order of words
 discard 6dbbfe1  Typo and a bit of markup
 discard 2345db6  fix javadoc warning
 discard ee4a6a8  Delay StringBuilder creation if not needed Use isEmpty
 discard 7777887  Simplify to fix Sonar warning Add isEmpty
 discard 9e71c1f  Use correct checksum for rat
 discard f3837c9  Bug 63101 Propose a menu item to generate readable overview of Test Plan Drop code committed by error Bugzilla Id: 63101
 discard c53a38e  Bug 63144 - View listener tree take a long time to open response that have Huge text
 discard 8933032  Bug 63101 Propose a menu item to generate readable overview of Test Plan Bugzilla Id: 63101
 discard 45ca272  Remove options from AllTests
 discard ec013b1  Try again
 discard 258b288  Try again
 discard ff64a60  Set Xss Increase Xmx
 discard 948f48d  Increase heap size for AllTests
 discard fb7ca47  Reduce memory usage
 discard b2373f1  Fix javadoc issue
 discard bb327da  Bug 62959 Ability to create an HTTP Request from a Curl command
 discard 4ebc198  Drop invisible character that looks like a space on Mac (Thanks Felix)
 discard a269d81  Drop duplicated entry
 discard 48f0233  SONAR : Fix false positive
 discard 645353b  SONAR : Fix useless assignement
 discard 45bede0  SONAR : Fix false positive
 discard 6664399  Update rat, mina, jacocoant, hsqldb
 discard f03177f  Bug 63033 Updated to Saxon-HE 9.9.1-1 (from 9.8.0-12). Fix test failure Bugzilla Id: 63033
 discard b4e4dc0  Remove invisible space (Thanks Felix)
 discard 272c07a  Update rat, mina, jacocoant, hsqldb
 discard a936388  Updated to ph-commons-9.2.1 from 9.2.0
 discard 50b4ba0  Updated to HttpCore-nio 4.4.11 from 4.4.10
 discard 4161996  Bug 63033 Updated to Saxon-HE 9.9.1-1 (from 9.8.0-12). Fix test failure Bugzilla Id: 63033
 discard 385a8ac  Bug 63033 Updated to Saxon-HE 9.9.1-1 (from 9.8.0-12). Thanks at Saxonica Bugzilla Id: 63033
 discard 5a373b8  Bug 63055 Don't rename SampleResult Label when test is running in Functional mode or property subresults.disable_renaming=true.
 discard cb9637e  Fix typo
 discard ec67d5e  Simplify matrix build for travis-ci and add (failing) java EA build
 discard 087984c  Use string formats for log messages and make warning for bind exception more explicit.
 discard 8921bb2  Bug 63138 - InfluxDB BackendListenerClient: In case of error, log is in debug, it should be in error Bugzilla Id: 63138
 discard fc8ff7f  Bug 63101 - Propose a menu item to generate readable overview of Test Plan Bugzilla Id: 63101
 discard f130f35  Google+ will be shutdown soon, so remove the links on our website with the next release.
 discard 5778ed9  Fix SONAR warnings:
 discard d0e379d  The constructor for Float will be deprecated with Java 9
 discard 8accd9f  Bug 63090 - Remove slf4j-ext due to CVE-2018-8088
 discard 76b0ad8  Bug 63090 - Remove slf4j-ext due to CVE-2018-8088
 discard 7496392  Bug 63090 - Remove slf4j-ext due to CVE-2018-8088 Bugzilla Id: 63090
 discard 43870d4  Bug 62852 - HTTP Request Header missing information when using a proxy
 discard 50ef2bc  Bug 63106 - Apply naming policy does not refresh UI Bugzilla Id: 63106
 discard f528165  Bug 63105 - Export Transactions for Report: fix 2 bugs Bugzilla Id: 63105
 discard f9a3c72  Javadoc changes.
 discard c3e1a3a  Escape commata in function helper dialog only outside of variable replacement structures.
 discard 21d8238  Escape commata in function helper dialog only outside of variable replacement structures.
 discard 687a41d  No space before doublecolons
 discard db4dd10  No need for a dash after bug-tag in changes.xml
 discard 1ffb511  Correct double encoded characters in properties
 discard 53007dd  Fix bug number
 discard 754db83  Bug 63094 - Introduce a new Tools menu
 discard 43c1f48  Fix unused parameter
 discard 55535c3  Bug 63094 - Introduce a new Tools menu
 discard 3a17fd1  Bug 63094 - Introduce a new Tools menu Bugzilla Id: 63094
 discard aefb697  Bug 63093 - Add "Compile JSR223 Test Elements" menu item
 discard 1a14e03  Update ActiveMQ to 5.15.8
 discard 40209bb  Correct some spelling mistakes in german translation
 discard fcf6822  Correct double encoded characters in properties
 discard 290d465  Converted properties to utf8
 discard 09dc371  Use utf-8 for properties files in source
 discard eebab64  Bug 63081 - Command line Option '-f' does not delete report folder when using generation only (-g)
 discard 9e733f2  Bug 63016 : Empty HTML report if source csv contains labels with quotes.
 discard 1f9be67  Fix Sonar warnings : Move the "index.html" string literal on the left side of this string comparison. Move the "content" string literal on the left side of this string comparison.
 discard dfd1807  Drop duplicate line
 discard 2054b38  Bug 63048 - JMeter does not retrieve link resources of type "shortcut icon" or "icon"
 discard f6df3da  Bug 63048 - JMeter does not retrieve link resources of type "shortcut icon" or "icon"
 discard b5446df  Bug 63048 - JMeter does not retrieve link resources of type "shortcut icon" or "icon"
 discard 432eb38  Bug 63048 - JMeter does not retrieve link resources of type "shortcut icon" or "icon"
 discard 5c020f8  Bug 63048 - JMeter does not retrieve link resources of type "shortcut icon" or "icon"
 discard 5573dca  Bug 63048 - JMeter does not retrieve link resources of type "shortcut icon" or "icon"
 discard ce7bd2b  Better logging
 discard 0919cf0  Better logging
 discard 8317201  Updated to rsyntaxtextarea-3.0.2 (from 3.0.0)
 discard 2bc1e05  Improve error message. See https://stackoverflow.com/questions/54152949/getting-cannot-create-temp-directory-error-trying-to-generate-jmeter-report
 discard 97caf84  Bug 63069 - ResultCollector does not write end of XML file if user exits while a Recording or a test is running
 discard 5472ded  Ignore spaces at the end and beginning of expressions used in IfController
 discard 44a91a8  Bug 59633 : Menus <code>Save Test Plan as</code>, <code>Save as Test Fragment</code> and <code>Save Selection as ...</code> should use a new file name in File Dialog Bugzilla Id: 59633
 discard 3e7da57  Bug 63059 - Create a new JsonExporter that exports as JSON the content of data computed for HTML Dashboard Statistics table
 discard 910df69  Bug 63059 - Create a new JSonExporter that exports as JSON the content of data computed for HTML Dashboard Statistics table
 discard 83b54c0  Bug 63059 - Create a new JSonExporter that exports as JSON the content of data computed for HTML Dashboard Statistics table
 discard 77a56d5  Bug 63060 - Report Generator: A generator should only check for folder/files it generates and only delete those ones Fix checkstyle warning Bugzilla Id: 63060
 discard 5deb9ae  Bug 63060 - Report Generator: A generator should only check for folder/files it generates and only delete those ones Bugzilla Id: 63060
 discard d2a5ab5  Move developer documentation in a more adequate place
 discard 1ef93e9  Bug 61486 - Make jmeter-server and non GUI mode run headless -g is non gui mode also Bugzilla Id: 61486
 discard 4ff6d1c  Bug 61486 - Make jmeter-server and non GUI mode run headless Bugzilla Id: 61486
 discard 3a03ad5  Fix Sonar warning: - wrong naming - use constants instead of hard coded string - avoid code duplication
 discard 7f18dca  Correct number of replaced values
 discard 5a23b37  Further code deduplication for Replaceable
 discard 6c8c7e0  Compress png images in docs
 discard 1098e19  Mention contributor of initial code for fix of bug 63025
 discard 489c0d9  Remove referrals to never implemented internals from user documentation.
 discard 32069e1  Enhance Search & Replace functionality for HTTP Request to include port and protocol field.
 discard 68e7a2b  Extract duplicate code into private method
 discard a2c1292  Happy New Year 2019
 discard c24acb0  https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6226610 is fixed No trace of bug 6208335 Complete features
 discard 7984b9b  Bug 63037 : When using CSVRead search the script base path for files, too.
 discard f554726  Bug 59633 Menus "Save Test Plan as", "Save as Test Fragment" and "Save Selection as ..." should use a new file name in File Dialog Bugzilla Id: 59633
 discard 0512c76  Updated to rsyntaxtextarea-3.0.0 (from 2.6.1)
 discard 88fcc96  Minimal javadoc cleanup
 discard b8351b8  Use log format strings
 discard 0f4fee1  When using CSVRead search the script base path for files, too.
 discard 3fb6283  Updated to asm-7.0 (from 6.1)
 discard e5f2777  Updated to asm-7.0 (from 6.1)
 discard f4b2800  Bug 63034 - ClientJMeterEngine: Make rsetProperties use HashMap<String,String> instead of Properties Bugzilla Id: 63034
 discard 192a756  Updated to jodd 5.0.6 (from 4.1.4)
 discard 5b4a087  Updated to xstream 1.4.11 (from 1.4.10)
 discard 8aa1e28  Updated to Saxon-HE 9.8.0-14 (from 9.8.0-12)
 discard 0f47f70  Updated to Saxon-HE 9.9.0-2 (from 9.8.0-12)
 discard c4034e1  Updated to Saxon-HE 9.9.0-2 (from 9.8.0-12)
 discard ea0a0da  Updated to xmlgraphics-commons 2.3 (from 2.2)
 discard a07890e  Updated to tika-core and tika-parsers 1.20 (from 1.19.1)
 discard 7a088cb  Updated to log4j-2.11.1 (from log4j-2.11.0)
 discard f9face7  Bug 63031 - Incorrect JDBC driver class : 'org.firebirdsql.jdbc.FBDrivery'
 discard b53ee44  Updated to ph-commons-9.2.0 (from ph-commons-9.1.2)
 discard f891b48  Updated to ph-commons-9.2.0 (from ph-commons-9.1.2)
 discard 0e651c2  Updated to cglib-nodep-3.2.9 (from cglib-nodep-3.2.7)
 discard 4bd482c  Updated to cglib-nodep-3.2.9 (from cglib-nodep-3.2.7)
 discard 4b419b0  Updated to jsoup-1.11.3 (from 1.11.2)
 discard f9774d8  Updated to httpasyncclient-4.1.4.jar (from 4.1.3)
 discard 8addfda  Updated to groovy-all-2.4.16 (from groovy-all-2.4.15)
 discard a67752b  Updated to groovy-all-2.4.16 (from groovy-all-2.4.15)
 discard 19da403  Updated to commons-lang3-3.8.1 (from commons-lang3-3.8)
 discard 6dc487d  Updated to commons-dbcp2-2.5.0 (from commons-dbcp2-2.4.0)
 discard 62d110d  Fix Sonar warning Equality tests should not be made with floating point values
 discard 02a43cd  Fix Sonar warning Equality tests should not be made with floating point values
 discard ce9d916  Remove useless assignment , fix SONAR warning
 discard bd86984  Ignore false positive
 discard 046a539  Add ISSUE_TEMPLATE.md
 discard 2adbc61  Bug 62852 - HTTP Request Header missing information when using a proxy
 discard 860b3d9  Remove line used for closing PR
 discard fadea77  Bug 62887 has been resolved by documenting breaking change. So I am closing issue.
 discard 9ba88c2  Bug 62959 - Ability to create a Test plan from a Curl command
 discard c053445  Bug 62959 - Ability to create a Test plan from a Curl command
 discard f255a7d  Bug 62959 - Ability to create a Test plan from a Curl command
 discard d3d8a78  Bug 62959 - Ability to create a Test plan from a Curl command
 discard eba80ef  Improve error formatting
 discard 01727bc  Bug 63016 - Empty HTML report if source csv contains labels with quotes
 discard 0be966c  Bug 63016 - Empty HTML report if source csv contains labels with quotes
 discard 16345c9  Bug 63015 - Abnormal NoHttpResponseException when running request through proxy HTTP(S) Test Script Recorder after a first failing request
 discard c1bc146  Bug 62829 - Allow specifying Proxy server scheme for HTTP request sampler, Advanced tab and command line option
 discard 340df69  log request headers before and after request
 discard e2c8980  Bug 62987 - A TestBean element under HTTP(S) Test Script recorder does not work Bugzilla Id: 62987
 discard e39237e  Improve logging
 discard 25d1ed3  Bug 62887 - Customized SampleLabel is ignored and overwritten by JMeter 5.0
 discard b466424  Bug 62916 - JMeter HTTP Test Script Recorder randomly stops recording
 discard 90eb544  Bug 62916 - JMeter HTTP Test Script Recorder randomly stops recording Bugzilla Id: 62916
 discard 0df32cd  Bug 62870 - Templates : Add ability to provide parameters
 discard eb68598  Add changelog entry.
 discard 1878e84  Adapt test case to new method of constructing instances
 discard 9e8275a  Replace calls to deprecated method Class#newInstance
 discard fca5ff4  Simplify code that tries to find the correct constructor
 discard 942beda  With varargs there is no need for the arrays
 discard 4275fd5  Replace calls to deprecated method Class#newInstance
 discard 5e87520  With varargs there is no need for an extra array
 discard 7a904a9  Replace calls to deprecated Class#newInstance method
 discard 8b3d00d  Replace calls to deprecated Class#newInstance method
 discard 45bbd46  Use log format strings
 discard 87bd7cb  Replace calls to deprecated Class#newInstance method
 discard c547d69  Use log format strings
 discard 4247cd2  Replace calls to deprecated Class#newInstance method
 discard a89c313  Use StringUtils.isNotBlank to make intent of code clearer
 discard fe61333  Extract code into private methods to make intent clearer
 discard 9878fc9  Extract code to create BackendListenerClient from a classname
 discard 40a0926  Replace calls to deprecated Class#newInstance
 discard 3ba298b  Use StringUtils#isNotBlank to make intent clearer
 discard 45ed6f4  Use Java naming conventions for parameter names
 discard 3ac3929  Simplify code
 discard c313403  Use log format strings
 discard 3e36d9b  Replace calls to deprecated Class#newInstance
 discard 198d921  Use log format strings
 discard 1c8f681  Replace deprecated newInstance calls
 discard 7d51033  Use StringUtils.isNotBlank to make intent clearer
 discard b9e7acd  spacepolice
 discard 58606c7  Bug 62870 - Templates : Add ability to provide parameters
 discard af19938  Bug 62870 - Templates : Add ability to provide parameters
 discard 076c605  Spacepolice. Basically to trigger another build.
 discard 99cc3d0  Use different cn and type of SAN extension when we are generating certificates based on IP addresses.
 discard 301abdd  Bug 62935 - Pass custom 'mail.*' properties to Mail Reader Sampler
 discard 48aba0d  Bug 62934 Add compatibility for JDBC drivers that do not support QueryTimeout Bugzilla Id: 62934
 discard a486fcd  Bug 62829 - Allow specifying Proxy server scheme for HTTP request sampler, Advanced tab and command line option
 discard a79f0a8  Bug 62829 - Allow specifying Proxy server scheme for HTTP request sampler, Advanced tab and command line option
 discard e6fb988  Bug 62925 - Add support for ThreadDump to the JMeter non-GUI Bugzilla Id: 62925
 discard 90ff3ce  Bug 62914 - Add a hint in Thread Group UI about duration of test Bugzilla Id: 62914
 discard 1fa1454  Update to ActiveMQ 5.15.7 (from 5.5.16)
 discard dcfd483  Bug 62900 - ObjectProperty#getStringValue() can throw NullPointerException Take into account Felix's note Bugzilla Id: 62900
 discard 97c7e1b  Extract duplicate code into private method. No functional change.
 discard 1defc63  Parameterize raw type that is used internally, only
 discard c18ebb2  Try to silence debug log messages that appear in buildbot's ci builds.
 discard e19a9ae  Use StringEscapeUtils from commons-text (version 1.6) instead of the deprecated ones from commons-lang3
 discard bc55d29  Use StringEscapeUtils from commons-text (version 1.6) instead of the deprecated ones from commons-lang3
 discard 6f1c583  Bug 62900 - ObjectProperty#getStringValue() can throw NullPointerException Bugzilla Id: 62900
 discard 824cbd6  Bug 62894 : Report / Dashboard : Throughput is in wrong column which is confusing as unit is milliseconds : better labels
 discard 8c1970a  Bug 62894 : Report / Dashboard : Throughput is in wrong column which is confusing as unit is milliseconds Bugzilla Id: 62894
 discard eedb06b  Use format string in log message.
 discard 340eb32  Make checkstyle happy and shorten line of length.
 discard d8c4826  Format JSON Arrays when displayed with JSON Path Tester
 discard dfaa5e3  Change Test Action (old name) to "Flow Control Action" in Component Reference
 discard 28dc17f  SHA1 is alias for SHA-1, but SHA-1 would work in most scenario
 discard 2cea2ed  Try to improve javadoc
 discard f23266a  Cleanup some SONAR warnings Remove old TODO
 discard 13f6920  Bug 62806 ModuleController cloning by Run behaves differently wether in GUI or Non GUI mode. Reinstate old method signature to avoid NoSuchMethodError in calling plugins and deprecate it Bugzilla Id: 62806
 discard 16d4b00  Fix typo as per Felix comment
 discard fe576bd  Bug 62883 - Report / Dashboard : Change the way percentiles are computed for Response Time Percentiles Over Time (successful responses) graph Bugzilla Id: 62883
 discard 17874b9  Spacepolice. Remove whitespace at the end of lines
 discard f52b001  Markup changes. Use code macro
 discard 69cc763  English typography suggests there is no space before a colon
 discard aefa346  Rephrase sentence about the uniqueness of the threadNums.
 discard 0967484  Add location of JMeterContext API to link and write out numbers as words
 discard 7a9687b  Bug 62752 - Add to Documentation: ctx.getThreadNum() 0-based and ${__threadNum} 1-based Bugzilla Id: 62752
 discard f2a794e  Bug 62847 - If Controller cannot use variable for index exposed by LoopController/WhileController/ForEachController Set svn:eol Bugzilla Id: 62847
 discard 39ecc17  Bug 62847 - If Controller cannot use variable for index exposed by LoopController/WhileController/ForEachController Bugzilla Id: 62847
 discard abf0eac  Expand/Collapse short key - (minus sign) on numpad doesn't work.
 discard 061722c  Bug 62860 - JSON Extractor : Avoid NPE and noisy error message "Error processing JSON content in" when variable is not found Bugzilla Id: 62860
 discard 6d734ac  Bug 62860 - JSON Extractor : Avoid NPE and noisy error message "Error processing JSON content in" when variable is not found Bugzilla Id: 62860
 discard ec83ed2  Bug 60424 - Hessian Burlap application : JMeter inserts 0x0D before 0x0A automatically (http binary post data) Bugzilla Id: 60424
 discard 97b2647  Convert anonymous inner class to nested class
 discard a110370  Some shortcuts are not working correctly on windows
 discard 51c4e59  Bug 62795 - JMeter master sometimes ends distributed test even though some of the slaves have not finished Bugzilla Id: 62795
 discard f0de26a  Fix mirror-server scripts to use proper log4j version
 discard 4327ce4  Add a short paragraph on how to use a security manager with JMeter.
 discard e41e019  Update Chinese translation.
 discard a575e17  Bug 62842 - HTTP(S) Test Script Recorder : Brotli compression is not supported leading to "Content Encoding Error" Bugzilla Id: 62842
 discard 06d3c35  Bug 62840 - HTTP Request : Add option httpclient4.gzip_relax_mode to avoid error when unzipping what seems to be invalid streams Bugzilla Id: 62840
 discard d22335d  Fix javadoc
 discard 79f4efb  Bug 62832 - JDBC Connection Configuration: Be able to set init SQL statements Bugzilla Id: 62832
 discard 92c3242  Unused import
 discard 613972c  Use static strings first when comparing strings
 discard 641ea7a  Add missing License header
 discard 7136f08  Render uninitialized min and max values in Summary Report as `#N/A`
 discard 0bd86c7  Return result directly.
 discard 409339f  Use correct order of keywords as specified in JLS
 discard aac6269  Reduce duplicated code by using a variable
 discard de192fe  Refactor nested try block to named function
 discard cb34dc2  Clarify that we want a single class constructor.
 discard 371a298  Bug 62826 - When changing LAF, make JMeter restart if user clicks yes to popup Bugzilla Id: 62826
 discard 4890b21  Log an informational message instead of an stack trace
 discard cdfe447  Correct name for Ori Marko as done in #401 on github
 discard 7b0dafa  Correct usage of commata by removing them
 discard bbbc3b7  spacepolice
 discard edd5623  Correct SHA-512 checksum for xercesImpl and httpasyncclient
 discard 0178ccf  Use log string format instead of doing the concatenation ourselves
 discard e389993  Use simpler code for "static" String concatenation
 discard 420ab36  Use SHA-512 checksums instead of MD5 to verify jar downloads
 discard ca597e6  Updated to xercesImpl to 2.12.0 (from 2.11.0) Fix some missing changes Bugzilla Id: 62818
 discard 41c45c0  Add bugzilla id to changelog
 discard 53b3309  Updated to xercesImpl to 2.12.0 (from 2.11.0)
 discard e10c41a  Updated to tika 1.19.1
 discard 7e41796  Use `isEmpty()` instead of comparing `size()` to zero
 discard d94e290  BUG 62806 : ModuleController cloning by Run behaves differently wether in GUI or Non GUI mode Contributed by UbikLoadPack Bugzilla Id: 62806
 discard 8bdc1f3  Fix regression introduced by commit http://svn.apache.org/viewvc?rev=1843120&view=rev
 discard 33cbd73  Fix checkstyle error
 discard d24817a  Improve logging
 discard 987e195  Fix SONAR warnings
 discard 13d496b  Incomplete search path applied to the filenames used in the upload functionality of the HTTP sampler
 discard b5b8b77  Bug 62790 - ArrayIndexOutOfBoundsException when calling replace without selecting the first match Fix typo, thanks Felix Bugzilla Id: 62790
 discard da051bb  Bug 62790 - ArrayIndexOutOfBoundsException when calling replace without selecting the first match Bugzilla Id: 62790
 discard bedce35  Bug 62770 : Aggregate Graph throws ArrayIndexOutOfBoundsException Bugzilla Id: 62770
 discard 56f19ac  Add : - openjdk11 - openjdk8
 discard 0f9783e  Comment empty methods
 discard f8dad6f  Bug 62744 - Upgrade jquery to version 3.3.1, jquery-ui to 1.12.1, bootstrap to 3.3.7 Bugzilla Id: 62744
 discard 8b144c7  Bug 62782 - Web Report / Dashboard : Remove duplicate/unused dependencies Bugzilla Id: 62782
 discard 4cf3af4  Bug 62781 - Web Report / Dashboard : Display All in "Response Time Overview" fails Bugzilla Id: 62781
 discard 4daa0bb  Bug 62780: Web Report / Dashboard : Display All in "Response Time Vs Request" fails. Bugzilla Id: 62780
 discard 08c2213  Bug 62777 - Web Report / Dashboard : Hide All in "Response Time Percentiles Over Time (successful responses)" fails Bugzilla Id: 62777
 discard efc2fbb  Bug 62775 - If many jars are in a folder referenced by user.classpath, startup can be extremely slow due to JUnit Bugzilla Id: 62775
 discard 3f97f5c  Fix SONAR
 discard 8f90f36  Bug 62766 : Keystore Config : We should load all aliases by default Contributed by UbikLoadPack Bugzilla Id: 62766
 discard 1b8b246  Bug 62774 - XPath2Extractor : Scope variable is broken Contributed by UbikLoadPack Bugzilla Id: 62774
 discard f9d58b5  Set null explicitly in FieldStringEditor to allow undefined values
 discard 31b92f5  Typo
 discard 876a3c8  Bug 62767 - NPE when searching under certain conditions Contributed by UbikLoadPack Bugzilla Id: 62767
 discard e3d1dbe  Append a dash to the last PR tag
 discard 8a69818  Use the HTML entity for 'less than or equals'
 discard 68e58df  Allow null values in FieldStringEditor.
 discard e5c445b  Updated to Apache Tika 1.19
 discard 2d22edb  Correct markup. Missing opening bracket.
 discard 67b4583  Test coverage with JDK11
 discard 76a269b  Upgrade to jacoco 0.8.2 as it fixes issues with JDK11
 discard 4c64ec2  Bug 62743 - Client auth must be enabled on distributed testing Bugzilla Id: 62743
 discard 11e18dc  Bug 62745 - Fix undefined disabled icon Contributed by Till Neunast This closes #399 Bugzilla Id: 62745
 discard d7f977f  Next dev version (5.1-SNAPSHOT)
 discard 370ec0f  Switch to HTTPS
 discard c9d2639  Prepare next release 5.0: update docs tree and overview (RC2)
 discard 93d114e  Fix a litte issue with an unnecessary <
 discard f3514fd  Bug 62716: When Recording, JMeter removes Authorization from generated Header Manager when using Bearer Token Bugzilla Id: 62716
 discard 09005c0  Update BouncyCastle to v1.60
 discard 6f77dfe  Update test dependency of ActiveMQ to 5.15.6 from 5.15.2
 discard fc98301  Markup. Use funclink tags for functions and mark them as code
 discard 943c0b3  Use pngquant to squeeze the size of new images a bit.
 discard 78c4e6f  Allow full JSR-223 for init scripts in JMeter startup
 discard 45c0695  Replace spurious nbsp with space
 discard 3324c36  Remove spurious characters
 discard 7165df9  Fix up log messages to show correct information; use better name for variable which only applies to Groovy; fix typo
 discard accb7ca  Fix grammar in continue_current_loop Label in Result Status Handler and Flow Control Action Contributed by Artem Fedorov This closes #398
 discard c7db7d3  Clarify documentation for XPath and Namespaces
 discard 93cd2c1  Add missing markup for class name
 discard e594345  Typo. It is Groovy :)
 discard 0ac99fc  Bug 62065 - Use Maven artifact for JAF Module instead of embedded module
 discard 2974bf7  Prepare next release 5.0: update docs tree and overview (RC1)
 discard 8485f28  Finish New and Noteworthy and Add related images
 discard 0f28746  Add PR shortcut with a dash at the end like buz tag.
 discard b986835  Continue New and Noteworthy Add images
 discard c9f33f8  Continue New and Noteworthy
 discard 0976be6  Reference XPath2 Extractor from XPath Extractor
 discard 13d9683  Fill in New and Noteworthy section
 discard 4d9f70e  Bug 62700 - Introduce groovy.init.file to allow calling a groovy script on JMeter startup Bugzilla Id: 62700
 discard d5a73e7  Correct typo in javadoc.
 discard 43946e6  Bug 61834 - Function Helper Dialog : Improve tests by showing variables and keeping them available between evaluations Bugzilla Id: 61834
 discard 582bc51  Avoid NPE when called from Function Helper Dialog
 discard 04ed98a  Fix some javadoc warning
 discard f6b2de7  Use the wrapped exception for error message on file load for StreamException
 discard 201bfb6  Spaces and quotes will confuse windows batch files
 discard 40ce684  Bug 62684 - Distributed Testing : Add automatically to thread name a prefix to identify engine Fix test failure by removing thread name as we don't know host names on Buildbots Bugzilla Id: 62684
 discard 7037df9  Bug 62684 - Distributed Testing : Add automatically to thread name a prefix to identify engine Fix test failure, jmx file size has changed Bugzilla Id: 62684
 discard a94c80f  Bug 62684 - Distributed Testing : Add automatically to thread name a prefix to identify engine Fix test failure, jmx file size has changed Bugzilla Id: 62684
 discard 532031b  Bug 62684 - Distributed Testing : Add automatically to thread name a prefix to identify engine Fix test failure Bugzilla Id: 62684
 discard e4e583d  Bug 62684 - Distributed Testing : Add automatically to thread name a prefix to identify engine Fix test failure Bugzilla Id: 62684
 discard f03e965  Bug 62684 - Distributed Testing : Add automatically to thread name a prefix to identify engine Mention sponsor Bugzilla Id: 62684
 discard b32cdb2  Revert stupid "typo fix" which was not. Thanks Felix for letting me learn something today :-)
 discard 5841554  Bug 62684 - Distributed Testing : Add automatically to thread name a prefix to identify engine Bugzilla Id: 62684
 discard 4d4ee72  Fix SONAR warnings
 discard 4c0025d  Fix typo
 discard 81f95d4  Try to improve dashboard generation documentation following questions on SO and mailing list
 discard ba86b38  Rename Tester and field
 discard 2020aca  Fix regression introduced by commit r1839891
 discard bdc2ab9  Avoid too much warn messages when a 3rd party cookie is sent by server.
 discard f076e5b  Improve dialog title Indicate that we accept pfx
 discard 6418223  Bug 62321 - Computing of response size is incorrect in nightly build Bugzilla Id: 62321
 discard a7dcda7  Rename variable for better understanding
 discard f5d8b2d  Bug 61635 - Add a menu to restart JMeter Fix issue when restarting (nightly) there's no pop up ask to save test plan (if there's an unsaved change) and changes are deleted after restart
 discard f790c6a  Disable recorder to avoid the warning on overwriting recording.xml when starting the plan
 discard acc65c6  Correct some typos
 discard 1124bb5  Bug 58807 - Reset SSL State on Thread Group iteration only (was https.use.cached.ssl.context=false is broken) Document Bugzilla Id: 58807
 discard 7d63723  Bug 58807 - Reset SSL State on Thread Group iteration only (was https.use.cached.ssl.context=false is broken) Document Bugzilla Id: 58807
 discard 981b5f8  Reuse
 discard ba79561  Mention breaking changes Update 4.1 to 5.0
 discard 1184f63  Bug 62616 - FTPSampler: Upload file-size is not counted in sentBytes Bugzilla Id: 62616
 discard bcbc3d5  Bug 62593 - Rename CSS/JQuery Extractor to CSS Selector Extractor
 discard d912c43  Bug 62166 Report/Dashboard: Provide ability to register custom graphs and metrics in the JMeter Dashboard.
 discard 6feb020  Bug 62166 Report/Dashboard: Provide ability to register custom graphs and metrics in the JMeter Dashboard.
 discard 7a326b8  Bug 62550 - Modify SubResult Naming Policy Fix test failure Bugzilla Id: 62550
 discard d5bd5ee  Bug 62550 - Modify SubResult Naming Policy Fix test failure Bugzilla Id: 62550
 discard c1767ff  Bug 62648 - Sub Results of Transaction Controller when "Generate Parent Sample" is checked are modified Bugzilla Id: 62648
 discard e88b67b  Updated to commons-lang3-3.8 (from commons-lang3-3.7)
 discard 3dd047e  Next version will be 5.0
 discard ad62ce9  Update version number
 discard 34b15e1  Add missing screenshot for cookie manager in build-web-test-plan
 discard 0dc8c92  Test invalid argument to SyncTimer
 discard 9c89771  Updated to commons-lang3-3.8 (from commons-lang3-3.7)
 discard b90176d  Add a unit test that is hopefully compatible with our test runner
 discard e025232  Remove unit test, as it interferes with the other tests right now
 discard 02e0eac  Take scheduler into account when calcuting delay for Synchronizing Timer
 discard e22fa9a  Part of 62637 Avoid Integer overrun when dealing with very large values in TimerService#adjustDelay
 discard 3272063  Partial revert of r1835975 (bring back jodd 4.1.4)
 discard b590b69  Use special tag for rfc links in docs.
 discard 6865814  Ant has released a new version, so use it for travis.
 discard 7f2e8b2  Bug 62595 - SMTPSampler does not allow configuring the SSL/TLS protocols to be used on handshake
 discard 5428a1d  Bug 62550 - Modify SubResult Naming Policy SubResults are now generated for both CSV and XML Bugzilla Id: 62550
 discard be2da21  Bug 62595 - SMTPSampler does not allow configuring the SSL/TLS protocols to be used on handshake
 discard dcb4e63  Add NOSONAR to ignore exit
 discard cf7bac8  Bug 62550 - Modify SubResult Naming Policy Rename Sample Results Bugzilla Id: 62550
 discard cc69704  Bug 62550 - Modify SubResult Naming Policy Rename Sample Results generated by Debug Post Processor (by the way a bit strange that a Post Processor generates SampleResults ?) Bugzilla Id: 62550
 discard 8e01ed5  Bug 62550 - Modify SubResult Naming Policy
 discard d85fcaf  Bug 62550 - Modify SubResult Naming Policy
 discard 977f7c0  Cleanup
 discard f797d93  Closing invalid PR 390 Update mongo-java-driver version This closes #390
 discard 7659248  Closing invalid PR 393 Jmeter 2.4.x This closes #393
 discard b6ba68c  Revert r1836664
 discard 0afbc17  Bug 61635 - Add a menu to restart JMeter Avoid duplication Bugzilla Id: 61635
 discard 3b765b2  Bug 61635 - Add a menu to restart JMeter Check we can restart Bugzilla Id: 61635
 discard 2c341bb  Fix sonar warning on ignored exception
 discard d1a661b  Bug 61635 - Add a menu to restart JMeter Fix javadoc and sonar warning Bugzilla Id: 61635
 discard 6d0a337  Bug 62550 - Modify SubResult Naming Policy This also fixed Bug 60917 - Load Test with embedded resources download : Hits per seconds does not take into account the downloaded resources Bugzilla Id: 62550
 discard d7712de  Bug 62570 - HTTP(S) Test Script Recorder : Increase validity of Root CA used to capture traffic Bugzilla Id: 62570
 discard 30d319e  Bug 62553 - Random element might return same value even if property "Per thread user (User)" is set to TRUE Fix typo, thanks Felix Bugzilla Id: 62553
 discard 8f4a523  Bug 62553 - Random element might return same value even if property "Per thread user (User)" is set to TRUE Bugzilla Id: 62553
 discard 124b99d  Reorganize menu items for more clarify
 discard 3074dfe  Bug 61635 - Add a menu to restart JMeter Bugzilla Id: 61635
 discard 07a248d  Bug 61635 - Add a menu to restart JMeter Fix wrong class for logger Bugzilla Id: 61635
 discard 742fd08  Bug 61635 - Add a menu to restart JMeter Bugzilla Id: 61635
 discard 2f8ebae  Bug 62541: Allow __jexl3, __jexl2 function to support new syntax as 'var x;'. Contributed by orimarko Bugzilla Id: 62541
 discard d147140  Bug 62554 - BoundaryExtractor : Field to check is not reset Bugzilla Id: 62554
 discard a18874b  Don't use a colon as part of the "tab" string when indenting JSON in RenderAsJSON.
 discard 1a5973b  Bug 62540 - Regression on Dashboard generation in nightly build as of 15 july 2018 Rollback modification on sample that introduced regression Bugzilla Id: 62540
 discard 3ecb403  Bug 62542 - Report / Dashboard : Display more information on filters when graph is empty Bugzilla Id: 62542
 discard 1a49b90  Fix sha1 Update since javadoc tag
 discard 86d62ad  Next version will be 5.0
 discard e46f49c  Set version numbers to currently used ones
 discard 23e303b  Updated to rhino-1.7.10 (from +rhino-1.7.7.2)
 discard 379a488  Updated ph (css and commons) components
 discard fafc732  Bug 62367 - HTML Report Generator: Add Graph Total Transactions per Second Fix empty graph when a jmeter.reportgenerator.exporter.html.series_filter is defined Bugzilla Id: 62367
 discard 47ab64e  Updated to log4j-2.11.0 (from log4j-2.10.0)
 discard adf9511  Updated jodd from 4.1.4 to 5.0.3
 discard 54539cf  Bug 62520 - The tool-tip text when we hover on the point in 'Latency Vs Request' graph should be 'Median Latency ...' Bugzilla Id: 62520
 discard 6b7d272  Bug 62533 - Allow use epoch time as Date String value in function __dateTimeConvert Make  Test implement JMeterSerialTest
 discard 7bd6fed  Bug 62535 - View Results Tree : XPath2 Tester not displaying correctly Bugzilla Id: 62535
 discard c17671a  Bug 62533 - Allow use epoch time as Date String value in function __dateTimeConvert Make  Test implement JMeterSerialTest
 discard 7320ea5  Bug 62533 - Allow use epoch time as Date String value in function __dateTimeConvert Add Test Clarify documentation Bugzilla Id: 62533
 discard f09fcd5  Bug 62535 - View Results Tree : XPath2 Tester not displaying correctly Bugzilla Id: 62535
 discard 91aaf47  Updated to httpcore[-nio]-4.4.10 (from httpcore[-nio]-4.4.9)
 discard fcf67ee  Updated to commons-pool2-2.6.0 (from commons-pool2-2.5.0)
 discard bb4ec6f  Updated to commons-dbcp2-2.4.0 (from commons-dbcp2-2.2.0)
 discard d1c31d2  Updated to cglib-nodep-3.2.7 (from cglib-nodep-3.2.6)
 discard b379e2a  Updated to caffeine-2.6.2 (from caffeine-2.6.1)
 discard f304b9e  Updated to httpmime-4.5.6 (from httpmime 4.5.5)
 discard a820999  Updated to httpclient-4.5.6 (from httpclient 4.5.5) and updated to freemarker-2.3.28 (from freemarker-2.3.23).
 discard 7ba49f2  Some tests for jorphans Converter
 discard 3f17196  Use Boolean#FALSE as the log statement auto-boxes the boolean value anyway.
 discard 50c9ace  Sync documentation to the implementation of the ForEachController.
 discard dd9129c  Allow use epoch time as Date String value in function __dateTimeConvert Bugzilla Id: 62533
 discard 61aeb67  Use a constant for Integer and Long zero and remove useless cast.
 discard 5a62fa0  Check for metadata before getting a value for the sampler.
 discard c217ede  Log loading of additional properties.
 discard 7f6cd3b  Bug 62212 : Recorder : Improve UX by providing a popup above all windows to be able to change Transaction names and pauses while using Browser
 discard bc552ae  Optimize performance of report generation.
 discard 88ce471  Don't override methods withoud need
 discard bb8af73  javadoc fixes. Add description to throws tag and really use code tag
 discard 67bce58  Fix usage of ports, when client.rmi.localport is set for distributed runs.
 discard 1b8fca4  Make field name clearer
 discard 6a4731d  Add a rfc-tag to the site docs
 discard 7ca4a8b  Markup changes
 discard f4e4eba  Correct typo in documentation.
 discard 05698e2  Bug 62212 : Recorder : Improve UX by providing a popup above all windows to be able to change Transaction names and pauses while using Browser
 discard 605e564  Rename Intermediate and Root Certificate so that it's clear for user what he must do.
 discard 4789e31  Make it clear that a Boolean is used.
 discard dc703db  Don't store the size of the responses for the samplers in this test.
 discard 3722068  Run tests on JDK 11 on travis
 discard a8d0816  Bug 62238 - Add ability to Switch to next iteration of Current Loop
 discard 3ad3120  Bug 62238 - Add ability to Switch to next iteration of Current Loop
 discard 6c16596  Bug 62238 - Add ability to Switch to next iteration of Current Loop
 discard c4bd965  Only do coverage testing on jdk 8 (as 10 seems to be problematic)
 discard 3301d68  Bug 62238 - Add ability to Switch to next iteration of Current Loop
 discard 3814dc9  Bug 62166 - Report/Dashboard: Provide ability to register custom graphs and metrics in the JMeter Dashboard
 discard 2500e94  Remove useless assignement
 discard dd6836a  Bug 62166 - Report/Dashboard: Provide ability to register custom graphs and metrics in the JMeter Dashboard
 discard 0ce1604  Update to current jacoco version 0.8.1
 discard a729a2b  Remove old jacoco ant jars when download_jar target is run.
 discard d82dac2  Check, if we really need to enumerate the used JDKs on the main level for travis-ci
 discard c561569  Use matrix-build for travis-ci to switch between JDK 8 and 11
 discard e71a0b8  Don't build for Oracle JDK 10 on travis-ci as it has the same bug as JKD 9 had
 discard 9117e7e  Check for JavaFX before trying to build JavaFX components. JavaFX will be removed from JDK 11
 discard 89c238f  Try to get travis-ci back to green by adding oracle jdks for 10 and 11
 discard dd4db0e  Update travis build to use ant 1.10.4
 discard 94891ed  Fix headers of Aggregate Reports and friends when columns are moved around.
 discard d1d8e95  No need for an array here, as MessageFormat#format uses var args.
 discard 247cff1  Bug 62166 - Report/Dashboard: Provide ability to register custom graphs and metrics in the JMeter Dashboard
 discard 4ec2395  Add a newline to the end of the file to make checkstyle happy.
 discard 88fffe9  Escape commata in parameters when constructing function strings in the GUI function helper.
 discard c03db09  Bug 62473 - Setting "saveservice_properties" has counter intuitive behaviour Bugzilla Id: 62473
 discard 7a2741f  Bug 62470 - CSV Output : Enable logging of sub results when jmeter.save.saveservice.subresults=true
 discard 1f6a924  Bug 62470 - CSV Output : Enable logging of sub results when jmeter.save.saveservice.subresults=true
 discard 5fa6b8f  Bug 62470 - CSV Output : Enable logging of sub results when jmeter.save.saveservice.subresults=true
 discard f1dde70  Bug 62470 - CSV Output : Enable logging of sub results when jmeter.save.saveservice.subresults=true
 discard 3c368f5  Set start- and end-time on JMS publisher sampler, even if initialization fails.
 discard 0b9c08d  Make checkstyle happy.
 discard 0613048  Make delegation of credentials in SPNEGO possible again.
 discard 9178dbd  Remove unused variable assignment.
 discard dccb89d  Closing reviewed and WONTFIX PR: This closes #72 This closes #233
 discard 0fcf710  Closing reviewed and invalid PRs: This closes #385 This closes #384 This closes #383
 discard c13e5ef  Bug 62457 - In usermanual, the UUID Function's example is wrong Contributed by helpass onegaicimasu at hotmail.com Bugzilla Id: 62457
 discard 0d70f77  Fix https://jmeter.apache.org/images/screenshots/csvdatasetconfig.png image
 discard 6508dbe  Fix a typo.
 discard deb25a6  Fix travis compilation error. Try running tests with JDK10, JDK11
 discard c0728e5  Fix test failure on Brotli by switching to another hopefully more stable site
 discard 8671b1c  Bug 60991 - XPath Extractor : Implement XPath 2.0 Update XPath2 Tester so that it's possible to use namespace aliases Bugzilla Id: 60991
 discard 3ed2d0a  Reset gridwidth to avoid side effects in case of evolution
 discard e15eeba  Correct wording in docs.
 discard b3c853e  Bug 60991 - XPath Extractor : Implement XPath 2.0
 discard 22cee2e  Bug 60991 - XPath Extractor : Implement XPath 2.0
 discard e49ecfb  Bug 60991 - XPath Extractor : Implement XPath 2.0
 discard cb32e49  Bug 60991 - XPath Extractor : Implement XPath 2.0
 discard 35b1aef  Bug 60991 - XPath Extractor : Implement XPath 2.0
 discard ec05750  Bug 60991 - XPath Extractor : Implement XPath 2.0
 discard de47a45  Bug 60991 - XPath Extractor : Implement XPath 2.0
 discard 0aa9bf1  Bug 60991 - XPath Extractor : Implement XPath 2.0
 discard ff48435  Add missing license header
 discard 26c4d31  Use HashMap#isEmpty instead of size>0
 discard e18e794  Rename parameter for better understanding
 discard b1544c3  REvert
 discard a9059b3  Last try
 discard b22e84f  JDK11 won't compile due to JavaFX move to a module.
 discard 1bd3aa1  Prevent NPE in MapProperty.
 discard f75e181  Try building/testing with JDK11 as fix for https://bugs.openjdk.java.net/browse/JDK-8193802 is only in 10.0.2 and oraclejdk10 references 10.0.1
 discard c551e89  Try building/testing with JDK10
 discard 3ef977b  Fix Brotli test failure Switch to kylem.us instead of tools.keycdn.com
 discard 62a1820  Revert commit that broke tests
 discard 237bb08  Don't break lines at commata when using JSON Path Tester
 discard cec9c8f  Bug 62283 - Report Dashboard - Date is not correctly displayed on chart when granularity is >= 1 day Bugzilla Id: 62283
 discard e2b9f69  Add parameter support for RMI keystore creation scripts.
 discard f31ded2  Add listener to understand build instabilities on Jenkins not reproduced locally
 discard 45061c0  Bug 62321 - Computing of response size is incorrect in nightly build Bugzilla Id: 62321
 discard f694af4  Drop duplicate line
 discard 162b80e  Updated to Apache Groovy 2.4.15
 discard 75e0b45  Fix javadoc
 discard 7b0d00c  Fix failing test due to presence of spaces introduced recently by website. So enfore test by using JSON Extractor
 discard 7d5f23f  Fix javadoc
 discard 3c20ca0  Fix javadoc
 discard d380397  Fix javadoc
 discard 2131a56  Bug 58757 - HTTP Request : Updated deprecated methods of HttpComponents to last APIs of httpclient-4.5.X Fix Eager instanciation of SSL Context which happens even if only HTTP is used and degrading performances Bugzilla Id: 58757
 discard 6162308  Fix TestRedirectionPolicies failures due to spaces randomly added in response. Use JSON extractor for more reliability
 discard cb935e9  Fix Random Test failure
 discard bd1fd8e  javadoc: add description to parameter
 discard 09adcf0  javadoc: remove javadoc tags for elements that are not visible
 discard 3d88e4b  javadoc: describe the correct parameter and correct link to method
 discard 986d044  Make function start with lower case
 discard bcb98a3  Fix message
 discard 0c15e56  javadoc: remove javadoc tags for elements, that are not public.
 discard ec30f7c  javadoc: add description to param and return tags.
 discard 9a6748d  javadoc: no self closing elemens allowed
 discard 8f11672  Tab space police
 discard 447d952  Revert wrong commit
 discard 4c88d8a  Bug 62323 - Add function "__ThreadGroupName" function to obtain ThreadGroup name Mainly contributed by Orimarko Bugzilla Id: 62323
 discard a598e11  Bug 62367 - HTML Report Generator: Add Graph Total Transactions per Second Mainly contributed by  laks.martha Bugzilla Id: 62367
 discard e2cf6d3  Markup changes and spelling
 discard 3fd8df3  Correct typo in documentation.
 discard 14039f4  Mostly markup changes. Remove on superfluos 'the'
 discard dde1127  Bug 62333 - Report Dashboard - When 1 serie contains no value, the graph colors logic is wrong Contributed by UbikLoadPack Bugzilla Id: 62333
 discard 17cc806  Improve logging
 discard c686748  Improve logging
 discard 02516ed  Correct calculation and usage of units for second per user (reported by jffagot05 at gmail.com)
 discard fd05478  Oups! Remove tika-app jar file
 discard 71589501 Updated to Apache Tika 1.18
 discard f50b344  Bug 61714 - Grafana config example obsolete - update the doc of Real-time results
 discard 5355c55  Fix regression on Redirect Handling
 discard 27b52df  Change order of elements to show bug
 discard 79389ca  Add test to show a regression was introduced when migrating to new HttpClient API
 discard 63e52cc  Add test to show a regression was introduced when migrating to new HttpClient API
 discard 953a3af  Bug 62317 - ProxyControl: allow to add ResultSaver as sampler Bugzilla Id: 62317
 discard 5a601fd  Bug 62302 - Move JSR223 Sampler up the menu Contributed by orimarko Bugzilla Id: 62302
 discard 48f1a3f  Bug 62317 - ProxyControl: allow to add ResultSaver as sampler Bugzilla Id: 62317
 discard 686dc7c  Deprecate unused constant
 discard 2466505  Bug 62320 - Counter : Reference Name property is not clear Bugzilla Id: 62320
 discard d9a0f0e  Bug 62315 - "Save response to a file" Component - seems not to be thread safe Clarify documentation of ResultSaver Bugzilla Id: 62315
 discard 333976d  Bug 58757 / HTTP Request : Updated deprecated methods of HttpComponents to last APIs of httpclient-4.5.X. Use IgnoreSpecProvider Bugzilla Id: 58757
 discard 97c36fb  French translation of Precise Throughput Timer label Bugzilla Id: 62310
 discard 3b93368  Update to Ant 1.10.3 (before was 1.10.2)
 discard 70965ae  Correct order of elements when duplicating a selection of multiple elements.
 discard 4e84e24  Bug 62235 - Java 9 - illegal reflective access by org.apache.jmeter.util.HostNameSetter Fixed within commit: http://svn.apache.org/viewvc?rev=1828614&view=rev Bugzilla Id: 62235
 discard bb14fdd  Bug 62252 - HTTP header merging logic does not correspond to the documentation Bugzilla Id: 62252
 discard 724bf3e  Bug 62276 - InfluxDBBackendListenerClient / GraphiteBackendListenerClient : Add sent and received bytes to metrics Contributed by UbikLoadPack Bugzilla Id: 62276
 discard 4abeb35  Increase timeouts
 discard 1c28b71  Update some bug / enhancements titles to clarify
 discard 0adb10b  Add tests for SNI + Slow chars + Timeout Document JMX
 discard 0ae9976  Rename field for SONAR
 discard 4553d37  Bug 58757: Fix deprecated methods of HTTPCLIENT after migration to httpclient-4.5.X Drop useless code Bugzilla Id: 58757
 discard c48eb4d  Bug 62269 - View Results Tree : Response and Request Tabs should contains Header and Body tabs Bug 62270 - View Results Tree : Allow searching in Request headers, Response Headers, and Request body Contributed by UbikLoadPack Bugzilla Id: 62269
 discard 74275cd  Fix SONAR warning
 discard f5d68a1  Fix checkstyle issues
 discard 32eae4f  Bug 62265 - ModuleController behaves strangely Bugzilla Id: 62265
 discard 8d7424f  [Bug 60190] Content-Type is added for POST unconditionally Java implementation does not set header HC4 implementation sets header to APPLICATION_X_WWW_FORM_URLENCODED or text/plain depending on type of form Bugzilla Id: 60190
 discard 4e52d1a  [Bug 60190] Content-Type is added for POST unconditionally Fix test failure in Java Java implementation does not set header Bugzilla Id: 60190
 discard ee481a7  [Bug 60190] Content-Type is added for POST unconditionally Fix test failure in Java Bugzilla Id: 60190
 discard eb2b13a  [Bug 60190] Content-Type is added for POST unconditionally Fix test failure in Java Bugzilla Id: 60190
 discard c8f1877  [Bug 60190] Content-Type is added for POST unconditionally Fix test following change Bugzilla Id: 60190
 discard 17f7f1f  Bug 62239 - Add ability to Break Current Loop Use same name for option Bugzilla Id: 62239
 discard 8a2b215  Bug 62260 Revert changes unrelated to issue + issue in java. Add test case for No KeepAlive to ensure Connection: close is present Bugzilla Id: 62260
 discard c7b4586  Bug 62260 - Improve Rest support This also fixes: - Bug 60190 - Content-Type is added for POST unconditionally Bug 60015 - Multipart/form-data works only for POST using HTTPClient4 while it should for PUT, DELETE...
 discard 0334271  Fix wrong doc
 discard 0d219fb  Fix SONAR warning
 discard 62fb894  Fix issue in tests: - Method POST is not set which leads to  HTTPSamplerBase#getUseMultipartForPost() returning false when it shouldn't
 discard 1f5a187  Bug 62251 - TextGraphiteMetricsSender does not invalidate lost connections in case of network errors Bugzilla Id: 62251
 discard 235f376  Mention Groovy,  drop beanshell, warning on JS
 discard f04fcb1  Bug 62243 - Dashboard : make option "--forceDeleteResultFile"/"-f" option delete folder referenced by "-o" option Bugzilla Id: 62243
 discard 5219ac0  Bug 62248 - HTTP Request : Parameters entered in Parameters Tab should be used in body instead of being ignored This closes #378 Based on patch by Artem Fedorov Bugzilla Id: 62248
 discard 11c8739  Bug 62239 - Add ability to Break Current Loop Fix svn:eol Rename jmx file by removing space at start of file Bugzilla Id: 62239
 discard 74f7fb9  Bug 62239 - Add ability to Break Current Loop Bugzilla Id: 62239
 discard 8918e80  Bug 62244 - Rename Test Action to Flow Control Action Bugzilla Id: 62244
 discard 44f958f  Document better Add NOSonar for false positive
 discard 4448674  Avoid empty constructor
 discard c8d5873  Change comment style to have comments on variables when used
 discard ff51b8b  Bug 62240 - If SampleMonitor implementation is a TestBean if will not be initialized correctly Bugzilla Id: 62240
 discard a0d3156  Bug 62237 - While Controller : Export variable containing current index of iteration Document feature Bugzilla Id: 62237
 discard cfd225b  Move constant out of interface
 discard 264a754  Add NOSONAR for false positive
 discard 31fc681  Add @Override
 discard 242bcb3  Fix SONAR warnings: - About non serializable properties - About misplaced method
 discard bee2db8  Bug 62238 - Add ability to Switch to next iteration of Current Loop Fix regression Bugzilla Id: 62238
 discard dd4f112  Bug 62238 - Add ability to Switch to next iteration of Current Loop Drop unused labels Bugzilla Id: 62238
 discard 30f495d  Bug 62238 - Add ability to Switch to next iteration of Current Loop Add missing French labels Bugzilla Id: 62238
 discard 46257ed  Bug 62238 - Add ability to Switch to next iteration of Current Loop Contributed by Ubik Load Pack Bugzilla Id: 62238
 discard b1efd96  Bug 62237 - While Controller : Export variable containing current index of iteration Add FIXME for code to be completed Bugzilla Id: 62237
 discard 91ba331  Bug 62237 - While Controller : Export variable containing current index of iteration Contributed by Ubik Load Pack Bugzilla Id: 62237
 discard 6a4101e  Align code on RecorderDialog for future factorisation
 discard 8c60f63  Simplify code
 discard c3065ea  whitespace change
 discard 8c0eef2  Bug 62234 - Search/Replace Feature : Enhance UX and add Replace/Next/Previous/Replace & Find features Contributed by Ubik Load Pack (support at ubikloadpack.com) Bugzilla Id: 62234
 discard 013e21f  Improve chinese translations Fix checkstyle errors
 discard 24f6e0a  Improve chinese translations This closes #379 Contributed by XMeterNet
 discard c064b0b  Keep the index right, when scrolling through the menu items.
 discard 5122ed0  Bug 62209  InfluxBackendListenerClient: First Assertion Failure Message must be sent if error code and response code are empty or ok Fix Test failure Bugzilla Id: 62209
 discard ae9136a  Bug 62209  InfluxBackendListenerClient: First Assertion Failure Message must be sent if error code and response code are empty or ok Bugzilla Id: 62209
 discard b60336c  Bug 62203 - Influxdb BackendListener client: store user tags to annotation and internal transaction Contributed by Sergey Batalin Bugzilla Id: 62203
 discard 44d9d39  Give a hint for failures of checkGuiSet()
 discard d936528  Fix headless tests failure
 discard e6daa65  Bug 62212 - Recorder : Improve UX by providing a popup above all windows to be able to change Transaction names and pauses while using Browser Fix some bugs Improve a bit architecture Bugzilla Id: 62212
 discard 7b62dd8  Bug 62212 - Recorder : Improve UX by providing a popup above all windows to be able to change Transaction names and pauses while using Browser Fix checkstyle issue Bugzilla Id: 62212
 discard 9d73128  Bug 62212 - Recorder : Improve UX by providing a popup above all windows to be able to change Transaction names and pauses while using Browser Contributed by UbikLoadPack Bugzilla Id: 62212
 discard 4264709  Bug 62211 - Fix HTTP Request Server Documentation Bugzilla Id: 62211
 discard 367ce1f  [Bug 62195] Save Responses to a file : Improve component and UI Fix checkstyle error Bugzilla Id: 62195
 discard 8681cdb  [Bug 62195] Save Responses to a file : Improve component and UI Fix NPE Bugzilla Id: 62195
 discard 8d7cf72  [Bug 62156] Search Feature : Distinguish between node that matches search and node that contains a child that matches search Fix regression on expand and factor out some common code Bugzilla Id: 62156
 discard a902ff3  [Bug 62195] Save Responses to a file : Improve component and UI Contributed by UbikLoadPack Bugzilla Id: 62195
 discard 8ba4635  Bug 62178 - Add default value to __V function Contributed by Orimarko Bugzilla Id: 62178
 discard d1760e6  Upgrade to asm 6.1 from 6.0
 discard 88e5732  Upgrade to asm 6.1 from 6.0
 discard 97f4fc0  Remove .md5 checksums and keep only .sha512 checksums for source and binary archives Bugzilla Id: 62171
 discard 549c897  Shorten line in javadoc.
 discard 4e3419d  javadoc: add missing description for parameters
 discard d8514be  javadoc: use 'a href' for links after @see
 discard 5c50357  Fix misleading javadocs
 discard 0214f68  Bug 62065 - Use Maven artifact for JAF Module instead of embedded module Oups wrong version number
 discard 14f3918  Bug 62065 - Use Maven artifact for JAF Module instead of embedded module Add  "com.sun.activation" / javax.activation Bugzilla Id: 62065
 discard 6c92d77  Try to test with JDK8 and 9
 discard ad489d0  Bug 62065 - Use Maven artifact for JAF Module instead of embedded module Bugzilla Id: 62065
 discard 57e1c1c  Bug 61058 - HTTP Request : Deflate triggers "Unexpected end of ZLIB input stream" Contributed by UbikLoadPack Bugzilla Id: 61058
 discard 0bab8bd  Bug 62156 - Search Feature : Distinguish between node that matches search and node that contains a child that matches search Bugzilla Id: 62156
 discard 1555b98  Bug 62155 - Search Feature: Make Search text field get focus Drop outdated fixme Add NOSONAR on non significant warning related to inheritance Fix sonar warning on parameter of format Bugzilla Id: 62155
 discard be8c29e  Remove unused import
 discard a63a55f  SSLManager works with jks and p12 files so make it explicit
 discard 896cac6  Bug 62155 - Search Feature: Make Search text field get focus Bugzilla Id: 62155
 discard 4e25092  Enable starting of jmeter.bat with JM_START set to "start"
 discard c2175fe  Update to groovy-all-2.4.14 (from groovy-all-2.4.13)
 discard c7343ad  Set JMETER_HOME variable correctly.
 discard e0e713d  Bug 58807 - https.use.cached.ssl.context=false is broken Based partly on Rainer Jung analysis and patch. Bugzilla Id: 58807
 discard 888cf90  Fix sonar warning on useless assignement
 discard cfd20ff  Bug 61664 - HTTP Authorization Manager : Digest works only with legacy RFC 2069 , RFC 2617 is not implemented Fix svn:eol Bugzilla Id: 61664
 discard 552c793  Bug 61664 - HTTP Authorization Manager : Digest works only with legacy RFC 2069 , RFC 2617 is not implemented Add integration test Bugzilla Id: 61664
 discard 28d1cc0  Bug 61664 - HTTP Authorization Manager : Digest works only with legacy RFC 2069 , RFC 2617 is not implemented Fix Digest failure Bugzilla Id: 61664
 discard 5548d8c  Rename method for better readability
 discard 115c9ce  Rename constant as its name was confusing
 discard 08faab2  Fix checkstyle errors
 discard d2aacf8  Bug 58757 - Fix deprecated methods of HTTPCLIENT after migration to httpclient-4.5.X
 discard 7a90abb  Store filename as String instead of File in FileEditor.
 discard 94179fa  Try to guess JMETER_HOME correctly, when jmeter.bat is called from a batch file in another directory.
 discard 4fc2e4c  Bug 62124 - Recording templates : Add more exclusions and use Transaction Name by default Bugzilla Id: 62124
 discard df148dd  Small fix of the doc.
 discard 5cc578e  Use quotes around JM_LAUNCH and add a title to JM_START
 discard f60f6bf  Fix sonar warnings: - Variable correct naming - Clarify why we return null instead of empty array
 discard 7d17ee1  Bug 62114 - HTTP(S) Test Script Recorder : Client certificate authentication uses the first SSLManager created Contributed by UbikLoadPack Bugzilla Id: 62114
 discard 3dcbbf4  More typos
 discard 0f4239b  Another typo
 discard 382695f  Correct a few typos
 discard e3c0937  Log assertion errors with a lower criticality
 discard 2abeb19  Use correct mail address
 discard 33a5ebb  Update contributors section and change mail address to apache
 discard e96be06  Updated to latest Bouncycastle (v1.59)
 discard ae99c6f  Put JM_LAUNCH in front, if no JM_START is defined.
 discard 2fe70f4  Try to combine upload of .asc files to get nightly back to work
 discard 519c100  set eol-style to native
 discard d858221  Bug 62110 - A broken junit class (due to missing dependency) breaks JMeter menus Contributed by UbikLoadPack Bugzilla Id: 62110
 discard 5e6b575  We have three header divs (not four), so space them correctly
 discard eb83db6  JUnitSampler logs exceptions except assertion-failures from test cases as warnings.
 discard 9342e82  Disable JDK9 compilation for travis, as the compiler has problems with some of the jars needed to compile
 discard 44bb39c  JMeter fails to start under Windows when JM_LAUNCH contains spaces
 discard 916237c  Set eol-style to native
 discard d87e093  Don't start a new JVM for each junit test when using complete-junit
 discard e62de5d  Update JTable in Aggregate Report only when new data has arrived.
 discard 5bce0d3  Don't use isEmpty when comparing size to greater than one
 discard fb3e25d  Use simpler variable names
 discard 37aa0d5  Extract duplicate code in helper method
 discard 7d4701b  Use StringUtils
 discard 95c5c04  Extract logic in smaller methods and local variables
 discard 761eecb  No need to cast here.
 discard a5d908c  Use isEmpty instead of comparing to size
 discard dca0729  No need to cast here
 discard 67acd9f  Return values directly
 discard 47f89de  Remove useless assignment. Part of #356
 discard 3f2c80f  Use string concatenation as it is easier to read and results in the same bytecode
 discard d5e9905  Remove useless assignment
 discard 905ac5c  Spacepolice
 discard b19bbf8  Convert to lambda expression
 discard 96e6f7a  Return a singleton list instead of allocating a new array and wrapping that
 discard e0367a2  No need for explicit type here
 discard 4e8cf7d  Use char instead of string to search for
 discard 2ccf730  Spacepolice
 discard 2de8618  Join if statements
 discard ebc9466  Name part of the logic by assigning it to a variable
 discard 770fa4d  Use System.arraycopy
 discard 51ff3ef  No need to cast here
 discard 2675af9  Simplify logic (re-arrange it)
 discard 20ceed7  Use lambda instead of subclassing Thread.
 discard 0c231a6  Use Deque instead of stack
 discard 5bd0f07  Use java 8 stream features to collect data
 discard c3ccdfb  Spacepolice
 discard 5f87516  Reduce scope of variables
 discard 8a177a2  Spacepolice
 discard f17e865  Extract lengthy if statement in private method.
 discard 746f5ba  spacepolice. Closes #358
 discard 8926353  No need to explicitly create an array for the arguments.
 discard a7b5658  Fix little issue with default French work (défaut)
 discard 63d3b99  Fix Typo, use method reference and re-format a log-message. Part of #358
 discard a2d8813  Use new ThreadLocal#withInitial. Part of (or rather hidden in) #358
 discard 88a93b7  Directly return result. Part of #358
 discard e7b3025  Give the colors names. Part of #358 on github
 discard a53ceac  Get down to a maximum length of 160 chars
 discard fd06ace  Refactor common code into private helper.
 discard 6143588  Refactor common code into private helper.
 discard 247370d  Use log format strings.
 discard 2cb7885  Correct typo from old code. We create a table model for objects.
 discard b29d7ba  Extract common code into a private helper.
 discard 2e83cc7  Use string formats for log messages
 discard a0c93a0  Get down to a maximum length of 165 chars
 discard 654efb7  Fix typo
 discard 979364e  Use try-with syntax, convert to stream usage and return early when no file was given.
 discard e1be174  Correct indentation (was four characters off)
 discard db07af3  Use try-with construct and get rid of call to deprecated method
 discard 2938e3b  Get down to a maximum length of 170 chars
 discard 656f89b  Add javadocs badge
 discard e7d6137  Get down to a maximum length of 175 chars
 discard 135e793  Get down to a maximum length of 200 chars
 discard 7fa9515  Enforce max anon inner length of 45 lines
 discard 1f9d8f4  Start with enforcing a maximum length of 200 chars
 discard 7dca735  Enable NoLineWrap
 discard 5016581  Use empty for initializer pad
 discard 7620023  Use empty for iterator pad
 discard 91ce3bd  Correct method param pad
 discard ee380e9  Correct typecast paren padding
 discard 38ead32  Get rid of call to a deprecated method.
 discard 2cb52df  Try to use a more current java 9 for travis ci
 discard 8a7a55e  Check if the bound networks contain the "localhost" address
 discard 2907be8  Use https to download checkstyle jars. Relates to #375 on github
 discard 1efc03e  Update to newer ant version for travis ci
 discard 069dfb4  Expanded Checkstyle to files in src and test.
 discard de8b3b7  Add newline at end of file
 discard 3a6d59b  Reduce nested try depth
 discard e80b3eb  Set eol-style to native
 discard dfa35df  Remove unnecessary empty lines
 discard f4a745d  Don't use multiple variable declarations
 discard 6064d01  Use one statement per line
 discard 4d5639b  Convert tabs to spaces
 discard e3fb6f3  Correct use of array type style
 discard 1b1c09c  Remove unnecessary parentheses
 discard 717e583  Organize imports.
 discard ed808bf  Correct typo in component reference for Boundary Extractor
 discard bd420a6  Updated to latest checkstyle (v8.8).
 discard 95fbdf4  Next dev version (4.1-SNAPSHOT currently)
 discard 8e0ae97  Add "go to top" functionality to web content.
 discard 4ef5ba1  1 GB is now the new default heap size
 discard 3e9ce5e  Apache JMeter 4.0 works with Java 8 *and* Java 9. Fix.
 discard 432544f  Missing equal sign
 discard dae8e20  Prepare next release 4.0: update docs tree and overview (RC7)
 discard c1f4238  Bug 61806 - Allow to use SampleResult#setIgnore() in post-processors and assertions script (JSR223 elements) This closes #341 Contributed by Maxime Chassagneux Bugzilla Id: 61806
 discard df97abb  Update documentation regarding Java versions. Mention JDK is required for recording HTTPS
 discard f347e01  Improve logging and fix SONAR warnings
 discard 2dfd824  Correct markup
 discard 5066a5f  Print out information about the network interfaces and their addresses - to find out why nightly fails.
 discard 2e9bc00  Add a test to get more info, why nightly is currently not working
 discard f5f870a  Add more java 9 options to open sun.awt.X11 to bin/jmeter
 discard 612710b  Try to use the same variables to control the startup of JMeter on Windows and Unix.
 discard 075fea4  Update to jodd 4.1.4
 discard 7441edc  Bug 61529: Migration to Java 9 Open more packages to reflection as they are used by xstream Bugzilla Id: 61529
 discard 40294b2  A TestBean implementation might implement  different TestElement interfaces without being a problem
 discard 5a980b4  Rename JMETER_HEAP to HEAP
 discard 0929956  Update classpath in mirror-server scripts to reflect log4j updates.
 discard b48d151  Update as per 4.0 new configuration. Make message more explicit Mention best-practices
 discard 763f50e  Prepare next release 4.0: update docs tree and overview (RC5)
 discard 01b8b59  Space policy
 discard 138aa7a  Add create-rmi-keystore.* to source/bin packages
 discard 4721a55  Catch BindException and add the used address to get more information why nightly builds are not completing.
 discard 89e617a  Bug 61852 : View Results Tree: Add a Boundary Extractor Tester Bugzilla Id: 61852
 discard b76843f  Use source tag for overlong lines.
 discard 253d277  Test function reference when showing the tip about help.local.
 discard bbd6ed2  Drop BSF Elements documentation
 discard ec45368  Mention __groovy as better alternative for __BeanShell
 discard 12b0a22  Mention Keystore Configuration for client Certificate authentication
 discard f0bb63c  Mention prev in Beanshell Assertion
 discard 1d56d06  Followup to r1822700. Add back java 9 detection as noted by pmouawad.
 discard 23c7980  Bug 61529 - Migration to Java 9 Add Java 9 options to avoid the warnings that will disturb our users. Warnings are due to: - https://github.com/bulenkov/Darcula/issues/41 - https://issues.apache.org/jira/browse/GROOVY-8339 Bugzilla Id: 61529
 discard 3a32d05  Bug 62062 - ThroughputController: StackOverFlowError triggered when throughput=0 (Total Executions or Percentage Executions) This closes #373 Partly contributed by Artem Fedorov Bugzilla Id: 62062
 discard 9501ae7  Rip out most logic from jmeter.sh and make it a simple wrapper for jmeter.sh
 discard 5ddc366  We now have more tests, that depend on rmi, so add the rmi_force_localhost option to those cases.
 discard aff4b74  Prepare next release 4.0: update docs tree and overview (RC4)
 discard 1641388  Remove unused import.
 discard 0c62209  Display a warn message, if the desktop doesn't support the Desktop.Action.BROWSE.
 discard 21c95c6  spacepolice
 discard dc5e61f  Add missing parameter to log messages and correct one typo.
 discard 070c0b0  Use https for links, images and ressources, when possible.
 discard ce0bb1b  Update screenshots for Thread Group, Tear down Thread Group and Setup Thread Group Add screenshots for JSON Assertion, Boundary Extractor
 discard 4428f94  Mention change
 discard 17d1551  Try to fix an issue into maven upload asc files for sources and javadoc
 discard bcb09d3   Predefine version and RC too.
 discard 6ef5516  better without tab
 discard e777104  Fix an issue with bsh 2.0b6 when svnmuccScript run (void on RCdir)
 discard 3fee615  Remove -server argument, as it prevents starting a 32-Bit JRE and is default for 64-Bit JVMs anyway.
 discard c7ed8fb  Prepare next release 4.0: update docs tree and overview (RC1)
 discard cc9140f  Removed unnecessary entries Alphabetical order for the keys (via I18Nedit) Upper case for unicode char (via I18Nedit)
 discard f91a922  Increase Heap size from 512m to 1g Comment out additional JVM options following Felix notes
 discard a313bc0  cn of the cert is not checked, and can be anything one likes.
 discard 9cdb6f6  Comment JAVAVER better as per Felix note Adapt some GC tuning based on: - http://www.evanjones.ca/jvm-mmap-pause.html - https://docs.oracle.com/javase/9/gctuning/garbage-first-garbage-collector-tuning.htm
 discard dada538  Set executable property for subversion
 discard b5f9333  Bug 61529 : Migration to Java 9 Fix wrong version detection Bugzilla Id: 61529
 discard 32d6088  Bug 61529 : Migration to Java 9 , fix unused ADD_MODS on windows Bugzilla Id: 61529
 discard 4954ea5  Mention setup of SSL for RMI
 discard cde9c20  Add a bit more documentation on how to setup the keys for ssl.
 discard 5b332b5  Let the browser decide how much space is left for the 'required' column.
 discard bb56cc5  Give an info message, when SSL for RMI has been disabled and don't try to use SSL
 discard d897144  Add a bit more details to the default values.
 discard 4b4b0f5  javadoc: fill in param, return and throws tags
 discard 163d078  javadoc: fill in return and throws tags
 discard 9a2e01e  javadoc: fill in return and throws tags
 discard 2f91a03  Bug 62039 Distributed testing: Provide ability to use SSL Bugzilla Id: 62039
 discard 639ea99  javadoc: fill in the param tag
 discard 244657f  javadoc: document the (hopefully correct) return value
 discard 5b3b9a9  Update to jodd 4.1.1
 discard 55f4d15  Remove comment  (LagartoParser does not  have a emitStrings option anymore) Thanks Pascal Schumacher
 discard 0df50e2  Convert AssertionError to a failed assertion for all kind of assertions.
 discard 785aa24  Typos, typography and Poisson.
 discard e5113b1  As Poisson is a name use uppercase.
 discard 85a82a1  Fix sonar issue
 discard ca410fb  Fix sonar issue
 discard 0469cb7  Fix checkstyle issues
 discard 731e1e9  Set svn:eol-style for new unix and windows shell scripts
 discard fe09977  Bug 62039 - Distributed testing : Provide ability to use SSL Fix bad patching Add keystore for tests Bugzilla Id: 62039
 discard c5fa80f  Bug 62039 - Distributed testing : Provide ability to use SSL Bugzilla Id: 62039
 discard 89b9c59  Use a setenv.sh script if available to preset variables when starting JMeter with bin/jmeter.
 discard ea2ad8a  Correct comments. On windows these are rem instead of #.
 discard 916dff5  Fix NPE
 discard e2103ca  Specialize config builder to use some configuration related to Conditional Comments
 discard 7627e9c  Updated to log4j2 2.10.0 (from 2.9.1) Thanks Pascal Schumacher for pointing that 2.10 was available
 discard 14d0be9  Updated to jodd 4.1.0 (from 3.8.6) Fix removed API usage
 discard 28fde0a  Updated to jodd 4.1.0 (from 3.8.6)
 discard 14d0917  Fix wrong md5 for jacoco
 discard 89cc9db  Updated to httpclient 4.5.5 (from 4.5.3)
 discard 95b7635  Upgrade jacoco from 0.7.9 to 0.8.0
 discard 67d06d0  Updated to httpcore 4.4.9 (from 4.4.7)
 discard ceb798a  Updated to log4j2 2.9.1 (from 2.8.2)
 discard 194d4ee  Updated to ph-css 6.0.0 (from 5.0.4) Updated to ph-commons 9.0.0 (from 8.6.6)
 discard 703d457  Updated to cglib-nodep-3.2.6 (from 3.2.5)
 discard ef53895  Updated to cglib-nodep-3.2.6 (from 3.2.5)
 discard eecf70d  Updated to jsoup-1.11.2 (from 1.10.3)
 discard fe4ffa4  Updated to asm-6.0 (from 5.2)
 discard ef10c9f  Updated to commons-pool2-2.5.0 (from 2.4.2)
 discard 24c1976  Updated to commons-lang3-3.7 (from 3.6)
 discard e106bc4  Updated to commons-io-2.6 (from 2.5)
 discard 3f6057f  Updated to commons-codec-1.11 (from 1.10)
 discard 15e774c  Oups wrong commit
 discard b504269  Updated to caffeine 2.6.1 (from 2.5.5)
 discard 389c5b3  Screenshots for release notes
 discard 7f89f20  Remove surrounding brackets
 discard a7bd2ff  More screenshots
 discard 9cfcdcc  Add screenshot to README , second try
 discard f11abd4  Add screenshot to README
 discard 40fcf43  Add screenshot of 4.0
 discard 400241b  Remove space as per Pascal Schumacher note, thanks
 discard 2216694  Illustrate more functions with examples. Use <source> for more visibility
 discard c50e520  Bug 62027 Help : Introduce property help.local to allow choosing between local (offline) documentation and online documentation Bugzilla Id: 62027
 discard aa4adbb  Bug 62027 - Function Helper Dialog : Make Help button open browser on function documentation instead of Internal Dialog Bugzilla Id: 62027
 discard 765e018  BUG 61785 Add Menu Item in Help > Useful links for functions reference Bugzilla Id: 61785
 discard 689b6e9  Continue filling "New and Noteworthy" section for release 4.0
 discard b38934e  Bug 61919 - UX : Reorder Menus Bugzilla Id: 61919
 discard 93099e8  Continue filling "New and Noteworthy" section for release 4.0
 discard 984273f  Continue filling "New and Noteworthy" section for release 4.0
 discard 1627f2b  Reorganize release notes. Start fillinf "New and Noteworthy" section for release 4.0
 discard 3343a07  Place a dash or comma behind a pr element, when needed.
 discard e20056c  Reduce the size of some images in the documentation.
 discard 98b1ef3  Fix example in documentation for XPath Assertion
 discard 2797aca  Add exceptions constructors
 discard b9c7d78  Remove empty line
 discard 7ceadd5  Improve logging
 discard 47627b0  Drop mention of JMeter old version behaviour change
 discard 6b84343  Remove Ignore import
 discard c63dd8d  Bug 61697 - Introduce Darcula Look And Feel to make JMeter UI more attractive Matched brackets are not visible, fix that Bugzilla Id: 61697
 discard 6fa7200  Bug 51140 - Response Assertion: add ability to set a specific error/failure message that is later shown in the Assertion Result Contributed by UbikLoadPack Bugzilla Id: 51140
 discard 697af05  Bug 61931 New Component : Precise Throughput Timer, timer that produces poisson arrivals with given constant throughput Mention Vladimir in Thanks Bugzilla Id: 61931
 discard bd45833  Bug 61931 New Component : Precise Throughput Timer, timer that produces poisson arrivals with given constant throughput Fix sonar warnings Contributed by Graham Russell This closes #370 Bugzilla Id: 61931
 discard 0fd05ba  Bug 61973 - Create and Deploy javadoc artifacts to Maven central Mention change Bugzilla Id: 61973
 discard a4bcf44  Bug 61973 - Create and Deploy javadoc artifacts to Maven central Add deployment Bugzilla Id: 61973
 discard 599d0f4  Bug 61973 - Create and Deploy javadoc artifacts to Maven central Bugzilla Id: 61973
 discard 6206813  Javadoc: Add return tag description
 discard b47c7e9  No tabs in xml files.
 discard 2b6d185  Bug 56368 Create and Deploy source artifacts to Maven central Clean fix of artifacts without sources Bugzilla Id: 56368
 discard d822cbb  Bug 56368 Create and Deploy source artifacts to Maven central Temp fix with code duplication Bugzilla Id: 56368
 discard d83a884  Bug 56368 Create and Deploy source artifacts to Maven central Deploy sources Bugzilla Id: 56368
 discard 861ff67  Bug 56368 Create and Deploy source artifacts to Maven central Bugzilla Id: 56368
 discard b4a5a18  Sonar cleanup: Drop unused field Use slf4j parameterized messages
 discard 8338f29  Bug 61771 - SwitchController : Switch field should be trimmed by safety Add tests Bugzilla Id: 61771
 discard 36f9586  Bug 61771 - SwitchController : Switch field should be trimmed by safety Bugzilla Id: 61771
 discard 0c60a8e  Bug 61969 - When changing LAF through GUI, user should be informed that it is better to restart Oups forgot a commit Bugzilla Id: 61969
 discard 5e5383d  Bug 61970 - JMeter now uses english as default locale to avoid missing translations in some locales make UI look weird Bugzilla Id: 61970
 discard 628d866  Bug 61969 - When changing LAF through GUI, user should be informed that it is better to restart Bugzilla Id: 61969
 discard 48d8c32  Bug 61966 - Setup Test Results Analyzer in jenkins Add spock tests Bugzilla Id: 61966
 discard 2195049  Bug 61966 - Setup Test Results Analyzer in jenkins Bugzilla Id: 61966
 discard c6c9fca  Bug 61966 - Setup Test Results Analyzer in jenkins Bugzilla Id: 61966
 discard 54a4980  Revert test
 discard f1fd196  Bug 61962 - Latency Vs Request graph does not exceed 1000 RPS Contributed by UbikLoadPack Bugzilla Id: 61962
 discard 03ab1f5  Add junit results (first test)
 discard 55a93f5  Bug 61931 - Precise Throughput Timer : timer that produces poisson arrivals with given constant throughput Fix test failure, should be good now Bugzilla Id: 61931
 discard 342110b  Oups wrong commit
 discard a7cdd13  Bug 61931 - Precise Throughput Timer : timer that produces poisson arrivals with given constant throughput Fix test failure due to old Exponential Timer doc Bugzilla Id: 61931
 discard 8d79631  Bug 61931 - Precise Throughput Timer : timer that produces poisson arrivals with given constant throughput Fix test failure Bugzilla Id: 61931
 discard 6ac7d0c  Bug 61899 - Report Generation : When "jmeter.save.saveservice.print_field_names" is false and sample_variables are set report generation fails Contributed by UbikLoadPack Bugzilla Id: 61899
 discard 58f87cb  Happy New Year 2018
 discard e44e6de  Bug 61931 - Precise Throughput Timer : timer that produces poisson arrivals with given constant throughput Translate in french UI
 discard 1e960d4  Bug 61931 - Precise Throughput Timer : timer that produces poisson arrivals with given constant throughput Forgot one file Bugzilla Id: 61931
 discard c7c1fe6  Format for better readability
 discard 3e76d37  Bug 61931 - Precise Throughput Timer : timer that produces poisson arrivals with given constant throughput Contributed by Vladimir Sitnikov This closes #369 Bugzilla Id: 61931
 discard 97ec84d  Bug 61956 - Report Generation : -f of -forceDeleteResultFile option does not work Bugzilla Id: 61956
 discard 51c6db8  Bug 61965 - Module and Include Controller should not allow to add meaningless elements in their context Bugzilla Id: 61965
 discard 72d0799  Bug 61950 - Content-Type "audio/mpegurl" is wrongly considered as binary Bugzilla Id: 61950
 discard 3c2090b  Rename variable LANGUAGE to JMETER_LANGUAGE, as LANGUAGE is already used by linux systems and has another meaning.
 discard 77e07ee  Bug 61938 - __timeShift tests use wrong year format Bugzilla Id: 61938
 discard 0cd2470  Bug 61697 Introduce Darcula Look And Feel to make JMeter UI more attractive Change highlight color as it makes text unreadable with Darcula LAF Bugzilla Id: 61697
 discard 8b1fcd6  Bug 61931 - Exponential Timer : timer that produces poisson arrivals with given constant throughput Fix some sonar warnings Bugzilla Id: 61931
 discard 24f376a  Bug 61935 - Let GUI component (dynamically) decide whether it can be added via the menu or not Contributed by Peter Doornbosch (https://bitbucket.org/pjtr/) This closes #364 Bugzilla Id: 61935
 discard 6cf2a83  Updated to commons-dbcp2-2.2.0
 discard e25fc9a  Bug 61931 - Exponential Timer : timer that produces poisson arrivals with given constant throughput This closes #231 Bugzilla Id: 61931
 discard a765ef1  Fix sonar issue in PR #355 Contributed by Graham Russell This closes #362
 discard e2bcf4c  Bug 61925 - CsvSampleReader does not increment row in nextSample() Contributed by Graham Russell This closes #368 Bugzilla Id: 61925
 discard d30a83a  Bug 61900 - Report Generator : Report generation fails if separator is a regex reserved char like '|' Improved SampleMetadataParserSpec Contributed by Graham Russell This closes #367 Bugzilla Id: 61900
 discard fa08b9f  Bug 61900 - Report Generator : Report generation fails if separator is a regex reserved char like '|' Add more tests Bugzilla Id: 61900
 discard 931a9c9  Bug 61900 - Report Generator : Report generation fails if separator is a regex reserved char like '|' drop old comment Bugzilla Id: 61900
 discard 03e71f8d Bug 61900 - Report Generator : Report generation fails if separator is a regex reserved char like '|' Fix test Bugzilla Id: 61900
 discard 965ffde  Bug 61900 - Report Generator : Report generation fails if separator is a regex reserved char like '|' Bugzilla Id: 61900
 discard a1fcdd5  Add files being compiled
 discard 4935081  Ignore failing test for now
 discard 7d648f5  Fix typo
 discard 5505bee  Bug 61759 - New __changeCase function Remove useless message labels as per orimarko patch Bugzilla Id: 61759
 discard d24bd30  Remove useless spaces in release notes
 discard cb6e679  Remove useless import
 discard f4b65e0  Add a test to show potential bug
 discard 525f23d  Specify the the label is labelling the comboBox.
 discard 4d56b64  Check for headless mode when calculating the scroll mode for menus
 discard b0443a1  Now that we renamed spock to spock-core for eclipse, we had to do it for maven, ant and the tests, too.
 discard 21ef4be  The name of the jar file is spock-core and not spock.
 discard 833b43a  Add Apache License Header
 discard f30ca9d  Bug 61919 - UX : Reorder Menus Update tests Contributed by Graham Russell This closes #363
 discard 8e7db97  Bug 61919 - UX : Reorder Menus Fix regressions : Unable to add Controllers to Thread Group Unable to add Controllers to Controllers Bugzilla Id: 61919
 discard f35f3d4  Bug 61919 - UX : Reorder Menus Reorder Config Elements Bugzilla Id: 61919
 discard 319ff68  Bug 61919 - UX : Reorder Menus Add order to Controllers Bugzilla Id: 61919
 discard fa0549b  Bug 61919 - UX : Reorder Menus Add order to Controllers Bugzilla Id: 61919
 discard c26417e  Fix SONAR bugs
 discard 4c51e85  Reuse constructor Indicate silent catch is voluntary
 discard e00560f  Fix SONAR bugs
 discard 9a72a48  Bug 61901 - Support for https.cipherSuites property Contributed by  Jeremy Arnold Bugzilla Id: 61901
 discard 8714069  Added finals to fields where possible Contributed by Graham Russell This closes #359
 discard c7c25b4  Bug 61919 - UX : Reorder Menus Reordered menus a bit differently Make 100 the default value to be able to move some elements down Bugzilla Id: 61919
 discard 10e6697  Bug 61920 - Plugins : Add ability to listen to Test Plan loading/closing Contributed by  Peter Doornbosch This closes #361 Bugzilla Id: 61920
 discard aaa4cf0  Drop mention of workbench
 discard 77dde63  Bug 61919 - UX : Reorder Menus Contributed by Graham Russell Reordered menus (3/3) This closes #360 Bugzilla Id: 61919
 discard 4a5421a  Bug 61919 - UX : Reorder Menus Contributed by Graham Russell Reordered menus (2/3) This comment #360 Bugzilla Id: 61919
 discard bb8c8e0  Bug 61919 - UX : Reorder Menus Contributed by Graham Russell Reordered menus (1/3) This comment #360 Bugzilla Id: 61919
 discard dec4fef  Bug 61919 - UX : Reorder Menus Refactoring/formatting in preparation for alternate menu sorting Contributed by Graham Russell This closes #357 Bugzilla Id: 61919
 discard dc9e22e  Bug 61852 - Add a Boundary Extractor Tester in View Results Tree BoundaryExtractor refactor Contributed by Graham Russell This closes #355 Bugzilla Id: 61852
 discard 5050e0a  Bug 61852 - Add a Boundary Extractor Tester in View Results Tree BoundaryExtractor refactor Contributed by Graham Russell This closes #355 Bugzilla Id: 61852
 discard e266879  Clarify code by Graham Russell This comment #355
 discard d7c668a  Simplify code by Graham Russell This comment #355
 discard 59a845f  Javadocs cleanup by Graham Russell This comment #355
 discard 33851e5  Exclude hashsum-files from dist folder for rat
 discard 1ae36b5  Add license header
 discard 587aa18  Corrected spelling and spacing and some wording in messages Contribute by Graham Russell This closes #354
 discard ed60295  Updated to Apache Tika 1.17
 discard ada5a6a  Use format-strings for log messages and don't call toString on the parameters, if not needed.
 discard 303fb9c  Correct typo
 discard 07a29cf  Javadoc. Add description to parameters and method
 discard 33432de  Calculate length of leftBoundary only once
 discard 257a7a6  Use a char instead of String
 discard c471317  Use StringUtils#isAnyEmpty to make intent of code clearer
 discard cba5768  Markup: no whitespace between starting ** and word
 discard b740197  Add sample url Make map final and change its name
 discard e558e14  Bug 61842 - Saving with no changes causes a save and duplicate, identical backup file Bugzilla Id: 61842
 discard 3db0385  Improve description
 discard bdaf5fa  Improve description
 discard 489901c  Bug 61759 - New __changeCase function Remove camel case as per Ori Marko contribution More edge cases for changeCase function and slight behaviour changes. This closes #342 Bugzilla Id: 61759
 discard d9cbe36  Re-wrote some existing tests in Spock Contributed by Graham Russell This closes #353
 discard 9ea313d  Fix Windows Jenkins failure
 discard d534539  Bug 61879 - Remove useless files in HTML report template
 discard a7c154d  Bug 61878 - BackendListener : NPE if BackendListenerClient#getDefaultParameters returns null Bugzilla Id: 61878
 discard 26c5c2a  Restore the method deleted by error
 discard 2f40732  Bug 61785 - add release notes in useful links
 discard f816c98  Revert commit r1817421
 discard 0f39dac  Bug 61785 - fix comments
 discard c49bacd  Bug 61872 - Better labels in dynamic HTML report
 discard 126ce68  Fix warnings in tests
 discard dbe8906  Bug 61785 : Add Help >Useful links  to create issues and download nightly build Bugzilla Id: 61785
 discard b20abd1  Menu bar - added mnemonics to more menu items Contributed by Graham Russell This closes #352
 discard 6e407a1  Fixed about dialog position on first view Contributed by Graham Russell This closes #351
 discard 000e826  Parallelised unit tests Contributed by Graham Russell This closes #350 svn:eol
 discard 5eeddc3  Parallelised unit tests Contributed by Graham Russell This closes #350
 discard 4545311  Parallelised unit tests Contributed by Graham Russell This closes #350
 discard fa5b49a  The == is intentional
 discard 0fb9897  Make mock react correctly on setText/getText
 discard a7b9751  Bug 61871 - Reduce jmeter.reportgenerator.graph.responseTimeDistribution.property.set_granularity default value from 500ms to 100ms
 discard c96aa94  Fix checkstyle warning
 discard 32dbd6c  Cleanup code and useless methods. Try to improve a bit synchro. My understanding is that CopyOnWriteList would not perform good here as there is only 1 read vs many writes.
 discard 3bdaab5  Make empty catch explicit
 discard f1f224f  Document empty method
 discard 3cd20c7  Keep the "==" comparison
 discard 4658879  Make code clearer
 discard c79e18b  revert png files commited in r1817321
 discard 3ade465  PR345,61867 - Updated to latest checkstyle (v8.5), add bug number
 discard df4193d  This closes #345 - Updated to latest checkstyle (v8.5), Added many more rules to checkstyle, Included checking of test files and more file types. Contributed by Graham Russell
 discard 62cec4c  Bug 61852 - Add a Boundary Extractor Tester in View Results Tree
 discard 129ade7  Add License header
 discard 567914b  Exclude more markdown texts and json files from rat report.
 discard a676343  Add AL header
 discard e07f3f6  Correct typo
 discard ac5298a  Set svn:eol-style to native for test xml files.
 discard f812b82  javadoc: Add a message to the @throws clause to make javadoc happy.
 discard b6d4877  add i18n resouces(zh_CN) Contributed by hellyguo This closes #349
 discard 1db0cce  Bug 61846 - Scoped Assertion should follow same order of evaluation as Post Processors Update XML test results Bugzilla Id: 61846
 discard 75b53d2  Bug 61846 - Scoped Assertion should follow same order of evaluation as Post Processors Mention change Bugzilla Id: 61846
 discard 82d77a2  Bug 61846 - Scoped Assertion should follow same order of evaluation as Post Processors Update XML test results Bugzilla Id: 61846
 discard bda2394  Bug 61846 - Scoped Assertion should follow same order of evaluation as Post Processors Bugzilla Id: 61846
 discard e8402f2  Default Language has accidentally switched to english on Windows in 3.3
 discard df731ec  Fix SONAR warnings
 discard 22623dc  Bug 61845 - New Component JSON Assertion Fix SONAR warning Bugzilla Id: 61845
 discard 5b178f9  Bug 61827 - [JMSPublisher] Don't add new line at the end of the file Contributed by Graham Russell This closes #346 Bugzilla Id: 61827
 discard 6a53199  Bug 61845 - New Component JSON Assertion Based on AtlanBH component donated to JMeter-Plugins. Migration to JMeter Core contributed by Artem Fedorov This closes #344 Bugzilla Id: 61845
 discard ee3454d  Add spock deps to ignore
 discard 53f27ce  Bug 61844 - Maven pom.xml : Libraries used in testing should have scope test Bugzilla Id: 61844
 discard 7a59356  Bug 61843 - HTTP(S) Test Script Recorder : Add SAN to JMeter generated CA Certificate Contributed by Matthew Buckett This closes #347 Bugzilla Id: 61843
 discard 4cbaaf0  Bug 61829 - JMS Point-to-Point : If Receive Queue is empty and a timeout is set, it is not taken into account Fixes closing order and don't close session as it's closed by caller Bugzilla Id: 61829
 discard 9de4ba4  Bug 61697 - Introduce Darcula Look And Feel to make JMeter UI more attractive Use Darcula Eclipse colors. Needs some more extra tuning Bugzilla Id: 61697
 discard c3f5ad7  Bug 61802 - Loop / ForEach Controller should expose a variable for current iteration Document exposed variable Bugzilla Id: 61802
 discard c1a43c6  Bug 61829 - JMS Point-to-Point : If Receive Queue is empty and a timeout is set, it is not taken into account Document timeout==0 Bugzilla Id: 61829
 discard 10d2b2a  Bug 61829 - JMS Point-to-Point : If Receive Queue is empty and a timeout is set, it is not taken into account Fixe checkstyle failure. Sorry for the trees, birds and our dear planet :-( , 1 run for nothing Bugzilla Id: 61829
 discard 437437d  Bug 61829 - JMS Point-to-Point : If Receive Queue is empty and a timeout is set, it is not taken into account Fixes also timeout == 0 is reset to 2s Bugzilla Id: 61829
 discard 73b772f  Add connect/response timeouts to avoid too much failures due to target slow site
 discard 9dc74ec  Bug 61802 - Loop / ForEach Controller should expose a variable for current iteration Bugzilla Id: 61802
 discard ee8f0be  Bug 61544 : JMS Point-to-Point Sampler: Enhance communication styles with read, browse, clear Fix response message erased, hiding potential interesting information. Fix issue when timeout is empty, "" value will be used instead of default value leading to error Bugzilla Id: 61544
 discard 74f0c54  Removed functions.util.* as they don't seem to be used (for many years) This closes #335 Contributed by Graham Russell
 discard d00b759  More unit tests and a bit of simplification plus removal of useless javadoc.
 discard 48a5023  Get rid of useless javadoc. Part of #332 contributed by Graham Russell
 discard 6b023a0  Reorder the methods of the class and remove useless javadoc. Part of #332 Contributed by Graham Russell
 discard 7cfef3f  Javadoc clean up. Part of #332 Contributed by Graham Russell
 discard 23dca8c  Add tests for ListResultData
 discard 8e71dc3  Minor changes in the code without functional change and a bit of formatting.
 discard b7927c8  More unit tests from pr #332 from github
 discard 63353b6  Convert unit tests fpr HTTPUtils to use spock framework.
 discard cddbe19  Add first spock tests.
 discard f94473e  spacepolice
 discard 0ad445a  Add spock framework for groovy unit tests.
 discard 1ce123e  Markup changes.
 discard ca5af23  Markup changes.
 discard 38b746a  Use format strings for log messages and guard those log statements, that might call functions.
 discard e860414  Add missing updates to version numbers in license files. Followup to r1816278
 discard 9134111  javadoc: Partly revert r1816008. @code can span multiple lines and contain curly braces.
 discard c26afe8  Update groovy-all to 2.4.13
 discard 1965803  My findbugs setup seem to use more memory than the configured max allows, so bump the max up a bit.
 discard ab311c1  Complain about unused imports.
 discard 4da76ac  Complain about wildcard imports.
 discard 13f01f5  Add -XX:+PrintAdaptiveSizePolicy
 discard a792c43  Drop start import as per Felix note
 discard 67540ec  Increase timeout to reduce failures
 discard 7a21223  Bug 61697 Introduce Darcula Look And Feel to make JMeter UI more attractive Forgot to commit the xml addition to jar Bugzilla Id: 61697
 discard a7b26c4  Refactored TestChangeCase Contributed by Graham Russell (@ham1) This closes #339
 discard 0b56b50  Bug 61808 - Fix main frame position Contributed by by Artem Fedorov This closes #338
 discard 59b58ac  Bug 61807 - Web Report : fix error in getTop5ErrorMetrics Tidy JavaDoc and fix error in getTop5ErrorMetrics method Contributed by Graham Russell This closes #337
 discard f534ccc  Bug 61591: Drop Workbench from test tree. Fixed some docs regarding removal of WorkBench Contributed by Graham Russell This closes #336 Bugzilla Id: 61591
 discard 7e2ab7b  Removed functions.util.* as they don't seem to be used (for many years) This closes #335 Contributed by Graham Russell
 discard 75ccb89  Introduce Darcula Look And Feel to make JMeter UI more attractive Test new colors for RSyntaxTheme Bugzilla Id: 61697
 discard d3f9f76  Surround logs with isDebugEnabled
 discard 6434a67  Bug 61697 Introduce Darcula Look And Feel to make JMeter UI more attractive Bugzilla Id: 61697
 discard c83c28a  Bug 61759 __changeCase</code> function to change different cases of a string Take into account some remarks from Felix: - Change enum names
 discard 982caa8  Spacepolice
 discard 4cb6eb2  Next version will be 4.0
 discard 8302b0e  Fix some javadoc issues
 discard 97bc6c3  Fix missing </ chars in </code>
 discard de697dd  Bug 61759 __changeCase</code> function to change different cases of a string Take into account some remarks from Felix: - Change enum names - Make  CamelCase  work as described in wikipedia - rename cz Bugzilla Id: 61759
 discard 97ac47d  [Bug 61591] Update templates : recording-with-think-time and recording
 discard 4afb9e3  [Bug 61591] Update jmeter_proxy_step_by_step (image and text)
 discard f6ad31c  Bug 61762 - Start Next Thread Loop should be used everywhere Replace deprecated method Bugzilla Id: 61762
 discard 6eeef1d  Markup changes.
 discard 0951d77  Use method reference.
 discard b3d024f  Whitespace police and removal of one empty javadoc element
 discard 38b71e5  Use char instead of string when possible.
 discard eeb4364  Use method reference.
 discard ddb1205  Use a StringBuilder to concatenate Strings in a loop.
 discard 691e4aa  Bug 61591 - UX : Remove Workbench Allow moving and copying Test Script Recorder under test plan Allow moving and copying Test Script Recorder under Test Fragment Bugzilla Id: 61591
 discard b9c27cd  Use proper camelCase for field names.
 discard 42127c8  Bug 61591 - UX : Remove Workbench Allow moving and copying Test Script Recorder under test plan Allow moving and copying Test Script Recorder under Test Fragment Bugzilla Id: 61591
 discard 01e1591  [Influxdb] Allow users to add theirs owns tags Bugzilla Id: 61794 Fix Sonar bug Bugzilla Id: 61794
 discard f0b29df  Fix SONAR warnings
 discard 3d8ec77  Fix SONAR warnings
 discard c9c8cd4  Fix order
 discard 75beece  Bug 61794 - [Influxdb] Allow users to add theirs owns tags Fix SONAR warnings Bugzilla Id: 61794
 discard cafc322  Bug 61697 - Introduce Darcula Look And Feel to make JMeter UI more attractive Bugzilla Id: 61697
 discard bd88735  [Influxdb] Allow users to add theirs owns tags Bugzilla Id: 61794
 discard f1a5516  Increase timeout for non compressed responses
 discard 928ee83  Fix SONAR warnings on variable namings
 discard 04b564f  Add test of callable statement in read mode
 discard 6643b13  Enable running of JUnit tests from within IntelliJ with default config Contributed by Graham Russell This closes #334
 discard f33d11d  [Bug 61591] Update build-web-test-plan documentation (image and text)
 discard 078dbcf  [Bug 61591] Replace template_menu.png from get-started.html
 discard bdb1ed4  [Bug 61775] Add a link to help menu to download nighty builds (it open the browser with the correct link) - Felix remarks
 discard 68ab932  Bug 61759 - New __changeCase function Add a test to reach 100% Bugzilla Id: 61759
 discard d22da25  Fix comment in src/core/org/apache/jmeter/gui/action/ActionNames.java
 discard 8bb1e65  Bug 61759 - New __changeCase function Fix checkstyle error Bugzilla Id: 61759
 discard 3df9dfc  Bug 61759 - New __changeCase function Handle first char Uppercase error Bugzilla Id: 61759
 discard 5092f34  Bug 61759 - New __changeCase function Handle empty mode Bugzilla Id: 61759
 discard 7467367  Fix typo
 discard 729679d  Improve naming of JDBC elements
 discard e281f44  Added header check to checkstyle, fixed errors and minor cleanup Contributed by Graham Russell This closes #333
 discard 0b45a44  Bug 61759 - New __changeCase function Add i18n Bugzilla Id: 61759
 discard a106d0c  Bug 61759 - New __changeCase function Contributed by Orimarko Bugzilla Id: 61759
 discard 35ea951  Document non callable API Add getProperties()
 discard de97ec4  Bug 61544 - JMS Point-to-Point Sampler: Enhance communication styles with read, browse, clear Fix SONAR errors Bugzilla Id: 61544
 discard 5146905  Markup, whitespace police and use the correct function name.
 discard 9ee8ba6  Markup: Use hellip element instead of three dots.
 discard 4934c03  Tab to space
 discard 72caa3e  Use parameters for log-messages
 discard 3e59f5a  Correct placeholder/parameters in log messages
 discard 7387578  Whitespace police
 discard 2c655f8  Fix SONAR warnings
 discard 4feb3e1  Fix useless assignment
 discard 32d4a48  Bug 61760 - Add "__isPropDefined" and "__isVarDefined" functions to know if property or variable exist Contributed by Orimarko Bugzilla Id: 61760
 discard 1729667  Bug 61697 - Introduce Darcula Look And Feel to make JMeter UI more attractive Install LAF correctly Change Preference name so that previous chosen preferences does not hide this new feature Remove overriden settings in JMeter Bugzilla Id: 61697
 discard 6a8b5df  Add release notes link to About dialog
 discard 39aed1e  Don't mention changes on issues in nightly build
 discard c90b80e  whitespace police
 discard 9706aee  Bug 61544 - JMS Point-to-Point Sampler: Enhance communication styles with read, browse, clear Fix test : Increase timeout that was set to 1ms which led to random failure Improve class code (logging, variable naming, use StringBuilder) Bugzilla Id: 61544
 discard 74c1318  set eol-style to native
 discard 42942a7  Add missing license header
 discard 4452085  Bug 61785 - Group nighty builds and create an issue menu in a useful links menu
 discard 10bea90  Bug 61544 - JMS Point-to-Point Sampler: Enhance communication styles with read, browse, clear This closes #325 Fix persistence and add tests Bugzilla Id: 61544
 discard e2cba17  set svn:eol-style to native
 discard 54da2e2  [Bug 61775] Add a link to help menu to download nighty builds (it open the browser with the correct link) - add missing new line
 discard 3da445e  Bug 61544 - JMS Point-to-Point Sampler: Enhance communication styles with read, browse, clear Bugzilla Id: 61544
 discard fea1c39  [Bug 61775] Add a link to help menu to download nighty builds (it open the browser with the correct link) - add missing file
 discard 5d9fc42   Removed (some more) commented out code  Contributed by Graham Russell  This closes #331
 discard e1e0ab7   Improve wording and formatting of jmeter.properties  Contributed by Graham Russell  This closes #328
 discard ec44150  Bug 61776 - View Results Tree: Expansion of "Add expand/collapse" all menu in render XML view Contributed by Maxime Chassagneux and Grahama Russell This closes #329 This closes #294 Bugzilla Id: 61776
 discard 6861564  Set svn:eol-style to native
 discard b0a890e  Add new line at end of file
 discard e8efc22  Remove unused import
 discard 3c44c8c  [Bug 61775] New: Add a link to help menu to download nighty builds (it open the browser with the correct link)
 discard 647c93d  Bug 61774 - Add a link to help menu to create an issue (it open the browser with the link to issues)
 discard 13cce64  Bug 61640 - JSR223 Test Elements : Enable by default caching Bugzilla Id: 61640
 discard 8609bca  Bug 61607 : Fix Beanshel GUI bug
 discard 2090f7d  Bug 61770 - Module Controller : Inform user in UI that he needs to have at least one Controller in his plan Also mention the enhancements and bugfixes contributed by UbikLoadPack Bugzilla Id: 61770
 discard 5e419ef  Bug 61769 - View Results Tree: Use syntax highlighter in XPath Tester, JSON Path Tester and CSS/JQuery Tester Bugzilla Id: 61769
 discard 66d6c64  Link to javadocs
 discard b87f90b  Fix XPath Extractor  documentation about namespaces
 discard dd064aa  Fix error in description
 discard a11da55  Utilising more modern Java, simplifying code and formatting code and comments This closes #327 (PART 3)
 discard 3e22e09  Utilising more modern Java, simplifying code and formatting code and comments This comment #327 (PART 2)
 discard 223b681  Utilising more modern Java, simplifying code and formatting code and comments This comment #327 (PART 1)
 discard 3bf8ed7  Save backup refactor Contributed by Graham Russell This closes #324
 discard 35feeaf  Bug 61591 - UX : Remove Workbench Contributed by Artem Fedorov with modifications to fix the Popup Menu on the Non Test Elements that allows actions that are meaningless now This closes #330 Bugzilla Id: 61591
 discard 70edf50  Improve Javadocs Use isEmpty Improve logging
 discard ee7b09f  Remove OOM catch Comment empty block Secure closing Remove outdated TODO
 discard 0fc1d7a  Bug 61762 - Start Next Thread Loop should be used everywhere Bugzilla Id: 61762
 discard d2bb8cd  Bug 61758 - "Apply to:" field in Extractors, Assertions : When entering a JMeter Variable value, the radio box "JMeter Variable" should be selected by default Bugzilla Id: 61758
 discard 0dc0b4c  Use JMeter variable name to use instead of JMeter Variable. People always put ${varName} instead of varName
 discard bb9d482  Bug 61756 - Extractors : Improve label name "Reference name" to make it clear what it makes Bugzilla Id: 61756
 discard 0479f2f  Bug 61752 - RandomDate : Function does not allow missing last parameter used for variable name Fix bug Increase coverage Correct the minimum number of parameters Bugzilla Id: 61752
 discard 294a9d6  Bug 61724 - Add __digest function to provide computing of Hashes (SHA-XXX, MDX) Suffix class with Function Bugzilla Id: 61724
 discard c5d1abc  Bug 61735 - Create a function __dateTimeConvert(sourceDate, dateFormat, targetFormat, varName) Contributed by orimarko at gmail.com Bugzilla Id: 61735
 discard 5570db3  customize codecov
 discard d368ffa  Bug 61639 : HTTP(S) Test Script Recorder : In request filtering tab, uncheck by default "Notify Child Listeners of filtered samplers" Adapt Recording templates Bugzilla Id: 61639
 discard fe2da5d  Bug 61672 - add tht choice between prefix and transaction name to name sampler during recording : Philippe catch
 discard 98d2cb6  Allow folder to end with ".jar"
 discard 0b3e290  Bug 61747 - HTTP(S) Test Script Recorder : add the missing doc to Create transaction after request (ms)
 discard eb76333  Improve logging Fix some SONAR warnings
 discard 458ccf0  Bug 61672 - add tht choice between prefix and transaction name to name sampler during recording : fix tab
 discard f9991a8  Add  toString
 discard 79451e2  Bug 61672 - add tht choice between prefix and transaction name to name sampler during recording
 discard 4a2d360  Remove useless sapces in xdocs/changes.xml
 discard cb8be50  Bug 61625 - File Editor used in BeanInfo behaves strangely under all LAFs with impact on CSVDataSet, JSR223, BSF, Beanshell Element Bugzilla Id: 61625
 discard 0ef941d  Better logging
 discard 0da24fa  Improved PR template This closes #326 Contributed by Graham Russell
 discard 3116db8  Bug 61742: BackendListener : fix default value for backend_graphite.send_interva Bugzilla Id: 61742
 discard 7b1e9b2  Bump version of ant to 1.9.1 as we now use ant:if which was introduced with 1.9.1
 discard cc0c45b  Use old form of shell execution to conform with the rest of the script.
 discard c818787  Try to guard against spaces in path and reuse logic to calculate real path of the start script
 discard 7dbd536  Markup
 discard f12f550  Tab police
 discard 16df45d  Bug 61731 - Enhance Test plan Backup with option to save before run Add property to jmeter.properties Bugzilla Id: 61731
 discard 50992a7  Bug 61731 - Enhance Test plan Backup with option to save before run Fix test failure in headless mode Bugzilla Id: 61731
 discard b3e9616  Bug 61739 - Java Request / JavaSamplerClient : Improve JavaSamplerContext Bugzilla Id: 61739
 discard aaf3971  Bug 61738 - Function Helper Dialog : Add Copy in Generate and clarify labels Bugzilla Id: 61738
 discard b5d83f2  Extracted method and used streams to improve readability This closes #323 Contributed by Graham Russell
 discard 69b8877  General JavaDoc cleanup Contributed by Graham Russell This closes #322
 discard 5eedf57  Bug 61731 - Enhance Test plan Backup with option to save before run Oups forgot 1 file Bugzilla Id: 61731
 discard c6c9e0d  Bug 61731 - Enhance Test plan Backup with option to save before run Add documentation in properties and mention breaking change Bugzilla Id: 61731
 discard d471112  Bug 61731 - Enhance Test plan Backup with option to save before run Bugzilla Id: 61731
 discard 0947317  Bug 61587 - Drop properties sampleresult.getbytes.headers_size and sampleresult.getbytes.body_real_size Bugzilla Id: 61587
 discard 083feec  Bug 61724 - Add __digest function to provide computing of Hashes (SHA-XXX, MDX) Add tests Bugzilla Id: 61724
 discard 058572d  Add logging
 discard 494d00b  Formatting
 discard 1e46de3  Update HC4
 discard 0c9cb0d  Remove typo
 discard a58e6d9  Add pr template
 discard e4d8cf0  Add code of conduct
 discard a39aeaf  Add github Contributing guidelines
 discard 4228a0d  Bug 61724 - Add __digest function to provide computing of Hashes (SHA-XXX, MDX) Fix tests failure Bugzilla Id: 61724
 discard 940aa3a  Bug 61724 - Add __digest function to provide computing of Hashes (SHA-XXX, MDX) Bugzilla Id: 61724
 discard e033c3b  Remove unused import
 discard 95df61c  whitespace police
 discard 3d7c0e0  whitespace police
 discard 7c3dea2  Use the same binary for version detection as the one we start.
 discard 87b1305  Use quotes to guard against spaces in JAVA_HOME.
 discard 8402e5c  Try to detect the version of java by removing a potentially existing string "1." from the start of the version string and all characters beginning with the first non digit.
 discard 8e2a8e3  If JAVA_HOME is not set, but JRE_HOME is set or guessed, set JAVA_HOME to JRE_HOME before resolving the java executable
 discard 532ed0b  white space police
 discard 64e31f2  Shell tests for equality use only one equals sign.
 discard 19d86b8  Move Jakarta JMeter User down
 discard 9c4efc8  Bug 53957 - HTTP Request : In Parameters tab, allow pasting of content coming from Firefox and Chrome (unparsed) Bugzilla Id: 53957
 discard e0013af  Add logging
 discard a54978d  Bug 61716 - Header Manager : When pasting Headers from Firefox or Chrome spaces are introduced as first character of value Bugzilla Id: 61716
 discard fc917a6  Bug 61709 - SampleResult : Add a method setIgnore() to make JMeter ignore the SampleResult and not send it to listeners Bugzilla Id: 61709
 discard 7e540cb  Removed commented out code Contributed by Graham Russell This closes #319
 discard adbe1e8  Removed commented out code (part 3) Contributed by Graham Russell This closes #319
 discard 27d3d6c  Removed commented out code (part 3) Contributed by Graham Russell This comments #319
 discard 8f57fd8  Removed commented out code (part 2) Contributed by Graham Russell This comments #319
 discard 3153f83  Removed commented out code Contributed by Graham Russell This comments #319
 discard eaaa5e3  Bug 61712 - Result Status Action Handler: It stop test/stop test now are selected, samplers following current sampler may run Revert commit, there is no bug Bugzilla Id: 61712
 discard e274158  Revert commit r1809346 as after some feedback it appears new labels are more confusing
 discard 1d8f24d  Bug 61713 - Test Fragment has option to Change Controller and Insert Parent Bugzilla Id: 61713
 discard 33e0086  Bug 61712 - Result Status Action Handler: It stop test/stop test now are selected, samplers following current sampler may run Bugzilla Id: 61712
 discard 4f3fab8  Clarify documentation on Retry handling
 discard fe45ecd  Bug 61707 - Test Action: Target is ignored when pause is selected, so it should be disabled Bugzilla Id: 61707
 discard ececc66  Bug 61704 - Toolbar : Improve a bit the right part Fix label translation Bugzilla Id: 61704
 discard f7a313e  Bug 61704 - Toolbar : Improve a bit the right part Bugzilla Id: 61704
 discard c1d5f60  Bug 61698 - Test Action: It stop is selected, samplers following Test Action can run Bugzilla Id: 61698
 discard d30f128  Bug 61697 - Introduce Darcula Look And Feel to make JMeter UI more attractive Fix tests Bugzilla Id: 61697
 discard 2eed6d8  Bug 61697 - Introduce Darcula Look And Feel to make JMeter UI more attractive Bugzilla Id: 61697
 discard 6ca804b  Bug 61694 : add -server option to jmeter.bat, fix (thank to Pascal Schumacher)
 discard f78b7a8  Bug 61694 : add -server option to jmeter.bat
 discard f525ca4  Bug61693 : JMeter aware of Docker
 discard 92667df  Bug 61529 - Migration to Java 9 : New syntax for GC log
 discard ad1858d  Bug 61529 - Migration to Java 9 : jmeter.bat Windows file Java 9 detection
 discard 7b489e8  Bug 61555 Metaspace should be restricted as default Bugzilla Id: 61555
 discard d55d1ca  Improve JDBC Tests - Ignore errors in logs as test cases can now produce them
 discard ab273e9  Improve JDBC Tests - Add tests on errors - Add tests for Callable Statements
 discard 3ccad6e  Add a check on table existence for drop Adjust assertions
 discard 5e401ce  Improve JDBC Tests
 discard e77ce99  Jitpack bundle seems broken: revert There is no github release : revert improve twitter message
 discard 2d9122d  Because badges make us more likeable :-) !
 discard f577e23  Fix badge link
 discard b82510e  HTTP error messages vary across OSes so don't save them to csv/xml files
 discard f5d195d  Redundant comments
 discard 5be078b  Can assume everyone is on Win2k or later now
 discard ee00825  Bug 61667 - Bad detection of Java home in bin/jmeter
 discard af79812  Bug 57760 - View Results Tree : Cookie Header is wrongly shown as empty(no cookies) when viewing a recorder Sample Result Fix wrong tests for HTTPS and drop useless assertions
 discard 9330692  Bug 57760 - View Results Tree : Cookie Header is wrongly shown as empty(no cookies) when viewing a recorder Sample Result Fix svn:eol
 discard 0146347  Bug 57760 - View Results Tree : Cookie Header is wrongly shown as empty(no cookies) when viewing a recorder Sample Result Fix issue in Cookie extraction from Header Add TestCookieManager.jmx to build
 discard ecf2e7f  Bug 57760 - View Results Tree : Cookie Header is wrongly shown as empty(no cookies) when viewing a recorder Sample Result Add Integration Tests Bugzilla Id: 57760
 discard 9c5fe8b  Drop Beanshell (I am stupid, forgot props can store Objects )
 discard f14522b  Bug 57760 - View Results Tree : Cookie Header is wrongly shown as empty(no cookies) when viewing a recorder Sample Result Bugzilla Id: 57760
 discard 20f86f2  Rename method to avoid confusion
 discard be9d501  Bug 61675 - If Controller : Use expression by default and add a warning when the other mode is used Fix label Bugzilla Id: 61675
 discard 12d7a58  Bug 61675 - If Controller : Use expression by default and add a warning when the other mode is used Bugzilla Id: 61675
 discard 6e51ead  Use isEmpty
 discard 0fb6825  Bug 61651 Improve OS test coverage Ignore errors in logs Bugzilla Id: 61651
 discard f5595ca  Bug 61651 Improve OS test coverage Fix wrong assertion on Mac/Linux and wrong OS_TESTS.xml Bugzilla Id: 61651
 discard 445b5e3  This closes #283 Commtied as part of http://svn.apache.org/viewvc?rev=1798405&view=rev
 discard ffa21d7  This closes #312
 discard 69b80b4  This closes #311
 discard 44eb7df  This closes #311 This closes #312
 discard 3d60b24  Bug 61651 Improve OS test coverage Reinstate OS_TESTS Bugzilla Id: 61651
 discard 467c906  Bug 61651 Improve OS test coverage This closes #318 Bugzilla Id: 61651
 discard f781c11  fix svn:eol Thanks sebb !
 discard f209f8e  Bug 61672 - HTTP(S) Test Script Recorder : When a prefix is set don't use path in Sampler Name Bugzilla Id: 61672
 discard 9716dcb  Comment OS_TESTS.jmx as it's  not ready for windows yet
 discard 59269d1  Improve exclusions in recording templates
 discard 2a0baef  Improve logging Drop commented code
 discard 972aee4  Fix javadoc
 discard 3fb614e  fix svn:eol Thanks sebb !
 discard 069595b  Fix sonar warnings
 discard 6b51c62  Clarify documentation as per:
 discard b66d51d  Fix sonar warning
 discard d28b26c  Switch links to jmeter to https and mention Building and contributing doc
 discard 1be6f94  Improve description
 discard d8bb9c6  Move init-svnVersion out of _coverage.report
 discard f358cd1  Fix svnCheck failure for travis
 discard c97fe71  No need for token
 discard ef10f8c  Test headless only on travis
 discard 62d82be  Add coverage for codecov
 discard a9ca05e  Add codecov token
 discard 4c7f6f4  Fix YAML
 discard 2b3cbe4  Improve description image
 discard fe7a095  Improve description
 discard 6ea37eb  Improve description
 discard dc57292  Improve description
 discard 6faa2b1  Add codecov batch
 discard bf7d4a5  Add codecov
 discard b879056  Bug 61661 - Avoid startup/shutdown problems due to 3rd party Thread Listener plugins throwing RuntimeException Bugzilla Id: 61661
 discard 121d229  Fix some SONAR bugs and make code more readable
 discard c2df81c  Mention coverage improvements in release notes
 discard 7bbac39  Bug 61651 - Improve TCP test coverage Wake up man ! Bugzilla Id: 61651
 discard 2cb6341  Bug 61659 - JMeterVariables#get() should apply toString() on non string objects Bugzilla Id: 61659
 discard 7c2482c  Bug 61651 - Improve TCP test coverage Fix failure on Windows due to different message on Connect Exception Bugzilla Id: 61651
 discard 28fd545  Bug 61651 - Improve TCP test coverage Fix failure on Windows due to different message on Connect Exception Bugzilla Id: 61651
 discard 2619825  Bug 61641 - Improve JMS Test coverage Try replacing space with %20 Bugzilla Id: 61641
 discard 91cc1ab  Bug 39509 - Once-only controller running twice Remove out of date note since this bug fixed the issues.
 discard 6b0fac7  Fix sonar warning and comment typo
 discard b7a9c03  Bug 61641 - Improve JMS Test coverage Last try I'm fed up Bugzilla Id: 61641
 discard 4c02e13  Bug 61641 - Improve JMS Test coverage We can get error logs as we shutdown ActiveMQ in teardown while connections are closed after it, so we ignore here Bugzilla Id: 61641
 discard ab6c26a  Bug 61641 - Improve JMS Test coverage Bugzilla Id: 61641
 discard e70cd25  Bug 61656 - tearDown Thread Group should run by default at stop or shutdown of test Remove unused field Bugzilla Id: 61656
 discard 1ca5a30  Fix javadoc errors
 discard 5961752  Fix javadoc errors
 discard ab4a0e3  Fix javadoc errors
 discard 4a92d4d  Bug 61656 - tearDown Thread Group should run by default at stop or shutdown of test Bugzilla Id: 61656
 discard 143281c  Improve release notes to mention breaking changes due to Java 9 migration
 discard 755ba57  Bug 61651 - Improve TCP test coverage Forgot to commit result files Bugzilla Id: 61651
 discard 893f7f4  Bug 61655 - SampleSender : Drop HoldSampleSender implementation Bugzilla Id: 61655
 discard a65014b  Improve logging
 discard 6b687ab  Fix sonar reported bug
 discard e3dcbdb  Bug 61651 - Improve TCP test coverage Add more tests on error cases Bugzilla Id: 61651
 discard ef09ec0  Improve logging Improve response code check readability
 discard e3b6b92  Try to find root cause of Windows failures
 discard 6c66bd6  Bug 61651 - Improve TCP test coverage Ignore errors in log as Timeout triggers one Bugzilla Id: 61651
 discard 5af7960  Bug 61642 - Improve FTP test coverage Avoid error log on close error Bugzilla Id: 61642
 discard f365050  Bug 61651 - Improve TCP test coverage Bugzilla Id: 61651
 discard 9bb7571  Fix Windows failure
 discard bd49b7f  Bug 61529 - Migration to Java 9 Handle --add-modules for Java 9 Bugzilla Id: 61529
 discard bbdccdd  Try to fix travis ci failure with Java 9 Now it works , restore other builds and remove -v option
 discard 551f2ce  Try to fix travis ci failure with Java 9 Use latest ant 1.10.1
 discard e8635f1  Bug 61534 - Convert AssertionError to a failed assertion in the JSR223Assertion allowing users to use assert in their code Patch by Felix Schumacher Bugzilla Id: 61534
 discard 0e6b1c0  Try to fix travis ci failure with Java 9 Revert to see why option is not passing
 discard f33c9ed  Try to fix travis ci failure with Java 9 Add -v option
 discard c442035  Try to fix travis ci failure with Java 9
 discard fa2442d  Reset Beanshell
 discard 4b308ed  Fix travis failure by reducing size
 discard 05c77b0  Try to fix travis ci failure with Java 9
 discard 40a8b63  Try again
 discard f799c11  Try to fix wrong char
 discard c9cfba4  Bug 61642 - Improve FTP test coverage Fix test failure due to non declared passive port usage Bugzilla Id: 61642
 discard 97d9ca6  Check JDK9
 discard 70fcd81  Bug 61642 - Improve FTP test coverage Bugzilla Id: 61642
 discard b464656  Bug 61646 - OS Sampler : Improve coverage Bugzilla Id: 61646
 discard 1295e9a  Bug 61646 - OS Sampler : Improve coverage Bugzilla Id: 61646
 discard 6ee1bba  Bug 61645 - Response Assertion : Add ability to assert on Request Data Bugzilla Id: 61645
 discard 8eee9e4  svn:eol
 discard bbdd60d  JMS : Increase coverage Fix failure on Windows Jenkins by limiting storage and temp size
 discard c4f521d  Bug 61644 - HTTP Cache Manager: "Use Cache-Control/Expires header when processing GET requests" should be checked by default Bugzilla Id: 61644
 discard fd67d53  Bug 61639 - HTTP(S) Test Script Recorder : In request filtering tab, uncheck by default "Notify Child Listeners of filtered samplers" Bugzilla Id: 61639
 discard c0175f5  JMS : Increase coverage Add test for TemporaryQueue
 discard 93c244d  JMS : Increase coverage
 discard 7dc8d1c  Fix typos
 discard 78243d9  Add JMS Tests Fix AssertionFailure due to local code
 discard 653fa26  svn:eol Add Tests on Publish/Subscribe
 discard 97d6a3e  Ignore activemq-all as it's part of tests
 discard 6769977  Add JMS Tests
 discard a4b86f3  Bug 60213 - Boundary based extractor Fix a bug when only left boundary is here Bugzilla Id: 60213
 discard c3a638a  Bug 60213 - Boundary based extractor Increase coverage and find a bug Bugzilla Id: 60213
 discard cb04c9e  Fix wrong test
 discard 380b35f  Increase coverage
 discard 54a984c  Updated to rhino-1.7.7.2
 discard a26cb46  Standardisation of Boundary Extractor labels
 discard 1739332  Fix SONAR issues Fix wrong matching
 discard eb03093  Bug 60213 - Boundary based extractor Fix version Bugzilla Id: 60213
 discard 68b2886  Bug 60213 - Boundary based extractor i18n + version Bugzilla Id: 60213
 discard 8e949b1  Bug 60213 - Boundary based extractor Bugzilla Id: 60213
 discard 545430b  Check if undo feature is enabled
 discard e9bd369  Bug 61629 - Add Think Times to Children menu should not consider disabled elements Bugzilla Id: 61629
 discard 2c20b74  Bug 61628 - If split string has empty separator default separator is not used Bugzilla Id: 61628
 discard 87ee8c8  Bug 61627 - Don't clear LogView anymore when clicking on Warning/Errors Indicator Bugzilla Id: 61627
 discard 3f6d6b4  Bug 61618 - Upgrade Beanshell to 2.0b6 Bugzilla Id: 61618
 discard 3dd92d7  Bug 61619 - In Function Helper Dialog, the 1st function doesn't display default parameters Bugzilla Id: 61619
 discard 9ab75a5  Bug61607 Add browse button in all beanshell elements to select beanshell script
 discard 89a727a  Add ) Thanks Pascal Schumacher
 discard 097c216  Bug61606 - Translate Browse... button in some element (FileEditor)
 discard fabc593  Fix issue in While Controller documentation Remove use of sub performing functions mention
 discard 2996577  Warn empty truststore loading like empty keystore loading Contributed by Vincent Herilier This closes #316
 discard dfc9b23  Reverse Bug 61602, Bug 61595, Bug 61593
 discard 719edda  Bug 61602 - Fix broken tests - part1
 discard ca10256  Bug 61602 - BeanInfoSupport-based generated UI for Counter element
 discard 1835192  Bug 61595 Remove Detail, Add, Add from Clipboard, Delete buttons in Java Request Defaults & Java Request GUI
 discard 97069f0  Bug 61593 Remove Detail, Add, Add from Clipboard, Delete buttons in Backend listener GUI
 discard da82746  Bug 61593 - Remove Detail, Add, Add from Clipboard, Delete buttons in Function Helper GUI
 discard d1a504d  Bug61588 - Better log message for RandomDate function
 discard 7a881a7  Bug 61556 - Clarify in documentation performance impacts of ${} var usage in IfController and groovy Contributed by  Justin McCartney This closes #314 Bugzilla Id: 61556
 discard f09826b  Fix JMS translation
 discard 8e2c6b7  Bug 61529 - Migration to Java 9 This closes #308 Bugzilla Id: 61529
 discard 4bc5fe2  Fix docs as per note on user mailing list "switch controller documentation wrong"
 discard 5f0a0ec  Bug 57039 - Inconsistency with the undo/redo log This closes #300 Add  Emilian Bold to Thanks section Bugzilla Id: 57039
 discard a649dce  Add MaxMetaspaceSize
 discard e469303  Bug 57039 - Inconsistency with the undo/redo log This closes #310 Contributed by Emilian Bold Bugzilla Id: 57039
 discard 74a697a  Bug 61549 - Thread Group : Remove start and end date Bugzilla Id: 61549
 discard 15f14ba  Bug 61569 - JMS Point-to-Point Test Plan: Synchronization issue when putting reply Bugzilla Id: 61569
 discard c42de9e  Bug 61561 - Function helper dialog should display exception in result Make "Copy and paste function string" read only to avoid confusion Bugzilla Id: 61561
 discard 159f9b1  Bug 61561 - Function helper dialog should display exception in result Bugzilla Id: 61561
 discard 3e7a4bd  Fix example that uses a removed function __jexl and leads to stackoverflow. See : - https://stackoverflow.com/questions/46390688/jmeter-3-3-csv-example-throws-stackoverflow-exception/46393644#46393644
 discard 9fdbdf9  Changes Java version requirements
 discard 735360d  Indicate that Java 9 is not supported
 discard 61bc4f8  Bug 61559 : Better label/translation/documentation for label ignoreFirstLine.displayName for CSV Data Set Config : fix typo in spanish
 discard 87a18c2  Bug 61559 : Better label/translation/documentation for label ignoreFirstLine.displayName for CSV Data Set Config
 discard e033673  Next dev version (3.4-SNAPSHOT currently) Move 3.3 release notes to changes_history. Start 3.4 release notes.
 discard dc41649  Bug 61548 - Wrong description of JMS Publisher Bugzilla Id: 61548
 discard 196635d  Bug 61537 - Wrong numbers of users and requests in User Manual Bugzilla Id: 61537
 discard 68c6006  Bug 61538 - Wrong Figure id in User Manual Bugzilla Id: 61538
 discard c563f67  Force US-locale for parsing If-Modified-Since header in tests.
 discard df5ab72  svn:eol
 discard f03e5d4  Increase test coverage of JDBC Request and Configuration
 discard 9747ec7  Prepare next release 3.3: update docs tree and overview (RC1)
 discard 7f197cb  Link AssertionResult to its javadocs
 discard 4e146a7  Remove old jacoco jar
 discard e5d15b0  Typos And advise using last JDK8 version
 discard 503c343  Typos
 discard 6424b60  Improve New and Noteworthy section
 discard a4554f2  Improve New and Noteworthy section
 discard 9f5c1d0  Improve New and Noteworthy section
 discard 71e22b5  Better with direct link to functions manual
 discard 7a57900  Add mentions for new funtions and the new field into function helper dialog box
 discard 9596ae2  No important changes for the next release
 discard 4c98b43  No logging changes for the next release
 discard f036fc2  Add missing <ul></ul> tags
 discard ed5c937  Mostly uppercase/lowercase/mixedcase and markup changes. One 'num' to 'number'
 discard 4c056b5  Add markup
 discard 3b26642  Markup changes
 discard 874207b  Spacepolice
 discard fa2886a  Fix some typos
 discard 502842d  BUG61527 - CSV data set config : change the name of property and fix doc
 discard 97eb9d4  Bug 60743 - Stopping / Shutting down Test might create a deadlock due to HTTPCORE-446 Bugzilla Id: 60743
 discard 728c4f5  Set "Validation Query" to empty in JDBC Load Test template
 discard 33ef006  BUG61527 - CSV data set config : Add a list for main file encoding values for File encoding attribute
 discard ff60351  Updated to httpcore 4.4.7 (from 4.4.6)
 discard 64a4912  Use lambda
 discard ed375d1  This closes #309 - CSV data set config : Add browser button to Filename field
 discard 2db2f8d  Fix Sonar false positive on equals
 discard ed70619  Revert test of Java 9
 discard 6f7f294  Fix some javadoc warning
 discard 810836d  Make JMeter compile with java 9.
 discard 433292f  Build using Java 9 and enable TEST_HTTPS
 discard 4c294bc  This closes #307 : OS Process Sampler : Add browser button to Command and Working directory fields
 discard fabd702  Use explicitly default charset and more efficient method
 discard e9f8640  Fix test failure
 discard bc162c4  Fix default charset use reported by antonio and some other code smells
 discard aa2cf98  Fix default charset use reported by antonio and some other code smells
 discard 95aa93e  Use an available annotation
 discard aea12b9  Comment on false-positive issue reported by antonio
 discard 41857d5  Fix issue reported by antonio
 discard 47efcfb  Bug 61395 - Large server response truncation can impact recording Truncating responses over 10MB by default was a bad idea. It is better to disable it by default and have the option available if needed. Bugzilla Id: 61395
 discard 87a7e4c  Add Alexander in Thanks section for his help and feedback on Bug 61395 Bugzilla Id: 61395
 discard 24130b0  Bug 61481 - Help Menu Item to export transaction for Web report Bugzilla Id: 61481
 discard afc9bae  Bug 60156 - TCPSampler : Latency is not measured for TCP Sampler Contributed by UbikLoadPack Oups forgot to commit tests Bugzilla Id: 60156
 discard c009f0c  Fix bad label in org.apache.jmeter.gui.action.ExportTransactionAndSamplerNames
 discard 04c5992  agomes : Add bug id in changes.xml for all my commit
 discard ce1bdbc  Bug 60156 - TCPSampler : Latency is not measured for TCP Sampler This closes #306 Bugzilla Id: 60156
 discard 92cbcce  Bug 60156 - TCPSampler : Latency is not measured for TCP Sampler The commit http://svn.apache.org/viewvc?rev=1807719&view=rev closes #306 Bugzilla Id: 60156
 discard 96ecfa4  Bug 60156 - TCPSampler : Latency is not measured for TCP Sampler Contributed by UbikLoadPack Bugzilla Id: 60156
 discard 3d09d28  Bug 61395 - Large server response truncation can impact recording Bugzilla Id: 61395
 discard 7d15a62  Space police
 discard ea04c49  Bug 61493 - Max/Min threads are interchanged in Graphite and InfluxDB backend listener Bugzilla Id: 61493
 discard 231038e  This closes #61492 : Add the possibility to change the value of proxy.pause in the HTTP(S) Test Script Recorder GUI
 discard a23464a  Revert my commit : Enable restart when prefix is modified in proxy recorder
 discard 1d97cef  Enable restart when prefix is modified in proxy recorder
 discard 20213fd  Avoid NPE
 discard 5ca7fe6  Re enable TEST_HTTPS for SNI tests using https://analytics.usa.gov/ which uses SNI
 discard 51b66e1  Bug 57055 - CheckDirty.doAction should clear previousGuiItems for SUB_TREE_SAVED Bugzilla Id: 57055
 discard 7fb1233  Add jdbc.config.jdbc.driver.class & jdbc.config.check.query properties in the documentation
 discard a65f079  Bug 58876 - TestPlanName function returns null for a newly saved Test Plan and uses previously opened one for a new one Bugzilla Id: 58876
 discard 8862450  Add a list for "JDBC Connection Configuration" "Validation Query" attribut. Felix remarks 2 implemented
 discard 5facea4  Add a list for "JDBC Connection Configuration" "JDBC Driver class" attribut.
 discard 86f94be  Add a list for "JDBC Connection Configuration" "Validation Query" attribut. Felix remarks implemented
 discard 7db3665  Add a list for "JDBC Connection Configuration" "Validation Query" attribut. Screenshot later after I modified another attribute
 discard d349f67  Fix code smell, remove null assignment
 discard ae742c1  Improve javadocs formatting
 discard 45a223d  Bug 61481 - Help Menu Item to export transaction for Web report Improve layout and center label
 discard b23b9b9  Bug 61481 - Help Menu Item to export transaction for Web report Bugzilla Id: 61481
 discard 72792eb  Spacepolice
 discard ecd55cb  Add 2 unitary test to UnEscapeHtml function
 discard 7a239fe  Bug 61384 - Adding charset to multipart/form-data content type irritates IIS Revert changes as per further analysis and jmeter/hc mailing lists answers Bugzilla Id: 61384
 discard 6e6d7d8  Bug 61384 - Adding charset to multipart/form-data content type irritates IIS Revert changes as per further analysis and jmeter/hc mailing lists answers Bugzilla Id: 61384
 discard 5c5094e  Use native eol for java files.
 discard 9a422a2  Use system DNS resolver as last resort, when resolving entries in the static host table.
 discard d896384  Add a full stop to mark the end of the sentence
 discard aea1b75  Correct spelling (case) of RandomDate
 discard 2027565  Markup changes and minor re-phrasings.
 discard d694b92  Correct spelling (case) of RandomDate
 discard 236bd1a  Add a random date within a specific date range function : Fix checkstyle File does not end with a newline
 discard eb32f7a  Add a random date within a specific date range function : Add the ASF header
 discard 25c3116  Add a random date within a specific date range function : forget to commit some files
 discard be766af  This closes #303 : Add a random date within a specific date range function
 discard a8d0ec1  Bug 61473 - View Results Tree : Switching the Renderer shows empty Sampler Result Bugzilla Id: 61473
 discard 32db80a  A few more cases of Jmeter -> JMeter conversions
 discard cbc0ccb  A few more cases of Jmeter -> JMeter conversions
 discard b5f2888  Take Felix notes into account
 discard df38f2f  Use JMeter instead of Jmeter. Clarify timing for JUnit as it seems it is not as per:
 discard a1463ef  Bug 61384 - Adding charset to multipart/form-data content type irritates IIS Fix failing test: - Java Implementation corrupts parameter name for UTF-8, so add a check - Fix wrong CSV file for Java Bugzilla Id: 61384
 discard 9e997cd  Bug 61384 - Adding charset to multipart/form-data content type irritates IIS Fix failing test Add test on param non corruption when charset is UTF-8 , second try Bugzilla Id: 61384
 discard 443737a  Bug 61384 - Adding charset to multipart/form-data content type irritates IIS Fix failing test Add test on param non corruption when charset is UTF-8 Bugzilla Id: 61384
 discard cb6fb2f  Bug 61384 - Adding charset to multipart/form-data content type irritates IIS Fix failing tests Bugzilla Id: 61384
 discard 58b409b  Bug 61384 - Adding charset to multipart/form-data content type irritates IIS
 discard 18e3ffe  Explain how to report an issue on project
 discard 85acd6e  Add some badges
 discard 3af0ace  Upgrade caffeine from 2.5.3 to 2.5.5
 discard 768e8d2  Improve a bit documentation to mention InfluxDBBackendListenerClient
 discard 446bd71  Bug 61457 - InfluxDB backend listener client : Support sending result to InfluxDB through UDP protocol This closes #302
 discard 9c7dbca  Ensure cleanup is done
 discard bec7788  Bug 61456 - java.lang.ArrayIndexOutOfBoundsException when recording with JMeter and weird Basic Auth Authorization header Bugzilla Id: 61456
 discard 41b6cd3  Bug 61399 - Make some bin and extras scripts Shellcheck compatible This closes #304 Contributed by Wolfgang Wagner Bugzilla Id: 61399
 discard ce6b8b0  Don't set the charset on enclosing multipart/form-data header. It irritates some servers.
 discard 4dd1e1a  Little typo. Ko/sec in French not KB/sec
 discard f6b68d2  Change the cryptographic signature of packages from sha-1 to sha-512 Bugzilla Id: 61438
 discard bd5c92f  Fix French typo in time_format
 discard af9e464  JDBC Connection Configuration : Set Max Number of Connections to 0 by default
 discard d4d8772  Better label/translation/documentation for labels start and max for Counter element
 discard dfd62f6  Bug 61380 - JMeter shutdown using timers releases thundering herd of interrupted samplers Within this bug,  improve fix for bug 57958 which does not handle correctly the shutdown. Bugzilla Id: 61380
 discard 439ef1f  Remove useless null testing
 discard 05b2f2e  javadoc thinks the comma is part of the name of the parameter
 discard d2b2f47  Set Max Number of Connections to 0 into JDBC Connection Configuration for the JDBC Load Test template
 discard dc42d9a  Update CSV Data Set Config screenshot
 discard bc48733  Bug 61321 - HTTP Cache Manager : with cache enabled & Retrieving embedded resources, JMeter fetches resource from server rather than cache at each alternate iteration Add test case Bugzilla Id: 61321
 discard 8735cf6  Add abbr markup to explain an acronym
 discard fbb9186  Sort entries
 discard d89b54b  Bug 61359 - When cutting an element from Tree, Test plan is not marked as dirty Bugzilla Id: 61359
 discard e948225  Remove bad character
 discard d30b3ff  Improve logging
 discard b814fa0  Improve logging
 discard adef68b  Simplify logging a bit and log more details (varyHeader).
 discard 671bd71  Add some javadoc to CacheEntry.
 discard 312a6fe  Correct parameters for log message. expiresDate is null and not wanted here.
 discard 1957385  Don't store entries in the cache, when they are already present.
 discard 249fd84  Now really use new funclink macro
 discard 223e164  Use new funclink macro
 discard a2266a3  Improve logs Bugzilla Id: 61176
 discard 5e2fd78  Guard debug log messages that call a function with Logger#isDebugEnabled
 discard e4648fe  More (and correct) usage of new macro funclink
 discard 0ebe2ec  Add a 'funclink' macro to the stylesheets to make it possible to easily link to functions.
 discard e04d1da  Bug 61336 - BeanShell Assertion : mistake in Chinese translation Bugzilla Id: 61336
 discard 2bcbb2e  Don't mention improvements on an introduced function (at least I think  so :-) ).
 discard 4a5e32b  Bug 61341 Add locale parameter to timeShift function Clarify and simplify code Bugzilla Id: 61341
 discard 0bc9132  Bug 61339 - [Backend Listener] In TIMED mode, metric are not reset Nightly build bugs are not mentionned in release notes. Bugzilla Id: 61339
 discard a94a60b  Render the displayed sampler result less often
 discard 15117d8  Update changelog
 discard 554f021  Add locale parameter to timeShift function Bugzilla Id: 61341
 discard d336b69  Fix reset metric on timed mode and split JUnit test ( for timed et fixed mode ) to handle correctly the real behavior of JMeter Bugzilla Id: 61339
 discard 2bd3989  Add JUnit test Bugzilla Id: 61335
 discard c6ea053  make date & period variable on each execution Bugzilla Id: 61335
 discard d310808  Bug 61332 - NIGHTLY BUILD : HTTP sampler with Cache manager doesn't work with JAVA implementation Bugzilla Id: 61332
 discard b76d2aa  Remove wrong css-tag
 discard b7a8c19  Add missing semicolon
 discard d4a43c0  Make checkstyle happy and remove one lonely semicolon
 discard 501de54  Change equals and hashCode so that they are more independent from JMeterVariables.
 discard 5ba0d14  Bug 61329 - Warning on console "Security framework of XStream not initialized, XStream is probably vulnerable." Bugzilla Id: 61329
 discard f770c1a  Remove 'empty' javadoc as it is inherited from JMeterVariables
 discard ef2d76b  Added javadoc
 discard ca24399  Spacepolice
 discard 478edc5  Bug 61068 - Introduce property "resultcollector.action_if_file_exists" to control the popup "File already exists" when starting a test Mention property in popup Bugzilla Id: 61068
 discard 25e50a3  Buffer writing
 discard 8797fd0  Tests for UnmodifiableJMeterVariables
 discard c64b29e  Bug 61068 - Introduce property "resultcollector.action_if_file_exists" to control the popup "File already exists" when starting a test Bugzilla Id: 61068
 discard 643f824  Filled in the summary of current improvements/changes.
 discard 0db911d  Markup changes and one missing 'it'
 discard 41661f7  Bug 61198 - Backend Listener does not work properly in main script when included scripts also contain Backend Listener Bugzilla Id: 61198
 discard 52316a5  Bug 61259 - JDBC Request : since JMeter 3.0, when JDBC auto-commit is false, a rollback statement happens each time a Request is executed Bugzilla Id: 61259
 discard ab1d4de  Bug 61320 - Test Action : Set duration to 0 by default Bugzilla Id: 61320
 discard f9f3fb5  Bug 61271 - hidpi settings don't persist across look and feel changes Document regular behaviour Bugzilla Id: 61271
 discard 53c0787  Bug 61277 - Batch test failing - SlowCharsFeature Bugzilla Id: 61277
 discard d0923ac  Bug 61314 - HTTP URL Re-writing Modifier doesn't replace existing jsessionid in http sampler, but adds to the end Bugzilla Id: 61314
 discard 2cf5ec7  Add a note about the usage of variables in 'Random Variable'. Bugzilla Id: 61318
 discard dd684d7  Javadoc: markup changes and addition of the function parameters 'sequence start' and 'sequence end'
 discard 06595e4  Javadoc: markup changes and correct number of _ in front of the function name.
 discard 4c8dcfd  Fix regression: SMTP Sampler could not send mails, when no attachements where specified.
 discard 78cd427  Remove unsed import Dimension
 discard 415106c  Remove Preferred Size on web request panel: don't needed and avoided a cut of field when the HiDPI x2 factor is enabled
 discard 3dfe41c  Updated to Apache Tika 1.16
 discard e161062  Bug 61260 - __XPath function returns null despite xpath checker founds matches svn properties Bugzilla Id: 61260
 discard db80572  Bug 61260 - __XPath function returns null despite xpath checker founds matches Bugzilla Id: 61260
 discard 4f56bea  Try to keep status of selected and expanded elements in View Results Tree when new elements are added.
 discard 1be837e  Bug 61259 - JDBC Request : since JMeter 3.0, when JDBC auto-commit is false, a rollback statement happens each time a Request is executed Bugzilla Id: 61259
 discard ceef73c  Bug 61258 - StringFromFile function is mentioned twice in the Function helper dialog Bugzilla Id: 61258
 discard 3033d5c  Log exception instead of ignoring it.
 discard f059023  Check for null before using value in a regex match.
 discard 7f9f436  Unit tests for MD5HexAssertion
 discard 062fe05  Little optimisation
 discard e25caaa  Sample may have "ended" already. don't call sampleEnd twice in that case.
 discard d562d21  When looking for classes in ActionRouter, fall back to location of the jar, where ActionRouter is loaded from.
 discard ecbe2c6  Implement caching of requests with "vary" header.
 discard eac4bdb  Reformat to make it easier to read.
 discard 5dcf019  Rename local variable to comply with java naming conventions.
 discard d376b15  Extract code into local private methods.
 discard 4fb6f48  Use log string templates instead of string concatenation.
 discard 15998d7  We are not not doing any real work here and it simplifies our code.
 discard dc7edd2  Updated to ph-commons 8.6.6 (from 8.6.6)
 discard f9032a3  Don't save size in bytes for the whole message, as it includes the headers. Assert for size of body instead.
 discard 506c411  Updated to caffeine 2.5.3 (from 2.5.2)
 discard 618dd82  Updated to caffeine 2.5.3 (from 2.5.2)
 discard 28bcd32  Fixed width fonts too small in text areas to read under hidpi (user manual bug) Bugzilla Id: 61270
 discard 14dd6a2  Update markup.
 discard 3b5453b  Update link to i18nedit as the old one is dead.
 discard adc4c3c  Updated to json-path 2.4.0 (from 2.2.0)
 discard 66c93a4  Updated to groovy 2.4.12 (from 2.4.11)
 discard 5b507f0  Length of response seems to have changed on the jmeter homepage.
 discard d2b6038  Be consistent in writing Ant (and try to trigger a build)
 discard 56a9020  Don't use 'here' as a link text.
 discard 91777ab  Explain the prerequistes to compile JMeter a bit more in detail.
 discard d257360  Try to make it clear, that 'install' is optional.
 discard ed4e1da  Change encoding
 discard 346fb9a  Updated to jsoup-1.10.3 (from 1.10.2)
 discard 2cd4efc  <li>Updated to commons-lang3 3.6 (from 3.5)</li>
 discard e886361  Updated to jsoup-1.10.3 (from 1.10.2)
 discard 6cc3e8b  Fix typo and doc
 discard 83ce676  Fix code smell
 discard 3caf011  Allow to use variables ( from User Defined Variables only ) in all listeners in slave mode Try to secure exposed JMeterVariables Bugzilla Id: 57962
 discard 693ed88  Allow to use variables ( from User Defined Variables only ) in all listeners in slave mode Rename method to make it clearer
 discard 245044a  Allow to use variables ( from User Defined Variables only ) in all listeners in slave mode Renamve method to make it clearer
 discard dbfd05e  Allow to use variables ( from User Defined Variables only ) in all listeners in slave mode Try to make code of PreCompiler more readable
 discard 7375433  Return the value of the expression directly Bugzilla Id: 61167
 discard 704f5df  Add JUnit test for SamplerMetric
 discard 19e3c5a  Ignore Case for error metric
 discard 3263a5c  Fix some remarks / forget to push this file
 discard 7e20517  Fix some remarks Bugzilla Id: 61167
 discard 901ee68  set native eol-style Bugzilla Id: 61167
 discard a895ea0  Add a Grafana Template Bugzilla Id: 61167
 discard f7ad7ac  Update Changes file Bugzilla Id: 61167
 discard 68b5098  InfluxdbBackendListener : add number of errors by response code and message for each transaction Bugzilla Id: 61167
 discard cb765cd  Allow to use variables ( from User Defined Variables only ) in all listeners in slave mode Bugzilla Id: 57962
 discard f748469  whitespace police
 discard 4b42ac9  Rename parameter to conform with java naming conventions
 discard 0515165  Extract code into private method to reuse it and fix possible null pointer exception.
 discard 264792b  Inline local variable to make following refactoring easier.
 discard 7322645  Javadoc and whitespace changes. No change of functionality.
 discard 3a009ee  Followup to r1793271. Make it clear, that partial matches have to be handled with parens.
 discard d426b18  Correct markup. dt tag has to be closed, not opened.
 discard 2173125  Spellcheck
 discard 23cd9f0  Correct markup.
 discard a37df9d  Bug 61151 - Report/Dashboard : Top 5 Errors by Sampler and Errors : If assertion contains html code, the html part is hidden Bugzilla Id: 61151
 discard 1bf8e5b  Updated to Apache Tika 1.15
 discard 85710ac  Unused import
 discard c50117c  Bug 61135 - CookieManager : Drop Implementation select box and cleanup class Bugzilla Id: 61135
 discard f4f7d0a  Updated to caffeine 2.5.2 (from 2.5.1)
 discard f51a308  Updated to xstream 1.4.10 (from 1.4.9)
 discard c6ca0d0  Bug 61131 - IfController and WhileController : Improve UX Simplify code to avoid hack for headless mode Bugzilla Id: 61131
 discard 8a6b50d  Bug 61131 - IfController and WhileController : Improve UX Simplify code to avoid hack for headless mode Bugzilla Id: 61131
 discard 588e3bb  Bug 61131 - IfController and WhileController : Improve UX Bugzilla Id: 61131
 discard bebb496  Update jodd to 3.8.6 from 3.8.1
 discard 5e0e4b8  Revert checkstyle upgrade as it requires more work
 discard d1e75b2  Update jodd to 3.8.6 from 3.8.1
 discard 2990d67  Update checkstyle to 7.7 (from 6.13)
 discard 09d2bc0  Update xmlgraphics-commons to 2.2 from 2.1
 discard 22ccdf6  Update log4j2 to 2.8.2 from 2.8.1
 discard a5b8974  Update ph-commons to 8.6.5 from 8.6.0
 discard 01e8716  Update ph-css to 5.0.4 from 5.0.3
 discard 573b52f  Update commons-jexl3 to 3.1 from 3.0 Remove workaround as issue JEXL-186 is fixed in 3.1
 discard d79cc4e  Update commons-jexl3 to 3.1 from 3.0 and fix failures due to licenses
 discard b65aeac  Update caffeine to 2.5.1 from 2.4.0
 discard f350d35  Update dec to 0.1.2 to 0.1.1
 discard 2d6bd3b  Fix test failure after commit 1796491 (size of files changed after spellcheck fixes)
 discard 6140bb4  Spellcheck.
 discard 5fd6376  Mention Liu who helped
 discard 04d83f6  Bug 60889 - JMeter JDBC sample calls SELECT USER() when testing with MySQL JDBC due to Connection#toString call for response headers Bugzilla Id: 60889
 discard 3f6a75c  Bug 61100 - Invalid GC Log Filename on Windows Bugzilla Id: 61100
 discard f75d74d  Bug 61121 - InfluxdbBackendListenerClient: Only all percentiles are sent, not KO and OK Rename constants to make code clearer and to use English Rename statut= to status= Bugzilla Id: 61121
 discard 1aa34f5  Spellchecking.
 discard 323141e  Mention contributor
 discard 9caa7a4  Bug 61129 - Report/Dashboard : If response code is empty but a failureMessage is present, Errors and Top 5 Errors are not accurate Bugzilla Id: 61129
 discard f837b35  Indent output to avoid excessively long lines
 discard c6cee0b  Remove comment for closing PR
 discard 9d7c5c0  This closes #277 Closing PR as we didn't get feedback from contributor and we cannot commit code that might be under a license or copyrights.
 discard 56ffb5d  Bug 61126 - Function Helper Dialog : Add a field that shows execution result Based on Maxime Chassagneux PR This closes #292 Bugzilla Id: 61126
 discard 9df6a14  Remove comment for closing PR
 discard b395f9e  This closes #297 Closing as PR is unusable and it's not clear what was intended.
 discard d13f592  Add changelog entry for: Handle uninitialized RessourceBundle more gracefully.
 discard 2c39e07  Handle uninitialized RessourceBundle more gracefully.
 discard 9aac361  Use correct entity for &-char
 discard e9277c2  Wait for all threads stopped, even those add on the fly during a test Bugzilla Id: 60933
 discard 5c62f54  Spell ASF fully on first mention
 discard 9f7f43e  New library needed for time shift function Bugzilla Id: 61040
 discard 6a3a531  Set eol-style to LF.
 discard 135276c  Add Security link
 discard a646b68  MARC is no longer available; fix up link text
 discard 088f889  Set eol-style to native.
 discard 0c502b8  No need to initialize to null, as it will be re-assigned anyway.
 discard 521868e  Javadoc describe method findClasses.
 discard 372e224  Collect the fixed entries in the list.
 discard 7f9ead1  Javadoc. Add markup and rephrase condition for parameter.
 discard d146aab  Remove unused import.
 discard 8d22c6d  Try to correct test case, when first jar has no annotations.
 discard 69f5db0  return new instance directly, instead of assigning it to a temporary variable first.
 discard 359a7d8  Use method reference.
 discard d0e7d7f  Use lambdas.
 discard ba1b676  Add missing Override annotation
 discard 26ecf75  No need to declare runtime exceptions.
 discard 36262ac  Remove cast. It is not needed here.
 discard bf703dc  Remove unused import
 discard eec038f  set native eol-style for shell files
 discard eb0a880  Bug 57958 - Fix transaction sample not generated if thread stops/restarts
 discard 09724b8  Forget to add hamcrest-date
 discard aeb03ea  Add a time shifting function Bugzilla Id: 61040
 discard 8a9a4ca  Fix doc for building
 discard fb0d59c  Add badges Improve formatting
 discard dcbd730  Add badges
 discard a03929d  Bug 61071 : Bug 61071 - Median calculated incorrectly Add Test contributed by Aleksei Balan within PR 295 Add another test showing a bug on getPercentPoint() Bugzilla Id: 61071
 discard 5a295e7  No space before colon char
 discard fd3dbda  HTTP Test Script Recorder : Port field is very small under some Windows LAF HTTP(S) Test Script Recorder panel have some fields with bad size on HiDPI screen or GTK+ L&F on Linux/XWayland Not needed to use the MinimumSize or PreferredSize for UI panel/components, let's the UI manager set the good dimension depending the L&F settings Using the icon size settings for images on control panel
 discard bc0c5ea  Bug 61056 - HTTP : Support brotli decoding Fix separator Use another site that behaves the same way from all locations Bugzilla Id: 61056
 discard ac4dd85  Bug 61056 - HTTP : Support brotli decoding Change assertion for bing.com call as response is different depending on location Bugzilla Id: 61056
 discard f0670ed  Bug 61056 - HTTP : Support brotli decoding Add Debug to understand failure Bugzilla Id: 61056
 discard 66f49ee  Bug 61056 - HTTP : Support brotli decoding svn:eol Bugzilla Id: 61056
 discard 35e3b9d  Bug 61056 - HTTP : Support brotli decoding Add Test Bugzilla Id: 61056
 discard 430bec9  Replace lambda by method reference
 discard 243cb09  Restore loop as per Felix note
 discard 22943a2  Fix test failure
 discard 1deb119  Improve logging Fix SONAR error Clariy code Use try with resource
 discard bb16cfa  Bug 61056 - HTTP : Support brotli decoding Fix sonar code smells Bugzilla Id: 61056
 discard fdf81f8  Bug 61056 - HTTP : Support brotli decoding Fix tests failure Bugzilla Id: 61056
 discard c07c77d  Bug 61056 - HTTP : Support brotli decoding Fix tests failure Bugzilla Id: 61056
 discard 4abbbd0  Bug 61056 - HTTP : Support brotli decoding Bugzilla Id: 61056
 discard c13e361  Remove logkit
 discard 622a71b  Add test case to show partial replacement does not work
 discard 1ca7bfe  HTTP Test Script Recorder: Port field is very small under some LAF
 discard a7f04d2  Endless loop in JOrphanUtils#replaceAllWithRegex when regex is contained in replacement
 discard c7beb39  Cleanup test cases and reduce sonar warnings.
 discard c86ccdf  Correct markup in changes.xml
 discard 6b3157e  Update groovy to 2.4.11 (second try, missing maven pom update)
 discard 4e1c876  Update to groovy 2.4.11 (from 2.4.10)
 discard 01ee7d1  TableEditor can't be saved, when using two or more instances.
 discard 0a0ad52  Fix wrong link to javadoc of InfluxdbBackendListenerClient
 discard e82b479  Cannot run program "keytool": CreateProcess error=2 when starting JMeter 3.2 in gui mode Change level (from ERROR to INFO) of the exception message when JMeter try to find the keytool util from PATH env var. It's not a error because JMeter try to find keytool with several ways. Little code format to allow better code review. Bugzilla Id: 61026
 discard 364e2e7  Backport (cherry-pick via svn merge -c) the commit r1792316 from docs-3.2 to trunk.
 discard dd1b84f  Apply r1792285 from docs-3.2 to trunk : changes -> changes_history Mention change on View Results Tree Mention ReplaceAll is not replace All
 discard 383c356  Backport (cherry-pick via svn merge -c) the commit r1792287 from docs-3.2 to trunk.
 discard b8cfd62  Bug 61011 - Replace occurrences count is not correct (Path and Host replacement are counted twice) Bugzilla Id: 61011
 discard db92951  Bug 61005 - View Results Tree - Browser Response Data is not clearing Bugzilla Id: 61005
 discard 4b8a5ee  Improve logging
 discard d7ef3d9  Component is in Beta to Stable mode, don't scare users
 discard 3fdfb60  Fix some typo in private constants.
 discard 51581d9  Change checksum of SaveProperties to stay in sync with the corrected typos.
 discard a2a6893  Fix some typo in comments or log messages.
 discard 3739f2e  Fix some typo in comments or log messages This closes #289 Bugzilla Id: 60994
 discard 6dc3aa4  Move 3.2 release notes to changes_history. Start 3.3 release notes.
 discard 3c90664  Next dev version (3.3-SNAPSHOT)
 discard 66d07ab  revert 1790839 commit ( postponed to next release )
 discard 0c585cf  Remove build dir from repository. Added by error during 3.2RC1 process
 discard aebd6b9  Unnecessary type argument (Java 8)
 discard 2714f91  Drop unused/useless code
 discard 07a0f32  A bit more leeway for the test to complete If the cancellation did not work, the test would take much longer, so errors should still be caught
 discard 6662f40  Tab police
 discard 7f3045f  Increase allowable delay to allow for slower Jenkins node
 discard 74d42b4  Don't cumul intial delay + ramp-up delay for a new thread create in the fly. Bugzilla Id: 60530
 discard 07b9692  Debug Jenkins error: add a log message in case test fails
 discard eb04c62  getClass().getResource() does not work as a File if the classpath contains spaces Bugzilla Id: 60966
 discard 04655de  Don't hide IOError in the log file
 discard 0e24ef9  More Windows debug
 discard affdaed  More Windows debug
 discard 6243792  Add a simpler test to try and debug the Windows failure
 discard b016595  Generics
 discard 056af12  Prepare next release 3.2: update docs tree and overview (RC3)
 discard 2a3365d  Set eol-style to native.
 discard 1a4820f  Add the missing part of pr #288, which is the new function itself.
 discard 1d39604  Tab-Police
 discard 36f243f  Add ${__escapeXml()} function. Contributed by Michael Osipov (michaelo at apache.org)
 discard ecfd7f7  Take into account sebb note
 discard 1f0df5d  Improve Influxdb Backend Listener documentation
 discard 5398041  Reintroduce old method in deprecated mode
 discard d95626e  Add file "bin/utility.groovy" to the src archives, otherwise you can not run "ant distribution" from the src archives.
 discard 08ac6fc  No need with Java 8 and with the logging framework changes to avoid: java.lang.ClassNotFoundException: org.slf4j.LoggerFactory
 discard 15e3998  Prepare next release 3.2: update docs tree and overview (RC1)
 discard ed1208c  Next version of JMeter will support at least Java 8
 discard 099a75d  Fix paragraph end tag
 discard 34e517c  Fix message
 discard 515e245  Improve new and noteworthy
 discard 01ca973  Update future work
 discard 2c8f551  Improve new and noteworthy
 discard db1e444  Correct link as intro.xml was renamed and is no longer the first page
 discard 779d2ca  Complete New and Noteworthy section
 discard 06483ab  Bug 60112 - Report / Dashboard : Add ability to customize APDEX thresholds per Transaction name Fix typo Bugzilla Id: 60112
 discard b59bb0b  Bug 60112 - Report / Dashboard : Add ability to customize APDEX thresholds per Transaction name Fix Sonar errors Bugzilla Id: 60112
 discard 28cff20  Bug 60112 - Report / Dashboard : Add ability to customize APDEX thresholds per Transaction name Increase coverage Bugzilla Id: 60112
 discard 7106b39  Improve docs
 discard b582f61  Bug 60112 - Report / Dashboard : Add ability to customize APDEX thresholds per Transaction name Move file Bugzilla Id: 60112
 discard aa344b4  Bug 60112 - Report / Dashboard : Add ability to customize APDEX thresholds per Transaction name Mode file Bugzilla Id: 60112
 discard 47e0f77  Bug 60112 - Report / Dashboard : Add ability to customize APDEX thresholds per Transaction name Contributed by Stephane Leplus This closes #287 Bugzilla Id: 60112
 discard 8d1cff2  Fix code smell
 discard 44432ae  Bug 60928 - Http Request : Connection Leak when keepalive is used with Embedded Resources Bugzilla Id: 60928
 discard 9aaf9e1  Upgrade to slf4j 1.7.25 from 1.7.24
 discard d389af2  Rename private field threadSafeLenientFormatter to avoid confusion with public method with the same name
 discard d785cc4  Rename method to make it clear as per Felix note
 discard 9b6c16d  Bug 60830 Timestamps in CSV file could be corrupted due to sharing a SimpleDateFormatter across threads Bugzilla Id: 60830
 discard 97cee57  Add Test for parsing errors
 discard 36e32a0  Mention property in case of error
 discard bf2dac8  Upgrade to slf4j 1.7.25 from 1.7.24 Fix licenses
 discard 652c09b  Upgrade to slf4j 1.7.25 from 1.7.24
 discard f683c7c  Upgrade to accessors-smart-1.2 from 1.1
 discard bc94b8f  Upgrade to json-smart-2.3
 discard d0dc88b  Not needed oups
 discard a10672c  Add license file for json-path-2.2.0
 discard 074f009  Document Differences in Logging : Old vs New Practices (levels, API, etc.) Contributed by Woonsan Ko This closes #286
 discard f3ff2e7  Use vellip entity.
 discard 8383e57  Remove @version that uses svn revision as it makes useless differences when comparing svn with github
 discard 31b13bb  Remove @version that uses svn revision as it makes useless differences when comparing svn with github
 discard 7f77ae8  Remove @version that uses svn revision as it makes useless differences when comparing svn with github
 discard bd4085e  Remove @version that uses svn revision as it makes useless differences when comparing svn with github
 discard 214d1c3  Remove @version that uses svn revision as it makes useless differences when comparing svn with github
 discard f1c4a50  Remove @version that uses svn revision as it makes useless differences when comparing svn with github
 discard f6fd743  Remove @version that uses svn revision as it makes useless differences when comparing svn with github
 discard eebccad  Make it clear Hits/sec and Codes/sec exclude Embedded resources requests
 discard 9748c3e  Bug 60919 - Report / Dashboard : Latency Vs Request and Response Time Vs Request are wrong if granularity is different from 1000 (1 second) Bugzilla Id: 60919
 discard 548380c  Add docs for property proxy.use and change Michael's email.
 discard b1ecabc  WARN is too verbose for defaulting
 discard fa95180  Bug 60896 - HTTP(S) Test Script Recorder : Improve UX by reducing number of properties on screen Add labels Bugzilla Id: 60896
 discard 7caf1a1  Bug 60896 - HTTP(S) Test Script Recorder : Improve UX by reducing number of properties on screen Bugzilla Id: 60896
 discard c6fa285  Set minimum
 discard 35fb71f  Spacepolice
 discard 7f95818  Add properties to skip tests, that fail in environments without proper internet access, ie. are behind a proxy. Contributed by Michael Osipov.
 discard f78268a  Build improvements to better enable builds in environments that are behind a proxy.
 discard 6c66a1e  Typo
 discard 11257f6  Improve doc
 discard 1422a95  Spelchack.
 discard 809b5ca  Split title and data for description list.
 discard d9894e7  Change some unicode quotes to ASCII ones.
 discard adf0206  Space police. Remove some more no-break space unicode chars.
 discard e783ec0  Space police. Some strange space has crept into the log messages.
 discard efb677f  Bug 60888 - HttpRequest : Add option to allow retrial of all requests including NON Idempotent HTTP methods Document new property Bugzilla Id: 60888
 discard a7c35694 Updated to groovy 2.4.10 from 2.4.9
 discard 5ca661a  Comment on what seems to be SONAR false positive
 discard 45ee252  Log exception
 discard 2b251f9  Bug 60830 - Timestamps in CSV file could be corrupted due to sharing a SimpleDateFormatter across threads Bugzilla Id: 60830
 discard 2216130  Clarify docs
 discard 40dd2ec  Add link to JMeter quality report on Sonar
 discard 63346a7  Mention the usage of ANT_OPTS to use a proxy in the building instructions.
 discard b596ae9  Add build-local.properties to rat excluded files.
 discard 1f2e3cf  Fix sonar security error
 discard 970950e  Fix doc
 discard 3e47c10  Bug 60884 - [HTTP Cookie Manager] Can't delete row
 discard d6796fb  Bug 60874 - Backward incompatibility introduced in WebDriver Sampler in JMeter 3.2 Bugzilla Id: 60874
 discard 000c017  Fix update of jmeter_accesslog_sampler_step_by_step doc
 discard 5cfa5c5  Update jmeter_accesslog_sampler_step_by_step
 discard b87adbf  Log that we are defaulting (should rarely happen as it is defined in saveservice.properties)
 discard 5c4fc93  Ensure classpath includes bshclient.jar
 discard 0812d61  The .jtl file can be useful if a test fails so save some additional data to it The .jtl files are not compared for contents, they only have to exist
 discard aa1627c  SaveService omits XML header if _file_encoding is not defined in saveservice.properties getFileEncodingCharset() no longer returns null, so can simplify calling code
 discard 9a7bf79  Fix RA name to agree with test
 discard 2171c7b  Fix test failure
 discard 085fede  Bug 60859 - Save Responses to a file : 2 elements with different configuration will overlap Add JUnits Bugzilla Id: 60859
 discard b851f9e  Mention work on quality and tests
 discard f7234ac  Fix name as per Felix remark
 discard 8adc64f  Add information on Test element
 discard 057f058  Docn fix
 discard e5adcfc  Simplify - omit unnecessary use of FileReader/Writer
 discard 69ef814  Unused field (never written)
 discard 57d6d11  Unused import
 discard 72a731f  Bug 60595: add spacing around JMeter logo on splash screen to look nicer
 discard e6ee875  Update JMS publisher screenshot and changes for 3.2
 discard d30d7d7  Add screenshots
 discard 3ae766c  Remove warning on BETA code
 discard 4230a1c  Fill in New and Noteworthy section (screenshots to be added)
 discard 1f0b29a  Update link to Logger javadocs
 discard 7616629  Update link to Logger javadocs
 discard 054be1b  Add space between pr and label
 discard 76223fb  Fix wrong initial version of jodd
 discard ffd496e  Improve release notes
 discard a1297c8  Add test for Random Variable
 discard 6996aa9  Try to be consistent with upper/lower case and correct a typo of an anchor.
 discard 9bd41ba  Add note about reduced entries in View Results Tree.
 discard e51f6b6  Don't add a dash automatically after pr tag, as it is used mostly in text, where the dash is not needed.
 discard 8734c6c  Try to be consistent with upper and lower case of product names.
 discard 5bcd5ea  Markup for 3rd
 discard 42272b6  Update doc for CSV Data Set, improve variable names field explanation
 discard f0ce4c6  Add return tag to javadoc
 discard 85d7757  Combine tests to reduce code duplication. Fix html-pseudo code for frame, so that JSoup doesn't choke on it.
 discard 55ffa74  Bug 60842 - jmeter chokes on newline Optimize by using static Pattern Factor our code in base class Use code in JSoup based implementation Add Junit tests for it Bugzilla Id: 60842
 discard 37ed326  Mention bug in changelog.
 discard d28417d  Trim extracted URLs and remove whitespace like newline, carriage return, formfeed and backspace.
 discard f3e21e4  Tests for the Lagarto Html Parser in preparation for bug 60482
 discard 14182dc  Use jmeter.gui.refresh_period to configure period of refresh for Summary Report.
 discard 3b7c96e  add httpclient4.request_sent_retry_enabled to allow retrying even if request was sent
 discard e330dd2  Bug 60837 - GET with body, PUT are not be retried even if retrycount is higher than 0 Bugzilla Id: 60837
 discard 68afa0b  Modify jmeter proxy step by step documentation to be aware of all the news fetaures. This closes #279
 discard 2057a89  Fix sonar error
 discard 993278a  Bug 60837 - Since version 3.1, HttpGet with a body may not be retried even if retrycount is higher than 0 Bugzilla Id: 60837
 discard 16b943b  Surround logs with log.isDebugEnabled
 discard f8cabb4  Fix NPE for addThreadLock transient object in remote mode Bugzilla Id: 60829
 discard 920fef6  Can now simplify code further
 discard 5071840  Inline method: it is short and a separate method is harder to follow
 discard 131d0cc  ResultCollector does not ensure unique file name entries in files HashMap Bugzilla Id: 60822
 discard b119c4f  Misc logging improvements Contributed by Benoit Wiart This closes #281
 discard b6d24a0  Formatting
 discard e39781d  Misc clean up Contributed by Benoit Wiart This closes #280
 discard 810970f  Improve logs
 discard a82f28b  Fix some typos and improve doc
 discard a308232  Update doc for JMS Publisher
 discard aefb1fb  Fix typo in javadocs
 discard e4a2a40  Monitor Results Listener has been dropped, so remove its properties, too.
 discard 2d17a8c  view.results.tree.update_period has been replaced by jmeter.gui.refresh_period
 discard e60d9f7  Even more tests
 discard e16d131  Add tests for UUID, EscapeHtml, ThreadNumber
 discard 144d77d  Make init of engine instance variable
 discard 43108ba  Test javascript with Rhino and Nashorn
 discard 70ac2bf  Drop Monitor Results listener Delete unused images, test data and methods Bugzilla Id: 60423
 discard 3f8b3ab  Fix test failure
 discard ac8459f  Improve coverage
 discard 2f61f66  Bug 60819 - Function __fileToString does not honor the documentation contract when file is not found Add JUnit for function Bugzilla Id: 60819
 discard c6a1002  Uncomment function code for Unit Tests
 discard 34dad7c  Add Tests for MachineName and MachineIP
 discard 27d291e  Increase coverage
 discard 3678667  Test file loading
 discard c8be944  Add test for RandomFromMultipleVars
 discard a06c3b0  Revert r1785464 based on sebb's comment.
 discard 7f0d1de  Add tests for UrlEncode/UrlDecode
 discard 46ec697  Add tests for setProperty
 discard ea17d42  Clarify that HTTP PUT requests are meant.
 discard 950aa1c  Synchronize file access while writing CSV data.
 discard 7cf9590  spacepolice
 discard fb6b381  Add tests for escapeOroRegexpChars function
 discard ac6bcd9  spacepolice
 discard fae2c42  Typo and spacepolice.
 discard 86504d0  No new line after complink macro in vsl stylesheet.
 discard 388e565  No new line after code macro in vsl stylesheet.
 discard 2618007  Fix sonar error
 discard f44bbfb  Fix sonar error on possible NPE by enforcing collection does not contain null values Add Tests
 discard 01317e9  Fix sonar error
 discard f173f87  Access static method through Class not instance
 discard 8245416  Update from log4j2 2.8.1 from 2.7
 discard c349edc  Fix javadocs
 discard c112da0  Fix javadocs
 discard 555d462  Add test for ResultAction
 discard 7a5e831  Avoid showing Undo/Redo icons in toolbar if feature is disabled
 discard 07f9fba  mention -t LAST which allows loading last recently used file
 discard 2643bfa  Mention Bug 60816 in release notes under Known problems section
 discard 0fc6518  Avoid showing Undo/Redo if feature is disabled
 discard da054c7  Bug 60815 - Drop "Reset GUI" from menu Bugzilla Id: 60815
 discard 16821c4  Bug 60814 - Menu : Add "Open Recent" menu item to make recent files loading more obvious Bugzilla Id: 60814
 discard 7876030  Bug 60813 - JSR223 Test element : Take into account JMeterStopTestNowException, JMeterStopTestException and JMeterStopThreadException Bugzilla Id: 60813
 discard f28a739  Bug 60812 - JMeterThread does not honor contract of JMeterStopTestNowException Bugzilla Id: 60812
 discard 600b9a8  improve javadocs
 discard 83fcf4e  improve javadocs
 discard 95bb48d  improve javadocs
 discard d16184c  Remove new lines after transformed elements. Followup to r1785002, which was a followup to r1763904.
 discard d282d6b  Exclude /org/apache/jorphan/logging package
 discard c00bffa  Update to log4j2 2.8.1 from 2.7
 discard b7d0593  Upgrade jacoco to 0.7.9 from 0.7.8
 discard ccbb1ba  Update caffeine to 2.4.0 from 2.3.5
 discard b52cad0  Updated to slf4j-api 1.7.24 (from 1.7.22)
 discard 0ccaa5d  Updated to slf4j-api 1.7.24 (from 1.7.22)
 discard 719ecb0  Eol-style
 discard 5dc119a  Add place holders for logging update docs
 discard 6fc3475  Link to prop docs
 discard f9bed0a  Revert log level change as per sebb request
 discard 2e7023e  Bug 60797 - TestAction in pause mode can last beyond configured duration of test Fix test data, oups I had sample_variables Bugzilla Id: 60797
 discard 7b771da  Bug 60797 - TestAction in pause mode can last beyond configured duration of test Move class to correct module Bugzilla Id: 60797
 discard 0c8bf1c  svn:eol
 discard d0d073f  Bug 60797 - TestAction in pause mode can last beyond configured duration of test Add Tests for Bugs 60797 and 60049 Bugzilla Id: 60797
 discard 867b042  Bug 60797 - TestAction in pause mode can last beyond configured duration of test Add Tests for Bugs 60797 and 60049 Bugzilla Id: 60797
 discard d5993cc  Clean usermanual/jmeter_tutorial.xml file
 discard b8979af  Bug 60797 - TestAction in pause mode can last beyond configured duration of test Bugzilla Id: 60797
 discard 196b74c  Revert incorrect deletions in r1784862
 discard 1001c66  Avoid exception is duration is empty
 discard 8acc48a  Wrong place for comment
 discard ebff936  Add warning re BeanShell server
 discard 0e885c9  Updated to groovy 2.4.9 (from 2.4.8)
 discard 179f911  New screenshots
 discard feb8acc  Markup changes and spell out the word 'two'
 discard cf1c61a  spacepolice
 discard 712dfaf  Improvement of Japanese translation. Patch by Kimono (kimono.outfit.am at gmail.com).
 discard 4b540bc  Generate unordered list only when it will not be empty.
 discard a30f147  Make element description available.
 discard 5543917  Place p tags where they belong.
 discard c87a6b1  Use ordered list correctly.
 discard 4a98663  Start the properties tag at the correct location.
 discard 06e8902  Correctly escape all text (not only code). Followup to r1763904.
 discard c0ab74c  Duplicated para
 discard e143118  Bug 60589 Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules. Contributed by Woonsan Ko Documenting log4j2 related changes since 3.2 This closes #278 Bugzilla Id: 60589
 discard a25b6b0  Commons HttpClient has been dropped
 discard 95e0b5f  Remove log_level occurences
 discard 7efd957  Remove old doc for log_level
 discard 1eaa455  Fix sonar errors
 discard 5594ff2  Add private constructor
 discard 7a7f99c  Add docn on why there is an unnecessary null check
 discard 7705368  improve doc
 discard f14d592  Bug 60792 - Create a new Help menu item to create a thread dump Bugzilla Id: 60792
 discard 55194ee  Bug 60791 - View Results Tree: Trigger search on Enter key in Search Feature and display red background if no match Bugzilla Id: 60791
 discard bb2d1d0  Factor out Color RED_LIGHT
 discard 4fd742c  Fix typo in french
 discard 94116ad  Bug 60790 - HTTP(S) Test Script Recorder : Improve information on certificate expiration and have better UX for Start/Stop Bugzilla Id: 60790
 discard 32045ca  Bug 58164 Check if file already exists on ResultCollector listener before starting the loadtest If users cancels popup, don't start test Reduce labels so that popup is not too big Fix typo Bugzilla Id: 58164
 discard f2f6798  Avoid repetitive calls to getMethod Decrease log level from WARN to DEBUG for some components supersed
 discard 2dfc910  Enrich Test
 discard 61ff920  Might as well be final
 discard 9dea65f  Indentation
 discard 3ed8a8a  Might as well be final
 discard 3358dc1  Show other test parameters
 discard 555b888  Fix test failure
 discard 4c14627  Add java impl
 discard f7dc2dc  svn:eol
 discard 1379239  Move results file to _HttpClient4 suffix Create results file for Java implementation Update test plan
 discard 5511f3f  Simplify code, thx sebb
 discard 644908a  Add explanations and take into account sebb note
 discard 2fe798c  Bug 60778 - Http Java Impl does not show Authorization header in SampleResult even if it is sent Bugzilla Id: 60778
 discard 7bd9636  No need to reset the log level at the start so can load standard property file and then override as necessary This ensures that the system.properties property is defined early enough to be used
 discard 06398c8  NamePanel ctor calls overrideable method Bugzilla Id: 60775
 discard 3d09c73  Document Java slow restriction
 discard 99ffcee  Add test of HeaderManager with Java Implementation
 discard 36b9112  Improve docs Use directly CountingInputStream
 discard cc6d5dc  Switch on ignoreErrorLogs
 discard ba6e173  Fix test failure by adding an option to allow ignoring non empty (with errors) log file
 discard 75dba5f  In case of automatic redirect with Java Implementation, client sends an empty header
 discard 03de9d0  svn:eol
 discard 4c8e52c  Allow using same JMX file for 2 tests
 discard 9902303  Plug test for Java Implementation
 discard d5fb079  Fix some labels
 discard 80ddad2  Add Non Regression tests on HTTP Request for: Bug 60682 Bug 60575 ...
 discard 5c8f96a  Fix svn:eol
 discard fe71790  Add Non Regression tests on HTTP Request for: Bug 60682 Bug 60575
 discard 8372317  Replace CounterOutputStream by commons-io CountingOutputStream
 discard fc98a6b  Replace CounterOutputStream by commons-io CountingOutputStream
 discard a6fec24  Exclude examples package from Coverage
 discard bf1c27f  Drop author mails as per policy
 discard c24dc20  Remove creation date
 discard 667b9ed  Add test for RandomController
 discard dfaa1da  Format and remove @version
 discard d3f9386  Bug 59435 - JMeterTestCase no longer supports JUnit3 Bugzilla Id: 59435
 discard 7ecf1cc  Bug 60763 - XMLAssertion should not leak errors to console Bugzilla Id: 60763
 discard d91c384  Bug 56939 - Parameters are not passed with OPTIONS HTTP Request Bugzilla Id: 56939
 discard 690bdff  Add hint for sonar that it should not warn us.
 discard f7db522  Revert r1783482. It seems, that nameField is not initialized, when the constructor runs. This leads to problems with gtk+ and nimbus laf.
 discard e60d8fa  Use log4j configuration file in complete-junit task.
 discard 923d74a  Fix sonar warning
 discard dccef42  Take into account sebb remark
 discard efd976d  Fix Sonar errors
 discard 8ec71e7  Fix Sonar errors
 discard 1f6cb98  Revert debugging code
 discard 49ad3ad  Revert debugging code
 discard d9002d9  Revert most changes as host has been updated
 discard 66304b1  Javadoc warnings
 discard ca44716  A bit more debug; don't look for the registry if we already have its instance
 discard d5ed4f9  Still trying ...
 discard 5f55fef  Get localhost definition
 discard 2f1873b  Try to fix jmeter-nightly server test fail
 discard 8a31f5c  Try to debug jmeter-nightly Jenkins failures
 discard ed446bb  Debug Windows test failure - no longer needed
 discard 79a969c  testFindAllClassesInJar(org.apache.jorphan.reflect.TestClassFinder) can fail on Windows Oops, not enough escaping Bugzilla Id: 60771
 discard 2670d51  testFindAllClassesInJar(org.apache.jorphan.reflect.TestClassFinder) can fail on Windows Bugzilla Id: 60771
 discard b9fa90f  Additional debug for CI builds
 discard e4bf827  Debug Windows test failure
 discard a5279f3  Allow for timer granularity (sleep may terminate a bit early)
 discard 8d726e4  Add javadocs to JMeterEngine Add default method stopTest to interface
 discard 95e231b  Bug 54525 Search Feature : Enhance it with ability to replace Bugzilla Id: 54525
 discard 1dfaf34  Bug 55258 Drop "Close" icon from toolbar and add "New" to menu. Fix warning message at startup Bugzilla Id: 55258
 discard 18db308  Docn
 discard 4d4f843  javadoc: add missing param and return tags.
 discard cc91fa4  Suppress deprecated warnings for class to be removed
 discard e469b82  Deliberate use of deprecated ctor
 discard cf08b22  Unnecessary casts
 discard d06af5c  Add default cases
 discard 792ce1b  Unnecessary cast
 discard d2b85ae  Unused
 discard 7aefa8e  Suppress warnings for code that will be removed
 discard ef55fac  Unnecessary type spec
 discard d165247  Suppress warnings for code that will be removed
 discard 0379713  Deliberate use of deprecated items by test code
 discard a0b794d  Default charset OK here
 discard 13b63b5  Unused imports
 discard 611b93f  Unnecessary
 discard 841d2e0  Allow test to work from different starting dir
 discard 18673e3  Ensure 'clean _test' works
 discard 8fc93e5  Drop Hack of using hc4 package and import in project the required classes of HC4: See related  https://github.com/apache/httpclient/pull/65
 discard 05579a6  Drop Hack of using hc4 package and import in project the required classes of HC4: See related  https://github.com/apache/httpclient/pull/65
 discard f7b2d31  Log if used inappropriately
 discard 25b2b32  Add parameter-less ctor for unit testing
 discard 7fc5a05  Ignore enums when testing Serialisation
 discard 667d014  SMIMEAssertionTest#testSignerCert fails if JMeter path contains a space Bugzilla Id: 60765
 discard 084e176  Identify which jar failed
 discard 357c0f3  Test exclusion from coverage
 discard dee9468  Exception messages may vary, so don't save them
 discard e23f20e  Don't record byte count as the exact responses can vary
 discard 0843e34  Test for PoissonRandomTimer
 discard 68b359b  use assertEquals to compare values instead of assertTrue with a boolean expression.
 discard e4e637a  Move field matcher inside the only function, where it is used.
 discard 03ca782  Rename private method to comply with java naming conventions.
 discard 78c9548  Add missing placeholder in the log statement for the third parameter.
 discard 54dcddc  javadoc: add description to tags.
 discard ce9bca5  javadoc: Add description to deprecated tags
 discard 85c59bb  Add tests for XmlAssertion
 discard a33b8c6  Add check on error
 discard 9d14804  Fix Javadoc and setFailure(true) when doc is not XML
 discard 6510cc7  Add setAllowedDuration
 discard 2a2b0f4  Add tests for duration
 discard 49a72fd  Format
 discard 211bd6b  Bug 60711 - Improve Delete button behaviour for Assertions / Header Manager / User Parameters GUIs Bugzilla Id: 60711
 discard efd47ee  Bug 60759 - View Results Tree : Search feature does not search in URL Bugzilla Id: 60759
 discard 5496658  Bug 60758 - HTTP(s) Test Script Recorder : Number request may generate duplicate numbers Bugzilla Id: 60758
 discard 4129207  Fix file search so it returns a jar file and not some other file such as aareadme.txt
 discard a550fc2  Does not need to be Serializable
 discard 76a73ce  Reduce sample time to allow for busy systems
 discard af0c8c2  Improve coverage
 discard 9d2148b  Don't use RAW_DATA as a @value, as it resembles a HTML tag and javadoc doesn't escape it correctly, but complains about errors in the javadoc.
 discard b19a5a6  Add tests for HtmlExtractor (JSoup and Jodd)
 discard 414e146  More tests and make used directories/files absolute, so that they match the classpath entries.
 discard f97fd87  Add tests for ConstantTimer and UniformRandomTimer
 discard f6b4ac9  Use a OS dependent lineseparator to compare the results of the XPath-util.
 discard ce6bc07  Increase rampup to try and ensure first thread has time to complete even on a busy system
 discard 80c3c9f  Ensure ant clean compile-tests works: update classpath
 discard 25570f5  Allow more time for server to start
 discard cc94994  Catch more Exceptions that can occur when searching for classes and add tests.
 discard 8cc7cb2  Update javadocs after dropping commons-httpclient-3.1
 discard d37e271  Add test for SamplerName
 discard 1d2680f  Remove commented code
 discard 4daa852  Add test of expression
 discard 534019b  Reformat
 discard ecb15f7  Disable incomplete test
 discard ae62e56  Remove useless method
 discard fe2f94b  Add Test for RandomString
 discard 7d046b9  Add tests for Groovy
 discard cc20e63  Add test on Variables
 discard 3ccc2be  Use try with resources
 discard a666ebc  Fix leak
 discard 17be4a7  Remove dead code. merge is always called with preferLocalValues=true
 discard c91902e  Immediately return value instead of creating a temp var.
 discard 64bdffd  Remove unused imports.
 discard ef1b13a  Suppress unchecked warnings, as Buffer is not generic
 discard a386cbd  Suppress unchecked warnings, as Buffer is not generic
 discard dbc8706  Remove unused imports.
 discard f551870  Remove unused imports.
 discard f6007e8  Remove unused imports.
 discard b1e85e7  Remove useless local variable.
 discard be0f6df  Rename parameter to comply with java conventions.
 discard 16cdc1c  Immediately return value instead of creating a temp var.
 discard ad78e94  javadoc: Add description to deprecation tag.
 discard 73ac5ad  Remove useless and wrong javadoc.
 discard a71d6e1  javadoc add missing tags.
 discard d3d3986  Use assertNull instead of comparing to null with assertEquals.
 discard 8cc71e5  Oups incomplete file
 discard 7b30247  Update jmx and tests after adding assertion
 discard e6b7824  Fix javadocs
 discard b031421  svn:eol
 discard 7b6c020  Add test for Header Manager merge feature
 discard 174273b  Remove disabled elements Add Response Assertion on request header
 discard 453627f  Revert last commit
 discard f62dba0  Fix sonar warning
 discard fca6769  Bug 60747 - Response Assertion : Add Request Headers to "Field to Test" Bugzilla Id: 60747
 discard 118dc7d  Close all streams in case of an exception and add tests.
 discard 4d5a3c8  Update docs after drop of commons-httpclient-3.1
 discard 101bf46  Update docs after drop of commons-httpclient-3.1
 discard 521e48c  Update docs after drop of commons-httpclient-3.1
 discard 6a2be5e  Update docs after drop of commons-httpclient-3.1
 discard 1630971  Fix docs
 discard 2c071e1  Fix sonar errors on unclosed streams
 discard 98e01c8  Fix sonar errors on unclosed streams
 discard 2546b51  Fix sonar error
 discard 6cbf1a5  Fix potential NPE
 discard 09739ba  Comment on false positive
 discard cd60eca  Include inner classes
 discard a7d3840  Make the interval period configurable by one property for all listeners.
 discard 112240b  Add JMeterPoolingClientConnectionManager
 discard 63c5acf  Fix javadocs
 discard 427320c  svn:eol
 discard 824cd1a  Add Tests for KeepAlive
 discard b0d52e5  Add logs
 discard dfdad43  Spacepolice
 discard b5fb714  Spacepolice
 discard b4e745e  Spacepolice
 discard 6498e7d  Make GUI more responsive when it gets a lot of events. Convert Graph Visualizer to use a queue, when new Samples are to be inserted. Update the model (or at least notify the gui) only periodically. That way we get the update of the model out of the busy path of the swing event loop. Note, that this will not save us from OOM exceptions.
 discard c392a13  Make GUI more responsive when it gets a lot of events. Convert Table Visualizer to use a queue, when new rows are to be inserted. Update the model (or at least notify the gui) only periodically. That way we get the update of the model out of the busy path of the swing event loop. Note, that this will not save us from OOM exceptions.
 discard 31d1041  Recurse into add method before changing into the runSafe method.
 discard ae21b63  Use Java8 syntax and set an initial capacity
 discard 0248a84  Bug 60727 - Drop commons-httpclient-3.1 and related elements Switch to HC4 if HC31 Bugzilla Id: 60727
 discard 29b8538  Bug 60744 - GUI elements are not cleaned up when reused during load of Test Plan which can lead them to be partially initialized with a previous state for a new Test Element Bugzilla Id: 60744
 discard 40ad791  Convert table to dl, as the table is too wide (in my opinion).
 discard 7878d66  Add more documentation on the usage of Static Host Table.
 discard 06d2cd1  Updated to commons-net-3.6 (from 3.5)
 discard f3382b7  Make GUI more responsive when it gets a lot of events. Convert Aggregate Report to use a queue, when new rows are to be inserted. Update the model (or at least notify the gui) only periodically. That way we get the update of the model out of the busy path of the swing event loop.
 discard b984369  Followup to r1783556
 discard 92f20fa  Make GUI more responsive when it gets a lot of events. Convert Aggregate Graph to use a queue, when new rows are to be inserted. Update the model (or at least notify the gui) only periodically. That way we get the update of the model out of the busy path of the swing event loop.
 discard da2b1ea  Fix sonar warning on stream leak
 discard 651acc4  Fix sonar warning on stream leak
 discard 51dcc53  Fix sonar false positive
 discard 323ce55  Fix potential NPE
 discard 7e63370  Document Sonar false positive Fix s cannot be null so remove test
 discard 48fdebe  Document Sonar false positive
 discard 74f017e  Simplify regex for series_filter
 discard c5735d2  Fix sonar false positive
 discard 9a3764c  Followup to r1783503. FileNotFoundException is getting caught earlier.
 discard ccc8379  Use try-with statement to close all streams.
 discard 29ec12e  Log exception, as this is an error and every bit of information might be helpful.
 discard a22938e  Rename local variable, as it hides field of same name.
 discard 039459a  Remove null check, as dsc can't be null here.
 discard 3f85ea7  Use try-with statement to close writer.
 discard 9a50323  Use try-with statement to close socket.
 discard 5e144f9  Use try-with statement to close all streams.
 discard 70a6ba6  Print stacktrace instead of silently swallowing the exception.
 discard 2dd09b8  Use try-with statement to close all streams.
 discard e9fb2fa  Clean-up imports
 discard 35a163e  Use lambda syntax instead of 'new Runnable'
 discard 6d14e73  Use try-with statement to close all streams.
 discard 8faed23  Cast one of the operands to double, to make it clear, that we are using the result as double.
 discard 9324d18  Guard against NPE, as getGui can return null.
 discard 8d884b0  Use try-with statement to close all streams.
 discard ac1d572  Fix NPE sonar
 discard 6680e83  Fix leak reported by sonar
 discard 3a2df79  nameField cannot be null
 discard 96729fd  Fix leak reported by sonar
 discard 89861a5  Fix leak reported by sonar
 discard b56f4ef  Fix leak reported by sonar
 discard 433c68c  Objects cannot be null
 discard be963fd  Call shrink
 discard 8bc9c88  Updated to rsyntaxtextarea-2.6.1 (from 2.6.0)
 discard 6e8b22d  Add javadocs
 discard 522f5ab  Bug 59174 - Host header gets ignored when doing basic authentication in HC4 Translate host Bugzilla Id: 59174
 discard a033e9d  Restore testloadAndSave
 discard 180fe63  Use Bugzilla id
 discard 6335cf2  Add new line
 discard 7daf37f  Change encoding
 discard 29ef36f  Revert
 discard 9dd2496  This closes #247
 discard b325771  Revert
 discard 3868f64  This closes PR #247
 discard f5c3190  Bug 60740 - Support variable for all JMS messages (bytes, object, ...) and sources (file, folder) svn:eol Bugzilla Id: 60740
 discard 753e46a  Preserve encoding of test file
 discard e73b060  Fix Checkstyle and Test failure for JMS
 discard 354ffd3  Support variable for all JMS messages (bytes, object, ...) and sources (file, folder)
 discard 86621a9  Tab police
 discard 6fa472d  Bug 60727 - Drop commons-httpclient-3.1 and related elements Fix test failure Bugzilla Id: 60727
 discard d867b4d  Ignore failing test to generate nightly, will be enabled again
 discard d0bd3e0  Checks for listener output file existence Bugzilla Id: 58164
 discard edad3ed  Add revision infos
 discard b0bfa76  Bug 60727 - Drop commons-httpclient-3.1 and related elements Contributed by UbikLoadPack support Bugzilla Id: 60727
 discard 7965ee5  Improve the Advanced tab UI since the HTTP client implementation and timeouts are moving into. Bugzilla Id: 60543
 discard 0fd09c0  Keep GUI responsive when many events are processed by View Results Tree, Summary Report and Log Panel. Modify the model only, when we are in the AWT thread. Use more features of ConcurrentHashMap.
 discard 1d873b8  SNI demo site is no more available, skip https test
 discard f944bcd  Added some translations for polish locale Contributed by Bartosz Siewnak This closes #276
 discard b46f873  Bug 60687 - Make GUI more responsive when it gets a lot of events Improve errrors indicator management Bugzilla Id: 60687
 discard 75df66d  Bug 60731 - OOM on BackendListener with TIME box mode Bugzilla Id: 60731
 discard d2cced7  Bug 60664 - Add a UI menu to set log level Contributed by Woonsan Ko This closes #275 Bugzilla Id: 60664
 discard 0d76d50  Bug 60731 - OOM on BackendListener with TIME box mode Bugzilla Id: 60731
 discard 124f42c  File size has changed
 discard fe30786  Fix broken MC reference
 discard ccce818  Try to fix buildbot failure in on jmeter-nightly
 discard 8e10089  JSONPostProcessor does not set _ALL variable when only one match occurs
 discard f0d643e  Add info about BZ 60729 (the Random Variable Config Element should allow minimum==maximum) to changes.
 discard 009c7a4  Take into account Felix note
 discard c245ccd  Remove main
 discard 7c2e32f  Make it clear when certificate expires and needs to be installed again in browser
 discard a043781  Allow minimum == maximum in Random Variable Config Element.
 discard 76eb571  Advise on performance drawbacks of javaScript
 discard dd9ebbc  Add tooltips on performance drawback of javascript
 discard c1ce733  Update docs to Nashorn
 discard ce81e3b  Add missing new properties or updated ones. Update those related to logging
 discard dae2af7  Clarify
 discard b1bbfdb  Use new format string capability of logger
 discard 24f0964  Log exception and use new format string capabilities.
 discard e0ade3e  Rename local variable so it doesn't clash with field and use new log format string.
 discard 0448cbb  Remove sysout in test and use assertThat instead of assertTrue, to get better error reporting.
 discard f2c328f  Space police
 discard 86c65ee  Add a table of static hosts to the DNS Cache Manger. This resolves the problem, that host header gets ignored when doing basic authentication in HC4.
 discard 91957e9  Try different source of randomness for rmi port
 discard c62eb3c  Remove links to PDF as they won't be maintained anymore
 discard 0117191  Add debug logs
 discard 3795aa8  Bug 60726 - Report / Dashboard : Top 5 errors by samplers must not take into account the series filtering Bugzilla Id: 60726
 discard d291e72  Improve regex to allow better filtering
 discard 4ee2846  Code formating
 discard badfd73  Help java to see, that nodeList can't be null later. Rephrase log message.
 discard 4763619  Resolve a sonar warning and remove a useless paren.
 discard 2bc794a  Allow for sleeps that take longer than expected
 discard baf8d5d  javadoc: add description to throws tags.
 discard 4a2b7ad  javadoc: correct link target.
 discard be62fea  Don't repeat ourselves to much. Refactor out similar code.
 discard 3712563  Use Java8 lambdas
 discard 56ea52e  Use LongAdder instead of AtomicLong
 discard 32260f1  Remove unused import.
 discard 37de696  Use try-with syntax.
 discard d26006d  Change modifier order to match java standard.
 discard 4d60df6  javadoc: add description to throws tag.
 discard d075864  javadoc: add missing return tag.
 discard 10d2570  javadoc: add missing param tag.
 discard 4f43cb0  javadoc: add description to throws tag
 discard 3fae06c  javadoc: close p tag
 discard 0fbca61  javadoc: typo in param tag
 discard 2a5c43f  Remove dead code
 discard 2b8105a  javadoc: no closing for br tag allowed.
 discard c0eea5f  Include logging.classpath in javadoc generation
 discard c49ff1a  Javadoc: correct typo in param tag
 discard 46ac509  Javadoc: add missing default tag
 discard c50471e  Don't reuse parameters as variables, or hide fields with local variables.
 discard a22ed9e  Javadoc: add return and param tags.
 discard e04ca86  Restore previous regexp fixing the replacement
 discard c97a2e9  Restore old regex as new one does not delete a lot of jars
 discard 890af08  Update to httpasyncclient-4.1.3 from 4.1.2
 discard b082d29  Make a copy of the keySet as we are modifying the collection.
 discard 5a11808  Fix outdated notes on scalability, outputs... Add warning on GUI mode. Tutorial should be updated to mention NON GUI mode.
 discard 1db028c  Update docs after migration to slf4j
 discard 8c61c96  Advise on old things
 discard 9278991  Bug 60589 Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules. Remove old properties from properties_reference.xml Bugzilla Id: 60589
 discard 8cf8924  Add docs
 discard 245f560  Bug 60564 - Migrate LogKit to SLF4J - Replace logkit loggers with slf4j ones and keep the current logkit binding solution for backward compatibility with plugins Contributed by Woonsan Ko Done by PRs 263 to 274 Bugzilla Id: 60565
 discard 8d6bec5  Bug 60565 - Migrate LogKit to SLF4J - Optimize logging statements. e.g, message format args, throwable args, unnecessary if-enabled-logging in simple ones, etc. Contributed by Woonsan Ko Done by PRs 263 to 274 Bugzilla Id: 60565
 discard 87fef48  Bug 60564 - Migrating LogKit to SLF4J - components (1), functions, protocol, test (2/2) Contributed by Woonsan Ko This closes #274 Bugzilla Id: 60564
 discard c68559a  Bug 60564 - Migrating LogKit to SLF4J - components (1), functions, protocol, test (1/2) Contributed by Woonsan Ko This comments #274 Bugzilla Id: 60564
 discard 0361d55  Bug 60564 - Migrating LogKit to SLF4J - core/testelement,threads,util,visualizers package Contributed by Woonsan Ko This closes #273 Bugzilla Id: 60564
 discard bee5619  Bug 60564 - Migrating LogKit to SLF4J - core/gui package (2/2) Contributed by Woonsan Ko This closes #272 Bugzilla Id: 60564
 discard c22bb1d  Bug 60564 - Migrating LogKit to SLF4J - core/gui package (1/2) Contributed by Woonsan Ko This comments #272 Bugzilla Id: 60564
 discard ce1a8b0  Bug 60564 - Migrating LogKit to SLF4J - core/samplers,save,services,swing,testbeans (2/2) Contributed by Woonsan Ko This closes #271 Bugzilla Id: 60564
 discard ca1fc29  Bug 60564 - Migrating LogKit to SLF4J - core/samplers,save,services,swing,testbeans (1/2) Contributed by Woonsan Ko This comments #271 Bugzilla Id: 60564
 discard ad215db  Register a mousewheel listener to enable zooming with ctrl+mouswheel up/down.
 discard 9de8289  Use instanceof instead of a string compare to get the font objects to scale. Differentiate between Fonts and the more special FontUIResource instances. Store the new Font instances in the UIDefaults instead of the UIManager. The last change is needed on ubuntu to make the zoom feature usable for more then one step.
 discard decff07  Simplify code and implement the option to keep all results in the view (even if it will consume a lot of memory).
 discard 85f5be9  Simplify implementation.
 discard a6ed512  Bug 60564 - Migrating LogKit to SLF4J - core/engine,plugin,report,reporters packages (2/2) Contributed by Woonsan Ko This closes #270 Bugzilla Id: 60564
 discard 33c2655  Bug 60564 - Migrating LogKit to SLF4J - core/engine,plugin,report,reporters packages (1/2) Contributed by Woonsan Ko This comment #270 Bugzilla Id: 60564
 discard 7729280  Bug 60564 - Migrating LogKit to SLF4J - core, core/control, core/engine/ClientJMeterEngine Contributed by Woonsan Ko This closes #269 Bugzilla Id: 60564
 discard d80a6cb  Allow for actual delay when calculating correct response
 discard d909a2d  Bug 60564 - Migrating LogKit to SLF4J - check log level in non-error logging if method invoked in params Contributed by Woonsan Ko This closes #268 Bugzilla Id: 60564
 discard 120fa0a  Bug 60564 - Migrating LogKit to SLF4J - check log level in non-error logging if method invoked in params Contributed by Woonsan Ko This closes #267 Bugzilla Id: 60564
 discard 9cc54ff  Fix as per Felix note
 discard a866279  Bug 60712 - Response Assertion : Improve Renderer of Patterns Fix test failure in headless mode Bugzilla Id: 60712
 discard 043b911  Bug 60712 - Response Assertion : Improve Renderer of Patterns Bugzilla Id: 60712
 discard 226fcdf  Bug 60711 - Improve Delete button behaviour for Assertions / Header Manager / User Parameters GUIs Bugzilla Id: 60711
 discard 06a3687  Rename var to make code clearer Remove unused import
 discard 0a4d6a0  Keep GUI responsive when many events are processed by View Results Tree, Summary Report and Log Panel. Correct the default value for max results in View Results Tree in jmeter.properties to be in sync with docs and code. Spotted by Pascal Schumacher.
 discard 45a818a  Keep GUI responsive when many events are processed by View Results Tree, Summary Report and Log Panel. This is part three of three with the changes to View Results Tree.
 discard a722417  Keep GUI responsive when many events are processed by View Results Tree, Summary Report and Log Panel. This is part two of three with the changes to Summary Report.
 discard 6a19dd4  Keep GUI responsive when many events are processed by View Results Tree, Summary Table and Log Panel. This is part one of three with the changes to Log Panel.
 discard 09f387f  Bug 60710 - XPath Extractor : When content on which assertion applies is not XML, in View Results Tree the extractor is marked in Red and named SAXParseException Improve coverage Bugzilla Id: 60710
 discard 17179ce  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution Contributed by Woonsan Ko #comment #266 Bugzilla Id: 60564
 discard 53b6795  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution Contributed by Woonsan Ko This closes #266 Bugzilla Id: 60564
 discard a26705f  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution Contributed by Woonsan Ko This closes #265 Bugzilla Id: 60564
 discard ff56773  Bug 60710 - XPath Extractor : When content on which assertion applies is not XML, in View Results Tree the extractor is marked in Red and named SAXParseException Bugzilla Id: 60710
 discard bf235b9  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution Contributed by Woonsan Ko This closes #264 Bugzilla Id: 60564
 discard 85af30a  Drop commented code
 discard ae97c02  Bug 55652 - JavaSampler silently resets classname if class can not be found Fix regression: When Element is added parameters are not set and improve warning Bugzilla Id: 55652
 discard a2a8c47  Bug 60682 - HTTP Request : Get method may fail on redirect due to Content-Length header being set Bugzilla Id: 60682
 discard 1418fcb  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution Contributed by Woonsan Ko This closes #263 Bugzilla Id: 60564
 discard 40fd3e0  Add woff2 (Web Open Font Format 2) to excluded resources
 discard 9231b3a  Add tests
 discard 1782bda  Fix date in the past which leads to failure
 discard 0d8f1db  Bug 54525 Search Feature : Enhance it with ability to replace Improve rendering and add i18n for message Bugzilla Id: 54525
 discard 26360e4  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution Use parameterized messages and improve logs Bugzilla Id: 60564
 discard 016c4fa  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution
 discard d4dcd07  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution
 discard e4f51a5  Add Test for HttpOnly
 discard 196f283  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution
 discard 63b30b9  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution
 discard 6a7830c  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution
 discard b7f958f  Remove unused code
 discard f9e23f6  Tab police
 discard aef4969  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution Fix failing test Bugzilla Id: 60564
 discard b547b37  [Bug 60589] Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules Fix missing jars in package Bugzilla Id: 60589
 discard 8dd9989  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution
 discard a24665d  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution
 discard dc4b1ef  Fix typo in More detailed warning message when JMeter is run in GUI mode
 discard e1bac17  Bug 60575 - HTTP request: Even if there are no Parameters, a Body is sent for GET method Handle redirect , patch by Felix Schumacher for testing (may be rollbacked) Bugzilla Id: 60575
 discard 95941a9  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution
 discard 3c06a75  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution Remove unused imports Bugzilla Id: 60564
 discard eaa56fb  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution
 discard 6e9d451  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution
 discard d5e8424  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution
 discard 4dd8d0e  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution
 discard 020c367  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution Use slf4j parameterized messages Bugzilla Id: 60564
 discard a14d1e9  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution Use slf4j parameterized messages Bugzilla Id: 60564
 discard cdf321d  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution Use slf4j parameterized messages Bugzilla Id: 60564
 discard 96db906  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution Use slf4j parameterized messages Bugzilla Id: 60564
 discard 6adf1c1  Fix tab in More detailed warning message when JMeter is run in GUI mode
 discard 45ba424  More detailed warning message when JMeter is run in GUI mode
 discard 6bd1099  Add javadoc
 discard ce31eb2  Remove deprecated
 discard e9e8b77  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution Contributed by Woonsan Ko This closes #250 Bugzilla Id: 60564
 discard 3a618d1  Take into account Felix comment
 discard 236a9e3  This closes #262: Updated README.md(formatting,grammar,wording)
 discard ea0dc30  Improve a bit JUnit
 discard c093eb1  Fix sonar code smell
 discard b8768c5  Fix sonar warnings
 discard c4fff22  Add @since Fix sonar warnings
 discard e6ce88e  Fix sonar warning
 discard 9339cf1  Indicate deprecated classes will be dropped
 discard 40a82be  Take into account Felix note
 discard 9b1bbf9  Fix sonar code smell
 discard b12c96c  Disable IPv4+IPv6 DNS test
 discard e2c46fc  Bug 60589 - Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules svn:eol Bugzilla Id: 60589
 discard 4bfed4c  Bug 60589 - Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules svn:eol Bugzilla Id: 60589
 discard 7e11c02  Bug 60589 - Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules svn:eol Bugzilla Id: 60589
 discard b181c2f  Bug 60589 - Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules Part 9 of PR 254 Add missing log4j2.xml under svn Contributed by Woonsan Ko
 discard 2760d28  Bug 60589 - Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules Remove mention of commons-logging in docs Bugzilla Id: 60589
 discard 3342d2c  Bug 60589 - Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules Part 8 of PR 254 This closes #254 Contributed by Woonsan Ko
 discard 4df9099  Bug 60589 - Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules Part 7 of PR #254 Contributed by Woonsan Ko
 discard 2d16f2b  Bug 60589 - Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules Part 6 of PR #254 Contributed by Woonsan Ko
 discard 11aa5ba  Bug 60589 - Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules Part 5 of PR #254 Contributed by Woonsan Ko
 discard 7db386b  Bug 60589 - Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules Part 4 of PR #254 Contributed by Woonsan Ko
 discard aa3531c  Bug 60589 - Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules Part 3 of PR #254 Contributed by Woonsan Ko
 discard ebbef62  Bug 60589 - Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules Part 2 of PR #254 Contributed by Woonsan Ko
 discard 3386c20  Bug 60589 - Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules Part 1 of PR #254 Contributed by Woonsan Ko
 discard 8580a63  Add License header + svn:eol
 discard eb60a98  Bug 60691 - View Results Tree : In Renderers (XPath, JSON Path Tester, RegExp Tester and CSS/JQuery Tester) lower panel is sometimes not visible as upper panel is too big and cannot be resized Bugzilla Id: 60691
 discard 1a5cd77  Bug 60689 - "httpclient4.validate_after_inactivity" has no impact leading to usage of potentially stale/closed connections Document better property Bugzilla Id: 60689
 discard 3b83323  Bug 60690 - Default values for "httpclient4.validate_after_inactivity" and "httpclient4.time_to_live" which are equal to each other makes validation useless Bugzilla Id: 60690
 discard 9a458ce  Bug 60689 - "httpclient4.validate_after_inactivity" has no impact leading to usage of potentially stale/closed connections Bugzilla Id: 60689
 discard 1e704ca  Use method reference
 discard 21487f4  svn:eol
 discard 260eb23  Bug 54525 Search Feature : Enhance it with ability to replace Bugzilla Id: 54525
 discard 16ce041  Remove wrong Test case
 discard af7e4c1  Drop unused methods and instance property
 discard 23fc05c  Use lambda
 discard e89bab4  Improve a bit Splash
 discard 9d210d8  Bug 60684 - Thread Group: Validate ended prematurely by Scheduler with 0 or very short duration Contributed by Andrew Burton Bugzilla Id: 60684
 discard 53bd95c  Add a Unit test for JSR223 Timer . Drop duplicate test on BSF Timer
 discard ebebbac  Add French translation Bugzilla Id: 58943
 discard b51e9b4  Bug 60678 - View Results Tree : Text renderer, search should not popup "Text Not Found" Bugzilla Id: 60678
 discard 0582336  Bug 60672 - JavaScript function / IfController : use Nashorn engine by default Bugzilla Id: 60672
 discard 0dd71bc  Drop unused class SortedHashTree and remove mention of it in javadocs
 discard a208775  Drop unused class
 discard c23696c  Drop useless methods Remove commented out code Fix sonar code smells
 discard eb92a76  Fix Sonar false positive
 discard 70980ed  Fix Sonar false positive
 discard eb76dc2  Refactored and reformatted SmtpSampler Contributed by Graham Russell Dropped a lot of tests on message exceptions that are very fragile and only work in English locale This closes #259
 discard 7764aa1  Refactored and reformatted SmtpSampler  Part 1/2 of PR contributed by Graham Russell  comment #259
 discard 1efb6a7  Remove commented code Synchronize correctly Follow Java recommendation on order of declarations Remove TODO
 discard b28b857  Add test on cache
 discard f8b34f8  Make field accessible from tests
 discard fdeb380  Add test on cache
 discard 7b8c450  Avoid NPE if init of resolver fails Add Test cases
 discard 5254126  Avoid import *
 discard 547c8f8  Bug 57242 - HTTP Authorization is not pre-emptively set with HttpClient4 Fix nightly build failure by removing bytes from XML results as it will make build unstable if page changes. Bugzilla Id: 57242
 discard a309d68  Followup to r1776794. Re-Add "Basic " to the authorization header.
 discard 9be25b8  Eclipse uses tabs, so keep tabs here.
 discard a91cbf4  Bug 60661 - Deprecate SOAP/XML-RPC Request Bugzilla Id: 60661
 discard 21d0cca  Bug 57242 - HTTP Authorization is not pre-emptively set with HttpClient4 Fix test failuredue to mistakingly using 2 threads Bugzilla Id: 57242
 discard 2139955  Bug 57242 - HTTP Authorization is not pre-emptively set with HttpClient4 Fix test failuredue to mistakingly using 2 threads Bugzilla Id: 57242
 discard 431eb38  Bug 57242 - HTTP Authorization is not pre-emptively set with HttpClient4 svn:eol Bugzilla Id: 57242
 discard f59aad2  Use lambda expression instead of anonymous class.
 discard 449c64f  Bug 57242 - HTTP Authorization is not pre-emptively set with HttpClient4 Add property Bugzilla Id: 57242
 discard 550ee8b  Bug 57242 - HTTP Authorization is not pre-emptively set with HttpClient4 Bugzilla Id: 57242
 discard 3151de0  The banner for current events seems to have changed.
 discard 56feba1  Remove workaround for https://issues.apache.org/jira/browse/HTTPCLIENT-1712 regarding SPNego for kerberos and HTTPS, which was introduced in httpclient 4.5.2 and has beeen fixed with 4.5.3. As we are now using httpclient 4.5.3, the workaround is not needed anymore.
 discard f316ed2  Fix test failure after adding httpmime in LICENSE file. No special case management anymore for httpmime
 discard 10b49d2  Mention httpasyncclient
 discard cdad049  Updated to httpclient 4.5.3 (from 4.5.2)
 discard 20929bf  Space police
 discard 9a65d3a  Use lambda expression instead of anonymous class.
 discard ca7bf79  Specify for which element this label is used.
 discard 4ecd04b  Use lambda expression instead of anonymous class.
 discard ddab928  Space police
 discard 72a878c  Return result of condition directly instead of wrapping it in an if/else clause.
 discard dce3206  Use isEmpty instead of size on a list to check whether it is empty.
 discard d1639aa  Use isEmpty instead of size on a list to check whether it is empty. Reorder the if/else clause to avoid negation.
 discard 3e95130  Use isEmpty instead of size on a list to check whether it is empty.
 discard c4ca784  Move the declaration/instantiation of the sonar related variables closer to the sonar task, as it uses other variables -- namely the jmeter.version one -- that are not initialized otherwise.
 discard c306e86  Fix test failure
 discard fbd50cf  Add Test of Slow connection feature to detect any regression, see Bug 59902 for example svn:eol
 discard cdb9f84  Add Test of Slow connection feature to detect any regression, see Bug 59902 for example
 discard 61f6862  Fix code smell
 discard bf81cc9  Remove unused import
 discard b5fe3e8  Fix sonar code smells
 discard 3fbe07a  svn:eol
 discard 5cba6ec  Bug 60646 - Workbench : Save it by default Bugzilla Id: 60646
 discard 9d1adca  Bug 60654 - Validation Feature : Be able to ignore BackendListener Based on https://github.com/apache/jmeter/pull/258 from Maxime Chassagneux Bugzilla Id: 60654
 discard 6f13741  svn:eol
 discard a05841f  Use StandardCharset instead of looking one up by string.
 discard b3e94f9  Bug 60590 BackendListener : Add Influxdb BackendListenerClient implementation to JMeter. Fix annotation as per PR contributed by Maxime Chassagneux This closes #258 Bugzilla Id: 60590
 discard 9799398  Use try-with statement to simplify code.
 discard 6629555  Simplify code
 discard 3a49bbc  Simplify code Remove commented code
 discard 27e2b87  Fix stream leaks
 discard a222a40  PUT might leak file descriptors.
 discard 75cca0b  Avoid calling method repeatedly
 discard dcfd2b6  Bug 60650 - AbstractBackendListenerClient does not reset UserMetric between runs
 discard 719de73  Bug 60650 - AbstractBackendListenerClient does not reset UserMetric between runs Bugzilla Id: 60650
 discard f3afc07  Bug 60648 GraphiteBackendListener can lose some metrics at end of test if test is very short Bugzilla Id: 60648
 discard f6489fe  Bug 60590 BackendListener : Add Influxdb BackendListenerClient implementation to JMeter. Avoid useless instanciation and set capacity Bugzilla Id: 60590
 discard c68a18a  Bug 60590 BackendListener : Add Influxdb BackendListenerClient implementation to JMeter. Fix corruption of ArrayList due to Multi-thread access Fix timestamp which was computed too late Bugzilla Id: 60590
 discard d9ee054  This closes #256 : Improve Statistics Table in HTML report
 discard bf34e6c  Bug 55652 - JavaSampler silently resets classname if class can not be found Felix notes Bugzilla Id: 55652
 discard 96ee6db  Bug 59995 - Allow user to change font size with 2 new menu items and use "jmeter.hidpi.scale.factor" for scaling fonts Contributed by UbikLoadPack Bugzilla Id: 59995
 discard c28e7d9  Bug 60590 BackendListener : Add Influxdb BackendListenerClient implementation to JMeter. Fix missing httpcore-nio in bundle Bugzilla Id: 60590
 discard fb29924  Bug 60643 - HTTP(S) Test Script Recorder doesn't correctly handle restart or start after stop Bugzilla Id: 60643
 discard c0e4567  Bug 55652 - JavaSampler silently resets classname if class can not be found Fix Sonar error in a better way , thanks Felix Bugzilla Id: 55652
 discard 6d0d598  Ignore sonar false positive
 discard 2f3c79b  Fix sonar error
 discard 0158378  Bug 55652 - JavaSampler silently resets classname if class can not be found Bugzilla Id: 55652
 discard 8be5cfe  Fix what I hav broken in jmeter.bat, now we have only the fix to the comment in bash format replaced by comment in windows format
 discard 714ac07  Fix typos in jmeter.bat
 discard e4c9f06  Add some tests for XPathUtil
 discard 29d8bcb  Bug 60415 - Drop Java 7 support Force java.security.egd as per mailing list discussion http://mail-archives.apache.org/mod_mbox/jmeter-dev/201701.mbox/%3C0016ccc5-2a8a-b909-a72d-b4593ad9e00c%40kippdata.de%3E Bugzilla Id: 60415
 discard 24b96af  Fix sonar code smells
 discard 0162ed1  Bug 55258 - Drop "Close" icon from toolbar and add "New" to menu This closes #227 Bugzilla Id: 55258
 discard 29cff62  Utilised Java 8 (and 7) features to tidy up code. Formatting and minor tweaks. Contributed by Graham Russell (graham at ham1.co.uk). Part 8/8 of github pr #255. This closes #225.
 discard 73c9f1d  Utilised Java 8 (and 7) features to tidy up code. Formatting and minor tweaks. Contributed by Graham Russell (graham at ham1.co.uk). Part 7/8 of github pr #255
 discard 7b89072  Utilised Java 8 (and 7) features to tidy up code. Used .sort. Contributed by Graham Russell (graham at ham1.co.uk). Part 6/8 of github pr #255
 discard 6da475e  Utilised Java 8 (and 7) features to tidy up code. Used removeIf. Contributed by Graham Russell (graham at ham1.co.uk). Part 5/8 of github pr #255
 discard 01ce808  Utilised Java 8 (and 7) features to tidy up code. Used multi-catch. Contributed by Graham Russell (graham at ham1.co.uk). Part 4/8 of github pr #255
 discard 0d3dfdd  Utilised Java 8 (and 7) features to tidy up code. Used ThreadLocal.withInital. Contributed by Graham Russell (graham at ham1.co.uk). Part 3/8 of github pr #255
 discard a32a55d  Utilised Java 8 (and 7) features to tidy up code. Removed unnecessary types. Contributed by Graham Russell (graham at ham1.co.uk). Part 2/8 of github pr #255
 discard 0277268  Utilised Java 8 (and 7) features to tidy up code. Contributed by Graham Russell (graham at ham1.co.uk). Part 1/8 of github pr #255
 discard 3f4e49e  Bug 60621 - The "report-template" folder is missing from ApacheJMeter_config-3.1.jar in maven central Bugzilla Id: 60621
 discard 1e7dc60  Bug 60590 BackendListener : Add Influxdb BackendListenerClient implementation to JMeter. Restore tag in annotations Bugzilla Id: 60590
 discard 0909fd5  Bug 60590 BackendListener : Add Influxdb BackendListenerClient implementation to JMeter. Annotation contained "timestamp in its label Annotation for end of test was not send due to HttpClient being closed before last send was done Bugzilla Id: 60590
 discard 61cbf80  Fix name
 discard c99a9c6  Bug 60590 BackendListener : Add Influxdb BackendListenerClient implementation to JMeter. Fix failing test on eclipse.classpath due to trailing space, Improve this test ? Bugzilla Id: 60590
 discard 95c664a  Bug 60590 BackendListener : Add Influxdb BackendListenerClient implementation to JMeter. Partly based on <pr>253</pr> by  Maxime Chassagneux (maxime.chassagneux at gmail.com). Set timestamp to be able to use AsyncHttpClient Use AsyncHttpClient Allow configuration of Send interval This closes #253 Bugzilla Id: 60590
 discard 775cad0  Fix error
 discard 2d7f6dd  Add changes.xml entry for bug 60575
 discard 933c504  This closes #252 : Improve translation "save_as" in French
 discard 744772e  Bug 60607 - DNS Cache Manager configuration is ignored Add test case for SystemDnsResolver Bugzilla Id: 60607
 discard 547ac8b  Clarify and correct logic of getSendParameterValuesAsPostBody, so that it only returns true, when there are parameters and none of those have a name.
 discard 578700b  Split up test case to test only one thing at a time. Correct the second test case at the same time. PutWriter would use all unnamed arguments for the body of the request, so set them. This is in preparation for Bug 60575.
 discard 5ae0409  Bug 60607 - DNS Cache Manager configuration is ignored svn:eol Bugzilla Id: 60607
 discard 802d18f  Bug 60607 - DNS Cache Manager configuration is ignored Bugzilla Id: 60607
 discard 7033e31  Bug 60602 - XPath Extractor : Add Match No. to allow extraction randomly, by index or all matches Don't compute value if it will not be used Bugzilla Id: 60602
 discard 5e01cc4  Bug 60603 - CSV Data Set Config : Add a property to ignore first line Bugzilla Id: 60603
 discard 500f108  Bug 60602 - XPath Extractor : Add Match No. to allow extraction randomly, by index or all matches Bugzilla Id: 60602
 discard 146611a  Clarify labels Fix french typo
 discard 4dbb857  This closes #244 : Fix warning prone BoxedPrimitiveConstructor in Top5ErrorsSummaryData.java
 discard e71e25d  This closes #243 : Fix warning prone default charset in SampleResult.java
 discard 2859d21  Set JMeterHome in isolated test (instead of relying on AllTests to initialise it).
 discard 8edda93  Partly revert r1774875. Nightly snapshot should not be named 3.2-SNAPSHOT. Thanks sebb for digging into this and pointing right onto this.
 discard fa430c5  Remove CMSClassUnloadingEnabled java argument because it is not used with GC G1
 discard fc832ba  Bug 60595: Add a SplashScreen at the start of JMeter GUI svn:eol Bugzilla Id: 60595
 discard da3068b  Bug 60595: Add a SplashScreen at the start of JMeter GUI Contributed by maxime.chassagneux at gmail.com This closes #251 Bugzilla Id: 60595
 discard d5ff56d  Revert order change introduced by r1779114 as it breaks report
 discard 65a75dc  Mention report generation
 discard 52fdf32  Add unity in statistics report and move min, max colum from the end to near average time
 discard b1b6714  Add JMeter command line example in warning message when run JMeter in GUI mode
 discard e21fde9  Add jmeter.reportgenerator.date_format, jmeter.reportgenerator.start_date and jmeter.reportgenerator.end_date in properties documentation
 discard 3ffb7f1  Bug 60593 - Switch to G1 GC algorithm Bugzilla Id: 60593
 discard 576fb1d  Bug 60514 - Ability to apply a naming convention on Children of a Transaction Controller Document properties Fix some links in other properties Bugzilla Id: 60514
 discard 330afaa  Bug 60514 - Ability to apply a naming convention on Children of a Transaction Controller Rename property Add properties to jmeter.properties Bugzilla Id: 60514
 discard 79bcc15  svn:eol
 discard a4aca98  Bug 60514 - Ability to apply a naming convention on Children of a Transaction Controller Contributed by UbikLoadPack Bugzilla Id: 60514
 discard 69a2178  Bug 58943 - Create a Better Think Time experience svn:eol Bugzilla Id: 58943
 discard da8518b  Bug 58943 - Create a Better Think Time experience Contributed by UbikLoadPack Bugzilla Id: 58943
 discard d9bd61e  Bug 58943 - Create a Better Think Time experience Contributed by UbikLoadPack Bugzilla Id: 58943
 discard 491f6a1  Fix 2 sonar issues
 discard 257674e  Bug 60591 - BackendListener : Add a time boxed sampling tab police Bugzilla Id: 60591
 discard 2db7be2  Bug 60591 - BackendListener : Add a time boxed sampling Based on PR 237  from by Logan Mauzaize (logan.mauzaize at gmail.com) and Maxime Chassagneux (maxime.chassagneux at gmail.com).
 discard ed89ccf  Bug 60590 - BackendListener : Add Influxdb BackendListenerClient implementation to JMeter svn:eol Bugzilla Id: 60590
 discard 3ae2015  Bug 60590 - BackendListener : Add Influxdb BackendListenerClient implementation to JMeter Partly Based on PR 246  from by Logan Mauzaize (logan.mauzaize at gmail.com) and Maxime Chassagneux (maxime.chassagneux at gmail.com).
 discard 21f12c2  This closes #249
 discard 2d9ea2c  Updated to asm 5.2 (from 5.1)
 discard 1e01fef  Bug 60415 - Drop Java 7 support Update changes to remove mention of Java 7 bugs in known issues section Refresh the changes Bugzilla Id: 60415
 discard 3b5792d  Use less shadow on the website.
 discard 22d8282  Change the links in the docs to the slightly updated and (from pdf to xml) converted tutorials
 discard 427c0dd  Updated to slf4j-api 1.7.22 (from 1.7.21)
 discard 3a478fd  Updated to ph-css 5.0.3 (from 4.1.6) Updated to ph-commons 8.6.0 (from 6.2.4
 discard c8a7242  Updated to jsoup-1.10.2 (from 1.10.1)
 discard d89fec4  Remove wrongly added jars
 discard 01d23e9  Updated to jodd 3.8.1 (from 3.7.1.jar)
 discard 703bef5  Updated to httpcore 4.4.6 (from 4.4.5)
 discard 4d9ce24  Updated to groovy 2.4.8 (from 2.4.7)
 discard 1d84f25  Updated to dnsjava-2.1.8.jar (from 2.1.7)
 discard ad31932  This closes #226. https://github.com/apache/jmeter/pull/226 We cannot integrate this PR as it is now in conflict and would need too much work to be integrated. Thanks for your work but next time please ask on jmeter dev mailing list before working on a PR. Integrating PR that touch a lot of code without JUNIT non regression testing is too risky.
 discard 14fab22  Bug 60585 - JMS Publisher and JMS Subscriber : Allow reconnection on error and pause between errors Based on PR 240  from by Logan Mauzaize (logan.mauzaize at gmail.com) and Maxime Chassagneux (maxime.chassagneux at gmail.com).
 discard 1ba76c5  Bug 52962 - Allow sorting by columns for View Results in Table, Summary Report, Aggregate Report and Aggregate Graph Based on a contribution by Logan Mauzaize (logan.mauzaize at gmail.com) and Maxime Chassagneux This commint and this previous one http://svn.apache.org/viewvc?rev=1778767&view=rev closes #245 Bugzilla Id: 52962 Bugzilla Id: 52962
 discard 6b08fa8  Bug 52962 - Allow sorting by columns for View Results in Table, Summary Report, Aggregate Report and Aggregate Graph Based on a contribution by Logan Mauzaize (logan.mauzaize at gmail.com) and Maxime Chassagneux This closes github pr #245 Bugzilla Id: 52962
 discard 936e70b  Formatting
 discard b960d5f  Bug 54525: Search Feature : Enhance it with ability to replace Make search dialog non modal Bugzilla Id: 54525
 discard 9880bf0  Anakia can't cope with the deeply nested structure, so remove the inner 'em's
 discard d19f5f8  Bug 60583 - VRT listener with JavaFX html view don't work with openjdk 8 Bugzilla Id: 60583
 discard 3f14526  New look for diagrams in distributed testing tutorial.
 discard cf9254b  Convert pdf to xml
 discard 2af987d  Convert pdf to xml
 discard 1633270  Convert pdf to xml
 discard b4ed2a1  Convert pdf tutorials to xml.
 discard 60783a7  Bug 60548 - HTTP Request : Allow Upper Panel to be collapsed Bugzilla Id: 60548
 discard d683d06  Mention sponsor of feature
 discard dec88ee  Bug 60542 - View Results Tree : Allow Upper Panel to be collapsed Contributed by UbikLoadPack Bugzilla Id: 60542
 discard 1ae4eff  Bug 60543 - HTTP Request / Http Request Defaults UX: Move to advanced panel Timeouts, Implementation, Proxy Bugzilla Id: 60543
 discard 2558c8a  Sonar : fix squid:UselessParenthesesCheck Remove those useless parentheses.
 discard 205ff1b  Sonar : fix squid:UselessParenthesesCheck Remove those useless parentheses.
 discard 51669a2  Sonar : fix squid:UselessParenthesesCheck Remove those useless parentheses.
 discard 157f324  Sonar : fix squid:UselessParenthesesCheck Remove those useless parentheses.
 discard 8715510  Sonar : fix squid:UselessParenthesesCheck Remove those useless parentheses.
 discard 8d230d1  Sonar : fix squid:UselessParenthesesCheck Remove those useless parentheses.
 discard 5284d66  Sonar : fix squid:UselessParenthesesCheck Remove those useless parentheses.
 discard 4576598  sonar : fix squid:S2696 Make the enclosing method "static" or remove this set
 discard fbfe628  Correct typo.
 discard b990955  Happy New Year 2017.
 discard 0fa6e22  sonar : fix squid:S2696 Make the enclosing method "static" or remove this set
 discard a612208  sonar : fix squid:S2696 Make the enclosing method "static" or remove this set
 discard 48342aa  sonar : fix squid:S2696 Make the enclosing method "static" or remove this set
 discard 1a45cec  sonar : fix squid:S2157 Add a "clone()" method to this class
 discard 9eec547  sonar : fix squid:S2157 Add a "clone()" method to this class
 discard d9ca4e4  Remove unused import
 discard 46db711  Reorder to fix test failure
 discard 7b36656  sonar: - fix naming of constants - fix placement properties, constructor to follow Java conventions
 discard f294cbe  Sonar : ignore  squid:S00115 "Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'"
 discard b9750f9  Sonar : fix squid:S00115 "Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'"
 discard 5e983bf  Use java.util.Base64 Mention deprecation of Base64Encode in changes.xml
 discard 87b4e36  Sonar : fix squid:S00115 "Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'" Deprecated it and Mention breaking change in changes.xml
 discard 4f92771  Sonar : fix squid:S00115 "Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'" Mention breaking change in changes.xml
 discard f52d4ff  Sonar : fix squid:S00115 "Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'" Fix also properties declaration order
 discard edbcf5e  Sonar : fix squid:S00115 "Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'" Fix also properties declaration order
 discard c362b25  Sonar : fix squid:S00115 "Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'"
 discard 53df360  Sonar : fix squid:S00115 "Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'"
 discard 9979c10  Sonar : fix squid:S00115 "Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'"
 discard eaf9fde  Sonar : fix squid:S00115 "Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'"
 discard f902a96  Sonar : fix squid:S00115 "Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'"
 discard 9239536  Sonar : fix squid:S00115 "Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'"
 discard 7dd6d0f  Sonar : fix squid:S00115 "Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'"
 discard 0a21a0f  Sonar : fix squid:CommentedOutCodeLine "This block of commented-out lines of code should be removed. "
 discard 7f0be17  Remove useless code
 discard 75e17b5  Sonar : fix squid:CommentedOutCodeLine "This block of commented-out lines of code should be removed. "
 discard 6258dc6  Sonar : fix fix false positive squid:CommentedOutCodeLine "This block of commented-out lines of code should be removed. "
 discard e34fe95  Sonar : fix squid:CommentedOutCodeLine "This block of commented-out lines of code should be removed. "
 discard 0b3a0a1  Sonar : fix fix false positive squid:CommentedOutCodeLine "This block of commented-out lines of code should be removed. "
 discard bc4003d  Sonar : fix fix false positive squid:CommentedOutCodeLine "This block of commented-out lines of code should be removed. "
 discard 68e1961  Sonar : fix squid:CommentedOutCodeLine "This block of commented-out lines of code should be removed. "
 discard 5ff8089  Sonar : fix squid:CommentedOutCodeLine "This block of commented-out lines of code should be removed. "
 discard 4637bf3  Sonar : fix squid:CommentedOutCodeLine "This block of commented-out lines of code should be removed. "
 discard 8b42302  Sonar : fix squid:CommentedOutCodeLine "This block of commented-out lines of code should be removed. "
 discard 5b82d09  Sonar : fix squid:CommentedOutCodeLine "This block of commented-out lines of code should be removed. "
 discard bf5e92d  Sonar : fix squid:CommentedOutCodeLine "This block of commented-out lines of code should be removed. "
 discard 0cea978  Sonar : fix false-positive squid:CommentedOutCodeLine "This block of commented-out lines of code should be removed. "
 discard e8d20d7  Sonar : fix squid:CommentedOutCodeLine "This block of commented-out lines of code should be removed. " Also fix false positive on catching NoClassDefFoundError
 discard 7e81cb9  sonar : fix squid:S1659  : Declare XXX on a separate line.
 discard ea96763  sonar : fix squid:S1659  : Declare XXX on a separate line.
 discard 5aa39da  sonar : fix squid:S1659  : Declare XXX on a separate line.
 discard 3a073b8  sonar : fix squid:S1659  : Declare XXX on a separate line.
 discard 68fdf29  Revert as per Felix request
 discard f253123  sonar : fix squid:S1659  : Declare XXX on a separate line.
 discard 228d1f6  sonar : fix squid:S1659  : Declare XXX on a separate line.
 discard 902bde2  sonar : fix squid:S1659  : Declare XXX on a separate line.
 discard 1615c03  sonar : fix squid:S1659  : Declare XXX on a separate line.
 discard 466f4fd  sonar : fix squid:S1659  : Declare XXX on a separate line.
 discard 48f0918  sonar : fix squid:S1659  : Declare XXX on a separate line.
 discard 874cef2  Wording and markup.
 discard 3e44535  Enable various sonar filters.
 discard 099ef0a  Sonar : Add links to main project elements Ignore squid:S1192 : "Define a constant instead of duplicating this literal "
 discard a910b46  Ignore for now squid:S134 "Refactor this code to not nest more than 3 if/for/while/switch/try statements. "
 discard 01a7d5a  sonar : fix security errors Now we fail if issues happens on JAR loading
 discard 495724b  Bug 60507 - Added 'Or' Function into ResponseAssertion Improve test coverage Bugzilla Id: 60507
 discard 5a2b555  sonar : fix code smell
 discard 9f4bfab  Bug 60507 - Added 'Or' Function into ResponseAssertion Fix tab Bugzilla Id: 60507
 discard 17abc49  Bug 60507 - Added 'Or' Function into ResponseAssertion Fix contributor name Bugzilla Id: 60507
 discard 0f85698  Bug 60507 - Added 'Or' Function into ResponseAssertion Based on contribution by  忻隆 Bugzilla Id: 60507
 discard 7e19a1a  Bug 60415 - Drop Java 7 support Bugzilla Id: 60415
 discard 45148d8  Sonar : Remove useless assignment
 discard 6ec9fda  Sonar : Remove useless assignment
 discard a6cac5c  sonar : fix code smell (Remove useless assignment) and false-positive
 discard 86bb51e  sonar : fix code smell (Remove useless assignment) and false-positive
 discard 751a973  Sonar : Remove useless assignment
 discard d1fb45e  Sonar : Remove useless assignment
 discard 031aac6  Sonar : Ignore inheritance code smell as nothing can be done about it without breaking backward compatibility
 discard dde4dbd  sonar : fix code smell
 discard 85490b7  sonar : fix code smell
 discard 1a92e1f  sonar : fix code smell
 discard 93b3de9  Bug 60530 - Add API to create JMeter threads while test is running This closes #238 through commit r1776612 Bugzilla Id: 60530
 discard 2a6dc50  Bug 60530 - Add API to create JMeter threads while test is running Fix tests failure Bugzilla Id: 60530
 discard df1ef08  Bug 60530 - Add API to create JMeter threads while test is running
 discard de6c233  Bug 60530 - Add API to create JMeter threads while test is running Based on a contribution by Logan Mauzaize & Maxime Chassagneux Bugzilla Id: 60530
 discard b8a1059  Improve javadocs
 discard 1eb65a3  Bug 60531 - HTTP Cookie Manager : changing Implementation does not update Cookie Policy Bugzilla Id: 60531
 discard 4ce26a1  Remove deprecated method
 discard ad4badd  Remove deprecated method
 discard 2666ba7  Remove deprecated method
 discard a9dde8b  Remove deprecated method
 discard 97117b0  Remove deprecated and unused class
 discard 25ac3f2  Remove deprecated method
 discard 58a65a3  sonar: reorder to fix sonar code smells
 discard 0bfe091  sonar: fix errors
 discard 5993bdc  sonar: ignore false positive
 discard 7031549  sonar: fix errors
 discard 0a46370  sonar: fix errors
 discard 0140aa0  sonar: fix errors
 discard 3e18996  sonar: fix errors
 discard 9aa96b7  sonar: fix errors
 discard faf38fa  sonar: fix errors
 discard b82417c  sonar : fix errors We cannot remove UnsharedComponent it's required
 discard 73165fe  sonar: fix errors
 discard 0f02a0a  sonar: fix errors and better format
 discard e2db659  sonar: fix errors
 discard 5a75708  Remove leftover from close commit.
 discard 1143cd3  This closes #239 on github which is replaced by 241
 discard 5a80a5b  sonar: fix errors Remove deprecated methods
 discard 7e23819  sonar: fix errors
 discard 2e4f681  sonar: fix errors
 discard 5a12904  Add methods to log exception
 discard 899fd4b  sonar: fix errors
 discard ab1d014  sonar: fix errors
 discard 068d1ba  sonar: fix errors
 discard 241ded6  sonar: fix errors
 discard 0dd5b32  sonar: fix errors
 discard 075a28b  sonar: fix errors
 discard 7c258a4  sonar: ignore false positive
 discard 44bc64c  sonar: fix errors
 discard 16431cb  sonar: fix errors and false-positive Fix missing Encoding issue by saving in UTF-8
 discard 3c1ec3e  sonar: ignore false positive
 discard b9300f2  sonar: fix security errors
 discard 7d5d63d  sonar: fix errors
 discard 48e9536  sonar: ignore false positive
 discard a491b69  sonar: ignore false positive
 discard c6684f2  sonar: fix errors
 discard 7049add  sonar: fix errors Use switch instead of if/else/then as per: https://docs.oracle.com/javase/8/docs/technotes/guides/language/strings-switch.html
 discard 600d698  sonar: fix errors and mention change in changes.xml and component reference
 discard 2f8c1fd  sonar: fix errors
 discard f90f0de  Avoid synchronization
 discard 199e816  Remove useless svn tags
 discard fe7b7ec  sonar: fix errors and ignore false positive
 discard 236f411  Bug 60154 - User Parameters GUI: allow rows to be moved up & down in the list This closes #242 on github Contributed by https://github.com/Murdecai777 Bugzilla Id: 60154
 discard eae0797  Fix doc
 discard 47b4c87  Bug 60154 - User Parameters GUI: allow rows to be moved up & down in the list This closes #242 on github Contributed by https://github.com/Murdecai777
 discard bc37cfd  Sonar : Fix code smell
 discard 27f2ed0  Remove junk text used to close PRs
 discard 83e57f6  This closes #232 on github as WONTFIX as PR is not usable as is. In the future, it would be better to discuss such proposal on dev mailing list and only start working on it if there is an agreement. Thanks a lot for your contribution anyway.
 discard 7bcdb73  This closes #236 on github as WONTFIX as no consensus on it during dev mailing list discussions. Thanks a lot for your contribution anyway. In the future, it would be better to discuss such proposal on dev mailing list and only start working on it if there is an agreement.
 discard fd38fec  This closes #210 on github which is waiting for another PR
 discard 3168d95  This commit is just to close github pr #210 which is waiting for another PR
 discard bcb5e8f  Add a new target nightlysonar, which combines nightly and sonar. That way we will save a test run worth of time on the build server.
 discard 918c761  Use correct monitor to use wait and notify on (followup to r1769418). Move constructor to correct place and add a second one to be used by clone. Make Map and Set for cookieManagers final. Add tests.
 discard c25bbdd  Add Apache license and set eol to native.
 discard cb0b59f  sonar: ignore false positive
 discard 082699f  Improve javadocs
 discard 6277a0e  Sonar : Fix code smell
 discard 209e8c0  Sonar : Fix code smell
 discard 239c05f  Sonar : Fix errors, vulnerabilities
 discard 162bd65  Remove unused array
 discard 0cfb3d7  sonar : remove unused import
 discard f1450e9  sonar: ignore false positive
 discard 26b1e52  Sonar : Make SHARE_TAGS private
 discard 15f2260  Sonar : Fix false-positive and errors
 discard 0788cea  Remove unused import.
 discard d00fced  Use try-with statement.
 discard 7187e5c  Spacepolice
 discard 5bcf5da  Use assert function instead of java comparison in test case.
 discard cd6dedb  Remove redundant check. instanceof is only true on non-null values.
 discard 1a2332b  Use isEmpty instead of size()
 discard 4153396  Use isEmpty instead of size()
 discard fddf4e1  Remove useless assignments
 discard 0d5aaa1  Check for null is overkill, when it is followed by instanceof. Add test cases for checked anomalies.
 discard 675d770  Use StandardCharsets...name() instead of a simple string.
 discard 4bd22b3  Use explicit junit method instead of boolean expression inside assertTrue
 discard 176707b  Minimal java version is 1.8.0
 discard 9306110  Javadoc: Add description for exception.
 discard 98d9bfe  Javadoc: add description for possible exceptions.
 discard 1138ed9  Javadoc: Use correct name of parameter
 discard c3fcb50  Javadoc: Add description for param foldIndicatorEnabled.
 discard d27944d  javadoc: Rename type param to comply with java coding standards and document usage.
 discard c45122d  Javadoc: Rename type parameter to comply with java coding style
 discard f073a4e  Javadoc: Correct typo and add missing return description
 discard 7ef16d5  javadoc: Rename type param to comply with java coding standards and document usage.
 discard c5cdef4  javadoc: Rename type param to comply with java coding standards and document usage.
 discard 27c2378  Remove useless method variable oo and rename parameter.
 discard fdb5b2e  Add tests for Sample#compareTo and correct compareTo with respect to big longs.
 discard 54b6b5f  Sonar : Fix false-positive
 discard 577579a  Sonar : Fix errors, vulnerabilities
 discard 02479bc  Sonar : Fix false-positive
 discard 0d944c1  Sonar : Fix errors, vulnerabilities
 discard 5949960  Sonar : Fix errors, vulnerabilities
 discard 47fb705  Sonar : Fix errors, vulnerabilities
 discard 9313798  Javadoc: add doc for param caseSensitive and clarify the params regex and replaceBy
 discard d9d8898  Use coverage target for sonar instead of complete-junit. Based on patch by Thomas Schapitz. Bugzilla Id: 60505
 discard db4ef7e  Update jacoco to version 0.7.8.
 discard 96d36ec  ant:if can only be used on ant 1.9.x and upwards.
 discard e32bd3c  Convince sonar, that we don't need to start a thread here.
 discard 6f3d1b7  Init logger 1 time for perfs
 discard b8e5b78  Sonar : Fix false-positive
 discard 5bb1134  Sonar : Fix errors, vulnerabilities
 discard 75e8a22  Sonar : Fix  vulnerabilities
 discard a55ae4d  Convince sonar, that we don't have to log this exception, as we are storing it in the response.
 discard 3620b07  Convince sonar, that we don't have to log this exception, as we are storing it in the response.
 discard c344305  Use toString of StringBuilder instead of construction a new String.
 discard 5fc312c  Log error instead of printing it to stderr.
 discard ca34c67  Rename constant to comply with naming conventions.
 discard d3f7067  Add comments to declare, that these constants are no hardcoded password.
 discard bdfe2d2  Add comments to declare, that these constants are no hardcoded password.
 discard 6a34ae8  Sonar : Fix errors, code smells and false-positive
 discard a9087fb  Remove unused import
 discard 9c319d9  Sonar : Fix errors, code smells and false-positive Also use Timer.isModifiable() introduced within Bug 60018 Bugzilla Id: 60018
 discard 31a4fb2  Add javadoc
 discard c25b6de  Bug 60018 - Timer : Add a factor to apply on pauses Use Java8 default method Bugzilla Id: 60018
 discard c47c6ca  Sonar : Fix errors, code smells and false-positive
 discard 79493cd  Ignore sonar warnings about transient fields in serializables and throwing generic exceptions.
 discard e628ba0  Sonar : Fix errors and code smells
 discard edb8da7  Sonar : Fix errors and code smells
 discard 97810b2  Sonar : Fix errors and code smells
 discard a35088e  Fix comparison
 discard 980c6a5  Sonar : Fix errors and code smells
 discard f5d0e5e  Sonar : Fix errors and code smells
 discard 4ad2c97  Sonar : Fix errors and code smells
 discard fbce941  Sonar : Fix errors and code smells
 discard 504d62e  Sonar : Fix errors and code smells
 discard 2a2edb7  Sonar : Fix errors and code smells
 discard 9a2cc7b  Sonar : Fix errors and code smells
 discard 702fb2f  Sonar : Fix errors and code smells
 discard 8598fa0  Bug 54525 - Search Feature : Enhance it with ability to replace Implement feature for Sampler subclasses Bugzilla Id: 54525
 discard c7cc3ae  Sonar : Fix errors and code smells
 discard 5226580  Sonar : Fix code smells
 discard c680424  Bug 54525 - Search Feature : Enhance it with ability to replace Implement feature for Sampler subclasses Bugzilla Id: 54525
 discard 15e8a5d  Bug 60144 View Results Tree : Add a more up to date Browser Renderer to replace old Render Fix Exception java.lang.IllegalStateException:Toolkit not initialized Bugzilla Id: 60144
 discard 1d5fb89  Make private method static to make it clearer, that it accesses and modifies static state.
 discard 3833357  Silence sonar's false alarm about hard coded passwords.
 discard 947579a  Silence sonar's false alarm about hard coded passwords.
 discard 5b8081b  Silence sonar's false alarm about hard coded password.
 discard 8860daf  AddressException is a child of MessagingException, so we don't need to declare it.
 discard 4edffc8  Fix one Sonar nag. Use long literal to make usage of long explicit.
 discard df18065  simplify code
 discard 39509b6  Comment on issue
 discard 0815bc1  sonar : Fix false positive
 discard 76143d8  Sonar : Fix errors
 discard f9a744b  sonar : Fix false positive
 discard 54ddd21  Sonar : Fix errors
 discard 3483a28  sonar : close target which can be a FileOutputStream
 discard 732b716  sonar : Fix false positive
 discard a06136c  Sonar : Fix errors and code smells
 discard 7345383  Sonar : Fix errors and code smells Clarify code by renaming vars
 discard db937c5  Sonar : Fix errors and code smells
 discard 59e0dc0  Sonar : Fix code smells
 discard 5dc8126  Sonar : Fix code smells
 discard 5f9d22c  Sonar : Fix errors and code smells
 discard 2df9031  Sonar : Fix errors and code smells
 discard 9435e23  Sonar : Fix code smells
 discard bab6404  Sonar : Fix code smells Use Java8 lambda
 discard 6a19d61  Sonar : Fix code smells Use Java8 lambda
 discard f48fa2a  Sonar : Fix code smells
 discard f7e5824  Sonar : Fix false positive
 discard 45dcc3a  Sonar : Fix code smells
 discard 31856d0  Sonar : Fix code smells
 discard 9a3b89d  Sonar : Fix code smells
 discard a99ccc6  Sonar : Fix code smells Use Java8 lambda
 discard 7481f9b  Sonar : Fix code smells Use Java8 lambda
 discard a1b2cd1  Sonar : Fix code smells
 discard a96ac84  Sonar : Fix code smells
 discard 8e65572  Sonar : Fix code smells Use Java8 lambda
 discard 3f8c797  Sonar : Fix code smells Use Java8 lambda
 discard ace3583  Sonar : Fix code smells
 discard dae0eea  Sonar : Fix code smells Use Java8 lambda
 discard 936b967  Sonar : Fix code smells Use Java8 lambda
 discard 4b7ce8c  Sonar : Fix code smells Use Java8 lambda
 discard 1cf34f4  Sonar : Fix code smells
 discard 95b34fc  Sonar : Fix code smells Use Java8 lambda
 discard 1e551b3  Sonar : Fix code smells Use Java8 lambda
 discard 73a1bf1  Sonar : Fix code smells Use Java8 lambda
 discard 1d88ae5  Bug 60444 - Intermittent failure of TestHTTPMirrorThread#testSleep() Bugzilla Id: 60444
 discard c7ccbaa  Sonar : Fix code smells
 discard dfaf1cf  Sonar : Fix code smells
 discard a22f6bb  Sonar : Fix code smells
 discard 00daf50  Sonar : Fix code smells
 discard 88b30d4  Sonar : Fix code smells
 discard 27f3907  Sonar : Fix code smells
 discard 4768444  Sonar : Fix code smells
 discard e9b2997  Bug 54525 - Search Feature : Enhance it with ability to replace Part 1 : create replace that counts number of replacements Fix sonar code smell Bugzilla Id: 54525
 discard a4fbcf0  Bug 54525 - Search Feature : Enhance it with ability to replace Part 1 : create replace that counts number of replacements Fix sonar error
 discard 0a46c96  Bug 54525 - Search Feature : Enhance it with ability to replace Part 1 : create replace that counts number of replacements Bugzilla Id: 54525
 discard 42102f9  Bug 60501 - Search Feature : Performance issue when regexp is checked Bugzilla Id: 60501
 discard caadac9  Properties can be set only once in ant. Re-enable jacoco test run with agent.
 discard 20a5477  Fix sonar error
 discard 2d7d53e  comment on SONAR false positive
 discard 90bdfba  comment on SONAR false positive
 discard f7bb619  Drop comment code Drop useless test Drop dead code
 discard ec4fc0b  Fix NPE
 discard ad45f0c  Ignore false positive
 discard ab8330f  Fix sonar warning on closing statement
 discard 16c1185  Fix sonar warning
 discard 31c1ada  Fix sonar warning
 discard 850ecef  Fix conversion issue
 discard 423f1f0  Fix conversion issue
 discard 8ce1a48  fix conversion
 discard b58dca3  typo as per felix note
 discard 2ccf4ea  ignore false positive
 discard 494d338  typo
 discard 2648609  Ignore false positive
 discard 9740e69  Bug 60222 - Remove deprecated elements Distribution Graph, Spline Visualizer Bugzilla Id: 60222
 discard 9e9ac73  Removed a line to many in last commit
 discard e935b40  Tabpolice
 discard 1050f4a  space policy
 discard 08eda9e  improve javadocs
 discard 1cb5a54  improve javadocs
 discard 794acf7  improve javadocs
 discard c82a22a  improve javadocs
 discard 7188bed  improve javadocs
 discard 1676df0  Improve a bit quality using Java8
 discard 348559e  Move definition of sonar namespace to sonar task, so that it works, even when sonar lib was just downloaded.
 discard 15f6b47  Add sonar analysis task to build
 discard ee0f1b0  Bug 60449 - JMeter Tree : Annoying behaviour when node name is empty Bugzilla Id: 60449
 discard 9bde121  Use isEmpty instead of size. Mainly checked in to test git sync.
 discard baeefa1  Use isEmpty instead of size.
 discard 2e03d21  Remove duplicated condition. TAG_SCRIPT was already checked in this if/else cascade.
 discard 8373d7a  Use short circuit logic in boolean context. No functional change.
 discard 707fe64  Redundant type spec.
 discard ab70b12  travis-ci needs an older version of ant.
 discard c0b09b1  Fix a typo in build.xml (gavin at 16degrees.com.au)
 discard 6c0e334  Add bugzilla ID and Qi Chen to contributor list
 discard 997ca6c  Clear leftover variables before extracting new ones in JSON Extractor. Based on a patch by Qi Chen (qi.chensh at ele.me)
 discard d89f6f8  JMeter Graphite Backend Listener throws exception when test ends and useRegexpForSamplersList is set to true. Based on patch by Liu XP (liu_xp2003 at sina.com)
 discard e6de73b  Require jdk 8+ for generating docs-api. Bugzilla Id: 60415
 discard 1804aa6  603982 Guard Exception handler of the JDBCSampler against null messages
 discard 2856f2b  Drop unused class
 discard 1c3d435  typo
 discard 5bfa1d4  Drop deprecated classes
 discard 59fca25  Drop deprecated code
 discard d3970ef  Drop deprecated code
 discard f81a8bc  Drop deprecated code
 discard 6a81e1d  Drop deprecated code
 discard 101ec86  Drop deprecated code
 discard a07eee1  Current develop version will be the 3.2-SNAPSHOT
 discard 7375a31  javadoc add missing comment for exception
 discard 0b3a466  javadoc add missing param pattern
 discard 737a6d9  javadoc mention the possible exception LinkExtractorParseException.
 discard 5e3755a  javadoc add param descriptions
 discard b58101a  Javadoc describe parameter newValue
 discard 9f09d38  Drop old deprecated and unused classes
 discard 95be08e  Fix wrong javadoc
 discard ea59bf6  Bug 60423 - Drop Monitor Results listener Part 6 Fix property Bugzilla Id: 60423
 discard c83ebd2  Add missing license file for caffeine. Bugzilla Id: 59934
 discard 7317c1f  Modify Saved... testplans to reflect now missing elements.
 discard 64fd561  Bug 60423 - Drop Monitor Results listener Part 5 Fix sha Bugzilla Id: 60423
 discard e69f33f  Bug 60423 - Drop Monitor Results listener Part 4 Fix eclipse build
 discard e4852cd  Bug 60423 - Drop Monitor Results listener Part 3 Remove monitor building parts Bugzilla Id: 60423
 discard 024b163  Bug 60423 - Drop Monitor Results listener Part 2 Bugzilla Id: 60423
 discard 3197f16  Bug 60423 - Drop Monitor Results listener Part 1 Bugzilla Id: 60423
 discard 30ee063  Bug 59934 - CSSParser: several threads can compute the same CSS simultaneously when not cached yet (nightly build after 3.0) ignore caffeine Bugzilla Id: 59934
 discard 1382b03  Bug 59934 - CSSParser: several threads can compute the same CSS simultaneously when not cached yet (nightly build after 3.0) Fix compilation error Bugzilla Id: 59934
 discard 8ecc452  Bug 60144 - View Results Tree : Add a more up to date Browser Renderer to replace old Render JFXPanel should only be created by AWT thread Bugzilla Id: 60144
 discard 15ee525  Make javafx accessible to eclipse for our project.
 discard e4bf29d  Fix freeze when running tests in headless mode. Followup to r1771577
 discard 3938318  Whitespace police (and a blunt try to close #221 on github.)
 discard ffeba23  Fix race-conditions in CssParser. Based on a patch by Jerome Loisel (loisel.jerome at gmail.com)
 discard fdae52d  Bug 60144 - View Results Tree : Add a more up to date Browser Renderer to replace old Render svn:eol Bugzilla Id: 60144
 discard 0160f9b  Bug 60144 - View Results Tree : Add a more up to date Browser Renderer to replace old Render Bugzilla Id: 60144
 discard f9a5643  Typo
 discard 6fa23e1  Mention dropping java 7 support in changes.
 discard 6442bf8  Drop java 7 from travis, too.
 discard b55a68e  Drop support for java 7.
 discard f57584b  Get travis back to green, hopefully.
 discard 248da9b  Start development of next version 3.2
 discard c70e60b  Prepare next release 3.1: update docs tree and overview (RC4)
 discard bec47fb  Bug 60376 - Http Test Script Recorder : If deflate is used by server then recording may break application Bugzilla Id: 60376
 discard f8a0160  Update documentation for last version of InfluxDB
 discard fba59d4  Whitespace police.
 discard 299d7c2  Markup corrections.
 discard fad51f5  Prepare next release 3.1: update docs tree and overview (RC3)
 discard 9a690ae  Add eclipse.me to rat-excludes.txt
 discard 6806039  Move eclipse.readme to eclipse.md and update docs and building.xml
 discard 018293f  Link to NOTICE and LICENSE
 discard 4f7f9bb  Replace README by README.md since it has been moved
 discard 36a5ed2  fix svn:eol
 discard 1b532e5  Tabs policy
 discard fded67a  create reports folder to avoid failure
 discard 997f562  Improve Ant version management. Currently we need at least Ant > 1.9.1 Bugzilla Id: 60364
 discard 12d36ed  Display Apache Ant version as informative message
 discard 741d00d  Improve new and noteworthy
 discard 8a328cf  Bug 60299 - Thread Group with Scheduler : Weird behaviour when End-Time is in the past Bugzilla Id: 60299
 discard 73243eb  Sync on final Lock
 discard 7accc12  replace contains by containsKey
 discard 4a590ea  pageEncodings is already wrapped in a synchronized Collection
 discard acf9fa4  Ignore false positive for synchro on non final field
 discard edbfebf  Sync on final field
 discard a2d9f09  Ignore false positive for synchro on non final field
 discard b55e0f2  Sync on final field
 discard af97f4f  Fix synchronization
 discard 911bd72  Avoid 2 classes per file
 discard 2a384e6  Fix naming of static var Fix synchronization
 discard 05997b3  Ignore false positive on Synchronization on non final field
 discard f1b43ba  Ignore false positive on Synchronization on non final field
 discard bcb37ad  Fix ignored parameter
 discard 879f721  revert last change
 discard be8c17c  Temporary to fix buildbot failure if due to missing dependency
 discard 8123dfa  Bug 60364 - Document Test Coverage Bugzilla Id: 60364
 discard 95d4aca  Bug 60092 - View Result Tree: Add shortened version of the PUT body to sampler result. Align bug title with bugzilla Bugzilla Id: 60092
 discard 4f87c50  Fix doc for HTTP request
 discard 41e93c6  Bug 60358 - Http Request : Allow sending Body Data for HTTP GET request Put back the mention of bug delete in r1769202 Update documentation which was wrong for DELETE and update it for GET Bugzilla Id: 60358
 discard eaec271  Updated to tika 1.14
 discard 0ffd353  Bug 60361 - ModuleController : If a Test plan contains a Module Controller which references an unexistant Controller, JMeter in GUI mode will not stop Disable what seems to be a wrong Unit Test Bugzilla Id: 60361
 discard e1c79a7  Mention timer.factor in new and noteworthy
 discard 5ff8ee9  Bug 60361 - ModuleController : If a Test plan contains a Module Controller which references an unexistant Controller, JMeter in GUI mode will not stop Bugzilla Id: 60361
 discard 96154f9  Fix bad plan where Module Controller has lost reference of controller
 discard 8a92bab  Bug 60361 - ModuleController : If a Test plan contains a Module Controller which references an unexistant Controller, JMeter in GUI mode will not stop Bugzilla Id: 60361
 discard 9a91fe5  Bug 60360 - View Result Tree : Request Tab does not show body of a DELETE request Bugzilla Id: 60360
 discard f294b02  Change chinese translation for "Save as". Contributed by XMeter (support at xmeter.net).
 discard 80c7090  Add p tags to text nodes, so that they get rendered by vsl-templates.
 discard d7cc240  Add p tags to text nodes, so that they get rendered by vsl-templates.
 discard ad2514f  Add p tags to text nodes, so that they get rendered by vsl-templates.
 discard 48012c3  Add p tags to text nodes, so that they get rendered by vsl-templates.
 discard f835776  Add p tags so that the text will be included by the vsl-stylesheet.
 discard b94c484  Bug 60229 - Add a new metric : sent_bytes Add to JavaTest of Java Request Bugzilla Id: 60229
 discard 09145d1  Followup to r1762110. Fix logic to determine, which language should be chosen.
 discard 437076c  Use bugzilla entity as it does not add a dash.
 discard 98ffd0e  Update screenshots of Summary Report and Aggregate Report
 discard ac2ec04  Prepare next release 3.1: update docs tree and overview (RC2)
 discard 190a0dc  Remove intro.html
 discard 69dae28  Add missing images / html file Remove intro.html
 discard 080afb1  Prepare next release 3.1: update docs tree and overview (RC1)
 discard 3195964  Command-line mode instead of CLI mode
 discard b75fb23  Update version
 discard d6f3a03  Update docs
 discard 80244dd  too many parentheses
 discard 338ba69  Fix some javadoc issues
 discard 8d59a84  Bug 60332 - View Results Tree : With Windows LAF, JSON Extractor does not show JSON Path Expression and Result panel Bugzilla Id: 60332
 discard 812cb4e  Improve order of renderers and add JSON Path tester
 discard d038eb5  Remove duplicate link
 discard 5ba0eab  Finalize New and Noteworthy
 discard df55c53  Minor wordings.
 discard 571d7c0  Wording. We don't compare here.
 discard bd5dcaf  Markup 3rd
 discard d8af58a  Use hellip entity and markup 3"rd"
 discard 67e2104  Markup and usage of "these" instead of "those".
 discard 94b65f5  Spelling.
 discard 3a45ef4  Correct Wording.
 discard 115705f  Improve documentation
 discard ea2d9a5  Continue New and Noteworthy section
 discard 483f303  Reduce code
 discard 3c1a9b1  Bug 60323 - Deprecate BSF Elements Replace mention of BSF by JSR223 Bugzilla Id: 60323
 discard 584051b  Fix ignore parameter type as reported by Antonio Gomes Rodrigues
 discard bdd77d9  Update Table index
 discard 2c006fc  Describe Overall load testing process
 discard f340e16  Continue improving overview
 discard e850638  Remove intro redundant with Home Page content. Move non redundant part to history_future.html (new page at end)
 discard da4123c  Rework presentation Highlight features
 discard 83ce510  Bug 60323 - Deprecate BSF Elements Also fix in changes.html link to known problems and workaround
 discard 99ee096  Remove unused keys
 discard 7d38a52  Enhance advice with heap memory mention
 discard 55b8fcd  log-file is results file
 discard a51558b  Add warning about GUI mode
 discard 190b281  Clarify documentation links Move Translation guide to contributing doc
 discard 656440e  Be more explicit on NON GUI usage for load testing
 discard d709645  Upgrade to jsoup-1.10.1 from 1.9.2
 discard 648a43e  Updated to commons-lang3 3.5 (from 3.4)
 discard 15d31b5  Upgrade to jsoup-1.10.1 from 1.9.2
 discard d433cf7  Improve new and noteworthy section
 discard 7b3c600  Add screenshots
 discard 7241e8d  Markup change. Highlight note about query validation.
 discard 0c6a0d2  Update image for mailreader_sampler.
 discard b0100d4  Update screenshot of ws-test-plan.
 discard 8ce4b44  Mention Dashboard improvements in New and Noteworthy section.
 discard bc9d929  Space police
 discard b0f2a06  Minor text tweaks.
 discard d715615  Started to fill in the New and Noteworthy section
 discard 7fe17df  Correct javadoc reference.
 discard b41e2e7  Constants should be final
 discard 2a92e3e  Space-police
 discard fa0e77c  Ignore CSS warnings when parsing with ph-css library.
 discard 0526e71  Remove dependency of ProxyControl on GuiPackage. Based on patches by jarek102 at gmail.com and Wyatt Epp (wyatt.epp at gmail.com)
 discard d7ab9e4  Whitespace police.
 discard 06869df  Since 2.13 (and Bugzilla 57514), Aggregate Graph, Summary Report and Aggregate Report lost precision in the Error, Rate and Bandwidth values saved in the saved file csv Bugzilla Id: 60278
 discard 712f7fc  Revert jmx testplans to r1763887 and add Saved... files, that represent them saved with a current version of JMeter
 discard 5bca0a9  Compare saved testplans to Saved... testplans instead of originals when the Saved... testplan exists.
 discard 471938a3 Use try-with syntax.
 discard 3b573b1  Rename local variable to make intent clearer
 discard 79319c2  Move variable to narrow scope
 discard c92ba16  Refactor computeFileStats and its usage. The caller is responsible to close its created ressources (as it has even more of those).
 discard 8391dfa  Refactor int[] to new class FileStats to make intent of code clearer.
 discard 7872617  Add some missing trailing EOLs
 discard fd1d6d9  Add some missing trailing EOLs
 discard 7ff602b  Remove useless chars
 discard b1588d1  Clarify some limitation Explain how to configure in distributed mode to have correct Thread related graphs
 discard 8347a63  The groovy function is named __groovy. Add a note to add the utility-file to the groovy property. Add a bit of markup.
 discard 6bdffc1  Improve template: - Remove useless 200 assertion - Remove old listeners - Comment what to change - Add think time
 discard 5f2a9c0  Correct typo.
 discard 7640e63  JSON Extractor doesn't index array elements when only one element is found. Based on patch by Roberto Braga (roberto.braga at sociale.it).
 discard f72fb0e  Fix test failure
 discard 8bdef3b  Fix test failure
 discard ff7aded  Bug 60287 - Report / Dashboard : Have a new Top5 Errors by sampler table in Dashboard svn:eol Bugzilla Id: 60287
 discard fcd9047  Bug 60287 - Report / Dashboard : Have a new Top5 Errors by sampler table in Dashboard Bugzilla Id: 60287
 discard 89eeb28  Uncomment default values so that by default report is generated.
 discard ab01332  Fix javadocs
 discard b69deaf  typo
 discard d76f36d  Bug 60266 - Usability/ UX : It should not be possible to close/exit/Revert/Load/Load a recent project or create from template a JMeter plan or open a new one if a test is running Bugzilla Id: 60266
 discard db6d38b  Make all classes extend AbstractAction
 discard d83142f  Bug 60252 - Add sent kbytes/s to Aggregate Report and Summary report Remove use of deprecated setBytes(int) Bugzilla Id: 60252
 discard 6b2b9f7  Improve Template and make it hit example.org which is allowed
 discard 78ccf7e  Bug 60268 - Drop org.apache.jmeter.gui.action.Analyze and deprecate org.apache.jmeter.reporters.FileReporter Bugzilla Id: 60268
 discard 12e042a  Bug 53039 - HTTP Request : Be able to handle responses which size exceeds 2147483647 bytes Fix deprecated calls to setBytes(int) Bugzilla Id: 53039
 discard 2f8b136  Bug 60265 - HTTP Request : In Files Upload Tab you cannot resize columns Contributed by Ubik Load Pack (support at ubikloadpack.com) Bugzilla Id: 60265
 discard 6c8cbad  Bug 60267 - UX : In View Results Tree it should be possible to close the Configure popup by typing escape Contributed by Ubik Load Pack (support at ubikloadpack.com) Bugzilla Id: 60267
 discard 7766955  svn:eol
 discard 9800c38  Add a Template that uses Groovy
 discard c67c489  60250 : Report / Dashboard : Need to Add Sent KB/s in Statistics Report of HTML Dashboard Avoid failure when reading a 3.0 file with default configuration. Default sent_bytes to 0 Default connect to 0
 discard 98f2be1  Increase buffer size
 discard 8dcc1ba  Bug 59945 For all JSR223 elements, if script language has not been chosen on the UI, the script will be interpreted as a groovy script. Bugzilla Id: 59945
 discard 4a492c4  Bug 60252 - Add sent kbytes/s to Aggregate Report and Summary report Bugzilla Id: 60252
 discard 0236dce  Bug 60250 - Need to Add Sent KB/s in Statistics Report of HTML Dashboard
 discard 363c1ba  As per sebb and Ivan suggestion
 discard f10271f  README.md does not need AL
 discard c430ab4  Rephrase description text
 discard 6f472c8  Bug 53039 - HTTP Request : Be able to handle responses which size exceeds 2147483647 bytes Fix bug as per Felix Schumacher review, thx Bugzilla Id: 53039
 discard 3afb6ae  Bug 53039 - HTTP Request : Be able to handle responses which size exceeds 2147483647 bytes Restore changed method for backward compatibility Bugzilla Id: 53039
 discard 970b794  Bug 53039 - HTTP Request : Be able to handle responses which size exceeds 2147483647 bytes Update properties_reference.xml Bugzilla Id: 53039
 discard 2e82324  Bug 53039 - HTTP Request : Be able to handle responses which size exceeds 2147483647 bytes Bugzilla Id: 53039
 discard 4aa6913  Bug 60229 - Add a new metric : sent_bytes Don't cumulate sent bytes to compute throughput (which is for server) Bugzilla Id: 60229
 discard aba69d8  Add markup and be more consistent with naming controllers.
 discard 41997e0  Swap version the word and the version number
 discard c7054c8  Bug 60229 - Add a new metric : sent_bytes Add connect and sent_bytes metrics to tabbed view Bugzilla Id: 60229
 discard 0fd18b2  Clarify Use Namespaces also for XPath Extractor
 discard eaa9201  Bug 60229 - Add a new metric : sent_bytes Mention metric is only available with HttpClient4 Bugzilla Id: 60229
 discard acf0ef0  Bug 60229 - Add a new metric : sent_bytes Update TestCSVSaveService with new field Bugzilla Id: 60229
 discard 2bafa3f  Bug 60229 - Add a new metric : sent_bytes Disable sent_bytes in properties for batch Bugzilla Id: 60229
 discard c96b274  Bug 60229 - Add a new metric : sent_bytes Bugzilla Id: 60229
 discard be9cff8  Markup changes. Use code and source elements.
 discard 1cdc718  Apply stylesheet recursively to code and source elements.
 discard f4ec04d  Make field final
 discard c60d803  Bug 60220 - Rename JSON Path Post Processor to JSON Extractor Bugzilla Id: 60220
 discard 3d483dd  Followup to r1763837. Add revision, when elements where dropped to saveservice.properties. Bugzilla Id: 60222
 discard 3f6eb0e  Followup to r1763837. Remove dropped elements from testplans. Bugzilla Id: 60222
 discard a501465  Fix misplaced bugzilla
 discard 498b72c  Fix misplaced bugzilla
 discard 3965fd3  Bug 60225 - Drop deprecated __jexl function and dependency on commons-jexl Drop mention in LICENSE file Bugzilla Id: 60225
 discard cc33125  Bug 60225 - Drop deprecated __jexl function and dependency on commons-jexl Drop folder
 discard ba5eecd  Bug 60225 - Drop deprecated __jexl function and dependency on commons-jexl Drop folder
 discard 595133c  Bug 60225 - Drop deprecated __jexl function and dependency on commons-jexl Drop junit test class, JexlEngine for BSF and update docs Bugzilla Id: 60225
 discard e7bd3ab  Link to Compilable
 discard ea16a63  Update docs by mentioning Groovy function and advising not to use javascript or Beanshell anymore for performances.
 discard 5378ee5  Bug 60225 - Drop deprecated __jexl function and dependency on commons-jexl Bugzilla Id: 60225
 discard c65a427  Bug 60224 - Deprecate Monitor Results listener Mention Use as Monitor as DEPRECATED Bugzilla Id: 60224
 discard 9a765f5  Bug 60224 - Deprecate Monitor Results listener Bugzilla Id: 60224
 discard d299edc  Add links to javadocs
 discard 093748f  Bug 60221 - CSV DataSet : trim variable names Bugzilla Id: 60221
 discard 8c5aee1  Upgrade sha1
 discard 5871b84  Bug 60222 - Remove deprecated elements Distribution Graph, Spline Visualizer Also update version in saveservice.properties to match version of JMeter Bugzilla Id: 60222
 discard aeb8eb6  update message
 discard 47d6fc0  Bug 60220 - Rename JSON Path Post Processor to JSON Path Extractor Bugzilla Id: 60220
 discard d930561  Use more available space for textarea in XPath Assertion.
 discard 4722921  Link to javadocs
 discard 4a79fde  XStream upgrade Workaround the security fix without losing the DTD
 discard a778ea0  XStream upgrade Workaround the security fix without losing the DTD
 discard 91ed332  Bug 60081 Interleave Controller : Add an option to alternate across threads Add screenshot Bugzilla Id: 60081
 discard bd8b3b4  Explicitly specify apdex_satisfied_threshold and apdex_tolerated_threshold in properties file, as they are refeenced later.
 discard 98c6a9d  Bug 60081 Interleave Controller : Add an option to alternate across threads Bugzilla Id: 60081
 discard 59f422a  Markup changes and fix a few typos.
 discard cb5187d  Markup changes and remove conversion artefacts.
 discard d991ce8  Markup changes, change default values and remove conversion artefacts.
 discard 2e9708f  Markup changes.
 discard c244d1b  Markup changes. Removed doubled entries.
 discard a8ea228  Markup changes. Changed default values for init files to empty value.
 discard 68bb086  Markup changes. Repeat units for percentiles.
 discard bb7eacf  Markup changes.
 discard b4dd270  Add markup. Specify unit for poll timeout.
 discard b477101  Add markup. Change table to dl and rephrase text a bit.
 discard 9155604  Markup changes and rephrasing.
 discard c9e7db6  Markup changes and minor rephrasing.
 discard cc6e796  Add markup and rephrase a bit.
 discard cfb24f1  Markup changes and minor rephrasings.
 discard 9cd1226  Markup changes and rephrasings.
 discard ff9393c  Add markup, rephrase
 discard 60bee2d  Add markup
 discard cb39f93  Allow html tag abbr
 discard fd2c699  Add markup. Spell out plus.
 discard e43e7f2  Add markup.
 discard 4fc7641  Add markup, rephrase
 discard 7a717a1  Rephrasings, added markup. Changed default values.
 discard 91a5670  Clarify If Controller
 discard 6360975  Add markup and minor rephrasings.
 discard 798db1e  Add markup and reformatx.
 discard dd0352b  Reformat, markup changes and correction of mispelled attributes.
 discard c5bb966  Rephrase paragraph for jmeter.laf property. Add markup and change punctuations.
 discard 345ed5f  Reformat, add markup and change a few punctations.
 discard 0d10089  Add .xml suffix
 discard 74dbee1  Replaced by README.md
 discard 65206d4  Fix typo (missing s)
 discard 4ede1af  Fix tcp properties
 discard 846a970  Improve language and Remote batching configuration sections
 discard c5f6554  Improve Remote batching configuration section next
 discard 6ac139f  Improve Remote batching configuration section
 discard bc6b345  Javadoc. Add missing param attributes.
 discard fd46249  Javadoc. Add missing param attributes.
 discard 0fc0a8e  Space police
 discard 4d2da04  Javadoc. Correct references.
 discard de3227f  Space police
 discard 59e0ea1  Javadoc. Correct references.
 discard c869903  Javadoc. Add param attribute and rephrase description a bit.
 discard c6e82f2  Javadoc. Method doesn't throw EOFException anymore.
 discard 7d62dc9  Javadoc. Angular brackets are not allowed in javadoc comments.
 discard 69f0e85  Javadoc. Specify class with full package.
 discard c80e203  Javadoc. Add description for throw clauses.
 discard d2e4d05  Add markdown version of README to be displayed by github.
 discard 5e585ae  Bug 60149  	Report / Dashboard : If granularity is below 1 sec, the Throughput graphs will be incorrect Mention limitation. Bugzilla Id: 60149
 discard d649bce  Bug 60149  	Report / Dashboard : If granularity is below 1 sec, the Throughput graphs will be incorrect Mention limitation. Bugzilla Id: 60149
 discard e7ddca6  Bug 59439 - AbstractOverTimeGraphConsumer.createGroupInfos() should be abstract Bugzilla Id: 59439
 discard 4d36d96  Add throws javadoc attribute.
 discard a35435a  Bug 60018 - Timer : Add a factor to apply on pauses Document property Bugzilla Id: 60018
 discard 3f60aba  Add properties reference to main items
 discard c6392ee  [Bug 60082] Validation mode : Be able to force Throughput Controller to run as if it was set to 100% Document property Bugzilla Id: 60082
 discard afcfbc0  Bug 60137 - In Distributed testing when using StrippedXXXX modes strip response also on error Document sample_sender_strip_also_on_error Bugzilla Id: 60137
 discard fc5fa9a  Remove more duplicated words.
 discard 2c80f45  Remove doubled words.
 discard 9cdec52  Add info to get rid of 'multiple bindings' warning from SLF4J.
 discard 4d0e1d8  Markup changes.
 discard 1396d81  Followup to r1762120. Document changes. Bugzilla Id: 60092
 discard 4c959dd  Add shortened version of the PUT body to sampler result.
 discard 0c55f91  Correct typo. Followup to r1760716 and r1760749. Relates to github issue #224
 discard e621d69  Bug 59945 For all JSR223 elements, if script language has not been chosen on the UI, the script will be interpreted as a groovy script A getXXX method should not change state, so read every time and default (slight performance loss) Add javadocs Drop unused log field Increment serialVersionId
 discard c72078e  Use jquery.flot.axislabels.js in sbadmin
 discard 9d7cb8a  Bug 60171 - Report / Dashboard : Active Threads Over Time should stack lines to give the total amount of threads running Tab space police !!!!!!
 discard 27c0985  Bug 60171 - Report / Dashboard : Active Threads Over Time should stack lines to give the total amount of threads running Bugzilla Id: 60171
 discard d323fff  Add a change note
 discard b9458da  This closes #223
 discard f671ee3  Bug 60090 Report / Dashboard : Empty Transaction Controller should not count in metrics Bugzilla Id: 60090
 discard 7588506  Followup to r1761614. The correct bugzilla id is 60066.
 discard e4b9ab9  Correct a few typos. Mainly to trigger jenkins.
 discard 41ce89e  Handle CLOBs and BLOBs and limit them if necessary when storing them in result sampler.
 discard e914fbf  Remove DOCTYPE, as it is not allowed by xstream 1.4.9 anymore. Followup to r1761294
 discard dcede58  tiny memory allocation improvements Contributed by  Benoit Wiart (b.wiart at ubik-ingenierie.com). this closes #229 on github
 discard 676793c  Bug 60018 - Timer : Add a factor to apply on pauses eol Bugzilla Id: 60018
 discard 755afbe  Bug 60018 - Timer : Add a factor to apply on pauses Bugzilla Id: 60018
 discard 7263bbf  Fix typo in naming
 discard 4a3a3b7  Update to xmlgraphics-commons 2.1 (from 2.0.1)
 discard 913a5bb  Update to jodd 3.7.1 from 3.6.7
 discard 3002afc  Bug 60106 Settings defaults : Switch "jmeter.save.saveservice.connect_time" to true (after 3.0) Bugzilla Id: 60106
 discard a927e98  Escape \n for javascript
 discard 35ef16c  Updated to xstream 1.4.9 (from 1.4.8)
 discard c47d12f  Update RSyntaxTextArea to 2.6.0 from 2.5.8
 discard cd0c1d4  Updated to slf4j-api-1.7.21 from 1.7.13
 discard 294ecdd  Updated httpcore to 4.4.5 from 4.4.4 Remove dependency on GuardedBy annotation
 discard 1ae9257  Updated httpcore to 4.4.5 from 4.4.4
 discard 5cea161  Updated httpcore to 4.4.5 from 4.4.4
 discard 492258a  Updated to groovy 2.4.7 from 2.4.7
 discard 64129c1  Updated to commons-net 3.5 (from 3.4)
 discard f9165f4  Updated to commons-io 2.5 (from 2.4)
 discard 7012fe9  Update ph-css to 4.1.5. Exclude in svn properties of lib folder Bugzilla Id: 60121
 discard f99f10a  Bug 60106 - Settings defaults : Switch "jmeter.save.saveservice.connect_time" to true (after 3.0) Fix tests Bugzilla Id: 60106
 discard 2cff468  Bug 60106 - Settings defaults : Switch "jmeter.save.saveservice.connect_time" to true (after 3.0) Bugzilla Id: 60106
 discard 9b7110b  Add line break to avoid overlapping
 discard 6ea8f07  Fix title
 discard ba126ce  Bug 60125 - Report / Dashboard : Dashboard cannot be generated if the default delimiter is \t Bugzilla Id: 60125
 discard 55afd8a  Add missing reference in changes.xml to PR 196,200,209
 discard 052eb7b  This closes #200
 discard 0bf0997  This closes #209
 discard a9919a8  This closes #196
 discard c03efa4  Update ph-css to 4.1.5. Bugzilla Id: 60121
 discard e532006  Bug 60137 - In Distributed testing when using StrippedXXXX modes strip response also on error Bugzilla Id: 60137
 discard 00b2ad7  Bug 60135 - Report / Dashboard : Active Threads Over Time should be in OverTime section Bugzilla Id: 60135
 discard 83fc106  It's an enhancement to View Results Tree
 discard 7968e61  svn:eol
 discard 859dc91  Fix url
 discard c7fe0f6  Add RenderAsHTMLFormated.java file
 discard 3598d12  This closes #224
 discard 2dd05a4  Formatting and paraphrasing of JDBC Sampler docs.
 discard 9ce80e4  Wrongly placed
 discard f90f60c  Bug 60109 - Summariser : Make it ignore TC generated SampleResult in its summary computations Bugzilla Id: 60109
 discard 4c8916f   Add date format property for start/end date filter into Report generator  Add new dedicate section Report/dashboard into changes.xml
 discard 4a39e30  Bug 60084 - JMeter 3.0 embedded resource URL is silently encoded Bugzilla Id: 60084
 discard 51ccbd2  Don't loose original exception.
 discard 086be8b  Followup to r1759668. Close PreparedStatements as they are no longer cached and reused.
 discard 09e250c  Bug 60098 - Report / Dashboard : Reduce default value for "jmeter.reportgenerator.statistic_window" to reduce memory impact Bugzilla Id: 60098
 discard 42bcf43  Bug 60098 - Report / Dashboard : Reduce default value for "jmeter.reportgenerator.statistic_window" to reduce memory impact Bugzilla Id: 60098
 discard 3ca1d39  Bug 59991 New function __groovy to evaluate Groovy Script. Contributed by Ubik Load Pack (support at ubikloadpack.com) svn:eol Bugzilla Id: 59991
 discard deb463c  Bug 59991 New function __groovy to evaluate Groovy Script. Contributed by Ubik Load Pack (support at ubikloadpack.com) Add missing file Bugzilla Id: 59991
 discard 9aedce5  Bug 60110 - Report / Dashboard : In Response Time Percentiles, slider is useless Bugzilla Id: 60110
 discard 89dba15  Bug 60108 - Report / Dashboard : In Requests Summary rounding is too aggressive Bugzilla Id: 60108
 discard e4a108f  Bug 60107 - Report / Dashboard : In StatisticSummary, TransactionController SampleResult makes Total line wrong Bugzilla Id: 60107
 discard ad5e211  Improve colors
 discard ff9a42f  Bug 60105 - Report / Dashboard : Report requires Transaction Controller "generate parent sample" option to be checked , fix related issues Bugzilla Id: 60105
 discard 49dc18d  Bug 60090 Report / Dashboard : Empty Transaction Controller should not count in metrics Bugzilla Id: 60090
 discard 22cdb90  Bug 60103 - Report / Dashboard : Requests summary includes Transaction Controller leading to wrong percentage Bugzilla Id: 60103
 discard fa4e1e7  Bug 60090 Report / Dashboard : Empty Transaction Controller should not count in metrics Bugzilla Id: 60090
 discard dd20623  javadocs
 discard fd41f21  Add graphId in logs
 discard caf90e7  Markup changes.
 discard 3e0671f  Reduce memory allocations when looking for prefixes in strings. Based on patch by Benoit Wiart (b.wiart at ubik-ingenierie.com). This closes #228 on github.
 discard 22da877  Check for debugEnabled first. Part of #228 of github PR.
 discard 23bce8e  Move 'Web Page 3' and 'Web Defaults 2' one level up, to match the text description. Reported by Gábor Szabó via Twitter.
 discard 13680dc  Remove cache for prepared statements, as it didn't work with the current jdbc pool implementation and current jdbc drivers should support caching of prepared statements themselves.
 discard 5e558aa  Bug 60091 - Report / Dashboard : Have a new report containing min/max and percentiles graphs Fix percentiles computing Bugzilla Id: 60091
 discard 6f789e1  Bug 60091 - Report / Dashboard : Have a new report containing min/max and percentiles graphs svn:eol native Bugzilla Id: 60091
 discard dad84e9  Bug 60091 - Report / Dashboard : Have a new report containing min/max and percentiles graphs Bugzilla Id: 60091
 discard 7d6f97e  [Bug 60090] New: Report / Dashboard : Empty Transaction Controller should not count in metrics Bugzilla Id: 60090
 discard 5201867  Bug 60089 Report / Dashboard : Bytes throughput Over Time has reversed Sent and Received bytes Contributed by Ubik Load Pack (support at ubikloadpack.com) Bugzilla Id: 60089
 discard 4680413  Fix javadocs
 discard 27dcb7f  Bug 59962 - Cache Manager does not update expires date when response code is 304. Bugzilla Id: 59962
 discard c8a0d83  Bug 60082 - Validation mode : Be able to force Throughput Controller to run as if it was set to 100% svn:eol Bugzilla Id: 60082
 discard eb282f9  Bug 60082 - Validation mode : Be able to force Throughput Controller to run as if it was set to 100% Bugzilla Id: 60082
 discard 5371537  59991 New function __groovy to evaluate Groovy Script. Add missing property Bugzilla Id: 59991
 discard 66061f8  Bug 60079 - Report / Dashboard : Add a new "Response Time Overview" graph Center Bars and make them thinner Bugzilla Id: 60079
 discard 63fc2d9  Bug 60080 - Report / Dashboard : Add a new "Connect Time Over Time " graph svn eol Bugzilla Id: 60080
 discard 6649f1b  Bug 60080 - Report / Dashboard : Add a new "Connect Time Over Time " graph Contributed by UbikLoadPack Bugzilla Id: 60080
 discard b923993  Remove todo
 discard 9d2495c  Improve interface for furthe enhancements
 discard 6b6bb8b  Bug 59956 - Web Report / Dashboard : Add ability to generate a graph for a range of data Replace date format by one without separator for easier use from command line Bugzilla Id: 59956
 discard 7e1fd98  Replace blue by green for OK Improve colors
 discard fe58e5d  Bug 60079 - Report / Dashboard : Add a new "Response Time Overview" graph Fix graph colors Bugzilla Id: 60079
 discard aa077b2  Bug 60079 - Report / Dashboard : Add a new "Response Time Overview" graph Fix test failure Bugzilla Id: 60079
 discard b73b150  Bug 60079 - Report / Dashboard : Add a new "Response Time Overview" graph svn:eol Bugzilla Id: 60079
 discard 9c83d90  Bug 60079 - Report / Dashboard : Add a new "Response Time Overview" graph Bugzilla Id: 60079
 discard d9ed26e  Ignore unit test deprecations of deprecated classes
 discard 4504249  Typo
 discard 8e58b0e  Bug 60065 - Report / Dashboard : Improve Dashboard Error Summary by adding response message to "Type of error" Contributed by UbikLoadPack Bugzilla Id: 60065
 discard 35a9c4d  Bug 60049 - When using Timers with high delays or Constant Throughput Timer with low throughput, Scheduler may take a lot of time to exit, same for Shutdown test Comment code Bugzilla Id: 60049
 discard a56b9b4  Bug 60049 - When using Timers with high delays or Constant Throughput Timer with low throughput, Scheduler may take a lot of time to exit, same for Shutdown test Bugzilla Id: 60049
 discard 27c58c9  Bug 60053 - In Non GUI mode, a Stacktrace is shown at end of test while report is being generated Bugzilla Id: 60053
 discard 5507c0f  Fix error in doc ${JMeterThread.last_sample_ok} is variable expression
 discard 3bb3c74  Bug 60050 - CSV Data Set : Make it clear in the logs when a thread will exit due to this configuration Bugzilla Id: 60050
 discard 1f0350e  Fix title
 discard 040747b  svn:eol LF
 discard 1481872  Add a Think Time template
 discard 9113440  Bug 60023 - ThroughputController : Make "Percent Executions" and global the default values Bugzilla Id: 60023
 discard 5ac20b0  Save sample response for errors (try to debug Jenkins Windows DH keypair fails)
 discard 20a0aba  Allow tests to contain optional error output files
 discard eef9f5f  Expand comment
 discard 1de32b4  Fix typo
 discard 07e1b2f  Bug 59973 - document non-standard XML in docs and code
 discard b3077d5  Bug 59973 - revert all modifications
 discard 15efff3  Remove setPreferredSize() settings, not necessary and allow to better display for HiDPI screen.
 discard 1645ded  Unused
 discard d1fe4b8  Unused import
 discard d1cae35  AL header
 discard 7f8c152  Add @since
 discard a0beb9e  Revert accidental commit r1756322
 discard 980a2d1  Show the JCE max key length
 discard 7d5111d  git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1756321 13f79535-47bb-0310-9956-ffa450edef68
 discard 93cc045  rat jars are optional
 discard 74c3a2f  Simplify by using jar property names
 discard 953fa1b  Add RAT check target
 discard 1fe947a  Fix up excludes list
 discard 3888c1a  Add missing AL headers
 discard 62c5548  Unused import
 discard 1a3ba33  No need for anchors when pattern is used in match()
 discard 5474bdb  Fix findbugs warning
 discard b7f9b79  Typo + indication on method to use
 discard c719688  Rename method to make code clear deprecate old one Fix Findbugs warning
 discard 4031ffa  Link to javadocs
 discard d5d0b98  Bug 59991 - New function __groovy to evaluate Groovy Script svn:eol Bugzilla Id: 59991
 discard 302e607  Bug 59991 - New function __groovy to evaluate Groovy Script Contributed by Ubik Load Pack Bugzilla Id: 59991
 discard a9becbe  Remove useless log message
 discard 7c5b254  log only if level is debug
 discard f9f5a93  Bug 59964 - JSR223 Test Element : Cache compiled script if available is not correctly reset Contributed by Ubik Load Pack Bugzilla Id: 59964
 discard 96a1b6c  Bug 59975 - View Results Tree : Text renderer annoyingly scrolls down when content is bulky Contributed by Ubik Load Pack Bugzilla Id: 59975
 discard e131c15  Bug 59974 - Response Assertion : Add button "Add from clipboard" Patch by UbikLoadPack Bugzilla Id: 59974
 discard de1cb98  Remove unused import
 discard d27da42  Bug 59973 - Issue with XML version in JTL files
 discard 9ede79b  Updated to jsoup-1.9.2 (from 1.8.3) Fix JUnit (remove jsoup-1.8.3.txt)
 discard 7021be5  Updated to jsoup-1.9.2 (from 1.8.3) Fix JUnit and update license file
 discard 0f5d8b4  Updated to jsoup-1.9.2 (from 1.8.3)
 discard d0663a5  Bug 59967 - CSS/JQuery Extractor : Allow empty default value Bugzilla Id: 59967
 discard b510a69  Avoid exception throwing when switch value is not numerical. Document code better
 discard dcce044  Bug 59963 - New Function __RandomFromMultipleVars: Ability to compute a random value from values of 1 or more variables Handle matchNr == 0 (JSON Path Extractor) reuse value Bugzilla Id: 59963
 discard eb330c0  Bug 59946 - Memory leak at JSR223 components with Groovy script due to Groovy Memory leak when not caching compiled script Document workaround Bugzilla Id: 59946
 discard 558f2f6  Bug 59963 - New Function __RandomFromMultipleVars: Ability to compute a random value from values of 1 or more variables svn:eol Bugzilla Id: 59963
 discard bc1e6a2  Bug 59963 - New Function __RandomFromMultipleVars: Ability to compute a random value from values of 1 or more variables Bugzilla Id: 59963
 discard 0d22191  Typo Thx Felix
 discard 41c1844  Bug 59956 - Web Report / Dashboard : Add ability to generate a graph for a range of data Bugzilla Id: 59956
 discard acc5a32  Fix typo
 discard f0581e8  Fix typos
 discard d08f559  Add javadocs
 discard b264807  Bug 59954 - Web Report/Dashboard : Add average metric Bugzilla Id: 59954
 discard 4d3a3a7  Bug 59953 - GraphiteBackendListener : Add Average metric Bugzilla Id: 59953
 discard 2b3e262  Bug 59777 - Extract slf4j binding into its own jar and make it a jmeter lib svn:eol Bugzilla Id: 59777
 discard 291023f  Bug 59777 - Extract slf4j binding into its own jar and make it a jmeter lib svn:eol Bugzilla Id: 59777
 discard 5b08d9e  Bug 59777 - Extract slf4j binding into its own jar and make it a jmeter lib svn:ignore for new jar Bugzilla Id: 59777
 discard d2089da  Bug 59777 - Extract slf4j binding into its own jar and make it a jmeter lib Bugzilla Id: 59777
 discard 0ea015a  Bug 59113 - JDBC Connection Configuration : Transaction Isolation level not correctly set if constant used instead of numerical Bugzilla Id: 59113
 discard 66e286b  Bug 59924 - The log level of XXX package is set to DEBUG if log_level.XXXX property value contains spaces, same for __log function Bugzilla Id: 59924
 discard d8be66b  Fix NPE warnings reported by Findbugs
 discard fe47570  Avoid NPE later when using vars. Throw directly an IAE with informations about issue
 discard c08652d  Factor our code to remove findbugs warning
 discard 943ca11  Bug 57493 - Create a documentation page for properties Bugzilla Id: 57493
 discard cf86679  Bug 59918 - Ant generated HTML report is broken (extras folder) fix svn:eol Bugzilla Id: 59918
 discard 94632c6  Bug 59918 - Ant generated HTML report is broken (extras folder) Bugzilla Id: 59918
 discard d1c21a4  Updated to ph-css 4.1.4 from 4.1.1
 discard 7610022  Bug 59902 - Https handshake failure when setting httpclient.socket.https.cps property Add EOL at end of file Bugzilla Id: 59902
 discard 89295ab  Bug 59902 - Https handshake failure when setting httpclient.socket.https.cps property add svn:eol Bugzilla Id: 59902
 discard d5374a4  Bug 59902 - Https handshake failure when setting httpclient.socket.https.cps property Bugzilla Id: 59902
 discard 1b03cdb  Bug 59885 - Optimize css parsing for embedded resources download by introducing a cache Based on PR 219 contributed by Benoit Wiart (b.wiart at ubik-ingenierie.com) This closes #219 on github. Bugzilla Id: 59885
 discard 6481e77  Bug 59882 - Reduce memory allocations for better throughput svn:eol Bugzilla Id: 59882
 discard 45eeca8  Bug 59882 - Reduce memory allocations for better throughput Based on PR 217 contributed by Benoit Wiart (b.wiart at ubik-ingenierie.com)
 discard f2f00ce  re-use pattern when possible Contributed by Benoit Wiart (b.wiart at ubik-ingenierie.com)
 discard 561bb76  Fix inverted assertion parameters Based on PR 217 contributed by Benoit Wiart (b.wiart at ubik-ingenierie.com)
 discard 0b238cd  re-use pattern when possible Contributed by Benoit Wiart (b.wiart at ubik-ingenierie.com)
 discard ec971f1  Make hints for HiDPI (hopefully) clearer. Based on proposal from Philippe
 discard 04d1bf6  Change encoding to UTF-8 in reports for dashboard.
 discard cafab1e  Misc cleanup. Removal of unused imports and code deduplication.
 discard 8a7d1e7  No need to store the xpath value as an instance field
 discard b7797cc  Reduce duplicated code by using the newly added method GuiUtils#cancelEditing. Contributed by Benoit Wiart (b.wiart at ubik-ingenierie.com)
 discard 02af900  Allow multiple selection and delete in HTTP Header Manager. Based on a patch by Benoit Wiart (b.wiart at ubik-ingenierie.com)
 discard bf42e83  Ensure commit mails are displayed in UTF-8
 discard e4f5281  Add missing email address from github commit.
 discard 7f36da0  Forgot to mention Thomas Peyrard in contribution section.
 discard d9ad1e3  Allow multiple selection and delete in HTTP Authorization Manager. Based on a patch by Benoit Wiart (b.wiart at ubik-ingenierie.com).
 discard fa5982b  Use https for bugzilla links.
 discard b53bc4f  Add tag for 'pull requests' from github
 discard b8b0972  Differentiate the timing for JDBC Sampler. Use latency and connect time. Contributed by Thomas Peyrard (thomas.peyrard at murex.com)
 discard 92d44c0  Remove printing to stdout.
 discard 7677756  Add spanish translation for delayed starting of threads. Contributed by Asier Lostalé. Closes #214 on github.
 discard d31778a  Log messages about JSON Path mismatches at debug level instead of error.
 discard 44a9c95  Followup to r1751545. Explicitly unset validationQuery on BasicDataSource, when none is given by the user.
 discard 895fb9a  Use isValid() method from jdbc driver, if no validationQuery is given in JDBC Connection Configuration.
 discard 513ee7e  Use return value of decodeQuery directly instead of reassigning the parameter.
 discard 66c0e5b  Display original query in RequestViewHTTP when decoding fails. Based on patch by Teemu Vesala (teemu.vesala at qentinel.com)
 discard f87a77f  Oops
 discard 09d4052  Standardise indentation on two spaces
 discard eb8cb49  Unit test to check that CSV header text and sample format don't change unexpectedly Bugzilla Id: 59726
 discard dc9fd37  Use jmeter.properties for testing whenever possible Fix batch tests Bugzilla Id: 59723
 discard 0c4c18b  Use jmeter.properties for testing whenever possible Fix unit tests Bugzilla Id: 59723
 discard df2fb3d  Use jmeter.properties for testing whenever possible Fix unit tests Bugzilla Id: 59723
 discard 3e7e139   Use StandardCharsets when possible  Might as well use the Charset directly Bugzilla Id: 59722
 discard 4aac851  Use StandardCharsets to reduce the possibility of misspelling Charset names.
 discard e7e4532  Document changes from #174 in changes.xml
 discard bbd1eda  Minor tidy ups. Don't declare Exceptions, that are subclasses of other declared Exceptions. Don't needlessly initialize with null. Patch by Graham Russell. Closes #174.
 discard dfdd09e0d Convert from while with iterator to for-loop. Patch by Graham Russell. Part of github pr #174.
 discard 853a44c  Use contains instead of indexOf to make intent of logic clearer. Correct a spelling error of local variable toke to token. Patch by Graham Russell. Part of github pr #174.
 discard 02ad3c2  Use multi-catch for exceptions. Patch by Graham Russell. Part of #174 from github pr.
 discard 5011707  Batch test file comparisons fail on Windows as XML files are generated as EOL=LF fix build.xml Bugzilla Id: 59720
 discard cbcf4d0  Batch test file comparisons fail on Windows as XML files are generated as EOL=LF TODO fix build.xml Bugzilla Id: 59720
 discard 5422479  Looks like a busy machine needs slightly more leeway
 discard 663a1e8  Use line.separator rather than assuming "\n" for all OSes Thanks to 'harry_no_spot' for spotting this
 discard 581019e  Rename private methods to shorter names and add refactor testing for addable TestElements.
 discard 5adbf3b  Syntactic sugar. First check for null, then use 'new' for loop.
 discard e131d95  Bug 58888 - HTTP(S) Test Script Recorder (ProxyControl) does not add TestElement's returned by SamplerCreator createChildren () Bugzilla Id: 58888
 discard 5357e27  Get rid of UnmarshalException on stopping when -X option is used.
 discard df37e88  Set native eol-style
 discard 2cce819  Set native eol-style
 discard 9c1ddc9  Formatting
 discard 68368eb  Bug 59351 - Improve log/error/message for IncludeController #resolve #202 Bugzilla Id: 59351
 discard 0f38356  Second followup to r1746175. Parameter reader has been renamed to inputStream, so reflect that in javadoc.
 discard d7164c3  Followup to r1746175. Parameter reader has been renamed to inputStream, so reflect that in javadoc.
 discard f8828e1  Only set font in JSyntaxTextArea, when property jsyntaxtextarea.font.family is set.
 discard 964c6b8  Error count in report dashboard is one off.
 discard c61d8a9  Use note tag for notes.
 discard 6501f09  Document the special value of -1 for the Loop Controller.
 discard 421035f  Update jmeter.version property to next dev version. Followup to r1746048
 discard 170318e  Format extracted JSON Objects in JSON Post Processor correctly as JSON.
 discard 0a44117  Bug 59607 - JMeter crashes when reading large test plan (greater than 2g) Bugzilla Id: 59607
 discard 7ca6050  Updated to tika 1.13 (missing change)
 discard def9842  Updated to tika 1.13
 discard abe71c0  Start next devel version (3.1-SNAPSHOT)
 discard 4500059  Start next devel version
 discard aa0537a  Spelchack.
 discard 8c579d7  Correct image references for testcase for Bug52310 after the current changes of the jmeter homepage.
 discard 881a8fb  Small formatting changes and addition of a missing closing paren and an 'in'.
 discard 31ce032  Prepare next release 3.0: update docs tree and overview (RC5)
 discard 334da57  Reorganise the HiDPI properties
 discard 4cc23be  Fix labels as per sebb notes
 discard 97425a3  Clarify T and F
 discard 9e60656  Make APDEX title clearer and add a link
 discard 7650dfc  Bug 59523 - Report Generator : NormalizerSampleConsumer uses a different default format for timestamp than JMeter default Bugzilla Id: 59523
 discard 8a87ba1  Document the popup behaviour when Test Script Recorder is started
 discard 6925693  Bug 59489 - Regression in JMeter 3.0 : Compressed responses break keepalive management Take into account sebb note INstanciate ArrayList only when needed Bugzilla Id: 59489
 discard 0f778cd  Bug 59489 - Regression in JMeter 3.0 : Compressed responses break keepalive management Bugzilla Id: 59489
 discard bd7ee8d  Bug 59455 - Report : Errors Summary uses wrong default value for "jmeter.save.saveservice.assertion_results_failure_message" Bugzilla Id: 59455
 discard 8a91a02  Clarify documentation on how to change percentile values
 discard 609a046  Apply macros even when in a td for printable docs.
 discard 5c07a52  Immutable private fields should be final
 discard f84dedc  Clarifications
 discard 4fd9cf0  Obsolete TODOs
 discard b2bdae8  Docn updates
 discard 08d191e  Immutable private fields should be final
 discard acb1403  Correct docs
 discard d145705  Unnecessary TODO
 discard 9cbd50a  Oops, no longer applies
 discard 7c69535  Unnecessary TODO
 discard 71b0e1e  Don't allow override of methods called by a constructor.
 discard 065c924  Obsolete comment
 discard 40ed528  Obsolete comment
 discard d38a20e  Simplify
 discard 6313528  Convert to JUnit4
 discard 5332111  Fix test case - it only passed if the default formatter was null
 discard 3fed2cc  Unnecessary; the Exception already contains the path name
 discard c6e7f86  Prepare next release 3.0: update docs tree and overview (RC4)
 discard 2ac560b  Detab
 discard 032bd22  Review upt to 16 Fix index
 discard 0870d13  Fix wrong sequence in documentation (15 => 17)
 discard 36ec2e9  Mention shortcut are specific to platforms and keyboards
 discard 7c7a830  Fix default value
 discard 6221e55  Improve documentation
 discard 314dbd2  Mention reportgenerator.properties
 discard 247c123  Followup sebb addition of reportgenerator.properties
 discard fc7139d  Remove property added by error Rename Sample1 and Sample2
 discard a6ed9a0  Add logging and contextual info
 discard 2751f45  Updated images from xdocs
 discard a40c3d3  Note that the class now supports JUnit4 Synch log with JUnit3 version
 discard cb8dd6f  Add tests for properties files
 discard 2543e3a  Drop some bug reports that relate to nightly builds only
 discard 8ed71e0  Mention reportgeenrator.properties
 discard a1928f4  Move ReportGenerator defaults to a separate properties file
 discard 5b4d60e  What 'a' means
 discard 84f6f97  Note Backend dotty feature
 discard 5b0f55d  Fix up metric names - JMeter does not automatically add "." after the root name prefix
 discard 5a692f7  Fetch key once
 discard 8d29279  Tweaks
 discard b98a4f1  Inline
 discard 674444f  Explain
 discard f1b1985  Tweaks
 discard a0ce254  Revert to Continue for Action after sampler error
 discard 5a53c72  Use complink instead of generic href link
 discard c7ca47b  Various grammar and other tweaks Simplify BackendListener regex and add wildcard sample
 discard e2c23d2  Generic author name
 discard 5dd8408  Minor corrections. Use generic author name
 discard ba9378c  Typo
 discard 18eef79  Use descriptive link name rather than just 'here'
 discard 44e4a5f  Clarify
 discard 7ace65b  Docn
 discard 9973dde  Correct a few typos
 discard 3d5aefa  HC docs are not all that clear either.
 discard 0775e05  Fix documentation error CLarify sentence
 discard 51cffed  Bug 59401 affected nightly builds only
 discard 8913877  Revert r1734313 so default action remains as 'Continue' Bugzilla Id: 59152
 discard c66e9ac  Use hellip entity instead of three dots.
 discard 58d7e10  Display error about missing help page inside the help pane
 discard 8b1620a  The HttpClient4 implementation uncompresses the compressed response but removes Content-Encoding response header when request has header "Accept-Encoding = gzip, deflate Bugzilla Id: 59401
 discard f9f2280  Docn
 discard 9c4b7a4  Bug 59401 - The HttpClient4 implementation uncompresses the compressed response but removes Content-Encoding response header when request has header "Accept-Encoding = gzip, deflate" Bugzilla Id: 59401
 discard c2b7529  Bug 59424 - Visualizer : Add "Clear" in popup menu Bugzilla Id: 59424
 discard a4fc5b4  Report generation : Better defaults filters_only_sample_series must be true to avoid empty graphs
 discard d15b9ac  Correct some indentation issues
 discard 088c55e  Docn
 discard 683e7cd  Ensure all tests run against latest jars
 discard a397692  The test goal needs JMeter jars to be up to date
 discard 8dd3b54  Ensure that install builds Help files as well as JMeter code
 discard 872101b  Tweak
 discard c3ef3fc  Tweak
 discard ac2454a  Add readme.txt file into subdirs of /lib to add these subdirs into source archive Add .travis.yml file into source archive
 discard cfad336  Change dock icon to a square version of the jmeter logo.
 discard c5d336a  Add a space after file name
 discard 609d2e3  Fix formating isses in printable site
 discard d81b747  Use an invalid dns name for the template instead of a real site.
 discard af0c2c7  foo.org is a valid dns entry, use a domain that is reserved for documentation examples.
 discard 3fab668  Mention bug
 discard 69b9352  Correct width for loop-example.png.
 discard f5498c9  Trailing spaces
 discard e07370b  build.xml does not make dist.executables executable on Unix systems Needs prefix Bugzilla Id: 59397
 discard f80e38a  build.xml does not make dist.executables executable on Unix systems Oops wrong attribute name Bugzilla Id: 59397
 discard 5ef9a28  build.xml does not make dist.executables executable on Unix systems Oops need dir as well Bugzilla Id: 59397
 discard db1a94c  build.xml does not make dist.executables executable on Unix systems Bugzilla Id: 59397
 discard aa19aa3  Document
 discard bbce723  TYpo
 discard efe9ad5  [Bug 59392] Cookies not working properly Clarify which Cookie Policy to use Bugzilla Id: 59392
 discard c85d9f2  Bug 59391 - In Distributed mode, the client exits abnormally at the end of test Bugzilla Id: 59391
 discard 7795ef8  Fix typo
 discard 731f5d0  Nightly builds use the same commands; no need to mention them
 discard 2f8820b  Prepare next release 3.0: update docs tree and overview (RC3)
 discard 9c3bd8f  Revert message after Dr No refusal, let's keep bugs in JMeter , it's better than "annoying" message
 discard c27698f  Tweak English
 discard 06a1364  Add a popup message on LAF change
 discard e81fa45  Fix typos
 discard 94c2970  Bug 56927 - Disable language change during a test Bugzilla Id: 56927
 discard d222837  [Bug 59385] Fix some typo in component_reference.xml file Contributed by Antonio Gomes Rodrigues #resolve #208 Bugzilla Id: 59385
 discard 4689e41  Move Nightly builds to dev page; add release notes to Download section
 discard 2e325b5  Bug 59381 - JMSPublisher : FileChooserDialog filter does not work for browser buttons #resolve #207 Based on a contribution by Antonio Gomes Rodrigues Bugzilla Id: 59381
 discard abcdf05  Bug 59380 - Better error message log for JMSPublisher in case of file problem Contributed by Antonio Gomes Rodrigues #resolve #206
 discard de6df8d  Bug 59382 - More realistic default value for httpsampler.max_redirects Bugzilla Id: 59382
 discard 20b5956  Correct typo before release fixes the spelling of the property.
 discard 9a40044  Bug 59375 - Better label in PublisherSampler for jms_random_file Contributed by Antonio Gomes Rodrigues #resolve #204 Bugzilla Id: 59375
 discard 8fe2094  Bug 58941 - Create a new Starter that runs thread groups in validation mode (1 thread only, 1 iteration, no pause all customizable) Set Startup Delay to 0 to avoid waiting Bugzilla Id: 58941
 discard 0a3d25e  Revert the commit 1740015 (compress png with pngquant utility) for the images with a DSSIM score > 0.00100672 Use the optipng utily to optimize the PNG compression for these images.
 discard d8d0d3f  Re-introduce the png management for report-template in source/bin archive Update the (fav)icon to the new ASF feather.
 discard ddb2315  Some detab. Exclude messages.metaprops from the source archive. Remove a include line about *.png on report-template in source archive.
 discard 1c243fc  Revert to original files before my commit 1740660 special char (€ euro symbol) at line 269 (bad char? on original file: https://github.com/MichaelZinsmaier/CurvedLines/raw/master/curvedLines.js)
 discard b03b5a3  Remove svn eol props
 discard 2d2a4c5  Change eol svn prop to native
 discard 23aa2fa  Change eol svn prop to native
 discard e091042  Don't open a new window when using the social media links. Let the user decide, whether they want a new window, or not.
 discard f80746f  Make menu titles a bit bigger.
 discard 889b89e  Add svn:eolstyle=LF property and convert to LF some files to manage native EOL in the archive file (bin/src) for report-template
 discard 1f80a32  Remove .gitattributes file. Not needed
 discard 34eb744  Specify width of asf logo, so that IE will render the logo not too wide.
 discard 6e1ccf7  Mention testers on nightly build who reported bugs
 discard d4b5af6  [Bug 59367] New: Junk Characters in the JMeter Report Fix BOM character Fix ^M  characters in pages files Bugzilla Id: 59367
 discard 6765352  Links without a href attribute are not links according to some css engines, so add a tag to the list as well.
 discard 80efdae  Oups! missing to remove a copy/paste
 discard 871d589  Add missing license files for librairies used by sbadmin2 and mention to ./LICENSE file (fetching the license files from original repo (often github) or using the bottom of README.md files)
 discard d0b1c30  Add a title to the social links on the top, to show on mouseover.
 discard 682e6ec  Move jQuery license file to ./licenses/src and add mention to ./LICENSE file
 discard b5dc29c  Move licence files of datatables, datatables-responsive, flot, raphael to licences/src directory and add a mention to ./LICENCE file (and reorganise the mentions of others licences/src/xxx.txt in ./LICENCE file)
 discard 2fe1f49  Use code markup for user input.
 discard 6a52e7e  Hide the social media links in the printed version of the website.
 discard 922eac8  Make the iframe for the apache ad a bit wider, so that the image does not get clipped.
 discard 70786b4  Oracle is different ...
 discard 679caf1  Drop the social menu
 discard 2f32eec  Bug 56554 JSR223 Test Element : Generate compilation cache key automatically. Contributed by Benoit Wiart (benoit dot wiart at gmail.com) fix documentation issue Bugzilla Id: 56554
 discard 1bc54ff  Clarify JDBC request changes Reference Dashboard documentation
 discard 5a0c59f  Bug 59363 - Bug in JDBC Request Sampler for Nightly Build (21.04.2016) Document behaviour Bugzilla Id: 59363
 discard 6fd3ba8  Add a github button to the social links at the top.
 discard d0cdd64  Close p tags at the right position. Block elements like figure or ul are closing p tags automatically.
 discard 7da00f5  Remove "Contact:" and mail link from social links.
 discard f499960  Use simple social media buttons instead of the one prominent twitter button. The new buttons fit hopefully a bit better into the design and give less info about the visiting user to the social media sites.
 discard 94df15f  Downgrade ch_title style from h2 level to h3 level to allow make difference on docs/changes.html font size vs ch_category Ping @Felix are you ok?
 discard 50c1eec  Add "Deprecated and removed elements" in "Incompatible changes" part in changes.xml Bugzilla Id: 59353
 discard 8745b85  Add @Override
 discard 9f67fdc  Bug 59140 - Parallel Download : Add CSS Parsing to extract links from CSS files use existing variable Bugzilla Id: 59140
 discard 159b480  More typos and tidyup
 discard f40c692  Report/Dashboard logging ERROR instead of INFO messages Problem in logging adapter Bugzilla Id: 59364
 discard 49a9893  Oracle requires different validation query
 discard 31d9f63  Typo. Props Ivan Rancati
 discard 3f983c5  Bug 59140 - Parallel Download : Add CSS Parsing to extract links from CSS files Ignore empty @import Bugzilla Id: 59140
 discard 86eb4e2  Add .gitignore in source archive (and detab some line)
 discard e9868fd  Unnecessary/useless
 discard 71fae02  Unnecessary
 discard 8875b89  Unused import
 discard ccca970  Spurious blank line
 discard 11d7579  Spurious ignore
 discard 449efb9  Bug 59140 - Parallel Download : Add CSS Parsing to extract links from CSS files Mention author in thanks Bugzilla Id: 59140
 discard a7496c2  Bug 59140 - Parallel Download : Add CSS Parsing to extract links from CSS files Stop extracting url, only fetch @import Bugzilla Id: 59140
 discard 26d2620  Upgrade ph-css to 4.1.1 as it contains fixes we reported: https://github.com/phax/ph-css/issues/17 https://github.com/phax/ph-css/issues/18 https://github.com/phax/ph-css/issues/19
 discard 59f71f0  Use PNG file for ASF/JMeter logos in the printable_docs because in the Help box (jtextpane swing element), the svg type isn't support.
 discard 4394327  Add some missing files/dir in the source archive ./bin/report-template/sbadmin2-1.0.7/bower_components/flot/Makefile ./checkstyle-suppressions.xml ./rat-excludes.txt ./test/resources
 discard 2dc09d7  test: update HTMLParserTestFile outputs to account png minification
 discard 99f7eae  test: update HTMLParserTestFile outputs to account png minification
 discard d05be36  Refactor TestCacheManager: replace duplicated code with inheritance
 discard 51077b2  Compress PNGs
 discard 85625ac  Groovy is now embedded in JMeter
 discard 1b2333b  Use correct Cookie policy Http Request Defaults : Use up to date pool size Set View Results Tree file name to recording.xml  to save the recording
 discard dd0e599  Use correct Cookie policy Http Request Defaults : Use up to date pool size Set View Results Tree file name to recording.xml  to save the recording
 discard 36a11bc  Use correct Cookie policy Remove disabled component Remove jmeter website urls Add Http Request Defaults
 discard f35de4a  Make header span the complete width again, but remove the padding, that let the horizontal scrollbar appear. Set the text alignment inside the header to center, so that the padding is not necessary anymore.
 discard fd7d084  Revert wrong license info for sbadmin v2 1.0.7
 discard 882a192  Fixed a lot of issues with the dimension of screenshots (not visible on website, but visible on printable_docs) Thanks to Vincent D. from French user group Update Java Defaults screenshot
 discard 5ae8112  Field can still be final
 discard 490b183  Clarify further
 discard a8b6b2b  Deprecate the unit-test only ctor
 discard 91c9976  Clarify
 discard a671a21  Update startbootstrap license and README
 discard 1695609  Mentions paths as per sebb request
 discard 0dd91b0  59240 Introduce a slf4j adapter for Logkit (this allows using slf4j within plugins and core code) Make LogkitLoggerAdapter Serializable Bugzilla Id: 59240
 discard be52a79  More todo
 discard d6b05ed  Move licenses for source code
 discard 0da0315  Partial fix of LICENSE file TODO more
 discard 5976ec4  Fix MacOSX doc icon
 discard 9badb62  Bug 59350 - Add a space after "Writing log file to:" log message Contributed by Antonio Gomes Rodrigues #resolve #201 Bugzilla Id: 59350
 discard 323b84d  Bug 59345 - SMTPSampler connection leak #resolve #198 Bugzilla Id: 59345
 discard 63e0818  Remove start-bootstrap-admin2 license as it is Apache
 discard 45fdbb3  Move Mocha license
 discard bc804c0  move MetisMenu license
 discard 2a24800  Move bootstrap license
 discard 19487ee  Provide informations on licenses
 discard d429261  DOAP does not really belong in code
 discard 24ccd2f  [Bug 59346] Problem of display size of dashboard/report_statistics.png Bugzilla Id: 59346
 discard 9fbadca  Prepare next release 3.0: update docs tree and overview (RC2)
 discard 6746851  eol
 discard 62ad417  Bug 57493 - Create a documentation page for properties IN PROGRESS : Documentation reviewed until 25.9 Bugzilla Id: 57493
 discard 4abc452  Add more sections
 discard 9d0226a  Reduce the block size of twitter/github/mc buttons
 discard 10e2513  typo Add section
 discard 2df55b3  Update more screenshots, add some black line border on some screenshots
 discard 85133b9  Fix typo Move cookies to its correct place fix section name
 discard adf482c  Use flat style (harmonize github and maven central infos). Use SVG icon for Maven Central
 discard ff1060b  Add image for MacOSx and dock icon
 discard 5b292ea  Reduce the header width to remove horizontal scrolling
 discard 13b4957  Update the JMeter logo in the About box.
 discard a3cfc15  Bug 55597 View Results Tree: Add a search feature to search in recorded samplers Search feature does not search in response due to problem Bugzilla Id: 55597
 discard f78e45e  Fix spurious ")"
 discard 247bada  Prepare next release 3.0: update docs tree and overview (RC1)
 discard 2bd22f2  Remove unused images
 discard a528e3d  And reference to HiDPI section in manual
 discard c27116c  Refresh the screenshots for LDAP build tests plan Bugzilla Id: 59126
 discard 54a1682  Display filters information Improve display
 discard 916c4db  Bug 59337 - JMeter Report Generator : "jmeter.reportgenerator.sample_filter" should be a regexp as "jmeter.reportgenerator.exporter.html.series_filter" Bugzilla Id: 59337
 discard 7e01606  Refresh build test plan for FTP, JDBC and others screenshots Bugzilla Id: 59126
 discard 81fc55a  Improve dashboard documentation
 discard e499ed5  Refresh some screenshots
 discard c82b7e4  Correct a few typos.
 discard e334abe  Continue New and Noteworthy
 discard 13aafd9  Continue New and Noteworthy
 discard 6192d8d  Continue New and Noteworthy
 discard 11d2a89  Bug 59171 - Sample Result SaveConfig Dialog is generated in random order Mention it in changes.xml Bugzilla Id: 59171
 discard fd67b74  Bug 59335 - Report : Drop Response Time Per Sample Graph Bugzilla Id: 59335
 discard b961ef5  Continue New and Noteworthy
 discard f18d003  Update screenshots for searching behavior
 discard e4ad4fc  Change for transparent background (better display on dark OS themes)
 discard f3d7e56  Continue New and Noteworthy
 discard 784da3f  Bug 59331 - JMeter Report Generator : Add ability to set a title for the report Rename JMeter Dashboard to Apache JMeter Dashboard when property is not defined Bugzilla Id: 59331
 discard 2d7bf7c  Improve tooltips
 discard 05aba60  Bug 59330 - Dashboard : When hiding then displaying all samples (upper right corner) time shifts for Over time graphs Bugzilla Id: 59330
 discard 4eb1bcd  Add space
 discard e70cfab  Add space between value and format for durations
 discard e9621ea  Revert Bugzilla 58679 - A character of value 0 is not valid as part of XML, but it's was written by xpp3. This closes #197 Bugzilla Id: 58679
 discard 73c2db3  Bug 59328 - Better tooltip for Variable Names in CSVDataSet Contributed by Antonio Gomes Rodrigues #resolve #195 Bugzilla Id: 59328
 discard 7dbae80  Bug 59305 - Default column sorted in HTML report Statistics table Contributed by Antonio Gomes Rodrigues #resolve #193 Bugzilla Id: 59305
 discard 724d23f  Bug 59304 - Harmonize reportgenerator_summary_apdex_samplers and reportgenerator_summary_statistics_label Contributed by Antonio Gomes Rodrigues #resolve #192 Bugzilla Id: 59304
 discard fd76ee9  Bug 59320 - Better tooltip in GUI with GenericTestBeanCustomizer (CSV Data Set Config, JDBC Connection Configuration, Keystore Configuration...)
 discard 74993d5  Bug 59293 - Better Axis to Latencies over Time graph in report Patch contributed by Antonio Gomes Rodrigues #resolve #185 Bugzilla Id: 59293
 discard ea2e703  Bug 59292 - Better Axis to Response time over Time graph in report Contributed by Antonio Gomes Rodrigues #resolve #184 Bugzilla Id: 59292
 discard d27d71b  Bug 59298 - Better reportgenerator_summary_statistics_error_percent label in report #resolve #190 Bugzilla Id: 59298
 discard 35a50fc  Bug 59320 - Better tooltip in GUI with GenericTestBeanCustomizer (CSV Data Set Config, JDBC Connection Configuration, Keystore Configuration...) #resolve #194 Bugzilla Id: 59320
 discard 6f4b43c  Correct xml. meta tags have to be closed, too.
 discard 0e9dc86  Add favicon logic and images to the website.
 discard 4b03365  Use dl for markup and use 'Suggested' instead of 'Suggest'
 discard 698709d  Bug 59303 - New default response time distribution granularity in HTML report #resolve #191 Based on Patch by Antonio Gomes Rodrigues Bugzilla Id: 59303
 discard f75cadf  Replace Toolbar icons size section with a HiDPI mode section
 discard d7f5250  Improve the help message for -g option
 discard 455150a  Catch and log report generation errors
 discard 20bceee  Make sure threads are tidied before the report is generated Ensure end of run is printed at the end
 discard 582b3fe  Fix NPE if report File does not include a path
 discard f2854b1  Proper fix
 discard f255c2b  Don't display char value
 discard 93c4a48  Update a lot of screenshots before next release Bugzilla Id: 59126
 discard f9b2c5f  Better percentile label in report
 discard 735aa0d  Rename args to be a bit more meaningful.
 discard 85b8b7f  Make sure to use utf-8 for the generated dashboard pages.
 discard f7942b6  Remove unused logos
 discard 1290e04  Update screenshots for Simple Controller, Loop Controller, Once Only Controller, Interleave Controller, AccessLogSampler, Using the Simple Controller, Looping Example, Once Only Example, Simple Interleave Example, Useful Interleave Example 2, Interleave Controller Example 3, ForEach Example, ForEach Example 2, Module Controller, Test Plan using Critical Section Controller, View Results Tree, View Results Tree XML, View Results Tree RegExp, View Results Tree Document PDF, [...]
 discard fbd5c5a  Update screenshoots on test_plan and webtest section (new icons and new http request) Bugzilla Id: 59126
 discard 86d215c  Update HTTP Request element Bugzilla Id: 59126
 discard d223a27  logo.svg need to be included in the binary archive for docs_printable
 discard 29d4e8a  Use vertical ellipsis (vellip) instead of horizontal one (hellip).
 discard 56d2fe3  Correct typos.
 discard 3615d7a  Write JMeter instead of jmeter
 discard fc24584  Correct typo
 discard 15a6239  Correct a few typos.
 discard 42cdd62  Use code tag, hellip entity for horizontal ellipsis and correct 'pcked' to 'picked'.
 discard ecfeae8  Write JUnit instead of junit.
 discard b1c28bb  Use 'template files' instead of 'templated files', JMeter instead of jmeter, JSON instead of json and correct 'dashboard'
 discard d65a42a  Use dl instead of ul for definition lists.
 discard b3969a5  Remove duplicate line. Contributed by Antonio Gomes Rodrigues.
 discard eb7ceff  Clarifications
 discard b920356  Set size of logo in svg and add a title in the dc-section.
 discard eacccb5  Change the ASF logo to the SVG format for a better display of JMeter website on HiDPI screens
 discard 9f382e1  #resolve #24
 discard 882c104  Change for the new JMeter logo on printable docs
 discard 0378524  Change for the good screenshots (validate behavior and backendlistener)
 discard fc18337  Fix characters case of JMeter name
 discard 28749ce  Reduce delays in BatchTestLocal.jmx 100ms -> 1ms to speedup test execution
 discard 3f7c1d3  Log file contents in ant.batchtest failure case
 discard 7a414e0  Use explicit timeout for TestDNSCacheManager, so test is executed faster
 discard 7ca0695  Move checkstyle to a separate Travis job
 discard 5a04455  Drop text/plain so files display OK in SVN
 discard 75db794  Drop text/plain so files display OK in SVN
 discard 3716e9c  Drop text/plain so files display OK in SVN
 discard 3636303  Drop text/plain as it seems to cause browse issues for SVN: https://svn.apache.org/repos/asf/jmeter/trunk/docs/index.html
 discard 7e2bb9d  += native
 discard 9b84534  Fix following bug: - In the upper right corner of each graph, click the middle icon and select Hide All Samples, graph is empty => OK - In the upper right corner of the same graph, click the middle icon and select Display All Samples, graph remaing empty => KO
 discard e0d6ebf  Document more precisely jmeter.reportgenerator.exporter.html.series_filter
 discard 15c8d7f  Add test gui for 3.0
 discard 505f184  Add list of binary jars to LICENSE; use that for unit tests Bugzilla Id: 59262
 discard 06e1d3a  Add list of binary jars to LICENSE; use that for unit tests (ctd) Update unit tests Remove AL 2.0 licenses Add missing BSD license for dnsjava Bugzilla Id: 59262
 discard 7045fcd  More files to ignore
 discard 4e55938  Update .gitignore: exclude bin/ApacheJMeter.jar and IDEA files&folders
 discard 38d6450  Add list of binary jars to LICENSE (partial fix) Bugzilla Id: 59262
 discard f023f8e  No longer needed for binary archive
 discard db23ce0  Bug 59153 - simplify code, add contributor's name to changes.xml
 discard 9108697  Docn
 discard 7929b29  Bug 59153 - update changes.xml
 discard 3c21c2a  Bug 59153 - stop test if accessing non-existing file (e.g. empty filename in CSVDataSet)
 discard 9982a1f  Formatting changes and correction of typos. Usage of code, source, hellip, etc.
 discard 48a4da9  Let the real menu entries start on a new line on smaller displays.
 discard 31bd7a4  Continue work on New and Noteworthy
 discard cab74a8  Report/Dashboard reuses the same output directory Fix regression introduced by commit r1735914, the output folder was no more read for -g option Bugzilla Id: 58986
 discard b0055f8  Ambiguous; clarify
 discard 32e4992  Continue work on New and Noteworthy
 discard cd097e8  ThreadLocalRandom is now part of the JVM (the source file has been deleted) Bugzilla Id: 57981
 discard fc33211  Continue work on New and Noteworthy
 discard 4ef5157  Move Social up and reorganize a bit
 discard 448626b  svn:eol
 discard 585bec2  As per sebb request on dev mailing list "ASCII art on JMeter startup", show Ascii art only on: - help - when error is made in command line - -v
 discard 095e44a  Improve help
 discard d93e696  Fix NPE Make version in ASCII ART an ANT filtered variable Update build so that jmeter_as_ascii_art in res/META-INF is moved to org/apache/jmeter in ApacheJMeter.jar
 discard 98b7a2e  Fix NPE try 4 : Avoid failing to see what Jars contain
 discard a275fd7  Fix NPE try 3
 discard 9842dd0  Fix NPE try 2
 discard f720fe6  Fix NPE Remove version from Ascii art
 discard f540b7c  Only display desc if it is not the default
 discard e209eec  No need for field to be package protected or mutable
 discard 53ea19c  Redundant type argument
 discard cc487af  Unused import
 discard 319b968  Allow description to be used
 discard 0d51f6d  Tidy up removed jar
 discard 7ef658d  svn:eol
 discard 965dd1d  Add "Apache JMeter 3.0" as Ascii art on startup
 discard 512817f  Add markup. Use menuchoice element and hellip for a horizontal ellipsis.
 discard 132bb1c  Replace JMeter logo and put social media links into own div for website.
 discard b797782  Upgrade json-path to 2.2.0
 discard d3d50ea  Upgrade json-path to 2.2.0
 discard f2e21d6  Bug 59246 - Unblocked Thread Group context menu 'Start/Start no pauses/Validate' during execution test plan (affects nightly before 3.0) Relates to Bug 59197 and Bug 58941 Bugzilla Id: 59246
 discard 9305077  Remove wrong comment
 discard 1180a96  Bug 59249 - Http Request Defaults : Add "Source address" and "Save responses as MD5" Oups forgot 1 class Bugzilla Id: 59249
 discard 3805a20  Bug 59249 - Http Request Defaults : Add "Source address" and "Save responses as MD5" Bugzilla Id: 59249
 discard a451ae6  Restore bugs affecting 2.13 not nightly
 discard 9f0032f  Rename getImages to retrieveEmbeddedResources Use JLabeledTextField for embeddedRE Remove useless VerticalPanel
 discard f75dd24  Anglicise Drop references to bugs which only affected unreleased nightly builds
 discard 871947d  Bug 59197 - Thread Group : it should be possible to only run a single threadgroup or a selection of threadgroups with a popup menu Document feature Bugzilla Id: 59197
 discard f8078f5  Bug 59240 - Introduce a slf4j adapter for Logkit Rename classes Bugzilla Id: 59240
 discard d5e4584  Screenshot and New and Noteworthy section
 discard 63ea0cd  Bug 56554 JSR223 Test Element : Generate compilation cache key automatically Change labels and description Bugzilla Id: 56554
 discard 895c71b  Bug 56554 JSR223 Test Element : Generate compilation cache key automatically Bugzilla Id: 56554
 discard 235cb01  Clarify docs
 discard 6aa101c  Mention known bugs for undo/redo feature so that user who enable it are aware of those bugs
 discard 97f0946  Bug 59236 - JMeter Properties : Make some cleanup Remove ability to disable toolbar in menu Bugzilla Id: 59236
 discard 21277e2  Bug 59173 - New fields/changed defaults cause earlier test plans to be marked as changed Bugzilla Id: 59173
 discard 463f678  Bug 59140 - Parallel Download : Add CSS Parsing to extract links from CSS files Use Browser Compliant mode Create internal class instead of inlined one Bugzilla Id: 59140
 discard d1f043d  Bug 59140 - Parallel Download : Add CSS Parsing to extract links from CSS files svn:eol Bugzilla Id: 59140
 discard 7c2ad41  Bug 59140 - Parallel Download : Add CSS Parsing to extract links from CSS files svn:eol Bugzilla Id: 59140
 discard a9e72bc  Bug 59140 - Parallel Download : Add CSS Parsing to extract links from CSS files Bugzilla Id: 59140
 discard ad1dd0e  Bug 59240 - Introduce a slf4j adapter for Logkit Mention it in New and Noteworthy Bugzilla Id: 59240
 discard b36740b  Bug 59240 - Introduce a slf4j adapter for Logkit Fix label of change, thanks Ceki Bugzilla Id: 59240
 discard fc115f3  Bug 59240 - Introduce a slf4j binding for Logback svn:eol Bugzilla Id: 59240
 discard bf5e22f  Bug 59240 - Introduce a slf4j binding for Logback Bugzilla Id: 59240
 discard 1453b48  Bug 59240 - Introduce a slf4j binding for Logback Bugzilla Id: 59240
 discard 7796f18  Take into account Felix notes on dev mailing list
 discard 62261bb  Start New and Noteworthy Move some General improvements to Non Fonctional section
 discard 029a2d9  Reorganize
 discard b180f0a  Bug 59236 - JMeter Properties : Make some cleanup Drop xml.parser property Bugzilla Id: 59236
 discard f690694  Bug 59236 - JMeter Properties : Make some cleanup Bugzilla Id: 59236
 discard 8cf0902  Bug 58941 - Create a new Starter that runs thread groups in validation mode (1 thread only, 1 iteration, no pause all customizable) svn:eol Bugzilla Id: 58941
 discard ec6ec04  Bug 58941 - Create a new Starter that runs thread groups in validation mode (1 thread only, 1 iteration, no pause all customizable) Bugzilla Id: 58941
 discard c551deb  Move declaration to smallest enclosing block
 discard 8be919c  Don't hide field init in private helper method; make it explicit
 discard b11d2d5  Bug 58165 Show the time elapsed since the start of the load test in GUI mode. Add a tooltip Add a border Bugzilla Id: 58165
 discard 0982f86  Bug 59225 - Bad display of running indicator icon #resolve #173 Bugzilla Id: 59225
 discard b71d5c1  Bug 58329 - Response Time Graph and Aggregate Graph : Save graph to file does not take into account the settings changed since last click on Graph Bugzilla Id: 58329
 discard 7dadf4d  Document Ignore Sub Controller
 discard 61bf45a  Bug 59205 TCP Sampler: Set connect time in sampler when connection is established As per dev mailing list discussion, update documentation and handle to connection error Bugzilla Id: 59205
 discard f37e2ac  Upgrade to commons-math-3.6.1 from 3.5
 discard 1a795bb  Bug 59207 - Change the font color of errorsOrFatalsLabel to red when an error occurs #resolve #172 Bugzilla Id: 59207
 discard bc6b926  New fields/changed defaults cause earlier test plans to be marked as changed Fix BackendListener Bugzilla Id: 59173
 discard 91c155b  Allow entry to be removed if it matches a specific value
 discard 93642b3  Use constant for default value as well
 discard a96b091  Use constants for argument names
 discard 67e7354  Say which column not found
 discard 63ed1e3  Add EOL at EOF
 discard 3f8e351  TCP Sampler: Set connect time in sampler when connection is established.
 discard 887dfd3   Report/Dashboard reuses the same output directory  No need for -n option when running generator only (-g) Bugzilla Id: 58986
 discard c93cae2  Bug 58986 - Report/Dashboard reuses the same output directory Factor in JOrphanUtils the check for output folder and make it more readable and complete Add the check in both HtmlTemplateExporter and JMeter as per sebb request Bugzilla Id: 58986
 discard 12a06f4  Add javadoc for throws SQLException
 discard 594ec8f  Change order of modifiers in inner class to conform to JLS
 discard c77e88f  Remove useless parentheses. Return is not a function
 discard 8cb1a03  Combine if clauses, to make it clear, that there are no alternative paths.
 discard 9f0f86c  Make setArguments final, as it is used from ctor.
 discard 15faf13  Remove useless initialization. Based on patch by Graham.
 discard 65b40c6  Correct typo found by Graham Russell.
 discard 3b170c0  Simplify boolean expressions. Based on patch by Graham Russell.
 discard 0b79081  Renamed local variable. Patch by Graham Russell.
 discard 3d2098e  Spacepolice based on a patch by Graham Russell.
 discard 5c851bb  Tab policy
 discard 1b1eb77  Add colors in the pre/post processors icons (Thanks to J-M. M. from French user group for suggestion)
 discard 74305aa  Use tabs instead of space in eclipse.classpath.
 discard d5486e6  New fields/changed defaults cause earlier test plans to be marked as changed Fix PublisherSampler: convert default to empty string on output (as that is what the input methods do) Bugzilla Id: 59173
 discard 25aa2b6  Use Double#compare instead of reimplementing it in NumberProperty
 discard 72b538d  Accidental commit
 discard 4146285  New fields/changed defaults cause earlier test plans to be marked as changed Fix AccessLogSampler; added TestBean support for not saving default values Bugzilla Id: 59173
 discard ec57d8a  Use Integer#toString directly.
 discard eda298a  Reuse collection that could have been added by another thread a moment earlier.
 discard bcc5dba  Document the supported methods for HttpURLConnection as stated in method description of setRequestMethod(String)
 discard fd9339b  Inline local String variables that are used only for writeToLog
 discard eaa5181  Extract writing to log-file into a private method.
 discard b21a113  deprecate some methods in JMeterUtils Contribution by Benoit Wiart #resolve #148 https://github.com/apache/jmeter/pull/148/
 discard 5c61a56  Bug 59190 - HTTP(S) Test Script Recorder : Suggested excludes should ignore case #resolve #169
 discard 5bba0d9  Bug 59197 - Thread Group : it should be possible to only run a single threadgroup or a selection of threadgroups with a popup menu #resolve #170 https://github.com/apache/jmeter/pull/170/ Bugzilla Id: 59197
 discard ee9452b  Isolate and document behaviour in case of redirect
 discard 2f35509  Add testcase for HttpWebdav.
 discard e09a2d7  javadoc. Add deprecation annotation to inform about alternatives.
 discard ad737aa  Followup to r1735574 Use ConcurrentMap as interface instead of Map for PARSERS.
 discard 68773fb  Unittests for BaseParser.
 discard 96541ab  Followup to r1733983
 discard df377c1  javadoc. Explain the parameters and return values a bit more.
 discard fdbe2ca  Followup to r1733983: Rename private constants to uppercase letter words.
 discard a1bd606  Followup to 1735295. Remove import, which is no longer needed.
 discard 1bc22fe  Followup to 1734154. No need for temporary variable. Return new instance directly.
 discard a910dec  Followup to r17734228. No need for temporary variable. Return CacheManager directly.
 discard b5690a0  Markup changes. Remove useless table.
 discard 78fe201  Reformat doc-sources, so that lines are not much longer than 80 chars and are not too short.
 discard 50ebd42  Fix a few typos in the docs.
 discard 7523390  Markup changes. Use of dl instead of ul. Markup code fragments and remove space before colons.
 discard 132c3a0  Bug 59187 - JSON Post Processor : java.lang.NoClassDefFoundError: net/minidev/asm/FieldFilter at net.minidev.json.reader.JsonWriter.(JsonWriter.java:157) (affects nightly build before 3.0 release) accessor-smart not in dist Bugzilla Id: 59187
 discard 26ee6c8  svn:eol
 discard 3d99e0b  Bug 59187 - JSON Post Processor : java.lang.NoClassDefFoundError: net/minidev/asm/FieldFilter at net.minidev.json.reader.JsonWriter.(JsonWriter.java:157) (affects nightly build before 3.0 release) Add license for accessor-smart Bugzilla Id: 59187
 discard 02b39b1  Bug 59193 - ant run_gui fails with java.lang.ClassNotFoundException or java.lang.IllegalAccessError when accessing classes from dependencies not loaded through Thread.currentThread().getContextClassLoader() Bugzilla Id: 59193
 discard 80689ec  Bug 59188 - JSON Post Processor: Error processing JSON content ..., message:java.lang.String cannot be cast to java.util.List (affects nightly build before 3.0) Add license for asm, BSD license License for accessors-smart is not needed as it's the same license as json-smart (Apache License 2.0) Bugzilla Id: 59188
 discard 8b90248  Use constants with significant names
 discard cbed06b  Markup changes. Use hellip for horizontal ellipsis and code tag
 discard 6e66228  Sample Result SaveConfig Dialog is generated in random order Move knowledge of method names to the class that contains them Bugzilla Id: 59171
 discard 39b1a17  Bug 59188 - JSON Post Processor: Error processing JSON content ..., message:java.lang.String cannot be cast to java.util.List (affects nightly build before 3.0) #resolve #168 https://github.com/apache/jmeter/pull/168
 discard b60d34a  Bug 59188 - JSON Post Processor: Error processing JSON content ..., message:java.lang.String cannot be cast to java.util.List (affects nightly build before 3.0) Bugzilla Id: 59188
 discard 18e3831  Bug 59187 - JSON Post Processor : java.lang.NoClassDefFoundError: net/minidev/asm/FieldFilter at net.minidev.json.reader.JsonWriter.(JsonWriter.java:157) (affects nightly build before 3.0 release) Fix tabs Bugzilla Id: 59187
 discard 19bad7f  Bug 59187 - JSON Post Processor : java.lang.NoClassDefFoundError: net/minidev/asm/FieldFilter at net.minidev.json.reader.JsonWriter.(JsonWriter.java:157) (affects nightly build before 3.0 release) Bugzilla Id: 59187
 discard 5aa7035  Javadoc
 discard 4ef3975  Sample Result SaveConfig Dialog is generated in random order Use order from http://jmeter.apache.org/usermanual/listeners.html#csvlogformat Bugzilla Id: 59171
 discard eb4275f  Sample Result SaveConfig Dialog is generated in random order Bugzilla Id: 59171
 discard 6a9568d  Drop special characters from file names Bugzilla Id: 588832
 discard a19e741  Javadoc
 discard bc046a6  Workaround for https://issues.apache.org/jira/browse/HTTPCLIENT-1712 which makes SPNEGO with kerberos and https impossible in httpclient 4.5.2. The next version of httpclient will be correct again and these newly introduced classes can be removed again.
 discard 847daf9  Use Java7 try with resources
 discard a51453b  Bug 59173 - New fields/changed defaults cause earlier test plans to be marked as changed Fix RegExtractor saving with 3.0 Bugzilla Id: 59173
 discard 29f3ff7  Javadoc
 discard b967d7b  Bug 59108 - TableEditor: Allow rows to be moved up and down #resolve #163 https://github.com/apache/jmeter/pull/163/ Bugzilla Id: 59108
 discard e1ab63a  Bug 59133 - Regression in custom Thread Group in nightly build before 3.0 (6 march 2016) #resolve #164 https://github.com/apache/jmeter/pull/164 Bugzilla Id: 59133
 discard 21b677f  Bugzilla is not a support forum
 discard 76155f6  Looks like it is no longer ambiguous
 discard 9733e20  Javadoc - add sample implementations
 discard 8ced7ad  configureTestElement is in a parent class
 discard a57c1b3  SampleResult SaveConfig does not allow some fields to be disabled Previous fix did not work for idleTime because the ctor did not set all the defaulted fields Bugzilla Id: 59172
 discard aba92da  Typo Bugzilla Id: 59172
 discard 148ed86  SampleResult SaveConfig does not allow some fields to be disabled Bugzilla Id: 59172
 discard bd45a47  Sample Result SaveConfig Dialog is generated in random order TODO - remove the test code when the sort order is decided Bugzilla Id: 59171
 discard 0ed8f13  If was not a typoe (sebb note)
 discard f1582b9  Bug 59156 - XMLAssertion : drop jdom dependency by using XMLReader Fix bug Bugzilla Id: 59156
 discard 5491b39  rework formulation
 discard 1556926  typo
 discard 2858088  Move bug fixes from enhancements to bugfix
 discard 00dc3ed  Bug 59156 - XMLAssertion : drop jdom dependency by using XMLReader jdom is now a jar for docs Bugzilla Id: 59156
 discard 001ca84  Docs
 discard 58ee190  Drop debug stack traces
 discard caf763e  Add generated GUI test file for 2.13
 discard ddb7f1c  Drop the old jdom jar Bugzilla Id: 59156
 discard 546016e  Bug 59076 - Test should fail if a module controller cannot find its replacement subtree Take into account sebb note Bugzilla Id: 59076
 discard 3a1a6b5  Improve display of JMeter on high resolution devices (HiDPI) (part 1 of enhancement) Rename issue after dev mailing list discussion Bugzilla Id: 58426
 discard 2220b0f  Bug 59156 - XMLAssertion : drop jdom dependency by using XMLReader Move code to standard Java XML API Fix Tests to remove dependencies on jdom Move jdom download to lib/doc as it is needed for printable documentation generation (Anakia) Remove jdom from Maven dependencies and also remove velocity version property by the way as it is not needed (commented) Move jdom reference in build.properties in the doc block Bugzilla Id: 59156
 discard 9642e7e  Bug 59076 - Test should fail if a module controller cannot find its replacement subtree Bugzilla Id: 59076
 discard 162d54d  Rename issue to make it clear it is not yet HiDPI support Bugzilla Id: 58426
 discard dc7988d  Use same stream for stacktrace
 discard f542e70  Forgot to remove import
 discard 91c12a3  RSyntaxTextArea not compatible with headless testing Bugzilla Id: 59165
 discard 66eeebd   Improve JUnit Test code  Re-enable headless testing Bugzilla Id: 58897
 discard e5105a7  RSyntaxtTextArea not compatible with headless testing Replace calls to constructors with getInstance Bugzilla Id: 59165
 discard 2667bd7  RSyntaxtTextArea not compatible with headless testing Add getInstance methods that handle headless mode Bugzilla Id: 59165
 discard 0f80c8a  Non-NLS marker
 discard 8f62be0  Allow tests to work under headless mode
 discard daa82de  Allow junit showoutput override
 discard 2345660  Convert directly to double rather than creating a Double and unboxing (this bug exposed by not ignoring boxing warnings)
 discard 6566bed  This method is in the RSyntaxText package
 discard de827cd  Handle another Exception
 discard 0ed04f8  Show headless setting
 discard efa0a14  Allow headless to be passed in to junit tests
 discard 44d5e57  Ignore the test again till we have a solution
 discard da43079  Bug fixed some while ago so test can be enabled Bugzilla Id: 50799
 discard 4e7d394  Bug 59152 - Thread Group: Change "Action to be taken after a Sample Error" value from "Continue" to "Start Next thread loop" #resolve #161 https://github.com/apache/jmeter/pull/161 Bugzilla Id: 59152
 discard 723b78f  Bug 59105 - TableEditor : Add ability to paste rows from clipboard and delete multiple selection #resolve #153 https://github.com/apache/jmeter/pull/153 Bugzilla Id: 59105
 discard 8dec8de  [Bug 52073] Embedded Resources Parallel download : Improve performances by avoiding shutdown of ThreadPoolExecutor at each sample Document breaking change Bugzilla Id: 52073
 discard 40f3965  [Bug 52073] Embedded Resources Parallel download : Improve performances by avoiding shutdown of ThreadPoolExecutor at each sample #resolve #155 https://github.com/apache/jmeter/pull/155 Bugzilla Id: 52073
 discard 3cf553f  [Bug 52073] Embedded Resources Parallel download : Improve performances by avoiding shutdown of ThreadPoolExecutor at each sample Based on PR by Benoit Wiart + the addition (blame me) of JMeterPoolingClientConnectionManager  (see mailing list mail I will send) Bugzilla Id: 52073
 discard f1f13f3  Bug 58715 : Feature request: Bundle groovy-all with JMeter
 discard 73ae398  Allow serialization tests to work
 discard c0c3755  Ensure nightly build uses the svnRevision as the version (i.e. not 3.0-SNAPSHOT etc)
 discard 26a1f69  Put all clean calls together
 discard c3145af  Distributions don't include docs-site
 discard 59f11db  Unnecessary, as clean-docs does the images as well
 discard 3074c70  HTTP Request : Make Method field editable so that additional methods (Webdav) can be added easily Don't display Add/Del buttons Bugzilla Id: 59083
 discard d2459bc  Bug 59146 - MeasuringConnectionManager is not Thread Safe (nightly before 3.0) Bugzilla Id: 59146
 discard a8111ae  Bug 59033 - Parallel Download : Rework Parser classes hierarchy to allow pluging parsers for different mime types Bugzilla Id: 59033
 discard 65a84db  French typo for Advanced (Avancée) & Alphabetical order Bugzilla Id: 59129
 discard f8c384f  Bug 59129 - HTTP Request : Simplify GUI with simple/advanced Tabs First part Bugzilla Id: 59129
 discard 03d122d  Bug 56141 - Application does not behave correctly when using HTTP Recorder Migrate to up to date HttpMime APIs Bugzilla Id: 56141
 discard dcddea7  Bug 56141 - Application does not behave correctly when using HTTP Recorder Revert stupid fix (setDoBrowserCompatibleMultipart(true) was already here Bugzilla Id: 56141
 discard e4b7110  Add javadoc and a bit of spacepolice.
 discard ec0c431  Better code to apploy the HiDPI mode in JTable elements. Thanks Benoit and Felix. Bugzilla Id: 58426
 discard 83437ee  Initialize the HiDPI mode and scale factor into JMeterUtils Bugzilla Id: 58426
 discard 5c03e02  Bug 59079 - "httpsampler.max_redirects" property is not enforced when "Redirect Automatically" is used Bugzilla Id: 59079
 discard bf603a3  Fix wrong default mentionned
 discard b6686f4  Use DPI scaling of interface for high resolution devices (HiDPI support for Windows/Linux)
 discard ba35aad  Put http links inside javadoc in "a href" elements.
 discard 026d3a4  Use DPI scaling of interface for high resolution devices (HiDPI support for Windows/Linux)
 discard bf0d0a1  Tabpolice
 discard 00ffbfa  Update the Apache icon use as JMeter app icon
 discard b72951b  Bug 56141 - Application does not behave correctly when using HTTP Recorder Bugzilla Id: 56141
 discard 4f22eef  rename variables for clarity Contribution by Benoit Wiart #resolve #142 https://github.com/apache/jmeter/pull/142/
 discard 538350f  Remove commented code Contribution by Benoit Wiart #resolve #154 https://github.com/apache/jmeter/pull/154/
 discard b311ee3  Bug 59095 - Remove UserParameterXMLParser that was deprecated 8 years ago #resolve #150 Bugzilla Id: 59095
 discard e097cc3  drop some deprecated methods Contribution by Benoit Wiart #resolve #149 https://github.com/apache/jmeter/pull/149/
 discard 1d27195  Move some tests in a dedicated class svn:eol
 discard 5cf0a85  Move some tests in a dedicated class Contribution by Benoit Wiart #resolve #147 https://github.com/apache/jmeter/pull/147/
 discard 1ba1407  remove dead code Contribution by Benoit Wiart #resolve #146 https://github.com/apache/jmeter/pull/146/
 discard 7ca0a64  remove dead code Contribution by Benoit Wiart #resolve #145 https://github.com/apache/jmeter/pull/145/
 discard 44c2547  Bug 59116 - Add the possibility to setup a prefix to sampler name recorded by proxy #resolve #158 Fixed the following in PR: - SampleResult did not match the modified Sample label - Added code in keyListener to ensure the model is updated, otherwise the ProxyControl would still use old prefix until user leaves the component - French label Bugzilla Id: 59116
 discard 7905850  Bug 59118 - Add comment in recorded think time by proxy recorder #resolve #157 Bugzilla Id: 59118
 discard 6d57b90  Bug 58715 - Feature request: Bundle groovy-all with JMeter Bugzilla Id: 58715
 discard 80b5fae  Bug 59083 - HTTP Request : Make Method field editable so that additional methods (Webdav) can be added easily Bugzilla Id: 59083
 discard 4e7a1f4  HTTP Request : Make Method field editable so that additional methods (Webdav) can be added easily
 discard 0415677  Correct html tags in javadoc
 discard 2c994bb  checkstyle needs download_checkstyle. Plus add clean.
 discard c298b46  Unnecessary; looks like code analysis has got better and no longer produces the warning
 discard a656ead  Autoboxing warnings
 discard d3f40b2  Unused
 discard dbe0049  Redundant type arguments
 discard b178bb3  Javadoc syntax
 discard fa2df98  Ensure docversion is created after jmeter.version is updated so Javadocs reflect the version
 discard ee58e17  Add checkstyle check to travis build
 discard f103d67  Bug 59103 - HTTP Request Java Implementation: Change default "http.java.sampler.retries" to align it on HttpClient behaviour and make it meaningful Improve Incompatible changes section for the property. Bugzilla Id: 59103
 discard 5fcc0c9  Tab police needed yet again
 discard e1aa0df  Bug 59099 - Backend listener : Add the possibility to consider samplersList as a Regular Expression Mention author #resolve #151 + commit: http://svn.apache.org/viewvc?rev=1733383&view=rev Bugzilla Id: 59099
 discard 5ca053c  Bug 59099 - Backend listener : Add the possibility to consider samplersList as a Regular Expression Bugzilla Id: 59099
 discard 75d7e73  Bug 59103 - HTTP Request Java Implementation: Change default "http.java.sampler.retries" to align it on HttpClient behaviour and make it meaningful Bugzilla Id: 59103
 discard 183f4a0  Bug 59102 - View Results Tree: Better default value for "view.results.tree.max_size" Bugzilla Id: 59102
 discard 84d45f1  Ensure reason for deprecation is shown in Javadoc
 discard fee2951  Remove openjdk7, since the tested workarounds need more workarounds and the integration tests still fail. Both orcaclejdk7 and oraclejdk8 will be tested, though.
 discard 9b2c7be  Bug 59096 - Search Feature : Case insensitive search is not really case insensitive Bugzilla Id: 59096
 discard b921a81  Bug 55597 View Results Tree: Add a search feature to search in recorded samplers
 discard c16a4b3  Try to add a ipv4 entry for the local hostname before tests in travis and give more information, when tests fail while getting localhost.
 discard 558296e  Create Border only once
 discard 11a5127  Add a short hostname to travis conf, so that openjdk doesn't crash and add headless mode to the test run.
 discard 5df5417  Option parsing error message can be 'lost' Bugzilla Id: 59093
 discard 49aaa2c  Bug 59082 - remove the "TestCompiler.useStaticSet" parameter Contributed by Benoit Wiart #resolve #143 Bugzilla Id: 59082
 discard bac69f0  Bug 59085 - Http file panel : data lost on browse cancellation Contributed by Benoit Wiart #resolve #144 Bugzilla Id: 59085
 discard 077b8c3  Bug 58736 - Add Sample Timeout support Drop temporary property (implementation detail) Bugzilla Id: 58736
 discard d5ec2e1  WebserviceSampler used soap-2.3.1 jar, it has been removed so remove jar references
 discard 81e365d  Bug 59094 - Drop support of old JMX file format Bugzilla Id: 59094
 discard 9799264  WebserviceSampler used soap-2.3.1 jar, it has been removed so remove jar references
 discard 25123af  JMeter should report incompatible command-line options Part 1: split up options to allow them to be referenced; disallow -l, -r, -R for -g Bugzilla Id: 59091
 discard c4b3ff7  Document constant meaning
 discard 0dc0bbe  Bug 58986 - Report/Dashboard reuses the same output directory Document new command line option Bugzilla Id: 58986
 discard 3b14af3  Bug 58986 - Report/Dashboard reuses the same output directory Take into account sebb note on dev mailing list: "- The precedence is wrong; command line options should always override property definitions." Bugzilla Id: 58986
 discard 8011917  Bug 58986 - Report/Dashboard reuses the same output directory Take into account sebb note on dev mailing list: "- The precedence is wrong; command line options should always override property definitions." Bugzilla Id: 58986
 discard 7605d44  Bug 59038 - Deprecate HTTPClient 3.1 related elements Bugzilla Id: 59038
 discard 62b0032  Bug 58986 - Report/Dashboard reuses the same output directory Bugzilla Id: 58986
 discard 074e553  Revert changes made by r1732937 At least HTTPHC4Impl uses HttpWebDav#isWebdavMethod in a way, that is incompatible to this change.
 discard 4593c16  HTTP Request : Make Method field editable so that additional methods (Webdav) can be added easily
 discard 48f808b  Add a travis.yml file to configure how travis should build jmeter.
 discard 2782a05  Bug 59075 - JMS Publisher: NumberFormatException is thrown is priority or expiration fields are empty Bugzilla Id: 59075
 discard 3024e6e  Document the defaults
 discard cb39275  CookieManager : Cookie Policy select box content must depend on Cookie implementation Change default to HC4/standard - forgot to change one of the references in r1732593 Bugzilla Id: 58756
 discard b8d9042  CookieManager : Cookie Policy select box content must depend on Cookie implementation Ensure implementation is set before policy as the possible policies depend on the implementation Bugzilla Id: 58756
 discard 2efb93d  Revert r1732634
 discard 539e8db  Revert r1732644 (necessary to allow reversion of r1732634)
 discard 4f893f2  WebserviceSampler used these classes, it has been removed so remove those ones.
 discard 97b6fa8  Test distributing full bundle for nightly build, see Bug 58936 Don't fail if folders don't exist when cleaning api docs and docs images Bugzilla Id: 58936
 discard dda57e1  DOMPool used this property, it has been removed so remove this property.
 discard 5d6bbd7  WebserviceSampler used this class, it has been removed so remove this one.
 discard 213c772  Bug 58729 - Cleanup extras folder for maintainability jmeter-results-detail-report_21.xsl has disappeared Values in jmeter.properties are usually set to their default value Bugzilla Id: 58729
 discard 74918af  Values in jmeter.properties are usually set to their default value
 discard dfaad83  Fix missing </ul>
 discard 531e7fe  Remove since JMeter 2.X when too old or meaningless Update docs for CookieManager Fix some typos and errors
 discard bf5d798  Test distributing full bundle for nightly build, see Bug 58936 Update nightly build documentation Bugzilla Id: 58936
 discard 91c8ac9  Test distributing full bundle for nightly build, see Bug 58936 Cleanups Bugzilla Id: 58936
 discard e016e61  Test distributing full bundle for nightly build, see Bug 58936 Fix svn check Bugzilla Id: 58936
 discard 63cf215  Test distributing full bundle for nightly build, see Bug 58936 Generate docs for nightly build otherwise users don't have up to date docs Bugzilla Id: 58936
 discard c213dbc  Test distributing full bundle for nightly build, see Bug 58936 Disable disable-check-versions for nightly Fix Syntax error in property: ${jmeter.version) Bugzilla Id: 58936
 discard 55c0314  Test distributing full bundle for nightly build, see Bug 58936 Generation version Bugzilla Id: 58936
 discard 086e308  Test distributing full bundle for nightly build, see Bug 58936 Show jmeter.version property when it fails Bugzilla Id: 58936
 discard 9e00380  Test distributing full bundle for nightly build, see Bug 58936 Set version to 3.0-SNAPSHOT Bugzilla Id: 58936
 discard c0ba687  Test distributing full bundle for nightly build, see Bug 58936
 discard 3d30982  Bug 57182 - Better defaults : Save idle time by default Fix Tests failure Bugzilla Id: 57182
 discard 163db3c  Bug 56554 - JSR223 Test Element : Generate compilation cache key automatically Update documentation Remove also mention of old versions Bugzilla Id: 56554
 discard d40841c  Remove plastic style so that all badges look the same
 discard 24d350b  Bug 57182 - Better defaults : Save idle time by default Bugzilla Id: 57182
 discard ce9542a  Avoid hard coded version
 discard 0df10a2  Add: - Fork us on github - Start this repo - Maven Central Badge
 discard b7920f2  Bug 58756 - CookieManager : Cookie Policy select box content must depend on Cookie implementation Restore public constant with up to date value Bugzilla Id: 58756
 discard d03a3c0  Restore HC3 Cookie Handler tests Copied from https://svn.apache.org/repos/asf/jmeter/trunk/test/src/org/apache/jmeter/protocol/http/control/TestCookieManager.java@1649126
 discard 8021218  For access from test code
 discard 59cbfec  Fix HC4CookieManager tests
 discard f060200  Revert r1732632
 discard e92d0fe  Add status of last nightly build
 discard 4846528  Bug 58756 - CookieManager : Cookie Policy select box content must depend on Cookie implementation A) Fix bug introduced by commit r1732632: 1/ Save with 2.13 a Plan containing CookieManager that uses defaults 2/ Open it with trunk 3/ It is ok 4/ Close it 5/ Add a new CookieManager => KO the policy is default instead of standard
 discard fb11670  Fix up broken tests that assumed the CookieManager defaults to HC4
 discard 3d77848  Fix unit test serialisation test errors
 discard 39777dd  Fix alphabetical order of keys and some unicode to uppercase
 discard 273b27b5 French localization: Upload->Téléchargement Bugzilla Id: 59060
 discard a239a0b  Fix bug whereby policy was sometimes reset when navigating between HC3 and HC4 Cookie Configs Bugzilla Id: 58756
 discard d0e61af  Change default to HC4/standard Also fix init method
 discard ef9a819  Change default to HC4/standard Bugzilla Id: 58756
 discard b4d5bb0  Revert change that broke JMX compatibility TODO fix GUI to support change in default
 discard d3d03de  Bug 58950 - NoHttpResponseException when Pause between samplers exceeds keepalive sent by server Bugzilla Id: 58950
 discard 99ca969  Upgrade to HttpClient/httpmime 4.5.2 which fixes at the same time: - Bug 58881 - HTTP Request : HTTPHC4Impl shows exception when server uses "deflate" compression - Bug 58583 - HTTP client fails to close connection if server misbehaves by not sending "connection: close", violating HTTP RFC 2616 / RFC 7230 - Bug 56358 - Cookie manager supports cross port cookies and RFC6265 - Bug 57319 - Upgrade to HttpClient 4.5.2 Bugzilla Id: 57319
 discard b3d41e7  Bug 59064 - Remove OldSaveService which supported very old Avalon format JTL (result) files Bugzilla Id: 59064
 discard ab4ae44  Bug 59060 - HTTP Request GUI : Move File Upload to a new Tab to have more space for parameters and prevent incoherent configuration Contributed by Benoit Wiart #resolve #140 https://github.com/apache/jmeter/pull/140 Bugzilla Id: 59060
 discard 90abbd9  #resolve #141 (forgot to close) Real commit : http://svn.apache.org/viewvc?rev=1732514&view=rev Bugzilla Id: 59067
 discard c848b96  Bug 59067 - JMeter fails to iterate over Controllers that are children of a TransactionController having "Generate parent sample" checked after an assertion error occurs on a Thread Group with "Start Next Thread Loop" Bugzilla Id: 59067
 discard 9c8486c  Bug 59071 - CookieManager : Defaults used by CookieManager (after Bug 58756) are wrong Fix test failure Bugzilla Id: 59071
 discard 78b3bd2  Bug 59071 - CookieManager : Defaults used by CookieManager (after Bug 58756) are wrong Fix test failure Bugzilla Id: 59071
 discard 41489ea  Bug 58756 - CookieManager : Cookie Policy select box content must depend on Cookie implementation
 discard db594ce  Adapt website style (margins) to new ASF Logo.
 discard 9b3d0d4  Bug 59069 - CookieManager : Selected Cookie Policy is always reset to default when saving or switching to another TestElement (nightly build 25th feb 2016)
 discard 942a584  Add dashboard links to the lower link list and correct the structure of embedded ul elements.
 discard f731fff  Use nbsp to make space explicit and hinder the browser to break after and before the singlequote.
 discard a3b176c  Propagate new logo
 discard 2aa690b  Add Sample Timeout support Bugzilla Id: 58736
 discard ada5ce0  Report / Dashboard: Document clearly and log what report are not generated when saveservice options are not correct Bugzilla Id: 58932
 discard 4b2a697  Add useful examples and explain how to enable logging when an issue occurs
 discard 807e651  Add more debugging
 discard ffc9c5e  Fix typo
 discard 5c4eefb  Bug 59055 - JMeter report generator : When generation is not launched from jmeter/bin folder report-template is not found Bugzilla Id: 59055
 discard 3b05ea8  Bug 59051 - JDBC Request : Connection is closed by pool if it exceeds the configured lifetime Bugzilla Id: 59051
 discard aed607e  Bug 58786 - JDBC Sampler : Replace Excalibur DataSource by more up to date library commons-dbcp2 Update documentation and rename properties to match DBCP names (and more recent pools) Bugzilla Id: 58786
 discard 941ae9d  Bug 59008 - Fix Infinite recursion SampleResult on frame depth limit reached Bugzilla Id: 59008
 discard de43753  Bug 59046 - JMeter Gui Replace controller should keep the name and the selection #resolve #139 https://github.com/apache/jmeter/pull/139 Contribution by Benoit Wiart Bugzilla Id: 59046
 discard e081702  Bug 59044 - Http Sampler : It should not be possible to select the multipart encoding if the method is not POST #resolve #138 https://github.com/apache/jmeter/pull/138 Patch by Benoit Wiart Bugzilla Id: 59044
 discard 632848d  Bug 59038 - Deprecate HTTPClient 3.1 related elements #resolve #137 https://github.com/apache/jmeter/pull/137
 discard 34c48ec  Bug 59034 - Parallel downloads connection management is not realistic Bugzilla Id: 59034
 discard f7675d4  Bug 58793 - Create developers page explaining how to build and contribute Fix in commits 1729040 and 1718177: http://svn.apache.org/viewvc?rev=1729040&view=rev http://svn.apache.org/viewvc?rev=1718177&view=rev Bugzilla Id: 58793
 discard 43f7a6e  Updated to tika 1.12
 discard e7c60a5  Fix Javadoc issue with url (add quotes)
 discard e9361eb  JSyntaxTextArea : Ability to set font
 discard c407440  Bug 59003 - ClutilTestCase testSingleArg8 and testSingleArg9 are identical Bugzilla Id: 59003
 discard 650a149  Upgrade rhino to 1.7.7.1 from 1.7.7 (update svn props on lib directory)
 discard 839d9d2  Bug 59037 - Drop HtmlParserHTMLParser and dependencies on htmlparser and htmllexer remove mention of htmlparser from README Patch by Pascal Schumacher #resolve #134 Bugzilla Id: 59037
 discard 67e2d4b  Upgrade rhino to 1.7.7.1 from 1.7.7
 discard 84274ad  Bug 59037 - Drop HtmlParserHTMLParser and dependencies on htmlparser and htmllexer Clean jars from lib directory Bugzilla Id: 59037
 discard 7f698ff  Bug 59037 - Drop HtmlParserHTMLParser and dependencies on htmlparser and htmllexer Bugzilla Id: 59037
 discard efd9c84  #resolve #133
 discard 2ccdc7e  Add more details when issue occurs
 discard addbdba  Bug 59038 - Deprecate HTTPClient 3.1 related elements Bugzilla Id: 59038
 discard dcb2713  JUnit is wrong as per Ignore Policy contract
 discard 407fe4a  Clarify javadoc
 discard 4616668  Bug 59036 - FormCharSetFinder : Use JSoup instead of deprecated HTMLParser Bugzilla Id: 59036
 discard a33922e  Performance : Lazily initialize HttpClient SSL Context to avoid its initialization even for HTTP only scenarios Simplify by using IODH idiom Bugzilla Id: 58099
 discard 888c570  Allow TEST_HTTPS script to succeed
 discard 1c5a8d2  Bug 58099 - Performance : Lazily initialize HttpClient SSL Context to avoid its initialization even for HTTP only scenarios Fix regression on HTTPS tests, No route to host... Bugzilla Id: 58099
 discard 0240acf  svn:eol
 discard 05c37e8  Add HTTPs test
 discard 9ca91eb  Use SystemDefaultDnsResolver singleton. Contributed by Benoit Wiart. This closes #130.
 discard 91790cb  Minor formatting Contributed by Graham Russell #resolve #129
 discard e3e7433  Removing unnecessary modifiers Contributed by Graham Russel Part 4 https://github.com/apache/jmeter/pull/122 #resolve #122
 discard ce1b168  Removing unnecessary modifiers Contributed by Graham Russel Part 3 https://github.com/apache/jmeter/pull/122
 discard 9cbfdbb  Removing unnecessary modifiers Contributed by Graham Russel Part 2 https://github.com/apache/jmeter/pull/122
 discard 9bc596b  Removing unnecessary modifiers Contributed by Graham Russel Part 1 https://github.com/apache/jmeter/pull/122
 discard 2d8eb53  Removing duplicate code. Patch by Graham Russell #resolve #126
 discard 1dc35a2  #resolve #123
 discard 689f555  Bug 58870 - TableEditor: minimum size is too small #resolve #128 Bugzilla Id: 58870
 discard de535a6  Restore suppress warning lost in conversion to generic loop
 discard 15faf71  Redundant type arguments
 discard eae91c2  Unused imports
 discard 8b3961f  Bug 59023 - HttpSampler UI : rework the embedded resources labels and change default number of parallel downloads to 6 Fix effectively the issue (thanks sebb for the note) Bugzilla Id: 59023
 discard c37d73f  Bug 57577 - HttpSampler : Retrieve All Embedded Resources should only compute size or hash by default Take into account sebb notes Bugzilla Id: 57577
 discard 747156b  Bug 59023 - HttpSampler UI : rework the embedded resources labels and change default number of parallel downloads to 6 Bugzilla Id: 59023
 discard bb4d0b3  Bug 57577 - HttpSampler : Retrieve All Embedded Resources should only compute size or hash by default #resolve #127 Bugzilla Id: 57577
 discard 19f3ce7  Bug 58099 - Performance : Lazily initialize HttpClient SSL Context to avoid its initialization even for HTTP only scenarios Bugzilla Id: 58099
 discard 5415f73  Java 7 multi exception catch
 discard 4f7c24d  Bug 57935 - SSL SNI extension not supported by HttpClient 4.2.6 svn:eol Bugzilla Id: 57935
 discard ae2420b  Bug 57935 - SSL SNI extension not supported by HttpClient 4.2.6 Bugzilla Id: 57935
 discard 08cd2fb  Fix unused factory in second constructor protected HC4TrustAllSSLSocketFactory(javax.net.ssl.SSLSocketFactory factory)
 discard 37121fe  Followup to r1730604
 discard d85a1e2  HTTP Sampler : Added WebDAV verb (SEARCH).
 discard 6333e94  svn:eol
 discard 334557c  move more tests into their own classes Patch by Benoit Wiart #resolve #125
 discard d9664f9  Bug 59006 - Change Default proxy recording port to 8888 to align it with Recording Template #resolve #124 Bugzilla Id: 59006
 discard 306d9ea  Removing unnecessary continues and a few other tidy ups Patch by Graham Russel #resolve #121
 discard 9135db7  Revert r1730205 as it results in duplicate information in the log file Bugzilla Id: 58987
 discard 8b8bafd  Report/Dashboard: Improve error reporting Throw exception if mismatch between expected number of columns and columns in csv file (don't allow missing columns) Bugzilla Id: 58987
 discard 699402b  Next version is 3.0
 discard 0e03ed0  Next version is 3.0
 discard 8f82e48  Next version is 3.0
 discard 114e3ff  Next version is 3.0
 discard 820060a  Next version is 3.0
 discard 33c6585  Next version is 3.0
 discard 5c7f4de  Next version is 3.0
 discard 01450ba  Next version is 3.0
 discard ece71c8  Next version is 3.0
 discard 530bc1e  Drop unused imports
 discard 1edd76c  Drop unused imports
 discard d864bc3  Add suppresswarnings
 discard 1ed9b1e  Remove unused var
 discard c6eaaf8  Remove auto-boxing warnings
 discard 1cacec8  map cannot be null as it is instance of MapResultData
 discard 73971fa  Used foreach where possible. Patch by Graham Russell Part 5 https://github.com/apache/jmeter/pull/114 #resolve #114
 discard 1b38cdb  Used foreach where possible. Patch by Graham Russell Part 4 https://github.com/apache/jmeter/pull/114
 discard 5340ee1  Used foreach where possible. Patch by Graham Russell Part 3 https://github.com/apache/jmeter/pull/114
 discard 0d9fe5e  Used foreach where possible. Patch by Graham Russell Part 2 https://github.com/apache/jmeter/pull/114
 discard 6d4cdc2  Used foreach where possible. Patch by Graham Russell Part 1 https://github.com/apache/jmeter/pull/114
 discard 8a69472  Respect naming conventions Use java style array (vs C style) Patch by Benoit Wiart Part 5 https://github.com/apache/jmeter/pull/115/files #resolve #115
 discard 0214dc0  Respect naming conventions Use java style array (vs C style) Patch by Benoit Wiart Part 4 https://github.com/apache/jmeter/pull/115/files
 discard e0453cf  Respect naming conventions Use java style array (vs C style) Patch by Benoit Wiart Part 3 https://github.com/apache/jmeter/pull/115/files
 discard 32da742  Respect naming conventions Patch by Benoit Wiart Part 2 https://github.com/apache/jmeter/pull/115/files
 discard 7f3f71c  Respect naming conventions Patch by Benoit Wiart Part 1 https://github.com/apache/jmeter/pull/115/files
 discard 0400233  Bug 58987 - Report/Dashboard: Improve error reporting Throw exception if mismatch between expected number of columns and columns in csv file Bugzilla Id: 58987
 discard e26d099  Bug 58987 - Report/Dashboard: Improve error reporting Avoid Log+Rethrow, only rethrow Add column index in message Bugzilla Id: 58987
 discard 9d9daa6  Fixed some JavaDoc errors Patch by Graham Russell Part 4 https://github.com/apache/jmeter/pull/118 #resolve #118
 discard 48c3d99  Fixed some JavaDoc errors and better naming Patch by Graham Russell Part 3 https://github.com/apache/jmeter/pull/118
 discard 60b3e6d  Fixed some JavaDoc errors Patch by Graham Russell Part 2 https://github.com/apache/jmeter/pull/118
 discard 88ffec4  Fixed some JavaDoc errors Patch by Graham Russell Part 1 https://github.com/apache/jmeter/pull/118
 discard c05b500  Using Try with Resources. Patch by Graham Russell #resolve #119 https://github.com/apache/jmeter/pull/119
 discard db74d4c  Replace indexOf with contains. Patch by Graham Russell #resolve #120 https://github.com/apache/jmeter/pull/120/
 discard 7e9e672  remove some redundant modifiers Part 3 Patch by Benoit Wiart #resolve #116
 discard 720eb94  remove some redundant modifiers Part 2 Patch by Benoit Wiart https://github.com/apache/jmeter/pull/116
 discard 5f393ea  remove some redundant modifiers Part 1 Patch by Benoit Wiart https://github.com/apache/jmeter/pull/116
 discard d657add  Bug 58978 Settings defaults : Switch "jmeter.save.saveservice.assertion_results_failure_message" to true (after 2.13) Bugzilla Id: 58978
 discard 257bb35  Removed ternary operators which are not required Patch by Graham Russell #resolve #117
 discard ee83607   Settings defaults : Switch "jmeter.save.saveservice.print_field_names" to true (after 2.13) Bugzilla Id: 58991
 discard 3e944f2  Space
 discard 6755c97  Clarity
 discard ab03398  Bug 58987 - Report/Dashboard: Improve error reporting Bugzilla Id: 58987
 discard 5fb88a5  Bug 58991 - Settings defaults : Switch "jmeter.save.saveservice.print_field_names" to true (after 2.13) Bugzilla Id: 58991
 discard e2c6801  Tabpolice.
 discard c8c14a5  Tabpolice.
 discard bf65d14  Use multi-catch where possible Patch by Graham Russell PART 5 https://github.com/apache/jmeter/pull/110 #resolve #110
 discard 0f1ed31  Use multi-catch where possible Patch by Graham Russell PART 4 https://github.com/apache/jmeter/pull/110
 discard d3508a9  Use multi-catch where possible Patch by Graham Russell PART 3 https://github.com/apache/jmeter/pull/110
 discard 1bfa4b0  Use multi-catch where possible Patch by Graham Russell PART 2 https://github.com/apache/jmeter/pull/110
 discard 91a88a2  Use multi-catch where possible Patch by Graham Russell PART 1 https://github.com/apache/jmeter/pull/110
 discard d2512b2  Use java style array (vs C style) Part 3 Patch by B. Wiart https://github.com/apache/jmeter/pull/108 #resolve #108
 discard b2d8346  Naming convention for static fields Patch by B. Wiart https://github.com/apache/jmeter/pull/108
 discard 7ef8d2a  Use java style array (vs C style) Part 2 Patch by B. Wiart https://github.com/apache/jmeter/pull/108
 discard e8fd56d  Use java style array (vs C style) Part 1 Patch by B. Wiart https://github.com/apache/jmeter/pull/108
 discard c761291  Bug 58989 - Record controller gui : add a button to clear all the recorded samples #resolve #113 Bugzilla Id: 58989
 discard 5345696  Bug 58932 - Report / Dashboard: Document clearly and log what report are not generated when saveservice options are not correct Reference Developer documentation and contribution documentation Bugzilla Id: 58932
 discard 78455e0  Bug 58932 - Report / Dashboard: Document clearly and log what report are not generated when saveservice options are not correct Fix formatting Fix error on transaction controller part Bugzilla Id: 58932
 discard 360a6d2  Bug 58980 - JMS Subscriber will return successful as long as 1 message is received. #resolve #111 Bugzilla Id: 58980
 discard d29dfe7  Bug 58932 - Report / Dashboard: Document clearly and log what report are not generated when saveservice options are not correct #resolve #112 Bugzilla Id: 58932
 discard ef05aa97 Transform building.xml page into Building and Contributing Link it from documentation overview
 discard 3ef941c  Bug 58931 - New Report/Dashboard : Getting font errors under Firefox and Chrome (not Safari) Bugzilla Id: 58931
 discard 821da5a  Bug 58978 - Settings defaults : Switch "jmeter.save.saveservice.assertion_results_failure_message" to true (after 2.13) Bugzilla Id: 58978
 discard d3a9b15  Bug 58968 - Add a new template to allow to record script with think time included #resolve #109 Bugzilla Id: 58968
 discard 31cdd93  Fails cleanly when checkstyle is missing
 discard 1f567f8  Bug 58967 : use junit categories to exclude tests that need a gui svn:eol Bugzilla Id: 58967
 discard f205538  Bug 58967 : use junit categories to exclude tests that need a gui #resolve #107 Bugzilla Id: 58967
 discard cabbece  New ASF logo
 discard 20b5aa2  Follow the java convention of single upper case letters for generic types.
 discard ecaa32f  Use a private constructor, so that this utility class can not be instantiated. Make converters map final and rename it, so that it has a different name than the class. Use interface (Map) instead of implementation for the class variable CONVERTER_MAP.
 discard 7c4a1e1  Use correct types for ConvertExceptions.
 discard 5249a43  Unnecesssary
 discard a30282f  Unused import
 discard a10b22b  Fix autoboxing complaints
 discard 9f10cf1  Recode silly assertion
 discard d171fa3  Explicit unboxing
 discard 048b019  Compare as Longs rather than using autounboxing
 discard 751ef1e  Tab police
 discard 0206480  un-duplicate the proxy handling clarify/simplify code fix typo in comment Patch by B. Wiart #resolve #106
 discard 7e8791f  http samplers : reorder the http method in the switch, move the most common ones first Add debug log when setting keep alive Call close on HttpClient #resolve #105
 discard c83159c  Bug 58897 - Improve JUnit Test code STEP 5 patch by B. Wiart svn:eol Bugzilla Id: 58897
 discard cf42f99  Bug 58897 - Improve JUnit Test code STEP 5 patch by B. Wiart #resolve #104 Bugzilla Id: 58897
 discard 21207ee  Misc clean up rename variables remove commented code remove outdated comments #resolve #101
 discard 221f6d7  Bug 58897 - Improve JUnit Test code #resolve #100 Bugzilla Id: 58897
 discard 60cf085  Bug 58897 - Improve JUnit Test code STEP 4 Part 4 patch by B. Wiart Bugzilla Id: 58897
 discard 56a8a23  Bug 58897 - Improve JUnit Test code STEP 4 Part 3 patch by B. Wiart Bugzilla Id: 58897
 discard 60e4cb4  Bug 58897 - Improve JUnit Test code STEP 4 Part 2 patch by B. Wiart Bugzilla Id: 58897
 discard 6e5bd4e  Bug 58897 - Improve JUnit Test code STEP 4 Part 1 patch by B. Wiart Bugzilla Id: 58897
 discard 828e3b2  Bug 58957 - Report/Dashboard: HTML Exporter does not create parent directories for output directory #resolve #103 Bugzilla Id: 58957
 discard 2e279e3  Bug 58884 - JMeter report generator : need better error message #resolve #102 Bugzilla Id: 58884
 discard 8855813  Bug 58884 - JMeter report generator : need better error message #resolve #102 Bugzilla Id: 58884
 discard 569cd25  Bug 58955 - Request view http does not correctly display http parameters in multipart/form-data #resolve #99 Bugzilla Id: 58955
 discard 04ffa6d  Bug 58937 - View Results Tree: Improve parameters display even for GET requests Handle correctly case of an URL with empty value for a parameter. Bugzilla Id: 58937
 discard 51cbda9  svn:eol Bugzilla Id: 58413
 discard b0de094  Bug 58413 - ViewResultsTree : Request HTTP Renderer does not show correctly parameters that contain & Bug 58954 - Request view http does not correctly display http parameter if it contains '&'. #resolve #98 Bugzilla Id: 58413
 discard 23ae984  Bug 58952 - Report/Dashboard: Generation of aggregated series in graphs does not work Bugzilla Id: 58952
 discard 64b8631  remove commented code (patch by Benoit Wiart) #resolve #97
 discard a9c51b3  Bug 58897 : Improve JUnit Test code Part 3 #resolve #95 Bugzilla Id: 58897
 discard 363dc7c  Add changes entry for the ldap changes based on a patch by Benoit Wiart.
 discard 992ffcb  Space police. Part of patch by Benoit Wiart.
 discard 77ee96e  Extract common code into a new method.
 discard c8ec804  Rename private instance variable user_Defined to userDefined and increment serial version of the class. Based on patch by Benoit Wiart.
 discard 87157a6  Followup to r1727797, correct javadoc for constructor.
 discard b2a7065  Move javadoc for class and combine declaration and initialisation of method variable. Based on patch by Benoit Wiart.
 discard 310e92a  Removal of code, that was commented out. Based on patch by Benoit Wiart.
 discard 6eb3dd4  Space police and removal of parens with return and code, that was commented out. Based on patch by Benoit Wiart.
 discard cfa7a1f  Space police and add javadoc for constructor. Based on patch by Benoit Wiart.
 discard b7c3509  Extract common code into a new method.
 discard 15cac55  Rename method variables to start with lower case. Remove code, that was commented out. Space police. Part of patch by Benoit Wiart.
 discard 9a1c90e  Move constructor to the front and add javadoc. Part of patch by Benoit Wiart.
 discard 13c432e  Narrow scope of variable.
 discard e9839c3  Space police and removal of code, that was commented out. Part of patch by Benoit Wiart.
 discard 7debc5d  Space police. Part of patch by Benoit Wiart.
 discard 7b49e2d  Space police. Part of patch by Benoit Wiart.
 discard 18eef1e  Bug 58947 - Connect metric is wrong when ConnectException occurs Bugzilla Id: 58947
 discard 2b13302  Bug 57696 HTTP Request : Improve responseMessage when resource download fails Bugzilla Id: 57696
 discard c262c67  Switch warning to debug as having this strange urls is frequent. For example: https://developers.google.com/fonts/docs/getting_started mentions which would trigger the warning: <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Font+Name">
 discard 8e9d9a7  Bug 58897 : Improve JUnit Test code Part 2 #resolve #94 Bugzilla Id: 58897
 discard 0e32454  Bug 58924 - Dashboard / report : It should be possible to export the generated graph as image (PNG) #resolve #90 Bugzilla Id: 58924
 discard bd575ce  Bug 58897 : Improve JUnit Test code #resolve #85 Bugzilla Id: 58897
 discard 920bf7a  Bug 58864 : when moving parameter with up / down, ensure that the selection remains visible #resolve #78 Bugzilla Id: 58864
 discard 5ecf7f9  Normalize URIs when downloading embedded resources.
 discard f6e8ba3  report : make responseTime the first graph in the page #resolve #89
 discard 2dfd709  Bug 58912 Response assertion gui : Deleting more than 1 selected row deletes only one row #resolve #87 Bugzilla Id: 58912
 discard 5b858d5  Bug 58911 : it should be possible to copy&paste between http header managers #resolve #86 Bugzilla Id: 58911
 discard 876fb41  Bug 58913 - When closing jmeter should not interpret cancel as "destroy my test plan" #resolve #88 Bugzilla Id: 58913
 discard 558afd4  Bug 56554 : the script cache key is now automatically generated #resolve #83 Bugzilla Id: 56554
 discard 58aef7e  Add license header. Reported by Benoit Wiart.
 discard f982373  Bug 58865 - Allow empty default value in the Regular Expression Extractor #resolve #79 Bugzilla Id: 58865
 discard e243919  Bug 58903 - Provide __jexl3 function that uses commons-jexl3 and deprecated __jexl (1.1) function Fix test failure as per sebb note Bugzilla Id: 58903
 discard 073dd7b  Bug 58903 - Provide __jexl3 function that uses commons-jexl3 and deprecated __jexl (1.1) function 1/ Switch debug to false to avoid loosing a factory of 6 to 7 degradation 2/ Workaround for performance issue https://issues.apache.org/jira/browse/JEXL-186
 discard 005d172  Unused
 discard db2bced  Suppress deprecation warning
 discard 6d83357  Bug 58903 - Provide __jexl3 function that uses commons-jexl3 and deprecated __jexl (1.1) function svn:eol Bugzilla Id: 58903
 discard 68eba6c  Bug 58903 - Provide __jexl3 function that uses commons-jexl3 and deprecated __jexl (1.1) function Add also JUnit tests for jexl2 and jexl3 Bugzilla Id: 58903
 discard 94dbcd0  Misc clean up (javadoc, commented code) #resolve #82
 discard fd97d9a  Remove code that has been commented for the last 10 years #resolve #81
 discard c9f2a99  Spacepolice
 discard 248d9db  Spacepolice
 discard 0b833bc  No need to init the sample here and rename it to be more descriptive.
 discard 846c908  Extract creation of jobs into methods and make merging and sorting methods more similar. Add jobs to the queue only, if they are used.
 discard 228382d  Use less memory for PUT requests.
 discard b9e603f  Update java 6 references to java 7
 discard 2b7a470  Bug 58704 Non regression testing : Ant task batchtest fails if tests and run in a non en_EN locale and use a JMX file that uses a Csv DataSet Bugzilla Id: 58704
 discard f436dc7  Take into account Pascal Schumacher comment
 discard 467913d  Update java6 references to Java7
 discard 4c4a58b  Update java6 references to Java7
 discard 3b23170  Bug 58830 Documentation : Add examples for each function with the result Add example Update java6 references to Java7 Bugzilla Id: 58830
 discard c31a3c0  Remove mention of a very old JMeter version behaviour
 discard b1ddf37  Bug 58862 - Add a reference to jdk bug JDK-8025126 in the changes.xml file
 discard 61df816  Low hanging deprecation fruit
 discard 1ecb4ff  Low hanging deprecation fruit
 discard 63ca6e1  Fix a couple of simple deprecations
 discard f837eab  Methods called from ctor must not be overridden. Fix due to Felix. Bugzilla Id: 58860
 discard 30ef001  No longer deprecated
 discard 829a863  Unnecessary warning
 discard e00052b  Make sure variable is used
 discard 6e62c82  Explicit boxing
 discard 8830432  Add warnings not to override methods called from ctors
 discard 2d51229  Bug 58860 - HTTP Request : Add automatic variable generation in HTTP parameters table by right click As per Felix note on mailing list, I am stupid, rollback Bugzilla Id: 58860
 discard 663f9a2  Dashboard: ignore generated reports Bugzilla Id: 58653
 discard 004f09d  Bug 58860 - HTTP Request : Add automatic variable generation in HTTP parameters table by right click As per sebb note on mailing list, make init() final Bugzilla Id: 58860
 discard b983c64  #resolve #80 Thanks Pascal Schumacher
 discard 4f121c5  Bug 58851 - Add a dependency to hamcrest-core to allow JUnit tests with annotations to work Missing update of build.properties Tab police
 discard 6d5fcf6  Bug 58861 - When clicking on up, down or detail while in a cell of the argument panel, newly added content is lost #resolve #77 Bugzilla Id: 58861
 discard a0e5907  Clarify known bugs
 discard 53e3e1c  Bug 58851 - Add a dependency to hamcrest-core to allow JUnit tests with annotations to work Bugzilla Id: 58851
 discard 6045854  Bug 58860 - HTTP Request : Add automatic variable generation in HTTP parameters table by right click #resolve #76 Bugzilla Id: 58860
 discard a121fce  Bug 58857 - View Results Tree : the request view http does not allow to resize the parameters table first column #resolve #75 Bugzilla Id: 58857
 discard d998bb4  Bug 58849 - View Results Tree : Add a search panel to the request http view to be able to search in the parameters table #resolve #73 Bugzilla Id: 58849
 discard b89c8a1  Bug 58845 - Request http view doesn't display all the parameters #resolve #70 Bugzilla Id: 58845
 discard 0ad666e  remove outdated comments (13 years old) #resolve #74 by b wiart
 discard f9b2e64  Bug 58844 - Buttons enable / disable is broken in the arguments panel #resolve #69 Bugzilla Id: 58844
 discard 29f0719  Fix typo
 discard 252a139  Oups, the correct Benoit :-)
 discard b62f086  Reset data in TableEditor when switching between different CompareAssertions in gui. Based on a patch by Vincent Herilier (vherilier at gmail.com).
 discard a4f5091  Mention contributor for Bugzilla
 discard 98c8864  Bug 58848 : when adding an argument (add button or from clipboard) scroll the table to the new line (missing changes.xml note)
 discard b193125  Bug 58848 : when adding an argument (add button or from clipboard) scroll the table to the new line
 discard 1166035  Bug 58843 - Improve the usable space in the http sampler gui Missing french translation Use alphabetical order Bugzilla Id: 58843
 discard 66a4cb3  Bug 58843 - Improve the usable space in the http sampler gui #resolve #68 Bugzilla Id: 58843
 discard 86a425d  Tab police
 discard 3551f63  Tab police
 discard d1f3ca0  Tab police Bugzilla Id: 58653
 discard 643fd16  Unnecessary line wrap Bugzilla Id: 58653
 discard e7c4692  Fix error message (invalid file suggests the file exists but cannot be parsed) Bugzilla Id: 58653
 discard da874f0  Fix up: - missing test file name (-t JMX file) - duplicate anchor - unnecessary line wrap
 discard 014fb01  Bug 58773 - TestCacheManager : Add tests for CacheManager that use HttpClient 4 svn:eol Bugzilla Id: 58773
 discard fcb71e9  Bug 58773 - TestCacheManager : Add tests for CacheManager that use HttpClient 4 Bugzilla Id: 58773
 discard 1e1f864  Bug 57319 - Upgrade to HttpClient 4.5.X Replace deprecated methods Bugzilla Id: 57319
 discard 4d7ed4f  Remove link to projects-old.apache.org
 discard 8b98aeb4 Bug 58830 - Documentation : Add examples for each function with the result Start the work Bugzilla Id: 58830
 discard a747534  Improve and clarify issues page
 discard 1924f81  Config Element Counter (and others): Check Boxes Toggle Area Too Big Bugzilla Id: 58810
 discard 8e3e62a  JVM don't recognize option MaxLiveObjectEvacuationRatio; remove from comments Bugzilla Id: 58814
 discard ff49b79  Doc why called externally
 discard 824d6f5  Issue in CheckDirty and its relation to ActionRouter Bugzilla Id: 58790
 discard d8e1b90  Bug 58811 - When pasting arguments between http samplers the column "Encode" and "Include Equals" are lost. #resolve #66 Bugzilla Id: 58811
 discard 4679333  [Bug 55512] Summariser should be enabled by default in Non GUI mode Restore 30 seconds as interval Bugzilla Id: 55512
 discard dc79134   Summariser should be enabled by default in Non GUI mode  Revert the changes made in r1550536 and just enable via jmeter.properties Bugzilla Id: 55512
 discard f61ba49  Grammar
 discard 0d6d82e  Method notifySSLContextWasReset() is no longer used since r1489189 (2013-06-03, version 2.10).
 discard 2c9d4c4  Cannot be final yet
 discard 0f22922  Docn
 discard e7f8429  Constant static field names should be uppercase
 discard 7a5bc7d  Method must be final because called by ctor
 discard 964c5fd  Constant static field names should be uppercase
 discard be0cf54  Constant static field names should be uppercase
 discard f6c7276  Might as well be final
 discard 9df0e66  Keep lib items together
 discard 9250fae  Document why final
 discard b8c39c7  Grammar
 discard 6bac53f  Not used externally, AFAICT
 discard 7ac694d  Ensure unused Excalibur jars are removed
 discard c0ea5d0  Tab police
 discard 0b825c5  Mostly markup (code tags) plus a few minor rephrasings
 discard f178d2a  Simplify to make it read better
 discard a76275f  No space before colon. Remove colon after 'See'
 discard 8050e07  Concatenate short lines.
 discard 49acea6  A bit spellchecking.
 discard aca0a72  Use spaces instead of tabs.
 discard 0090525  Reference Javadocs of Java7
 discard 8410b1e  Add deprecated element usage in best practices and mention it in changes list.
 discard d27ad2d  Drop previously deprecated elements in 2.13: - HTML Parameter Mask
 discard 6d1a4ea  Drop previously deprecated elements in 2.13: - HTML Parameter Mask
 discard b8c1f88  Bug 58791 - Deprecate listeners:Distribution Graph (alpha) and Spline Visualizer Remove mention in jmeter.properties Bugzilla Id: 58791
 discard 424331e  Bug 58800 - proxy.pause default value , fix documentation Bugzilla Id: 58800
 discard 668e9e9  Next version should be 3.0 as per : - http://mail-archives.apache.org/mod_mbox/jmeter-dev/201601.mbox/%3C56893FF8.1050605%40apache.org%3E
 discard e0ce670  Clarify documentations by removing old versions mention
 discard 6ad8e7f  Clarify documentations by removing old versions mention
 discard ce62990  Clarify documentations by removing old versions mention
 discard 8d74e43  Clarify documentations by removing old versions mention
 discard 5137447  Clarify documentations by removing old versions mention
 discard 7aadb43  Clarify documentations by removing old versions mention
 discard 0138025  Bug 58791 - Deprecate listeners:Distribution Graph (alpha) and Spline Visualizer Remove mention in docs Bugzilla Id: 58791
 discard 8fe38e5  Bug 58772 Deprecate MongoDB related elements Remove NoSql
 discard a2b45ec  Drop previously deprecated elements in 2.13: - WebService(SOAP) Request - HTML Parameter Mask
 discard 14bde09  Drop previously deprecated elements in 2.13: - WebService(SOAP) Request - HTML Parameter Mask
 discard 67c6cd4  Bug 58795 - NPE may occur in GuiPackage#getTestElementCheckSum with some 3rd party plugins Fix NPE Avoid computing checksum when undoHistory is disabled Bugzilla Id: 58795
 discard ea154e2  Bug 58791 - Deprecate listeners:Distribution Graph (alpha) and Spline Visualizer Bugzilla Id: 58791
 discard 2419b64  Don't use a fixed height for the concurrent number box, use the current (ui system) height Bugzilla Id: 58426
 discard 978b37f  Add FIXME with commented code to uncomment once 4.5.2 is available Bugzilla Id: 58583
 discard b58e328  Change fixed font size for small fonts to a percent of defaut label font size Bugzilla Id: 58426
 discard af76b5b  Return result directly instead of using a temporary variable.
 discard 83db189  Change order of modifiers
 discard a5454f4  Markup changes. Mostly addition of code and note tags.
 discard 02e06d3  Rename method to java convention
 discard e079446  Remove code that is commented out.
 discard 1265f4a  Rename type to java naming convention and constrain it to subtypes of SubConfiguration
 discard d722dcc  Extract anonymous classes to nested classes, as they are quite long.
 discard 5eb9bc6  Add throws ConfigurationException to javadoc
 discard 232fd0b  Declare setGranularity as final since it is used from constructor.
 discard cfe024d  Spacepolice
 discard 86238a8  Correct (flip) sync/async usage of JMeterUtils#runSafe as noted by pmouawad.
 discard a1672d2  Improve javadocs
 discard b7f0eef  Bug 58786 - JDBC Sampler : Replace Excalibur DataSource by more up to date library commons-dbcp2 Bugzilla Id: 58786
 discard f6c2d77  Mention -?
 discard 1c02d6b  Happy new year 2016
 discard a9a2b39  Bug 58786 - JDBC Sampler : Replace Excalibur DataSource by more up to date library commons-dbcp2 Bugzilla Id: 58786
 discard 89a5e45  Make JMeterUtils#runSafe sync/async awt invocation configurable and change the visualizers to use the async version.
 discard 8e1a2c9  Correct instructions on running jmeter in help.txt. Contributed by Pascal Schumacher (pascalschumacher at gmx.net)
 discard dd64cd6  Extract a method for the complex decision logic, which sample should be written first in merge mode. Don't compare a boolean to true. Use it directly instead.
 discard 7d09687  Use constant.
 discard 1d054c9  Javadoc corrections and one rephrasing of an info-log string
 discard c37238c  Declare method setSampleComparator final, since it is used from constructor.
 discard 4080517  Remove unused import and reorder remaining import statements.
 discard b0d4ccd  Extract methods for temp dir management out of method generate
 discard a419bb9  Remove unused Map graphMap. It was only a local variable and it was only written to it.
 discard a3152bc  Extract a method to lessen the complexity of the method generate
 discard 4fb1824  Extract yet another method to reduce complexity of generate.
 discard fa2c9fd  Use addSampleConsumer instead of setSampleConsumer (same functionality). Reorder addition of Consumers.
 discard e8c46bf  Extract generation of Consumers out of the generate method to make it less complex.
 discard 2b76da4  Extract method to reduce complexity of method generate
 discard eb94d43  No need to declare throwing an exception, when we are in a non derivable method and are not throwing anything.
 discard ef1a53f  Javadoc corrections
 discard 6880653  Use Boolean.parseBoolean instead of doing the string compare ourself. Correct javadoc
 discard a9af1da  Make instance variable private.
 discard c4a0509  Change order of modifiers
 discard daaa3dd  Use constant instead of repeating the same string eight times.
 discard 137f596  Use non synchronized version StringBuilder instead of StringBuffer
 discard 11e1886  Fix NPE during recording Bugzilla Id: 57804
 discard 18e4dad  Bug 58165 - Show the time elapsed since the start of the load test in GUI mode Bugzilla Id: 58165
 discard 490bd3f  Delay variable declaration
 discard 9a6cbf0  Take into account PascalSchumacher  note
 discard 4c658f7  Bug 58236 - SSLException on protocol_version using HTTPS Bugzilla Id: 58236
 discard 8dac0f2  Bug 57110 - Fixed spelling+grammar, formatting, removed commented out code etc. Bugzilla Id: 57110
 discard 9d9dd5c  Bug 58782 - ThreadGroup : Improve ergonomy Bugzilla Id: 58782
 discard d06ab5b  Fix wrong change commited for Bug 58776 Bugzilla Id: 58776
 discard 0444dfd  Bug 58776 - Summariser should display a more readable duration Bugzilla Id: 58776
 discard 5828c52  Remove mention of ApacheJMeter.jar as it can be source of bugs. Mention only sh and bat
 discard 1749f04  Bug 58781 - Command line option "-?" shows Unknown option Bugzilla Id: 58781
 discard 58ee73b  Cleanup old versions changes in behaviour.
 discard 86ef06d  Clarify documentation to orient towards best-practices. Add missing samplers and remove deprecated ones.
 discard 58dfbac  Update command line options
 discard 8b158b5  Clarify documentation to orient towards best-practice. Cleanup old versions changes in behaviour.
 discard ec93a0d  Use menuchoice and code tags
 discard 2572cbe  No need to compare boolean to true, use boolean directly.
 discard d3a549f  Remove now unused class ArgumentNullException
 discard 097e17b  Use menuchoice, guimenuitem and note tags.
 discard 80a4132  Fix NPE if test fails one day
 discard fb6cf6d  Remove old code in tests
 discard 36daf15  Host is not initialized yet
 discard 487af7d  Bug 56358 - Cookie manager supports cross port cookies and RFC6265 Bugzilla Id: 56358
 discard f701268  Remove old code in tests Bugzilla Id: 57269
 discard 06267f2  No more need to Suppresswarning
 discard 4005ae4  Reference bugzilla Bugzilla Id: 58772
 discard 7828933  Bug 58772 - Deprecate MongoDB related elements Bugzilla Id: 58772
 discard 1c1f897  Followup to r1721332. Fix javadoc.
 discard d1174c8  Bug 57804 - HTTP Request doesn't reuse cached SSL context when using Client Certificates in HTTPS Bugzilla Id: 57804
 discard d406ca1  Replace ArgumentNullException with NPE by using Validate.notNull instead of checking for null by hand. Document the need for non null parameter. Use Validate.validState for state checking.
 discard 7735d32  Replace ArgumentNullException with NPE by using Validate.notNull instead of checking for null by hand. Document the need for non null parameter.
 discard a1be157  Replace ArgumentNullException with NPE by using Validate.notNull instead of checking for null by hand. Document the need for non null parameter
 discard 024021b  Replace ArgumentNullException with NPE by using Validate.notNull instead of null check with throw.
 discard 6c5df09  No need to explicitly compare to true for booleans.
 discard e113f91  Rename local variable that shadows instance variable sampleMetadata.
 discard bb35223  Variable stop is only used in debug log mode, so get rid of this normally unused variable by inlining the call to currentTimeMillis()
 discard 8306483  Remove null checks, where the usage would raise a NPE, use Validate.notNull otherwise. Document the need for non null parameter. Use Validate.validState.
 discard aeccb67  Use interface for variable declaration and remove code that is commented out.
 discard 05cdb18  Use interface for variable declaration. Remove null check and document need for non null parameter.
 discard 00b9e6a  Use Interface for variable declaration and rename variable so it doesn't hide the instance variable with the same name.
 discard 252f497  Change ArgumentNullException to NPE and document the need for non null parameter
 discard dbb9025  Remove null check and document the need for non null parameter
 discard b4154b9  Correct spelling of formatter.
 discard 63ca20c  Remove ArgumentNullExcption and document the need for non null parameters. If floatFormater is null, it will be replaced by the default formatter.
 discard 7b67b4a  Remove code, that was commented out.
 discard e73c78e  Use the boolean directly instead of comparing it to true.
 discard 66bc569  Use isEmpty to check for an empty list, since it can be implemented more efficiently than size().
 discard 5980710  Remove null check and document the need for non null parameter in javadoc.
 discard 8995b2e  Remove import statements, that were commented out.
 discard 4275cf0  Don't reassign parameter metadata.
 discard 54578d6  Rename variable as it hides the instance variable metadata.
 discard 4d3aa69  Remove null check for inputFile and document the need for non null arguments in the javadoc.
 discard 020c47c  Document the need for non null arguments in javadoc. Followup to r1721348.
 discard ba5920e  Replace ArgumentNullException with NPE by using Validate.notNull.
 discard 37a2c2a  Remove unused import. Followup to r1721339
 discard 8c58e7330 Remove check for null and document the need for a non null argument in the javadoc. The code will now throw a NPE instead of ArgumentNullException.
 discard 509a5fd  Remove unsused class variable.
 discard 1f68d25  Use Validate.notNull instead of ArgumentNullException
 discard 6ca19dd  Followup to r1720000. Add javadoc (especially deprecated tag) and rename parameter.
 discard cd2a920  Fix typo in bugzilla tag in changes.xml.
 discard 00980c7  Javadoc fixes in report package.
 discard 04bb24e  Bug 57319 - Upgrade to HttpClient 4.5.X Document why there cannot be any issue due to case difference on IGNORE_POLICY between HC3 and HC4 Bugzilla Id: 57319
 discard 7a718ec  Bug 58756 - CookieManager : Cookie Policy select box content must depend on Cookie implementation Bugzilla Id: 58756
 discard 9b7d007  Comment failing JUnit methods that are waiting for HTTPCLIENT-4.5.2
 discard 0fbc723  Update to slf4j-1.7.13.jar
 discard fa2390d  Bug 57319 - Upgrade to HttpClient 4.5.X Bugzilla Id: 57319
 discard df34536  Update to slf4j-1.7.13.jar
 discard d759239  Message for NPE has changed. We are not really interested in the exact wording, so ignore it.
 discard 9f972e2  * Remove Validate.notNull calls and document those requirements in the javadoc. * Add javadoc * Remove unused import statements * Inline variable rowLength, which was used only once
 discard ee7a8bb  Use a more descriptive variable name and point out, that the parameter must not be null.
 discard 12e3dac  Add Sample Timeout support It's cheaper to pass the sample to the methods; no need to use the context Bugzilla Id: 58736
 discard 37b1517  Unnecessary
 discard ff4fac9  Add Sample Timeout support Drop unused constant, now that the property is no longer used Bugzilla Id: 58736
 discard 30ed4da  Update to slf4j-1.7.13.jar
 discard c20ac20  Update to rsyntaxtextarea-2.5.8.jar
 discard f64c6cc  Update to jsoup-1.8.3.jar
 discard 8949d72  Update to json-smart-2.2.1.jar
 discard 1929382  Update to json-path-2.1.0.jar
 discard bcbefe2  Update to jodd-3.6.7.jar
 discard ab178ef  Bug 58736 - Add Sample Timeout support Ensure sampleEnded is called Drop property  JMeterThread.sampleStarted, users who don't want to use the feature won't add the Sample Timeout element Bugzilla Id: 58736
 discard 8ed300e  Add Sample Timeout support Use separate interface to avoid problems with RMI Bugzilla Id: 58736
 discard a388819  Removal of deprecation means warnings no longer needed
 discard 2f2c9b5  Update freemarker to 2.3.23
 discard 25d9c59  Update commons-net to 3.4
 discard 8423f9e  Update commons-collections to 3.2.2
 discard 268a6e2  Add missing override
 discard 1dc1f71  Bug 58729 - Cleanup extras folder for maintainability Bugzilla Id: 58729
 discard 65b1f36  git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1720696 13f79535-47bb-0310-9956-ffa450edef68
 discard c4ee848  Add linux version
 discard f5c005c  Add missing override
 discard e6a9b23  Remove deprecated as this method is used in new codes (Sample Timeout)
 discard fbf8827  Add Sample Timeout support Fix property name to match the one in jmeter.properties Bugzilla Id: 58736
 discard c0d95ac  Bug 58728 - Drop old behavioural properties Bugzilla Id: 58728
 discard 2786856  NL@EOL
 discard b8c4377  We can use flush on CsvSampleWriter instead of replacing the writer. Followup to r1720242
 discard a3b8393  Use Validate methods from commons lang3 and throw NPE instead of ArgumentNullException. Add test cases.
 discard 0250b5c  Add missing test resource for r1720229
 discard c2b69da  Simplify logic and add test cases.
 discard ca3e7bf  The combination of transient and final makes no sense. So make ResultHolder extend Serializable and remove the transient declaration.
 discard f2c455c  Keep exception cause. No need to declare throwing an exception on this non derivable class.
 discard 727c72d  Add trailing EOL
 discard e2045c9  Add default switch cases
 discard 2e7da77  Provide default switch case
 discard a77241e  Safer to check for null array and skip pre-check
 discard 4e95df0  Add Sample Timeout support Bugzilla Id: 58736
 discard 37af227  remove the double while in the tree traversal extract the sampler execution in a dedicated method #resolve #61
 discard 3bf05fb  add explanations remove commented code #resolve #60
 discard 2d90da1  Transaction Controller clarification : rename variables and methods to make it easier to understand #resolve #59
 discard bc3b1ef  Suppress generics warning
 discard 754276c  Unnecessary cast
 discard 97feaf1  Explicit boxing
 discard f0e7d07  Only used as a Double, so change the return type
 discard 4858648  Explicit unbox
 discard bb4422c  Use correct method to avoid unnecessary unbox
 discard 8c75be8  Better box fix
 discard 3fb4681  Fix boxing issues
 discard dc4d57d  Unused import
 discard 8ed82db  bug 52968 added a call to processSampler in order to mark the transaction sampler in error and generate the associated sampler result. Add an explanation for that and extract that code in a dedicated method to make clear that the triggerEndOfLoopOnParentControllers will not process any new sampler #resolve #56
 discard e71add5  Bug 58726 - Remove the jmeterthread.startearlier parameter #resolve #58 Bugzilla Id: 58726
 discard d1ee5c6  size can be an expensive operation on a collection, so use isEmpty instead.
 discard 7a5a4ad  Use local StringBuilder instead of global one.
 discard 88e9ab2  Check for not-null first, instead of waiting for the npe to happen. After that, there is no need to catch a npe just to throw it again.
 discard 460e743  Simplify getProperty. Log default value, even if it is null, since it would have been used in the old logic anyway.
 discard 16bec81  Use interfaces for variables. Conversion to for-loop.
 discard 0ff84a9  Followup to r1719699
 discard 833030f  Bug 58698: Correct parsing of auth-files in HTTP Authorization Manager.
 discard 9b320ed  Add license header to test file
 discard f8f0418  Use simple test case for FieldSampleComparator.
 discard a580669  Use Long.compare
 discard 4aecd33  Correct indentation.
 discard 6f2694b  Don't use ' == true' on booleans in if statements.
 discard 927c252  Change names of constants to upper case only.
 discard 9a57f1c  Correct mistake, that was introduced with r1719666.
 discard dc8bc0a  Methodnames should not start with upper case letter.
 discard 4a43d5f  Use more descriptive variable name.
 discard 1b28854  javadoc. Add description for param writeHeader.
 discard 7bfe04e  Inline variable, that is only used for debug output.
 discard d88ca7e  Don't reassign parameter, return result directly instead.
 discard 7846554  Method names should not begin with upper case.
 discard 3ddb120  Use vararg instead of array, to make method more flexible. Declare param final.
 discard a5c4ccc  No need to import from same package.
 discard 577b7a9  Remove autoboxing
 discard 365e8c9  Create target with checkstyle to avoid commiting files that do not respect formating rules
 discard f94d70e  Tab police, sir yes sir !
 discard 70c232d  Tab police, sir yes sir !
 discard 792cf12  Fix NPE
 discard 49949e8  Remove autoboxing
 discard fbb76cc  Remove autoboxing
 discard 698e23e  Remove autoboxing
 discard e073a71  Remove autoboxing, useless cast
 discard 1a4e2a2  Oups tab police
 discard 805abda  Avoir == false or ==true comparison in if
 discard dfb5e30  Fix issue reported by sebb Use property as default
 discard 0737dd1  #resolve #55
 discard fca74a0  Revert bug I introduced
 discard d30ebff  comment that file cannot be null
 discard 1864ba2  Check null if dir is invalid
 discard c82bb46  comment that file cannot be null
 discard 350bd04  Remove TODO by extracting local Pattern to statc class private instance. Pattern is thread safe.
 discard 909b81b  Use Java7 try with resources Close stream leak Remove commented code Fix synchro issue in comparison
 discard 2edc688  Use Java7 try with resources
 discard fd69ae8  Use Java7 try with resources
 discard b13b268  Add trivial test case for SampleMetaData toString method
 discard 6051d8c  Use StringUtils.join instead of hand coding it.
 discard 98cdc7e  Implement Closeable
 discard e2ef5eb  Use JOrphanUtils.closeQuietly Implement Closeable
 discard bac8a8b  Use JOrphanUtils.closeQuietly
 discard 9d1fec1  javadoc. Add return annotations.
 discard 06d8d77  javadoc. Add return annotation.
 discard 16448e6  Use equals for String comparison. Change order of operands to guard against null pointer dereference.
 discard 8ca6338  Add missing param isOverallSeries to javadoc.
 discard 7a03475  The usage of volatile indicates, that chunkedSampleCount and inputSampleCount gets accessed potentially by multiple threads. In that case the ++ operation is not safe to use. So switch to AtomicLong instead.
 discard 6d1953a  Fix addons.xml to use Java7 and documentations
 discard 722e6b5  Correct message format string. Add missing s to %.
 discard 5f11b5d  Document param sampleComparator
 discard dacb5c4  listFiles() can return null, so guard against that case.
 discard 1c0302a  There is no param isStrict in this constructor.
 discard c82a3a4  file might be not initialized here and most probably the param file was meant to be used.
 discard d5deb52  #resolve #54
 discard 69e4ddd  Bug 58679 Replace the xpp pull parser in xstream with a java6+ standard solution. Bugzilla Id: 58679
 discard bc13928  set eol-style to native and remove linefeeds
 discard 19ee830  whitespace police (reformat with eclipse)
 discard 361992e  Missing anchors
 discard 38f4326  Checkstyle jar does not belong in some checks
 discard 4bd5b00  Add download task for checkstyle (mainly for use by Jenkins)
 discard 188337f  +=NewlineAtEndOfFile
 discard e2b6ec6  Bug 58714 - Module controller : it should not be possible to add a timer as child #resolve #53 Bugzilla Id: 58714
 discard 305532a  #resolve #52
 discard fd754c5  #resolve #51
 discard 2a4e8d9  Add @Override
 discard 8a59efa  Tab police / fix indentation
 discard 458a6e2  Tab police / fix indentation
 discard 524fdae  +=EOL@EOF
 discard 700721c  Unnecessary casts
 discard f323e80  Always use braces
 discard 54c257e  OK not to have methods here
 discard 6ba9a06  Need config_loc
 discard c591e6b  Allow local suppression of checkstyle warnings
 discard 8ead28f  Add basic checkstyle suppressions file
 discard f321e6a  Must use braces around code blocks
 discard a82d8b7  update
 discard 9de6623  Don't deprecate this yet; it is still referenced
 discard c1690de  Tab police
 discard 5d1265c  Tab police
 discard 0235915  Redundant specification of type arguments
 discard d62d421  Spurious semi-colons
 discard 9afa2ac  Add missing @Override
 discard 7efac91  Generics
 discard 61c1856  Unused import
 discard 8aab1c75 #resolve #50
 discard 11f247c  No longer needed
 discard 4a0b834  Bug 58705 - Make org.apache.jmeter.testelement.property.MultiProperty iterable #resolve #48 Bugzilla Id: 58705
 discard 58c3ab6  #resolve #47
 discard 5da19ad  #resolve #46
 discard f85f57b  #resolve #49
 discard 307eff8  Bug 58653 - New JMeter Dashboard/Report with Dynamic Graphs, Tables to help analyzing load test results #resolve #42 Bugzilla Id: 58653
 discard 39672af  Bug 58699 : Workbench changes neither saved nor prompted for saving upon close #resolve #45 Bugzilla Id: 58699
 discard 427e448  #resolve #44 Thanks
 discard 101cf3f  #resolve #43 Thanks
 discard 567569e  Bug 58703 - STATUS file is outdated and should be removed Bugzilla Id: 58703
 discard 2009f05  Bug 58653 - New JMeter Dashboard/Report with Dynamic Graphs, Tables to help analyzing load test results Bugzilla Id: 58653
 discard d7ec658  Bug 58696 - Create Ant task to setup Eclipse project Tab police Bugzilla Id: 58696
 discard d440e9f  Bug 58696 - Create Ant task to setup Eclipse project svn eol Bugzilla Id: 58696
 discard ded72cb  Bug 58696 - Create Ant task to setup Eclipse project Bugzilla Id: 58696
 discard d43af4d  Rename Link and mention Git mirror repositories
 discard dd1c75b  Followup to r1708216. At least the output option is needed.
 discard d2b7d83  * Markup changes. Usage of menuchoice and code tags. * Correct a link to libraries for ActiveMQ and changed "active mq" to ActiveMQ. * Remove version number (3.0) from link to ActiveMQ.
 discard 08f7636  Bug 58693 - Fix "Cannot nest output folder 'jmeter/build/components' inside output folder 'jmeter/build' when setting up eclipse Change /bin to /classes to avoid deleting important files Bugzilla Id: 58693
 discard d6ba361  Bug 58693 - Fix "Cannot nest output folder 'jmeter/build/components' inside output folder 'jmeter/build' when setting up eclipse Bugzilla Id: 58693
 discard e7286d2  #resolve #38 #resolve #39 #resolve #40
 discard 103682a  Bug 58685 - JDatefield : Make the modification of the date with up/down arrow work Bugzilla Id: 58685
 discard 9e9e61f  Bug 58687 - ButtonPanel should die Bugzilla Id: 58687
 discard 17e54f9  Bug 58689 - Add shortcuts to expand / collapse a part of the tree Bugzilla Id: 58689
 discard cd0cd80  Markup changes. Usage of the newly add menu-tags and the older code and note tags.
 discard 2660543  Bug 58684 - JMeterColor does not need to extend java.awt.Color #resolve #37 Bugzilla Id: 58684
 discard 0d46b48  Bug 58681 - GraphiteBackendListener : Don't send data if no sampling occured #resolve #26 Remove useless test of metric.getTotal() Bugzilla Id: 58681
 discard 3af83c0  #resolve #34 #resolve #35
 discard e6adda1  Bug 58680 - Module Controller : ui enhancement #resolve #36 Bugzilla Id: 58680
 discard 5392884  Bug 58679 - Replace the xpp pull parser in xstream with a java6+ standard solution Bugzilla Id: 58679
 discard 2b8d3b2  Bug 58679 - Replace the xpp pull parser in xstream with a java6+ standard solution Bugzilla Id: 58679
 discard 752729b  Bug 58679 - Replace the xpp pull parser in xstream with a java6+ standard solution Bugzilla Id: 58679
 discard 64e81c1  Add new tags keycombo, keysym, menuchoice, guimenuitem and shortcut to the documentation stylesheets.
 discard e6169e8  Bug 58677 - TestSaveService#testLoadAndSave use the wrong set of files #resolve #33 Bugzilla Id: 58677
 discard d7ae83a  Bug 58426 - use DPI scaling of interface for high resolution devices Remove hard code size Bugzilla Id: 58426
 discard d77e253  Bug 58674 - module controller : it should not be possible to select more than one node in the tree #resolve #31 Bugzilla Id: 58674
 discard ddb2c9a  Bug 58673 - Module controller : when the target element is disabled the default jtree icons are displayed #resolve #30 Bugzilla Id: 58673
 discard 8137637  Bug 58675 - Module controller error message can easily be missed #resolve #32 Oups forgot to close PR Bugzilla Id: 58675
 discard 24d3497  Bug 58675 - Module controller error message can easily be missed Bugzilla Id: 58675
 discard cf3e8ef  Add markup. Use code tags.
 discard 4a7742e  Markup changes. Mostly code and source tags.
 discard fc9b0f1  Remove references to apache.org domains in examples to minimize accidental load on infrastructure.
 discard c6e8a50  Split tests so either can fail
 discard b456e50  Fix typo #resolve #close #29
 discard 1ea0a44  Followup to r1714469. Close BufferedReader on all possible paths. Plus space-police.
 discard 8b93693  Add @Override
 discard 60d52c1  Bug 57981 - Require a minimum of Java 7 Use Java7 resource management Bugzilla Id: 57981
 discard 9c66bb8  Ignore newline character when computing the sha1 sum of saveservice.properties.
 discard eccab46  Follow-up to r1714325. SHA1 sum was wrong, since I edited saveservice.properties just before I checked it in.
 discard 97047ff  Markup changes. Addition of code tags.
 discard 917c541  Change check for modifications of saveservice.properties from $Revision to sha1 sum of file.
 discard a914010  Display correct filenames, when they are searched by IncludeController
 discard 24b5f2d  Bug 58160 - JMS Publisher : reload file content if file name changes Bugzilla Id: 58160
 discard 66ee91a  Bug 58515 - New JSON related components : JSON-PATH Extractor and JSON-PATH Renderer in View Results Tree Add override Bugzilla Id: 58515
 discard 71070e0  Update URL
 discard 47f8af3  Updated to tika-core and tika-parsers 1.11
 discard 46096a6  Fix name
 discard 76ad6f2  Update Jodd license to Simplified BSD
 discard dfd271f  #resolve #28
 discard d5959ad  Oups! JSON libs Already inside. Bugzilla Id: 58515
 discard 6f28546  Complete the maven pom Bugzilla Id: 58515
 discard 4806c45  Format code and NON-NLS strings Bugzilla Id: 58515
 discard 3564345  Add @override tag Bugzilla Id: 58515
 discard 744ae4f  Space policy for ident (json libs) One more space for jodd Bugzilla Id: 58515
 discard e7095e3  Fix little issue on properties names for JSON libs Bugzilla Id: 58515
 discard 09d519a  Bug 58515 - New JSON related components : JSON-PATH Extractor and JSON-PATH Renderer in View Results Tree Mention donation Bugzilla Id: 58515
 discard 69a7064  Bug 58515 - New JSON related components : JSON-PATH Extractor and JSON-PATH Renderer in View Results Tree Update SaveService svn revision id Bugzilla Id: 58515
 discard 8930aa6  Bug 58515 - New JSON related components : JSON-PATH Extractor and JSON-PATH Renderer in View Results Tree Exclude from lib Add to aareadme.txt Bugzilla Id: 58515
 discard 194e69d  Bug 58515 - New JSON related components : JSON-PATH Extractor and JSON-PATH Renderer in View Results Tree Bugzilla Id: 58515
 discard eec7dde  #close #17
 discard 4a64313  #close #21
 discard be7c4cb  Bug 58406 - IfController : Use Nashorn Engine if available for JavaScript evaluation Make getInstance private Bugzilla Id: 58406
 discard 743f9ba  Bug 58406 - IfController : Use Nashorn Engine if available for JavaScript evaluation Apply same rules as for JavaScript function Bugzilla Id: 58406
 discard 57d3bb2  Bug 58477 - __javaScript function : Allow use of Nashorn engine for Java8 and upper versions Take into account sebb feedback Bugzilla Id: 58477
 discard ba1f89d  Fix end of tag location
 discard 95a1d70  Markup changes. Use definition list instead of unordered list.
 discard 22fa245  Markup changes. Use of code tag.
 discard c46fdca  Add missing # to javadoc link.
 discard df95068  Add a bit of description to javadoc parameters and add the misssing return description.
 discard 0a9a87a  Change usage of bouncycastle api in SMIMEAssertion to get rid of the deprecation warnings.
 discard ab0f075  Add test cases for SMIMEAssertion.
 discard b334c04  Remove the output and exclude options from the classpath entry for test/resources.
 discard 8be4d01  Add a keywordMap parameter when using the constructor of X500Principal.
 discard ae2bb24  Add a directory for resources used by tests/unit cases to classpath in the _test target and the eclipse class path.
 discard c909513  Layout the section-index in three columns when the page is printed.
 discard 7f854c6  Place screenshots of the control panel after the description. That is the same place as in the printable documentation.
 discard 8ef7589  Wrap lines after commas
 discard b813e36  Fix Property tables so central description column does not run into side columns
 discard 4cc3cec  Add missing ampersand to lt tag in example.
 discard 3829910  Not needed
 discard bcab3a2  Tweak
 discard 327883c  Bug 58477 - __javaScript function : Allow use of Nashorn engine for Java8 and upper versions Bugzilla Id: 58477
 discard af83d39  Bug 58406 - IfController : Allow use of Nashorn Engine if available for JavaScript evaluation Apply what has been discussed at: - http://mail-archives.apache.org/mod_mbox/jmeter-dev/201509.mbox/%3C55F9CB45.9040203%40internetallee.de%3E
 discard 8593430  Bug 58281 - RandomOrderController : Improve randomization algorithm performance Bugzilla Id: 58281
 discard 072d301  Typo Bugzilla Id: 58475
 discard 663c89f  JMS Read response field is badly named and documented Updated screenshot Bugzilla Id: 58465
 discard 2191c1f  JMS Read response field is badly named and documented Also clarified iterations field Bugzilla Id: 58475
 discard eb70be1  Just use the string length
 discard 19b995a  Duplicate (it is set again later)
 discard ecb39c6  Convert test names to camel case version. Patch by Graham Russell.
 discard a291f78  Covert name of local variable to camel case version. Patch by Graham Russell.
 discard f5d0c1f  Fix some mis-spellings. Patch provided by Graham Russell.
 discard f8f708e  Markup changes. Use code tags
 discard d956e2f  Document ldap ext sampler option 'Parse the search results?'
 discard 93fc66a  Bug 58453 - Null pointer exception when disabling Capture HTTP Headers Bugzilla Id: 58453
 discard e59174d  Tag 2.13
 discard 7de0f9a  Use the flag 'docs.force' to control the forced overwriting of css and image files
 discard ef015f7  Ignore generated keystore and certs. (Ignored by subversion, too)
 discard 6f15c69  Ignore jar files in lib for inclusion in git (In subversion they are excluded as well)
 discard 654e114  Correct usage of ">" in xml files. Changed => to "rArr" (rightwards double arrow), ">" to rarr (single arraw) when used as menu separator and to &gt; otherwise.
 discard 445f13c  Use 'less-than or equal' and 'greater-than or equal' entity.
 discard 8a06792  Mostly markup changes. Usage of code, source and example tags.
 discard d43dfa1  Mostly markup changes. Usage of code, source and example tags.
 discard b7ece8e  Mostly markup changes. Usage of code, source and example tags.
 discard 2806c72  Add a media section for print. This corrects a problem, that firefox will only display one page, instead printing all pages. It also hides the navigation, header and footer. As a small addition, it adds the .source class to the css for ".section  pre".
 discard 02eaf8c  Bug 58406 - IfController : Use Nashorn Engine if available for JavaScript evaluation Bugzilla Id: 58406
 discard ccfa83f  Explain why vars don't work for client-server filenames
 discard 215ed3f  Do the comparison in the test case, so failures are identified better
 discard b9adf59  Better doc for junit task; ensure tests are recompiled
 discard d155bb1  Mention contributor
 discard 239977f  Reference javadocs
 discard 5f0acd0  Reference javadocs
 discard bc4baf0  Improve error message if mongoDB is null
 discard 1988d40  Update windows jmeter start script to force a minimum of java 7. Thanks Andrey for reminding - again.
 discard 760aafc  Change background of pre/source elements to black and the font to orange. It seems to fit nicer into overall color scheme and look.
 discard 470c525  Update jmeter start skripts to force a minimum of java 7. Thanks Andrey for reminding.
 discard f98d00c  Definition title is <dt> not <dh>.
 discard 66d11c2  Minimum version of java is 7 now.
 discard ed8ae73  Whitespace changes from part 3 of the patches by Graham Russell.
 discard b5dfcd1  Convert to for-loops. Patch based on part 3 from Graham Russell. Contains a few whitespace changes.
 discard 9963f55  Use Collections#addAll instead of adding elements by hand. Part of patch (part 2) from Graham Russell.
 discard d3cbd58  Whitespace police. Part of patch (part 2) from Graham Russell.
 discard a5af4e2  Convert to for-loop. Based on Patch part 2 from Graham Russell. It contains one renaming of a local variable from laf to a menuItem and a bit of white space policeing.
 discard f32b355  Fix up version
 discard 50d542b  Remove all InterruptTimer changes Using a branch instead
 discard c30e352  Remove tab in the AL header; trim trailing spaces/tabs
 discard 0a22f72  Use typed methods such as setInt, setDouble, setDate ... for prepared statement #27
 discard c51a4c0  Fix typo and clarify one field
 discard faa515b  Return to tabs
 discard 04918d4  Change tab to 4 spaces. (and test the git-svn util)
 discard cb2676e  Comment was in the wrong place
 discard f7e9584  Add interrupt Timer Ensure threads are created as daemons Add some extra debug info Bugzilla Id: 58299
 discard 1942038  Update the FILEVERSION
 discard 1ee967f  Add French localization for the new Interrupt timer (and littel alphabetical ordering in the keys) Bugzilla Id: 58299
 discard 1a2dce1  Add interrupt Timer Bugzilla Id: 58299
 discard 07cb98c   Make existing Java Samplers implement Interruptible Bugzilla Id: 58300
 discard 843f90c  Overridden method is synchronized
 discard a76cec2  Unused import
 discard 3098520  Explicit box/unboxing (compiler warning found some bugs)
 discard 890846f  Inline; avoids resource leak warning (we don't want to close it here)
 discard 253955d  Inline; avoids resource leak warning (readResponse closes its input)
 discard 04295b2  Require a minimum of Java 7 Redundant specification of type arguments Bugzilla Id: 57981
 discard 7f030a0  Unnecessary casts
 discard f2283a4  SOAP/XML-RPC Sampler file browser generates NullPointerException Bugzilla Id: 58293
 discard 0b48e23  Unused import
 discard 31c97c9  Replace old style for loops. Patch contributed Graham Russell.
 discard 00ea53d  Update to latest Maven Deploy plugin
 discard d538656  Add a bit of dev info
 discard c511711  Convert to for loops. Patch by Graham Russel.
 discard 27a983c  Remove log statements, that were commented out. Part of a patch about converting to for loops by Graham Russel.
 discard 4115326  Add javadocs. Part of a patch by Graham Russel about converting to for loops.
 discard f70db7b  Use interface instead of actual implementation for List/ArrayList where possible.
 discard b35ee9c  Use interface instead of actual implementation for Set/HashSet where possible.
 discard 384f2d9  Use varargs for Arrays#asList instead of creating an String array explicitly.
 discard cec5c40  Remove explicit types. Patch from Graham Russel.
 discard e77a740  Use the port from a given host header, if available.
 discard 9ec7734  Markup changes. Mostly code, source and note tags.
 discard 533d34c  Simplify - let the outer try block catch the exception Log the exception string
 discard 5a2c0ab  Explain
 discard ae556f9  There is no "method" field in the HTTP Request Defaults gui, so don't document it, but there is a "Content encoding" field.
 discard 7bf2d19  Remove localization lines in the keystore doc passage, that were probably a leftover from r1552423.
 discard 8b5746a  Markup changes. Use code tags.
 discard 3356c88  Remove doubled words in documentation
 discard b2dc9bd  spelchack
 discard c011fae  Markup changes. Use code and source tags.
 discard 8345d82  Tidy up Shorten line lengths
 discard 673c88f  Don't log the classpath twice
 discard 2295a6c  Add fix for Maven 3.3.x breaking change
 discard 08a91c4  More informative warning if an error occurs
 discard fadf499  Markup changes. Use hellip entity instead of '...'. Add code and em tags.
 discard c3f2111  Markup changes and addition of explanation for the examples given in __StringFromFile documentation.
 discard acbf56e  Markup changes. Use rarr entity instead of '->'.
 discard 777b9b5  Move '.' inside the code tag, where it belongs and mark up the locale 'fr' as code.
 discard 8487bbe  More spellchecking.
 discard f3e2fa9  Followup to r1677049. As the rarr html entity is utf-8, convert the printable docs to utf-8, also.
 discard 194e7e5  Spelling (missed by hunspell)
 discard 9c3458e  Fix some typo (found by hunspell tool)
 discard e0744d2  Correct double "the"s.
 discard 3606b36  Markup changes. Usage of code, note and dl tags.
 discard 7f63b5c  Markup changes. Add code and p tags.
 discard fb194b9  Updated to tika 1.10
 discard 2952de3  JMeter hang when testing javasampler because HashMap.put() is called from multiple threads without sync. Bugzilla Id: 58209
 discard 11eb488  Replace zifile (deprecated) by destfile
 discard ca47336  Space policy to ident
 discard b657df9  Updated to commons-pool2 2.4.2
 discard c6736fa  Bug 58137: Warn about urls that had to be escaped. Bugzilla Id: 58137
 discard 7f66acc  Bug 58137: Don't escape file protocol urls Bugzilla Id: 58137
 discard c770ecf  Space police
 discard c16225d  Fix some javadoc (v7) warning
 discard c350690  Bug 58013 - Constants for ssl protocols differ for smtp and smtp.
 discard 092f200  Bug 58137 - JMeter fails to download embedded URLS that contain illegal characters in URL (it does not escape them) Bugzilla Id: 58137
 discard 36b1415  Bug 58137 - JMeter fails to download embedded URLS that contain illegal characters in URL (it does not escape them) Bugzilla Id: 58137
 discard f22dd60  Do not cache http samples that have a Vary header.
 discard ade7ec1  Unused import
 discard fa641c8  Also log if system property is undefined
 discard d1b854c  Document JSR223 Assertion, Timer, Pre and Post Processor Document Compilation cache key
 discard c5a2bc4  Document JSR223 Sampler and JSR223 Listener
 discard e05c92d  Fix bad commit
 discard 415d57c  groovy has moved
 discard 3d22081  Codehaus is closed now
 discard 8d5d215  Fix links
 discard e9cad16  Fix links
 discard 3834b50  Update xmlgraphics-commons-2.0.1 from 1.5
 discard 74f08e7  Update the link to the license of RSyntaxTextArea
 discard 8e7eff2  Update slf4j-api-1.7.12 and slf4j-nop-1.7.12 from 1.7.10
 discard 8c4fbef  Update rsyntaxtextarea-2.5.7 from 2.5.6
 discard 8750dc1  Add task for update of library
 discard e7a1d51  Update jsoup-1.8.2 from 1.8.1
 discard 78962c3  Updated to jodd-3.6.6.jar (from 3.6.4)
 discard 1668589  Update rhino from 1.7.R5 to 1.7.7
 discard c54cf04  Upgrade commons-lang3 from 3.3.2 to 3.4
 discard 9a68dfe  Bug 58122 - GraphiteBackendListener : Add Server Hits metric This resolves #26 Bugzilla Id: 58122
 discard b8ad497  Bug 58100 - Performance enhancements : Replace Random by ThreadLocalRandom
 discard b12b78c  Bug 58100 - Performance enhancements : Replace Random by ThreadLocalRandom Bugzilla Id: 58100
 discard f77c586  Name Embedded downloader threads
 discard 38231be  Add log
 discard b05966d  Clarify possible commands
 discard f5fb802  Strip [] from the name 'args' since it is not part of the name and might be confusing. The fact, that it is an array, is already mentioned in the description.
 discard 2689c70  Markup changes. Add code tags to sampleEvent and sampleResult vars
 discard 811c0b5  Mostly markup changes. Usage of code, source tags. Converted ul to dl and wrote out Minimum and Maximum instead of having only the endings to complete the abbreviations.
 discard 464e78a  Add spaces around catch clause alternation operator
 discard 1539cd1  Update documentation of save service properties
 discard 86f6e97  Document print_field_names
 discard 40a3594  Unused imports
 discard f5aa585  JMeter needs GUI support on Linux server builds
 discard 7427b9d  Java7 multiple exception catching
 discard 643cbeb  Java7 multiple exception catching
 discard b6445af  Java7 multiple exception catching
 discard 88448a8  Java7 multiple exception catching
 discard 8b8cadd  Java7 multiple exception catching
 discard 5a1890f  Java7 multiple exception catching
 discard 9caa401  Java7 multiple exception catching
 discard 629b069  Java7 multiple exception catching
 discard 9971983  Java7 multiple exception catching
 discard 865ff5a  Java7 multiple exception catching
 discard 8f68082  Java7 multiple exception catching
 discard 91af83e  Java7 multiple exception catching
 discard 6582370  Java7 multiple exception catching
 discard 4c8e2ce  Remove useless catch
 discard b6241a9  Clarify documentation as per http://mail-archives.apache.org/mod_mbox/jmeter-user/201506.mbox/%3CCAPJQzCat0FkbJOWf3UwNiYs29Ybtp_w%3Dkx%2B%3DxrDvV5AchCp1kg%40mail.gmail.com%3E
 discard 7864ebb  Java7 multiple exception catching
 discard e9ec7ed  Markup changes. Addition of code tags and usage of dl instead of simple ul.
 discard f53e018  Java7 multiple exception catching
 discard 43a195f  Java7 multiple exception catching
 discard 4596f17  Java7 multiple exception catching
 discard 0def000  Java7 multiple exception catching
 discard e7ddb10  Don't troncate to int a long
 discard b9d6fea  Java7 multiple exception catching
 discard c9fe323  Remove useless code
 discard c8369ea  Java7 multiple exception catching
 discard 4d6928f  Add more infos on errors
 discard d2abacf  Remove useless code
 discard 800f04a  Java7 multiple exception catching
 discard 64c4f8c  Java7 multiple exception catching
 discard 5744875  Updated to tika 1.9
 discard 417d638  Markup changes. Usage of code and note tags.
 discard d371bce  Markup changes. Usage of code and source tags. Introduction of right arrow (rarr) entity to indicate menu usage.
 discard 43857af  Mostly markup changes. Added one missing word "condition" and changed fileName to Filename (to be consistent with screenshot and parameter description).
 discard a388ceb  Initial stab at gitignore file
 discard 55aa1ce  Tree View Listener should show sample data type Bugzilla Id: 58041
 discard ca3cc5a  Javadoc for dataType field
 discard 47ec7c6  SampleResultConverter should note that it cannot record non-TEXT data Fix up test data Bugzilla Id: 58033
 discard 3a8a24e  SampleResultConverter should note that it cannot record non-TEXT data Fix up test data Bugzilla Id: 58033
 discard 769da52  SampleResultConverter should note that it cannot record non-TEXT data Ensure that JavaSampler response is always text Bugzilla Id: 58033
 discard 8698776  Bug 58016 - Error type casting using external SSL Provider Bugzilla Id: 58016
 discard d8cabe1  Ignore backups from local testing
 discard eaf414f   SampleResultConverter should note that it cannot record non-TEXT data Bugzilla Id: 58033
 discard c9e6eee  Typo
 discard aa399a4  Minor doc tweaks
 discard b27a76e  Bug 57956 - The hc.parameters reference in jmeter.properties doesn't work when JMeter is not started in bin Rollback and fix differently. Bugzilla Id: 57956
 discard 8945b1c  Bug 57956 - The hc.parameters reference in jmeter.properties doesn't work when JMeter is not started in bin Bugzilla Id: 57956
 discard ca05ed8  Bug 54586 - View Results Tree : HTML view fails to display html page that contains frameset with px due to Java bug JDK-8031109 Bugzilla Id: 54586
 discard 2452406  Bug 57221 - Aggregate Graph : Bad display of Graph under Java 7u71 up to Java 8u25 due to bug JDK-8065373 Bugzilla Id: 57221
 discard 051f7b4  Bug 57981 - Require a minimum of Java 7 Bugzilla Id: 57981
 discard 9b65e77  Markup changes. Usage of code, source and example tags. Added a few p tags to and use a definition list.
 discard 0f6608d  Mostly markup changes. Usage of code tags, addition of paragraphs and correction of one typo.
 discard 49d17f3  Mostly markup changes. Usage of code tags and correction of one typo.
 discard 8915110  Bug 57269 - Drop org.apache.jmeter.reports package Remove broken code Bugzilla Id: 57269
 discard c0f8449  Bug 57269 - Drop org.apache.jmeter.reports package Remove broken code Bugzilla Id: 57269
 discard 5a0a7d1  Bug 58013 - Enable all protocols that are enabled on the default SSLContext for usage with the SMTP Sampler.
 discard f4e9630  Bug 57913 - Automated backups of last saved JMX files Only backup file, if it exists (otherwise we get an exception on first save of a file).
 discard 731f1b6  Markup changes. Usage of code-tags and definition lists.
 discard fdebce4  Markup changes. Usage of code-tags, note and definition lists. Align spelling of "Attach file(s)" with screen shot.
 discard f0baf88  Markup changes. Use of code-tags. Clarify usage of jmeterengine.threadstop.wait
 discard ed779b6  Markup changes. Usage of code-tags.
 discard 8163b91  Be consistent with spelling of JUnit.
 discard 27cecad  Markup changes. Usage of code-tags, source and definition lists.
 discard b95a96e  Apply changes from 1682601 (docs 2.13) Drop the 3rd party references in favour of the Wiki
 discard 371a4e5  Avoid serialVerUID warning
 discard 4e9db87  Tweak docn
 discard ed07a04  Bug 57913 - Automated backups of last saved JMX files Add related properties to jmeter.properties Bugzilla Id: 57913
 discard c5c7a15  Markup changes. Usage of code-tags and definition lists.
 discard 66065c5  Markup changes. Usage of code-tags and definition lists.
 discard 8ffc668  Markup changes. Usage of code-tags and definition lists.
 discard d56d7d0  Bug 57995 - Use FileServer in HTTP Request files
 discard 66e7d4f  Bug 57988 - Ability to add elements to tree with hotkeys
 discard 69011d2  Tab police
 discard 8245b39  Unnecessary whitespace
 discard 240f8df  Update to Java 7 Can now use Multi-Catch Bugzilla Id: 57981
 discard 7242697  Update to Java 7 No need to check for earlier version of keytool Bugzilla Id: 57981
 discard 7ab4983  Unused
 discard b788bf3  Unused
 discard 4f6829b  Update to Java 7 ThreadLocalRandom now part of JVM Bugzilla Id: 57981
 discard 9cbf9bf  Update to Java 7 JComboBox is now generic Bugzilla Id: 57981
 discard 58b1c6e  Don't create another empty string array ...
 discard c0e4517  Require a minimum of Java 7 Fix build file Bugzilla Id: 57981
 discard c6bbdbd  Update to pool 2.4.1
 discard d3780fd  Add docs.force property to force documentation to be rebuilt
 discard df5a2cc  Add fix for BZ 57921 to changes.
 discard da27f2a  Bug 57921 - HTTP/1.1 without keep-alive Connection response header uses infinite keep-alive and fails Bugzilla Id: 57921
 discard 416e0e3  Extending page is not under usermanual folder
 discard 9886941  Don't include Javadoc files in html fixes for docs-site
 discard 5bb078e  Mostly markup changes. Usage of code-tags and definition lists. Line up spelling of NoDelay in the properties with the screenshot.
 discard b2c2c7b  Use no background for code tags, and change the text to a bold brown one. That way the code tags will be clear to see, but not disrupt the overall picture that much.
 discard 7f0c916  Markup changes. Added a few code tags and added a definition list.
 discard 0b68ba1  Bug 57928 - Add ability to define protocol (http/https) to AccessLogSampler GUI This closes #14 Bugzilla Id: 57928
 discard f57ca05  Bug 57913 - Automated backups of last saved JMX files Bugzilla Id: 57913
 discard 8468cfd  This commit closes #12 (which has been fixed in previous commit)
 discard df797a2  Use a menu bar on top for middle sized displays (600px to 1000px wide). Use orange for links instead of the default which is blue in most browsers.
 discard e96a4ad  Markup changes. Mostly code- and source-tags. One complink and one case of lowercasing of compiled.
 discard 930b787  Correct typos. Missing 'r' in your and lowercase 'caching'.
 discard 7dfae3c  Code markup. Mainly code-tags
 discard ce226da  Markup changes. Mainly addition of code-tags and usage of dl for enumerations
 discard ffbca99  Use code-tags for markup
 discard 0ffee04  Use rarr (right arrow) entity to show menu path
 discard 67ef3cd  Markup changes. Use dl for enumeration of escaping examples and use code-tag for an empty value
 discard 153ae39  Markup changes. Mostly code-tags.
 discard 6c47a0f  Revert commit r1675003 (Tabs to Spaces)
 discard 81b0626  Correct a few typos
 discard 25f52ea  Document Java method used
 discard 3714732  Use sup tag for 1st, 2nd, 3rd and n-th.
 discard 0d79039  More typos
 discard 8867712  More typos
 discard 9130d5d  Correct a few typos.
 discard cf17e17  Another followup to r1676601. More html entities, that need to be unescaped since r1674583.
 discard f75a6b6  Followup to r1676601. More html entities, that need to be unescaped since r1674583.
 discard 56705d3  Since amp-entities are not removed anymore since r1674583, we have to define the trade-entity and use it directly.
 discard 081ed08  Markup changes (mostly code tags and unordered list to definition list). A bit of space police and a few typos (is -> it).
 discard e28179c  More spelchacking
 discard 0f853b7  Re-insert parentheses, that the spelchack of r1676340 accidentally removed.
 discard 2498ee0  Spelchack
 discard bc04955  Markup changes. Use code and source where &lt; or &gt; entities are used. With code and source blocks we don't have to escape them.
 discard 98f6932  Try to detangle lists, tables and other block structures with paragraphs. Paragraphs must not contain any block structures. Replace a few pre blocks with source blocks.
 discard 87452ca  Rephrase and (hopefully) clarify the usage of the ldap sampler.
 discard c11750a  No space before colon and add a few colon to make usage more consistent.
 discard 646d263  Correct nesting of li and ol tags.
 discard 3bc29eb  Reformat. No functional change
 discard b39daf2  Markup changes (mainly use of code).
 discard a889e9a  Add code as a macro to the printable vsl. Correct the usage of entities by explicitly using source instead of pre tag.
 discard 1b5f1e4  Don't call sampleEnd twice in HTTPHC4Impl when a RuntimeException or an IOException occurs in the sample method.
 discard 3f71334  Markup changes (mostly code and complink)
 discard ca7e125  Markup changes (mostly code and source).
 discard 4ca46d4  Markup changes (mostly note and code). Changed a few numbers lower twelve to their corresponding word.
 discard e56abaa  Markup changes (usage of code and note mostly) and one typo (defate -> deflate)
 discard 8298bdd  Tabs to Spaces
 discard 58dc91f  Updated to Apache commons-math3 3.5
 discard cd1f6e3  Sync some versions & add some missing
 discard eda6c47  Updated to Apache Tika 1.8
 discard 320d7c3  Define a doctype with html entities in the new xsl-stylesheet and use the entities. Because of this change, we don't need to remove superfluos &amp; anymore.
 discard f74cdcc  Mentions new Webservice tutorial to encourage use of HTTP Request
 discard a607bf4  Improve documentation of Save_Responses_to_a_file component : - Screenshot - Missing doc of Minimum Length of sequence number
 discard 5359ead  Bug 57731 - TESTSTART.MS has always the value of the first Test started in Server mode in NON GUI Distributed testing Bugzilla Id: 57731
 discard 75a0689  Remove duplicate bug entry and correct xml format.
 discard ceb9998  Bug 57806 - "audio/x-mpegurl" mime type is erroneously considered as binary by ViewResultsTree Bugzilla Id: 57806
 discard 1973d9e  Bug 57821 - Command-line option "-X --remoteexit" doesn't work since 2.13 (regression related to Bug 57500) Bugzilla Id: 57821
 discard c2d3c22  Bug 57825 - __Random function fails if min value is equal to max value (regression related to 54453) Add Unit Test Bugzilla Id: 57825
 discard aea1b7a  Bug 57825 - __Random function fails if min value is equal to max value (regression related to 54453) Bugzilla Id: 57825
 discard 19e0286  Addition of javadoc
 discard bf9e9e4  Change entry to bugfix instead of improvement.
 discard 600794c  Aie! a missing r in subscribe. sorry for the spam.
 discard 3201cc3  Add one space before parenthesis.
 discard b5f9182  Add email addresses to send message in user&dev list Missing  "un" before unsubscribe word in dev list Add bugzilla link
 discard 07d302b  Fix broken XML
 discard 17c146d  Add a lot of missing release of JMeter in doap file. Some dates are estimate by date of jmeter jar file (release date isn't in the archive)
 discard 38416c1  * More code markup changes * Spacepolice * Add a link to the debug sampler component reference
 discard 6b4b2b0  Omit exptected error messages while running tests.
 discard d37a935  Change links to bugzilla to the new domain name (bz.apache.org)
 discard 00cead8  More code markup changes
 discard d20d161  Link to the sha checksums on the download page.
 discard 2f0cd61  Next release will be 2.14, so change the SNAPSHOT version accordingly
 discard 1758e7d  Don't fail on long strings in JSON responses when formatting them.
 discard 9fe8764  * Markup changes. Use note block instead instead of font styling.   Change pre to source and markup a few code fragments. * Add reference to "ant -p" to see the possible ant targets. * Add a link to the wiki (was already mentioned)
 discard 4863ebe  Other pages omit the .0 for the first section, so do it here too
 discard f39f2fb  Markup changes. Use code for code like text fragments. Use definition lists where apropriate and split source blocks.
 discard 8168741  Correct markup. Code is for spans and source for blocks.
 discard eb58adc  Markup code fragments
 discard 994d6f4  Markup code fragments
 discard 5eda7f7  Markup code fragments
 discard 441e535  Markup code fragments
 discard 3a02e4c  Markup code fragments
 discard f2c6e70  Bug 57696 - HTTP Request : Improve responseMessage when resource download fails Oups : Fix test failure Bugzilla Id: 57696
 discard bdb3322  Markup code fragments
 discard 6458994  Remove spaces between text and questionmarks, so that line breaks will be correct.
 discard e97ab53  Bug 57696 - HTTP Request : Improve responseMessage when resource download fails Bugzilla Id: 57696
 discard e19562d  Bug 57734 - Maven transient dependencies are incorrect for 2.13 Bugzilla Id: 57734
 discard 5946755  Start new version
 discard ba0e5f7  Add more infos on startup
 discard e465ca3  Generate id attributes for subsections, so that they can be used as link destinations.
 discard 6b1d77d  Fix typo
 discard f4ee27a  Minor changes in the documentation. (This closes https://github.com/apache/jmeter/pull/15)
 discard 0340b9b  Fix some issue with numbering since the realtime results section have been added.
 discard d6ff508  Fix test failing after switching to the new web site layout (new-style.css instead of style.css).
 discard 9d70576  JMeter 2.13 release
 discard 295fb99  Correct navigation for iOS. iOS ignores hover class for elements which have no listener, so we just add one.
 discard cc43eff  Prepare next release 2.13: update docs tree and overview (RC2) - localising correction)
 discard 89af757  Fix the fix for localising page. Bugzilla Id: 53764
 discard 60cf5d3  Fix an issue for subdirectories containing xdocs xml files, which are not generated by the xslt subtask (missing **/ in include attribute) Restore the localising page Bugzilla Id: 53764
 discard 0dd4295  Streamline the markup a bit
 discard c1b0e11  Mention Maven
 discard bc647f4  Generate html for localising directory, even if it is not directly linked.
 discard 809541f  Remove localising file (html version)
 discard c54eb96  Prepare next release 2.13: update docs tree and overview (RC2)
 discard ca6019e  Update some screenshots
 discard 2a971f0  Update toolbar screenshots for a better view of the differences with the new css style
 discard c732984  Use smaller ad banner for apache. Correct margins and width for smaller devices.
 discard 4ad7f0c  anchor attribut seems mandatory for subsection balise Bugzilla Id: 53764
 discard a527a57  Add new-style.css in svn control Bugzilla Id: 53764
 discard d015edd  Use subsections instead of a table for mailing lists.
 discard 97ad527  Use yet another font for headers
 discard cf577ea  Try to make the header as small as possible. It could be that the apache ad will get cut off, if the ad uses the full height
 discard a0689a4  Typos
 discard e85a303  Scrollbars for iframes have to be hidden using old attributes, as it seems
 discard 0e9c429  Use source for block style code fragments and dl for definitions/descriptive lists
 discard a04d765  Use figure element instead of a div and change anchors using name to id (where possible)
 discard c492ded  Clarify titles
 discard 851ed03  Improve changes
 discard 9e6a24e  Update index
 discard ad04e9e  Add a section on jmeter properties management
 discard f82a643  Improve changes
 discard 33c0179  Update broken links . Should we copy/paste here the OrO pages in attic as they are not available online ?
 discard 42278f5  JMeter allows testing not only webapps
 discard 244eab3  Alt-text for icons in menu
 discard 8d5926d  Add alt-texts to images in screenshots and figures
 discard 783ca48  Less space for the header and use another font for the headings.
 discard 33d2508  Make it more up to date. Add plugins section. Remove "What other products are there ?" section as it is far from being accurate and seems out of scope.
 discard a5ccc02  Typo Update some infos Try to encourage version migration.
 discard 730721d  Clarify as much as possible some steps. Fix wrong command line options. Discourage some usage
 discard 633e9cc  Fix wrong command line option (-Z does not exist)
 discard 8479c8d  typo
 discard 58c62b0  Fix sample attribute name
 discard af30f7a  Bug 53764 - Website : Create a new style for website Bugzilla Id: 53764
 discard b8d09ad  Small markup cleanup in docs.
 discard 97a9c2e  Bug 53764: New layout for the website.
 discard 8e7e409  Remove mention of collectD
 discard e0cd1ea  Fix error in BackendListener doc Remove mention of collectD
 discard 54ae3bf  Duplicate line (remove it)
 discard ac1bb16  Clarify change
 discard 30db986  Update Indexes and some documentation (active mq)
 discard 31ddef2  Add black border line
 discard 4289176  Update SOAP Webservice tutorial
 discard b8592b4  typo
 discard fbb4fba  Refresh a bit presentation
 discard 3f2be48  Refresh a bit presentation
 discard 4c94e6b  Add note on performance
 discard 0e281a1  Add New and Noteworthy sections for connect time and retry behaviour
 discard 3b5b149  Add screenshots
 discard 0e7f547  Make column name clear
 discard f841db1  Bug 57246 - BackendListener : Create a Graphite implementation Add metrics for ok, ko, all responses. Rename metrics for shorter names
 discard 4afa55c  Update images size Reference realtime-results.xml documentation
 discard 4f09654  Update images size
 discard 5d7eca0  New screenshots
 discard cc0093a  Add the new realtime-results.html page under svn control
 discard db21015  fix missed changes in changelog
 discard 326e2b6  Prepare next release 2.13: update docs tree and overview (RC1)
 discard a277d27  Bug 56376 - When using Distributed Testing 'HTTP URL Re-writing Modifier' and 'HTML Link Parser' do not work with default mode nor stripping modes Add note Bugzilla Id: 56376
 discard c04e99d  Reorganize a bit the document and fix some typos
 discard 2b4d39b  Remove redundant null check as per sebb note
 discard ed393ec  Bug 57246 - BackendListener : Create a Graphite implementation Add screenshots Bugzilla Id: 57246
 discard c7f37b2  Bug 57246 - BackendListener : Create a Graphite implementation Document Graphite backend configuration Bugzilla Id: 57246
 discard 82d25d9  Add New and Noteworthy section for the next release (2.13)
 discard 2a7147c  Bug 57246 - BackendListener : Create a Graphite implementation Threads min/max inversion Bugzilla Id: 57246
 discard db912e2  Avoid useless boxing
 discard c3ad10a  Use better iteration way
 discard 27d53ad  Make class static, no need for inner
 discard a166cb0  Check delete result
 discard 1eb0a1e  Typo
 discard 09b7c38  Document why writer/stream is not closed
 discard ebd0e8e  Remove useless check
 discard cc3c968  Ensure close always occurs
 discard 87a9949  Typo
 discard 7e17a63  remove word 'plugins'
 discard b9fb22b  Make message clear Index: 0, Size: 0
 discard 9689332  Links to private methods are not allowed in public javadoc tags
 discard c6414d7  Fix a few javadoc warnings
 discard d06fdb3  Bug 57269 - Drop org.apache.jmeter.reports package Bugzilla Id: 57269
 discard b8f0c7f  Bug 57648 - TestFragment should be disabled when created Update docs Bugzilla Id: 57648
 discard 5321faa  Bug 57648 - TestFragment should be disabled when created Bugzilla Id: 57648
 discard 61030cb  Fix Workbench documentation
 discard 7c27252  Reorganize (only a proposal)
 discard 1003b90  Open link in new window
 discard dcf913a  Mention Github mirror. Clarify some doc
 discard d012896  Remove direct link to Localsation (anybody really reads this ?) Add like to Get started (which contains precious information for beginners and non beginners (command line options))
 discard 1862e46  Clarify some docs Reorganize Fix wrong title for Proxy
 discard 4ba9ef7  Mention eclipse.readme
 discard 4b62bc5  Fix bad practice
 discard beb5efe  Update slf4j 1.7.10 from 1.7.5
 discard aaf280e  Update rsyntaxtextarea-2.5.6 from 2.5.3
 discard 20addfc  Update rhino-1.7R5 from 1.7R4
 discard 5172812  Update junit-4.12 from 4.11
 discard ba8bb8c  Update jodd 3.6.4 from 3.6.3
 discard a765953  Oups
 discard d65be42  Update dnsjava-2.1.7 from 2.1.6
 discard 25ddc60  Update commons-pool2-2.3 from 2.2
 discard 09f9062  Update commons-math3-3.4.1 from 3.4
 discard e5ac455  Update commons-codec-1.10 from 1.9
 discard c999961  Reorganize document as per mailing list discussion
 discard b48d5e1  Upgrade to xstream-1.4.8 (change version in svn ignore)
 discard 70e40a1  Bug 48799 - Add connect time to output metrics (missed setSample)
 discard 1bbf827  [Bug 57605] When there is an error loading Test Plan, SaveService.loadTree returns null leading to NPE in callers Retain backward compatibility as per sebb note Bugzilla Id: 57605
 discard e1afb47  Correct typo
 discard 7695773  Bug 57613 - HTTP Sampler : Added CalDAV verbs (REPORT, MKCALENDAR) Bugzilla Id: 57613
 discard c611a8c  Bug 57613 - HTTP Sampler : Added CalDAV verbs (REPORT, MKCALENDAR) Bugzilla Id: 57613
 discard df5a0d8  Bug 57608 - Java version check in bin/jmeter script in 2.12 fails on Solaris 10
 discard 9902205  Bug 57607 - Constant Throughput Timer : Wrong throughput computed in shared modes due to rounding error Bugzilla Id: 57607
 discard c53b681  Upgrade to xstream-1.4.8
 discard 80f6e18  Bug 57605 - When there is an error loading Test Plan, SaveService.loadTree returns null leading to NPE in callers Bugzilla Id: 57605
 discard a95fd01  Bug 57606 - HTTPSamplerBase#errorResult changes the sample label on exception Bugzilla Id: 57606
 discard 90dbcb0  Bug 57561 - Module controller UI : Replace combobox by tree Bugzilla Id: 57561
 discard 14951ac  Add incompatible changes
 discard df89b86  Bug 57514 - Aggregate Graph, Summary Report and Aggregate Report show wrong percentage reporting in saved file Bugzilla Id: 57514
 discard 45bbefe  Bug 57579 - NullPointerException error is raised on main sample if "RETURN_NO_SAMPLE" is used (default) and "Use Cache-Control / Expires header..." is checked in HTTP Cache Manager Bugzilla Id: 57579
 discard 325a632  Bug 57586 - HttpTestSampleGui: Remove interface ItemListener implementation Bugzilla Id: 57586
 discard bfcead6  Fix last commit on class which exited without running JUnit Tests
 discard 609423c  Bug 57555 - Cannot use JMeter 2.12 as a maven dependency Bugzilla Id: 57555
 discard 251c92e  properties file has moved
 discard b09fe54  Remove reports package Bugzilla Id: 57269
 discard 221732b  FileServer.reserveFile - inconsistent behaviour when hasHeader is true Bugzilla Id: 57569
 discard 41b77a5  FileServer.reserveFile - inconsistent behaviour when hasHeader is true Bugzilla Id: 57569
 discard 112bc02  Javadoc
 discard 96bb014  Bug 57565 - SamplerCreator : Add method to allow implementations to add children to created sampler Bugzilla Id: 57565
 discard b583b03  Bug 57562 - View Results Tree CSS/JQuery Tester : Nothing happens when there is an error in syntax and an exception occurs in jmeter.log Bugzilla Id: 57562
 discard dc526ad  Whitespace police
 discard cde5e1a  Whitespace police
 discard 0bbfeb4  Correct typo
 discard ce6ae26  Document lock
 discard 36fef0f  Typos
 discard e985793  Clarification - original sentence was ambiguous.
 discard 40a821f  Bug 55932 - Create a Async BackendListener to allow easy plug of new listener (Graphite, JDBC, Console,...) By default NO CLONE to have better performances. Bugzilla Id: 55932
 discard 59769cb  Bug 57537 - BackendListener : Allow implementations to drop samples Bugzilla Id: 57537
 discard 7b7375f  Clarify jmeter.properties should not be modified
 discard be81201  Bug 57269 - Drop org.apache.jmeter.reports package Update FILEVERSION Bugzilla Id: 57269
 discard ed21141  Bug 57269 - Drop org.apache.jmeter.reports package Remove specific entry Bugzilla Id: 57269
 discard 203eca4  Bug 57269 - Drop org.apache.jmeter.reports package Update FILEVERSION Bugzilla Id: 57269
 discard c1af54d  Bug 57269 - Drop org.apache.jmeter.reports package Bugzilla Id: 57269
 discard 9f3b249  Icons for toolbar with several sizes Delete the old icons Bugzilla Id: 57518
 discard 1bbf433  Icons for toolbar with several sizes Rename the icon source file for Stop Remote All Bugzilla Id: 57518
 discard 0b0bc33  Icons for toolbar with several sizes Typo Bugzilla Id: 57518
 discard 550fb7a  Icons for toolbar with several sizes Bugzilla Id: 57518
 discard 16fcb17  Icons for toolbar with several sizes Bugzilla Id: 57518
 discard 1317c05  Add element name for easier debugging
 discard 717bbce  Fix ArrayIndexOutOfBoundException when size of bytes is > to size of chars
 discard 8759c60  Fix typo
 discard 1a9655d  Convert wrong javadoc comment to simple comment.
 discard 44b6757  Bug: 57110 Simplify logic to make it even more efficient. Bugzilla Id: 57110
 discard 2b8f282  Bug: 57110 javadoc changes Bugzilla Id: 57110
 discard d4664cf  Bug: 57110 Lowercase variable name, since it is not a constant. Bugzilla Id: 57110
 discard f1a6fd8  Bug: 57110 Correct typo Bugzilla Id: 57110
 discard 442d119  Bug: 57110 Convert to new for loop. Bugzilla Id: 57110
 discard f2d1870  Bug: 57110 Inline constant and get rid of then unneeded import. Bugzilla Id: 57110
 discard 8b8aa19  Bug: 57110 Assign variable only once. Bugzilla Id: 57110
 discard 70262bf  Bug: 57110 Reformat code, no functional change. Remove empty javadoc comments. Bugzilla Id: 57110
 discard fa1bdf2  Code formatting
 discard 11967e8  Bug 57500 - Introduce retry behavior for remote testing / fix test
 discard b2056b8  Bug 57500 - Introduce retry behavior for remote testing
 discard 6ddbb2c  Added property loggerpanel.usejsyntaxtext to disable the use of JSyntaxTextArea for the Console Logger (in case of memory or other issues)
 discard 3a7e81c  Close the tag
 discard 6dcd96e  Avoid calling TimeUnit#sleep(0)
 discard 3d1a3d7  Add a warning about possible future deprecation
 discard 9e2c63c  Clarify httpclient.timeout property
 discard 55230fb  Revert and comment as per Felix note
 discard 9269734  Ensure in case of exception that flags are reset correctly
 discard 72353c9  Fix boxing warning
 discard 3914050  Remove unused fields
 discard b5ba03e  Remove unused import
 discard fa18784  Bug 57447 - Use only the user listed DNS Servers, when "use custom DNS resolver" option is enabled. Bugzilla Id: 57447
 discard 7ff7520  Updated to tika 1.7
 discard b29305d  Bug 57440 - OutOfMemoryError after introduction of JSyntaxTextArea in LoggerPanel due to disableUndo not being taken into account Bugzilla Id: 57440
 discard 41f11f6  Clarify
 discard c4e41d2  Bug 57466 - IncludeController : Remove an unneeded set creation Bugzilla Id: 57466
 discard 8d6f5dd  Bug 57488 - Performance : Improve SSLContext reset for Two-way SSL Authentication Bugzilla Id: 57488
 discard 83e255c  Bug 57449 - Distributed Testing: Stripped modes do not strip responses from SubResults (affects load tests that use Download of embedded resources) Fix method name Bugzilla Id: 57449
 discard 1cbf6db  Minor formatting changes for kerberos section
 discard de173fb  Bug 57449 - Distributed Testing: Stripped modes do not strip responses from SubResults (affects load tests that use Download of embedded resources) Bugzilla Id: 57449
 discard 22b949f  No need to call native method if no sleep required
 discard 018e4d2  Bug 57440 - OutOfMemoryError after introduction of JSyntaxTextArea in LoggerPanel due to disableUndo not being taken into account Bugzilla Id: 57440
 discard 22e665d  Now really remove ModelListener. Bugzilla Id: 57419
 discard c166386  Remove unused interface ModelListener. Bugzilla Id: 57419
 discard 129ce7b  Remove unused method isTemporary from NullProperty. The method was a leftover from some refactoring done in 2003. Bugzilla Id: 57417
 discard 51500d9  Remove unused constructor from Workbench Bugzilla Id: 57418
 discard e91893a  48799 - Add connect time to output metrics Revert JMX changes and modify SampleSaveConfigurationConverter appropriately
 discard f973aff  Bug 57193: Use inheritDoc instead of a simple see attribute. The pointed to method was missing a parameter, too. Fix javadocs Bugzilla Id: 57193
 discard 3d71e5c  Bug 57193: Add param and return tags to javadoc Fix javadocs Bugzilla Id: 57193
 discard c3d10c0  Bug 57193: Since we are not generating javadoc for private classes, we can not reference to them in javadoc Bugzilla Id: 57193
 discard f590769  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 7b6c869  48799 - Add connect time to output metrics / misprints and cosmetics
 discard 399382d  48799 - Add connect time to output metrics Add French missing translation (and some ordering in key values)
 discard d10ec9f  48799 - Add connect time to output metrics
 discard bca0ebd  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 4a322db  Javadoc does not like empty paragraphs, so remove them
 discard b4ed309  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard a6c9c1d  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 4071320  Replace invalid character with corresponding html entity in javadoc
 discard 004105c  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 106fee7  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 0971cda  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard cfd53ed  Happy New Year 2015
 discard c968848  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 675fa7a  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard f7747a5  Update commons-math3 to 3.4
 discard 8cd3f0c  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 05aaddc  Add missing license header
 discard 2979cc6  Test cases for getCalendar(Object, Calendar) and getDate(Object, Date) in Converter
 discard 139450f  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard a2cb042  Update doc as per recent changes and tests
 discard 723b11f  Upgrade jodd to 3.6.3
 discard cd0aa2c  BUG 57346 Summariser : The + (difference) reports show wrong elapsed time and throughput Update javadocs and add FIXME Bugzilla Id: 57346
 discard 801c7e2  BUG 57346 Summariser : The + (difference) reports show wrong elapsed time and throughput Impact removal of useless index field in SummariserRunningSample Add javadocs Rename some variables to make code clear Bugzilla Id: 57346
 discard 4b89eac  BUG 57346 Summariser : The + (difference) reports show wrong elapsed time and throughput Remove useless index field Add javadocs Add Apache License Header Bugzilla Id: 57346
 discard cc676aa  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 0a8b292  Summariser : The + (difference) reports show wrong elapsed time and throughput Bugzilla Id: 57346
 discard bb7c0ed  Bug 57381 - HTTP(S) Test Script Recorder should display an error if Target Controller references a Recording Controller and no Recording Controller exists Oups forgot i18n Bugzilla Id: 57381
 discard 8575e1e  Bug 57381 - HTTP(S) Test Script Recorder should display an error if Target Controller references a Recording Controller and no Recording Controller exists Bugzilla Id: 57381
 discard 24f8e19  Bug 57385 - Getting empty thread name in xml result for HTTP requests with "Follow Redirects" set Wrong Bug ID and mention contributor Bugzilla Id: 57385
 discard 4f2fb71  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 97f0422  I18N
 discard 628aded  I18N
 discard fa2b467  Explicit boxing
 discard 33edd08  Bug 57394: When constructing an instance using ClassTools#construct(String, int), the int parameter was not used, but the default constructor was used instead.
 discard 77ab6c5  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard bbb3c54  Line wrap
 discard e4ff976  Getting empty thread name in xml result for HTTP requests with "Follow Redirects" set Fix up test case Bugzilla Id: 57835
 discard 55c1a5e  Getting empty thread name in xml result for HTTP requests with "Follow Redirects" set Bugzilla Id: 57835
 discard 1c28f9d  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 9747fec  Unnecessary entries
 discard 620dac3  Improve check for strings that don't need translation
 discard 3ca4df4  Bug 57389: Fix potential NPE in org.apache.jmeter.save.converters Bugzilla Id: 57389
 discard e0d72ad  Changes report is for documenting differences between release versions, not for temporary bugs that only appeared in a nightly build
 discard 5960150  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard b4116d3  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 9c70668  Bug 57193: Add param and return tags to javadoc Don't add import just for javadoc.
 discard e101b18  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 8fe8b7c  Correct a few typos in javadoc comments
 discard 5dd2290  Bug 57365 - Selected LAF is not correctly setup due to call of UIManager.setLookAndFeel too late Fix test failure Bugzilla Id: 57365
 discard 4d8aa9d  Bug 57364 - Options > Look And Feel does not update all windows LAF Bugzilla Id: 57364
 discard f8f8c78b Bug 57365 - Selected LAF is not correctly setup due to call of UIManager.setLookAndFeel too late Bugzilla Id: 57365
 discard 732b882  replace bugzilla by bug
 discard b8ba051  Bug 25430 - HTTP(S) Test Script Recorder : Make it populate HTTP Authorisation Manager Matching should ignore login/password Bugzilla Id: 25430
 discard d25bf3a  Bug 25430 - HTTP(S) Test Script Recorder : Make it populate HTTP Authorisation Manager Bugzilla Id: 25430
 discard f23d706  Add trivial but missing message translation
 discard d15d3f9  Bug 57322 - JDBC: add methods to deal with ResultSets(cursors) returned by callable statements Remove duplicate translation entries in properties file Bugzilla Id: 57322
 discard 09dfb8e  Bug 57322 - JDBC: add methods to deal with ResultSets(cursors) returned by callable statements Add missing FR translations Bugzilla Id: 57322
 discard fae1b6f  Bug 57322 - JDBC: add methods to deal with ResultSets(cursors) returned by callable statements Add missing FR translations Bugzilla Id: 57322
 discard 465e954  Add contributed by
 discard 7f5f3d8  Bug 57322 - JDBC: add methods to deal with ResultSets(cursors) returned by callable statements Bugzilla Id: 57322
 discard 24e994f  Change case of  static fields
 discard c16ce1e  Bug 57350 - BackendListener reports stale response time (Nightly Build r1645532) Bug 57351 - Graphite Backend uses wrong default port for PlainText protocol (Nightly Build r1645532)
 discard ec6d747  Bug 57321 - BackendListener reports partial results in master-slave configuration (nightly build r1642603) Bugzilla Id: 57321
 discard 50aadd6  Bug 55932 Create a Async BackendListener to allow easy plug of new listener (Graphite, JDBC, Console,...) Add missing property to jmeter.properties Bugzilla Id: 55932
 discard b739f56  Typo reported via Github; plus another in the same line
 discard 45e9cb4  Bug 57321 - BackendListener reports wrong number of Active Users in master-slave configuration (nightly build r1642603) Bugzilla Id: 57321
 discard 76d5bec  Remove useless import Rename map and HTTPCLIENTS to make code clearer
 discard caed88e  Info on enhancement requests
 discard a9cc74d  Replace System.getProperty("file.separator") with File.separator throughout (Also "path.separator" with File.pathSeparator) Bugzilla Id: 57310
 discard f4e3d60  bugzilla => bug  where appropriate
 discard f45d055  Add 'bug' macro to simnplify changes file - no need to add " - " separator bugzilla macro is still needed to generate Bugzilla links without the suffix text
 discard 1eeb5aa  Bug 57246 - BackendListener : Create a Graphite implementation Switch separator to semicolon for all parameter Replace HashMap by Map Bugzilla Id: 57246
 discard bc184fa  Bug 57306 - backend_listener.png is missing in the JMeter User Doc (affects nightly build) Bugzilla Id: 57306
 discard 4114fbe  Bugzilla 57303 - commons-math3 dependency is missing in the jmeter lib package (nightly build) Bugzilla Id: 57303
 discard 51487c2  Bug 57246 - BackendListener : Create a Graphite implementation Make reported percentiles configurable Compute min and max within sliding window Move threads (Users) computing to UserMetric Bugzilla Id: 57246
 discard dd5042f  Store queue size as a String (allows use of variables etc)
 discard da1fda8  Bug 57262 - Aggregate Report, Aggregate Graph and Summary Report export : headers use keys instead of labels Bugzilla Id: 57262
 discard ba77205  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard cf9e8b6  Exact copies of base version properties are not needed
 discard 1204fe6  Allow I18N properties files to omit keys that don't need translation TODO - needs some more work
 discard 6685305  Document
 discard 1a8798c  Test needs to fail if no files found
 discard 0d3309e  No longer used Bugzilla Id: 57217
 discard 2598194  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 824cdef  Bug 57217 - Aggregate graph and Aggregate report improvements (3 configurable percentiles, same data in both, factor out code) Add screenshots Bugzilla Id: 57217
 discard 9842e73  Bug 57217 - Aggregate graph and Aggregate report improvements (3 configurable percentiles, same data in both, factor out code) Bugzilla Id: 57217
 discard c8c5ad3  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard f4ba335  Correct spelling of javadoc
 discard 7260a7c  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 361c268  RMIC no longer needed since Java 5 Bugzilla Id: 57276
 discard 1160892  Temp hack to prevent NumberFormatException: For input string: ""
 discard b495ac5  Generics
 discard 3f3a571  Tweak
 discard 31ad883  Spurious sentence (already documented elsewhere)
 discard f2eba1e  Remove transient as per Felix notes
 discard 1f21b50  Remove wrong logging code as per Felix review
 discard 44f612a  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard a9697cc  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 1ae2b64  Remove Generic JComboBox use as we are on JAVA6
 discard dc522c6  Add generics information to JComboBox. We know there are  only strings in this JComboBox.
 discard 52e938e  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard d4cad8e  Fix test failure
 discard 27690d3  Fix exception as per felix notes
 discard a0547f9  Fix javadocs, naming as per felix notes
 discard c17abc2  Fix javadocs
 discard efd0d41  Fix javadocs, naming and code reuse as per felix notes
 discard 349c64e  Rename eof to endOfLoop as per felix proposal
 discard aa12538  Bug 55932 - Create a Async BackendListener to allow easy plug of new listener (Graphite, JDBC, Console,...) Fix test failure Bugzilla Id: 55932
 discard afcc448  Bug 55932 - Create a Async BackendListener to allow easy plug of new listener (Graphite, JDBC, Console,...) Fix javadocs , naming But more importantly fix multi-threading issues on instance variables as there is only 1 BackendListener shared by all threads Bugzilla Id: 55932
 discard 7bdcf70  Rename log to LOGGER as per naming rules and felix notes Fix warning on wrapper
 discard c4fd1c0  Rename log to LOGGER as per naming rules and felix notes Use better methods for parsing numbers
 discard 125a4cd  Rename log to LOGGER as per naming rules and felix notes Fix warning on wrapper
 discard cdf445c  Fix javadocs
 discard 57fc026  Fix wrong javadoc
 discard eff58ee  Rename log to LOGGER as per naming rules and felix notes
 discard 52d6d77  Bug 55932 - Create a Async BackendListener to allow easy plug of new listener (Graphite, JDBC, Console,...) Fix mistake in imports Bugzilla Id: 55932
 discard 671ead0  svn:eol
 discard 6f4b8e1  Bug 57246 - BackendListener : Create a Graphite implementation Bugzilla Id: 57246
 discard 4ccb911  Bug 55932 - Create a Async BackendListener to allow easy plug of new listener (Graphite, JDBC, Console,...) Add ignore Bugzilla Id: 55932
 discard 227caf5  Bug 55932 - Create a Async BackendListener to allow easy plug of new listener (Graphite, JDBC, Console,...) Bugzilla Id: 55932
 discard b6ee569  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 8bf9890  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 76efa13  Typo
 discard 1ed9acc  Bug 57193: Add description for param and return attributes in  javadoc. Bugzilla Id: 57193
 discard 691be4e  Bug 57193: * Generics won't work in javadoc, so describe the type  textually. * add missing return and throws javadoc statements Bugzilla Id: 57193
 discard 76fef36  Bug 57193: A bit more description of the parameters in javadoc Bugzilla Id: 57193
 discard bf2aee9  Bug 57193: Add javadoc @param, @return and @throws tags, or fill  them. Bugzilla Id: 57193
 discard f0e7d29  Bug 57193: Generics can't be used inside of javadoc, so omit them  and describe it textually. Bugzilla Id: 57193
 discard 6816863  Bug 57193: Add description for @param and @throws in javadoc Bugzilla Id: 57193
 discard 06dd017  Bug 57193: Correctly close ol tag in javadoc Bugzilla Id: 57193
 discard a9fdb11  Bug 57193: Escape &, < and > in javadoc Bugzilla Id: 57193
 discard 47bf3ff  Bug 57193: Close code block correctly. Bugzilla Id: 57193
 discard 86c87fc  Bug: 57193: Escape &, < and >, as they are not allowed inside  javadoc Bugzilla Id: 57193
 discard 7b55af1  Bug 57193: Self-closing br element is not allowed in javadoc Bugzilla Id: 57193
 discard 5149835  Bug 57193: Correct dt/dd tags in javadoc Bugzilla Id: 57193
 discard 3a8bcb2  Bug 57193: Remove unexpected </p> tags in javadoc Bugzilla Id: 57193
 discard aec6663  Bug 57193: Replace a few more &, < and > with html escaped version for  javadoc Bugzilla Id: 57193
 discard b3308a2  Bug 57193: Put <a...> on one line, as it will confuse javadoc  otherwise. Bugzilla Id: 57193
 discard dbf1849  Code-Fragment in javadoc was probably formatted wrongly once upon a time.
 discard 34a246d  Bug 57193: Escape entities like &, < and >, as they are not  allowed in javadocs. Place code tag around code-fragments in javadoc. Bugzilla Id: 57193
 discard badcc2e  Bug 57193: Remove self-closing elements like <p/> or <br/>. Bugzilla Id: 57193
 discard 5c04b0b  Bug 57193: Place @see below the note and remove the break. If @see  is above the note, the note will not be shown in javadocs. Removes a broken "br" tag Bugzilla Id: 57193
 discard c7dd78e  Bug 57193: Use unordered list in javadoc instead of handcoded one. Removes wrong "br" tags Bugzilla Id: 57193
 discard c9065f8  Bug 57193: A few javadoc fixes  * Remove self-closing br-tags by replacing them with a    unordered list  * Add links to URL in javadaocs  * Add a return description in javadocs Bugzilla Id: 57193
 discard 293315c  Bug 57193: CyclicBarrier#await will not throw TimeOutException, so  don't say so in javadocs. Bugzilla Id: 57193
 discard 25e7d22  Bug 54453 - Performance enhancements : Replace Random by ThreadLocalRandom Bugzilla Id: 54453
 discard ff9f643  JMeter 2.12 release
 discard e1ecf5d  Drop timestamp comment from Javadoc to make output more stable.
 discard de818f7  Don't use import for Javadoc references
 discard eef767a  Build script fixes: - include "mirror-server" in distribution   ("mirror-server.sh" is already included and   "mirror-server" is only a trivial wrapper) - include "mirror-server" and "jmeter-report"   in crlf handling
 discard f5a7ae4  Add svn:executable property. It was already in use for some files like "jmeter" and "jmeter-server".
 discard 18b07c1  Prepare next release 2.12: update docs tree and overview (RC2)
 discard ebf5dbd  Little typo on JMeter name
 discard b1cca3d  Apply fix on all occurrence (ref. r1636697)
 discard f06309b  Mention contributor
 discard 169ec0f  Fix some typo
 discard 4132109  Update screenshots in changes for next version 2.12 Bugzilla Id: 57183
 discard 6ce6c32  JMSSampler: For input string: "" java.lang.NumberFormatException (for Expiration or Priority fields) - fix the bug - simplify some code arround getPropertyAsString() vs Constant fields for Priority and Expiration - add documentation for these fields in User Manual (JMS Publisher and JMS Point-to-Point) - update screenshots - add time unit in the GUI for expiration field and indicate the range 0-9 for priority level too. Bugzilla Id: 57183
 discard 9e45b96  Fix mistake in Incompatible changes regarding jmeter.save.saveservice.thread_counts
 discard 6c3adf8  Prepare next release 2.12: update docs tree and overview (RC1)
 discard d5516c4  Fix some javadoc warning
 discard d7b5446  Improved comment
 discard 1d394bb  Typo (double will) Add line border to some images
 discard 90066b8  Typo policy (in French) : uppercase for the first letter of second word for the controller's title
 discard 8497c7e  Document a warning under Windows
 discard cd0c89d  Add a link to changes to encourage users to read it
 discard 33423db  Simplify calculation
 discard 47093a3  Commit
 discard 174aa19  replace 1000000.0 with 1000000L
 discard e8bba99  No point protecting log.debug that uses a constant string as the message
 discard cbe525f  Bug 52707 - Make Open File dialog use last opened file folder as start folder FIx NPE Bugzilla Id: 52707
 discard 4ca99bd  Update changes
 discard bf674d9  When HTTP Request contains an empty host, we get a NPE instead of a clear message.
 discard 6b60dc2  Bug 52707 - Make Open File dialog use last opened file folder as start folder Bugzilla Id: 52707
 discard c04b046  Update changes
 discard eaf5801  Update documentation
 discard 6da31a7  Sentence was maybe confusing
 discard 46f6d98  Clarify documentation on Http Cache Manager
 discard dcb9cfd  Explain false positive reported by findbugs
 discard 02a51ea  Use return value of await
 discard fcde4f8  svn:eol
 discard 3bdad92  Bug 56811 - "Start Next Thread Loop" in Result Status Action Handler or on Thread Group and "Go to next Loop iteration" in Test Action behave incorrectly with TransactionController that has "Generate Parent Sampler" checked svn:eol Bugzilla Id: 56811
 discard f02bad1  Bug 56811 - "Start Next Thread Loop" in Result Status Action Handler or on Thread Group and "Go to next Loop iteration" in Test Action behave incorrectly with TransactionController that has "Generate Parent Sampler" checked Add Test Bugzilla Id: 56811
 discard da7b572  Oups wrong conversion
 discard 845368a  Oups wrong conversion
 discard 07fd100  Javadocs
 discard faf1dff  Javadocs
 discard 53713ea  Javadocs
 discard b4f354f  Javadocs
 discard 0874c7e  Switch to System.nanoTime() Add javadocs
 discard 74ecdc4  Upgrade from jsoup 1.7.3 to 1.8.1
 discard 87d901d  Upgrade from jsoup 1.7.3 to 1.8.1
 discard b6a42eb  Bug 57114 - Performance : Functions that only have values as instance variable should not synchronize execute Remove old TODO Bugzilla Id: 57114
 discard a829042  Bug 57114 - Performance : Functions that only have values as instance variable should not synchronize execute Keep synchronized where it is needed Bugzilla Id: 57114
 discard aaa0b1d  Bug 57114 - Performance : Functions that only have values as instance variable should not synchronize execute Remove synchronized on setParameters Bugzilla Id: 57114
 discard 917ff18  Bug 57145 - RandomController : Use ThreadLocalRandom instead of Random for better performances Move license to src to avoid test failure Bugzilla Id: 57145
 discard a4178f1  Bug 57145 - RandomController : Use ThreadLocalRandom instead of Random for better performances Adjust svn:eol Bugzilla Id: 57145
 discard e7dafa2  Bug 57145 - RandomController : Use ThreadLocalRandom instead of Random for better performances Bugzilla Id: 57145
 discard 340bc6e  Add javadocs
 discard 5e349c5  Bug 56811 - "Start Next Thread Loop" in Result Status Action Handler or on Thread Group and "Go to next Loop iteration" in Test Action behave incorrectly with TransactionController that has "Generate Parent Sampler" checked Bugzilla Id: 56811
 discard 2fac097  Code style based on patch by Graham Russel
 discard 13709f1  Code simplificatiion based on patch by Graham Russel
 discard 47ad4f5  upgrade to jodd-3.6.1
 discard 643a41e  Bug 57114 - Performance : Functions that only have values as instance variable should not synchronize execute Bugzilla Id: 57114
 discard 6e5f880  Certificates does not conform to algorithm constraints: Adding a note to indicate how to remove of the Java installation these new security constraints Bugzilla Id: 56357
 discard 4e0ff54  Increase the default cipher for HTTPS Test Script Recorder from SSLv3 to TLS Edit the proxy.ssl.protocol property in jmeter.properties to return to SSLv3 Bugzilla Id: 57117
 discard 9b0d415  Bug 57081 - Updating checkstyle to only check for tabs in java, xml, xsd, xls, dtd, htm, html and txt files (not images!) Avoid xls Bugzilla Id: 57081
 discard c902e3e  Document Http Sampler Java Implementation limitation
 discard cf7cb06  Bug 57107 - Patch proposal: Add DAV verbs to HTTP Sampler Bugzilla Id: 57107
 discard a16217e  Bug 57081 - Updating checkstyle to only check for tabs in java, xml, xsd, xls, dtd, htm, html and txt files (not images!) Bugzilla Id: 57081
 discard 3ba1128  Point to ASF download verification page
 discard 4b83d49  variable is not used outside the method, so localise it
 discard efe0a8a  NPE in ResultCollector.testEnded Bugzilla Id: 57088
 discard d9b30d2  Mention fixes for bugzilla ids 57084 and 56178
 discard 39e928e  Bug 57084 - BeanShellClient: Close socket after usage. Bugzilla Id: 57084
 discard f12218a  Bug 56178 - Return value of String#replace has to be used. Bugzilla Id: 56178
 discard e18b026  Bug 57081 - Updating checkstyle to only check for tabs in java files (and not images!) Bugzilla Id: 57081
 discard 5847077  Bug 57082 - ComboStringEditor : Added hashCode to an inner class which overwrote equals Bugzilla Id: 57082
 discard 3bd4014  Bug 57083 - simplified the CachedResourceMode enum Bugzilla Id: 57083
 discard 579e2e6  Bug 57078 - LagartoBasedHTMLParser fails to parse page that contains input with no type Bugzilla Id: 57078
 discard 4c709fb  Bug 56160 - StackOverflowError when using WhileController within IfController Bugzilla Id: 56160
 discard 6725e87  Remove debug output
 discard 97447c4  Add missing display names
 discard 0fe4739  Ensure all properties are minimally configured
 discard 791bacf  Continue fixing docn
 discard c967905  BooleanPropertyEditor#getAsText() must return a value that is in getTags() Bugzilla Id: 57076
 discard f40ff7e  Document why the mixed case values are used
 discard 4950dd8  Document proper reason
 discard 6eb9d14  BeanInfoSupport.MULTILINE attribute is not processed Bugzilla Id: 57075
 discard 3a02560  Document anomaly
 discard b63e17f  Clarify
 discard 3d249ae  Fix as per sebb note on dev list
 discard 4eef784  Drop entries for non-existent packages
 discard 89811d3  Throw when configuration error (related to 57068)
 discard 8f8dc60  Warn when configuration error (related to 57068)
 discard 0213c64  Bug 57068 - No error thrown when negative duration is entered in Test Action Bugzilla Id: 57068
 discard ff9d197  Bug 57032 - Make regexes in HTTP Script Recorder more useful. Add a note and a testcase about overlapping matches Bugzilla Id: 57032
 discard c49c35b  Improve content update
 discard 1c17df6  Add a bit more javadoc to constructPattern
 discard 6126620  Bug 57032 - Make regexes in HTTP Script Recorder more useful. Respect spaces instead of tabs Add javadoc Bugzilla Id: 57032
 discard 856495f  Bug 57032 - Make regexes in HTTP Script Recorder more useful.
 discard d8a9a16  Bug 57061 - Save as Test Fragment fails to clone deeply selected node Bugzilla Id: 57061
 discard ff69faf  Bug 57052 - ArithmeticException: / by zero when sampleCount is equal to 0 Bugzilla Id: 57052
 discard 62611d2  Bug 57052 - ArithmeticException: / by zero when sampleCount is equal to 0 Bugzilla Id: 57052
 discard b8809ea  Remove some tabs
 discard b59754e  Bug 56972 - Unable to Publish JMS Msg for Tibco EMS using Jmeter Publisher/Subscriber. Fix java.lang.ArithmeticException: / by zero Bugzilla Id: 56972
 discard 2e2c6d9  typo
 discard bef16ff  Fix sync issues in test leading to test being stuck
 discard 0b88130  Test fails intermittently (high rate) on MacOSX 10.9.5 / Mac Book Pro 2.7GHz Intel Core I7 16Gb 1600 MHz DDR3 Switch to System.nanoTime()
 discard 66e05ca  Bug 42248 - Undo-redo support on Test Plan tree modification Disable feature by default as it is still in ALPHA MODE Mention this in changes.xml Bugzilla Id: 42248
 discard e635550  Bug 57025 - SaveService : Better defaults, save thread counts by default Bugzilla Id: 57025
 discard ddcd4f0  Bug 57025 - SaveService : Better defaults, save thread counts by default Bugzilla Id: 57025
 discard 905d68a  Bug 57026 - HTTP(S) Test Script Recorder : Better default settings Bugzilla Id: 57026
 discard 5f10fd3  Update xalan and serializer to 2.7.2 (from 2.7.1)
 discard 0e3a4f4  Update xalan and serializer to 2.7.2 (from 2.7.1)
 discard 2b2743a  Add dummy ctor for unit testing
 discard 7615ac5  Update changes
 discard 1455c12  Update changes
 discard 5e78228  Bug 42248 - Undo-redo support on Test Plan tree modification. Bugzilla Id: 42248
 discard d37b2f0  Updated to tika 1.6
 discard d1d7cfc  Exclude logo.svg from docs directory
 discard 0afe7fa  Fix javadoc
 discard 33979e9  Start the New and Noteworthy section in changes.xml for the next release (2.12)
 discard 0b1f26c  Add dnsjava into binary packages Bugzilla Id: 56841
 discard 6643041  Fix a NotSerializableException issue with distributed tests Bugzilla Id: 56841
 discard fd5f11d  Remove unnecessary duplicate (reported as part of https://github.com/apache/jmeter/pull/10)
 discard bb701e1  Remove TODO as it is now implemented
 discard 52b6f17  Comment NEW size default sizing as usually users change Heap but don't change this one which depends on Heap sizing.
 discard dfb2a46  Bug 56975 - Error when opening JTL(XML) file (that saves sub samplers results) due to TreeMarshaller$CircularReferenceException: Recursive reference to parent object Adding more infos when error occurs (UbikLoadPack patch) Bugzilla Id: 56975
 discard b005cf6  Bug 54778 - HTTP Sampler should not return 204 when resource is found in Cache, make it configurable with new property cache_manager.cached_resource_mode
 discard 8772a84  Unified Java naming Removed some deprecated note on using Java 1.5 for timeouts
 discard bbe27f9  Tweak English
 discard b4ad019  Rework the thread sizing paragraph in best-practices.
 discard 1ab19a4  Bug 56057 - JMeter does not create ApacheJMeterTemporaryRootCA.crt when starting a recording Add a checks for generation of CRT before copying it Bugzilla Id: 56057
 discard c2f82c0  Clarify docs
 discard ab035d3  Clarify why volatile is not needed and removed wrong doc
 discard a7c568f  Bug 54648 - JMeter GUI on OS X crashes when using CMD+C (keyboard shortcut or UI menu entry) on an element from the tree Remove final as in this case transient cannot be final. See: http://mail-archives.apache.org/mod_mbox/jmeter-dev/201409.mbox/%3CCAOGo0VaKGcTm=3+jF-mrjaVFBi21HPWE7mW1u09ve-QsP6sLOA@mail.gmail.com%3E Bugzilla Id: 54648
 discard 4cd66a9  Bug 54648 - JMeter GUI on OS X crashes when using CMD+C (keyboard shortcut or UI menu entry) on an element from the tree Update known issues section Fill in thanks section Bugzilla Id: 54648
 discard 3991e75  Synchronise fixes to Unix shell scrips
 discard 41b25bd  Add alternative name for mirror-server.sh This works better in MacOSX Finder which defaults to opening .sh files in an editor Soft-links don't work either in Finder
 discard 5577e71  JMS GUIs should disable all fields affected by jndi.properties checkbox Bugzilla Id: 56962
 discard 1c88f47  Standardise on final fields
 discard 10396c0  Javadoc
 discard f36842e  Typo
 discard 9404029  Document TODO
 discard e5ae05d  Bug 54648 - JMeter GUI on OS X crashes when using CMD+C (keyboard shortcut or UI menu entry) on an element from the tree Add 54648 to list of changes Bugzilla Id: 54648
 discard 6011fbe  Bug 54648 - JMeter GUI on OS X crashes when using CMD+C (keyboard shortcut or UI menu entry) on an element from the tree Put back final. Bugzilla Id: 54648
 discard f2cfe55  Switching languages fails to preserve toolbar button states (enabled/disabled) Bugzilla Id: 54100
 discard d82e8a5  Update tags
 discard b05cc0b  Bug 54648 - JMeter GUI on OS X crashes when using CMD+C (keyboard shortcut or UI menu entry) on an element from the tree
 discard 896dbc8  Bug 54778 - HTTP Sampler should not return 204 when resource is found in Cache Add property to enable revert to previous behaviour Bugzilla Id: 54778
 discard 7616e4b  Bug 56920 - LogViewer : Make it receive all log events even when it is closed Bugzilla Id: 56920
 discard 0e2ae75  Bug 54100 - Switching languages during test messes toolbar buttons state (enabled/disabled) Bugzilla Id: 54100
 discard 8d94972  Bug 42248 - Undo-redo support on Test Plan tree modification Correct toolbar undo/redo buttons disable/enable Bugzilla Id: 42248
 discard 04be5e0  Bug 42248 - Undo-redo support on Test Plan tree modification Temporary disable as I missed the right place to call it Bugzilla Id: 42248
 discard a180cc3  Bug 42248 - Undo-redo support on Test Plan tree modification Update icons state on redo/undo Oups missed 1 class Bugzilla Id: 42248
 discard e59bc59  Bug 42248 - Undo-redo support on Test Plan tree modification Update icons state on redo/undo Bugzilla Id: 42248
 discard a8e190c  Bug 42248 - Undo-redo support on Test Plan tree modification Changed icons to use open_icon_library-CC and have a different color for undo and redo Bugzilla Id: 42248
 discard 6994de3  Bug 42248 - Undo-redo support on Test Plan tree modification svn:mime-type Bugzilla Id: 42248
 discard fddfacd  Bug 42248 - Undo-redo support on Test Plan tree modification svn:eol Bugzilla Id: 42248
 discard 0998628  Bug 42248 - Undo-redo support on Test Plan tree modification Bugzilla Id: 42248
 discard 9c1ccef  Bug 56921 - Templates : Improve Recording template to ignore embedded resources case and URL parameters Bugzilla Id: 56921
 discard a9333a5  Upgrade to jodd-3.6
 discard a11de14  Upgrade to jodd-3.6
 discard 81445c4  Bug 56761 - JMeter tries to stop already stopped JMS connection and displays "The connection is closed" Bugzilla Id: 56761
 discard 73533f8  Use https rather than http
 discard a02db21  Use https for accessing Maven Central now that it is available
 discard ae7a6b0  Bug 54778 - HTTP Sampler should not return 204 when resource is found in Cache Bugzilla Id: 54778
 discard 1fb40e9  Bug 54778 - HTTP Sampler should not return 204 when resource is found in Cache Bugzilla Id: 54778
 discard 371fa85  Switch to HttpClient for Date parsing in Header
 discard 19164cc  Bug 54778 - HTTP Sampler should not return 204 when resource is found in Cache Factor out common code Bugzilla Id: 54778
 discard 8e933f7  Mention Groovy as possible language and in first positiion for performances
 discard dd037ee  Disable debug output
 discard 783b64d  Fix up RE so it picks up versions containing -bnn and -BETAn
 discard e61d471  Generics warning
 discard 84ed1a6  We don't store jars in SVN
 discard 1982076  Bug 56772 - Handle IE Conditional comments when parsing embedded resources Fix issue in eclipse.classpath check related to using Jodd 3.6.0-BETA2 Bugzilla Id: 56772
 discard e275bd3  Add more controls and debugging
 discard 2288bda  Bug 56772 - Handle IE Conditional comments when parsing embedded resources Commit missing class and handle null UA Bugzilla Id: 56772
 discard 1181bac  Bug 56772 - Handle IE Conditional comments when parsing embedded resources Upgrade to Jodd 3.6.0-BETA2 Bugzilla Id: 56772
 discard 4a17b40  Bug 56772 - Handle IE Conditional comments when parsing embedded resources svn eol Bugzilla Id: 56772
 discard 562a8bd  Bug 56772 - Handle IE Conditional comments when parsing embedded resources Upgrade to Jodd 3.6.0-BETA2 as conditional comments have been introduced in BETA1 (some useful extra classes like HtmlCCommentExpressionMatcher) Bugzilla Id: 56772
 discard a251309  Bug 56772 - Handle IE Conditional comments when parsing embedded resources Bugzilla Id: 56772
 discard 9bbbc9a  Add javadocs and rename constructor parameters to make it clearer
 discard 10de5b4  Add note about the file as per discussion on: http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-dev/200502.mbox/%3C25aac9fc0502230646d7271ad@mail.gmail.com%3E
 discard 3ae17da  Add note about the file as per discussion on: http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-dev/200502.mbox/%3C25aac9fc0502230646d7271ad@mail.gmail.com%3E
 discard 1d1a183  Fixed missing JsoupBasedHtmlParser in parser implementations
 discard a2845fb  Bug 56809 - JMSSampler closes InitialContext too early Bugzilla Id: 56809
 discard 7652aed  Bug 56807 - Ability to force flush of ResultCollector file Added in Thanks section Bugzilla Id: 56807
 discard 96d5408  Bug 56807 - Ability to force flush of ResultCollector file Added Contributed by Bugzilla Id: 56807
 discard 7e2e059  Bug 56807 - Ability to force flush of ResultCollector file Bugzilla Id: 56807
 discard d5d675b   Allow access to Request Headers in Regex Extractor  Update changes.xml based on feedback from Philippe M Bugzilla Id: 52061
 discard 21eb387  Log currently unused
 discard bc612ea  Update to use non-deprecated method
 discard 7e6f184  Update to use non-deprecated method
 discard e754393  Update XStream to 1.4.7
 discard 913f47d  add note: DNS Cache Manager works only with the HTTP request using HTTPClient4 implementation. Bugzilla Id: 56841
 discard 9ea501a  synchronize the revision with saveservice.properties Bugzilla Id: 56841
 discard 1dcb0ac  Add dnsjava to ignore Bugzilla Id: 56841
 discard e97ea14  New configuration element: DNS Cache Manager to improve the testing of CDN Bugzilla Id: 56841
 discard 122f02d  Comment 2 System.out.println (no needs?)
 discard 9655ed8  Fix some index numbers
 discard 6152043  Fix some space at end of line
 discard f55e91c  Fix some alphabetical order
 discard f8f1190  Simplify
 discard 65172bb  Document known issue with MacOSX LAF
 discard 0899170  Javadoc
 discard 0e6409c  Allow access to Request Headers in Regex Extractor Bugzilla Id: 52061
 discard f5cf94f  Use more specific Exception classes
 discard 83c7296  Use more specific Exception classes
 discard 0278a6b  Don't drop the original stack-trace when converting the exception type
 discard 42e7672  Use more specific Exception classes
 discard 9d31d11  Don't drop the original stack-trace when converting the exception type
 discard 49ac547  Remove unthrown Exception
 discard 8a73ded  Use specific Exception
 discard 6974566  Clarify doc
 discard c458e4f  Upgrade from commons-logging-1.1.3 to commons-logging-1.2
 discard 63c5d7f  Upgrade from commons-lang3-3.2.1 to commons-lang3-3.3.2
 discard c27dcc1  Upgrade jodd from 3.5 to 3.5.2
 discard 6c613ed  Upgrade jodd from 3.5 to 3.5.2
 discard e7f6607  Upgrade jodd from 3.5 to 3.5.2
 discard a9d2b30  Bug 56728 - New Critical Section Controller to serialize blocks of a Test Fix code and javadocs as per sebb notes on dev mailing list Bugzilla Id: 56728
 discard ffbaa01  Bug 56728 - New Critical Section Controller to serialize blocks of a Test Fix javadocs as per sebb notes on dev mailing list Bugzilla Id: 56728
 discard 5b1cf39  Removing the Oracle icons, not used by JMeter (and missing license) Bugzilla Id: 56763
 discard f960764  Adds the ability for the Response Time Graph listener to save/restore format settings in/from the jmx file. Bugzilla Id: 56769
 discard 7944d42  synchronize the revision with saveservice.properties
 discard 96f34b0  Tweak
 discard 4e5f644  Document that this is an internal JMeter file
 discard 6e6df3e  Typo
 discard a40c650  Bug 41319 - URLRewritingModifier : Allow Parameter value to be url encoded Fix test error Bugzilla Id: 41319
 discard 8dcd0d6  Bug 41319 - URLRewritingModifier : Allow Parameter value to be url encoded Bugzilla Id: 41319
 discard 3c7b15b  Bug 41319 - URLRewritingModifier : Allow Parameter value to be url encoded Bugzilla Id: 41319
 discard e088cfd  Fixed typo
 discard 5228d7e  Bug 56743 - Wrong mailing list archives on mail2.xml Bugzilla Id: 56743
 discard 3735ca0  Bug 56701 - HTTP Authorization Manager/ Kerberos Authentication: add port to SPN when server port is neither 80 nor 443 Add a jmeter property to control behaviour. By default strip port. Bugzilla Id: 56701
 discard 1eda97f  Bug 56728 - New Critical Section Controller to serialize blocks of a Test Add figures Bugzilla Id: 56728
 discard 67c8ff4  Bug 56728 - New Critical Section Controller to serialize blocks of a Test Bugzilla Id: 56728
 discard 05dd104  Clarify doc on Synchronizing Timer
 discard cc86747  Bug 56376 - When using Distributed Testing 'HTTP URL Re-writing Modifier' and 'HTML Link Parser' do not work with default mode nor stripping modes Bugzilla Id: 56376
 discard b56ef88  Fix spelling errors
 discard 07e4db9  Fix spelling errors
 discard 353b6eb  Bug 56728 - New Critical Section Controller to serialize blocks of a Test Bugzilla Id: 56728
 discard 32f40d1  Bug 56728 - New Critical Section Controller to serialize blocks of a Test Bugzilla Id: 56728
 discard bb1fc8d  Bug 56728 - New Critical Section Controller to serialize blocks of a Test Bugzilla Id: 56728
 discard 1ee0406  Bug 56728 - New Critical Section Controller to serialize blocks of a Test Bugzilla Id: 56728
 discard 7cf7f8f  Clarify javadocs
 discard d3fe9a6  Bug 56701 - HTTP Authorization Manager/ Kerberos Authentication: add port to SPN when server port is neither 80 nor 443 Bugzilla Id: 56701
 discard 44d3962  Bug 56708 - __jexl2 doesn't scale with multiple CPU cores Bugzilla Id: 56708
 discard 3507efb  Bug 56706 - SampleResult#getResponseDataAsString() does not use encoding in response body impacting PostProcessors and ViewResultsTree Bugzilla Id: 56706
 discard c933b40  Bug 56367 - JMeter 2.11 on maven central triggers a not existing dependency rsyntaxtextarea 2.5.1, upgrade to 2.5.3 Bugzilla Id: 56367
 discard 4fc9543  Bug 56539 - Mail reader sampler: When Number of messages to retrieve is superior to 1, Number of samples should only show 1 not the number of messages retrieved Bugzilla Id: 56539
 discard 928ee26  Bug 56691 - Synchronizing Timer : Add timeout on waiting Bugzilla Id: 56691
 discard 27f1fb9  Bug 56691 - Synchronizing Timer : Add timeout on waiting Bugzilla Id: 56691
 discard f3b2220  Bug 56662 - Save as xml in a listener is not remembered Fixed by upgrade of xstream to 1.4.6 Bugzilla Id: 56662
 discard c459cd0  Revert typo fix which was not typo fix as per sebb check
 discard 0cdcae7  Bug 56303 - The width of target controller's combo list should be set to the current panel size, not on label size of the controllers Bugzilla Id: 56303
 discard f221f43  Bug 56510 - JMS Publisher/Point to Point: Add JMSPriority and JMSExpiration Bugzilla Id: 56510
 discard 999e072  Fix typo
 discard 4123bb5  Increase size of fields when variables are used
 discard db44cde  Typo
 discard afdd7b4  Drop debug
 discard c4b36b7  Bug 56303 - The width of target controller's combo list should be set to the current panel size, not on label size of the controllers Bugzilla Id: 56303
 discard 1bd165f  Logo as SVG
 discard 5c035a8  Jmeter silently fails to save results Bugzilla Id: 56419
 discard 3e16056  This file does use tabs
 discard 3632960  Bug 46932 - Alias given in select statement is not used as column header in response data for a JDBC request Bugzilla Id: 46932
 discard 702830a  Add missing final EOL
 discard 9871618  Add missing final EOL
 discard b792e49  Add missing final EOL
 discard afad0f1  Tab police
 discard 7d0e3ad  Tab police
 discard c3fb361  Clarify doc
 discard c4c4622  Bug 56292: fix check for missing Java
 discard b8421c5  Bug 56455 - Batch files: drop support for non-NT Windows shell scripts
 discard d71bba2  Fix errorlevel bugs; show detected version.
 discard b2a1d81  MailReaderSampler - should it use mail.pop3s.* properties? Bugzilla Id: 56428
 discard a46f449  MailReaderSampler enhancement: read message header only Bugzilla Id: 56427
 discard 56622df  MailReaderSampler - no need to fetch all Messages if not all wanted Bugzilla Id: 56033
 discard 1791cf5  Bug 56349 - "summary" is a bad name for a Generate Summary Results component Clarify documentation Bugzilla Id: 56349
 discard 1777878  Mention contributor
 discard 877e59f  HashTree and ListedHashTree fail to compile with Java 8 Rename replace as replaceKey to avoid clash with Java 8 Map.replace(K,V) mew method Bugzilla Id: 56360
 discard 70ab061  Detect downloads not from Maven Central Bugzilla Id: 56367
 discard abe5035  Ensure all reasons for stopping the test are logged
 discard 831cede  Comment debug output
 discard fedae42  Fix typo
 discard 25e5894  Bug 55623 - Invalid/unexpected configuration values should not be silently ignored Bugzilla Id: 55623
 discard 9531f41  Clarify properties
 discard b727fdb  Removed strange duplicate code.
 discard a19a7fc  update thanks section
 discard 09c47c5  JSR223 language display does not show which engine will be used Bugzilla Id: 56298
 discard 7e65e8d  Pass in resource bundle for the property
 discard eaf9c9f  Allow caller to provide resource bundle
 discard 864942f  More info on failure
 discard d2c1625  Add the check of the Java's version in startup files and disable some options when is Java v8 engine Bugzilla Id: 56292
 discard 0f67e79  Another way to fix the Javadoc warning which does not require an import
 discard 856675f  Fix a small javadoc warning
 discard 6465bc7  Fix &
 discard e4c453c  Bug 56276 - Loop controller becomes broken once loop count evaluates to zero Bugzilla Id: 56276
 discard c762ec3  Clarify error message
 discard 50000f1  URLs get encoded on redirects in HC3.1 & HC4 samplers Only encode if URL is not correctly encoded Bugzilla Id: 56207
 discard 84e7956  Move redirect location processing from HC3/HC4 samplers to HTTPSamplerBase#followRedirects() Bugzilla Id: 56231
 discard 40389dc  Document new Mirror query features; add verbose flag
 discard d02b557  Try to process more redirect strings
 discard 284ecf0  Improved debug
 discard fdf2eba  MirrorServer should support query parameters for status and redirects Oops! Allow for queries that don't have "=" in them Bugzilla Id: 56272
 discard 03a08d1  MirrorServer should support query parameters for status and redirects Bugzilla Id: 56272
 discard 75a022d  Javadoc
 discard 3d3d5a3  Close streams; trim trailing spaces
 discard c0b927f  Add basic tests for additional MirrorServer features
 discard 2305d79  Use constant strings
 discard f26f35a  Use constant strings
 discard e49548f   DefaultSamplerCreator should set BrowserCompatible Multipart true Bugzilla Id: 56263
 discard c4540e5  Ignore jodd-log
 discard 3228f53  Upgrade to jodd 3.5 Add jodd-log dependency
 discard b461a72  Upgrade to jodd 3.5
 discard 532162e  Upgrade to jodd 3.5
 discard 0ed44a9  Bug 56243 - Foreach works incorrectly with indexes on subsequent iterations remove hostname from output Bugzilla Id: 56243
 discard 399aecf  Bug 56243 - Foreach works incorrectly with indexes on subsequent iterations change svn eol Bugzilla Id: 56243
 discard 7721234  Bug 56243 - Foreach works incorrectly with indexes on subsequent iterations Bugzilla Id: 56243
 discard bd51d95  Bug 56228 - View Results Tree : Improve ergonomy by changing placement of Renderers and allowing custom ordering Bugzilla Id: 56228
 discard 3b1e0f1  Javadoc
 discard 396bebe  Javadoc
 discard 8dae47c  Add some redirect processing debugging
 discard cc7a10b  Fix documentation; add related tests
 discard aa88ef5  Oups
 discard c8a9e6c  NPE when clipboard content is null
 discard f80770c  Bug 56227 - AssertionGUI : NPE in assertion on mouse selection Bugzilla Id: 56227
 discard 2cbdd57  Add script name for debugging purpose
 discard c30c3bb  Increase size of JTextField to allow vars
 discard 12012bc  NPE if jmeter.httpclient.strict_rfc2616=true and location is not absolute Bugzilla Id: 56222
 discard fb019cd  Doc tweak
 discard 4c76c8d  Add extra debug
 discard ac4a7d9  Bug 56198 - JMSSampler : NullPointerException is thrown when JNDI underlying implementation of JMS provider does not comply with Context.getEnvironment contract Apply check on every call of Context.getEnvironment Bugzilla Id: 56198
 discard cca48ff  Bug 56198 - JMSSampler : NullPointerException is thrown when log level is DEBUG and JNDI underlying implementation of JMS provider does not comply with Context.getEnvironment contract Bugzilla Id: 56198
 discard 0cd4ca9  File uploads fail every other attempt using timers. Enable idle timeouts for servers that don't send Keep-Alive headers. Bugzilla Id: 56119
 discard fa32bec  Turns out Commons Logging was already configured for Logkit Oops! Bugzilla Id: 56175
 discard 1ad7c73  Turns out Commons Logging was already configured for Logkit
 discard be92d5f  Set method in result Test non-GET method
 discard df1fc34  Default
 discard 5f4426b  Oops forgot to update test code
 discard 14e36d5  HTTP Cache Manager should not cache PUT/POST etc. Bugzilla Id: 56162
 discard c07ebba  Only open resources as they are needed
 discard 1e674e1  Close input in mainline code
 discard dcd3832  Document remote.bsh test script
 discard df35ab5  Can't trigger bsh script using bshclient.jar; socket is closed unexpectedly Bugzilla Id: 56182
 discard d22bbfa  keytool error: Invalid escaped character in AVA: - some characters must be escaped Bugzilla Id: 56178
 discard a3e84b2  Use HC Constant for string
 discard 81776c7  ERROR - jmeter.util.JMeterUtils: Unable to get local host IP address Reuse existing JMeterUtils code Bugzilla Id: 56174
 discard b852c9b  Rearrange code: Only fetch value if it is needed; check cheapest condition first
 discard 956dec6  ERROR - jmeter.util.JMeterUtils: Unable to get local host IP address Reuse existing JMeterUtils code Bugzilla Id: 56174
 discard a0e8fd6  Add Commons Logging interface to logkit logger Bugzilla Id: 56175
 discard 0b1d358  Document JM_START
 discard f8be325  Updated to tika 1.5 (from 1.4)
 discard b42931a  Add a bit more sampler debug
 discard 8cd1ce0  doco
 discard ffb1fe9  Add documentation on hack from metrics
 discard b4927da  Fixed alignment
 discard 4c6f70f  Added more infos in README for GitHub project. Also Artificial commit to close deprecated PRs already fixed Closes #1 Closes #2
 discard 2b78147  Bug 55998 - HTTP recording – Replacing port value by user defined variable does not work Bugzilla Id: 55998
 discard 7a5bd35  Added Javadocs
 discard 5af8324  Add javadocs
 discard e94cbbc  Bug 56049 - Maximum data sample's value is not reflected by Graph Results listener Clarified documentation Bugzilla Id: 56049
 discard 4f7b853  Alphabetical order
 discard 820e2d5  Bug 56111 - "comments" in german translation is not correct Bugzilla Id: 56111
 discard 34bb05f  Conversion error com.thoughtworks.xstream.converters.ConversionException with Java 8 Early Access Build Updated to xstream 1.4.6 (from 1.4.4) Bugzilla Id: 56080
 discard 62d2a9c  Allow for Headless testing; simplify test case
 discard ecc11dc  Check that syntax types have valid values
 discard 52b73c8  Older TestBeans incompatible with 2.11 when using TextAreaEditor Bugzilla Id: 56059
 discard 33b779b  Ensure "text" format is defined, rather than defaulting it
 discard 35fd266  Don't create unnecessary empty string elements
 discard 2c4e029  Add Connection timeout and Read timeout to SMTP Sampler Bugzilla Id: 56033
 discard 5243f72   Unix jmeter start script assumes it is on PATH, not a link Bugzilla Id: 21695
 discard ea58ffa  Scroll bar on jms point-to-point sampler does not work when content exceeds display Remove dimension of panel Bugzilla Id: 55999
 discard 4832af7  Updated to commons-lang3 3.2.1 (from 3.1) Updated to commons-codec 1.9 (from 1.8) Updated to xercesImpl 2.11.0 (from 2.9.1) Updated to xml-apis 1.4.01 (from 1.3.04)
 discard af6ad93  Update version number and add -SNAPSHOT suffix
 discard 35786e0  Bug 52013 - Test Script Recorder's Child View Results Tree does not take into account Test Script Recorder excluded/included URLs Set "Notify Child Listeners of filtered samplers" default value to true as per sebb last comment Bugzilla Id: 52013
 discard 37963e32 Bug 52013 - Test Script Recorder's Child View Results Tree does not take into account Test Script Recorder excluded/included URLs Add mention in Incompatible Changes section Bugzilla Id: 52013
 discard bbbcbf3  Bug 52013 - Test Script Recorder's Child View Results Tree does not take into account Test Script Recorder excluded/included URLs Mention James Liang in Thanks Section Bugzilla Id: 52013
 discard cfb12b6  Bug 52013 - Test Script Recorder's Child View Results Tree does not take into account Test Script Recorder excluded/included URLs Bugzilla Id: 52013
 discard f06b919  CI builds often fail with port in use; probably because the previous use has not timed out Use variable port to reduce chance of this happening
 discard 922874e  improve error message when Test Script Recorder fails due to I/O problem Bugzilla Id: 55959
 discard 3aee3e0  hard-to-decipher error message when Proxy recording fails due to JMeter being located in Program Files Bugzilla Id: 55959
 discard dab02a7  Shorten
 discard 317f9cb  Jdbc pool keepalive flooding Bugzilla Id: 55977
 discard ad5547e  Archive changes for 2.11
 discard b10a7bd  Jdbc pool keepalive flooding - update Excalibur versions Bugzilla Id: 55977
 discard eea4809  Support version property references - e.g. b.version = ${a.version}
 discard 5f3ce23  ApacheJMeter_mongodb is missing from maven central for 2.10 and 2.11 fixed for next release Bugzilla Id: 55965
 discard 1b8b917  JMeter 2.11 release
 discard 3f57e84  Eolstyle
 discard 6322c7c  DTD is a native file
 discard e62e0c4  Fix EOL
 discard 2017d81  Prepare next release 2.11: update docs tree and overview (RC1)
 discard 239f480  Update year
 discard adc78a8  Clarify changes on Proxy
 discard aee51ed  Update version number and add -SNAPSHOT suffix (prepare next release)
 discard 6d103a0  Fix test failure
 discard 303a72d  Fill in Thanks section
 discard a90a7ee  Fix size
 discard 8526567  Update changes to clarify some features and fix some errors
 discard c1be9a5  Clarify how to restore stale check
 discard 7c77b6a  Fix 2.6 value
 discard 67917cf  Fix since field value
 discard a5679da  Prepare next release 2.11: update changes.xml to add new and noteworthy
 discard 84e4e33  Update user manual Bugzilla Id: 55589
 discard d82b758  Update user manual Bugzilla Id: 55816
 discard 1551df5  How to force JMeter to recreate the keystore and cert files
 discard 9e57d08  Unused import
 discard 6290b23  Fix up jodd lagarto licenses
 discard 488fe97  Update to jodd 3.4.10
 discard f461e78  Update to jodd 3.4.10
 discard 9482a48  Fix versions and add rsyntaxtextarea
 discard 08954d1  Update to jodd 3.4.10
 discard 0452d58  Fix typo
 discard 4aeb190  Allow for old-style SVN workspaces
 discard 18ee4bf  Add test to check license file name versions
 discard bcf2e22  Fix up license name versions having first checked that the licenses have not changed
 discard 32eff40  Rename files to agree with property names
 discard 1c47d7b  Rename files to agree with property names
 discard 628b7f4  No longer need to include activation.jar Bugzilla Id: 54903
 discard 5cee8f2  Remove main method
 discard 9c9342a  Bug 54977 - Ability to choose the client alias for the cert key in JsseSslManager such that Mutual SSL auth testing can be made more flexible Bugzilla Id: 54977
 discard 3798570  Bug 55908 - Response assertion : Change Pattern Matching Rules default to Substring on creation for better performances Bugzilla Id: 55908
 discard 2d68236  Update to mail 1.5.0-b01
 discard 063d1c9  Update to mail 1.5.0-b01
 discard 1acad40  Oups commited by error
 discard 52f62fa  Update to mongo-java-driver-2.11.3
 discard 70f510b  Update to mail 1.5.0-b01 (last 1.5.1 not available on maven2 repo)
 discard ae47b12  Update to jsoup 1.7.3
 discard 1800759  Update to jsoup 1.7.3
 discard 36ede08  Oups commited by error
 discard 5662091  Update to jodd 3.4.9
 discard fbb5667  Update to jodd 3.4.9
 discard 02c8b4b  Update to rsyntaxtextarea-2.5.1
 discard 2cb4da4  Update to rsyntaxtextarea-2.5.1
 discard 50e3405  Typo Bugzilla Id: 55717
 discard cdf41a6  Bug 55717 - Bad handling of Redirect when URLs are in relative format by HttpClient4 and HttpClient31 Add property to control redirect handling See: http://mail-archives.apache.org/mod_mbox/jmeter-dev/201312.mbox/%3CCAOGo0VaYNmSw9wEA_jx8qb3g1NTAOHsF360aWGyevAsGXJ7D6Q%40mail.gmail.com%3E Bugzilla Id: 55717
 discard 44fc2f8  Bug 55512 - Summariser should be enabled by default in Non GUI mode Bugzilla Id: 55512
 discard 5985ff6  Wrong result with intSum() function when a space character is present before/after the number Bugzilla Id: 55871
 discard aaf67b0  Bug 55865 - Performance :Disable stale check by default in HttpClient 4 and 3.1 Bugzilla Id: 55865
 discard b4ccc8b  Bug 55858 - Startup Performance : On Startup, BeanInfoSupport should test for key availability instead of throwing Avoid duplicate string creation Bugzilla Id: 55858
 discard 9815ea9  Bug 55858 - Startup Performance : On Startup, BeanInfoSupport should test for key availability instead of throwing Bugzilla Id: 55858
 discard 76cfa62  Bug 55857 - Performance : AbstractProperty should test for emptiness to avoid Exception throwing Bugzilla Id: 55857
 discard 3718041  Avoid code duplication by reusing constructor
 discard 1294b3d  Reuse constructor
 discard 8867a44  Bug 55854 - Transaction Controller:Change default property "Include duration of timer..." for newly created element Bugzilla Id: 55854
 discard 6a7ab8a  Remove test code
 discard 19baf58  Bug 55740 - Config Elements in Test Fragments are "executed" at startup of TestPlan Bugzilla Id: 55740
 discard 478a8fe  Bug 55852 - Be more lenient in parsing when charset value is surrounded with single quotes Bugzilla Id: 55852
 discard 287277e  No longer need the details of the successful test
 discard 4904a22  Add Mongo DB
 discard 5d83ace  Clarify log message
 discard 729b071  Bug 55826 - Unsynchronised concurrent accesses to list in field RespTimeGraphVisualizer.internalList Bugzilla Id: 55826
 discard 737b3c9  Fix javadoc
 discard b0f5e44  Don't log password on failure; only quote parameters with spaces
 discard 29e587f  Bug 55589 - JMS Publisher/Point to Point : Add ability to set typed values in JMS header properties. set svn:eol Native Bugzilla Id: 55589
 discard cd039e5  Bug 55589 - JMS Publisher/Point to Point : Add ability to set typed values in JMS header properties. Bugzilla Id: 55589
 discard 35ad185  Bug 55589 - JMS Publisher/Point to Point : Add ability to set typed values in JMS header properties. Bugzilla Id: 55589
 discard 8379755  Bug 55589 - JMS Publisher/Point to Point : Add ability to set typed values in JMS header properties. Bugzilla Id: 55589
 discard db6b19d  Bug 55589 - JMS Publisher/Point to Point : Add ability to set typed values in JMS header properties. Bugzilla Id: 55589
 discard 0c7aa56  Test assumptions regarding keytool check
 discard 9ed0ce7  Allow for MacOS's odd behaviour when it cannot find an executable
 discard 5d7719d  Spacing
 discard 7e94069  Bug 55816 - Transaction Controller with "Include duration of timer..." unchecked does not ignore processing time of last child sampler Bugzilla Id: 55816
 discard 10d06ef  Revert r1542839
 discard 9bc911e  Document keytool.directory
 discard 8b917b2  https://issues.apache.org/bugzilla/show_bug.cgi?id=55610 Fix slow display issue due to XML formatting when content is not XML. Formatting is anyway not a good idea. Bugzilla Id: 55610
 discard 49b43e4  Add a warning if deprecated property is used
 discard 3dbfef0  Use enum for state
 discard 557ca43  Tab police Hope I've now configure Eclipse to never insert tabs ...
 discard 4be8de6  Add default cases
 discard d3e5f4f  Unused import
 discard bbecbb7  Unused import
 discard f006a2a  Document DNS wildcard matching
 discard d01b096  Proxy renames
 discard d523bab  Proxy#getDomainMatch does not handle wildcards correctly Bugzilla Id: 55815
 discard 647c8d2  Javadoc
 discard 3718262  Downgrade "Empty request, ignored" to debug log Ensure debug logs are protected by check
 discard df14a71  Ensure streams are closed for normal case
 discard bdb7cc3  Spacing
 discard 483af76  Spacing
 discard 494f973  Tab police
 discard 4ccd777  Tab police (and trailing spaces)
 discard f676864  Tab police
 discard 69194e5  Extract keytool constant
 discard 51479c9  Oops - should return the value we found ...
 discard c0674d1  Document keytool.directory system property
 discard ead8878  Remove unnecessary method
 discard c13d74c  Remove hold_samples property to encourage new users to use mode=Hold and avoid confusion.
 discard ccf987b  Add exception message for more detail on failure
 discard 2f8e993  getJavaHome does not work on Mac OSX. Use Commons Lang method
 discard 5955272  Test correctly keytool command success
 discard ae886b0  Clarify the proxy type
 discard ac8e1e7  Detect when keytool application is not available
 discard 257d1eb  Add check to ensure that keytool application can be found
 discard 6271928  Must recreate keystore here too
 discard d4aa79c  Fix log message text
 discard 315ae78  Typo
 discard 194e214  Proxy recorder has been renamed; tidy up comments
 discard 7e2de67  Add a method to find the Java home directory
 discard 75e6dc8  Bug 55694 - Assertions and Extractors : Avoid NullPointerException when scope is variable and variable is missing Bugzilla Id: 55694
 discard 5388b70  Bug 55610 - View Results Tree : Add an XPath Tester Bugzilla Id: 55610
 discard 6661226  Bug 55610 - View Results Tree : Add an XPath Tester Bugzilla Id: 55610
 discard beefa5c  Use constants
 discard 616bd00  Fix wrong computation
 discard 0ae0912  Fixed links
 discard 9bf8746  Bug 55753 - Improve FilePanel behaviour to start from the value set in Filename field if any Fix issue on open file introduced by my change Bugzilla Id: 55753
 discard 7b9c27c  Bug 55756 - HTTP Mirror Server : Add ability to set Headers Fix tests failure Bugzilla Id: 55756
 discard 98d3fc2  Bug 55756 - HTTP Mirror Server : Add ability to set Headers Document Bugzilla Id: 55756
 discard 954276e  Bug 55756 - HTTP Mirror Server : Add ability to set Headers Bugzilla Id: 55756
 discard 5ebb149  Bug 55753 - Improve FilePanel behaviour to start from the value set in Filename field if any Wrong place for change Bugzilla Id: 55753
 discard e63da1e  Restore version after release
 discard 0d2b795  Bug 55753 - Improve FilePanel behaviour to start from the value set in Filename field if any Bugzilla Id: 55753
 discard 933e4be  Bug 55739 - Remote Test : Total threads in GUI mode shows invalid total number of threads Bugzilla Id: 55739
 discard d31a116  Fix typo
 discard b6149d9  Bug 55717 - Bad handling of Redirect when URLs are in relative format by HttpClient4 and HttpClient31 Bugzilla Id: 55717
 discard ea040ae  Missing default case
 discard 506c840  Website changes have affected test
 discard 75cffe0  Update the dimension of JMeter logo
 discard 724abcb  Update the docs from commit r1537165 Changing the header of website (new arrangement) Adding twitter link into menu Putting the ApacheCon link in the bottom of menu Ref. The thread started from this message: http://mail-archives.apache.org/mod_mbox/jmeter-dev/201310.mbox/%3CCAOGo0VZemLq4LkWSK8WVU14-vJGxOH3AHHbA1QQqN0DvUX6GSg%40mail.gmail.com%3E
 discard 8fd808a  Changing the header of website (new arrangement) Adding twitter link into menu Putting the ApacheCon link in the bottom of menu Ref. The thread started from this message: http://mail-archives.apache.org/mod_mbox/jmeter-dev/201310.mbox/%3CCAOGo0VZemLq4LkWSK8WVU14-vJGxOH3AHHbA1QQqN0DvUX6GSg%40mail.gmail.com%3E
 discard f89a52b  Bug 55721 - HTTP Cache Manager - no-store directive is wrongly interpreted Check for npe Bugzilla Id: 55721
 discard de65a55  Bug 55721 - HTTP Cache Manager - no-store directive is wrongly interpreted Bugzilla Id: 55721
 discard d1410c6  Show some expected property defines in help message
 discard a764028  Bug 55693 - Add a "Save as Test Fragment" option Add missing labels Bugzilla Id: 55693
 discard 02c389e  Document proxy.number.requests
 discard 9912b53  Bug 55693 - Add a "Save as Test Fragment" option Bugzilla Id: 55693
 discard 8e3d430  Bug 55693 - Add a "Save as Test Fragment" option Bugzilla Id: 55693
 discard 46018e7  Reduce log level for unimportant issue
 discard c843ff6  Few resize images / border size
 discard 6e8e76b  Typo
 discard 1134ca3  Add link
 discard 90d7e67  Added twitter follow and tweet
 discard 4cc1ff9  Add a link to wiki page for recording with 2.10 and clarify JMeter CA installation.
 discard ab96972  Add a link to wiki page for recording with 2.10
 discard 49e9092  Include all the license files in the source archive; the binary ones are needed to build the distribution
 discard b192949  Bug 55694 - java.lang.NullPointerException if Apply to is set to a missing JMeter variable Bugzilla Id: 55694
 discard 4c2b567  OS Sampler: timeout option don't save and restore correctly value and don't init correctly timeout Bugzilla Id: 55685
 discard c0d1892  Update changes section / history since 2.10 release
 discard ee588f3  Change proxy name to HTTP(S) Test Script Recorder
 discard ed40105  misspelling of mechanism (in french)
 discard a8770ca  JMeter 2.10 release
 discard 2a078c4  Fix httpclient versions
 discard cccc779  Oops - another mistake
 discard 431a446  Prepare next release 2.10: update docs tree and overview (RC2) (second round)
 discard 65e6b54  Add missing chars to french word 'école'
 discard 45ae85d  Prepare next release 2.10: update docs tree and overview (RC2)
 discard f6e4ff7  Fix a issue for encoding license files for zip (encode to UTF-8 instead of ASCII)
 discard fb94d93  The original char is § (paragraph) http://web.archive.org/web/20090305064954/http://www.sun.com/cddl/cddl.html http://en.wikipedia.org/wiki/Common_Development_and_Distribution_License (external links section)
 discard 039bae4  Use the version property
 discard fa37bf8  Clarify timeout meaning
 discard 5d8af1a  Fix bad char in UTF-8
 discard 8a5cd9a  Avoid encoding issues; use HTML entity
 discard 3d7ecc6  Convert to UTF-8 encoding
 discard 56d296e  Convert to UTF-8 encoding
 discard 8a008e0  Ensure encoding is always specified when using fixcrlf
 discard bb94c26  oops - wrong project
 discard 8c3cd00  remove unless file
 discard cf2927c  Prepare next release 2.10: update docs tree and overview (RC1)
 discard e7d9f13  Changes "Incompatible changes" section to a list. Make some format.
 discard 4789d32  Fix javadoc
 discard 54991d3  Bug 55657 - Remote and Local Stop/Shutdown buttons state does not take into account local / remote status Bugzilla Id: 55657
 discard 3d8c067  Bug 55655 - NullPointerException when Remote stopping /shutdown all if one engine did not start correctly Bugzilla Id: 55655
 discard 09e85c8  Clarify where to look for information when Stop/shutdown takes more time. Have a cleaner message
 discard 640237b  Improve error message
 discard 0752eaa  Fix missing line for slf4j-nop
 discard a30be17  Restore deleted text by error
 discard c8555aa  Spurious file
 discard 4f0bd4c  Test version fails unless version agrees with file name
 discard 3e894d0  Correct parameter order
 discard 7423bf0  Upgrade to jodd-lagarto 3.4.8 Fix missing slf4j-noop in eclipse.classpath
 discard 70a9111  Be more precise in logged hint.
 discard 1ae1cc4  Add SLF4J NOP implementation TODO: Consider whether need to use proper implementation
 discard c968a7a  Add SLF4J NOP implementation
 discard c9aa38f  Add SLF4J NOP implementation TODO: Consider whether need to use proper implementation
 discard 150a401  Clarify
 discard 1cadaa9  Clarify
 discard 9a5fc5f  Bug 55652 - JavaSampler silently resets classname if class can not be found Add as a minimum an error log Bugzilla Id: 55652
 discard 222234c  Bug 55653 - HTTP(S) Test Script Recorder should set TransactionController property "Include duration of timer and pre-post processors in generated sample" to false Bugzilla Id: 55653
 discard edff414  Add constant
 discard 82f2a09  Bug 55507 - Proxy SSL recording does not handle external embedded resources well Add more information for user Bugzilla Id: 55507
 discard d36b587  Update JDBC test plan
 discard 9d45ab4  Replace JTextArea by JSyntaxTextArea
 discard ca5cbd2  Add constructor parameter to disable undo
 discard fa8f493  Bug 55623 - Invalid/unexpected configuration values should not be silently ignored Bugzilla Id: 55623
 discard a0eca72  Fixed typos Clarified some docs Added known mac book pro retina display issue note
 discard 4f7a3ca  Indicate that timeout is in seconds
 discard b6f41fc  Clarify index to avoid having to look at doc
 discard 65dee62  Fix some issues (bad position for OS sampler lastest properties, typo Lagerto->Lagarto)
 discard e5ef5ae  Fix a litte issue with last commit on this file
 discard 566dcd4  Change style for section, category and title changes to have better look&feel (IMHO) Add a screeshot to show the new name of test recorder
 discard b05686d  Add black border
 discard ae1689e  Add new macros for Changes pages (ch_section, ch_category, ch_title)
 discard efeb764  Rename HTTP Proxy Server as HTTP(S) Test Script Recorder Changes French translation Bugzilla Id: 55626
 discard 342f23e  Change JMeter application icon to Apache plume icon Bugzilla Id: 55651
 discard 205c262  "Clear All" for Aggregate Graph is not clearing the last run Graph Not a real fix, but improves the user experience Bugzilla Id: 55564
 discard 82e5065  I18N and Localization for some pop-up message/error
 discard 9b65913  Tweak pop-up message
 discard c179784  Show 2.10 recording information first
 discard 1cb8469  Update New And Noteworthy
 discard e498595  Bug 55632 - Have a new implementation of htmlParser for embedded resources parsing with better performances Switch default to Lagarto Parser implementation Bugzilla Id: 55632
 discard 770f155  Bug 55632 - Have a new implementation of htmlParser for embedded resources parsing with better performances Add eol Bugzilla Id: 55632
 discard dca834b  Bug 55632 - Have a new implementation of htmlParser for embedded resources parsing with better performances Bugzilla Id: 55632
 discard 5020ea9  Proxy SSL recording does not handle external embedded resources well Update documentation Bugzilla Id: 55507
 discard a1e17d8  Include Workbench test elements
 discard 65ea5cc  Bug 55632 - Have a new implementation of htmlParser for embedded resources parsing with better performances Rollback default for now Comment on performances Bugzilla Id: 55632
 discard af4b381  Bug 55632 - Have a new implementation of htmlParser for embedded resources parsing with better performances Fixed test failure Bugzilla Id: 55632
 discard f09f3fb  Bug 55632 - Have a new implementation of htmlParser for embedded resources parsing with better performances Update documentation Bugzilla Id: 55632
 discard a1ad819  Use constants
 discard d97e225  Bug 55632 - Have a new implementation of htmlParser for embedded resources parsing with better performances Bugzilla Id: 55632
 discard 10d5eee  Avoid calling twice same method
 discard e621b9f  Clarify
 discard 152dafe  Proxy SSL recording does not handle external embedded resources well Update documentation Bugzilla Id: 55507
 discard d16802b  Doc
 discard a9eec42  Minor tweaks to grammar and clarity
 discard c7559f7  Committed in error (thanks Milamber!)
 discard 1988bdd  Rename HTTP Proxy Server as HTTP(S) Test Script Recorder Bugzilla Id: 55626
 discard 8dd76d5  Wrong place to check validity; we already do it when initialising the keystore
 discard b0aebe6  More info for user
 discard 789ffff  Unused import
 discard 7a79af5  Drop hostname as JMeterUtils not available from jorphan
 discard 46df49e  More details regarding certificate installation
 discard e52530b  Localise the root certificate DNAME
 discard feadce9  Doc
 discard a6360d9  Invalid/unexpected configuration values should not be silently ignored Log warning for jmeter.save.saveservice.output_format Bugzilla Id: 55623
 discard a815581  It's difficult to read the message if the URLs are long; use line break to clarify
 discard 1bf55b4  Log command line when it fails
 discard 2aeb69a  Put log in same call as in multithreaded processing first log could be far from second one
 discard 83c2727  Improve logging
 discard 660283a  The CONNECT request parameter is a host[:port], not a URI, so skip any attempt to adjust it
 discard 5a3fb32  Tidy up logging
 discard 93e0f8e  Check validity of root CA certificate. Improve logging
 discard 34d56cc  Bug 55606 - Use JSyntaxtTextArea for Http Request, JMS Test Elements Scrollbar does not appear when text exceed height of JSyntaxTextArea Bugzilla Id: 55606
 discard a198600  Fix caret position to avoid scroll down on first view
 discard a54e4d0  Bug 55617 - Improvements to jorphan collection Bugzilla Id: 55617
 discard 3957884  Improve New and Noteworthy section
 discard 18b4b30  Update template after changing exclusion defaults
 discard 208b47b  Bug 55606 - Use JSyntaxtTextArea for Http Request, JMS Test Elements REduce  number of rows Bugzilla Id: 55606
 discard 77a8139  Fix test failure
 discard 24bc530  Fix test failure
 discard c000e51  MongoDB is no more alpha since its use case has been clarified
 discard ba4b614  Clarify what needs to be done when test fails
 discard 121a800  Bug 55606 - Use JSyntaxtTextArea for Http Request, JMS Test Elements Reverting crappy code Bugzilla Id: 55606
 discard c562c86  Bug 55606 - Use JSyntaxtTextArea for Http Request, JMS Test Elements Fix test case failure in Headless mode Bugzilla Id: 55606
 discard 02cb9a5  Clarify documentation as per sebb remark on mailing list
 discard 4938fa8  Bug 55606 - Use JSyntaxtTextArea for Http Request, JMS Test Elements Fix test case failure in Headless mode Bugzilla Id: 55606
 discard a8ef88d  Bug 55606 - Use JSyntaxtTextArea for Http Request, JMS Test Elements Bugzilla Id: 55606
 discard 181efa4  Rename badly named field
 discard bf2fd74  Rename badly named field
 discard 8de8702  Bug 55600 - JSyntaxTextArea : Strange behaviour on first undo Bugzilla Id: 55600
 discard 79ddd91  Bug 55600 - JSyntaxTextArea : Strange behaviour on first undo Bugzilla Id: 55600
 discard 1a08a06  Bug 55600 - JSyntaxTextArea : Strange behaviour on first undo Bugzilla Id: 55600
 discard 377fba6  Bug 55600 - JSyntaxTextArea : Strange behaviour on first undo Bugzilla Id: 55600
 discard 6c371cc  Add note about HTMLParser and performances
 discard 55843d3  Bug 55202 - Add syntax color for scripts elements (BeanShell, BSF, and JSR223) and JDBC elements with RSyntaxTextArea Fixed bad configuration Bugzilla Id: 55202
 discard 5909547  Bug 55202 - Add syntax color for scripts elements (BeanShell, BSF, and JSR223) and JDBC elements with RSyntaxTextArea Add a way to disable undo feature in JSyntaxtTextArea, thanks Robert Futrell Bugzilla Id: 55202
 discard 5718976  Bug 55202 - Add syntax color for scripts elements (BeanShell, BSF, and JSR223) and JDBC elements with RSyntaxTextArea Add missing configuration properties in jmeter.properties Bugzilla Id: 55202
 discard 3ef1e9d  upgrade to rsyntaxtextarea 2.5.0
 discard ceed8fd  upgrade to rsyntaxtextarea 2.5.0
 discard 0a66ce7  Bug 54152 - In distributed testing : activeThreads always show 0 in GUI and Summariser Bugzilla Id: 54152
 discard 9dde066  Move MongoDB Alpha designation so complink references work
 discard 3a35e5d  Allow for previous name of component in titles and index
 discard b644d34  Synchronise site and printable stylesheets better
 discard 05869a0   Help pane does not scroll to start for <a href="#"> links Bugzilla Id: 55580
 discard d994efa  Trailing spaces
 discard 90e3d0c  Proxy SSL recording does not handle external embedded resources well Clarify certificate names Display details of local certificate that user can check against Bugzilla Id: 55507
 discard 78e7140  Bug 55572 - Detail popup of parameter does not show a Scrollbar when content exceeds display Bugzilla Id: 55572
 discard 27e025e  Fix typo.
 discard 06fae55  Tab police
 discard 11ac0c6  Oops - did not mean to commit jars
 discard fbdbf10  Update to httpclient 4.2.6
 discard 025d9eb  Don't copy logo.xcf as it's a source image not needed for the generated documents
 discard b75ae22  More info on defining proxy settings
 discard 7275daa  Log the remote client host address (if possible)
 discard af4a5a0  Tidy up use of TestElement.ENABLED; use TestElement.isEnabled()/setEnabled() throughout Bugzilla Id: 55548
 discard a4d743d  Proxy SSL recording does not handle external embedded resources well Add text tool tip on HTTPS Domains field to indicate the Java 7 runtime requirement to use this behavior and some help text on the usage and comma separator when the field is enabled. Bugzilla Id: 55507
 discard b7070d3  Add a missing parenthesis.
 discard cf63c17  Proxy recording and redirects Added code to disable redirected samples. Bugzilla Id: 55531
 discard b4df7f7  HTTP Proxy Server GUI should not allow both Follow and Auto redirect to be selected Bugzilla Id: 55545
 discard 2866973  Code:Inconsistent synchronization AtomicBoolean and AtomicInt are not necessary when values are simply written and read and the previous value is irrelevant (e.g. AtomicInt would be needed if the value was incremented) Bugzilla Id: 52266
 discard 82e57d4  Make it easier to enable/disable test elements from anywhere
 discard 3ec1552  Keep instance variables together
 discard 2073f37  static constansts should be upper case Keep instance variables together
 discard 46c3e09  Update ignore list
 discard cad0383  Proxy SSL recording does not handle external embedded resources well Opera needs Root CA and a certificate chain Add export of certificate with .usr extension (Opera) Bugzilla Id: 55507
 discard df1e891  Update ignore list
 discard e1ac552  Fix Eclipse compiler warnings
 discard 17cf797  Method can be private
 discard 44fcc1b  Proxy SSL recording does not handle external embedded resources well Oops did not mean to commit temporary keystore Bugzilla Id: 55507
 discard 67199c9  Proxy SSL recording does not handle external embedded resources well Reworked; setup is now done by ProxyControl on pressing Start TODO: better notification of progress of keystore init Bugzilla Id: 55507
 discard 734b456  Wrong log level
 discard 462f1f9  Bug 55464 - Include Controller running included thread group Bugzilla Id: 55464
 discard 0fd2167  Bug 55464 - Include Controller running included thread group Bugzilla Id: 55464
 discard e6f5cda  Bug 55518 - Add ability to limit number of cached PreparedStatements per connection when "Prepared Select Statement", "Prepared Update Statement" or "Callable Statement" query type is selected Documentation Bugzilla Id: 55518
 discard c754ae9  Bug 55518 - Add ability to limit number of cached PreparedStatements per connection when "Prepared Select Statement", "Prepared Update Statement" or "Callable Statement" query type is selected Bugzilla Id: 55518
 discard 90ef189  Test for existence before trying to delete (thanks sebb)
 discard f1ec6ab  Test for existence before trying to delete (thanks sebb)
 discard ce41f09  Test value of File#delete and throw if cannot delete it
 discard 4b1bc97  Test value of File#delete
 discard 81a3bb8  Move variable declaration to where it is used
 discard 182aa5e  Simplify: throw IOE for InterrruptedException; if necessary can still distiguish the cause.
 discard f8fdccb  Drop temp test code
 discard e4262f2  Move keystore type to ProxyControl; it's needed there so KeyStore can be intialised when Proxy is started
 discard e26b4e9  Move System version check where it belongs
 discard 5a1c970  Proxy SSL recording does not handle external embedded resources well Add generation of keystores and aliases Bugzilla Id: 55507
 discard 1bc4a36  Document where Java 7 is required
 discard db452f6  Sinplify KeyStore loading
 discard 89d690c  Add section on Recording and redirects to Proxy description Bugzilla Id: 55531
 discard a1a4e94  Proxy SSL recording does not handle external embedded resources well Add method to create a host certificate (no wildcard) Bugzilla Id: 55507
 discard aa75387  Bug 55486 - New JMeter Logo Bugzilla Id: 55486
 discard 4fce9c1  Bug 55486 - New JMeter Logo Bugzilla Id: 55486
 discard ca02be6  Proxy should support alias for keystore entry Bugzilla Id: 55525
 discard 388592a  Proxy should support alias for keyserver entry Added helper key manager that returns the specified alias Bugzilla Id: 55525
 discard e6a844c  Use constants for fixed aliases
 discard d168ff5  Proxy SSL recording does not handle external embedded resources well Part 1: Add methods to create the necessary certificate and keystore Bugzilla Id: 55507
 discard 6e40f94  Oops, remove debug statement
 discard 7fed780  Javadoc warning
 discard b9397df  Javadoc warnings
 discard b30d2b3  Add parameters to make method more generic; add -ext processing
 discard 1f72a35  Oops, fix compilation failures caused by changes to SystemCommand
 discard a2e387a  SystemCommand should support chaining of commands Bugzilla Id: 55515
 discard a739879  SystemCommand should support arbitrary input and output streams Bugzilla Id: 55514
 discard 8c38f64  Document use of default charset
 discard 7911751  StreamCopier cannot be used with System.err or System.out as it closes the output stream Bugzilla Id: 55513
 discard 0287d35  Enhancement to OS sampler: Support for timeout Use constant so default timeout is shared Bugzilla Id: 55403
 discard 18a4a3e  update change notes
 discard 8bf414b  Typo
 discard f3e92ac  Bug 54152 - In distributed testing : activeThreads and totalThreads always show 0 Renamed to: Bug 54152 - In distributed testing : activeThreads always show 0 in GUI and Summariser Bugzilla Id: 54152
 discard ca5ac90  Bug 54152 - In distributed testing : activeThreads and totalThreads always show 0 Add comment Bugzilla Id: 54152
 discard 03c49d6  Bug 55509 - Allow Plugins to be notified of remote thread number progression Bugzilla Id: 55509
 discard 4e7fd3c  Bug 54152 - In distributed testing : activeThreads and totalThreads always show 0 svn eol Bugzilla Id: 54152
 discard fe7840e  Bug 54152 - In distributed testing : activeThreads and totalThreads always show 0 Fix test failure Bugzilla Id: 54152
 discard 9c1aa80  Bug 54152 - In distributed testing : activeThreads and totalThreads always show 0 Bugzilla Id: 54152
 discard c28c4d8  Clarify comment
 discard a3efe75  Proxy should deliver failed requests to any configured Listeners Bugzilla Id: 55506
 discard d0443f0  Allow access to first line for debug purposes
 discard d5f3e50  Proxy should deliver failed requests to any configured Listeners Allow deliverSampler to just send results Bugzilla Id: 55506
 discard 6a694f1  Revert accidental change to log message
 discard 5c3f23f  Guard against impossible(?) occurrence
 discard 2cc5759  Java 5 generic for loop
 discard c9b886d  Proxy incorrectly issues CONNECT requests when browser prompts for certificate override Bugzilla Id: 55504
 discard 67df988  Improve class loading: - New property "plugin_dependency_paths" for   plugin dependency jars. Paths get added to JMeter   loader but not the system class path. - Jar files contained in a directory configured   in one of the properties "search_paths", "user.classpath"   or "plugin_dependency_paths" are automatically added   to the same property as well. This is not true for jar   files contained in sub directories. Bugzilla Id: 55503
 discard c3b8896  Proxy generates empty http:/ entries when recording Bugzilla Id: 55502
 discard b695367  Fix comment
 discard 0612fbd  Fix email
 discard a8de124   Incorrect encoding for French description of __char function  Re-order some keys Bugzilla Id: 55501
 discard 0048d2f  Clarify
 discard 163fb4b  Improved debug: include remote port in log messages so multithreaded requests can be more easily traced
 discard 7a23e35  Collapse suggested exclusion RE into a single line to reduce clutter on GUI
 discard bd2a827  Typo.
 discard 9f2d565  Quote the method so any whitespace is obvious
 discard d5c2870  Spelling errors
 discard eadbfaa  Ensure BC jars with old name prefix are deleted
 discard b49e186  Add helper class for working with Java keytool
 discard bd45f7e  Drop temporary cast. Add build debug to trace issue with buildbot build
 discard e983aa5  Add temporary cast to trace issue with buildbot build
 discard c2f26b6  Localise variable definitions
 discard c103763  Don't save the passwords as static fields
 discard 8b8e5b6  Updated Proxy cert details
 discard b6d0a24  Bug 55488 - Add .ico and .woff file extension to default suggested exclusions in proxy recorder Bugzilla Id: 55488
 discard b17dec2  Simplify and avoid calling exitValue() twice if the process has ended.
 discard 2f8ee57  helper method should be private
 discard 7d805db  Add comment re proc.destroy
 discard 2dbafa5  Bug 55403 - Enhancement to OS sampler: Support for timeout Remove magic number Bugzilla Id: 55403
 discard f445064  Safer use of mkdir() - see for example discussion of mkdirs() here: https://issues.apache.org/jira/browse/IO-280
 discard 32b518c  More info on proxy recording
 discard 1ec31f6  Clarify when BSF Sampler is needed
 discard 5ec4273  Add EOL at EOF
 discard 8886d06  Change field name Raw Post Data to Body Data
 discard 96857d3  Change field name Raw Post Data to Body Data
 discard 238d94a  Bug 55403 - Enhancement to OS sampler: Support for timeout Fixed compilation error Bugzilla Id: 55403
 discard a124c11  Fix some typo Update documentation
 discard 8ea3999  Bug 55403 - Enhancement to OS sampler: Support for timeout Update docs Bugzilla Id: 55403
 discard e09ba41  Bug 55403 - Enhancement to OS sampler: Support for timeout Screenshot for changes Bugzilla Id: 55403
 discard 8417276  Bug 55403 - Enhancement to OS sampler: Support for timeout Bugzilla Id: 55403
 discard e65f55a  Bug 54155 - ModuleController : Add a shortcut button to unfold the tree up to referenced controller and highlight it Reset previous nodes Bugzilla Id: 54155
 discard 248b9d3  Update a bit this section
 discard a594a1c  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Clarify docs Bugzilla Id: 53480
 discard 406b197  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Clarify Bugzilla Id: 53480
 discard 39af54f  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Add missing config files to distribution Bugzilla Id: 53480
 discard 2ca69f0  Allow environment to be null; document nullity of parameters
 discard d906cd2  dname contains spaces
 discard 7bdae81  Make validity an optional parameter; check if output file exists
 discard 800e332  Parameterise the key generation command
 discard 270650e  Don't overwrite sample label
 discard ba22c6d  Bug 55463 - Component.requestFocus() is discouraged; use requestFocusInWindow() instead Bugzilla Id: 55463
 discard 167f322  System Sampler should not change the sampler label if a sample fails Use the responseMessage for error reporting Simplify the code; the outer try block was not needed. Bugzilla Id: 55462
 discard 877a819  Bug 55459 - Elements using ComboStringEditor lose the input value if user selects another Test Element Bug 55103 - why does the focus listener now get called after modifyTestElement? Bugzilla Id: 55459
 discard fc51e58  Bug 55459 - Elements using ComboStringEditor lose the input value if user selects another Test Element Rollback change using Editor to access value Replace requestFocus() by requestFocusInWindow() Bugzilla Id: 55459
 discard 41d57af  Javadoc
 discard 6ffa5a8  Bug 55459 - Elements using ComboStringEditor lose the input value if user selects another Test Element Bugzilla Id: 55459
 discard 8876818  Bug 55455 - HTTPS with HTTPClient4 ignores cps setting Remove deprecated note Bugzilla Id: 55455
 discard acefa87  Bug 55455 - HTTPS with HTTPClient4 ignores cps setting Bugzilla Id: 55455
 discard 84ac436  ComboStringEditor does not translate EDIT and UNDEFINED strings on language change Rework UniqueObject so equality depends on the property key. Bugzilla Id: 55437
 discard bb4d97f  Removed Contributed by as sebb did.
 discard 34d6148  Javadoc
 discard 3c2ddd3  fix typo
 discard 185c62f  HEAD redirects should remain as HEAD Bugzilla Id: 55450
 discard f3024a6  Javadoc
 discard df34603  Bug 55451 - Test Element GUI with JSyntaxTextArea scroll down when text content is long enough to add a Scrollbar Bugzilla Id: 55451
 discard 5fb7177  Change log to a warn
 discard 0468cc3  Change log to a warn
 discard c700590  Show IP source address in request data Bugzilla Id: 55389
 discard 9230610  CSV Dataset Config loses sharing mode when switching languages Updated docs Bugzilla Id: 55432
 discard f0408ab  CSV Dataset Config loses sharing mode when switching languages Bugzilla Id: 55432
 discard e41a708  Suppress deliberate use of deprecated methods
 discard a2f3e01  Javadoc Improve order of checks
 discard b2a24b3  Log a warning if the DEFAULT class is not appropriate for the property class
 discard 89aefc4  EnumEditor operates Integer values so the DEFAULT should be an Integer
 discard 0e4f906  Use defaults of the correct type; don't rely on conversion from Strings
 discard f8fd2ba  ComboStringEditor should allow tags to be language dependent Bugzilla Id: 55440
 discard 5f3e28e  Don't allow external code to modify the tags array
 discard 96c6efa  ComboStringEditor does not translate EDIT and UNDEFINED strings on language change Bugzilla Id: 55437
 discard 7fe5ba0  ComboStringEditor should implement ClearGui Bugzilla Id: 55436
 discard c3e5085  ComboStringEditor could be simplified to make most settings final Bugzilla Id: 55435
 discard bb97fb2  Tweak log messages
 discard 77645c5  Value must be defined
 discard ad87a1a  Constant Throughput Timer bug with localization Bugzilla Id: 53679
 discard 94b3b0a  Need GUI Editor to process fields which are based on Enums with localised display strings No need for caller to provide the ResourceBundle as we already have it Bugzilla Id: 55421
 discard 78c1600  TestBeanHelper should ignore properties not supported by GenericTestBeanCustomizer Bugzilla Id: 55427
 discard b35949d  Inline method which is only used locally.
 discard d5f7b9a  Rearrange test so can compare more JMX test files - ones that only have changes within lines have the same line count.
 discard 3e59ba1  Suppress checked warning as it is safe to do. Use a temporary variable to localise the scope of the suppression.
 discard 1a38f60  Need GUI Editor to process fields which are based on Enums with localised display strings Better invocation strategy - pass in enum class and resource bundle Oops - missed this from svn commit: r1514547 Bugzilla Id: 55241
 discard a6f369e  Need GUI Editor to process fields which are based on Enums with localised display strings Better invocation strategy - pass in enum class and resource bundle Bugzilla Id: 55241
 discard cf074cc  Improve log message
 discard 12d8b75  Screenshot for new device feature
 discard 415c904  Update changes
 discard bb373a8  Bug 55424 - Add Stripping to existing SampleSenders Bugzilla Id: 55424
 discard e52e02f  Bug 55424 - Add Stripping to existing SampleSenders Bugzilla Id: 55424
 discard e9431bb  Add javadocs Add constant for default queue size
 discard d49d51d  Bug 55423 - BatchSampleSender: Reduce locking granularity by moving listener.processBatch outside of synchronized block Bugzilla Id: 55423
 discard 7d22ee0  Need GUI Editor to process fields which are based on Enums with localised display strings Bugzilla Id: 55241
 discard 4551fdf  Use ClearGui interface method if it exists
 discard 350d2d9  Move clearGui() into separate interface
 discard 1ad274f  Avoid possible NPE when reporting errors
 discard 1fa1a3b  Fix typo in package name
 discard ff7cbe8  Update some screenshots for HTTP Request
 discard f814b1c  ant download_jars task fails if lib/api or lib/doc are missing Bugzilla Id: 55405
 discard bf4a83a  Support device in addition to source IP address Use enum for source types; don't convert between index and name unnecessarily. Bugzilla Id: 54874
 discard 0e229aa  Change Source Type Map to ArrayList (better) Bugzilla Id: 54874
 discard 4b0f3f4  Some improvements to Proxy Server box (font, width field, allocation of space fields) Simplify Path pane
 discard c06e08b  Synchronize design UI with HTTP Sampler for Embedded Resource box
 discard 38e14c1  Improve UI inter-action with Embedded Resources checkbox and URLs matching text field
 discard 3a4781a  Fix an issue with localization in Source Address Type list Bugzilla Id: 54874
 discard 506245a  Fix missing french translation Bugzilla Id: 54874
 discard 3f02262  Re-organizes the Source Address options. Change the organization for "Optional tasks" in the HTTP Request (separating into 3 sub-blocks : Embedded resources, Source Address, Optional tasks) Bugzilla Id: 54874
 discard f4df6b6  Reduce the element screen width for HTTP Request Related with Bug 54874
 discard 3e84e06  Tweak grammar
 discard a3ad30a  NativeCommand could be useful elsewhere Deprecate original class Rename new class to avoid confusion Bugzilla Id: 55411
 discard 2225fb1  NativeCommand could be useful elsewhere Moved code to o.a.jorphan.exec Bugzilla Id: 55411
 discard 76c41c3  Update TCP Sampler screenshots
 discard 34486db  UI improvements
 discard e46e23c  I don't need (or want) attribution references.
 discard 2c2dba9  Update changes
 discard f11e5d4  Clarify some sentences. Remove some misleading advices.
 discard 18a082f  Fix mail inside <>
 discard 557de3e  git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1513006 13f79535-47bb-0310-9956-ffa450edef68
 discard 646405a  Updated New and Noteworthy with last changes
 discard b9f6618  Update after rollback of new certificate
 discard cf1365b  Added contributor tag as discussed on mailing list
 discard 3ab6c78  Clarify docs for MongDB Script and fix typo
 discard 725770c  HC3 does not allow IP Source field to override httpclient.localaddress Bugzilla Id: 55388
 discard 8943a2f  Support device in addition to source IP address Support choice of IPv4 or IPv6; report error if selected interface is not found Bugzilla Id: 54874
 discard 1745a35  Bug 54482 - HC fails to follow redirects with non-encoded chars Clarify javadocs Bugzilla Id: 54482
 discard 9ea8799  Support device in addition to source IP address Bugzilla Id: 54874
 discard 3de4b08  Add code docn
 discard 931689e  Avoid unused variable warning and provide useful debug output
 discard 0729dae  Bug 54482 - HC fails to follow redirects with non-encoded chars Add some tests Bugzilla Id: 54482
 discard 4b805dd  Bug 54482 - HC fails to follow redirects with non-encoded chars Check for null path Bugzilla Id: 54482
 discard ab28183  Bug 54142 - HTTP Proxy Server throws an exception when path contains "|" character Integrated my patch with a slight change to make current behaviour with Java Impl remain the same as bug only affects HC impls Bugzilla Id: 54142
 discard 434d1b8  Bug 54482 - HC fails to follow redirects with non-encoded chars Oups take into account new exceptions Make error message more complete Bugzilla Id: 54482
 discard c418104  Bug 54482 - HC fails to follow redirects with non-encoded chars Fix as per sebb comment Bugzilla Id: 54482
 discard 91229ae  StackOverflowError with ModuleController in Non-GUI mode if its name is the same as the target node Bugzilla Id: 55375
 discard 8a10bce  Add test for Bug 47165 to guard against regression
 discard 765004a  Move common code to super-class
 discard 07e7cee  Clarify behaviour when path contains a full URL
 discard c388b03  Javadoc
 discard 4376056  Bug 54482 - HC fails to follow redirects with non-encoded chars Bugzilla Id: 54482
 discard 5a51383  Typo
 discard 3a4e4d1  Immutable private field => final
 discard 7911789  Revert 'simple' web test plan Add an advanced web test plan Refer to: http://mail-archives.apache.org/mod_mbox/jmeter-dev/201308.mbox/%3CCAH9fUpZbY2rXkzSssk1R2be0XhFyLrEa%3D%2BHg3UtuKzVwUGFaUQ%40mail.gmail.com%3E
 discard 1df6159  Updated to HttpComponents Core 4.2.5
 discard 22c5ae1  Updated to HttpComponents Core 4.2.5
 discard 1d185f7  Bug 54271 - Module Controller breaks if test plan is renamed Bugzilla Id: 54271
 discard 094295f  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Update docs as per Felix Schumacher patch and complete documentation Bugzilla Id: 53480
 discard 42c427d  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Update screenshots Bugzilla Id: 53480
 discard 0f1c961  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Update documentation Bugzilla Id: 53480
 discard e94709a  Unnecessary output
 discard 0d69dfa  Immutable private fields should be final
 discard 0edb2d7  Unnecessary line-wrap
 discard ef83112  Avoid warning from serialisation tests
 discard 135782b  Immutable private fields should be final
 discard ae7a7a1  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Fix typo Bugzilla Id: 55085
 discard e249c72  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Add Webservice Template (not using deprecated Webservice Sampler) Enhance web test plan to show more features Bugzilla Id: 55085
 discard e62bb47  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Fix test warning Bugzilla Id: 53480
 discard 4936ee4  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Fix comments in krb5.conf Bugzilla Id: 53480
 discard 39bf066  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Fix comments in jaas.conf Bugzilla Id: 53480
 discard eb5612c  Update listener default format (CSV), update save as image screenshot
 discard deb664e  Simplify, and avoid boxing warning
 discard 612611e  Update to non-deprecated method
 discard 9c6f56e  Add some templates from user's manual
 discard f639b52  Grammar
 discard 84bbdda  NativeCommand hangs if no input file is specified and the application requests input Bugzilla Id: 55349
 discard 88ab28c  Update some screenshots. Add save option to workbench.
 discard 437bf02  Bug 54789 - XPath Assertion - GUI enhancements to increase readability and ease of use Bugzilla Id: 54789
 discard cadee74  Typo + warning's icon mention
 discard 9fcd37e  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Make jaas application configuration and default to JMeter Bugzilla Id: 53480
 discard 8efd26d  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Add ability to clear kerberos subjects on each Main Loop iteration i18n Bugzilla Id: 53480
 discard b90b5e0  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Add ability to clear kerberos subjects on each Main Loop iteration Bugzilla Id: 53480
 discard d6d1f37  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Make jaas application configuration and default to JMeter Bugzilla Id: 53480
 discard 912f416  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Remove server configuration Bugzilla Id: 53480
 discard a3ce82b  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Fix and document client configuration Bugzilla Id: 53480
 discard 987dff0  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Add client configuration Bugzilla Id: 53480
 discard f1cb4fb  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Add configuration Bugzilla Id: 53480
 discard 8ebe282  Bug 55334 - Adding Include Controller to test plan (made of Include Controllers) without saving TestPlan leads to included code not being taken into account until save Bugzilla Id: 55334
 discard 06becf5  Corrections: default sampler is now HTTPClient4; Java sampler does now support per connection proxies.
 discard e37e833  Document -H and -P parameters
 discard 7dbbe7b  Test file including all GUI items in 2.10
 discard d6c8850  Test file including all GUI items in 2.10
 discard 6bfb816  Clarify documentation
 discard e5ddf88  Clarify javadoc
 discard 546b7b6  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Fix Tests failure Bugzilla Id: 53480
 discard 08fc997  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Revert to previous test plan Bugzilla Id: 53480
 discard beb7a08  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Revert to previous test plan Bugzilla Id: 53480
 discard 20bdd0d  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Fix Test Plan to add new column Bugzilla Id: 53480
 discard ec20f48  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Fix Test Plan to add new column Bugzilla Id: 53480
 discard 941e50b  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) svn eol Bugzilla Id: 53480
 discard 8f13613  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Bugzilla Id: 53480
 discard 4338778  Bug 55328 - __escapeOroRegexpChars trims spaces Bugzilla Id: 55328
 discard 83e590b  Code comment
 discard 0f83d25  Add final EOL at EOF
 discard 328f319  Bug 55202 - Add syntax color for scripts elements (BeanShell, BSF, and JSR223) and JDBC elements with RSyntaxTextArea Add xml Bugzilla Id: 55202
 discard 255fe1a  Clarify content of links
 discard 911d70d  Grammar tweak
 discard ea3922a  Fix millisecondes (3 SSS only)
 discard cc3df95  Update "Building an Extended LDAP Test Plan" in user manual (new screenshots, etc.)
 discard 99f6351  Update "Building an LDAP Test Plan" in user manual (new screenshots, add Response Assertion, etc.) =>corrects the figure number
 discard 82e0261  Update "Building an LDAP Test Plan" in user manual (new screenshots, add Response Assertion, etc.)
 discard 9f78d83  Remove dgc interval settings.
 discard 9d6bc10  Revert to previous certificate as new one is not entirely correct
 discard 2984d49  Synchronise settings with Unix version
 discard bdc09ad  Fixed: - String appending - Wrong division - Primitive value is boxed then unboxed to perform primitive coercion
 discard a8b24ee  Add a GC option for perm cleanup Add explanation on NEW zone
 discard bf09a4e  Update proxyserver certificate
 discard 4bd5938  Add simple example XPath expressions
 discard 9aae28a  Fix millisecondes (3 SSS only)
 discard a2064c6  Tweak the English
 discard 694f7de  Tweak the English
 discard 0534776  Add section
 discard e41107d  Add section
 discard d42ded7  Update get started page. Update Templates... screenshots
 discard cac2840  Refresh/update index page
 discard 3951ae0  Update changes (prepare next release). Complete View Results Tree for CSS/JQuery Tester
 discard 9b04a57  Update changes (prepare next release). Fix some screenshots. Thanks to Philippe.
 discard 1a6e366  Follow-up to http://svn.apache.org/r1502962 Add licenses to source and binary archives
 discard 571a426  Javadoc fixes
 discard bb1023f  Unused imports
 discard fe3154c  Unused imports
 discard 300dff3  Fix test compilation failure
 discard e819917  Add some screenshots to changes (for 2.10 release)
 discard 48b7f77  Add a known issue with Java 6 + Gnome 3 on Linux systems Oups, use bugzilla tag
 discard 4c266f7  Add MongoDB in color syntax mention Add a known issue with Java 6 + Gnome 3 on Linux systems
 discard 9b21b77  JMeter should default to 0 retries for HTTP requests Bugzilla Id: 55288
 discard f22c286  Bug 55023 - SSL Context reuse feature (51380) adversely affects non-ssl request performance/throughput Bugzilla Id: 55023
 discard ef9e8e4  Fix some French translations
 discard 28ce9af  Use TimeUnit for readability
 discard 61eecf2  Use TimeUnit for readability
 discard e010d63  Use TimeUnit for readability
 discard 63f043b  Use TimeUnit for readability
 discard a70eeb5  Use TimeUnit for readability
 discard 105262b  Update screenshots in Build HTTP test plan in user's manual (prepare for a template)
 discard 8620a4f  UX Improvement : Ability to create New Test Plan from Templates Add icon's templates to bar menu Bugzilla Id: 55085
 discard 0772e10  UX Improvement : Ability to create New Test Plan from Templates Rename "Create from templates" to Templates (internally) Bugzilla Id: 55085
 discard 405fa83  Tweak JSR223 docs
 discard 385443d  Add advice on JSR223 and Groovy
 discard b01be7e  Clarify documentation after introduction of caching for inline scripts
 discard b917786  Add test to compare versions in build.properties, eclipse.classpath and parent pom
 discard 632e08f  Rename some properties to agree with jar name
 discard ee76428  Remove tabs and fix alignment
 discard 1c8dea6  Not actually used
 discard 6ac76de  Use same name as build.properties
 discard 0fd21d2  Remove the dependency on the Activation Framework Bugzilla Id: 54903
 discard 5936c68  Remove the dependency on the Activation Framework Bugzilla Id: 54903
 discard e85f8be  Remove the dependency on the Activation Framework Bugzilla Id: 54903
 discard 7f0c843  Alpha sort
 discard 7285ca5  Standardise on TABs as that is what Eclipse uses
 discard 926bf95  Updated to BouncyCastle 1.49 (from 1.48)
 discard cea0764  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Add Mongo DB template Bugzilla Id: 55085
 discard 014e845  Update Build FTP test plan in user's manual (prepare for a template)
 discard 2a18d10  Add new and noteworthy
 discard 94d90d9  Bug 54584 - MongoDB plugin svn eol type Bugzilla Id: 54584
 discard d95a337  Bug 54584 - MongoDB plugin Add MongoDBHolder to allow easier access to DB api Bugzilla Id: 54584
 discard da1495c  Missing javadocs for MongoDB
 discard 1e5fe89  Bug 55255 - Allow Body in HTTP DELETE method to support API that use it (like ElasticSearch) Bugzilla Id: 55255
 discard 2d5e7f1  Accidental commit - subclipse misbehaving
 discard 4de853b  Re-organised and simplified NOTICE and LICENSE files
 discard 691ee80  We don't need the "how to apply" section
 discard af6562f  Missed another location where commons-lang was moved
 discard 24bdcef  Commons-lang has moved
 discard aa2dfb7  Bug 54834 - Improve Drag & Drop in the jmeter tree http://mail-archives.apache.org/mod_mbox/jmeter-dev/201307.mbox/%3CCAOGo0VZ0z3GMbfsq_gSB%2Bp7nTUqLng6Gy2ecvYbD8_AKb-Dt5w%40mail.gmail.com%3E Bugzilla Id: 54834
 discard eba452d  Document impact of commons-lang-2.6.jar removal
 discard 03946bc  Clarify Gaussian Timer
 discard 63f6a6d  Commons-lang 2.6 is only needed for document generation, so move to lib/docs
 discard 8ec33e5  Bug 54834 - Improve Drag & Drop in the jmeter tree Document java bug Bugzilla Id: 54834
 discard 1202cc3  Bug 54834 - Improve Drag & Drop in the jmeter tree Select dropped nodes Bugzilla Id: 54834
 discard 47745bc  Continues New and Noteworthy section Moved some enhancements in bugs section as they are not really enhancements
 discard 160128d  Lazily load the dialog and TemplateManager using IODH idiom
 discard cbc2193  BeanShell Client jar throws exceptions after upgrading to 2.8 Bugzilla Id: 55242
 discard 989b4fe  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Make MongoDBSampler use Javascript syntax color Bugzilla Id: 55085
 discard bfd1547  Templates - provide button to reload template details Improve the buttons disposition (v2). Classic way for Cancel/CreateOrMerge buttons. Move on header Reload Template button. Bugzilla Id: 55236
 discard 7abacc8  A new line seems needed
 discard 297acc1  Templates - provide button to reload template details Improve the buttons disposition (I thinks) Bugzilla Id: 55236
 discard 1a71151  Simplify BeanShell template; add more description
 discard 142839f  Revert to populating the page in the init phase. This means the selection is retained if the dialog is closed (as per original implementation)
 discard 2b26bcd  Templates - provide button to reload template details Update FR translation Bugzilla Id: 55236
 discard 0c083f3  Template system should support relative fileName entries Bugzilla Id: 55237
 discard cbfe4dd  Too many different fields all call templates!
 discard f3b2381  Templates - provide button to reload template details Bugzilla Id: 55236
 discard 4ba4a6d  Start of new and noteworthy
 discard b574c2c  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Handle opening of browser on link clicking Bugzilla Id: 55085
 discard 7596e31  Change list Known bugs to bullet list. Add mention to Java Bug http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6396599 for Java/Linux issue.
 discard 74ad0e7  Fix javadoc warning
 discard a99354d  UX Improvement : Ability to create New Test Plan from Templates Add *.dtd in binary archives Bugzilla Id: 55085
 discard 1e8f680  Improve FR translation
 discard 4d4404b  ViewResultsTree: text not refitted if vertical scrollbar is required Bugzilla Id: 55111
 discard c2e459a  Pick up the list of template names at run time
 discard 1896586  Allow the template list to be reset (in case the xml has changed)
 discard 3f4058d  Immutable variable can be final
 discard 34eb219  Allow JUnit serialisation tests to succeed
 discard f5b516c  Tab police
 discard 6b57f13  Template GUI Manager silently overwrites files; does not allow for file merge Load directly from template, but don't set the filename details Allow Template Merge Bugzilla Id: 55224
 discard e1a16cd  Template GUI Manager silently overwrites files; does not allow for file merge Change GUI to show whether template is full test plan or partial Bugzilla Id: 55224
 discard bc06f12  Simplify some larger methods Don't reuse fields
 discard aab9b02  Javadoc
 discard 195e0ac  new FocusRequester(source) on its own looks rather odd; change to use static method instead
 discard 145e4f8  Javadoc
 discard 8e0ce37  Add missing entry
 discard a38fe7f  Add flag to document whether template is a complete TestPlan or just a mergeable selection
 discard f0e1f9a  Templates can be merged as well
 discard bcad173  Simplify by passing File to XStream. This also allows XStream to find the SYSTEM file.
 discard a527162  Add syntax color for scripts elements (BeanShell, BSF, and JSR223) and JDBC elements with RSyntaxTextArea (add mention to JDBC) Bugzilla Id: 55202
 discard 4db3a88  Remove test entry
 discard fc1d267  Add syntax color for scripts elements (BeanShell, BSF, and JSR223) with RSyntaxTextArea JDBC now uses SQL language format Bugzilla Id: 55202
 discard 9b216f0  Localise language => Syntax translation to wrapper class
 discard b47a700  UX Improvement : Ability to create New Test Plan from Templates Simplify swing objects. Let's ComponentUtil sizing the dialog box. Bugzilla Id: 55085
 discard 326dd69  Add support for lanuage to be passed to TextEditor instances
 discard 7fea517  Oops, not ready for this yet
 discard 4ac4268  Allow descriptor to be passed to TextAreaEditor (for eventual use in SyntaxTextArea setup)
 discard 7a6a1d7  Be explicit about super class invocation
 discard 9cdcf62  Allow descriptor to be passed to TextAreaEditor (for eventual use in SyntaxTextArea setup)
 discard 52a8a17  UX Improvement : Ability to create New Test Plan from Templates Change preferred size so existing templates fit better Bugzilla Id: 55085
 discard 4c61f65  UX Improvement : Ability to create New Test Plan from Templates Document why we don't use interface type Map for Templates#templates Bugzilla Id: 55085
 discard c14ab33  UX Improvement : Ability to create New Test Plan from Templates TemplateManager now returns templates in the order they are defined Bugzilla Id: 55085
 discard f3e494e  Remove code from try/catch that does not need to be there Fetch fileName once
 discard 40ebe3b  Temporarily disable the DTD as it causes problems for XStream It seems to look for the DTD in the launch directory rather than relative to the XML
 discard 5dbf894  Add basic DTD for the templates.xml file
 discard 91d31b3  Add "..." to say to the user that a wizard will launch
 discard c2b579a  Move JSytntaxTextArea where it can use JMeterUtils
 discard 35aace6  & needs to be double-escaped because the xml is processed twice
 discard 2a1f7ec  Bug 55175 - HTTPHC4Impl refactoring to allow better inheritance Bugzilla Id: 55175
 discard 62ac8e3  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Added screenshot Bugzilla Id: 55085
 discard aef307c  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Added documentation Bugzilla Id: 55085
 discard 80c0e61  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Added documentation Bugzilla Id: 55085
 discard 0c07aa0  fixed some typos Clarified some unclear bugs fixed ? appearing instead of quotes
 discard c9d78c3  Spelling etc
 discard 69bd837  TestBeanGUI - wrong language settings found Bugzilla Id: 55203
 discard 795d2ec  Documentation fix
 discard 3126557  Documentation fix
 discard 3ccc515  Document code equality
 discard b3d028b  Bug 55203 - TestBeanGUI - wrong language settings found Bugzilla Id: 55203
 discard af5486c  Updated to tika 1.4 (from 1.3)
 discard a11b7e7  Update docs with new screenshots Bugzilla Id: 55202
 discard 72c9db4  Fix tab
 discard 75893d1  Get rsyntaxtextarea jar file from official binary zip Bugzilla Id: 55202
 discard a60badb  Generic for loops
 discard 68ea969  Document not used
 discard b840a3b  JSR223 language entries are duplicated; fold to lower case Bugzilla Id: 55208
 discard 3d6950a  Variable spelling
 discard 6a7a179  Generic for loops
 discard 24b48d8  Opps, forgot JMeterUtils was in core
 discard cb0bdf2  Only TestBean classes are supported
 discard 7e7f041  Only access RSyntaxTextArea through utility classes
 discard 863946d  Add utility classes for RSyntaxTextArea add-on
 discard 7247d43  Simplify: use for loop and inline a variable
 discard 6b71576  Useless Javadoc
 discard fc5c52c  Add specific error message and explanation re comma escaping Bugzilla Id: 55169
 discard 80cadf7  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Fixed missing " check if the test plan has been saved before replacing it" Bugzilla Id: 55085
 discard ab73d9b  Fix up language mappings
 discard 3b6b9ab  Remove extra blank lines from help text
 discard 7299e37  Typo
 discard 5c3564e  No need for class to be nested; avoids name clash over "templates" field
 discard ce2f74e  Add AL header
 discard 6fe092d  Close the <li> tag; remove blank lines
 discard 05dfda8  Sort entries
 discard e322e60  Private immutable fields can be final
 discard 6eb803f  Document usage
 discard cc82aad  Private immutable fields can be final
 discard c2e9914  Fix to allow Headless testing
 discard f877719  Unused imports
 discard 96c0626  Variables might as well be final
 discard 9127ea9  Exception is not thrown
 discard c466872  Not used
 discard 857bd09  Generics
 discard 5538286  Javadoc syntax
 discard e41ad2e  Redundant null check
 discard c183d28  Superflous index
 discard 9e2cdd8  Bug 55202 - Proposal to add RSyntaxTextArea for BeanShell, BSF, and JSR223 elements Disable download link for rsyntaxtextarea jar from Maven Repo, the license in pom files is LGPL (but modified BSD on official website) Bugzilla Id: 55202
 discard 5566fcd  Bug 55201 - ForEach controller excludes start index and includes end index (clarified documentation) Bugzilla Id: 55201
 discard 3ccb0d0  Add syntax color for scripts elements (BeanShell, BSF, and JSR223) with RSyntaxTextArea Bugzilla Id: 55202
 discard d59000c  Bug 55201 - ForEach controller excludes start index and includes end index (clarified documentation) Bugzilla Id: 55201
 discard a8f0587  Bug 55202 - Proposal to add RSyntaxTextArea for BeanShell, BSF, and JSR223 elements Bugzilla Id: 55202
 discard 42a50e3  Clarify issue with BeanShell compilation
 discard 1f13581  Bug 55201 - ForEach controller excludes start index and includes end index (clarified documentation) Bugzilla Id: 55201
 discard 9f7025a  Comments: remove duplicate/obsolete ones and clarify recent change
 discard 3826730  Integer overflow when computing ONE_YEAR_MS in HTTP CacheManager Bugzilla Id: 55187
 discard 03f162a  Bug 55172 - Provide plugins a way to add Top Menu and menu items Made method private as per sebb comment Bugzilla Id: 55172
 discard cb1a9fa  Bug 55172 - Provide plugins a way to add Top Menu and menu items Fixed EOL Bugzilla Id: 55172
 discard da2f2ed  Bug 55172 - Provide plugins a way to add Top Menu and menu items Bugzilla Id: 55172
 discard 04c9748  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates add templates to distribution Bugzilla Id: 55085
 discard 2f37e1c  Bug 54584 - MongoDB plugin Set MongoDB Script in alpha and clarify documentation on eval issue
 discard b9bc311  BeanShellTestElement faiils to quote string when calling testStarted(String)/testEnded(String) Bugzilla Id: 55163
 discard 01e1684  Share the code
 discard 2aefad1  fixed typo
 discard 671bc2d  Bug 54584 - MongoDB plugin Set MongoDB Script in alpha and clarify documentation on eval issue Bugzilla Id: 54584
 discard 7b92996  Bug 54950 - ModuleController : Changes to referenced Module are not taken into accound if changes occur after first run and referenced node is disabled Bugzilla Id: 54950
 discard c88ce5c  Bug 53679 - Constant Throughput Timer bug with localization Added mention on  elements impacted by this bug in documentation Bugzilla Id: 53679
 discard 0e4d38f  useless test
 discard 1791b6e  Bug 55161 - Useless processing in SoapSampler.setPostHeaders Bugzilla Id: 55161
 discard e72d05d  Upgrade of libraries: commons-logging-1.1.3 commons-net-3.3 jodd-3.4.4 mongo-java-driver-2.11.2
 discard 8fd162b  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Set svn properties Bugzilla Id: 55085
 discard 63b0e8d  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Set svn:eol-type Bugzilla Id: 55085
 discard a16f3e9  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Bugzilla Id: 55085
 discard df9f344  Fix alignment (drop extra 4 spaces indent)
 discard 0069016  Change Javadoc generation per CVE-2013-1571, VU#225657 Bugzilla Id: 55129
 discard cb069de  Bug 54903 - Remove the dependency on the Activation Framework Bugzilla Id: 54903
 discard 2cc01d9  Bug 55092 - Log message "WARN - jmeter.protocol.http.sampler.HTTPSamplerBase: Null URL detected (should not happen)" displayed when embedded resource URL is malformed Bugzilla Id: 55092
 discard 6dc8213  Just discovered that the svnmucc "-n" option alias is removed in the upcoming 1.8.0 Might as well use the full names in a script as they are more readable
 discard 47d5263  Minor tweak - sync. svnmucc options as far as possible
 discard 3883c0f  Remove unnecessary string validation Bugzilla Id: 55084
 discard 2d99dac  Bug 55084 - Add timeout support for JDBC Request Fixed javadocs Bugzilla Id: 55084
 discard 2760a12  Bug 55084 - Add timeout support for JDBC Request Bugzilla Id: 55084
 discard f225aa7  Bug 55084 - Add timeout support for JDBC Request Bugzilla Id: 55084
 discard 9b5881f  Bug 55084 - Add timeout support for JDBC Request Bugzilla Id: 55084
 discard 4dd19d2  Bug 55023 - SSL Context reuse feature (51380) adversely affects non-ssl request performance/throughput Fixed regression on 52310 introduced by fix - http://svn.apache.org/r1489603 Fixed regression on 51380 introduced by fix http://svn.apache.org/r1490281 Bugzilla Id: 55023
 discard 844bd25  Always display the log file even if one of the output files has different contents
 discard 9e05a65  Fix bug introduced in http://svn.apache.org/r1489603 The testIterationStart method is called from a different thread from any of the samples
 discard 2a6c223  EOLStyle
 discard fe02b74  Make Transaction Controller set Response Code of Generated Parent Sampler to response code of first failing child in case of failure of one of its children Bugzilla Id: 54985
 discard 47d202f  Bug 55065 - wasted work in Spline3.converge() Bug renaming Bugzilla Id: 55065
 discard 7367261  Bug 55064 - Useless processing in ReportTreeListener.isValidDragAction() Bugzilla Id: 55064
 discard cbcd00d  Bug 55065 - wasted work in Spline3.converge() Bugzilla Id: 55065
 discard 8ab00d7  Bug 55023 - SSL Context reuse feature (51380) adversely affects non-ssl request performance/throughput Fixed regression on 51380 introduced by fix Bugzilla Id: 55023
 discard c041f96  wasted work in Data.append() Bugzilla Id: 55056
 discard 708da4b  SSL Context reuse feature (51380) adversely affects non-ssl request performance/throughput Move testIterationStart code to samplers that actually need it; allows it to be done on first actual sample Bugzilla Id: 55023
 discard 82590a0  Bug 54985 - Make Transaction Controller set Response Code of Generated Parent Sampler to response code of first failing child in case of failure of one of its children Bugzilla Id: 54985
 discard 6a348b6  Bug 54990 - Download large files avoiding outOfMemory Rollback as per sebb comment on dev list Bugzilla Id: 54990
 discard e29caa3  Bug 54990 - Download large files avoiding outOfMemory Use method from commons-io Bugzilla Id: 54990
 discard 133456c  Bug 55027 - Test Action regression, duration value are not record Bugzilla Id: 55027
 discard 77dc6bb  Download large files avoiding outOfMemory Add utility method to do chunking and use in ResultSaver Bugzilla Id: 54990
 discard eaf70fe  Add functions to encode/decode URL encoded chars (__urlencode and __urldecode) Bugzilla Id: 54991
 discard b7aae86  Small user interaction improvements in Row parameter Detail Box
 discard 76319b5  Re-add Apache License v2
 discard 767519b  Add tr, update project name
 discard 834df40  Add mongo protocol entry
 discard 2f8357b  Bug 54584 - MongoDB plugin Finalize documentation Bugzilla Id: 54584
 discard f8a9236  Clarify HTTPs recording
 discard a9c08fd  Add Shutdown Hook to enable trapping kill or CTRL+C signals Simplify; only add the hook once Bugzilla Id: 54945
 discard c262a5e  Bug 54945 - Add Shutdown Hook to enable trapping kill or CTRL+C signals Bugzilla Id: 54945
 discard 2c76e99  Add tag for 2.9
 discard 0400b61  Removal from GUI of Deprecated of Webservice SOAP Request Fixed HTML Parameter Mask not being removed from GUI due to change in label
 discard 3b4b4fc  Updated to commons-codec 1.8 (from 1.6) Updated to commons-io 2.4 (from 2.2) Updated to commons-net 3.2 (from 3.1) Updated to jdom-1.1.3 (from 1.1.2) Updated to jodd-lagarto and jodd-core 3.4.3 (from 3.4.1) Updated to junit 4.11 (from 4.10) Updated to slf4j-api 1.7.5 (from 1.7.2) Updated to xmlgraphics-commons 1.5 (from 1.3.1) Updated to xstream 1.4.4 (from 1.4.2)
 discard 07120a8  Fixed typo
 discard c5b2814  Bug 54584 - MongoDB plugin Update docs Bugzilla Id: 54584
 discard 7eea669  Bug 54584 - MongoDB plugin Bugzilla Id: 54584
 discard 1886aba  Bug 54924 - XMLAssertion uses JMeter JVM file.encoding instead of response encoding and does not clean threadlocal variable Bugzilla Id: 54924
 discard 4b527c1  Propagate the input event ID
 discard 5f84cf3  Propagate the input event ID
 discard fa8802a  Bug 54913 - JMSPublisherGui incorrectly restore its state Bugzilla Id: 54913
 discard 1c85bbc  Bug 54912 - JMeterTreeListener should use constants Bugzilla Id: 54912
 discard 8f06450  Bug 54584 - MongoDB plugin Bugzilla Id: 54584
 discard 78e200c  upgrade to httpclient 4.2.5
 discard c43a961  upgrade to httpclient 4.2.5
 discard acf8049  Bug 54901 - Response Assertion GUI behaves weirdly Bugzilla Id: 54901
 discard 0cfbec5  Spelling: instanciat[e|ing] => instantiat[e|ing] Bugzilla Id: 54896
 discard 2e20755  Bug 54896 - JUnit sampler gives only “failed to create an instance of the class” message with constructor problems Bugzilla Id: 54896
 discard 22fe27b  Bug 54870 - Tree D&D may lost leaf nodes Bugzilla Id: 54870
 discard 9c5aa3d  Bug 54864 - Enable multi selection drag&drop in the tree without having to start dragging before releasing Shift or Control Bugzilla Id: 54864
 discard dcee7fd  Bug 54834 - Improve Drag & Drop in the jmeter tree fix entity Bugzilla Id: 54834
 discard e9f5d73  upgrade to mongo-java-driver-2.11.1
 discard fc535ab  Bug 54834 - Improve Drag & Drop in the jmeter tree FIX EOL Bugzilla Id: 54834
 discard 2368baa  Bug 54834 - Improve Drag & Drop in the jmeter tree Bugzilla Id: 54834
 discard a5a2de3  Can now drop work-round for obtaining default HTTP params
 discard 31a48f4  Start unit test for sanitizeUrl
 discard 7e43b18  More info on why change was done
 discard ced49ab  Bug 54847 - Cut & Paste is broken with tree multi-selection Take into account sebb remark on dev mailing list Bugzilla Id: 54847
 discard 060cbd2  Bug 54847 - Cut & Paste is broken with tree multi-selection Bugzilla Id: 54847
 discard 775fe79  Bug 54759 - SSLPeerUnverifiedException using HTTPS , property documented Bugzilla Id: 54759
 discard 38ddb87  Bug 54844 - Set the application icon on Mac Os Bugzilla Id: 54844
 discard 1456c9c  Bug 54841 - Correctly handle the quit shortcut on Mac Os (CMD-Q) Bugzilla Id: 54841
 discard d54de2f  Bug 54839 - Set the application name on Mac Bugzilla Id: 54839
 discard f57eb79  Bug 54581 - CTRL+F1 for function dialog open does not work for JMeter 2.9 Bugzilla Id: 54581
 discard 5c585f0  Oops - changed wrong file in r1467463
 discard c61dde3  Fix download_jars so it clears up old versions
 discard 08a394c  upgrade to commons-logging 1.1.2
 discard c570d64  upgrade to commons-logging 1.1.2
 discard ccd28d4  Update to httpclient and httpcore 4.2.4
 discard 9afcde9  Update to httpclient and httpcore 4.2.4
 discard 339e097  Update to httpclient and httpcore 4.2.4
 discard 26fe234  Unused import
 discard 3d3099a  Fix up some deprecations
 discard f9cbdc9  Update to 2.10-SNAPSHOT
 discard f5d8b9b  Rollback to fix of bugs: 54482- HC fails to follow redirects with non-encoded chars 54293- JMeter rejects html tags '&lt;' in query params as invalid when they are accepted by the browser 54142- HTTP Proxy Server throws an exception when path contains "|" character
 discard 1bcfe4b  Bug 54825 - Add shortcuts to move elements in the tree svn eol Bugzilla Id: 54825
 discard 2a9e005  Bug 54825 - Add shortcuts to move elements in the tree Bugzilla Id: 54825
 discard 356d362  Property does not have to be public; use constant for property default
 discard 56f225c  Bug 42428 - Workbench not saved with Test Plan Bugzilla Id: 42428
 discard 63f8e1d  Bug 54777 - Improve Performance of default ResultCollector Bugzilla Id: 54777
 discard 5d5b2ef  Bug 54777 - Improve Performance of default ResultCollector Add saving.autoflush Bugzilla Id: 54777
 discard 460daac  Bug 54798 - Using subject from EML-file for SMTP Sampler Bugzilla Id: 54798
 discard e636a55  Fix a double bug ID Next version would be 2.10
 discard 35d28d1  Detab Bugzilla Id: 54788
 discard f09f885  Bug 54788 - JMS Point-to-Point Sampler - GUI enhancements to increase readability and ease of use Bugzilla Id: 54788
 discard 590140c  Bug 54777 - Improve Performance of default ResultCollector Bugzilla Id: 54777
 discard 6b612b6  Set a minimum width for the text box of concurrent pool number.
 discard fdc5317  Bug 54776 - Update the dependency on Bouncy Castle to 1.48 Bugzilla Id: 54776
 discard cc288d7  https://issues.apache.org/bugzilla/show_bug.cgi?id=54586 Display exception to indicate parsing Bugzilla Id: 54586
 discard 20f3348  ERGONOMICS : When variables are used for timer values, we need to scroll
 discard a538b00  Oops - wrong eol-style
 discard 18aa9e4  Eol-style
 discard 5e1a4c0  ArrayIndexOutOfBoundsException if "sample_variable" is set in client but not server Bugzilla Id: 54685
 discard 3ad63ed  Document bug descriptions for tests
 discard e04290a  Be consistent
 discard b4531c6  StringIndexOutOfBoundsException at SampleResult.getSampleLabel() if key_on_threadname=false when using Statistical mode Bugzilla Id: 5473
 discard 7f9c1a0  output properties file path when not found
 discard 57c32a3  No need to create a Double here
 discard 8b41bb4  Tab police - also remove trailing spaces in same files
 discard d16952a  Don't use actual tab in strings
 discard 1e4037f  Tab police - also remove trailing spaces in same files
 discard cd44d13  Tab police - also remove trailing spaces in same files
 discard e322f5a  Tab police - also remove trailing spaces in same files
 discard c8f4190  Tab police
 discard 74099d3  Add missing serialVersionUIDs (dummy value, because we won't need to serialise these classes)
 discard 509af6e  Another twice call of sampleEnd (if a exception occured) Bugzilla Id: 54584
 discard 01bb10e  Fix a twice call of sampleEnd Bugzilla Id: 54584
 discard 6def070  Unnecessary instance variable
 discard d98ba8c  Add the mongo jar in packages Bugzilla Id: 54584
 discard 86a00e3  fixed typo in doc
 discard 8d50d83  Add flag forcing non-GUI JVM to exit after test Bugzilla Id: 54669
 discard 08cc241  Add French translation, add AL header on resources properties files, litte javadoc and serial id. Bugzilla Id: 54584
 discard 3956bf8  RegEx User Parameters Post Processor  : fixes a bad encoding for some accented chars & Alphabetical order Bugzilla Id: 45772
 discard c55516c  Revert to Bouncy Castle 1.45 - 1.48 has incompatible changes
 discard acf6562  Update to latest version of Bouncy Castle jars
 discard cf5bec7  Fixed typo
 discard 71c7042  Bug 54584 - MongoDB plugin I18N Bugzilla Id: 54584
 discard c998b9c  Bug 54584 - MongoDB plugin Cleanup code Bugzilla Id: 54584
 discard 6e61a5d  Bug 54584 - MongoDB plugin Add constant for port Cleanup code Bugzilla Id: 54584
 discard a5b6910  re-instate javadocs
 discard 2ce2c07  Update fileversion property Bugzilla Id: 54584
 discard 16aae76  Add an exclusion for mongo jar Bugzilla Id: 54584
 discard feee302  Update version in saveservice Add Mongo elements to saveservice Bugzilla Id: 54584
 discard 3fc797b  Bug 54584 - MongoDB plugin Document use Bugzilla Id: 54584
 discard f23f011  Bug 54584 - MongoDB plugin Add to eclipse.classpath Bugzilla Id: 54584
 discard dac61ce  Bug 54584 - MongoDB plugin Fix Exception Bugzilla Id: 54584
 discard 65d8964  Bug 54584 - MongoDB plugin EOL Bugzilla Id: 54584
 discard a4971e9  Bug 54584 - MongoDB plugin Bugzilla Id: 54584
 discard 09ac9aa  Improve rendering of tooltips
 discard e4ff996  Bug 54629 - HTMLParser does not extract <object> tag urls Bugzilla Id: 54629
 discard a5d0f6b  Bug 54268 - Improve CPU and memory usage Factor out code Bugzilla Id: 54268
 discard 0969875  Bug 54268 - Improve CPU and memory usage Bugzilla Id: 54268
 discard cca95fb  Bug 54627 - JMeter Proxy GUI: Type of sampler settings takes the whole screen with when there are samplers with long name Bugzilla Id: 54627
 discard 179b53e  View Results Tree have a lot of Garbage characters if html page uses double-byte charset Preserve original case of content-type Bugzilla Id: 54585
 discard 7426638  Log a bit more info for ULE error
 discard 1d098e1  View Results Tree have a lot of Garbage characters if html page uses double-byte charset Bugzilla Id: 54589
 discard 307df8a  Bug 54589 - View Results Tree have a lot of Garbage characters Garbage characters Bugzilla Id: 54589
 discard e245d7e  Bug 54576 - View Results Tree : Add a CSS/JQuery Tester Fixed only one input appearing in some cases Bugzilla Id: 54576
 discard 2e5b392  Updated to jsoup-1.7.2
 discard b5a2c92  Bug 54576 - View Results Tree : Add a CSS/JQuery Tester Improve layout Bugzilla Id: 54576
 discard 2c92a08  Bug 54576 - View Results Tree : Add a CSS/JQuery Tester Add missing label Bugzilla Id: 54576
 discard d002504  Bug 54576 - View Results Tree : Add a CSS/JQuery Tester eol Bugzilla Id: 54576
 discard 5e70f45  Bug 54576 - View Results Tree : Add a CSS/JQuery Tester Bugzilla Id: 54576
 discard 2420cc2  Bug 54575 - CSS/JQuery Extractor : Choosing JODD Implementation always uses JSOUP Bugzilla Id: 54575
 discard 1f02932  Bug 54553 - Mispelling Word on remote test usermanual Bugzilla Id: 54553
 discard fd75f3a  Change as per sebb remark
 discard 0894314  Change as per sebb remark
 discard 5d7c7c8  Add URL concerned by certificate refusal if available
 discard a633767  Bug 54467 - Loop controller Controller check conditions each request Use constant for -1 special value Bugzilla Id: 54467
 discard 28383a4  Bug 54467 - Loop controller Controller check conditions each request Add Test Bugzilla Id: 54467
 discard 51b1d6e  Bug 54467 - Loop controller Controller check conditions each request Fix test failure Bugzilla Id: 54467
 discard 40e4e4a  Bug 54467 - Loop controller Controller check conditions each request Error in inherited method override (test still fails with it) Bugzilla Id: 54467
 discard a64345d  Bug 54540 - "HTML Parameter Mask" are not marked deprecated in the IHM Fix error on test Bugzilla Id: 54540
 discard 15b788b  Bug 54540 - "HTML Parameter Mask" are not marked deprecated in the IHM Bugzilla Id: 54540
 discard 05d3759  Bug 54467 - Loop controller Controller check conditions each request Bugzilla Id: 54467
 discard f57f1cc  Bug 54538 - GUI: context menu is too big Improve based on Screen display Bugzilla Id: 54538
 discard 86d1402  Improve Response Time Graph Y axis scale with huge values or small values (< 1000ms). Add a new field to define increment scale Bugzilla Id: 54532
 discard cf0989a  Fix file descriptor leak
 discard 60b0462  Fix Findbugs warning on Non serializable field within Serializable class
 discard eb65c5a  Bug 54538 - GUI: context menu is too big SVN ELO Bugzilla Id: 54538
 discard dcea058  Bug 54538 - GUI: context menu is too big Bugzilla Id: 54538
 discard a75c4b9  Re-arrange order slightly to give better debug output
 discard 83dc639  Rename private field to better reflect its contents
 discard c976aa3  Bug 54142 - HTTP Proxy Server throws an exception when path contains "|" character Bugzilla Id: 54142
 discard cb5eeb6  Bug 54293 - JMeter rejects html tags '<' in query params as invalid when they are accepted by the browser Bugzilla Id: 54293
 discard 12da2a5  Bug 52265 - Code:Transient fields not set by deserialization Bugzilla Id: 52265
 discard 43513f7  Bug 52265 - Code:Transient fields not set by deserialization Bugzilla Id: 52265
 discard b8d0f3a  Bug 52265 - Code:Transient fields not set by deserialization Bugzilla Id: 52265
 discard 5fe53d1  Remove FB warning
 discard 78d8d58  Bug 52265 - Code:Transient fields not set by deserialization Bugzilla Id: 52265
 discard d042516  Bug 54482 - HC fails to follow redirects with non-encoded chars Apply fix to HTTPHC3Impl Factor out sanitize code in ConversionUtils Bugzilla Id: 54482
 discard 02549d2  Bug 54482 - HC fails to follow redirects with non-encoded chars Bugzilla Id: 54482
 discard 1dcdb2c  Add TODO regarding need for serialisable lock
 discard ea7ea9d  Added FIXME
 discard 4168f47  Removed useless method (with infinite recursion)
 discard a2a1a61  update to 2.10-SNAPSHOT
 discard 24b84bc  Bug 54504 - Resource string not found: [clipboard_node_read_error] Bugzilla Id: 54504
 discard 9a310ea  Switch to next version
 discard 7cfe4dc  Switch to next version
 discard 92cb6b4  Add a basic check for missing message property keys
 discard 999be53  Use standard naming convention for message propery keys - don't rely on JMeterUtils conversion
 discard 8a1c1a2  Add missing NON-NLS markers for message property key name strings
 discard 6e781ac  Add missing NON-NLS markers for message property key name strings
 discard a11e5b9  Add missing NON-NLS markers for message property key name strings
 discard c8aa758  Inappropriate use of  // $NON-NLS-1$
 discard 198a334  Incorrect message property name
 discard 7dbbe34  Report lastest changes from docs-2.9 branch on trunk
 discard 4dc27c0  JMeter 2.9 release
 discard 8d9b107  Oops - revert r1438522 as the EOL affects the size.
 discard 39a6793  EOLstyle fixes
 discard d3cd93c  EOLstyle fixes
 discard 4432fe9  EOLstyle fixes
 discard 3e37529  EOLstyle fixes
 discard 19984cc  EOLstyle fixes
 discard 94de95a  Missing Test Plan
 discard 86a2877  Added missing changes Fixed typo in changes Added screenshots for somes
 discard 3c971eb  Added or updated screenshots
 discard d90fb4c  Fix missing word ".version"
 discard 94433c5  Prepare next release 2.9: update docs tree and overview (RC2)
 discard e4edb70  Prepare next release 2.9: update docs tree and overview (RC1)
 discard b72f858  Update New and Noteworthy section with some screenshots for the next release Add a style css for h2/h3 titles Add mention to Java 6 requirements
 discard 79c72a4  Upgrade to jodd 3.4.1
 discard 977e76b  update rhino, jsoup, jodd
 discard 16f8652  Bug 54154 - HTTP Proxy Server should not force user to select the type of Sampler in HTTP Sampler Settings Make default Blank in Proxy Server Bugzilla Id: 54154
 discard 69343f2  Upgrade Tika libs to 1.3; Add maven dependencies for Tika core & parsers
 discard b4485a6  https://issues.apache.org/bugzilla/show_bug.cgi?id=54467 Bugzilla Id: 54467
 discard 045d59b  Fix copyright date
 discard dd96837  Fix copyright date
 discard 249dc3d  Bug 54451 - Response Time Graph reports wrong times when the are many samples for same time Clarify docs Bugzilla Id: 54451
 discard def2222  code cleanup
 discard 9408d3b  Don't synch on String http://www.javalobby.org/java/forums/t96352.html
 discard ad425e5  Revert to orginal default mode
 discard 88e5226  CSVSaveService does not handle date parsing very well Bugzilla Id: 54459
 discard de32ccf  Javadoc Unused import
 discard fb94c9f  Move DateFormat creation to where it is needed (will be called at most once)
 discard 318ff24  Set capacity of HashSet to reduce memory usage
 discard 1630cc0  Increase buffer size
 discard ac73e92  Bug 54451 - Response Time Graph reports wrong times when the are many samples for same time
 discard 45f4b2b  Bug 54351 - HC4 and URI fragments is failing Bugzilla Id: 54351
 discard 82be7a1  Bug 54351 - HC4 and URI fragments is failing Bugzilla Id: 54351
 discard bea5201  Bug 54418 - UUID Function Bugzilla Id: 54418
 discard b18e99d  Fix text: JMeter now fails if remote engine config fails
 discard d9c690b  Bug 54414 - Remote Test should not start if one of the engines fails to start correctly Added incompatible change section Bugzilla Id: 54414
 discard 448635f  Bug 54414 - Remote Test should not start if one of the engines fails to start correctly Bugzilla Id: 54414
 discard b78df04  Add serial id different from 1
 discard 14c1f10  Bug 54412 - Changing JMeter defaults to ensure better performances by default Added a new Test for remote after modification of mode to StrippingBatch Bugzilla Id: 54412
 discard cf00b72  Bug 54413 - DataStrippingSampleSender returns 0 for number of bytes of any response Bugzilla Id: 54413
 discard 92d092c  Bug 54412 - Changing JMeter defaults to ensure better performances by default Document as per mailing list discussion Bugzilla Id: 54412
 discard a99aeb8  Bug 54412 - Changing JMeter defaults to ensure better performances by default Bugzilla Id: 54412
 discard 64e5ca3  Fix some spaces
 discard 4d1deae  Clarify documentation
 discard e6c34fa  Standardise on Locale.English - as recommended in String#toLowerCase()
 discard 468ee23  Ignore new jar
 discard de542dc  Explicit casting to Long
 discard a685f33  Generics: specify List type (and drop unnecessary casts)
 discard 98ff6d4  Unused imports
 discard 110f925  Make constructor private
 discard 6cb82f8  Fix screenshots
 discard bce848b  Bug 54160 - Add support for xpath assertion to apply to a JMeter variable. Bugzilla Id: 54160
 discard 9b79eb6  Bug 54376 - ScopePanel : Allow configuring more precisely scopes
 discard 40e68e0  Bug 54376: XPath extractor should not have scopes "Main sample and sub-samples" and "Sub-samples only" Bugzilla Id: 54376
 discard 734c1db  Factor out constructor
 discard 6bed343  Bug 54375 Regular Expression Extractor : When regex syntax is wrong, post processing is stopped Bugzilla Id: 54375
 discard 4042cfa  Bug 54182 - Support sending of ByteMessage for JMS Publisher. Clarify label Bugzilla Id: 54182
 discard ff91735  Bug 54182 - Support sending of ByteMessage for JMS Publisher. Update docs Bugzilla Id: 54182
 discard 6c4df83  Bug 54182 - Support sending of ByteMessage for JMS Publisher. Screenshots Bugzilla Id: 54182
 discard 662eadc  Bug 54182 - Support sending of ByteMessage for JMS Publisher. Default to text message Bugzilla Id: 54182
 discard 1ff984c  Bug 54182 - Support sending of ByteMessage for JMS Publisher. Bugzilla Id: 54182
 discard 3ad2a43  Mixed up two labels
 discard 3f490ac  Oups
 discard c8fbc57  Add a resource to clarify usage
 discard 98cbb97  Fix typos
 discard 89e61ee  Move methods to TristateCheckBox
 discard 12d2df8  typo
 discard d25da01  Bug 45772 - RegEx User Parameters Post Processor update revision saveservice Bugzilla Id: 45772
 discard 457f650  Bug 45772 - RegEx User Parameters Post Processor saveservice Bugzilla Id: 45772
 discard 025d5cf  Bug 45772 - RegEx User Parameters Post Processor eol Bugzilla Id: 45772
 discard efb1ba0  Bug 45772 - RegEx User Parameters Post Processor Bugzilla Id: 45772
 discard ff5219c  Bug 45772 - RgEx User Parameters Post Processor Bugzilla Id: 45772
 discard 7d63f18  Bug 45772 - RgEx User Parameters Post Processor Bugzilla Id: 45772
 discard 8c8eb85  Fix some errors in javadoc   [javadoc] /home/jmeter/src/components/org/apache/jmeter/extractor/JoddExtractor.java:36: warning - Tag @see:illegal character: "58" in "http://jodd.org/doc/csselly/"   [javadoc] /home/jmeter/src/components/org/apache/jmeter/extractor/JoddExtractor.java:56: warning - Tag @see: can't find extract(java.lang.String, java.lang.String, int, java.lang.String, java.util.List, int, boolean) in org.apache.jmeter.extractor.Extractor   [javadoc] /home/jm [...]
 discard ae86c9a  Add jars to svn ignore Bugzilla Id: 54259
 discard 56a8e09  Fix test unit error (_test ant tack):      [java] 1) runGUITitle(org.apache.jmeter.junit.JMeterTest)junit.framework.AssertionFailedError: component_reference.xml needs 'CSS/JQuery_extractor' anchor for org.apache.jmeter.extractor.gui.HtmlExtractorGui
 discard 464b7e5  Change log level when file is missing of scripting error occurs
 discard 80d6a0e  fix typo
 discard 361011c  Use error on exception instead of warn for log level
 discard 4f53062  Fill New and Noteworthy section
 discard 9204673  Rename 54259 issue to make it clearer Add missing <bugzilla> tag
 discard a12fcbf  Test : Restore
 discard 6354e1c  TEST
 discard 2dda7c8  Bug 54331 - AjpSampler throws null pointer on GET request that are protected Bugzilla Id: 54331
 discard c8a3140  Bug 54326 - AjpSampler send file in post throws FileNotFoundException Fix also file leak Bugzilla Id: 54326
 discard 9bb7ccc  Restrict exception
 discard f1cdb24  Bug 54259 - Introduce a CSS or jquery-like based Extractor Documentation Bugzilla Id: 54259
 discard f26763d  Clarification about performance impacts of some options
 discard 475039a  Bug 54268 - Improve CPU and memory usage Bugzilla Id: 54268
 discard d9363c7  Bug 54264 - random variable problem when you set a seed Clarify documentation Bugzilla Id: 54264
 discard e72277e  Bug 54259 - Introduce a CSS or jquery-like based Extractor Documentation Bugzilla Id: 54259
 discard a2fd8d7  Bug 54259 - Introduce a CSS or jquery-like based Extractor Fix i18n label Bugzilla Id: 54259
 discard ae226f1  Bug 54259 - Introduce a CSS or jquery-like based Extractor update version and revision Bugzilla Id: 54259
 discard 82803af  Bug 54259 - Introduce a CSS or jquery-like based Extractor update version Bugzilla Id: 54259
 discard 7c786e9  Bug 54259 - Introduce a CSS or jquery-like based Extractor saveservice.properties Bugzilla Id: 54259
 discard 7633fdc  Bug 54259 - Introduce a CSS or jquery-like based Extractor Introduce parse caching to improve performances Bugzilla Id: 54259
 discard 31bd61d  Bug 54259 - Introduce a CSS or jquery-like based Extractor Introduce parse caching to improve performances Bugzilla Id: 54259
 discard f91638a  Bug 54259 - Introduce a CSS or jquery-like based Extractor Introduce parse caching to improve performances Bugzilla Id: 54259
 discard 6858a15  Bug 54259 - Introduce a CSS or jquery-like based Extractor FIX EOL Bugzilla Id: 54259
 discard 4d120e2  Bug 54259 - Introduce a CSS or jquery-like based Extractor Bugzilla Id: 54259
 discard 017853a  Bug 54271 - Module Controller breaks if test plan is renamed Bugzilla Id: 54271
 discard 9e910fb  Bug 54274 - Property Jincludecontroller.prefix is Missing in Jmeter 2.8 Bugzilla Id: 54274
 discard 34f8701  Incorrect Timestamp in Response Time Graph when using a date with time in Date format field Bugzilla Id: 54287
 discard 272cae8  Needs to be executable
 discard 8aa3705  Bug 54268 - Improve memory and CPU usage make field volatile and transient as per sebb remark on mailing list Bugzilla Id: 54268
 discard 7037e41  Bug 54268 - Improve memory and CPU usage EOL Bugzilla Id: 54268
 discard bc16389  Bug 54268 - Improve memory and CPU usage Sample Plan Bugzilla Id: 54268
 discard 9b4736c  Bug 54268 - Improve memory and CPU usage Improve CPU by caching response as String instead of computing it for each post processor Improve memory by eagerly cleaning the cached field Bugzilla Id: 54268
 discard 15a68bb  eol
 discard 84868bf  Bug 54268 - Improve memory usage
 discard d26da38  Note about performances
 discard bc2712a  Tristate default values need to be saved
 discard 4bd3560  Initial attempt at using TristateCheckbox for close connection and noDelay Note that close connection uses a default when saving to the JMX file whereas nodDelay saves both true and false.
 discard 7caff80  Also show noDelay config item
 discard f23998d  remove useless code
 discard e98420a  Delete unused method. It was broken anyway, as the value should be stored as a boolProp
 discard b552c85  Delete unused method. It was broken anyway, as the value should be stored as a boolProp
 discard 7fe24a5  Use constant for reuse connection default Ensure default is correctly applied if omitted from JMX and used in non-GUI test
 discard 871edb3  Bug 54268 - Improve memory usage
 discard 99892ad  Bug 54267 - Start Next Thread Loop setting doesn't work in custom thread groups Bugzilla Id: 54267
 discard c1c319c  Protect debug log
 discard 61029cb  Show a bit more info in the request pane
 discard b655c6a  remove copy/paste between addRawSubResult and storeSubResult
 discard 518bd76  Add extra ctors for more compatibility with JCheckBox
 discard f26b96e  Use correct default constant
 discard 4a05bf6  TCP Sampler, additions of "Close Connection", "SO_LINGER" and "End of line(EOL) byte value" options Bugzilla Id: 54230
 discard 9dd36e4  Updated screenshots Bugzilla Id: 54230
 discard 9b58e15  TCP Sampler, additions of "Close Connection", "SO_LINGER" and "End of line(EOL) byte value" options Bugzilla Id: 54230
 discard 7354c0f  Bug 54258 - Proxy : Use Raw Post Body when Sampler has one unnamed argument, useful for Samplers using POST method by of type JSON, XML, GWT body Bugzilla Id: 54258
 discard 5077bf2  Bug 54257 - Enhance SamplerCreator interface to meet new requirements Bugzilla Id: 54257
 discard 131b08b  Add warning when a SamplerCreator is already registered for a content type and removed
 discard e74745b  Fix up so does not use private Sun class; we get the icon size from the UIManager defaults Also change from cross to horizontal line Bugzilla Id: 54251
 discard f85be18  Tidy up
 discard 899c698  Fix up so Nimbus calls paint when disabling the button Bugzilla Id: 54251
 discard 423980f  Add tests for original code - which did not use a special icon - for comparison Bugzilla Id: 54251
 discard 6998663  Add tristate checkbox implementation Bugzilla Id: 54251
 discard b5ad9f9  Remove spurious comments
 discard 9763d8f  Typo
 discard 2d24bde  Change the alignment from a vertical column to a horizontal row (better view) Bugzilla Id: 54155
 discard 92752e4  Http core 4.2.2 => 4.2.3
 discard 1437779  Fail if old version == current version
 discard 79555e8  Add release_delete target for tidying up old releases
 discard 2ceaa06  Add impl. note
 discard 2fd7226  Bug 54155 - ModuleController : Add a shortcut button to unfold the tree up to referenced controller and highlight it Bugzilla Id: 54155
 discard daabb4f  Clarify doc as per sebb note
 discard 3cdeb20  Bug 54232 - Search Feature : Add a button to search and expand results Bugzilla Id: 54232
 discard 4b60fdd  clarify documentation on Script File in BSF elements
 discard 3c75a61  Fix broken links to JMeterVariables Add javadocs links to SampleResult and JMeterContext
 discard a960911  Bug 53840 - Proxy Recording : Response message: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "" " Change evaluation order in if condition as per sebb note Add errorHandlerto avoid errors in System.err Bugzilla Id: 53840
 discard e19771c  Don't cache the provided credentials
 discard 975926a  Not needed for Java 1.6
 discard b70647b  Add support for providing the ldap username and password as properties
 discard 8e586d7  Bug 53840 - Proxy Recording : Response message: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "" " Oups last minute change Bugzilla Id: 53840
 discard 5cb0b5b  Bug 53840 - Proxy Recording : Response message: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "" " Bugzilla Id: 53840
 discard d432a77  Bug 54226 - View Results Tree : Show response even when server does not return ContentType header Bugzilla Id: 54226
 discard b2a66a0  Bug 54057 - Proxy option to set user and password at startup (-u and -a) not working with HTTPClient 4 Bugzilla Id: 54057
 discard 963a10f  upgrade to rhino 1.7R4
 discard 71a31dd  Aie! Fix a litte missing translation in French : file = fichier Bugzilla Id: 54200
 discard 7d83bd6  Update the documentation with the new document extract text features on View Results Tree, Response Assertion and Regular Expression Extractor. Some (design/visual) improvements  on VRT section. Bugzilla Id: 54200
 discard 58f542e  Bug 54199 - Move to Java 6 No more need for bsf-api (apache-jsr223-api) as it's in JDK Bugzilla Id: 54199
 discard 98bb621  Bug 54199 - Move to Java 6 No more need for bsf-api (apache-jsr223-api) as it's in JDK Bugzilla Id: 54199
 discard 96c4078  Move to Java 6 add @Override for interface implementations Bugzilla Id: 54199
 discard 1f066bc  Move to Java 6 add @Override for interface implementations Bugzilla Id: 54199
 discard f370470  Move to Java 6 add @Override for interface implementations Bugzilla Id: 54199
 discard 55e2092  Move to Java 6 add @Override for interface implementations Bugzilla Id: 54199
 discard 9c8327f  Move to Java 6 add @Override for interface implementations Bugzilla Id: 54199
 discard 96817cc  Move to Java 6 add @Override for interface implementations Bugzilla Id: 54199
 discard bf9ed10  Move to Java 6 add @Override for interface implementations Bugzilla Id: 54199
 discard 08cf98e  Remove unthrown exceptions from private method
 discard 05dcb5e  Add TIKA dependency Bugzilla Id: 54200
 discard dcc6457  Add TIKA dependency Bugzilla Id: 54200
 discard dcee6f5  Bug 54199 - Move to Java 6 add @Override Bugzilla Id: 54199
 discard 9866534  Simplify now we are using Java 6
 discard 7e63834  Simplify now we are using Java 6
 discard bd9fbc9  Initial release of RC_upload and RC_publish targets
 discard 53418f2  Simplify now we are using Java 6
 discard 7aae8a2  Drop unnecessary @SuppressWarnings - not needed for Java 1.6
 discard d3b8467  Doc tweak
 discard 926b1c4  Standardise on BeanShell
 discard 949009a  Bug 54204 - Result Status Action Handler : Add start next thread loop option Updated docs + screenshot Bugzilla Id: 54204
 discard 1333a45  Bug 54204 - Result Status Action Handler : Add start next thread loop option Bugzilla Id: 54204
 discard a7a32e4  Fix potentiel NPE if method is unknown
 discard 0ad801f  Bug 54199 - Move to Java 6 add @Override Bugzilla Id: 54199
 discard 37a6fda  Bug 46677 - Copying Test Elements between test plans fix svn:eol-style Bugzilla Id: 46677
 discard 7248803  Bug 46677 - Copying Test Elements between test plans Bugzilla Id: 46677
 discard 6ea4283  Bug 54199 - Move to Java 6 add @Override Bugzilla Id: 54199
 discard 7c675da  Add support of several document types (like Apache OpenOffice's files, MS Office's files, PDF's files, etc.) to the elements View Results Tree, Assertion Response and Regular Expression Extractor (in using Apache Tika) Bugzilla Id: 54200
 discard 525c42d  Bug 54199 - Move to Java 6 add @Override Bugzilla Id: 54199
 discard 77e4b9a  Bug 54199 - Move to Java 6 Bugzilla Id: 54199
 discard f84b919  Fix alphabetical order
 discard 5660aad  Minor tweak to description
 discard 56b966e  Update to 2.9-SNAPSHOT
 discard 73f440d  Bug 54189 - Add a function to quote ORO regexp meta characters complete docs Bugzilla Id: 54189
 discard 5dc321c  Bug 54189 - Add a function to quote ORO regexp meta characters code cleanup Bugzilla Id: 54189
 discard 2394c10  Bug 54189 - Add a function to quote ORO regexp meta characters eol-type Bugzilla Id: 54189
 discard 2818ee9  Bug 54189 - Add a function to quote ORO regexp meta characters Bugzilla Id: 54189
 discard eb5e80c  Request tab does not show headers if request fails Bugzilla Id: 54187
 discard b76676a  WebService sampler is DEPRECATED
 discard 6d91067  Allow query strings in paths that start with HTTP or HTTPS (so setPath behaves the same as if the path were set in the GUI) Bugzilla Id: 54185
 discard f6771a4  Note how function/variable refs behave in scripting samplers
 discard 0c7d7fb  Report regex syntax errors direct to the user (not particularly useful to log them).
 discard 4d3edab  Report regex syntax errors direct to the user (not particularly useful to log them).
 discard b5848f7  Fix broken links
 discard ad0cf30  ViewResultsTree could not render the HTML response: handle failure to parse HTML Bugzilla Id: 54166
 discard f334bf3  Use HTTPConstants for port numbers
 discard 6a86aba  Move comment to correct location
 discard de7b701  Bug 54172 - Duplicate shortcut key not working and CTRL+C / CTRL+V / CTRL+V do not cancel default event Bugzilla Id: 54172
 discard f375d32  Bug 54165 - Proxy Server: Improve rendering of target controller
 discard e4fee7a  Bug 54165 - Proxy Server: Improve rendering of target controller fix eol
 discard bfa802d  Bug 54165 - Proxy Server: Improve rendering of target controller Push up for reuse Bugzilla Id: 54165
 discard 11da6e9  Bug 54109 - JSR223TestElement : SampleResult properties should be set before entering script to allow user setting different code Bugzilla Id: 54109
 discard bb7c638  Bug 54109 - JSR223TestElement : SampleResult properties should be set before entering script to allow user setting different code Bugzilla Id: 54109
 discard 5e75b69  Bug 54154 - HTTP Proxy Server should not force user to select the type of Sampler in HTTP Sampler Settings Bugzilla Id: 54154
 discard 7734c15  Bug 54161 - Proxy : be able to create binary sampler for x-www-form-urlencoded POST request Bugzilla Id: 54161
 discard 36fb3f8  Unable to start JMeter from a root directory and if the full path of JMeter installation contains one or more spaces Bugzilla Id: 54023
 discard 3aaa7e2  Bug 54152 - In distributed testing : activeThreads and totalThreads always show 0 Bugzilla Id: 54152
 discard 2e7e451  Bug 54132 - Module Controller GUI : Improve rendering of referenced controller Bugzilla Id: 54132
 discard 7d0ead9  Add tag for 2.8
 discard 2e82291  Don't expose integer index conversion methods, as they have special case processing
 discard cacd7d4  Ensure that the same default value is used for the setter and getter
 discard 8eee193  Unused imports
 discard 2b95cc8  Bug 54131 - ForEach Controller : Add start and end index for looping over variables Clarify code as per sebb notes. http://mail-archives.apache.org/mod_mbox/jmeter-dev/201211.mbox/%3CCAOGo0VYLAV2Vc5XYY%2BLeSP9EPr4iVQb%2BqOq1YkVTgrf%2Bveav-Q%40mail.gmail.com%3E Bugzilla Id: 54131
 discard f14033c  Bug 54097 - CSV Data Set Config not working in distributed mode Clarified documentation for distributed tests. Bugzilla Id: 54097
 discard 256cb6e  WebService(SOAP) Request deprecation
 discard 19f20ae  Bug 54131 - ForEach Controller : Add start and end index for looping over variables Bugzilla Id: 54131
 discard 10e569e  Add TODO
 discard a109bb7  Use HTTPConstants for method names
 discard fa93eaa  Document tweak
 discard a73f69d  Use HTTPConstants for method names
 discard e60fc94  Make searchTF get focus when Search Dialog is reopened
 discard 17aa637  Bug 54129 - Search Feature does not find text although existing in elements Bugzilla Id: 54129
 discard aa0b120  Bug 54119 - HTTP 307 response is not redirected Docs
 discard 21e6be5  Bug 54119 - HTTP 307 response is not redirected Bugzilla Id: 54119
 discard f15db93  BSFTestElement and JSR223TestElement should use shared super-class for common fields Remove implements Cloneable now classes don't need to override the super-class method Bugzilla Id: 54110
 discard 8435d35  BSFTestElement and JSR223TestElement should use shared super-class for common fields Bugzilla Id: 54110
 discard dc2f184  Add batch tests for JSR223 and BSF
 discard 792b02a  createPropertyGroup does not work properly if called by a sub-class of ScriptingBeanInfoSupport Bugzilla Id: 54107
 discard 561368b  typo
 discard 6920dcc  Property entries must be defined before they are used, otherwise they generate the following warning: WARN  - jmeter.testbeans.gui.GenericTestBeanCustomizer: org.apache.jmeter.util.JSR223TestElement#cacheKey does not appear to have been configured and the fields may not behave correctly Bugzilla Id: 54107
 discard b73d147  Bug 54107 - JSR223TestElement : Enable compilation and caching of Script Text OUPS , Fix space as per milamber note Bugzilla Id: 54107
 discard ccf420b  Make class package protected
 discard c013d25  Bug 54107 - JSR223TestElement : Enable compilation and caching of Script Text Bugzilla Id: 54107
 discard 8c5fd6e  Bug 54106 - JSR223TestElement should check for file existence when a filename is set instead of using Text Area content Fix space as per milamber note Bugzilla Id: 54106
 discard 8e16331  Bug 54106 - JSR223TestElement should check for file existence when a filename is set instead of using Text Area content Bugzilla Id: 54106
 discard b6b689c  Alphabetical order and remove derbyclient
 discard 7d02548  Alphabetical order - forgot one
 discard ee3903e  Alphabetical order
 discard aa08389  Oups. Not yet.
 discard caae058  Upgrade to httpclient and httpmine 4.2.2 from 4.2.1
 discard a27b914  Alphabetical order
 discard 13b65dc  The type video/f4m is text, not binary Bugzilla Id: 54088
 discard 78b0c61  Proxy option to set user and password at startup (-u and -a) not working with HTTPClient 4 Bugzilla Id: 54057
 discard d75bfa5  Proxy option to set user and password at startup (-u and -a) not working with HTTPClient 4 Align code with HC3 implementation: use NTCredentials throughout the HC4 implementation Bugzilla Id: 54057
 discard 5241896  2.8 is out; assume 2.9 will be next release Add reference to pool log warning fix
 discard de56657  Rework & simplify r1402642 and r1402574 Avoid incorrect warning logs when using concurrent pool with cookie manager or cache manager
 discard 9990668  Fixed potential NPE when object not found in Context
 discard 7efcc07  Fixed typo
 discard c659d33  Bug 54048 - less type choices in JDBC request output(callablestatement) Bugzilla Id: 54048
 discard d7897c4  Fixed some errors
 discard 5921e7a  Bug 53995 - AbstractJDBCTestElement shares PreparedStatement between multi-threads Bugzilla Id: 53995
 discard da9de9a  Bug 54055 - View Results tree: = signs are stripped from parameter values at HTTP tab Bugzilla Id: 54055
 discard db4bb54  Use same log level as test on log level
 discard 42ca834  In HTTP Request Defaults, the value of field "Embedded URLs must match: is not saved if the check box "Retrieve All Embedded Resources" is not checked. Bugzilla Id: 54058
 discard de75889  When used the options Retrieve All Embedded Resources + Concurrent pool, these log.warn() generates a lot of lines in jmeter.log.
 discard 2a9f24e  Bug 54031 - Add tooltip to running/total threads indicator Bugzilla Id: 54031
 discard 29b0dab  Javadoc
 discard c988746  Bug 53956 - Add ability to paste (a list of values) from clipboard for Header Manager Screenshots + size fixed
 discard a9ede65  Bug 53875 - Include suggested defaults for URL filters on HTTP Proxy screenshot
 discard 9414caa  Bug 53875 - Include suggested defaults for URL filters on HTTP Proxy
 discard a3e0751  Bug 53875 - Include suggested defaults for URL filters on HTTP Proxy Bugzilla Id: 53875
 discard 903acfa  Bug 54006 - Webservice Sampler : Response status 500 is not considered as an error Add a known issue Bugzilla Id: 54006
 discard 67a49b6  Bug 54005 - HTTP Mirror Server : Add special headers "X-" to control Response status and response content Bugzilla Id: 54005
 discard 877cb0d  Bug 54004 - Webservice Sampler : Allow adding headers to request with Header Manager Bugzilla Id: 54004
 discard adbdb9a  Add dates of previous releases
 discard 0e1793e  Bug 53956 - Add ability to paste (a list of values) from clipboard for Header Manager Bugzilla Id: 53956
 discard f101a73  Factor out clipboard getting code
 discard 8a35ce8  Better way LDAP Extended Request: Escape ampersand (&), left angle bracket (<) and right angle bracket (>) in search filter tag in XML response data Bugzilla Id: 53997
 discard 7ab3959  LDAP Extended Request: Escape ampersand (&), left angle bracket (<) and right angle bracket (>) in search filter tag in XML response data Bugzilla Id: 53997
 discard 1ad79a9  Clarify
 discard 5fd71b2  Document the way to test for nullity in an IfController
 discard 98f835c  Avoid "possible NPE" warnings Trim spaces
 discard d11497e  Remove unused log field Trim spaces
 discard 8abaffb  Javadoc warning
 discard 0b2f43c  Javadoc warning
 discard 57afe27  Oups: removed retry part, thanks sebb
 discard ab8670b  Oups : Remove unused imports
 discard 91841c6  Add comment Remove now useless code as httpclient 4.2.1 has been integrated which contains fix for: https://issues.apache.org/jira/browse/HTTPCLIENT-1120
 discard 0aef08a  Replace locale class by private static final one Indicate a size for StringBuilder
 discard 76e04ce  Fix useless % in TargetSurvivorRatio
 discard 56779ad  Small improvement to french tranlastion on field in all listeners
 discard d39c56f  Bug 53975 - Variables replacement doesn't work with option "Delay thread creation until needed" Bugzilla Id: 53975
 discard 90e828f  JMeter 2.8 release
 discard 5b870a1  Prepare next release 2.8: update docs tree and overview (RC2)
 discard d7c47ea  [Bug 53953] New: Typo in monitor test plan documentation Bugzilla Id: 53953
 discard 5a7c0b5  Need to include new scripts in the generated build
 discard e7c56b1  Add EOL
 discard 7e15453  Minor tweaks
 discard fc587a2  Remove unused images
 discard 8a56532  Prepare next release 2.8: update docs tree and overview (RC1)
 discard 38effd0  Organize per Category. Add highlights one performance improvement
 discard f984094  Oups. Not needed
 discard 89fef37  Add New and Noteworthy for next JMeter release 2.8
 discard e4d6e32  Fixed Simple Data Writer image screenshot size
 discard 619020a  Update image to remove jakarta jmeter old home page
 discard 66fdd1f  Bug 53941 - Add latency to View Result table listener Fix height / width of screenshot Bugzilla Id: 53941
 discard f8e9ebc  Update searching docs
 discard aee6e09  Doc update
 discard 8894af0  __time() function : add another option to __time() to provide *seconds* since epoch Added /dddd division option Bugzilla Id: 51527
 discard b6f0e94  Add change note on HTTPS Spoofing removal Removed Bug inside a tag Added Bugzilla tags where Bug are referenced
 discard 442a33a  Bug 53941 - Add latency to View Result table listener Bugzilla Id: 53941
 discard 9ee012c  Bug 53941 - Add latency to View Result table listener Bugzilla Id: 53941
 discard 91b2d0e  Bug 53911 - JmeterKeystore does not allow for key down the list of certificate
 discard 4743e0e  Removes HTTPS spoofing options in JMeter HTTP Proxy Server. Since JMeter 2.4, the HTTPS protocol is directly supported by the proxy Bugzilla Id: 53934
 discard 984ef1a  Define HTTPClient 4 for the default HTTP Request (and Proxy element to generate the HTTP requests) In Proxy Server, need to changes to retrieve the selected order (no based on JCombo list index) Bugzilla Id: 53931
 discard 9f87a9a  Define HTTPClient 4 for the default HTTP Request (and Proxy element to generate the HTTP requests) Bugzilla Id: 53931
 discard 0157a73  Only JMeter's website resources on Test Bug 52310
 discard 7d90561  Clarify Webservice Soap Sampler behaviour
 discard 5d417bc  Avoid this warning [java] o.a.j.junit.JMeterTest WARN: java.io.Serializable: NoSuchMethodException  org.apache.jmeter.gui.util.EscapeDialog, missing empty Constructor or Constructor with Object parameter
 discard 61c39c1  Update to httpcore 4.2.2
 discard b26c1de  Fix old jakarta link
 discard 91e791a  Document tcp.binarylength.prefix.length
 discard 2d2f582  Bug 53879 - GUI : Allow Popups to be closed with ESC key
 discard 9f7267a  Use Keystrokes class
 discard 462f33f  FileServer should provide thread-safe parsing Bugzilla Id: 53806
 discard b7ea280  No point including state in message; it is fixed here.
 discard 2ee364e  wrong Maven groupId for commons-lang Bugzilla Id: 53884
 discard 179447c  Bug 53876 - Allow URL Filters (HTTP Proxy) to be pasted from clipboard Bugzilla Id: 53876
 discard 48d3024  Keep methods as they might be used by subclasses
 discard 6f7ac80  Factor out stopTableEditing
 discard 7d8ceeb  Factor out stopTableEditing
 discard 28b4745  Factor out stopTableEditing
 discard 6f1a460  Factor out stopTableEditing
 discard c1e9591  eol Bugzilla Id: 53879
 discard 65dc618  Bug 53879 - GUI : Allow Popups to be closed with ESC key Bugzilla Id: 53879
 discard 0ffc71d  Add full stacktrace
 discard 56ba009  Bug 53874 - View Results Tree : If some parameter containing special characters like % is not encoded, RequestViewHTTP fails with java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in escape (%) pattern and Response is not displayed
 discard 9c77a2f  The internal data list must contains sampler label to allow reload data/interval and draw the graph if no results file defined. Bugzilla Id: 53718
 discard f2a2d64  CSV Dataset does not handle embedded new lines in quoted data Bugzilla Id: 53807
 discard 16bf194  FileServer should provide direct access to the BufferedReader Bugzilla Id: 53806
 discard d32c60e  Javadoc
 discard 8e410f3  Add some more tests
 discard 478f96c  Javadoc correction
 discard 1c5b3e8  Document why methods are synchronised
 discard d44833c  Would be nice to have the JMeter Version available as a property Bugzilla Id: 53862
 discard ffebf0a  For SeriesNames need to retain insertion order otherwise they have a mismatch between labels and series
 discard 1990378  Document known Linux Java bug
 discard aeaa4d9  More on threads and variables
 discard d5786ea  Remove useless null test
 discard 104dae2  Use BufferedOutputStream Close body on thread end
 discard ad3eb79  Use BufferedOutputStream
 discard 76d38df  Use BufferedOutputStream
 discard fc292e5  Use BufferedOutputStream Test log level
 discard e3ed97b  Cache thread name
 discard d96ebdf  Use BufferedOutputStream
 discard cc113d7  Use BufferedOutputStream
 discard 5ff5a1d  Use BufferedOutputStream
 discard 14fa344  Use BufferedOutputStream
 discard 8c73914  Pressing "Stop" does not interrupt the TCP sampler Bugzilla Id: 53838
 discard ef16e8a  Add known issue
 discard c5133e2  Bug 53844 - JDBC related elements should check class of Variable Name supposed to contain JDBC Connection Configuration to avoid ClassCastException Fix screenshot dimensions Bugzilla Id: 53844
 discard 86ff7e6  update image as there are new fields
 discard 7a7a1a2  Bug 53844 - JDBC related elements should check class of Variable Name supposed to contain JDBC Connection Configuration to avoid ClassCastException Bugzilla Id: 53844
 discard 08cf8c3  Make message clearer when getDataSource() returns empty value
 discard 04f897c  Add javadocs
 discard 74a92a5  Bug 53841 - CSVSaveService reads file using JVM default file encoding instead of using the one configured in saveservice.properties
 discard 0631663  Bug 53841 - CSVSaveService reads file using JVM default file encoding instead of using the one configured in saveservice.properties Bugzilla Id: 53841
 discard 4ea4e70  Add logging + cascade exception
 discard 4b97164  Remove isNumeric and add warning
 discard 8e84fd0  Rollback StringUtils#isNumeric test (thanks sebb for pointing this ! ) Added 2 tests in JUnit to detect these errors
 discard a4575f0  Remove unused parameters
 discard 9234fb6  Comment unused parameter
 discard 56bdbfa  Remove unused parameter
 discard 68edb4d  lowercase non constant attributes
 discard 5775f58  Comment unused method make attribute a local parameter
 discard ce3e0ed  Remove unused var Use interface when possible
 discard 8d3a2cf  Change as per sebb comment
 discard d409616  remove unused import
 discard 68b0023  remove unused import
 discard e362b49  Remove references to removed parameter
 discard 817dc9c  Remove unnecessary and distracting line-wraps
 discard 4a59e97  Make fields final
 discard 7e6d07b  use interface instead of impl remove useless null test
 discard 7c9f958  use interface instead of impl
 discard a6926d8  Remove useless braces
 discard c82453f  remove temp var
 discard 9654762  Make fields final Make field local
 discard 87f1411  Make fields final Make field constant
 discard 32b5c64  Remove useless braces
 discard 5652d95  Remove useless braces
 discard 532ef5c  Make fields final Make field local
 discard dd5e088  Remove useless code
 discard 614a657  Add braces for if
 discard 2309612  Remove unused parameter
 discard ba570a6  remove unused import
 discard 91d79a7  Remove static import
 discard 42f0874  use indexOf(char)
 discard 60bb29e  Use System.arrayCopy
 discard 560f5ad  use indexOf(char)
 discard 523cb02  Use System.arrayCopy
 discard 504bdde  remove unused import
 discard 820eeb1  use indexOf(char)
 discard 66a8cda  use indexOf(char) remove unused import
 discard 1a8ca86  use indexOf(char)
 discard 8ba1bbd  Remove unused parameter
 discard 097d6fc  use indexOf(char)
 discard 7c62f9d  use indexOf(char)
 discard 8bb1a72  Use System.arrayCopy
 discard da251ca  Use System.arrayCopy
 discard a7246bc  Ok found the bug
 discard d19331e  Add final on field
 discard efe869a  Remove final on methods as class is final
 discard a954a11  Rollback is Numeric => Don't understand why isNumber generates this failure:      [java] 1) SFFTest5(org.apache.jmeter.functions.PackageTest)junit.framework.AssertionFailedError: Should have thrown JMeterStopThreadException      [java]     at org.apache.jmeter.functions.PackageTest.SFFTest5(PackageTest.java:457)      [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)      [java]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccesso [...]
 discard 6f68dbf  Make some fields final
 discard 341b6df  Remove unused import
 discard 4fc34d5  Cascade exception
 discard 67fdb2b  Use indexOf(char) is faster
 discard 882b81c  Use indexOf(char) is faster
 discard 129c1f2  remove useless brackets
 discard 48e3d8c  Make some fields final
 discard 630d583  remove useless brackets
 discard e0f578d  Add brackets
 discard 3760829  Use parse instead of useless Wrappers
 discard 31edf39  Use parse instead of useless Wrappers
 discard 50e3f2c  Cascade exception
 discard 3af0e31  remove useless brackets
 discard 2cc0bb3  Remove useless synchronized
 discard a3d6fbf  Use indexOf(char) is faster
 discard a8f2972  Remove useless local var
 discard 34d9fff  Avoid NumberFormatException by testing numericity
 discard 1de99cf  Use Integer.toString instead of concat Cascade exceptions Remove catch on NumberFormatException
 discard 13c22b1  Use Integer.toString instead of concat
 discard 9274879  Test log level
 discard fc9dcc4  Add TODO
 discard 37ff598  Make fields final Make some variables local
 discard 481bfc0  Remove unused parameter Use char for indexOf Make fields final
 discard 166f9a8  Non-nls comment can be remove
 discard dd4d850  Cascade exceptions
 discard 5674c0e  Use numeric test instead of relying on exception, should consume less CPU
 discard 1469d0a  use parseBoolean
 discard e1fbf3a  Cascade exceptions
 discard c16c176  Use interface instead of Impl
 discard 9e74f8f  Cascade exceptions
 discard c453086  Remove unused parameter Make field final
 discard e681d4e  Cascade exceptions
 discard f995f50  Cascade exceptions
 discard d64a617  Make fields final
 discard f8d0342  Make fields final
 discard 2eeba4b  Cascade exceptions Add logging of silent exceptions
 discard e60ccc3  remove useless local var
 discard 740a4fc  remove useless local var
 discard d4b464b  Remove public as it's by default
 discard c1774b4  Use Atomic classCount
 discard 54ee7c2  remove useless local var
 discard fed376e  remove useless fields
 discard 4119d7d  Make fields final
 discard a82115b  Remove useless override
 discard 2f6d514  Avoid empty string concat
 discard cf2d2b6  Add missing braces
 discard 5e3b0c6  Cascade exceptions
 discard 0520176  Make fields final
 discard fda12c3  Remove useless brackets
 discard 7f58087  Reuse StringBuilder
 discard 1c3f8e4  Add initial exception
 discard 970362c  remove useless brackets
 discard f46362e  Cleanup imports Use lowercase for instance variables
 discard e06ef8d  Add TODO
 discard 345c3ec  Rollback modification as per dev list discussion
 discard 730cd79  Rollback modification as per dev list discussion
 discard 6f306f9  Fix some screenshots size
 discard 8d694ee  UI improvements (blocs ordering, command to first position, add word 'working' directory, and swing's elements placement in space) Standard streams, i18n improvements and terms (see http://en.wikipedia.org/wiki/Standard_streams and http://fr.wikipedia.org/wiki/Flux_standard) Bugzilla Id: 53168
 discard 8c8a632  Small UI improvements
 discard 21c4e31  Simplify
 discard c6304cb  Make fields final
 discard ce616b9  Remove useless local var
 discard e88ebf7  Make fields final
 discard 5ac1a86  remove useless brackets
 discard cd74b24  Remove useless null test use parseBoolean
 discard f49a346  remove useless import
 discard e512137  Add link to Bug
 discard 2c25fac  Remove useless final
 discard 027e0f5  Fix Unused encoding
 discard 6c460a7  Oups JDK6 method
 discard 50dfe8c  Add final + TODO
 discard e7b77f9  Remove useless local var
 discard f3e8892  Add exception cascading
 discard 8880bd9  Make field final Make field local when possible
 discard e832489  Avoid throwing exception when possible
 discard ed9009f  Use JOrphanUtils#isBlank
 discard d290bff  synchronized seems useless as all instances in same Thread Group get same value.
 discard 306dec0  Remove caching as it is subject to thread corruption
 discard bbffff6  Make field final Make field local
 discard abbb9e5  Removed useless override Make field final Make field local
 discard ef4c3c8  Removed useless override
 discard 85ec594  make field local var
 discard c17ce67  Add final to field Add logger.isDebugEnabled
 discard 8637c05  Reference official API rather than 3rd party source site
 discard eb7de19  Use JOrphanUtils#isBlank Remove unused parameter
 discard c865fb0  Use JOrphanUtils#isBlank
 discard 3196b81  Reuse method in JOrphanUtils
 discard 1f1330e  use parseBoolean instead of Wrapper creation
 discard b3e0f9c  Use better empty String testing
 discard 11effd5  Avoid StringBuilder creation in loops
 discard 9081e9e  Remove useless synchronized Use better Map iteration
 discard f32e2c7  Add test case for new method
 discard be7fdab  Fix wrong javadocs
 discard baf4f1b  Use System.arrayCopy for array copy Add missing brackets around if New method to test blank array
 discard 64f790b  Document after i18n Bugzilla Id: 53168
 discard c5a082d  Added i18n for stderr, stdin, stdout Bugzilla Id: 53168
 discard a64e417  javadocs + since Bugzilla Id: 53168
 discard 1170a2b  add javadocs Bugzilla Id: 53168
 discard eb8ae3a  Factor in JOrphanUtils useful method
 discard 7ca4deb  Add more Java sampler docs
 discard 709b24a  Drop unnecessary synch. qualifiers
 discard 3f074e1  Only set base once to final value
 discard bf5d12f  Add TODO note
 discard 91f3a4b  Cannot allow resetBase() to change the base if there are open files
 discard e65b27c  Allow serialisation test to work
 discard 4b143f7  OS Process - allow specification of stdout/stderr/stdin
 discard 9a88931  OS Process - allow specification of stdout/stderr/stdin Bugzilla Id: 53168
 discard 1e7eba6  Use parseLong instead of useless Wrapper
 discard 53f1221  Use JOrphanUtils
 discard ba2701e  Document strange code
 discard 3f2b288  Remove wrong synchronized on method (as it would synch on instance while allThreadsInfo is static. no need for sync on previousTime.
 discard 4e42fa5  Use parseLong instead of creating useless wrapper
 discard f454138  Remove unused parameters vars
 discard 6a75f1e  make fields final remove unused parameter numThreads
 discard 385555f  make fields final
 discard 64c2bf9  USe interface instead of impl Avoid StringBuilder creation in loop
 discard 658eba1  Use parseBoolean instead of creating useless wrapper
 discard df0ecad  Avoid String concat Use parseBoolean instead of creating useless wrapper
 discard 36b65b4  remove final on method as class is final
 discard 593e224  Use AtomicInteger instead of synchronization
 discard 714678c  Remove useless brackets very little optimisation toarray
 discard 118f810  make fields final
 discard 2dac4d7  Remove useless brackets
 discard 611eac6  Fixed as per dev list sebb remark
 discard c84ee44  Include original exception in rethrown
 discard af6fd27  Use constants
 discard bf875b1  Remove useless constructor which has an unused parameter. Use interface instead of Impl
 discard eeb67d7  Remove useless override
 discard 9dc18a1  make fields final
 discard c3e6f06  Add brackets on if/else
 discard 2a186de  Remove useless override
 discard 4f3094a  Split FilePanel to make it easier to re-use without the fixed label and title
 discard 045feba  Javadoc
 discard fdb972f  Removed useless code
 discard dd53082  log cannot be null
 discard 371b941  Use interface instead of Impl Remove useless code JMeterError is just rethrown
 discard 09e266b  Extract gc and finalization calls in localized method as it is controversed. Add call to System.runFinalization in StandardJMeterEngine.
 discard acdf0f2  Javadoc
 discard b0204de  Document when api expects null instead of empty array
 discard 55aa6f5  Ensure scriptName is safely published across threads
 discard 8118a7e  Document when api expects null instead of empty array
 discard 4fdfde9  Add @since markers
 discard c86bb98  Remove useless brackets
 discard a1ffab8  Make class final if private constructor
 discard 296d538  Make class final if private constructor
 discard a94ce07  Revert change
 discard fbeffef  Simplify
 discard 3a65c76  Add stacktrace in exception
 discard 48274bc  Make class final if private constructor
 discard ee34bdc  Make class final if private constructor
 discard d87e01e  Make class final if private constructor
 discard b87e207  method returning arrays should return empty array instead of null
 discard a03f9e7  Make class final if private constructor
 discard ad90766  parse int
 discard 584a14b  Make class final if private constructor
 discard 66736c9  Avoid throwing NPE
 discard 9e65c2d  Make logger static final
 discard 4c11335  Make logger static final
 discard d793371  method returning arrays should return empty array instead of null
 discard 07fad59  Add brackets around else
 discard 517fe8f  fix typo
 discard ed2e634  Add some best practice note Bugzilla Id: 53520
 discard 3a14ef0  Don't use entrySet iteration as we only use value Add comment on LinkedHashMap
 discard 37dd1af  Don't use entrySet iteration as we only use value
 discard 5fbb58b  Document PARING from sebb comment on mailing list: http://mail-archives.apache.org/mod_mbox/jmeter-dev/201208.mbox/%3CCAOGo0VZFKGKGu_VS2RqinWW0ZC%2BXSYDc4y3_Qj_nKqE8wq8iuw%40mail.gmail.com%3E
 discard e244040  Javadoc
 discard 93d6e15  Add tests to show current backslash behaviour Bugzilla Id: 53534
 discard be9b4a6  Write-once field might as well be final
 discard 62286b6  Cleaner screenshot
 discard 016661c  Fix to french translation (was a bit confusing with GC)
 discard 9b979b5  Ensure close are always called
 discard 2f2f15c  Added since
 discard 90d8b02  Add french translation (oops missing a accented char)
 discard b4ab1cb  Add french translation
 discard 36f25a0  Add support for HeapDump to the JMeter GUI client
 discard 05fdf98  Add support for HeapDump to the JMeter non-GUI client
 discard adfa826  Add french translation Bugzilla Id: 53671
 discard 6b70fab  IdleTime values are not saved to CSV log Bugzilla Id: 53802
 discard 3ed7ebf  Add JMeter version in the jmx file Bugzilla Id: 53673
 discard 97396f0  Improve checking of files; allow for varying "jmeterTestPlan" element attributes/sizes
 discard 6e7cd39  OOps forgot to change icon size
 discard 3f0b620  Run tearDown Thread Groups after shutdown of main threads Bugzilla Id: 53671
 discard 8ba0355  Tidy comments
 discard 21a4a26  Remove commented code (implemented above anyway)
 discard 07c8138  Use the charset created earlier. Note: StringBody allows null charset and defaults to ASCII
 discard 8bd9203  Reduce log level (duplicates message from JMeterThread)
 discard 3913ebb  Unnecessary variable
 discard 618f592  TestCompiler uses static Set which can grow huge Bugzilla Id: 53796
 discard 551c51f  ThreadStarter is daemon, but we don't want sampler threads to be so too
 discard 0cb3f6a  Cheaper to set the thread name when creating it
 discard 8b94e99  Allow a bit more time for urls to expire - 1ms is not sufficient
 discard 462a1cd  Don't show message if host is null
 discard 892e684  Group private static fields together No code change
 discard 8387f4b  Simplify: establish class and tearDownTest implementation in testStarted, so no need for static HashMap
 discard 9422331  Unused parameter
 discard 082399b  Remove redundant null check in createJavaClient Actually use the return value from the method
 discard 09176c5  Remove redundant setup of context (already done by caller)
 discard bc1b2ee  Add advise on memory expensive listeners
 discard 6512930  Add link to jmeter best-practices on home page
 discard b4e61ae  Enhance JavaSampler handling of JavaSamplerClient cleanup to use less memory Remove unnecessary implementations of tearDownTest - they just waste memory Bugzilla Id: 53782
 discard 659c998  Simplify; no need to save client and context Bugzilla Id: 53782
 discard dbeaa37  Bug 53782 - Enhance JavaSampler handling of JavaSamplerClient cleanup to use less memory Changes following sebb remarks on dev mailing list:
 discard 4a0489c  Add display of full stacktrace without need to look at logfile (useful for jenkins tests)
 discard 4254a64  Revert change which dropped Encoding of Post/Put values
 discard e5b58ba  Bug 53782 - Enhance JavaSampler handling of JavaSamplerClient cleanup to use less memory Fix NPE in distributed tests Bugzilla Id: 53782
 discard 6f346f8  Calrify Once Only Controller
 discard 6d5b7b0  Bug 53782 - Enhance JavaSampler handling of JavaSamplerClient cleanup to use less memory Only register instance of JavaSamplerClient that have overriden or implemented teardownTest Bugzilla Id: 53782
 discard 2daa986  Bug 53782 - Enhance JavaSampler handling of JavaSamplerClient cleanup to use less memory
 discard 42de7d0  Fix Javadoc warning (since update to Commons-lang3)
 discard 9d10b31  Code cleanup : Remove public modifier from interface methods From JLS : It is permitted, but strongly discouraged as a matter of style, to redundantly specify the public modifier for interface methods. Remove public static final from interface fields
 discard a5b2e12  Code cleanup : Remove public modifier from interface methods From JLS : It is permitted, but strongly discouraged as a matter of style, to redundantly specify the public modifier for interface methods. Remove public static final from interface fields
 discard 734abb3  Code cleanup : Remove public modifier from interface methods From JLS : It is permitted, but strongly discouraged as a matter of style, to redundantly specify the public modifier for interface methods. Remove public static final from interface fields
 discard ae18ca7  Code cleanup : Remove public modifier from interface methods From JLS : It is permitted, but strongly discouraged as a matter of style, to redundantly specify the public modifier for interface methods. Remove public static final from interface fields
 discard bcfed76  Code cleanup : Remove public modifier from interface methods From JLS : It is permitted, but strongly discouraged as a matter of style, to redundantly specify the public modifier for interface methods.
 discard 34f8b17  Code cleanup : Remove public modifier from interface methods
 discard 5e1bb81  Use import
 discard 1129467  Clarified todo
 discard 526d0ae  Added todo
 discard 4849e86  Added since information
 discard 88158b0  Bug 52266 - Code:Inconsistent synchronization Bugzilla Id: 52266
 discard 87597ec  We already derived the contentEncoding (charset) above
 discard b89e738  Removed useless method call
 discard 7d20473  The the case of getSendParameterValuesAsPostBody, encoding should be left to the entity handler
 discard 89e023d  Simplify and add Javadoc for PUT/PATCH content processing. TODO: the same for POST
 discard 2c720de  RequestViewRaw does not show headers unless samplerData is non-null Bugzilla Id: 53774
 discard 8adb54f  Javadoc
 discard 6b531a3  Don't return null, return empty string
 discard 3da9348  Entity file content is appended below anyway
 discard bff3535  update screenshot for counter
 discard 7a78cd5  Make matcher transient
 discard 1ea4150  Make matcher transient
 discard 3633357  Make matcher transient
 discard fbcb09a  comment
 discard 956f830  Better port default choice
 discard d06db06  Removed this key, now not needed
 discard 2645023  Translated by Google to fix unit test bug; hope it's OK!
 discard 733c992  Javadoc and renames
 discard c1bee2f  PUT/PATCH bodies are appended anyway later
 discard a2dd1a7  Rename: put => entity
 discard 991094b  PATCH content also needs to be displayed
 discard 7c79f79  More on PATCH
 discard 62e0047  Fix bug accidentally introduced in r1351008 - ContentType cannot have null parameter, so need to fetch File entry MIME type before creating it
 discard 52cf1b1  Update doc for new Response Time Graph, Aggregate Graph and Cookie Manager elements Bugzilla Id: 53718,53755
 discard 482e710  Applied some improvements from Bug 53718 (new Response Time Graph) to Aggregate Graph
 discard e586f8b  Rename Reload data button to Apply Filter Bugzilla Id: 53718
 discard 71979f60 Javadoc
 discard cd61a6c  Javadoc
 discard 46b3ed8  Clarify
 discard 2753e14  Javadoc
 discard 8cadce3  Supported for HC3.1 as well Bugzilla Id: 53675
 discard 6191423  Add PATCH verb to HTTP HC3.1 sampler Bugzilla Id: 53675
 discard 342e935  Add PATCH verb to HTTP sampler Bugzilla Id: 53675
 discard 65a9f89  Start trying to tidy up post and put code. Should eventually be able to use put code to handle non-multipart posts
 discard 4602150  Bug 53765 - Switch to commons-lang3-3.1 Bugzilla Id: 53765
 discard 0fc20d3  Bug 53765 - Switch to commons-lang3-3.1 Bugzilla Id: 53765
 discard 87bbf9b  Add the name of the new element Response Time Graph in changes Bugzilla Id: 53718
 discard a981121  Adding a HttpClient 4 cookie implementation in JMeter. Cookie Manager has now the default HC3.1 implementation and a new choice HC4 implementation (compliant with IPv6 address) and Bug 51512 - Cookies aren't inserted into HTTP request with IPv6 Host header Bugzilla Id: 53755
 discard dd2e436  Moves the pattern filter on reload data action Force the reloaded data (to remove filter) when unchecked the filter checkbox Add a change listener on JTabbedPane to make the graph when clic on Graph tab (without clic on Display Graph button) Reorganise some methods in source file Bugzilla Id: 53718
 discard 5d638a2  TestListener interface could perhaps be split up. Bugzilla Id: 53749
 discard a68e0d5  Bug 52601 - CTRL + F for the new Find feature CTRL + F1 help for functions CTRL + F for search dialog Bugzilla Id: 52601
 discard 0a50c07  update javadocs link for excalibur
 discard f7197d2  Add TODO
 discard fd70742  Lightweighting of JLabeledChoice (JComboxBox): removing the border
 discard 62f6d95  Typo
 discard 46048b7  Fixed typo Added note to mention what was implemented by 53520
 discard 859d0d8  Code comments
 discard ea72fdf  Removed unused interfaces Remoteable and TestListener
 discard 5024754  Fix badly wrapped comment
 discard 172321a  Pull constant string out of loop
 discard 0cb44c9  Inline variables that are only used once
 discard f5ee76e  ClientJMeterEngine perfoms unnecessary traverse using SearchByClass(TestListener) [it appears this has always been the case] Bugzilla Id: 53759
 discard 28bf269  Renme variable to clarify usage
 discard 8a75038  Remove unnecessary instance variable
 discard 0478aca  Avoid useless creation of SimpleDateFormat by creating it once
 discard 6fb6f81  Revert the new interfaces; don't want them used if they cannot be made to work.
 discard 023efbd  Revert the TestListener interface change. Not sure it's possible to maintain compatibility without making the handling code very messy Bugzilla Id: 53749
 discard 65edc12  TestListener interface could perhaps be split up Stage 1: split the interface; also split start and end test in case that's useful Bugzilla Id: 53749
 discard 3543dfb  Make boxing explicit. Make some fields int rather than Integer to reduce need for boxing/unboxing
 discard 3ad0546  Unused import
 discard 14deb6f  Detab
 discard 9bcd5ef  UPPER case for static little optimisation in map gets (replace containsKey+get by get then null test) Little optimisation on Map copy (use iterator instead of key iterator + get per key)
 discard c484e56  Use tab separator after whoami as per all the other invocations
 discard a54512e  Summariser: no point displaying fractional time in most cases Bugzilla Id: 53753
 discard f4155b9  Code cleanup little optimisation in map gets (replace containsKey+get by get then null test) Little optimisation on Map copy (use iterator instead of key iterator + get per key)
 discard 86b98e0  Code cleanup little optimisation in findMax to remove one useless method call
 discard 3cb6884  Rollback as per discussion on dev mailing list : http://mail-archives.apache.org/mod_mbox/jmeter-dev/201208.mbox/browser
 discard ca4841d  Capitalise static variables Put static variables first [No code change]
 discard b2aa709  TestCompiler saves unnecessary entries in pairing collection Bugzilla Id: 53750
 discard 14b6e74  Rename fields to make code clearer
 discard 5490538  Standardise on static final No code change
 discard c43bc2e  Standardise on static final No code change
 discard 7979b0f  Standardise on static final No code change
 discard 3fde660  Standardise on static final No code change
 discard 7b34acf  Add a bit more log info about the thread group
 discard 1ef5eb9  Code document update
 discard 07c8ec1  It's awkward reading logs where several classes share the same logger name. Implement local LOG instances for our sample implementations
 discard a915008  Bug 53501 - Synchronization timer blocks test end. Issue has been fixed by sebb within work on issue 53418. Bugzilla Id: 53501
 discard f878914  Renaming bug so that changes are clear when version is released
 discard 218eada  Move createLabelCombo to jorphan.GuiUtils
 discard 45ae91c  Bug 53715 - JMeter does not load WSDL Bugzilla Id: 53715
 discard 6f2dfe9  Don't check isDebugEnabled unnecessarily, but do check it before building the string param
 discard f165b8a  Don't check isDebugEnabled unnecessarily, but do check it before building the string param
 discard c285f87  Improves the memory usage by internal list (map now) which keep all results to allow the "reload data" action or "apply interval" action Bugzilla Id: 53718
 discard 3ab55b1  Bug 53743 - JavaSamplers.allSamplers static Set keeps references even after thread has ended Bugzilla Id: 53743
 discard 02929bb  Bug 53742 - When jmeter.save.saveservice.sample_count is set to true, elapsed time read by listener is always equal to 0 Bugzilla Id: 53742
 discard 3cf4386  &= is needless as stoppedAll is true Added TODO waiting for answer from sebb on dev mailing list Bugzilla Id: 53418
 discard ccd6291  Fix ConcurrentModificationException that happens when you stop a test while it's in rampup period.
 discard 6f71462  Fix NaN comparison
 discard 08bfa68  Keep LinkedHashMap as per milamber warning on previous commit, thanks milamber
 discard 80f188e  Removed useless @SuppressWarnings Used HashMap instead of LinkedHashMap Gave Map capacity put strokeWidth at top of class
 discard 5c1af96  Keep track of number of threads started and finished: Display counts in Summariser delta output Bugzilla Id: 53738
 discard 426361b  Keep track of number of threads started and finished Update context service to collec the counts and return them Bugzilla Id: 53738
 discard 2d92385  Grammar
 discard 6b97e0d  Sync with saveservice.properties Bugzilla Id: 53718
 discard d0b2adb  Change the name "Line Graph" to "Response Time Graph" Bugzilla Id: 53718
 discard 8f71c84  Use the good name of the element
 discard dcc6319  Add Line graph manual Bugzilla Id: 53718
 discard 09c0b3b  Fix Mailer visualizer screenshot size. Reduce the width of BSF Sampler size. Center VRT screenshots
 discard ac6013e  Fixbug in delayed start when used with consecutive thread groups Code was only waiting for active threads to reach zero, rather than for the thread group to finish. Bugzilla Id: 53418
 discard d010465  Enable playing with interval and filter label on a running test Bugzilla Id: 53718
 discard 666b494  StandardJMeterEngine is now responsible for starting thread groups, which in turn are responsible for their threads. All the thread creation and scheduling is now handled by the thread group. This allows the JMeterThread instances to be created only when needed by the delayed start method. Memory should now be only limited by the number of concurrent threads. Bugzilla Id: 53418
 discard e537c93  Change the lock method Add a warning to prohibit the update of interval si no file Remove a double check on durationTest and improves the message Bugzilla Id: 53718
 discard e6a8b7f  Fix indentation
 discard c7e9471  Follow intentional change to saveservice.properties
 discard 3a4e3e5  Simplify
 discard 6d29edf  Add a new visualizer to draw a line graph showing the evolution of response time for a test Bugzilla Id: 53718
 discard 54b6e52  Small improvements in aggregate graph: legend at left or right is now on 1 column (instead of 1 large line), no border to the reference's square color, reduce width on some fields Bugzilla Id: 53716
 discard 3520006  Arrange fields and methods Drop unnecessary parameter to private method
 discard a0b01c4  Fix up log messages
 discard 63bcc79  Oops forgot import
 discard 3263f55  No need to use AtomicBoolean here. Also slightly clearer to use running rather than !stopped, so changed name and inverted the value. Will also be useful if/when JMeterThread instance creation is moved here.
 discard abd9ba6  Rename private methods according to actual function
 discard b7e15f3  No point processing all thread groups when we know we only want to wait for one
 discard 1064adb  Clear down the list of groups when they are done
 discard c63c74f  Move JMeterThreadMonitor implementation from engine to the thread group, as the engine was calling the group anyway.
 discard 18d1362  Correct comment
 discard 20d215c  Add delayed_start French translation Bugzilla Id: 53418
 discard adfa131  delayedStartup needs to be constant Bugzilla Id: 53418
 discard 72d2fcd  Merge OnDemandThreadGroup into ThreadGroup: Don't display delayed start for setUp/tearDown thread groups Rename onDemand as delayed_start Make the property optional in JMC files
 discard f7a62a7  No longer need these
 discard 219036e  Fix saveservice version
 discard c86781e  Merge OnDemandThreadGroup into ThreadGroup Bugzilla Id: 53418
 discard 1062bb8  Clarify Content Encoding GUI field
 discard de0676a  Nested image has changed
 discard 28479fc  Clarified documentation of Access Log Sampler Added some formating
 discard 9c6b5fb  Added license
 discard d6b663a  Display 'Apache JMeter' title in app title bar in Gnome 3 Bugzilla Id: 53616
 discard 3e2d68a  Display 'Apache JMeter' title in app title bar in Gnome 3 Bugzilla Id: 53616
 discard 8346c50  Better with the maven2.repo property
 discard 5f2171e  mvnsearch doesn't work. Using the repo2.maven.org to get jCharts jar
 discard 9750134  Bug 53318 - Add Embedded URL Filter to HTTP Request Defaults Control Bugzilla Id: 53318
 discard 11cabc7  Fixed findbugs issue
 discard bace394  Bug 53418 - New OnDemandThreadGroup that creates threads when needed instead of creating them on Test startup simplified and cleaned
 discard 2e2f970  Don't log partial responses to the jmeter log Bugzilla Id: 53566
 discard f0698bf  Bug 53511 - access log sampler SessionFilter throws NullPointerException - cookie manager not initialized properly Bugzilla Id: 53511
 discard ca0f453  Unused import
 discard 487c275  Generics warning
 discard 716981a  Bug 42245 - Show clear passwords in HTTP Authorization Manager Bugzilla Id: 42245
 discard e80f57b  Ensure stream is closed even if exception occurs, because with current code, there are leaks in callers HTTPHC4Impl, HTTPHC4Impl and HTTPJavaImpl
 discard 8d870a0  Add tag for 2.7
 discard b73e80e  Close resources
 discard b759173  Missing @Override
 discard 6dad473  Bug 53522 - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value IF Last-Modified or Date are missing or invalid, set expiration date to one year in future Bugzilla Id: 53522
 discard 66db5ab  Bug 53522 - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value Fix typo Bugzilla Id: 53522
 discard f7ad3e3  Fix up documentation Bugzilla Id: 53522
 discard 5381fc0  Fix comments
 discard 558a071  Ensure all parameters are in debug log
 discard 7514155  Bug 53522 - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value Fixed test case
 discard 5e18227  Bug 53522 - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value Added test case Added sleep to ensure entries become invalid after their expiration date has passed Bugzilla Id: 53522
 discard a787765  Bug 53522 - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value Added test case Added sleep to ensure entries become invalid after their expiration date has passed Bugzilla Id: 53522
 discard 18970bf  Bug 53522 - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value Changed to store entry forever if no max-age and no expires header which is what specification says in my understanding: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html Bugzilla Id: 53522
 discard 5cae02a  Bug 53418 - New OnDemandThreadGroup that creates threads when needed instead of creating them on Test startup Fix SaveService fileVersion and version
 discard d421794  Bug 53418 - New OnDemandThreadGroup that creates threads when needed instead of creating them on Test startup Fix saveservice.properties
 discard e6a3ec7  Bug 53418 - New OnDemandThreadGroup that creates threads when needed instead of creating them on Test startup Fix EOL Bugzilla Id: 53418
 discard 1d86a07  Bug 53418 - New OnDemandThreadGroup that creates threads when needed instead of creating them on Test startup Documentation update Bugzilla Id: 53418
 discard 7084a1c  Bug 53418 - New OnDemandThreadGroup that creates threads when needed instead of creating them on Test startup Bugzilla Id: 53418
 discard 3e3caed  Factor out similar code
 discard d58d5aad Bug 53522 - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value (edit)
 discard 3fe71d0  no-cache responses should be stored, but must be revalidated, so don't store an expiry date for them Bugzilla Id: 53522
 discard 3fafb58  Remove spurious <p> tag
 discard 28b232b  Update to HttpClient 4.2.1
 discard 58b566b  Update to HttpClient 4.2.1
 discard 7740e8e  Field is only created once, so make it final
 discard 792e71c  Bug 53520 - JSR223 Elements : Use Compilable interface to improve performances on File scripts Bugzilla Id: 53520
 discard a11c2a7  Bug 53520 - JSR223 Elements : Use Compilable interface to improve performances on File scripts Bugzilla Id: 53520
 discard 98a6078  Bug 53520 - JSR223 Elements : Use Compilable interface to improve performances on File scripts Bugzilla Id: 53520
 discard 6a0987f  Bug 53522 - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value Clarify incompatible changes Bugzilla Id: 53522
 discard 2b6cb73  Bug 53522 - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value Bugzilla Id: 53522
 discard f3625e6  Bug 53522 - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value Bugzilla Id: 53522
 discard cce75a7  Bug 53365 - JSR223TestElement should cache ScriptEngineManager Bugzilla Id: 53365
 discard 163028f  Bug 53521 - Cache Manager should cache content with Cache-control=private Bugzilla Id: 53521
 discard 0b0b464  Bug 53521 - Cache Manager should cache content with Cache-control=private Bugzilla Id: 53521
 discard 6dfedb6  Remove useless code
 discard 5f0d7f8  New guideline
 discard c329231  Bug 53440 - SSL connection leads to ArrayStoreException on JDK 6 with some KeyManagerFactory SPI Bugzilla Id: 53440
 discard 93764a5  Standardise on HTTPConstants, not the interface
 discard 745bb8b  Standardise on HTTPConstants, not the interface
 discard c654983  Standardise on HTTPConstants, not the interface
 discard 4ae1679  More context for the debug
 discard 392b48d  More context for the debug
 discard 4a55a8e  More debug
 discard d201beb  Make tests easier to distinguish if comparisons fail
 discard 093d29d  Tidy up code - defaultpw has already been set from the system property, no point doing it again.
 discard 616d34f  Avoid NPE when running in non-GUI mode and password has not been provided
 discard 0497a1c  Avoid NPE when password is not provided
 discard 1eae3f1  Replace deprecated code
 discard 5e8ef89  Use Root interface
 discard c3d6afb  Use Root class AbstractThreadGroup
 discard b7313cc9 Use Root interface SwingConstant
 discard a2957ea  Use Root interface
 discard c4f9e21  Use Root interface
 discard 44b0d4a  Use HTTPConstantsInterface instead of HTTPConstants
 discard 5b7fc14  Use HTTPConstantsInterface instead of HTTPConstants
 discard bbbd8e6  Use HTTPConstantsInterface instead of HTTPConstants
 discard e5397ee  Use Root interface
 discard 658808a  getDefault super implementation is synchronized, so make this one also synchronized
 discard 0f4b6e9  Use InputEvent
 discard 6660743  Make non serializable field transient Bugzilla Id: 52265
 discard 50c0d32  JMS Point to Point reports too high response times in Request Response Mode - ensure the timeout is actually used Bugzilla Id: 53357
 discard 65b2007  Replace deprecated ctor parameter
 discard df820c2  Move jcharts to end as having problems downloading on some Jenkins hosts Wrong reference moved, try again
 discard b6184e6  Move jcharts to end as having problems downloading on some Jenkins hosts
 discard b09495f  Ensure starts on new line
 discard f6c3b85  bsh-2.0b5.jar now available from Maven Central
 discard 2423886  Convert tests that fail on Gump so that each subtest runs separately
 discard 5ea02b3  Use actual encoding rather than always using UTF-8
 discard 0222733  Clarify which output is which
 discard 226f85d  Clarify which output is which
 discard 5791f4d  Add Bugzilla issue tracking for Subversion
 discard b724a93  Update to HttpCore 4.2.1
 discard f54c099  Alternative solution
 discard c7a535e  Clarify documentation regarding \ before a variable
 discard 381bf04  DecimalFormat is not thread-safe, so remove static instance
 discard e430d31  DecimalFormat is not thread-safe, so remove static instance Make format a static method
 discard e3a42ee  Bug 53348 - JMeter JMS Point-to-Point Request-Response sampler doesn't work when Request-queue and Receive-queue are different
 discard 4e7261f  Ensure disconnect is called even if abort fails
 discard fe4e10b  Bug 53364 - Sort list of Functions in Function Helper Dialog
 discard 04f36ac  Bug 53348 - JMeter JMS Point-to-Point Request-Response sampler doesn't work when Request-queue and Receive-queue are different Clarify documentation
 discard c379943  Bug 53357 - JMS Point to Point reports too high response times in Request Response Mode
 discard cab93ae  Bug 53348 - JMeter JMS Point-to-Point Request-Response sampler doesn't work when Request-queue and Receive-queue are different Clarify documentation
 discard c1ff2b8  Keystore index is 0-based
 discard 89e6a5a  Fix url (old jakarta jmeter user list and new jmeter user list are merged)
 discard f4b53ef  Updated to HttpComponents Core 4.2 (from 4.1.4) and HttpComponents Client 4.2 (from 4.1.3)
 discard b313d26  Updated to HttpComponents Core 4.2 (from 4.1.4) and HttpComponents Client 4.2 (from 4.1.3)
 discard 9b8e69b  Keystore index is 0-based
 discard 3e4962d  Use <bugzilla> tag which generates a link to the bug
 discard 0e8392e  Use <bugzilla> tag which generates a link to the bug
 discard b40d9fc  Update dependency versions
 discard 780ef8f  Bug 53311 - JMeterUtils#runSafe should not throw Error when interrupted
 discard c4d98ee  Bug 53310 - TestAction should implement Interruptible
 discard 3d70242  Upgrade to commons-net-3.1 from 3.0.1
 discard 82c4985  JMeter 2.7 release
 discard 813e089  xml file that needs to be preserved as EOL=LF
 discard 9ead5ed  Prepare next release 2.7: update docs tree and overview (RC3)
 discard 5e5f7e8  Make a little change on docs trunk (for test release process rc3)
 discard 848e095  Prepare next release 2.7: update docs tree and overview
 discard 35df0fa  remove unused label
 discard 6f05c4d  Clarify Keystore config
 discard 453780c  Clarify Keystore config
 discard a5031a3  Bug 50898 - IncludeController : NullPointerException loading script in non-GUI mode if Includers use same element name Apply better fix that applies for all elements, not just IncludeController
 discard 79b5a22  Add comment
 discard 1987700  Better regexp to update overview.html (in docs-api task) Accept jmeter.version like 2.7 ou 2.7-SNAPSHOT
 discard 74af65f  Using a temporary directory and files for test stat graph
 discard 0cddca8  Bug 50898 - IncludeController : NullPointerException loading script in non-GUI mode if Includers use same element name
 discard b6e65b7  Defer the conversion of the Yen symbol to run-time so won't be mangled by EOL conversion
 discard 6732082  Fix up EOL property
 discard ff87860  SVN EOL style
 discard 188d6f1  Drop back to 2.7, as we will have to respin
 discard 1a0d61f  extras/*.png are binary files
 discard 2d0d18d  EOL style
 discard 6ff8273  Trunk must remain as a SNAPSHOT otherwise CI builds may fail
 discard b02e509  Prepare next release 2.7: update docs tree
 discard 780421a  Prepare next release 2.7
 discard aeca286  Borders JSplitPane cumulated: use workaround http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4131528
 discard 013e66d  New screenshots and resizing
 discard d4e489a  New screenshots and resizing
 discard e516f9d  Update screenshot tutorial web test
 discard 41b911a  Fix some size
 discard 3ae487a  New screenshots and resizing
 discard 7936150  Fixed typo
 discard 8d51624  Fixed typo
 discard 382944d  New screenshots and resizing
 discard 03d87ab  Update New and Noteworthy section (add red box and black borders), set images size in changes.xml
 discard 5198ca5  Fix some names (jakarta-jmeter -> apache-jmeter) Add mention to new error/fatal counter Add Smtp behavior
 discard 7e1e46b  New screenshots with better definition
 discard 8c61523  Resize warn icon screenshot (size in changes.xml and add rectangles add border line
 discard 90057ea  Resize warn icon screenshot (size in changes.xml and add rectangles
 discard 05b7862  Reduce logging level
 discard 33e237b  Add Workbench tool to generate test scripts
 discard a861ebf  Add newly generated test files for previous releases
 discard eec79c8  Distinguish null and empty labels
 discard 0bc5648  Bug 53261 - Make "Error/fatal" counter added in Bug 42784 open Log Viewer panel when Warn Indicator is clicked New screenshot
 discard b81d6ce  Add setUp/tearDown thread groups + test fragment
 discard 95f7b0c  Make warn JButton transparent (best L&F)
 discard c21b533  Added new and noteworthy
 discard aab6868  Bug 53261 - Make "Error/fatal" counter added in Bug 42784 open Log Viewer panel when Warn Indicator is clicked
 discard aaf1785  Fix test failure due to comment of Report section in component_reference.xml: Added exclusions on package and class
 discard 9ae9be5  Use a JLabel instead of JButton to display warning icon Increase space between error indicator and running indicator Add a tooltip text on warning icon Add one space before If parenthesis
 discard 1c3d156  Add Test Plan with all elements for 2.7
 discard 906b29a  Update ignores
 discard 2dcf3e8  Tidy up debug Don't reuse input parameter array
 discard a703e97  Fix comment
 discard e86b741  Clarified some sentences
 discard c287daa  Commenting Reports section as it's empty
 discard 15faec4  Fix screenshots sizes
 discard 61f2c87  Bug 53256 - Make Clear All command clean LogViewer content
 discard db25169  Bug 42784 - Show the number of errors logged in the GUI
 discard 2536475  Update New and Noteworthy section (add red box and black borders), set images size in changes.xml
 discard a0611da  Add SamplerCreator new and noteworthy
 discard 87bc17c  Clarified MaintainSession
 discard bd821a5  Added Changes and Noteworthy Grouped changes by "Samplers", "Listener", "reports"
 discard af8b848  Prepare New and Noteworthy section in changes.xml for next release Remove old 2.6 screenshots (moved to 2.6 folder)
 discard 298fc5a  Bug 53246 - Mailer Visualizer: improve GUI design and I18N French translation added
 discard 6008ff4  Prepare New and Noteworthy section in changes.xml for next release
 discard 2982bf3  Bug 52782 - Add a detail button on parameters table to show detail of a Row Improves the box size, name box and changes title box
 discard 7f3da1a  Tidy; add usage comments
 discard f816139  Bug 53226 - Faster startup FunctionHelper can use function list created by CompoundVariable
 discard 53ba4fa  Improve the dynamically sizing of 'write results to file / read from file' pane for all Listeners.
 discard e7399cd  Fix Javadoc error - it was incorrect Exception as well
 discard e3d948a  Import no longer used
 discard aeef9b6  Document reason for check of package name
 discard 9103405  Bug 53226 - Faster startup No need to check for abstract classes, as these are eliminated by the class finder
 discard 5fa7fdc  Javadoc
 discard d31abb0  Document parameter usage
 discard 083f8c2  Revert javadoc changes.
 discard b8c33b0  Updated JMeter distributed testing guide. Changes source format to OpenOffice odt (from sxw)
 discard 4160dc3  Bug 53226 - Faster startup Filter during search
 discard 60d2d2a  Bug 53226 - Faster startup Filter during search
 discard bf31314  Updated to httpcomponents-client 4.1.3 (from 4.1.2)
 discard f946a26  Fix Yen sign after ant docs task (on Unix/Linux env). e HTML Entity (hex) value.
 discard deeaeb3  Added warn when getBinding fails
 discard b1fe038  Fix ArrayIndexOutOfBoundException risk introduced by last commit
 discard 53c6ad2  Fix some javadoc
 discard ce65bfa  Remove dead code
 discard 4f01876  Remove Javadoc warning when javadoc generation   [javadoc] [snip]/src/jorphan/org/apache/jorphan/test/UnitTestManager.java:31: warning - Tag @see: reference not found: org.apache.jorphan.test.AllTests
 discard a8185b0  Typo
 discard d00085d  extras/proxycert.sh will be executable in binary archive
 discard 7526467  Missing @Overrides
 discard 0bbf8e6  Javadoc
 discard 042fa8d  Restore saveservice.properties version check
 discard 1e76a90  Bug 53136 - Catching Throwable needs to be carefully handled
 discard ace62ca  Bug 53136 - Catching Throwable needs to be carefully handled
 discard 6542842  Bug 53136 - Catching Throwable needs to be carefully handled
 discard baf2c0f  Bug 53136 - Catching Throwable needs to be carefully handled
 discard 2b6df47  Fix tab
 discard 5d0d33e  Little optimization : Avoid NullPointerException by testing for nullity. Caller catches NPE and selects NullProperty so no regression will happen
 discard d025364  Bug 52266 - Code:Inconsistent synchronization Use Atomic
 discard c19381a  Bug 53172 - OS Process Sampler - allow specification of Environment Variables Code cleanup
 discard 1ec5e29  Fix findbugs warning on new Boolean
 discard ec8376c  Bug 52266 - Code:Inconsistent synchronization Add synchronized on openFile method will not impact performance as method is private, lock will be reentrant
 discard 2392d1d  Add logs to diagnose GUMP Failure
 discard 664a3c1  Bug 52936 - JMS Publisher : Support sending of JMS Object Messages
 discard 4b2effb  Bug 53172 - OS Process Sampler - allow specification of Environment Variables Update documentation and screenshot
 discard 3a5f95c  Some details on running commands
 discard 18208f4  Typo & fix 'environment' in French
 discard af64789  Bug 53172 - OS Process Sampler - allow specification of Environment Variables
 discard 25334f3  Bug 53172 - OS Process Sampler - allow specification of Environment Variables
 discard 6a23a2c  Bug 53164 - New System Sampler Added working directory display
 discard e78bc1c  Add information about version change
 discard cf1982d  Add information about version change
 discard 4e075b0  Bug 53164 - New System sampler Rework changes: restore original API so HTTPArgsPanel does not need to change
 discard 0654507  Changed mime-type
 discard 1003f33  Bug 53164 - New System Sampler Updated documentation
 discard 3d87473  Bug 53164 - New System Sampler Renamed parameter
 discard 8f92604  Bug 53164 - New System Sampler Renamed to OS Process Sampler
 discard d677cfc  Added reference to javaworld article that inspired StreamGobbler and javadocs
 discard 444f51e  Bug 53164 - New System Sampler Oups wrong test
 discard d4c8760  Bug 53164 - New System Sampler Removed useless name column
 discard 6e7ffe5  Bug 53164 - New System Sampler Fixed mergeability with config elements
 discard bca744d  Fix test error and save service version
 discard b675d8f  Bug 53164 - New System Sampler Changed version
 discard 526bd0b  Bug 53164 - New System Sampler Documentation
 discard 9719095  mime-type
 discard d0e4efa  mime-type
 discard bc84647  Bug 53164 - New System Sampler Save Service
 discard c8547a7  Bug 53164 - New System Sampler Documentation
 discard f94fef2  Add new build path
 discard 6e1cc59  Never catch Throwable
 discard 13e9d3f  Make immutable private variables final
 discard 799c7eb  Bug 53164 - New System Sampler Add Maven POM for new jar
 discard f8d6843  Bug 53164 - New System Sampler
 discard 3870d01  Bug 53164 - New System Sampler
 discard 428d23b  Fixed links to Jakarta
 discard 39bf3b6  Simplify
 discard 6e32293  Simplify: encodeSpaces() is not expensive, so no point trying to avoid it for static strings
 discard f2ec1f4  Bug 52997 - Jmeter should not exit without saving Test Plan if saving before exit fails Fix crash with larger trees; only update saved copy of tree if we wrote the whole tree
 discard 967783e  More info on error
 discard e1c488c  Bug 53145 - HTTP Sampler - function in path evaluated too early
 discard a08b198  Bug 52997 - Jmeter should not exit without saving Test Plan if saving before exit fails
 discard 191d9bb  More useful error message
 discard eb633a8  Allow original exception to be provided if necessary
 discard f49959f  Bug 53073 - Allow to assign the OUT result of a JDBC CALLABLE to JMeter variables
 discard 1ae42b8  Fix ignores
 discard 74e25a1  Tidy up
 discard d180493  Generics
 discard 0320643  Unthrown Exceptions
 discard bf66020  No need to catch Throwable
 discard a8faef5  Bug 53136 - Catching Throwable needs to be carefully handled No need to catch Throwable here
 discard ca50be5  Unnecessary cast
 discard 743068d  Bug 53136 - Catching Throwable needs to be carefully handled Ensure throwable is adequately processed
 discard 92b2638  Unused imports
 discard 12ef4e0  Bug 52997 - Jmeter should not exit without saving Test Plan if saving before exit fails
 discard 081d62c  Change level to warn when invalid cookie is found
 discard 7406532  Bug 52771 - Documentation : Added RSS feed on JMeter Home page under link "Subscribe to What's New"
 discard 5572a17  Added ignore
 discard 20438f8  updated versions and dependencies
 discard 7c029e9  Bug 53129 - Upgrade XStream from 1.3.1 to 1.4.2
 discard 7b79c20  Fixed commons-io version after upgrade
 discard 86d8695  Bug 53129 - Upgrade XStream from 1.3.1 to 1.4.2
 discard 60f70e5  Add Bug52968 test case
 discard 2f0a5a0  Bug 53072 - JDBC PREPARED SELECT statements should return results in variables like non prepared SELECT
 discard 64875f0  Bug 50799 - Having a non-HTTP sampler in a http test plan prevents multiple header managers from working
 discard 33aa232  Fix Javadoc
 discard 843873f  Bug 53070 - Change Aggregate graph to Clustered Bar chart, add more columns (median, 90% line, min, max) and options, fixed some bugs
 discard 12d0e11  Add a warning is https.use.cached.ssl.context is not set or set to true when using KeystoreConfig
 discard 5d97744  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
 discard 565f579  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
 discard 63d1cf2  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
 discard 05cd49f  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
 discard 4b08e75  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
 discard aa797b4  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
 discard 4ade6d8  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
 discard b1edd85  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
 discard a3d1d7a  Add override
 discard 98e570e  Add override
 discard af40e39  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
 discard 4fe599f  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
 discard e9271ac  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
 discard 5c7ea86  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
 discard c0d3088  Removed invalid javadocs
 discard 5010a64  Bug 50799 - Having a non-HTTP sampler in a http test plan prevents multiple header managers from working
 discard f6271fe  Bug 53027 - Jmeter starts throwing exceptions while using SMTP Sample in a test plan with HTTP Cookie Mngr or HTTP Request Defaults
 discard bc22d9c  Bug 53042 - Introduce a new method in Sampler interface to allow Sampler to decide wether a config element applies to Sampler
 discard eea2ffd  Updated to commons-io 2.2 (from 2.1)
 discard 0c070c0  Bug 52967 - The function __P() couldn't use default value when running with remote server in GUI mode.
 discard 21a1551  Bug 52968 - Option Start Next Loop in Thread Group does not mark parent Transaction Sampler in error when an error occurs Fixed host
 discard bfe31bd  Generics warning
 discard 7844556  Bug 52968 - Option Start Next Loop in Thread Group does not mark parent Transaction Sampler in error when an error occurs set svn properties
 discard 192530c  Bug 52968 - Option Start Next Loop in Thread Group does not mark parent Transaction Sampler in error when an error occurs Added Test Case
 discard a9cb993  Bug 52968 - Option Start Next Loop in Thread Group does not mark parent Transaction Sampler in error when an error occurs
 discard b77f67d  Clarify transaction controller doc
 discard ca61239  Retain original exception if one in progress or make in.close not quietly throw
 discard a858f32  Bug 52698 - Remove Graph Full Results Listener
 discard 1797daa  Bug 52698 - Remove Graph Full Results Listener
 discard 369be2f  Bug 50898 - IncludeController : NullPointerException loading script in non-GUI mode Added note on workaround and changed changes.xml comment
 discard 27a789e  Made method static and used closeQuietly
 discard e4e2935  Update Javadoc for methods that are likely to be used by scripting test elements
 discard dc2c540  Add docs for JMeterVariables and JMeterProperties
 discard 031a1ce  Bug 52941 - Improvements of HTML report design generated by JMeter Ant task extra JMeter Ant (ant-jmeter-1.1.1.jar) task was upgraded from 1.0.9 to 1.1.1
 discard 8fa55de  Update ant-jmeter Jar Log from http://www.programmerplanet.org/pages/projects/jmeter-ant-task.php 12/5/2011 - added jmeterlogfile attribute to support specifying the path to a JMeter log file 9/2/2011 - added remote attribute to <property> element to support sending properties to remote JMeter servers
 discard 8c0559e  Bug 52941 - Improvements of HTML report design generated by JMeter Ant task extra
 discard c3002a8  Bug 52934 - GUI : Open Test plan with the tree expanded to the testplan level and no further and select the root of the tree
 discard 5daa0e0  Bug 52939 - Webservice Sampler : Make MaintainSession configurable
 discard 38750da  Bug 52938 - Webservice Sampler : Add a jmeter property soap.document_cache to control size of Document Cache
 discard 89cc68e  Make method static
 discard 0c1063c  Bug 52937 - Webservice Sampler : Clear Soap Documents Cache at end of Test
 discard 66def8b  Bug 52810 - Enable setting JMS Properties through JMS Publisher sampler
 discard 2104def  Factor code between exceptions. Make sampler fail if Exception occurs (not only AddressException, IOException, MessagingException)
 discard 1d536b2  Bug 52916 - JDBC Exception if there is an empty user defined variable
 discard 0b0bdd3  JDBC Sampler : Sampler is not marked in error in an Exception which is not of class IOException, SQLException, IOException occurs
 discard a9aa39e  Document JDBC latency
 discard f39b9a6  Bug 52897 - HTTPSampler : Using PUT method with HTTPClient4 and empty Content Encoding and sending files leads to NullPointerException
 discard 9dd5145  Bug 52886 - Proxy : Recording issues with HTTPS when spoofing is on, secure cookies are not always changed
 discard f423168  Bug 52885 - Proxy : Recording issues with HTTPS, cookies starting with secure are partly truncated
 discard b80d7c0  Bug 52810 - Enable setting JMS Properties through JMS Publisher sampler
 discard 9b424ac  Removing always null field sslProvider
 discard 566ccbb  Bug 52871 - Multiple Certificates not working with HTTP Client 4
 discard dcc8419  Reuse constructor
 discard 0d569a4  Bug 52869 - JSR223 language list currently uses BSF list which is wrong
 discard 2d61eaa  Bug 52868 - BSF language list should be sorted
 discard 1f943cf  Regenerated PDF
 discard 72c11fe  Removed reference to jakarta Changed 2 screenshots
 discard ba233bb  Clarified how to setup Multiple Client Certificates with Keystore Configuration
 discard 63feb4f  Bug 52848 - NullPointer in "XPath Assertion"
 discard da2d85b  Fix char encoding for resultsaver_numberpadlen I18NEdit format
 discard 035e5ee  Bug 52843 - Sample headerSize and bodySize not being accumulated for subsamples Fix bug in test case
 discard 8b16190  Bug 52843 - Sample headerSize and bodySize not being accumulated for subsamples
 discard e030047  Bug 43450 - Listeners/Savers assume SampleResult count is always 1 Fix SamplingStatCalculator
 discard 4e641c7  Simplify
 discard 741e587  Bug 43450 - Listeners/Savers assume SampleResult count is always 1 fixed Generate Summary Results
 discard 8027f49  Bug 52674 - Proxy : Add a Sampler Creator to allow plugging HTTP based samplers using potentially non textual POST Body (AMF, Silverlight...) and customizing them for others
 discard e5aae4e  Bug 52674 - Proxy : Add a Sampler Creator to allow plugging HTTP based samplers using potentially non textual POST Body (AMF, Silverlight...) and customizing them for others
 discard 5dd4165  Bug 52674 - Proxy : Add a Sampler Creator to allow plugging HTTP based samplers using potentially non textual POST Body (AMF, Silverlight...) and customizing them for others
 discard 2d4e5c9  Remove temporary hack
 discard 37ecee2  Bug 52796 - MonitorHandler fails to clear variables when starting a new parse
 discard 823a099  Typo
 discard 0fffdac  Bug 52679 - User Parameters columns narrow
 discard becd329  Failure in Gump was due to different order of tests Change order to produce failure in non-Gump runs as well
 discard cda12d0  Tidy up nightly builds
 discard be7b603  Add convenience target for downloading jars needed for docs build
 discard a3bd539  Bug 52645 - Recording with Proxy leads to OutOfMemory
 discard 70a6690  Allow override of maven.home via property define
 discard 33af506  Bug 52789 - Proxy with Regexp Matching can fail with NullPointerException in Value Replacement if value is null
 discard b069c57  Bug 52788 - HttpRequestHdr : Optimize code to avoid useless work
 discard ad5fa48  Document why lazy init is used
 discard ffb3c74  Add some temporary Gump debug
 discard b99890d  Use ancestor method
 discard f76c20f  Use ancestor method
 discard b192081  Check for empty encoding also
 discard 9b8af73  Add method to check null or empty on trimmed string
 discard 529200f  Bug 52781 - Content-Disposition header garbled even if browser compatible headers is checked (HC4) Fixed wrong Boundary extraction
 discard 47e0241  Bug 52781 - Content-Disposition header garbled even if browser compatible headers is checked (HC4) Handle correctly null contentEncoding
 discard d4e108f  Add help message
 discard 78aa59c  Add empty constructor for tests
 discard b2ab848  Bug 52781 - Content-Disposition header garbled even if browser compatible headers is checked (HC4)
 discard d0c51f8  Fix typo
 discard a0b7f47  Avoid NPE when defaultVal is also null (13 times at JMeter startup)
 discard d3f072b  Bug 52783 - oro.patterncache.size property never used due to early init
 discard 07048b5  Bug 52782 - Add a detail button on parameters table to show detail of a Row
 discard 15467ac  Add a bit more info to try and track down Gump test error
 discard 2cd109a  Revert back invokeLater as we must wait for sample to occur before delivering otherwise a NPE will occurs in ResultCollector
 discard ecbdcf2  Bug 52775 - JMS Publisher : Add Non Persistent Delivery option
 discard 3e3847d  Bug 52775 - JMS Publisher : Add Non Persistent Delivery option
 discard d46ea31  Fix var name
 discard c109719  Use GUI method in SwingUtilities#invokeAndWait
 discard 869788f  Bug 52741 - TestBeanGUI default values do not work at second time or later
 discard b8af820  Bug 52762 - Problem with multiples certificates: first index not used until indexes are restarted
 discard 1b8f7f2  Try to find out why Gump is creating a status entry
 discard 4922f59  Oops! remove debug line
 discard 234d2a4  RandomVariableConfig is also a stand-alone element
 discard 2712c48  Bug 52728 - CSV Data Set Config element cannot coexist with BSF Sampler in same Thread Plan
 discard 5e2830d  Bug 52678 - Proxy : When doing replacement of UserDefinedVariables, partial values should not be substituted Added clarification in Incompatible changes
 discard 4e9ef52  Bug 52672 - Change Controller action deletes all but one child samplers Added doc
 discard b28f0c3  Bug 52680 - Mention version in which function was introduced
 discard e8c10d6  Bug 52678 - Proxy : When doing replacement of UserDefinedVariables, partial values should not be substituted
 discard bf21aee  removed useless import
 discard 074c8e8  Bug 52694 - Deadlock in GUI related to non AWT Threads updating GUI
 discard cb56b15  Bug 52675 - Refactor Proxy and HttpRequestHdr to allow Sampler Creation by Proxy
 discard 9c988b9  Bug 52672 - Change Controller action deletes all but one child samplers
 discard e1e806b  removed reference to jakarta
 discard c56e96d  rename method
 discard 9bbe5b2  Explain quoted values
 discard 37578c9  Refactored  similar code
 discard b4610dd  Fixed typo Fixed wrong log
 discard c433f11  Bug 52639 - JSplitPane divider for log panel should be hidden if log is not activated
 discard cf56f4b  Bug 52614 - MailerModel.sendMail has strange way to calculate debug setting
 discard 77cd946  Remove unthrown Exception
 discard a27f42d  Enum value is not actually used
 discard 2e06623  Store the port as a String - allows the use of functions and variables
 discard 65a0da8  Update to next snapshot version
 discard 29fec47  Bug 52613 - Using Raw Post Body option, text is considered as encoded
 discard e744cd6  Document Rhino JS Maven co-ordinate change
 discard ba0e550  Remove unnecessary variable; tidy
 discard 169781c  Property values are documented as being Strings (even if interpreted as int) Although it seems to work when saved as an Integer, better to follow the docs.
 discard c5b7f4b  Clarify HC4 behaviour wrt transport overhead
 discard a32332d  Bug 43363 - Options for compressed content Add doc to component_reference
 discard 3908c5b  Bug 52609] - Incorrect Japanese translation for "per minute" in throughput.displayName
 discard 74e1bdf  Add missing @Override
 discard 1abcf8d  Bug 52603 - MailerVisualizer : Enable SSL , TLS and Authentication Fixed issues discussed on mailing list
 discard 193a5e5  New version of Rhino
 discard 3519090  Bug 52603 - MailerVisualizer : Enable SSL , TLS and Authentication Fixed @throws Javadocs
 discard 8b81c7d  Bug 52603 - MailerVisualizer : Enable SSL , TLS and Authentication Javadocs+fix to missing case
 discard d7ff0f2  Upgrade from js-1.7R2.jar to rhino-1.7R3.jar
 discard 78f48f7  Bug 52603 - MailerVisualizer : Enable SSL , TLS and Authentication
 discard 61c7244  Bug 52603 - MailerVisualizer : Enable SSL , TLS and Authentication
 discard 7f8b8ad  Make field private
 discard e8bbd24  Ensure terminate is called
 discard b1a9a8e  Ensure terminate is called
 discard 445cd3f  Ensure terminate is called
 discard 4b1b175  Ensure terminate is called
 discard da7e2db  Ensure terminate is called
 discard 657a9a6  Bug 51737 - TCPSampler : Packet gets converted/corrupted Added encoding to SampleResult
 discard 216f5f0  Bug 51737 - TCPSampler : Packet gets converted/corrupted
 discard 227a09b  Bug 51737 - TCPSampler : Packet gets converted/corrupted
 discard ab1b669  Unused import
 discard db8b258  Unnecessary method
 discard c0731a6  Javadoc
 discard 9509981  Bug 45839 - Test Action : Allow premature exit from a loop
 discard a9a0faf  Bug 45839 - Test Action : Allow premature exit from a loop
 discard 4ceec74  Log classes so that we can see them in Console Viewer
 discard 0666a0c  Bug 52552 - Help reference only works in English
 discard 76ca7d9  Unfortunately Ant reports failure if a directory does not exist So don't fail if so (as was true previously with quiet mode)
 discard 4fb7675  Disply the Locale to make it easier to check Locale-related CI tests
 discard 2ba4a99  site.dir is no longer used Don't be quiet about deletes; want to know if some fail
 discard ffe8934  Bug 52551 - Function Helper Dialog does not switch language correctly Rework to avoid recreating FunctionHelper, as this causes failures when testing under Eclipse:
 discard ce65822  Add @since marker
 discard d34fd60  Add tag
 discard bc895e6  Bug 45839 - Test Action : Allow premature exit from a loop
 discard acc2a50  Bug 52552 - Help reference only works in English
 discard 867e721  Bug 52551 - Function Helper Dialog does not switch language correctly
 discard 300de59  JMeter 2.6 release
 discard 7fe5c99  Likewise replace needs encoding; html files are iso-8859-1
 discard ee71c71  Allow Anakia lastModifiedCheck to be overridden if necessary
 discard 5662755  Fixcrlf needs encoding; html files are iso-8859-1
 discard f4473b2  Prepare next release 2.6: update docs tree
 discard bcc0674  -SNAPSHOT suffix must still exists even if we do a new JMeter version
 discard acc06e9  Test files used for batch test comparisons need to use fixed EOL=LF
 discard ef9429a  xml files are created with EOL=LF even on Windows
 discard 5bcc21a  Test data files need to use fixed EOL, because the exact size is checked in the sample result files
 discard 90ce9de  fixed typo
 discard 8bf0bfe  Don't upload sigs to snapshots repo
 discard 5a757ad  Adjust to new size
 discard 6a42279  EOL-style
 discard 7064585  EOL-style
 discard fbdb692  EOL-style
 discard dba5804  EOL-style
 discard a0b787c  Eol-style
 discard 9cb0f90  Safer to call waitFor rather than assuming that stdout will not return null until process has ended.
 discard 4fa0e13  Don't try to run EOL conversion on test image files i.e. in bin/testfiles/HTMLParserTestFile_2_files
 discard 9cb042a  Fix sign_dist to work with Java 1.5 Fix bug - did not wait for process to finish Don't sign .sha files
 discard 5285d2c  Fix small issue with new snapshot release name
 discard 6addb3b  Prepare next version 2.6: adjust version in download_jmeter and add download_jmeter.cgi to docs
 discard b0c3ab4  Prepare next release 2.6: update docs tree and overview
 discard 006f317  Tip about LoggerPanel
 discard f0b5b98  Prepare next release 2.6: update docs tree and overview
 discard 7a166ca  Prepare next version 2.6
 discard 0193f32  Remove gif images (replace by png)
 discard 2d37c97  Prepare 2.6 release Change some screenshots with CrossPlatform GUI Update some screenshots Reduce some screenshots size (to focus only on the main subject)
 discard 6923603  Minor tweak, don't use bare conditional blocks
 discard dc5b173  Add gpg2 signing task
 discard 5904d41  Change Icon box to a green question mark (?) and buttons to Yes/No
 discard 781a757  Add property to control pause time in daemon thread which checks for JVM exit Document additional properties controlling System.exit calls
 discard baaf012  Bug 52497 - Improve DebugSampler and DebugPostProcessor
 discard c1934f5  Bug 52537 - Help does not scroll to correct anchor when file is first loaded
 discard 9d292d6  Borders JSplitPane cumulated: use workaround http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4131528
 discard 4726284  Minor GUI improvements (borders & swing ui)
 discard f618c7c  Borders's JSplitPane cumulate: use workaround http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4131528
 discard 909cc0c  Bug 52503 - Unify File->Close and Window close file saving behaviour
 discard 37c8d93  Bug 52491 - Incorrect parsing of Post data parameters in Tree Listener / Http Request view
 discard a645ebc  Set eol-style
 discard 14bc89a  Rename
 discard e01b146  Bug 52507 - Delete Http User Parameters modifier (deprecated, obsolete)
 discard 412e65b  Add a basic test to check that old JMX files can still be read TODO: add more test data files from earlier releases
 discard 683a30f  Bug 52466 - Upgrade Test Plan feature : NameUpdater does not upgrade properties (r1227589) Also need to upgrade top-level element names
 discard f383400  TODOs fixed
 discard 1eb92e6  Bug 52519 - XMLSchemaAssertion uses JMeter JVM file.encoding instead of response encoding
 discard efee536  Add JUnit sample test jar
 discard 7961d80  Allow confirm delete dialogue to be suppressed
 discard 7c778e2  Grammar
 discard 532dca0  Bug 41788 - Log viewer (console window) needed as an option Clear content on enable
 discard ad1c9ff  Maven repo version is called jcharts not jCharts
 discard 059a4e1  Oops, left off properties
 discard 8b903a9  Check for M2_HOME being set
 discard 8a5b499  Parent pom has to be packaged as a pom Add new config jar and pom
 discard 11922bf  Create parent jar with configuration files from bin/
 discard 697d8cc  Improve screenshots and add black borders Reduce menu Log viewer length
 discard b72b47c  Improve screenshots and add black borders Reduce menu Log viewer length
 discard 877b7fb  Clearer comment
 discard d08a36b  Changing known issues text as discussed on mailing list.
 discard b36ee39  Bug 41788 - Log viewer (console window) needed as an option More detailed screenshots as Milamber suggested
 discard e653b47  Added new and noteworthy
 discard d1df772  Bug 41788 - Log viewer (console window) needed as an option Set disabled by default and limit to 80000 characters
 discard 1a875d4  Bug 41788 - Log viewer (console window) needed as an option
 discard f948c42  Javadoc typo
 discard 57f57f0  Want default version to be -SNAPSHOT for use when uploading Maven jars TODO: check this does not mess with CI builds
 discard c18cc43  Make COPYRIGHT string private; same reason as for VERSION
 discard a14ad1b  Added new and noteworthy change
 discard 6b20118  Changed Copyright year
 discard a00d1e3  Typo
 discard 2e37a0d  Drop the unused poms (we use the templates from res/maven now)
 discard c90cb853a Code moved to main Ant build script
 discard 071aec5  Minor clarification
 discard 82d865f  Add Maven upload support TODO: sig creation
 discard 65b3cf2  Bug 52471 - Improve Mirror Server performance by Using Pool of threads instead of launching a Thread for each request Impact of modification Also commented X-Sleep header
 discard 68f3b30  Bug 52471 - Improve Mirror Server performance by Using Pool of threads instead of launching a Thread for each request Made queue size configurable
 discard 3ce06de  Oxygen icons are dual licensed, so we say which we are choosing
 discard 8e8f38c  Add Open Icon Library licenses informations (icons used in toolbar)
 discard 9b3a804  Update changes.xml with ignore failed for embedded resources and update Jms selector screenshot
 discard 3534cec  Add changes.xml: JMS improvements 51419
 discard 765d649  Restore some incorrectly deleted aliases to saveservice.properties Fix upgrade.properties for obsolete entries Fix test so only truly orphaned classes are reported as missing
 discard 21d080d  Add changes.xml: JMS improvements nuf 51419
 discard e95aae0  Added Component Reference and Functions reference at root of documentation
 discard ca30111  Added JMS SElector screenshot (needs rework by Milamber)
 discard aebe3c4  Used default LAF for screenshots and added missing separator
 discard a1e6bba  Update of width and height
 discard 355d22d  Used default LAF for screenshots and added missing separator
 discard 4107124  Added JMS SElector screenshot (need rework by Milamber)
 discard 11dc8c3  Document
 discard dec5d0d  Fix failing test (temporarily)
 discard 77992a7  Increase ramp-up slightly to avoid occasional thread overlap in testing
 discard 359c6b6  Fix test failure due to updated BSFSampler
 discard ca76e7d  Revert r1233614 - test data needs fixing, not completely dropped
 discard 0636717  Revert deletion in r1233606; entries should never be deleted Also update property file version
 discard af86fc8  Correct local indentation issues TODO: file is currently a mixture of 2 and 4 space indents; should this be fixed?
 discard 317f093  Improve toolbar icons set with some icons from open_icon_library-CC (http://openiconlibrary.sourceforge.net/) Add some color saturation for start/stop icons Update New and Noteworthy section on changes.xml
 discard 7603c90  Bug 52471 - Improve Mirror Server performance by Using Pool of threads instead of launching a Thread for each request Implemented what was described on dev list
 discard e79ecef  Bug 52471 - Improve Mirror Server performance by Using Pool of threads instead of launching a Thread for each request Documented new property Bug 52048 - BSFSampler, BSFPreProcessor and BSFPostProcessor should share the same GUI Changed screenshots
 discard 42e4217  Commenting test to avoid failure. TestLoadAndSave seems wrong as it does not take into account migration.
 discard e6f1be0  Bug 52048 - BSFSampler, BSFPreProcessor and BSFPostProcessor should share the same GUI
 discard 19f231f  Bug 52048 - BSFSampler, BSFPreProcessor and BSFPostProcessor should share the same GUI
 discard d5c91ae  Fix up mailing lists
 discard 46daa26  Printable docs need to point to mail and SVN
 discard d8d5f3c  JMeter jars reach Maven
 discard d1b7742  Name change
 discard 392fac5  Use repos to download bsh and jcharts (synch with ApacheJMeter_parent pom)
 discard 7004d4a  Added bsh and jCharts dependencies and supporting repo
 discard ee55327  Added missing mail pom. Rearranged so poms can be uploaded individually
 discard b66d9bf  Typo
 discard 6d8ceb7  Skip jaxen depends for jdom
 discard 7cc8138  Minor tweaks to changes
 discard bf5c2ce  Bug 52466 - Upgrade Test Plan feature : NameUpdater does not upgrade properties (r1227589) Fix typo: was returning original name rather than the updated property name
 discard 3d6bb85  Add New and Noteworthy for next version (2.6)
 discard 8784534  Add a dialog box to confirm removing the element(s) when Remove action is called
 discard 746e0e8  Correct some min/maj typo and ordering
 discard 52da966  Initial version of Ant script to deploy jars to Nexus
 discard 7243281  Incorrectly named poms/artifacts
 discard 33ac7f7  Ignore default Maven build dir
 discard 8c3db64  Oops! recursive parent
 discard 900c857  Resurrected OldSaveService to allow reading Avalon format JMX files (removed in 2.4) As the Avalon jar is needed anyway (e.g. logging), the extra code is quite small.
 discard 4d27e4d  Update some versions
 discard 5a58876  Recent dependency updates
 discard 2f03251  Sample POMs for Maven upload Initial versions only
 discard a4a8ad4  Jexl2 update
 discard f26a902  Jexl update
 discard bdc19ca  Introduce version properties
 discard 09c3330  Update some dependencies
 discard 962ed73  Update some dependencies
 discard 3d1951b  Don't catch Exception (Findbugs)
 discard 99143bb  Bug 52466 - Upgrade Test Plan feature : NameUpdater does not upgrade properties Allow for deleted properties
 discard c596c29  Bug 52466 - Upgrade Test Plan feature : NameUpdater does not upgrade properties
 discard 3fa855a  Use standard constant for name attribute
 discard 369f5d9  Moved permanently
 discard 1c4a3ae  Eliminate boxing warnings
 discard ad773bf  Fix up versions
 discard dab0d2c  Javadoc
 discard 8bd7902  (Findbugs) don't use generic Exception
 discard 1ebdcd5  Change label following Milamber comment
 discard 67f17cd  Javadoc
 discard d72b43e  Added border for better look
 discard b7ba29f  Bug 52471 - Improve Mirror Server performance by Using Pool of threads instead of launching a Thread for each request
 discard 7a8d07b  Bug 52281 - Support for file Drag and Drop Had to find an alternate implementation as TransferHandler.TransferSupport  is not supported in JDK5
 discard 32e0c72  Update Configuration Keystore screenshot (fields order)
 discard b49faaf  Improve french translation for keystore configuration element
 discard a9c97e6  Fix a mistake (I think, Philippe confirm this?)
 discard e931cfb  Bug 52469 - Changes in Support of SSH-Tunneling of RMI traffic for Remote Testing
 discard e7762ad  Bug 52281 - Support for file Drag and Drop
 discard 802ec65  Adding documentation on BUG submission.
 discard 0464516  Bug 52469 - Changes in Support of SSH-Tunneling of RMI traffic for Remote Testing
 discard cf7d38e  Bug 52469 - Changes in Support of SSH-Tunneling of RMI traffic for Remote Testing
 discard f80827c  Bug 50438 - code calculates average with integer math, expecting double value Adding to changes (fix made by sebb)
 discard face49a  Bug 49753 - Please publish jMeter artifacts on Maven central repository Modified js version to 1.7R2
 discard 487f1cc  Bug 52452 - Improvements on Aggregate Graph Listener (GUI and settings)
 discard e54d27e  Replaced synchronized by ConcurrentHashMap
 discard c48a7da  Added TODO
 discard 5d2aa2e  make constants private as not used anywhere else
 discard 162bb36  Bug 49753 - Please publish jMeter artifacts on Maven central repository Modified js version to 1.7R2
 discard 19b20cb  Increased configured MaxPermSize based on tests when Javascript is used in Loop controller for example, 128m seems to be a good compromise. And removed "Scam" word
 discard ea23c43  Bug 44301 - Enable "ignore failed" for embedded resources
 discard bd7dabc  testing to see if my svn login still works. Noticed the steps didn't have spaces after the numbers, which looks ugly and hard to read. don't know if anyone still uses or reads this document for setting up proxy.
 discard 744d23f  Simplify (label already set to URL; error prefix will be added by errorResult method)
 discard bc816d9  Simplify (label already set to URL; error prefix will be added by errorResult method)
 discard 3490daf  Simplify
 discard d5224e8  Bug 52409 - HttpSamplerBase#errorResult modifies sampleResult passed as parameter; fix code which assumes that a new instance is created (i.e. when adding a sub-sample)
 discard 0e1977b  Fix incorrect lazy init (Findbugs)
 discard f50b6ed  Field names should start with lower-case (Findbugs)
 discard 7273680  No point overriding dialogInit since the instance field is not set. Don't catch Exception. (Findbugs)
 discard a294724  Oops - revert r1227449 as the field was used
 discard f5d9bf8  Unused field
 discard 4ebcdfd  Quieten Findbugs
 discard 0560725  FindBugs reports IC: Initialization circularity (IC_INIT_CIRCULARITY)
 discard 2e1d77e  Revert to non-fractional default as the value is truncated in the timer Remove redundant Javadoc
 discard ad8d7b7  Unused import
 discard 1f3647c  Dead stores (Findbugs)
 discard 563307e  Use specific locale for case conversion (Findbugs)
 discard a76855e  Useless null stores (Findbugs)
 discard 6cf3da2  Unused assignment (Findbugs)
 discard 5caa0e2  Add default case entries (Findbugs)
 discard 1596118  Add default case entries (Findbugs)
 discard a1afda5  Fix up some missing encodings (Findbugs)
 discard 2cf2d1d  Bug 37073 - Add a Poisson based timer Add component docs and screenshot; fix properties
 discard d11447e  Fix missing and incorrect image sizes; add missing image
 discard 32c7ba9  Fix markup
 discard 5480c8c  Align with Gaussian Timer; indicates that number can be fractional
 discard 7e2d18b  Redundant null checks (Findbugs)
 discard 1ecb1df  Remove redundant code (Findbugs)
 discard b8e6436  Create arrays with the correct size [Findbugs]
 discard 7781bd7  Methods should start with lower-case letter (Findbugs)
 discard 63a4b1e  Value is already a String (Findbugs)
 discard 66bfcc1  use Double.valueOf/Float.valueOf instead of new Double/Float (Findbugs)
 discard 2614433  Redundant code
 discard 0a21970  Don't use > 0 for checking masked values (Findbugs)
 discard 0803ba6  Superclass implements Clearable (Findbugs)
 discard bee7f19  Does not seem to be any reason for nanoTime fields to be transient (Findbugs)
 discard 3694a23  Make inner class static to simplify serialisation (Findbugs)
 discard b658c39  Updated httpcore to 4.1.4
 discard 9ffebf8  Ignore local property override file
 discard cce3ae1  Allow local property overrides
 discard 90db4a6  Only generate socketKey once per sample
 discard 696c447  Trailing spaces
 discard bf0f47b  Findbugs should also scan initial JMeter jar
 discard b31bdcf  Factored out code with GaussianRandomTimerGui
 discard 399525f  Bug 37073 - Add a Poisson based timer Factored GaussianRandomTimerGui and PoissonRandomTimerGui
 discard 74afe61  Bug 29352 - Use external store to hold samples during distributed testing
 discard 9329494  Bug 37073 - Add a Poisson based timer Factored GaussianRandomTimerGui and PoissonRandomTimerGui
 discard a11d468  remove temporary file
 discard 13445db  revive old version of BSFSamplerGui.java
 discard 0e15e27  temporary move, restoring the history of the file
 discard f0c1123  Bug 52048 - BSFSampler, BSFPreProcessor and BSFPostProcessor should share the same GUI
 discard 48bb827  Bug 52048 - BSFSampler, BSFPreProcessor and BSFPostProcessor should share the same GUI
 discard c30526c  Added javadocs
 discard 2a72692  Bug 52396 - TCP Sampler in "reuse connection mode" reuses previous sampler's connection even if it's configured with other host, port, user or password
 discard d8eb3f5  javadocs
 discard 5c67bcc  put revisions back to package.html
 discard 822c51c  remove temp file
 discard 0c2c48d  temp move for rename
 discard 5091024  Renaming
 discard c2e1f63  Renaming
 discard 8c8b248  Bug 49950 - Proxy : IndexOutOfBoundsException when recording with Proxy server
 discard 78e1d8e  Bug 52399 - URLRewritingModifier uses default file.encoding to match text content
 discard 643c34b  Added TODO
 discard 51c74fd  Commented empty blocks
 discard 4dac9b4  Added TODO
 discard 4cafa69  Added TODO
 discard a9b45a0  Using original field
 discard c005fa0  documented empty methods
 discard 5e6d812  documented empty methods
 discard b3498f5  documented empty methods
 discard 602ba46  Added warning when formatting fails
 discard 8175d54  Added warning when formatting fails
 discard 5c6a11e  Added warning when parsing fails
 discard 0054497  documented empty methods
 discard 3e58f63  Using original field
 discard 78f0377  moved synchronized block to where it's needed
 discard 2914772  Removed useless synchronized
 discard ca9bc3c  Removed useless synchronized
 discard 2d3e00b  Bug 52396 - TCP Sampler in "reuse connection mode" reuses previous sampler's connection even if it's configured with other host, port, user or password
 discard 6e727dd  improved fb rules
 discard c03ab05  Made file transient to fix non serializable field
 discard 24f7c23  Findbugs related comment
 discard 847c03f  improved fb rules
 discard 89744e5  Removed static field as not thread safe
 discard 0bef3d5  Implemented equals and hashcode
 discard 14d6009  Added warn when delete fails
 discard 237d42e  Bug 49374 - Encoding of embedded element URLs depend on the file.encoding property Now using SampleResult#getDataEncodingWithDefault() to avoid relying on file.encoding of the JVM. Modified HTMLParserTestFile_2.xml to take into account the impact of encoding change.
 discard 715306d  Bug 51999 - Counter increments by 2 when used in while controller condition
 discard f4d5547  Made label clearer as discussed on mailing list
 discard 30705a6  Fix findbugs task failing with: Fix findbugs task failing with:  [findbugs] java.util.zip.ZipException: Zip file doesn't exist: /data/ubikingenierie/workspace/jmeter/lib/ext/*.jar  [findbugs] 	at edu.umd.cs.findbugs.classfile.impl.ZipFileCodeBase.<init>(ZipFileCodeBase.java:63)  [findbugs] 	at edu.umd.cs.findbugs.classfile.impl.ZipCodeBaseFactory.countUsingZipFile(ZipCodeBaseFactory.java:90)  [findbugs] 	at edu.umd.cs.findbugs.classfile.impl.ZipCodeBaseFactory.makeZipCod [...]
 discard ba43e11  Remove useless code
 discard 93e5ba9  Bug 52390 - AbstractJDBCTestElement:Memory leak and synchronization issue in perConnCache Fix compile error due to @Override
 discard 19a8210  Bug 52390 - AbstractJDBCTestElement:Memory leak and synchronization issue in perConnCache
 discard 300c038  Bug 52339 - JMeter Statistical mode in distributed testing shows wrong response time<
 discard 2acc243  Unnecessary cast
 discard b5d638f  Unnecessary casts
 discard bdfaac0  Bug 52376 - StatCalculator#addValue(T val, int sampleCount) should use long, not int
 discard e35db93  Bug 52371 - API Incompatibility - Methods in HTTPSampler2 now require PostMethod instead of HttpMethod[Base]. Reverted to original types.
 discard dc845cd  SampleCount must be at least 1
 discard ed05b6f  Unit test code must be able to create an instance of the class
 discard 07aaa2b  Bug 52357 - View results in Table does not allow for multiple result samples Complete
 discard b74ae9a  Add StatisticalSampleResult alias
 discard 8219419  Bug 52357 - View results in Table does not allow for multiple result samples Partial fix; ensure calculator is passed the sample count
 discard 003e80f  Trivial performance tweak
 discard 5010e27  Javadoc
 discard 4039de9  Bug 51512 - Cookies aren't inserted into HTTP request with IPv6 Host header First part, introduce interface CookieHandler and make CookieManager use it.
 discard 8448a47  Make method exposing HTTPClient object not public (prepare enhancement of CookieManager supporting IPv6 (using HTTPClient4))
 discard d6430c0  Bug 52352 - Proxy : Support IPv6 URLs capture
 discard 19c9090  Bug 52352 - Proxy : Support IPv6 URLs capture
 discard 334f423  Bug 52330 - With next-Loop-On-Error after error samples are not executed in next loop
 discard c5fa14c  Raw type
 discard fcbeb8d  Removed useless main
 discard 1c3a6ae  Added full stacktrace (will be helpful to diagnose not ending threads)
 discard 610b9da  Include regression in Bugzilla  issues link
 discard a34be9e  Bug 52346 - Shutdown detects if there are any non-daemon threads left which prevent JVM exit
 discard 02da7eb  Bug 52333 - Reduce overhead in calculating SampleResult#nanoTimeOffset Use a background thread to calculate the offset instead of doing it each sample
 discard 6154d0d  Make listener final
 discard d875368  Revert to original names and locations used for the static server values. Makes it easier to follow the changes since the 2.5.1 release Fix up inaccurate log message
 discard 47aadd9  Docs
 discard fa5b0b4  Fetch settings once in readResolve rather than on each sample Fix misleading log message Make server only fields transient - no point in copying them from the client
 discard 905ecee  Revert to original names and locations used for the static server values. Makes it easier to follow the changes since the 2.5.1 release
 discard 7c56b00  Bug 52340 - Allow remote sampling mode to be changed at run-time
 discard 9bc17c1  Standardise logging; move unused testEnded() method to parent
 discard a8df5d7  Added DiskStore remote sample sender
 discard 5b5e78f  Log.info on server as well as client
 discard abdaf58  Add javadocs
 discard f778d4b  Fixed hard coded "fr" Handled missing bundles
 discard 5dc63e0  Bug 52317 - Counter : Add option to reset counter on each Thread Group iteration
 discard 3b63a6c  Clarify docs (Bug 52284)
 discard 33bbb49  Don't want to ignore case when sorting THREADS menu
 discard 813e55b  Generic for loops
 discard 3a794d5  Ignore new jar
 discard 1f6bbe8  Fix up crash on Windows
 discard 020e483  Bug 52052 - Using a delimiter to separate result-messages for JMS Subscriber ER1: the separator should not be placed after the last message; ER2: no separator for one message;
 discard 8e297e1  Added new function machineIP Factored with machineNam Removed synchronized as not needed
 discard cc2fde1  Add javadocs
 discard 25b10f6  Downgrade of js to 1.7R2 as not available on maven2 repo
 discard 208113b  Upgrade of js to 1.7R3
 discard 684237a  Unnecessary cast; Javadoc
 discard dd61f4c  Bug 52310 - variable in IPSource failed HTTP request if "Concurrent Pool Size" is enabled Add Test case
 discard 2cfb473  Case-insensitive sorting
 discard 29b4348  Moved I18N tests to PackageTest. Made resources computation dynamic For now only fr added, but other language can be added very easily but would fail for now.
 discard 353e8d3  Fixed one non ascii char
 discard 20469dd  field can be final
 discard 27e6466  Document usage
 discard 2bd5417  Bug 52310 - variable in IPSource failed HTTP request if "Concurrent Pool Size" is enabled Fix by making child get context of the parent.
 discard 2554448  Bug 52310 - variable in IPSource failed HTTP request if "Concurrent Pool Size" is enabled ROLLBACK (Oups one modification passed)
 discard 2427890  Bug 52310 - variable in IPSource failed HTTP request if "Concurrent Pool Size" is enabled ROLLBACK
 discard c95ea03  Enhanced test to check translation completeness for one language with all available bundles, added only fr for now to avoid test failures
 discard d1271c6  French translation: Missing label Keys alphabetical reordering
 discard 79217c8  French translation: Missing label Keys alphabetical reordering
 discard 404ed3c  French translation: Missing label Keys alphabetical reordering
 discard 25380fd  French translation: Missing label Keys alphabetical reordering
 discard 6e945ab  French translation: Missing label
 discard c6ec432  Keys alphabetical reordering
 discard 5afe20a  Bug 52310 - variable in IPSource failed HTTP request if "Concurrent Pool Size" is enabled
 discard eecd42d  Added test to check translation completeness for one language, added only fr for now to avoid test failures
 discard 279d132  Removed useless labels (CORBA)
 discard 2e1cbaa  French translation
 discard b871878  Removed useless labels (CORBA)
 discard ec36360  Fix up some incorrect screen shots
 discard 64ac9ea  Duplicate keypress action was being duplicated - no idea why
 discard 5ae875a  Bug 52296 - TransactionController with Child ThrouputController : Getting ERROR sampleEnd called twice java.lang.Throwable: Invalid call sequence when TPC does not run sample Bug 52296 - TransactionController + Children ThrouputController or InterleaveController leads to ERROR sampleEnd called twice java.lang.Throwable: Invalid call sequence when TPC does not run sample
 discard f1787af  Bug 52296 - TransactionController with Child ThrouputController : Getting ERROR sampleEnd called twice java.lang.Throwable: Invalid call sequence when TPC does not run sample
 discard 22320bd  Bug 52296 - Getting ERROR sampleEnd called twice java.lang.Throwable: Invalid call sequence Bug 52296 - TransactionController with Child ThrouputController : Getting ERROR sampleEnd called twice java.lang.Throwable: Invalid call sequence when TPC does not run sample
 discard f664e58  Translation in french of same labels
 discard 1890b57  Bug 52296 - Getting ERROR sampleEnd called twice java.lang.Throwable: Invalid call sequence Bug 52296 - TransactionController with Child ThrouputController : Getting ERROR sampleEnd called twice java.lang.Throwable: Invalid call sequence when TPC does not run sample
 discard b0a9d1f  Bug 52296 - Getting ERROR sampleEnd called twice java.lang.Throwable: Invalid call sequence
 discard 8f3c5c2  Add an icon for Start no timers Action in the new JMeter Toolbar. Missing icon enable/disable when test running
 discard 357c0a6  Fix error handling
 discard 4d40415  Add:  (N.B. this is stored unencrypted in the test plan) to all password field descriptions
 discard 85c06ac  Bug 52266 - Code:Inconsistent synchronization Ensure safe publication of variables
 discard 9e2bce4  Bug 51861 - Improve HTTP Request GUI to better show parameters without name (GWT RPC requests for example) Fix up code so CRLF is sent after each line.
 discard 8954cac  Screenshots with Cross-Platform UI
 discard afd2285  New screenshots
 discard 107da2e  No functional change Re-order so variables of same type are grouped together Added @GuardedBy comments (omitted from some because not currently always guarded)
 discard 2e8d50e  Bug 52280 - The menu item Options / Choose Language does not change all the displayed text to the new language Resources now useless after last commit
 discard 70055c6  Bug 52279 - Switching to another language loses icons in Tree and logs error Can't obtain GUI class from ... Better fix after discussion on dev mailing list, thanks sebb for your review
 discard 930a037  Bug 52280 - The menu item Options / Choose Language does not change all the displayed text to the new language
 discard d1fb343  Reverting closeFile removal
 discard f6b0a3a  Moving to demos folder Changed TransactionController option name
 discard 97001d3  Moving to demos folder
 discard 3e50784  Moving to demos folder
 discard ff90f7c  As discussed on dev list, changing label of transaction_controller_include_timers
 discard 6379966  Fix a little GUI issue when Concurrent download is checked but not enabled, the Nb pool was editable
 discard 9557525  Use AccessController#doPrivileged to create classloader (Findbugs)
 discard 5f2a64e  Add test that uses UrlConnection stub cacheControl (findbugs)
 discard 2a5902a  Removed useless instance variables that can be local
 discard e49cf67  Add transient to non serializable fields
 discard 06ae780  Bug 52266 - Code:Inconsistent synchronization
 discard 3185f7a  Code clarification for findbugs
 discard 04d78ca  Bug 52266 - Code:Inconsistent synchronization
 discard eb4c7c2  Bug 52280 - The menu item Options / Choose Language does not change all the displayed text to the new language Fix the menu categories labels
 discard 5f252f8  Bug 50086 - Password fields not Hidden in JMS Publisher, JMS Subscriber, Mail Reader sampler, SMTP sampler and Database Configuration
 discard cc6f8b5  Bug 52280 - The menu item Options / Choose Language does not change all the displayed text to the new language
 discard 816ae7c  Bug 52280 - The menu item Options / Choose Language does not change all the displayed text to the new language
 discard b55c26f  Bug 52128 - Add JDBC pre- and post-processor Fix doc
 discard 876cdd8  Bug 52128 - Add JDBC pre- and post-processor
 discard 62f158e  Translation for KeystoreConfig in french
 discard dfef495  Oups inversed screenshots
 discard 111c9ba  Bug 52128 - Add JDBC pre- and post-processor
 discard 8811c40  Bug 52280 - The menu item Options / Choose Language does not change all the displayed text to the new language
 discard 9911c7d  Bug 52279 - Switching to another language loses icons in Tree and logs error Can't obtain GUI class from ...
 discard cc3fa0e  Add getTextLines() method; needed for Bug 51861
 discard 081e100  Simplify char function and support octal Fix error in CRLF example
 discard f65e23b  Unused import
 discard 6ca29b6  Bug 51876 - Functionality to search in Samplers TreeView Handles ESC and ENTER key Save last search
 discard 452f495  Search in Tree: Increase border for search text fields and reduce font size for options (better looks)
 discard 8cac188  Add an icon for Start no timers Action in the new JMeter Toolbar.
 discard 5e208b9  Fixed doc
 discard 45ad253  Bug 51876 - Functionality to search in Samplers TreeView Enable searching AbstractJDBCTestElement subclasses
 discard 4c2ec28  Bug 52128 - Add JDBC pre- and post-processor
 discard d49b944  Rollback after discussion on dev list
 discard 7925077  Commented bugged and unused code
 discard 1f5b3f5  Fixed Double Checked Locking Issue
 discard ae42d57  Made code cleaner
 discard 3c89b5a  Read return value of read
 discard ff0900b  Fixed potential double init if method is called concurrently
 discard 6c4db79  Commented bugged unused code
 discard 3c698d4  Fixed potential double init if method is called concurrently
 discard a0b6699  Fixed potential double init if method is called concurrently
 discard 82ef124  Only need to nullify savedConnection once in the code block
 discard 9e1ed6b  Make field volatile to ensure Serializable contract
 discard f1888ee  Bug 51093 - when loading a selection previously stored by "Save Selection As", show the file name in the blue window bar
 discard 0689768  Simplify for loops
 discard 52669e0  Clarify message
 discard 376ab80  Simplify for loops
 discard 3baef03  Document locking
 discard 67b19c6  Make barrier transient
 discard 2c4f71f  GuiEditor was the wrong name; they are really type editors
 discard 78333db  Fix up validation for NO_OTHER - typeEditor can provide the tags Add check for unconfigured properties.
 discard aa7a8f5  Need to provide tags for the valid values
 discard f51f92c  Log some warnings for inconsistent descriptor attributes
 discard 9dacd08  Another field can be final
 discard 1ec2659  Generic loops
 discard 2840203  Javadoc
 discard 1273e57  Simpify by using existing method
 discard b8fec8b  Unused imports
 discard dc25c53  Normlise indentation
 discard c037e6f  Show field types
 discard 314c6ea  Add File types
 discard 78d7569  Bug 52242 - FileEditor does not allow output to be saved in a File
 discard e43bc99  More detailed failure messages
 discard b8e420a  Simplify by ensuring descriptor exists.
 discard f009f36  Simplify by merging ctors
 discard 1b06710  Javadoc
 discard b4f507b  Better diagnostic
 discard 7e96f0a  Bug 52241 - GenericTestBeanCustomizer assumes that the default value is the empty string
 discard ca59585  Move Javadoc to new location
 discard 14a0d65  Example to exercise the different field types
 discard 8ef1484  Tidy up - make some fields final
 discard 1fa5d71  Add comment
 discard b9bf666  Bug 52240 - TestBeans should support Boolean, Integer and Long
 discard ce37697  SVN eol-style
 discard 7be5eb2  SVN eol-style
 discard 7dd6e67  SVN eol-style
 discard c4787ce  SVN eol-style
 discard 6b26d7b  SVN eol-style
 discard 96d3e89  Only fetch count if it is needed
 discard 3e883cb  Oups : Remove @Override
 discard 4efac3b  Bug 52183 - SyncTimer could be improved (performance+reliability) Made BarrierWrapper class private and commented setup.
 discard 774d7eb  Bug 52183 - SyncTimer could be improved (performance+reliability)
 discard e94d529  Bug 51733 - SyncTimer is messed up if you a interrupt a test plan
 discard 7b298bf  revive old version of SyncTimer.java
 discard 79c42a2  temporary move, restoring the history of SyncTimer
 discard a44bc27  temporary move, restoring the history of SyncTimer
 discard 8d8d6b8  temporary move, restoring the history of SyncTimer
 discard ab3772c  Ensure NOT_UNDEFINED defaults to FALSE
 discard da4187e  Fix Java 1.5 compilation errors - cannot @Override an interface method
 discard 06348c7  Add extra information to error messages
 discard ccd4c43  Use the original definition rather than the derived one
 discard 0cbaef9  Simplify code
 discard 6d0f5ee  Javadoc
 discard 231cb56  Generic test for examples
 discard c0e0dd1  Don't need to fetch value again
 discard d256756  Use the original definition rather than the derived one
 discard d08d6b1  Don't swallow IOException
 discard 5d02aae  Bug 40750 - TCPSampler : Behaviour when sockets are closed by remote host
 discard 41136cb  Bug 52183 - SyncTimer could be improved (performance+reliability)
 discard 20ca931  Added checks for File manipulations
 discard d6f8b00  Added checks for File manipulations
 discard 4d591d6  Replace String concat by StringBuilder Added checks for File manipulations
 discard 27aa721  Simplify / Clarify code by using Closeable interface
 discard db2daa1  Typo
 discard eb2742e  Javadoc
 discard 2ffaaf9  Bug 52224 - TestBeanHelper does not support NOT_UNDEFINED == Boolean.FALSE
 discard 90fa777  Make config items final
 discard 5982a4b  Don't allow override of method called from ctor
 discard 0f7dd66  Bug 52214 - Save Responses to a file - improve naming algorithm - add fixed width numbers - add optional timestamp - fix synchronisation
 discard 996479e  Bug 52221 - Nullpointer Exception with use Retrieve Embedded Resource without HTTP Cache Manager
 discard cf79c6d  Bug 43294 - XPath Extractor namespace problems
 discard dbe6107  Add final to lock objects
 discard 8852778  Bug 46921 - Add Ability to Change Controller elements
 discard b742436  Bug 43294 - XPath Extractor namespace problems
 discard 9f44a59  Bug 43294 - XPath Extractor namespace problems
 discard edeeb57  Bug 43294 - XPath Extractor namespace problems First part: Put in XPathUtil everything related to XPath computations
 discard 07db6cd  Removed wrong old javadocs, Now functions are notified when a test has ended.
 discard c688b41  Make exception catch less generic
 discard 04e9307  Document broken code
 discard b06d655  Use StringBuilder for String concatenation
 discard a42e0aa  Make conversion safe to avoid findbugs warning
 discard 1e1ae96  Bug 52217 - ViewResultsFullVisualizer : Synchronization issues on root and treeModel
 discard b67b2b4  Bug 52216 - TableVisualizer : currentData field is badly synchronized
 discard 200a4b6  edit_remove is never initialized and not used.
 discard 24b4aa7  edit_remove is never initialized and not used.
 discard 8174d93  Bug 52215 - Confusing synchronization in StatVisualizer, SummaryReport ,Summariser and issue in StatGraphVisualizer
 discard 2c8aea8  inputstream never closed
 discard dc3abfe  Bug 52215 - Confusing synchronization in StatVisualizer, SummaryReport ,Summariser and issue in StatGraphVisualizer
 discard 0c619bd  Fix up some stale jakarta.apache.org references
 discard 2e18a30  synchronized is needless in sendMail
 discard 648255f  Replace Vector by ArrayList , no need for synchronization.
 discard 4babfca  Fixed javadoc
 discard b3f4534  Fixed javadoc
 discard 70d4a76  Fixed javadoc
 discard 229bd71  Bug 42538 - Add "duplicate node" in context menu
 discard d8fbe03  Old e-mail address
 discard a92afb4  Replace Vector by Collections.synchronized(new ArrayList())
 discard df546d0  Replace Vector by ArrayList , no need for synchronization.
 discard f6a5e58  Replace Vector by Collections.synchronized(new ArrayList())
 discard f0d6738  Removed unused method
 discard 2f1e7e3  Replace Vector by ArrayList , no need for synchronization.
 discard cf9b03e  Replace Vector by ArrayList , no need for synchronization.
 discard 7f37694  Replace Vector by ArrayList , no need for synchronization.
 discard a916d7a  Fix up recent image sizes
 discard 8bdc9ea  More new and update images that need to be copied to docs
 discard b469b20  Taking into account sebb note:update component_reference.xml with the new image size, otherwise the display may look terrible
 discard 7fd1657  Bug 52201 - Add option to TableVisualiser to display child samples instead of parent
 discard 8024ac9  Replace StringBuffer by StringBuider and return String in getServerResponse()
 discard e73ccfe  Replace StringBuffer by StringBuider
 discard d601849  Tweak message
 discard 39052db  Unused import
 discard 7e69083  Identify where test setup error messages are coming from
 discard ec192d2  Add default ctor so Serialisation tests don't fail
 discard efc6fb1  No need to use Commons Lang StrBuilder now we target 1.5+ (Did not need setNullText() as it as the same as for StringBuilder)
 discard a6c58b3  No need to use Commons Lang StrBuilder now we target 1.5+
 discard e4bc4e0  No need to use Commons Lang StrBuilder now we target 1.5+
 discard 923e1f1  Bug 52161 - Enable plugins to add own translation rules in addition to upgrade.properties.
 discard 15e106f  Indentation
 discard 9940fdf  Bug 50799 - Having a non-HTTP sampler in a http test plan prevents multiple header managers from working
 discard 60c389c  Bug 50799 - Having a non-HTTP sampler in a http test plan prevents multiple header managers from working
 discard a9a6390  Documented new POST Body tab+screenshots
 discard cbcf06a  Screenshot Update after addition of POST Body tab
 discard 24ee850  Screenshot Update after addition of Add from clipboard
 discard 1048c9e  Added documentation of JMS Selector in JMS Point to Point
 discard 98a9cd9  New screenshot after introduction of JMS Selector
 discard 4cc68fa  New screenshot after introduction of Separator
 discard 49642ee  Clarified documentation of Synchronizing Timer
 discard 0f5e647  Fixed NullPointerException when URL is null (supposed to be a file reload)
 discard fdb515c  Removed useless field
 discard ea82a23  close reader
 discard 4dde476  Made instance class static
 discard 2c3a14e  Made final read only field static
 discard 407049b  Add recently added images
 discard 85037b6  Add trademark mentions
 discard 7c40959  Bug 51886 - SampleSender configuration resolved partly on client and partly on server Fixed default value
 discard 480bc3d  Bug 51886 - SampleSender configuration resolved partly on client and partly on server
 discard f70a89e  Bug 52118 - New toolbar : shutdown and stop buttons not disabled when no test is running Fix for remote start/stop
 discard dac7bf6  Bug 51876 - Functionnality to search in Samplers TreeView
 discard ff485fb  Bug 51876 - Functionnality to search in Samplers TreeView
 discard 1260bd7  Add french translations for new functionnalities (Raw Post, JMS) and JDBC Pre|Post processors
 discard 8881d9d  Bug 52150 - FileServer has 3 confusingly similar methods to set the file base
 discard a95623c  Bug 52150 - FileServer has 3 confusingly similar methods to set the file base
 discard cce3158  Bug 52150 - FileServer has 3 confusingly similar methods to set the file base
 discard cd08a22  [Bug 52150] FileServer has 3 confusingly similar methods to set the file base Reverting
 discard c155210  Simplify
 discard 57584b0  Simplify
 discard 40cb31e  Javadoc
 discard f0798a8  Simplify by using Closeable interface
 discard 2b01071  Bug 52150 - FileServer has 3 confusingly similar methods to set the file base
 discard ea23f89  We already import the class
 discard 9066531  Enhanced known issues with bug IDs
 discard b3aac4b  Bug 52052 - Using a delimiter to separate result-messages for JMS Subscriber There was an issue when following options were checked: - stopBetweenSamples - Read Response
 discard 386e531  Variable might as well be final
 discard 151f6be  Add a few more RAT excludes
 discard acfa66a  Add AL header
 discard feb4f0a  Add AL header
 discard 4fc7252  Add AL header
 discard 3305aeb  Add AL header
 discard 56d00f2  Bug 52104 - TCP Sampler handles badly errors Bug 52087 - TCPClient interface does not allow for partial reads
 discard cd7be9e  Javadoc
 discard 3308e3a  TableEditor does work (partially)
 discard 15bc995  Better diagnostics
 discard 2d9f405  Javadoc
 discard c884da3  Only try to remove valid selected row
 discard 49e2981  Doc
 discard 0b19d9c  Property Editor override was being done in the wrong place
 discard cac2785  Fetch descriptor once
 discard 9d6c3bb  Javadoc; better exception messages
 discard 3061063  Bug 52160 - Don't display TestBeanGui items which are flagged as hidden
 discard 89b84cf  Allow customisation of property editor (override the default)
 discard 3be3ab8  Pass descriptor settings to Wrapper editor if available
 discard ff0839f  Don't bother instantiating classes that won't be used
 discard 7715ffe  Bug 51091 - New function returning the name of the current "Test Plan"
 discard 5ae2cc3  Ignore "mail" soft link on site
 discard 20242da  Remove incorrect comment
 discard e989b86  Bug 50799 - Having a non-HTTP sampler in a http test plan prevents multiple header managers from working
 discard b8eb94d  Bug 51091 - New function returning the name of the current "Test Plan" Reopening
 discard 11eb345  Bug 50799 - Having a non-HTTP sampler in a http test plan prevents multiple header managers from working
 discard 6fe52c8  Only 3 'S' (not 4 S) for millisecondes http://download.oracle.com/javase/1,5.0/docs/api/java/text/SimpleDateFormat.html Thanks to Vincent D (by private email)
 discard 5927117  Better way to disable a test in JUnit 3
 discard 5525eaf  Commenting out Test Case that will fails until BUG 50799 is fixed.
 discard dabf4e4  Bug 51091 - New function returning the name of the current "Test Plan"
 discard 18edfcf  Test Case that will fails until BUG 50799 is fixed.
 discard dc42927  Javadoc improvement from what I understood (If I am wrong don't hesitate to fix it)
 discard ab089d8  Document some more ssl properties
 discard e6f9b58  fileName must not be null
 discard d5b6a27  Bug 52131 - Eliminate DefaultKeyStore and simplify code - part 2
 discard 298f5c5  Bug 52131 - Eliminate DefaultKeyStore and simplify code - part 1b
 discard c6ffcf2  Bug 52131 - Eliminate DefaultKeyStore and simplify code - part 1
 discard 7132303  Add empty manual sections to keep test cases happy Renamed Pre/Post to remove request in line with other processors
 discard 479d7af  Add new test element class names
 discard e866fe5  Name needs to agree with test element property name value
 discard a89fb83  loggers are static final in JMeter
 discard 36c7d36  Bug 52128 - Add JDBC pre- and post-processor
 discard ca34f72  Bug 52137 - Problems with HTTP Cache Manager
 discard 6897f3b  Bug 51876 - Functionnality to search in Samplers TreeView Fixed test errors
 discard ce2a5d0  Use Boolean not boolean
 discard 5bce99e  Don't worry about boxing in assertions
 discard bf75c07  @Override is not allowed for interfaces in Java 1.5
 discard 442b27a  Bug 51876 - Functionnality to search in Samplers TreeView Fixed compilation errors Added javadocs
 discard e835093  Bug 51876 - Functionnality to search in Samplers TreeView Changed implementation to: - Add ability to search with regexp - Add ability to search in case sensitive and insentive modes - Plug additional search implementations
 discard 697808c  Bug 52052 - Using a delimiter to separate result-messages for JMS Subscriber
 discard 0c38fa7  Bug 52125 - StatCalculator.addAll(StatCalculator calc) joins incorrect if there are more samples with the same response time in one of the TreeMap
 discard 49912d2  Give access to sum
 discard 3ffc7d2  Bug 52052 - Using a delimiter to separate result-messages for JMS Subscriber Fix setting \t, \n , \r as separator
 discard fec739a  Don't create Boolean when we want boolean
 discard 7f55b7c  Missing overrides
 discard a321328  Fixed compilation error
 discard 6e6e9e5  BUG_52033 : Default to jmeter.properties if start and end not set Handle errors in inputed start and endIndex
 discard 13a8ba1  Add some cleanup
 discard f56e656  Bug 52129 - Reported Body Size is wrong when using HTTP Client 4 and Keep Alive connection
 discard f240a21  Bug 52126 - HttpClient4 does not clear cookies between iterations
 discard 4ada425  Add support for X-SetCookie header
 discard b2431f7  Fix Unix extension
 discard e09e01f  Use JMeter logo on printed pages
 discard 68a0dbc  Change to ASF logo
 discard 79953a6  Recently added screenshot
 discard ad40bea  Add ASF logo
 discard 90b5db3  Logo to replace Jakarta
 discard 23cd2fe  Needs to be added to xdocs as well
 discard 822948d  Fix up some more jakarta refs
 discard a28fcde  Mailing lists updated
 discard d3fdf05  More fixes
 discard 0e76135  No more need for vsl bug workround
 discard 15bc043  .hasChildren() was deprecated and removed; use replacement Also apply nested child check to <td> elements
 discard 5cc3378  Initial version of download page
 discard f4075a6  Initial version of download page
 discard 2a6ac72  Copy recent updated images
 discard ae5927e  JMeter now TLP
 discard d22af3f  Now TLP
 discard ceab18a  Javadoc
 discard 60e24dd  Start extracting info from Jakarta site
 discard 8f2c274  Fix up some Jakarta references. Site has not yet moved.
 discard 122193d  Bug 52033 - Allowing multiple certificates (JKS) Added Keystore Config to enable configuring: - Preload - Start alias index - End alias index
 discard b8a6a07  JMeter TLP move
 discard c0a548f  Initial stab at RAT exclusions
 discard a93323c  Add recent tags
 discard 11ee59a  Bug 52116 - Allow to add (paste) entries from the clipboard to an arguments list
 discard ce417eb  Bug 52115 - SOAP/XML-RPC should not send a POST request when file to send is not found
 discard ee44fce  Bug 52033 - Allowing multiple certificates (JKS): Fixed classcastexception
 discard c3b46e9  Bug 52118 - New toolbar : shutdown and stop buttons not disabled when no test is running
 discard 29397aa  Fix to Start Next Loop broken feature, fixes following issues: - Bug 51865 - Infinite loop inside thread group does not work properly if "Start next loop after a Sample error" option set - Bug 51868 - A lot of exceptions in jmeter.log while using option "Start next loop" for thread - Bug 51866 - Counter under loop doesn't work properly if "Start next loop on error" option set for thread group
 discard 4a78360  Bug 51733 - SyncTimer is messed up if you a interrupt a test plan
 discard 4828549  SimpleDateFormat is not Thread-Safe , so made static variable local
 discard e16dd2d  Fixed inefficient map iteration
 discard a32f91f  Removed useless variable
 discard 87fb12b  Fix indentation
 discard c40690f  Bug 52099 - Allow to set the transaction isolation in the JDBC Connection Configuration
 discard 416d9b2  Bug 52104 - TCP Sampler handles badly errors
 discard 8243f22  Bug 52104 - TCP Sampler handles badly errors
 discard ca3d6d3  Bug 52099 - Allow to set the transaction isolation in the JDBC Connection Configuration
 discard 3cb6937  Bug 52085 - Allow multiple selection in arguments panel
 discard 5d26e57  Bug 52097 - Save As should point to same folder that was used to open a file if MRU list is used
 discard a200236  Bug 52103 - Add automatic scrolling option to table visualizer
 discard 4e1c41b  Bug 52093 - Toolbar ToolTips don't switch language
 discard 3d18a18  Bug 52052 - Using a delimiter to separate result-messages for JMS Subscriber
 discard 04dcfd4  Bug 52088 - JMS Sampler : Add a selector when REQUEST / RESPONSE is chosen
 discard b185035  Should close socket on Exception as well
 discard b6572ed  Bug 52072 - LengthPrefixedBinaryTcpClientImpl may end a sample prematurely
 discard b65aad1  Ensure description is only saved in the JMX file if non-empty
 discard 426c071  Bug 51816 - Comment Field in User Defined Variables control.
 discard 4ecf412  Allo user to override toolbar and toolbar icons
 discard 6145fe8  Add loadProperties(String, Properties)
 discard 250a300  Javadoc
 discard 837e175  Use ArrayList for icons to allow duplicates Use constants for some magic strings
 discard d2fc687  Use "," as icon property field separator
 discard 981909e  Raw types
 discard d2ec7e6  Assume nothing about input Map
 discard fecdd0f  Simplify code
 discard cbd2219  Fix bug that was causing Jenkins failures. Looks like the compiler was converting the input collection to JMeterProperty then Object. This did not happen in the iterator case, so the incorrect method parameter type was not detected.
 discard 3b758eb  Partially revert r1188228 - Jenkins reports errors which are not seen locally
 discard 9b11163  Generic for loops
 discard 09fe938  Generic for loops
 discard 00fe1cf  Generic for loops
 discard 552fab2  Generic for loops
 discard 7d92512  Generic for loops
 discard 613091f  Generic for loops
 discard b5fb5d0  Generic for loops
 discard e5ad383  Generic for loops
 discard 6345a0a  Only need the values, so iterate over those instead
 discard 4f0c865  Generic for loops
 discard 4a926ed  Unused imports
 discard 45557ad  Generic for loops
 discard 937d71e  Generic for loops
 discard 408b702  Bug 52075 - JMeterProperty.clone() currently returns Object; it should return JMeterProperty
 discard 0e15b97  Oops - have not committed fix for Bug 52075 yet
 discard ae2dec1  Document generics warning
 discard 3953928  Avoid boxing/unboxing
 discard b036bd8  Missing @Override
 discard 030e713  Fix generics warning
 discard 04045a4  Clarify exception messages
 discard bb52988  Bug 52064 - OutOfMemory Risk in CacheManager
 discard 59488d7  Synchronized not needed
 discard a9e10ac  Bug 52040 - Add a toolbar in JMeter main window
 discard 994362f  Bug 51919 - Random ConcurrentModificationException or NoSuchElementException in CookieManager#removeMatchingCookies when using Concurrent Download
 discard 205053a  Bug 52033 - Allowing multiple certificates (JKS) Move automatic alias selection code to keystore
 discard f467a1f  Bug 52033 - Allowing multiple certificates (JKS) Fix synch. bug reported by Philippe Mouawad on dev list
 discard 4c54173  Standardise qualifier order: public static final
 discard 349ab50  Bug 52033 - Allowing multiple certificates (JKS)
 discard 724211e  Missing @Overrides
 discard 9d5004e  Unused import
 discard 1151665  Use boolean consistently Config fields can be final
 discard 672cfe8  Fix raw type
 discard 2e71e72  Correcting alphabetical order
 discard f88c263  Correcting alphabetical order
 discard d46aeb0  Bug 52064 - OutOfMemory Risk in CacheManager
 discard da00b79  Log message if using a local address, as that may cause problems.
 discard 7bb240f  Bug 51861 - Improve HTTP Request GUI to better show parameters without name (GWT RPC requests for example)
 discard 043053d  Changed thread name to better identiy Thread children
 discard 43e6878  Bug 52044 - JMS Subscriber used with many threads leads to javax.naming.NamingException: Something already bound with ActiveMQ
 discard b72b28c  Bug 52044 - JMS Subscriber used with many threads leads to javax.naming.NamingException: Something already bound with ActiveMQ
 discard e3f8c15  Bug 52044 - JMS Subscriber used with many threads leads to javax.naming.NamingException: Something already bound with ActiveMQ
 discard 1acff1c  Bug 52037 - Remember user-set LaF over restarts.
 discard 29bff77  Bug 51419 - JMS Subscriber: ability to use Selectors
 discard c2c04c5  A bit more about the LAF
 discard 599fe8a  Replace magic number
 discard 61aed66  Bug 52036 - Durable Subscription fails with ActiveMQ due to missing clientId field
 discard b5a2174  Default must be used on get as well as set for consistency
 discard e25c60f  Bug 52036 - Durable Subscription fails with ActiveMQ due to missing clientId field
 discard 1f8e043  Clarify LAF settings
 discard 36a7acc  Log the chosen LAF with its aliases
 discard 6ca0e84  Use the LAF classname as the tooltip
 discard 2e62709  Document that BSF and JSR223 interpreters are not saved between invocations
 discard 3a2b159  Standardise BSF/JSR language lists
 discard 49b1a24  Bug 52029 - Command-line shutdown only gets sent to last engine that was started
 discard 0764f51  Bug 52027 - Allow System or CrossPlatform LAF to be set from options menu
 discard c92e680  Make AsynchSample static in preparation for possible clone of sampler
 discard f8b2d7e  Simplify by using positive conditions "We don't want no negative conditions"
 discard 4f1c61d  @inheritDoc does not work for constructors
 discard 53b2f17  Bug 52019 - Add menu option to Start a test ignoring Pause Timers
 discard 17d05be  Bug 52019 - Add menu option to Start a test ignoring Pause Timers
 discard 0f010bd  Bug 52022 - In View Results Tree rather than showing just a message if the results are to big, show as much of the result as are configured
 discard 3715cd0  Bug 51876 - Functionnality to search in Samplers TreeView
 discard e4fd01e  Document SOAP sampler keepAlive
 discard d01ea94  Bug 52016 - It would be useful to support Jexl2
 discard aa2efde  Bug 52016 - It would be useful to support Jexl2
 discard 19512d4  Allow for tag aliases
 discard 7ab2b9a  Ignore Jexl2 jar
 discard 8266c24  Missing )
 discard 0f802e8  Bug 51817 - Moving variables up and down in User Defined Variables control.
 discard 8bead11  Bug 51876 - Functionnality to search in Samplers TreeView
 discard a5d4dfb  Bug 51876 - Functionnality to search in Samplers TreeView
 discard f5a104d  Bug 52006 - Create a function RandomString to generate random Strings Javadoc fix
 discard dd86499  Bug 51876 - Functionnality to search in Samplers TreeView Fixed issue with empty search and no reset of previous search results
 discard 91e3e8d  Add some French translation and ordering
 discard 2cef40b  Little javadoc
 discard 03f382c  Bug 51876 - Functionnality to search in Samplers TreeView
 discard 3358078  Bug 51876 - Functionnality to search in Samplers TreeView
 discard 6d963a6  Bug 51876 - Functionnality to search in Samplers TreeView
 discard 9c6339b  Bug 27112 - User Parameters should use scrollbars
 discard c99f48c  Bug 52003 - View Results Tree "Scroll automatically" does not scroll properly in case nodes are expanded
 discard 9ff2947  Bug 52006 - Create a function RandomString to generate random Strings
 discard db76843  Bug 52006 - Create a function RandomString to generate random Strings
 discard 84fd282  Bug 51691 - Authorization does not work for JMS Publisher and JMS Subscriber
 discard 9d7a1c7  Bug 51996 - JMS Initial Context leak newly created Context when Multiple Thread enter InitialContextFactory#lookupContext at the same time
 discard 6aade71  Bug 51817 - Moving variables up and down in User Defined Variables control. Fixed IndexArrayOutOfBoundException if no selection and up is pressed
 discard 9048f92  Bug 51817 - Moving variables up and down in User Defined Variables control.
 discard 55c3619  Bug 51817 - Moving variables up and down in User Defined Variables control.
 discard cb8ccb9  Bug 51988 - CSV Data Set Configuration does not resolve default delimiter for header parsing when variables field is empty
 discard 6ad8417  Oops - typo
 discard d001845  More test data file EOL fixes
 discard 936a23b  Fix test data files so EOL does not change across OSes
 discard baa8f30  Tie the mirror port defaults together
 discard 7bd9485  Bug 51988 - CSV Data Set Configuration does not resolve default delimiter for header parsing when variables field is empty
 discard 0638519  Bug 51892 - Default mirror port should be different from default proxy port
 discard 393260e  Last fix to tests failures after renaming HTMLParserTestFile_2.htm to HTMLParserTestFile_2.html -Fixed path -Fixed by attributes (but maybe platform dependent, on my computer file is 1282 so Ok for me, was it an issue in XML ?)
 discard ec5f9a2  Fix to tests failures after renaming HTMLParserTestFile_2.htm to HTMLParserTestFile_2.html
 discard 5aa760a  Fixed errors in TestCase (6 test failures): - Error in baseURL for relative file names (testfiles not needed I think) - FileInputStream not closed - Renamed  HTMLParserTestFile_2.htm to HTMLParserTestFile_2.html
 discard c9df5f9  Bug 51981 - Better support for file: protocol in HTTP sampler
 discard 0125a73  Increase search limit to allow it to work with AL comment header
 discard d519407  Possible efficiency fix
 discard 3385061  Add test for file: protocol with relative file names (e.g. as saved by browsers)
 discard c21fc6f  Bug 51980 - HtmlParserHTMLParser double-counts images used in links
 discard 412d284  Testing delete
 discard 1c88566  Testing commit
 discard 34e5955  Change level to INFO to prevent batchtest from failing
 discard efda9ae  Bug 51925 - Calling Stop on Test leaks executor threads when concurrent download of resources is on
 discard 9907329  Bug 51957 - Concurrent get can hang if a task does not complete
 discard b9e26ba  Bug 51954 - Generated documents include </br> entries which cause extra blank lines
 discard c43e4df  Update velocity jar to 1.7
 discard bdf1261  Bug 51923 - Counter function bug or documentation issue ? (fixed docs)
 discard 039758e  Bug 51942 - Synchronisation issue on CacheManager when Concurrent Download is used
 discard 6922366  Bug 51939 - Should generate new parent sample if necessary when retrieving embedded resources
 discard 3131b3d  JMeter 2.5.1 release
 discard a855093  Now need Ant 1.8 as a minimum
 discard 43017e3  Move 2.5.1 changes to history
 discard 12e8fef  Bug 51937 - JMeter does not handle missing TestPlan entry well
 discard 404eeec  Be more precise about which method actually failed
 discard bde4162  Recent changes
 discard a5b5826  Potentially allow NewDriver and scripts to be run directly from unit tests
 discard 424368c  Add test case for Bug50898 (fails currently)
 discard 58d3ff6  Add support for additional test scripts. Bug50898 commented out as it fails currently
 discard e250d58  Localise condition properties that are re-used to prevent stale values Replace / with local separator so messages look better on Windows
 discard b6bcced  Jar missing from test classpath. So far unused in testing, which is why not previously noticed
 discard e401a90  Bug 51918 - GZIP compressed traffic produces errors, when multiple connections allowed
 discard 9bc7915  Bug 51932 - CacheManager does not handle cache-control header with any attributes after max-age
 discard 4ab39e1  Small mistake on 'ws' -> 'vs' (sorry)
 discard 281db1f  Update docs with new footer
 discard 0f14a82  Direct users to log file for further info
 discard 7e7b8b6  Provide access to JTidy outputStream
 discard e067d7b  Allow direct access to argument pane contents, without configuring the test element
 discard 8c13b1b  Javadoc
 discard 32173b7  Mail display problem fixed; revert temp change
 discard 1c8b313  Temp change to check SVN mail
 discard 33df6e6  Make sure SVN knows it's utf-8
 discard 79a2b86  More workrounds for HC4 bug
 discard 74355ca  Javadoc
 discard 56df553  Bug 49976 - FormCharSetFinder visibility is default instead of public Make ctor public too
 discard 5482fec  More workrounds for HC4 bug
 discard 64f5c24  Ensure unlock is called
 discard 6e27d1b  Forgot to check if currentSampler had been set to null, e.g. by shutdown
 discard fd999a5  Bug 51880 - The shutdown command is not working if I invoke it before all the thread are started Part2 - fix to startUp delay (previous fix was to rampUp delay)
 discard 9fba9d8  Release the interrupt lock to allow late interrupts to complete
 discard ff03bcf  Add check for Ant version (1.7.0+ required for mapper, used in download_jars)
 discard 56122fb  Fix little problem when ant docs-printable
 discard 2db7f36  Bug 51888 - Occasional deadlock when stopping a testplan
 discard 9b7d3af  Updated fix for HTTPCLIENT issue 1120; allows for RequestWrapper
 discard 6e54ef0  Bug 51885 - Allow a JMeter Variable as input to XPathExtractor part 2 of fix
 discard 25139ff  Minor tidyup
 discard 5fd2397  Fix versions included
 discard 5d6a11f  htmlparser 2.1 now available from Maven Central
 discard da84fe0  JUnit 4.9
 discard a7a5892  Upgrade to mail 1.4.4
 discard 05df16d  Fix non-UTF8 character (hopefully!)
 discard 047f2b3  Upgrade to mail 1.4.4
 discard 93d489d  Use $Id rather than $Date, as the latter causes Locale issues Improve Footer to include JMeter trademarks
 discard 0d9527d  Use $Id rather than $Date, as the latter causes Locale issues Improve Footer to include JMeter trademarks
 discard 4c35490  Improve Footer to include JMeter trademarks
 discard 14b9307  Qualify null parameter type to avoid Gump failure which is caused by new method to be introduced in 4.2
 discard 4281d89  See what $id looks like
 discard f4d27ea  Experiment with shorter date
 discard 07b70d0  Experiment with shorter date
 discard 0f93555  Experiment with shorter date
 discard eb1621a  Experiment with shorter date
 discard 63ce452  Prepare next release 2.5.1: synch docs (2.5.1RC2)
 discard d873978  Prepare next release 2.5.1: synch docs
 discard bafdac9  Increase the default queue size; 20 was insufficient
 discard 5dedc92  Synch
 discard 081b3f9  Remote Shut host menu item was not being enabled.
 discard dde9476  Temporary hack to work round https://issues.apache.org/jira/browse/HTTPCLIENT-1120 Note: copying the code from the patch did not seem to work; it looks like isAborted() was not set. Hopefully that is fixed in 4.1.3
 discard f61d17a  Log the retry count
 discard 2ad2435  Javadoc
 discard 60a6e18  Resolve Asynch queue size property on the server to agree with other sender behaviour
 discard 936276b  Synch docs
 discard 5cc333b  Added AsynchSampleSender which sends samples from server to client asynchronously.
 discard dc6c9dd  Javadoc
 discard d7315f9  Change default retry count to 1
 discard 6c0f5c6  Change default retry count to 1
 discard 65535cf  Bug 51885 - Allow a JMeter Variable as input to XPathExtractor
 discard c46062c  Bug 51882 - HTTPHC3Client uses a default retry count of 3, make it configurable
 discard 8bdbc8f  Bug 51880 - The shutdown command is not working if I invoke it before all the thread are started.
 discard b85e82e  Simplify code
 discard 4ce2b0c  Javadoc
 discard 240e977  Prepare next version 2.5.1
 discard 67c1c6a  Prepare next release 2.5.1: update docs
 discard f0301b2  Unused import
 discard 6206e88  Javadoc
 discard 1dd54020 Unused import
 discard eb9038f  Javadoc
 discard 539b492  Bug 51869 - NullPointer Exception when using Include Controller
 discard 4445fb3  Recent changes
 discard 3c65cd9  Better log message when javascript error occurs
 discard ad7b6c0  Better log message when javascript error occurs
 discard fc08366  Better log message when If Controller javascript error occurs
 discard a258feb  Bug 51863 - Lots of ESTABLISHED connections with HttpClient 4 implementation (ws HttpClient 3.1 impl)
 discard bb62e1a  Use taskname to identify output when running tests
 discard 0128400  Propagate original error
 discard c202bd7  Synch web-site docs
 discard 088a0fc  Another change
 discard dc4650f  Translate
 discard bee4b5b  Bug 47888 - JUnit Sampler re-uses test object
 discard 119cd65  Add optional pause between child samples
 discard 4f32ab1  Bug 51855 - Parent samples may have slightly inaccurate elapsed times
 discard d2f389c  serialVersionUID not needed
 discard 78497d6  remove unused import
 discard 30c3cfd  Changes on Operating systems tested with JMeter, link to wiki
 discard ee395d6  Bug 51847 - Some Junit tests are Locale sensitive and fail if Locale is different from US
 discard 30b5a73  Rename variables to make them clearer
 discard 91d1ba5  Adjust nanoTime fudge factors.
 discard 5a3cc21  Ensure the overridden setting is used by test code
 discard 1b36000  Document summariser properties
 discard 13bca71  Tidy up
 discard ff0e6ab  Bug 50917 - Property CookieManager.save.cookies not honored when set from test plan Add note to component reference
 discard b27bff9  Oups. Same corrects some spelling mistakes
 discard ca9b372  Corrects some spelling mistakes (thanks Philippe)
 discard e071954  Bug 51840 - JMS : Cache of InitialContext has some issues
 discard dfe03ce  Bug 50617 - Monitor Results legend show "dead" server although values from the server are retrieved
 discard 3755c96  little update for JavaDoc
 discard fff7ed0  Fix up some incorrect sizes
 discard 171f28e  Oops, typo
 discard 94a10ba  Test Action also useful in the work-round
 discard e6fcfce  Re-add witdh and height for screenshots & figure. Improves HTML display speed
 discard 33fce5c  Add a workaround notice to the know issue on bug 50618
 discard 694477d  Update docs, View results tree & graph results sceenshots I forget screenshots in docs folder.
 discard 585d845  log settings in use
 discard 226a06a  Update docs, View results tree & graph results sceenshots
 discard d4c95a0  View Results Tree: Regexp Tester - little improvements on user interface
 discard 92dc24d  Reduce Renders List box default witdh in View Results Tree
 discard f96e5dc  WebService(SOAP) Request - Re-organize GUI for better design and user-friendly
 discard cf76107  List some of the main changes
 discard d6fc797  Bug 51380 - Control reuse of cached SSL Context from iteration to iteration
 discard 527a292  SerialVersionUID not required
 discard 93d7aac  Bug 49976 - FormCharSetFinder visibility is default instead of public.
 discard 73c93ff  Bug 51691 - Authorization does not work for JMS Publisher and JMS Subscriber
 discard f57143b  Bug 51841 - JMS : If an error occurs in ReceiveSubscriber constructor or Publisher, then Connections will stay open
 discard 5005f7e  Warn when command not valid
 discard 92a1706  Bug 51605 - WebService(SOAP) Request - WebMethod field value changes surreptitiously for all the requests when a value is selected in a request It's a improvement
 discard 0a7ba71  Bug 51605 - WebService(SOAP) Request - WebMethod field value changes surreptitiously for all the requests when a value is selected in a request
 discard 3c81e87  Beanshell Sampler now supports Interruptible interface
 discard 4de89e8  Avoid NPE if Paste is used before Copy
 discard c9944fa  Bug 50032 - Fixed a new regression introduced by bug 50032 when Transaction Controller is a child of If Controller
 discard 79c4938  Bug 42246 - don't override colour for autoscroll checkbox
 discard bb93f08  Bug 51839 - "... end of run" printed prematurely
 discard a188d54  French translation for Bug 42246 - Need for a 'auto-scroll' option in "View Results Tree" and "Assertion Results"
 discard ad9571a  Bug 47921 - Variables not released for GC after JMeterThread exits.
 discard b5a6247  Localise variable use
 discard 36f6794  Bug 51822 - (part 1) save 1 invocation of GuiPackage#getCurrentGui
 discard 8d934fa70 Bug 42246 - Need for a 'auto-scroll' option in "View Results Tree" and "Assertion Results"
 discard 6c3c493  Using ClientJMeterEngine.tidyRMI allows server to exit without needing to use System.exit, so disable that use of System.exit by default. However if non-GUI test threads won't stop, we have to use System.exit - but allow this to be disabled.
 discard 9237e19  Better handling of engine configuration failure
 discard 49c1c34  It's confusing to use the same interface method names for JMeterEngine and RemoteJMeterEngine, so prefix the remote interface method names with "r". This also makes it easier to trace the method calls in an IDE.
 discard 8a965c1  We don't export this so don't unexport
 discard 0fd246e  Ensure we tidy up RMI
 discard 727e2f9  Use constant for default UDP port
 discard 9b78c1c  Minor tidyup
 discard 0cd57fe  French translation for new short-cut for Enabling / Disabling (sub)tree or branches in test plan
 discard 3131fba  Bug 51821 - Add short-cut for Enabling / Disabling (sub)tree or branches in test plan.
 discard 1d5730f  WebService(SOAP) request - add I18N for some labels
 discard b17a010  WebService(SOAP) request - add a connect timeout to get the wsdl used to populate Web Methods when server doesn't response
 discard 3b899cd  Rearrange in Key order
 discard baf64cf  Bug 51830 - Webservice Soap Request triggers too many popups when Webservice WSDL URL is down
 discard 558732c  Bug 51831 - Cannot disable UDP server or change the maximum UDP port Also failed to check max port initially
 discard 4fd0bb4  Bug 51775 - Port number duplicates in Host header when capturing by HttpClient (3.1 and 4.x) Simplify and improve last fix. Thanks sebb.
 discard 15a349e  No longer check for unequal hashcodes, was not a strict requirement anyway, and is no longer true since applying the following fix: URL: http://svn.apache.org/viewvc?rev=1170595&view=rev Log: Bug 48943 - Functions are invoked additional times when used in combination with a Config Element
 discard e43daf1  Add two knows issues : bug 50032 and bug 50618
 discard 6a19ffa  Bug 51775 - Port number duplicates in Host header when capturing by HttpClient (3.1 and 4.x)
 discard df6d1a7  -X only usable in non-Gui mode
 discard 320532e  Bug 39219 - HTTP Server: You can't stop it after File->Open
 discard 2760cb9  Bug 48943 - Functions are invoked additional times when used in combination with a Config Element
 discard 12f247b  Don't save concurrent pool property if it is the default
 discard 078d4f1  If Controller - Catches a StackOverflowError when a condition returns always false (after at least one iteration with return true) See bug 50618
 discard 8c83f28  If Controller - Fixed a regression introduce by bug 50032 See: https://issues.apache.org/bugzilla/show_bug.cgi?id=50032#c6 and https://issues.apache.org/bugzilla/show_bug.cgi?id=50618#c28
 discard 0c4d26a  Bug 43293 - Java Request fields not cleared when creating new sampler
 discard 916ca6f  Bug 50424 - Web Methods drop down list box inconsistent
 discard e722aae  Bug 51752 - HTTP Cache is broken when using "Retrieve all embedded resources" with concurrent pool
 discard f6e6d01  Clarify stdev/stdevp
 discard f7ca15b  Don't automatically retry with HttpCLient4 sampler
 discard 38e0837  Bug 51750 - Retrieve all embedded resources doesn't follow IFRAME Fix Tidy impl as well
 discard 8e777b9  No need to mention FRAME twice
 discard 241c80b  Bug 51750 - Retrieve all embedded resources doesn't follow IFRAME
 discard 059be9d  Move 2.5 changes to history
 discard 8d8d2c7  Reduce logging; allow level to be specified; default to INFO level
 discard 3547ac3  No need for serialVersionUID
 discard d6d9493  Fix bug whereby HttpClient instances were not re-used
 discard 4a0ef9d  JMeter 2.5 release
 discard 2d8c0de  Update changes before 2.5RC3
 discard 867d998  Fix error handling if svn is not present or directory is not a working copy
 discard 72d8e55  No need to touch version or check it
 discard fd2fdd8  Use Implementation-Version from MANIFEST.MF instead of patching JMeterVersion.java
 discard e13d2fc  Ensure N&L appear near start of file  after MANIFEST
 discard 8fbc381  Add version display
 discard 4aa8901  Use simpler Java 1.5+ method to obtain the default charset
 discard dccb810  encoding not supported for replaceregex, only replaceregexp
 discard f4b72a3  Improve junit output
 discard 0aba885  Allow test encoding to be specified
 discard e75b972  Display actual encoding used
 discard 7c4fd04  Specify encoding rather than relying on default
 discard 3e48456  Change static code to allow DSTAMP to be used as version qualifier
 discard 4dde055  Show file encoding
 discard 6853ec3  Show file encoding
 discard a9d47c6  Bug 51645 - CSVDataSet does not read UTF-8 files when file.encoding is UTF-8
 discard 4bd427a  We don't use LICENSE*.txt
 discard 4fb2003  *.odt files are binary types (no EOL conversion wanted)
 discard 086ffde  Ensure hc.parameters is copied to both archives
 discard c1e1b07  Ensure correct EOL when creating archives
 discard 7bb408f  Add eol-style
 discard 3b9db4d  Use Unicode escapes instead of non-Ascii chars
 discard e7b92e9  Check that properties files only use Ascii (not strictly necessary, but helps prevent packaging problems)
 discard 0f9a584  Missing EOL-style
 discard 60402c2  Use specific ignores to help prevent multiple copies in workspace
 discard 01c51f1  Nightly builds don't need to check JMeterVersion.java
 discard 6748050  bad checksum (pick httpxxx.asc.md5 instead of httpxxx.md5)
 discard dc20aa6  Update docs
 discard 35f3eda  Update to httpclient 4.1.2 and httpmime 4.1.2
 discard 02f6388  Add 2 options: 1/ to permit build JMeter distribution from src archive (tgz) without svn checkout or in offline conditions 2/ to build JMeter independantly from svn revision
 discard 8cc62b9  Try again
 discard bbab8c5  Update version
 discard 33f2e97  Drop trailing $ to ensure SVN property is not replaced
 discard eaed78f  reduce substring to check for revision to bypass svn replace
 discard adb7c58  remove first $ to bypass svn replace
 discard 33d65da  Add touch-version target to update JMeterVersion source file Also check that values in JMeterVersion source file agree when building the distribution
 discard a297d7f  Document how to create SVN tag
 discard d7f0707  Disable the update-version execution, not necessary now.
 discard 9e79baa  Add only ASF License and Notice to JMeter binaries jar files
 discard 5f55de5  Easier time format to generate
 discard 2a5fc7a  Update to JUnit 4.8.2
 discard dc25889  Fix location for BouncyCastle optional jars
 discard 90649a5  Add SVN revision
 discard 3245e09  Add checkstyle.xml to source package (sorry detab)
 discard 165645e  Add checkstyle.xml to source package
 discard eed8cac  Update the year.
 discard 0c46f14  When record http with HC4. The type 2 isn't recognized by proxy.
 discard 9f5773d  Prepare next release 2.5: update docs tree and overview : remove old files (http://svn.apache.org/viewvc?rev=1102223&view=rev)
 discard f7b9109  Prepare next release 2.5: update docs tree and overview
 discard 46660b6  Prepare next version 2.5 and update year
 discard 8693113  Next release will be 2.5
 discard 5abcc1d  Update to httpcore 4.1.3
 discard 9359666  Need BC jars for build and test
 discard 2a443f2  Ignore current net jar
 discard 5cc8211  Net 3.0 => 3.0.1
 discard 10bafdc  Update to httpcore 4.1.2
 discard ade5579  Bug 51488 - Assertion: Variable name scope is shared among all assertions (and Bug 51255)
 discard 288e5f3  Add sectionlink to make linking easier Props to Subversion website
 discard b8087fe  Fix invalid tag nesting
 discard 5b6cd16  XX:MaxLiveObjectEvacuationRatio has been dropped as of Java 6.0_24
 discard 2cb087b  Refactor HC4 SSL factory setup
 discard d5c7a36  All generated sockets should be slow
 discard fa4e25d  Add info log
 discard 6c733f5  All generated sockets should be slow
 discard 82dda85  Bug 51275 - Cookie Panel clearGui() sets incorrect default policy in Java 1.6
 discard 61dd012  Bug 51268 - HTTPS request through an invalid proxy causes NullPointerException and does not show in result tree. Rather than delegating to the JMeter thread handler for "unexpected" failures, ensure all Exceptions generate a sample error.
 discard 65fd81f  Define sun.net.http.allowRestrictedHeaders=true by default. This fixes Bug 51238.
 discard df9a38d  Updated URLs and examples
 discard 91f2a32  Fix a Java=>Oracle URL
 discard f31e0ca  httpcore => 4.1.1
 discard 798b8d8  Bug 50544 - In Apache Common Log the HEAD requests cause problems.
 discard 3366c52  Document virtual host
 discard 5a3052c  Bug 50516 - "Host" header in HTTP Header Manager is not included in generated HTTP request
 discard 5104baa  Add constant for Host header
 discard d59a94e  Update to Commons NET 3.0
 discard 0a59b8c  Update to Commons NET 3.0
 discard cff2726  Document radio button defaulting behaviour
 discard 958892f  Don't try to add empty function alias
 discard 0f87de5  Start summarising the main changes
 discard 8de228d  Fixes to HTTP Sampler description
 discard 201a5d1  Replace Known Bugs link with Issues, and provide info on reporting them.
 discard 57a82ee  Minor typographical error
 discard 8a046ab  Update JMeter Proxy step by step manual
 discard 4de2df5  Update JMeter Proxy step by step manual
 discard 67d6c5e  Javadoc formatting
 discard 3031fef  Ensure content-type is always set
 discard dc81677  Avoid NPE when using HEAD method
 discard 4287149  Fix bug introduced when classes re-organised for HC4: need to set default parameters, not an instance that is then abandoned!
 discard e2ad01d  Hiding the proxy password on HTTP Sampler (just on GUI, not in JMX file)
 discard 5d759dd  Fix a bug when instream is null (with a 408 http response), don't set body size
 discard cbaa30e  Cannot rely on initial call to getReceivedBytesCount being the same as the header byte count - it can be larger if the socket returns a larger chunk - so calculate header size from the response headers.
 discard c92dbf5  Improvements in French translation for Webservice sampler
 discard e000041  Change strategy to get response size (use CountingInputStream from Commons IO) View Results Tree - Add new size fields: response headers and response body (in bytes) - derived from Bug 43363 Size Assertion - Add response size scope (full, headers, body, code, message) - derived from Bug 43363
 discard 4bb6f77  Change test to agree with new CSV Dataset behaviour
 discard 4024345  Improve output when test fails
 discard 941521a  Bug 51002 - Stop Thread if CSV file is not available. JMeter now treats IOError as EOF.
 discard b77d937  Add metrics to get header and body sizes
 discard 22f696f  Cookies are handled; unused import
 discard f46e2df  SLOW_HTTPS needs an SSL Socket implementation
 discard 22cc4a7  Simpler
 discard ce294c5  Allow all certificates (as is done for HC3)
 discard 8e571eb  Add response handler for Gzip
 discard e30c2da  Simplify calculation of header size
 discard 4bf49d4  Simplify calculation of status line length
 discard 3f3b939  Remove unused items
 discard a24a012  Oups. Must be to default value: false.
 discard 28f2180  Remove this method (no used now)
 discard 32e4c3d  Simplify new properties to change method to calculate getBytes() Save Headers size and Content-length on sample (in HTTPSampleResult) instead of calculting when gets results
 discard 8a47fb7  Add HTTPClient 4 jars libraries for the binary distribution
 discard 691e186  Bug 50170 - Bytes reported by http sampler is after GUnZip Add an optional property to allow change the method to get response size.
 discard 392214b  Bug 51011 - Mail Reader: upon authentication failure, tell what you tried
 discard ee73b8a  Add fudge factor to total time as well
 discard 954bef2  Document maxport in changes doc.
 discard 5439063  Fix typo in property name
 discard 4195fe5  Update ignores
 discard 3fed6bc  Update some Commons jar versions
 discard 6f9b294  Bug 50977 - Unable to set TCP Sampler for individual samples
 discard 9e325e8  Bug 50962 - SizeAssertionGui validation prevents the use of variables for the size
 discard 9ce4bcd  Unused import
 discard 6316e30  Fix comment - Tomcat does use translated headers
 discard faeba62  Update list of tags
 discard b678a90  Bug 50963 - AjpSampler throws java.lang.StringIndexOutOfBoundsException
 discard 0348060  Simplify code using setters which have defaults
 discard 8a6e8bd  Add defaults to the setter/getter for ConcurrentDwn
 discard bfb3eae  Add defaults to the setter/getter
 discard 2772ba3  Correct a compiler error with a real JDK 1.5 Bug 50943 - Allowing concurrent downloads of embedded resources in html page
 discard eb3987e  French word 'headers' need to be plural
 discard b54e34d  Add French translation for the new labels and reduce size for some labels (by abbreviation) on HTTP Sample
 discard d2fc47f  Update HTTP Sampler reference: some params not required
 discard a9555cf  Bug 50943 - Allowing concurrent downloads of embedded resources in html page
 discard 2dc362e  Update to httpclient 4.1.1
 discard 35c6720  Update to httpclient 4.1.1
 discard 644d146  Bug 50569 - Jdbc Request Sampler to optionally store result set object data
 discard 7fbb6a7  Bug 50937 - TCP Sampler does not provide for / honor connect timeout
 discard 0c7ece2  Bug 50666 - JMSSubscriber: support for durable subscriptions
 discard d942cd4  Allow additional paramters to be passed in
 discard 80e4f21  Allow additional paramters to be passed in
 discard af4fd9d  Bug 50871 - patch for eclipse.classpath
 discard aa4f1ed  get_xml_message* no longer used
 discard 1fe1322  Bug 50811 - Incomplete spanish translation
 discard 5e1bf19  Resynch docs/images with xdocs/images
 discard 46a190d  Add clean-docs-images
 discard ce1aef4  Remove unnecessary TODO
 discard ca0eaa7  Refresh old screenshots for controllers, timers and some others elements
 discard 79d420b  Add view results render French translation on combo box
 discard 1254c61  Close window
 discard 3c3b30d  I name this thread ...
 discard 7a40b5a  Use Thread.setDefaultUncaughtExceptionHandler() instead of private ThreadGroup
 discard 652ff47  More docs on UDP listener
 discard e9fed7d  Allow for multiple local UDP ports
 discard c8a4e36  Client JMeter engine now supports external stop/shutdown via UDP
 discard 625f850  remote shudown
 discard b701789  Add remote shutdown capability
 discard a4b45f6  Bug 50659 - JMeter server does not support concurrent tests - prevent client from starting another (part deux) Remove thread from ClientJMeterEngine - if it is required for GUI, then let the GUI create the thread This allows proper return of error conditions Also replace System.exit() with interrupt() of RMI thread
 discard 15c5d5a  Tidy up: use AtomicInteger instead of synch. methods; remove unnecessary System.exit(); simplify some code
 discard 6fbd684  Ensure we report IllegalStateException
 discard 7c2b996  Tweaks - document thrown exceptions
 discard 55b4325  Change to more suitable Exception
 discard eca1e2f  Use new method to pass on original exception
 discard 1a3d497  Javadoc
 discard c5cb0cf  Add Throwable parameters
 discard 09bb659  Need to check for owner before allowing reset, otherwise GUI can interrupt another test
 discard 8a30f6b  Unnecessary calls to System.exit()
 discard c766692  Model may be null during startup
 discard e4bce13  Change name of Pre and Post Thread Groups
 discard c2c83c8  Bug 50671 - no need for volatile qualifier
 discard 4847042  Bug 50659 - JMeter server does not support concurrent tests - prevent client from starting another
 discard b3a209b  A bit more info
 discard 4a98c1b  Bug 50708 - Classpath jar order in NewDriver not alphabetically
 discard 42d2be3  Bug 50221 - Renaming elements in the tree does not resize label
 discard 030d06d  Bug 50686 - merge separate debug statements
 discard af3743d  Bug 50686 - HeaderManager logging to verbose when merging instances Downgrade to debug
 discard c51d5d5  Bug 50686 - HeaderManager logging to verbose when merging instances Downgrade to debug
 discard fd83dbb  Rename Pre and Post Thread Group labels: - more like JUnit, so should be more familiar - lower-case initial letter to sort after the main one
 discard ed96479  Bug 50684 - Optionally disable Content-Type and Transfer-Encoding in Multipart POST
 discard ef05560  Bug 50675 - CVS Data Set Config incompatible with Remote Start Fixed RMI startup to provide location of JMX file relative to user.dir.
 discard f794274  Tests for new methods
 discard 5bd4587  Re-instate null check dropped in error
 discard e4b88fa  Use new FileServer methods
 discard 0f20849  Add some new methods, mainly for use with Client & Remote engines
 discard 34a41cc  Clean up logging - drop per-sample to reduce load
 discard b64f9f6  Too noisy
 discard eaa3020  Downgrade log message to debug
 discard 037f543  Add TODO
 discard 434c69f  Clarify last_sample_ok variable
 discard 66f43ee  Clarify last_sample_ok variable
 discard b843fa2  More info for Gump logs
 discard d2a3015  Update to httpclient 4.1 GA
 discard 81680f5  No need to return a value (improving patch Bug 50032)
 discard 938bd87  Not used
 discard 58f8b3a  Mail on userlist reported NPE here - looks like only happens if there are network errors, but check anyway
 discard 6ed1afc  Missing translation french search test on ldap sampler
 discard 360d5cc  Add french translation for titles: Test Fragment and Post/Setup Thread group
 discard 580d3d4  Bug 50579 - Error count is long, sample count is int. Changed sample count to long.
 discard a033c70  Typo
 discard 8c0ffbd  fork="yes" is required or dir attribute is ignored
 discard d9c3f2b  Since add Start Next Loop behavior ([Bug 30563] Thread Group should have a start next loop option on Sample Error), some new bugs on transaction controller with option Generate as parent enabled are come. Fix.
 discard 0f55f0d  Docs
 discard 58dca91  Bug 50568 - Function __FileToString(): Could not read file when encoding option is blank/empty
 discard 669a172  Try fork=no for fixing classpath issue with Gump tests
 discard 9d001ca  Simpler
 discard b50fad7  Initial stab at checkstyle target
 discard c30dd00  Synch. variable lists
 discard a783330  All BeansShell test elements now have the script variables "prev" and "Label" defined.
 discard 20db47f  cookie variable has been renamed
 discard e238cc7  spelling mistake (on jms request)
 discard bab5479  New location for Jakarta PMC rdf
 discard 52cbfd2  Oops - wrong URL
 discard 1f8c7dc  Add fudge factor for overall time comparison
 discard 1019816  Test both with and without using nanoTime Still some boundary errors using nanoTime which have yet to be resolved
 discard b94d0b6  Allow direct read access to nano fields by test code
 discard 8b0932c  Redundant
 discard b07df2c  Point to standard license location
 discard 2165760  Allow test code to change the default useNanoTime setting
 discard 3527cba  Add missing hashCode() methods
 discard f193978  Rewrap for clarity
 discard f9373c6  Tab police
 discard ed6dec6  Constants should be static
 discard ecf8acc  Typo reported on user list Due to Michel Duijvestijn
 discard 0881f18  Better display of request headers
 discard 2b95b48  Add some debug
 discard 4a67808  Add header processing
 discard 711d95a  Bug 50490 - Setup and Post Thread Group enhancements for better test flow.
 discard 9d95f7a  Update documents for JSR223 test elements
 discard f03d63c  Give access to current SampleResult (and drop references to prev)
 discard 7371720  Does not make sense for Timers and Pre-Processors to reference the previous sample, so don't document it
 discard aefdb13  Standardise order of variables
 discard 1a8d5a4  Typo in variable name
 discard 96b21c5  Fix list of variables
 discard 61d8d30  Bug 50487 - runSerialTest verifies objects that never need persisting
 discard a1538f0  TestFragment needs to be in core module
 discard 42c7cfa  Bug 50475 - Introduction of a Test Fragment Test Element for a better Include flow
 discard bfea140  Add tests for HC4
 discard ca192c4  Post code now mostly working
 discard a348637  Unused imports
 discard c260131  Initial implementation of PUT - needs testing!
 discard 175a7eb  Bug 50450 - use System.array copy in jacobi solver as, being native, is more performant.
 discard 843d554  Ensure temporary DefaultHttpClient is released. Copy params to BasicHttpParams.
 discard eb76ca9  Unused import
 discard 33d0b7b  ConcurrentHashMap does not need to be protected by synch. Use for loops where possible to tidy code
 discard 3e369a9  Not serialisable; make transient
 discard 6b6fa3f  Use putIfAbsent() instead of synch. on ConcurrentHashMap
 discard 4826c20  JMeterEngine is not serialisable; make transient
 discard 5b2c650  Use internal lock for synch.
 discard dabdfc9  Revert changes to these files made in r1044445: causes GUI problems in populateCommandMap.
 discard b9d19ae  FindBugs: invalid iinitialisation
 discard 9f200b4  Inefficient use of iterator
 discard 7ab8658  use Number.valueOf() rather than new Number()
 discard 8de84bc  Findbugs: Ensure stream is closed
 discard 4f0086f  Unnecessary new String()
 discard 1f8109e  Unused import
 discard 20a2693  Define equals so agrees with compareTo
 discard e46f393  Findbugs: comparators should be serializable
 discard 7252241  Shared non-synch static variable
 discard cd5d058  Findbugs inefficient code
 discard 0e17961  Make constants final, and reduce visiblity as much as possible
 discard 9296e33  Oops - forgot to update the generic version code
 discard 675dc56  Support Apache version of HttpVersion
 discard a28a82b  typo
 discard f6deb95  Document Apache HttpClient logging
 discard b83783e  Bug 50438 - code calculates average with integer math, expecting double value
 discard d2eaf2e  Getting closer; cookies now work. Still no PUT or POST.
 discard f97f3cd  Add method for Apache HttpClient
 discard 1357c1c7 Move HttpClientKey to HC4 subclass Pull up common code from HC3 subclass
 discard d53ca3a  Bug 50439 - simplify setting of component text
 discard bf86c25  SImplify
 discard 63277a4  Make generic so it supports both Commons and Apache HttpClient implementations
 discard 57b32fc  Simplify
 discard 024fbc1  New class for Oracle JDBC
 discard 76453da  Update doc
 discard 88b7dc6  HTTP_AUTHENTICATION_PREEMPTIVE is for Commons HttpClient only Add HttpClientKey class for use in HttpClient ThreadLocal maps.
 discard 6d76c18  Unused import
 discard 52b2ae9  Simplify - only need values from the map
 discard b38504b  Don't allow illegal methods Move Cache check
 discard 2c723f8  Tidy proxy setup code
 discard 0d3e5c7  Add common proxy check methods
 discard e526928  Done in finally clause
 discard 2acf4d3  Localise variables
 discard 14d3894  Sample method belongs first
 discard b116dd0  Re-order methods slightly
 discard 99b95b9  Bug 50425 - Remove thread groups from Controller add menu
 discard 1153432  Javadoc
 discard 368e061  Simplify
 discard 7fa86d8  Initial impl. of Slow Sockets for Apache HC
 discard fa7a587  Add Apache HttpClient jars to classpath
 discard d59690e  Probably don't need httpclient-cache
 discard 05abd92  Simpler, shorter expression of protocol default (props Milamber)
 discard 688391d  Document which HttpClient is supported
 discard 8378c6f  Document which HttpClient is supported
 discard 4463e16  Document
 discard e57b392  Move CookieSpec method to CookieManager so CookiePanel no longer depends directly on the HttpClient version
 discard e54863d  Add Apache HttpClient support
 discard 92917c3  Raw type
 discard ea18c29  In French, one space before colon (:)
 discard ce248a9  Allow HTTPSampler2 access to savedClient
 discard 28a04ec  Fix up HttpClient/HttpCore repo locations and MD5s
 discard 7746cff  Javadoc
 discard 504d51d  Oops - should only have used generic Throwable here
 discard 84b0bc3  Sort; add Javadoc
 discard b41005f  Download HttpClient jars
 discard a41beb6  Add HttpClient dependencies TODO - update to non-beta version when available
 discard b0822e9  Ensure content entry field does not get lost
 discard 58d3cff  Shorten Protocol label
 discard 2b0791c  Move some common code to a super-class for the HttpClient-based samplers
 discard 366069e  Bug 50392 - value is trimmed when sending the request in Multipart
 discard 62677f2  Oops - raw &
 discard 2de7da1  Fix JMeter Proxy to use new HTTP implementation names
 discard 3bb00f9  Drop SVNPATH hack - Hudson should provide svn on the PATH
 discard 83c576a  Document ORO extended REs
 discard cf1ad70  Ignore HC4 jars
 discard f43b895  Don't use generic superclass here
 discard 92ddd4b  Oops - need to provide access to HttpSampler2 methods
 discard a9d6268  Fix test files to use new Proxy sampler
 discard b3b90b8  Cut and paste error
 discard 282bfb7  Rewrite original samplers to use new implementations
 discard 274a781  Update docs for runtime HTTP selection
 discard 9b465e6  Allow HTTP implementation to be selected at run-time
 discard d060768  HTTP Sampler Proxy which allows runtime HTTP implementatiom selection
 discard 055b705  Add HTTP implementations for use by HTTPSamplerProxy
 discard 6a42a50  Must default to blank
 discard 1a5333c  Use commaon-line path override
 discard cc6f27e  Try again
 discard 283aefa  Bug 50367 - Clear / Clear all in View results tree does not clear selected element
 discard db98a4f  Add SVNPATH for use on Hudson
 discard 413603a  Tidy order
 discard da8f0c8  Check SaveService classes
 discard aefca04  Drop obsolete or unused entries
 discard fc9230e  Allow test code to check for spurious class references
 discard 790e628  typo
 discard 8962ebe  Allow multiple aliases for same class name
 discard 4474717  Bug 50347 - Eclipse setup instructions should remind user to download dependent jars
 discard 9931cce  Use (later) version of r938 from Maven Central
 discard 2fc5a0c  AJP Sampler now implements Interruptible
 discard ea3b12d  Allow for null URL in HttpSampleResult
 discard d16d7c2  Unused import
 discard 67c3b53  Promote ipSource to base class
 discard e78121c  Use generic parent class (necessary to allow choosing HTTP implementation at run-time)
 discard 041c471  No need for HTTP in the message
 discard d214470  System.nanoTime() tends to drift relative to System.currentTimeMillis(). Change SampleResult to recalculate offset each time. Also enable reversion to using System.currentTimeMillis() only.
 discard 27e4a4c  JMS Subscriber - Add dynamic destination
 discard 1c25fdb  Bug 50286 - don't capture < in non-path-extension RE
 discard 35768e2  Matching uses contains, so no point having optional trailing delimiters
 discard 3be3528  Fix some Java=>Oracle URLs
 discard faa2782  Rewrap badly wrapped comments
 discard 0c2a180  Improvements and new screenshots (JMS Subscriber and JMS Publisher) for doc "Building a JMS Topic Test Plan"
 discard 206dc28  Bug 50286 - URL Re-writing Modifier: extracted jsessionid value is incorrect when is between XML tags
 discard 47bafa7  Seems to miss a close parenthesis
 discard 8d92e0e  Fix PUT proxy handling
 discard c3478fa  Don't say it is POST data when it's actually a PUT
 discard 0b36d1b  Add some new french translation for SMTP sampler and some mistake (VRT)
 discard 687600e  Update URL for get package list (javadoc generating)
 discard a52edf7  Missing update image form Bug 50268
 discard 9e40996  Small mistake in french message on HTTP URL Re-writing Modifier
 discard 4258b3f  Simplify - save DestinationSetup as a boolean
 discard 5de2d8c  Document
 discard 20cf3d3  Group new JMX names with existing ones
 discard 6852c61  Tidy up build instructions
 discard 3fff41d  Tidy up build instructions
 discard 9cc45dc  Little correction on french messages for JMS Publisher labels
 discard 1886443  Bug 50268 - Adds static and dynamic destinations to JMS Publisher
 discard 8b29028  Unix uses : not ; as path separator
 discard 00819ba  Unix uses : not ; as path separator
 discard 6df1f27  Close action dialog box when tapping Escape key
 discard b92dfe1  Simplify WebService GUI: use tooltips instead of fixed text which takes up lots of space Drop text regarding XML parsing as no longer very relevant
 discard f6725f0  Bug 50203 Cannot set property "jmeter.save.saveservice.default_delimiter=\t"
 discard b149dbd  Disable check of Content-Length. Does not work on JDK 1.6.0_22+, and anyway is not particularly useful as a test
 discard cb0ebf0  // Temporary hack to allow tests to complete on Sun Java 1.6.0_22
 discard 273b1e2  Ensure test failures are properly progagated
 discard 1d2c95b  Oops - fix relative path
 discard 36ff498  Mail jars are now included
 discard d532538  Adjust code so Sun Java compiler does not complain
 discard ba86d84  Why pay?
 discard 0aff80a  Update Cache Manager docs
 discard e40c95b  Drop unused Lists
 discard 674dba5  Bug 50134 - TransactionController : Reports bad response time when it contains other TransactionControllers
 discard 147d7d4  Generics
 discard bf87153  Generics
 discard 08b9d8b  Generics
 discard a3d27fc  Bug 50178 - HeaderManager added as child of Thread Group can create concatenated HeaderManager names and OutOfMemoryException
 discard d139482  Imports
 discard fbda950  Boxing
 discard ccd1ded  Don't use == to compare strings; use constant for "true".
 discard c656751  Fix test cases to work in Eclipse
 discard b1a2630  Fix up so test case works in Eclipse too
 discard 7c5b8ac  Add findTestPath util method Don't try to change user.dir - it does not work.
 discard fc8319a  Drop unnecessary nested static class
 discard f7c0a0c  Start adding tests for SamplingStatCalculator
 discard b2485ea  Bug 50173 - JDBCSampler discards ResultSet from a PreparedStatement
 discard 8cc3a2d  Bug 49365 - Allow result set to be written to file in a path relative to the loaded script
 discard 2209762  Bug 50080 - Transaction controller incorrectly creates samples including timer duration
 discard 22f6644  Update HTTP Request defaults with Proxy settings
 discard b2dfc00  Bug 50088 - fix getAvgPageBytes in SamplingStatCalculator so it returns what it should
 discard e35d817  Bug 50008 - Allow BatchSampleSender to be subclassed
 discard e2bbe3a  Bug 45703 - Synchronizing Timer
 discard bc2eb0c  Adding a new inner class to allow display a text box to edit cell content in Jtable (futur use in ArgumentsPanel)
 discard 1dc4cb3  Bug 37156 - Formatted view of Request in Results Tree
 discard 2348353  View Results Tree - Add a dialog's text box on "Sampler result tab > Parsed" to display the long values with a double click on cell
 discard 3442359  Revert override annotations - bad idea with jdk 1.5 compliance
 discard c309ad5  Bug 50032 - Last_Sample_Ok along with other controllers doesnt work correctly when the threadgroup has multiple loops
 discard d700062  Add some override annotation
 discard 027d896  Bug 50032 - Last_Sample_Ok along with other controllers doesnt work correctly when the threadgroup has multiple loops
 discard 33770c3  Ensure other content types are shown
 discard b816c45  Bug 50047 - SMTP Sampler Gui is not updating correctly
 discard e8dd69a  Clarify behaviour of SampleName function
 discard f3c2405  Remove debug logging
 discard 2005505  Document where default charset is used
 discard d405609  Bug 49975 - New function returning the name of the current sampler
 discard c506da3  Javadoc
 discard dc18c27  Fix default Locale issues
 discard 7664cea  Fix default Locale issues
 discard f022cb1  Don't rely on default charset
 discard 9cc6550  Don't rely on default charset
 discard 3a8309c  Add Reply-To field to SMTP Sampler
 discard 6bc1194  Bug 49862 - Improve SMTPSampler Request output.
 discard 35c1db2  Bug 49775 - Allow sending messages without a body
 discard 0f32cb2  Bug 48015 - Proposal new icons for pre-processor, post-processor and assertion elements
 discard 3708748  Add missing files Bug 30563 - Thread Group should have a start next loop option on Sample Error
 discard aedc725  Correct InitialContextFactory for ActiveMQ Small doc tweaks
 discard d8ef14b  Bug 30563 - Thread Group should have a start next loop option on Sample Error
 discard d58c715  No longer used (see Bug 43288)
 discard d1a71a3  Javadoc tweak
 discard 60ab35b  Tab-police Remove trailing spaces
 discard ec85bed  Tab-police Remove trailing spaces
 discard 781c111  Update basic version number
 discard b06570e  Bug 49603 - Allow accepting expired certificates on Mail Reader Sampler
 discard d74c65a  Bug 49622 - Allow sending messages without a subject (SMTP Sampler)
 discard 68daaf7  Bug 49666 - CSV Header read as data after EOF
 discard c71020c  Bug 49734 - Null pointer exception on stop Threads command (Run>Stop)
 discard 0b2aa10  Move 2.4 changes to history
 discard 4fd64be  getLoggerForClass() no longer causes a Security violation in RemoteJMeterImpl
 discard 64e89e6  Simplify getCallerClassName() by using Throwable.getStackTrace()
 discard 0895b47  Replace wildcard imports
 discard f29cb8d  Tab police
 discard 2adb735  JMeter 2.4
 discard 3d847d8  Central has activation 1.1.1 but not yet mail 1.4.3
 discard ed3485e  JUnit too
 discard 30ea4bb  XStream also available from Central
 discard 0de11c2  Avalon-framework is available from Maven Central Extraneous trailing / removed
 discard 9efce0e  Bug 49573 - French translations for new elements (SMTP, assert. MIME, BSF, etc), others (JMS) and some improvements
 discard 853ece8  Makes more sense to include THANKS in README
 discard 7029e11  Need to include THANKS along with NOTICE
 discard 0b99a5b  Fix version (would be fixed by build anyway)
 discard bb67b47  Javadoc
 discard 1413366  Javadoc
 discard e9c4555  Javadoc typo
 discard a37b909  Missing AL headers
 discard 7b4876f  Eol-style
 discard e30c233  It's now 2010
 discard cb273b3  Documentation fixes
 discard c089fec  Synch. online docs
 discard 5a272dd  Summary of changes
 discard 35dc75d  Summary of changes
 discard 9d6cab8  Re-order
 discard 106fff3  Tweak
 discard 7c78eff  Properly fix NPE
 discard 16878ef  Bug 49545 - Formatted (parsed) view of Sample Result in Results Tree
 discard 17b26b5  git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@961545 13f79535-47bb-0310-9956-ffa450edef68
 discard 84d9bc3  Bug 49560 - wrong "size in bytes" when following redirections
 discard 38e33b8  Tidy up tooltips. Document local truststore pathname resolution
 discard f701c0b  Bug 49552 - Add Message Headers on SMTPSampler
 discard e816c52  user.dir is a System property
 discard e577b1d  New screenshot. SMTP sampler no longer thread-hostile
 discard 18c6f38  EOL
 discard 5d647f4  Update to Javamail 1.4.3 (using CDDL licence) Tidy NOTICE (move some text to THANKS)
 discard ec837c8  Fix thread-unsafe local truststore setup Ensure StartTLS can be used with TrustAll and UseLocal Use starttls.require property instead of debug hack for EnforceStartTLS These require properties which are available from JavaMail 1.4.2+ Add debug logging checkbox
 discard b8e380d  Local truststore socket factory
 discard 34ef343  Javadoc
 discard e0a119f  user.dir is a System property
 discard 4f09dfd  Fix up ignores
 discard 14b42df  Ignore JAF/JavaMail
 discard 9fea47a  Update versions; sort
 discard a7059bb  Bug 45053 - SMTP-Sampler for JMeter + Fix trustAllCerts so it applies also to StartTLS option
 discard 1bb1eee  cbTrustAllCerts and cbUseLocalTrustSTore are mutually exclusive
 discard d5b3a6a  Ensure truststore editable state is correctly set
 discard 19fd8f8  Ensure auth fields editable state is correctly set when first displaying the GUI page
 discard b66fd86  Tab police; correct indentation
 discard 20770b2  Allow SMTP port to be defaulted
 discard af298e6  Drop unused getters
 discard a457467  Bug 49540 - Sort "Add" menus alphabetically
 discard 10ce322  Start a Hints section
 discard 099dea1  Properly fix null variable testing
 discard 80ab357  Bug 49083 - collapse '/pathsegment/..' in redirect URLs
 discard da25f02  Reduce scope of thread-hostile behaviour
 discard 49e02d7  No need to call Security.setProperty as the prepareMessage() method already sets the appropriate property.
 discard 8c13a2e  Bigger name fields Clear Gui
 discard 1bc4ba3  Make sure GUI is cleared when adding a new instance of the Sampler
 discard 4a6c397  Tidyup; consolidate duplicated code
 discard 40642f9  Does not make sense to set To: field from From: field
 discard 4e1c25f  Bug 45053 - SMTP-Sampler for JMeter Initial version from BZ, plus local changes: - dropped references to BouncyCastle - use resources rather than fixed strings - minimize visibility of fields - tab and layout police
 discard 70a49a5  Add debug
 discard 6603484  Updated screenshot
 discard ebc50cd  Add debug Tidyup line-wraps
 discard ab72ddb  handle charsets of the form: ContentType: text/plain; charset=ISO-8859-1; format=flowed
 discard 597cdc2  Tidy up
 discard de8a248  Safer to use prefix
 discard c9680bc  Update JDBC Config pool description Add Message position description
 discard 86044af  Forgot the property for the new SMIME option
 discard 9125e7e  Disable file version checking - it's more of a nuisance than a help
 discard 09b7abd  Eclipse warnings
 discard 1971c55  Bug 38387  - Add SMIME Assertion Add message position option
 discard ddf2b82  Prepare for SmtpSampler
 discard ce1620d  Fix up raw types warnings
 discard be040fe  Fix up raw types warnings
 discard 25b11c3  Fix up raw types warnings
 discard 95d82aa  Avoid possible NPE
 discard 53fadeb  Alias tests are already done elsewhere
 discard 258b986  Fix property version
 discard af464c5  Add 2 missing aliases
 discard 46c1a82  Add test for aliases
 discard 17fb101  Fix property version (and Eclipse warning)
 discard 37ce9fc  Revert - committed wrong file
 discard 1dc48e9  Bug 38387  - Add SMIME Assertion Forgot to add saveservice shorthand property names
 discard 10309b9  Bug 38387  - Add SMIME Assertion Forgot to add saveservice shorthand property names
 discard 3acf816  Bug 48709 - TCP Sampler Config setting "classname" has no effect
 discard 575f5ec  Javadoc
 discard 811a9ac  Throw error if language cannot be found to better show error
 discard 506cc79  Include bsf-api-3.1 in releases
 discard c035841  Include bsf-api-3.1 in releases
 discard ec3f001  Bug 49506 - Add .csv File Extension in open dialog box from "read from file" functionality of listeners
 discard cfbdb42  Oops - forgot to include the BC jars in the download Props to Milamber for spotting this!
 discard a9b8cb8  More sensible to default the message count to 1
 discard 2ff6398  Allow for missing classes
 discard 585b489  Bug 38387  - Add SMIME Assertion Updated screenshot
 discard 47f28f7  Allow for empty sub-results.
 discard 21ad699  Raw types Missing @Override marker
 discard 35ebf34  Tab police
 discard 673b637  Bug 38387  - Add SMIME Assertion Initial checkin, with minor adjustments
 discard 1fd624c  Catch misbehaved assertion classes
 discard 896027c  Add stop between sample processing
 discard 0bb8f1d  Also display tool-tip for the label
 discard 7bb01ac  Ignore src
 discard c1073a0  Document directories
 discard df2031e  Merge OnMessageSubscriber and onMessage method/queue with ReceiveSubscriber No longer use ClientPool (did not share anything) Tidy SubscriberSampler now sample code is identical for both strategies
 discard 0e897c7  Update to BSF 3.1
 discard 3ce44e2  Add some JMS notes
 discard 04d23c4  Update JMS sections
 discard d9ea3b3  Allow for missing jar(s)
 discard fc5c7f7  Rework subscriber code: - drop client thread from ReceiveSubscriber and use receive(timeout) instead - use LinkedBlockingQueue for Listener queue so can use poll-with-timeout - move startup code to threadStarted() method - tidy sample loop so it does not need to poll so frequently
 discard f458db9  Javadoc
 discard 383e329  Tidy up the JMS GUIs
 discard 672b4fc  Unnecessary override
 discard a1a0f2a  Some recent changes
 discard b06fb1b  Add JMS Subscriber timeouts
 discard ab77f55  Add getPropertAsLong(key, default) method
 discard 51b820d  Simplify ClientPool by using Closeable interface
 discard 17bd445  Replace Topic by Destination as far as possible
 discard d58c03f  Javadoc
 discard 0e56496  Fixup Topic references
 discard 53f14f1  Support basic MapMessage generation
 discard 5c8f8c6  Use commas as output separator
 discard b9ea2c9  Store request message headers
 discard 4d7ef7c  Add support for MapMessage reception
 discard d84505d  Javadoc
 discard 5c95754  Not a TestListener
 discard f1e9873  Rename fields
 discard de7655d  Tidy up; drop unused loop count
 discard a79fc55  Loop count not used; receiver must keep going until end of thread
 discard 3646240  No longer needed
 discard 0d99be0  Generalise by using super interfaces
 discard dd8a676  Tidyup output
 discard e30fad8  Use generic super interfaces instead of specific queue/topic ones
 discard 5f5c58d  Use MessageConsumer interface
 discard 6ba7b86  StringBuffer => StringBuilder
 discard 4593f2b  Tidy response processing StringBuffer => StringBuilder
 discard 367a5a6  StringBuffer => StringBuilder
 discard a6ad5f9  Simplify getting topic connection
 discard 22cd58c  Simplify getting topic connection
 discard a432bc6  Add get(Topic|Queue)Connection(Context, String) methods Class was not used as a TestListener
 discard dc4a0fd  Wrong null check
 discard ea09e5d  Better error message
 discard 407e001  Move private initJNDI methods to InitialContextFactory.getContext()
 discard 8d9088b  lookupTopic now in Utils; does not return null
 discard 1d939b8  Add lookupQueue and lookupTopic utility methods
 discard 70772bf  Tweaks
 discard 5850d21  Simplify code by using Utils.close() methods
 discard b5ba71f  Tidy up Publisher - no point continuing if cannot create the required fields
 discard 984b727  Add utility close() methods
 discard d4cd56e  Tidy up OnMessageSubscriber - no point continuing if cannot create the required fields
 discard 4ced5d4  JavaMail and JMS API are now included in binary archives
 discard b5a5a85  JavaMail and JMS API are now included in binary archives
 discard b60c172  Add geronimo jars to binary packages
 discard a06fe55  Tidy up; add comments
 discard 231540f  Fix versions of geronimo jars
 discard e581af5  Update geronimo activation and mail jar versions
 discard c30359c  A bit more documentation
 discard 238975c  Activation, javamail and jms jars moved to lib/ directory
 discard 49d8e62  Activation, javamail and jms jars moved to lib/ directory Add includeAntRuntime=false for javac
 discard 74e39d8  Bug 46142 - JMS Point-to-Point correlation problems
 discard 9bde59f  Rename useReq to useRes as it is the response message fields that are used
 discard 29f9d96  Bug 49394 - Classcast Exception in ActionRouter.postActionPerformed
 discard 6ea65dd  Ignore Bouncy Castle jars
 discard 84e1dba  Keep original label (useful when processing embedded URLs)
 discard 8f91cbf  Perform fixcrlf as part of copy phase
 discard f47ba57  Bug 43389 - Allow Include files to be found relative to the current JMX file
 discard ab1fb8c  Tweak
 discard 7a2dbbb  More detail of how client-server works
 discard b81a7fd  Only create container if we are going to use it.
 discard 6a85bbc  Bug 49294 - Images not downloaded from redirected-to pages
 discard 8889087  Fix property version
 discard 1f3ee43  JMSConfigGui has been renamed as JMSSamplerGui.
 discard 0ea4eca  JMSConfigGui has been renamed as JMSSamplerGui.
 discard 67e9355  Tab police
 discard b759b67  Count messages actually read
 discard c5ad6e2  sendQueue does not need to be an instance variable
 discard 2d15cff  Debug if reply is not matched
 discard 7324b72  Better error reporting of invalid test plan
 discard 140b923  Rearrange output
 discard 1ecc5b2  Add SampleResult request and response headers
 discard d5a7ac7  Initial checkin of utils class
 discard 31191c9  Add stack trace to warning message
 discard 7d83c3d  Incomplete fix
 discard 9b8998f  Handle errors in sampling Ensure sample is always generated
 discard 1b92189  Bug 47949 - JMS Subscriber may not receive all the messages
 discard 3964618  Docn tweaks
 discard 724757e  Javadoc
 discard 7d71418  Unused import
 discard 7506612  Bug 49111 - "Message With ID Not Found" Error on JMS P2P sampler. Fixed rest of bug
 discard 33d6b61  Bug 49111 - "Message With ID Not Found" Error on JMS P2P sampler. Partial fix (can still fail if "Use Request Message Id As Correlation Id" is selected)
 discard eea4b32  Fix possible NPE
 discard c2ebf89  Better handling of errors
 discard 6eb8e6a  Tests are run from the bin directory
 discard 82b3b09  Should only be applied to PROXY request types
 discard 98c144d  Initial test cases
 discard fe0a4e7  Tidy layout
 discard 9d5c5d5  Use setResponseData(String, null) where default charset is OK
 discard 88d4c73  Add TODO Charset markers
 discard 67daed7  Add baToHexBytes method to avoid unnecessary conversion via string
 discard 2def191  Code tidy
 discard 720f0d2  Method not used
 discard 93ff229  Tidy up class; parse string directly rather than converting to byte[] first
 discard 815df11  Sample Tomcat monitor status file for testing parser
 discard ca16029  Junit 4.7 => 4.8.1
 discard b80eed1  Update/sort ignore list
 discard 78fdb6c  Use assertEquals(exp,actual) rather than assertTrue(actual==exp) to give more info on failure
 discard b363c15  Bug 49149 - usermanual/index.html has typo in link to "Regular Expressions" page
 discard f6f5803  Basic check to ensure that Publisher failures are better reported in test results
 discard 06bc2b5  General tidyup
 discard c655068  Prevent NPEs General tidyup
 discard 793d401  Javadoc; general tidyup
 discard a014065  Clarify log message
 discard 1762a54  Javadoc; no need for lookupTopic() to be synch.
 discard 0fc8ab5  Bug 43678 - Handle META tag http-equiv charset?
 discard 94d286d  Bug 48901 - Endless wait by adding Synchronizing Timer
 discard e0addc9  Javadoc fixes
 discard d5adfe3  Run 3rdparty check later, so still works if called after download_jars
 discard 513f44e  Revert to previous behaviour, i.e. key on thread Group, but allow this to be changed by defining key_on_threadname=true
 discard ae7fbca  Doc
 discard 7922768  Give clue if AIOBE occurs
 discard 9603e87  Bug 48889 - Wrong response time with mode=Statistical and num_sample_threshold > 1 See also SVN revisions: 922069,922067,922055,922054,922051
 discard 1be2cbe  Bug 48889 - Wrong response time with mode=Statistical and num_sample_threshold > 1 Maintain elapsed time locally; change to threadName key to allow its use in aggregate sample
 discard fc41a1b  Fix up values map for aggregate samples
 discard 6885f77  Simplify (and tweak accuracy) by using new addValue(T val, int count) method
 discard 2ea1c7e  Correct calculation of min, max and std. deviation for aggregated samples
 discard 2bf05bc  Implement addValue(T val, int sampleCount) method to simplify processing aggregated samples
 discard 15fc88c  Javadoc
 discard 780142f  Simplify. Ensure only count or timer fire for a given sample.
 discard bea4eeb  Might as well be static variables
 discard ff1e9a5  Avoid NPE when mask == 0
 discard e565d9a  Bug 48883 - Corrections for AbstractThreadGroup
 discard 1ca9f55  New dummy test for main all JUnit4 annotations
 discard 41ecaae  Bit more info on JUnit4
 discard 6ace60f  Add details of JUnit4 support
 discard 474167c  Eliminate unnecessary instance variable
 discard cfbb528  Bug 48350 - Deadlock on distributed testing with 2 clients
 discard fb1baca  Make private fields final. Rename and rearrange code to make a bit clearer.
 discard 4112e29  Better implementation of fixsize() for table columns
 discard 12a401e  tweak
 discard e50265f  Fix up Mail Reader Sampler GUI
 discard 8be75f0  Improve docn of -G option
 discard 8a4aed6  [gs]etNode() are not used
 discard 01c383f  Bug 48749 - Allowing custom Thread Groups
 discard e1bff83  Unnecessary "override"
 discard fa452e5  Use same width for folder field
 discard 00476ea  Bug 48727 - Cannot stop test if all thread groups are disabled
 discard afeab3c  Bug 48786 - Run Thread groups consecutively: with "Stop test now" on error or manual stop, JMeter leaves the green box active
 discard 1fc7d59  Remove trailing spaces
 discard 5a9dd0c  Implement reading mail from a single file
 discard fa6f5b9  Make fields final
 discard 9ecc608  Always default the encoding Allow for nested MimeMultipart message parts Don't include '@' in toString() if user name was not provided
 discard 95be75f  Replace ComboBox with JTextField TODO: New screen layout needs to be fixed.
 discard 865e1fd  Initial implementation of interruptible
 discard 3f2de03  Allow for spaces in the file name
 discard c80e9fa  Fix duplicate child.sampleEnd() calls
 discard 11f27fb  Forgot to call sampleStart()
 discard 24e46d6  Add support for multipart messages Avoid possible NPEs in To: and From: processing Store Response Headers if not using store as MIME
 discard 3a7533c  Save provider file in jar
 discard cda064a  Update for new Mail Reader facilities
 discard f34c206  Basic read-only JavaMail provider implementation for reading raw mail files
 discard d88fe7f  Add HeapDumper class for runtime generation of dumps
 discard 4429b12  git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@910799 13f79535-47bb-0310-9956-ffa450edef68
 discard a8a2ee2  Add setResponse() shorthand method
 discard d3062f8  Bug 48714 - add new French messages
 discard 4ac9728  Bug 48747 - TCP Sampler swallows exceptions
 discard 8e8d198  More recent versions of Geronimo spec jars
 discard 9ae7d7d  Allow any versions of geronimo spec jars
 discard 3369e17  Remove dependency on default encoding
 discard cbd2017  Extract static constant
 discard 0ae1127  Bug 48714 -  add new French messages
 discard 7c5c165  Clarifications
 discard 8bf7cfa  Javadoc
 discard 333292f  Thread-safety
 discard d198d59  Thread-safety
 discard deab8c1  Better ordering of elements
 discard 5b4d76c  Oops - comparing the wrong files
 discard d4218d9  Clear JMeterContext ThreadLocal on thread end
 discard ea1e110  Thread-safety fixes
 discard 6e5faf9  Oops! forgot to change the test case when the data file was changed
 discard 048f2f9  Bug 47622 - dummy JMeter certificate resides in the bin directory Document the properties
 discard e4d7ebc  Bug 46790 - CSV Data Set Config should be able to parse CSV headers
 discard 996a9ac  Use IP address rather than name to avoid DNS queries Add basic redirect test
 discard 810c873  Also test URLs ending in a directory; use IP address rather than name to avoid DNS queries
 discard 1a67ae8  Return a sample result, so can test methods that perform a sample
 discard 5a0d5f6  Javadoc clarification
 discard c4ff075  Regex Extractor can now be applied to a variable
 discard 08b3ce4  Updating docs with new images etc.
 discard e1376be  Make Follow Redirects the default (better for cookie tracking)
 discard a8ba0c1  Make Follow Redirects the default (better for cookie tracking) Easier selection of redirect options Move Proxy panel lower down screen
 discard 081613c  Updating docs with new images etc.
 discard 473ee90  Add comments
 discard 7f35f04  Response Assertion and Size Assertion can now be applied to a JMeter variable
 discard 37f6aef  Javadoc
 discard 17d3865  Fix expected version of saveservice.properties
 discard 71a3b5e  Bug 46901 - HTTP Sampler does not process var/func refs correctly in first file parameter Simplify file handling at run-time by using only a single list which is merged at start-up if necessary.
 discard 5e99395  Stop using deprecated methods
 discard fe00cee  Stop using deprecated methods
 discard b25125c  Stop using deprecated methods
 discard f21dfaf  Stop using deprecated methods
 discard 07020f4  More useful toString() behaviour
 discard 2e7281b  Add Sampler scope selection to XPathExtractor
 discard be01c12  Check for impossible conditions
 discard a79b3a2  Unnecessary clone() method
 discard 4735955  Avoid name hiding
 discard 6deb518  Unused
 discard 5b3f7dd  Unused
 discard baa01b6  Unused
 discard be070e7  Add serial version UIDs
 discard 2350398  Add serial version UIDs
 discard 08e1682  Add serial version UIDs
 discard b691223  Add serial version UIDs
 discard 2d61305  Add serial version UIDs
 discard dfc85bc  Add serial version UIDs
 discard 0aa3f63  Needs serialVersionUID
 discard 742fd5f  template is created as needed, so no need to clone it
 discard 8995eac  Simplify initTemplate() by doing our own splitting [using amended version of ORO split() code]
 discard ff34ab1  Stop interrupt() from attempting disconnect whilst we are already disconnecting
 discard 35ff1e6  Better placement of save statement
 discard 2e96456  Bug 48511 - add parent,child,all selection to regex extractor panel
 discard 98d6cf9  Add basic test for random match
 discard 62d7497  Fix property name
 discard 1f9e10c  Oops! Cut-n-paste error - thanks Rahul.
 discard 9725cd2  Remove untranslated (or identical) key values
 discard 9853141  Re-enable duplicate key checks for messages*.properties
 discard 49dcc35  Drop untranslated properties
 discard efdfd61  Clarify URL match field
 discard eb917b5  Disable httpsMatch field unless httpsSpoof is enabled
 discard 15ebbea  Prevent NPE in askThreadsToStop()
 discard 07fecfa  Make scope panel generic
 discard 5d310cd  Don't process null samples and don't report incorrect message if BSH not found
 discard c5fe500  Don't attempt to process null samples
 discard 6fa27d0  Tidyup
 discard fcc1719  Useless null check
 discard b81fdad  Unused imports
 discard 7a75fd4  Ignore bsf-api jars
 discard e439c89  Bug 48603 - Mailer Visualiser sends two emails for a single failed response
 discard bdd4a55  Only download bsf-api jar if javax.script not supported by JVM
 discard 56bb6a8  Fix API jar reference
 discard f5d0b01  No need to treat bsf-api specially any more
 discard 9ff5592  Ensure all API jars are included in builds
 discard d93b68b  Show name of jar when checking if download is needed
 discard 9b01fcc  Need javax.script support for Java 1.5
 discard c2d5a71  Minor refactor
 discard 7368875  Should not ignore Error or RuntimeException
 discard fd4b493  Make some fields final
 discard c915e4d  Oops! remove unintended additional import (thanks to Rainer)
 discard a2e6f56  Better reporting of XPath errors
 discard 07b9120  Bug 48570 - AjpSampler doesn't support query parameters (GET/POST)
 discard 2c62fe5  Add TODO
 discard c34e88a  Bug 48579 - Single Bind does not show config information when LdapExt Sampler is accessed
 discard bc18767  Use ConcurrentHashMap instead of HashMap for multi-threaded access
 discard 7d14585  Document thread safety
 discard 8dee714  Use interface
 discard 471cc67  Use interface
 discard 0d75c8b  Use interface
 discard db0bdc8  Javadoc
 discard 5fb24af  Use ConcurrentHashMap instead of Hashtable now we are using Java 1.5
 discard 5fbda93  Use Map interface rather than specific Hashtable
 discard 9bbabf5  Use ConcurrentHashMap instead of Hashtable now we are using Java 1.5
 discard ce37ead  Bug 48573 - LDAPExtSampler directory context handling
 discard 392d83a  Bug 48568 - CookieManager broken for AjpSampler
 discard 5e8457a  Fix raw type
 discard b4f9be7  Unused
 discard edce732  Make private fields final
 discard 6cf761b  Document thread-safety issue
 discard abc7ea7  Mutable static field needs to be volatile
 discard cc31993  BeanInfoSupport now caches getBeanDescriptor() - should avoid an NPE on non-Sun JVMs when using CSVDataSet (and some other TestBeans)
 discard a06c32b  Bug 48542 - SoapSampler uses wrong response header field to decide if response is gzip encoded
 discard 16e40b0  Set latency in error cases
 discard adf927a  Tweak docn re: jars downloads
 discard 7240a11  Delete original Tidy jar
 discard 2541a78  Update JTidy to r938, which is compatible with Java 1.5
 discard c743e44  Drop remaining jars from source archive
 discard 68295bd  Wrong EOL type
 discard fa23afe  Tweaks
 discard 670e98b  Bug 48136 - Essential files missing from source tarball.
 discard 276ac4b  Unnecessary depend
 discard 8be8e9e  Inaccurate comment
 discard da1a94a  Document tweaks
 discard a85235a  New Year
 discard b743a93  Tidy code
 discard 65ec37e  Bug 48451 - Error in: SoapSampler.setPostHeaders(PostMethod post) in the else branch
 discard ebe1c22  Aggregate Report and Summary Report now allow column headers to be optionally excluded
 discard 4ec85d0  Add saveHeaders option to saveCSVStats method
 discard c3eccec  Document improved Listener behaviour
 discard 9165576  Fix ClassCastException
 discard 0dc951d  Remove cache of samples from SamplingStatCalculator and move into new subclass CachingStatCalculator. Only a few visualisers actually need the cache, which can take lots of memory. Aggregate Report now uses far less memory.
 discard efc39a1  Remove unused code
 discard 00e5354  Sorting the map repeatedly is inefficient so we use TreeMap.
 discard f7b4f50  Improve RE docs
 discard 1d30e00  Bug 48259 - Improve StatCalculator performance by using HashMap
 discard 2a1d5f7  Ensure initial min and max are correct
 discard 1d23c88  Add optional encoding parameter to FileToString function
 discard f4cc6c5  Bug 41418 - Exclude timer duration from Transaction Controller runtime in report
 discard af2ff02  Update libraries to current versions
 discard df2b709  Bug 48331 - XpathExtractor does not return XML string representations for a Nodeset
 discard f573d55  Fix image sizes
 discard 5df21ab  ActionListener was tied to the wrong button!
 discard 59b2449  Bug 48155 - Multiple problems / enhancements with JMS protocol classes
 discard 278288f  Always return a valid topic connection
 discard 17ef6ad  Drop description of Avalon format JTL files
 discard 21fb7ba  Drop support for Avalon format JMX and JTL files
 discard dafe54b  Improve error handling
 discard 3cf2be4  Allow Idle Time to be saved to sample log files
 discard 4ef1867  Allow idle time to be set
 discard 1728aea  Use generic error to catch any processing errors
 discard 6da3166  Javadoc fixes; no need for method to be protected
 discard 7c54a5e  Javadoc fixes
 discard 40b8f11  Javadoc fixes
 discard a70010b  One more warning fixed ...
 discard 17dfff0  Tweak text box sizes
 discard 89fa262  Document Bug 47474 - View Results Tree support for plugin renderers
 discard f487bdc  Tidyup
 discard 8b2e869  Default to Text renderer; general tidyup
 discard 0600e11  Display message for non-text responses General tidy
 discard 8a99322  Oops! Jorphan cannot invoke methods in JMeterUtils, so move the method there
 discard 35da081  Obsolete entries
 discard 3ba4379  Bug 47474 - View Results Tree support for plugin renderers
 discard 36ea8d9  Add convenience method findClassesThatExtend(Class<?> superClass) Make lowest level method private
 discard 3c82a2f  Comparable parameters Consume, so should be ? super T
 discard ada6c59  Bug 48300 - Allow override of IP source address for HTTP HttpClient requests
 discard dac0aaa  Standardise on pathelement location
 discard 4486a58  Bug 47592 - Run Thread groups consecutively with "Stop test" on error, JMeter will not mark to finished
 discard d2c6372  Bug 47947 - Mail Reader Sampler should allow port to be overridden
 discard 439a7d5  Bug 47946 - Proxy should enable Grouping inside a Transaction Controller
 discard a13d52c  Some generics tidyup
 discard 8475fda  Some generics tidyup
 discard 7a4d67a  Document deliberate use of deprecated methods
 discard 770d076  FOrgot to remove imports
 discard 005ee18  Remove unused methods
 discard ccac876  Document deliberate use of deprecated methods
 discard 5142ba6  Document deliberate use of deprecated methods
 discard 5faed9b  Document deliberate use of deprecated methods
 discard f99daf9  Fix comment
 discard 6f02255  Use non-deprecated method
 discard 19d7238  Use interface rather than abstract implementation
 discard ccdef5d  Document OK unchecked conversions
 discard 65f0800  Unused
 discard 37407f0  Calls to deprecated methods in test code are deliberate
 discard c35319c  Tidy up
 discard 871cadb  Minor Fixes
 discard f1e5adb  Add generics to SearchByClass
 discard 3f928df  Add generics to SearchByClass
 discard 22367de  Generics and other tidy ups
 discard 4dc00a8  Fix some warnings
 discard 4121ac6  Better docn of Cache-Control
 discard 817e13f  Bug 48153 - Support for Cache-Control and Expires headers
 discard 6536ed3  Add Cache-Control header
 discard 8fe78b7  Set response code for cached content to 204 - No Content Set URL and method in response eariler
 discard e787b1f  Ensure URL is saved
 discard a3a949e  Add convenience method setResponseNoContent()
 discard 69fb475  Use String constant for OK
 discard 6d06535  Bug 47461 - Update Cache Manager to handle Expires HTTP header
 discard 3b156c9  Update to version dated 2009-11-16 12:44 UTC
 discard 5614aa6  Bug 47556 - JMS-PoinToPoint-Sampler Timout field should use Strings
 discard c30908a  Tidy up
 discard 292aef2  Tidy up
 discard 700d217  StringBuffer => Builder
 discard a2e7b78  Bug 47909 - TransactionController should sum the latency
 discard 09739f6  Bug 47940 - Module controller incorrectly creates the replacement Sub Tree
 discard 265fb0e  Bug 47943 - DisabledComponentRemover is not used in Start class
 discard cb994f0  Bug 47980 - hostname resolves to 127.0.0.1 - specifiying IP not possible
 discard 91a4a10  Tab police
 discard e0714e6  Bug 47907 - Improvements (enhancements and I18N) Comparison Assertion and Comparison Visualizer
 discard e22b009  Forgot the JSR223 Listener
 discard 6c7e9d2  Add BSF Timer and JSR223 test elements
 discard 18c8030  Properly allow for null variables
 discard fc5fe43  Images for new test element
 discard 0431377  New properties file
 discard e4c9ec9  Test needs bsf-api for Scripting Exceptions
 discard a8ead55  Add aliases for new elements
 discard d591653  Tidy up
 discard f89c73a  Bug 47938 -  Adding some French translations for new elements
 discard c1dea20  Bug 47992 - JMS Point-to-Point Request - Response option doesn't work
 discard 4420f1e  Add missing @Override tags and remove unnecessary casts
 discard c0d5182  Bug 48163 - TestCase for org.apache.jmeter.protocol.http.control.CacheManager Initial checkin
 discard b7187dc  Allow access by unit-test cases
 discard bbafe1a  Bug 48183 - need to ensure build dir is created before downloading files
 discard dea6e15  Avoid NPE if script does not return a value
 discard f06fcd7  Add missing variable name
 discard cfd702f  Bug 48144 - NPE in OnMessageSubscriber
 discard d880d75  Correct the list of variables
 discard f071a7c  Correct the list of variables
 discard dbd4208  Check the JSR223 script returns a value
 discard 72e3673  Better handling of received count
 discard a8ecca9  Actual count may be lower than loop when interrupted
 discard f0133dd  Update tags
 discard 4c8958c  Add JSR223 Assertion, Timer, Sampler
 discard 6194462  Add BSF Timer implementation
 discard c80001d  Add evalFileOrScript() method
 discard 976f427  Align with other JSR223 properties
 discard 7857beb  Return result of script execution so can be used by Sampler
 discard 9f19962  Bug 47900 - Allow JMS Subscriber Sampler to be interrupted
 discard 8df38a4  Unused imports Ensure file is always closed Use correct eval() method Don't default to Groovy engine Don't continue if implementation is not found
 discard 413e5e4  Unused imports Wrong items being passed to script parameters
 discard 22f4d97  Unused imports Tidy error handling
 discard 6f22c97  Bug47952 - Initial JSR223 test element implementation
 discard d71eebd  Ignore BSF API 3.0
 discard 4a0d58f  StringBuffer => StringBuilder
 discard 072a38a  No need for method to be public
 discard feace60  Make final
 discard cced33e  This is now built as part of the release
 discard 7ee9baa  This is now built as part of the release
 discard dba43e3  Tab police
 discard 75fefd4  Use generic type rather than Number for median
 discard 7482f68  More efficient to use ArrayList rather than LinkedList
 discard 985e6da  Don't download jars for Gump
 discard 46678f5  Correct version of xml-apis
 discard 850bfc8  Bug 47899 -  NullPointerExceptions in ReceiveSubscriber constructor
 discard 3680cc2  Enclose log parameter calculations in if (log.isDebugEnabled()) block
 discard 1d85ff9  Ensure incompatible class files don't cause problems [Previously the method caught Throwable, which is rather extreme. Working towards a more sensible policy...]
 discard 55a0be2  Resync.
 discard 3686a8b  Better handling of JUnit4 exceptions - convert to JUnit3 failures so they don't appear as errors. Only store basic item details in responseMessage - trace details are saved in responseData
 discard bbf4989  Allow testcases to work with JUnit4 as well as JUnit3
 discard 77b2f9c  Add utility method setResponseData(text, encoding) for samplers that generate strings rather than bytes.
 discard 7783b54  Another test
 discard 11592d1  Document problem with JTidy
 discard 101c432  Junit4 support
 discard 5a68adb  Disallow adding any child elements to JDBC Configuration TestBeanGUI was using ConfigTestElement instead of ConfigElement Also don't default to sampler menu if type not recognised
 discard 19f55d9  No need to repeat what superclass implements
 discard 76f2eb3  Rename mutable objects - only constants should be upper case
 discard 14efcb7  Use threadStarted() to set up common variables for the sample() method Improve handling of InvocationTargetException
 discard 29f448c  More JUnit test cases
 discard 1c311c6  Prevent class files from being added twice
 discard 185b2de  Ensure error code and text are saved to JMX file
 discard 0971f71  Javadoc
 discard cbc66b5  Use proper constant
 discard c43179e  Bugzilla 47803 - Support for JUnit 4.x tests defined by annotations Merge code from JUnitAnnotatedSampler.java
 discard ca18e5a  Bugzilla 47803 - Support for JUnit 4.x tests defined by annotations Fix bug: test element not updated if method/classname not defined
 discard 637f987  Enhance JUnit4 sample tests
 discard bd70459  Bugzilla 47803 - Support for JUnit 4.x tests defined by annotations Sample test cases
 discard 5f6c185  Add AL headers Update tests to improve coverage
 discard c372887  Include source for JUnit sample tests
 discard 11898ca  Oops! Need to download jars before trying to compile/install
 discard 78a9d9a  Tidy up. Add hooks for JUnit4 GUI support
 discard e2487a2  Rewrite & simplify Eliminate unnecessary test class instantiation Fix bug (filter was applied to method names)
 discard 0c9cc40  Add convenience method findAnnotatedClasses(String[], Class)
 discard 82dbec4  Fix bug: an empty filter should pass everything Restrict use to package
 discard 201ecb0  Allow for ClassDefNotFound when checking classes
 discard 1bca7bb  Bug 47869 -  Ability to cleanup fields of SampleResult
 discard f43b26d  Bug 47870 - JMSSubscriber fails due to NPE
 discard 8c9d557  Document changed jar versions
 discard 5901926  Fix jar names and versions
 discard 9dd5ff2  Ignore downloaded jar files
 discard 2a33bbe  Update list of jars
 discard 01ab649  Drop jars that are downloadable elsewhere
 discard 2cb9585  Use external copies of libraries as far as possible
 discard 41a4e39  Allow file to work with whatever versions of xalan and serialzer are present
 discard 0474400  Start adding MD5 checks to downloads
 discard 61d1b91  Remove target directory from build.properties Start enabling download of dependencies Update jars: codec: 1.3 => 1.4 collections: 3.2 => 3.2.1
 discard ca925b9  Unused imports
 discard ae79d1f  Add findAnnotatedClasses method (part of Bugzilla 47803)
 discard 0eca7c6  Bug 36726 - add search function to Tree View Listener
 discard 53d09de  Ignore files used for testing bugs
 discard 8dd31a5  Remove empty list item
 discard 7ab7a96  Updated for new saveservice.properties file
 discard 8d8670c  Omitted AL header
 discard a66662c  Omitted AL header
 discard 82ace36  Added Comparison Assertion & Visualizer [code copied from branches/java1.5_prototype-was_trunk]
 discard 4fad826  Check that we have a valid row and column
 discard bd86339  Remove unused setter, and make name final
 discard b41796b  Document test-only constructors
 discard d22140a  Document test-only constructors
 discard da1b865  Allow test code to test serialisation
 discard 18c5399  Add TestBean Table Editor support. [code copied from branches/java1.5_prototype-was_trunk]
 discard 3141a12  Added DataStrippingSample sender - supports "Stripped" and "StrippedBatch" modes. [code copied from branches/java1.5_prototype-was_trunk]
 discard fbb32b5  Add Foundation links (ASF, Sponsorship, Thanks)
 discard f74b0bf  Fix error caused by genericising NumberComparator
 discard 493fb68  Generics fixes
 discard 9f53e89  Generics fixes
 discard 386dbf8  Now override parent method
 discard 9d5cd0e  Remove unused method (getGuiClass)
 discard e806578  Generics fixes
 discard 62e99fc  Allow Proxy Server to be specified on HTTP Sampler GUI and HTTP Config GUI
 discard 25b6f5e  Make private fields final
 discard ad6017d  Genericise StatCalculator
 discard 2e0d462  Generics tweak
 discard 4a975e0  Remove unused code
 discard ecc684e  Be more precise which classes are allowed
 discard 8cffcea  Update references to Java 1.5
 discard 0f0e397  Fix up some raw types
 discard 6bdb5dd  Fix up some raw types
 discard 4ccd9a5  Bug 47223 - Slow Aggregate Report Performance (StatCalculator)
 discard d26b261  Next version is likely to be 2.4, not 2.5
 discard 44fdcee  Remove some JDK 1.3 work-rounds
 discard 5a3eb21  Now we are using Java 1.5+, can assume setxxxTimeout() methods are present
 discard 4ec4c88  Fix up some raw types
 discard 595062f  Fix up some raw types
 discard 832b3bc  Generify - stage 1
 discard b1f76ec  Fix up some raw types
 discard 6156fd3  Tidy types Make class final and remove unused ctor/setter
... 6217 lines suppressed ...