Bug 62156 - Search Feature : Distinguish between node that matches search and node that contains a child that matches search
Summary: Search Feature : Distinguish between node that matches search and node that c...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 4.0
Hardware: All All
: P2 enhancement (vote)
Target Milestone: JMETER_5.0
Assignee: JMeter issues mailing list
URL:
Keywords: FixedInTrunk
Depends on:
Blocks:
 
Reported: 2018-03-04 17:57 UTC by Philippe Mouawad
Modified: 2018-03-31 11:48 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Mouawad 2018-03-04 17:57:31 UTC
Follow same logic as in View Results Tree search:
- Red means match
- Blue means one of the children matches
Comment 1 Philippe Mouawad 2018-03-04 18:01:13 UTC
Author: pmouawad
Date: Sun Mar  4 18:00:53 2018
New Revision: 1825829

URL: http://svn.apache.org/viewvc?rev=1825829&view=rev
Log:
Bug 62156 - Search Feature : Distinguish between node that matches search and node that contains a child that matches search
Bugzilla Id: 62156

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/gui/action/ResetSearchCommand.java
    jmeter/trunk/src/core/org/apache/jmeter/gui/action/SearchTreeDialog.java
    jmeter/trunk/src/core/org/apache/jmeter/gui/tree/JMeterCellRenderer.java
    jmeter/trunk/src/core/org/apache/jmeter/gui/tree/JMeterTreeNode.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 UbikLoadPack support 2018-03-20 19:29:59 UTC
Author: pmouawad
Date: Tue Mar 20 19:25:41 2018
New Revision: 1827349

URL: http://svn.apache.org/viewvc?rev=1827349&view=rev
Log:
[Bug 62156] Search Feature : Distinguish between node that matches search and node that contains a child that matches search
Fix regression on expand and factor out some common code
Bugzilla Id: 62156

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/gui/action/SearchTreeDialog.java
Comment 3 The ASF infrastructure team 2022-09-24 20:38:12 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4709