anudinaorg / xml-dir-listing

Automatically exported from code.google.com/p/xml-dir-listing
Apache License 2.0
0 stars 0 forks source link

Here is a patch to remove jakarta-regex dependency and use Java Regex #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I've been told that the later Java versions have majorly improved the 
performance of Regex.   This patch removes the jakarta-regex prerequisite and 
uses the Java Pattern/Matcher classes instead.  Maybe making it leaner on 
prereqs is a good thing.

Original issue reported on code.google.com by joe.fire...@gmail.com on 21 Feb 2012 at 2:22

Attachments:

GoogleCodeExporter commented 8 years ago
I should also mention that I changed the code to use CASE INSENSITVE pattern 
searching, since most people are going to use it to find file extensions.

Original comment by joe.fire...@gmail.com on 21 Feb 2012 at 2:24