On 3 May 2011 22:32, Phil Steitz <[email protected]> wrote: > How are you doing the lookups? I sometimes need to do this and end > up doing ugly text searches. Is there an index somewhere?
Use JIRA search, e.g. "Bugzilla Id" = 20259 Or use "Custom fields" on the search form. > Phil > > On 5/3/11 2:13 PM, [email protected] wrote: >> Author: sebb >> Date: Tue May 3 21:13:46 2011 >> New Revision: 1099256 >> >> URL: http://svn.apache.org/viewvc?rev=1099256&view=rev >> Log: >> Convert Bug ids in comments >> >> Modified: >> >> commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/FTPTimestampParserImpl.java >> >> commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/NTFTPEntryParserTest.java >> >> commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/UnixFTPEntryParserTest.java >> >> Modified: >> commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/FTPTimestampParserImpl.java >> URL: >> http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/FTPTimestampParserImpl.java?rev=1099256&r1=1099255&r2=1099256&view=diff >> ============================================================================== >> --- >> commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/FTPTimestampParserImpl.java >> (original) >> +++ >> commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/FTPTimestampParserImpl.java >> Tue May 3 21:13:46 2011 >> @@ -102,7 +102,7 @@ public class FTPTimestampParserImpl impl >> if (recentDateFormat != null) { >> if (lenientFutureDates) { >> // add a day to "now" so that "slop" doesn't cause a date >> - // slightly in the future to roll back a full year. (Bug >> 35181) >> + // slightly in the future to roll back a full year. (Bug >> 35181 => NET-83) >> now.add(Calendar.DATE, 1); >> } >> parsed = recentDateFormat.parse(timestampStr, pp); >> >> Modified: >> commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/NTFTPEntryParserTest.java >> URL: >> http://svn.apache.org/viewvc/commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/NTFTPEntryParserTest.java?rev=1099256&r1=1099255&r2=1099256&view=diff >> ============================================================================== >> --- >> commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/NTFTPEntryParserTest.java >> (original) >> +++ >> commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/NTFTPEntryParserTest.java >> Tue May 3 21:13:46 2011 >> @@ -218,7 +218,7 @@ public class NTFTPEntryParserTest extend >> } >> >> /** >> - * test condition reported as bug 20259. >> + * test condition reported as bug 20259 => NET-106. >> * directory with name beginning with a numeric character >> * was not parsing correctly >> * >> >> Modified: >> commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/UnixFTPEntryParserTest.java >> URL: >> http://svn.apache.org/viewvc/commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/UnixFTPEntryParserTest.java?rev=1099256&r1=1099255&r2=1099256&view=diff >> ============================================================================== >> --- >> commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/UnixFTPEntryParserTest.java >> (original) >> +++ >> commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/UnixFTPEntryParserTest.java >> Tue May 3 21:13:46 2011 >> @@ -70,7 +70,8 @@ public class UnixFTPEntryParserTest exte >> "drwxrwx---+ 23 500 500 0 Jan 10 13:09 testACL", >> "-rw-r--r-- 1 1 3518644 May 25 12:12 std", >> "lrwxrwxrwx 1 neeme neeme 23 Mar 2 18:06 macros >> -> ./../../global/macros/.", >> - "-rw-r--r-- 1 ftp group with spaces in it as allowed in >> cygwin see bug 38634 83853 Jan 22 2001 zxJDBC-1.2.4.tar.gz", >> + "-rw-r--r-- 1 ftp group with spaces in it as allowed in >> cygwin see bug 38634 83853 Jan 22 2001 zxJDBC-1.2.4.tar.gz", >> + >> // Bug 38634 => NET-16 >> "crw-r----- 1 root kmem 0, 27 Jan 30 11:42 kmem", //FreeBSD >> device >> "crw------- 1 root sys 109,767 Jul 2 2004 >> pci@1c,600000:devctl", //Solaris device >> "-rwxrwx--- 1 ftp ftp-admin 816026400 Oct 5 2008 >> bloplab 7 cd1.img", // NET-294 >> >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
