Bug 41259 - Allow comments for all test elements (not just for the test plan)
Summary: Allow comments for all test elements (not just for the test plan)
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.2
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-29 05:55 UTC by Jens Vo
Modified: 2019-03-28 05:35 UTC (History)
0 users



Attachments
Addition of "comments" field for all test elements (7.38 KB, patch)
2006-12-29 06:03 UTC, Jens Vo
Details | Diff
Update all GUI elements to correctly show the new comments field (20.05 KB, patch)
2007-01-02 03:44 UTC, Jens Vo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jens Vo 2006-12-29 05:55:06 UTC
The addition of a "comments" field for the test plan was a step in the right 
direction. However, it would be great if we could get the same thing for all 
test elements.
Comment 1 Jens Vo 2006-12-29 06:03:43 UTC
Created attachment 19323 [details]
Addition of "comments" field for all test elements

The attached zip file contains a number of patches for existing source files as
well as two new files. I did a bit of refactoring to the NamePanel and
extracted as much code into an abstract superclass as could possibly be reused
by the new CommentPanel class. Moreover, I enhanced the JTree in the MainFrame
class a bit to display the test elements' comments as tool tips.

I think that the number of rows (3) I picked for the comment field is a good
compromise, however, other people might have other views on this.

Finally, the real pita is going to be the update to the documentation (dozens
of new screen shots in section 18 of the user's manual...)
Comment 2 Jens Vo 2007-01-02 03:44:07 UTC
Created attachment 19339 [details]
Update all GUI elements to correctly show the new comments field

Some existing GUI elements do not show the new comments field introduced in the
first patch fo this enhancement request. The attached ZIP file contains 22
patches to the GUI element classes that failed to do so; with these, all JMeter
elements should now correctly display the comments field.
Comment 3 Sebb 2007-03-15 10:09:03 UTC
Thanks.

The feature has been added to SVN and will appear in the next release of JMeter
Comment 4 The ASF infrastructure team 2022-09-24 20:37:38 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/1842