[jira] [Issue Comment Deleted] (LANG-1214) ClassUtils.getClass(ClassLoader, String) fails for "void"

2016-05-22 Thread Henry Tung (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Tung updated LANG-1214: - Comment: was deleted (was: Link: See PR at https://github.com/apache/commons-lang/pull/155) > ClassUtils.g

[jira] [Commented] (LANG-1214) ClassUtils.getClass(ClassLoader, String) fails for "void"

2016-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295834#comment-15295834 ] ASF GitHub Bot commented on LANG-1214: -- GitHub user henryptung opened a pull request:

[jira] [Commented] (LANG-1214) ClassUtils.getClass(ClassLoader, String) fails for "void"

2016-05-22 Thread Henry Tung (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295835#comment-15295835 ] Henry Tung commented on LANG-1214: -- Link: See PR at https://github.com/apache/commons-lang

[GitHub] commons-lang pull request: LANG-1214 Handle "void" in ClassUtils.g...

2016-05-22 Thread henryptung
GitHub user henryptung opened a pull request: https://github.com/apache/commons-lang/pull/155 LANG-1214 Handle "void" in ClassUtils.getClass() `getClass()` previously deferred to an array type to get the class, but this fails for `void`, which lacks an array type. Instead, ma

[jira] [Created] (CONFIGURATION-632) Composite configuration list variable interpolation return first element only

2016-05-22 Thread Philippe Perrault (JIRA)
Philippe Perrault created CONFIGURATION-632: --- Summary: Composite configuration list variable interpolation return first element only Key: CONFIGURATION-632 URL: https://issues.apache.org/jira/browse/CONF

[jira] [Commented] (LANG-1214) ClassUtils.getClass(ClassLoader, String) fails for "void"

2016-05-22 Thread Henry Tung (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295780#comment-15295780 ] Henry Tung commented on LANG-1214: -- I'm not sure I understand; as far as I can tell, {{pri

[jira] [Commented] (CODEC-222) Fluent interface for HmacUtils

2016-05-22 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295775#comment-15295775 ] Sebb commented on CODEC-222: The code now looks like: byte[] hmac = HmacUtils.use(HmacAlgorith

[jira] [Commented] (CODEC-222) Fluent interface for HmacUtils

2016-05-22 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295773#comment-15295773 ] Sebb commented on CODEC-222: Various changes to try an simplify the interface URL: http://svn.

[jira] [Resolved] (LANG-1233) DiffBuilder add method to allow appending from a DiffResult

2016-05-22 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher resolved LANG-1233. - Resolution: Fixed Fix Version/s: 3.5 Pull request merged. Thanks! > DiffBuilder add

[jira] [Commented] (LANG-1233) DiffBuilder add method to allow appending from a DiffResult

2016-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295650#comment-15295650 ] ASF GitHub Bot commented on LANG-1233: -- Github user asfgit closed the pull request at:

[GitHub] commons-lang pull request: Add method to DiffBuilder to allow appe...

2016-05-22 Thread PascalSchumacher
Github user PascalSchumacher commented on the pull request: https://github.com/apache/commons-lang/pull/122#issuecomment-220845360 Thanks! :+1: --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not hav

[GitHub] commons-lang pull request: LANG-1233: DiffBuilder add method to al...

2016-05-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/151 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature i

[jira] [Commented] (LANG-1233) DiffBuilder add method to allow appending from a DiffResult

2016-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295651#comment-15295651 ] ASF GitHub Bot commented on LANG-1233: -- Github user PascalSchumacher commented on the

[GitHub] commons-lang pull request: LANG-1233: DiffBuilder add method to al...

2016-05-22 Thread PascalSchumacher
Github user PascalSchumacher commented on the pull request: https://github.com/apache/commons-lang/pull/151#issuecomment-220845353 Thanks! :+1: --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not hav

[jira] [Commented] (LANG-1233) DiffBuilder add method to allow appending from a DiffResult

2016-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295642#comment-15295642 ] ASF GitHub Bot commented on LANG-1233: -- Github user PascalSchumacher commented on the

[GitHub] commons-lang pull request: LANG-1233: DiffBuilder add method to al...

2016-05-22 Thread PascalSchumacher
Github user PascalSchumacher commented on the pull request: https://github.com/apache/commons-lang/pull/151#issuecomment-220844854 Hi Nick, sorry I did not mean to merge the pull request before giving you a change to update. I will merge this one now. Sorry a

[jira] [Commented] (LANG-1233) DiffBuilder add method to allow appending from a DiffResult

2016-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295641#comment-15295641 ] ASF GitHub Bot commented on LANG-1233: -- Github user NickManley commented on the pull r

[GitHub] commons-lang pull request: LANG-1233: DiffBuilder add method to al...

2016-05-22 Thread NickManley
Github user NickManley commented on the pull request: https://github.com/apache/commons-lang/pull/151#issuecomment-220844745 I didn't realize the original pull request had already been merged, so things got out of sync with the pull request. I think everything is back to normal now.

[jira] [Commented] (LANG-1233) DiffBuilder add method to allow appending from a DiffResult

2016-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295637#comment-15295637 ] ASF GitHub Bot commented on LANG-1233: -- GitHub user NickManley reopened a pull request

[GitHub] commons-lang pull request: LANG-1233: DiffBuilder add method to al...

2016-05-22 Thread NickManley
GitHub user NickManley reopened a pull request: https://github.com/apache/commons-lang/pull/151 LANG-1233: DiffBuilder add method to allow appending from a DiffResult Suppose one has a Diffable object where one of the properties is also diffable. For example, given a Person object w

[jira] [Commented] (LANG-1233) DiffBuilder add method to allow appending from a DiffResult

2016-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295636#comment-15295636 ] ASF GitHub Bot commented on LANG-1233: -- Github user NickManley closed the pull request

[GitHub] commons-lang pull request: LANG-1233: DiffBuilder add method to al...

2016-05-22 Thread NickManley
Github user NickManley closed the pull request at: https://github.com/apache/commons-lang/pull/151 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featu

[jira] [Commented] (LANG-1176) Improve ArrayUtils removeElements time complexity to O(n)

2016-05-22 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295601#comment-15295601 ] Pascal Schumacher commented on LANG-1176: - Patch applied. Thanks for reporting and

[jira] [Commented] (LANG-1176) Improve ArrayUtils removeElements time complexity to O(n)

2016-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295599#comment-15295599 ] ASF GitHub Bot commented on LANG-1176: -- Github user asfgit closed the pull request at:

[GitHub] commons-lang pull request: LANG-1176: Improve ArrayUtils removeEle...

2016-05-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/144 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature i

[jira] [Commented] (LANG-1225) RandomStringUtils add #randomGraph and #randomPrint which match corresponding regular expression class

2016-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295598#comment-15295598 ] ASF GitHub Bot commented on LANG-1225: -- GitHub user PascalSchumacher opened a pull req

[GitHub] commons-lang pull request: LANG-1225: Add RandomStringUtils#random...

2016-05-22 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/commons-lang/pull/154 LANG-1225: Add RandomStringUtils#randomGraph and #randomPrint which m… …atch corresponding regular expression class These are useful over randomAscii because they do not c

[jira] [Commented] (COMPRESS-352) Add snappy decompressor that handles Apple .iwa files

2016-05-22 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1529#comment-1529 ] Stefan Bodewig commented on COMPRESS-352: - could you please give commit 18daf66

[jira] [Commented] (LANG-1214) ClassUtils.getClass(ClassLoader, String) fails for "void"

2016-05-22 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295504#comment-15295504 ] Pascal Schumacher commented on LANG-1214: - "abbreviationMap" is also used by the "p

[jira] [Commented] (LANG-1228) IllegalAccessException swallowed in indexOfThrowable and indexOfType

2016-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295498#comment-15295498 ] ASF GitHub Bot commented on LANG-1228: -- Github user PascalSchumacher commented on the

[GitHub] commons-lang pull request: [LANG-1228] Prefer Throwable.getCause()...

2016-05-22 Thread PascalSchumacher
Github user PascalSchumacher commented on the pull request: https://github.com/apache/commons-lang/pull/139#issuecomment-220824801 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feat

[jira] [Commented] (LANG-1233) DiffBuilder add method to allow appending from a DiffResult

2016-05-22 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295474#comment-15295474 ] Pascal Schumacher commented on LANG-1233: - I agree that is debatable wether DiffBui

[jira] [Commented] (LANG-1233) DiffBuilder add method to allow appending from a DiffResult

2016-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295472#comment-15295472 ] ASF GitHub Bot commented on LANG-1233: -- Github user PascalSchumacher commented on a di

[GitHub] commons-lang pull request: LANG-1233: DiffBuilder add method to al...

2016-05-22 Thread PascalSchumacher
Github user PascalSchumacher commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/151#discussion_r64146221 --- Diff: src/main/java/org/apache/commons/lang3/builder/DiffBuilder.java --- @@ -942,6 +942,59 @@ public DiffBuilder append(final String field

[jira] [Commented] (LANG-1236) Add StopWatch#getTime with String Format Argument

2016-05-22 Thread Nick Manley (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295453#comment-15295453 ] Nick Manley commented on LANG-1236: --- The reason I didn't add unit tests is because I coul