https://bz.apache.org/bugzilla/show_bug.cgi?id=57981
--- Comment #28 from Philippe Mouawad <[email protected]> --- Date: Wed Feb 10 20:58:16 2016 New Revision: 1729731 URL: http://svn.apache.org/viewvc?rev=1729731&view=rev Log: Use multi-catch where possible Patch by Graham Russell PART 1 https://github.com/apache/jmeter/pull/110 Modified: jmeter/trunk/src/components/org/apache/jmeter/visualizers/RespTimeGraphChart.java jmeter/trunk/src/core/org/apache/jmeter/functions/gui/FunctionHelper.java jmeter/trunk/src/core/org/apache/jmeter/gui/action/AddToTree.java jmeter/trunk/src/functions/org/apache/jmeter/functions/FileRowColContainer.java jmeter/trunk/src/functions/org/apache/jmeter/functions/FileWrapper.java jmeter/trunk/src/functions/org/apache/jmeter/functions/XPathFileContainer.java jmeter/trunk/src/functions/org/apache/jmeter/functions/XPathWrapper.java Date: Wed Feb 10 20:59:37 2016 New Revision: 1729732 URL: http://svn.apache.org/viewvc?rev=1729732&view=rev Log: Use multi-catch where possible Patch by Graham Russell PART 2 https://github.com/apache/jmeter/pull/110 Modified: jmeter/trunk/src/jorphan/org/apache/jorphan/logging/LoggingManager.java jmeter/trunk/src/jorphan/org/apache/jorphan/reflect/ClassFinder.java jmeter/trunk/src/jorphan/org/apache/jorphan/reflect/ClassTools.java jmeter/trunk/src/junit/org/apache/jmeter/protocol/java/sampler/JUnitSampler.java jmeter/trunk/src/monitor/model/org/apache/jmeter/monitor/parser/ParserImpl.java Date: Wed Feb 10 21:01:20 2016 New Revision: 1729733 URL: http://svn.apache.org/viewvc?rev=1729733&view=rev Log: Use multi-catch where possible Patch by Graham Russell PART 3 https://github.com/apache/jmeter/pull/110 Modified: jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/client/InitialContextFactory.java jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/JMSSampler.java jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/SubscriberSampler.java jmeter/trunk/src/protocol/mail/org/apache/jmeter/protocol/mail/sampler/MailReaderSampler.java jmeter/trunk/src/protocol/mail/org/apache/jmeter/protocol/smtp/sampler/SmtpSampler.java Date: Wed Feb 10 21:02:03 2016 New Revision: 1729734 URL: http://svn.apache.org/viewvc?rev=1729734&view=rev Log: Use multi-catch where possible Patch by Graham Russell PART 4 https://github.com/apache/jmeter/pull/110 Modified: jmeter/trunk/test/src/org/apache/jmeter/visualizers/GenerateTreeGui.java jmeter/trunk/test/src/org/apache/jorphan/test/AllTests.java Date: Wed Feb 10 21:05:37 2016 New Revision: 1729736 URL: http://svn.apache.org/viewvc?rev=1729736&view=rev Log: Use multi-catch where possible Patch by Graham Russell PART 5 https://github.com/apache/jmeter/pull/110 #resolve #110 Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/HC3CookieHandler.java jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/HttpMirrorThread.java jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/HTMLParser.java jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/RegexpHTMLParser.java jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AccessLogSampler.java jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HttpClientDefaultParameters.java jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/WSDLHelper.java -- You are receiving this mail because: You are the assignee for the bug.
