[GitHub] jmeter issue #245: Allow table sorting

2017-01-02 Thread pmouawad
Github user pmouawad commented on the issue: https://github.com/apache/jmeter/pull/245 Hello, Would it be possible to provide a version that has no conflict with TableVisualizer.java ? There was some work on Sonar quality report, but I'll pause it on my side until this PR

Re: svn commit: r1777041 - in /jmeter/trunk: src/protocol/http/org/apache/jmeter/protocol/http/config/gui/ src/protocol/http/org/apache/jmeter/protocol/http/control/gui/ xdocs/

2017-01-02 Thread Philippe Mouawad
Hello, As you will see, there is some copy/paste that needs to be factored out. Regards On Tue, Jan 3, 2017 at 12:55 AM, wrote: > Author: pmouawad > Date: Mon Jan 2 23:55:21 2017 > New Revision: 1777041 > > URL: http://svn.apache.org/viewvc?rev=1777041&view=rev > Log: > Bug 60543 - HTTP Reques

[GitHub] jmeter issue #237: Adds a time boxed sampling for backend listeners

2017-01-02 Thread pmouawad
Github user pmouawad commented on the issue: https://github.com/apache/jmeter/pull/237 Hello, Thanks for proposal. What is the quantity of code ? Does it have any dependency on Influx library or it is standalone using socket ? Thank you --- If your project is set up

Re: SONAR : Ignore "squid:RedundantThrowsDeclarationCheck"

2017-01-02 Thread Philippe Mouawad
On Monday, January 2, 2017, Felix Schumacher < felix.schumac...@internetallee.de> wrote: > > > Am 2. Januar 2017 12:59:45 MEZ schrieb sebb >: > >On 31 December 2016 at 14:42, Philippe Mouawad > >> wrote: > >> Hello, > >> Do you agree with Sonar rule which says: > >> "Remove the declaration of thr

Re: SONAR : Ignore "squid:RedundantThrowsDeclarationCheck"

2017-01-02 Thread Felix Schumacher
Am 2. Januar 2017 12:59:45 MEZ schrieb sebb : >On 31 December 2016 at 14:42, Philippe Mouawad > wrote: >> Hello, >> Do you agree with Sonar rule which says: >> "Remove the declaration of thrown exception '' which is a runtime >> exception." >> >> >> I personally don't , I find it sometimes us

Re: Want to help with migrating from Apache LogKit to SLF4J

2017-01-02 Thread Philippe Mouawad
On Monday, January 2, 2017, Woonsan Ko wrote: > Hi, > > I'd like to help with migrating from Apache LogKit to SLF4J [1], and > so I've been reading the current logging implementation with logkit, > avalon-framework and excalibur-logger. Thanks for your proposal > > From my understanding, maybe

Want to help with migrating from Apache LogKit to SLF4J

2017-01-02 Thread Woonsan Ko
Hi, I'd like to help with migrating from Apache LogKit to SLF4J [1], and so I've been reading the current logging implementation with logkit, avalon-framework and excalibur-logger. >From my understanding, maybe we can take the following approach: - Since SLF4J API doesn't provide a logging implem

Re: SONAR : Ignore "squid:RedundantThrowsDeclarationCheck"

2017-01-02 Thread sebb
On 31 December 2016 at 14:42, Philippe Mouawad wrote: > Hello, > Do you agree with Sonar rule which says: > "Remove the declaration of thrown exception '' which is a runtime > exception." > > > I personally don't , I find it sometimes useful to have it explicitely > mentioned > > We have 65 "i