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

[email protected]
Newsgroups gmane.comp.jakarta.jmeter.devel
Message-ID <[email protected]>
https://issues.apache.org/bugzilla/show_bug.cgi?id=48511

Sebb <[email protected]> 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 <[email protected]> 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.
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.