You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2010/01/31 00:25:54 UTC

DO NOT REPLY [Bug 48511] add parent,child,all selection to regex extractor panel

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
            Summary|feateure- add               |add parent,child,all
                   |parent,child,all selection  |selection to regex
                   |to extractor panel          |extractor panel

--- Comment #1 from Sebb <se...@apache.org> 2010-01-30 15:25:52 UTC ---
Thanks for the suggestion; fixed in:

URL: http://svn.apache.org/viewvc?rev=904916&view=rev
Log:
Bug 48511 - add parent,child,all selection to regex extractor panel

Added:
  
jakarta/jmeter/trunk/src/core/org/apache/jmeter/testelement/AbstractScopedTestElement.java
  (with props)
Modified:
   jakarta/jmeter/trunk/docs/images/screenshots/regex_extractor.png
  
jakarta/jmeter/trunk/src/components/org/apache/jmeter/extractor/RegexExtractor.java
  
jakarta/jmeter/trunk/src/components/org/apache/jmeter/extractor/gui/RegexExtractorGui.java
  
jakarta/jmeter/trunk/src/core/org/apache/jmeter/processor/gui/AbstractPostProcessorGui.java
  
jakarta/jmeter/trunk/test/src/org/apache/jmeter/extractor/TestRegexExtractor.java
   jakarta/jmeter/trunk/xdocs/changes.xml
   jakarta/jmeter/trunk/xdocs/images/screenshots/regex_extractor.png
   jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml

There was a bug in the patch - the while() loop in the proccesMatcher method
did not work - and for efficiency I changed the enclosing for() loop to iterate
over samples, so the text was only extracted if necessary, but the approach was
good.

-- 
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: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org