[jira] [Commented] (TEXT-89) Add UTF-32 surrogate pairs support for WordUtils.initials()

2017-06-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048771#comment-16048771 ] ASF GitHub Bot commented on TEXT-89: Github user ecki commented on the issue: https:

[jira] [Updated] (TEXT-89) Add UTF-32 surrogate pairs support for WordUtils.initials()

2017-06-13 Thread Arun Vinud (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun Vinud updated TEXT-89: Description: The current implementation of WordUtils.initials() doesn't support UTF-32 . Refactor the code to p

[jira] [Updated] (TEXT-89) Add UTF-32 surrogate pairs support for WordUtils.initials()

2017-06-13 Thread Arun Vinud (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun Vinud updated TEXT-89: Description: The current implementation of WordUtils.initials() doesn't support UTF-32 . Refactor the code to p

[jira] [Commented] (TEXT-89) Add UTF-32 surrogate pairs support for WordUtils.initials()

2017-06-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048768#comment-16048768 ] ASF GitHub Bot commented on TEXT-89: GitHub user arunvinudss opened a pull request:

[jira] [Created] (TEXT-89) Add UTF-32 surrogate pairs support for WordUtils.initials()

2017-06-13 Thread Arun Vinud (JIRA)
Arun Vinud created TEXT-89: --- Summary: Add UTF-32 surrogate pairs support for WordUtils.initials() Key: TEXT-89 URL: https://issues.apache.org/jira/browse/TEXT-89 Project: Commons Text Issue Type:

[jira] [Updated] (IO-540) Ambiguous parameter in AbtractFileFilter.accept(File,String).

2017-06-13 Thread Nikhil Shinde (JIRA)
[ https://issues.apache.org/jira/browse/IO-540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikhil Shinde updated IO-540: - Summary: Ambiguous parameter in AbtractFileFilter.accept(File,String). (was: Ambiguous parameter in AbtractF

[jira] [Created] (IO-540) Ambiguous parameter in AbtractFileFilter.accept(File,String). Change the parameter passed in AbstractFileFilter.accept(File,String), even if that implementation is not used a

2017-06-13 Thread Nikhil Shinde (JIRA)
Nikhil Shinde created IO-540: Summary: Ambiguous parameter in AbtractFileFilter.accept(File,String). Change the parameter passed in AbstractFileFilter.accept(File,String), even if that implementation is not used at runtime Key: IO

[jira] [Commented] (NUMBERS-43) Remove "round(float)" methods?

2017-06-13 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/NUMBERS-43?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048519#comment-16048519 ] Bruno P. Kinoshita commented on NUMBERS-43: --- >(in these times where memory is no

[jira] [Created] (COMPRESS-411) TarUtils.formatLongOctalOrBinaryBytes never uses result of formatLongBinary

2017-06-13 Thread Simon Spero (JIRA)
Simon Spero created COMPRESS-411: Summary: TarUtils.formatLongOctalOrBinaryBytes never uses result of formatLongBinary Key: COMPRESS-411 URL: https://issues.apache.org/jira/browse/COMPRESS-411 Project

[jira] [Commented] (COMPRESS-400) It should be possible for users to create and access extra PAX headers to tar archives

2017-06-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048450#comment-16048450 ] ASF GitHub Bot commented on COMPRESS-400: - Github user coveralls commented on th

[jira] [Commented] (COMPRESS-400) It should be possible for users to create and access extra PAX headers to tar archives

2017-06-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048451#comment-16048451 ] ASF GitHub Bot commented on COMPRESS-400: - Github user coveralls commented on th

[jira] [Commented] (COMPRESS-400) It should be possible for users to create and access extra PAX headers to tar archives

2017-06-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048452#comment-16048452 ] ASF GitHub Bot commented on COMPRESS-400: - Github user coveralls commented on th

[jira] [Commented] (COMPRESS-400) It should be possible for users to create and access extra PAX headers to tar archives

2017-06-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048448#comment-16048448 ] ASF GitHub Bot commented on COMPRESS-400: - Github user coveralls commented on th

[jira] [Commented] (TEXT-88) WordUtils.capitalizeFully behaves in a counterintuitive manner with empty delimiter array.

2017-06-13 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048416#comment-16048416 ] Gilles commented on TEXT-88: Sorry for dropping into that discussion, but IMHO those two {code} W

[jira] [Commented] (TEXT-88) WordUtils.capitalizeFully behaves in a counterintuitive manner with empty delimiter array.

2017-06-13 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048404#comment-16048404 ] Sebb commented on TEXT-88: -- No, that's not what I was suggesting. I think null should be treated th

[jira] [Commented] (NUMBERS-43) Remove "round(float)" methods?

2017-06-13 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/NUMBERS-43?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048390#comment-16048390 ] Gilles commented on NUMBERS-43: --- {{roundUnscaled}} is only used by the {{round(float)}} impl

[jira] [Commented] (TEXT-88) WordUtils.capitalizeFully behaves in a counterintuitive manner with empty delimiter array.

2017-06-13 Thread Arun Vinud (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048371#comment-16048371 ] Arun Vinud commented on TEXT-88: - As long as we have the same output for null and empty deli

[jira] [Commented] (TEXT-88) WordUtils.capitalizeFully behaves in a counterintuitive manner with empty delimiter array.

2017-06-13 Thread Amey Jadiye (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048366#comment-16048366 ] Amey Jadiye commented on TEXT-88: - [~s...@apache.org] +1 , will push those fix to same PR. >

[jira] [Commented] (NUMBERS-43) Remove "round(float)" methods?

2017-06-13 Thread Amey Jadiye (JIRA)
[ https://issues.apache.org/jira/browse/NUMBERS-43?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048329#comment-16048329 ] Amey Jadiye commented on NUMBERS-43: here. {code} public static float round(float x,

[jira] [Commented] (NUMBERS-43) Remove "round(float)" methods?

2017-06-13 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/NUMBERS-43?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048313#comment-16048313 ] Gilles commented on NUMBERS-43: --- bq. just saw the code and at some point its anyway calling

[jira] [Commented] (COMPRESS-400) It should be possible for users to create and access extra PAX headers to tar archives

2017-06-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048310#comment-16048310 ] ASF GitHub Bot commented on COMPRESS-400: - Github user coveralls commented on th

[jira] [Commented] (NUMBERS-43) Remove "round(float)" methods?

2017-06-13 Thread Amey Jadiye (JIRA)
[ https://issues.apache.org/jira/browse/NUMBERS-43?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048297#comment-16048297 ] Amey Jadiye commented on NUMBERS-43: Ah, didn't know we have overloaded method for sam

[jira] [Commented] (NUMBERS-43) Remove "round(float)" methods?

2017-06-13 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/NUMBERS-43?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048291#comment-16048291 ] Gilles commented on NUMBERS-43: --- bq. we might want to round of numbers at certain lengths M

[jira] [Commented] (TEXT-88) WordUtils.capitalizeFully behaves in a counterintuitive manner with empty delimiter array.

2017-06-13 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048148#comment-16048148 ] Sebb commented on TEXT-88: -- Note: the capitalize() and uncapitalize() methods also treat an empty de

[jira] [Commented] (TEXT-88) WordUtils.capitalizeFully behaves in a counterintuitive manner with empty delimiter array.

2017-06-13 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048135#comment-16048135 ] Sebb commented on TEXT-88: -- bq. What if I don't like to pass an explicit null as input You don't h

[jira] [Commented] (NUMBERS-43) Remove "round(float)" methods?

2017-06-13 Thread Amey Jadiye (JIRA)
[ https://issues.apache.org/jira/browse/NUMBERS-43?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048123#comment-16048123 ] Amey Jadiye commented on NUMBERS-43: In financial institutes sometimes we might want t

[jira] [Commented] (TEXT-88) WordUtils.capitalizeFully behaves in a counterintuitive manner with empty delimiter array.

2017-06-13 Thread Amey Jadiye (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048107#comment-16048107 ] Amey Jadiye commented on TEXT-88: - Hi [~arunvinud], I think the output passing nothing *or*

[jira] [Commented] (TEXT-88) WordUtils.capitalizeFully behaves in a counterintuitive manner with empty delimiter array.

2017-06-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048065#comment-16048065 ] ASF GitHub Bot commented on TEXT-88: Github user arunvinudss commented on the issue:

[jira] [Commented] (COMPRESS-401) Index out of bound when using FramedLZ4CompressorOutputStream or BlockLZ4CompressorOutputStream

2017-06-13 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048023#comment-16048023 ] Stefan Bodewig commented on COMPRESS-401: - I'm glad it now works for you. > Ind

[jira] [Closed] (COMPRESS-401) Index out of bound when using FramedLZ4CompressorOutputStream or BlockLZ4CompressorOutputStream

2017-06-13 Thread Manuel Pagliai (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manuel Pagliai closed COMPRESS-401. --- Resolution: Not A Problem > Index out of bound when using FramedLZ4CompressorOutputStream or

[jira] [Commented] (COMPRESS-401) Index out of bound when using FramedLZ4CompressorOutputStream or BlockLZ4CompressorOutputStream

2017-06-13 Thread Manuel Pagliai (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048012#comment-16048012 ] Manuel Pagliai commented on COMPRESS-401: - Hello, I have tried again, and this

[jira] [Commented] (CLI-274) Option parser type EXISTING_FILE_VALUE not check file existing

2017-06-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CLI-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16047780#comment-16047780 ] ASF GitHub Bot commented on CLI-274: Github user coveralls commented on the issue: h

[jira] [Commented] (CLI-274) Option parser type EXISTING_FILE_VALUE not check file existing

2017-06-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CLI-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16047779#comment-16047779 ] ASF GitHub Bot commented on CLI-274: Github user coveralls commented on the issue: h

[jira] [Commented] (CLI-274) Option parser type EXISTING_FILE_VALUE not check file existing

2017-06-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CLI-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16047772#comment-16047772 ] ASF GitHub Bot commented on CLI-274: Github user schaumb commented on a diff in the pull

[jira] [Commented] (CLI-274) Option parser type EXISTING_FILE_VALUE not check file existing

2017-06-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CLI-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16047773#comment-16047773 ] ASF GitHub Bot commented on CLI-274: Github user schaumb commented on a diff in the pull