You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by bu...@apache.org on 2010/07/03 11:50:38 UTC

DO NOT REPLY [Bug 49545] New: Formatted (parsed) view of Sample Result in Results Tree

https://issues.apache.org/bugzilla/show_bug.cgi?id=49545

           Summary: Formatted (parsed) view of Sample Result in Results
                    Tree
           Product: JMeter
           Version: Nightly (Please specify date)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
        AssignedTo: notifications@jakarta.apache.org
        ReportedBy: milamberspace@gmail.com


For better display and copy/paste with Calc/Excel

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org


DO NOT REPLY [Bug 49545] Formatted (parsed) view of Sample Result in Results Tree

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49545

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #4 from Sebb <se...@apache.org> 2010-07-05 07:44:53 EDT ---
Looks good, except that the first table columns are not resizable, and the
value fields don't wrap, so it can be very difficult to read the Response
Message field - e.g. if there is an error derived from an Exception.

I think the Name columns could be made narrower initially.

Also, the Parsed view is selected by default; I think the Raw view should be
the default.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org


DO NOT REPLY [Bug 49545] Formatted (parsed) view of Sample Result in Results Tree

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49545

Milamber <mi...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #25689|0                           |1
        is obsolete|                            |

--- Comment #7 from Milamber <mi...@gmail.com> 2010-07-07 20:03:32 EDT ---
Created an attachment (id=25732)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25732)
Screenshot Parsed view V2

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org


DO NOT REPLY [Bug 49545] Formatted (parsed) view of Sample Result in Results Tree

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49545

--- Comment #3 from Milamber <mi...@gmail.com> 2010-07-03 05:53:30 EDT ---
Created an attachment (id=25690)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25690)
Screenshot Raw view

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org


DO NOT REPLY [Bug 49545] Formatted (parsed) view of Sample Result in Results Tree

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49545

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #8 from Sebb <se...@apache.org> 2010-07-07 20:44:07 EDT ---
Thanks!

I had to remove the @Override markers from the methods that implement interface
methods, as Java 1.5 does not allow @Override to be applied to implementations,
only to "real" overrides.

URL: http://svn.apache.org/viewvc?rev=961546&view=rev
Log:
Bug 49545 - Formatted (parsed) view of Sample Result in Results Tree

Modified:
  
jakarta/jmeter/trunk/src/components/org/apache/jmeter/visualizers/SamplerResultTab.java
  
jakarta/jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
  
jakarta/jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
   jakarta/jmeter/trunk/xdocs/changes.xml

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org


DO NOT REPLY [Bug 49545] Formatted (parsed) view of Sample Result in Results Tree

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49545

--- Comment #2 from Milamber <mi...@gmail.com> 2010-07-03 05:52:50 EDT ---
Created an attachment (id=25689)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25689)
Screenshot Parsed view

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org


DO NOT REPLY [Bug 49545] Formatted (parsed) view of Sample Result in Results Tree

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49545

--- Comment #5 from Milamber <mi...@gmail.com> 2010-07-07 20:01:37 EDT ---
New patch.


(In reply to comment #4)
> Looks good, except that the first table columns are not resizable, and the
> value fields don't wrap, so it can be very difficult to read the Response
> Message field - e.g. if there is an error derived from an Exception.

Now, the first table's columns are resizable, with (via) a empty header

Wrap line is very difficult to do in a Jtable. (best method seems to use html
tag <br> to new line...).
If there is an error Exception, best view is Raw tab...


> 
> I think the Name columns could be made narrower initially.

yes, I've fixed the width to 180 pixels and with 300 pixels max (for I18N
labels)

> 
> Also, the Parsed view is selected by default; I think the Raw view should be
> the default.

Done, with remember last tab selected

Milamber

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org


DO NOT REPLY [Bug 49545] Formatted (parsed) view of Sample Result in Results Tree

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49545

Milamber <mi...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #25688|0                           |1
        is obsolete|                            |

--- Comment #6 from Milamber <mi...@gmail.com> 2010-07-07 20:02:31 EDT ---
Created an attachment (id=25731)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25731)
Patch to parsed view in sample result in tree results V2

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org


DO NOT REPLY [Bug 49545] Formatted (parsed) view of Sample Result in Results Tree

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49545

--- Comment #1 from Milamber <mi...@gmail.com> 2010-07-03 05:52:04 EDT ---
Created an attachment (id=25688)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25688)
Patch to parsed view in sample result in tree results

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org