Re: DO NOT REPLY [Bug 47474] View Results Tree support for plugin renderers

Milamber <[email protected]>
Newsgroups gmane.comp.jakarta.jmeter.devel
Organization Milamber Space Network
Message-ID <[email protected]>
Hello Seb,

Many thanks for your works and your svn commit. It's a great news for me.

In attach, a small patch for better display of french version for bug 
48300 (source ip address) and regexp tester (button Test is hidden in 
french localisation)
(it's just remove length attribut in JLabeledTextField())

Thanks again.

Milamber


Le 01/12/2009 20:34, [email protected] a ecrit :
> https://issues.apache.org/bugzilla/show_bug.cgi?id=47474
>
> Sebb<[email protected]>  changed:
>
>             What    |Removed                     |Added
> ----------------------------------------------------------------------------
>               Status|NEW                         |RESOLVED
>           Resolution|                            |FIXED
>
> --- Comment #13 from Sebb<[email protected]>  2009-12-01 12:34:16 UTC ---
> Added some docn
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
very_small_patch.patch (text/x-diff, 1.6 KB)
Index: /src/components/org/apache/jmeter/visualizers/RenderAsRegexp.java
===================================================================
--- /src/components/org/apache/jmeter/visualizers/RenderAsRegexp.java	(revision 885910)
+++ /src/components/org/apache/jmeter/visualizers/RenderAsRegexp.java	(working copy)
@@ -176,7 +176,7 @@
      */
     private JPanel createRegexpTasksPanel() {
         JPanel regexpActionPanel = new JPanel();
-        regexpField = new JLabeledTextField(JMeterUtils.getResString("regexp_tester_field"), 30); // $NON-NLS-1$
+        regexpField = new JLabeledTextField(JMeterUtils.getResString("regexp_tester_field")); // $NON-NLS-1$
         regexpActionPanel.add(regexpField, BorderLayout.WEST);
 
         JButton regexpTester = new JButton(JMeterUtils.getResString("regexp_tester_button_test")); // $NON-NLS-1$
Index: /src/protocol/http/org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui2.java
===================================================================
--- /src/protocol/http/org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui2.java	(revision 885910)
+++ /src/protocol/http/org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui2.java	(working copy)
@@ -65,7 +65,7 @@
         JPanel optionalTasksPanel = super.createOptionalTasksPanel();
         // Add a new field source ip address
         sourceIpAddr = new JLabeledTextField(JMeterUtils
-                .getResString("web_testing2_source_ip"), 15); // $NON-NLS-1$
+                .getResString("web_testing2_source_ip")); // $NON-NLS-1$
         optionalTasksPanel.add(sourceIpAddr, BorderLayout.EAST);
         
         return optionalTasksPanel;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.