[jira] [Commented] (LANG-935) Possible performance improvement on string escape functions

2013-12-15 Thread Peter Wall (JIRA)
[ https://issues.apache.org/jira/browse/LANG-935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13848594#comment-13848594 ] Peter Wall commented on LANG-935: - Hi Sebb, I think you misunderstand my purpose in

[jira] [Commented] (LANG-935) Possible performance improvement on string escape functions

2013-12-15 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/LANG-935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13848596#comment-13848596 ] Adrian Crum commented on LANG-935: -- The LGPL license is incompatible with the ASL 2

[jira] [Comment Edited] (LANG-935) Possible performance improvement on string escape functions

2013-12-15 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/LANG-935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13848596#comment-13848596 ] Adrian Crum edited comment on LANG-935 at 12/15/13 12:53 PM: -

[jira] [Created] (LANG-936) StringUtils.getLevenshteinDistance with too big of a threshold returns wrong result

2013-12-15 Thread Yaniv Kunda (JIRA)
Yaniv Kunda created LANG-936: Summary: StringUtils.getLevenshteinDistance with too big of a threshold returns wrong result Key: LANG-936 URL: https://issues.apache.org/jira/browse/LANG-936 Project:

[jira] [Comment Edited] (VFS-508) Change FileSystemException to inherit from a RuntimeException, and not IOException

2013-12-15 Thread Shant Stepanian (JIRA)
[ https://issues.apache.org/jira/browse/VFS-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13848628#comment-13848628 ] Shant Stepanian edited comment on VFS-508 at 12/15/13 4:28 PM: ---

[jira] [Created] (VFS-508) Change FileSystemException to inherit from a RuntimeException, and not IOException

2013-12-15 Thread Shant Stepanian (JIRA)
Shant Stepanian created VFS-508: --- Summary: Change FileSystemException to inherit from a RuntimeException, and not IOException Key: VFS-508 URL: https://issues.apache.org/jira/browse/VFS-508 Project:

[jira] [Updated] (VFS-508) Change FileSystemException to inherit from a RuntimeException, and not IOException

2013-12-15 Thread Shant Stepanian (JIRA)
[ https://issues.apache.org/jira/browse/VFS-508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shant Stepanian updated VFS-508: Attachment: changeFileSystemToRuntime.patch patch Change FileSystemException to inherit from a

[jira] [Updated] (VFS-508) Change FileSystemException to inherit from a RuntimeException, and not IOException (patch attached)

2013-12-15 Thread Shant Stepanian (JIRA)
[ https://issues.apache.org/jira/browse/VFS-508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shant Stepanian updated VFS-508: Description: I'd like to see if we can FileSystemException to inherit from a RuntimeException, and

[jira] [Commented] (VFS-508) Change FileSystemException to inherit from a RuntimeException, and not IOException (patch attached)

2013-12-15 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/VFS-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13848633#comment-13848633 ] Gary Gregory commented on VFS-508: -- Hi All: I am more concerned about using the proper

[jira] [Commented] (VFS-508) Change FileSystemException to inherit from a RuntimeException, and not IOException (patch attached)

2013-12-15 Thread Shant Stepanian (JIRA)
[ https://issues.apache.org/jira/browse/VFS-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13848640#comment-13848640 ] Shant Stepanian commented on VFS-508: - Thanks for the reply - agreed on your point on how