[jira] [Commented] (NET-418) File truncated when transfer on ftp

2011-08-07 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13080620#comment-13080620 ] Sebb commented on NET-418: -- What is the code you are using to upload the file? Are you using binary

[jira] [Resolved] (NET-418) File truncated when transfer on ftp

2011-08-09 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-418. -- Resolution: Not A Problem File truncated when transfer on ftp ---

[jira] [Closed] (NET-418) File truncated when transfer on ftp

2011-08-09 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb closed NET-418. File truncated when transfer on ftp --- Key: NET-418 URL:

[jira] [Commented] (CODEC-125) Implement a Beider-Morse phonetic matching codec

2011-08-11 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13083198#comment-13083198 ] Sebb commented on CODEC-125: Changing API means more than a version bump; for Commons it

[jira] [Commented] (CODEC-125) Implement a Beider-Morse phonetic matching codec

2011-08-11 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13083428#comment-13083428 ] Sebb commented on CODEC-125: @Gary. If there is already a need to break compat., then I don't

[jira] [Commented] (CODEC-125) Implement a Beider-Morse phonetic matching codec

2011-08-11 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13083501#comment-13083501 ] Sebb commented on CODEC-125: @Gary: yes, I know it's new; my concern is about the next release

[jira] [Updated] (CODEC-30) [codec] Character ö or é not mapped in soundex encoding

2011-08-12 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-30?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated CODEC-30: -- Description: When calling soundex.soundex\(x) with x a string with a diacritical mark like ö or é the following

[jira] [Created] (CODEC-127) Non-ascii characters in test source files

2011-08-13 Thread Sebb (JIRA)
Non-ascii characters in test source files - Key: CODEC-127 URL: https://issues.apache.org/jira/browse/CODEC-127 Project: Commons Codec Issue Type: Bug Reporter: Sebb Some of the test

[jira] [Commented] (CODEC-127) Non-ascii characters in test source files

2011-08-13 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13084611#comment-13084611 ] Sebb commented on CODEC-127: The problem is that it's not possible to see what the test data is

[jira] [Commented] (CODEC-127) Non-ascii characters in test source files

2011-08-13 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13084743#comment-13084743 ] Sebb commented on CODEC-127: Here's the full list of lines containing non-ASCII characters:

[jira] [Issue Comment Edited] (CODEC-127) Non-ascii characters in test source files

2011-08-13 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13084743#comment-13084743 ] Sebb edited comment on CODEC-127 at 8/14/11 12:04 AM: -- Here's the full

[jira] [Commented] (CODEC-127) Non-ascii characters in test source files

2011-08-13 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13084752#comment-13084752 ] Sebb commented on CODEC-127: Just done a comparison of the various versions of

[jira] [Commented] (CODEC-127) Non-ascii characters in test source files

2011-08-13 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13084753#comment-13084753 ] Sebb commented on CODEC-127: SoundexTest appears to have been corrupted in r1075426 = r1080414.

[jira] [Commented] (CODEC-127) Non-ascii characters in source files

2011-08-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13085110#comment-13085110 ] Sebb commented on CODEC-127: What error do you get? Just curious. I now get: {code}

[jira] [Updated] (CODEC-127) Non-ascii characters in source files

2011-08-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated CODEC-127: --- Description: Some of the test cases include characters in a native encoding (possibly UTF-8), rather than using

[jira] [Commented] (CODEC-127) Non-ascii characters in source files

2011-08-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13085128#comment-13085128 ] Sebb commented on CODEC-127: If you change Eclipse to set the container / resource / text file

[jira] [Commented] (CODEC-127) Non-ascii characters in source files

2011-08-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13085135#comment-13085135 ] Sebb commented on CODEC-127: See my fix to ColognePhoneticTest in trunk. That now shows native

[jira] [Commented] (CODEC-127) Non-ascii characters in source files

2011-08-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13085145#comment-13085145 ] Sebb commented on CODEC-127: Sorry, forgot I was using a local module which handles DOS

[jira] [Commented] (CODEC-127) Non-ascii characters in source files

2011-08-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13085149#comment-13085149 ] Sebb commented on CODEC-127: It's not that one cannot edit UTF-8; the problem is that it is

[jira] [Issue Comment Edited] (CODEC-127) Non-ascii characters in source files

2011-08-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13085145#comment-13085145 ] Sebb edited comment on CODEC-127 at 8/15/11 4:55 PM: - Sorry, forgot I

[jira] [Commented] (CODEC-127) Non-ascii characters in source files

2011-08-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13085165#comment-13085165 ] Sebb commented on CODEC-127: Sorry, closing was in the wrong place; it should have been before

[jira] [Commented] (CHAIN-53) Global Update of Chain - Generics, JDK 1.5, Update Dependency Versions

2011-08-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CHAIN-53?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13085237#comment-13085237 ] Sebb commented on CHAIN-53: --- Major version bump is not required when changing minimum Java version

[jira] [Commented] (CODEC-127) Non-ascii characters in source files

2011-08-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13085242#comment-13085242 ] Sebb commented on CODEC-127: Actually, DoubleMetaphoneTest is still corrupt; fixing now.

[jira] [Commented] (CODEC-127) Non-ascii characters in source files

2011-08-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13085266#comment-13085266 ] Sebb commented on CODEC-127: Tried it here; works fine. Probably an error in your Wild.pm,

[jira] [Updated] (CODEC-127) Non-ascii characters in source files

2011-08-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated CODEC-127: --- Comment: was deleted (was: Sebb: I get errors when I try your perl script on Windows with the latest perl (64 bit)

[jira] [Updated] (CODEC-127) Non-ascii characters in source files

2011-08-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated CODEC-127: --- Comment: was deleted (was: Sorry, closing was in the wrong place; it should have been before the file name params)

[jira] [Updated] (CODEC-127) Non-ascii characters in source files

2011-08-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated CODEC-127: --- Description: Some of the test cases include characters in a native encoding (possibly UTF-8), rather than using

[jira] [Updated] (CODEC-127) Non-ascii characters in source files

2011-08-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated CODEC-127: --- Comment: was deleted (was: If I run the command as is, I get: {quote} Can't open perl script ne: No such file or

[jira] [Updated] (CODEC-127) Non-ascii characters in source files

2011-08-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated CODEC-127: --- Comment: was deleted (was: Can you post your .pm here or email to ggregory at apache dot org? ) Non-ascii

[jira] [Issue Comment Edited] (CODEC-127) Non-ascii characters in source files

2011-08-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13085110#comment-13085110 ] Sebb edited comment on CODEC-127 at 8/15/11 8:07 PM: - I now get:

[jira] [Updated] (CODEC-127) Non-ascii characters in source files

2011-08-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated CODEC-127: --- Comment: was deleted (was: Typo - missing hyphen for flags) Non-ascii characters in source files

[jira] [Updated] (CODEC-127) Non-ascii characters in source files

2011-08-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated CODEC-127: --- Comment: was deleted (was: Tried it here; works fine. Probably an error in your Wild.pm, because I see the same if I

[jira] [Updated] (CODEC-127) Non-ascii characters in source files

2011-08-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated CODEC-127: --- Comment: was deleted (was: Perl: I did all that and I get: {noformat}

[jira] [Updated] (CODEC-127) Non-ascii characters in source files

2011-08-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated CODEC-127: --- Comment: was deleted (was: Arg: {noformat} C:\svn\org\apache\commons\trunks-proper\codecperl -MWild -ne $.=1 if $s ne

[jira] [Updated] (CODEC-127) Non-ascii characters in source files

2011-08-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated CODEC-127: --- Comment: was deleted (was: Sorry, forgot I was using a local module which handles DOS wildcards, see

[jira] [Updated] (CODEC-127) Non-ascii characters in source files

2011-08-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated CODEC-127: --- Comment: was deleted (was: If I run: {noformat} perl -n -e $.=1 if $s ne $ARGV;print qq($ARGV:$. $_) if

[jira] [Commented] (CODEC-127) Non-ascii characters in source files

2011-08-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13085301#comment-13085301 ] Sebb commented on CODEC-127: I think all the files are now fixed so that the code uses Unicode

[jira] [Created] (JCI-67) Dubious use of mkdirs() return code

2011-08-15 Thread Sebb (JIRA)
Dubious use of mkdirs() return code --- Key: JCI-67 URL: https://issues.apache.org/jira/browse/JCI-67 Project: Commons JCI Issue Type: Bug Reporter: Sebb Priority: Minor

[jira] [Commented] (JCI-67) Dubious use of mkdirs() return code

2011-08-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/JCI-67?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13085339#comment-13085339 ] Sebb commented on JCI-67: - Safer would be the following, as it checks the path is actually a

[jira] [Created] (IO-280) Dubious use of mkdirs() return code

2011-08-15 Thread Sebb (JIRA)
Dubious use of mkdirs() return code --- Key: IO-280 URL: https://issues.apache.org/jira/browse/IO-280 Project: Commons IO Issue Type: Bug Reporter: Sebb Priority: Minor

[jira] [Commented] (CODEC-127) Non-ascii characters in source files

2011-08-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13085997#comment-13085997 ] Sebb commented on CODEC-127: I think Base64Test is OK - I looked back at the original commits,

[jira] [Commented] (LANG-744) StringUtils throws java.security.AccessControlException on Google App Engine

2011-08-22 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13088637#comment-13088637 ] Sebb commented on LANG-744: --- The static code should probably just catch Exception. Do we really

[jira] [Updated] (MATH-649) SimpleRegression needs the ability to suppress the intercept

2011-08-22 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated MATH-649: -- Summary: SimpleRegression needs the ability to suppress the intercept (was: SimpleRegression needs the ability to

[jira] [Commented] (IO-281) WildcardFileFilter fails for wild card pattern with a '*' in it

2011-08-22 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13088946#comment-13088946 ] Sebb commented on IO-281: - Are you sure that the dir variable points to the correct directory? Try

[jira] [Closed] (IO-281) WildcardFileFilter fails for wild card pattern with a '*' in it

2011-08-22 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb closed IO-281. --- WildcardFileFilter fails for wild card pattern with a '*' in it ---

[jira] [Resolved] (IO-281) WildcardFileFilter fails for wild card pattern with a '*' in it

2011-08-22 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-281. - Resolution: Invalid WildcardFileFilter fails for wild card pattern with a '*' in it

[jira] [Reopened] (LANG-744) StringUtils throws java.security.AccessControlException on Google App Engine

2011-08-23 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb reopened LANG-744: --- Why do we care which Exceptions can be generated? We take the same action in each case, so I don't see the point of

[jira] [Created] (LANG-746) NumberUtils does not handle upper-case hex: 0X and -0X

2011-08-23 Thread Sebb (JIRA)
NumberUtils does not handle upper-case hex: 0X and -0X -- Key: LANG-746 URL: https://issues.apache.org/jira/browse/LANG-746 Project: Commons Lang Issue Type: Bug Reporter: Sebb

[jira] [Updated] (LANG-746) NumberUtils does not handle upper-case hex: 0X and -0X

2011-08-23 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated LANG-746: -- Affects Version/s: 3.0 3.0.1 Fix Version/s: 3.0.2 NumberUtils does not handle upper-case

[jira] [Resolved] (LANG-746) NumberUtils does not handle upper-case hex: 0X and -0X

2011-08-23 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved LANG-746. --- Resolution: Fixed URL: http://svn.apache.org/viewvc?rev=1160660view=rev Log: LANG-746 NumberUtils does not handle

[jira] [Created] (LANG-747) NumberUtils does not handle Long Hex numbers

2011-08-23 Thread Sebb (JIRA)
NumberUtils does not handle Long Hex numbers Key: LANG-747 URL: https://issues.apache.org/jira/browse/LANG-747 Project: Commons Lang Issue Type: Bug Reporter: Sebb

[jira] [Commented] (MATH-650) FastMath has static code which slows the first access to FastMath

2011-08-24 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13090224#comment-13090224 ] Sebb commented on MATH-650: --- Any change needs to bear in mind that the fields need to remain

[jira] [Commented] (MATH-650) FastMath has static code which slows the first access to FastMath

2011-08-24 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13090308#comment-13090308 ] Sebb commented on MATH-650: --- bq. I wonder if we should have some way to compute these tables at

[jira] [Commented] (NET-420) Retrieving files from AS400 FTP systems returns null timestamps in FTPFile.getTimestamp

2011-08-25 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13091494#comment-13091494 ] Sebb commented on NET-420: -- Can you provide access to an AS400 FTP server for testing purposes? If

[jira] [Resolved] (IO-280) Dubious use of mkdirs() return code

2011-08-30 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-280. - Resolution: Fixed Dubious use of mkdirs() return code --- Key: IO-280

[jira] [Resolved] (NET-421) Problem connecting to TLS/SSL SMTP server using explicit mode

2011-08-30 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-421. -- Resolution: Fixed Problem connecting to TLS/SSL SMTP server using explicit mode

[jira] [Updated] (NET-421) Problem connecting to TLS/SSL SMTP server using explicit mode

2011-08-30 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated NET-421: - Affects Version/s: 3.0.1 Fix Version/s: 3.1 Problem connecting to TLS/SSL SMTP server using explicit mode

[jira] [Commented] (NET-420) Retrieving files from AS400 FTP systems returns null timestamps in FTPFile.getTimestamp

2011-08-30 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093790#comment-13093790 ] Sebb commented on NET-420: -- Your code is using: bq. conf.setDefaultDateFormatStr(MM/dd/yy

[jira] [Updated] (NET-420) Retrieving files from AS400 FTP systems returns null timestamps in FTPFile.getTimestamp

2011-08-30 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated NET-420: - Priority: Minor (was: Critical) Retrieving files from AS400 FTP systems returns null timestamps in FTPFile.getTimestamp

[jira] [Updated] (NET-420) Retrieving files from AS400 FTP systems returns null timestamps in FTPFile.getTimestamp

2011-08-30 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated NET-420: - Affects Version/s: 3.0.1 Retrieving files from AS400 FTP systems returns null timestamps in FTPFile.getTimestamp

[jira] [Commented] (NET-153) Add getCause method to CopyStreamException

2011-08-30 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093823#comment-13093823 ] Sebb commented on NET-153: -- Yes, the update does seem to have been lost. However, now that we

[jira] [Commented] (LANG-744) StringUtils throws java.security.AccessControlException on Google App Engine

2011-09-01 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13095211#comment-13095211 ] Sebb commented on LANG-744: --- The message will be thrown even if the sun method is not needed; that

[jira] [Commented] (CHAIN-54) upgrate JUnit dependency to latest released version and adapt tests

2011-09-02 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CHAIN-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13095982#comment-13095982 ] Sebb commented on CHAIN-54: --- Latest version is 4.9. AFAIK this is backwards compatible, so tests

[jira] [Commented] (MATH-650) FastMath has static code which slows the first access to FastMath

2011-09-04 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13096971#comment-13096971 ] Sebb commented on MATH-650: --- I think the simplest would be to just print out the values of the

[jira] [Commented] (MATH-650) FastMath has static code which slows the first access to FastMath

2011-09-05 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13097063#comment-13097063 ] Sebb commented on MATH-650: --- Yes, I did suggest that in an earlier comment. However turns out it's

[jira] [Commented] (LANG-744) StringUtils throws java.security.AccessControlException on Google App Engine

2011-09-06 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13098076#comment-13098076 ] Sebb commented on LANG-744: --- Reworked static init in r1165701. StringUtils throws

[jira] [Commented] (MATH-621) BOBYQA is missing in optimization

2011-09-06 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13098079#comment-13098079 ] Sebb commented on MATH-621: --- Hover over the comment you want to edit; there will be an edit icon

[jira] [Commented] (MATH-650) FastMath has static code which slows the first access to FastMath

2011-09-07 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13098883#comment-13098883 ] Sebb commented on MATH-650: --- FastMath has been updated to use preset tables, eliminating the

[jira] [Commented] (MATH-650) FastMath has static code which slows the first access to FastMath

2011-09-07 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13099185#comment-13099185 ] Sebb commented on MATH-650: --- It appears that the new code is almost twice as fast as the old.

[jira] [Commented] (MATH-650) FastMath has static code which slows the first access to FastMath

2011-09-07 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13099597#comment-13099597 ] Sebb commented on MATH-650: --- Yes, I looked at IODH. Turns out that the holder is not required.

[jira] [Commented] (MATH-650) FastMath has static code which slows the first access to FastMath

2011-09-07 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13099617#comment-13099617 ] Sebb commented on MATH-650: --- Another snapshot uploaded as commons-math-3.0-20110907.222813-62.jar

[jira] [Commented] (MATH-650) FastMath has static code which slows the first access to FastMath

2011-09-07 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13099657#comment-13099657 ] Sebb commented on MATH-650: --- In my tests, I found that pre-calculating the data is about twice as

[jira] [Commented] (MATH-658) Dead code in FastMath.pow(double, double) and some improvement in test coverage

2011-09-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100397#comment-13100397 ] Sebb commented on MATH-658: --- The body format (3rd line onwards) is OK, but the header lines are

[jira] [Resolved] (MATH-658) Dead code in FastMath.pow(double, double) and some improvement in test coverage

2011-09-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved MATH-658. --- Resolution: Fixed Patches applied. Dead code in FastMath.pow(double, double) and some improvement in test coverage

[jira] [Updated] (LANG-747) NumberUtils does not handle Long Hex numbers

2011-09-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated LANG-747: -- Component/s: lang.math.* NumberUtils does not handle Long Hex numbers

[jira] [Created] (LANG-752) Fix createLong() so it behaves like createInteger()

2011-09-08 Thread Sebb (JIRA)
Fix createLong() so it behaves like createInteger() --- Key: LANG-752 URL: https://issues.apache.org/jira/browse/LANG-752 Project: Commons Lang Issue Type: Sub-task Reporter: Sebb

[jira] [Resolved] (LANG-752) Fix createLong() so it behaves like createInteger()

2011-09-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved LANG-752. --- Resolution: Fixed Fix Version/s: 3.0.2 Fix createLong() so it behaves like createInteger()

[jira] [Commented] (CONFIGURATION-454) Malformed pom uploaded to repositories

2011-09-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100497#comment-13100497 ] Sebb commented on CONFIGURATION-454: Maven Central won't allow updates to jars

[jira] [Commented] (MATH-650) FastMath has static code which slows the first access to FastMath

2011-09-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100733#comment-13100733 ] Sebb commented on MATH-650: --- bq. As far as I understand, only the tables that are used are loaded.

[jira] [Commented] (MATH-658) Dead code in FastMath.pow(double, double) and some improvement in test coverage

2011-09-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100734#comment-13100734 ] Sebb commented on MATH-658: --- Thanks - I did see the wildcard import, but left it as it is test

[jira] [Commented] (MATH-658) Dead code in FastMath.pow(double, double) and some improvement in test coverage

2011-09-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100746#comment-13100746 ] Sebb commented on MATH-658: --- Also, just noticed some tab characters in the test class patch which

[jira] [Commented] (MATH-658) Dead code in FastMath.pow(double, double) and some improvement in test coverage

2011-09-09 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13101203#comment-13101203 ] Sebb commented on MATH-658: --- Thanks, format looks OK now. @Luc - sorry, should have noticed the

[jira] [Resolved] (MATH-658) Dead code in FastMath.pow(double, double) and some improvement in test coverage

2011-09-09 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved MATH-658. --- Resolution: Fixed Hope this is now better resolved ... Dead code in FastMath.pow(double, double) and some

[jira] [Updated] (MATH-650) FastMath has static code which slows the first access to FastMath

2011-09-11 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated MATH-650: -- Attachment: FastMathLoadCheck.java Very simple test to demonstrate effect of IOD and calculate. Requires that

[jira] [Issue Comment Edited] (MATH-650) FastMath has static code which slows the first access to FastMath

2011-09-11 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13102300#comment-13102300 ] Sebb edited comment on MATH-650 at 9/11/11 4:48 PM: Very simple test to

[jira] [Commented] (LANG-744) StringUtils throws java.security.AccessControlException on Google App Engine

2011-09-12 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13102665#comment-13102665 ] Sebb commented on LANG-744: --- It might be worth changing the static init to a lazy init (IOD). This

[jira] [Commented] (CHAIN-57) Chain 2.0 does not build on older JDKs

2011-09-12 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CHAIN-57?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13102691#comment-13102691 ] Sebb commented on CHAIN-57: --- I just committed an alternate fix that works for me on Sun Java 1.5,

[jira] [Issue Comment Edited] (LANG-744) StringUtils throws java.security.AccessControlException on Google App Engine

2011-09-12 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13102665#comment-13102665 ] Sebb edited comment on LANG-744 at 9/12/11 6:07 PM: It might be worth

[jira] [Updated] (LANG-744) StringUtils throws java.security.AccessControlException on Google App Engine

2011-09-12 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated LANG-744: -- Attachment: LANG-744.patch Patch to convert the static checks to IOD StringUtils throws

[jira] [Commented] (COMPRESS-157) Wrong EOF detection in CBZip2InputStream

2011-09-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13106082#comment-13106082 ] Sebb commented on COMPRESS-157: --- Are you sure the class is in Compress? I can only find

[jira] [Created] (VFS-363) Wrong EOF detection in CBZip2InputStream

2011-09-16 Thread Sebb (JIRA)
Wrong EOF detection in CBZip2InputStream Key: VFS-363 URL: https://issues.apache.org/jira/browse/VFS-363 Project: Commons VFS Issue Type: Bug Reporter: Sebb See

[jira] [Commented] (MATH-650) FastMath has static code which slows the first access to FastMath

2011-09-17 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13107265#comment-13107265 ] Sebb commented on MATH-650: --- Thanks, useful to know. It would be interesting to know the times for

[jira] [Updated] (DBUTILS-80) DbUtils.loadDriver catches Throwable

2011-09-20 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/DBUTILS-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated DBUTILS-80: Attachment: dbutils-80.patch DbUtils.loadDriver catches Throwable

[jira] [Updated] (DBUTILS-80) DbUtils.loadDriver catches Throwable

2011-09-20 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/DBUTILS-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated DBUTILS-80: Affects Version/s: 1.3 DbUtils.loadDriver catches Throwable

[jira] [Commented] (DBUTILS-81) DbUtils.loadDriver() uses Class.forName()

2011-09-22 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/DBUTILS-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112470#comment-13112470 ] Sebb commented on DBUTILS-81: - Have you a suggested patch for this? DbUtils.loadDriver()

[jira] [Resolved] (DBUTILS-80) DbUtils.loadDriver catches Throwable

2011-09-22 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/DBUTILS-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved DBUTILS-80. - Resolution: Fixed DbUtils.loadDriver catches Throwable

[jira] [Commented] (LANG-744) StringUtils throws java.security.AccessControlException on Google App Engine

2011-09-22 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112992#comment-13112992 ] Sebb commented on LANG-744: --- Any objection to applying the patch to convert the method checks to

[jira] [Commented] (VFS-360) Migrate to HttpComponent HttpClient from the old Commons HttpClient

2011-09-24 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/VFS-360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13114105#comment-13114105 ] Sebb commented on VFS-360: -- HC4 uses a different groupId/artifactId and package names, so AFAICT VFS

[jira] [Resolved] (NET-460) _retrieveFile() blocks calling thread, on FTP I/O till the time file transfer is complete

2012-04-23 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-460. -- Resolution: Duplicate _retrieveFile() blocks calling thread, on FTP I/O till the time file transfer is complete

[jira] [Commented] (NET-460) _retrieveFile() blocks calling thread, on FTP I/O till the time file transfer is complete

2012-04-23 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13259566#comment-13259566 ] Sebb commented on NET-460: -- The abort() method sends an ABOR command to the server; that is its only

  1   2   3   4   5   6   7   8   9   10   >