You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oro-dev@jakarta.apache.org by bu...@apache.org on 2001/06/08 23:16:31 UTC

[Bug 476] - MatchActionProcessor.processMatches does not set 'info.pattern' as it is documented too BugRat Report#803

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=476

*** shadow/476	Sun May 20 17:20:33 2001
--- shadow/476.tmp.21944	Fri Jun  8 14:16:31 2001
***************
*** 1,19 ****
! Bug#: 476
! Product: tools
! Version: ORO 2.0.1
! Platform: 
! OS/Version: 
! Status: NEW   
! Resolution: 
! Severity: Normal
! Priority: High
! Component: 
! AssignedTo: tomcat-dev@jakarta.apache.org                            
! ReportedBy: matthew.stevens@sun.com               
! URL: 
! Cc: 
! Summary: MatchActionProcessor.processMatches does not set 'info.pattern' as it is documented too BugRat Report#803
! 
  line 329 of org.apache.oro.text.MatchActionProcessor.java
  
  	  pattern = (Pattern)__patterns.elementAt(current);
--- 1,19 ----
! +============================================================================+
! | MatchActionProcessor.processMatches does not set 'info.pattern' as it is d |
! +----------------------------------------------------------------------------+
! |        Bug #: 476                         Product: ORO                     |
! |       Status: UNCONFIRMED                 Version: Unknown                 |
! |   Resolution:                            Platform: All                     |
! |     Severity: Normal                   OS/Version: All                     |
! |     Priority: High                      Component: Main                    |
! +----------------------------------------------------------------------------+
! |  Assigned To: oro-dev@jakarta.apache.org                                   |
! |  Reported By: matthew.stevens@sun.com                                      |
! |      CC list: Cc:                                                          |
! +----------------------------------------------------------------------------+
! |          URL:                                                              |
! +============================================================================+
! |                              DESCRIPTION                                   |
  line 329 of org.apache.oro.text.MatchActionProcessor.java
  
  	  pattern = (Pattern)__patterns.elementAt(current);
***************
*** 23,25 ****
--- 23,28 ----
  	  info.pattern = (Pattern)__patterns.elementAt(current);
  
  
+ 
+ ------- Additional Comments From dfs@apache.org  2001-06-08 14:16 -------
+ Reassigning from tomcat-dev to oro-dev.
\ No newline at end of file