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 2002/11/26 14:29:29 UTC

DO NOT REPLY [Bug 14850] New: - Search gets frozen for a pattern

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14850>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

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

Search gets frozen for a pattern

           Summary: Search gets frozen for a pattern
           Product: ORO
           Version: 2.0.6
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Main
        AssignedTo: oro-dev@jakarta.apache.org
        ReportedBy: soltesz_andras@freemail.hu


I'm searching in program code (ORACLE PL/SQL, package specification) for a package definition 
(package header). 
The search expression I use "package( +)((\w+|\W+)+)( +)is( +|\n)"

I 
have a test search at which ORO gets frozen.
----------------------------------
package "dlfk"."isam" is
 isa varchar2(10);
 
procedure isa_as;
end;
----------------------------------

I tested it with the demonstration applet of the ORO 
documentation as well and it produced the same result (getting frozen).

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>