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: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! 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: [EMAIL PROTECTED] | ! | Reported By: [EMAIL PROTECTED] | ! | 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 [EMAIL PROTECTED] 2001-06-08 14:16 ------- + Reassigning from tomcat-dev to oro-dev. \ No newline at end of file
