gecko-dev/directory/java-sdk
richm%stanfordalumni.org 59ef87b922 Bug: 309518
Description: Replace ORO Regexp with java 1.4 Pattern/Matcher
Fix Description: I removed any and all references to oro from build.properties and build.xml.  For the code replacement, the conversion was pretty straightforward.  I had to slightly modify the regular expressions but for the most part they just work the same as the oro ones.  ORO uses a PatternInput to hold the state of the iteration over the string to match, but the Matcher class does that implicitly.  For the most part, it didn't matter because the code didn't really use the state, it would just always reset the PatternInput to the beginning of the string, so I just used the String instead.  There was one place where I needed to keep track of state, so I used the Matcher object instead of a Perl5Pattern + PatternInput.  Thanks to nkinder@redhat.com for the review.
2005-09-23 15:05:55 +00:00
..
ietfldap bug 271143 - Java SDK doesn't compile on Java 1.5. r=mcs@pearlcrescent.com, r=erhyuan@pacbell.net 2004-11-30 01:45:19 +00:00
ldapbeans/netscape/ldap/beans
ldapfilter/netscape/ldap/util Bug: 309518 2005-09-23 15:05:55 +00:00
ldapjdk bug 271143 - Java SDK doesn't compile on Java 1.5. r=mcs@pearlcrescent.com, r=erhyuan@pacbell.net 2004-11-30 01:45:19 +00:00
ldapsp bug 271143 - Java SDK doesn't compile on Java 1.5. r=mcs@pearlcrescent.com, r=erhyuan@pacbell.net 2004-11-30 01:45:19 +00:00
tools
build.properties Bug: 309518 2005-09-23 15:05:55 +00:00
build.xml Bug: 309518 2005-09-23 15:05:55 +00:00
ldap.mk
ldapsp-relnotes.htm
ldapsp.mk
relnotes.htm