[jira] Commented: (COMPRESS-55) CpioArchiveEntry ignores invalid modes

2009-03-26 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12689636#action_12689636 ] Sebb commented on COMPRESS-55: -- I've changed the default header values to zero: URL:

[jira] Commented: (COMPRESS-55) CpioArchiveEntry ignores invalid modes

2009-03-26 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12689647#action_12689647 ] Sebb commented on COMPRESS-55: -- Fixed for Input as well: URL:

[jira] Created: (COMPRESS-57) CpioArchiveEntry.fileFormat and headerSize should be immutable fields, only set on construction

2009-03-26 Thread Sebb (JIRA)
CpioArchiveEntry.fileFormat and headerSize should be immutable fields, only set on construction --- Key: COMPRESS-57 URL:

[jira] Created: (COMPRESS-59) ArchiveEntry could have toString methods for formatting header contents

2009-03-27 Thread Sebb (JIRA)
ArchiveEntry could have toString methods for formatting header contents --- Key: COMPRESS-59 URL: https://issues.apache.org/jira/browse/COMPRESS-59 Project: Commons Compress

[jira] Commented: (CLI-178) org.apache.commons.cli.ParserTestCase: Test doesn't pass on Sun JDK 1.6.0.12, Gentoo Linux

2009-03-27 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CLI-178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12690127#action_12690127 ] Sebb commented on CLI-178: -- That's because the class is abstract: public abstract class

[jira] Commented: (COMPRESS-59) ArchiveEntry could have toString methods for formatting header contents

2009-03-27 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12690129#action_12690129 ] Sebb commented on COMPRESS-59: -- If users want different information, they can code it

[jira] Created: (COMPRESS-60) ChangeSet does not synchronise whilst using the Iterator

2009-03-27 Thread Sebb (JIRA)
ChangeSet does not synchronise whilst using the Iterator Key: COMPRESS-60 URL: https://issues.apache.org/jira/browse/COMPRESS-60 Project: Commons Compress Issue Type: Bug

[jira] Commented: (COMPRESS-50) Threading Requirements

2009-03-27 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-50?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12690151#action_12690151 ] Sebb commented on COMPRESS-50: -- I've added annotations and comments to most of the classes

[jira] Resolved: (CLI-178) org.apache.commons.cli.ParserTestCase: Test doesn't pass on Sun JDK 1.6.0.12, Gentoo Linux

2009-03-27 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CLI-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CLI-178. -- Resolution: Invalid The class is not supposed to be run, so it's not a bug that it causes errors.

[jira] Issue Comment Edited: (CLI-178) org.apache.commons.cli.ParserTestCase: Test doesn't pass on Sun JDK 1.6.0.12, Gentoo Linux

2009-03-27 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CLI-178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12690127#action_12690127 ] Sebb edited comment on CLI-178 at 3/27/09 5:28 PM: --- That's because the class

[jira] Created: (COMPRESS-61) ArchiveStreamFactory could have static methods as well

2009-03-27 Thread Sebb (JIRA)
ArchiveStreamFactory could have static methods as well -- Key: COMPRESS-61 URL: https://issues.apache.org/jira/browse/COMPRESS-61 Project: Commons Compress Issue Type: Improvement

[jira] Created: (COMPRESS-62) Need many more test cases to check that can read real archives

2009-03-27 Thread Sebb (JIRA)
Need many more test cases to check that can read real archives Key: COMPRESS-62 URL: https://issues.apache.org/jira/browse/COMPRESS-62 Project: Commons Compress Issue Type:

[jira] Created: (COMPRESS-63) String#getBytes() is platform dependent

2009-03-27 Thread Sebb (JIRA)
String#getBytes() is platform dependent --- Key: COMPRESS-63 URL: https://issues.apache.org/jira/browse/COMPRESS-63 Project: Commons Compress Issue Type: Bug Reporter: Sebb Many methods use

[jira] Commented: (COMPRESS-63) String#getBytes() is platform dependent

2009-03-28 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12693424#action_12693424 ] Sebb commented on COMPRESS-63: -- The method java.lang.String.String(byte[] bytes) also uses

[jira] Commented: (COMPRESS-59) ArchiveEntry could have toString methods for formatting header contents

2009-03-28 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12693425#action_12693425 ] Sebb commented on COMPRESS-59: -- Rather than add a toString() method to each implementation,

[jira] Commented: (COMPRESS-61) ArchiveStreamFactory could have static methods as well

2009-03-28 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12693429#action_12693429 ] Sebb commented on COMPRESS-61: -- I see now that I was not entirely clear. I was not proposing

[jira] Commented: (COMPRESS-59) ArchiveEntry could have toString methods for formatting header contents

2009-03-28 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12693436#action_12693436 ] Sebb commented on COMPRESS-59: -- I'd overlooked that Zip and Jar cannot extend a new Abstract

[jira] Commented: (COMPRESS-60) ChangeSet does not synchronise whilst using the Iterator

2009-03-28 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12693438#action_12693438 ] Sebb commented on COMPRESS-60: -- Depends on whether you want to make the class thread-safe or

[jira] Commented: (COMPRESS-11) Ar doesn't delete correct

2009-03-28 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12693441#action_12693441 ] Sebb commented on COMPRESS-11: -- The method public int read(byte b[]) could now be deleted, as

[jira] Created: (COMPRESS-64) Are the public finish() methods ArchiveOutputStream implementations necessary and safe?

2009-03-28 Thread Sebb (JIRA)
Are the public finish() methods ArchiveOutputStream implementations necessary and safe? --- Key: COMPRESS-64 URL: https://issues.apache.org/jira/browse/COMPRESS-64

[jira] Resolved: (COMPRESS-61) ArchiveStreamFactory could have static methods as well

2009-03-28 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved COMPRESS-61. -- Resolution: Won't Fix ArchiveStreamFactory could have static methods as well

[jira] Created: (COMPRESS-65) TarArchiveInputStream.matches() only works for tar archives whose first file is test1.xml

2009-03-29 Thread Sebb (JIRA)
TarArchiveInputStream.matches() only works for tar archives whose first file is test1.xml --- Key: COMPRESS-65 URL: https://issues.apache.org/jira/browse/COMPRESS-65

[jira] Created: (COMPRESS-67) ZipArchiveInputStream fails to call setSize() when reading archives created by ZipArchiveOutputStream

2009-03-30 Thread Sebb (JIRA)
ZipArchiveInputStream fails to call setSize() when reading archives created by ZipArchiveOutputStream - Key: COMPRESS-67 URL:

[jira] Commented: (COMPRESS-64) Are the public finish() methods ArchiveOutputStream implementations necessary and safe?

2009-03-31 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12694048#action_12694048 ] Sebb commented on COMPRESS-64: -- I now think that the finish method may be useful for some

[jira] Resolved: (COMPRESS-67) ZipArchiveInputStream fails to call setSize() when reading archives created by ZipArchiveOutputStream

2009-03-31 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved COMPRESS-67. -- Resolution: Fixed URL: http://svn.apache.org/viewvc?rev=760389view=rev Log: Javadoc URL:

[jira] Commented: (COMPRESS-67) ZipArchiveInputStream fails to call setSize() when reading archives created by ZipArchiveOutputStream

2009-03-31 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-67?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12694050#action_12694050 ] Sebb commented on COMPRESS-67: -- OK, thanks - I see. I'll update the Javadoc and test cases

[jira] Commented: (COMPRESS-16) unable to extract a TAR file that contains an entry which is 10 GB in size

2009-03-31 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12694081#action_12694081 ] Sebb commented on COMPRESS-16: -- BTW, SANDBOX-282 is COMPRESS-17. unable to extract a TAR

[jira] Commented: (COMPRESS-16) unable to extract a TAR file that contains an entry which is 10 GB in size

2009-03-31 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12694095#action_12694095 ] Sebb commented on COMPRESS-16: -- According to http://en.wikipedia.org/wiki/Tar_(file_format)

[jira] Resolved: (COMPRESS-57) CpioArchiveEntry.fileFormat and headerSize should be immutable fields, only set on construction

2009-03-31 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved COMPRESS-57. -- Resolution: Fixed Fields made final in r759344 CpioArchiveEntry.fileFormat and headerSize should be

[jira] Resolved: (COMPRESS-55) CpioArchiveEntry ignores invalid modes

2009-03-31 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved COMPRESS-55. -- Resolution: Fixed Now throws an error for invalid mode CpioArchiveEntry ignores invalid modes

[jira] Commented: (COMPRESS-16) unable to extract a TAR file that contains an entry which is 10 GB in size

2009-03-31 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12694225#action_12694225 ] Sebb commented on COMPRESS-16: -- Added a check for illegal file size: URL:

[jira] Issue Comment Edited: (COMPRESS-16) unable to extract a TAR file that contains an entry which is 10 GB in size

2009-03-31 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12694225#action_12694225 ] Sebb edited comment on COMPRESS-16 at 3/31/09 1:02 PM: --- Added a

[jira] Commented: (COMPRESS-17) TAR formaT unspecified

2009-03-31 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12694261#action_12694261 ] Sebb commented on COMPRESS-17: -- The code appears to set the magic string for Posix Tar, but

[jira] Updated: (COMPRESS-17) TAR format unspecified

2009-03-31 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated COMPRESS-17: - Summary: TAR format unspecified (was: TAR formaT unspecified) TAR format unspecified --

[jira] Commented: (POOL-104) Incorrect behavior for returnObject function.

2009-04-01 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/POOL-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12694628#action_12694628 ] Sebb commented on POOL-104: --- I've not looked at the code, but it should be possible to keep track

[jira] Commented: (NET-140) FTPClient listFiles returns incorrect timestamp on freshly uploaded file but corrects itself after about 15 minutes

2009-04-01 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12694857#action_12694857 ] Sebb commented on NET-140: -- IIRC, Commons NET has to use the local system time to determine what to

[jira] Resolved: (COMPRESS-59) ArchiveEntry could have toString methods for formatting header contents

2009-04-02 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved COMPRESS-59. -- Resolution: Fixed Added ArchiveUtils which has a toString(ArchiveEntry) method. ArchiveEntry could have

[jira] Resolved: (COMPRESS-65) TarArchiveInputStream.matches() only works for tar archives whose first file is test1.xml

2009-04-02 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-65?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved COMPRESS-65. -- Resolution: Fixed The match method now works for Posix and GNU. TarArchiveInputStream.matches() only works

[jira] Commented: (COMPRESS-63) String#getBytes() is platform dependent

2009-04-02 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12695169#action_12695169 ] Sebb commented on COMPRESS-63: -- Added ArchiveUtils.matchAsciiBuffer(String, byte[]) method

[jira] Resolved: (COMPRESS-68) Filename suffix mappings for compression formats

2009-04-02 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-68?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved COMPRESS-68. -- Resolution: Fixed Thanks for the patch, added in: URL: http://svn.apache.org/viewvc?rev=761492view=rev Log:

[jira] Commented: (NET-215) UNIXFTPEntryParser doesn't preserve trailing whitespace in files

2009-04-04 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12695786#action_12695786 ] Sebb commented on NET-215: -- Note that the regex (\s*.*) means 0 or more whitespace, followed by 0

[jira] Created: (NET-268) SubnetUtilsTest does not include any tests for CIDR with /30, /31, /32

2009-04-04 Thread Sebb (JIRA)
SubnetUtilsTest does not include any tests for CIDR with /30, /31, /32 --- Key: NET-268 URL: https://issues.apache.org/jira/browse/NET-268 Project: Commons Net Issue Type:

[jira] Created: (MATH-253) MathRuntimeException and MathException are both thread-hostile.

2009-04-04 Thread Sebb (JIRA)
MathRuntimeException and MathException are both thread-hostile. --- Key: MATH-253 URL: https://issues.apache.org/jira/browse/MATH-253 Project: Commons Math Issue Type: Bug

[jira] Created: (MATH-255) MessagesResources_fr has package-protected mutable static array; should be made private

2009-04-04 Thread Sebb (JIRA)
MessagesResources_fr has package-protected mutable static array; should be made private --- Key: MATH-255 URL: https://issues.apache.org/jira/browse/MATH-255

[jira] Reopened: (NET-262) SubnetUtils does not handle /31 and /32 CIDRs well

2009-04-04 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb reopened NET-262: -- Javadoc for the constructor SubnetUtils(String cidrNotation) does not document the min and max /mask bits Nor does the

[jira] Created: (MATH-257) FastFourierTransformer.MultiDimensionalComplexMatrix.get() not consistent with FastFourierTransformer.MultiDimensionalComplexMatrix.set()

2009-04-05 Thread Sebb (JIRA)
FastFourierTransformer.MultiDimensionalComplexMatrix.get() not consistent with FastFourierTransformer.MultiDimensionalComplexMatrix.set() -

[jira] Created: (MATH-259) Bugs in Frequency API

2009-04-06 Thread Sebb (JIRA)
Bugs in Frequency API - Key: MATH-259 URL: https://issues.apache.org/jira/browse/MATH-259 Project: Commons Math Issue Type: Bug Reporter: Sebb I think the existing Frequency API has some bugs in it. The

[jira] Commented: (COMPRESS-63) String#getBytes() is platform dependent

2009-04-14 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12698727#action_12698727 ] Sebb commented on COMPRESS-63: -- For example: final byte[] expected =

[jira] Created: (MATH-260) Inconsistent API in Frequency

2009-04-14 Thread Sebb (JIRA)
Inconsistent API in Frequency - Key: MATH-260 URL: https://issues.apache.org/jira/browse/MATH-260 Project: Commons Math Issue Type: Bug Affects Versions: 2.0 Reporter: Sebb Priority:

[jira] Created: (MATH-261) Add generics to Frequency

2009-04-14 Thread Sebb (JIRA)
Add generics to Frequency - Key: MATH-261 URL: https://issues.apache.org/jira/browse/MATH-261 Project: Commons Math Issue Type: Improvement Reporter: Sebb Fix For: 2.0 I've attempted to add

[jira] Updated: (MATH-261) Add generics to Frequency

2009-04-14 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated MATH-261: -- Attachment: Frequency.patch Add generics to Frequency - Key: MATH-261

[jira] Commented: (MATH-261) Add generics to Frequency

2009-04-14 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12698927#action_12698927 ] Sebb commented on MATH-261: --- Re removing @SuppressWarnings: The (T) casts cannot be removed from

[jira] Commented: (MATH-261) Add generics to Frequency

2009-04-14 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12698955#action_12698955 ] Sebb commented on MATH-261: --- Re compiler error messages: I get the same error with Sun Java

[jira] Commented: (COMPRESS-63) String#getBytes() is platform dependent

2009-04-14 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12698980#action_12698980 ] Sebb commented on COMPRESS-63: -- Added ArchiveUtils.toAsciiString() and .toAsciiBytes()

[jira] Commented: (COMPRESS-64) Are the public finish() methods ArchiveOutputStream implementations necessary and safe?

2009-04-14 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12698997#action_12698997 ] Sebb commented on COMPRESS-64: -- AIUI, the finish() method is used to ensure that any required

[jira] Reopened: (MATH-260) Inconsistent API in Frequency

2009-04-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb reopened MATH-260: --- Yes, I know that the getXXX(Object) methods handle Integer specially; but so does the addValue(Object) method - it has

[jira] Commented: (COMPRESS-54) Add 7zip or RAR archive support

2009-04-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12699143#action_12699143 ] Sebb commented on COMPRESS-54: -- We need to check first whether public domain is OK to use in

[jira] Commented: (COMPRESS-64) Are the public finish() methods ArchiveOutputStream implementations necessary and safe?

2009-04-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12699145#action_12699145 ] Sebb commented on COMPRESS-64: -- Agreed - it may involve API changes. Are the public

[jira] Commented: (MATH-261) Add generics to Frequency

2009-04-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12699202#action_12699202 ] Sebb commented on MATH-261: --- I'm not trying to argue, just understand. The code currently does:

[jira] Commented: (MATH-259) Bugs in Frequency API

2009-04-17 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12700183#action_12700183 ] Sebb commented on MATH-259: --- See: URL: http://svn.apache.org/viewvc?rev=765996view=rev Log:

[jira] Issue Comment Edited: (MATH-259) Bugs in Frequency API

2009-04-17 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12700183#action_12700183 ] Sebb edited comment on MATH-259 at 4/17/09 7:03 AM: See: URL:

[jira] Updated: (MATH-261) Add generics to Frequency

2009-04-17 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated MATH-261: -- Attachment: (was: Frequency.patch) Add generics to Frequency - Key:

[jira] Updated: (MATH-261) Add generics to Frequency

2009-04-17 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated MATH-261: -- Attachment: Frequency2.patch Smaller Generics patch. Does not change any public methods, except: public Iterator

[jira] Commented: (MATH-261) Add generics to Frequency

2009-04-23 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12702152#action_12702152 ] Sebb commented on MATH-261: --- Patch applied: URL: http://svn.apache.org/viewvc?rev=768084view=rev

[jira] Resolved: (MATH-259) Bugs in Frequency API

2009-04-25 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved MATH-259. --- Resolution: Fixed API now tidied up as far as possible whilst still being compatible. Bugs in Frequency API

[jira] Commented: (EXEC-38) Tutorial example uses incorrect API call.

2009-04-26 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/EXEC-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12702894#action_12702894 ] Sebb commented on EXEC-38: -- Fixed in SVN trunk: URL: http://svn.apache.org/viewvc?rev=768717view=rev

[jira] Commented: (EXEC-36) CommandLine does not work with double quote or single quote correctly

2009-04-26 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/EXEC-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12702898#action_12702898 ] Sebb commented on EXEC-36: -- I think the first thing to do is to document how the command-line parsing

[jira] Created: (EXEC-39) StringUtils quoting problems

2009-04-26 Thread Sebb (JIRA)
StringUtils quoting problems Key: EXEC-39 URL: https://issues.apache.org/jira/browse/EXEC-39 Project: Commons Exec Issue Type: Bug Affects Versions: 1.0 Reporter: Sebb There are various

[jira] Commented: (VFS-243) HttpRandomAccesContent.getDataInputStream() ignores result of skip()

2009-04-27 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/VFS-243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703082#action_12703082 ] Sebb commented on VFS-243: -- The patch throws an error if the skip was short; it might have been

[jira] Created: (IO-203) Add skipFully() method for InputStreams

2009-04-27 Thread Sebb (JIRA)
Add skipFully() method for InputStreams --- Key: IO-203 URL: https://issues.apache.org/jira/browse/IO-203 Project: Commons IO Issue Type: New Feature Components: Utilities Reporter:

[jira] Commented: (LANG-501) Add support for background initialization

2009-05-04 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705830#action_12705830 ] Sebb commented on LANG-501: --- Not sure why getExternalExecutor() is synchronized whereas

[jira] Created: (COLLECTIONS-324) Fields transformer and decorated in comparators.TransformingComparator could be made final

2009-05-05 Thread Sebb (JIRA)
Fields transformer and decorated in comparators.TransformingComparator could be made final -- Key: COLLECTIONS-324 URL: https://issues.apache.org/jira/browse/COLLECTIONS-324

[jira] Commented: (VFS-254) Let FileObject and FileContent extend Closeable

2009-05-11 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/VFS-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12707951#action_12707951 ] Sebb commented on VFS-254: -- Closeable requires Java 1.5+ AFAIK, currently VFS targets Java 1.4 (or

[jira] Commented: (LANG-441) DateUtils Javadoc does not fully define round() behaviour

2009-05-11 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12707998#action_12707998 ] Sebb commented on LANG-441: --- And if it is 12 noon on the 15th of the month, does it round up or

[jira] Created: (COMMONSSITE-40) Update maven-source-plugin to 2.1 and add default entries to manifest

2009-05-11 Thread Sebb (JIRA)
Update maven-source-plugin to 2.1 and add default entries to manifest - Key: COMMONSSITE-40 URL: https://issues.apache.org/jira/browse/COMMONSSITE-40 Project: Commons All

[jira] Commented: (COMMONSSITE-38) Upgrade to maven-javadoc-plugin 2.5 / *-javadoc.jar Manifest entries

2009-05-11 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMMONSSITE-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12708273#action_12708273 ] Sebb commented on COMMONSSITE-38: - The javadoc plugin sections look a bit odd when

[jira] Created: (COMMONSSITE-41) Parent POM should not define inception year

2009-05-12 Thread Sebb (JIRA)
Parent POM should not define inception year --- Key: COMMONSSITE-41 URL: https://issues.apache.org/jira/browse/COMMONSSITE-41 Project: Commons All Issue Type: Bug Components: Commons Parent

[jira] Commented: (NET-278) FTPClient.disconnect() shouldn't throw IOException

2009-05-12 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12708647#action_12708647 ] Sebb commented on NET-278: -- It may be important to know that the disconnect() failed, as that usually

[jira] Commented: (IO-205) FileUtils.forceMkdir Javadoc is unclear

2009-05-14 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12709664#action_12709664 ] Sebb commented on IO-205: - Surely it's also possible for a directory entry to be neither a file nor a

[jira] Created: (POOL-137) Inconsistent synchronization in GenericObjectPool; constant fields should be final

2009-05-17 Thread Sebb (JIRA)
Inconsistent synchronization in GenericObjectPool; constant fields should be final -- Key: POOL-137 URL: https://issues.apache.org/jira/browse/POOL-137 Project: Commons

[jira] Created: (LANG-506) Entities - missing final modifiers; thread-safety issues

2009-05-18 Thread Sebb (JIRA)
Entities - missing final modifiers; thread-safety issues Key: LANG-506 URL: https://issues.apache.org/jira/browse/LANG-506 Project: Commons Lang Issue Type: Bug Reporter:

[jira] Commented: (POOL-137) Inconsistent synchronization in GenericObjectPool; constant fields should be final

2009-05-18 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/POOL-137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12710501#action_12710501 ] Sebb commented on POOL-137: --- Re: _whenExhaustedAction : this should be documented for later

[jira] Created: (POOL-138) GenericKeyedObjectPoolFactory could be made immutable and thread-safe

2009-05-20 Thread Sebb (JIRA)
GenericKeyedObjectPoolFactory could be made immutable and thread-safe - Key: POOL-138 URL: https://issues.apache.org/jira/browse/POOL-138 Project: Commons Pool Issue Type:

[jira] Commented: (POOL-138) GenericKeyedObjectPoolFactory could be made immutable and thread-safe

2009-05-20 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/POOL-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12711423#action_12711423 ] Sebb commented on POOL-138: --- The same applies to the other Factory classes:

[jira] Created: (POOL-140) Rethink synchronisation strategy

2009-05-20 Thread Sebb (JIRA)
Rethink synchronisation strategy Key: POOL-140 URL: https://issues.apache.org/jira/browse/POOL-140 Project: Commons Pool Issue Type: Task Reporter: Sebb Fix For: 2.0 Holding place

[jira] Commented: (POOL-140) Rethink synchronisation strategy

2009-05-20 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/POOL-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12711433#action_12711433 ] Sebb commented on POOL-140: --- 1) Do classes need to expose mutable fields, or could the fields be

[jira] Commented: (POOL-141) Please upload source jars to Maven Central

2009-05-27 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/POOL-141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12713710#action_12713710 ] Sebb commented on POOL-141: --- Is an actual jar required, or would the source zip do? I know that

[jira] Reopened: (CLI-166) Terminal width detection

2009-05-27 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CLI-166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb reopened CLI-166: -- The code change in r778895 assumes that all non-Windows systems support stty, which is not the case. Also, the autoWidth

[jira] Commented: (CLI-166) Terminal width detection

2009-05-28 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CLI-166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12714022#action_12714022 ] Sebb commented on CLI-166: -- IMO - reverse out until such time as there is a standard Java way to do

[jira] Commented: (POOL-112) Various classes create instances of themselves before all fields have been assigned

2009-06-02 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/POOL-112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12715766#action_12715766 ] Sebb commented on POOL-112: --- It looks like the composite classes have been removed. If they are

[jira] Commented: (COMPRESS-62) Need many more test cases to check that can read real archives

2009-06-04 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12716238#action_12716238 ] Sebb commented on COMPRESS-62: -- Added COMPRESS-73 to track the bug. Need many more test

[jira] Created: (COMPRESS-74) ZipArchiveInputStream fails to update count of bytes read

2009-06-04 Thread Sebb (JIRA)
ZipArchiveInputStream fails to update count of bytes read - Key: COMPRESS-74 URL: https://issues.apache.org/jira/browse/COMPRESS-74 Project: Commons Compress Issue Type: Bug

[jira] Created: (COMPRESS-75) ZipArchiveInputStream does not show location in file where a problem occurred

2009-06-04 Thread Sebb (JIRA)
ZipArchiveInputStream does not show location in file where a problem occurred - Key: COMPRESS-75 URL: https://issues.apache.org/jira/browse/COMPRESS-75 Project: Commons

[jira] Deleted: (COMPRESS-76) org.apache.commons.compress.archivers.zip.ZipArchiveEntry.name hides java.util.zip.ZipEntry.name

2009-06-04 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-76?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb deleted COMPRESS-76: - org.apache.commons.compress.archivers.zip.ZipArchiveEntry.name hides java.util.zip.ZipEntry.name

[jira] Created: (EMAIL-87) HtmlEmail invokes java.net.URL.equals(Object), which blocks to do domain name resolution

2009-06-12 Thread Sebb (JIRA)
HtmlEmail invokes java.net.URL.equals(Object), which blocks to do domain name resolution Key: EMAIL-87 URL: https://issues.apache.org/jira/browse/EMAIL-87

[jira] Updated: (EMAIL-87) HtmlEmail invokes java.net.URL.equals(Object), which blocks to do domain name resolution

2009-06-12 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/EMAIL-87?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated EMAIL-87: -- Attachment: HtmlEmail.patch HtmlEmail invokes java.net.URL.equals(Object), which blocks to do domain name resolution

[jira] Commented: (COMPRESS-77) Version 1.0 not available on maven repository

2009-06-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12719721#action_12719721 ] Sebb commented on COMPRESS-77: -- Could it be accidental that the groupId==org.apache.commons?

[jira] Updated: (COMPRESS-77) Version 1.0 not available on maven repository

2009-06-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated COMPRESS-77: - Comment: was deleted (was: Could it be accidental that the groupId==org.apache.commons? The pom.xml file does

[jira] Commented: (COMPRESS-77) Version 1.0 not available on maven repository

2009-06-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12719806#action_12719806 ] Sebb commented on COMPRESS-77: -- The recommended standard for new commons components is

[jira] Commented: (COLLECTIONS-330) ConcurrentModificationException using remove from the keySet the LRUMap

2009-06-17 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12720974#action_12720974 ] Sebb commented on COLLECTIONS-330: -- It works for me - but there needs to be an

<    5   6   7   8   9   10   11   12   13   14   >